2019-01-03 09:59:59,049 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 09:59:59,057 - 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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 09:59:59,057 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 09:59:59,059 - 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 | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2019-01-03 09:59:59,081 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2019-01-03 10:00:05,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:00:05,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:00:05,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:00:05,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:00:05,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:00:05,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:00:05,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:00:05,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:00:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:00:05,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3b2f33-f4aa-4b15-99e9-dcc59ea26e12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:05,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5e3b2f33-f4aa-4b15-99e9-dcc59ea26e12 2019-01-03 10:00:05,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:05,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:00:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["J5VtyT6FRX-5DdognMdBUQ"], "issued_at": "2019-01-03T10:00:05.000000Z"}} 2019-01-03 10:00:05,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:05,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:05,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:05,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed7e5c8-65e7-4388-8dab-ac36e0568f2e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:00:05,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bed7e5c8-65e7-4388-8dab-ac36e0568f2e 2019-01-03 10:00:05,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.576964139938s 2019-01-03 10:00:05,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:00:05,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}}' 2019-01-03 10:00:05,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55d7c42b-89b2-4d47-9e61-91a1480ebb99 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.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593"}, "enabled": true, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}} 2019-01-03 10:00:05,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-55d7c42b-89b2-4d47-9e61-91a1480ebb99 2019-01-03 10:00:05,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.213272094727s 2019-01-03 10:00:05,988 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-55d7c42b-89b2-4d47-9e61-91a1480ebb99 2019-01-03 10:00:05,988 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69', 'id': u'cd7aa519c9884a9bbe26ebd8a5e42593', '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'})}) 2019-01-03 10:00:05,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:00:06,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.485899209976s 2019-01-03 10:00:06,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:06,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13984260-3343-479b-ba2a-251941a16b28 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}, "domain_id": "default", "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69"}} 2019-01-03 10:00:06,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef used request id req-13984260-3343-479b-ba2a-251941a16b28 2019-01-03 10:00:06,642 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8c43aae8a86d45fdb9392c49860576ef', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69'}) 2019-01-03 10:00:06,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:06,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83aae901-ac17-4068-a28e-98a7109727c5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:06,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-83aae901-ac17-4068-a28e-98a7109727c5 2019-01-03 10:00:06,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0751481056213s 2019-01-03 10:00:06,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:06,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:06,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa08664-187f-4a60-b9ab-4be3f757e5fd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:06,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0fa08664-187f-4a60-b9ab-4be3f757e5fd 2019-01-03 10:00:06,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.139492034912s 2019-01-03 10:00:06,859 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:00:06,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:00:06,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" -d '{"role": {"name": "Member"}}' 2019-01-03 10:00:07,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2df64ac6-7d62-4f8c-add1-6d974c95f018 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}} 2019-01-03 10:00:07,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2df64ac6-7d62-4f8c-add1-6d974c95f018 2019-01-03 10:00:07,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.189446926117s 2019-01-03 10:00:07,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b25416-2f8f-4e46-9236-eaed30d7ff69 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "domain_id": null, "name": "Member", "id": "8dd2c57e0ae34778850c1d368dbc211e"}} 2019-01-03 10:00:07,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e used request id req-31b25416-2f8f-4e46-9236-eaed30d7ff69 2019-01-03 10:00:07,067 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e'}, 'domain_id': None, 'human_id': None, 'id': u'8dd2c57e0ae34778850c1d368dbc211e', 'HUMAN_ID': False}) 2019-01-03 10:00:07,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:07,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137465e8-0c1e-4c64-9620-746353d9d5f6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:07,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-137465e8-0c1e-4c64-9620-746353d9d5f6 2019-01-03 10:00:07,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802969932556s 2019-01-03 10:00:07,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:07,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d566b6-66d3-4616-aec7-b8d09a621b8c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:07,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f4d566b6-66d3-4616-aec7-b8d09a621b8c 2019-01-03 10:00:07,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.159959077835s 2019-01-03 10:00:07,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:07,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd27c22-13ab-47a5-903f-b1c9403819f5 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "domain_id": "default", "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:07,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8dd27c22-13ab-47a5-903f-b1c9403819f5 2019-01-03 10:00:07,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.169438123703s 2019-01-03 10:00:07,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8dd27c22-13ab-47a5-903f-b1c9403819f5 2019-01-03 10:00:07,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:07,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e8b1fd-da2a-4bd5-aee6-6f5936fb00cf Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593"}, "enabled": true, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}]} 2019-01-03 10:00:07,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e9e8b1fd-da2a-4bd5-aee6-6f5936fb00cf 2019-01-03 10:00:07,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0803999900818s 2019-01-03 10:00:07,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e9e8b1fd-da2a-4bd5-aee6-6f5936fb00cf 2019-01-03 10:00:07,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:07,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=8dd2c57e0ae34778850c1d368dbc211e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46161ed5-8339-4ba4-999c-97e087c44534 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=8dd2c57e0ae34778850c1d368dbc211e", "previous": null, "next": null}} 2019-01-03 10:00:07,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=8dd2c57e0ae34778850c1d368dbc211e used request id req-46161ed5-8339-4ba4-999c-97e087c44534 2019-01-03 10:00:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.129299879074s 2019-01-03 10:00:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/8dd2c57e0ae34778850c1d368dbc211e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98156d49-0e5a-4c1b-bbb1-c5bb77debda9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:07,820 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/8dd2c57e0ae34778850c1d368dbc211e used request id req-98156d49-0e5a-4c1b-bbb1-c5bb77debda9 2019-01-03 10:00:07,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121042966843s 2019-01-03 10:00:07,821 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69', 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': 'd03244e2-4ac2-424f-95aa-9c9b4499f30a', 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_906efa42-a651-4580-9af7-b328e4d4db69', 'project_id': u'cd7aa519c9884a9bbe26ebd8a5e42593', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:00:07,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:00:07,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:00:07,824 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69', 'password': 'd03244e2-4ac2-424f-95aa-9c9b4499f30a', 'project_name': 'connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'cd7aa519c9884a9bbe26ebd8a5e42593', 'project_domain_name': 'Default'} 2019-01-03 10:00:07,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:07,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:07,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e786b2fb-5287-4615-9821-5e7284c2b286 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:07,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e786b2fb-5287-4615-9821-5e7284c2b286 2019-01-03 10:00:07,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821869373322s 2019-01-03 10:00:07,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:07,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-244ee7d2-608a-4918-9650-0f6eb8ac6730 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:08,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-244ee7d2-608a-4918-9650-0f6eb8ac6730 2019-01-03 10:00:08,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.140821933746s 2019-01-03 10:00:08,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6bab4f-4ca6-40eb-92e8-ac1d936eb963 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:08,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-6f6bab4f-4ca6-40eb-92e8-ac1d936eb963 2019-01-03 10:00:08,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782170295715s 2019-01-03 10:00:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:08,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbccb91a-df2b-4bce-b741-aba4c040afa6 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "domain_id": "default", "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:08,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cbccb91a-df2b-4bce-b741-aba4c040afa6 2019-01-03 10:00:08,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.180041074753s 2019-01-03 10:00:08,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-cbccb91a-df2b-4bce-b741-aba4c040afa6 2019-01-03 10:00:08,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b38b5e2-285f-4646-8cd5-c4bdcf3bbc0c Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593"}, "enabled": true, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}]} 2019-01-03 10:00:08,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5b38b5e2-285f-4646-8cd5-c4bdcf3bbc0c 2019-01-03 10:00:08,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0833971500397s 2019-01-03 10:00:08,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5b38b5e2-285f-4646-8cd5-c4bdcf3bbc0c 2019-01-03 10:00:08,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22cc27f-6407-4fd7-94f7-c8859aa61dcf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:00:08,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=87531dd8fee349ee823565af03481166 used request id req-b22cc27f-6407-4fd7-94f7-c8859aa61dcf 2019-01-03 10:00:08,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.075492143631s 2019-01-03 10:00:08,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:08,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-399664df-e4da-45b6-814a-11e66387b2a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:08,717 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/87531dd8fee349ee823565af03481166 used request id req-399664df-e4da-45b6-814a-11e66387b2a2 2019-01-03 10:00:08,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.23993396759s 2019-01-03 10:00:08,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:08,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:08,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-974141fa-4669-41f9-9fad-d9b9e8d19981 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:08,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-974141fa-4669-41f9-9fad-d9b9e8d19981 2019-01-03 10:00:08,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779089927673s 2019-01-03 10:00:08,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:00:08,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 10:00:09,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8606f87e-b6ae-4c5b-8d4a-197365dd0b07 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "099c3598a11e41678182799c05a9e764", "links": {"self": "http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764"}, "name": "heat_stack_owner"}} 2019-01-03 10:00:09,012 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8606f87e-b6ae-4c5b-8d4a-197365dd0b07 2019-01-03 10:00:09,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.215626955032s 2019-01-03 10:00:09,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e9813f-b756-4e59-94c0-0855f924bd40 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764"}, "domain_id": null, "name": "heat_stack_owner", "id": "099c3598a11e41678182799c05a9e764"}} 2019-01-03 10:00:09,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764 used request id req-51e9813f-b756-4e59-94c0-0855f924bd40 2019-01-03 10:00:09,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:09,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6871d0a7-68ed-42cb-9742-0b4c46e3a470 Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "099c3598a11e41678182799c05a9e764", "links": {"self": "http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:09,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6871d0a7-68ed-42cb-9742-0b4c46e3a470 2019-01-03 10:00:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800330638885s 2019-01-03 10:00:09,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:09,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa26699-f088-4ba5-9a8b-e5d4897736df Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:09,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-baa26699-f088-4ba5-9a8b-e5d4897736df 2019-01-03 10:00:09,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0748739242554s 2019-01-03 10:00:09,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:09,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2fb2a5-70b1-439e-85ac-a9629f74b475 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "domain_id": "default", "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:09,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4a2fb2a5-70b1-439e-85ac-a9629f74b475 2019-01-03 10:00:09,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991868972778s 2019-01-03 10:00:09,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4a2fb2a5-70b1-439e-85ac-a9629f74b475 2019-01-03 10:00:09,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:09,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52adfb7a-e762-4a45-bdef-f54e607aa300 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593"}, "enabled": true, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}]} 2019-01-03 10:00:09,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-52adfb7a-e762-4a45-bdef-f54e607aa300 2019-01-03 10:00:09,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0848431587219s 2019-01-03 10:00:09,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-52adfb7a-e762-4a45-bdef-f54e607aa300 2019-01-03 10:00:09,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=099c3598a11e41678182799c05a9e764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfaf1c2d-2b4f-4ca9-8346-f4d40354e213 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=099c3598a11e41678182799c05a9e764", "previous": null, "next": null}} 2019-01-03 10:00:09,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=8c43aae8a86d45fdb9392c49860576ef&scope.project.id=cd7aa519c9884a9bbe26ebd8a5e42593&role.id=099c3598a11e41678182799c05a9e764 used request id req-dfaf1c2d-2b4f-4ca9-8346-f4d40354e213 2019-01-03 10:00:09,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0793671607971s 2019-01-03 10:00:09,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/099c3598a11e41678182799c05a9e764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:09,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-342b74d1-0bad-4e8c-b474-7d0fd741351b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:09,697 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593/users/8c43aae8a86d45fdb9392c49860576ef/roles/099c3598a11e41678182799c05a9e764 used request id req-342b74d1-0bad-4e8c-b474-7d0fd741351b 2019-01-03 10:00:09,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.171314954758s 2019-01-03 10:00:09,698 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 10:00:09,698 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 10:00:09,699 - openstack_tests - INFO - OS Credentials = > 2019-01-03 10:00:09,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:09,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:10,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["RRPQYa5YRKmVUsSYRkYprA"], "issued_at": "2019-01-03T10:00:10.000000Z"}} 2019-01-03 10:00:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044e29232eeea27b6cbf3fb0db16f814acde4db2" 2019-01-03 10:00:11,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4bc5dc4a-ff14-4f9a-9ad8-36683c0f2301 Date: Thu, 03 Jan 2019 10:00:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:00:11,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-4bc5dc4a-ff14-4f9a-9ad8-36683c0f2301 2019-01-03 10:00:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044e29232eeea27b6cbf3fb0db16f814acde4db2" 2019-01-03 10:00:11,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d3bd39ca-b4ba-4fa9-8b02-3810ba29c398 Date: Thu, 03 Jan 2019 10:00:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:00:11,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-d3bd39ca-b4ba-4fa9-8b02-3810ba29c398 2019-01-03 10:00:11,891 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 10:00:11,892 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2019-01-03 10:00:11,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:11,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:12,127 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 10:00:12,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:12,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["aPS4NeINRg6UwVbM4iR8NA"], "issued_at": "2019-01-03T10:00:12.000000Z"}} 2019-01-03 10:00:12,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2dbb23d86de791c444e5450b3c8627f406936c58" 2019-01-03 10:00:13,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-0c25f674-1bcf-4846-9929-68d4fd974a2e Date: Thu, 03 Jan 2019 10:00:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-03 10:00:13,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-0c25f674-1bcf-4846-9929-68d4fd974a2e 2019-01-03 10:00:13,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:13,218 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 10:00:13,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:13,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["uo_67paMTuGptCYHQmR92g"], "issued_at": "2019-01-03T10:00:13.000000Z"}} 2019-01-03 10:00:13,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af7b64f5c6477106fab0790ac5bd10e4458611c6" 2019-01-03 10:00:13,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed17d45-d367-44f1-92e2-840d4e86d409 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:13,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7ed17d45-d367-44f1-92e2-840d4e86d409 2019-01-03 10:00:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:13,764 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af7b64f5c6477106fab0790ac5bd10e4458611c6" 2019-01-03 10:00:13,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f886a9f-f096-4613-82e1-020ebccea2db Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "domain_id": "default", "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:13,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3f886a9f-f096-4613-82e1-020ebccea2db 2019-01-03 10:00:13,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:13,971 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 10:00:13,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:14,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["o7MpGAmmTdO1YqfHfLflyg"], "issued_at": "2019-01-03T10:00:14.000000Z"}} 2019-01-03 10:00:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520b74c35b1a0ce35b782468f5749096c0a38a36" 2019-01-03 10:00:15,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-30aedbaf-07f4-490a-8733-d5f86a984575 Date: Thu, 03 Jan 2019 10:00:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:00:15,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks used request id req-30aedbaf-07f4-490a-8733-d5f86a984575 2019-01-03 10:00:15,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:15,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["BOPHzIVvRUu-QRX93O22CQ"], "issued_at": "2019-01-03T10:00:15.000000Z"}} 2019-01-03 10:00:15,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}193637ea03ebcc023e26024ab110b541d863949b" 2019-01-03 10:00:16,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8ca38133-f697-42c0-97f2-7e3df4db720d Date: Thu, 03 Jan 2019 10:00:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:00:16,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-8ca38133-f697-42c0-97f2-7e3df4db720d 2019-01-03 10:00:16,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}193637ea03ebcc023e26024ab110b541d863949b" 2019-01-03 10:00:17,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6198da2d-afce-4e65-9fd2-e6e69e604fa6 Date: Thu, 03 Jan 2019 10:00:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:00:17,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-6198da2d-afce-4e65-9fd2-e6e69e604fa6 2019-01-03 10:00:17,495 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:00:17,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:17,738 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.28:5000/v2.0/tokens 2019-01-03 10:00:17,752 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-03 10:00:17,753 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:00:17,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:18,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["UWiuRXN7TBSUu579P44ggg"], "issued_at": "2019-01-03T10:00:18.000000Z"}} 2019-01-03 10:00:18,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1f7338c3324a08e3d146213efe93895e90d5e14" 2019-01-03 10:00:19,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-096ce292-b8e1-4712-9f20-6fb3ec4a39df x-compute-request-id: req-096ce292-b8e1-4712-9f20-6fb3ec4a39df Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:00:19,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail used request id req-096ce292-b8e1-4712-9f20-6fb3ec4a39df 2019-01-03 10:00:19,065 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:00:19,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:19,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["FDUYO5r1S-q2nH1kK-jCAQ"], "issued_at": "2019-01-03T10:00:19.000000Z"}} 2019-01-03 10:00:19,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}807c71cb3309208bb185254466ba10f19ca6d0b4" 2019-01-03 10:00:20,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00: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-11970478-c1e2-4795-95fc-b80554f6b0cf x-compute-request-id: req-11970478-c1e2-4795-95fc-b80554f6b0cf Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 10:00:20,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-11970478-c1e2-4795-95fc-b80554f6b0cf 2019-01-03 10:00:20,143 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:00:20,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:20,231 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.28:5000/v2.0/tokens 2019-01-03 10:00:20,246 - keystoneauth.session - DEBUG - Request returned failure status: 401 2019-01-03 10:00:20,246 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:00:20,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:20,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["Op5IpX-7RWWr_4jZ7RLpWw"], "issued_at": "2019-01-03T10:00:20.000000Z"}} 2019-01-03 10:00:20,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04857460d313d3135ed819f768e936d16334b7bb" 2019-01-03 10:00:21,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:20 GMT Server: Apache x-openstack-request-id: req-7ec6e7e8-625c-4368-9548-9492ab70dea5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 10:00:21,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593/stacks used request id req-7ec6e7e8-625c-4368-9548-9492ab70dea5 2019-01-03 10:00:21,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:21,583 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 10:00:21,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:21,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "8dd2c57e0ae34778850c1d368dbc211e", "name": "Member"}, {"id": "099c3598a11e41678182799c05a9e764", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cd7aa519c9884a9bbe26ebd8a5e42593", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "id": "8c43aae8a86d45fdb9392c49860576ef"}, "audit_ids": ["luTlWevQR6KIYU09a0CPWg"], "issued_at": "2019-01-03T10:00:21.000000Z"}} 2019-01-03 10:00:21,960 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6c0d668f4899ca0a68ef74b3a27b8eb3db2dea7" 2019-01-03 10:00:22,766 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:21 GMT Server: Apache x-compute-request-id: req-5b150a3e-21df-4dea-a5f3-8680ea8f16d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b150a3e-21df-4dea-a5f3-8680ea8f16d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 10:00:22,766 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cd7aa519c9884a9bbe26ebd8a5e42593/volumes/detail used request id req-5b150a3e-21df-4dea-a5f3-8680ea8f16d4 2019-01-03 10:00:22,767 - 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.863s OK 2019-01-03 10:00:22,892 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:00:22,893 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-03 10:00:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:22,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:22,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa6f1e8-7a86-4444-b9a3-f26e7c56652d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "099c3598a11e41678182799c05a9e764", "links": {"self": "http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:22,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0aa6f1e8-7a86-4444-b9a3-f26e7c56652d 2019-01-03 10:00:22,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867168903351s 2019-01-03 10:00:22,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:00:22,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:23,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3dfc980-27ed-49ff-a902-8f9e7bbcdee2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:23,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/099c3598a11e41678182799c05a9e764 used request id req-f3dfc980-27ed-49ff-a902-8f9e7bbcdee2 2019-01-03 10:00:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.238559961319s 2019-01-03 10:00:23,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:23,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:23,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4542902b-dba2-41fa-ada4-2c55c3a78277 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69", "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "domain_id": "default", "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:23,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4542902b-dba2-41fa-ada4-2c55c3a78277 2019-01-03 10:00:23,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157377004623s 2019-01-03 10:00:23,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4542902b-dba2-41fa-ada4-2c55c3a78277 2019-01-03 10:00:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:23,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:23,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdfd7b6a-ca12-4ac8-b479-1091921c4405 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef"}, "enabled": true, "id": "8c43aae8a86d45fdb9392c49860576ef", "options": {}, "domain_id": "default", "name": "connection_check-user_906efa42-a651-4580-9af7-b328e4d4db69"}} 2019-01-03 10:00:23,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef used request id req-bdfd7b6a-ca12-4ac8-b479-1091921c4405 2019-01-03 10:00:23,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916209220886s 2019-01-03 10:00:23,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef used request id req-bdfd7b6a-ca12-4ac8-b479-1091921c4405 2019-01-03 10:00:23,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:00:23,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:23,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1453e616-0bf8-49da-b3de-2acfad37f38e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:23,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef used request id req-1453e616-0bf8-49da-b3de-2acfad37f38e 2019-01-03 10:00:23,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.269961118698s 2019-01-03 10:00:23,754 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8c43aae8a86d45fdb9392c49860576ef used request id req-1453e616-0bf8-49da-b3de-2acfad37f38e 2019-01-03 10:00:23,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:23,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:23,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb4f71e-4a74-4c69-b474-48f0619e6b87 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593"}, "enabled": true, "id": "cd7aa519c9884a9bbe26ebd8a5e42593", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_906efa42-a651-4580-9af7-b328e4d4db69"}]} 2019-01-03 10:00:23,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-ffb4f71e-4a74-4c69-b474-48f0619e6b87 2019-01-03 10:00:23,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.073410987854s 2019-01-03 10:00:23,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-ffb4f71e-4a74-4c69-b474-48f0619e6b87 2019-01-03 10:00:23,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:00:23,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:24,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2472c79-fce4-4ffc-9993-ce38f3e5c18e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:24,051 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593 used request id req-c2472c79-fce4-4ffc-9993-ce38f3e5c18e 2019-01-03 10:00:24,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.220547914505s 2019-01-03 10:00:24,051 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cd7aa519c9884a9bbe26ebd8a5e42593 used request id req-c2472c79-fce4-4ffc-9993-ce38f3e5c18e 2019-01-03 10:00:24,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:24,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:24,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e3334df-0a62-470a-bbd9-7fd7f84555cd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "8dd2c57e0ae34778850c1d368dbc211e", "links": {"self": "http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:24,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e3334df-0a62-470a-bbd9-7fd7f84555cd 2019-01-03 10:00:24,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.13817191124s 2019-01-03 10:00:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:00:24,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:24,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7a57d1e-d89e-4cc1-a0e5-1a18a8e8c1bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:24,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8dd2c57e0ae34778850c1d368dbc211e used request id req-e7a57d1e-d89e-4cc1-a0e5-1a18a8e8c1bb 2019-01-03 10:00:24,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.156543970108s 2019-01-03 10:00:24,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:00:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=cd7aa519c9884a9bbe26ebd8a5e42593&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}66446edfa3448356c36ad83d963370f8886da879" 2019-01-03 10:00:25,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-915332a5-8d9e-49c8-935b-9490aaa4ecfc Date: Thu, 03 Jan 2019 10:00:25 GMT RESP BODY: {"security_groups": []} 2019-01-03 10:00:25,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=cd7aa519c9884a9bbe26ebd8a5e42593&name=default used request id req-915332a5-8d9e-49c8-935b-9490aaa4ecfc 2019-01-03 10:00:25,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.991832017899s 2019-01-03 10:00:25,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=cd7aa519c9884a9bbe26ebd8a5e42593&name=default used request id req-915332a5-8d9e-49c8-935b-9490aaa4ecfc 2019-01-03 10:00:25,367 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2019-01-03 10:00:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:00:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:00:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:00:25,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:00:25,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:00:25,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:00:25,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:00:25,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:00:25,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28be9f1a-a23c-46df-a6fc-15907fd1c7d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:25,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-28be9f1a-a23c-46df-a6fc-15907fd1c7d4 2019-01-03 10:00:25,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:25,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["cv5fAEgSTYOAly4obY3H2g"], "issued_at": "2019-01-03T10:00:25.000000Z"}} 2019-01-03 10:00:25,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:25,869 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:25,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ca50cc-5c73-49a3-ad73-6e41b0d754eb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:00:25,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-c8ca50cc-5c73-49a3-ad73-6e41b0d754eb 2019-01-03 10:00:25,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.55676984787s 2019-01-03 10:00:25,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:00:25,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}}' 2019-01-03 10:00:26,069 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c592094-a4ae-4477-b448-426a4778d330 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.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:00:26,069 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9c592094-a4ae-4477-b448-426a4778d330 2019-01-03 10:00:26,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110146045685s 2019-01-03 10:00:26,070 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9c592094-a4ae-4477-b448-426a4778d330 2019-01-03 10:00:26,071 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c', 'id': u'9a4fb23940e34a9aa0ac6bb33da7e27d', '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'})}) 2019-01-03 10:00:26,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:00:26,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.352041006088s 2019-01-03 10:00:26,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:26,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2d9342a-bb29-4a6d-b13f-7a3ab6270ebc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}, "domain_id": "default", "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:00:26,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 used request id req-c2d9342a-bb29-4a6d-b13f-7a3ab6270ebc 2019-01-03 10:00:26,520 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'284288283f6d4dc38cafe6c5d0710616', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c'}) 2019-01-03 10:00:26,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:26,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:26,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e099b9d3-3361-4bcf-b46e-e2daee1e3e54 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:26,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e099b9d3-3361-4bcf-b46e-e2daee1e3e54 2019-01-03 10:00:26,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137075901031s 2019-01-03 10:00:26,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:26,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:26,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c026eea2-00c0-4049-ae44-136e1c4613bf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:00:26,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c026eea2-00c0-4049-ae44-136e1c4613bf 2019-01-03 10:00:26,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0741608142853s 2019-01-03 10:00:26,734 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:00:26,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:00:26,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" -d '{"role": {"name": "Member"}}' 2019-01-03 10:00:26,920 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f75f0283-5e87-4e86-be64-e934285149e7 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}} 2019-01-03 10:00:26,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f75f0283-5e87-4e86-be64-e934285149e7 2019-01-03 10:00:26,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.18621301651s 2019-01-03 10:00:26,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a96c37d8-77f4-41a2-a636-3cb287d2d88a Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "domain_id": null, "name": "Member", "id": "baec9537b7d54edd8295cb7c90b9b62f"}} 2019-01-03 10:00:27,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f used request id req-a96c37d8-77f4-41a2-a636-3cb287d2d88a 2019-01-03 10:00:27,065 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f'}, 'domain_id': None, 'human_id': None, 'id': u'baec9537b7d54edd8295cb7c90b9b62f', 'HUMAN_ID': False}) 2019-01-03 10:00:27,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:27,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23641c87-0849-4d87-94a9-a9c558de4ee5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:27,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-23641c87-0849-4d87-94a9-a9c558de4ee5 2019-01-03 10:00:27,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756330490112s 2019-01-03 10:00:27,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700f10bd-b033-464b-a717-68063b1c59c5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:27,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-700f10bd-b033-464b-a717-68063b1c59c5 2019-01-03 10:00:27,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.168262004852s 2019-01-03 10:00:27,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:27,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee4814f-1e82-4011-921b-6485c3ff67fa Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:27,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-eee4814f-1e82-4011-921b-6485c3ff67fa 2019-01-03 10:00:27,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961520671844s 2019-01-03 10:00:27,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-eee4814f-1e82-4011-921b-6485c3ff67fa 2019-01-03 10:00:27,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cecd995-9ba1-4492-be02-e6275a893d51 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:27,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5cecd995-9ba1-4492-be02-e6275a893d51 2019-01-03 10:00:27,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.133496046066s 2019-01-03 10:00:27,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-5cecd995-9ba1-4492-be02-e6275a893d51 2019-01-03 10:00:27,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:27,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=baec9537b7d54edd8295cb7c90b9b62f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f7d88bb-41e1-4232-9642-14c5d8d9ab65 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=baec9537b7d54edd8295cb7c90b9b62f", "previous": null, "next": null}} 2019-01-03 10:00:27,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=baec9537b7d54edd8295cb7c90b9b62f used request id req-5f7d88bb-41e1-4232-9642-14c5d8d9ab65 2019-01-03 10:00:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0956599712372s 2019-01-03 10:00:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:27,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/baec9537b7d54edd8295cb7c90b9b62f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cea4da3-d9aa-4db9-a067-f5fd0464ed08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:27,826 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/baec9537b7d54edd8295cb7c90b9b62f used request id req-3cea4da3-d9aa-4db9-a067-f5fd0464ed08 2019-01-03 10:00:27,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.17845916748s 2019-01-03 10:00:27,827 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c', 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': 'd6b7db3d-ab4e-4d08-82af-43b7d39429c0', 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_b42a640c-4071-4b14-8a0f-8ac6d603d23c', 'project_id': u'9a4fb23940e34a9aa0ac6bb33da7e27d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:00:27,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:00:27,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:00:27,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:00:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:00:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:00:27,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:00:27,832 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c', 'password': 'd6b7db3d-ab4e-4d08-82af-43b7d39429c0', 'project_name': 'api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '9a4fb23940e34a9aa0ac6bb33da7e27d', 'project_domain_name': 'Default'} 2019-01-03 10:00:27,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:27,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c727a5-01f4-4551-bcda-f8f9919d1119 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:27,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-54c727a5-01f4-4551-bcda-f8f9919d1119 2019-01-03 10:00:27,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078143119812s 2019-01-03 10:00:27,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:27,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:27,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c58383-468c-4e80-83d7-4b7c8ecd81cf Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:27,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c7c58383-468c-4e80-83d7-4b7c8ecd81cf 2019-01-03 10:00:27,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849680900574s 2019-01-03 10:00:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:27,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0f4423-9593-44e7-9dd1-6617003ede2a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:28,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-aa0f4423-9593-44e7-9dd1-6617003ede2a 2019-01-03 10:00:28,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0820209980011s 2019-01-03 10:00:28,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:28,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36eaef33-c107-4944-ae73-7ccbfde25e30 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:28,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-36eaef33-c107-4944-ae73-7ccbfde25e30 2019-01-03 10:00:28,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0951240062714s 2019-01-03 10:00:28,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-36eaef33-c107-4944-ae73-7ccbfde25e30 2019-01-03 10:00:28,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:28,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae35a73f-3bde-444b-ac8c-a4ec934abbda Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:28,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ae35a73f-3bde-444b-ac8c-a4ec934abbda 2019-01-03 10:00:28,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.083242893219s 2019-01-03 10:00:28,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ae35a73f-3bde-444b-ac8c-a4ec934abbda 2019-01-03 10:00:28,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:28,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a14a17c-0e6d-4120-be9c-8c9e76e2d1a2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:00:28,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=87531dd8fee349ee823565af03481166 used request id req-2a14a17c-0e6d-4120-be9c-8c9e76e2d1a2 2019-01-03 10:00:28,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797078609467s 2019-01-03 10:00:28,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:28,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3bda483-9ee3-497a-b8a0-6fcd25f866d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:28,554 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/87531dd8fee349ee823565af03481166 used request id req-b3bda483-9ee3-497a-b8a0-6fcd25f866d0 2019-01-03 10:00:28,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.204964160919s 2019-01-03 10:00:28,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:28,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1a2964-c5e3-4b8d-bd9c-538f5116cd5c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:28,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b1a2964-c5e3-4b8d-bd9c-538f5116cd5c 2019-01-03 10:00:28,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0902760028839s 2019-01-03 10:00:28,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:00:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 10:00:28,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d50a7c2b-fe2e-477d-969a-ab1f620c6134 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}} 2019-01-03 10:00:28,792 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d50a7c2b-fe2e-477d-969a-ab1f620c6134 2019-01-03 10:00:28,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.146366834641s 2019-01-03 10:00:28,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04e259e-d1ea-409e-a135-64f69e285d43 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "domain_id": null, "name": "heat_stack_owner", "id": "a603e73777d14c3ab87194eb4f7a8251"}} 2019-01-03 10:00:28,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251 used request id req-e04e259e-d1ea-409e-a135-64f69e285d43 2019-01-03 10:00:28,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:00:28,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:28,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15a6ef20-7142-46e6-9006-6d54fdde547b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:28,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-15a6ef20-7142-46e6-9006-6d54fdde547b 2019-01-03 10:00:28,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814528465271s 2019-01-03 10:00:28,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:00:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:29,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ce61f2-1df6-4429-b447-7debf85729a3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:29,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c0ce61f2-1df6-4429-b447-7debf85729a3 2019-01-03 10:00:29,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0827460289001s 2019-01-03 10:00:29,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:00:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:29,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868c10f6-13b5-4bdd-a436-22d1e86266f3 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:29,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-868c10f6-13b5-4bdd-a436-22d1e86266f3 2019-01-03 10:00:29,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0881359577179s 2019-01-03 10:00:29,122 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-868c10f6-13b5-4bdd-a436-22d1e86266f3 2019-01-03 10:00:29,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:00:29,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:29,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147c1457-b343-4190-bfe3-0be4ab7ebb78 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:29,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-147c1457-b343-4190-bfe3-0be4ab7ebb78 2019-01-03 10:00:29,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829420089722s 2019-01-03 10:00:29,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-147c1457-b343-4190-bfe3-0be4ab7ebb78 2019-01-03 10:00:29,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:00:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=a603e73777d14c3ab87194eb4f7a8251 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:29,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495a7262-506d-452b-83e8-8624a28c7e5a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=a603e73777d14c3ab87194eb4f7a8251", "previous": null, "next": null}} 2019-01-03 10:00:29,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=284288283f6d4dc38cafe6c5d0710616&scope.project.id=9a4fb23940e34a9aa0ac6bb33da7e27d&role.id=a603e73777d14c3ab87194eb4f7a8251 used request id req-495a7262-506d-452b-83e8-8624a28c7e5a 2019-01-03 10:00:29,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0837459564209s 2019-01-03 10:00:29,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:00:29,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/a603e73777d14c3ab87194eb4f7a8251 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:00:29,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1af0143f-cdef-40db-84f4-0b37d2ca00bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:29,519 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/284288283f6d4dc38cafe6c5d0710616/roles/a603e73777d14c3ab87194eb4f7a8251 used request id req-1af0143f-cdef-40db-84f4-0b37d2ca00bb 2019-01-03 10:00:29,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.221481800079s 2019-01-03 10:00:29,520 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 10:00:29,520 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 10:00:29,520 - openstack_tests - INFO - OS Credentials = > 2019-01-03 10:00:29,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:29,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:29,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Jq2o_CeDTNm4b9XmfIGwSA"], "issued_at": "2019-01-03T10:00:29.000000Z"}} 2019-01-03 10:00:29,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a12265e52e9b8e2b786707cdf5288442dad5d9" 2019-01-03 10:00:30,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3679f0d0-92b7-4a56-9efe-cb24c9399dd5 Date: Thu, 03 Jan 2019 10:00:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:00:30,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-3679f0d0-92b7-4a56-9efe-cb24c9399dd5 2019-01-03 10:00:30,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0a12265e52e9b8e2b786707cdf5288442dad5d9" 2019-01-03 10:00:31,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e7e7fbfc-115a-4553-b960-4781f41ecb42 Date: Thu, 03 Jan 2019 10:00:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:00:31,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e7e7fbfc-115a-4553-b960-4781f41ecb42 2019-01-03 10:00:31,219 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 10:00:31,219 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2019-01-03 10:00:31,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,253 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:31,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:31,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["sDFB0AKHRS-7iOlJXZM2Vg"], "issued_at": "2019-01-03T10:00:31.000000Z"}} 2019-01-03 10:00:31,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:31,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7593237e-8706-4e01-846a-95ca0f9b36b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:31,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7593237e-8706-4e01-846a-95ca0f9b36b1 2019-01-03 10:00:31,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:31,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:31,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:31,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b6feb8-819f-4948-8e89-04ccda93f65a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:31,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77b6feb8-819f-4948-8e89-04ccda93f65a 2019-01-03 10:00:31,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName"}}' 2019-01-03 10:00:31,986 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e04fd21-3444-4724-8a23-0e1d34d8cd40 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/514b5ec2adbb4962a874f568da802e95"}, "enabled": true, "id": "514b5ec2adbb4962a874f568da802e95", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName"}} 2019-01-03 10:00:31,986 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4e04fd21-3444-4724-8a23-0e1d34d8cd40 2019-01-03 10:00:31,986 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName 2019-01-03 10:00:31,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac484da-c767-4153-8524-4438bde5d6fc Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/514b5ec2adbb4962a874f568da802e95"}, "enabled": true, "id": "514b5ec2adbb4962a874f568da802e95", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName"}]} 2019-01-03 10:00:32,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName used request id req-2ac484da-c767-4153-8524-4438bde5d6fc 2019-01-03 10:00:32,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4633abb5-7e8e-45bb-8b51-2998214ff270 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:32,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-4633abb5-7e8e-45bb-8b51-2998214ff270 2019-01-03 10:00:32,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-63989e8a-1b2a-4e8d-948b-d00061473271 Date: Thu, 03 Jan 2019 10:00:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:32Z", "updated_at": "2019-01-03T10:00:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "revision_number": 0, "id": "15c8de5f-f5c8-417b-9d2b-e28fcae69cb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "revision_number": 0, "id": "877a0769-f5f6-4007-8947-a0322ca5978d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "revision_number": 0, "id": "b8ff8128-161b-4cd9-b8fb-0c21da243f9e", "remote_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "revision_number": 0, "id": "c0b16812-da29-4c45-a9b2-85644efce3ad", "remote_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "9834f3df-22df-4cba-b6df-77819dfafeea", "name": "default"}]} 2019-01-03 10:00:32,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-63989e8a-1b2a-4e8d-948b-d00061473271 2019-01-03 10:00:32,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f4cacf-188b-4756-a92b-fb5279b88ffb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:00:32,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-55f4cacf-188b-4756-a92b-fb5279b88ffb 2019-01-03 10:00:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48be16f0-dee5-4af6-b6be-26f0f35b4e87 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:00:32,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-48be16f0-dee5-4af6-b6be-26f0f35b4e87 2019-01-03 10:00:32,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:32,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e23c5f8-e6e4-4e55-87be-66143d2f7658 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:00:32,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-7e23c5f8-e6e4-4e55-87be-66143d2f7658 2019-01-03 10:00:32,931 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9834f3df-22df-4cba-b6df-77819dfafeea 2019-01-03 10:00:32,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9834f3df-22df-4cba-b6df-77819dfafeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:33,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b3dbcd65-3ad0-4ddf-8571-60f0e45f347d Date: Thu, 03 Jan 2019 10:00: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": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:32Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "15c8de5f-f5c8-417b-9d2b-e28fcae69cb5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:32Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "877a0769-f5f6-4007-8947-a0322ca5978d"}, {"remote_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:32Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "b8ff8128-161b-4cd9-b8fb-0c21da243f9e"}, {"remote_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:32Z", "security_group_id": "9834f3df-22df-4cba-b6df-77819dfafeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:32Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "c0b16812-da29-4c45-a9b2-85644efce3ad"}]} 2019-01-03 10:00:33,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9834f3df-22df-4cba-b6df-77819dfafeea used request id req-b3dbcd65-3ad0-4ddf-8571-60f0e45f347d 2019-01-03 10:00:33,825 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 10:00:33,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9834f3df-22df-4cba-b6df-77819dfafeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:34,925 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8fe043f6-d984-476c-b175-674bfbaea7de Content-Length: 0 Date: Thu, 03 Jan 2019 10:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:00:34,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9834f3df-22df-4cba-b6df-77819dfafeea used request id req-8fe043f6-d984-476c-b175-674bfbaea7de 2019-01-03 10:00:34,926 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-19f4afdf-e4ac-4dd3-8803-d1033694d5b3-projName 2019-01-03 10:00:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/514b5ec2adbb4962a874f568da802e95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db8a0b5a985dbd3d31f010a343195e0aa41e16ed" 2019-01-03 10:00:35,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84b85174-b5c6-4536-8999-5e6eb012ea60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:35,096 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/514b5ec2adbb4962a874f568da802e95 used request id req-84b85174-b5c6-4536-8999-5e6eb012ea60 2019-01-03 10:00:35,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:35,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["sgLeEhvdQsmzilMc_Fn_-w"], "issued_at": "2019-01-03T10:00:35.000000Z"}} 2019-01-03 10:00:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb877bf8446135a5c0b6a70f8ccaac1dacbb4df" 2019-01-03 10:00:35,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ee2556-707f-46b2-a1e8-dba49f48e0f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:35,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98ee2556-707f-46b2-a1e8-dba49f48e0f5 2019-01-03 10:00:35,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:35,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:35,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb877bf8446135a5c0b6a70f8ccaac1dacbb4df" 2019-01-03 10:00:35,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c397ce-d4f7-43ef-baa4-f6e507a2c3fa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:35,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-53c397ce-d4f7-43ef-baa4-f6e507a2c3fa 2019-01-03 10:00:36,058 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-7e22fc8a-69dd-4a88-9151-b2641fb61289-username 2019-01-03 10:00:36,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb877bf8446135a5c0b6a70f8ccaac1dacbb4df" 2019-01-03 10:00:36,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e694fae3-f8f4-43e2-a70e-90058894c37a Content-Encoding: gzip Content-Length: 951 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-7e22fc8a-69dd-4a88-9151-b2641fb61289-username", "links": {"self": "http://172.30.9.28:5000/v3/users/cf12d808acb84d93b12d746dc001dbb0"}, "domain_id": "default", "enabled": true, "id": "cf12d808acb84d93b12d746dc001dbb0", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:36,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e694fae3-f8f4-43e2-a70e-90058894c37a 2019-01-03 10:00:36,168 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-7e22fc8a-69dd-4a88-9151-b2641fb61289-username 2019-01-03 10:00:36,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/cf12d808acb84d93b12d746dc001dbb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cb877bf8446135a5c0b6a70f8ccaac1dacbb4df" 2019-01-03 10:00:36,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5efceb1-7448-4380-8643-9eacf7c25866 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:36,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/cf12d808acb84d93b12d746dc001dbb0 used request id req-e5efceb1-7448-4380-8643-9eacf7c25866 2019-01-03 10:00:36,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:36,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ADzyC_rFTQq907MzD-EcQA"], "issued_at": "2019-01-03T10:00:36.000000Z"}} 2019-01-03 10:00:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf0d44fc98ac0232039b9bc1560688255bdbe875" 2019-01-03 10:00:36,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c49d87d-e6c4-4960-9159-160bf3ca2ca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:36,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6c49d87d-e6c4-4960-9159-160bf3ca2ca9 2019-01-03 10:00:36,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:36,885 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2019-01-03 10:00:36,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:37,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Lo4t4Bf3RBC5sHcTEVUpgw"], "issued_at": "2019-01-03T10:00:37.000000Z"}} 2019-01-03 10:00:37,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a145eeef82a5f8fa837f7c126edcf0e6ff8c2605" 2019-01-03 10:00:37,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c56d0ce-0f13-4a6d-b0ca-d5a26b956db9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:37,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3c56d0ce-0f13-4a6d-b0ca-d5a26b956db9 2019-01-03 10:00:37,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:37,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:37,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["r3t6knMLQ-ek40aPMjprdA"], "issued_at": "2019-01-03T10:00:37.000000Z"}} 2019-01-03 10:00:37,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:38,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["TNAbcZ9xQeK9dAzU-8tq-g"], "issued_at": "2019-01-03T10:00:38.000000Z"}} 2019-01-03 10:00:38,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f9c6597f572d51467d9087e3acfaaae0d6f8a1" 2019-01-03 10:00:38,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18521f06-f284-4c2c-9abe-e80bf02d476d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:38,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-18521f06-f284-4c2c-9abe-e80bf02d476d 2019-01-03 10:00:38,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:38,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:38,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["E48xChIOTe6P6n1T0WztsA"], "issued_at": "2019-01-03T10:00:38.000000Z"}} 2019-01-03 10:00:38,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:39,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["c8MNBR0aQG6gjkhbK883tA"], "issued_at": "2019-01-03T10:00:39.000000Z"}} 2019-01-03 10:00:39,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76c21faba274e653f80999bb83ece392d807423" 2019-01-03 10:00:39,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91da37de-f334-4010-b429-5e7c0ce7a622 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:39,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-91da37de-f334-4010-b429-5e7c0ce7a622 2019-01-03 10:00:39,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:39,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:39,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["J3WYtnDCQWOjsZfrSR3IOg"], "issued_at": "2019-01-03T10:00:39.000000Z"}} 2019-01-03 10:00:39,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:39,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:40,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["m8nV7iFdQV2DJcs1TO74JQ"], "issued_at": "2019-01-03T10:00:40.000000Z"}} 2019-01-03 10:00:40,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:40,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:40,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["IIvDoe-qR8KQJM-C6jDGgw"], "issued_at": "2019-01-03T10:00:40.000000Z"}} 2019-01-03 10:00:40,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:40,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["EFcAwe0PRwSzu7SUArNgrA"], "issued_at": "2019-01-03T10:00:40.000000Z"}} 2019-01-03 10:00:40,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:40,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da658db9-c470-417a-9ace-84ab06be8d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:40,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da658db9-c470-417a-9ace-84ab06be8d61 2019-01-03 10:00:40,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:40,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:40,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:40,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d4e5dd-fce8-421d-89d5-df05d0f5b66f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:40,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-08d4e5dd-fce8-421d-89d5-df05d0f5b66f 2019-01-03 10:00:41,225 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-username 2019-01-03 10:00:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:41,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c3c5ed-8861-4fe3-a97d-13ae91dc2251 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:41,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a9c3c5ed-8861-4fe3-a97d-13ae91dc2251 2019-01-03 10:00:41,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-projName"}}' 2019-01-03 10:00:41,369 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea80bfc3-e8b3-4c38-824b-a333a5b7fd79 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389"}, "enabled": true, "id": "c496ffecfc8e49cca3d784f957edd389", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-projName"}} 2019-01-03 10:00:41,369 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ea80bfc3-e8b3-4c38-824b-a333a5b7fd79 2019-01-03 10:00:41,369 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-projName 2019-01-03 10:00:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" -d '{"role": {"name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role"}}' 2019-01-03 10:00:41,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d926592-8dca-4dec-a14f-5a64392753bc Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63e2967ab57e49c18d6356a2de686808", "links": {"self": "http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808"}, "name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role"}} 2019-01-03 10:00:41,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4d926592-8dca-4dec-a14f-5a64392753bc 2019-01-03 10:00:41,447 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role 2019-01-03 10:00:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:41,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9088a387-8ffe-468f-ab74-9a764ddb10ad Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808"}, "domain_id": null, "name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role", "id": "63e2967ab57e49c18d6356a2de686808"}} 2019-01-03 10:00:41,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808 used request id req-9088a387-8ffe-468f-ab74-9a764ddb10ad 2019-01-03 10:00:41,615 - keystone_utils - INFO - Granting role KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role to project KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-projName 2019-01-03 10:00:41,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389/users/6f19fb76176a46afbcc25714e52ab7d4/roles/63e2967ab57e49c18d6356a2de686808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:41,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ad2cfb-f4e9-41e6-b924-d8babdd32ce0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:41,781 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389/users/6f19fb76176a46afbcc25714e52ab7d4/roles/63e2967ab57e49c18d6356a2de686808 used request id req-f5ad2cfb-f4e9-41e6-b924-d8babdd32ce0 2019-01-03 10:00:41,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389/users/6f19fb76176a46afbcc25714e52ab7d4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:41,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4528789-d384-4982-b40b-603dcc4a71fa Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389/users/6f19fb76176a46afbcc25714e52ab7d4/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "63e2967ab57e49c18d6356a2de686808", "links": {"self": "http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808"}, "name": "KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role"}]} 2019-01-03 10:00:41,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389/users/6f19fb76176a46afbcc25714e52ab7d4/roles used request id req-f4528789-d384-4982-b40b-603dcc4a71fa 2019-01-03 10:00:41,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:43,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-86cb4659-200d-41b9-8277-003d34f1548d Date: Thu, 03 Jan 2019 10:00:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:42Z", "updated_at": "2019-01-03T10:00:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "revision_number": 0, "id": "0a894286-78d8-4509-ace6-94f4d88b4c13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "revision_number": 0, "id": "781b1836-d135-441b-b084-10db7beb9d2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "revision_number": 0, "id": "cd8eb9ae-4470-47b2-89be-86d903afdaa3", "remote_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "revision_number": 0, "id": "e76f30ce-dd9b-4bc8-a80d-9aed311e976e", "remote_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:00:43,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-86cb4659-200d-41b9-8277-003d34f1548d 2019-01-03 10:00:43,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:43,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82e282d-fd28-4da4-9ba4-3b900617443c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:00:43,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-a82e282d-fd28-4da4-9ba4-3b900617443c 2019-01-03 10:00:43,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5331397a-98bc-45e6-81aa-0087d5cc33e8 2019-01-03 10:00:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5331397a-98bc-45e6-81aa-0087d5cc33e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:43,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-42630d0c-35d6-4472-9c92-9246a04f93e1 Date: Thu, 03 Jan 2019 10:00: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": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:42Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "0a894286-78d8-4509-ace6-94f4d88b4c13"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:42Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "781b1836-d135-441b-b084-10db7beb9d2e"}, {"remote_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:42Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "cd8eb9ae-4470-47b2-89be-86d903afdaa3"}, {"remote_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:00:42Z", "security_group_id": "5331397a-98bc-45e6-81aa-0087d5cc33e8", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:42Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e76f30ce-dd9b-4bc8-a80d-9aed311e976e"}]} 2019-01-03 10:00:43,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5331397a-98bc-45e6-81aa-0087d5cc33e8 used request id req-42630d0c-35d6-4472-9c92-9246a04f93e1 2019-01-03 10:00:43,956 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 10:00:43,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5331397a-98bc-45e6-81aa-0087d5cc33e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:44,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2096740-9398-47db-97b1-971f30690a07 Content-Length: 0 Date: Thu, 03 Jan 2019 10:00:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:00:44,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5331397a-98bc-45e6-81aa-0087d5cc33e8 used request id req-a2096740-9398-47db-97b1-971f30690a07 2019-01-03 10:00:44,308 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-projName 2019-01-03 10:00:44,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:44,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a36c1dd-90ef-4f16-8920-2e2b3f39f6a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:44,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c496ffecfc8e49cca3d784f957edd389 used request id req-6a36c1dd-90ef-4f16-8920-2e2b3f39f6a8 2019-01-03 10:00:44,516 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-username 2019-01-03 10:00:44,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6f19fb76176a46afbcc25714e52ab7d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:44,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7deb73ba-3dfd-4106-96d2-5505b980aa23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:44,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6f19fb76176a46afbcc25714e52ab7d4 used request id req-7deb73ba-3dfd-4106-96d2-5505b980aa23 2019-01-03 10:00:44,699 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-05631610-ebd1-4086-898f-5cdf9b7acd07-role 2019-01-03 10:00:44,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0500e50e0884b601ffd216b8f34682aed4fbb40" 2019-01-03 10:00:44,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7a618e1-830f-4bc0-9564-7cb61a97bcea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:44,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/63e2967ab57e49c18d6356a2de686808 used request id req-f7a618e1-830f-4bc0-9564-7cb61a97bcea 2019-01-03 10:00:44,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:45,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["M0T3Ye_9SAG3XV8RrfO4Cg"], "issued_at": "2019-01-03T10:00:45.000000Z"}} 2019-01-03 10:00:45,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79bc47b8a9d15997ceb878473a5417d243ed92e4" 2019-01-03 10:00:45,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19eb96e-375a-4a1a-b66a-2f9912ab9aab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:45,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a19eb96e-375a-4a1a-b66a-2f9912ab9aab 2019-01-03 10:00:45,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:45,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:45,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["SBPNLUbrQo2ERyVoRcF9TA"], "issued_at": "2019-01-03T10:00:45.000000Z"}} 2019-01-03 10:00:45,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:45,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718098a5-593e-4486-b9e0-a9f81df39f75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:45,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-718098a5-593e-4486-b9e0-a9f81df39f75 2019-01-03 10:00:45,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:45,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:45,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d18f805-610b-4095-987f-9c2ec60521f1 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:45,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3d18f805-610b-4095-987f-9c2ec60521f1 2019-01-03 10:00:45,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:45,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e83a4cc-3d41-417a-9a9b-688b924b8eca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:45,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5e83a4cc-3d41-417a-9a9b-688b924b8eca 2019-01-03 10:00:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a748849-6402-42c3-bc0f-2caf0d85da97 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:46,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2a748849-6402-42c3-bc0f-2caf0d85da97 2019-01-03 10:00:46,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f05cdd-e1a1-4a93-95cc-06c29f341126 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:46,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-f3f05cdd-e1a1-4a93-95cc-06c29f341126 2019-01-03 10:00:46,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a39e58-9b64-45c6-96bf-566b49fba1e7 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c"}, "enabled": true, "id": "0611e4e2da164b63acbe3005d947786c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-eab835e7-b994-4f1-name"}} 2019-01-03 10:00:46,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c used request id req-e4a39e58-9b64-45c6-96bf-566b49fba1e7 2019-01-03 10:00:46,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8cb2fd3-9edd-4074-8965-33441882cab8 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:00:46,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles used request id req-a8cb2fd3-9edd-4074-8965-33441882cab8 2019-01-03 10:00:46,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1a2d81-66fe-45a6-ad4b-44b1e6e164c9 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:00:46,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-9c1a2d81-66fe-45a6-ad4b-44b1e6e164c9 2019-01-03 10:00:46,842 - keystone_utils - INFO - Granting role admin to project api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c 2019-01-03 10:00:46,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:46,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69b2c4fb-75b7-4d38-9f14-1dd408b0ec85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:46,971 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles/87531dd8fee349ee823565af03481166 used request id req-69b2c4fb-75b7-4d38-9f14-1dd408b0ec85 2019-01-03 10:00:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:47,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fea9272-8caa-4c45-92f9-c0f1a6362e26 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:47,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4fea9272-8caa-4c45-92f9-c0f1a6362e26 2019-01-03 10:00:47,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:47,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-915c3ab3-28bd-4a5f-a104-c4fea5d99d28 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:47,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-915c3ab3-28bd-4a5f-a104-c4fea5d99d28 2019-01-03 10:00:47,218 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-eab835e7-b994-4f1-name 2019-01-03 10:00:47,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:47,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:47,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79bc47b8a9d15997ceb878473a5417d243ed92e4" 2019-01-03 10:00:47,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd137a8-fe99-4038-af59-d0ff27505fe9 Content-Encoding: gzip Content-Length: 942 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-eab835e7-b994-4f1-name", "links": {"self": "http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c"}, "domain_id": "default", "enabled": true, "id": "0611e4e2da164b63acbe3005d947786c", "options": {}}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:47,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-abd137a8-fe99-4038-af59-d0ff27505fe9 2019-01-03 10:00:47,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79bc47b8a9d15997ceb878473a5417d243ed92e4" 2019-01-03 10:00:47,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e33f8af-6eae-438d-961b-2dbcc316e110 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:47,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e33f8af-6eae-438d-961b-2dbcc316e110 2019-01-03 10:00:47,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79bc47b8a9d15997ceb878473a5417d243ed92e4" 2019-01-03 10:00:47,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eba5017-07a8-4047-ba5e-01d8ae8efc44 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:47,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-1eba5017-07a8-4047-ba5e-01d8ae8efc44 2019-01-03 10:00:47,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79bc47b8a9d15997ceb878473a5417d243ed92e4" 2019-01-03 10:00:47,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ddcbbf7-a46e-4cb3-aefb-265a7cc07434 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 10:00:47,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0611e4e2da164b63acbe3005d947786c/roles used request id req-8ddcbbf7-a46e-4cb3-aefb-265a7cc07434 2019-01-03 10:00:47,548 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-eab835e7-b994-4f1-name 2019-01-03 10:00:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}076feaaf33ec3b3d339cef09fde7488bb152269d" 2019-01-03 10:00:47,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-558b007e-e2e9-47b1-a606-55dbec173f8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:47,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0611e4e2da164b63acbe3005d947786c used request id req-558b007e-e2e9-47b1-a606-55dbec173f8e 2019-01-03 10:00:47,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:48,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["YWUzZah8QjSHEZsVZ0RDzQ"], "issued_at": "2019-01-03T10:00:48.000000Z"}} 2019-01-03 10:00:48,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce1118727f57fb0d9c445b761f20116bbb425ffe" 2019-01-03 10:00:48,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0dcc3ac-1065-4e00-8bff-e09810c752d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:48,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0dcc3ac-1065-4e00-8bff-e09810c752d8 2019-01-03 10:00:48,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:48,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:48,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Ni5Fk05VSMmT8j8Wi7SEvw"], "issued_at": "2019-01-03T10:00:48.000000Z"}} 2019-01-03 10:00:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:48,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ea72e33-5d39-4d41-a15b-1c9cdaea9491 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:48,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ea72e33-5d39-4d41-a15b-1c9cdaea9491 2019-01-03 10:00:48,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:48,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:48,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:48,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8184b258-0964-4e4f-a729-b3f4d546cc8e Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:48,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8184b258-0964-4e4f-a729-b3f4d546cc8e 2019-01-03 10:00:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:48,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3662203-3c6e-4d17-9622-a39680ac5816 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:48,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e3662203-3c6e-4d17-9622-a39680ac5816 2019-01-03 10:00:49,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:49,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2cdadc-2a3b-436a-b55c-de6c8556d071 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:49,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3a2cdadc-2a3b-436a-b55c-de6c8556d071 2019-01-03 10:00:49,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:49,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63dc9dbb-621c-42ba-8cb1-6cd1f351f5e3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:49,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-63dc9dbb-621c-42ba-8cb1-6cd1f351f5e3 2019-01-03 10:00:49,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:49,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa5c9f1-f0a4-4657-9786-8f61cf345bba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61"}, "enabled": true, "id": "0d52aadbb0b04dbb9717a62afa81ea61", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-61346c00-4624-46d-name"}} 2019-01-03 10:00:49,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 used request id req-ffa5c9f1-f0a4-4657-9786-8f61cf345bba 2019-01-03 10:00:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0d52aadbb0b04dbb9717a62afa81ea61/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:49,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1acc5b4-fe3b-4787-9217-cd0d2888de72 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0d52aadbb0b04dbb9717a62afa81ea61/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:00:49,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0d52aadbb0b04dbb9717a62afa81ea61/roles used request id req-a1acc5b4-fe3b-4787-9217-cd0d2888de72 2019-01-03 10:00:49,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:49,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e894ec-24ea-4dda-a144-5aba630ec8cd Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:00:49,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-17e894ec-24ea-4dda-a144-5aba630ec8cd 2019-01-03 10:00:49,835 - keystone_utils - INFO - Granting role admin to project api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c 2019-01-03 10:00:49,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0d52aadbb0b04dbb9717a62afa81ea61/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:50,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e80fb4f9-aab7-4951-ae4a-deb87cb6fdbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:50,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/0d52aadbb0b04dbb9717a62afa81ea61/roles/87531dd8fee349ee823565af03481166 used request id req-e80fb4f9-aab7-4951-ae4a-deb87cb6fdbd 2019-01-03 10:00:50,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:50,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b78472-9ac0-4fdd-adf2-65cefd3b3a86 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:50,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c4b78472-9ac0-4fdd-adf2-65cefd3b3a86 2019-01-03 10:00:50,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:50,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fd5003-fcba-4153-8616-9a836a873c3a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:50,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-92fd5003-fcba-4153-8616-9a836a873c3a 2019-01-03 10:00:50,251 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-61346c00-4624-46d-name 2019-01-03 10:00:50,251 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-61346c00-4624-46d-name 2019-01-03 10:00:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:50,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:50,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce1118727f57fb0d9c445b761f20116bbb425ffe" 2019-01-03 10:00:50,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df9ba8fc-f674-4e1f-aecb-dbe9cb56a0c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:50,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 used request id req-df9ba8fc-f674-4e1f-aecb-dbe9cb56a0c9 2019-01-03 10:00:50,530 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-61346c00-4624-46d-name 2019-01-03 10:00:50,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}564db46dbedb739880b3a13c9f89076af4f9e325" 2019-01-03 10:00:50,627 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:00:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f16c1a93-ede1-4e66-8e41-57ae709da605 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 0d52aadbb0b04dbb9717a62afa81ea61.", "code": 404, "title": "Not Found"}} 2019-01-03 10:00:50,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0d52aadbb0b04dbb9717a62afa81ea61 used request id req-f16c1a93-ede1-4e66-8e41-57ae709da605 2019-01-03 10:00:50,627 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-03 10:00:50,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:51,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["jPqGNFhMQzuqmop7lNGVKg"], "issued_at": "2019-01-03T10:00:51.000000Z"}} 2019-01-03 10:00:51,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b7503a2317e94af4cdc73f77bb3f9bef328dfc" 2019-01-03 10:00:51,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3ecf15-a255-4ad4-a6ce-8db9dac9857b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:51,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6a3ecf15-a255-4ad4-a6ce-8db9dac9857b 2019-01-03 10:00:51,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:51,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:51,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["F64f95mvR925d_qKU2nWbw"], "issued_at": "2019-01-03T10:00:51.000000Z"}} 2019-01-03 10:00:51,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:51,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4a1f84-665f-4ef3-9909-d3418abf718e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:51,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fa4a1f84-665f-4ef3-9909-d3418abf718e 2019-01-03 10:00:51,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:51,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:51,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:51,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee2ad7c-d01c-40b0-809a-711bac5eb26a Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:51,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1ee2ad7c-d01c-40b0-809a-711bac5eb26a 2019-01-03 10:00:51,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:51,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75af4de-c927-41e5-b096-c10849934e05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:51,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e75af4de-c927-41e5-b096-c10849934e05 2019-01-03 10:00:52,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2878b754-3dd0-4f82-9ab8-2fdcaf76afbb Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:52,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2878b754-3dd0-4f82-9ab8-2fdcaf76afbb 2019-01-03 10:00:52,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc3f45a-662c-445f-80fa-5a59974cb937 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:52,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-9fc3f45a-662c-445f-80fa-5a59974cb937 2019-01-03 10:00:52,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4023e18b-d05a-4007-87ff-95350e4815b0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4"}, "enabled": true, "id": "8b92c69dda55483ea990cd2765d4a5e4", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-453a1a91-8727-4fc-name"}} 2019-01-03 10:00:52,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4 used request id req-4023e18b-d05a-4007-87ff-95350e4815b0 2019-01-03 10:00:52,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/8b92c69dda55483ea990cd2765d4a5e4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4940094-ae3b-461b-8cb4-dd3351ce091e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/8b92c69dda55483ea990cd2765d4a5e4/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:00:52,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/8b92c69dda55483ea990cd2765d4a5e4/roles used request id req-d4940094-ae3b-461b-8cb4-dd3351ce091e 2019-01-03 10:00:52,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca5091e-2778-4612-81a3-82998abee4cb Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:00:52,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-eca5091e-2778-4612-81a3-82998abee4cb 2019-01-03 10:00:52,586 - keystone_utils - INFO - Granting role admin to project api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c 2019-01-03 10:00:52,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/8b92c69dda55483ea990cd2765d4a5e4/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,766 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a20bc55-b3a0-42b9-bb6d-858b2db90621 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:52,766 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/8b92c69dda55483ea990cd2765d4a5e4/roles/87531dd8fee349ee823565af03481166 used request id req-7a20bc55-b3a0-42b9-bb6d-858b2db90621 2019-01-03 10:00:52,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a09bf9-885e-4b96-9aa6-d519ad1bac45 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:52,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-69a09bf9-885e-4b96-9aa6-d519ad1bac45 2019-01-03 10:00:52,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:52,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ffa569c-504d-4733-b6ab-4fb686ddab78 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:52,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-0ffa569c-504d-4733-b6ab-4fb686ddab78 2019-01-03 10:00:52,960 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-453a1a91-8727-4fc-name 2019-01-03 10:00:52,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:52,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:52,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73b7503a2317e94af4cdc73f77bb3f9bef328dfc" 2019-01-03 10:00:53,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9495a12f-be38-4c12-bba3-37374a267cb8 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-453a1a91-8727-4fc-name", "links": {"self": "http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4"}, "domain_id": "default", "enabled": true, "id": "8b92c69dda55483ea990cd2765d4a5e4", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:53,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9495a12f-be38-4c12-bba3-37374a267cb8 2019-01-03 10:00:53,079 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-453a1a91-8727-4fc-name 2019-01-03 10:00:53,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbd68902de86b7de4c4a9923dca9f90e448958d0" 2019-01-03 10:00:53,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bacaf8c-0794-4e56-9835-2b8646c47c61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:53,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8b92c69dda55483ea990cd2765d4a5e4 used request id req-1bacaf8c-0794-4e56-9835-2b8646c47c61 2019-01-03 10:00:53,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:53,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["HVl6Nr15RHiQeGNzedvL5A"], "issued_at": "2019-01-03T10:00:53.000000Z"}} 2019-01-03 10:00:53,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02701717f559dec0c07ad417e488c418db42fb2d" 2019-01-03 10:00:53,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f693f424-5ddb-413d-aee2-4c093fe345fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:53,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f693f424-5ddb-413d-aee2-4c093fe345fc 2019-01-03 10:00:53,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:53,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:54,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["qhWaPQk7S1mKto9xaNiEIA"], "issued_at": "2019-01-03T10:00:54.000000Z"}} 2019-01-03 10:00:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:54,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2033ed78-2b21-4bd8-acf1-b750b222e721 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:54,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2033ed78-2b21-4bd8-acf1-b750b222e721 2019-01-03 10:00:54,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:54,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:54,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4e93b0-fcde-4288-a9bf-27f896a4f190 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:54,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ef4e93b0-fcde-4288-a9bf-27f896a4f190 2019-01-03 10:00:54,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:54,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501061f1-5f1e-4b40-a640-6c54b1cc52c0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:54,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-501061f1-5f1e-4b40-a640-6c54b1cc52c0 2019-01-03 10:00:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:54,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7477a322-66ff-47e0-b7bd-aa9413520b1d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:54,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7477a322-66ff-47e0-b7bd-aa9413520b1d 2019-01-03 10:00:54,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0418c0f4-ed2f-428b-b7e5-da85c1eb7fc6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:55,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-0418c0f4-ed2f-428b-b7e5-da85c1eb7fc6 2019-01-03 10:00:55,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318f4dd0-6612-4f63-a798-1e1b13aed00f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4"}, "enabled": true, "id": "94416e05fe084ed886c2bf4a6848f0d4", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-12ce8ad3-2ead-4c9-name"}} 2019-01-03 10:00:55,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4 used request id req-318f4dd0-6612-4f63-a798-1e1b13aed00f 2019-01-03 10:00:55,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/94416e05fe084ed886c2bf4a6848f0d4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e96eec9-61e1-4b35-82d0-064c025e738a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/94416e05fe084ed886c2bf4a6848f0d4/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:00:55,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/94416e05fe084ed886c2bf4a6848f0d4/roles used request id req-2e96eec9-61e1-4b35-82d0-064c025e738a 2019-01-03 10:00:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce2a4c2-dd74-44eb-9e69-0ea7c884c2e7 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:00:55,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-6ce2a4c2-dd74-44eb-9e69-0ea7c884c2e7 2019-01-03 10:00:55,370 - keystone_utils - INFO - Granting role admin to project api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c 2019-01-03 10:00:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/94416e05fe084ed886c2bf4a6848f0d4/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e2b686-90b9-427c-85ad-126e109827c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:55,509 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d/users/94416e05fe084ed886c2bf4a6848f0d4/roles/87531dd8fee349ee823565af03481166 used request id req-04e2b686-90b9-427c-85ad-126e109827c3 2019-01-03 10:00:55,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebff7f7e-4d9e-4707-b53f-dc1c796639aa Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:55,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ebff7f7e-4d9e-4707-b53f-dc1c796639aa 2019-01-03 10:00:55,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:55,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65fa2bcc-f8c8-4c96-a160-4c03e5f570bf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:00:55,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c used request id req-65fa2bcc-f8c8-4c96-a160-4c03e5f570bf 2019-01-03 10:00:55,687 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-12ce8ad3-2ead-4c9-name 2019-01-03 10:00:55,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:55,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:55,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02701717f559dec0c07ad417e488c418db42fb2d" 2019-01-03 10:00:55,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c67edf2-604c-448f-94fa-818f2b566e11 Content-Encoding: gzip Content-Length: 945 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-12ce8ad3-2ead-4c9-name", "links": {"self": "http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4"}, "domain_id": "default", "enabled": true, "id": "94416e05fe084ed886c2bf4a6848f0d4", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:55,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0c67edf2-604c-448f-94fa-818f2b566e11 2019-01-03 10:00:55,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:55,803 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:56,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["AstwPtd2SG2cAebatlV9Ww"], "issued_at": "2019-01-03T10:00:56.000000Z"}} 2019-01-03 10:00:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e0becbe662e61547e9b814e92ece542cd736fea" 2019-01-03 10:00:56,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c25d91-c828-42e0-95f0-98f9a540837a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:56,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-40c25d91-c828-42e0-95f0-98f9a540837a 2019-01-03 10:00:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:56,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:56,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e0becbe662e61547e9b814e92ece542cd736fea" 2019-01-03 10:00:56,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931aa213-a07a-423b-b49f-d1cdf01af8ed Content-Encoding: gzip Content-Length: 945 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-12ce8ad3-2ead-4c9-name", "links": {"self": "http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4"}, "domain_id": "default", "enabled": true, "id": "94416e05fe084ed886c2bf4a6848f0d4", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:00:56,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-931aa213-a07a-423b-b49f-d1cdf01af8ed 2019-01-03 10:00:56,320 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-12ce8ad3-2ead-4c9-name 2019-01-03 10:00:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585e07dfa59767a695ca143f462ad99814fe0d7" 2019-01-03 10:00:56,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1ee7e3c-46f4-48b1-9eb7-0904f29f6e5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:56,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/94416e05fe084ed886c2bf4a6848f0d4 used request id req-c1ee7e3c-46f4-48b1-9eb7-0904f29f6e5a 2019-01-03 10:00:56,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:56,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["0_p5Vh_nRaSdnWY-g3rONQ"], "issued_at": "2019-01-03T10:00:56.000000Z"}} 2019-01-03 10:00:56,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daf631e91f1a90eca987851afd7477768daf26c" 2019-01-03 10:00:56,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9365e29c-464a-4b0d-a524-f9d54ed428fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:56,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9365e29c-464a-4b0d-a524-f9d54ed428fe 2019-01-03 10:00:56,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:00:56,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:57,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["H4tdb1XyRoCwVD2Bj8YTnQ"], "issued_at": "2019-01-03T10:00:57.000000Z"}} 2019-01-03 10:00:57,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:57,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9117a297-ee30-4254-ad25-095a9860794d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:00:57,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9117a297-ee30-4254-ad25-095a9860794d 2019-01-03 10:00:57,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:57,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:57,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:57,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0460558-71f6-47c7-a475-2f71424ba3d5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:00:57,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name used request id req-b0460558-71f6-47c7-a475-2f71424ba3d5 2019-01-03 10:00:57,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:57,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ddfce2-7c6d-4b1d-badd-42fffe5cd546 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:00:57,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f0ddfce2-7c6d-4b1d-badd-42fffe5cd546 2019-01-03 10:00:57,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name"}}' 2019-01-03 10:00:57,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1a8f517-bd19-4744-aa59-7cb2494309b5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/dab492451cd8461e9c7b8692576ebc50"}, "enabled": true, "id": "dab492451cd8461e9c7b8692576ebc50", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name"}} 2019-01-03 10:00:57,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e1a8f517-bd19-4744-aa59-7cb2494309b5 2019-01-03 10:00:57,833 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name 2019-01-03 10:00:57,833 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name 2019-01-03 10:00:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:00:57,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:00:57,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/dab492451cd8461e9c7b8692576ebc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daf631e91f1a90eca987851afd7477768daf26c" 2019-01-03 10:00:57,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:00:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bb87784-bfd6-4d2b-9387-f4258798fe6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:00:57,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dab492451cd8461e9c7b8692576ebc50 used request id req-6bb87784-bfd6-4d2b-9387-f4258798fe6c 2019-01-03 10:00:57,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b7911e35-dadc-4924-91d2-427c3238ad60 Date: Thu, 03 Jan 2019 10:00:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:00:59,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b7911e35-dadc-4924-91d2-427c3238ad60 2019-01-03 10:00:59,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8641c2ba-5f6c-4c48-91ed-97a4c747fb68 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:00:59,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-8641c2ba-5f6c-4c48-91ed-97a4c747fb68 2019-01-03 10:00:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1fee1fd-182f-4016-875c-a23df6bf7532 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:00:59,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-a1fee1fd-182f-4016-875c-a23df6bf7532 2019-01-03 10:00:59,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842b554c-1576-4fd2-8bdf-1ded4ac47a6e 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:00:59,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-842b554c-1576-4fd2-8bdf-1ded4ac47a6e 2019-01-03 10:00:59,210 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e99ed0a1-e8ee-4e3-name 2019-01-03 10:00:59,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/dab492451cd8461e9c7b8692576ebc50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,285 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc6cc2b1-7805-48b2-a114-4f91d0abaa9d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: dab492451cd8461e9c7b8692576ebc50.", "code": 404, "title": "Not Found"}} 2019-01-03 10:00:59,286 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/dab492451cd8461e9c7b8692576ebc50 used request id req-cc6cc2b1-7805-48b2-a114-4f91d0abaa9d 2019-01-03 10:00:59,286 - keystoneauth.session - DEBUG - Request returned failure status: 404 2019-01-03 10:00:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5027952f-836b-4108-a55c-e57c017a2cca Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:59,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5027952f-836b-4108-a55c-e57c017a2cca 2019-01-03 10:00:59,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0daf631e91f1a90eca987851afd7477768daf26c" 2019-01-03 10:00:59,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81960fa-89f7-4a51-becb-d61a8af4be50 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:00:59,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c81960fa-89f7-4a51-becb-d61a8af4be50 2019-01-03 10:00:59,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd251e424d0a2b96a3ae5b1a3d411b108b98e14" 2019-01-03 10:00:59,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fb9e0a1-97e5-43a8-855a-2edd9b88f6d0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:00:59,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7fb9e0a1-97e5-43a8-855a-2edd9b88f6d0 2019-01-03 10:00:59,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:00:59,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["w9miALlnQd6mTryOwD0_xw"], "issued_at": "2019-01-03T10:00:59.000000Z"}} 2019-01-03 10:00:59,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07435d41169f281653182e6c29c95ceb019bd43" 2019-01-03 10:01:00,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17dbce3d-78d2-46d5-98dc-e4fff11e5111 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:00,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-17dbce3d-78d2-46d5-98dc-e4fff11e5111 2019-01-03 10:01:00,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:00,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:00,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["g3Z3_qJqR0yMAWytTyPDIw"], "issued_at": "2019-01-03T10:01:00.000000Z"}} 2019-01-03 10:01:00,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:00,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc4d7629-b3b7-44f7-8d3d-626ec8cc3259 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:00,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dc4d7629-b3b7-44f7-8d3d-626ec8cc3259 2019-01-03 10:01:00,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:00,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:00,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:00,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54ba213-0a40-49d4-b9e8-3d052d80b9e7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:00,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name used request id req-f54ba213-0a40-49d4-b9e8-3d052d80b9e7 2019-01-03 10:01:00,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:00,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3882cf12-f8f3-4471-b507-db77291e05cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:00,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3882cf12-f8f3-4471-b507-db77291e05cc 2019-01-03 10:01:00,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ba4b1eef-183e-425-name"}}' 2019-01-03 10:01:00,899 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15de4f5b-27e2-45a6-9422-f9c39cb70b2d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8982366cb49d4414b5520517d215c77b"}, "enabled": true, "id": "8982366cb49d4414b5520517d215c77b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba4b1eef-183e-425-name"}} 2019-01-03 10:01:00,899 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-15de4f5b-27e2-45a6-9422-f9c39cb70b2d 2019-01-03 10:01:00,899 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ba4b1eef-183e-425-name 2019-01-03 10:01:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:00,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:00,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07435d41169f281653182e6c29c95ceb019bd43" 2019-01-03 10:01:01,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79e5c7d5-7505-41bf-ac18-00cb37a8b686 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8982366cb49d4414b5520517d215c77b"}, "enabled": true, "id": "8982366cb49d4414b5520517d215c77b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba4b1eef-183e-425-name"}]} 2019-01-03 10:01:01,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba4b1eef-183e-425-name used request id req-79e5c7d5-7505-41bf-ac18-00cb37a8b686 2019-01-03 10:01:01,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07435d41169f281653182e6c29c95ceb019bd43" 2019-01-03 10:01:01,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42f13df-8a8e-43a5-ae82-eeb26cdd0d4c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:01:01,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c42f13df-8a8e-43a5-ae82-eeb26cdd0d4c 2019-01-03 10:01:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:01,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-793faaf9-534c-43be-9e25-8d9941abdd3a Date: Thu, 03 Jan 2019 10:01:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:01:01,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-793faaf9-534c-43be-9e25-8d9941abdd3a 2019-01-03 10:01:01,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:01,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af0be76-d191-4ee2-bdc4-292f9b3e541f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:01,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-6af0be76-d191-4ee2-bdc4-292f9b3e541f 2019-01-03 10:01:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:01,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d26279-e4b6-455c-8dd2-364288b6cf05 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:01:01,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-64d26279-e4b6-455c-8dd2-364288b6cf05 2019-01-03 10:01:01,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:02,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cee9d39-3989-4a83-b272-68b96cdf4bc8 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:01:02,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7cee9d39-3989-4a83-b272-68b96cdf4bc8 2019-01-03 10:01:02,081 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ba4b1eef-183e-425-name 2019-01-03 10:01:02,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8982366cb49d4414b5520517d215c77b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:02,263 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd580090-0815-4bff-ab8a-7a42bc7bfd27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:02,263 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8982366cb49d4414b5520517d215c77b used request id req-bd580090-0815-4bff-ab8a-7a42bc7bfd27 2019-01-03 10:01:02,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9deff831dcb25812f6f2a99554513ff24ca0817b" 2019-01-03 10:01:02,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b64a37b-ea72-45e3-ae05-61e206a08db2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:02,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b64a37b-ea72-45e3-ae05-61e206a08db2 2019-01-03 10:01:02,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:02,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["4YL_ZyLtQvCpHSw8A5fo0w"], "issued_at": "2019-01-03T10:01:02.000000Z"}} 2019-01-03 10:01:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da4413169a761d7a3e59ee614b72cf45e1fe232" 2019-01-03 10:01:02,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cadab4f1-232d-450b-afc8-b7bdd3b12b95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:02,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cadab4f1-232d-450b-afc8-b7bdd3b12b95 2019-01-03 10:01:02,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:02,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:03,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["cDDZBd7xRJK7VjwupljX7w"], "issued_at": "2019-01-03T10:01:03.000000Z"}} 2019-01-03 10:01:03,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:03,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c3eb883-8378-433e-9ac1-dcbbce3d8a9b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:03,289 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c3eb883-8378-433e-9ac1-dcbbce3d8a9b 2019-01-03 10:01:03,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:03,296 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:03,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:03,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e61477-a90d-412a-bb21-d0ea06a9154b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:03,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name used request id req-33e61477-a90d-412a-bb21-d0ea06a9154b 2019-01-03 10:01:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:03,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21270eaf-e774-437e-a212-f0d92b5b6109 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:03,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-21270eaf-e774-437e-a212-f0d92b5b6109 2019-01-03 10:01:03,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-93c1d099-fa0c-4fe-name"}}' 2019-01-03 10:01:03,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-097b1a96-8805-412c-8005-165ed7d708d9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5627643771544b8f8b426986f446a67e"}, "enabled": true, "id": "5627643771544b8f8b426986f446a67e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-93c1d099-fa0c-4fe-name"}} 2019-01-03 10:01:03,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-097b1a96-8805-412c-8005-165ed7d708d9 2019-01-03 10:01:03,518 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-93c1d099-fa0c-4fe-name 2019-01-03 10:01:03,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:03,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:03,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da4413169a761d7a3e59ee614b72cf45e1fe232" 2019-01-03 10:01:03,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c2af8e-dbe8-4955-b691-9d563e85dd4b Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5627643771544b8f8b426986f446a67e"}, "enabled": true, "id": "5627643771544b8f8b426986f446a67e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-93c1d099-fa0c-4fe-name"}]} 2019-01-03 10:01:03,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name used request id req-49c2af8e-dbe8-4955-b691-9d563e85dd4b 2019-01-03 10:01:03,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:03,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:03,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["5HgMGQEyRm2FeVLG6QyiOA"], "issued_at": "2019-01-03T10:01:03.000000Z"}} 2019-01-03 10:01:03,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09d255562b48fb37e0fc8027705c71d72c452ed" 2019-01-03 10:01:04,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-283f1785-7137-4a8c-abd0-a2d9010b1cde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:04,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-283f1785-7137-4a8c-abd0-a2d9010b1cde 2019-01-03 10:01:04,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:04,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:04,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b09d255562b48fb37e0fc8027705c71d72c452ed" 2019-01-03 10:01:04,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40415f24-5351-41a7-a322-fcc4476ae704 Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5627643771544b8f8b426986f446a67e"}, "enabled": true, "id": "5627643771544b8f8b426986f446a67e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-93c1d099-fa0c-4fe-name"}]} 2019-01-03 10:01:04,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-93c1d099-fa0c-4fe-name used request id req-40415f24-5351-41a7-a322-fcc4476ae704 2019-01-03 10:01:04,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da4413169a761d7a3e59ee614b72cf45e1fe232" 2019-01-03 10:01:04,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c75cc3-d4a1-4912-b9ef-7af1f721b326 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:01:04,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c2c75cc3-d4a1-4912-b9ef-7af1f721b326 2019-01-03 10:01:04,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-433f4693-50b7-41b1-b17f-052544473eec Date: Thu, 03 Jan 2019 10:01:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:01:05,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-433f4693-50b7-41b1-b17f-052544473eec 2019-01-03 10:01:05,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c43ee61-7700-4d7f-b03e-81d50653a3e4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:05,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9c43ee61-7700-4d7f-b03e-81d50653a3e4 2019-01-03 10:01:05,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d179c2-8fff-4ba0-b9a8-dac2c0c08407 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:01:05,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-a6d179c2-8fff-4ba0-b9a8-dac2c0c08407 2019-01-03 10:01:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c29913-f159-4527-bc74-db0005ea1dbd 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:01:05,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-72c29913-f159-4527-bc74-db0005ea1dbd 2019-01-03 10:01:05,315 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-93c1d099-fa0c-4fe-name 2019-01-03 10:01:05,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5627643771544b8f8b426986f446a67e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-183c1216-0a80-42c1-947a-ed1c32afcd21 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:05,479 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5627643771544b8f8b426986f446a67e used request id req-183c1216-0a80-42c1-947a-ed1c32afcd21 2019-01-03 10:01:05,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02fd7a66f4a834a5bfec275d761ba6ea0e5258e9" 2019-01-03 10:01:05,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e81196-0104-4050-a84d-a306e88e6738 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:05,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-71e81196-0104-4050-a84d-a306e88e6738 2019-01-03 10:01:05,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:05,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["reX6zUVaSKubrYcrXSsawg"], "issued_at": "2019-01-03T10:01:05.000000Z"}} 2019-01-03 10:01:05,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0a12a29815855934faaeff445c8dc5da20728f" 2019-01-03 10:01:06,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248cb5d6-a58e-41e4-83f9-983e1a2b995c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:06,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-248cb5d6-a58e-41e4-83f9-983e1a2b995c 2019-01-03 10:01:06,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:06,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:06,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["JTDEnfXMRGC7To8IMGj98w"], "issued_at": "2019-01-03T10:01:06.000000Z"}} 2019-01-03 10:01:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedb9d4059eebcef883526be32d29ad13b3b0626" 2019-01-03 10:01:06,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808f5d61-85f3-4751-a8b0-12d20b26a5ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:06,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-808f5d61-85f3-4751-a8b0-12d20b26a5ca 2019-01-03 10:01:06,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:06,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:06,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-94ec7dda-03e9-426-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedb9d4059eebcef883526be32d29ad13b3b0626" 2019-01-03 10:01:06,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e29a5cd-f97d-406d-bc5a-9ee5bedc4c14 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-94ec7dda-03e9-426-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:06,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-94ec7dda-03e9-426-name used request id req-8e29a5cd-f97d-406d-bc5a-9ee5bedc4c14 2019-01-03 10:01:06,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedb9d4059eebcef883526be32d29ad13b3b0626" 2019-01-03 10:01:06,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f462698c-fc8f-4c2f-b6bb-532a9f5547d8 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=foo", "previous": null, "next": null}} 2019-01-03 10:01:06,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=foo used request id req-f462698c-fc8f-4c2f-b6bb-532a9f5547d8 2019-01-03 10:01:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedb9d4059eebcef883526be32d29ad13b3b0626" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-94ec7dda-03e9-426-name"}}' 2019-01-03 10:01:06,782 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 10:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c26d899-0d5d-44a6-94f0-181be9be75cf Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2019-01-03 10:01:06,782 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8c26d899-0d5d-44a6-94f0-181be9be75cf 2019-01-03 10:01:06,782 - keystoneauth.session - DEBUG - Request returned failure status: 400 2019-01-03 10:01:06,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fedb9d4059eebcef883526be32d29ad13b3b0626" 2019-01-03 10:01:06,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1c24c2-8d68-4347-b37a-a48f193a9f25 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:06,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e1c24c2-8d68-4347-b37a-a48f193a9f25 2019-01-03 10:01:06,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:07,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["IkQZLMGYT_uyqDK3H3swmw"], "issued_at": "2019-01-03T10:01:07.000000Z"}} 2019-01-03 10:01:07,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}565869c8c60c70fc923ba9d34b414487a85bd7cc" 2019-01-03 10:01:07,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e33d70-1c8c-432f-98b4-438fd4006fde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:07,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-01e33d70-1c8c-432f-98b4-438fd4006fde 2019-01-03 10:01:07,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:07,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:07,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["3W3XnPugSp6WaOaPo2wijQ"], "issued_at": "2019-01-03T10:01:07.000000Z"}} 2019-01-03 10:01:07,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:07,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8008c8a-e4cd-437d-a2e4-893386aad8b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:07,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d8008c8a-e4cd-437d-a2e4-893386aad8b9 2019-01-03 10:01:07,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:07,822 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:07,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:07,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4fd6ac1-ba32-48bb-9f42-de930f35ff62 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:07,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name used request id req-a4fd6ac1-ba32-48bb-9f42-de930f35ff62 2019-01-03 10:01:07,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:07,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d62ae930-860f-489d-9e30-abebe8818b84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:07,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d62ae930-860f-489d-9e30-abebe8818b84 2019-01-03 10:01:07,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4cb61569-68f6-4ec-name"}}' 2019-01-03 10:01:08,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6034df6-7dd6-4a20-9c1c-1272e04585cc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b9d71847411b4c07bfbd2f87453a946e"}, "enabled": true, "id": "b9d71847411b4c07bfbd2f87453a946e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4cb61569-68f6-4ec-name"}} 2019-01-03 10:01:08,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c6034df6-7dd6-4a20-9c1c-1272e04585cc 2019-01-03 10:01:08,118 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4cb61569-68f6-4ec-name 2019-01-03 10:01:08,118 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:01:08,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:09,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01: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-3c9731a0-a281-4b28-91f8-d289ba9bbb66 x-compute-request-id: req-3c9731a0-a281-4b28-91f8-d289ba9bbb66 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "b9d71847411b4c07bfbd2f87453a946e", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 10:01:09,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e used request id req-3c9731a0-a281-4b28-91f8-d289ba9bbb66 2019-01-03 10:01:09,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" -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}}' 2019-01-03 10:01:10,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-0f3c410f-7203-4058-bf0a-7f88e02ee9e6 x-compute-request-id: req-0f3c410f-7203-4058-bf0a-7f88e02ee9e6 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}} 2019-01-03 10:01:10,015 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e used request id req-0f3c410f-7203-4058-bf0a-7f88e02ee9e6 2019-01-03 10:01:10,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:10,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}565869c8c60c70fc923ba9d34b414487a85bd7cc" 2019-01-03 10:01:10,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3dd856-11c9-4765-84a1-cf634032a564 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b9d71847411b4c07bfbd2f87453a946e"}, "enabled": true, "id": "b9d71847411b4c07bfbd2f87453a946e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4cb61569-68f6-4ec-name"}]} 2019-01-03 10:01:10,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4cb61569-68f6-4ec-name used request id req-8e3dd856-11c9-4765-84a1-cf634032a564 2019-01-03 10:01:10,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}565869c8c60c70fc923ba9d34b414487a85bd7cc" 2019-01-03 10:01:10,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799eb358-c6c3-4f83-ac50-05772d6cf11b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:01:10,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-799eb358-c6c3-4f83-ac50-05772d6cf11b 2019-01-03 10:01:10,151 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:01:10,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}565869c8c60c70fc923ba9d34b414487a85bd7cc" 2019-01-03 10:01:10,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-1abc41c0-763f-488b-9f73-fd95da43524b x-compute-request-id: req-1abc41c0-763f-488b-9f73-fd95da43524b Content-Encoding: gzip Content-Length: 225 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": "b9d71847411b4c07bfbd2f87453a946e", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 10:01:10,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/b9d71847411b4c07bfbd2f87453a946e used request id req-1abc41c0-763f-488b-9f73-fd95da43524b 2019-01-03 10:01:10,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-dca3f183-057f-42b7-bc88-f2d9b5474feb Date: Thu, 03 Jan 2019 10:01:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:01:11,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-dca3f183-057f-42b7-bc88-f2d9b5474feb 2019-01-03 10:01:11,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ceea9d-6495-42e1-bddc-568ca1a66f05 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:11,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-d9ceea9d-6495-42e1-bddc-568ca1a66f05 2019-01-03 10:01:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94ebfc7-2e27-4348-8e2f-a133da0a07d8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:01:11,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b94ebfc7-2e27-4348-8e2f-a133da0a07d8 2019-01-03 10:01:11,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a69d0b6-6984-4ab9-b777-b0f2686752fe 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:01:11,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7a69d0b6-6984-4ab9-b777-b0f2686752fe 2019-01-03 10:01:11,598 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4cb61569-68f6-4ec-name 2019-01-03 10:01:11,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b9d71847411b4c07bfbd2f87453a946e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cd68bfe-58aa-47df-8a34-cc0371cbc107 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:11,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b9d71847411b4c07bfbd2f87453a946e used request id req-1cd68bfe-58aa-47df-8a34-cc0371cbc107 2019-01-03 10:01:11,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e077e0b9fe82840640edb092b600353ae9cef734" 2019-01-03 10:01:11,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ddc5122-941e-419a-964f-ecc715919cd0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:11,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ddc5122-941e-419a-964f-ecc715919cd0 2019-01-03 10:01:11,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:12,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["jrtfoujuQ0SSI9zCVAfGUg"], "issued_at": "2019-01-03T10:01:12.000000Z"}} 2019-01-03 10:01:12,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188d6a4c1a855a0be298f439e259f451d30a73a5" 2019-01-03 10:01:12,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1cd05f8-baef-4e60-87a7-1f9a573748c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:12,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1cd05f8-baef-4e60-87a7-1f9a573748c7 2019-01-03 10:01:12,339 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:12,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:12,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["T4d2yaYwRUWxGxmTdpq7Dw"], "issued_at": "2019-01-03T10:01:12.000000Z"}} 2019-01-03 10:01:12,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:12,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-648117d9-bb1c-4afe-a016-9422ac5674fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:12,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-648117d9-bb1c-4afe-a016-9422ac5674fb 2019-01-03 10:01:12,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:12,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:12,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:12,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c91a68c7-088f-4b4b-8e14-e9bc4db057bb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:12,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name used request id req-c91a68c7-088f-4b4b-8e14-e9bc4db057bb 2019-01-03 10:01:12,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:13,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f13d07-2742-4a57-bce5-234e28d2f392 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:13,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-66f13d07-2742-4a57-bce5-234e28d2f392 2019-01-03 10:01:13,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-e79b7c2a-b081-4b1-name"}}' 2019-01-03 10:01:13,147 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-388ae7f5-8cef-4330-aab6-ad28f811001e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40bd8a2345434cce81dc2fde7017235e"}, "enabled": true, "id": "40bd8a2345434cce81dc2fde7017235e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e79b7c2a-b081-4b1-name"}} 2019-01-03 10:01:13,147 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-388ae7f5-8cef-4330-aab6-ad28f811001e 2019-01-03 10:01:13,148 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-e79b7c2a-b081-4b1-name 2019-01-03 10:01:13,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:13,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188d6a4c1a855a0be298f439e259f451d30a73a5" 2019-01-03 10:01:13,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8daa149c-f12b-4d1f-b4e7-037f39e18934 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/40bd8a2345434cce81dc2fde7017235e"}, "enabled": true, "id": "40bd8a2345434cce81dc2fde7017235e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-e79b7c2a-b081-4b1-name"}]} 2019-01-03 10:01:13,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-e79b7c2a-b081-4b1-name used request id req-8daa149c-f12b-4d1f-b4e7-037f39e18934 2019-01-03 10:01:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188d6a4c1a855a0be298f439e259f451d30a73a5" 2019-01-03 10:01:13,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28106943-53c7-431d-b93c-876bc2dec660 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:01:13,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-28106943-53c7-431d-b93c-876bc2dec660 2019-01-03 10:01:13,337 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:01:13,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" -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}}' 2019-01-03 10:01:13,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-a7c40bba-57ee-4b33-ad17-0ccd866fdd34 x-compute-request-id: req-a7c40bba-57ee-4b33-ad17-0ccd866fdd34 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}} 2019-01-03 10:01:13,916 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e used request id req-a7c40bba-57ee-4b33-ad17-0ccd866fdd34 2019-01-03 10:01:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2019-01-03 10:01:14,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-e301a9c6-25ef-4281-9152-74cb4c953998 Date: Thu, 03 Jan 2019 10:01:14 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}} 2019-01-03 10:01:14,798 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e used request id req-e301a9c6-25ef-4281-9152-74cb4c953998 2019-01-03 10:01:14,798 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:01:14,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:15,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a256ac9-c37b-4bc3-a800-1ed3419c26fb x-compute-request-id: req-4a256ac9-c37b-4bc3-a800-1ed3419c26fb Content-Encoding: gzip Content-Length: 219 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": "40bd8a2345434cce81dc2fde7017235e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 10:01:15,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e used request id req-4a256ac9-c37b-4bc3-a800-1ed3419c26fb 2019-01-03 10:01:15,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:16,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-4b90dc22-1043-4a16-b49c-d604ce5fdc2d Date: Thu, 03 Jan 2019 10:01:16 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}} 2019-01-03 10:01:16,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e used request id req-4b90dc22-1043-4a16-b49c-d604ce5fdc2d 2019-01-03 10:01:16,274 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:01:16,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188d6a4c1a855a0be298f439e259f451d30a73a5" 2019-01-03 10:01:17,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb5128d7-1409-49d8-b132-51ee924217f2 x-compute-request-id: req-fb5128d7-1409-49d8-b132-51ee924217f2 Content-Encoding: gzip Content-Length: 219 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": "40bd8a2345434cce81dc2fde7017235e", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2019-01-03 10:01:17,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-quota-sets/40bd8a2345434cce81dc2fde7017235e used request id req-fb5128d7-1409-49d8-b132-51ee924217f2 2019-01-03 10:01:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188d6a4c1a855a0be298f439e259f451d30a73a5" 2019-01-03 10:01:17,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-621b1af8-8c0e-4522-8e7f-70f6201b976c Date: Thu, 03 Jan 2019 10:01:17 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}} 2019-01-03 10:01:17,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/quotas/40bd8a2345434cce81dc2fde7017235e used request id req-621b1af8-8c0e-4522-8e7f-70f6201b976c 2019-01-03 10:01:17,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6b388d02-c869-4858-a23b-090eaa9bb9de Date: Thu, 03 Jan 2019 10:01:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:01:18,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6b388d02-c869-4858-a23b-090eaa9bb9de 2019-01-03 10:01:18,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b27515-029d-44f8-a1e6-ccbe84942230 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:18,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-c0b27515-029d-44f8-a1e6-ccbe84942230 2019-01-03 10:01:18,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6846e2a9-c3dc-439e-8759-6addd868d577 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:01:18,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-6846e2a9-c3dc-439e-8759-6addd868d577 2019-01-03 10:01:18,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b08e238-f510-4952-86d6-96fcf79e4a0c 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:01:18,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7b08e238-f510-4952-86d6-96fcf79e4a0c 2019-01-03 10:01:18,337 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-e79b7c2a-b081-4b1-name 2019-01-03 10:01:18,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/40bd8a2345434cce81dc2fde7017235e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c2eafa-f08c-42c5-9355-633388c06477 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:18,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/40bd8a2345434cce81dc2fde7017235e used request id req-34c2eafa-f08c-42c5-9355-633388c06477 2019-01-03 10:01:18,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c31ab17b68abb852fce494331b82312238395f92" 2019-01-03 10:01:18,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebb7a53-c164-49f9-b41c-d18be498f8ab Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:18,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1ebb7a53-c164-49f9-b41c-d18be498f8ab 2019-01-03 10:01:18,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:19,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["WBoa8pCAQzKv249oNlMt8A"], "issued_at": "2019-01-03T10:01:19.000000Z"}} 2019-01-03 10:01:19,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2125d0c4d1150e44c557408fe3d27aeca18c12bd" 2019-01-03 10:01:19,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f590e17-7b63-4b0c-88a2-977a90a79793 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:19,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7f590e17-7b63-4b0c-88a2-977a90a79793 2019-01-03 10:01:19,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:19,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:19,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["uPceFYbKTnSKi-lmnJI2SQ"], "issued_at": "2019-01-03T10:01:19.000000Z"}} 2019-01-03 10:01:19,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:19,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d4c152-82f5-4911-82a6-f629f8fe988e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:19,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-26d4c152-82f5-4911-82a6-f629f8fe988e 2019-01-03 10:01:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:19,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:19,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-6628d609-d03f-490-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:19,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e09c969-4535-4b71-bfd2-35c8adf47a2a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-6628d609-d03f-490-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:19,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-6628d609-d03f-490-name used request id req-0e09c969-4535-4b71-bfd2-35c8adf47a2a 2019-01-03 10:01:19,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:19,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1da8e816-f4b6-403b-939a-9447228806fc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:19,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1da8e816-f4b6-403b-939a-9447228806fc 2019-01-03 10:01:19,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}}' 2019-01-03 10:01:19,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6305500-81d0-44c9-ad86-957becac3337 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150"}, "enabled": true, "id": "378e36a3e16441ebbd2362a4e3015150", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}} 2019-01-03 10:01:19,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a6305500-81d0-44c9-ad86-957becac3337 2019-01-03 10:01:19,873 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:19,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:19,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:20,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["7oK-Bu3TQEmLwPPua7pa-Q"], "issued_at": "2019-01-03T10:01:20.000000Z"}} 2019-01-03 10:01:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:20,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fe81e7-2d38-4cd4-8dc7-3eaf8ea064fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:20,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-43fe81e7-2d38-4cd4-8dc7-3eaf8ea064fa 2019-01-03 10:01:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:20,356 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:20,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:20,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829b9ca5-f409-4323-8194-03030cff33fa Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:01:20,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-829b9ca5-f409-4323-8194-03030cff33fa 2019-01-03 10:01:20,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:20,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a462cfb-1c0c-479b-823c-7b416deeb8a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:20,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2a462cfb-1c0c-479b-823c-7b416deeb8a2 2019-01-03 10:01:20,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:20,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ca91a4-9f2a-42f3-97e4-3c71004130d2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:20,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-55ca91a4-9f2a-42f3-97e4-3c71004130d2 2019-01-03 10:01:20,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-6628d609-d03f-490-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:21,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91438732-b49a-44c6-956b-79886ea1c5bc Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-6628d609-d03f-490-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150"}, "enabled": true, "id": "378e36a3e16441ebbd2362a4e3015150", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}]} 2019-01-03 10:01:21,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-6628d609-d03f-490-name used request id req-91438732-b49a-44c6-956b-79886ea1c5bc 2019-01-03 10:01:21,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/712676c608014eef8ab441c9632a9319 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:21,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f934e01-1ccf-4b29-bf59-bb17ac3480b8 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/712676c608014eef8ab441c9632a9319"}, "enabled": true, "id": "712676c608014eef8ab441c9632a9319", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-6628d609-d03f-490-user"}} 2019-01-03 10:01:21,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/712676c608014eef8ab441c9632a9319 used request id req-9f934e01-1ccf-4b29-bf59-bb17ac3480b8 2019-01-03 10:01:21,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:21,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b049e7d2-e2e8-42bd-8f2d-6e619c79a51d Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:01:21,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles used request id req-b049e7d2-e2e8-42bd-8f2d-6e619c79a51d 2019-01-03 10:01:21,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:21,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4008f2d-282e-46f8-aa40-f55ba53c7b7f Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:01:21,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-d4008f2d-282e-46f8-aa40-f55ba53c7b7f 2019-01-03 10:01:21,344 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:21,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:21,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-616cda24-a0bf-4b33-8757-d9ce056e0d92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:21,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles/87531dd8fee349ee823565af03481166 used request id req-616cda24-a0bf-4b33-8757-d9ce056e0d92 2019-01-03 10:01:21,474 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-6628d609-d03f-490-user 2019-01-03 10:01:21,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:21,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e6297f4-4822-47a8-a506-1032998c4c3f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:21,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e6297f4-4822-47a8-a506-1032998c4c3f 2019-01-03 10:01:21,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" -d '{"role": {"name": "CreateProjectUserTests-6628d609-d03f-490-name-role"}}' 2019-01-03 10:01:21,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2d5dec2-1a3e-4783-9e44-35c6173de47b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "512e3f29f3a94eb7bb559a9cf644db06", "links": {"self": "http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06"}, "name": "CreateProjectUserTests-6628d609-d03f-490-name-role"}} 2019-01-03 10:01:21,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a2d5dec2-1a3e-4783-9e44-35c6173de47b 2019-01-03 10:01:21,668 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-6628d609-d03f-490-name-role 2019-01-03 10:01:21,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:21,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691c473f-4604-4dfd-b5c0-008ce7cc308d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06"}, "domain_id": null, "name": "CreateProjectUserTests-6628d609-d03f-490-name-role", "id": "512e3f29f3a94eb7bb559a9cf644db06"}} 2019-01-03 10:01:21,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06 used request id req-691c473f-4604-4dfd-b5c0-008ce7cc308d 2019-01-03 10:01:21,760 - keystone_utils - INFO - Granting role CreateProjectUserTests-6628d609-d03f-490-name-role to project CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles/512e3f29f3a94eb7bb559a9cf644db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:21,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc4eb331-f83a-4e5b-8e86-1b3b0955e918 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:21,893 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150/users/712676c608014eef8ab441c9632a9319/roles/512e3f29f3a94eb7bb559a9cf644db06 used request id req-bc4eb331-f83a-4e5b-8e86-1b3b0955e918 2019-01-03 10:01:21,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:21,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:22,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "512e3f29f3a94eb7bb559a9cf644db06", "name": "CreateProjectUserTests-6628d609-d03f-490-name-role"}], "expires_at": "2019-01-03T11:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "378e36a3e16441ebbd2362a4e3015150", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/378e36a3e16441ebbd2362a4e3015150", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/378e36a3e16441ebbd2362a4e3015150", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/378e36a3e16441ebbd2362a4e3015150", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/378e36a3e16441ebbd2362a4e3015150", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/378e36a3e16441ebbd2362a4e3015150", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/378e36a3e16441ebbd2362a4e3015150", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/378e36a3e16441ebbd2362a4e3015150", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-6628d609-d03f-490-user", "id": "712676c608014eef8ab441c9632a9319"}, "audit_ids": ["9FJnXZGySneKynsxjRXzMw"], "issued_at": "2019-01-03T10:01:22.000000Z"}} 2019-01-03 10:01:22,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:22,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45288af-6d08-46f4-a09f-347493d8dd7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:22,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d45288af-6d08-46f4-a09f-347493d8dd7d 2019-01-03 10:01:22,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-6628d609-d03f-490-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:23,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2fa44159-91f2-462d-8411-16a469eb846f Date: Thu, 03 Jan 2019 10:01:23 GMT RESP BODY: {"security_groups": []} 2019-01-03 10:01:23,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-6628d609-d03f-490-name&description=hello+group used request id req-2fa44159-91f2-462d-8411-16a469eb846f 2019-01-03 10:01:23,361 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-6628d609-d03f-490-name... 2019-01-03 10:01:23,361 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:23,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" -d '{"security_group": {"name": "CreateProjectUserTests-6628d609-d03f-490-name", "description": "hello group"}}' 2019-01-03 10:01:23,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-bdc5a172-9449-49e7-9132-85b140eeca6a Date: Thu, 03 Jan 2019 10:01:23 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "updated_at": "2019-01-03T10:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "50048af0-57c7-4cf3-821d-b6787e7a8117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}], "revision_number": 2, "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}} 2019-01-03 10:01:23,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-bdc5a172-9449-49e7-9132-85b140eeca6a 2019-01-03 10:01:23,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:23,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:24,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96bad0ac-3843-4481-8671-f2fd00092538 Date: Thu, 03 Jan 2019 10:01:24 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": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "50048af0-57c7-4cf3-821d-b6787e7a8117"}]} 2019-01-03 10:01:24,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-96bad0ac-3843-4481-8671-f2fd00092538 2019-01-03 10:01:24,044 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:24,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:24,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-52db2dd4-aedc-42dc-ac8a-016e6423f2f7 Date: Thu, 03 Jan 2019 10:01:24 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": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "50048af0-57c7-4cf3-821d-b6787e7a8117"}]} 2019-01-03 10:01:24,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-52db2dd4-aedc-42dc-ac8a-016e6423f2f7 2019-01-03 10:01:24,072 - neutron_utils - INFO - Retrieving security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:24,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:24,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0a827bdd-2530-41ec-acc7-3083bf8d6260 Date: Thu, 03 Jan 2019 10:01:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "updated_at": "2019-01-03T10:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "50048af0-57c7-4cf3-821d-b6787e7a8117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}], "revision_number": 2, "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}]} 2019-01-03 10:01:24,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-0a827bdd-2530-41ec-acc7-3083bf8d6260 2019-01-03 10:01:24,350 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:24,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:25,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-deae6918-94ce-4e8c-8a5f-bb48e75177e2 Date: Thu, 03 Jan 2019 10:01:25 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": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "50048af0-57c7-4cf3-821d-b6787e7a8117"}]} 2019-01-03 10:01:25,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-deae6918-94ce-4e8c-8a5f-bb48e75177e2 2019-01-03 10:01:25,081 - neutron_utils - INFO - Retrieving security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:25,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:25,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-62829ede-bbd0-42ff-a595-b73328c8a954 Date: Thu, 03 Jan 2019 10:01:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "updated_at": "2019-01-03T10:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "50048af0-57c7-4cf3-821d-b6787e7a8117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}], "revision_number": 2, "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}]} 2019-01-03 10:01:25,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-62829ede-bbd0-42ff-a595-b73328c8a954 2019-01-03 10:01:25,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:25,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:25,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ac9017a8-6f1c-42e1-b182-6b53a673c414 Date: Thu, 03 Jan 2019 10:01:25 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": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "50048af0-57c7-4cf3-821d-b6787e7a8117"}]} 2019-01-03 10:01:25,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-ac9017a8-6f1c-42e1-b182-6b53a673c414 2019-01-03 10:01:25,899 - neutron_utils - INFO - Retrieving security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:25,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:26,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ad10bc7f-85f9-4df4-b4c3-c20e3f90920a Date: Thu, 03 Jan 2019 10:01:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "updated_at": "2019-01-03T10:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "50048af0-57c7-4cf3-821d-b6787e7a8117", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}], "revision_number": 2, "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}]} 2019-01-03 10:01:26,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-ad10bc7f-85f9-4df4-b4c3-c20e3f90920a 2019-01-03 10:01:26,663 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f65575d-a435-4bf5-a201-84f39f534ff6 2019-01-03 10:01:26,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:26,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0275b0af-62af-4e58-887a-371edccb4ee9 Date: Thu, 03 Jan 2019 10:01:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "3582e849-95fb-4cca-bbab-812fc3cd93d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "1f65575d-a435-4bf5-a201-84f39f534ff6", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "50048af0-57c7-4cf3-821d-b6787e7a8117"}]} 2019-01-03 10:01:26,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-0275b0af-62af-4e58-887a-371edccb4ee9 2019-01-03 10:01:26,689 - neutron_utils - INFO - Deleting security group rule with ID - 3582e849-95fb-4cca-bbab-812fc3cd93d7 2019-01-03 10:01:26,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3582e849-95fb-4cca-bbab-812fc3cd93d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:27,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46b17404-a54f-49ea-b6b1-d215fabbabaf Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:27,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3582e849-95fb-4cca-bbab-812fc3cd93d7 used request id req-46b17404-a54f-49ea-b6b1-d215fabbabaf 2019-01-03 10:01:27,708 - neutron_utils - INFO - Deleting security group rule with ID - 50048af0-57c7-4cf3-821d-b6787e7a8117 2019-01-03 10:01:27,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/50048af0-57c7-4cf3-821d-b6787e7a8117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:27,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b91bfde6-6099-403b-8eb8-75b9d3a205c2 Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:27,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/50048af0-57c7-4cf3-821d-b6787e7a8117 used request id req-b91bfde6-6099-403b-8eb8-75b9d3a205c2 2019-01-03 10:01:27,985 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:27,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1f65575d-a435-4bf5-a201-84f39f534ff6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db12fca68b7bf684a8fcbe774289b282453c2342" 2019-01-03 10:01:28,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d280cfee-76fa-46de-95cf-8e90964442ec Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:28,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1f65575d-a435-4bf5-a201-84f39f534ff6 used request id req-d280cfee-76fa-46de-95cf-8e90964442ec 2019-01-03 10:01:28,254 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-6628d609-d03f-490-user 2019-01-03 10:01:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/712676c608014eef8ab441c9632a9319 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e1a0be29eb53a90a7c3b26ab42c86cd8453df09" 2019-01-03 10:01:28,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b228e25-9af0-42c5-bfca-6facd3f3e692 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:28,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/712676c608014eef8ab441c9632a9319 used request id req-4b228e25-9af0-42c5-bfca-6facd3f3e692 2019-01-03 10:01:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-06fb7bd5-448e-47ad-8f9e-640c7e38a37f Date: Thu, 03 Jan 2019 10:01:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "updated_at": "2019-01-03T10:01:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "93793993-c1ab-469b-bf74-1e4f1186a68d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "18fbfaad-2390-498b-864c-388aadfef145", "remote_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "102084b6-315f-4716-8a49-ad020ef4037a", "remote_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv6", "project_id": "378e36a3e16441ebbd2362a4e3015150"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "revision_number": 0, "id": "aafe38db-f77f-4959-97f0-a9d7f751de62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "port_range_min": null, "ethertype": "IPv4", "project_id": "378e36a3e16441ebbd2362a4e3015150"}], "revision_number": 4, "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "83c869be-c748-4182-93e7-0508fb4c289f", "name": "default"}]} 2019-01-03 10:01:29,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-06fb7bd5-448e-47ad-8f9e-640c7e38a37f 2019-01-03 10:01:29,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13439f7d-a28a-4651-9126-29c4b70429b3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:29,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-13439f7d-a28a-4651-9126-29c4b70429b3 2019-01-03 10:01:29,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9070a50-9be2-4676-85f4-b0cd3d25e054 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 10:01:29,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-a9070a50-9be2-4676-85f4-b0cd3d25e054 2019-01-03 10:01:29,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d092b9-aafd-40ad-bc25-3f48143faf9e 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 10:01:29,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-77d092b9-aafd-40ad-bc25-3f48143faf9e 2019-01-03 10:01:29,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02798754-7fe8-4173-98c2-3f372af54ee5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150"}, "enabled": true, "id": "378e36a3e16441ebbd2362a4e3015150", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-6628d609-d03f-490-name"}} 2019-01-03 10:01:29,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150 used request id req-02798754-7fe8-4173-98c2-3f372af54ee5 2019-01-03 10:01:29,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83c869be-c748-4182-93e7-0508fb4c289f 2019-01-03 10:01:29,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=83c869be-c748-4182-93e7-0508fb4c289f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:29,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ba9c7981-9806-414b-915e-94d888516317 Date: Thu, 03 Jan 2019 10:01:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "102084b6-315f-4716-8a49-ad020ef4037a"}, {"remote_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "18fbfaad-2390-498b-864c-388aadfef145"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "93793993-c1ab-469b-bf74-1e4f1186a68d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:23Z", "security_group_id": "83c869be-c748-4182-93e7-0508fb4c289f", "port_range_min": null, "revision_number": 0, "tenant_id": "378e36a3e16441ebbd2362a4e3015150", "created_at": "2019-01-03T10:01:23Z", "project_id": "378e36a3e16441ebbd2362a4e3015150", "id": "aafe38db-f77f-4959-97f0-a9d7f751de62"}]} 2019-01-03 10:01:29,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=83c869be-c748-4182-93e7-0508fb4c289f used request id req-ba9c7981-9806-414b-915e-94d888516317 2019-01-03 10:01:29,783 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 10:01:29,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/83c869be-c748-4182-93e7-0508fb4c289f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:30,091 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8183866-5536-43df-a1e7-2e857bb3564f Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:30,092 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/83c869be-c748-4182-93e7-0508fb4c289f used request id req-c8183866-5536-43df-a1e7-2e857bb3564f 2019-01-03 10:01:30,093 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-6628d609-d03f-490-name 2019-01-03 10:01:30,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:30,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7299a669-3847-408d-8c0e-ac4f030193fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:30,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/378e36a3e16441ebbd2362a4e3015150 used request id req-7299a669-3847-408d-8c0e-ac4f030193fc 2019-01-03 10:01:30,252 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-6628d609-d03f-490-name-role 2019-01-03 10:01:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:30,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b1dd337-5ba0-45fa-af6d-81fd31d3e81f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:30,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/512e3f29f3a94eb7bb559a9cf644db06 used request id req-3b1dd337-5ba0-45fa-af6d-81fd31d3e81f 2019-01-03 10:01:30,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e75e9ab86a068d19249385ebf9cd1d8330097a3" 2019-01-03 10:01:30,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1182c582-77a2-41fe-9e74-dfd76ca2562f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:30,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1182c582-77a2-41fe-9e74-dfd76ca2562f 2019-01-03 10:01:30,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:30,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["-arobCB_T3uoOnrTvNYNfg"], "issued_at": "2019-01-03T10:01:30.000000Z"}} 2019-01-03 10:01:30,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bf32008cf723733ffc8fc2556627d495098025d" 2019-01-03 10:01:30,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e824b9d-16cb-4e32-b248-a30fd8a708f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:30,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5e824b9d-16cb-4e32-b248-a30fd8a708f2 2019-01-03 10:01:30,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:30,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:31,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["j5gXnY8ERGihA8JFiM8JZg"], "issued_at": "2019-01-03T10:01:31.000000Z"}} 2019-01-03 10:01:31,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:31,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e017398-931d-4802-a66b-939ff786b1da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:31,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7e017398-931d-4802-a66b-939ff786b1da 2019-01-03 10:01:31,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:31,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:31,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-db0c3b24-9435-4ee-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:31,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363e6f73-7cbc-4c69-a5ea-e377bc87147b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-db0c3b24-9435-4ee-name", "previous": null, "next": null}, "projects": []} 2019-01-03 10:01:31,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-db0c3b24-9435-4ee-name used request id req-363e6f73-7cbc-4c69-a5ea-e377bc87147b 2019-01-03 10:01:31,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:31,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b8cfac-ceb1-4e8d-b3e9-50f76a01e22f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:31,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-04b8cfac-ceb1-4e8d-b3e9-50f76a01e22f 2019-01-03 10:01:31,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}}' 2019-01-03 10:01:31,699 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6525d835-2b18-42c2-bf74-c69145894f66 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5"}, "enabled": true, "id": "93a6a79039074fe59ec878e64e7da2b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}} 2019-01-03 10:01:31,699 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6525d835-2b18-42c2-bf74-c69145894f66 2019-01-03 10:01:31,700 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:31,700 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:31,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:32,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["73vyEdjcR92npwjdr7yf8w"], "issued_at": "2019-01-03T10:01:32.000000Z"}} 2019-01-03 10:01:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b33b39-8190-4e99-b576-9a534e4691c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:32,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-52b33b39-8190-4e99-b576-9a534e4691c7 2019-01-03 10:01:32,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:32,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:32,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12c7764-464f-4d96-b401-84ae84724a50 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:01:32,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c12c7764-464f-4d96-b401-84ae84724a50 2019-01-03 10:01:32,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77644346-f438-4df6-a9b4-02f6e2880a69 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:32,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77644346-f438-4df6-a9b4-02f6e2880a69 2019-01-03 10:01:32,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebacb7f9-1487-40dc-ada7-1a318a6455a8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:32,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ebacb7f9-1487-40dc-ada7-1a318a6455a8 2019-01-03 10:01:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2994d2c5-be8a-4a7a-8074-eb37b35494ca Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5"}, "enabled": true, "id": "93a6a79039074fe59ec878e64e7da2b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:32,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name used request id req-2994d2c5-be8a-4a7a-8074-eb37b35494ca 2019-01-03 10:01:32,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:32,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8685edaa-df51-414f-86e2-2159fcb9b448 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580"}, "enabled": true, "id": "6381be0623574d0799d88d1f48cb4580", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-user1"}} 2019-01-03 10:01:32,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580 used request id req-8685edaa-df51-414f-86e2-2159fcb9b448 2019-01-03 10:01:32,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:33,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cff876-f687-4420-a805-895698eb918e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:01:33,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles used request id req-55cff876-f687-4420-a805-895698eb918e 2019-01-03 10:01:33,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:33,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de98ae9a-7c1b-478a-99bd-c4b8d88c46bf Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:01:33,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-de98ae9a-7c1b-478a-99bd-c4b8d88c46bf 2019-01-03 10:01:33,166 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:33,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:33,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b4ddb52-d814-45da-a19f-5e56e00598fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:33,306 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles/87531dd8fee349ee823565af03481166 used request id req-5b4ddb52-d814-45da-a19f-5e56e00598fd 2019-01-03 10:01:33,307 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-db0c3b24-9435-4ee-user1 2019-01-03 10:01:33,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:33,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4efa2965-24fc-4c0e-bdcf-fcb82cb1bc45 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:33,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4efa2965-24fc-4c0e-bdcf-fcb82cb1bc45 2019-01-03 10:01:33,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" -d '{"role": {"name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role"}}' 2019-01-03 10:01:33,500 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b267ff8-c01f-47c9-8252-d0e5f32806e2 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cfa86ee7f76d4c9e943a2ff67edb8743", "links": {"self": "http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743"}, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role"}} 2019-01-03 10:01:33,500 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b267ff8-c01f-47c9-8252-d0e5f32806e2 2019-01-03 10:01:33,501 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-db0c3b24-9435-4ee-name-role 2019-01-03 10:01:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:33,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f140655d-eeaa-473e-bf98-5d99cb950c75 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743"}, "domain_id": null, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role", "id": "cfa86ee7f76d4c9e943a2ff67edb8743"}} 2019-01-03 10:01:33,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 used request id req-f140655d-eeaa-473e-bf98-5d99cb950c75 2019-01-03 10:01:33,591 - keystone_utils - INFO - Granting role CreateProjectUserTests-db0c3b24-9435-4ee-name-role to project CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles/cfa86ee7f76d4c9e943a2ff67edb8743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:33,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e35e25b-265a-46d7-a42a-0b5d99515fc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:33,818 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/6381be0623574d0799d88d1f48cb4580/roles/cfa86ee7f76d4c9e943a2ff67edb8743 used request id req-6e35e25b-265a-46d7-a42a-0b5d99515fc9 2019-01-03 10:01:33,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:33,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:34,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["E__1i55cSRqqpy4fj7K8Bw"], "issued_at": "2019-01-03T10:01:34.000000Z"}} 2019-01-03 10:01:34,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:34,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b398b79c-d1d0-4d5c-8aa0-6ebbfd92c604 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:34,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b398b79c-d1d0-4d5c-8aa0-6ebbfd92c604 2019-01-03 10:01:34,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:34,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:34,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:34,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c507f665-50f5-48fc-83e2-2577b7853f67 Content-Encoding: gzip Content-Length: 944 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-user1", "links": {"self": "http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580"}, "domain_id": "default", "enabled": true, "id": "6381be0623574d0799d88d1f48cb4580", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:01:34,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c507f665-50f5-48fc-83e2-2577b7853f67 2019-01-03 10:01:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:34,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81f0f74-be95-4d26-afc2-4223b6a04574 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:01:34,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a81f0f74-be95-4d26-afc2-4223b6a04574 2019-01-03 10:01:34,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea38c54-7de4-4558-ab05-8ac177d594a5 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}, {"domain_id": null, "id": "cfa86ee7f76d4c9e943a2ff67edb8743", "links": {"self": "http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743"}, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role"}]} 2019-01-03 10:01:35,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-aea38c54-7de4-4558-ab05-8ac177d594a5 2019-01-03 10:01:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6e4b14-c872-43ef-b8ad-69e8615bda79 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5"}, "enabled": true, "id": "93a6a79039074fe59ec878e64e7da2b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:35,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateProjectUserTests-db0c3b24-9435-4ee-name used request id req-8f6e4b14-c872-43ef-b8ad-69e8615bda79 2019-01-03 10:01:35,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/70334d3303c54ea88c0cc0d8deb22307 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3ac8a2-5477-467b-840d-e4e6ec356492 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/70334d3303c54ea88c0cc0d8deb22307"}, "enabled": true, "id": "70334d3303c54ea88c0cc0d8deb22307", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-user2"}} 2019-01-03 10:01:35,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/70334d3303c54ea88c0cc0d8deb22307 used request id req-df3ac8a2-5477-467b-840d-e4e6ec356492 2019-01-03 10:01:35,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8050295a-7bbc-4990-a006-30a0f875b36a Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 10:01:35,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles used request id req-8050295a-7bbc-4990-a006-30a0f875b36a 2019-01-03 10:01:35,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64c53ab-408d-403d-b8c9-a6de315f5990 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 10:01:35,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-b64c53ab-408d-403d-b8c9-a6de315f5990 2019-01-03 10:01:35,377 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:35,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:35,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a719a2f-113f-44b3-a4dd-5266776cc82f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:35,497 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles/87531dd8fee349ee823565af03481166 used request id req-3a719a2f-113f-44b3-a4dd-5266776cc82f 2019-01-03 10:01:35,497 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-db0c3b24-9435-4ee-user2 2019-01-03 10:01:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:35,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b52976a-4830-4c60-afc8-39281f09ef79 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743"}, "domain_id": null, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role", "id": "cfa86ee7f76d4c9e943a2ff67edb8743"}} 2019-01-03 10:01:35,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 used request id req-3b52976a-4830-4c60-afc8-39281f09ef79 2019-01-03 10:01:35,596 - keystone_utils - INFO - Granting role CreateProjectUserTests-db0c3b24-9435-4ee-name-role to project CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:35,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles/cfa86ee7f76d4c9e943a2ff67edb8743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:35,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55c4f137-1b2d-4bae-9eea-7768b73ad305 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:35,725 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5/users/70334d3303c54ea88c0cc0d8deb22307/roles/cfa86ee7f76d4c9e943a2ff67edb8743 used request id req-55c4f137-1b2d-4bae-9eea-7768b73ad305 2019-01-03 10:01:35,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:35,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:36,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "cfa86ee7f76d4c9e943a2ff67edb8743", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role"}], "expires_at": "2019-01-03T11:01:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93a6a79039074fe59ec878e64e7da2b5", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-user1", "id": "6381be0623574d0799d88d1f48cb4580"}, "audit_ids": ["fQU99PzlQXyROnl1TwewOA"], "issued_at": "2019-01-03T10:01:36.000000Z"}} 2019-01-03 10:01:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:36,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a55ed71-b212-4233-8851-8933760d69c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:36,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0a55ed71-b212-4233-8851-8933760d69c2 2019-01-03 10:01:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-db0c3b24-9435-4ee-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:37,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9bc858bf-db4f-4040-b14b-f130a9ca397c Date: Thu, 03 Jan 2019 10:01:37 GMT RESP BODY: {"security_groups": []} 2019-01-03 10:01:37,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-db0c3b24-9435-4ee-name&description=hello+group used request id req-9bc858bf-db4f-4040-b14b-f130a9ca397c 2019-01-03 10:01:37,170 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-db0c3b24-9435-4ee-name... 2019-01-03 10:01:37,170 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" -d '{"security_group": {"name": "CreateProjectUserTests-db0c3b24-9435-4ee-name", "description": "hello group"}}' 2019-01-03 10:01:37,724 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-e2588769-e4bc-44dd-a81a-925e27958226 Date: Thu, 03 Jan 2019 10:01:37 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}} 2019-01-03 10:01:37,724 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-e2588769-e4bc-44dd-a81a-925e27958226 2019-01-03 10:01:37,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:37,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:37,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f8e09d0f-ab7e-494d-90a7-526b5325698b Date: Thu, 03 Jan 2019 10:01: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": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:37,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-f8e09d0f-ab7e-494d-90a7-526b5325698b 2019-01-03 10:01:37,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:37,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:38,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4f9bad4b-0ca8-44af-a4c2-8dbea5c809f6 Date: Thu, 03 Jan 2019 10:01: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": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:38,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-4f9bad4b-0ca8-44af-a4c2-8dbea5c809f6 2019-01-03 10:01:38,070 - neutron_utils - INFO - Retrieving security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:38,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:38,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7035b0a1-de6b-4f92-8454-e5331c09d93e Date: Thu, 03 Jan 2019 10:01:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:38,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-7035b0a1-de6b-4f92-8454-e5331c09d93e 2019-01-03 10:01:38,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:38,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:39,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f3a00bd6-3bc7-4584-ade4-b6e0d164281c Date: Thu, 03 Jan 2019 10:01:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:39,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-f3a00bd6-3bc7-4584-ade4-b6e0d164281c 2019-01-03 10:01:39,068 - neutron_utils - INFO - Retrieving security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:39,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7436760b-72ca-46b5-8749-d8883f682dd3 Date: Thu, 03 Jan 2019 10:01:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:39,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-7436760b-72ca-46b5-8749-d8883f682dd3 2019-01-03 10:01:39,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:39,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:39,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a5b31f16-a286-441a-8d93-10a660e568ea Date: Thu, 03 Jan 2019 10:01:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:39,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-a5b31f16-a286-441a-8d93-10a660e568ea 2019-01-03 10:01:39,444 - neutron_utils - INFO - Retrieving security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:39,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0be12499-677a-43e1-bce5-3178cb6d2a01 Date: Thu, 03 Jan 2019 10:01:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:39,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-0be12499-677a-43e1-bce5-3178cb6d2a01 2019-01-03 10:01:39,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:39,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:39,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36af6109-000b-497f-895b-1b98e96cac2a Date: Thu, 03 Jan 2019 10:01:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:39,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-36af6109-000b-497f-895b-1b98e96cac2a 2019-01-03 10:01:39,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:01:39,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:40,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "cfa86ee7f76d4c9e943a2ff67edb8743", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name-role"}], "expires_at": "2019-01-03T11:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93a6a79039074fe59ec878e64e7da2b5", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/93a6a79039074fe59ec878e64e7da2b5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-db0c3b24-9435-4ee-user2", "id": "70334d3303c54ea88c0cc0d8deb22307"}, "audit_ids": ["N_sZmom0Sae0Tq7rGdBFwg"], "issued_at": "2019-01-03T10:01:40.000000Z"}} 2019-01-03 10:01:40,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:40,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e563c9e7-95c1-46ca-9a7b-74c336f5b241 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:40,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e563c9e7-95c1-46ca-9a7b-74c336f5b241 2019-01-03 10:01:40,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-db0c3b24-9435-4ee-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:40,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-86b4f785-bb3a-4bd5-b0b2-463ad587ed08 Date: Thu, 03 Jan 2019 10:01:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:40,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateProjectUserTests-db0c3b24-9435-4ee-name&description=hello+group used request id req-86b4f785-bb3a-4bd5-b0b2-463ad587ed08 2019-01-03 10:01:40,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:40,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:40,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf200ff2-9ebb-4050-8d7d-31f14d8b0122 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5"}, "enabled": true, "id": "93a6a79039074fe59ec878e64e7da2b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}} 2019-01-03 10:01:40,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 used request id req-bf200ff2-9ebb-4050-8d7d-31f14d8b0122 2019-01-03 10:01:40,642 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:40,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:40,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5b90a518-05a5-4807-bfcc-2ac980e3a522 Date: Thu, 03 Jan 2019 10:01: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": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:40,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-5b90a518-05a5-4807-bfcc-2ac980e3a522 2019-01-03 10:01:40,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:40,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:41,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-73fac3df-bbd5-4b0c-85e9-4becc44f648e Date: Thu, 03 Jan 2019 10:01: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": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:41,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-73fac3df-bbd5-4b0c-85e9-4becc44f648e 2019-01-03 10:01:41,092 - neutron_utils - INFO - Retrieving security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:41,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:41,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d4e252f5-4326-447a-bc35-46fb2e50447a Date: Thu, 03 Jan 2019 10:01:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "4e077b7c-c246-487c-8971-1da21581b497", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 2, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b78b8c81-6a42-471b-9033-b5093086b98b", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}]} 2019-01-03 10:01:41,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-d4e252f5-4326-447a-bc35-46fb2e50447a 2019-01-03 10:01:41,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b78b8c81-6a42-471b-9033-b5093086b98b 2019-01-03 10:01:41,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:41,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf429c04-c5c2-4950-a18b-f281a5ea5924 Date: Thu, 03 Jan 2019 10:01: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": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "4e077b7c-c246-487c-8971-1da21581b497"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "b78b8c81-6a42-471b-9033-b5093086b98b", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "b7e234b1-505a-4e2d-a890-ee9f3f133d81"}]} 2019-01-03 10:01:41,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b78b8c81-6a42-471b-9033-b5093086b98b used request id req-bf429c04-c5c2-4950-a18b-f281a5ea5924 2019-01-03 10:01:41,169 - neutron_utils - INFO - Deleting security group rule with ID - b7e234b1-505a-4e2d-a890-ee9f3f133d81 2019-01-03 10:01:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b7e234b1-505a-4e2d-a890-ee9f3f133d81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:41,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3932e6fb-84a6-40fb-9093-592276a2c1ed Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:41,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b7e234b1-505a-4e2d-a890-ee9f3f133d81 used request id req-3932e6fb-84a6-40fb-9093-592276a2c1ed 2019-01-03 10:01:41,287 - neutron_utils - INFO - Deleting security group rule with ID - 4e077b7c-c246-487c-8971-1da21581b497 2019-01-03 10:01:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/4e077b7c-c246-487c-8971-1da21581b497 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:41,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-daad873e-0a54-4e2d-8032-2452f3731ac7 Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:41,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/4e077b7c-c246-487c-8971-1da21581b497 used request id req-daad873e-0a54-4e2d-8032-2452f3731ac7 2019-01-03 10:01:41,567 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:41,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}631326ad5cff0adb1e55e9e872147e75057f4d82" 2019-01-03 10:01:42,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b710c93-aa61-4a3d-ab10-1e634718e159 Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:42,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b78b8c81-6a42-471b-9033-b5093086b98b used request id req-3b710c93-aa61-4a3d-ab10-1e634718e159 2019-01-03 10:01:42,551 - neutron_utils - INFO - Deleting security group rule with ID - b7e234b1-505a-4e2d-a890-ee9f3f133d81 2019-01-03 10:01:42,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b7e234b1-505a-4e2d-a890-ee9f3f133d81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:43,330 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-0532e6a2-11e0-44f2-ac4c-2434709912b8 Date: Thu, 03 Jan 2019 10:01:43 GMT RESP BODY: {"NeutronError": {"message": "Security group rule b7e234b1-505a-4e2d-a890-ee9f3f133d81 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 10:01:43,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b7e234b1-505a-4e2d-a890-ee9f3f133d81 used request id req-0532e6a2-11e0-44f2-ac4c-2434709912b8 2019-01-03 10:01:43,331 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule b7e234b1-505a-4e2d-a890-ee9f3f133d81 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 10:01:43,331 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule b7e234b1-505a-4e2d-a890-ee9f3f133d81 does not exist Neutron server returns request_ids: ['req-0532e6a2-11e0-44f2-ac4c-2434709912b8'] 2019-01-03 10:01:43,332 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:43,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b78b8c81-6a42-471b-9033-b5093086b98b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bfc06af475678d05cc83b961259cac135880c00" 2019-01-03 10:01:43,556 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-6a04a058-9efe-4277-b80d-8eea975a3c50 Date: Thu, 03 Jan 2019 10:01:43 GMT RESP BODY: {"NeutronError": {"message": "Security group b78b8c81-6a42-471b-9033-b5093086b98b does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 10:01:43,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b78b8c81-6a42-471b-9033-b5093086b98b used request id req-6a04a058-9efe-4277-b80d-8eea975a3c50 2019-01-03 10:01:43,557 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group b78b8c81-6a42-471b-9033-b5093086b98b does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 10:01:43,557 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group b78b8c81-6a42-471b-9033-b5093086b98b does not exist Neutron server returns request_ids: ['req-6a04a058-9efe-4277-b80d-8eea975a3c50'] 2019-01-03 10:01:43,558 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-db0c3b24-9435-4ee-user1 2019-01-03 10:01:43,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c51213f43efd7ce4b38376a78ed18dafee45bc" 2019-01-03 10:01:43,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b6b9f24-27c6-4e70-8b7a-05a3269ecb8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:43,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6381be0623574d0799d88d1f48cb4580 used request id req-5b6b9f24-27c6-4e70-8b7a-05a3269ecb8d 2019-01-03 10:01:43,763 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-db0c3b24-9435-4ee-user2 2019-01-03 10:01:43,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/70334d3303c54ea88c0cc0d8deb22307 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ef7f8048da309c3284d3a9645bac04b28c0aa3" 2019-01-03 10:01:43,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26f0ff7d-04b4-4947-abdc-391baf4f79fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:43,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/70334d3303c54ea88c0cc0d8deb22307 used request id req-26f0ff7d-04b4-4947-abdc-391baf4f79fb 2019-01-03 10:01:43,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:44,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-8dfadb63-a5c1-4880-97ec-29dfa6e5a219 Date: Thu, 03 Jan 2019 10:01:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:36Z", "updated_at": "2019-01-03T10:01:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "f586f9d9-ec64-447b-b219-67ca877f4697", "remote_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "d91ce2e7-b87c-41d6-9dcd-554379c232fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv6", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "37a47298-0cfe-4d9c-8aad-797a67c7255f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "revision_number": 0, "id": "ffa24cec-b8a8-4c57-953b-8eb3112342a2", "remote_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "remote_ip_prefix": null, "created_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "port_range_min": null, "ethertype": "IPv4", "project_id": "93a6a79039074fe59ec878e64e7da2b5"}], "revision_number": 4, "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}]} 2019-01-03 10:01:44,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8dfadb63-a5c1-4880-97ec-29dfa6e5a219 2019-01-03 10:01:44,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:44,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665df9ac-20b6-4133-a814-8e16cd7fde33 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5"}, "enabled": true, "id": "93a6a79039074fe59ec878e64e7da2b5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-db0c3b24-9435-4ee-name"}} 2019-01-03 10:01:44,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 used request id req-665df9ac-20b6-4133-a814-8e16cd7fde33 2019-01-03 10:01:44,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25a2f52f-b30f-46c6-8046-be7d2a587b73 2019-01-03 10:01:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=25a2f52f-b30f-46c6-8046-be7d2a587b73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:44,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2fd77dd3-780b-419e-90cb-be1ea846d814 Date: Thu, 03 Jan 2019 10:01:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "37a47298-0cfe-4d9c-8aad-797a67c7255f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "d91ce2e7-b87c-41d6-9dcd-554379c232fd"}, {"remote_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "f586f9d9-ec64-447b-b219-67ca877f4697"}, {"remote_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:01:37Z", "security_group_id": "25a2f52f-b30f-46c6-8046-be7d2a587b73", "port_range_min": null, "revision_number": 0, "tenant_id": "93a6a79039074fe59ec878e64e7da2b5", "created_at": "2019-01-03T10:01:37Z", "project_id": "93a6a79039074fe59ec878e64e7da2b5", "id": "ffa24cec-b8a8-4c57-953b-8eb3112342a2"}]} 2019-01-03 10:01:44,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=25a2f52f-b30f-46c6-8046-be7d2a587b73 used request id req-2fd77dd3-780b-419e-90cb-be1ea846d814 2019-01-03 10:01:44,494 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 10:01:44,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/25a2f52f-b30f-46c6-8046-be7d2a587b73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:45,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f0347805-a307-4a94-a64a-3a491fdd412b Content-Length: 0 Date: Thu, 03 Jan 2019 10:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:45,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/25a2f52f-b30f-46c6-8046-be7d2a587b73 used request id req-f0347805-a307-4a94-a64a-3a491fdd412b 2019-01-03 10:01:45,020 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-db0c3b24-9435-4ee-name 2019-01-03 10:01:45,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:45,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-937dc639-c5a1-4a7c-af7a-9018969e23b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:45,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/93a6a79039074fe59ec878e64e7da2b5 used request id req-937dc639-c5a1-4a7c-af7a-9018969e23b1 2019-01-03 10:01:45,208 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-db0c3b24-9435-4ee-name-role 2019-01-03 10:01:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:45,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cb790f1-52df-4373-88dd-5e473718f406 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:01:45,333 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/cfa86ee7f76d4c9e943a2ff67edb8743 used request id req-2cb790f1-52df-4373-88dd-5e473718f406 2019-01-03 10:01:45,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3f48ca0f36c63b8ee64860fdde45a36b6cf025" 2019-01-03 10:01:45,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1d2acd-624c-4b62-b186-59d65a58f8ec Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:01:45,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ec1d2acd-624c-4b62-b186-59d65a58f8ec 2019-01-03 10:01:45,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:45,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["hzT6MSQmQ86nYt5vjqYWFg"], "issued_at": "2019-01-03T10:01:45.000000Z"}} 2019-01-03 10:01:45,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" 2019-01-03 10:01:46,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-32ed9fd1-ce28-4d9b-8bac-db284853a0e6 Date: Thu, 03 Jan 2019 10:01: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"}}} 2019-01-03 10:01:46,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-32ed9fd1-ce28-4d9b-8bac-db284853a0e6 2019-01-03 10:01:46,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c"}' 2019-01-03 10:01:47,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359 X-Openstack-Request-Id: req-73f7dad8-2ef0-440d-b20c-9fc3db4fa487 Date: Thu, 03 Jan 2019 10:01:47 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:01:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:01:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/aaed5e42-533a-4791-b859-297529098359", "min_disk": 0, "protected": false, "id": "aaed5e42-533a-4791-b859-297529098359", "file": "/v2/images/aaed5e42-533a-4791-b859-297529098359/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:01:47,119 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-73f7dad8-2ef0-440d-b20c-9fc3db4fa487 2019-01-03 10:01:47,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" -d '' 2019-01-03 10:01:50,866 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49bb42de-730a-4fd5-b390-1ffc3fc8e1e8 Date: Thu, 03 Jan 2019 10:01:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:01:50,866 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359/file used request id req-49bb42de-730a-4fd5-b390-1ffc3fc8e1e8 2019-01-03 10:01:50,866 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:01:50,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" 2019-01-03 10:01:50,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-988a0056-20ca-4bca-b238-7ff5f7cf8654 Date: Thu, 03 Jan 2019 10:01:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:01:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/aaed5e42-533a-4791-b859-297529098359/snap", "metadata": {}}], "self": "/v2/images/aaed5e42-533a-4791-b859-297529098359", "min_disk": 0, "protected": false, "id": "aaed5e42-533a-4791-b859-297529098359", "file": "/v2/images/aaed5e42-533a-4791-b859-297529098359/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/aaed5e42-533a-4791-b859-297529098359/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:01:50,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359 used request id req-988a0056-20ca-4bca-b238-7ff5f7cf8654 2019-01-03 10:01:50,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" 2019-01-03 10:01:51,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1b13e87b-8d68-4a1a-95fc-94fdac42f058 Date: Thu, 03 Jan 2019 10:01: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"}}} 2019-01-03 10:01:51,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1b13e87b-8d68-4a1a-95fc-94fdac42f058 2019-01-03 10:01:51,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" 2019-01-03 10:01:52,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-ac8031f1-d623-4fdc-919d-cfad26a48449 Date: Thu, 03 Jan 2019 10:01:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:01:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/aaed5e42-533a-4791-b859-297529098359/snap", "metadata": {}}], "self": "/v2/images/aaed5e42-533a-4791-b859-297529098359", "min_disk": 0, "protected": false, "id": "aaed5e42-533a-4791-b859-297529098359", "file": "/v2/images/aaed5e42-533a-4791-b859-297529098359/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/aaed5e42-533a-4791-b859-297529098359/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c"} 2019-01-03 10:01:52,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c used request id req-ac8031f1-d623-4fdc-919d-cfad26a48449 2019-01-03 10:01:52,137 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-8167805d-5280-454b-b010-3c69d46faf5c 2019-01-03 10:01:52,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4eb0e098c898cac9b218ff8f8f49ff4b5bc23a89" 2019-01-03 10:01:54,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c78fc5a6-1fb1-4209-b32c-8800cb63f5cf Date: Thu, 03 Jan 2019 10:01:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:01:54,428 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/aaed5e42-533a-4791-b859-297529098359 used request id req-c78fc5a6-1fb1-4209-b32c-8800cb63f5cf 2019-01-03 10:01:54,430 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 10:01:54,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:54,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["QwqqdQksT36lVGbTbQ3Dyg"], "issued_at": "2019-01-03T10:01:54.000000Z"}} 2019-01-03 10:01:54,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:54,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49393eaf-9771-4409-bc59-66ff4eaa0709 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:54,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-49393eaf-9771-4409-bc59-66ff4eaa0709 2019-01-03 10:01:54,902 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net 2019-01-03 10:01:54,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" -d '{"network": {"name": "NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net", "admin_state_up": true}}' 2019-01-03 10:01:55,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-53ef9d05-59ea-49ec-b64d-b825f3c2315c Date: Thu, 03 Jan 2019 10:01:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"981b3ee4-a9a5-4e51-9c95-be558c002466","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:55Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:55Z","mtu":1450}} 2019-01-03 10:01:55,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-53ef9d05-59ea-49ec-b64d-b825f3c2315c 2019-01-03 10:01:55,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:55,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-55b22137-d34d-4013-9395-894fbbf60bf5 Date: Thu, 03 Jan 2019 10:01:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"981b3ee4-a9a5-4e51-9c95-be558c002466","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:55Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:55Z","provider:network_type":"vxlan"}]} 2019-01-03 10:01:55,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-55b22137-d34d-4013-9395-894fbbf60bf5 2019-01-03 10:01:55,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:55,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5ac4cd92-01e6-49db-befe-962bb477a3e8 Date: Thu, 03 Jan 2019 10:01:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:01:55,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-5ac4cd92-01e6-49db-befe-962bb477a3e8 2019-01-03 10:01:55,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:56,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-35520a30-c47c-4ec3-bf9b-b9b18bf97318 Date: Thu, 03 Jan 2019 10:01:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"981b3ee4-a9a5-4e51-9c95-be558c002466","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:55Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:55Z","provider:network_type":"vxlan"}]} 2019-01-03 10:01:56,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-35520a30-c47c-4ec3-bf9b-b9b18bf97318 2019-01-03 10:01:56,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:56,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-061990c0-5913-4bd6-aed1-53df17e64e15 Date: Thu, 03 Jan 2019 10:01:56 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:01:56,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-061990c0-5913-4bd6-aed1-53df17e64e15 2019-01-03 10:01:56,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:56,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-743448c4-79d2-4052-b748-35eeb452bc5d Date: Thu, 03 Jan 2019 10:01:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"981b3ee4-a9a5-4e51-9c95-be558c002466","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:55Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:55Z","provider:network_type":"vxlan"}]} 2019-01-03 10:01:56,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net used request id req-743448c4-79d2-4052-b748-35eeb452bc5d 2019-01-03 10:01:56,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:01:56,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:01:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:56,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b151932-c6a1-44e3-a5be-1364b747d5f8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:01:56,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9b151932-c6a1-44e3-a5be-1364b747d5f8 2019-01-03 10:01:56,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:56,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-786f2906-9043-4f2e-9874-5829a64fc76c Date: Thu, 03 Jan 2019 10:01:56 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:01:56,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-786f2906-9043-4f2e-9874-5829a64fc76c 2019-01-03 10:01:56,828 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-a159ea2f-c512-4884-a722-b5c1163cfd67-pub-net 2019-01-03 10:01:56,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/981b3ee4-a9a5-4e51-9c95-be558c002466 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffbd1e0aca21bf150f33883afeb3213e203ce6b7" 2019-01-03 10:01:57,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d164fec-c17d-4964-98d4-4fe4d311e049 Date: Thu, 03 Jan 2019 10:01:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:01:57,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/981b3ee4-a9a5-4e51-9c95-be558c002466 used request id req-8d164fec-c17d-4964-98d4-4fe4d311e049 2019-01-03 10:01:57,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:58,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ZkYIBnAXTGO3vWiU8CxR8w"], "issued_at": "2019-01-03T10:01:58.000000Z"}} 2019-01-03 10:01:58,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d547368a7f63e783e0a2a50afda1c3da219ca7" 2019-01-03 10:01:58,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0395dfec-c689-467a-879d-8d0438579273 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:58,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0395dfec-c689-467a-879d-8d0438579273 2019-01-03 10:01:58,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:58,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["gDYJUQzMQn2hLFZtRw_9kw"], "issued_at": "2019-01-03T10:01:58.000000Z"}} 2019-01-03 10:01:58,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}954e1c3fbe1e14a313be1699c89773047d6abf6e" 2019-01-03 10:01:58,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9deb6ba6-eaec-477e-8f2a-be9873c1e119 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:58,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9deb6ba6-eaec-477e-8f2a-be9873c1e119 2019-01-03 10:01:58,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:01:59,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:01:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["wUB8GrKGRyOJYmq2pBJt0w"], "issued_at": "2019-01-03T10:01:59.000000Z"}} 2019-01-03 10:01:59,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:01:59,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:01:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-318d8581-73f9-46b2-a216-2886d8f8bcb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:01:59,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-318d8581-73f9-46b2-a216-2886d8f8bcb7 2019-01-03 10:01:59,101 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net 2019-01-03 10:01:59,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" -d '{"network": {"name": "NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net", "admin_state_up": true}}' 2019-01-03 10:01:59,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-354f7553-7e0b-4998-9630-230f61181b45 Date: Thu, 03 Jan 2019 10:01:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"40ea6184-7d99-4252-82ac-5c55c54c0605","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:59Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:59Z","mtu":1450}} 2019-01-03 10:01:59,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-354f7553-7e0b-4998-9630-230f61181b45 2019-01-03 10:01:59,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:00,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1277e51f-f36e-48f3-a2b0-f1cc06526741 Date: Thu, 03 Jan 2019 10:02:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"40ea6184-7d99-4252-82ac-5c55c54c0605","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:01:59Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:59Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:00,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-1277e51f-f36e-48f3-a2b0-f1cc06526741 2019-01-03 10:02:00,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:01,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-53acd685-539b-460f-8596-06ab38d1a2c4 Date: Thu, 03 Jan 2019 10:02:01 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:01,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-53acd685-539b-460f-8596-06ab38d1a2c4 2019-01-03 10:02:01,390 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet 2019-01-03 10:02:01,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" -d '{"subnets": [{"ip_version": 4, "network_id": "40ea6184-7d99-4252-82ac-5c55c54c0605", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]}' 2019-01-03 10:02:02,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3895b1ab-6327-4741-ac31-57ccf9f60389 Date: Thu, 03 Jan 2019 10:02:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:02,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-3895b1ab-6327-4741-ac31-57ccf9f60389 2019-01-03 10:02:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:02,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2ad82833-20d7-44e2-909b-48997306164e Date: Thu, 03 Jan 2019 10:02:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"40ea6184-7d99-4252-82ac-5c55c54c0605","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["4b22df58-6175-455a-801d-8212a519f096"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:01Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:59Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:02,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-2ad82833-20d7-44e2-909b-48997306164e 2019-01-03 10:02:02,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:02,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fefd0310-a988-4223-8e68-1c07581b8ab5 Date: Thu, 03 Jan 2019 10:02:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:02,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-fefd0310-a988-4223-8e68-1c07581b8ab5 2019-01-03 10:02:02,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:02,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f1a1372f-02de-4041-9a37-a4be8eed8f6d Date: Thu, 03 Jan 2019 10:02:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"40ea6184-7d99-4252-82ac-5c55c54c0605","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["4b22df58-6175-455a-801d-8212a519f096"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:01Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:01:59Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:02,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net used request id req-f1a1372f-02de-4041-9a37-a4be8eed8f6d 2019-01-03 10:02:02,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:02:02,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:02:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:03,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15379019-0a7b-4318-92da-e09af6682e85 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:03,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-15379019-0a7b-4318-92da-e09af6682e85 2019-01-03 10:02:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:03,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f965069b-2e0d-4b07-aeeb-7842eecb7f33 Date: Thu, 03 Jan 2019 10:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:03,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-f965069b-2e0d-4b07-aeeb-7842eecb7f33 2019-01-03 10:02:03,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605&name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:03,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-804149c7-7156-4886-977f-b597f9b25dfa Date: Thu, 03 Jan 2019 10:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:03,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605&name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet used request id req-804149c7-7156-4886-977f-b597f9b25dfa 2019-01-03 10:02:03,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605&name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:03,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e4998f84-109b-4b6c-837f-54c0070b40ad Date: Thu, 03 Jan 2019 10:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:03,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605&name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet used request id req-e4998f84-109b-4b6c-837f-54c0070b40ad 2019-01-03 10:02:03,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:03,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c8a7627c-077f-4dd5-88cb-3f2aaa9c276d Date: Thu, 03 Jan 2019 10:02:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:03,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-c8a7627c-077f-4dd5-88cb-3f2aaa9c276d 2019-01-03 10:02:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:04,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-232cf936-3a15-4f10-8876-9b892cec29c2 Date: Thu, 03 Jan 2019 10:02:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40ea6184-7d99-4252-82ac-5c55c54c0605","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:01Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4b22df58-6175-455a-801d-8212a519f096","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet"}]} 2019-01-03 10:02:04,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet used request id req-232cf936-3a15-4f10-8876-9b892cec29c2 2019-01-03 10:02:04,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:04,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a571ba4-21e7-4000-9911-23b85eac91bb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:04,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9a571ba4-21e7-4000-9911-23b85eac91bb 2019-01-03 10:02:04,187 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet 2019-01-03 10:02:04,187 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-subnet 2019-01-03 10:02:04,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/4b22df58-6175-455a-801d-8212a519f096 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:06,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6573e61-745c-4731-ad94-e0b2b7dd6d96 Date: Thu, 03 Jan 2019 10:02:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:06,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4b22df58-6175-455a-801d-8212a519f096 used request id req-e6573e61-745c-4731-ad94-e0b2b7dd6d96 2019-01-03 10:02:06,241 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-73279ac5-a6d7-405d-9259-b62e77aec31b-pub-net 2019-01-03 10:02:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/40ea6184-7d99-4252-82ac-5c55c54c0605 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76fba32f53f48f7c3aac87a568c072be6effacc3" 2019-01-03 10:02:07,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77dd2691-c37a-4deb-8c16-b9903d415253 Date: Thu, 03 Jan 2019 10:02:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:07,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/40ea6184-7d99-4252-82ac-5c55c54c0605 used request id req-77dd2691-c37a-4deb-8c16-b9903d415253 2019-01-03 10:02:07,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:07,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["BkB7NY9xSFSenPb3wRVhSA"], "issued_at": "2019-01-03T10:02:07.000000Z"}} 2019-01-03 10:02:07,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" 2019-01-03 10:02:07,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38793406-1ed6-4b47-be0d-a00a5ad534df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:07,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-38793406-1ed6-4b47-be0d-a00a5ad534df 2019-01-03 10:02:07,872 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net 2019-01-03 10:02:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" -d '{"network": {"name": "NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:08,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-86423d1f-abe6-442a-bf0c-45606475b289 Date: Thu, 03 Jan 2019 10:02: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":"5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:08Z","mtu":1450}} 2019-01-03 10:02:08,440 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-86423d1f-abe6-442a-bf0c-45606475b289 2019-01-03 10:02:08,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" 2019-01-03 10:02:08,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e381c554-f8fa-4851-862c-728143a08bcb Date: Thu, 03 Jan 2019 10:02:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":85,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:08Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:08Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:08,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 used request id req-e381c554-f8fa-4851-862c-728143a08bcb 2019-01-03 10:02:08,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" 2019-01-03 10:02:08,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2942a172-807f-4b4f-8082-2b9b1ee66cab Date: Thu, 03 Jan 2019 10:02:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:08,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 used request id req-2942a172-807f-4b4f-8082-2b9b1ee66cab 2019-01-03 10:02:08,981 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-subnet 2019-01-03 10:02:08,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" -d '{"subnets": [{"ip_version": 4, "network_id": "5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58", "cidr": "", "name": "NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-subnet"}]}' 2019-01-03 10:02:09,164 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-5827cf50-884c-43b5-abf9-3b6a9e24a682 Date: Thu, 03 Jan 2019 10:02:09 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 10:02:09,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-5827cf50-884c-43b5-abf9-3b6a9e24a682 2019-01-03 10:02:09,164 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 10:02:09,165 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-subnet] for network [NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net] 2019-01-03 10:02:09,165 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-8710c179-bed3-468a-b191-730f24d7c8c1-pub-net 2019-01-03 10:02:09,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c27ff422d94054676214817244776f0c0c3613eb" 2019-01-03 10:02:10,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a4039f3-6169-4c30-be30-61522c8f6e87 Date: Thu, 03 Jan 2019 10:02:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:10,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5f2cfe66-9b8b-4077-8ffa-c9b6e77d1e58 used request id req-2a4039f3-6169-4c30-be30-61522c8f6e87 2019-01-03 10:02:10,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:10,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["HevZAFhARDyucUZ5sZ2kcg"], "issued_at": "2019-01-03T10:02:10.000000Z"}} 2019-01-03 10:02:10,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:10,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e12f5e-1376-4eb9-b7ed-52c44b9905c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:10,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c0e12f5e-1376-4eb9-b7ed-52c44b9905c4 2019-01-03 10:02:10,543 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net 2019-01-03 10:02:10,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" -d '{"network": {"name": "NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:10,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9cf584aa-d115-49f3-b32b-dbb02f4b197a Date: Thu, 03 Jan 2019 10:02:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:10Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:10Z","mtu":1450}} 2019-01-03 10:02:10,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9cf584aa-d115-49f3-b32b-dbb02f4b197a 2019-01-03 10:02:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:11,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4a47135e-bf19-4439-98a5-d67fef62d91d Date: Thu, 03 Jan 2019 10:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:10Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:10Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:11,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-4a47135e-bf19-4439-98a5-d67fef62d91d 2019-01-03 10:02:11,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:11,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6853cad9-295a-4647-8192-960d1f98ecee Date: Thu, 03 Jan 2019 10:02:11 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:11,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-6853cad9-295a-4647-8192-960d1f98ecee 2019-01-03 10:02:11,476 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet 2019-01-03 10:02:11,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" -d '{"subnets": [{"ip_version": 4, "network_id": "c7503308-4de1-4d9f-bf2f-95321b71ce5c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]}' 2019-01-03 10:02:12,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5e6f57b4-1c99-46da-a739-20e8df0be0bd Date: Thu, 03 Jan 2019 10:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:12,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-5e6f57b4-1c99-46da-a739-20e8df0be0bd 2019-01-03 10:02:12,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:12,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-adeb4035-1576-4164-a268-c6fc00645b6f Date: Thu, 03 Jan 2019 10:02:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c29c2fde-0d18-4528-bc50-ffa05d9cf395"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:11Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:10Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:12,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-adeb4035-1576-4164-a268-c6fc00645b6f 2019-01-03 10:02:12,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:12,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae4bba11-7d01-48c4-abf7-046efc74d40e Date: Thu, 03 Jan 2019 10:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:12,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-ae4bba11-7d01-48c4-abf7-046efc74d40e 2019-01-03 10:02:12,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:12,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2615d795-a9d2-43dc-87d7-192dc0779b81 Date: Thu, 03 Jan 2019 10:02:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c29c2fde-0d18-4528-bc50-ffa05d9cf395"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:11Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:10Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:12,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net used request id req-2615d795-a9d2-43dc-87d7-192dc0779b81 2019-01-03 10:02:12,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:02:12,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:02:12,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:12,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e42285e9-cf79-4c4f-9e3e-6819f271daf4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:12,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e42285e9-cf79-4c4f-9e3e-6819f271daf4 2019-01-03 10:02:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:13,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e5af7a8f-1321-4bf3-8076-3a1986dc7c0e Date: Thu, 03 Jan 2019 10:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:13,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-e5af7a8f-1321-4bf3-8076-3a1986dc7c0e 2019-01-03 10:02:13,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c&name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:13,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-96548e59-5677-4493-a7eb-65febec280d0 Date: Thu, 03 Jan 2019 10:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:13,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c&name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet used request id req-96548e59-5677-4493-a7eb-65febec280d0 2019-01-03 10:02:13,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c&name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:13,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1f778d1-cce5-4734-8611-c3a9ed4b4695 Date: Thu, 03 Jan 2019 10:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:13,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c&name=NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet used request id req-a1f778d1-cce5-4734-8611-c3a9ed4b4695 2019-01-03 10:02:13,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:13,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bed8c20e-785a-4a08-8041-b815c6ffe4c3 Date: Thu, 03 Jan 2019 10:02:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c7503308-4de1-4d9f-bf2f-95321b71ce5c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:11Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c29c2fde-0d18-4528-bc50-ffa05d9cf395","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet"}]} 2019-01-03 10:02:13,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-bed8c20e-785a-4a08-8041-b815c6ffe4c3 2019-01-03 10:02:13,292 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet 2019-01-03 10:02:13,292 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-subnet 2019-01-03 10:02:13,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c29c2fde-0d18-4528-bc50-ffa05d9cf395 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:14,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-114f3975-42ce-4b82-8de5-c3e91cded6be Date: Thu, 03 Jan 2019 10:02:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:14,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c29c2fde-0d18-4528-bc50-ffa05d9cf395 used request id req-114f3975-42ce-4b82-8de5-c3e91cded6be 2019-01-03 10:02:14,307 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-3e02e005-a240-4fdc-8bae-a96718624cf1-pub-net 2019-01-03 10:02:14,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c7503308-4de1-4d9f-bf2f-95321b71ce5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23b5113a985f273ca572f2c6b8ea54121cb0dd4" 2019-01-03 10:02:16,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be22583e-5570-4643-bcca-7f18439652b4 Date: Thu, 03 Jan 2019 10:02:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:16,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c7503308-4de1-4d9f-bf2f-95321b71ce5c used request id req-be22583e-5570-4643-bcca-7f18439652b4 2019-01-03 10:02:16,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:16,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["aJSqm_puRWmpscdyezt4Ug"], "issued_at": "2019-01-03T10:02:16.000000Z"}} 2019-01-03 10:02:16,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" 2019-01-03 10:02:16,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940d443c-c921-4313-b636-3941df8cea9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:16,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-940d443c-c921-4313-b636-3941df8cea9d 2019-01-03 10:02:16,476 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net 2019-01-03 10:02:16,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" -d '{"network": {"name": "NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:17,062 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-55b41593-cecb-4a4c-a3c0-36542a991eab Date: Thu, 03 Jan 2019 10:02:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"03cac721-1cd7-4f71-a139-b53aac935c57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:16Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:16Z","mtu":1450}} 2019-01-03 10:02:17,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-55b41593-cecb-4a4c-a3c0-36542a991eab 2019-01-03 10:02:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=03cac721-1cd7-4f71-a139-b53aac935c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" 2019-01-03 10:02:17,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4735db28-6d23-4394-803a-a25bbf130c9a Date: Thu, 03 Jan 2019 10:02:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"03cac721-1cd7-4f71-a139-b53aac935c57","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:16Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:16Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:17,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=03cac721-1cd7-4f71-a139-b53aac935c57 used request id req-4735db28-6d23-4394-803a-a25bbf130c9a 2019-01-03 10:02:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=03cac721-1cd7-4f71-a139-b53aac935c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" 2019-01-03 10:02:17,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2b0fa09a-127f-4cd5-83bc-f188b20fef0c Date: Thu, 03 Jan 2019 10:02:17 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:17,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=03cac721-1cd7-4f71-a139-b53aac935c57 used request id req-2b0fa09a-127f-4cd5-83bc-f188b20fef0c 2019-01-03 10:02:17,592 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-subnet 2019-01-03 10:02:17,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" -d '{"subnets": [{"ip_version": 4, "network_id": "03cac721-1cd7-4f71-a139-b53aac935c57", "cidr": null, "name": "NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-subnet"}]}' 2019-01-03 10:02:17,847 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-73fbfbda-8425-486d-aad7-26d324b8ae53 Date: Thu, 03 Jan 2019 10:02:17 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2019-01-03 10:02:17,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-73fbfbda-8425-486d-aad7-26d324b8ae53 2019-01-03 10:02:17,847 - 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": ""}} 2019-01-03 10:02:17,848 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-subnet] for network [NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net] 2019-01-03 10:02:17,848 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-996aa431-33c9-4cfa-82f7-a60c92d04def-pub-net 2019-01-03 10:02:17,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/03cac721-1cd7-4f71-a139-b53aac935c57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d09352b1bf5d43300690e9b7dfca195815a758c5" 2019-01-03 10:02:18,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de316f6b-5749-4e6a-b25d-0afcb444212d Date: Thu, 03 Jan 2019 10:02:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:18,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/03cac721-1cd7-4f71-a139-b53aac935c57 used request id req-de316f6b-5749-4e6a-b25d-0afcb444212d 2019-01-03 10:02:18,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:19,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ZKYhA-jbR4Cx13G-OZ-Xqg"], "issued_at": "2019-01-03T10:02:19.000000Z"}} 2019-01-03 10:02:19,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:19,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2b02b4-acbd-4bf5-a1c7-054832b1a44a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:19,255 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cf2b02b4-acbd-4bf5-a1c7-054832b1a44a 2019-01-03 10:02:19,257 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net 2019-01-03 10:02:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" -d '{"network": {"name": "NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:19,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9e3a11eb-fecc-4d6c-acb7-2704957d5c82 Date: Thu, 03 Jan 2019 10:02:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"77954508-c479-4513-a73d-c56f774ca16c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:19Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:19Z","mtu":1450}} 2019-01-03 10:02:19,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9e3a11eb-fecc-4d6c-acb7-2704957d5c82 2019-01-03 10:02:19,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:20,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-b907c6dd-55dc-4bc1-a4dc-90b373e863e0 Date: Thu, 03 Jan 2019 10:02:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"77954508-c479-4513-a73d-c56f774ca16c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:19Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:19Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:20,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=77954508-c479-4513-a73d-c56f774ca16c used request id req-b907c6dd-55dc-4bc1-a4dc-90b373e863e0 2019-01-03 10:02:20,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:20,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fe2f8e22-075e-46a5-9b83-5dbfe8561a7f Date: Thu, 03 Jan 2019 10:02:20 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:20,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c used request id req-fe2f8e22-075e-46a5-9b83-5dbfe8561a7f 2019-01-03 10:02:20,383 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet 2019-01-03 10:02:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" -d '{"subnets": [{"ip_version": 4, "network_id": "77954508-c479-4513-a73d-c56f774ca16c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet"}]}' 2019-01-03 10:02:21,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4b3332d-b1ea-48cc-be64-2f92e3b5d3b5 Date: Thu, 03 Jan 2019 10:02:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77954508-c479-4513-a73d-c56f774ca16c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:20Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ce4abb41-4226-43e4-82b3-eb54c5f3b468","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet"}]} 2019-01-03 10:02:21,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b4b3332d-b1ea-48cc-be64-2f92e3b5d3b5 2019-01-03 10:02:21,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:21,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-798fd362-8fe6-4252-b68c-d7a4c29204cd Date: Thu, 03 Jan 2019 10:02:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77954508-c479-4513-a73d-c56f774ca16c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["ce4abb41-4226-43e4-82b3-eb54c5f3b468"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:20Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:19Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:21,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=77954508-c479-4513-a73d-c56f774ca16c used request id req-798fd362-8fe6-4252-b68c-d7a4c29204cd 2019-01-03 10:02:21,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:21,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-843c8ba1-d1a7-4a7e-ad90-5be53674409a Date: Thu, 03 Jan 2019 10:02:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77954508-c479-4513-a73d-c56f774ca16c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:20Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ce4abb41-4226-43e4-82b3-eb54c5f3b468","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet"}]} 2019-01-03 10:02:21,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c used request id req-843c8ba1-d1a7-4a7e-ad90-5be53674409a 2019-01-03 10:02:21,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:22,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bff16add-849b-4f14-b7a9-883caf7acf02 Date: Thu, 03 Jan 2019 10:02:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77954508-c479-4513-a73d-c56f774ca16c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["ce4abb41-4226-43e4-82b3-eb54c5f3b468"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:20Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:19Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:22,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net used request id req-bff16add-849b-4f14-b7a9-883caf7acf02 2019-01-03 10:02:22,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:02:22,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:02:22,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:22,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e0f824-3936-4899-813c-d3c132f96011 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:22,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-85e0f824-3936-4899-813c-d3c132f96011 2019-01-03 10:02:22,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:23,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78427d9b-c6b3-40e6-aabb-ed0ac3754daf Date: Thu, 03 Jan 2019 10:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77954508-c479-4513-a73d-c56f774ca16c","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:20Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ce4abb41-4226-43e4-82b3-eb54c5f3b468","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet"}]} 2019-01-03 10:02:23,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=77954508-c479-4513-a73d-c56f774ca16c used request id req-78427d9b-c6b3-40e6-aabb-ed0ac3754daf 2019-01-03 10:02:23,018 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet 2019-01-03 10:02:23,018 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-subnet 2019-01-03 10:02:23,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ce4abb41-4226-43e4-82b3-eb54c5f3b468 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:25,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37a8dd5f-379d-4f68-ac17-4daa60891951 Date: Thu, 03 Jan 2019 10:02:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:25,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ce4abb41-4226-43e4-82b3-eb54c5f3b468 used request id req-37a8dd5f-379d-4f68-ac17-4daa60891951 2019-01-03 10:02:25,823 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-067bba57-1ee3-412c-98c9-2495ec9aaa24-pub-net 2019-01-03 10:02:25,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/77954508-c479-4513-a73d-c56f774ca16c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c514362e1a2e1c59a83b7a02cd982c67641e250" 2019-01-03 10:02:27,397 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1d780ce-eea8-4fe7-ac08-bd139fdd4b60 Date: Thu, 03 Jan 2019 10:02:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:27,397 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/77954508-c479-4513-a73d-c56f774ca16c used request id req-d1d780ce-eea8-4fe7-ac08-bd139fdd4b60 2019-01-03 10:02:27,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:27,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["u3xwdUYOQ2uKQaeoLhPNRA"], "issued_at": "2019-01-03T10:02:27.000000Z"}} 2019-01-03 10:02:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:27,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd5f6a9-fb59-4ce3-b614-fbec626d5f3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:27,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7dd5f6a9-fb59-4ce3-b614-fbec626d5f3f 2019-01-03 10:02:27,859 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net 2019-01-03 10:02:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" -d '{"network": {"name": "NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:28,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e76e43a6-77b7-495d-b42f-7e2cd3e6f3b8 Date: Thu, 03 Jan 2019 10:02: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":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:28Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:28Z","mtu":1450}} 2019-01-03 10:02:28,290 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e76e43a6-77b7-495d-b42f-7e2cd3e6f3b8 2019-01-03 10:02:28,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:28,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1708ccda-b3b9-4c1c-be4b-8382931c2e11 Date: Thu, 03 Jan 2019 10:02:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:28Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:28,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-1708ccda-b3b9-4c1c-be4b-8382931c2e11 2019-01-03 10:02:28,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:28,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-25edcf0d-259b-4ed3-bd32-1b0565c38a58 Date: Thu, 03 Jan 2019 10:02:28 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:28,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-25edcf0d-259b-4ed3-bd32-1b0565c38a58 2019-01-03 10:02:28,964 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet 2019-01-03 10:02:28,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" -d '{"subnets": [{"ip_version": 4, "network_id": "86d69d7e-cfd6-4ea9-a12f-80861a056ac1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet"}]}' 2019-01-03 10:02:29,589 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-321aba46-817f-4978-b18a-31d146a66d48 Date: Thu, 03 Jan 2019 10:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:29Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6dc38706-e405-46b8-b859-72bd8c0d69f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet"}]} 2019-01-03 10:02:29,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-321aba46-817f-4978-b18a-31d146a66d48 2019-01-03 10:02:29,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:30,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-73f27abb-3a98-4fe7-98ef-e44cb8542e50 Date: Thu, 03 Jan 2019 10:02:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6dc38706-e405-46b8-b859-72bd8c0d69f6"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:28Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:30,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-73f27abb-3a98-4fe7-98ef-e44cb8542e50 2019-01-03 10:02:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:30,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c08ea1e5-242e-4097-9fe5-c862732edea1 Date: Thu, 03 Jan 2019 10:02:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:29Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6dc38706-e405-46b8-b859-72bd8c0d69f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet"}]} 2019-01-03 10:02:30,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-c08ea1e5-242e-4097-9fe5-c862732edea1 2019-01-03 10:02:30,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:30,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fc0718b9-7d82-4d15-9eff-339b4521caec Date: Thu, 03 Jan 2019 10:02:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":55,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6dc38706-e405-46b8-b859-72bd8c0d69f6"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:29Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:28Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:30,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net used request id req-fc0718b9-7d82-4d15-9eff-339b4521caec 2019-01-03 10:02:30,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:02:30,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:02:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:02:30,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:31,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2a72a22-a879-4b56-ac33-13e7cce40452 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:31,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e2a72a22-a879-4b56-ac33-13e7cce40452 2019-01-03 10:02:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:31,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1ebc803-0c93-4d35-8a3d-efccffb1dfb0 Date: Thu, 03 Jan 2019 10:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:29Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6dc38706-e405-46b8-b859-72bd8c0d69f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet"}]} 2019-01-03 10:02:31,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-c1ebc803-0c93-4d35-8a3d-efccffb1dfb0 2019-01-03 10:02:31,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1&name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:31,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ad337dee-7299-433d-b792-3bab82499e9c Date: Thu, 03 Jan 2019 10:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"86d69d7e-cfd6-4ea9-a12f-80861a056ac1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:29Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6dc38706-e405-46b8-b859-72bd8c0d69f6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet"}]} 2019-01-03 10:02:31,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=86d69d7e-cfd6-4ea9-a12f-80861a056ac1&name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet used request id req-ad337dee-7299-433d-b792-3bab82499e9c 2019-01-03 10:02:31,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:02:31,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:31,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["LNwqEpBsSKK83_uTUsVJOg"], "issued_at": "2019-01-03T10:02:31.000000Z"}} 2019-01-03 10:02:31,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e193eb518056405bb2353342558c9c12fb09798a" 2019-01-03 10:02:31,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d5c006a-6612-4064-b186-e893cdadadab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:31,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d5c006a-6612-4064-b186-e893cdadadab 2019-01-03 10:02:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:32,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-51821f0e-9ed3-435e-bd6f-4de2362d98b8 Date: Thu, 03 Jan 2019 10:02:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:02:32,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-51821f0e-9ed3-435e-bd6f-4de2362d98b8 2019-01-03 10:02:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:33,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-851c645c-0739-4582-9354-f85c90977934 Date: Thu, 03 Jan 2019 10:02:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:02:33,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-851c645c-0739-4582-9354-f85c90977934 2019-01-03 10:02:33,079 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router 2019-01-03 10:02:33,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router", "admin_state_up": true}}' 2019-01-03 10:02:38,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-71cbe28e-d960-44ed-8638-d9dcba2622ab Date: Thu, 03 Jan 2019 10:02:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:02:33Z", "admin_state_up": true, "updated_at": "2019-01-03T10:02:34Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f1476ee0-47a7-4d1e-9def-c5a00e0c35ae", "name": "NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router"}} 2019-01-03 10:02:38,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-71cbe28e-d960-44ed-8638-d9dcba2622ab 2019-01-03 10:02:38,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=f1476ee0-47a7-4d1e-9def-c5a00e0c35ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:38,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-fec6f9be-7b16-41a2-ab9d-042b098c6d90 Date: Thu, 03 Jan 2019 10:02:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:37Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.5"}],"id":"0e0f758e-5dbc-4f36-a993-6527e81ea4bd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ac:3e:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:36Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:34Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.209"}],"id":"451018ed-e0a4-44e0-9d0e-c01d523c6d1b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bc:df:76","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:02:34Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:35Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.8"}],"id":"dc2c0d5a-2432-41fe-a4a9-1d8d4b0d7940","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:fe:9e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:35Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:36Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.4"}],"id":"f4ff729b-2d3b-4b9a-97fd-98eeba60c25d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:46:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:36Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"}]} 2019-01-03 10:02:38,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=f1476ee0-47a7-4d1e-9def-c5a00e0c35ae used request id req-fec6f9be-7b16-41a2-ab9d-042b098c6d90 2019-01-03 10:02:38,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:38,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8d2799a1-c77d-46b7-b769-b12631b98486 Date: Thu, 03 Jan 2019 10:02:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:02:38,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-8d2799a1-c77d-46b7-b769-b12631b98486 2019-01-03 10:02:38,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:38,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-69551550-08d0-47dd-ad9b-f25ab7cc6d7e Date: Thu, 03 Jan 2019 10:02:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:38,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-69551550-08d0-47dd-ad9b-f25ab7cc6d7e 2019-01-03 10:02:38,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a1925fb9-a0fb-4702-860e-3bb3b6dd6b9b Date: Thu, 03 Jan 2019 10:02:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:39,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-a1925fb9-a0fb-4702-860e-3bb3b6dd6b9b 2019-01-03 10:02:39,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7f8496a3-f5b3-4a58-b805-33ce271d7a20 Date: Thu, 03 Jan 2019 10:02:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:39,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-7f8496a3-f5b3-4a58-b805-33ce271d7a20 2019-01-03 10:02:39,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-281644a3-6a34-417a-b7d6-05acf9efa750 Date: Thu, 03 Jan 2019 10:02:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:02:33Z", "admin_state_up": true, "updated_at": "2019-01-03T10:02:37Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "f1476ee0-47a7-4d1e-9def-c5a00e0c35ae", "name": "NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router"}]} 2019-01-03 10:02:39,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router used request id req-281644a3-6a34-417a-b7d6-05acf9efa750 2019-01-03 10:02:39,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed3e355-ef4b-44a9-a6a4-df9db15ddc8e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:39,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-1ed3e355-ef4b-44a9-a6a4-df9db15ddc8e 2019-01-03 10:02:39,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=f1476ee0-47a7-4d1e-9def-c5a00e0c35ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3440 X-Openstack-Request-Id: req-6aa26aee-ad94-42be-a620-43e1474d97f0 Date: Thu, 03 Jan 2019 10:02:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:39Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.5"}],"id":"0e0f758e-5dbc-4f36-a993-6527e81ea4bd","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:3e:e7","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:36Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:39Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.209"}],"id":"451018ed-e0a4-44e0-9d0e-c01d523c6d1b","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:df:76","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:02:34Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:39Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.8"}],"id":"dc2c0d5a-2432-41fe-a4a9-1d8d4b0d7940","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:fe:9e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:35Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:36Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be9d6467-85db-4c36-b92d-796d29ca90c2","ip_address":"169.254.192.4"}],"id":"f4ff729b-2d3b-4b9a-97fd-98eeba60c25d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:14:46:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:36Z","binding:vnic_type":"normal","device_id":"f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"}]} 2019-01-03 10:02:39,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=f1476ee0-47a7-4d1e-9def-c5a00e0c35ae used request id req-6aa26aee-ad94-42be-a620-43e1474d97f0 2019-01-03 10:02:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:39,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d28889d6-367e-4a00-8836-8c11ab7c7fe1 Date: Thu, 03 Jan 2019 10:02:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:02:39,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-d28889d6-367e-4a00-8836-8c11ab7c7fe1 2019-01-03 10:02:39,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:40,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d4bfc5c1-d6ac-4d12-a7c1-2f6aff7ba1f5 Date: Thu, 03 Jan 2019 10:02:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:40,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-d4bfc5c1-d6ac-4d12-a7c1-2f6aff7ba1f5 2019-01-03 10:02:40,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:40,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d6260bf6-88ae-4fbc-9ba4-b7de5fbe5eb4 Date: Thu, 03 Jan 2019 10:02:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:40,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-d6260bf6-88ae-4fbc-9ba4-b7de5fbe5eb4 2019-01-03 10:02:40,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:40,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-498c737e-8e6b-4dda-aa36-4b76a2ece234 Date: Thu, 03 Jan 2019 10:02:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6b53f54c-7894-4a23-867b-0f4cf030c757","tenant_id":"","created_at":"2019-01-03T10:02:33Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:33Z","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":"be9d6467-85db-4c36-b92d-796d29ca90c2","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:40,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/be9d6467-85db-4c36-b92d-796d29ca90c2 used request id req-498c737e-8e6b-4dda-aa36-4b76a2ece234 2019-01-03 10:02:40,507 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router 2019-01-03 10:02:40,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" -d '{"subnet_id": "6dc38706-e405-46b8-b859-72bd8c0d69f6"}' 2019-01-03 10:02:42,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a28824b-6a7e-4307-932f-7e8178b7e083 Date: Thu, 03 Jan 2019 10:02:42 GMT RESP BODY: {"network_id": "86d69d7e-cfd6-4ea9-a12f-80861a056ac1", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "subnet_id": "6dc38706-e405-46b8-b859-72bd8c0d69f6", "subnet_ids": ["6dc38706-e405-46b8-b859-72bd8c0d69f6"], "port_id": "b93026d2-8592-4cef-b95e-bfbeb06c2dff", "id": "f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"} 2019-01-03 10:02:42,045 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae/add_router_interface used request id req-9a28824b-6a7e-4307-932f-7e8178b7e083 2019-01-03 10:02:42,045 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router 2019-01-03 10:02:42,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" -d '{"subnet_id": "6dc38706-e405-46b8-b859-72bd8c0d69f6"}' 2019-01-03 10:02:43,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f0c40955-f746-41d2-9e7e-5acfbf0958da Date: Thu, 03 Jan 2019 10:02:43 GMT RESP BODY: {"network_id": "86d69d7e-cfd6-4ea9-a12f-80861a056ac1", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "subnet_id": "6dc38706-e405-46b8-b859-72bd8c0d69f6", "subnet_ids": ["6dc38706-e405-46b8-b859-72bd8c0d69f6"], "port_id": "b93026d2-8592-4cef-b95e-bfbeb06c2dff", "id": "f1476ee0-47a7-4d1e-9def-c5a00e0c35ae"} 2019-01-03 10:02:43,287 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae/remove_router_interface used request id req-f0c40955-f746-41d2-9e7e-5acfbf0958da 2019-01-03 10:02:43,287 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router 2019-01-03 10:02:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:46,565 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-858a274c-ed68-4e27-b0bf-36e4fdbb3592 Content-Length: 0 Date: Thu, 03 Jan 2019 10:02:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:46,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f1476ee0-47a7-4d1e-9def-c5a00e0c35ae used request id req-858a274c-ed68-4e27-b0bf-36e4fdbb3592 2019-01-03 10:02:46,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:46,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f5b94b11-64b6-4b71-bb5d-597e6f95d8f9 Date: Thu, 03 Jan 2019 10:02:46 GMT RESP BODY: {"routers": []} 2019-01-03 10:02:46,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-router used request id req-f5b94b11-64b6-4b71-bb5d-597e6f95d8f9 2019-01-03 10:02:46,810 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet 2019-01-03 10:02:46,810 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-subnet 2019-01-03 10:02:46,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6dc38706-e405-46b8-b859-72bd8c0d69f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:48,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42a2b816-6750-40c8-9021-d3d6ac2e1f4a Date: Thu, 03 Jan 2019 10:02:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:48,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6dc38706-e405-46b8-b859-72bd8c0d69f6 used request id req-42a2b816-6750-40c8-9021-d3d6ac2e1f4a 2019-01-03 10:02:48,961 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-de95799a-103a-494c-a7d2-97f02da9e08e-pub-net 2019-01-03 10:02:48,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/86d69d7e-cfd6-4ea9-a12f-80861a056ac1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df8d67657d28adf819146bf94c6e991d241f4dc5" 2019-01-03 10:02:50,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f85b0fb9-11bb-42a6-a602-c948897897ae Date: Thu, 03 Jan 2019 10:02:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:02:50,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/86d69d7e-cfd6-4ea9-a12f-80861a056ac1 used request id req-f85b0fb9-11bb-42a6-a602-c948897897ae 2019-01-03 10:02:50,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:50,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["7sZJ_5PhTXa3r09XRj6Ygg"], "issued_at": "2019-01-03T10:02:50.000000Z"}} 2019-01-03 10:02:50,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:50,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02167927-20fa-4803-ab91-521bc1d0a350 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:50,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-02167927-20fa-4803-ab91-521bc1d0a350 2019-01-03 10:02:50,922 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net 2019-01-03 10:02:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" -d '{"network": {"name": "NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net", "admin_state_up": true}}' 2019-01-03 10:02:51,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c260c5f3-df2a-430c-81ea-a943361e1a2b Date: Thu, 03 Jan 2019 10:02:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:51Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","mtu":1450}} 2019-01-03 10:02:51,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c260c5f3-df2a-430c-81ea-a943361e1a2b 2019-01-03 10:02:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:51,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-108ec9dd-e379-48c9-9619-f068c3b9bf57 Date: Thu, 03 Jan 2019 10:02:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:02:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:51,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-108ec9dd-e379-48c9-9619-f068c3b9bf57 2019-01-03 10:02:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:51,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-30072441-54e5-4937-afe0-9d1868ce2cfb Date: Thu, 03 Jan 2019 10:02:51 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:02:51,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-30072441-54e5-4937-afe0-9d1868ce2cfb 2019-01-03 10:02:51,764 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet 2019-01-03 10:02:51,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" -d '{"subnets": [{"ip_version": 4, "network_id": "6c7f488d-4ca6-4016-8e4e-df036cf9d98d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet"}]}' 2019-01-03 10:02:52,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-33f555dc-bff7-4ef7-af8c-7add01a6c345 Date: Thu, 03 Jan 2019 10:02:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:51Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ba90c4a9-8f31-4bd0-991c-835b08fb824e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet"}]} 2019-01-03 10:02:52,296 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-33f555dc-bff7-4ef7-af8c-7add01a6c345 2019-01-03 10:02:52,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:52,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-eadc5079-88bb-4c23-8780-b8066ecf43a1 Date: Thu, 03 Jan 2019 10:02:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["ba90c4a9-8f31-4bd0-991c-835b08fb824e"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:52,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-eadc5079-88bb-4c23-8780-b8066ecf43a1 2019-01-03 10:02:52,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:52,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5efb0b37-16fa-47a9-bfe1-378c5688f3a6 Date: Thu, 03 Jan 2019 10:02:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ba90c4a9-8f31-4bd0-991c-835b08fb824e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet"}]} 2019-01-03 10:02:52,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-5efb0b37-16fa-47a9-bfe1-378c5688f3a6 2019-01-03 10:02:52,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:52,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-36a5b919-aac4-4728-85b4-5382dae8b82d Date: Thu, 03 Jan 2019 10:02:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["ba90c4a9-8f31-4bd0-991c-835b08fb824e"],"description":"","tags":[],"updated_at":"2019-01-03T10:02:51Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","provider:network_type":"vxlan"}]} 2019-01-03 10:02:52,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net used request id req-36a5b919-aac4-4728-85b4-5382dae8b82d 2019-01-03 10:02:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:02:52,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:02:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:02:52,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:52,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66419fc1-3047-4cc4-b0bf-cb59991ad967 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:02:52,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-66419fc1-3047-4cc4-b0bf-cb59991ad967 2019-01-03 10:02:52,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:53,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c2dbe31b-d266-48ed-9038-0c998ae1d667 Date: Thu, 03 Jan 2019 10:02:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6c7f488d-4ca6-4016-8e4e-df036cf9d98d","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:02:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"ba90c4a9-8f31-4bd0-991c-835b08fb824e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet"}]} 2019-01-03 10:02:53,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-c2dbe31b-d266-48ed-9038-0c998ae1d667 2019-01-03 10:02:53,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:02:53,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:02:53,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["oVacJ6KfT6O4AMW7uoJXag"], "issued_at": "2019-01-03T10:02:53.000000Z"}} 2019-01-03 10:02:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cefdd18a8fb55599c38fff92ad546e35992fa6f" 2019-01-03 10:02:53,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c966da2-18cb-4b4d-8775-cea8266c8bc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:02:53,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3c966da2-18cb-4b4d-8775-cea8266c8bc5 2019-01-03 10:02:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:53,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-bac9d470-695e-4539-8aba-ea092182048e Date: Thu, 03 Jan 2019 10:02:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:02:53,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-bac9d470-695e-4539-8aba-ea092182048e 2019-01-03 10:02:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:54,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-695665ab-c21b-4563-b9b2-85b83561a11e Date: Thu, 03 Jan 2019 10:02:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:02:54,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-695665ab-c21b-4563-b9b2-85b83561a11e 2019-01-03 10:02:54,082 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router 2019-01-03 10:02:54,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router", "admin_state_up": true}}' 2019-01-03 10:02:58,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-fd9361fd-5d78-4b79-b103-8c4702615a0a Date: Thu, 03 Jan 2019 10:02:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:02:54Z", "admin_state_up": true, "updated_at": "2019-01-03T10:02:55Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "41871b56-cfe2-4a5e-8e76-0aeb68296f21", "name": "NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router"}} 2019-01-03 10:02:58,886 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-fd9361fd-5d78-4b79-b103-8c4702615a0a 2019-01-03 10:02:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=41871b56-cfe2-4a5e-8e76-0aeb68296f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-0cf82c87-d97a-464f-b93e-92f5a0e2dbeb Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.3"}],"id":"2212db39-18e2-40ac-b3a3-d42c2427a42b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:94:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:56Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.6"}],"id":"531c415d-b61f-47d1-b462-a4d3356aad39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5b:e6:04","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:57Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:55Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.202"}],"id":"aac684ff-12e1-4b85-ad54-500e022338a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:0e:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:02:55Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.1"}],"id":"d6c03c16-9625-4ade-8623-0dd8ffa2944c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:f9:cd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:56Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"}]} 2019-01-03 10:02:59,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=41871b56-cfe2-4a5e-8e76-0aeb68296f21 used request id req-0cf82c87-d97a-464f-b93e-92f5a0e2dbeb 2019-01-03 10:02:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c8ae7fc0-340c-4912-812e-eb6a919f233d Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:02:59,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-c8ae7fc0-340c-4912-812e-eb6a919f233d 2019-01-03 10:02:59,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fc1c3cc3-e164-4a06-8466-1fc13a3589a1 Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:59,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-fc1c3cc3-e164-4a06-8466-1fc13a3589a1 2019-01-03 10:02:59,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c4d530f8-b988-4893-8dc4-84ae45e904bc Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:59,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-c4d530f8-b988-4893-8dc4-84ae45e904bc 2019-01-03 10:02:59,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c1271a10-9229-4c89-be5b-d03c1e1ac7db Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:02:59,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-c1271a10-9229-4c89-be5b-d03c1e1ac7db 2019-01-03 10:02:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:02:59,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-172164f9-82bd-41f2-8000-beb667840ace Date: Thu, 03 Jan 2019 10:02:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:02:54Z", "admin_state_up": true, "updated_at": "2019-01-03T10:02:58Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "41871b56-cfe2-4a5e-8e76-0aeb68296f21", "name": "NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router"}]} 2019-01-03 10:02:59,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router used request id req-172164f9-82bd-41f2-8000-beb667840ace 2019-01-03 10:02:59,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3368415-722b-4386-a809-dcb3146768e1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:00,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e3368415-722b-4386-a809-dcb3146768e1 2019-01-03 10:03:00,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=41871b56-cfe2-4a5e-8e76-0aeb68296f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-312cbfd6-8f60-4739-89b6-56ab372630cb Date: Thu, 03 Jan 2019 10:03:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:00Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.3"}],"id":"2212db39-18e2-40ac-b3a3-d42c2427a42b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:94:ef","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:56Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.6"}],"id":"531c415d-b61f-47d1-b462-a4d3356aad39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5b:e6:04","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:57Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:00Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.202"}],"id":"aac684ff-12e1-4b85-ad54-500e022338a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e4:0e:80","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:02:55Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:02:56Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"40db1607-0f77-4e77-8b84-d85b49f0bdce","ip_address":"169.254.192.1"}],"id":"d6c03c16-9625-4ade-8623-0dd8ffa2944c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:35:f9:cd","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:56Z","binding:vnic_type":"normal","device_id":"41871b56-cfe2-4a5e-8e76-0aeb68296f21"}]} 2019-01-03 10:03:00,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=41871b56-cfe2-4a5e-8e76-0aeb68296f21 used request id req-312cbfd6-8f60-4739-89b6-56ab372630cb 2019-01-03 10:03:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5f26d4c8-f4f3-4396-afed-4cfe8922ff55 Date: Thu, 03 Jan 2019 10:03:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:03:00,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-5f26d4c8-f4f3-4396-afed-4cfe8922ff55 2019-01-03 10:03:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a9643624-e9d3-4b30-983f-4aba09463fc9 Date: Thu, 03 Jan 2019 10:03:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:00,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-a9643624-e9d3-4b30-983f-4aba09463fc9 2019-01-03 10:03:00,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ffe4a4f0-c6fa-4ce2-b823-57566f9f9b9a Date: Thu, 03 Jan 2019 10:03:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:00,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-ffe4a4f0-c6fa-4ce2-b823-57566f9f9b9a 2019-01-03 10:03:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:00,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f0228846-a66c-40b8-9d17-d0a29d13f08a Date: Thu, 03 Jan 2019 10:03:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e6723a9d-b7fb-4006-b473-305f63eb0e50","tenant_id":"","created_at":"2019-01-03T10:02:54Z","dns_nameservers":[],"updated_at":"2019-01-03T10:02:54Z","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":"40db1607-0f77-4e77-8b84-d85b49f0bdce","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:00,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/40db1607-0f77-4e77-8b84-d85b49f0bdce used request id req-f0228846-a66c-40b8-9d17-d0a29d13f08a 2019-01-03 10:03:00,497 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet 2019-01-03 10:03:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ba90c4a9-8f31-4bd0-991c-835b08fb824e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:02,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fa2039f-14a1-4bbf-be72-07b90a13a8d4 Date: Thu, 03 Jan 2019 10:03:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:02,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ba90c4a9-8f31-4bd0-991c-835b08fb824e used request id req-9fa2039f-14a1-4bbf-be72-07b90a13a8d4 2019-01-03 10:03:02,500 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router 2019-01-03 10:03:02,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/41871b56-cfe2-4a5e-8e76-0aeb68296f21/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" -d '{"subnet_id": "ba90c4a9-8f31-4bd0-991c-835b08fb824e"}' 2019-01-03 10:03:02,712 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-30800b10-c555-4d79-a31f-2e79801566df Date: Thu, 03 Jan 2019 10:03:02 GMT RESP BODY: {"NeutronError": {"message": "Subnet ba90c4a9-8f31-4bd0-991c-835b08fb824e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 10:03:02,712 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/41871b56-cfe2-4a5e-8e76-0aeb68296f21/add_router_interface used request id req-30800b10-c555-4d79-a31f-2e79801566df 2019-01-03 10:03:02,713 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ba90c4a9-8f31-4bd0-991c-835b08fb824e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 10:03:02,713 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router 2019-01-03 10:03:02,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/41871b56-cfe2-4a5e-8e76-0aeb68296f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:06,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7dc3671-8c53-461a-adf2-48a27f13489a Content-Length: 0 Date: Thu, 03 Jan 2019 10:03:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:06,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/41871b56-cfe2-4a5e-8e76-0aeb68296f21 used request id req-c7dc3671-8c53-461a-adf2-48a27f13489a 2019-01-03 10:03:06,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:06,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8f374bdc-79a6-439d-a77c-66b3a178bba1 Date: Thu, 03 Jan 2019 10:03:06 GMT RESP BODY: {"routers": []} 2019-01-03 10:03:06,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-router used request id req-8f374bdc-79a6-439d-a77c-66b3a178bba1 2019-01-03 10:03:06,535 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet 2019-01-03 10:03:06,535 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-subnet 2019-01-03 10:03:06,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/ba90c4a9-8f31-4bd0-991c-835b08fb824e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:06,749 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-80c4a090-916f-43fb-a740-c11d3265b67a Date: Thu, 03 Jan 2019 10:03:06 GMT RESP BODY: {"NeutronError": {"message": "Subnet ba90c4a9-8f31-4bd0-991c-835b08fb824e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 10:03:06,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/ba90c4a9-8f31-4bd0-991c-835b08fb824e used request id req-80c4a090-916f-43fb-a740-c11d3265b67a 2019-01-03 10:03:06,749 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet ba90c4a9-8f31-4bd0-991c-835b08fb824e could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 10:03:06,750 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a6a95c69-6139-412c-b5ca-7510b2341e62-pub-net 2019-01-03 10:03:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6c7f488d-4ca6-4016-8e4e-df036cf9d98d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}461f78efd52f71fb08a0f50e54697d4087d28a56" 2019-01-03 10:03:07,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a89821ae-6eca-4eb0-b405-1d3b50c8c6a2 Date: Thu, 03 Jan 2019 10:03:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:07,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6c7f488d-4ca6-4016-8e4e-df036cf9d98d used request id req-a89821ae-6eca-4eb0-b405-1d3b50c8c6a2 2019-01-03 10:03:07,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:07,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Je3BC15oS_uG5tc-sDuKnw"], "issued_at": "2019-01-03T10:03:07.000000Z"}} 2019-01-03 10:03:07,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:07,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db865a04-52af-48d1-b8ea-3a6a9c7006b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:07,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-db865a04-52af-48d1-b8ea-3a6a9c7006b3 2019-01-03 10:03:07,788 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net 2019-01-03 10:03:07,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" -d '{"network": {"name": "NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:08,350 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d23b69c6-dd6b-4216-afd5-479e7e121e03 Date: Thu, 03 Jan 2019 10:03: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":"370a7036-8d7f-4c68-ad21-376cf3f598c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:08Z","mtu":1450}} 2019-01-03 10:03:08,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d23b69c6-dd6b-4216-afd5-479e7e121e03 2019-01-03 10:03:08,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:08,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-197cc230-305b-42a6-90ab-19bb70d6aa21 Date: Thu, 03 Jan 2019 10:03:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:08Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:08,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-197cc230-305b-42a6-90ab-19bb70d6aa21 2019-01-03 10:03:08,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:08,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5bbb1c59-d677-45d7-bc98-0a3e8fd7bf15 Date: Thu, 03 Jan 2019 10:03:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:08,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-5bbb1c59-d677-45d7-bc98-0a3e8fd7bf15 2019-01-03 10:03:08,790 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet 2019-01-03 10:03:08,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" -d '{"subnets": [{"ip_version": 4, "network_id": "370a7036-8d7f-4c68-ad21-376cf3f598c5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet"}]}' 2019-01-03 10:03:09,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c34b38b8-b336-4718-9b78-e4246508ac57 Date: Thu, 03 Jan 2019 10:03:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:09Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"9205e033-7edb-4626-95ac-52e97e927dc3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet"}]} 2019-01-03 10:03:09,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c34b38b8-b336-4718-9b78-e4246508ac57 2019-01-03 10:03:09,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:09,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8c9dc731-fd25-4300-a546-5c8d843166b2 Date: Thu, 03 Jan 2019 10:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["9205e033-7edb-4626-95ac-52e97e927dc3"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:09Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:08Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:09,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-8c9dc731-fd25-4300-a546-5c8d843166b2 2019-01-03 10:03:09,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:09,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9f88036f-5b8a-4f80-9162-d8e66923ca27 Date: Thu, 03 Jan 2019 10:03:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:09Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"9205e033-7edb-4626-95ac-52e97e927dc3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet"}]} 2019-01-03 10:03:09,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-9f88036f-5b8a-4f80-9162-d8e66923ca27 2019-01-03 10:03:09,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-90c24472-fe30-4eb1-9b85-977b00a71873 Date: Thu, 03 Jan 2019 10:03:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":91,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["9205e033-7edb-4626-95ac-52e97e927dc3"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:09Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:08Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:09,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net used request id req-90c24472-fe30-4eb1-9b85-977b00a71873 2019-01-03 10:03:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:09,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:09,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:10,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9d48cad-01d1-4d0c-b312-2cd60f1e32cf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:10,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-a9d48cad-01d1-4d0c-b312-2cd60f1e32cf 2019-01-03 10:03:10,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:10,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7ca9a26-c7ed-446a-85c2-0477aa2f3e48 Date: Thu, 03 Jan 2019 10:03:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:09Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"9205e033-7edb-4626-95ac-52e97e927dc3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet"}]} 2019-01-03 10:03:10,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-a7ca9a26-c7ed-446a-85c2-0477aa2f3e48 2019-01-03 10:03:10,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5&name=NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:10,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-552fbaa3-ce19-4b30-b2f1-5dd4e04a9128 Date: Thu, 03 Jan 2019 10:03:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"370a7036-8d7f-4c68-ad21-376cf3f598c5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:09Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"9205e033-7edb-4626-95ac-52e97e927dc3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet"}]} 2019-01-03 10:03:10,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=370a7036-8d7f-4c68-ad21-376cf3f598c5&name=NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet used request id req-552fbaa3-ce19-4b30-b2f1-5dd4e04a9128 2019-01-03 10:03:10,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet 2019-01-03 10:03:10,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-subnet 2019-01-03 10:03:10,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/9205e033-7edb-4626-95ac-52e97e927dc3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:11,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-207b8936-b067-4ab7-9c52-306f2c4d1ce1 Date: Thu, 03 Jan 2019 10:03:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:11,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/9205e033-7edb-4626-95ac-52e97e927dc3 used request id req-207b8936-b067-4ab7-9c52-306f2c4d1ce1 2019-01-03 10:03:11,471 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-432624c2-95cb-4cd5-81bb-289bf66c869a-pub-net 2019-01-03 10:03:11,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/370a7036-8d7f-4c68-ad21-376cf3f598c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}109607be9178d4dbb0015be66f3c42afe91d5854" 2019-01-03 10:03:12,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b747798-afd0-461e-9512-50a8c11441de Date: Thu, 03 Jan 2019 10:03:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:12,787 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/370a7036-8d7f-4c68-ad21-376cf3f598c5 used request id req-5b747798-afd0-461e-9512-50a8c11441de 2019-01-03 10:03:12,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:13,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["oSum9Qf_QJy6EpUCMYBfOg"], "issued_at": "2019-01-03T10:03:13.000000Z"}} 2019-01-03 10:03:13,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:13,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb829c7-6932-431a-8702-d5091e237c61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:13,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cdb829c7-6932-431a-8702-d5091e237c61 2019-01-03 10:03:13,276 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net 2019-01-03 10:03:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" -d '{"network": {"name": "NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:13,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2d2b04b7-215c-4399-9acd-c7717222e4bc Date: Thu, 03 Jan 2019 10:03: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":"1234b2ac-3c74-4095-8826-197f7bd350d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:13Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:13Z","mtu":1450}} 2019-01-03 10:03:13,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2d2b04b7-215c-4399-9acd-c7717222e4bc 2019-01-03 10:03:13,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:13,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-4ad3ac35-f5f7-44e8-8990-6a9ffd023c75 Date: Thu, 03 Jan 2019 10:03:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1234b2ac-3c74-4095-8826-197f7bd350d1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:13Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:13Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:13,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-4ad3ac35-f5f7-44e8-8990-6a9ffd023c75 2019-01-03 10:03:13,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:14,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6bdf4ff9-0622-451a-9aad-92950d485a7f Date: Thu, 03 Jan 2019 10:03:14 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:14,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-6bdf4ff9-0622-451a-9aad-92950d485a7f 2019-01-03 10:03:14,168 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet 2019-01-03 10:03:14,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" -d '{"subnets": [{"ip_version": 4, "network_id": "1234b2ac-3c74-4095-8826-197f7bd350d1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet"}]}' 2019-01-03 10:03:14,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ab0554d1-c7a2-44b5-816a-c4a8ac9c4846 Date: Thu, 03 Jan 2019 10:03:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1234b2ac-3c74-4095-8826-197f7bd350d1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:14Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"f1dbcccc-249a-4304-8526-0277c0c9eb9d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet"}]} 2019-01-03 10:03:14,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ab0554d1-c7a2-44b5-816a-c4a8ac9c4846 2019-01-03 10:03:14,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:15,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9d72e2ab-f309-42c7-8abc-7e773e57c77d Date: Thu, 03 Jan 2019 10:03:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1234b2ac-3c74-4095-8826-197f7bd350d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["f1dbcccc-249a-4304-8526-0277c0c9eb9d"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:14Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:13Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:15,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-9d72e2ab-f309-42c7-8abc-7e773e57c77d 2019-01-03 10:03:15,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:15,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5777bdf8-c8af-4437-b884-b23198f6250e Date: Thu, 03 Jan 2019 10:03:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1234b2ac-3c74-4095-8826-197f7bd350d1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:14Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"f1dbcccc-249a-4304-8526-0277c0c9eb9d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet"}]} 2019-01-03 10:03:15,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-5777bdf8-c8af-4437-b884-b23198f6250e 2019-01-03 10:03:15,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:15,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c1b8cf71-28b1-4f3a-86d2-f8790a1493c2 Date: Thu, 03 Jan 2019 10:03:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1234b2ac-3c74-4095-8826-197f7bd350d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["f1dbcccc-249a-4304-8526-0277c0c9eb9d"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:14Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:13Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:15,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net used request id req-c1b8cf71-28b1-4f3a-86d2-f8790a1493c2 2019-01-03 10:03:15,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:15,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:15,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:15,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38e4b11-3439-4935-9fbf-bc5270cb8281 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:15,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e38e4b11-3439-4935-9fbf-bc5270cb8281 2019-01-03 10:03:15,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:15,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a832a752-4feb-4f20-8dd6-ec46cb6b9f12 Date: Thu, 03 Jan 2019 10:03:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1234b2ac-3c74-4095-8826-197f7bd350d1","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:14Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"f1dbcccc-249a-4304-8526-0277c0c9eb9d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet"}]} 2019-01-03 10:03:15,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-a832a752-4feb-4f20-8dd6-ec46cb6b9f12 2019-01-03 10:03:15,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:03:15,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:16,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["UmKB-_PRTCOmhcswDCD_ww"], "issued_at": "2019-01-03T10:03:16.000000Z"}} 2019-01-03 10:03:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc95d730fb626461b1016d3b5dcea97bcbbbb162" 2019-01-03 10:03:16,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-140d6ab1-fd75-47c0-8405-f8e1891f02dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:16,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-140d6ab1-fd75-47c0-8405-f8e1891f02dc 2019-01-03 10:03:16,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:16,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-24d77eed-d10a-4717-b42c-1aa1c1a40ebf Date: Thu, 03 Jan 2019 10:03:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:03:16,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-24d77eed-d10a-4717-b42c-1aa1c1a40ebf 2019-01-03 10:03:16,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:16,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f936fb67-6559-4945-84d4-3ea06eb88937 Date: Thu, 03 Jan 2019 10:03:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:03:16,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-f936fb67-6559-4945-84d4-3ea06eb88937 2019-01-03 10:03:16,627 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router 2019-01-03 10:03:16,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router", "admin_state_up": true}}' 2019-01-03 10:03:21,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-3f82865d-cf3e-4ecb-a30a-dae62acc7e71 Date: Thu, 03 Jan 2019 10:03:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:03:17Z", "admin_state_up": true, "updated_at": "2019-01-03T10:03:18Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a", "name": "NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router"}} 2019-01-03 10:03:21,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-3f82865d-cf3e-4ecb-a30a-dae62acc7e71 2019-01-03 10:03:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:21,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-530a72f3-7e1e-41ad-9784-b935be116e0e Date: Thu, 03 Jan 2019 10:03:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.12"}],"id":"12205486-4b3f-481c-8e12-0b5fb46d04ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:01:b1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:20Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:18Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.203"}],"id":"21a2aa8b-e7fe-4b5e-aa88-1837f8a6aa9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:d4:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:03:17Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.6"}],"id":"53a89139-937f-45ca-bae6-25e57597b18c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:81:be","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:18Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.1"}],"id":"d22bc9d3-e8f1-4644-ad63-3f5265d99fb6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:42:38:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:19Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"}]} 2019-01-03 10:03:21,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a used request id req-530a72f3-7e1e-41ad-9784-b935be116e0e 2019-01-03 10:03:21,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:21,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fd07a8e0-96c3-49c3-926a-98abcc0c034b Date: Thu, 03 Jan 2019 10:03:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:03:21,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-fd07a8e0-96c3-49c3-926a-98abcc0c034b 2019-01-03 10:03:21,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:21,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1b104693-2130-4f97-a2a7-f83c8fce1fc6 Date: Thu, 03 Jan 2019 10:03:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:21,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-1b104693-2130-4f97-a2a7-f83c8fce1fc6 2019-01-03 10:03:21,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:22,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-403cbd9c-7cb3-4c87-ab54-e692a91ad5cb Date: Thu, 03 Jan 2019 10:03:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:22,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-403cbd9c-7cb3-4c87-ab54-e692a91ad5cb 2019-01-03 10:03:22,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:22,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-080b7e6b-ab98-422e-9215-a15909078552 Date: Thu, 03 Jan 2019 10:03:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:22,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-080b7e6b-ab98-422e-9215-a15909078552 2019-01-03 10:03:22,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:22,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-34b57139-9292-49f4-adaf-cb3f1309bda7 Date: Thu, 03 Jan 2019 10:03:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:03:17Z", "admin_state_up": true, "updated_at": "2019-01-03T10:03:20Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a", "name": "NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router"}]} 2019-01-03 10:03:22,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router used request id req-34b57139-9292-49f4-adaf-cb3f1309bda7 2019-01-03 10:03:22,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:22,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56fb152d-48a2-41e1-b74e-5f82e1a98f8e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:22,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-56fb152d-48a2-41e1-b74e-5f82e1a98f8e 2019-01-03 10:03:22,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:22,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-d4b10fd9-f105-4479-8385-0b393ae1849c Date: Thu, 03 Jan 2019 10:03:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.12"}],"id":"12205486-4b3f-481c-8e12-0b5fb46d04ec","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:01:b1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:20Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:22Z","device_owner":"network:router_gateway","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.203"}],"id":"21a2aa8b-e7fe-4b5e-aa88-1837f8a6aa9c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:d4:1a","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:03:17Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.6"}],"id":"53a89139-937f-45ca-bae6-25e57597b18c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:81:be","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:18Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:22Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4f0844ca-c26b-438e-9388-58eb307339a3","ip_address":"169.254.192.1"}],"id":"d22bc9d3-e8f1-4644-ad63-3f5265d99fb6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:38:53","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:19Z","binding:vnic_type":"normal","device_id":"9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a"}]} 2019-01-03 10:03:22,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a used request id req-d4b10fd9-f105-4479-8385-0b393ae1849c 2019-01-03 10:03:22,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:23,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a69032d9-da77-4064-81fd-e3938e27b144 Date: Thu, 03 Jan 2019 10:03:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:03:23,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-a69032d9-da77-4064-81fd-e3938e27b144 2019-01-03 10:03:23,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:23,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-95374f42-3851-400a-98e2-e4e694e1f3c6 Date: Thu, 03 Jan 2019 10:03:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:23,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-95374f42-3851-400a-98e2-e4e694e1f3c6 2019-01-03 10:03:23,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:23,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f99055b3-40d5-49ae-be39-48d189d72e97 Date: Thu, 03 Jan 2019 10:03:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:23,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-f99055b3-40d5-49ae-be39-48d189d72e97 2019-01-03 10:03:23,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:23,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-57cc696c-f3a5-4b37-b280-9be3c0bce18e Date: Thu, 03 Jan 2019 10:03:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e9923ee3-e5a2-4bc1-b1c2-a1e654f174e0","tenant_id":"","created_at":"2019-01-03T10:03:17Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:17Z","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":"4f0844ca-c26b-438e-9388-58eb307339a3","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:03:23,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4f0844ca-c26b-438e-9388-58eb307339a3 used request id req-57cc696c-f3a5-4b37-b280-9be3c0bce18e 2019-01-03 10:03:23,500 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router 2019-01-03 10:03:23,500 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router 2019-01-03 10:03:23,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:27,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-430daf17-2b56-4e0f-be8e-9c5358b9ae52 Content-Length: 0 Date: Thu, 03 Jan 2019 10:03:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:27,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/9c6c7edd-7ad3-4176-b7b0-b3fc649ed09a used request id req-430daf17-2b56-4e0f-be8e-9c5358b9ae52 2019-01-03 10:03:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:27,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-773dc018-b731-4fe3-99fe-78343d110100 Date: Thu, 03 Jan 2019 10:03:27 GMT RESP BODY: {"routers": []} 2019-01-03 10:03:27,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-router used request id req-773dc018-b731-4fe3-99fe-78343d110100 2019-01-03 10:03:27,183 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet 2019-01-03 10:03:27,184 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-subnet 2019-01-03 10:03:27,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/f1dbcccc-249a-4304-8526-0277c0c9eb9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:29,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed661549-0539-4e54-875e-2df064b3bafd Date: Thu, 03 Jan 2019 10:03:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:29,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f1dbcccc-249a-4304-8526-0277c0c9eb9d used request id req-ed661549-0539-4e54-875e-2df064b3bafd 2019-01-03 10:03:29,386 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a58a0904-9712-4154-abaa-867e0fda76e3-pub-net 2019-01-03 10:03:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/1234b2ac-3c74-4095-8826-197f7bd350d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eedafcc35d48ab39d779ad8f58f1bd46d6ce34e1" 2019-01-03 10:03:30,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d021eb4-35a1-40f0-9f9e-3edc2dd449aa Date: Thu, 03 Jan 2019 10:03:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:30,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1234b2ac-3c74-4095-8826-197f7bd350d1 used request id req-4d021eb4-35a1-40f0-9f9e-3edc2dd449aa 2019-01-03 10:03:30,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:30,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["aMrdaXBDSZGExfZISd333w"], "issued_at": "2019-01-03T10:03:30.000000Z"}} 2019-01-03 10:03:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:30,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50cdfd27-ef59-4aa9-808e-4a1227568f06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:30,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50cdfd27-ef59-4aa9-808e-4a1227568f06 2019-01-03 10:03:30,979 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net 2019-01-03 10:03:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" -d '{"network": {"name": "NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:31,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5828fafe-021b-4afc-afbd-d6882c807293 Date: Thu, 03 Jan 2019 10:03: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":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:31Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","mtu":1450}} 2019-01-03 10:03:31,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5828fafe-021b-4afc-afbd-d6882c807293 2019-01-03 10:03:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:31,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d0056b6d-3385-4120-9fe4-41de6f570963 Date: Thu, 03 Jan 2019 10:03:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:31Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:31,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-d0056b6d-3385-4120-9fe4-41de6f570963 2019-01-03 10:03:31,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:31,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b7173d2e-cb93-4926-96c0-a6fceef23d7f Date: Thu, 03 Jan 2019 10:03:31 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:31,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-b7173d2e-cb93-4926-96c0-a6fceef23d7f 2019-01-03 10:03:31,906 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet 2019-01-03 10:03:31,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" -d '{"subnets": [{"ip_version": 4, "network_id": "c5169361-3ad0-45d5-98f2-844ccd72b3ff", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]}' 2019-01-03 10:03:32,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d7fa1abd-7a2a-4ffa-b3a9-d69c3fa1f982 Date: Thu, 03 Jan 2019 10:03:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:32,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d7fa1abd-7a2a-4ffa-b3a9-d69c3fa1f982 2019-01-03 10:03:32,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:32,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cda32778-4660-4b11-9d96-ed0533b99e71 Date: Thu, 03 Jan 2019 10:03:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e566335e-11c5-48a2-b333-62bc7eb2df0a"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:32,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-cda32778-4660-4b11-9d96-ed0533b99e71 2019-01-03 10:03:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:33,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a688d2d-212d-4e7e-af98-451da7562c45 Date: Thu, 03 Jan 2019 10:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:33,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-7a688d2d-212d-4e7e-af98-451da7562c45 2019-01-03 10:03:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:33,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-eaa51389-7d0d-4a49-bdcb-f83343de061a Date: Thu, 03 Jan 2019 10:03:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e566335e-11c5-48a2-b333-62bc7eb2df0a"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:33,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net used request id req-eaa51389-7d0d-4a49-bdcb-f83343de061a 2019-01-03 10:03:33,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:33,266 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:33,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:33,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3c71c13-1c93-4520-bf14-b8a15ba26518 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:33,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-b3c71c13-1c93-4520-bf14-b8a15ba26518 2019-01-03 10:03:33,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:33,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-45fd6484-bc54-474c-a3e3-0755aeb4328b Date: Thu, 03 Jan 2019 10:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:33,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-45fd6484-bc54-474c-a3e3-0755aeb4328b 2019-01-03 10:03:33,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff&name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:33,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2128c115-9178-46b4-84af-d47ab0d6bdcd Date: Thu, 03 Jan 2019 10:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:33,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff&name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet used request id req-2128c115-9178-46b4-84af-d47ab0d6bdcd 2019-01-03 10:03:33,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:03:33,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:34,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["_h6fdo_-TnqC6XIIC6Cc4Q"], "issued_at": "2019-01-03T10:03:34.000000Z"}} 2019-01-03 10:03:34,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832d60f112abe276178a569f303b854ada964077" 2019-01-03 10:03:34,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22db30ad-34b8-46cd-ac95-7beaa9728ecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:34,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-22db30ad-34b8-46cd-ac95-7beaa9728ecc 2019-01-03 10:03:34,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:34,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-12a89970-944f-4d5d-94e6-00ac195f1c40 Date: Thu, 03 Jan 2019 10:03:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e566335e-11c5-48a2-b333-62bc7eb2df0a"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:34,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net used request id req-12a89970-944f-4d5d-94e6-00ac195f1c40 2019-01-03 10:03:34,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:34,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fd120b3-fcb9-4cba-94a7-69262aaa2734 Date: Thu, 03 Jan 2019 10:03:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:34,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-0fd120b3-fcb9-4cba-94a7-69262aaa2734 2019-01-03 10:03:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:35,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cbc5a911-3d05-46b3-ab60-3246a901c879 Date: Thu, 03 Jan 2019 10:03:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e566335e-11c5-48a2-b333-62bc7eb2df0a"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:31Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:35,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net used request id req-cbc5a911-3d05-46b3-ab60-3246a901c879 2019-01-03 10:03:35,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:35,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:35,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}832d60f112abe276178a569f303b854ada964077" 2019-01-03 10:03:35,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6642e23a-b376-46f1-9b7e-29107146267b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:35,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-6642e23a-b376-46f1-9b7e-29107146267b 2019-01-03 10:03:35,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:35,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3ced3fbd-410a-49c8-a849-9cc9fb04166b Date: Thu, 03 Jan 2019 10:03:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:35,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-3ced3fbd-410a-49c8-a849-9cc9fb04166b 2019-01-03 10:03:35,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff&name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:35,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-813573e7-5a88-4125-81fe-a763fe414da2 Date: Thu, 03 Jan 2019 10:03:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet"}]} 2019-01-03 10:03:35,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c5169361-3ad0-45d5-98f2-844ccd72b3ff&name=NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet used request id req-813573e7-5a88-4125-81fe-a763fe414da2 2019-01-03 10:03:35,257 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net 2019-01-03 10:03:35,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" -d '{"port": {"network_id": "c5169361-3ad0-45d5-98f2-844ccd72b3ff", "fixed_ips": [{"subnet_id": "e566335e-11c5-48a2-b333-62bc7eb2df0a", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-port", "admin_state_up": true}}' 2019-01-03 10:03:35,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-a5f1ddd6-3818-4b95-87e0-03ed8856eacc Date: Thu, 03 Jan 2019 10:03:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:35Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","ip_address":"10.55.1.100"}],"id":"cda90faf-c66c-4bb1-a6f7-47c695b49a70","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d3:4d:33","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:35Z","binding:vnic_type":"normal"}} 2019-01-03 10:03:35,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-a5f1ddd6-3818-4b95-87e0-03ed8856eacc 2019-01-03 10:03:36,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:36,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-1e091fc7-0a77-42f3-a3f2-823d1f940d9c Date: Thu, 03 Jan 2019 10:03:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","ip_address":"10.55.1.3"}],"id":"474f7282-6ee4-4888-8cee-1520e30f1bdf","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:ff:83","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c5169361-3ad0-45d5-98f2-844ccd72b3ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:34Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","ip_address":"10.55.1.4"}],"id":"4dff1490-90e0-4d22-bd2b-da6a3c4b5b60","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:68:a6:e1","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c5169361-3ad0-45d5-98f2-844ccd72b3ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","ip_address":"10.55.1.2"}],"id":"6f73c74e-ebf1-40ae-8538-a035347e1ce9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:71:5a","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c5169361-3ad0-45d5-98f2-844ccd72b3ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e566335e-11c5-48a2-b333-62bc7eb2df0a","ip_address":"10.55.1.100"}],"id":"cda90faf-c66c-4bb1-a6f7-47c695b49a70","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d3:4d:33","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-port","admin_state_up":true,"network_id":"c5169361-3ad0-45d5-98f2-844ccd72b3ff","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:35Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:03:36,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-1e091fc7-0a77-42f3-a3f2-823d1f940d9c 2019-01-03 10:03:36,219 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-port 2019-01-03 10:03:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/cda90faf-c66c-4bb1-a6f7-47c695b49a70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:36,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-279aeb5a-b287-4093-b571-4771fdbc0633 Date: Thu, 03 Jan 2019 10:03:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:36,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/cda90faf-c66c-4bb1-a6f7-47c695b49a70 used request id req-279aeb5a-b287-4093-b571-4771fdbc0633 2019-01-03 10:03:36,899 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet 2019-01-03 10:03:36,899 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-subnet 2019-01-03 10:03:36,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e566335e-11c5-48a2-b333-62bc7eb2df0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:39,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12932c94-c1ed-4dc6-a72c-8b0ead7e3109 Date: Thu, 03 Jan 2019 10:03:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:39,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e566335e-11c5-48a2-b333-62bc7eb2df0a used request id req-12932c94-c1ed-4dc6-a72c-8b0ead7e3109 2019-01-03 10:03:39,033 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e33eb79d-5d51-4ad0-a4e1-01caa2f39e24-pub-net 2019-01-03 10:03:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c5169361-3ad0-45d5-98f2-844ccd72b3ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbcc435410fb3733fb13235bddbb674767b87b3e" 2019-01-03 10:03:40,092 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd30babf-9d85-49d3-a591-3ca573da9190 Date: Thu, 03 Jan 2019 10:03:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:40,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c5169361-3ad0-45d5-98f2-844ccd72b3ff used request id req-dd30babf-9d85-49d3-a591-3ca573da9190 2019-01-03 10:03:40,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:40,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["j941cNZeRqeieW_mkqw1Qg"], "issued_at": "2019-01-03T10:03:40.000000Z"}} 2019-01-03 10:03:40,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:40,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27f11996-a906-4ec0-bd92-accd5a2bb465 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:40,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27f11996-a906-4ec0-bd92-accd5a2bb465 2019-01-03 10:03:40,561 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net 2019-01-03 10:03:40,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" -d '{"network": {"name": "NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:41,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7ba39adf-1496-4ec4-9fcd-35e972bfc335 Date: Thu, 03 Jan 2019 10:03: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":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","mtu":1450}} 2019-01-03 10:03:41,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7ba39adf-1496-4ec4-9fcd-35e972bfc335 2019-01-03 10:03:41,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:41,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2eb5967a-9131-49ef-858e-984f55ffa527 Date: Thu, 03 Jan 2019 10:03:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:41,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-2eb5967a-9131-49ef-858e-984f55ffa527 2019-01-03 10:03:41,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:41,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-98d63e30-03f0-4926-81df-87395f8f988f Date: Thu, 03 Jan 2019 10:03:41 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:41,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-98d63e30-03f0-4926-81df-87395f8f988f 2019-01-03 10:03:41,522 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet 2019-01-03 10:03:41,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" -d '{"subnets": [{"ip_version": 4, "network_id": "ce82822b-7da4-404f-a4a5-e80e7ec47e47", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]}' 2019-01-03 10:03:42,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bb61d660-0c48-48bf-92d2-047bc3634459 Date: Thu, 03 Jan 2019 10:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:42,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bb61d660-0c48-48bf-92d2-047bc3634459 2019-01-03 10:03:42,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:42,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-aa4947ca-057e-42b9-92d2-b6c32c31ef60 Date: Thu, 03 Jan 2019 10:03:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e7acecbb-c0aa-4125-8262-c6b9e05e19ca"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:42,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-aa4947ca-057e-42b9-92d2-b6c32c31ef60 2019-01-03 10:03:42,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:42,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-59ce7bd3-3d9d-41d0-80ce-91a57e2372ca Date: Thu, 03 Jan 2019 10:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:42,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-59ce7bd3-3d9d-41d0-80ce-91a57e2372ca 2019-01-03 10:03:42,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:42,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f84e832a-f47d-4453-933c-2bdd25611080 Date: Thu, 03 Jan 2019 10:03:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e7acecbb-c0aa-4125-8262-c6b9e05e19ca"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:42,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net used request id req-f84e832a-f47d-4453-933c-2bdd25611080 2019-01-03 10:03:42,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:42,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:42,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:42,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e6beac-93c7-4ccf-b792-6dac5779e127 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:42,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-a6e6beac-93c7-4ccf-b792-6dac5779e127 2019-01-03 10:03:42,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:42,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ecb8fb2-6628-477b-b8f2-175f3ac04ac2 Date: Thu, 03 Jan 2019 10:03:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:42,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-2ecb8fb2-6628-477b-b8f2-175f3ac04ac2 2019-01-03 10:03:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47&name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:43,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-97fbec56-a468-4e8c-a824-bf8b0ac627e0 Date: Thu, 03 Jan 2019 10:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:43,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47&name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet used request id req-97fbec56-a468-4e8c-a824-bf8b0ac627e0 2019-01-03 10:03:43,053 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:03:43,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:43,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["RrDU--y5Q2yNzUysHj7jxg"], "issued_at": "2019-01-03T10:03:43.000000Z"}} 2019-01-03 10:03:43,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba4d3a9384267eee099f955bef3a0c93c44f2df" 2019-01-03 10:03:43,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44e766d-2770-4ff0-9add-11f6acd30bf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:43,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d44e766d-2770-4ff0-9add-11f6acd30bf4 2019-01-03 10:03:43,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:43,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a60e8034-8f50-433d-9461-1f6233fe11f0 Date: Thu, 03 Jan 2019 10:03:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e7acecbb-c0aa-4125-8262-c6b9e05e19ca"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:43,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net used request id req-a60e8034-8f50-433d-9461-1f6233fe11f0 2019-01-03 10:03:43,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:43,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dbdc1dc4-0e1b-4fd7-bb85-c6148e593816 Date: Thu, 03 Jan 2019 10:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:43,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-dbdc1dc4-0e1b-4fd7-bb85-c6148e593816 2019-01-03 10:03:43,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:43,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-25360808-1fd3-49d4-bb8a-eca3cbb5bd7c Date: Thu, 03 Jan 2019 10:03:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":10,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e7acecbb-c0aa-4125-8262-c6b9e05e19ca"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:40Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:43,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net used request id req-25360808-1fd3-49d4-bb8a-eca3cbb5bd7c 2019-01-03 10:03:43,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:43,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:43,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ba4d3a9384267eee099f955bef3a0c93c44f2df" 2019-01-03 10:03:43,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57966410-db43-4296-bf78-af6b3dbb42c8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:43,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-57966410-db43-4296-bf78-af6b3dbb42c8 2019-01-03 10:03:43,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:44,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0da49c0a-57d8-48cd-a907-a32de164782c Date: Thu, 03 Jan 2019 10:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:44,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-0da49c0a-57d8-48cd-a907-a32de164782c 2019-01-03 10:03:44,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47&name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:44,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29f60ab3-0b3b-4bf7-b5b4-ea2655365b8d Date: Thu, 03 Jan 2019 10:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:41Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet"}]} 2019-01-03 10:03:44,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce82822b-7da4-404f-a4a5-e80e7ec47e47&name=NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet used request id req-29f60ab3-0b3b-4bf7-b5b4-ea2655365b8d 2019-01-03 10:03:44,278 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net 2019-01-03 10:03:44,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" -d '{"port": {"network_id": "ce82822b-7da4-404f-a4a5-e80e7ec47e47", "fixed_ips": [{"subnet_id": "e7acecbb-c0aa-4125-8262-c6b9e05e19ca", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-port", "admin_state_up": true}}' 2019-01-03 10:03:45,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b726c852-524c-436d-b1ed-24a61b43f691 Date: Thu, 03 Jan 2019 10:03:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:44Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","ip_address":"10.55.1.100"}],"id":"738834de-5f0e-423e-93b0-0e504c1ee536","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:b1:e7","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:44Z","binding:vnic_type":"normal"}} 2019-01-03 10:03:45,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-b726c852-524c-436d-b1ed-24a61b43f691 2019-01-03 10:03:45,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:45,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3728 X-Openstack-Request-Id: req-cf6674c1-f796-4f85-a30e-41dbe9f4dc56 Date: Thu, 03 Jan 2019 10:03:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:43Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","ip_address":"10.55.1.3"}],"id":"318f549c-bab6-4b8d-9982-c7b3cf5fbe0c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:4a:17","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:42Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ce82822b-7da4-404f-a4a5-e80e7ec47e47"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","ip_address":"10.55.1.100"}],"id":"738834de-5f0e-423e-93b0-0e504c1ee536","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:b1:e7","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-port","admin_state_up":true,"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:44Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","ip_address":"10.55.1.2"}],"id":"869771ee-dec8-4ff2-acac-22b025778593","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:43:c0","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:42Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ce82822b-7da4-404f-a4a5-e80e7ec47e47"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:03:44Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e7acecbb-c0aa-4125-8262-c6b9e05e19ca","ip_address":"10.55.1.4"}],"id":"eb67b9d8-a110-4e95-9a48-3cb7f09a65c5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:ca:14","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce82822b-7da4-404f-a4a5-e80e7ec47e47","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ce82822b-7da4-404f-a4a5-e80e7ec47e47"}]} 2019-01-03 10:03:45,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports used request id req-cf6674c1-f796-4f85-a30e-41dbe9f4dc56 2019-01-03 10:03:45,144 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-port 2019-01-03 10:03:45,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/738834de-5f0e-423e-93b0-0e504c1ee536 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:45,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8ae9f15-e62f-4169-9896-b14781655c81 Date: Thu, 03 Jan 2019 10:03:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:45,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/738834de-5f0e-423e-93b0-0e504c1ee536 used request id req-c8ae9f15-e62f-4169-9896-b14781655c81 2019-01-03 10:03:45,646 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet 2019-01-03 10:03:45,646 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-subnet 2019-01-03 10:03:45,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e7acecbb-c0aa-4125-8262-c6b9e05e19ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:47,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60e1120e-328b-4236-922d-464290960fb5 Date: Thu, 03 Jan 2019 10:03:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:47,784 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e7acecbb-c0aa-4125-8262-c6b9e05e19ca used request id req-60e1120e-328b-4236-922d-464290960fb5 2019-01-03 10:03:47,784 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6c0f5328-c22b-42ec-8b84-f7c831d8ca21-pub-net 2019-01-03 10:03:47,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ce82822b-7da4-404f-a4a5-e80e7ec47e47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26fbabade5a431b3b92b29f7cdada739b26646ea" 2019-01-03 10:03:49,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-310f90ee-df10-469a-8024-7946dd54d284 Date: Thu, 03 Jan 2019 10:03:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:49,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ce82822b-7da4-404f-a4a5-e80e7ec47e47 used request id req-310f90ee-df10-469a-8024-7946dd54d284 2019-01-03 10:03:49,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:49,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["vZyBAgxoQ0aWqSAr-qs2GQ"], "issued_at": "2019-01-03T10:03:49.000000Z"}} 2019-01-03 10:03:49,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:49,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800b8a1a-1834-44be-8222-3055bb259265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:49,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-800b8a1a-1834-44be-8222-3055bb259265 2019-01-03 10:03:49,538 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net 2019-01-03 10:03:49,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" -d '{"network": {"name": "NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:49,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e08ea274-493f-4cea-8fcf-c51b449d892b Date: Thu, 03 Jan 2019 10:03: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":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","mtu":1450}} 2019-01-03 10:03:49,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e08ea274-493f-4cea-8fcf-c51b449d892b 2019-01-03 10:03:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:50,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-9439fbbf-f0c7-417f-bdfe-7155094267db Date: Thu, 03 Jan 2019 10:03:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:50,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-9439fbbf-f0c7-417f-bdfe-7155094267db 2019-01-03 10:03:50,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:50,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-26e4e275-4cd6-4fa0-8133-8f6dc44bdf05 Date: Thu, 03 Jan 2019 10:03:50 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:50,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-26e4e275-4cd6-4fa0-8133-8f6dc44bdf05 2019-01-03 10:03:50,365 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet 2019-01-03 10:03:50,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" -d '{"subnets": [{"ip_version": 4, "network_id": "bece6130-0052-4c73-986d-e27ef5a13265", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]}' 2019-01-03 10:03:50,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9660d0ab-9378-4669-9c45-0cf21ce144eb Date: Thu, 03 Jan 2019 10:03:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:50,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-9660d0ab-9378-4669-9c45-0cf21ce144eb 2019-01-03 10:03:50,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:51,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b57137b0-cc2d-499d-9751-ab7cde687a9c Date: Thu, 03 Jan 2019 10:03:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["7889cf17-eb8b-491b-8990-d1a01748409b"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:51,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-b57137b0-cc2d-499d-9751-ab7cde687a9c 2019-01-03 10:03:51,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:51,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c0b8ae09-fc26-419f-b6af-bc1b3f90dd5a Date: Thu, 03 Jan 2019 10:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:51,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-c0b8ae09-fc26-419f-b6af-bc1b3f90dd5a 2019-01-03 10:03:51,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:51,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2e1e2acc-70d8-4cc3-a72e-b5e15c19e95d Date: Thu, 03 Jan 2019 10:03:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["7889cf17-eb8b-491b-8990-d1a01748409b"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:51,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net used request id req-2e1e2acc-70d8-4cc3-a72e-b5e15c19e95d 2019-01-03 10:03:51,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:51,572 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:51,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f4901be-b700-432c-b594-9933d9cdbd17 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:51,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-1f4901be-b700-432c-b594-9933d9cdbd17 2019-01-03 10:03:51,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:51,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-27e1100c-157c-4d5c-9bde-a45e451f28b4 Date: Thu, 03 Jan 2019 10:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:51,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-27e1100c-157c-4d5c-9bde-a45e451f28b4 2019-01-03 10:03:51,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265&name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:52,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-721ae1a6-5d79-48a0-a01d-a497e059f3f0 Date: Thu, 03 Jan 2019 10:03:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:52,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265&name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet used request id req-721ae1a6-5d79-48a0-a01d-a497e059f3f0 2019-01-03 10:03:52,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:03:52,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:52,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Otri9MJJQiav8spqkJf1yw"], "issued_at": "2019-01-03T10:03:52.000000Z"}} 2019-01-03 10:03:52,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b46621cbcaea8cfb43e819f5513b3f044ee0987" 2019-01-03 10:03:52,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc373c8-10f6-4288-938a-47fbd5f3cad9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:52,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6dc373c8-10f6-4288-938a-47fbd5f3cad9 2019-01-03 10:03:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:52,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4765457a-b5c2-46cf-b87f-5f51e69ebf0d Date: Thu, 03 Jan 2019 10:03:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["7889cf17-eb8b-491b-8990-d1a01748409b"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:52,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net used request id req-4765457a-b5c2-46cf-b87f-5f51e69ebf0d 2019-01-03 10:03:52,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:53,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cacb4a7-97c0-4726-91d6-2087fc9e8da3 Date: Thu, 03 Jan 2019 10:03:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:53,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-1cacb4a7-97c0-4726-91d6-2087fc9e8da3 2019-01-03 10:03:53,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:53,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1f67056b-5c9b-4088-b439-22429323c8c6 Date: Thu, 03 Jan 2019 10:03:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bece6130-0052-4c73-986d-e27ef5a13265","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":94,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["7889cf17-eb8b-491b-8990-d1a01748409b"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:49Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:53,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net used request id req-1f67056b-5c9b-4088-b439-22429323c8c6 2019-01-03 10:03:53,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:03:53,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:03:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:03:53,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b46621cbcaea8cfb43e819f5513b3f044ee0987" 2019-01-03 10:03:53,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-152d15f5-ef29-4f88-b2f5-90373f098f91 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:03:53,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-152d15f5-ef29-4f88-b2f5-90373f098f91 2019-01-03 10:03:53,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:53,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c6aef609-140f-49a8-bbd5-e3fa57731d76 Date: Thu, 03 Jan 2019 10:03:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:53,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265 used request id req-c6aef609-140f-49a8-bbd5-e3fa57731d76 2019-01-03 10:03:53,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265&name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:53,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6fe2d4d9-c339-4a2e-b01b-68c3b4030e5f Date: Thu, 03 Jan 2019 10:03:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bece6130-0052-4c73-986d-e27ef5a13265","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:50Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"7889cf17-eb8b-491b-8990-d1a01748409b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet"}]} 2019-01-03 10:03:53,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bece6130-0052-4c73-986d-e27ef5a13265&name=NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet used request id req-6fe2d4d9-c339-4a2e-b01b-68c3b4030e5f 2019-01-03 10:03:53,722 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net 2019-01-03 10:03:53,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" -d '{"port": {"network_id": "bece6130-0052-4c73-986d-e27ef5a13265", "fixed_ips": [{"subnet_id": "7889cf17-eb8b-491b-8990-d1a01748409b", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-port", "admin_state_up": true}}' 2019-01-03 10:03:53,740 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-b59fb13c-0a30-4980-a77c-d5f6aef4b373 Date: Thu, 03 Jan 2019 10:03:53 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 10:03:53,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-b59fb13c-0a30-4980-a77c-d5f6aef4b373 2019-01-03 10:03:53,741 - 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": ""}} 2019-01-03 10:03:53,741 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet 2019-01-03 10:03:53,741 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-subnet 2019-01-03 10:03:53,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/7889cf17-eb8b-491b-8990-d1a01748409b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:55,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11cdccc5-7f64-41ad-9325-f79941912cf4 Date: Thu, 03 Jan 2019 10:03:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:55,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/7889cf17-eb8b-491b-8990-d1a01748409b used request id req-11cdccc5-7f64-41ad-9325-f79941912cf4 2019-01-03 10:03:55,769 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0feec04e-4474-4411-9344-60dcb4f7426e-pub-net 2019-01-03 10:03:55,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/bece6130-0052-4c73-986d-e27ef5a13265 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c263293d6817ac296b65373ad78a475c675ffb3b" 2019-01-03 10:03:57,267 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e958168-40b1-4d6f-8783-84ea1f4a553d Date: Thu, 03 Jan 2019 10:03:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:03:57,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bece6130-0052-4c73-986d-e27ef5a13265 used request id req-3e958168-40b1-4d6f-8783-84ea1f4a553d 2019-01-03 10:03:57,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:03:57,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:03:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["MQdCz4cHRmWTGolNnzyb7Q"], "issued_at": "2019-01-03T10:03:57.000000Z"}} 2019-01-03 10:03:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:03:57,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73b91cf-1736-42d7-9465-1782533448e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:03:57,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a73b91cf-1736-42d7-9465-1782533448e4 2019-01-03 10:03:57,738 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net 2019-01-03 10:03:57,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" -d '{"network": {"name": "NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net", "admin_state_up": true}}' 2019-01-03 10:03:58,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e4055201-ee82-4c63-a9e3-c675eb903987 Date: Thu, 03 Jan 2019 10:03: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":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:58Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","mtu":1450}} 2019-01-03 10:03:58,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-e4055201-ee82-4c63-a9e3-c675eb903987 2019-01-03 10:03:58,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:03:59,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f400f037-1e27-40fb-8ff9-c65352febfaa Date: Thu, 03 Jan 2019 10:03:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:03:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:03:59,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-f400f037-1e27-40fb-8ff9-c65352febfaa 2019-01-03 10:03:59,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:03:59,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bea1222c-9fd8-45c7-95b0-15fcebc155cc Date: Thu, 03 Jan 2019 10:03:59 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:03:59,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-bea1222c-9fd8-45c7-95b0-15fcebc155cc 2019-01-03 10:03:59,449 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet 2019-01-03 10:03:59,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" -d '{"subnets": [{"ip_version": 4, "network_id": "a68157aa-981c-43b7-9550-a1d36b495f33", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]}' 2019-01-03 10:03:59,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-35ecf57c-72d7-45c1-81eb-f7f04b48d5fb Date: Thu, 03 Jan 2019 10:03:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:03:59,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-35ecf57c-72d7-45c1-81eb-f7f04b48d5fb 2019-01-03 10:03:59,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:00,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-11bcf8e9-3319-4d21-9b02-c226534b51bd Date: Thu, 03 Jan 2019 10:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["3311bbcb-34d0-4da7-b13d-d1812db6d4d9"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:59Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:00,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-11bcf8e9-3319-4d21-9b02-c226534b51bd 2019-01-03 10:04:00,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:00,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d06edab-91b8-49f9-933c-8246507a9391 Date: Thu, 03 Jan 2019 10:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:00,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-3d06edab-91b8-49f9-933c-8246507a9391 2019-01-03 10:04:00,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:00,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ba20015c-b2c6-4abf-9bf4-60134a7dce88 Date: Thu, 03 Jan 2019 10:04:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["3311bbcb-34d0-4da7-b13d-d1812db6d4d9"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:59Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:00,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net used request id req-ba20015c-b2c6-4abf-9bf4-60134a7dce88 2019-01-03 10:04:00,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:00,551 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:00,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:00,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb754d94-a10c-4ee6-b90f-417c9252dd8e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:00,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-eb754d94-a10c-4ee6-b90f-417c9252dd8e 2019-01-03 10:04:00,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:00,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a66f08c-0e97-49dd-8c38-5958d52f251d Date: Thu, 03 Jan 2019 10:04:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:00,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-0a66f08c-0e97-49dd-8c38-5958d52f251d 2019-01-03 10:04:00,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33&name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:01,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd6972b0-ca57-4f3e-b3d1-eef4383350ee Date: Thu, 03 Jan 2019 10:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:01,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33&name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet used request id req-dd6972b0-ca57-4f3e-b3d1-eef4383350ee 2019-01-03 10:04:01,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:01,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:01,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ZJLmWMz2QFKzFmyOK9G5Gg"], "issued_at": "2019-01-03T10:04:01.000000Z"}} 2019-01-03 10:04:01,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0f540d0c1f7131799d3f240ff80dcf58f0706c6" 2019-01-03 10:04:01,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385f4e8d-0b6c-418c-8c3f-5ec9b89a27d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:01,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-385f4e8d-0b6c-418c-8c3f-5ec9b89a27d3 2019-01-03 10:04:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:01,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-63b823d6-0196-4b4d-ba72-6140970190cb Date: Thu, 03 Jan 2019 10:04:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["3311bbcb-34d0-4da7-b13d-d1812db6d4d9"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:59Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:01,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net used request id req-63b823d6-0196-4b4d-ba72-6140970190cb 2019-01-03 10:04:01,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:01,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9d96693a-11e4-494f-a4d3-e93c63f650cf Date: Thu, 03 Jan 2019 10:04:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:01,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-9d96693a-11e4-494f-a4d3-e93c63f650cf 2019-01-03 10:04:01,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:02,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5dbcc40c-9589-43d1-a382-647b90262b6f Date: Thu, 03 Jan 2019 10:04:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a68157aa-981c-43b7-9550-a1d36b495f33","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["3311bbcb-34d0-4da7-b13d-d1812db6d4d9"],"description":"","tags":[],"updated_at":"2019-01-03T10:03:59Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:02,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net used request id req-5dbcc40c-9589-43d1-a382-647b90262b6f 2019-01-03 10:04:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:02,263 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:02,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0f540d0c1f7131799d3f240ff80dcf58f0706c6" 2019-01-03 10:04:02,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a3563f-f866-4cc4-ba28-f798de97cb29 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:02,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-f0a3563f-f866-4cc4-ba28-f798de97cb29 2019-01-03 10:04:02,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:02,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f569ee6e-53f0-4b6d-9c7f-27592d54bc8b Date: Thu, 03 Jan 2019 10:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:02,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-f569ee6e-53f0-4b6d-9c7f-27592d54bc8b 2019-01-03 10:04:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33&name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:02,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e203321c-8d92-44fb-b087-57ef214219ed Date: Thu, 03 Jan 2019 10:04:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a68157aa-981c-43b7-9550-a1d36b495f33","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:03:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:03:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"3311bbcb-34d0-4da7-b13d-d1812db6d4d9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet"}]} 2019-01-03 10:04:02,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a68157aa-981c-43b7-9550-a1d36b495f33&name=NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet used request id req-e203321c-8d92-44fb-b087-57ef214219ed 2019-01-03 10:04:02,782 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net 2019-01-03 10:04:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" -d '{"port": {"network_id": "a68157aa-981c-43b7-9550-a1d36b495f33", "fixed_ips": [{"subnet_id": "3311bbcb-34d0-4da7-b13d-d1812db6d4d9", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-port", "admin_state_up": true}}' 2019-01-03 10:04:03,158 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-a27cd62b-c3cc-4bf3-85f0-fa7d86744c9c Date: Thu, 03 Jan 2019 10:04:03 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-03 10:04:03,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-a27cd62b-c3cc-4bf3-85f0-fa7d86744c9c 2019-01-03 10:04:03,159 - 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": ""}} 2019-01-03 10:04:03,159 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet 2019-01-03 10:04:03,159 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-subnet 2019-01-03 10:04:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3311bbcb-34d0-4da7-b13d-d1812db6d4d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:05,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b509f8d-a61a-46fb-9716-f18a992e53e4 Date: Thu, 03 Jan 2019 10:04:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:05,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3311bbcb-34d0-4da7-b13d-d1812db6d4d9 used request id req-9b509f8d-a61a-46fb-9716-f18a992e53e4 2019-01-03 10:04:05,153 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-9a63c86e-1444-4360-b6f7-774ea44c5b7f-pub-net 2019-01-03 10:04:05,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a68157aa-981c-43b7-9550-a1d36b495f33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aee0386382d25e5264bf39657c1c9253766d5757" 2019-01-03 10:04:06,422 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3010b72-7bbe-46c4-bc19-d0836617703b Date: Thu, 03 Jan 2019 10:04:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:06,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a68157aa-981c-43b7-9550-a1d36b495f33 used request id req-c3010b72-7bbe-46c4-bc19-d0836617703b 2019-01-03 10:04:06,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:06,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["MnlJXKEiQdyibo0tyHV3UA"], "issued_at": "2019-01-03T10:04:06.000000Z"}} 2019-01-03 10:04:06,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:06,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a7cb35-1783-434c-bfc1-a7e027f21bf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:06,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-85a7cb35-1783-434c-bfc1-a7e027f21bf8 2019-01-03 10:04:06,893 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net 2019-01-03 10:04:06,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" -d '{"network": {"name": "NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net", "admin_state_up": true}}' 2019-01-03 10:04:07,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5aa41433-40b4-417c-9902-001066ad779d Date: Thu, 03 Jan 2019 10:04:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:04:07Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","mtu":1450}} 2019-01-03 10:04:07,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5aa41433-40b4-417c-9902-001066ad779d 2019-01-03 10:04:07,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:07,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a4d236a1-cca3-4dca-8d58-4aa84ca4bae9 Date: Thu, 03 Jan 2019 10:04:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:04:07Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:07,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-a4d236a1-cca3-4dca-8d58-4aa84ca4bae9 2019-01-03 10:04:07,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:07,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dc46e4a8-1522-4db0-be5a-4a10ff51cbfa Date: Thu, 03 Jan 2019 10:04:07 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:04:07,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-dc46e4a8-1522-4db0-be5a-4a10ff51cbfa 2019-01-03 10:04:07,868 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet 2019-01-03 10:04:07,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" -d '{"subnets": [{"ip_version": 4, "network_id": "e6d82ad5-8295-4112-9d53-f7b011649e3a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]}' 2019-01-03 10:04:08,458 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-019fae65-e6ce-4cdb-b33b-b930be6f1b3f Date: Thu, 03 Jan 2019 10:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:08,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-019fae65-e6ce-4cdb-b33b-b930be6f1b3f 2019-01-03 10:04:08,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:08,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3097583c-90ca-4d44-b06c-26c8fecc2df2 Date: Thu, 03 Jan 2019 10:04:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c103b0ca-16a1-4b3e-8caf-f45f603e6b2b"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:08,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-3097583c-90ca-4d44-b06c-26c8fecc2df2 2019-01-03 10:04:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:08,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0f47bedc-7a83-45a2-94a8-8a24ed337a83 Date: Thu, 03 Jan 2019 10:04:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:08,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-0f47bedc-7a83-45a2-94a8-8a24ed337a83 2019-01-03 10:04:08,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:08,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5332157f-3f0e-4d70-a487-005784389cae Date: Thu, 03 Jan 2019 10:04:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c103b0ca-16a1-4b3e-8caf-f45f603e6b2b"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:08,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net used request id req-5332157f-3f0e-4d70-a487-005784389cae 2019-01-03 10:04:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:09,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:09,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:09,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949457ad-9873-4215-8b8e-761189fae28f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:09,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-949457ad-9873-4215-8b8e-761189fae28f 2019-01-03 10:04:09,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:09,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-73e92800-8e35-4194-bb61-05313108505f Date: Thu, 03 Jan 2019 10:04:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:09,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-73e92800-8e35-4194-bb61-05313108505f 2019-01-03 10:04:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a&name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:09,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-33ce4010-44d5-4691-9756-a46945ca0341 Date: Thu, 03 Jan 2019 10:04:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:09,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a&name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet used request id req-33ce4010-44d5-4691-9756-a46945ca0341 2019-01-03 10:04:09,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:09,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:09,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Uw24xknaTMyYITm1TO35LQ"], "issued_at": "2019-01-03T10:04:09.000000Z"}} 2019-01-03 10:04:09,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b2849e8ebbe3c3db9858f566570ab85af372b9" 2019-01-03 10:04:10,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac19954-d2b3-41c1-a887-158907e76307 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:10,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5ac19954-d2b3-41c1-a887-158907e76307 2019-01-03 10:04:10,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:10,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fa95be68-65b4-4231-bb32-60d3283213dc Date: Thu, 03 Jan 2019 10:04:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c103b0ca-16a1-4b3e-8caf-f45f603e6b2b"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:10,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net used request id req-fa95be68-65b4-4231-bb32-60d3283213dc 2019-01-03 10:04:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:10,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-03516eee-4efa-45e2-bcdf-7c6d792f8648 Date: Thu, 03 Jan 2019 10:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:10,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-03516eee-4efa-45e2-bcdf-7c6d792f8648 2019-01-03 10:04:10,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:10,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8f7d32e4-43aa-4ef8-99bb-b3aaab683bed Date: Thu, 03 Jan 2019 10:04:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":83,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["c103b0ca-16a1-4b3e-8caf-f45f603e6b2b"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:07Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:10,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net used request id req-8f7d32e4-43aa-4ef8-99bb-b3aaab683bed 2019-01-03 10:04:10,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:10,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:10,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33b2849e8ebbe3c3db9858f566570ab85af372b9" 2019-01-03 10:04:10,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab88d77f-51b1-42b5-a214-6e6ffa75eab3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:10,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-ab88d77f-51b1-42b5-a214-6e6ffa75eab3 2019-01-03 10:04:10,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:10,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-06808c65-cfd7-4fd7-93e6-fc19333eb0b1 Date: Thu, 03 Jan 2019 10:04:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:10,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-06808c65-cfd7-4fd7-93e6-fc19333eb0b1 2019-01-03 10:04:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a&name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:11,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-82ff165c-8ca5-4b92-8e2e-9bc1988e9b15 Date: Thu, 03 Jan 2019 10:04:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6d82ad5-8295-4112-9d53-f7b011649e3a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:08Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"c103b0ca-16a1-4b3e-8caf-f45f603e6b2b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet"}]} 2019-01-03 10:04:11,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e6d82ad5-8295-4112-9d53-f7b011649e3a&name=NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet used request id req-82ff165c-8ca5-4b92-8e2e-9bc1988e9b15 2019-01-03 10:04:11,075 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net 2019-01-03 10:04:11,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" -d '{"port": {"network_id": "e6d82ad5-8295-4112-9d53-f7b011649e3a", "fixed_ips": [{"subnet_id": "c103b0ca-16a1-4b3e-8caf-f45f603e6b2b", "ip_address": null}], "name": "NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-port", "admin_state_up": true}}' 2019-01-03 10:04:11,256 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-0ff129a8-8a9e-489b-ac40-bd216cbbb659 Date: Thu, 03 Jan 2019 10:04:11 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 10:04:11,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0ff129a8-8a9e-489b-ac40-bd216cbbb659 2019-01-03 10:04:11,256 - 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": ""}} 2019-01-03 10:04:11,256 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet 2019-01-03 10:04:11,257 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-subnet 2019-01-03 10:04:11,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c103b0ca-16a1-4b3e-8caf-f45f603e6b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:13,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e171673-2baf-4ad3-862c-fd50df5cdec1 Date: Thu, 03 Jan 2019 10:04:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:13,219 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c103b0ca-16a1-4b3e-8caf-f45f603e6b2b used request id req-9e171673-2baf-4ad3-862c-fd50df5cdec1 2019-01-03 10:04:13,219 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-97c96175-6dd2-425d-baa5-b23efe0334eb-pub-net 2019-01-03 10:04:13,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/e6d82ad5-8295-4112-9d53-f7b011649e3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056c6e7a49975dd115ecaf7e073e46ade61e7fe" 2019-01-03 10:04:14,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec67dbf6-7321-4843-85b5-4adf8e089bf6 Date: Thu, 03 Jan 2019 10:04:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:14,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e6d82ad5-8295-4112-9d53-f7b011649e3a used request id req-ec67dbf6-7321-4843-85b5-4adf8e089bf6 2019-01-03 10:04:14,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:14,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["F5hqCZRdS7igDxKkgGk-Gw"], "issued_at": "2019-01-03T10:04:14.000000Z"}} 2019-01-03 10:04:14,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:14,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91833622-2d15-46ec-a54b-b7e947768892 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:14,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-91833622-2d15-46ec-a54b-b7e947768892 2019-01-03 10:04:14,749 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net 2019-01-03 10:04:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" -d '{"network": {"name": "NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net", "admin_state_up": true}}' 2019-01-03 10:04:15,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9fad5fd6-0ec9-4111-bc19-8862cc7ffbc1 Date: Thu, 03 Jan 2019 10:04:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","mtu":1450}} 2019-01-03 10:04:15,116 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9fad5fd6-0ec9-4111-bc19-8862cc7ffbc1 2019-01-03 10:04:15,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:15,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-48664a6c-954d-425b-8c0d-0fd5cf2d7f13 Date: Thu, 03 Jan 2019 10:04:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:15,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-48664a6c-954d-425b-8c0d-0fd5cf2d7f13 2019-01-03 10:04:15,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:15,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8dabb5bc-bc46-478e-9f90-f3f3a5205328 Date: Thu, 03 Jan 2019 10:04:15 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:04:15,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-8dabb5bc-bc46-478e-9f90-f3f3a5205328 2019-01-03 10:04:15,564 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet 2019-01-03 10:04:15,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" -d '{"subnets": [{"ip_version": 4, "network_id": "16898329-5635-49c5-bf2f-f79e0c56432f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]}' 2019-01-03 10:04:16,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fe7829ab-f4c3-4283-b9dd-3dad2288cb2e Date: Thu, 03 Jan 2019 10:04:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:16,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-fe7829ab-f4c3-4283-b9dd-3dad2288cb2e 2019-01-03 10:04:16,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:16,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-be73b6d9-f0bb-4d4b-80d9-4f6036aa5693 Date: Thu, 03 Jan 2019 10:04:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e937305c-5b8a-4fc1-9880-30853be276fb"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:16,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-be73b6d9-f0bb-4d4b-80d9-4f6036aa5693 2019-01-03 10:04:16,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-93ea398d-c3dd-4bfe-b405-ad5a4b47f6a2 Date: Thu, 03 Jan 2019 10:04:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-93ea398d-c3dd-4bfe-b405-ad5a4b47f6a2 2019-01-03 10:04:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:16,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-223c6a90-66b8-47df-ad7e-a575021f0dd5 Date: Thu, 03 Jan 2019 10:04:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e937305c-5b8a-4fc1-9880-30853be276fb"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:16,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net used request id req-223c6a90-66b8-47df-ad7e-a575021f0dd5 2019-01-03 10:04:16,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:16,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:16,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296ae817-c621-4441-a80a-549f181a3265 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:16,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-296ae817-c621-4441-a80a-549f181a3265 2019-01-03 10:04:16,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:17,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8f8aea9d-654c-4f29-80ed-6db2175fa05e Date: Thu, 03 Jan 2019 10:04:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:17,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-8f8aea9d-654c-4f29-80ed-6db2175fa05e 2019-01-03 10:04:17,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f&name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:17,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8e4e602-e75c-43e3-a715-c1324ca78dd7 Date: Thu, 03 Jan 2019 10:04:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:17,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f&name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet used request id req-e8e4e602-e75c-43e3-a715-c1324ca78dd7 2019-01-03 10:04:17,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:17,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:17,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["WEXHY-xRS469SU1wcrRpEw"], "issued_at": "2019-01-03T10:04:17.000000Z"}} 2019-01-03 10:04:17,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c842cba84367490ed67a42dc1ed56280524c86" 2019-01-03 10:04:17,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02819c0-b282-43cc-b469-19740621fa21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:17,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e02819c0-b282-43cc-b469-19740621fa21 2019-01-03 10:04:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:18,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a9aa9e43-a1be-481d-9fa3-babb58a953b1 Date: Thu, 03 Jan 2019 10:04:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e937305c-5b8a-4fc1-9880-30853be276fb"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:18,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net used request id req-a9aa9e43-a1be-481d-9fa3-babb58a953b1 2019-01-03 10:04:18,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:18,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-079650aa-ee44-4bc3-bf0b-ad49353c3700 Date: Thu, 03 Jan 2019 10:04:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:18,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-079650aa-ee44-4bc3-bf0b-ad49353c3700 2019-01-03 10:04:18,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:18,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41831ed9-dbfd-401e-82ac-87d9cddad218 Date: Thu, 03 Jan 2019 10:04:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"16898329-5635-49c5-bf2f-f79e0c56432f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["e937305c-5b8a-4fc1-9880-30853be276fb"],"description":"","tags":[],"updated_at":"2019-01-03T10:04:15Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:14Z","provider:network_type":"vxlan"}]} 2019-01-03 10:04:18,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net used request id req-41831ed9-dbfd-401e-82ac-87d9cddad218 2019-01-03 10:04:18,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:18,528 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:18,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c842cba84367490ed67a42dc1ed56280524c86" 2019-01-03 10:04:18,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af89ba0-9a46-4a7c-bcbe-56f463b9adef Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:18,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-2af89ba0-9a46-4a7c-bcbe-56f463b9adef 2019-01-03 10:04:18,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:18,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d1b198bb-acc4-45da-bd22-31be6f44f8cd Date: Thu, 03 Jan 2019 10:04:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:18,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f used request id req-d1b198bb-acc4-45da-bd22-31be6f44f8cd 2019-01-03 10:04:18,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f&name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:19,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2b17a68f-e5fc-4a3f-aff0-eb34c9674c50 Date: Thu, 03 Jan 2019 10:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:15Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"e937305c-5b8a-4fc1-9880-30853be276fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet"}]} 2019-01-03 10:04:19,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=16898329-5635-49c5-bf2f-f79e0c56432f&name=NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet used request id req-2b17a68f-e5fc-4a3f-aff0-eb34c9674c50 2019-01-03 10:04:19,049 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net 2019-01-03 10:04:19,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" -d '{"port": {"network_id": "16898329-5635-49c5-bf2f-f79e0c56432f", "fixed_ips": [{"subnet_id": "e937305c-5b8a-4fc1-9880-30853be276fb", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2019-01-03 10:04:19,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-5ccc2ff4-6cb1-4233-8d75-1ce8556af24e Date: Thu, 03 Jan 2019 10:04:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:19Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e937305c-5b8a-4fc1-9880-30853be276fb","ip_address":"10.55.1.100"}],"id":"2ece7482-d340-433b-8793-54ef80d40443","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:15:38","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:19Z","binding:vnic_type":"normal"}} 2019-01-03 10:04:19,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-5ccc2ff4-6cb1-4233-8d75-1ce8556af24e 2019-01-03 10:04:19,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/2ece7482-d340-433b-8793-54ef80d40443 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:20,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-78b86d08-0b56-4c42-b828-8bfd525e2ea4 Date: Thu, 03 Jan 2019 10:04:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e937305c-5b8a-4fc1-9880-30853be276fb","ip_address":"10.55.1.100"}],"id":"2ece7482-d340-433b-8793-54ef80d40443","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e5:15:38","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"16898329-5635-49c5-bf2f-f79e0c56432f","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:04:19Z","binding:vnic_type":"normal"}} 2019-01-03 10:04:20,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/2ece7482-d340-433b-8793-54ef80d40443 used request id req-78b86d08-0b56-4c42-b828-8bfd525e2ea4 2019-01-03 10:04:20,069 - neutron_utils - INFO - Deleting port with name 2019-01-03 10:04:20,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/2ece7482-d340-433b-8793-54ef80d40443 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:20,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-005d2ac7-797a-4e47-baf3-915861769f83 Date: Thu, 03 Jan 2019 10:04:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:20,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/2ece7482-d340-433b-8793-54ef80d40443 used request id req-005d2ac7-797a-4e47-baf3-915861769f83 2019-01-03 10:04:20,476 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet 2019-01-03 10:04:20,476 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-subnet 2019-01-03 10:04:20,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e937305c-5b8a-4fc1-9880-30853be276fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:22,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a4c5936-199c-4e0c-ac26-924d626bd6a8 Date: Thu, 03 Jan 2019 10:04:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:22,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e937305c-5b8a-4fc1-9880-30853be276fb used request id req-5a4c5936-199c-4e0c-ac26-924d626bd6a8 2019-01-03 10:04:22,649 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ec7fb9ec-38ce-434c-a26b-ab8d7ac748da-pub-net 2019-01-03 10:04:22,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/16898329-5635-49c5-bf2f-f79e0c56432f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14cefaba6f3a7ed28f937dc4542257caae48fdc9" 2019-01-03 10:04:23,942 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f467910d-0751-4320-96ec-c93a3d9d639b Date: Thu, 03 Jan 2019 10:04:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:23,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/16898329-5635-49c5-bf2f-f79e0c56432f used request id req-f467910d-0751-4320-96ec-c93a3d9d639b 2019-01-03 10:04:23,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:24,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["u-wbw5hNRAiCdnTbW7giug"], "issued_at": "2019-01-03T10:04:24.000000Z"}} 2019-01-03 10:04:24,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbbc0c7d7362bc6baeac8ed4eb0fd783abeb91c" 2019-01-03 10:04:24,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-384c4fae-34e5-41f5-9f18-a088144cb2f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:24,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-384c4fae-34e5-41f5-9f18-a088144cb2f3 2019-01-03 10:04:24,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:24,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:24,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["p3Sq6i4zTfetlMP8iBB5xg"], "issued_at": "2019-01-03T10:04:24.000000Z"}} 2019-01-03 10:04:24,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4786f9936740ae8958d9bed4d77bcef3e92366dd" 2019-01-03 10:04:24,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd66bd8e-f69c-4d3b-b3c3-99d7b560f537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:24,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cd66bd8e-f69c-4d3b-b3c3-99d7b560f537 2019-01-03 10:04:24,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9148a735-1f00-464d-9950-f019fbab0805-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fbbc0c7d7362bc6baeac8ed4eb0fd783abeb91c" 2019-01-03 10:04:25,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f8bf77e9-e569-49ee-a666-dd4b8cf14df9 Date: Thu, 03 Jan 2019 10:04:25 GMT RESP BODY: {"networks":[]} 2019-01-03 10:04:25,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NeutronUtilsRouterTests-9148a735-1f00-464d-9950-f019fbab0805-pub-net used request id req-f8bf77e9-e569-49ee-a666-dd4b8cf14df9 2019-01-03 10:04:25,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:25,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["1V5tmyRLTcCHTXhjiYlAoA"], "issued_at": "2019-01-03T10:04:25.000000Z"}} 2019-01-03 10:04:25,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:25,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d38014a-bdef-4e45-adbe-25f98e57eb63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:25,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d38014a-bdef-4e45-adbe-25f98e57eb63 2019-01-03 10:04:25,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:25,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:25,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["HAL2UAcgQF6Dwbhd6wHFRg"], "issued_at": "2019-01-03T10:04:25.000000Z"}} 2019-01-03 10:04:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7981da436fcb76d8bc2ea56dcd7e49f81c74dc6" 2019-01-03 10:04:26,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bff7c02-a48d-43b0-8112-d7f52dec32da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:26,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9bff7c02-a48d-43b0-8112-d7f52dec32da 2019-01-03 10:04:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:26,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c049db0a-156d-45ba-abae-1b47a4e8f264 Date: Thu, 03 Jan 2019 10:04:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:04:26,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-c049db0a-156d-45ba-abae-1b47a4e8f264 2019-01-03 10:04:26,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:26,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c5d3e4fb-60eb-414c-92ae-4cc4754c6bc9 Date: Thu, 03 Jan 2019 10:04:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:04:26,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-c5d3e4fb-60eb-414c-92ae-4cc4754c6bc9 2019-01-03 10:04:26,627 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router 2019-01-03 10:04:26,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router", "admin_state_up": true}}' 2019-01-03 10:04:31,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-2245f9ba-cd91-4fc8-873d-57fb2fc4e2c0 Date: Thu, 03 Jan 2019 10:04:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:27Z", "admin_state_up": true, "updated_at": "2019-01-03T10:04:28Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "3834521b-5ea5-475e-a71e-442707515e3c", "name": "NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router"}} 2019-01-03 10:04:31,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-2245f9ba-cd91-4fc8-873d-57fb2fc4e2c0 2019-01-03 10:04:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3834521b-5ea5-475e-a71e-442707515e3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:32,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3311 X-Openstack-Request-Id: req-0b27ba3d-4bf9-42a2-a028-1304bbaf29fa Date: Thu, 03 Jan 2019 10:04:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:28Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.10"}],"id":"4cc3ecd4-f5a2-433a-ab39-e5fd642cded1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:b5:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:28Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:32Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.205"}],"id":"9159dc0d-a570-4391-8723-6bfd8369a043","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:1e:20","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:04:27Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:29Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.3"}],"id":"bc0bde89-0077-4dd5-930b-c7c51b35533b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d5:36:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:29Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:30Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.1"}],"id":"f8013682-1a34-4123-a3c8-2ea934912467","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bf:61:b1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:30Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"}]} 2019-01-03 10:04:32,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3834521b-5ea5-475e-a71e-442707515e3c used request id req-0b27ba3d-4bf9-42a2-a028-1304bbaf29fa 2019-01-03 10:04:32,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:32,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-09443652-02a0-4439-9660-27a31b65f34f Date: Thu, 03 Jan 2019 10:04:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:04:32,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-09443652-02a0-4439-9660-27a31b65f34f 2019-01-03 10:04:32,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:32,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-62d63792-450c-4531-8708-76d55597a579 Date: Thu, 03 Jan 2019 10:04:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:32,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-62d63792-450c-4531-8708-76d55597a579 2019-01-03 10:04:32,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:32,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-39186bde-01ee-4798-8daa-90e473ecfae3 Date: Thu, 03 Jan 2019 10:04:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:32,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-39186bde-01ee-4798-8daa-90e473ecfae3 2019-01-03 10:04:32,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:32,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ec623fc0-ff7f-4f11-9d96-a2fd086c4191 Date: Thu, 03 Jan 2019 10:04:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:32,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-ec623fc0-ff7f-4f11-9d96-a2fd086c4191 2019-01-03 10:04:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:33,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-98a411e6-2b79-444d-9e98-557f3696c4db Date: Thu, 03 Jan 2019 10:04:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:27Z", "admin_state_up": true, "updated_at": "2019-01-03T10:04:30Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "3834521b-5ea5-475e-a71e-442707515e3c", "name": "NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router"}]} 2019-01-03 10:04:33,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router used request id req-98a411e6-2b79-444d-9e98-557f3696c4db 2019-01-03 10:04:33,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:33,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:33,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:33,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3fc709a-5ebc-4622-afd5-16e55392ab87 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:33,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-a3fc709a-5ebc-4622-afd5-16e55392ab87 2019-01-03 10:04:33,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=3834521b-5ea5-475e-a71e-442707515e3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:33,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-835aaf5b-3855-443c-b7ab-936906e2199c Date: Thu, 03 Jan 2019 10:04:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:28Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.10"}],"id":"4cc3ecd4-f5a2-433a-ab39-e5fd642cded1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e0:b5:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:28Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:33Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.205"}],"id":"9159dc0d-a570-4391-8723-6bfd8369a043","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:1e:20","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:04:27Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:29Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.3"}],"id":"bc0bde89-0077-4dd5-930b-c7c51b35533b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d5:36:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:29Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:32Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","ip_address":"169.254.192.1"}],"id":"f8013682-1a34-4123-a3c8-2ea934912467","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:61:b1","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:30Z","binding:vnic_type":"normal","device_id":"3834521b-5ea5-475e-a71e-442707515e3c"}]} 2019-01-03 10:04:33,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=3834521b-5ea5-475e-a71e-442707515e3c used request id req-835aaf5b-3855-443c-b7ab-936906e2199c 2019-01-03 10:04:33,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:33,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5aa5603c-bdae-44af-b4ed-daa27860aef1 Date: Thu, 03 Jan 2019 10:04:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:04:33,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-5aa5603c-bdae-44af-b4ed-daa27860aef1 2019-01-03 10:04:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:33,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fd142d86-2476-4799-85e2-67df6b389c63 Date: Thu, 03 Jan 2019 10:04:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:33,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-fd142d86-2476-4799-85e2-67df6b389c63 2019-01-03 10:04:33,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:34,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4276613c-f895-4bbc-9187-649b2231336e Date: Thu, 03 Jan 2019 10:04:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:34,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-4276613c-f895-4bbc-9187-649b2231336e 2019-01-03 10:04:34,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:34,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-aaad301c-ce81-47c1-bcd8-4734ae70a877 Date: Thu, 03 Jan 2019 10:04:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"aaac890b-cff3-438e-a343-e1b9b11f822a","tenant_id":"","created_at":"2019-01-03T10:04:27Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04:27Z","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":"17fcd0ab-a9f0-4ff7-be72-7cc360e283ee","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:34,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/17fcd0ab-a9f0-4ff7-be72-7cc360e283ee used request id req-aaad301c-ce81-47c1-bcd8-4734ae70a877 2019-01-03 10:04:34,396 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router 2019-01-03 10:04:34,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/3834521b-5ea5-475e-a71e-442707515e3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:38,228 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff04001b-7d9e-464f-afc7-2aa8e0348031 Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:38,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/3834521b-5ea5-475e-a71e-442707515e3c used request id req-ff04001b-7d9e-464f-afc7-2aa8e0348031 2019-01-03 10:04:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaddd7dea63895ca5108a191fa1b14d8b14a7f4" 2019-01-03 10:04:38,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-321829cd-e55b-4231-a672-3d28b6f705bf Date: Thu, 03 Jan 2019 10:04:38 GMT RESP BODY: {"routers": []} 2019-01-03 10:04:38,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-20976ce3-cc34-4ad0-8194-29ac041ee84f-pub-router used request id req-321829cd-e55b-4231-a672-3d28b6f705bf 2019-01-03 10:04:38,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:38,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["1-eRdJyvSuaxBxmmHsIznQ"], "issued_at": "2019-01-03T10:04:38.000000Z"}} 2019-01-03 10:04:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:38,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdd7eb2-9628-465f-a9f3-c5562889545e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:38,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ccdd7eb2-9628-465f-a9f3-c5562889545e 2019-01-03 10:04:38,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:04:38,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:39,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["n6D6-u4mS7-gaZT4UAJ1eQ"], "issued_at": "2019-01-03T10:04:39.000000Z"}} 2019-01-03 10:04:39,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1972f596b1fe524064f00b939ddd4c33b8d09161" 2019-01-03 10:04:39,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed100df-f09f-4a6f-86f7-738871e703fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:39,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4ed100df-f09f-4a6f-86f7-738871e703fe 2019-01-03 10:04:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:39,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ff0aa295-f284-4384-83a5-95a7886057f7 Date: Thu, 03 Jan 2019 10:04:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:04:39,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-ff0aa295-f284-4384-83a5-95a7886057f7 2019-01-03 10:04:39,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:39,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-83969515-2578-4e9c-9fe5-37dda3404fcf Date: Thu, 03 Jan 2019 10:04:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:04:39,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-83969515-2578-4e9c-9fe5-37dda3404fcf 2019-01-03 10:04:39,832 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router 2019-01-03 10:04:39,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router", "admin_state_up": true}}' 2019-01-03 10:04:44,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-80d4557e-9513-43c3-a18d-5390a3f354b4 Date: Thu, 03 Jan 2019 10:04:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:40Z", "admin_state_up": true, "updated_at": "2019-01-03T10:04:41Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "99ca2d9b-10f5-4c73-a302-b1d62fa84b84", "name": "NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router"}} 2019-01-03 10:04:44,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-80d4557e-9513-43c3-a18d-5390a3f354b4 2019-01-03 10:04:44,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=99ca2d9b-10f5-4c73-a302-b1d62fa84b84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:44,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-836ab512-ff29-4dc4-a3c2-78ba4008586d Date: Thu, 03 Jan 2019 10:04:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:41Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.201"}],"id":"029828c5-8003-4c77-a0c0-bafbb97ad09b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:aa:6e:d1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:04:40Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.9"}],"id":"81128a89-3bb0-4b49-b910-bb857f85c8b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:81:50:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:43Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.8"}],"id":"8dc2b75d-f695-4269-a953-fe1e30041494","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:eb:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:42Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:41Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.7"}],"id":"9c124b57-1882-45f8-bbeb-45db5039b2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:53:14","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:41Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"}]} 2019-01-03 10:04:44,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=99ca2d9b-10f5-4c73-a302-b1d62fa84b84 used request id req-836ab512-ff29-4dc4-a3c2-78ba4008586d 2019-01-03 10:04:44,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:45,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f9f02b5e-4d8b-4931-bedc-bed484d2fb00 Date: Thu, 03 Jan 2019 10:04:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:04:45,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-f9f02b5e-4d8b-4931-bedc-bed484d2fb00 2019-01-03 10:04:45,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:45,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3b416438-9560-4a77-8611-a11f476887fa Date: Thu, 03 Jan 2019 10:04:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:45,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-3b416438-9560-4a77-8611-a11f476887fa 2019-01-03 10:04:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:45,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-dad2896a-f5d4-4f26-bfbe-76fcc07f1628 Date: Thu, 03 Jan 2019 10:04:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:45,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-dad2896a-f5d4-4f26-bfbe-76fcc07f1628 2019-01-03 10:04:45,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:45,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-26d925b0-ddc4-4407-bff7-14c9345d8991 Date: Thu, 03 Jan 2019 10:04:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:45,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-26d925b0-ddc4-4407-bff7-14c9345d8991 2019-01-03 10:04:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-7b63e967-1f9a-40b2-83e1-de48d2e69f29 Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:40Z", "admin_state_up": true, "updated_at": "2019-01-03T10:04:43Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "99ca2d9b-10f5-4c73-a302-b1d62fa84b84", "name": "NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router"}]} 2019-01-03 10:04:46,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router used request id req-7b63e967-1f9a-40b2-83e1-de48d2e69f29 2019-01-03 10:04:46,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:46,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:46,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c574ab4a-9af7-4187-b10b-c5ffa300b302 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:46,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-c574ab4a-9af7-4187-b10b-c5ffa300b302 2019-01-03 10:04:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=99ca2d9b-10f5-4c73-a302-b1d62fa84b84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-c4aa7190-f5dc-4df7-af8c-f9e6db895b2c Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:46Z","device_owner":"network:router_gateway","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.201"}],"id":"029828c5-8003-4c77-a0c0-bafbb97ad09b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:aa:6e:d1","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T10:04:40Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:43Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.9"}],"id":"81128a89-3bb0-4b49-b910-bb857f85c8b4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:81:50:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:43Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:42Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.8"}],"id":"8dc2b75d-f695-4269-a953-fe1e30041494","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fb:eb:e7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:42Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:04:46Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2556a79c-1eb6-4157-87b5-13d764950ec7","ip_address":"169.254.192.7"}],"id":"9c124b57-1882-45f8-bbeb-45db5039b2c5","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:53:14","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 9a4fb23940e34a9aa0ac6bb33da7e27d","admin_state_up":true,"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:41Z","binding:vnic_type":"normal","device_id":"99ca2d9b-10f5-4c73-a302-b1d62fa84b84"}]} 2019-01-03 10:04:46,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=99ca2d9b-10f5-4c73-a302-b1d62fa84b84 used request id req-c4aa7190-f5dc-4df7-af8c-f9e6db895b2c 2019-01-03 10:04:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e1bd7abf-127b-4f24-8a13-67e70cb80239 Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 10:04:46,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-e1bd7abf-127b-4f24-8a13-67e70cb80239 2019-01-03 10:04:46,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cf40c553-b317-4c50-a96a-73d074aa313a Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:46,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-cf40c553-b317-4c50-a96a-73d074aa313a 2019-01-03 10:04:46,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2cc4f4dd-20c8-46fd-b546-1350a8fb6284 Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:46,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-2cc4f4dd-20c8-46fd-b546-1350a8fb6284 2019-01-03 10:04:46,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:46,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6839735d-38b3-4223-92ed-f74476f360ce Date: Thu, 03 Jan 2019 10:04:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ee4b1a8b-84fd-4aa3-903a-f32ccfd7e022","tenant_id":"","created_at":"2019-01-03T10:04:40Z","dns_nameservers":[],"updated_at":"2019-01-03T10:04: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":"2556a79c-1eb6-4157-87b5-13d764950ec7","subnetpool_id":null,"name":"HA subnet tenant 9a4fb23940e34a9aa0ac6bb33da7e27d"}} 2019-01-03 10:04:46,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2556a79c-1eb6-4157-87b5-13d764950ec7 used request id req-6839735d-38b3-4223-92ed-f74476f360ce 2019-01-03 10:04:46,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:47,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1b0d7e8c-66ab-49e6-ac97-3ae7d0ae35c7 Date: Thu, 03 Jan 2019 10:04:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:04:47,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-1b0d7e8c-66ab-49e6-ac97-3ae7d0ae35c7 2019-01-03 10:04:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:47,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e032ee4a-7259-48d8-b053-658adfb4fa5a Date: Thu, 03 Jan 2019 10:04:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:04:47,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e032ee4a-7259-48d8-b053-658adfb4fa5a 2019-01-03 10:04:47,475 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router 2019-01-03 10:04:47,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/99ca2d9b-10f5-4c73-a302-b1d62fa84b84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:51,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c831f98-05a4-4b1f-834d-085f718cfd9f Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:51,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/99ca2d9b-10f5-4c73-a302-b1d62fa84b84 used request id req-3c831f98-05a4-4b1f-834d-085f718cfd9f 2019-01-03 10:04:51,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcb948ee1a115e9d4ee0948769b339324cb7dc" 2019-01-03 10:04:51,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-470177c2-3c95-45c9-9f8b-ccd863bfa1ad Date: Thu, 03 Jan 2019 10:04:51 GMT RESP BODY: {"routers": []} 2019-01-03 10:04:51,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=NeutronUtilsRouterTests-4186920b-eb81-44d5-a438-6b295c4a5c68-pub-router used request id req-470177c2-3c95-45c9-9f8b-ccd863bfa1ad 2019-01-03 10:04:51,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:51,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["HH9gophrR_WYd8N_dGxlpQ"], "issued_at": "2019-01-03T10:04:51.000000Z"}} 2019-01-03 10:04:51,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:51,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e79e94d-19f5-4db6-9ace-faf3caa225bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:51,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9e79e94d-19f5-4db6-9ace-faf3caa225bf 2019-01-03 10:04:51,841 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name 2019-01-03 10:04:51,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name"}}' 2019-01-03 10:04:52,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-fc9d5a56-b691-4218-a54f-b928cd7be471 Date: Thu, 03 Jan 2019 10:04:52 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "updated_at": "2019-01-03T10:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "revision_number": 0, "id": "2d2d776f-f08d-4ef5-bc66-6989f3781530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "revision_number": 0, "id": "d64766a9-00ca-45e2-9c21-0769b0efda65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "name": "NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name"}} 2019-01-03 10:04:52,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-fc9d5a56-b691-4218-a54f-b928cd7be471 2019-01-03 10:04:52,216 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f69a22fb-b118-43e3-8181-9f9acfdeaa7f 2019-01-03 10:04:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f69a22fb-b118-43e3-8181-9f9acfdeaa7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:52,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-beb52122-454e-4839-95ec-fe5c45cb729e Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "2d2d776f-f08d-4ef5-bc66-6989f3781530"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "d64766a9-00ca-45e2-9c21-0769b0efda65"}]} 2019-01-03 10:04:52,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f69a22fb-b118-43e3-8181-9f9acfdeaa7f used request id req-beb52122-454e-4839-95ec-fe5c45cb729e 2019-01-03 10:04:52,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:52,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-31253c6e-4d5e-4121-b028-50039e3134f9 Date: Thu, 03 Jan 2019 10:04:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "updated_at": "2019-01-03T10:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "revision_number": 0, "id": "d64766a9-00ca-45e2-9c21-0769b0efda65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "revision_number": 0, "id": "2d2d776f-f08d-4ef5-bc66-6989f3781530", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "name": "NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name"}]} 2019-01-03 10:04:52,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name used request id req-31253c6e-4d5e-4121-b028-50039e3134f9 2019-01-03 10:04:52,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f69a22fb-b118-43e3-8181-9f9acfdeaa7f 2019-01-03 10:04:52,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f69a22fb-b118-43e3-8181-9f9acfdeaa7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:52,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-422a0df6-c72a-4cf9-ab1d-73069b800c33 Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "2d2d776f-f08d-4ef5-bc66-6989f3781530"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:52Z", "security_group_id": "f69a22fb-b118-43e3-8181-9f9acfdeaa7f", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:52Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "d64766a9-00ca-45e2-9c21-0769b0efda65"}]} 2019-01-03 10:04:52,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f69a22fb-b118-43e3-8181-9f9acfdeaa7f used request id req-422a0df6-c72a-4cf9-ab1d-73069b800c33 2019-01-03 10:04:52,789 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name 2019-01-03 10:04:52,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f69a22fb-b118-43e3-8181-9f9acfdeaa7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:53,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b5ef9ac-b35d-4895-adac-62fad8dd1fdb Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:53,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f69a22fb-b118-43e3-8181-9f9acfdeaa7f used request id req-1b5ef9ac-b35d-4895-adac-62fad8dd1fdb 2019-01-03 10:04:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8660e5fbe464ee6ad09e61dd396e6028ecd10b9f" 2019-01-03 10:04:53,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-173c2644-c462-44c7-a46f-22794d9f3d4a Date: Thu, 03 Jan 2019 10:04:53 GMT RESP BODY: {"security_groups": []} 2019-01-03 10:04:53,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-16e0db1e-2997-4ef6-acb0-87c8a21bc325name used request id req-173c2644-c462-44c7-a46f-22794d9f3d4a 2019-01-03 10:04:53,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:53,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ZmNJaGp_Qoa0d1E3oXQrng"], "issued_at": "2019-01-03T10:04:53.000000Z"}} 2019-01-03 10:04:53,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8160e50801031ed85414bc937094d92eb55b8c96" 2019-01-03 10:04:53,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb3e5b6-928b-4221-a60d-d27aff1a91c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:53,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bcb3e5b6-928b-4221-a60d-d27aff1a91c1 2019-01-03 10:04:53,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:54,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["XNPfHX41TDSglPtm_DKqpw"], "issued_at": "2019-01-03T10:04:54.000000Z"}} 2019-01-03 10:04:54,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" 2019-01-03 10:04:54,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6eda29f-4003-4bdc-86ad-cdf3e1401f1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:54,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f6eda29f-4003-4bdc-86ad-cdf3e1401f1b 2019-01-03 10:04:54,275 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name 2019-01-03 10:04:54,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name", "description": "hello group"}}' 2019-01-03 10:04:54,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4702172f-4815-4e7d-9800-5b1312fe9d0e Date: Thu, 03 Jan 2019 10:04:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "updated_at": "2019-01-03T10:04:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "revision_number": 0, "id": "35c353c0-9e80-4771-92ed-65085a255536", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "revision_number": 0, "id": "cbf492c8-797b-4e9e-b502-e1da4dca458a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "name": "NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name"}} 2019-01-03 10:04:54,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-4702172f-4815-4e7d-9800-5b1312fe9d0e 2019-01-03 10:04:54,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c 2019-01-03 10:04:54,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" 2019-01-03 10:04:54,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6cfc76d7-6e5c-46a0-bf7c-fa001c5fc82b Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "35c353c0-9e80-4771-92ed-65085a255536"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "cbf492c8-797b-4e9e-b502-e1da4dca458a"}]} 2019-01-03 10:04:54,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c used request id req-6cfc76d7-6e5c-46a0-bf7c-fa001c5fc82b 2019-01-03 10:04:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" 2019-01-03 10:04:54,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-7578fe1f-5065-48e7-a041-01adaacfbec4 Date: Thu, 03 Jan 2019 10:04:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "updated_at": "2019-01-03T10:04:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "revision_number": 0, "id": "35c353c0-9e80-4771-92ed-65085a255536", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "revision_number": 0, "id": "cbf492c8-797b-4e9e-b502-e1da4dca458a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "name": "NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name"}]} 2019-01-03 10:04:54,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name&description=hello+group used request id req-7578fe1f-5065-48e7-a041-01adaacfbec4 2019-01-03 10:04:54,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c 2019-01-03 10:04:55,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" 2019-01-03 10:04:55,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15ae03d8-5e6b-4570-81fd-8f52e61232ec Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "35c353c0-9e80-4771-92ed-65085a255536"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:54Z", "security_group_id": "7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:54Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "cbf492c8-797b-4e9e-b502-e1da4dca458a"}]} 2019-01-03 10:04:55,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c used request id req-15ae03d8-5e6b-4570-81fd-8f52e61232ec 2019-01-03 10:04:55,159 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-dafbdb42-bfa9-4a5d-88ed-316d61d82f25name 2019-01-03 10:04:55,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d8cf2358761ee51623ad39c092acdc3d284b01" 2019-01-03 10:04:55,451 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-139a3202-e8be-4b2d-aada-659a1c13a9dd Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:55,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7ad8c7a0-b79c-4acf-bd38-2795ee8e3b9c used request id req-139a3202-e8be-4b2d-aada-659a1c13a9dd 2019-01-03 10:04:55,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:55,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Yhh_rQIYSHeaRGKERFYcfg"], "issued_at": "2019-01-03T10:04:55.000000Z"}} 2019-01-03 10:04:55,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:55,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99eb5fcb-9fe5-4bf4-9b6a-2de5e73172de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:55,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99eb5fcb-9fe5-4bf4-9b6a-2de5e73172de 2019-01-03 10:04:55,913 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name 2019-01-03 10:04:55,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name", "description": "hello group"}}' 2019-01-03 10:04:56,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-aab0c71e-b6a4-4465-8df6-3c8360aaae3f Date: Thu, 03 Jan 2019 10:04:56 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "updated_at": "2019-01-03T10:04:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "90c93502-e73f-49f5-9b59-36c0182d511a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "e7120f63-2d30-4192-8f36-e9e698369122", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "name": "NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name"}} 2019-01-03 10:04:56,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-aab0c71e-b6a4-4465-8df6-3c8360aaae3f 2019-01-03 10:04:56,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:56,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:56,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea6a8a90-ec06-461b-96ae-d369eb958c93 Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:56,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-ea6a8a90-ec06-461b-96ae-d369eb958c93 2019-01-03 10:04:56,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:56,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5141f348-5fb6-4abb-9607-8fd0fc18bccd Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:56,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-5141f348-5fb6-4abb-9607-8fd0fc18bccd 2019-01-03 10:04:56,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:56,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b29845e-2a5e-479f-9265-0e15d85ec322 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:56,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2b29845e-2a5e-479f-9265-0e15d85ec322 2019-01-03 10:04:56,829 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name 2019-01-03 10:04:56,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:57,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-ac86ae33-ddc1-43dd-8019-93da236e0fbf Date: Thu, 03 Jan 2019 10:04:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "updated_at": "2019-01-03T10:04:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "e7120f63-2d30-4192-8f36-e9e698369122", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "90c93502-e73f-49f5-9b59-36c0182d511a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "name": "NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name"}]} 2019-01-03 10:04:57,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name used request id req-ac86ae33-ddc1-43dd-8019-93da236e0fbf 2019-01-03 10:04:57,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:04:57,051 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:04:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:57,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d25c23-9c2e-4c75-9e32-8ba94053bec1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:04:57,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-83d25c23-9c2e-4c75-9e32-8ba94053bec1 2019-01-03 10:04:57,139 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:57,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:57,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b6b6b242-29a1-43df-953b-63406b245ece Date: Thu, 03 Jan 2019 10:04: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": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:57,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-b6b6b242-29a1-43df-953b-63406b245ece 2019-01-03 10:04:57,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817"}}' 2019-01-03 10:04:57,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-cac7d780-c023-4e52-a55f-13e7f0602506 Date: Thu, 03 Jan 2019 10:04:57 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": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:57Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3f310f3f-50cb-4442-9fcc-a19719c68894"}} 2019-01-03 10:04:57,478 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-cac7d780-c023-4e52-a55f-13e7f0602506 2019-01-03 10:04:57,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:57,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-12900cf0-fb35-4008-b648-c9ed6ce0bb47 Date: Thu, 03 Jan 2019 10:04:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "updated_at": "2019-01-03T10:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "e7120f63-2d30-4192-8f36-e9e698369122", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "90c93502-e73f-49f5-9b59-36c0182d511a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:57Z", "revision_number": 0, "id": "3f310f3f-50cb-4442-9fcc-a19719c68894", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 3, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "name": "NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name"}]} 2019-01-03 10:04:57,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name&description=hello+group used request id req-12900cf0-fb35-4008-b648-c9ed6ce0bb47 2019-01-03 10:04:57,815 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:57,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-62b322f2-9f3f-4d99-92fc-9b975c86cc7c Date: Thu, 03 Jan 2019 10:04:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:57Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3f310f3f-50cb-4442-9fcc-a19719c68894"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:57,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-62b322f2-9f3f-4d99-92fc-9b975c86cc7c 2019-01-03 10:04:57,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:57,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:58,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-ae2be089-11c3-4e4c-b837-fc7d69e20d12 Date: Thu, 03 Jan 2019 10:04:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:57Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3f310f3f-50cb-4442-9fcc-a19719c68894"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:58,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-ae2be089-11c3-4e4c-b837-fc7d69e20d12 2019-01-03 10:04:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:58,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-c709acbc-01cf-4340-943b-08e15bc0caa1 Date: Thu, 03 Jan 2019 10:04:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "updated_at": "2019-01-03T10:04:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "e7120f63-2d30-4192-8f36-e9e698369122", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "revision_number": 0, "id": "90c93502-e73f-49f5-9b59-36c0182d511a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:04:57Z", "revision_number": 0, "id": "3f310f3f-50cb-4442-9fcc-a19719c68894", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 3, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "name": "NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name"}]} 2019-01-03 10:04:58,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name&description=hello+group used request id req-c709acbc-01cf-4340-943b-08e15bc0caa1 2019-01-03 10:04:58,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f7496786-d5e6-4b3f-b02a-7fba382c4817 2019-01-03 10:04:58,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:58,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-297b3863-2fd2-4942-b440-5a8cfcffbd06 Date: Thu, 03 Jan 2019 10:04:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:57Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:57Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3f310f3f-50cb-4442-9fcc-a19719c68894"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "90c93502-e73f-49f5-9b59-36c0182d511a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:04:56Z", "security_group_id": "f7496786-d5e6-4b3f-b02a-7fba382c4817", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:04:56Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "e7120f63-2d30-4192-8f36-e9e698369122"}]} 2019-01-03 10:04:58,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-297b3863-2fd2-4942-b440-5a8cfcffbd06 2019-01-03 10:04:58,584 - neutron_utils - INFO - Deleting security group rule with ID - 90c93502-e73f-49f5-9b59-36c0182d511a 2019-01-03 10:04:58,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/90c93502-e73f-49f5-9b59-36c0182d511a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:58,886 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b6e2c01-ae8d-4680-bc78-9b1561255360 Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:58,886 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/90c93502-e73f-49f5-9b59-36c0182d511a used request id req-2b6e2c01-ae8d-4680-bc78-9b1561255360 2019-01-03 10:04:58,886 - neutron_utils - INFO - Deleting security group rule with ID - e7120f63-2d30-4192-8f36-e9e698369122 2019-01-03 10:04:58,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e7120f63-2d30-4192-8f36-e9e698369122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:59,145 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb879003-c053-4881-b90b-7ad4fdab65d4 Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:59,146 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e7120f63-2d30-4192-8f36-e9e698369122 used request id req-bb879003-c053-4881-b90b-7ad4fdab65d4 2019-01-03 10:04:59,146 - neutron_utils - INFO - Deleting security group rule with ID - 3f310f3f-50cb-4442-9fcc-a19719c68894 2019-01-03 10:04:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3f310f3f-50cb-4442-9fcc-a19719c68894 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:59,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-156e3edf-c04b-4e09-a17b-ba0e0d0dfa8e Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:59,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3f310f3f-50cb-4442-9fcc-a19719c68894 used request id req-156e3edf-c04b-4e09-a17b-ba0e0d0dfa8e 2019-01-03 10:04:59,234 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d9d1c991-e49a-40e5-9659-5e7b6f6ff295name 2019-01-03 10:04:59,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f7496786-d5e6-4b3f-b02a-7fba382c4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4ca2e037f3e8c2ff6060c559bc1056cb57ae56" 2019-01-03 10:04:59,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bf81c5c-0a00-4f17-8c01-565ef1a34605 Content-Length: 0 Date: Thu, 03 Jan 2019 10:04:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:04:59,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f7496786-d5e6-4b3f-b02a-7fba382c4817 used request id req-9bf81c5c-0a00-4f17-8c01-565ef1a34605 2019-01-03 10:04:59,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:04:59,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["XFWIDjeHQMKAqa25_1PW3w"], "issued_at": "2019-01-03T10:04:59.000000Z"}} 2019-01-03 10:04:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:04:59,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c2c22d-a733-4986-95ef-2b9cca6bc15c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:04:59,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b1c2c22d-a733-4986-95ef-2b9cca6bc15c 2019-01-03 10:04:59,821 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-1 2019-01-03 10:04:59,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-1", "description": "hello group"}}' 2019-01-03 10:05:00,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-53d5eae2-7699-4e5a-8f0b-47b332acf0a3 Date: Thu, 03 Jan 2019 10:05:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "updated_at": "2019-01-03T10:05:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "3dedc2a6-8628-48ff-a061-7871996a0c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "64a35505-9be7-430e-934b-4040fc39c678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "cb864191-713f-420c-a1bf-25bed3719e00", "name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-1"}} 2019-01-03 10:05:00,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-53d5eae2-7699-4e5a-8f0b-47b332acf0a3 2019-01-03 10:05:00,210 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb864191-713f-420c-a1bf-25bed3719e00 2019-01-03 10:05:00,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb864191-713f-420c-a1bf-25bed3719e00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:00,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-22b0c487-63b0-480c-8c09-e377d9925c20 Date: Thu, 03 Jan 2019 10:05: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": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3dedc2a6-8628-48ff-a061-7871996a0c1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "64a35505-9be7-430e-934b-4040fc39c678"}]} 2019-01-03 10:05:00,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb864191-713f-420c-a1bf-25bed3719e00 used request id req-22b0c487-63b0-480c-8c09-e377d9925c20 2019-01-03 10:05:00,378 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-2 2019-01-03 10:05:00,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-2", "description": "hello group"}}' 2019-01-03 10:05:00,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-2032774e-cd28-49fa-9f23-35836b73688a Date: Thu, 03 Jan 2019 10:05:00 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "updated_at": "2019-01-03T10:05:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "5d45be94-77ff-4ec5-89df-9e57340cbcba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "b975cb0c-b0e8-4b70-9d25-aab8c19cca8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "8e535a33-794b-408c-aa72-60160272f6da", "name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-2"}} 2019-01-03 10:05:00,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-2032774e-cd28-49fa-9f23-35836b73688a 2019-01-03 10:05:00,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e535a33-794b-408c-aa72-60160272f6da 2019-01-03 10:05:00,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8e535a33-794b-408c-aa72-60160272f6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:00,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da3d9e6f-f3c5-4bb6-98e7-91bf68974926 Date: Thu, 03 Jan 2019 10:05: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": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "5d45be94-77ff-4ec5-89df-9e57340cbcba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "b975cb0c-b0e8-4b70-9d25-aab8c19cca8f"}]} 2019-01-03 10:05:00,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8e535a33-794b-408c-aa72-60160272f6da used request id req-da3d9e6f-f3c5-4bb6-98e7-91bf68974926 2019-01-03 10:05:00,921 - neutron_utils - INFO - Retrieving security group with ID - cb864191-713f-420c-a1bf-25bed3719e00 2019-01-03 10:05:00,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=cb864191-713f-420c-a1bf-25bed3719e00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:01,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-5aeca40b-8968-4a0d-9840-707104c4a89f Date: Thu, 03 Jan 2019 10:05:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "updated_at": "2019-01-03T10:05:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "3dedc2a6-8628-48ff-a061-7871996a0c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "64a35505-9be7-430e-934b-4040fc39c678", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "cb864191-713f-420c-a1bf-25bed3719e00", "name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-1"}]} 2019-01-03 10:05:01,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=cb864191-713f-420c-a1bf-25bed3719e00 used request id req-5aeca40b-8968-4a0d-9840-707104c4a89f 2019-01-03 10:05:01,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb864191-713f-420c-a1bf-25bed3719e00 2019-01-03 10:05:01,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb864191-713f-420c-a1bf-25bed3719e00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:01,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-013b5754-0e80-4f0d-b3b8-9083a5a7a828 Date: Thu, 03 Jan 2019 10:05: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": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "3dedc2a6-8628-48ff-a061-7871996a0c1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "security_group_id": "cb864191-713f-420c-a1bf-25bed3719e00", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "64a35505-9be7-430e-934b-4040fc39c678"}]} 2019-01-03 10:05:01,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb864191-713f-420c-a1bf-25bed3719e00 used request id req-013b5754-0e80-4f0d-b3b8-9083a5a7a828 2019-01-03 10:05:01,357 - neutron_utils - INFO - Retrieving security group with ID - 8e535a33-794b-408c-aa72-60160272f6da 2019-01-03 10:05:01,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=8e535a33-794b-408c-aa72-60160272f6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:01,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-247a5931-15fb-4bff-a4b4-817ec65e871d Date: Thu, 03 Jan 2019 10:05:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "updated_at": "2019-01-03T10:05:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "5d45be94-77ff-4ec5-89df-9e57340cbcba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "revision_number": 0, "id": "b975cb0c-b0e8-4b70-9d25-aab8c19cca8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 2, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "8e535a33-794b-408c-aa72-60160272f6da", "name": "NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-2"}]} 2019-01-03 10:05:01,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=8e535a33-794b-408c-aa72-60160272f6da used request id req-247a5931-15fb-4bff-a4b4-817ec65e871d 2019-01-03 10:05:01,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8e535a33-794b-408c-aa72-60160272f6da 2019-01-03 10:05:01,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8e535a33-794b-408c-aa72-60160272f6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:01,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1cf6f17a-1515-4cce-9a65-248e19821a65 Date: Thu, 03 Jan 2019 10:05: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": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "5d45be94-77ff-4ec5-89df-9e57340cbcba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:05:00Z", "security_group_id": "8e535a33-794b-408c-aa72-60160272f6da", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:00Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "b975cb0c-b0e8-4b70-9d25-aab8c19cca8f"}]} 2019-01-03 10:05:01,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=8e535a33-794b-408c-aa72-60160272f6da used request id req-1cf6f17a-1515-4cce-9a65-248e19821a65 2019-01-03 10:05:01,869 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-1 2019-01-03 10:05:01,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cb864191-713f-420c-a1bf-25bed3719e00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:02,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97bd39fb-20a5-4921-a076-957c097bcaeb Content-Length: 0 Date: Thu, 03 Jan 2019 10:05:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:05:02,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cb864191-713f-420c-a1bf-25bed3719e00 used request id req-97bd39fb-20a5-4921-a076-957c097bcaeb 2019-01-03 10:05:02,199 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-11d03d28-269d-489f-9e9f-4a4823f9a6c1name-2 2019-01-03 10:05:02,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/8e535a33-794b-408c-aa72-60160272f6da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982d51ae0482e2375ed720f84ff92c9091a75c33" 2019-01-03 10:05:02,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70503840-1249-460f-a80b-790f200a6daf Content-Length: 0 Date: Thu, 03 Jan 2019 10:05:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:05:02,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/8e535a33-794b-408c-aa72-60160272f6da used request id req-70503840-1249-460f-a80b-790f200a6daf 2019-01-03 10:05:02,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:02,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["L29AI6j7TxGkinDAG1FW_g"], "issued_at": "2019-01-03T10:05:02.000000Z"}} 2019-01-03 10:05:02,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:02,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f754b3-0d36-448f-989d-59f88bd40a77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:02,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d7f754b3-0d36-448f-989d-59f88bd40a77 2019-01-03 10:05:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:03,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-eb2a9f69-77ca-4450-ba80-abeee8682483 Date: Thu, 03 Jan 2019 10:05:03 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:05:03,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-eb2a9f69-77ca-4450-ba80-abeee8682483 2019-01-03 10:05:03,140 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 10:05:03,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:03,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-793396e3-7f84-4f04-9f50-7bffc12c618a Date: Thu, 03 Jan 2019 10:05:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:05:03,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-793396e3-7f84-4f04-9f50-7bffc12c618a 2019-01-03 10:05:03,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:03,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b459886c-c7b2-41ba-9456-a5c56c436f96 Date: Thu, 03 Jan 2019 10:05:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:05:03,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-b459886c-c7b2-41ba-9456-a5c56c436f96 2019-01-03 10:05:03,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}}' 2019-01-03 10:05:04,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-c89f5a11-6ef5-442b-af2d-e4cb65894b5f Date: Thu, 03 Jan 2019 10:05:04 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:04Z", "updated_at": "2019-01-03T10:05:04Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_id": null, "id": "a7759838-114f-4e09-b94f-ae01998014f1"}} 2019-01-03 10:05:04,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-c89f5a11-6ef5-442b-af2d-e4cb65894b5f 2019-01-03 10:05:04,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:05,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3e111cdb-8030-42dc-a1b8-413029e5ecce Date: Thu, 03 Jan 2019 10:05:05 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:04Z", "updated_at": "2019-01-03T10:05:04Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_id": null, "id": "a7759838-114f-4e09-b94f-ae01998014f1"}]} 2019-01-03 10:05:05,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-3e111cdb-8030-42dc-a1b8-413029e5ecce 2019-01-03 10:05:05,002 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2019-01-03 10:05:05,002 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.203 2019-01-03 10:05:05,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips?ip=a7759838-114f-4e09-b94f-ae01998014f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:05,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-a4181d5d-22dc-4d89-98de-868ee0e7d102 Date: Thu, 03 Jan 2019 10:05:05 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:05:04Z", "updated_at": "2019-01-03T10:05:04Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_id": null, "id": "a7759838-114f-4e09-b94f-ae01998014f1"}]} 2019-01-03 10:05:05,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips?ip=a7759838-114f-4e09-b94f-ae01998014f1 used request id req-a4181d5d-22dc-4d89-98de-868ee0e7d102 2019-01-03 10:05:05,168 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2019-01-03 10:05:05,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/a7759838-114f-4e09-b94f-ae01998014f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a0cbdc7922eb255b9ee16816ea29c7c82bdee4" 2019-01-03 10:05:05,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e18ee09c-282e-48f9-b903-59f69af32a28 Content-Length: 0 Date: Thu, 03 Jan 2019 10:05:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:05:05,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/a7759838-114f-4e09-b94f-ae01998014f1 used request id req-e18ee09c-282e-48f9-b903-59f69af32a28 2019-01-03 10:05:05,773 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:05,863 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec 2019-01-03 10:05:05,863 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:06,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["aGglBBLWT6uQYftc-GLxfg"], "issued_at": "2019-01-03T10:05:06.000000Z"}} 2019-01-03 10:05:06,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab05de3f8ab95c7ed132743c6cf95940d9bae181" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt9amaNcqjYZYQg0USLZlGy0avLNdwescknTOb1MG+EYosjugEPn+9MRz2PwifIWb9O+UHBKQcXJpyt56unK8FFr3LKzfJMWYqOXY3azYQUiUvI9SRQcodOSBk1lcaMVbRjo8sb1W6Z9V4v99c+eMj3kUFg1ioYKNhXuKw5kO/IPOU72s5dZBZJaMmb5usDzXD9zMfttT6NufAwAcQP/EVyXI69thSpFHI+W4X1shrI7fspzEjSs3OfobWf5M1kobQZ6x3j5oMoH0LSAwSYcvziymI3SdU1ElfVX9b912+7b4Y0AFAMOlzDyf7rPIJG8PNw05H9lIfP0D0jgReQgk7", "name": "NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec"}}' 2019-01-03 10:05:06,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-4c06e9a6-6200-44a1-a946-0f3c4f98f190 x-compute-request-id: req-4c06e9a6-6200-44a1-a946-0f3c4f98f190 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt9amaNcqjYZYQg0USLZlGy0avLNdwescknTOb1MG+EYosjugEPn+9MRz2PwifIWb9O+UHBKQcXJpyt56unK8FFr3LKzfJMWYqOXY3azYQUiUvI9SRQcodOSBk1lcaMVbRjo8sb1W6Z9V4v99c+eMj3kUFg1ioYKNhXuKw5kO/IPOU72s5dZBZJaMmb5usDzXD9zMfttT6NufAwAcQP/EVyXI69thSpFHI+W4X1shrI7fspzEjSs3OfobWf5M1kobQZ6x3j5oMoH0LSAwSYcvziymI3SdU1ElfVX9b912+7b4Y0AFAMOlzDyf7rPIJG8PNw05H9lIfP0D0jgReQgk7", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec", "fingerprint": "f3:32:25:31:b5:53:b9:0d:75:c5:28:0e:a3:48:28:fc"}} 2019-01-03 10:05:06,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4c06e9a6-6200-44a1-a946-0f3c4f98f190 2019-01-03 10:05:06,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab05de3f8ab95c7ed132743c6cf95940d9bae181" 2019-01-03 10:05:07,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-98e0da2d-abf9-43e1-836f-574360fa3d9f x-compute-request-id: req-98e0da2d-abf9-43e1-836f-574360fa3d9f Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt9amaNcqjYZYQg0USLZlGy0avLNdwescknTOb1MG+EYosjugEPn+9MRz2PwifIWb9O+UHBKQcXJpyt56unK8FFr3LKzfJMWYqOXY3azYQUiUvI9SRQcodOSBk1lcaMVbRjo8sb1W6Z9V4v99c+eMj3kUFg1ioYKNhXuKw5kO/IPOU72s5dZBZJaMmb5usDzXD9zMfttT6NufAwAcQP/EVyXI69thSpFHI+W4X1shrI7fspzEjSs3OfobWf5M1kobQZ6x3j5oMoH0LSAwSYcvziymI3SdU1ElfVX9b912+7b4Y0AFAMOlzDyf7rPIJG8PNw05H9lIfP0D0jgReQgk7", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec", "deleted": false, "created_at": "2019-01-03T10:05:06.000000", "updated_at": null, "fingerprint": "f3:32:25:31:b5:53:b9:0d:75:c5:28:0e:a3:48:28:fc", "deleted_at": null, "id": 2}} 2019-01-03 10:05:07,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec used request id req-98e0da2d-abf9-43e1-836f-574360fa3d9f 2019-01-03 10:05:07,103 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec 2019-01-03 10:05:07,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab05de3f8ab95c7ed132743c6cf95940d9bae181" 2019-01-03 10:05:07,264 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-5227f853-9ce1-4db5-be44-13210fe89898 x-compute-request-id: req-5227f853-9ce1-4db5-be44-13210fe89898 Content-Length: 0 Content-Type: application/json 2019-01-03 10:05:07,264 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec used request id req-5227f853-9ce1-4db5-be44-13210fe89898 2019-01-03 10:05:07,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab05de3f8ab95c7ed132743c6cf95940d9bae181" 2019-01-03 10:05:07,406 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:05: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-76b094be-a678-4eda-8ca5-3c39589604e2 x-compute-request-id: req-76b094be-a678-4eda-8ca5-3c39589604e2 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec not found for user 284288283f6d4dc38cafe6c5d0710616", "code": 404}} 2019-01-03 10:05:07,406 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec used request id req-76b094be-a678-4eda-8ca5-3c39589604e2 2019-01-03 10:05:07,406 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec 2019-01-03 10:05:07,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab05de3f8ab95c7ed132743c6cf95940d9bae181" 2019-01-03 10:05:07,595 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:05: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-31c1b396-b282-4ad4-9f68-7d37f9df6693 x-compute-request-id: req-31c1b396-b282-4ad4-9f68-7d37f9df6693 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec not found for user 284288283f6d4dc38cafe6c5d0710616", "code": 404}} 2019-01-03 10:05:07,596 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-b9ac14d2-ae6c-4485-bc83-03388bd847ec used request id req-31c1b396-b282-4ad4-9f68-7d37f9df6693 2019-01-03 10:05:07,597 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:07,777 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50.pub 2019-01-03 10:05:07,777 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50 2019-01-03 10:05:07,777 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50.pub 2019-01-03 10:05:07,777 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50 2019-01-03 10:05:07,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:08,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["UjkmLUE-TD6O8s71Sh-_-A"], "issued_at": "2019-01-03T10:05:08.000000Z"}} 2019-01-03 10:05:08,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca597f60bd83e371629f405c67aa2e08243f638" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCU4rXHo2PTS3FU7fY+/4QjdtKZOPeAC9EGnNCWwFj/JQxhCbD5rS5oEPyuFrS9SJK4j/lbhqCq1xLaXnwcXaB6ZD0OfhadAOZsXZTDSwtcG33vD+/lp4K1tSLzWWYqPUMu7Xg9sxs4IFxrvp7MqrSwhELDMjGEEVDWX014md1B8qSAmC12G/3ZCaiOdUD+lyWwHyCficMk9aUoPJYIJY9oRuHYJ7KInmPSxxBaX3QhNwoSrYySl0gqLKiagjqAix1TjBk6+3b3AOPA+Pub1I+nat8ZhS3iVyDOj2h2O420jwRCSNvJVXEorMJ6/edK4q6pR+ZfUWDqjDzPWPPZwfA/", "name": "NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50"}}' 2019-01-03 10:05:08,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-7cfeb4f9-3b10-48b9-827f-f805f023504f x-compute-request-id: req-7cfeb4f9-3b10-48b9-827f-f805f023504f Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCU4rXHo2PTS3FU7fY+/4QjdtKZOPeAC9EGnNCWwFj/JQxhCbD5rS5oEPyuFrS9SJK4j/lbhqCq1xLaXnwcXaB6ZD0OfhadAOZsXZTDSwtcG33vD+/lp4K1tSLzWWYqPUMu7Xg9sxs4IFxrvp7MqrSwhELDMjGEEVDWX014md1B8qSAmC12G/3ZCaiOdUD+lyWwHyCficMk9aUoPJYIJY9oRuHYJ7KInmPSxxBaX3QhNwoSrYySl0gqLKiagjqAix1TjBk6+3b3AOPA+Pub1I+nat8ZhS3iVyDOj2h2O420jwRCSNvJVXEorMJ6/edK4q6pR+ZfUWDqjDzPWPPZwfA/", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50", "fingerprint": "bc:91:66:a4:34:86:36:23:40:71:3c:08:66:59:5f:77"}} 2019-01-03 10:05:08,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7cfeb4f9-3b10-48b9-827f-f805f023504f 2019-01-03 10:05:08,815 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50 2019-01-03 10:05:08,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ca597f60bd83e371629f405c67aa2e08243f638" 2019-01-03 10:05:08,866 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-e4d22c58-ffc8-4173-886d-64ada12022d3 x-compute-request-id: req-e4d22c58-ffc8-4173-886d-64ada12022d3 Content-Length: 0 Content-Type: application/json 2019-01-03 10:05:08,867 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-812c14d8-ca39-4628-a360-3e2e929ccb50 used request id req-e4d22c58-ffc8-4173-886d-64ada12022d3 2019-01-03 10:05:08,868 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:09,026 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 2019-01-03 10:05:09,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:09,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ThMmrxlFQx-JuNuCkdwzkQ"], "issued_at": "2019-01-03T10:05:09.000000Z"}} 2019-01-03 10:05:09,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619958a36123257ccc60fa64c4af0645b50cc3ae" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8Ot587EYMhR4MkAT/aaY1lGhQ96E4Ny6nYIJLEq0sutgmWOuYZeTLAWDSIum4l6bwgg3uCgGTRA7zL+jwmSmG5lO66pNHFBuXvBgEMMq0t45+SGP78Vqn8GTJ5hUiFm3crZbzwtTuuxLOPN1wftUBakZofnwv6zTke+O15D1orMeuCOUAm/ySgQHkl31D0LEOOPr4AIsRMPZ1b18mtkBXwUnELkJlgxUykYLGu/DY8XA0iC4KANXtuC4jfJiN0lDuH5oqKk8ztiPG3bM97QpNJ0NnpnhAE7fydn/Ui6/6qZjcr1WOUX+6oOOFRcWa0r8Os7dTFSi0YT6cgYEe3qTt", "name": "NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654"}}' 2019-01-03 10:05:09,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-79525903-95e6-4ee3-b5fa-b45ad91dad7a x-compute-request-id: req-79525903-95e6-4ee3-b5fa-b45ad91dad7a Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8Ot587EYMhR4MkAT/aaY1lGhQ96E4Ny6nYIJLEq0sutgmWOuYZeTLAWDSIum4l6bwgg3uCgGTRA7zL+jwmSmG5lO66pNHFBuXvBgEMMq0t45+SGP78Vqn8GTJ5hUiFm3crZbzwtTuuxLOPN1wftUBakZofnwv6zTke+O15D1orMeuCOUAm/ySgQHkl31D0LEOOPr4AIsRMPZ1b18mtkBXwUnELkJlgxUykYLGu/DY8XA0iC4KANXtuC4jfJiN0lDuH5oqKk8ztiPG3bM97QpNJ0NnpnhAE7fydn/Ui6/6qZjcr1WOUX+6oOOFRcWa0r8Os7dTFSi0YT6cgYEe3qTt", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654", "fingerprint": "2c:a0:08:7d:29:dc:d3:70:59:0e:6f:8d:f4:8a:ad:7c"}} 2019-01-03 10:05:09,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-79525903-95e6-4ee3-b5fa-b45ad91dad7a 2019-01-03 10:05:09,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619958a36123257ccc60fa64c4af0645b50cc3ae" 2019-01-03 10:05:09,662 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-4d1315ab-f01e-4751-be92-41d76f8e4702 x-compute-request-id: req-4d1315ab-f01e-4751-be92-41d76f8e4702 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8Ot587EYMhR4MkAT/aaY1lGhQ96E4Ny6nYIJLEq0sutgmWOuYZeTLAWDSIum4l6bwgg3uCgGTRA7zL+jwmSmG5lO66pNHFBuXvBgEMMq0t45+SGP78Vqn8GTJ5hUiFm3crZbzwtTuuxLOPN1wftUBakZofnwv6zTke+O15D1orMeuCOUAm/ySgQHkl31D0LEOOPr4AIsRMPZ1b18mtkBXwUnELkJlgxUykYLGu/DY8XA0iC4KANXtuC4jfJiN0lDuH5oqKk8ztiPG3bM97QpNJ0NnpnhAE7fydn/Ui6/6qZjcr1WOUX+6oOOFRcWa0r8Os7dTFSi0YT6cgYEe3qTt", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654", "deleted": false, "created_at": "2019-01-03T10:05:09.000000", "updated_at": null, "fingerprint": "2c:a0:08:7d:29:dc:d3:70:59:0e:6f:8d:f4:8a:ad:7c", "deleted_at": null, "id": 8}} 2019-01-03 10:05:09,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 used request id req-4d1315ab-f01e-4751-be92-41d76f8e4702 2019-01-03 10:05:09,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619958a36123257ccc60fa64c4af0645b50cc3ae" 2019-01-03 10:05:09,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-efdd5bac-e61b-4ed0-9113-afde7d728019 x-compute-request-id: req-efdd5bac-e61b-4ed0-9113-afde7d728019 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8Ot587EYMhR4MkAT/aaY1lGhQ96E4Ny6nYIJLEq0sutgmWOuYZeTLAWDSIum4l6bwgg3uCgGTRA7zL+jwmSmG5lO66pNHFBuXvBgEMMq0t45+SGP78Vqn8GTJ5hUiFm3crZbzwtTuuxLOPN1wftUBakZofnwv6zTke+O15D1orMeuCOUAm/ySgQHkl31D0LEOOPr4AIsRMPZ1b18mtkBXwUnELkJlgxUykYLGu/DY8XA0iC4KANXtuC4jfJiN0lDuH5oqKk8ztiPG3bM97QpNJ0NnpnhAE7fydn/Ui6/6qZjcr1WOUX+6oOOFRcWa0r8Os7dTFSi0YT6cgYEe3qTt", "name": "NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654", "fingerprint": "2c:a0:08:7d:29:dc:d3:70:59:0e:6f:8d:f4:8a:ad:7c"}}]} 2019-01-03 10:05:09,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-efdd5bac-e61b-4ed0-9113-afde7d728019 2019-01-03 10:05:09,688 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 2019-01-03 10:05:09,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}619958a36123257ccc60fa64c4af0645b50cc3ae" 2019-01-03 10:05:09,747 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-f7f42159-5291-44bf-8fe3-541997fc98a2 x-compute-request-id: req-f7f42159-5291-44bf-8fe3-541997fc98a2 Content-Length: 0 Content-Type: application/json 2019-01-03 10:05:09,747 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0e218b58-263e-4731-8e51-25e19ab33654 used request id req-f7f42159-5291-44bf-8fe3-541997fc98a2 2019-01-03 10:05:09,749 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:09,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:10,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["u9NYesPfSraxJ79Ivq1yIg"], "issued_at": "2019-01-03T10:05:10.000000Z"}} 2019-01-03 10:05:10,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b1b75e7016e463b7df693fdf8495ca5a189b97e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id", "swap": 2}}' 2019-01-03 10:05:10,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-63c4ccb3-692a-4257-a5e6-d6fae2142ca2 x-compute-request-id: req-63c4ccb3-692a-4257-a5e6-d6fae2142ca2 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id", "name": "NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-03 10:05:10,847 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-63c4ccb3-692a-4257-a5e6-d6fae2142ca2 2019-01-03 10:05:10,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b1b75e7016e463b7df693fdf8495ca5a189b97e" 2019-01-03 10:05:10,906 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-4e96f6c1-c92c-4712-944c-968dfec032cb x-compute-request-id: req-4e96f6c1-c92c-4712-944c-968dfec032cb Content-Length: 0 Content-Type: application/json 2019-01-03 10:05:10,906 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id used request id req-4e96f6c1-c92c-4712-944c-968dfec032cb 2019-01-03 10:05:10,910 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b1b75e7016e463b7df693fdf8495ca5a189b97e" 2019-01-03 10:05:10,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-da76a23e-0dc7-4d5c-8821-b9d8763ff092 x-compute-request-id: req-da76a23e-0dc7-4d5c-8821-b9d8763ff092 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:05:10,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-da76a23e-0dc7-4d5c-8821-b9d8763ff092 2019-01-03 10:05:10,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b1b75e7016e463b7df693fdf8495ca5a189b97e" 2019-01-03 10:05:10,973 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:05: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-4c8756b1-2ff2-4aea-83da-801ca0c9c3a2 x-compute-request-id: req-4c8756b1-2ff2-4aea-83da-801ca0c9c3a2 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id could not be found.", "code": 404}} 2019-01-03 10:05:10,973 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-3bac3ca5-ad15-4367-82e6-cee8fabaaf60-id used request id req-4c8756b1-2ff2-4aea-83da-801ca0c9c3a2 2019-01-03 10:05:10,974 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:10,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:11,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["GWls41gJQ_-KV3ekatf-rQ"], "issued_at": "2019-01-03T10:05:11.000000Z"}} 2019-01-03 10:05:11,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614290c6cdd8e2ca3d6595349e25b4cfcc39941f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id", "swap": 2}}' 2019-01-03 10:05:11,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-5dbda4e9-1bac-408b-8cdf-a78fcf09e39d x-compute-request-id: req-5dbda4e9-1bac-408b-8cdf-a78fcf09e39d Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id", "name": "NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2019-01-03 10:05:11,666 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5dbda4e9-1bac-408b-8cdf-a78fcf09e39d 2019-01-03 10:05:11,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}614290c6cdd8e2ca3d6595349e25b4cfcc39941f" 2019-01-03 10:05:11,721 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-639dea26-a610-43b9-9b6d-2bf379f25b52 x-compute-request-id: req-639dea26-a610-43b9-9b6d-2bf379f25b52 Content-Length: 0 Content-Type: application/json 2019-01-03 10:05:11,721 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/NovaUtilsFlavorTests-80ba7a46-3b0c-4af1-8631-b7f05c30c87f-id used request id req-639dea26-a610-43b9-9b6d-2bf379f25b52 2019-01-03 10:05:11,722 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:11,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:12,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["eSn5_yV2R5G3bOSP9iXvUA"], "issued_at": "2019-01-03T10:05:12.000000Z"}} 2019-01-03 10:05:12,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:12,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954fd592-aabd-4aa1-a65a-fe6fc7763377 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:12,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-954fd592-aabd-4aa1-a65a-fe6fc7763377 2019-01-03 10:05:12,201 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:05:12,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:05:12,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:12,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["mGg0Alu6T6WVdXihRSSHMw"], "issued_at": "2019-01-03T10:05:12.000000Z"}} 2019-01-03 10:05:12,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c0d635-8b44-49c7-ab16-fbec113152a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:12,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e9c0d635-8b44-49c7-ab16-fbec113152a8 2019-01-03 10:05:12,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:13,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-2876041c-0774-4f9f-b0a0-151d51b0962c Date: Thu, 03 Jan 2019 10:05:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image"} 2019-01-03 10:05:13,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image used request id req-2876041c-0774-4f9f-b0a0-151d51b0962c 2019-01-03 10:05:13,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:13,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cecef621-cf85-4c28-8bf7-bcddcc075fca Date: Thu, 03 Jan 2019 10: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"}}} 2019-01-03 10:05:13,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cecef621-cf85-4c28-8bf7-bcddcc075fca 2019-01-03 10:05:13,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image"}' 2019-01-03 10:05:14,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 X-Openstack-Request-Id: req-f7edd66a-7ed3-4b32-91c3-ac27d74c259c Date: Thu, 03 Jan 2019 10:05:14 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:05:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:05:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "min_disk": 0, "protected": false, "id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "file": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:05:14,245 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f7edd66a-7ed3-4b32-91c3-ac27d74c259c 2019-01-03 10:05:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" -d '' 2019-01-03 10:05:15,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2d7c0fc-7fff-4cc0-ad7f-d2a8855127e1 Date: Thu, 03 Jan 2019 10:05:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:05:15,974 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file used request id req-a2d7c0fc-7fff-4cc0-ad7f-d2a8855127e1 2019-01-03 10:05:15,975 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:05:15,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:16,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-8fb7940f-6c26-456a-8e1a-c413b928fdae Date: Thu, 03 Jan 2019 10:05:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "metadata": {}}], "self": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "min_disk": 0, "protected": false, "id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "file": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:05:16,608 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 used request id req-8fb7940f-6c26-456a-8e1a-c413b928fdae 2019-01-03 10:05:16,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:17,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8a9e32ae-2bc3-4d65-aaf8-1496ff5fee2b Date: Thu, 03 Jan 2019 10:05: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"}}} 2019-01-03 10:05:17,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8a9e32ae-2bc3-4d65-aaf8-1496ff5fee2b 2019-01-03 10:05:17,204 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image 2019-01-03 10:05:17,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:05:17,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-04ecc8b1-999c-4d3e-a467-1b40d25a64c8 Date: Thu, 03 Jan 2019 10:05:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "metadata": {}}], "self": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "min_disk": 0, "protected": false, "id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "file": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:05:17,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 used request id req-04ecc8b1-999c-4d3e-a467-1b40d25a64c8 2019-01-03 10:05:17,429 - create_image - DEBUG - Instance status is - active 2019-01-03 10:05:17,429 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image 2019-01-03 10:05:17,429 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image 2019-01-03 10:05:17,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:05:17,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:17,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["5o3CmlSrSNGESZhbsBcrMA"], "issued_at": "2019-01-03T10:05:17.000000Z"}} 2019-01-03 10:05:17,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:17,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987072db-1d33-44cf-9b77-dbb8ab9ae7d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:17,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-987072db-1d33-44cf-9b77-dbb8ab9ae7d4 2019-01-03 10:05:17,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:18,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-652d51a4-f4d6-48a0-8aec-e929b8049fa8 Date: Thu, 03 Jan 2019 10:05:18 GMT RESP BODY: {"networks":[]} 2019-01-03 10:05:18,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net used request id req-652d51a4-f4d6-48a0-8aec-e929b8049fa8 2019-01-03 10:05:18,071 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net 2019-01-03 10:05:18,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" -d '{"network": {"name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net", "admin_state_up": true}}' 2019-01-03 10:05:18,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b14c5d06-06a7-40e4-bb25-7f8cc77b32ed Date: Thu, 03 Jan 2019 10:05:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:05:18Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","mtu":1450}} 2019-01-03 10:05:18,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b14c5d06-06a7-40e4-bb25-7f8cc77b32ed 2019-01-03 10:05:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:18,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f388892f-e795-4d62-ad39-684a70f2f62b Date: Thu, 03 Jan 2019 10:05:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:05:18Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:05:18,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-f388892f-e795-4d62-ad39-684a70f2f62b 2019-01-03 10:05:18,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:19,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-99de7b23-6902-4bb6-b510-4b02237e96ab Date: Thu, 03 Jan 2019 10:05:19 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:05:19,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-99de7b23-6902-4bb6-b510-4b02237e96ab 2019-01-03 10:05:19,169 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet 2019-01-03 10:05:19,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" -d '{"subnets": [{"ip_version": 4, "network_id": "4d210a29-d5cd-4c65-8ad6-ba5d17af373e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]}' 2019-01-03 10:05:19,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8749bb09-4d4d-421f-b1fe-a5a5bce91ef6 Date: Thu, 03 Jan 2019 10:05:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:05:19,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-8749bb09-4d4d-421f-b1fe-a5a5bce91ef6 2019-01-03 10:05:19,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:19,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-f40a624f-50b2-46db-8569-f8ff2b2469d2 Date: Thu, 03 Jan 2019 10:05:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6157ca17-c586-43c3-a795-8d86e2bd7c12"],"description":"","tags":[],"updated_at":"2019-01-03T10:05:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:05:19,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-f40a624f-50b2-46db-8569-f8ff2b2469d2 2019-01-03 10:05:19,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:05:20,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e62c486f-6bf3-4148-9e0b-99db5b63eff8 Date: Thu, 03 Jan 2019 10:05:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:05:20,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-e62c486f-6bf3-4148-9e0b-99db5b63eff8 2019-01-03 10:05:20,311 - OpenStackNetwork - DEBUG - Network [4d210a29-d5cd-4c65-8ad6-ba5d17af373e] created successfully 2019-01-03 10:05:20,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:05:20,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:20,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["X7rsRjAHRbShcmkFXODVDg"], "issued_at": "2019-01-03T10:05:20.000000Z"}} 2019-01-03 10:05:20,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3228011d755ffb836102eb2e3e362b326ca48d0" 2019-01-03 10:05:20,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07565a5d-6414-4202-b96c-cfd8451f8a85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:20,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-07565a5d-6414-4202-b96c-cfd8451f8a85 2019-01-03 10:05:20,795 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:05:20,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3228011d755ffb836102eb2e3e362b326ca48d0" 2019-01-03 10:05:20,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-031cf425-fa8e-4aa4-98be-77a6801a2856 x-compute-request-id: req-031cf425-fa8e-4aa4-98be-77a6801a2856 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:05:20,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-031cf425-fa8e-4aa4-98be-77a6801a2856 2019-01-03 10:05:20,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3228011d755ffb836102eb2e3e362b326ca48d0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:05:21,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-9bd778f5-a7e8-4014-be6a-4be8bbc790b7 x-compute-request-id: req-9bd778f5-a7e8-4014-be6a-4be8bbc790b7 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:05:21,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9bd778f5-a7e8-4014-be6a-4be8bbc790b7 2019-01-03 10:05:21,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:05:21,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:05:21,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:05:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["iU_Jyt4mQFepzshAXcVpXg"], "issued_at": "2019-01-03T10:05:21.000000Z"}} 2019-01-03 10:05:21,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83370f3358d7a46e1d885e8fd4d693525aa71010" 2019-01-03 10:05:21,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3835f87f-a9dc-4449-b586-ee1943d987a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:05:21,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3835f87f-a9dc-4449-b586-ee1943d987a3 2019-01-03 10:05:21,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:21,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-0f2e5c84-d195-470e-98e7-00a46947eeeb Date: Thu, 03 Jan 2019 10:05:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6157ca17-c586-43c3-a795-8d86e2bd7c12"],"description":"","tags":[],"updated_at":"2019-01-03T10:05:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:05:21,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net used request id req-0f2e5c84-d195-470e-98e7-00a46947eeeb 2019-01-03 10:05:21,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:21,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e7ad6323-b0c9-4a7f-b749-68a072b39de3 Date: Thu, 03 Jan 2019 10:05:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:05:21,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-e7ad6323-b0c9-4a7f-b749-68a072b39de3 2019-01-03 10:05:21,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:22,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-e7c99fa4-f062-46ec-bc03-f1e04e24eef4 Date: Thu, 03 Jan 2019 10:05:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6157ca17-c586-43c3-a795-8d86e2bd7c12"],"description":"","tags":[],"updated_at":"2019-01-03T10:05:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:05:22,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net used request id req-e7c99fa4-f062-46ec-bc03-f1e04e24eef4 2019-01-03 10:05:22,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:05:22,222 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:05:22,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83370f3358d7a46e1d885e8fd4d693525aa71010" 2019-01-03 10:05:22,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf7cf45-3d9f-4a0f-b13d-654a2cf74d30 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:05:22,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-1cf7cf45-3d9f-4a0f-b13d-654a2cf74d30 2019-01-03 10:05:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:22,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3574077b-779b-4b3a-999c-ecf33c44f6f5 Date: Thu, 03 Jan 2019 10:05:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:05:22,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-3574077b-779b-4b3a-999c-ecf33c44f6f5 2019-01-03 10:05:22,555 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net 2019-01-03 10:05:22,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" -d '{"port": {"network_id": "4d210a29-d5cd-4c65-8ad6-ba5d17af373e", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port", "admin_state_up": true}}' 2019-01-03 10:05:23,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-2711b85b-e4cc-436a-8cd4-0ee4fa7850be Date: Thu, 03 Jan 2019 10:05:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:05:22Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.13"}],"id":"ae40220b-4745-43cb-a3ca-953c47be7486","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:bc:34","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:22Z","binding:vnic_type":"normal"}} 2019-01-03 10:05:23,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2711b85b-e4cc-436a-8cd4-0ee4fa7850be 2019-01-03 10:05:23,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:23,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-4a9b02d2-1848-45f8-875e-e0728c608d7f Date: Thu, 03 Jan 2019 10:05:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6157ca17-c586-43c3-a795-8d86e2bd7c12"],"description":"","tags":[],"updated_at":"2019-01-03T10:05:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:05:23,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net used request id req-4a9b02d2-1848-45f8-875e-e0728c608d7f 2019-01-03 10:05:23,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:05:23,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:05: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:05:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:23,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5976ee9-f2e6-4223-9d19-0ad34b2a8504 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:05:23,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-f5976ee9-f2e6-4223-9d19-0ad34b2a8504 2019-01-03 10:05:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cedfce6c-256c-484f-83b0-958aac521115 Date: Thu, 03 Jan 2019 10:05:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:05:24,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-cedfce6c-256c-484f-83b0-958aac521115 2019-01-03 10:05:24,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-74b658b9-e475-437b-902b-bd95d550ab22 Date: Thu, 03 Jan 2019 10:05:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:05:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.13"}],"id":"ae40220b-4745-43cb-a3ca-953c47be7486","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:39:bc:34","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port","admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:22Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:05:24,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port&admin_state_up=True used request id req-74b658b9-e475-437b-902b-bd95d550ab22 2019-01-03 10:05:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5e8041-c47b-454d-a809-636c0b5c2f70 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:05:24,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-0d5e8041-c47b-454d-a809-636c0b5c2f70 2019-01-03 10:05:24,150 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-vm_inst 2019-01-03 10:05:24,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-d59b915d-3e6e-4318-9587-9dd29bf4c4e0 x-compute-request-id: req-d59b915d-3e6e-4318-9587-9dd29bf4c4e0 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-flavor-name"}]} 2019-01-03 10:05:24,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d59b915d-3e6e-4318-9587-9dd29bf4c4e0 2019-01-03 10:05:24,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-f4ad8cb2-8cf4-49bc-ab1f-2ff6ef6fa8e2 x-compute-request-id: req-f4ad8cb2-8cf4-49bc-ab1f-2ff6ef6fa8e2 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:05:24,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78 used request id req-f4ad8cb2-8cf4-49bc-ab1f-2ff6ef6fa8e2 2019-01-03 10:05:24,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:24,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-54d1e814-0e90-4252-baa7-0ef9744b306e Date: Thu, 03 Jan 2019 10:05:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:05:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:05:15Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "metadata": {}}], "self": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "min_disk": 0, "protected": false, "id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "file": "/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image"} 2019-01-03 10:05:24,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image used request id req-54d1e814-0e90-4252-baa7-0ef9744b306e 2019-01-03 10:05:24,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:25,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3e37b478-2a83-4292-bb81-417b541ae331 Date: Thu, 03 Jan 2019 10:05: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"}}} 2019-01-03 10:05:25,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3e37b478-2a83-4292-bb81-417b541ae331 2019-01-03 10:05:25,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" -d '{"server": {"name": "NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "imageRef": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "flavorRef": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "max_count": 1, "min_count": 1, "networks": [{"port": "ae40220b-4745-43cb-a3ca-953c47be7486"}]}}' 2019-01-03 10:05:27,473 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:05: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-1a0dc197-8d1b-445b-972a-8c554c41db97 x-compute-request-id: req-1a0dc197-8d1b-445b-972a-8c554c41db97 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "adminPass": "LjdK7uCyFm9a"}} 2019-01-03 10:05:27,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-1a0dc197-8d1b-445b-972a-8c554c41db97 2019-01-03 10:05:27,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:28,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-3e4996aa-c8d2-409e-9459-9dcd5bf7a88b x-compute-request-id: req-3e4996aa-c8d2-409e-9459-9dcd5bf7a88b Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:27Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:28,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-3e4996aa-c8d2-409e-9459-9dcd5bf7a88b 2019-01-03 10:05:28,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:28,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-2111f6aa-cf18-4502-bb7f-a915688da913 x-compute-request-id: req-2111f6aa-cf18-4502-bb7f-a915688da913 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:28Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:28,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-2111f6aa-cf18-4502-bb7f-a915688da913 2019-01-03 10:05:31,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:32,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-7c59cc0b-e65a-4c60-a03d-bba6516a87b6 x-compute-request-id: req-7c59cc0b-e65a-4c60-a03d-bba6516a87b6 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:32,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-7c59cc0b-e65a-4c60-a03d-bba6516a87b6 2019-01-03 10:05:35,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:36,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c2e68af-65dc-4d42-93da-60bb5639e9f1 x-compute-request-id: req-6c2e68af-65dc-4d42-93da-60bb5639e9f1 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:36,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-6c2e68af-65dc-4d42-93da-60bb5639e9f1 2019-01-03 10:05:39,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:39,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-610fc1d0-ea2b-4946-b53a-65435b717cd8 x-compute-request-id: req-610fc1d0-ea2b-4946-b53a-65435b717cd8 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:39,704 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-610fc1d0-ea2b-4946-b53a-65435b717cd8 2019-01-03 10:05:42,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:43,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-9c38947f-d5c0-4475-a76a-2041def8a89e x-compute-request-id: req-9c38947f-d5c0-4475-a76a-2041def8a89e 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:43,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-9c38947f-d5c0-4475-a76a-2041def8a89e 2019-01-03 10:05:46,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:47,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-bf03761e-f3ee-4c60-86d1-5645b0908d08 x-compute-request-id: req-bf03761e-f3ee-4c60-86d1-5645b0908d08 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:47,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-bf03761e-f3ee-4c60-86d1-5645b0908d08 2019-01-03 10:05:50,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:50,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-edb13295-aa94-40b7-a586-9f4704579db6 x-compute-request-id: req-edb13295-aa94-40b7-a586-9f4704579db6 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:50,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-edb13295-aa94-40b7-a586-9f4704579db6 2019-01-03 10:05:53,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:54,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-19aab505-6e2d-4f62-9144-7b15eb28cf5a x-compute-request-id: req-19aab505-6e2d-4f62-9144-7b15eb28cf5a 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:54,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-19aab505-6e2d-4f62-9144-7b15eb28cf5a 2019-01-03 10:05:57,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:05:57,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:05: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-3b6b0e29-00e0-40ae-ae20-342c33aa9f1c x-compute-request-id: req-3b6b0e29-00e0-40ae-ae20-342c33aa9f1c 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.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:05:30Z", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:05:57,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-3b6b0e29-00e0-40ae-ae20-342c33aa9f1c 2019-01-03 10:06:00,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:01,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-3c2f67a3-60d6-4046-b4a0-2ebb95ad1ad3 x-compute-request-id: req-3c2f67a3-60d6-4046-b4a0-2ebb95ad1ad3 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:00Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:01,159 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-3c2f67a3-60d6-4046-b4a0-2ebb95ad1ad3 2019-01-03 10:06:04,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:05,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-c5919e83-4040-463d-b268-f04454f81849 x-compute-request-id: req-c5919e83-4040-463d-b268-f04454f81849 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:bc:34", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:00Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:05,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-c5919e83-4040-463d-b268-f04454f81849 2019-01-03 10:06:08,276 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:08,841 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-55be8dc9-dd3c-4a2b-9aa4-e759563a2c37 x-compute-request-id: req-55be8dc9-dd3c-4a2b-9aa4-e759563a2c37 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:bc:34", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:00Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:08,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-55be8dc9-dd3c-4a2b-9aa4-e759563a2c37 2019-01-03 10:06:11,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:12,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6f92a8d-05fd-44c9-a815-cad1b6caa1b3 x-compute-request-id: req-a6f92a8d-05fd-44c9-a815-cad1b6caa1b3 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:bc:34", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-03T10:06:10.000000", "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:10Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:12,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-a6f92a8d-05fd-44c9-a815-cad1b6caa1b3 2019-01-03 10:06:12,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:12,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-2ac56173-8cf5-4e6e-ae8f-6f3fbea988a9 x-compute-request-id: req-2ac56173-8cf5-4e6e-ae8f-6f3fbea988a9 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:bc:34", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3", "rel": "bookmark"}], "image": {"id": "a57da579-305e-4ce2-bf1c-36a2bc55eb19", "links": [{"href": "http://172.30.9.28:8774/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2019-01-03T10:06:10.000000", "flavor": {"id": "7578eb76-63ca-434a-8f52-8b2a5726cf78", "links": [{"href": "http://172.30.9.28:8774/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78", "rel": "bookmark"}]}, "id": "2f33994b-8e1d-4665-87e4-8ba6895158a3", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:10Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-431878ed-c89b-449a-a840-1930a70441bd-vm_inst", "created": "2019-01-03T10:05:27Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:12,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-2ac56173-8cf5-4e6e-ae8f-6f3fbea988a9 2019-01-03 10:06:12,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:13,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-51112ab5-4347-48a8-80a1-2d3b9ae0120d Date: Thu, 03 Jan 2019 10:06:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":26,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["6157ca17-c586-43c3-a795-8d86e2bd7c12"],"description":"","tags":[],"updated_at":"2019-01-03T10:05:19Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:18Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:13,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net used request id req-51112ab5-4347-48a8-80a1-2d3b9ae0120d 2019-01-03 10:06:13,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:13,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46948156-39c8-4dc5-bab4-91a1c3933627 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:13,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-46948156-39c8-4dc5-bab4-91a1c3933627 2019-01-03 10:06:13,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:13,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4d078e4f-c2ae-44cd-841e-785c5e2ab361 Date: Thu, 03 Jan 2019 10:06:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","dns_nameservers":[],"updated_at":"2019-01-03T10:05:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","subnetpool_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet"}]} 2019-01-03 10:06:13,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-4d078e4f-c2ae-44cd-841e-785c5e2ab361 2019-01-03 10:06:13,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:13,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3877 X-Openstack-Request-Id: req-9a9ba6ee-5b77-44d7-a9b5-84c100e17f58 Date: Thu, 03 Jan 2019 10:06:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:05:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.3"}],"id":"74bd8213-cb9a-4e81-9555-3d87fea98bc2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6b:de:09","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d210a29-d5cd-4c65-8ad6-ba5d17af373e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:05:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.4"}],"id":"9a73ec2a-cbe1-40d5-8b40-787ec6fbada7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:aa:2e:5e","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:21Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d210a29-d5cd-4c65-8ad6-ba5d17af373e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.13"}],"id":"ae40220b-4745-43cb-a3ca-953c47be7486","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:bc:34","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port","admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:22Z","binding:vnic_type":"normal","device_id":"2f33994b-8e1d-4665-87e4-8ba6895158a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:05:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6157ca17-c586-43c3-a795-8d86e2bd7c12","ip_address":"10.55.0.2"}],"id":"b7d195dc-cba8-4261-8adf-adfb60a438aa","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:32:cd","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d210a29-d5cd-4c65-8ad6-ba5d17af373e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:05:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d210a29-d5cd-4c65-8ad6-ba5d17af373e"}]} 2019-01-03 10:06:13,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-9a9ba6ee-5b77-44d7-a9b5-84c100e17f58 2019-01-03 10:06:13,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:13,786 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:06: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-ac7c4c9a-3bee-4adb-a721-a3727d984d0e x-compute-request-id: req-ac7c4c9a-3bee-4adb-a721-a3727d984d0e Content-Type: application/json 2019-01-03 10:06:13,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/2f33994b-8e1d-4665-87e4-8ba6895158a3 used request id req-ac7c4c9a-3bee-4adb-a721-a3727d984d0e 2019-01-03 10:06:13,787 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-port 2019-01-03 10:06:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/ae40220b-4745-43cb-a3ca-953c47be7486 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f726128e4604e7bb33a39619cdf27a9ffcd9e827" 2019-01-03 10:06:14,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41a3b32e-913e-4ed4-bf5f-1e841659f346 Date: Thu, 03 Jan 2019 10:06:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:06:14,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/ae40220b-4745-43cb-a3ca-953c47be7486 used request id req-41a3b32e-913e-4ed4-bf5f-1e841659f346 2019-01-03 10:06:14,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3228011d755ffb836102eb2e3e362b326ca48d0" 2019-01-03 10:06:14,475 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:06:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4dc070f7-e307-4fa9-bd97-fd803dcc903b x-compute-request-id: req-4dc070f7-e307-4fa9-bd97-fd803dcc903b Content-Length: 0 Content-Type: application/json 2019-01-03 10:06:14,475 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7578eb76-63ca-434a-8f52-8b2a5726cf78 used request id req-4dc070f7-e307-4fa9-bd97-fd803dcc903b 2019-01-03 10:06:14,476 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet 2019-01-03 10:06:14,477 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-subnet 2019-01-03 10:06:14,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6157ca17-c586-43c3-a795-8d86e2bd7c12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:06:16,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cd86f21-dfcb-42b7-9d1f-9c3e74853e3f Date: Thu, 03 Jan 2019 10:06:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:06:16,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6157ca17-c586-43c3-a795-8d86e2bd7c12 used request id req-6cd86f21-dfcb-42b7-9d1f-9c3e74853e3f 2019-01-03 10:06:16,944 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-net 2019-01-03 10:06:16,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/4d210a29-d5cd-4c65-8ad6-ba5d17af373e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a23986158b77bf8c29b8e633685857e4183c45e" 2019-01-03 10:06:18,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbc2fb9e-897a-44f4-a607-4123849408b3 Date: Thu, 03 Jan 2019 10:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:06:18,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4d210a29-d5cd-4c65-8ad6-ba5d17af373e used request id req-fbc2fb9e-897a-44f4-a607-4123849408b3 2019-01-03 10:06:18,130 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-431878ed-c89b-449a-a840-1930a70441bd-image 2019-01-03 10:06:18,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d6cdd8596f247e65254d536fdfb7bc51edf4ffb8" 2019-01-03 10:06:20,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa02f011-6265-4b7b-aa57-1929937ea151 Date: Thu, 03 Jan 2019 10:06:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:06:20,042 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a57da579-305e-4ce2-bf1c-36a2bc55eb19 used request id req-fa02f011-6265-4b7b-aa57-1929937ea151 2019-01-03 10:06:20,044 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:06:20,047 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:06:20,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:20,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:20,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["z2t6ZuGrRDOsjUDRYFwjzQ"], "issued_at": "2019-01-03T10:06:20.000000Z"}} 2019-01-03 10:06:20,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:20,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5c082f-95fd-4231-85aa-ab0a4152a2d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:20,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef5c082f-95fd-4231-85aa-ab0a4152a2d1 2019-01-03 10:06:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:21,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-891a1438-a0a7-4cb4-96cb-5bf06cc65eab Date: Thu, 03 Jan 2019 10:06:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image"} 2019-01-03 10:06:21,148 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image used request id req-891a1438-a0a7-4cb4-96cb-5bf06cc65eab 2019-01-03 10:06:21,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:21,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da3ebc31-ed55-4fd6-91b4-14eb23180926 Date: Thu, 03 Jan 2019 10:06: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"}}} 2019-01-03 10:06:21,317 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-da3ebc31-ed55-4fd6-91b4-14eb23180926 2019-01-03 10:06:21,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image"}' 2019-01-03 10:06:22,043 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 X-Openstack-Request-Id: req-5d652312-37ec-40d0-af6a-e45036f4758b Date: Thu, 03 Jan 2019 10:06:22 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:06:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:06:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2", "min_disk": 0, "protected": false, "id": "fa1562aa-c756-4952-ace0-a179f49958a2", "file": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:06:22,043 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-5d652312-37ec-40d0-af6a-e45036f4758b 2019-01-03 10:06:22,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" -d '' 2019-01-03 10:06:24,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a422fd2b-65c3-4587-8feb-72e0852a9f58 Date: Thu, 03 Jan 2019 10:06:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:06:24,046 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file used request id req-a422fd2b-65c3-4587-8feb-72e0852a9f58 2019-01-03 10:06:24,047 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:06:24,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:24,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2558ddb6-02d3-4462-ad4f-740e0ddb6fea Date: Thu, 03 Jan 2019 10:06:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:06:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:06:24Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "metadata": {}}], "self": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2", "min_disk": 0, "protected": false, "id": "fa1562aa-c756-4952-ace0-a179f49958a2", "file": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:06:24,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 used request id req-2558ddb6-02d3-4462-ad4f-740e0ddb6fea 2019-01-03 10:06:24,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:24,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-15193204-8e26-4c3d-9b7c-57e7da83f7f2 Date: Thu, 03 Jan 2019 10:06: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"}}} 2019-01-03 10:06:24,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-15193204-8e26-4c3d-9b7c-57e7da83f7f2 2019-01-03 10:06:24,680 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image 2019-01-03 10:06:24,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:06:24,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ebf05df3-9251-40f8-92c5-f8b56099e91c Date: Thu, 03 Jan 2019 10:06:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:06:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:06:24Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "metadata": {}}], "self": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2", "min_disk": 0, "protected": false, "id": "fa1562aa-c756-4952-ace0-a179f49958a2", "file": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:06:24,703 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 used request id req-ebf05df3-9251-40f8-92c5-f8b56099e91c 2019-01-03 10:06:24,704 - create_image - DEBUG - Instance status is - active 2019-01-03 10:06:24,704 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image 2019-01-03 10:06:24,704 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image 2019-01-03 10:06:24,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:24,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:25,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["M6YA8_5ISZuCR1wG6nN_Zw"], "issued_at": "2019-01-03T10:06:25.000000Z"}} 2019-01-03 10:06:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:25,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ba7573-dd8f-4848-af4d-f8536dd5e8d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:25,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-70ba7573-dd8f-4848-af4d-f8536dd5e8d2 2019-01-03 10:06:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:25,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4b876181-2752-4120-aabe-0d4435bf97b7 Date: Thu, 03 Jan 2019 10:06:25 GMT RESP BODY: {"networks":[]} 2019-01-03 10:06:25,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-4b876181-2752-4120-aabe-0d4435bf97b7 2019-01-03 10:06:25,386 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net 2019-01-03 10:06:25,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net", "admin_state_up": true}}' 2019-01-03 10:06:25,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-71d3b23a-c7cf-486f-83ca-1e706f06361a Date: Thu, 03 Jan 2019 10:06:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:06:25Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","mtu":1450}} 2019-01-03 10:06:25,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-71d3b23a-c7cf-486f-83ca-1e706f06361a 2019-01-03 10:06:25,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:26,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-f8676cd7-7b6f-4260-9a19-724c46c72657 Date: Thu, 03 Jan 2019 10:06:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:06:25Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:26,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-f8676cd7-7b6f-4260-9a19-724c46c72657 2019-01-03 10:06:26,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:26,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1cd0ce7e-c5b6-4b4b-b6a6-de7dee22f576 Date: Thu, 03 Jan 2019 10:06:26 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:06:26,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-1cd0ce7e-c5b6-4b4b-b6a6-de7dee22f576 2019-01-03 10:06:26,324 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet 2019-01-03 10:06:26,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" -d '{"subnets": [{"ip_version": 4, "network_id": "56d30f3f-c9bf-4be8-a086-0bd77c1a6dde", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]}' 2019-01-03 10:06:26,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e8438c0a-e69c-4619-b87d-b3bfa6ac6733 Date: Thu, 03 Jan 2019 10:06:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:26,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-e8438c0a-e69c-4619-b87d-b3bfa6ac6733 2019-01-03 10:06:26,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:26,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3b88c35a-2530-4298-b49e-e9bb4e50c9ae Date: Thu, 03 Jan 2019 10:06:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:26,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-3b88c35a-2530-4298-b49e-e9bb4e50c9ae 2019-01-03 10:06:27,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:06:27,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2ef388c5-456c-47f1-915e-0b765be97042 Date: Thu, 03 Jan 2019 10:06:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:27,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-2ef388c5-456c-47f1-915e-0b765be97042 2019-01-03 10:06:27,206 - OpenStackNetwork - DEBUG - Network [56d30f3f-c9bf-4be8-a086-0bd77c1a6dde] created successfully 2019-01-03 10:06:27,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:27,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:27,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["dVP9_8jFQKCJon4ItEkH0g"], "issued_at": "2019-01-03T10:06:27.000000Z"}} 2019-01-03 10:06:27,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc35c6e1c491a523df3b7712f63d93c808b766de" 2019-01-03 10:06:27,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7276dfc2-db1c-45ed-bd57-d0ed39b0ff76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:27,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7276dfc2-db1c-45ed-bd57-d0ed39b0ff76 2019-01-03 10:06:27,678 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:06:27,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc35c6e1c491a523df3b7712f63d93c808b766de" 2019-01-03 10:06:27,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-dae4e6bb-40e1-4233-87c0-0ebe2c3e3c7b x-compute-request-id: req-dae4e6bb-40e1-4233-87c0-0ebe2c3e3c7b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:06:27,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dae4e6bb-40e1-4233-87c0-0ebe2c3e3c7b 2019-01-03 10:06:27,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc35c6e1c491a523df3b7712f63d93c808b766de" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:06:28,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-78542f3f-8538-42f2-b805-5e59881f5e16 x-compute-request-id: req-78542f3f-8538-42f2-b805-5e59881f5e16 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "478a1628-51b1-4370-bd01-324325af4e4b", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:06:28,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-78542f3f-8538-42f2-b805-5e59881f5e16 2019-01-03 10:06:28,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:28,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:28,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["JITvDdzTThugZlaIX3nHgQ"], "issued_at": "2019-01-03T10:06:28.000000Z"}} 2019-01-03 10:06:28,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:06:28,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d13638-e5f7-4b0e-a313-68de91d957eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:28,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-88d13638-e5f7-4b0e-a313-68de91d957eb 2019-01-03 10:06:28,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:06:29,279 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:28 GMT Server: Apache x-compute-request-id: req-599d1e3e-5d60-445f-bb82-ca802052e778 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-599d1e3e-5d60-445f-bb82-ca802052e778 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 10:06:29,279 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-599d1e3e-5d60-445f-bb82-ca802052e778 2019-01-03 10:06:29,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "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}}' 2019-01-03 10:06:30,335 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:06:29 GMT Server: Apache x-compute-request-id: req-49aa3058-ece7-47cb-9c5a-87c3787ce5b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-49aa3058-ece7-47cb-9c5a-87c3787ce5b0 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "284288283f6d4dc38cafe6c5d0710616", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T10:06:30.192310", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1}} 2019-01-03 10:06:30,336 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes used request id req-49aa3058-ece7-47cb-9c5a-87c3787ce5b0 2019-01-03 10:06:30,339 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:06:31,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:30 GMT Server: Apache x-compute-request-id: req-b8f5d07a-561d-477d-b820-331508ad7dc2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8f5d07a-561d-477d-b820-331508ad7dc2 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:06:30.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:06:31,087 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-b8f5d07a-561d-477d-b820-331508ad7dc2 2019-01-03 10:06:31,088 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:06:31,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:06:31,850 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:31 GMT Server: Apache x-compute-request-id: req-a87dec75-63a4-43b7-ab84-7a6884ec4e3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a87dec75-63a4-43b7-ab84-7a6884ec4e3d Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:06:30.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:06:31,850 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-a87dec75-63a4-43b7-ab84-7a6884ec4e3d 2019-01-03 10:06:31,851 - create_volume - DEBUG - Instance status is - creating 2019-01-03 10:06:31,851 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 10:06:34,854 - create_volume - DEBUG - Volume status query timeout in 296.234167099 2019-01-03 10:06:34,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:06:34,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:34 GMT Server: Apache x-compute-request-id: req-df66d6e0-db08-493d-afe8-694642503650 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df66d6e0-db08-493d-afe8-694642503650 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:06:32.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:06:34,925 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-df66d6e0-db08-493d-afe8-694642503650 2019-01-03 10:06:34,925 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:06:34,926 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:06:34,926 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:06:34,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:34,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:35,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["gcxSZYHsRKe5uznk_iPbxw"], "issued_at": "2019-01-03T10:06:35.000000Z"}} 2019-01-03 10:06:35,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:35,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-983e8a4e-e9b9-4676-b227-166714e51da9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:35,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-983e8a4e-e9b9-4676-b227-166714e51da9 2019-01-03 10:06:35,411 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:06:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:35,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d56404-f9ee-4ef0-9440-3588a453636b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:35,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-19d56404-f9ee-4ef0-9440-3588a453636b 2019-01-03 10:06:35,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:35,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c99fe24c-ccc5-4f8e-9335-f659356393c9 Date: Thu, 03 Jan 2019 10:06:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:35,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-c99fe24c-ccc5-4f8e-9335-f659356393c9 2019-01-03 10:06:35,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:06:35,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:06:35,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:35,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfbcb88-0013-48ca-bdc6-f6f525c378b3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:35,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-4bfbcb88-0013-48ca-bdc6-f6f525c378b3 2019-01-03 10:06:35,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:36,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-79c1e794-0346-4f10-8291-ba9d287b5979 Date: Thu, 03 Jan 2019 10:06:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:36,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-79c1e794-0346-4f10-8291-ba9d287b5979 2019-01-03 10:06:36,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:36,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17d2338c-d7cb-4946-a762-f3836dce333b Date: Thu, 03 Jan 2019 10:06:36 GMT RESP BODY: {"ports":[]} 2019-01-03 10:06:36,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True used request id req-17d2338c-d7cb-4946-a762-f3836dce333b 2019-01-03 10:06:36,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:37,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8806291d-c8d2-4142-9c23-4bf138ac3b4d x-compute-request-id: req-8806291d-c8d2-4142-9c23-4bf138ac3b4d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:06:37,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst used request id req-8806291d-c8d2-4142-9c23-4bf138ac3b4d 2019-01-03 10:06:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:37,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a8191bc8-c5f0-43b0-b444-c636ff0e2efc Date: Thu, 03 Jan 2019 10:06:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:37,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-a8191bc8-c5f0-43b0-b444-c636ff0e2efc 2019-01-03 10:06:37,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:37,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee124182-505c-47de-b48c-b7d40560c6cc Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:37,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-ee124182-505c-47de-b48c-b7d40560c6cc 2019-01-03 10:06:37,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:37,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92e2ffab-aadf-44ed-979d-06567089dde2 Date: Thu, 03 Jan 2019 10:06:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:37,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-92e2ffab-aadf-44ed-979d-06567089dde2 2019-01-03 10:06:37,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:37,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e0c6a93a-0cbf-4cfe-b6f3-2c1bae5856fe Date: Thu, 03 Jan 2019 10:06:37 GMT RESP BODY: {"ports":[]} 2019-01-03 10:06:37,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True used request id req-e0c6a93a-0cbf-4cfe-b6f3-2c1bae5856fe 2019-01-03 10:06:37,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:06:37,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:38,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["OiIRroPhSHO_9Aq2S33UUA"], "issued_at": "2019-01-03T10:06:38.000000Z"}} 2019-01-03 10:06:38,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c924919ff592edeabc0882e275711f091615fcf" 2019-01-03 10:06:38,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e5988b-0f79-46fa-a72d-ae853ed1dfa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:38,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e9e5988b-0f79-46fa-a72d-ae853ed1dfa3 2019-01-03 10:06:38,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:38,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c639c14b-8697-42db-b38b-aae3334661b5 Date: Thu, 03 Jan 2019 10:06:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:38,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-c639c14b-8697-42db-b38b-aae3334661b5 2019-01-03 10:06:38,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:38,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-de938524-c42e-4ac5-9755-890b0061933b Date: Thu, 03 Jan 2019 10:06:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:38,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-de938524-c42e-4ac5-9755-890b0061933b 2019-01-03 10:06:38,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:38,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-62aa65b9-8276-43d4-905c-21860bcc5a8f Date: Thu, 03 Jan 2019 10:06:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:38,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-62aa65b9-8276-43d4-905c-21860bcc5a8f 2019-01-03 10:06:38,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:06:38,961 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:06: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:06:38,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c924919ff592edeabc0882e275711f091615fcf" 2019-01-03 10:06:39,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a1143f-8e01-4b07-988e-11e1689c3874 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:39,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-20a1143f-8e01-4b07-988e-11e1689c3874 2019-01-03 10:06:39,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:39,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a43fbdc5-6567-4ec4-b113-b8f7a443fc55 Date: Thu, 03 Jan 2019 10:06:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:39,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-a43fbdc5-6567-4ec4-b113-b8f7a443fc55 2019-01-03 10:06:39,101 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net 2019-01-03 10:06:39,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" -d '{"port": {"network_id": "56d30f3f-c9bf-4be8-a086-0bd77c1a6dde", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port", "admin_state_up": true}}' 2019-01-03 10:06:40,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-8984cef8-8462-4b59-a7ae-fe73955a734f Date: Thu, 03 Jan 2019 10:06:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:39Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:f0:50","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal"}} 2019-01-03 10:06:40,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-8984cef8-8462-4b59-a7ae-fe73955a734f 2019-01-03 10:06:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4b532a53-7927-47b3-b4c9-e088a2b4c649 Date: Thu, 03 Jan 2019 10:06:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:40,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-4b532a53-7927-47b3-b4c9-e088a2b4c649 2019-01-03 10:06:40,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82042f57-8e05-488d-b297-89c34d0f8acb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:40,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-82042f57-8e05-488d-b297-89c34d0f8acb 2019-01-03 10:06:40,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a676678b-b4a9-4aee-a31f-1210a5a9e4e4 Date: Thu, 03 Jan 2019 10:06:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:40,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-a676678b-b4a9-4aee-a31f-1210a5a9e4e4 2019-01-03 10:06:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-6d52f96c-4985-4246-aa3c-74b1438f0102 Date: Thu, 03 Jan 2019 10:06:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:06:40,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port&admin_state_up=True used request id req-6d52f96c-4985-4246-aa3c-74b1438f0102 2019-01-03 10:06:40,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168cadb2-f87d-4c96-92f3-7776bfec233a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:40,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-168cadb2-f87d-4c96-92f3-7776bfec233a 2019-01-03 10:06:40,567 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst 2019-01-03 10:06:40,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-6fe0f641-8cad-4fe6-8f06-2713e8cf4f7d x-compute-request-id: req-6fe0f641-8cad-4fe6-8f06-2713e8cf4f7d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-flavor"}]} 2019-01-03 10:06:40,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6fe0f641-8cad-4fe6-8f06-2713e8cf4f7d 2019-01-03 10:06:40,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-166f930b-fe89-40ad-8911-3a01c7188c90 x-compute-request-id: req-166f930b-fe89-40ad-8911-3a01c7188c90 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "478a1628-51b1-4370-bd01-324325af4e4b", "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:06:40,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b used request id req-166f930b-fe89-40ad-8911-3a01c7188c90 2019-01-03 10:06:40,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:40,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-55520be4-618b-4155-8b85-7b1df3937c88 Date: Thu, 03 Jan 2019 10:06:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:06:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:06:24Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "metadata": {}}], "self": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2", "min_disk": 0, "protected": false, "id": "fa1562aa-c756-4952-ace0-a179f49958a2", "file": "/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/fa1562aa-c756-4952-ace0-a179f49958a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image"} 2019-01-03 10:06:40,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image used request id req-55520be4-618b-4155-8b85-7b1df3937c88 2019-01-03 10:06:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:41,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-58576dab-e1f3-43fa-bf85-912543528781 Date: Thu, 03 Jan 2019 10:06: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"}}} 2019-01-03 10:06:41,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-58576dab-e1f3-43fa-bf85-912543528781 2019-01-03 10:06:41,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "imageRef": "fa1562aa-c756-4952-ace0-a179f49958a2", "flavorRef": "478a1628-51b1-4370-bd01-324325af4e4b", "max_count": 1, "min_count": 1, "networks": [{"port": "05924fb2-bc10-49bd-a5aa-93821b26c1ae"}]}}' 2019-01-03 10:06:44,313 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:06: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-4c636592-6109-4e39-a859-a114274b8cac x-compute-request-id: req-4c636592-6109-4e39-a859-a114274b8cac Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "adminPass": "nFs6kRcTY26o"}} 2019-01-03 10:06:44,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4c636592-6109-4e39-a859-a114274b8cac 2019-01-03 10:06:44,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:44,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-77ca1294-b0f4-4914-845c-c1a3b3d0ea0d x-compute-request-id: req-77ca1294-b0f4-4914-845c-c1a3b3d0ea0d 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.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:44Z", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:44,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-77ca1294-b0f4-4914-845c-c1a3b3d0ea0d 2019-01-03 10:06:44,582 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst 2019-01-03 10:06:44,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:44,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-1adad408-e229-498d-b71f-4cbe1e35fea1 x-compute-request-id: req-1adad408-e229-498d-b71f-4cbe1e35fea1 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.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:44Z", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:44,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-1adad408-e229-498d-b71f-4cbe1e35fea1 2019-01-03 10:06:44,809 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - BUILD 2019-01-03 10:06:44,809 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:06:47,812 - create_instance - DEBUG - VM status query timeout in 896.770703077 2019-01-03 10:06:47,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:48,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c9850cb-caa2-4c5c-8b67-4701a686aecd x-compute-request-id: req-7c9850cb-caa2-4c5c-8b67-4701a686aecd Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:47Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:48,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-7c9850cb-caa2-4c5c-8b67-4701a686aecd 2019-01-03 10:06:48,382 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - BUILD 2019-01-03 10:06:48,383 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:06:51,386 - create_instance - DEBUG - VM status query timeout in 893.196773052 2019-01-03 10:06:51,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:52,039 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-860c8968-9c6d-4bf6-a097-59336db58587 x-compute-request-id: req-860c8968-9c6d-4bf6-a097-59336db58587 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:06:47Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:52,039 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-860c8968-9c6d-4bf6-a097-59336db58587 2019-01-03 10:06:52,040 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - BUILD 2019-01-03 10:06:52,040 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:06:55,043 - create_instance - DEBUG - VM status query timeout in 889.539402962 2019-01-03 10:06:55,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:55,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-3e759058-9c2d-40d3-a335-c8ef71ae490d x-compute-request-id: req-3e759058-9c2d-40d3-a335-c8ef71ae490d Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:52Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:55,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-3e759058-9c2d-40d3-a335-c8ef71ae490d 2019-01-03 10:06:55,523 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - ACTIVE 2019-01-03 10:06:55,523 - create_instance - INFO - VM is - ACTIVE 2019-01-03 10:06:55,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:56,060 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-87a80bb6-d754-4207-bbbe-03602fd71617 x-compute-request-id: req-87a80bb6-d754-4207-bbbe-03602fd71617 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:52Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:56,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-87a80bb6-d754-4207-bbbe-03602fd71617 2019-01-03 10:06:56,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:56,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fd22b813-598c-40e0-8fe9-ce16acaf614f Date: Thu, 03 Jan 2019 10:06:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:56,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-fd22b813-598c-40e0-8fe9-ce16acaf614f 2019-01-03 10:06:56,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:56,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-217e745b-09cd-412b-a60c-380b7dc92665 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:56,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-217e745b-09cd-412b-a60c-380b7dc92665 2019-01-03 10:06:56,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:56,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-50aa5874-0cbd-412d-a06c-9c679c43c0bf Date: Thu, 03 Jan 2019 10:06:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:56,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-50aa5874-0cbd-412d-a06c-9c679c43c0bf 2019-01-03 10:06:56,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:56,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-25d9e727-3ee9-49d7-b033-05a99693ba7f Date: Thu, 03 Jan 2019 10:06:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:06:56,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-25d9e727-3ee9-49d7-b033-05a99693ba7f 2019-01-03 10:06:56,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:06:56,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:06:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["NNWPn1blTgCa_dS39zjuzQ"], "issued_at": "2019-01-03T10:06:56.000000Z"}} 2019-01-03 10:06:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:06:57,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d425e0a8-fbcb-40ab-8fcb-5aa2a87f4064 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:06:57,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d425e0a8-fbcb-40ab-8fcb-5aa2a87f4064 2019-01-03 10:06:57,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:57,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-553c3b20-5199-40e0-9eec-5666b24a69a0 x-compute-request-id: req-553c3b20-5199-40e0-9eec-5666b24a69a0 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:52Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:06:57,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-553c3b20-5199-40e0-9eec-5666b24a69a0 2019-01-03 10:06:57,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:57,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1b360cbd-e531-4d02-ae7e-4654ef0ca80d Date: Thu, 03 Jan 2019 10:06:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:06:57,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-1b360cbd-e531-4d02-ae7e-4654ef0ca80d 2019-01-03 10:06:57,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:57,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce89eed-8229-4837-8315-42009981451f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:06:57,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-5ce89eed-8229-4837-8315-42009981451f 2019-01-03 10:06:57,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:57,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-66e4e89c-6de1-4d56-a517-b33a282e5840 Date: Thu, 03 Jan 2019 10:06:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:06:57,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-66e4e89c-6de1-4d56-a517-b33a282e5840 2019-01-03 10:06:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:06:57,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3c7de486-5bfc-46dc-91d6-3e16d2b91280 Date: Thu, 03 Jan 2019 10:06:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:06:57,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-3c7de486-5bfc-46dc-91d6-3e16d2b91280 2019-01-03 10:06:57,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" -d '{"volumeAttachment": {"volumeId": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}}' 2019-01-03 10:07:00,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:06: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-50bebe47-b199-4c5a-91e9-aece562ac731 x-compute-request-id: req-50bebe47-b199-4c5a-91e9-aece562ac731 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "volumeId": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}} 2019-01-03 10:07:00,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb/os-volume_attachments used request id req-50bebe47-b199-4c5a-91e9-aece562ac731 2019-01-03 10:07:00,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:01,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-7975bf53-e959-4b17-b2a0-03dd0adf6257 x-compute-request-id: req-7975bf53-e959-4b17-b2a0-03dd0adf6257 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:06:52Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "metadata": {}}} 2019-01-03 10:07:01,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-7975bf53-e959-4b17-b2a0-03dd0adf6257 2019-01-03 10:07:01,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:01,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2c661ea8-eb49-4c15-a051-d666693d8c42 Date: Thu, 03 Jan 2019 10:07:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:01,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-2c661ea8-eb49-4c15-a051-d666693d8c42 2019-01-03 10:07:01,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:07:01,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:07:01,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:01,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d4501d-e906-4a98-ba99-d8eacc398fa4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:01,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-27d4501d-e906-4a98-ba99-d8eacc398fa4 2019-01-03 10:07:01,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:02,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd16e1de-76c0-458a-960b-1876618ee494 Date: Thu, 03 Jan 2019 10:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:02,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-dd16e1de-76c0-458a-960b-1876618ee494 2019-01-03 10:07:02,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:02,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-21f9519a-4043-4a23-92af-f770f4cb0daf Date: Thu, 03 Jan 2019 10:07:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:02,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-21f9519a-4043-4a23-92af-f770f4cb0daf 2019-01-03 10:07:02,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:02,472 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:02 GMT Server: Apache x-compute-request-id: req-1a6a1ee7-a448-406f-96bc-f4e0573d3a2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a6a1ee7-a448-406f-96bc-f4e0573d3a2d Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:00.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:07:02,472 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-1a6a1ee7-a448-406f-96bc-f4e0573d3a2d 2019-01-03 10:07:05,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1a6a1ee7-a448-406f-96bc-f4e0573d3a2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:06,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:05 GMT Server: Apache x-compute-request-id: req-72a4f176-caa2-4551-b97a-84fbc40a1dcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72a4f176-caa2-4551-b97a-84fbc40a1dcc Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "attachment_id": "097af19c-b6a8-4c73-9975-827c09e29dff", "attached_at": "2019-01-03T10:07:05.000000", "host_name": null, "volume_id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "device": "/dev/vdb", "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:05.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:07:06,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-72a4f176-caa2-4551-b97a-84fbc40a1dcc 2019-01-03 10:07:06,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:06,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5887e2b-4e4e-44ac-a91a-974ddcf99081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:06,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c5887e2b-4e4e-44ac-a91a-974ddcf99081 2019-01-03 10:07:06,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:07,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-2e96cd97-7efb-49e0-ab4d-30aa8e58ac14 x-compute-request-id: req-2e96cd97-7efb-49e0-ab4d-30aa8e58ac14 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "metadata": {}}} 2019-01-03 10:07:07,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-2e96cd97-7efb-49e0-ab4d-30aa8e58ac14 2019-01-03 10:07:07,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:07,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fb90c170-fe6a-49ad-81b5-6acaf677fae7 Date: Thu, 03 Jan 2019 10:07:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:07,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-fb90c170-fe6a-49ad-81b5-6acaf677fae7 2019-01-03 10:07:07,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:07,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e8c4df-60d6-4d64-9af1-2568efd18a21 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:07,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e5e8c4df-60d6-4d64-9af1-2568efd18a21 2019-01-03 10:07:07,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:07,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c19685a3-0d9a-4003-83b5-2667699f0d71 Date: Thu, 03 Jan 2019 10:07:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:07,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-c19685a3-0d9a-4003-83b5-2667699f0d71 2019-01-03 10:07:07,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:07,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-478ed5b6-18c3-4ce9-a86f-5b5c9cc64e2d Date: Thu, 03 Jan 2019 10:07:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:07,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-478ed5b6-18c3-4ce9-a86f-5b5c9cc64e2d 2019-01-03 10:07:07,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:08,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7c17c19-31d6-4b64-b9a7-d5ba11447e4f x-compute-request-id: req-a7c17c19-31d6-4b64-b9a7-d5ba11447e4f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "metadata": {}}} 2019-01-03 10:07:08,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-a7c17c19-31d6-4b64-b9a7-d5ba11447e4f 2019-01-03 10:07:08,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:08,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-24543f8a-ed58-487b-9ad8-1c42e5803a5a Date: Thu, 03 Jan 2019 10:07:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:08,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-24543f8a-ed58-487b-9ad8-1c42e5803a5a 2019-01-03 10:07:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:08,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd6633a-f3ce-4bc6-8053-ad2c754d90b1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:08,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9dd6633a-f3ce-4bc6-8053-ad2c754d90b1 2019-01-03 10:07:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:08,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6d2c2dd-759f-4abe-8b0b-94c11ada4b18 Date: Thu, 03 Jan 2019 10:07:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:08,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-a6d2c2dd-759f-4abe-8b0b-94c11ada4b18 2019-01-03 10:07:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:08,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-d4dcbbe2-d5a8-4aaa-928d-d5382648cd9d Date: Thu, 03 Jan 2019 10:07:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:08,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-d4dcbbe2-d5a8-4aaa-928d-d5382648cd9d 2019-01-03 10:07:08,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:09,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-ec017cae-1bfa-4fef-bd3b-c8db4d082206 x-compute-request-id: req-ec017cae-1bfa-4fef-bd3b-c8db4d082206 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "metadata": {}}} 2019-01-03 10:07:09,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-ec017cae-1bfa-4fef-bd3b-c8db4d082206 2019-01-03 10:07:09,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:09,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-20fabd05-c309-412d-b430-bc5d6d1de2a1 Date: Thu, 03 Jan 2019 10:07:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:09,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-20fabd05-c309-412d-b430-bc5d6d1de2a1 2019-01-03 10:07:09,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:09,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a55d02d-6a86-4eaf-ba3b-d630aa24e1f6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:09,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-3a55d02d-6a86-4eaf-ba3b-d630aa24e1f6 2019-01-03 10:07:09,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:10,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3befcc17-447d-468b-b46e-6f23af6f930b Date: Thu, 03 Jan 2019 10:07:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:10,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-3befcc17-447d-468b-b46e-6f23af6f930b 2019-01-03 10:07:10,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:10,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-fae3e727-b220-4ebd-ae5c-ee44751b68f4 Date: Thu, 03 Jan 2019 10:07:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:10,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-fae3e727-b220-4ebd-ae5c-ee44751b68f4 2019-01-03 10:07:10,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb/os-volume_attachments/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:11,351 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-0040e1cd-51e7-4dac-bfbb-7e8968b4684a x-compute-request-id: req-0040e1cd-51e7-4dac-bfbb-7e8968b4684a Content-Length: 0 Content-Type: application/json 2019-01-03 10:07:11,352 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb/os-volume_attachments/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-0040e1cd-51e7-4dac-bfbb-7e8968b4684a 2019-01-03 10:07:11,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:12,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-36fa2774-bfd7-4332-91aa-040f09d20637 x-compute-request-id: req-36fa2774-bfd7-4332-91aa-040f09d20637 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6"}], "metadata": {}}} 2019-01-03 10:07:12,065 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-36fa2774-bfd7-4332-91aa-040f09d20637 2019-01-03 10:07:12,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:12,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4681ab2c-131f-4c2b-8eca-4cf32655dd4d Date: Thu, 03 Jan 2019 10:07:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:12,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-4681ab2c-131f-4c2b-8eca-4cf32655dd4d 2019-01-03 10:07:12,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1376eb-c71f-4b74-9139-a36e9b568947 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:12,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-7b1376eb-c71f-4b74-9139-a36e9b568947 2019-01-03 10:07:12,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:12,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1bf85a61-fdee-4567-b765-3862a2aec05f Date: Thu, 03 Jan 2019 10:07:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:12,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-1bf85a61-fdee-4567-b765-3862a2aec05f 2019-01-03 10:07:12,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:12,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4c348582-04c8-49aa-aa7c-37cd99d45d1c Date: Thu, 03 Jan 2019 10:07:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:12,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-4c348582-04c8-49aa-aa7c-37cd99d45d1c 2019-01-03 10:07:15,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:16,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b176943-4516-4285-bbd5-a68b3d18a4a6 x-compute-request-id: req-0b176943-4516-4285-bbd5-a68b3d18a4a6 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:16,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-0b176943-4516-4285-bbd5-a68b3d18a4a6 2019-01-03 10:07:16,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:16,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7d2f5dde-e51e-4407-b4d9-db0ea9072b6a Date: Thu, 03 Jan 2019 10:07:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:16,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-7d2f5dde-e51e-4407-b4d9-db0ea9072b6a 2019-01-03 10:07:16,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:16,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9615d29c-b5f5-4da5-ba93-a900cc2a3e52 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:16,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9615d29c-b5f5-4da5-ba93-a900cc2a3e52 2019-01-03 10:07:16,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:17,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-799c2927-dd1c-4991-a911-fe3a08219bc4 Date: Thu, 03 Jan 2019 10:07:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:17,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-799c2927-dd1c-4991-a911-fe3a08219bc4 2019-01-03 10:07:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:17,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7f6403eb-587a-43a7-afb8-225ea58e46e2 Date: Thu, 03 Jan 2019 10:07:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:17,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-7f6403eb-587a-43a7-afb8-225ea58e46e2 2019-01-03 10:07:17,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1a6a1ee7-a448-406f-96bc-f4e0573d3a2d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:18,180 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:17 GMT Server: Apache x-compute-request-id: req-ea73412c-d632-4368-834f-eed323396014 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea73412c-d632-4368-834f-eed323396014 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:11.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:07:18,180 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-ea73412c-d632-4368-834f-eed323396014 2019-01-03 10:07:18,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:19,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-2938f3eb-88cc-4e40-b534-8fe753299a6a x-compute-request-id: req-2938f3eb-88cc-4e40-b534-8fe753299a6a Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:19,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-2938f3eb-88cc-4e40-b534-8fe753299a6a 2019-01-03 10:07:19,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:19,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-88d15106-263d-4d3f-9c69-2b54b453ae70 Date: Thu, 03 Jan 2019 10:07:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:19,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-88d15106-263d-4d3f-9c69-2b54b453ae70 2019-01-03 10:07:19,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:19,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-878b448a-986f-4fd5-b415-03a187578934 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:19,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-878b448a-986f-4fd5-b415-03a187578934 2019-01-03 10:07:19,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:19,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-626f4018-5928-477a-8516-b4bd9a1b4185 Date: Thu, 03 Jan 2019 10:07:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:19,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-626f4018-5928-477a-8516-b4bd9a1b4185 2019-01-03 10:07:19,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:19,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-b2b538c1-a36c-49bb-8fec-361993483054 Date: Thu, 03 Jan 2019 10:07:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:19,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-b2b538c1-a36c-49bb-8fec-361993483054 2019-01-03 10:07:19,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:20,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-a7487c6e-8c67-4176-93de-ef6dc59139f2 x-compute-request-id: req-a7487c6e-8c67-4176-93de-ef6dc59139f2 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:30:f0:50", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:04Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:20,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-a7487c6e-8c67-4176-93de-ef6dc59139f2 2019-01-03 10:07:20,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:21,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d2c880a1-f1a1-4dd1-bb3e-a40c74c78b7b Date: Thu, 03 Jan 2019 10:07:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":67,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["54261d49-9d19-4f56-bc03-4bdb248fdda1"],"description":"","tags":[],"updated_at":"2019-01-03T10:06:26Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:25Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:21,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net used request id req-d2c880a1-f1a1-4dd1-bb3e-a40c74c78b7b 2019-01-03 10:07:21,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:21,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb67f809-438c-4b85-8723-4adf43b9b52c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:21,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-bb67f809-438c-4b85-8723-4adf43b9b52c 2019-01-03 10:07:21,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:21,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-384b9d51-e74e-4e7b-a259-809fc1f71b85 Date: Thu, 03 Jan 2019 10:07:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","dns_nameservers":[],"updated_at":"2019-01-03T10:06:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet"}]} 2019-01-03 10:07:21,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-384b9d51-e74e-4e7b-a259-809fc1f71b85 2019-01-03 10:07:21,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f4eaa8015665156a9e73e841340d9fa43984305" 2019-01-03 10:07:21,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-559edc35-ebfc-43e0-aadd-b2b3d0fa087e Date: Thu, 03 Jan 2019 10:07:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.11"}],"id":"05924fb2-bc10-49bd-a5aa-93821b26c1ae","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:30:f0:50","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:39Z","binding:vnic_type":"normal","device_id":"b62ea368-82d7-4955-a220-f8e11e3dd1fb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.2"}],"id":"53d532e4-594d-4acb-a240-89545e3e78a2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:0a:ef","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:26Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.4"}],"id":"7ce94f9a-2aad-4712-b0b5-58aeb381a758","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:b1:f8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:06:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"54261d49-9d19-4f56-bc03-4bdb248fdda1","ip_address":"10.55.0.3"}],"id":"ddc540e1-4191-4d88-a5e5-79a997108bb5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:31:18:7f","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"56d30f3f-c9bf-4be8-a086-0bd77c1a6dde","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:06:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-56d30f3f-c9bf-4be8-a086-0bd77c1a6dde"}]} 2019-01-03 10:07:21,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-559edc35-ebfc-43e0-aadd-b2b3d0fa087e 2019-01-03 10:07:21,495 - create_instance - INFO - Deleting Port with ID - 05924fb2-bc10-49bd-a5aa-93821b26c1ae 2019-01-03 10:07:21,495 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-port 2019-01-03 10:07:21,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/05924fb2-bc10-49bd-a5aa-93821b26c1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:22,015 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf80ec63-73bb-451b-b7d3-9663c44b6136 Date: Thu, 03 Jan 2019 10:07:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:07:22,015 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/05924fb2-bc10-49bd-a5aa-93821b26c1ae used request id req-cf80ec63-73bb-451b-b7d3-9663c44b6136 2019-01-03 10:07:22,016 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst 2019-01-03 10:07:22,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:22,353 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-b2137d0c-4c99-456b-a3da-be6e6d41c2a4 x-compute-request-id: req-b2137d0c-4c99-456b-a3da-be6e6d41c2a4 Content-Type: application/json 2019-01-03 10:07:22,353 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-b2137d0c-4c99-456b-a3da-be6e6d41c2a4 2019-01-03 10:07:22,353 - create_instance - INFO - Checking deletion status 2019-01-03 10:07:22,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:22,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-32409122-2e69-4592-aae8-9a752b10d7d9 x-compute-request-id: req-32409122-2e69-4592-aae8-9a752b10d7d9 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:22Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:22,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-32409122-2e69-4592-aae8-9a752b10d7d9 2019-01-03 10:07:22,778 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - ACTIVE 2019-01-03 10:07:22,779 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:07:25,782 - create_instance - DEBUG - VM status query timeout in 296.571619987 2019-01-03 10:07:25,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:26,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3be7d163-4402-46e1-bb18-1a9c4bb01caf x-compute-request-id: req-3be7d163-4402-46e1-bb18-1a9c4bb01caf Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:22Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:26,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-3be7d163-4402-46e1-bb18-1a9c4bb01caf 2019-01-03 10:07:26,053 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - ACTIVE 2019-01-03 10:07:26,053 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:07:29,056 - create_instance - DEBUG - VM status query timeout in 293.297472954 2019-01-03 10:07:29,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:29,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9f74eae-cad2-4055-ad22-c8fa78094024 x-compute-request-id: req-e9f74eae-cad2-4055-ad22-c8fa78094024 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb", "rel": "bookmark"}], "image": {"id": "fa1562aa-c756-4952-ace0-a179f49958a2", "links": [{"href": "http://172.30.9.28:8774/images/fa1562aa-c756-4952-ace0-a179f49958a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2019-01-03T10:06:52.000000", "flavor": {"id": "478a1628-51b1-4370-bd01-324325af4e4b", "links": [{"href": "http://172.30.9.28:8774/flavors/478a1628-51b1-4370-bd01-324325af4e4b", "rel": "bookmark"}]}, "id": "b62ea368-82d7-4955-a220-f8e11e3dd1fb", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:07:22Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst", "created": "2019-01-03T10:06:44Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:07:29,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-e9f74eae-cad2-4055-ad22-c8fa78094024 2019-01-03 10:07:29,307 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst] is - ACTIVE 2019-01-03 10:07:29,307 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:07:32,311 - create_instance - DEBUG - VM status query timeout in 290.042706013 2019-01-03 10:07:32,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc690779deb86313ebf4178ccf276e098079e9e2" 2019-01-03 10:07:32,371 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:07: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-3fc52a95-7ec2-4d43-985c-3f9dc9ed4ff7 x-compute-request-id: req-3fc52a95-7ec2-4d43-985c-3f9dc9ed4ff7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b62ea368-82d7-4955-a220-f8e11e3dd1fb could not be found.", "code": 404}} 2019-01-03 10:07:32,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b62ea368-82d7-4955-a220-f8e11e3dd1fb used request id req-3fc52a95-7ec2-4d43-985c-3f9dc9ed4ff7 2019-01-03 10:07:32,371 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b62ea368-82d7-4955-a220-f8e11e3dd1fb could not be found. (HTTP 404) (Request-ID: req-3fc52a95-7ec2-4d43-985c-3f9dc9ed4ff7) 2019-01-03 10:07:32,372 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-vm_inst 2019-01-03 10:07:32,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:07:32,425 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:32 GMT Server: Apache x-compute-request-id: req-22556bc5-f566-47ec-951c-c9d14a36b002 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-22556bc5-f566-47ec-951c-c9d14a36b002 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:11.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:07:32,425 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-22556bc5-f566-47ec-951c-c9d14a36b002 2019-01-03 10:07:32,426 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:07:32,426 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:07:32,426 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:07:32,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:07:33,248 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:07:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9dfce7e-b926-4870-8c1a-75f1f511ddd1 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. 2019-01-03 10:07:33,248 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-e9dfce7e-b926-4870-8c1a-75f1f511ddd1 2019-01-03 10:07:33,251 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:07:34,011 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:33 GMT Server: Apache x-compute-request-id: req-a53b02e6-cf04-402f-9178-e8c40c241f59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a53b02e6-cf04-402f-9178-e8c40c241f59 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:33.000000", "replication_status": null, "snapshot_id": null, "id": "096b6c3f-4c51-49ce-bced-b48bd2a556f6", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb", "bootable": "false", "created_at": "2019-01-03T10:06:30.000000", "volume_type": null}} 2019-01-03 10:07:34,011 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-a53b02e6-cf04-402f-9178-e8c40c241f59 2019-01-03 10:07:34,012 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 10:07:34,012 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 10:07:37,016 - create_volume - DEBUG - Volume status query timeout in 56.2331879139 2019-01-03 10:07:37,019 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-599d1e3e-5d60-445f-bb82-ca802052e778" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b39aa010ac979c8b65da0697861139c9532cae2" 2019-01-03 10:07:37,803 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:07:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2d806612-4054-442f-b527-c3560e7218ad x-openstack-request-id: req-2d806612-4054-442f-b527-c3560e7218ad Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 096b6c3f-4c51-49ce-bced-b48bd2a556f6 could not be found.", "code": 404}} 2019-01-03 10:07:37,803 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/096b6c3f-4c51-49ce-bced-b48bd2a556f6 used request id req-2d806612-4054-442f-b527-c3560e7218ad 2019-01-03 10:07:37,803 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 096b6c3f-4c51-49ce-bced-b48bd2a556f6 could not be found. (HTTP 404) (Request-ID: req-2d806612-4054-442f-b527-c3560e7218ad) 2019-01-03 10:07:37,803 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb 2019-01-03 10:07:37,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc35c6e1c491a523df3b7712f63d93c808b766de" 2019-01-03 10:07:37,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-bfaf20e2-f8a5-4327-9c2b-b31b837f2b3e x-compute-request-id: req-bfaf20e2-f8a5-4327-9c2b-b31b837f2b3e Content-Length: 0 Content-Type: application/json 2019-01-03 10:07:37,846 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/478a1628-51b1-4370-bd01-324325af4e4b used request id req-bfaf20e2-f8a5-4327-9c2b-b31b837f2b3e 2019-01-03 10:07:37,847 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet 2019-01-03 10:07:37,847 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-subnet 2019-01-03 10:07:37,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/54261d49-9d19-4f56-bc03-4bdb248fdda1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:07:39,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d065ba5-8dc5-4a74-a854-fde4fcc4f4dd Date: Thu, 03 Jan 2019 10:07:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:07:39,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/54261d49-9d19-4f56-bc03-4bdb248fdda1 used request id req-5d065ba5-8dc5-4a74-a854-fde4fcc4f4dd 2019-01-03 10:07:39,980 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-net 2019-01-03 10:07:39,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/56d30f3f-c9bf-4be8-a086-0bd77c1a6dde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e107bd4053119643e6dc50f1ed4fd2bb940d18c" 2019-01-03 10:07:41,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18d16e7e-8658-476f-92b8-c407e6cf2d73 Date: Thu, 03 Jan 2019 10:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:07:41,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/56d30f3f-c9bf-4be8-a086-0bd77c1a6dde used request id req-18d16e7e-8658-476f-92b8-c407e6cf2d73 2019-01-03 10:07:41,460 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-8e79633c-83cf-43ea-b8d9-0bc8b5fd44eb-image 2019-01-03 10:07:41,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef9bb6ab8b0790a57542e7ccc9b9cbcfa744b120" 2019-01-03 10:07:42,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e5d5a9ed-49ed-43b4-80b5-0af1523dac50 Date: Thu, 03 Jan 2019 10:07:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:07:42,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/fa1562aa-c756-4952-ace0-a179f49958a2 used request id req-e5d5a9ed-49ed-43b4-80b5-0af1523dac50 2019-01-03 10:07:42,785 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:07:42,788 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:07:42,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:42,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:43,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Kmvgl7jqSlKZO82qnN5GRQ"], "issued_at": "2019-01-03T10:07:43.000000Z"}} 2019-01-03 10:07:43,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:43,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de71202-6e77-47a9-9384-0f6f0d28ba32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:43,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7de71202-6e77-47a9-9384-0f6f0d28ba32 2019-01-03 10:07:43,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:43,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-fbfcf404-5965-475c-822f-6608d1e333f7 Date: Thu, 03 Jan 2019 10:07:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image"} 2019-01-03 10:07:43,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image used request id req-fbfcf404-5965-475c-822f-6608d1e333f7 2019-01-03 10:07:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:44,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-30e6c0f1-1d32-463e-9779-9d916e5eae19 Date: Thu, 03 Jan 2019 10:07: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"}}} 2019-01-03 10:07:44,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-30e6c0f1-1d32-463e-9779-9d916e5eae19 2019-01-03 10:07:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image"}' 2019-01-03 10:07:44,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 X-Openstack-Request-Id: req-02c3c2d6-4e2b-4f69-a29d-e9624d5dfcf1 Date: Thu, 03 Jan 2019 10:07:44 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:07:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:07:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "min_disk": 0, "protected": false, "id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "file": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:07:44,359 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-02c3c2d6-4e2b-4f69-a29d-e9624d5dfcf1 2019-01-03 10:07:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" -d '' 2019-01-03 10:07:45,890 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1268a60-a46e-4ae9-afbb-40640af81be3 Date: Thu, 03 Jan 2019 10:07:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:07:45,890 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file used request id req-c1268a60-a46e-4ae9-afbb-40640af81be3 2019-01-03 10:07:45,891 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:07:45,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:46,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-59f50e8e-2766-4361-99ca-51a26037ade1 Date: Thu, 03 Jan 2019 10:07:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:07:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:07:45Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "metadata": {}}], "self": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "min_disk": 0, "protected": false, "id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "file": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:07:46,070 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 used request id req-59f50e8e-2766-4361-99ca-51a26037ade1 2019-01-03 10:07:46,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:46,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c643579-9e4c-456d-8353-97c393c353c3 Date: Thu, 03 Jan 2019 10:07: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"}}} 2019-01-03 10:07:46,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5c643579-9e4c-456d-8353-97c393c353c3 2019-01-03 10:07:46,640 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image 2019-01-03 10:07:46,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:07:47,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-371cda1f-950a-46de-939f-2e7acf8a4f61 Date: Thu, 03 Jan 2019 10:07:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:07:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:07:45Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "metadata": {}}], "self": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "min_disk": 0, "protected": false, "id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "file": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:07:47,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 used request id req-371cda1f-950a-46de-939f-2e7acf8a4f61 2019-01-03 10:07:47,277 - create_image - DEBUG - Instance status is - active 2019-01-03 10:07:47,277 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image 2019-01-03 10:07:47,277 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image 2019-01-03 10:07:47,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:47,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:47,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["1D-d-h2mTbqZFht-Riv-Fw"], "issued_at": "2019-01-03T10:07:47.000000Z"}} 2019-01-03 10:07:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:47,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-104c7f2b-bcf6-49d7-9cb4-3a6b61bdf3e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:47,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-104c7f2b-bcf6-49d7-9cb4-3a6b61bdf3e0 2019-01-03 10:07:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:47,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dc3e5c8a-d347-482f-8b90-bdc88f67886b Date: Thu, 03 Jan 2019 10:07:47 GMT RESP BODY: {"networks":[]} 2019-01-03 10:07:47,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-dc3e5c8a-d347-482f-8b90-bdc88f67886b 2019-01-03 10:07:47,859 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net 2019-01-03 10:07:47,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net", "admin_state_up": true}}' 2019-01-03 10:07:48,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-8f5c2181-0b82-47e5-b920-87a766eccf07 Date: Thu, 03 Jan 2019 10:07:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:07:48Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","mtu":1450}} 2019-01-03 10:07:48,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8f5c2181-0b82-47e5-b920-87a766eccf07 2019-01-03 10:07:48,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:48,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3407a779-8170-4340-ab15-72d21ed56c55 Date: Thu, 03 Jan 2019 10:07:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:07:48Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:48,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-3407a779-8170-4340-ab15-72d21ed56c55 2019-01-03 10:07:48,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:48,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7771354-209b-4857-88b6-4009559693b7 Date: Thu, 03 Jan 2019 10:07:48 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:07:48,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-a7771354-209b-4857-88b6-4009559693b7 2019-01-03 10:07:48,716 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet 2019-01-03 10:07:48,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" -d '{"subnets": [{"ip_version": 4, "network_id": "9712f26e-385e-4bb8-9810-36c78a2d904e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]}' 2019-01-03 10:07:49,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cabfcedc-ed40-436d-a1f9-d207b4cbaa85 Date: Thu, 03 Jan 2019 10:07:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:49,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-cabfcedc-ed40-436d-a1f9-d207b4cbaa85 2019-01-03 10:07:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:49,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-af49cbfd-01e4-44a4-b63c-1ef2a669106e Date: Thu, 03 Jan 2019 10:07:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:49,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-af49cbfd-01e4-44a4-b63c-1ef2a669106e 2019-01-03 10:07:49,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:07:49,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c685f73a-5175-4613-91f3-254b3158414d Date: Thu, 03 Jan 2019 10:07:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:49,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-c685f73a-5175-4613-91f3-254b3158414d 2019-01-03 10:07:49,677 - OpenStackNetwork - DEBUG - Network [9712f26e-385e-4bb8-9810-36c78a2d904e] created successfully 2019-01-03 10:07:49,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:49,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:50,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["aoAUW81bQwSALIWame6Pyw"], "issued_at": "2019-01-03T10:07:50.000000Z"}} 2019-01-03 10:07:50,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c794d1fc5de5e36841a8d3f34dd522f0d7fc4f80" 2019-01-03 10:07:50,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099fd6c3-eddf-4b66-be21-948ed4b84e98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:50,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-099fd6c3-eddf-4b66-be21-948ed4b84e98 2019-01-03 10:07:50,132 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:07:50,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c794d1fc5de5e36841a8d3f34dd522f0d7fc4f80" 2019-01-03 10:07:50,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-54149b42-375c-4897-985a-f2339bf241bb x-compute-request-id: req-54149b42-375c-4897-985a-f2339bf241bb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:07:50,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-54149b42-375c-4897-985a-f2339bf241bb 2019-01-03 10:07:50,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c794d1fc5de5e36841a8d3f34dd522f0d7fc4f80" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:07:50,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-5cb40d20-5a95-4a0c-9401-afa54e50c008 x-compute-request-id: req-5cb40d20-5a95-4a0c-9401-afa54e50c008 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:07:50,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5cb40d20-5a95-4a0c-9401-afa54e50c008 2019-01-03 10:07:50,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:50,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:50,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["8LUpdHL7Sy68x0xmyhlGpg"], "issued_at": "2019-01-03T10:07:50.000000Z"}} 2019-01-03 10:07:50,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:07:50,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c82f77-239e-4518-96a5-b7ef050772fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:50,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c6c82f77-239e-4518-96a5-b7ef050772fc 2019-01-03 10:07:50,925 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:07:51,144 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:50 GMT Server: Apache x-compute-request-id: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 10:07:51,144 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0 2019-01-03 10:07:51,148 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26", "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}}' 2019-01-03 10:07:51,468 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:07:51 GMT Server: Apache x-compute-request-id: req-3977edc0-b6ba-4d3a-8b9a-4c288a619cd5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3977edc0-b6ba-4d3a-8b9a-4c288a619cd5 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "284288283f6d4dc38cafe6c5d0710616", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T10:07:51.371339", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "size": 1}} 2019-01-03 10:07:51,468 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes used request id req-3977edc0-b6ba-4d3a-8b9a-4c288a619cd5 2019-01-03 10:07:51,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:07:51,671 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:51 GMT Server: Apache x-compute-request-id: req-c0f3ed31-67cd-415a-9ec8-188276cd6236 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0f3ed31-67cd-415a-9ec8-188276cd6236 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:51.000000", "replication_status": null, "snapshot_id": null, "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-9dfceb26-9882-4dc9-982f-bcff853fca26", "bootable": "false", "created_at": "2019-01-03T10:07:51.000000", "volume_type": null}} 2019-01-03 10:07:51,671 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-c0f3ed31-67cd-415a-9ec8-188276cd6236 2019-01-03 10:07:51,672 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:07:51,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:07:52,536 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:51 GMT Server: Apache x-compute-request-id: req-e9acf4f3-6561-4265-b4ae-cc709a69da41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9acf4f3-6561-4265-b4ae-cc709a69da41 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:07:51.000000", "replication_status": null, "snapshot_id": null, "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-9dfceb26-9882-4dc9-982f-bcff853fca26", "bootable": "false", "created_at": "2019-01-03T10:07:51.000000", "volume_type": null}} 2019-01-03 10:07:52,536 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-e9acf4f3-6561-4265-b4ae-cc709a69da41 2019-01-03 10:07:52,537 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:07:52,537 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:07:52,537 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:07:52,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:52,538 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:52,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["xb8Dnq8PQ5-UkmzCnUglbQ"], "issued_at": "2019-01-03T10:07:52.000000Z"}} 2019-01-03 10:07:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b28dae-0038-4174-bdb2-286ad348988a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:53,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e9b28dae-0038-4174-bdb2-286ad348988a 2019-01-03 10:07:53,014 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:07:53,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c95b15-1a2b-4499-bf5d-3ad2ddfe7d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:53,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f6c95b15-1a2b-4499-bf5d-3ad2ddfe7d72 2019-01-03 10:07:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1b059d42-149f-48b2-8b02-9486feb805a8 Date: Thu, 03 Jan 2019 10:07:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:53,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-1b059d42-149f-48b2-8b02-9486feb805a8 2019-01-03 10:07:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:07:53,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:07:53,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175d1794-8de1-470d-bbcd-1ca19923c7c9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:53,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-175d1794-8de1-470d-bbcd-1ca19923c7c9 2019-01-03 10:07:53,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eaf34059-a5e4-4add-84f2-ebb1191a5d30 Date: Thu, 03 Jan 2019 10:07:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:53,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-eaf34059-a5e4-4add-84f2-ebb1191a5d30 2019-01-03 10:07:53,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:53,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-181b1dc6-4001-488f-a780-84c4fda81950 Date: Thu, 03 Jan 2019 10:07:53 GMT RESP BODY: {"ports":[]} 2019-01-03 10:07:53,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True used request id req-181b1dc6-4001-488f-a780-84c4fda81950 2019-01-03 10:07:53,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:54,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-82a2cc91-c214-48bc-8ba8-428b7b0dd8fe x-compute-request-id: req-82a2cc91-c214-48bc-8ba8-428b7b0dd8fe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:07:54,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst used request id req-82a2cc91-c214-48bc-8ba8-428b7b0dd8fe 2019-01-03 10:07:54,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:54,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ca4fb678-792e-476f-a5a5-94bf39a5be29 Date: Thu, 03 Jan 2019 10:07:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:54,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-ca4fb678-792e-476f-a5a5-94bf39a5be29 2019-01-03 10:07:54,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:54,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc25573a-a000-47a9-a95d-efff1aead42f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:54,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-fc25573a-a000-47a9-a95d-efff1aead42f 2019-01-03 10:07:54,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:54,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cc19783f-b570-4271-91d6-dca1c8812a5c Date: Thu, 03 Jan 2019 10:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:54,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-cc19783f-b570-4271-91d6-dca1c8812a5c 2019-01-03 10:07:54,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:54,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c2fa80dc-10c0-4ddb-b753-44718207b28e Date: Thu, 03 Jan 2019 10:07:54 GMT RESP BODY: {"ports":[]} 2019-01-03 10:07:54,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True used request id req-c2fa80dc-10c0-4ddb-b753-44718207b28e 2019-01-03 10:07:54,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:07:54,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:07:55,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:07:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["U0A06fXSR-i2iYSsKgXD0w"], "issued_at": "2019-01-03T10:07:55.000000Z"}} 2019-01-03 10:07:55,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f49c16d097795d85305c7807e670115a891c9e" 2019-01-03 10:07:55,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef684b28-394b-4d5f-8c02-5411e662a810 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:07:55,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef684b28-394b-4d5f-8c02-5411e662a810 2019-01-03 10:07:55,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:55,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0ca7486b-57f8-4b9b-a352-d6f5d5358eae Date: Thu, 03 Jan 2019 10:07:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:55,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-0ca7486b-57f8-4b9b-a352-d6f5d5358eae 2019-01-03 10:07:55,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:55,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d225e508-7718-4b8e-8603-2e839f7fedd7 Date: Thu, 03 Jan 2019 10:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:55,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-d225e508-7718-4b8e-8603-2e839f7fedd7 2019-01-03 10:07:55,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:55,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-37f12b96-515c-476b-ae2a-edf935df87a3 Date: Thu, 03 Jan 2019 10:07:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:55,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-37f12b96-515c-476b-ae2a-edf935df87a3 2019-01-03 10:07:55,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:07:55,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:07:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:07:55,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1f49c16d097795d85305c7807e670115a891c9e" 2019-01-03 10:07:55,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de7f5e4-b9cd-4217-81a4-fc05990147c9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:55,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-6de7f5e4-b9cd-4217-81a4-fc05990147c9 2019-01-03 10:07:55,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:56,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e7581898-fbfb-431b-956f-7b0ee3b33de7 Date: Thu, 03 Jan 2019 10:07:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:56,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-e7581898-fbfb-431b-956f-7b0ee3b33de7 2019-01-03 10:07:56,099 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net 2019-01-03 10:07:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" -d '{"port": {"network_id": "9712f26e-385e-4bb8-9810-36c78a2d904e", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port", "admin_state_up": true}}' 2019-01-03 10:07:57,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-6822e530-83e8-46b5-8afb-48a6fb02f6a0 Date: Thu, 03 Jan 2019 10:07:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:56Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.10"}],"id":"30f54dbd-337d-48a1-9c65-fb6195420305","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:4e:55","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:56Z","binding:vnic_type":"normal"}} 2019-01-03 10:07:57,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-6822e530-83e8-46b5-8afb-48a6fb02f6a0 2019-01-03 10:07:57,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:57,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e7f1e851-7d42-4ef2-82c1-04787c82784a Date: Thu, 03 Jan 2019 10:07:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:07:57,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-e7f1e851-7d42-4ef2-82c1-04787c82784a 2019-01-03 10:07:57,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:57,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2d274ac-25e0-4f83-8d14-e39debfd1348 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:57,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-d2d274ac-25e0-4f83-8d14-e39debfd1348 2019-01-03 10:07:57,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:57,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-11f9622a-eaa1-42d3-b705-e7572b4229d9 Date: Thu, 03 Jan 2019 10:07:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:07:57,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-11f9622a-eaa1-42d3-b705-e7572b4229d9 2019-01-03 10:07:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:57,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-eed60968-973c-437b-a0bc-d410fdd2313e Date: Thu, 03 Jan 2019 10:07:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.10"}],"id":"30f54dbd-337d-48a1-9c65-fb6195420305","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:4e:55","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:56Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:07:57,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port&admin_state_up=True used request id req-eed60968-973c-437b-a0bc-d410fdd2313e 2019-01-03 10:07:57,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:57,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af0d979d-4cb2-46ef-98c5-61704b1ebbbb Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:07:57,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-af0d979d-4cb2-46ef-98c5-61704b1ebbbb 2019-01-03 10:07:57,980 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst 2019-01-03 10:07:57,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:58,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-5baf1328-984c-47f1-84ef-a826a1dffd18 x-compute-request-id: req-5baf1328-984c-47f1-84ef-a826a1dffd18 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-flavor"}]} 2019-01-03 10:07:58,016 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5baf1328-984c-47f1-84ef-a826a1dffd18 2019-01-03 10:07:58,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:58,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:07: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-b9a9bb46-d7e9-4b4a-bfb9-1450bf88cd11 x-compute-request-id: req-b9a9bb46-d7e9-4b4a-bfb9-1450bf88cd11 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:07:58,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457 used request id req-b9a9bb46-d7e9-4b4a-bfb9-1450bf88cd11 2019-01-03 10:07:58,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:58,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-2d0aaff1-4b15-455c-a845-968e56279a0f Date: Thu, 03 Jan 2019 10:07:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:07:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:07:45Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "metadata": {}}], "self": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "min_disk": 0, "protected": false, "id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "file": "/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/29877cad-065d-4e05-bedc-3f5a9854edd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image"} 2019-01-03 10:07:58,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image used request id req-2d0aaff1-4b15-455c-a845-968e56279a0f 2019-01-03 10:07:58,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:07:58,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ebbea8d4-2e87-4a4b-8f88-116e932a8ce0 Date: Thu, 03 Jan 2019 10:07: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"}}} 2019-01-03 10:07:58,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ebbea8d4-2e87-4a4b-8f88-116e932a8ce0 2019-01-03 10:07:58,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "imageRef": "29877cad-065d-4e05-bedc-3f5a9854edd6", "flavorRef": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "max_count": 1, "min_count": 1, "networks": [{"port": "30f54dbd-337d-48a1-9c65-fb6195420305"}]}}' 2019-01-03 10:08:00,031 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:07: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-845511fd-ccc4-4e20-bfa0-35c11499a8a0 x-compute-request-id: req-845511fd-ccc4-4e20-bfa0-35c11499a8a0 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "adminPass": "o9iobDRfRCMb"}} 2019-01-03 10:08:00,032 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-845511fd-ccc4-4e20-bfa0-35c11499a8a0 2019-01-03 10:08:00,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:00,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a9a62ff-4730-4b9c-b88b-953135a08e7a x-compute-request-id: req-6a9a62ff-4730-4b9c-b88b-953135a08e7a 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.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:00,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-6a9a62ff-4730-4b9c-b88b-953135a08e7a 2019-01-03 10:08:00,272 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst 2019-01-03 10:08:00,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:00,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-930637a2-2c63-4ea9-bddc-3cfa4655e72f x-compute-request-id: req-930637a2-2c63-4ea9-bddc-3cfa4655e72f 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.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:00,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-930637a2-2c63-4ea9-bddc-3cfa4655e72f 2019-01-03 10:08:00,658 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - BUILD 2019-01-03 10:08:00,658 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:03,661 - create_instance - DEBUG - VM status query timeout in 896.610829115 2019-01-03 10:08:03,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:04,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-3ae90835-5790-4d41-83d8-7c53180e5197 x-compute-request-id: req-3ae90835-5790-4d41-83d8-7c53180e5197 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.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:03Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:04,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-3ae90835-5790-4d41-83d8-7c53180e5197 2019-01-03 10:08:04,102 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - BUILD 2019-01-03 10:08:04,102 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:07,105 - create_instance - DEBUG - VM status query timeout in 893.166769028 2019-01-03 10:08:07,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:07,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-2be5ba28-e730-4f82-97fe-456382729e54 x-compute-request-id: req-2be5ba28-e730-4f82-97fe-456382729e54 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:4e:55", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:03Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:07,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-2be5ba28-e730-4f82-97fe-456382729e54 2019-01-03 10:08:07,531 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - BUILD 2019-01-03 10:08:07,532 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:10,535 - create_instance - DEBUG - VM status query timeout in 889.736865044 2019-01-03 10:08:10,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:11,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3a2fb31-8dd0-4388-8609-c37a5d9cd46e x-compute-request-id: req-c3a2fb31-8dd0-4388-8609-c37a5d9cd46e Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:4e:55", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:08Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:11,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-c3a2fb31-8dd0-4388-8609-c37a5d9cd46e 2019-01-03 10:08:11,144 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - ACTIVE 2019-01-03 10:08:11,144 - create_instance - INFO - VM is - ACTIVE 2019-01-03 10:08:11,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:11,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-5195fafa-5dca-4d50-8501-42e8b2127192 x-compute-request-id: req-5195fafa-5dca-4d50-8501-42e8b2127192 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:4e:55", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:08Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:11,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-5195fafa-5dca-4d50-8501-42e8b2127192 2019-01-03 10:08:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:11,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9e8bc301-8ef8-48f1-9e26-450807afbeeb Date: Thu, 03 Jan 2019 10:08:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:11,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-9e8bc301-8ef8-48f1-9e26-450807afbeeb 2019-01-03 10:08:11,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:12,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f309eeda-33b4-4cb2-a515-6a34c7d8212e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:12,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-f309eeda-33b4-4cb2-a515-6a34c7d8212e 2019-01-03 10:08:12,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:12,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-77cf0c44-7692-4e47-8240-af759576b100 Date: Thu, 03 Jan 2019 10:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:08:12,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-77cf0c44-7692-4e47-8240-af759576b100 2019-01-03 10:08:12,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:12,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-9ea4a09d-caac-48a1-bf7f-ed589bfeba48 Date: Thu, 03 Jan 2019 10:08:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.10"}],"id":"30f54dbd-337d-48a1-9c65-fb6195420305","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:4e:55","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:56Z","binding:vnic_type":"normal","device_id":"fe9b056c-0d3c-4ad6-9c06-62deb598124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.4"}],"id":"9edc7160-acf1-4bd9-a964-1fc60b21d6b0","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:69:b8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9712f26e-385e-4bb8-9810-36c78a2d904e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.3"}],"id":"de76f476-7b68-4806-99a0-b2ab189308f6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:06:a3","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9712f26e-385e-4bb8-9810-36c78a2d904e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.2"}],"id":"ed6ed173-1521-4a94-8401-8798a40ffa2d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:f9:54","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9712f26e-385e-4bb8-9810-36c78a2d904e"}]} 2019-01-03 10:08:12,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-9ea4a09d-caac-48a1-bf7f-ed589bfeba48 2019-01-03 10:08:12,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:12,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ETjSNRUWQ2eyC8dQt03BIQ"], "issued_at": "2019-01-03T10:08:12.000000Z"}} 2019-01-03 10:08:12,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bdc494099c8b3452caad2db4c1df11f379cee77" 2019-01-03 10:08:13,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20dc80ce-3ba7-49a0-bfa5-56972481ba2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:13,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-20dc80ce-3ba7-49a0-bfa5-56972481ba2d 2019-01-03 10:08:13,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:13,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed6a73b2-c14d-49e4-8ef2-1c30c08052eb x-compute-request-id: req-ed6a73b2-c14d-49e4-8ef2-1c30c08052eb Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:4e:55", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:08Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:13,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-ed6a73b2-c14d-49e4-8ef2-1c30c08052eb 2019-01-03 10:08:13,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:13,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-efee7f4e-577e-49da-b274-b7761ebde7e9 Date: Thu, 03 Jan 2019 10:08:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9712f26e-385e-4bb8-9810-36c78a2d904e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["37492f9c-2943-443c-96b8-8cebd3394ff7"],"description":"","tags":[],"updated_at":"2019-01-03T10:07:49Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:48Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:13,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net used request id req-efee7f4e-577e-49da-b274-b7761ebde7e9 2019-01-03 10:08:13,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:13,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60df6404-82b8-4131-830b-dcd0cffde226 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:13,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-60df6404-82b8-4131-830b-dcd0cffde226 2019-01-03 10:08:13,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:13,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe0721d2-3737-4634-b1d6-476ffe0c313c Date: Thu, 03 Jan 2019 10:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","dns_nameservers":[],"updated_at":"2019-01-03T10:07:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"37492f9c-2943-443c-96b8-8cebd3394ff7","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet"}]} 2019-01-03 10:08:13,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-fe0721d2-3737-4634-b1d6-476ffe0c313c 2019-01-03 10:08:13,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:13,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-0e569c43-8967-4a59-aa7f-5bdc9f7947e0 Date: Thu, 03 Jan 2019 10:08:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.10"}],"id":"30f54dbd-337d-48a1-9c65-fb6195420305","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:4e:55","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:56Z","binding:vnic_type":"normal","device_id":"fe9b056c-0d3c-4ad6-9c06-62deb598124f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.4"}],"id":"9edc7160-acf1-4bd9-a964-1fc60b21d6b0","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:69:b8","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9712f26e-385e-4bb8-9810-36c78a2d904e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.3"}],"id":"de76f476-7b68-4806-99a0-b2ab189308f6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:06:a3","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9712f26e-385e-4bb8-9810-36c78a2d904e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:07:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"37492f9c-2943-443c-96b8-8cebd3394ff7","ip_address":"10.55.0.2"}],"id":"ed6ed173-1521-4a94-8401-8798a40ffa2d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:f9:54","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9712f26e-385e-4bb8-9810-36c78a2d904e","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:07:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9712f26e-385e-4bb8-9810-36c78a2d904e"}]} 2019-01-03 10:08:13,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-0e569c43-8967-4a59-aa7f-5bdc9f7947e0 2019-01-03 10:08:13,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bdc494099c8b3452caad2db4c1df11f379cee77" -d '{"volumeAttachment": {"volumeId": "d086a86c-5b8d-44d5-a0da-01b568252d9c"}}' 2019-01-03 10:08:15,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ddb37a3-7b83-48a1-8490-92a40961d44a x-compute-request-id: req-5ddb37a3-7b83-48a1-8490-92a40961d44a Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "volumeId": "d086a86c-5b8d-44d5-a0da-01b568252d9c"}} 2019-01-03 10:08:15,344 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f/os-volume_attachments used request id req-5ddb37a3-7b83-48a1-8490-92a40961d44a 2019-01-03 10:08:15,345 - create_instance - INFO - Deleting Port with ID - 30f54dbd-337d-48a1-9c65-fb6195420305 2019-01-03 10:08:15,345 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-port 2019-01-03 10:08:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/30f54dbd-337d-48a1-9c65-fb6195420305 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:15,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f952862b-1819-449b-8de7-465ce04f5a4b Date: Thu, 03 Jan 2019 10:08:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:08:15,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/30f54dbd-337d-48a1-9c65-fb6195420305 used request id req-f952862b-1819-449b-8de7-465ce04f5a4b 2019-01-03 10:08:15,759 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst 2019-01-03 10:08:15,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:16,060 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:08: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-4055d7a5-9f07-4682-9c6c-eb23c5fffc7f x-compute-request-id: req-4055d7a5-9f07-4682-9c6c-eb23c5fffc7f Content-Type: application/json 2019-01-03 10:08:16,060 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-4055d7a5-9f07-4682-9c6c-eb23c5fffc7f 2019-01-03 10:08:16,060 - create_instance - INFO - Checking deletion status 2019-01-03 10:08:16,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:16,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-e4b5e5f2-d846-4278-a8ad-4adff88b9136 x-compute-request-id: req-e4b5e5f2-d846-4278-a8ad-4adff88b9136 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:4e:55", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:15Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "d086a86c-5b8d-44d5-a0da-01b568252d9c"}], "metadata": {}}} 2019-01-03 10:08:16,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-e4b5e5f2-d846-4278-a8ad-4adff88b9136 2019-01-03 10:08:16,348 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - ACTIVE 2019-01-03 10:08:16,349 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:19,349 - create_instance - DEBUG - VM status query timeout in 296.711617947 2019-01-03 10:08:19,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:19,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-5d1ff9a6-1c5a-4613-9372-306178c60d86 x-compute-request-id: req-5d1ff9a6-1c5a-4613-9372-306178c60d86 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.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:17Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "d086a86c-5b8d-44d5-a0da-01b568252d9c"}], "metadata": {}}} 2019-01-03 10:08:19,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-5d1ff9a6-1c5a-4613-9372-306178c60d86 2019-01-03 10:08:19,752 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - ACTIVE 2019-01-03 10:08:19,752 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:22,755 - create_instance - DEBUG - VM status query timeout in 293.305099964 2019-01-03 10:08:22,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:23,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-b1afbf83-8334-4752-89c4-3fe0be3ed774 x-compute-request-id: req-b1afbf83-8334-4752-89c4-3fe0be3ed774 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.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f", "rel": "bookmark"}], "image": {"id": "29877cad-065d-4e05-bedc-3f5a9854edd6", "links": [{"href": "http://172.30.9.28:8774/images/29877cad-065d-4e05-bedc-3f5a9854edd6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2019-01-03T10:08:08.000000", "flavor": {"id": "51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "links": [{"href": "http://172.30.9.28:8774/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457", "rel": "bookmark"}]}, "id": "fe9b056c-0d3c-4ad6-9c06-62deb598124f", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:08:22Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst", "created": "2019-01-03T10:07:59Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "d086a86c-5b8d-44d5-a0da-01b568252d9c"}], "metadata": {}}} 2019-01-03 10:08:23,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-b1afbf83-8334-4752-89c4-3fe0be3ed774 2019-01-03 10:08:23,762 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst] is - ACTIVE 2019-01-03 10:08:23,762 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:26,763 - create_instance - DEBUG - VM status query timeout in 289.297380924 2019-01-03 10:08:26,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4cb1cd34e745a89cc4d2edd3dbc0525b0dc8af3" 2019-01-03 10:08:27,037 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:08:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12c48598-e2d3-4c87-8a91-8a5f6dcf759f x-compute-request-id: req-12c48598-e2d3-4c87-8a91-8a5f6dcf759f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fe9b056c-0d3c-4ad6-9c06-62deb598124f could not be found.", "code": 404}} 2019-01-03 10:08:27,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fe9b056c-0d3c-4ad6-9c06-62deb598124f used request id req-12c48598-e2d3-4c87-8a91-8a5f6dcf759f 2019-01-03 10:08:27,038 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fe9b056c-0d3c-4ad6-9c06-62deb598124f could not be found. (HTTP 404) (Request-ID: req-12c48598-e2d3-4c87-8a91-8a5f6dcf759f) 2019-01-03 10:08:27,038 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-vm_inst 2019-01-03 10:08:27,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:08:27,811 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:27 GMT Server: Apache x-compute-request-id: req-c1f38484-a21c-4301-a86f-2f0d6a4a8c6b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1f38484-a21c-4301-a86f-2f0d6a4a8c6b Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:08:18.000000", "replication_status": null, "snapshot_id": null, "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-9dfceb26-9882-4dc9-982f-bcff853fca26", "bootable": "false", "created_at": "2019-01-03T10:07:51.000000", "volume_type": null}} 2019-01-03 10:08:27,811 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-c1f38484-a21c-4301-a86f-2f0d6a4a8c6b 2019-01-03 10:08:27,812 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:08:27,812 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:08:27,812 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:08:27,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:08:28,642 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:08:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a996d273-913f-49ea-89f5-06b3a1641da0 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. 2019-01-03 10:08:28,642 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-a996d273-913f-49ea-89f5-06b3a1641da0 2019-01-03 10:08:28,646 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:08:28,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:28 GMT Server: Apache x-compute-request-id: req-f411e8b2-622f-4c07-8749-7dda177a2d6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f411e8b2-622f-4c07-8749-7dda177a2d6e Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:08:28.000000", "replication_status": null, "snapshot_id": null, "id": "d086a86c-5b8d-44d5-a0da-01b568252d9c", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-9dfceb26-9882-4dc9-982f-bcff853fca26", "bootable": "false", "created_at": "2019-01-03T10:07:51.000000", "volume_type": null}} 2019-01-03 10:08:28,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-f411e8b2-622f-4c07-8749-7dda177a2d6e 2019-01-03 10:08:28,849 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 10:08:28,849 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 10:08:31,852 - create_volume - DEBUG - Volume status query timeout in 56.7907149792 2019-01-03 10:08:31,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bece2c0a-bfd4-40bb-b00a-43c0b7525ac0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974f8f02053f2a068b040cdbb3d1979d60d6842d" 2019-01-03 10:08:32,607 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:08:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c93b18f4-6ed2-4c9c-aa6e-e67fec26ae02 x-openstack-request-id: req-c93b18f4-6ed2-4c9c-aa6e-e67fec26ae02 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume d086a86c-5b8d-44d5-a0da-01b568252d9c could not be found.", "code": 404}} 2019-01-03 10:08:32,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/d086a86c-5b8d-44d5-a0da-01b568252d9c used request id req-c93b18f4-6ed2-4c9c-aa6e-e67fec26ae02 2019-01-03 10:08:32,607 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume d086a86c-5b8d-44d5-a0da-01b568252d9c could not be found. (HTTP 404) (Request-ID: req-c93b18f4-6ed2-4c9c-aa6e-e67fec26ae02) 2019-01-03 10:08:32,607 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26 2019-01-03 10:08:32,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c794d1fc5de5e36841a8d3f34dd522f0d7fc4f80" 2019-01-03 10:08:32,641 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:08: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-cd5ea866-c92e-4b49-9069-428dbb1eb064 x-compute-request-id: req-cd5ea866-c92e-4b49-9069-428dbb1eb064 Content-Length: 0 Content-Type: application/json 2019-01-03 10:08:32,642 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/51a23abc-5b3c-4c3c-a546-f99e7d2b9457 used request id req-cd5ea866-c92e-4b49-9069-428dbb1eb064 2019-01-03 10:08:32,642 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet 2019-01-03 10:08:32,642 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-subnet 2019-01-03 10:08:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/37492f9c-2943-443c-96b8-8cebd3394ff7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:08:35,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35ffcf56-5e5d-4283-828c-7365a29063f4 Date: Thu, 03 Jan 2019 10:08:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:08:35,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/37492f9c-2943-443c-96b8-8cebd3394ff7 used request id req-35ffcf56-5e5d-4283-828c-7365a29063f4 2019-01-03 10:08:35,046 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-net 2019-01-03 10:08:35,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9712f26e-385e-4bb8-9810-36c78a2d904e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9de6302483095c1265f2f89ab2cde0c280f09351" 2019-01-03 10:08:36,693 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c05694ef-516e-4c99-8e19-dfece2f81f4e Date: Thu, 03 Jan 2019 10:08:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:08:36,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9712f26e-385e-4bb8-9810-36c78a2d904e used request id req-c05694ef-516e-4c99-8e19-dfece2f81f4e 2019-01-03 10:08:36,694 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-9dfceb26-9882-4dc9-982f-bcff853fca26-image 2019-01-03 10:08:36,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fc9f97de0c292cb04b618cc245467be421bf3db9" 2019-01-03 10:08:37,896 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c60c5b5-9cdb-4ca8-81ca-c12737065199 Date: Thu, 03 Jan 2019 10:08:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:08:37,897 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/29877cad-065d-4e05-bedc-3f5a9854edd6 used request id req-7c60c5b5-9cdb-4ca8-81ca-c12737065199 2019-01-03 10:08:37,899 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:08:37,902 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:08:37,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:37,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:38,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["79554f4mSwCYpeWs-HwlJA"], "issued_at": "2019-01-03T10:08:38.000000Z"}} 2019-01-03 10:08:38,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:38,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fb8454-27cb-4992-bdee-dcbae40946fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:38,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-00fb8454-27cb-4992-bdee-dcbae40946fd 2019-01-03 10:08:38,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:38,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-72af5809-df9a-45b2-b5e3-2d09adaffe26 Date: Thu, 03 Jan 2019 10:08:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image"} 2019-01-03 10:08:38,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image used request id req-72af5809-df9a-45b2-b5e3-2d09adaffe26 2019-01-03 10:08:38,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:38,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1eacaa54-67f6-40e1-8979-df32102a9cef Date: Thu, 03 Jan 2019 10:08: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"}}} 2019-01-03 10:08:38,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1eacaa54-67f6-40e1-8979-df32102a9cef 2019-01-03 10:08:38,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image"}' 2019-01-03 10:08:39,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c X-Openstack-Request-Id: req-e81500ea-3b62-4cdb-a34f-437f54ffd06b Date: Thu, 03 Jan 2019 10:08:39 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:08:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:08:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "min_disk": 0, "protected": false, "id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "file": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:08:39,053 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e81500ea-3b62-4cdb-a34f-437f54ffd06b 2019-01-03 10:08:39,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" -d '' 2019-01-03 10:08:41,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b01ac37-f308-4654-b011-3748a66e36a8 Date: Thu, 03 Jan 2019 10:08:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:08:41,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file used request id req-1b01ac37-f308-4654-b011-3748a66e36a8 2019-01-03 10:08:41,035 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:08:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:41,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5d8c9283-ee15-4369-8978-026ba351089c Date: Thu, 03 Jan 2019 10:08:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:08:40Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "metadata": {}}], "self": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "min_disk": 0, "protected": false, "id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "file": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:08:41,651 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c used request id req-5d8c9283-ee15-4369-8978-026ba351089c 2019-01-03 10:08:41,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:41,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4483c040-08b2-436e-8767-392cfa773d79 Date: Thu, 03 Jan 2019 10:08: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"}}} 2019-01-03 10:08:41,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4483c040-08b2-436e-8767-392cfa773d79 2019-01-03 10:08:41,819 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image 2019-01-03 10:08:41,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:08:42,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-9131d5b7-d16c-4426-8077-d18d07da5c6a Date: Thu, 03 Jan 2019 10:08:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:08:40Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "metadata": {}}], "self": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "min_disk": 0, "protected": false, "id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "file": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:08:42,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c used request id req-9131d5b7-d16c-4426-8077-d18d07da5c6a 2019-01-03 10:08:42,001 - create_image - DEBUG - Instance status is - active 2019-01-03 10:08:42,001 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image 2019-01-03 10:08:42,002 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image 2019-01-03 10:08:42,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:42,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:42,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["elv5RviERPiSt1HSDeeYRA"], "issued_at": "2019-01-03T10:08:42.000000Z"}} 2019-01-03 10:08:42,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:42,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08835de4-2550-40b9-8b62-9b9adc83c659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:42,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-08835de4-2550-40b9-8b62-9b9adc83c659 2019-01-03 10:08:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:42,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-26db3f74-31c3-4f41-9ff9-1b87f7196265 Date: Thu, 03 Jan 2019 10:08:42 GMT RESP BODY: {"networks":[]} 2019-01-03 10:08:42,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-26db3f74-31c3-4f41-9ff9-1b87f7196265 2019-01-03 10:08:42,661 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net 2019-01-03 10:08:42,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net", "admin_state_up": true}}' 2019-01-03 10:08:43,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-d358bb01-6ff2-4949-a150-2ad4077b9012 Date: Thu, 03 Jan 2019 10:08:43 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:08:43Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","mtu":1450}} 2019-01-03 10:08:43,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d358bb01-6ff2-4949-a150-2ad4077b9012 2019-01-03 10:08:43,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:43,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-21ac5fd4-d7fb-4f48-b402-a29f83e9f75c Date: Thu, 03 Jan 2019 10:08:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:08:43Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:43,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-21ac5fd4-d7fb-4f48-b402-a29f83e9f75c 2019-01-03 10:08:43,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:43,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-95c0e10a-8ca5-4098-9613-d3e9b96a389f Date: Thu, 03 Jan 2019 10:08:43 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:08:43,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-95c0e10a-8ca5-4098-9613-d3e9b96a389f 2019-01-03 10:08:43,707 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet 2019-01-03 10:08:43,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" -d '{"subnets": [{"ip_version": 4, "network_id": "fa591eb8-0de8-4977-9e7f-517b64e074a5", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]}' 2019-01-03 10:08:44,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1667304e-52f3-4602-ac3f-578a47ad2342 Date: Thu, 03 Jan 2019 10:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:44,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-1667304e-52f3-4602-ac3f-578a47ad2342 2019-01-03 10:08:44,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:44,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-600e9905-7c9a-41ba-91a6-031ad98fd3a6 Date: Thu, 03 Jan 2019 10:08:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:44,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-600e9905-7c9a-41ba-91a6-031ad98fd3a6 2019-01-03 10:08:44,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:08:44,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-30541dd2-d604-4f9f-aa6b-ac8f19906d7a Date: Thu, 03 Jan 2019 10:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:44,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-30541dd2-d604-4f9f-aa6b-ac8f19906d7a 2019-01-03 10:08:44,738 - OpenStackNetwork - DEBUG - Network [fa591eb8-0de8-4977-9e7f-517b64e074a5] created successfully 2019-01-03 10:08:44,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:44,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:45,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["0Z_uNOtIQSqV68YWbyon2w"], "issued_at": "2019-01-03T10:08:45.000000Z"}} 2019-01-03 10:08:45,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190bfefa3cb86a61e817403174aa7f2503d17b7c" 2019-01-03 10:08:45,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2367ab86-4156-499b-ad38-49869c2c4efc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:45,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2367ab86-4156-499b-ad38-49869c2c4efc 2019-01-03 10:08:45,198 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:08:45,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190bfefa3cb86a61e817403174aa7f2503d17b7c" 2019-01-03 10:08:45,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-4a391767-4b22-407b-8d5e-d9e194f3ba75 x-compute-request-id: req-4a391767-4b22-407b-8d5e-d9e194f3ba75 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:08:45,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4a391767-4b22-407b-8d5e-d9e194f3ba75 2019-01-03 10:08:45,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190bfefa3cb86a61e817403174aa7f2503d17b7c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:08:45,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-db3197f7-b343-4dd6-9a9f-1c128a722a0b x-compute-request-id: req-db3197f7-b343-4dd6-9a9f-1c128a722a0b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:08:45,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-db3197f7-b343-4dd6-9a9f-1c128a722a0b 2019-01-03 10:08:45,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:45,492 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:45,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["NPan5fInQuWu06cpHK6UuA"], "issued_at": "2019-01-03T10:08:45.000000Z"}} 2019-01-03 10:08:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:08:45,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6022d87-ffaa-4c40-a18e-0d068a0480d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:45,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b6022d87-ffaa-4c40-a18e-0d068a0480d6 2019-01-03 10:08:45,964 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:08:46,165 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:45 GMT Server: Apache x-compute-request-id: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 10:08:46,166 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5 2019-01-03 10:08:46,169 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668", "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}}' 2019-01-03 10:08:47,083 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:08:46 GMT Server: Apache x-compute-request-id: req-5f0d2715-204b-4954-afd0-c4dabf031e00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f0d2715-204b-4954-afd0-c4dabf031e00 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "284288283f6d4dc38cafe6c5d0710616", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T10:08:46.973787", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "size": 1}} 2019-01-03 10:08:47,083 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes used request id req-5f0d2715-204b-4954-afd0-c4dabf031e00 2019-01-03 10:08:47,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:08:47,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:47 GMT Server: Apache x-compute-request-id: req-6254d13d-b557-4ae5-8e0e-bed487bc3a3f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6254d13d-b557-4ae5-8e0e-bed487bc3a3f Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:08:47.000000", "replication_status": null, "snapshot_id": null, "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668", "bootable": "false", "created_at": "2019-01-03T10:08:46.000000", "volume_type": null}} 2019-01-03 10:08:47,882 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-6254d13d-b557-4ae5-8e0e-bed487bc3a3f 2019-01-03 10:08:47,883 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:08:47,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:08:47,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:47 GMT Server: Apache x-compute-request-id: req-9b8851a3-8c7f-4f69-a956-52402ea2d2f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b8851a3-8c7f-4f69-a956-52402ea2d2f8 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:08:47.000000", "replication_status": null, "snapshot_id": null, "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668", "bootable": "false", "created_at": "2019-01-03T10:08:46.000000", "volume_type": null}} 2019-01-03 10:08:47,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-9b8851a3-8c7f-4f69-a956-52402ea2d2f8 2019-01-03 10:08:47,934 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:08:47,935 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:08:47,935 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:08:47,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:47,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:48,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["NQIdLRaQQe2c0XiWg4qltw"], "issued_at": "2019-01-03T10:08:48.000000Z"}} 2019-01-03 10:08:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:48,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5051d5-6d41-40c9-b05b-67aef4d0423c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:48,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8f5051d5-6d41-40c9-b05b-67aef4d0423c 2019-01-03 10:08:48,416 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:08:48,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:48,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbd7aee-ffd4-4931-9505-4bc7432e6b48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:48,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dbbd7aee-ffd4-4931-9505-4bc7432e6b48 2019-01-03 10:08:48,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:48,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1228ce7d-68a3-40ad-98dc-98f5d07a6ea0 Date: Thu, 03 Jan 2019 10:08:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:48,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-1228ce7d-68a3-40ad-98dc-98f5d07a6ea0 2019-01-03 10:08:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:08:48,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:08:48,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:48,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e427f746-69df-4748-a375-e804748178e7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:48,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-e427f746-69df-4748-a375-e804748178e7 2019-01-03 10:08:48,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:49,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f0a3d897-4b63-4ad0-a097-f8cc5748b32a Date: Thu, 03 Jan 2019 10:08:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:49,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-f0a3d897-4b63-4ad0-a097-f8cc5748b32a 2019-01-03 10:08:49,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:49,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d79079f-04d8-478d-ac9a-2dcd4f9e915a Date: Thu, 03 Jan 2019 10:08:49 GMT RESP BODY: {"ports":[]} 2019-01-03 10:08:49,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True used request id req-8d79079f-04d8-478d-ac9a-2dcd4f9e915a 2019-01-03 10:08:49,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:49,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-e44847e2-874c-4709-af68-576922503662 x-compute-request-id: req-e44847e2-874c-4709-af68-576922503662 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:08:49,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst used request id req-e44847e2-874c-4709-af68-576922503662 2019-01-03 10:08:49,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:49,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7b1409fb-eb82-4307-b733-4fb1589d7cde Date: Thu, 03 Jan 2019 10:08:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:49,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-7b1409fb-eb82-4307-b733-4fb1589d7cde 2019-01-03 10:08:49,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:49,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551d783a-9a6f-451f-a25b-f479c0baf009 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:49,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-551d783a-9a6f-451f-a25b-f479c0baf009 2019-01-03 10:08:49,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:50,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9ea4298-ca7e-4a81-9fba-b24f0c6ecbe8 Date: Thu, 03 Jan 2019 10:08:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:50,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-d9ea4298-ca7e-4a81-9fba-b24f0c6ecbe8 2019-01-03 10:08:50,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:50,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cba90e7b-517d-4a9d-b0ac-0be50c4a01ee Date: Thu, 03 Jan 2019 10:08:50 GMT RESP BODY: {"ports":[]} 2019-01-03 10:08:50,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True used request id req-cba90e7b-517d-4a9d-b0ac-0be50c4a01ee 2019-01-03 10:08:50,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:08:50,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:08:50,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["lqTEH9CuQQ2jMaRfqnslrQ"], "issued_at": "2019-01-03T10:08:50.000000Z"}} 2019-01-03 10:08:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11d0009e4f3917869f290a8ce20f0e4a3e3b5" 2019-01-03 10:08:50,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0aa5097-33a4-4a5a-a88a-c0e041d0ac7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:08:50,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a0aa5097-33a4-4a5a-a88a-c0e041d0ac7e 2019-01-03 10:08:50,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:51,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-18a1d0d4-9e7b-4529-b9eb-baec681d5e4c Date: Thu, 03 Jan 2019 10:08:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:51,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-18a1d0d4-9e7b-4529-b9eb-baec681d5e4c 2019-01-03 10:08:51,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:51,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-22a8ec94-381e-47d2-8c90-27bb2e48a866 Date: Thu, 03 Jan 2019 10:08:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:51,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-22a8ec94-381e-47d2-8c90-27bb2e48a866 2019-01-03 10:08:51,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:51,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4033844c-6a7b-442c-bf14-7b66248d81f6 Date: Thu, 03 Jan 2019 10:08:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:51,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-4033844c-6a7b-442c-bf14-7b66248d81f6 2019-01-03 10:08:51,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:08:51,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:08: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:08:51,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80f11d0009e4f3917869f290a8ce20f0e4a3e3b5" 2019-01-03 10:08:51,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64fc96dc-2d6b-49be-a596-2028e12d1b5e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:51,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-64fc96dc-2d6b-49be-a596-2028e12d1b5e 2019-01-03 10:08:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:51,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6dc4badd-909f-4204-8534-ceb13f409b55 Date: Thu, 03 Jan 2019 10:08:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:51,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-6dc4badd-909f-4204-8534-ceb13f409b55 2019-01-03 10:08:51,751 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net 2019-01-03 10:08:51,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" -d '{"port": {"network_id": "fa591eb8-0de8-4977-9e7f-517b64e074a5", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port", "admin_state_up": true}}' 2019-01-03 10:08:52,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-2c8e485b-f9a5-4e8a-8559-1a0be8c17f30 Date: Thu, 03 Jan 2019 10:08:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:52Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:72:1d","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","qos_policy_id":null,"admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal"}} 2019-01-03 10:08:52,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2c8e485b-f9a5-4e8a-8559-1a0be8c17f30 2019-01-03 10:08:52,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:52,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-58877083-df2d-4569-9f38-39fb12a2d3f6 Date: Thu, 03 Jan 2019 10:08:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:08:52,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-58877083-df2d-4569-9f38-39fb12a2d3f6 2019-01-03 10:08:52,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:52,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c39d3dd-04ac-4e81-b04e-b3924600e3e1 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:52,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-3c39d3dd-04ac-4e81-b04e-b3924600e3e1 2019-01-03 10:08:52,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:53,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-14dbb86e-1e09-4a6b-82ca-7d1418460284 Date: Thu, 03 Jan 2019 10:08:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:08:53,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-14dbb86e-1e09-4a6b-82ca-7d1418460284 2019-01-03 10:08:53,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:53,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-75aceaf6-1e55-41b8-83a4-efef28fb2b63 Date: Thu, 03 Jan 2019 10:08:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:08:53,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port&admin_state_up=True used request id req-75aceaf6-1e55-41b8-83a4-efef28fb2b63 2019-01-03 10:08:53,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:53,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5adb224f-5d54-4d1c-998d-d83bb6c26213 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:08:53,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-5adb224f-5d54-4d1c-998d-d83bb6c26213 2019-01-03 10:08:53,340 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst 2019-01-03 10:08:53,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:53,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-113fce8c-fc75-493d-a664-c7c3e917c813 x-compute-request-id: req-113fce8c-fc75-493d-a664-c7c3e917c813 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-flavor"}]} 2019-01-03 10:08:53,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-113fce8c-fc75-493d-a664-c7c3e917c813 2019-01-03 10:08:53,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:53,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64945fc2-22c5-4d2f-bc35-d54fc8a7caa6 x-compute-request-id: req-64945fc2-22c5-4d2f-bc35-d54fc8a7caa6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:08:53,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf used request id req-64945fc2-22c5-4d2f-bc35-d54fc8a7caa6 2019-01-03 10:08:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:54,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1ed70a12-978b-4482-8a69-0f529e1b6e1c Date: Thu, 03 Jan 2019 10:08:54 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:08:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:08:40Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "metadata": {}}], "self": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "min_disk": 0, "protected": false, "id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "file": "/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image"} 2019-01-03 10:08:54,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image used request id req-1ed70a12-978b-4482-8a69-0f529e1b6e1c 2019-01-03 10:08:54,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:54,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dab0300e-5c1f-49b8-baef-23391862bd4e Date: Thu, 03 Jan 2019 10:08: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"}}} 2019-01-03 10:08:54,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dab0300e-5c1f-49b8-baef-23391862bd4e 2019-01-03 10:08:54,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "imageRef": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "flavorRef": "0c6258b1-a589-436f-a90d-b179b16b95cf", "max_count": 1, "min_count": 1, "networks": [{"port": "530cfa91-623a-433c-8783-64ab392f47ed"}]}}' 2019-01-03 10:08:55,943 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:08:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36636711-d98a-4398-a23d-fd9da48c4a58 x-compute-request-id: req-36636711-d98a-4398-a23d-fd9da48c4a58 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "adminPass": "rZr7Jf62dmzX"}} 2019-01-03 10:08:55,943 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-36636711-d98a-4398-a23d-fd9da48c4a58 2019-01-03 10:08:55,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:56,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08: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-580320b8-58bb-4bff-b069-0cc648fc849a x-compute-request-id: req-580320b8-58bb-4bff-b069-0cc648fc849a Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:55Z", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:56,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-580320b8-58bb-4bff-b069-0cc648fc849a 2019-01-03 10:08:56,167 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst 2019-01-03 10:08:56,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:08:56,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24582e5-8208-4950-afab-e0fd7ad77eb5 x-compute-request-id: req-f24582e5-8208-4950-afab-e0fd7ad77eb5 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:56Z", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:08:56,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-f24582e5-8208-4950-afab-e0fd7ad77eb5 2019-01-03 10:08:56,476 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - BUILD 2019-01-03 10:08:56,476 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:08:59,479 - create_instance - DEBUG - VM status query timeout in 896.688371181 2019-01-03 10:08:59,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:00,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:08:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-170c9b10-b80e-4965-a68c-516fe4164136 x-compute-request-id: req-170c9b10-b80e-4965-a68c-516fe4164136 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:08:57Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:00,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-170c9b10-b80e-4965-a68c-516fe4164136 2019-01-03 10:09:00,062 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - BUILD 2019-01-03 10:09:00,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:09:03,065 - create_instance - DEBUG - VM status query timeout in 893.102396011 2019-01-03 10:09:03,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:04,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3908ba7f-e23a-4017-b20f-2b46a1e1298d x-compute-request-id: req-3908ba7f-e23a-4017-b20f-2b46a1e1298d Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:02Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:04,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-3908ba7f-e23a-4017-b20f-2b46a1e1298d 2019-01-03 10:09:04,143 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - ACTIVE 2019-01-03 10:09:04,143 - create_instance - INFO - VM is - ACTIVE 2019-01-03 10:09:04,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:05,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-c6170113-f277-4aa9-96f5-e19615ddda78 x-compute-request-id: req-c6170113-f277-4aa9-96f5-e19615ddda78 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:02Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:05,509 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-c6170113-f277-4aa9-96f5-e19615ddda78 2019-01-03 10:09:05,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:05,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8de79835-f417-4e5c-8a7f-7abb8504929d Date: Thu, 03 Jan 2019 10:09:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:05,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-8de79835-f417-4e5c-8a7f-7abb8504929d 2019-01-03 10:09:05,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:05,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75cb2389-7cc8-487c-b8b1-aaa8c431cc22 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:05,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-75cb2389-7cc8-487c-b8b1-aaa8c431cc22 2019-01-03 10:09:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:05,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-14094ee1-58db-4f13-b7c0-d5fd61ea8996 Date: Thu, 03 Jan 2019 10:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:05,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-14094ee1-58db-4f13-b7c0-d5fd61ea8996 2019-01-03 10:09:05,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:05,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1b0b27af-f79d-45d4-8a99-b7167d600327 Date: Thu, 03 Jan 2019 10:09:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:05,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-1b0b27af-f79d-45d4-8a99-b7167d600327 2019-01-03 10:09:05,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:06,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["K6EFq9aFQteqvCHxu5fRRA"], "issued_at": "2019-01-03T10:09:06.000000Z"}} 2019-01-03 10:09:06,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:06,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350d2f19-3d6d-4835-927f-439a555c030f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:06,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-350d2f19-3d6d-4835-927f-439a555c030f 2019-01-03 10:09:06,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:06,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-08eab879-be4f-48b8-835c-e464a0659d68 x-compute-request-id: req-08eab879-be4f-48b8-835c-e464a0659d68 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:02Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:06,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-08eab879-be4f-48b8-835c-e464a0659d68 2019-01-03 10:09:06,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:07,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-04ccd7b2-e1b3-4ec3-bd40-e66aa1e7a03e Date: Thu, 03 Jan 2019 10:09:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:07,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-04ccd7b2-e1b3-4ec3-bd40-e66aa1e7a03e 2019-01-03 10:09:07,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:07,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc6657e-6a8f-41f8-81ce-5c736ff661c0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:07,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-efc6657e-6a8f-41f8-81ce-5c736ff661c0 2019-01-03 10:09:07,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:07,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce620ba3-225e-4160-8111-5c7689e4d9f7 Date: Thu, 03 Jan 2019 10:09:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:07,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-ce620ba3-225e-4160-8111-5c7689e4d9f7 2019-01-03 10:09:07,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:07,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-3483df79-8338-4294-8195-94078197bbd4 Date: Thu, 03 Jan 2019 10:09:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:07,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-3483df79-8338-4294-8195-94078197bbd4 2019-01-03 10:09:07,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" -d '{"volumeAttachment": {"volumeId": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}}' 2019-01-03 10:09:09,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55eedf30-f7ef-45ee-9c77-91551eccc78f x-compute-request-id: req-55eedf30-f7ef-45ee-9c77-91551eccc78f Content-Encoding: gzip Content-Length: 145 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "d42df344-e680-4fce-a93b-ac89c598b7ff", "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "volumeId": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}} 2019-01-03 10:09:09,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff/os-volume_attachments used request id req-55eedf30-f7ef-45ee-9c77-91551eccc78f 2019-01-03 10:09:09,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:10,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-0472d08f-6f5e-4e6e-8583-0299832d871b x-compute-request-id: req-0472d08f-6f5e-4e6e-8583-0299832d871b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:02Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "metadata": {}}} 2019-01-03 10:09:10,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-0472d08f-6f5e-4e6e-8583-0299832d871b 2019-01-03 10:09:10,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:10,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-50916df9-1872-4941-9946-bd3e163824dc Date: Thu, 03 Jan 2019 10:09:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:10,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-50916df9-1872-4941-9946-bd3e163824dc 2019-01-03 10:09:10,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:09:10,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:09:10,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:10,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e98e00-b0dc-4e54-8b7f-fc82146bf339 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:10,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-48e98e00-b0dc-4e54-8b7f-fc82146bf339 2019-01-03 10:09:10,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:10,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8a9c00bc-a096-4c00-a732-3da977111c96 Date: Thu, 03 Jan 2019 10:09:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:10,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-8a9c00bc-a096-4c00-a732-3da977111c96 2019-01-03 10:09:10,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:11,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-61601130-95bf-499c-a590-96ca1bf424b5 Date: Thu, 03 Jan 2019 10:09:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:11,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-61601130-95bf-499c-a590-96ca1bf424b5 2019-01-03 10:09:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:11,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508a9977-d406-40a0-bbfa-0ebdf5951ee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:11,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-508a9977-d406-40a0-bbfa-0ebdf5951ee6 2019-01-03 10:09:11,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:11,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79aa0588-7f0b-4ec3-ab70-0e741098df83 x-compute-request-id: req-79aa0588-7f0b-4ec3-ab70-0e741098df83 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:02Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "metadata": {}}} 2019-01-03 10:09:11,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-79aa0588-7f0b-4ec3-ab70-0e741098df83 2019-01-03 10:09:11,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:11,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d9901e8d-fc83-4ee6-9eb8-e968bb8a3c58 Date: Thu, 03 Jan 2019 10:09:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:11,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-d9901e8d-fc83-4ee6-9eb8-e968bb8a3c58 2019-01-03 10:09:11,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:12,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f550e6-c9f8-492f-8bbc-a6f825b7b884 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:12,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-29f550e6-c9f8-492f-8bbc-a6f825b7b884 2019-01-03 10:09:12,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:12,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-53acd467-37da-477e-966f-8e53ab8b721f Date: Thu, 03 Jan 2019 10:09:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:12,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-53acd467-37da-477e-966f-8e53ab8b721f 2019-01-03 10:09:12,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:12,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-ce69f2ed-52e5-4bae-a0d2-4e25a1d1096f Date: Thu, 03 Jan 2019 10:09:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:12,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-ce69f2ed-52e5-4bae-a0d2-4e25a1d1096f 2019-01-03 10:09:12,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:13,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-71ff5287-7283-4ed1-9ea9-3228fe7b3f4f x-compute-request-id: req-71ff5287-7283-4ed1-9ea9-3228fe7b3f4f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:11Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "metadata": {}}} 2019-01-03 10:09:13,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-71ff5287-7283-4ed1-9ea9-3228fe7b3f4f 2019-01-03 10:09:13,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:13,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-beacf36e-4ecf-42d6-83a6-83acea6cb179 Date: Thu, 03 Jan 2019 10:09:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:13,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-beacf36e-4ecf-42d6-83a6-83acea6cb179 2019-01-03 10:09:13,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:13,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd80710d-c632-4bf3-9fc6-c3c9cfd9447c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:13,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-dd80710d-c632-4bf3-9fc6-c3c9cfd9447c 2019-01-03 10:09:13,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:13,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6373e0b-353e-4dc8-bd82-4a9bcddc1351 Date: Thu, 03 Jan 2019 10:09:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:13,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-a6373e0b-353e-4dc8-bd82-4a9bcddc1351 2019-01-03 10:09:13,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:13,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-acd7ef8d-7de1-48b7-8d22-7dd2c3ba1e5f Date: Thu, 03 Jan 2019 10:09:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:13,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-acd7ef8d-7de1-48b7-8d22-7dd2c3ba1e5f 2019-01-03 10:09:13,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:14,379 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:13 GMT Server: Apache x-compute-request-id: req-e20ac58f-e97f-4ab3-82ad-3d8327558e8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e20ac58f-e97f-4ab3-82ad-3d8327558e8d Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "attachment_id": "02768893-edee-4bf9-b9d1-96dd03289203", "attached_at": "2019-01-03T10:09:11.000000", "host_name": null, "volume_id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "device": "/dev/vdb", "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:09:11.000000", "replication_status": null, "snapshot_id": null, "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668", "bootable": "false", "created_at": "2019-01-03T10:08:46.000000", "volume_type": null}} 2019-01-03 10:09:14,379 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-e20ac58f-e97f-4ab3-82ad-3d8327558e8d 2019-01-03 10:09:14,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:14,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de26caca-9593-450c-a706-3e571eb44840 x-compute-request-id: req-de26caca-9593-450c-a706-3e571eb44840 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:1d", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:11Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "metadata": {}}} 2019-01-03 10:09:14,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-de26caca-9593-450c-a706-3e571eb44840 2019-01-03 10:09:14,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:14,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-84469209-727d-4067-92d6-ce7941ae8dcb Date: Thu, 03 Jan 2019 10:09:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["42aeffcf-b3e5-4403-8e07-6918276078e9"],"description":"","tags":[],"updated_at":"2019-01-03T10:08:44Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:42Z","provider:network_type":"vxlan"}]} 2019-01-03 10:09:14,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net used request id req-84469209-727d-4067-92d6-ce7941ae8dcb 2019-01-03 10:09:14,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:15,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aaf2c8e-c403-49a4-97be-e9fb2ac8d405 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:09:15,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-7aaf2c8e-c403-49a4-97be-e9fb2ac8d405 2019-01-03 10:09:15,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:15,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4362dea0-4edf-40cf-a328-434b0f5fd880 Date: Thu, 03 Jan 2019 10:09:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","dns_nameservers":[],"updated_at":"2019-01-03T10:08:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"42aeffcf-b3e5-4403-8e07-6918276078e9","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet"}]} 2019-01-03 10:09:15,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-4362dea0-4edf-40cf-a328-434b0f5fd880 2019-01-03 10:09:15,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:15,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-ede4e213-10cd-4fa2-8ebd-60f648dfc86a Date: Thu, 03 Jan 2019 10:09:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.9"}],"id":"530cfa91-623a-433c-8783-64ab392f47ed","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:72:1d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:52Z","binding:vnic_type":"normal","device_id":"d42df344-e680-4fce-a93b-ac89c598b7ff"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.2"}],"id":"b5f0cbb4-e8b9-4ebb-a1eb-5ffde2d2dcec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:f5:32","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.4"}],"id":"e7a8e998-1e0b-42c8-a0ab-63b636cd0c34","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:22:4f:01","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fa591eb8-0de8-4977-9e7f-517b64e074a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:08:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"42aeffcf-b3e5-4403-8e07-6918276078e9","ip_address":"10.55.0.3"}],"id":"fd37817c-bffd-42f5-acbf-51c56a2ee4a7","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:b1:9d","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fa591eb8-0de8-4977-9e7f-517b64e074a5","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:08:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fa591eb8-0de8-4977-9e7f-517b64e074a5"}]} 2019-01-03 10:09:15,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-ede4e213-10cd-4fa2-8ebd-60f648dfc86a 2019-01-03 10:09:15,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff/os-volume_attachments/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e3d57a8a22c9715ca022cf148eff622c0922ef7" 2019-01-03 10:09:15,734 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:09: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-ca36778e-fb84-4f0b-b086-49c6062f29f6 x-compute-request-id: req-ca36778e-fb84-4f0b-b086-49c6062f29f6 Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:15,734 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff/os-volume_attachments/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-ca36778e-fb84-4f0b-b086-49c6062f29f6 2019-01-03 10:09:15,734 - create_instance - INFO - Deleting Port with ID - 530cfa91-623a-433c-8783-64ab392f47ed 2019-01-03 10:09:15,735 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-port 2019-01-03 10:09:15,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/530cfa91-623a-433c-8783-64ab392f47ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:16,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bc0f38a4-7fd4-45c2-9d28-6065c58d9298 Date: Thu, 03 Jan 2019 10:09:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:09:16,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/530cfa91-623a-433c-8783-64ab392f47ed used request id req-bc0f38a4-7fd4-45c2-9d28-6065c58d9298 2019-01-03 10:09:16,208 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst 2019-01-03 10:09:16,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:16,404 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:09: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-17ab4091-14b3-411d-92cf-5f21295d4057 x-compute-request-id: req-17ab4091-14b3-411d-92cf-5f21295d4057 Content-Type: application/json 2019-01-03 10:09:16,404 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-17ab4091-14b3-411d-92cf-5f21295d4057 2019-01-03 10:09:16,404 - create_instance - INFO - Checking deletion status 2019-01-03 10:09:16,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:16,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-2a5c5dee-b40f-4d8c-b377-e29035a8aa53 x-compute-request-id: req-2a5c5dee-b40f-4d8c-b377-e29035a8aa53 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:16Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [{"id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe"}], "metadata": {}}} 2019-01-03 10:09:16,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-2a5c5dee-b40f-4d8c-b377-e29035a8aa53 2019-01-03 10:09:16,644 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - ACTIVE 2019-01-03 10:09:16,644 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:09:19,647 - create_instance - DEBUG - VM status query timeout in 296.757218838 2019-01-03 10:09:19,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:19,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec2beea0-59d5-416a-97b2-65cdc905bfff x-compute-request-id: req-ec2beea0-59d5-416a-97b2-65cdc905bfff Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:16Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:19,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-ec2beea0-59d5-416a-97b2-65cdc905bfff 2019-01-03 10:09:19,889 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - ACTIVE 2019-01-03 10:09:19,890 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:09:22,893 - create_instance - DEBUG - VM status query timeout in 293.511884928 2019-01-03 10:09:22,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:23,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-5980f368-6298-4c13-a8d3-ff52c78b1de8 x-compute-request-id: req-5980f368-6298-4c13-a8d3-ff52c78b1de8 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d42df344-e680-4fce-a93b-ac89c598b7ff", "rel": "bookmark"}], "image": {"id": "9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "links": [{"href": "http://172.30.9.28:8774/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2019-01-03T10:09:02.000000", "flavor": {"id": "0c6258b1-a589-436f-a90d-b179b16b95cf", "links": [{"href": "http://172.30.9.28:8774/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf", "rel": "bookmark"}]}, "id": "d42df344-e680-4fce-a93b-ac89c598b7ff", "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:09:21Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst", "created": "2019-01-03T10:08:55Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:09:23,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-5980f368-6298-4c13-a8d3-ff52c78b1de8 2019-01-03 10:09:23,134 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst] is - ACTIVE 2019-01-03 10:09:23,134 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:09:26,138 - create_instance - DEBUG - VM status query timeout in 290.267010927 2019-01-03 10:09:26,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2db664f8176ea0bcb19afd013251a4f37ae3bb98" 2019-01-03 10:09:26,209 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:09:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0862a102-407c-42b7-97bc-5118746fa482 x-compute-request-id: req-0862a102-407c-42b7-97bc-5118746fa482 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d42df344-e680-4fce-a93b-ac89c598b7ff could not be found.", "code": 404}} 2019-01-03 10:09:26,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d42df344-e680-4fce-a93b-ac89c598b7ff used request id req-0862a102-407c-42b7-97bc-5118746fa482 2019-01-03 10:09:26,209 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d42df344-e680-4fce-a93b-ac89c598b7ff could not be found. (HTTP 404) (Request-ID: req-0862a102-407c-42b7-97bc-5118746fa482) 2019-01-03 10:09:26,210 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-vm_inst 2019-01-03 10:09:26,216 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:09:27,000 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:26 GMT Server: Apache x-compute-request-id: req-65c45a71-3922-4a7a-8201-6a63de6016a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65c45a71-3922-4a7a-8201-6a63de6016a5 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:09:23.000000", "replication_status": null, "snapshot_id": null, "id": "52d21e9e-2db8-4fc2-9c68-df7d90cec9fe", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-f730b1ae-a1d5-4fbf-af40-d977465a6668", "bootable": "false", "created_at": "2019-01-03T10:08:46.000000", "volume_type": null}} 2019-01-03 10:09:27,000 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-65c45a71-3922-4a7a-8201-6a63de6016a5 2019-01-03 10:09:27,001 - create_volume - DEBUG - Instance status is - available 2019-01-03 10:09:27,001 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:09:27,001 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:09:27,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:09:27,241 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:09:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96eb9df3-97b6-4043-8f23-6634e9209384 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. 2019-01-03 10:09:27,241 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-96eb9df3-97b6-4043-8f23-6634e9209384 2019-01-03 10:09:27,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c317e3e6-0069-4ded-bc1d-48b9b863c0a5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d136d54912564596a1d630abd17590e72cc427d0" 2019-01-03 10:09:27,970 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:09:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-79b647fc-5ccb-4ce8-8b49-af74c86ea64e x-openstack-request-id: req-79b647fc-5ccb-4ce8-8b49-af74c86ea64e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 52d21e9e-2db8-4fc2-9c68-df7d90cec9fe could not be found.", "code": 404}} 2019-01-03 10:09:27,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/52d21e9e-2db8-4fc2-9c68-df7d90cec9fe used request id req-79b647fc-5ccb-4ce8-8b49-af74c86ea64e 2019-01-03 10:09:27,970 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 52d21e9e-2db8-4fc2-9c68-df7d90cec9fe could not be found. (HTTP 404) (Request-ID: req-79b647fc-5ccb-4ce8-8b49-af74c86ea64e) 2019-01-03 10:09:27,970 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668 2019-01-03 10:09:27,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190bfefa3cb86a61e817403174aa7f2503d17b7c" 2019-01-03 10:09:28,013 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:09:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24de39ae-52f3-4980-a682-40274f54a554 x-compute-request-id: req-24de39ae-52f3-4980-a682-40274f54a554 Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:28,013 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0c6258b1-a589-436f-a90d-b179b16b95cf used request id req-24de39ae-52f3-4980-a682-40274f54a554 2019-01-03 10:09:28,014 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet 2019-01-03 10:09:28,014 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-subnet 2019-01-03 10:09:28,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/42aeffcf-b3e5-4403-8e07-6918276078e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:09:29,992 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00f4e753-3f5d-43ed-b99e-cf68def94f6a Date: Thu, 03 Jan 2019 10:09:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:09:29,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/42aeffcf-b3e5-4403-8e07-6918276078e9 used request id req-00f4e753-3f5d-43ed-b99e-cf68def94f6a 2019-01-03 10:09:29,993 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-net 2019-01-03 10:09:29,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/fa591eb8-0de8-4977-9e7f-517b64e074a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1809cbbfa9b36b88009b0ebca3204308afe2e185" 2019-01-03 10:09:31,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23b90c83-5703-4d8b-81f7-917b48726806 Date: Thu, 03 Jan 2019 10:09:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:09:31,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/fa591eb8-0de8-4977-9e7f-517b64e074a5 used request id req-23b90c83-5703-4d8b-81f7-917b48726806 2019-01-03 10:09:31,472 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f730b1ae-a1d5-4fbf-af40-d977465a6668-image 2019-01-03 10:09:31,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}55ab1aa9165ec804d3a2c1f671d4f45661a23f48" 2019-01-03 10:09:33,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-667d0747-ace1-46c9-b7ad-2b99e44fe866 Date: Thu, 03 Jan 2019 10:09:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:09:33,928 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9ecf8e97-ea6a-4d9f-bf29-bc23f5df952c used request id req-667d0747-ace1-46c9-b7ad-2b99e44fe866 2019-01-03 10:09:33,931 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:33,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:33,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:34,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["__cImKhjS9ujNWrsY2FgSg"], "issued_at": "2019-01-03T10:09:34.000000Z"}} 2019-01-03 10:09:34,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d137e3b95a65da12249aaac264633b5701d097" 2019-01-03 10:09:34,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80c35696-85cb-48c9-8f92-a5035df09d1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:34,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-80c35696-85cb-48c9-8f92-a5035df09d1c 2019-01-03 10:09:34,406 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:34,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d137e3b95a65da12249aaac264633b5701d097" 2019-01-03 10:09:34,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffecb86e-1182-41c4-9b42-ce6f1ba1abff x-compute-request-id: req-ffecb86e-1182-41c4-9b42-ce6f1ba1abff Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:34,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ffecb86e-1182-41c4-9b42-ce6f1ba1abff 2019-01-03 10:09:34,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d137e3b95a65da12249aaac264633b5701d097" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-bb0d7be6-7cf8-4d3a-9758-3571f0935281name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 10:09:34,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbb8a898-939a-4f2f-a824-7e12746c155c x-compute-request-id: req-dbb8a898-939a-4f2f-a824-7e12746c155c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "53ed1703-0812-4d1a-b1bb-7d08bc56684e", "name": "CreateFlavorTests-bb0d7be6-7cf8-4d3a-9758-3571f0935281name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:34,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dbb8a898-939a-4f2f-a824-7e12746c155c 2019-01-03 10:09:34,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:35,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["awDdvyaUQxK6YI5xf-VqaQ"], "issued_at": "2019-01-03T10:09:35.000000Z"}} 2019-01-03 10:09:35,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529789a12da0675bffeea7947dcfea1fcbaf2a57" 2019-01-03 10:09:35,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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,Accept-Encoding x-openstack-request-id: req-bdeecde5-779c-4815-812d-e5073ac389cc x-compute-request-id: req-bdeecde5-779c-4815-812d-e5073ac389cc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "53ed1703-0812-4d1a-b1bb-7d08bc56684e", "name": "CreateFlavorTests-bb0d7be6-7cf8-4d3a-9758-3571f0935281name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:35,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e used request id req-bdeecde5-779c-4815-812d-e5073ac389cc 2019-01-03 10:09:35,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529789a12da0675bffeea7947dcfea1fcbaf2a57" 2019-01-03 10:09:35,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-0a2aa5dd-8a87-40d7-91e3-020818787405 x-compute-request-id: req-0a2aa5dd-8a87-40d7-91e3-020818787405 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:09:35,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e/os-extra_specs used request id req-0a2aa5dd-8a87-40d7-91e3-020818787405 2019-01-03 10:09:35,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d137e3b95a65da12249aaac264633b5701d097" 2019-01-03 10:09:35,428 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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-4ae37828-2bfd-435b-a830-e19f4204ca81 x-compute-request-id: req-4ae37828-2bfd-435b-a830-e19f4204ca81 Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:35,428 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/53ed1703-0812-4d1a-b1bb-7d08bc56684e used request id req-4ae37828-2bfd-435b-a830-e19f4204ca81 2019-01-03 10:09:35,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529789a12da0675bffeea7947dcfea1fcbaf2a57" 2019-01-03 10:09:35,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-ba078cf2-6f25-4e0b-b2af-7093d4fb4324 x-compute-request-id: req-ba078cf2-6f25-4e0b-b2af-7093d4fb4324 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:35,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ba078cf2-6f25-4e0b-b2af-7093d4fb4324 2019-01-03 10:09:35,471 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:35,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:35,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:35,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["ErKt-M7pQPi5-G5ojJKHVQ"], "issued_at": "2019-01-03T10:09:35.000000Z"}} 2019-01-03 10:09:35,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123699f74a5eba363768e21b551e4cc7923d2dfd" 2019-01-03 10:09:35,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b48fce-9e6a-468f-94b7-bb93c8e21f36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:35,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-36b48fce-9e6a-468f-94b7-bb93c8e21f36 2019-01-03 10:09:35,947 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:35,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123699f74a5eba363768e21b551e4cc7923d2dfd" 2019-01-03 10:09:36,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-2d6764e5-3ab6-4014-b545-aa3e745df3b7 x-compute-request-id: req-2d6764e5-3ab6-4014-b545-aa3e745df3b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:36,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2d6764e5-3ab6-4014-b545-aa3e745df3b7 2019-01-03 10:09:36,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123699f74a5eba363768e21b551e4cc7923d2dfd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-b43f5232-27e7-4d73-b4b2-62bae6dcf7cbname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 10:09:36,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-721b3cc9-79d8-4953-920a-f8d6a4b24c5a x-compute-request-id: req-721b3cc9-79d8-4953-920a-f8d6a4b24c5a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f6d9321-f050-459b-831d-a3b221c1d618", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7f6d9321-f050-459b-831d-a3b221c1d618", "name": "CreateFlavorTests-b43f5232-27e7-4d73-b4b2-62bae6dcf7cbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:36,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-721b3cc9-79d8-4953-920a-f8d6a4b24c5a 2019-01-03 10:09:36,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:36,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["VINQ866eShqTmcPCtC_lVg"], "issued_at": "2019-01-03T10:09:36.000000Z"}} 2019-01-03 10:09:36,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75e6a067ddfaf341503a537d91b8b842d16dee26" 2019-01-03 10:09:37,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-1251746f-ea08-4951-a158-f74343b9df55 x-compute-request-id: req-1251746f-ea08-4951-a158-f74343b9df55 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f6d9321-f050-459b-831d-a3b221c1d618", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7f6d9321-f050-459b-831d-a3b221c1d618", "name": "CreateFlavorTests-b43f5232-27e7-4d73-b4b2-62bae6dcf7cbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:37,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 used request id req-1251746f-ea08-4951-a158-f74343b9df55 2019-01-03 10:09:37,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75e6a067ddfaf341503a537d91b8b842d16dee26" 2019-01-03 10:09:37,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de87e919-5594-46d3-8180-ce78c0eb0a71 x-compute-request-id: req-de87e919-5594-46d3-8180-ce78c0eb0a71 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:09:37,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618/os-extra_specs used request id req-de87e919-5594-46d3-8180-ce78c0eb0a71 2019-01-03 10:09:37,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75e6a067ddfaf341503a537d91b8b842d16dee26" 2019-01-03 10:09:37,108 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20959068-6f64-4182-9085-9c31f21058ff x-compute-request-id: req-20959068-6f64-4182-9085-9c31f21058ff Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:37,108 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 used request id req-20959068-6f64-4182-9085-9c31f21058ff 2019-01-03 10:09:37,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75e6a067ddfaf341503a537d91b8b842d16dee26" 2019-01-03 10:09:37,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea2f24bc-6d23-4b0c-97c1-a489e9cc69a1 x-compute-request-id: req-ea2f24bc-6d23-4b0c-97c1-a489e9cc69a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:37,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ea2f24bc-6d23-4b0c-97c1-a489e9cc69a1 2019-01-03 10:09:37,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}123699f74a5eba363768e21b551e4cc7923d2dfd" 2019-01-03 10:09:37,163 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e573fea6-ed8b-4391-9e24-b9e76da63bd1 x-compute-request-id: req-e573fea6-ed8b-4391-9e24-b9e76da63bd1 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 7f6d9321-f050-459b-831d-a3b221c1d618 could not be found.", "code": 404}} 2019-01-03 10:09:37,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7f6d9321-f050-459b-831d-a3b221c1d618 used request id req-e573fea6-ed8b-4391-9e24-b9e76da63bd1 2019-01-03 10:09:37,165 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:37,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:37,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:37,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["39aI78kwTWa11BtdPE997A"], "issued_at": "2019-01-03T10:09:37.000000Z"}} 2019-01-03 10:09:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa5ce5816d832227cce85773bf34194953f1735" 2019-01-03 10:09:37,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4213de42-352e-4577-b9ce-e798333c114d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:37,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4213de42-352e-4577-b9ce-e798333c114d 2019-01-03 10:09:37,635 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:37,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa5ce5816d832227cce85773bf34194953f1735" 2019-01-03 10:09:37,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62fb2f9a-1080-4342-b79b-f105fa431575 x-compute-request-id: req-62fb2f9a-1080-4342-b79b-f105fa431575 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:37,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-62fb2f9a-1080-4342-b79b-f105fa431575 2019-01-03 10:09:37,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa5ce5816d832227cce85773bf34194953f1735" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-48fffad2-72e2-4cd5-9e9f-2b33cd050535name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 10:09:37,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ccb8d51-3620-424e-9302-d3f7b1e1ee7c x-compute-request-id: req-4ccb8d51-3620-424e-9302-d3f7b1e1ee7c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f58a2254-6846-45bb-9922-ef7f1a74c828", "name": "CreateFlavorTests-48fffad2-72e2-4cd5-9e9f-2b33cd050535name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:37,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4ccb8d51-3620-424e-9302-d3f7b1e1ee7c 2019-01-03 10:09:37,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:38,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["76NcrMMvQBONPK2kj2qvkA"], "issued_at": "2019-01-03T10:09:38.000000Z"}} 2019-01-03 10:09:38,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bd03eb4cd94eae5df88428e0db7e64dfbc150" 2019-01-03 10:09:38,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-c565be8d-e348-44d9-ab93-2f4fa23fe6af x-compute-request-id: req-c565be8d-e348-44d9-ab93-2f4fa23fe6af Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f58a2254-6846-45bb-9922-ef7f1a74c828", "name": "CreateFlavorTests-48fffad2-72e2-4cd5-9e9f-2b33cd050535name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:38,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828 used request id req-c565be8d-e348-44d9-ab93-2f4fa23fe6af 2019-01-03 10:09:38,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bd03eb4cd94eae5df88428e0db7e64dfbc150" 2019-01-03 10:09:38,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-34bd9639-7f0a-49ca-bed9-93b448f1304c x-compute-request-id: req-34bd9639-7f0a-49ca-bed9-93b448f1304c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:09:38,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828/os-extra_specs used request id req-34bd9639-7f0a-49ca-bed9-93b448f1304c 2019-01-03 10:09:38,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa5ce5816d832227cce85773bf34194953f1735" 2019-01-03 10:09:39,024 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-210f85d2-83e5-4cb8-bb4b-1ade1d4d949d x-compute-request-id: req-210f85d2-83e5-4cb8-bb4b-1ade1d4d949d Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:39,025 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/f58a2254-6846-45bb-9922-ef7f1a74c828 used request id req-210f85d2-83e5-4cb8-bb4b-1ade1d4d949d 2019-01-03 10:09:39,026 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:39,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:39,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:39,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["2ZCxd4W7SLyUnfSY6d6nsA"], "issued_at": "2019-01-03T10:09:39.000000Z"}} 2019-01-03 10:09:39,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5664c59ffa979029ae967594f74ee9ccde2eeb" 2019-01-03 10:09:39,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0686c90a-18d0-4f68-bbb5-549e3becc490 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:39,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0686c90a-18d0-4f68-bbb5-549e3becc490 2019-01-03 10:09:39,504 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:39,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5664c59ffa979029ae967594f74ee9ccde2eeb" 2019-01-03 10:09:39,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36e26b53-e94b-4f27-a476-a2abbed9bbd2 x-compute-request-id: req-36e26b53-e94b-4f27-a476-a2abbed9bbd2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:39,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-36e26b53-e94b-4f27-a476-a2abbed9bbd2 2019-01-03 10:09:39,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5664c59ffa979029ae967594f74ee9ccde2eeb" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-53334df3-370f-43b4-a6d5-cab386b7c0d9name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2019-01-03 10:09:39,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15971d2-27e9-4679-9d3f-dd8dfda42efd x-compute-request-id: req-e15971d2-27e9-4679-9d3f-dd8dfda42efd Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/560638f8-fd8b-471c-9b35-14540bf2e382", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "560638f8-fd8b-471c-9b35-14540bf2e382", "name": "CreateFlavorTests-53334df3-370f-43b4-a6d5-cab386b7c0d9name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-03 10:09:39,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e15971d2-27e9-4679-9d3f-dd8dfda42efd 2019-01-03 10:09:39,766 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:40,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["JcwW5F7pQl2qGP59oneXDw"], "issued_at": "2019-01-03T10:09:40.000000Z"}} 2019-01-03 10:09:40,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3056b92a7aaf8f89d6c74fb23a73613366cded55" 2019-01-03 10:09:40,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-2333fed3-85e8-4440-9106-b912bc1a2dda x-compute-request-id: req-2333fed3-85e8-4440-9106-b912bc1a2dda Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/560638f8-fd8b-471c-9b35-14540bf2e382", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "560638f8-fd8b-471c-9b35-14540bf2e382", "name": "CreateFlavorTests-53334df3-370f-43b4-a6d5-cab386b7c0d9name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2019-01-03 10:09:40,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 used request id req-2333fed3-85e8-4440-9106-b912bc1a2dda 2019-01-03 10:09:40,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3056b92a7aaf8f89d6c74fb23a73613366cded55" 2019-01-03 10:09:40,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-c3eadf25-b5fa-41fa-b4b7-3017855ac600 x-compute-request-id: req-c3eadf25-b5fa-41fa-b4b7-3017855ac600 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:09:40,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382/os-extra_specs used request id req-c3eadf25-b5fa-41fa-b4b7-3017855ac600 2019-01-03 10:09:40,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3056b92a7aaf8f89d6c74fb23a73613366cded55" 2019-01-03 10:09:40,888 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-94cc4be7-049d-4476-bd64-2cf1978cad0b x-compute-request-id: req-94cc4be7-049d-4476-bd64-2cf1978cad0b Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:40,888 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 used request id req-94cc4be7-049d-4476-bd64-2cf1978cad0b 2019-01-03 10:09:40,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3056b92a7aaf8f89d6c74fb23a73613366cded55" 2019-01-03 10:09:40,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-9f8c3c7d-9119-49fd-a5b5-1c6f0a82215b x-compute-request-id: req-9f8c3c7d-9119-49fd-a5b5-1c6f0a82215b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:40,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9f8c3c7d-9119-49fd-a5b5-1c6f0a82215b 2019-01-03 10:09:40,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e5664c59ffa979029ae967594f74ee9ccde2eeb" 2019-01-03 10:09:40,943 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-34b4b389-4ea5-4f64-9c68-1b1e989234f2 x-compute-request-id: req-34b4b389-4ea5-4f64-9c68-1b1e989234f2 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 560638f8-fd8b-471c-9b35-14540bf2e382 could not be found.", "code": 404}} 2019-01-03 10:09:40,944 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/560638f8-fd8b-471c-9b35-14540bf2e382 used request id req-34b4b389-4ea5-4f64-9c68-1b1e989234f2 2019-01-03 10:09:40,945 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:40,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:40,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:41,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["MNBY8aCKSlOUbHreYaT0Qg"], "issued_at": "2019-01-03T10:09:41.000000Z"}} 2019-01-03 10:09:41,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef172f8fd9716923ec6e71ba6561618b680fa36d" 2019-01-03 10:09:41,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d89f50f-dab4-4b3f-8a01-a01933d0860c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:41,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4d89f50f-dab4-4b3f-8a01-a01933d0860c 2019-01-03 10:09:41,423 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:41,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef172f8fd9716923ec6e71ba6561618b680fa36d" 2019-01-03 10:09:42,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09: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-325b7b35-6bd9-477e-9dd1-71f8ed4163c0 x-compute-request-id: req-325b7b35-6bd9-477e-9dd1-71f8ed4163c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:42,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-325b7b35-6bd9-477e-9dd1-71f8ed4163c0 2019-01-03 10:09:42,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef172f8fd9716923ec6e71ba6561618b680fa36d" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2019-01-03 10:09:42,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c16316ab-5d9f-45fd-834a-1d72c61d73bc x-compute-request-id: req-c16316ab-5d9f-45fd-834a-1d72c61d73bc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb122847-244e-4da4-b181-5c952309e82c", "name": "CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:42,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c16316ab-5d9f-45fd-834a-1d72c61d73bc 2019-01-03 10:09:42,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:42,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["m7PNstfGQCmCPmZiaxfqpQ"], "issued_at": "2019-01-03T10:09:42.000000Z"}} 2019-01-03 10:09:42,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d734dc89783e53a4283c740e6b0802d35fdcf82" 2019-01-03 10:09:42,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10b7726b-fc86-4dff-92f5-5596f7e34e92 x-compute-request-id: req-10b7726b-fc86-4dff-92f5-5596f7e34e92 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb122847-244e-4da4-b181-5c952309e82c", "name": "CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:42,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c used request id req-10b7726b-fc86-4dff-92f5-5596f7e34e92 2019-01-03 10:09:42,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d734dc89783e53a4283c740e6b0802d35fdcf82" 2019-01-03 10:09:42,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42bbac2d-9fbe-4fcc-bc0f-0b354442aa15 x-compute-request-id: req-42bbac2d-9fbe-4fcc-bc0f-0b354442aa15 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:09:42,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c/os-extra_specs used request id req-42bbac2d-9fbe-4fcc-bc0f-0b354442aa15 2019-01-03 10:09:42,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:42,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:43,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["yqOGj5RpQi2xEmwqwlMoFA"], "issued_at": "2019-01-03T10:09:43.000000Z"}} 2019-01-03 10:09:43,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccb47ce7f7915dc8e54a820d383be56f6602e6f" 2019-01-03 10:09:43,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fb0423-30a8-4688-b772-9899183a6965 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:43,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-02fb0423-30a8-4688-b772-9899183a6965 2019-01-03 10:09:43,291 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:43,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccb47ce7f7915dc8e54a820d383be56f6602e6f" 2019-01-03 10:09:43,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-4a6d8828-174a-4d97-8ab2-e2bfdad4e9fe x-compute-request-id: req-4a6d8828-174a-4d97-8ab2-e2bfdad4e9fe Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cb122847-244e-4da4-b181-5c952309e82c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "bookmark"}], "name": "CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname"}]} 2019-01-03 10:09:43,488 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4a6d8828-174a-4d97-8ab2-e2bfdad4e9fe 2019-01-03 10:09:43,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccb47ce7f7915dc8e54a820d383be56f6602e6f" 2019-01-03 10:09:43,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-aa5880ab-5eb6-480e-828d-727711cf8510 x-compute-request-id: req-aa5880ab-5eb6-480e-828d-727711cf8510 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/cb122847-244e-4da4-b181-5c952309e82c", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb122847-244e-4da4-b181-5c952309e82c", "name": "CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:43,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c used request id req-aa5880ab-5eb6-480e-828d-727711cf8510 2019-01-03 10:09:43,514 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-867ab334-5e6b-475b-9ad7-9ba59d742c1cname 2019-01-03 10:09:43,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef172f8fd9716923ec6e71ba6561618b680fa36d" 2019-01-03 10:09:43,566 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-3bf18890-fd1c-4a6a-88d2-0dada267550f x-compute-request-id: req-3bf18890-fd1c-4a6a-88d2-0dada267550f Content-Length: 0 Content-Type: application/json 2019-01-03 10:09:43,566 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/cb122847-244e-4da4-b181-5c952309e82c used request id req-3bf18890-fd1c-4a6a-88d2-0dada267550f 2019-01-03 10:09:43,568 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:09:43,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:43,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:43,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["NBIuok9yQtOhGAQLebnx_Q"], "issued_at": "2019-01-03T10:09:43.000000Z"}} 2019-01-03 10:09:43,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:44,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d503fe7e-4c92-4080-b487-bf9c0678b020 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:44,052 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d503fe7e-4c92-4080-b487-bf9c0678b020 2019-01-03 10:09:44,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:44,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-7eb25be5-bea1-45a9-9103-df8008f6e1d3 Date: Thu, 03 Jan 2019 10:09:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image"} 2019-01-03 10:09:44,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image used request id req-7eb25be5-bea1-45a9-9103-df8008f6e1d3 2019-01-03 10:09:44,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:44,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f2ebda5-894b-4a35-aaa5-e0ec464d03ff Date: Thu, 03 Jan 2019 10:09: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"}}} 2019-01-03 10:09:44,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7f2ebda5-894b-4a35-aaa5-e0ec464d03ff 2019-01-03 10:09:44,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image"}' 2019-01-03 10:09:45,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 X-Openstack-Request-Id: req-80ae76ad-b64f-424b-ad40-85a164ad31eb Date: Thu, 03 Jan 2019 10:09:45 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:09:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:09:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "min_disk": 0, "protected": false, "id": "2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "file": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:09:45,015 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-80ae76ad-b64f-424b-ad40-85a164ad31eb 2019-01-03 10:09:45,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" -d '' 2019-01-03 10:09:46,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79d9c8aa-0cf5-45cb-98d5-0d726c456be1 Date: Thu, 03 Jan 2019 10:09:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:09:46,070 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/file used request id req-79d9c8aa-0cf5-45cb-98d5-0d726c456be1 2019-01-03 10:09:46,071 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:09:46,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:46,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6a8d12ae-730b-4ee6-bc53-ce6e2037a30b Date: Thu, 03 Jan 2019 10:09:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:09:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:09:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/snap", "metadata": {}}], "self": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "min_disk": 0, "protected": false, "id": "2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "file": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:09:46,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 used request id req-6a8d12ae-730b-4ee6-bc53-ce6e2037a30b 2019-01-03 10:09:46,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:46,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-36b9e02b-7172-4fe9-83f9-494914443a11 Date: Thu, 03 Jan 2019 10:09: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"}}} 2019-01-03 10:09:46,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-36b9e02b-7172-4fe9-83f9-494914443a11 2019-01-03 10:09:46,423 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image 2019-01-03 10:09:46,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:09:46,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-55d1a312-f40d-45ad-897c-e80c82ebf516 Date: Thu, 03 Jan 2019 10:09:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:09:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:09:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/snap", "metadata": {}}], "self": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "min_disk": 0, "protected": false, "id": "2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "file": "/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:09:46,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 used request id req-55d1a312-f40d-45ad-897c-e80c82ebf516 2019-01-03 10:09:46,442 - create_image - DEBUG - Instance status is - active 2019-01-03 10:09:46,442 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image 2019-01-03 10:09:46,442 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image 2019-01-03 10:09:46,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:09:46,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:46,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["FtwW7AfBQrCy_LWOasWzDA"], "issued_at": "2019-01-03T10:09:46.000000Z"}} 2019-01-03 10:09:46,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af0b7ff6a467fb63da0fb0b10fff7a7400b5ea5" 2019-01-03 10:09:46,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff91ea48-7cfe-4567-a26f-4dc082c89ded Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:09:46,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ff91ea48-7cfe-4567-a26f-4dc082c89ded 2019-01-03 10:09:46,831 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:09:46,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af0b7ff6a467fb63da0fb0b10fff7a7400b5ea5" 2019-01-03 10:09:47,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21e5363d-50f8-492c-a802-e60feda09d12 x-compute-request-id: req-21e5363d-50f8-492c-a802-e60feda09d12 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:09:47,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-21e5363d-50f8-492c-a802-e60feda09d12 2019-01-03 10:09:47,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af0b7ff6a467fb63da0fb0b10fff7a7400b5ea5" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:09:47,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ab4b261-1735-4e1f-94d2-28d53b602242 x-compute-request-id: req-3ab4b261-1735-4e1f-94d2-28d53b602242 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/78eb7310-86c4-4a62-8f9d-8e10ed5a624b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/78eb7310-86c4-4a62-8f9d-8e10ed5a624b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "78eb7310-86c4-4a62-8f9d-8e10ed5a624b", "name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:09:47,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3ab4b261-1735-4e1f-94d2-28d53b602242 2019-01-03 10:09:47,106 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:09:47,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:09:47,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:09:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["RU5ZzdFHQPaAXMheuqBPAQ"], "issued_at": "2019-01-03T10:09:47.000000Z"}} 2019-01-03 10:09:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-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-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}}' 2019-01-03 10:09:51,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:09:47 GMT Server: Apache x-openstack-request-id: req-5f0461aa-6653-4499-b798-d572d91c26d1 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}]}} 2019-01-03 10:09:51,448 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-5f0461aa-6653-4499-b798-d572d91c26d1 2019-01-03 10:09:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:52,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:09:51 GMT Server: Apache x-openstack-request-id: req-bda1c88a-a838-4999-b002-20535b0f1ae2 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:09:52,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:52 GMT Server: Apache x-openstack-request-id: req-6a3d5ece-3160-4648-983e-54ddbb8928ed 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:09:52,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-6a3d5ece-3160-4648-983e-54ddbb8928ed 2019-01-03 10:09:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:53,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:52 GMT Server: Apache x-openstack-request-id: req-8f4abe6d-ab1f-4eda-b62f-960eeebdafd2 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-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "deletion_time": null, "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "tags": null}]} 2019-01-03 10:09:53,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1 used request id req-8f4abe6d-ab1f-4eda-b62f-960eeebdafd2 2019-01-03 10:09:53,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:54,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:53 GMT Server: Apache x-openstack-request-id: req-8f0bbd93-85fa-425f-a102-ca4e64141fa8 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-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "deletion_time": null, "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "tags": null}]} 2019-01-03 10:09:54,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1 used request id req-8f0bbd93-85fa-425f-a102-ca4e64141fa8 2019-01-03 10:09:54,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:54,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:09:54 GMT Server: Apache x-openstack-request-id: req-7c069fcf-2c72-4ea1-a28d-b7ca080f08b1 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:09:55,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:54 GMT Server: Apache x-openstack-request-id: req-746459ba-4e92-40f5-8818-2116eb828f4b 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:09:55,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-746459ba-4e92-40f5-8818-2116eb828f4b 2019-01-03 10:09:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:55,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:09:55 GMT Server: Apache x-openstack-request-id: req-7a4414c7-d1de-45e8-9822-6c30e11efd6f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:09:55,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:55 GMT Server: Apache x-openstack-request-id: req-871e8bc2-afd9-410e-a1b0-1936e985a9c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4611573e-7d42-4d79-9d7f-33d3eae6ec0d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4fda2b8d-a420-4365-8e53-dd970b5c2c5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2019-01-03T10:09:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2019-01-03 10:09:55,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources used request id req-871e8bc2-afd9-410e-a1b0-1936e985a9c9 2019-01-03 10:09:55,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:56,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:09:55 GMT Server: Apache x-openstack-request-id: req-f1539368-34c5-479e-b620-df29d46ea2af Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:09:56,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:56 GMT Server: Apache x-openstack-request-id: req-bc2a5177-03ed-416d-9947-b06afb70f15f 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:09:56,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-bc2a5177-03ed-416d-9947-b06afb70f15f 2019-01-03 10:09:56,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:09:57,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:09:56 GMT Server: Apache x-openstack-request-id: req-832a3843-faf2-4240-bad6-b26addcf7a6d Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:09:58,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:09:57 GMT Server: Apache x-openstack-request-id: req-b1faed3a-d585-4fda-8400-8105e47c5ee9 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:09:58,273 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-b1faed3a-d585-4fda-8400-8105e47c5ee9 2019-01-03 10:10:01,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:02,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:01 GMT Server: Apache x-openstack-request-id: req-bebba4cb-b19b-42a1-9e29-4badd77932b8 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:02,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:02 GMT Server: Apache x-openstack-request-id: req-3188f2b0-69fe-4a97-b147-a14db58eb2f4 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:02,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-3188f2b0-69fe-4a97-b147-a14db58eb2f4 2019-01-03 10:10:05,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:05,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:05 GMT Server: Apache x-openstack-request-id: req-0d72b3f5-b5f9-4ae3-b012-fd50dc0718ba Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:05,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:05 GMT Server: Apache x-openstack-request-id: req-45e7c5db-a6e9-4f44-be72-0dd744757cf1 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:05,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-45e7c5db-a6e9-4f44-be72-0dd744757cf1 2019-01-03 10:10:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:08,497 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:08 GMT Server: Apache x-openstack-request-id: req-75425366-849b-4a95-868b-88fde8dc4446 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:08,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:08 GMT Server: Apache x-openstack-request-id: req-0357f24c-1324-4d29-bab3-5cbc5837aff1 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:08,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-0357f24c-1324-4d29-bab3-5cbc5837aff1 2019-01-03 10:10:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:12,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:11 GMT Server: Apache x-openstack-request-id: req-0ccd90e7-cca4-4136-a4ec-4f7cbd6abd7b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:12 GMT Server: Apache x-openstack-request-id: req-6ddacad8-5da4-4d9d-99aa-14080cfcd45a 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image", "inst_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1", "stack_user_project_id": "4f86368e2a034508b99a14e8fc6f4510", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:09:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "786d57b8-dd7e-43de-849c-0bdaee9b9107", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:13,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-6ddacad8-5da4-4d9d-99aa-14080cfcd45a 2019-01-03 10:10:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:13,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:13 GMT Server: Apache x-openstack-request-id: req-fc785155-9dbc-47c5-9c20-b23738dbc890 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:13,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:13 GMT Server: Apache x-openstack-request-id: req-1ca2665b-3bc3-4051-a8cb-557e881acb74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4611573e-7d42-4d79-9d7f-33d3eae6ec0d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4fda2b8d-a420-4365-8e53-dd970b5c2c5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52c26db7-8581-4f66-9820-7fd36623d051", "resource_type": "OS::Nova::Server"}]} 2019-01-03 10:10:13,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources used request id req-1ca2665b-3bc3-4051-a8cb-557e881acb74 2019-01-03 10:10:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ba095b11-95e1-43fd-bcf7-e85da51886d9 Date: Thu, 03 Jan 2019 10:10:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["4fda2b8d-a420-4365-8e53-dd970b5c2c5e"],"description":"","tags":[],"updated_at":"2019-01-03T10:09:53Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:51Z","provider:network_type":"vxlan"}]} 2019-01-03 10:10:14,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe used request id req-ba095b11-95e1-43fd-bcf7-e85da51886d9 2019-01-03 10:10:14,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a3101d7f-2623-4c43-8922-485fa0e51e8f Date: Thu, 03 Jan 2019 10:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:53Z","dns_nameservers":[],"updated_at":"2019-01-03T10:09:53Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet"}]} 2019-01-03 10:10:14,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe used request id req-a3101d7f-2623-4c43-8922-485fa0e51e8f 2019-01-03 10:10:14,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b28b735-4752-4861-8ad9-85d45347afe8 Date: Thu, 03 Jan 2019 10:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:53Z","dns_nameservers":[],"updated_at":"2019-01-03T10:09:53Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet"}]} 2019-01-03 10:10:14,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe used request id req-9b28b735-4752-4861-8ad9-85d45347afe8 2019-01-03 10:10:14,183 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:10:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e8cfa7-8327-4c32-b5bb-373b9c01adbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:10:14,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-35e8cfa7-8327-4c32-b5bb-373b9c01adbe 2019-01-03 10:10:14,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:14 GMT Server: Apache x-openstack-request-id: req-9e5571c5-3f0b-47a7-ba12-df450e92d19b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:14,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:14 GMT Server: Apache x-openstack-request-id: req-dafedf7e-ce1e-4aa0-8889-e11b2b45ced6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4611573e-7d42-4d79-9d7f-33d3eae6ec0d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4fda2b8d-a420-4365-8e53-dd970b5c2c5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52c26db7-8581-4f66-9820-7fd36623d051", "resource_type": "OS::Nova::Server"}]} 2019-01-03 10:10:14,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources used request id req-dafedf7e-ce1e-4aa0-8889-e11b2b45ced6 2019-01-03 10:10:14,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52c26db7-8581-4f66-9820-7fd36623d051 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:14,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e6c3728-9223-45fb-b464-79d7028937a7 x-compute-request-id: req-0e6c3728-9223-45fb-b464-79d7028937a7 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:71:86", "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52c26db7-8581-4f66-9820-7fd36623d051", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52c26db7-8581-4f66-9820-7fd36623d051", "rel": "bookmark"}], "image": {"id": "2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "links": [{"href": "http://172.30.9.28:8774/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2019-01-03T10:10:06.000000", "flavor": {"id": "78eb7310-86c4-4a62-8f9d-8e10ed5a624b", "links": [{"href": "http://172.30.9.28:8774/flavors/78eb7310-86c4-4a62-8f9d-8e10ed5a624b", "rel": "bookmark"}]}, "id": "52c26db7-8581-4f66-9820-7fd36623d051", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:10:06Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "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-7578b30d-8eb2-4751-8725-0dcefed931e9-inst", "created": "2019-01-03T10:09:58Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:10:14,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52c26db7-8581-4f66-9820-7fd36623d051 used request id req-0e6c3728-9223-45fb-b464-79d7028937a7 2019-01-03 10:10:14,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:15,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d4921e39-eee8-4dc7-9cfa-8bb2c42d6f52 Date: Thu, 03 Jan 2019 10:10:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["4fda2b8d-a420-4365-8e53-dd970b5c2c5e"],"description":"","tags":[],"updated_at":"2019-01-03T10:09:53Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:51Z","provider:network_type":"vxlan"}]} 2019-01-03 10:10:15,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-net used request id req-d4921e39-eee8-4dc7-9cfa-8bb2c42d6f52 2019-01-03 10:10:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:10:15,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:10:15,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:15,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de152db-f806-4afa-a1d3-5fa1fa968715 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:10:15,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-7de152db-f806-4afa-a1d3-5fa1fa968715 2019-01-03 10:10:15,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:15,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-69907f1d-2b93-4f38-aa25-479126794951 Date: Thu, 03 Jan 2019 10:10:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:53Z","dns_nameservers":[],"updated_at":"2019-01-03T10:09:53Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-subnet"}]} 2019-01-03 10:10:15,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe used request id req-69907f1d-2b93-4f38-aa25-479126794951 2019-01-03 10:10:15,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:15,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-52d374fa-6757-4ebc-9d02-0f200e7a648b Date: Thu, 03 Jan 2019 10:10:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","ip_address":"10.0.0.4"}],"id":"14438f9e-c0c3-400f-bebd-e4f69aa90310","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:5f:a5","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","ip_address":"10.0.0.3"}],"id":"1d089832-c7ad-4e87-ac99-511f55e6d21f","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:3f:88","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:10:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","ip_address":"10.0.0.8"}],"id":"4611573e-7d42-4d79-9d7f-33d3eae6ec0d","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:be:71:86","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1-server1_port-s5nvvn3rfkok","admin_state_up":true,"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:54Z","binding:vnic_type":"normal","device_id":"52c26db7-8581-4f66-9820-7fd36623d051"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:09:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4fda2b8d-a420-4365-8e53-dd970b5c2c5e","ip_address":"10.0.0.2"}],"id":"db49c9be-f7c3-42e0-b64f-e78aab3a5c08","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:79:61","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:09:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe"}]} 2019-01-03 10:10:15,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe used request id req-52d374fa-6757-4ebc-9d02-0f200e7a648b 2019-01-03 10:10:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:16,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:15 GMT Server: Apache x-openstack-request-id: req-f2744c94-a2c4-4038-af0f-329852ecf8ed Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:16,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:16 GMT Server: Apache x-openstack-request-id: req-a4a21f8a-eb2a-48bb-af55-d85f92d7f122 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4611573e-7d42-4d79-9d7f-33d3eae6ec0d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "4fda2b8d-a420-4365-8e53-dd970b5c2c5e", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1dc56f3c-51fb-43d1-917f-1cdb45ef7ebe", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T10:09:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:09:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "52c26db7-8581-4f66-9820-7fd36623d051", "resource_type": "OS::Nova::Server"}]} 2019-01-03 10:10:16,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107/resources used request id req-a4a21f8a-eb2a-48bb-af55-d85f92d7f122 2019-01-03 10:10:16,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/786d57b8-dd7e-43de-849c-0bdaee9b9107 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20cc2f022854010798d4c4698487a00eecebd827" 2019-01-03 10:10:16,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:16 GMT Server: Apache x-openstack-request-id: req-f9b882c4-7c71-4bb1-90bb-670a1d0b3a9e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:17,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:10:16 GMT Server: Apache x-openstack-request-id: req-11f1be81-6749-4eaa-9561-117086edab38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:10:17,001 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-stack1/786d57b8-dd7e-43de-849c-0bdaee9b9107 used request id req-11f1be81-6749-4eaa-9561-117086edab38 2019-01-03 10:10:17,002 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-7578b30d-8eb2-4751-8725-0dcefed931e9-image 2019-01-03 10:10:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d278b945d5d943661293329f214a48d268509f3a" 2019-01-03 10:10:20,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-549ee0df-a661-40a9-b0ae-50344df7cf5e Date: Thu, 03 Jan 2019 10:10:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:10:20,527 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2f9dbb8f-4bac-49f3-8c2a-7a1f9add2d57 used request id req-549ee0df-a661-40a9-b0ae-50344df7cf5e 2019-01-03 10:10:20,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/78eb7310-86c4-4a62-8f9d-8e10ed5a624b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af0b7ff6a467fb63da0fb0b10fff7a7400b5ea5" 2019-01-03 10:10:20,570 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f83cb49-524e-4238-b7f5-be0f0f2cf1b2 x-compute-request-id: req-7f83cb49-524e-4238-b7f5-be0f0f2cf1b2 Content-Length: 0 Content-Type: application/json 2019-01-03 10:10:20,570 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/78eb7310-86c4-4a62-8f9d-8e10ed5a624b used request id req-7f83cb49-524e-4238-b7f5-be0f0f2cf1b2 2019-01-03 10:10:20,572 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:10:20,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:10:20,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:10:20,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["fiuquWq6SEephXohLjj7QA"], "issued_at": "2019-01-03T10:10:20.000000Z"}} 2019-01-03 10:10:20,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:21,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ab2248-77b9-4951-819c-578050e15e39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:10:21,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5ab2248-77b9-4951-819c-578050e15e39 2019-01-03 10:10:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:21,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-a6bd0d12-962e-455c-872c-6d778f1381b8 Date: Thu, 03 Jan 2019 10:10:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image"} 2019-01-03 10:10:21,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image used request id req-a6bd0d12-962e-455c-872c-6d778f1381b8 2019-01-03 10:10:21,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:21,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dd9efe0f-eb0f-459c-b010-ec5768c9a993 Date: Thu, 03 Jan 2019 10:10: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"}}} 2019-01-03 10:10:21,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dd9efe0f-eb0f-459c-b010-ec5768c9a993 2019-01-03 10:10:21,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image"}' 2019-01-03 10:10:22,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 X-Openstack-Request-Id: req-615c8f8a-5250-4b69-8b37-2d6b69320402 Date: Thu, 03 Jan 2019 10:10:22 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:10:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:10:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6", "min_disk": 0, "protected": false, "id": "a7d208d7-ec25-4956-9e17-d8bcab2798f6", "file": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:10:22,110 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-615c8f8a-5250-4b69-8b37-2d6b69320402 2019-01-03 10:10:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" -d '' 2019-01-03 10:10:23,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40e90786-3882-4058-a26c-3cbd46ad55a5 Date: Thu, 03 Jan 2019 10:10:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:10:23,855 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/file used request id req-40e90786-3882-4058-a26c-3cbd46ad55a5 2019-01-03 10:10:23,856 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:10:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:24,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d0069dda-c3bc-409a-8ce5-d736c519a9c8 Date: Thu, 03 Jan 2019 10:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/snap", "metadata": {}}], "self": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6", "min_disk": 0, "protected": false, "id": "a7d208d7-ec25-4956-9e17-d8bcab2798f6", "file": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:10:24,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 used request id req-d0069dda-c3bc-409a-8ce5-d736c519a9c8 2019-01-03 10:10:24,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:24,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1658e0a-f287-4296-b07a-f7b4fa77ed8c Date: Thu, 03 Jan 2019 10:10: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"}}} 2019-01-03 10:10:24,188 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e1658e0a-f287-4296-b07a-f7b4fa77ed8c 2019-01-03 10:10:24,190 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image 2019-01-03 10:10:24,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:10:24,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-449e36cf-c3d2-4afb-ae0d-134e10d78744 Date: Thu, 03 Jan 2019 10:10:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:10:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:10:23Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/snap", "metadata": {}}], "self": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6", "min_disk": 0, "protected": false, "id": "a7d208d7-ec25-4956-9e17-d8bcab2798f6", "file": "/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:10:24,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 used request id req-449e36cf-c3d2-4afb-ae0d-134e10d78744 2019-01-03 10:10:24,356 - create_image - DEBUG - Instance status is - active 2019-01-03 10:10:24,356 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image 2019-01-03 10:10:24,356 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image 2019-01-03 10:10:24,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:10:24,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:10:24,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:10:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["AG2QnfDSSNuNo-E5XwKTUg"], "issued_at": "2019-01-03T10:10:24.000000Z"}} 2019-01-03 10:10:24,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c8d5a8c7fd8a6f89cc144195da8f0ca6b82978" 2019-01-03 10:10:24,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f901d4-0a6a-4986-baf6-2a17417ee2cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:10:24,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-68f901d4-0a6a-4986-baf6-2a17417ee2cd 2019-01-03 10:10:24,819 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:10:24,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c8d5a8c7fd8a6f89cc144195da8f0ca6b82978" 2019-01-03 10:10:24,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10: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-41b90582-094e-406c-8e12-fb7af5f2b67a x-compute-request-id: req-41b90582-094e-406c-8e12-fb7af5f2b67a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:10:24,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-41b90582-094e-406c-8e12-fb7af5f2b67a 2019-01-03 10:10:24,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c8d5a8c7fd8a6f89cc144195da8f0ca6b82978" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:10:25,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10: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-da525c6d-1cb9-4fd2-bded-cccbd92e40ec x-compute-request-id: req-da525c6d-1cb9-4fd2-bded-cccbd92e40ec Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b54a99ee-fd38-48ba-b904-33032c216fe0", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b54a99ee-fd38-48ba-b904-33032c216fe0", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b54a99ee-fd38-48ba-b904-33032c216fe0", "name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:10:25,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-da525c6d-1cb9-4fd2-bded-cccbd92e40ec 2019-01-03 10:10:25,067 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:10:25,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:10:25,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["tDRjaOffTpiHvYREDWUvvQ"], "issued_at": "2019-01-03T10:10:25.000000Z"}} 2019-01-03 10:10:25,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-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-bc661e31-c623-4691-8eff-20514276acb8-net", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}}' 2019-01-03 10:10:28,296 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:10:25 GMT Server: Apache x-openstack-request-id: req-865a14ad-2d10-4377-bf0b-7ba3c33ab230 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}]}} 2019-01-03 10:10:28,296 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-865a14ad-2d10-4377-bf0b-7ba3c33ab230 2019-01-03 10:10:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:28,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:28 GMT Server: Apache x-openstack-request-id: req-dfd86231-78cc-4d4a-8305-6a344ec6485f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:28,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:28 GMT Server: Apache x-openstack-request-id: req-d5f7bb67-4f59-4e37-9622-b40148574ae0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:28,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-d5f7bb67-4f59-4e37-9622-b40148574ae0 2019-01-03 10:10:28,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:28,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:28 GMT Server: Apache x-openstack-request-id: req-24bd04cb-9d0b-481c-b2c2-fc52904f3561 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-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "deletion_time": null, "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "tags": null}]} 2019-01-03 10:10:28,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1 used request id req-24bd04cb-9d0b-481c-b2c2-fc52904f3561 2019-01-03 10:10:28,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:29,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:28 GMT Server: Apache x-openstack-request-id: req-7a6d4534-bdd4-4e1e-85a9-3106f9836a8d 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-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "deletion_time": null, "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "tags": null}]} 2019-01-03 10:10:29,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1 used request id req-7a6d4534-bdd4-4e1e-85a9-3106f9836a8d 2019-01-03 10:10:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:29,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:29 GMT Server: Apache x-openstack-request-id: req-09b20518-81af-4c4a-be5e-fbb62567f603 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:30,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:29 GMT Server: Apache x-openstack-request-id: req-6d152930-4960-4ad3-a4cf-530013ffb58a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:30,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-6d152930-4960-4ad3-a4cf-530013ffb58a 2019-01-03 10:10:30,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:30,631 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:30 GMT Server: Apache x-openstack-request-id: req-6286630c-1a14-4cad-b052-cc4732ba2222 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:30,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:30 GMT Server: Apache x-openstack-request-id: req-1edf9810-ef89-4ce1-873d-a0732b92e9df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:30,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-1edf9810-ef89-4ce1-873d-a0732b92e9df 2019-01-03 10:10:33,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:33,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:33 GMT Server: Apache x-openstack-request-id: req-81bccaca-c56a-4392-a0bc-1bbf2d1339dd Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:34,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:33 GMT Server: Apache x-openstack-request-id: req-34b881f1-98fd-4971-9638-7bc9f4de1255 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:34,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-34b881f1-98fd-4971-9638-7bc9f4de1255 2019-01-03 10:10:37,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:38,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:37 GMT Server: Apache x-openstack-request-id: req-98844a45-badc-491c-acbc-c50f0041ee11 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:38,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:38 GMT Server: Apache x-openstack-request-id: req-2f320fdb-f02b-44b6-bcd4-e148250e740a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:38,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-2f320fdb-f02b-44b6-bcd4-e148250e740a 2019-01-03 10:10:41,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:42,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:41 GMT Server: Apache x-openstack-request-id: req-e4cc5e4d-3ac4-47ad-bfec-0b995e13b943 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:42,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:42 GMT Server: Apache x-openstack-request-id: req-c19db710-9d3b-4e9e-9e6a-c0108f805823 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:42,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-c19db710-9d3b-4e9e-9e6a-c0108f805823 2019-01-03 10:10:45,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:45,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:45 GMT Server: Apache x-openstack-request-id: req-82643b62-a780-4999-8199-49d9fd36325b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:46,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:45 GMT Server: Apache x-openstack-request-id: req-a8b0f752-2281-4656-a123-4fea28acae5d 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1", "stack_user_project_id": "73e6e53eda8241a0b927630a4bd4aafd", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:10:27Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9899a91a-94a4-498c-9fb2-27e316e206ab", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:46,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-a8b0f752-2281-4656-a123-4fea28acae5d 2019-01-03 10:10:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-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-bc661e31-c623-4691-8eff-20514276acb8-net", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}}' 2019-01-03 10:10:48,684 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:10:46 GMT Server: Apache x-openstack-request-id: req-dc6e8a13-7430-4723-bba1-f6d3345e3cf6 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}]}} 2019-01-03 10:10:48,684 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-dc6e8a13-7430-4723-bba1-f6d3345e3cf6 2019-01-03 10:10:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:48,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:48 GMT Server: Apache x-openstack-request-id: req-c4ec0475-8ae0-4fbe-950f-08f07dc2f225 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:48,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:48 GMT Server: Apache x-openstack-request-id: req-1a9cfb2e-0e86-44e3-8b7e-aa67981e4914 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:48,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-1a9cfb2e-0e86-44e3-8b7e-aa67981e4914 2019-01-03 10:10:48,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:48,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:48 GMT Server: Apache x-openstack-request-id: req-6faaf5d6-d313-4325-bb9d-42001b2db4ec 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-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "deletion_time": null, "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "tags": null}]} 2019-01-03 10:10:48,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2 used request id req-6faaf5d6-d313-4325-bb9d-42001b2db4ec 2019-01-03 10:10:48,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:49,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:48 GMT Server: Apache x-openstack-request-id: req-81282fbe-e430-4a8f-9db7-1eda4109a43c 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-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "deletion_time": null, "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "updated_time": null, "project": "9a4fb23940e34a9aa0ac6bb33da7e27d", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "tags": null}]} 2019-01-03 10:10:49,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks?stack_name=HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2 used request id req-81282fbe-e430-4a8f-9db7-1eda4109a43c 2019-01-03 10:10:49,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:49,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:49 GMT Server: Apache x-openstack-request-id: req-825dd584-5b85-4d99-b295-9f70775d98a3 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:49,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:49 GMT Server: Apache x-openstack-request-id: req-632365e5-bf4a-4355-bfff-cef146226e76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:49,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-632365e5-bf4a-4355-bfff-cef146226e76 2019-01-03 10:10:49,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:50,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:49 GMT Server: Apache x-openstack-request-id: req-442578f4-be26-466f-ae06-97e96789f7a5 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:50,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:50 GMT Server: Apache x-openstack-request-id: req-1284cba3-7a57-4fb3-a5ef-a8f8f95ceb00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:50,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-1284cba3-7a57-4fb3-a5ef-a8f8f95ceb00 2019-01-03 10:10:53,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:53,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:53 GMT Server: Apache x-openstack-request-id: req-32202bf6-b001-4c18-86df-d62fe1c0a91f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:53,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:53 GMT Server: Apache x-openstack-request-id: req-434b3fcc-a24b-4c30-8f09-bee9fc7290ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:53,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-434b3fcc-a24b-4c30-8f09-bee9fc7290ae 2019-01-03 10:10:56,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:56,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:56 GMT Server: Apache x-openstack-request-id: req-32e836ee-7adc-412f-9766-e03b48ddbe20 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:56,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:56 GMT Server: Apache x-openstack-request-id: req-a11bd316-cd38-44fc-ac16-9562a09a9d76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:56,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-a11bd316-cd38-44fc-ac16-9562a09a9d76 2019-01-03 10:10:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:10:59,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:10:59 GMT Server: Apache x-openstack-request-id: req-a2e42bff-2edf-48c9-9e96-96ae00a18e2e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:10:59,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:10:59 GMT Server: Apache x-openstack-request-id: req-a577711d-f027-49f5-a17a-f04b66275e68 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:10:59,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-a577711d-f027-49f5-a17a-f04b66275e68 2019-01-03 10:11:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:02,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:02 GMT Server: Apache x-openstack-request-id: req-adf523f2-78db-4384-893a-3e64f057081e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:03,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:02 GMT Server: Apache x-openstack-request-id: req-204255b3-f104-4d4d-9c42-be39fc17ca23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:03,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-204255b3-f104-4d4d-9c42-be39fc17ca23 2019-01-03 10:11:06,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:06,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:06 GMT Server: Apache x-openstack-request-id: req-2b77f243-a983-4598-8d6e-59a3a2e0ed29 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:06,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:06 GMT Server: Apache x-openstack-request-id: req-34c2147f-9b05-43a9-83c1-01b65e3038db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:06,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-34c2147f-9b05-43a9-83c1-01b65e3038db 2019-01-03 10:11:09,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:09,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:09 GMT Server: Apache x-openstack-request-id: req-e1c988b5-27ec-4ff0-88ff-ddf208eca2a3 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:09,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:09 GMT Server: Apache x-openstack-request-id: req-ceecb9b2-83ca-479a-9c77-8bee6e2c66ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:09,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-ceecb9b2-83ca-479a-9c77-8bee6e2c66ab 2019-01-03 10:11:12,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:12,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:12 GMT Server: Apache x-openstack-request-id: req-18583e5a-e66a-4ea5-9a00-7a04000d45b1 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:12,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:12 GMT Server: Apache x-openstack-request-id: req-3a565032-2592-4ae3-a933-ad470ea9d26e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:12,656 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-3a565032-2592-4ae3-a933-ad470ea9d26e 2019-01-03 10:11:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:15,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:15 GMT Server: Apache x-openstack-request-id: req-75ca0e01-bed3-499b-85d8-ab947693541b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:16,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:15 GMT Server: Apache x-openstack-request-id: req-d92dc23b-c8c2-4226-a8db-6b3cb634eb2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:16,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-d92dc23b-c8c2-4226-a8db-6b3cb634eb2e 2019-01-03 10:11:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:19,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:19 GMT Server: Apache x-openstack-request-id: req-fe9b2009-4e05-4632-9fa9-f9566196a018 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:19,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:19 GMT Server: Apache x-openstack-request-id: req-f875d2d1-71b7-41fa-bf17-72d63d1c4341 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:19,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-f875d2d1-71b7-41fa-bf17-72d63d1c4341 2019-01-03 10:11:22,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:23,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:22 GMT Server: Apache x-openstack-request-id: req-a83cd06a-2f54-4807-abe7-6db53adb938d Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:23,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:23 GMT Server: Apache x-openstack-request-id: req-fc45b7d2-4b6c-43cd-8a9c-e87d5cbb23f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:23,160 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-fc45b7d2-4b6c-43cd-8a9c-e87d5cbb23f8 2019-01-03 10:11:26,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:26,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:26 GMT Server: Apache x-openstack-request-id: req-b32250ca-0060-4033-bab8-68159164fa68 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:26,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:26 GMT Server: Apache x-openstack-request-id: req-37fbde2c-8443-4fec-b7ca-fabcf5bbfd27 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:26,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-37fbde2c-8443-4fec-b7ca-fabcf5bbfd27 2019-01-03 10:11:29,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:29,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:29 GMT Server: Apache x-openstack-request-id: req-41d8ddcd-2b9c-4871-8a26-bd00c5ef9366 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:29,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:29 GMT Server: Apache x-openstack-request-id: req-15ebe385-b76f-4706-ad95-63b35ebb52da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:29,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-15ebe385-b76f-4706-ad95-63b35ebb52da 2019-01-03 10:11:32,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:32,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:32 GMT Server: Apache x-openstack-request-id: req-bf8dc43e-3342-49b4-b43d-7b322d0a9871 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:33,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:32 GMT Server: Apache x-openstack-request-id: req-f71405bd-7f28-43a3-a1ae-a652bbcd0a02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:33,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-f71405bd-7f28-43a3-a1ae-a652bbcd0a02 2019-01-03 10:11:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:36,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:36 GMT Server: Apache x-openstack-request-id: req-fe4cb402-8fbd-4f9c-adcb-ec1a7bd9c792 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:36,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:36 GMT Server: Apache x-openstack-request-id: req-c0a47569-9cf8-4a0f-aa02-5eab085d719e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:36,137 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-c0a47569-9cf8-4a0f-aa02-5eab085d719e 2019-01-03 10:11:39,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:39,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:39 GMT Server: Apache x-openstack-request-id: req-4c304a96-8c9b-453a-a9c2-5b65ba6ef2d7 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:39,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:39 GMT Server: Apache x-openstack-request-id: req-de7b8098-cb17-4e95-869f-09c067976815 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:39,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-de7b8098-cb17-4e95-869f-09c067976815 2019-01-03 10:11:42,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:42,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-391b5ca9-78a3-43bd-8f6d-ce23bfc66114 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:42,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-e0f311ee-5ef2-4899-8f11-67749772d444 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image", "inst_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2", "stack_user_project_id": "0fe2bd3d5d94491d8ff9fa3d90beacbc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:10:48Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9b2e47e0-2150-46fc-be02-f2bfcf0149f0", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 10:11:42,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-e0f311ee-5ef2-4899-8f11-67749772d444 2019-01-03 10:11:42,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9899a91a-94a4-498c-9fb2-27e316e206ab -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:42,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-a07954c9-66a9-4edd-98c4-41d066677b59 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:42,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-4cde2df1-431d-4cb1-89cd-1bc5f46d1243 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:11:42,392 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack1/9899a91a-94a4-498c-9fb2-27e316e206ab used request id req-4cde2df1-431d-4cb1-89cd-1bc5f46d1243 2019-01-03 10:11:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e778d42395189090aa61ca24ba26211ccd0b47c" 2019-01-03 10:11:42,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-8ea1c5a6-c1a8-4725-ba86-c5dc8dc0378f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:42,494 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:11:42 GMT Server: Apache x-openstack-request-id: req-0c0ae0b3-e515-4ab2-b4a0-2ba4e2086f6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:11:42,494 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-stack2/9b2e47e0-2150-46fc-be02-f2bfcf0149f0 used request id req-0c0ae0b3-e515-4ab2-b4a0-2ba4e2086f6a 2019-01-03 10:11:42,494 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-bc661e31-c623-4691-8eff-20514276acb8-image 2019-01-03 10:11:42,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35b7a660bc8d8a8645a7eb28806ea5b2b3055850" 2019-01-03 10:11:44,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d60e059-599a-43fb-a1f9-982d708a31c2 Date: Thu, 03 Jan 2019 10:11:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:11:44,395 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a7d208d7-ec25-4956-9e17-d8bcab2798f6 used request id req-5d60e059-599a-43fb-a1f9-982d708a31c2 2019-01-03 10:11:44,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b54a99ee-fd38-48ba-b904-33032c216fe0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84c8d5a8c7fd8a6f89cc144195da8f0ca6b82978" 2019-01-03 10:11:44,460 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:11: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-27f9d030-36cf-434d-a719-e1efc39316e6 x-compute-request-id: req-27f9d030-36cf-434d-a719-e1efc39316e6 Content-Length: 0 Content-Type: application/json 2019-01-03 10:11:44,460 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b54a99ee-fd38-48ba-b904-33032c216fe0 used request id req-27f9d030-36cf-434d-a719-e1efc39316e6 2019-01-03 10:11:44,462 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:11:44,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:11:44,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:11:44,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["PC7A2a40SG-cxu18SUtb3Q"], "issued_at": "2019-01-03T10:11:44.000000Z"}} 2019-01-03 10:11:44,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:44,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34cecb78-ae72-4aaf-9735-6ce32e1b9cc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:11:44,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-34cecb78-ae72-4aaf-9735-6ce32e1b9cc8 2019-01-03 10:11:44,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:45,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-d642e75f-09e5-42dc-ac82-0cbef57ec2a6 Date: Thu, 03 Jan 2019 10:11:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"} 2019-01-03 10:11:45,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 used request id req-d642e75f-09e5-42dc-ac82-0cbef57ec2a6 2019-01-03 10:11:45,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:45,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-37c56580-8a44-4588-8f81-08d4d4e09bbe Date: Thu, 03 Jan 2019 10:11: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"}}} 2019-01-03 10:11:45,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-37c56580-8a44-4588-8f81-08d4d4e09bbe 2019-01-03 10:11:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}' 2019-01-03 10:11:45,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 X-Openstack-Request-Id: req-8ab096b8-d173-45d1-9ddf-a34676c56b26 Date: Thu, 03 Jan 2019 10:11:45 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977", "min_disk": 0, "protected": false, "id": "d4e38873-156c-408f-8e59-a51f599fb977", "file": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:45,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8ab096b8-d173-45d1-9ddf-a34676c56b26 2019-01-03 10:11:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" -d '' 2019-01-03 10:11:47,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c664a21-051b-4e67-93bf-4cb99e301c0b Date: Thu, 03 Jan 2019 10:11:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:11:47,711 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file used request id req-4c664a21-051b-4e67-93bf-4cb99e301c0b 2019-01-03 10:11:47,712 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:11:47,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:47,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a1b0318a-d116-47d1-9f43-258d3a07ebe1 Date: Thu, 03 Jan 2019 10:11:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:47Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "metadata": {}}], "self": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977", "min_disk": 0, "protected": false, "id": "d4e38873-156c-408f-8e59-a51f599fb977", "file": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:47,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 used request id req-a1b0318a-d116-47d1-9f43-258d3a07ebe1 2019-01-03 10:11:47,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:48,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5a43d1a8-a2f6-4b3f-90ed-61d195b36421 Date: Thu, 03 Jan 2019 10:11: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"}}} 2019-01-03 10:11:48,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5a43d1a8-a2f6-4b3f-90ed-61d195b36421 2019-01-03 10:11:48,063 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 2019-01-03 10:11:48,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:11:48,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-3645e190-9afe-4846-a1b4-de14d0f325df Date: Thu, 03 Jan 2019 10:11:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:47Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "metadata": {}}], "self": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977", "min_disk": 0, "protected": false, "id": "d4e38873-156c-408f-8e59-a51f599fb977", "file": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:48,245 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 used request id req-3645e190-9afe-4846-a1b4-de14d0f325df 2019-01-03 10:11:48,246 - create_image - DEBUG - Instance status is - active 2019-01-03 10:11:48,246 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 2019-01-03 10:11:48,246 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 2019-01-03 10:11:48,246 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:11:48,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:11:48,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:11:48,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:11:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["OAuXWpMrS-2prMWI8k79VA"], "issued_at": "2019-01-03T10:11:48.000000Z"}} 2019-01-03 10:11:48,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:48,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1badcf4-95b6-4b3a-bb33-1f68edee44df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:11:48,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1badcf4-95b6-4b3a-bb33-1f68edee44df 2019-01-03 10:11:48,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:48,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-179dbce8-9b35-4aaa-aa73-b814b1594712 Date: Thu, 03 Jan 2019 10:11:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2"} 2019-01-03 10:11:48,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 used request id req-179dbce8-9b35-4aaa-aa73-b814b1594712 2019-01-03 10:11:48,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:49,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0ecf21a7-4054-4bf2-bf18-687a9d9ecd7c Date: Thu, 03 Jan 2019 10:11:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 10:11:49,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0ecf21a7-4054-4bf2-bf18-687a9d9ecd7c 2019-01-03 10:11:49,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2"}' 2019-01-03 10:11:49,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda X-Openstack-Request-Id: req-1d2d105b-9eed-44f4-bcad-4d06e375c4b8 Date: Thu, 03 Jan 2019 10:11:49 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "min_disk": 0, "protected": false, "id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "file": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file", "checksum": null, "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:49,410 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1d2d105b-9eed-44f4-bcad-4d06e375c4b8 2019-01-03 10:11:49,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" -d '' 2019-01-03 10:11:50,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6932d2fb-2547-4997-b2b9-a9bfc966eb75 Date: Thu, 03 Jan 2019 10:11:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:11:50,937 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file used request id req-6932d2fb-2547-4997-b2b9-a9bfc966eb75 2019-01-03 10:11:50,938 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:11:50,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:51,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-9545f79c-1f71-41c4-8d45-071d79a82c3e Date: Thu, 03 Jan 2019 10:11:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "metadata": {}}], "self": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "min_disk": 0, "protected": false, "id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "file": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:51,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda used request id req-9545f79c-1f71-41c4-8d45-071d79a82c3e 2019-01-03 10:11:51,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:51,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b24417a4-668c-44b5-8df4-86e6f2e6e4de Date: Thu, 03 Jan 2019 10:11: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"}}} 2019-01-03 10:11:51,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b24417a4-668c-44b5-8df4-86e6f2e6e4de 2019-01-03 10:11:51,267 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 2019-01-03 10:11:51,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:11:51,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5a2ff3c7-e46e-40f5-a6d9-8dc1c442baa8 Date: Thu, 03 Jan 2019 10:11:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "metadata": {}}], "self": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "min_disk": 0, "protected": false, "id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "file": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:11:51,438 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda used request id req-5a2ff3c7-e46e-40f5-a6d9-8dc1c442baa8 2019-01-03 10:11:51,439 - create_image - DEBUG - Instance status is - active 2019-01-03 10:11:51,439 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 2019-01-03 10:11:51,439 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 2019-01-03 10:11:51,439 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:11:51,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:11:51,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:11:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["si8FocSDTIKA6AbYzRezUw"], "issued_at": "2019-01-03T10:11:51.000000Z"}} 2019-01-03 10:11:51,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net"}}' 2019-01-03 10:11:55,452 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:11:51 GMT Server: Apache x-openstack-request-id: req-30956dd6-c3c0-4e05-92ee-efc3fa11ab29 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "0ff29095-6545-4127-beec-8be8f0b883cc", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}]}} 2019-01-03 10:11:55,452 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-30956dd6-c3c0-4e05-92ee-efc3fa11ab29 2019-01-03 10:11:55,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:11:55,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:55 GMT Server: Apache x-openstack-request-id: req-a44ce28b-3e8b-477d-b1cd-fdf79d8000bf Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:55,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:55 GMT Server: Apache x-openstack-request-id: req-1ef85d2a-6b5b-4a1f-a275-d691229f912c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:11:55,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-1ef85d2a-6b5b-4a1f-a275-d691229f912c 2019-01-03 10:11:55,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:11:56,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:55 GMT Server: Apache x-openstack-request-id: req-3eec0956-d5db-4eb6-b6b3-858b17dadbe7 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:11:56,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:56 GMT Server: Apache x-openstack-request-id: req-dc19d045-542e-4f2d-b845-c659c09f417e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:11:56,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-dc19d045-542e-4f2d-b845-c659c09f417e 2019-01-03 10:11:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:11:59,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:11:59 GMT Server: Apache x-openstack-request-id: req-9b72f033-4037-47fc-9f8d-903fd952cd2f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:00,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:11:59 GMT Server: Apache x-openstack-request-id: req-fc02b6a6-5fc4-4c7d-9620-f52806d78925 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:00,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-fc02b6a6-5fc4-4c7d-9620-f52806d78925 2019-01-03 10:12:03,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:03,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:03 GMT Server: Apache x-openstack-request-id: req-8b09e7f3-ad06-4d30-bb25-92df0580bd6f Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:03,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:03 GMT Server: Apache x-openstack-request-id: req-a204ca47-f4f7-4b29-845d-9ce76cb1b940 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:03,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-a204ca47-f4f7-4b29-845d-9ce76cb1b940 2019-01-03 10:12:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:06,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:06 GMT Server: Apache x-openstack-request-id: req-271d2de9-3be0-4b9a-9e11-8ce60d75f41b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:07,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:06 GMT Server: Apache x-openstack-request-id: req-db2e8350-1110-4654-90e2-c0f5e04d4537 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:07,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-db2e8350-1110-4654-90e2-c0f5e04d4537 2019-01-03 10:12:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:10,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:10 GMT Server: Apache x-openstack-request-id: req-48e79d46-383f-4d54-b990-2bd090c7e367 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:11,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:10 GMT Server: Apache x-openstack-request-id: req-763e1cc9-bb22-4458-85be-f822dd36620d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:11,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-763e1cc9-bb22-4458-85be-f822dd36620d 2019-01-03 10:12:14,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:14,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:14 GMT Server: Apache x-openstack-request-id: req-fb3e0423-7539-468e-9867-b969a31aedea Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:14,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:14 GMT Server: Apache x-openstack-request-id: req-7e0c6ef4-e040-4e93-baa6-932d3940d9a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:14,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-7e0c6ef4-e040-4e93-baa6-932d3940d9a1 2019-01-03 10:12:17,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:17,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:17 GMT Server: Apache x-openstack-request-id: req-33f583c3-5522-44cc-a6e6-34b3defd31ef Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:17,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:17 GMT Server: Apache x-openstack-request-id: req-ea7d9909-3fd6-44c9-b498-5df6bee43220 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:17,718 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-ea7d9909-3fd6-44c9-b498-5df6bee43220 2019-01-03 10:12:17,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:17,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:17 GMT Server: Apache x-openstack-request-id: req-ec5107dc-fba5-4253-bf2e-c6631d8a4e93 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:18,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:17 GMT Server: Apache x-openstack-request-id: req-d895d903-904a-4839-9546-7c4059b4c475 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1040 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7243a146-e229-4ab2-926e-04611a950d55", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "348dbbf8-396e-4fa9-8c76-3589e3734d5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3b783c98-9b01-44d2-bfb5-5817e689ca3b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d44b3a3-5a33-4fd3-ab9a-c12882092a7b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832:subnet_id=bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2d11482f-31ee-4065-8e8e-45ec41578a5e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a08fde2b-0c93-42ad-9583-5d63ee70c12a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7e16b58e-f331-4708-ab2f-7a0e2aebf999", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 10:12:18,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources used request id req-d895d903-904a-4839-9546-7c4059b4c475 2019-01-03 10:12:18,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache x-openstack-request-id: req-9e6779ed-d12f-4efc-bde3-d46dfb988181 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:18,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache x-openstack-request-id: req-a88c4186-31f2-49c9-af29-f76d7b54ca69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:18,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-a88c4186-31f2-49c9-af29-f76d7b54ca69 2019-01-03 10:12:18,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache x-openstack-request-id: req-ffda04fc-1344-4828-b5dc-e839c1628cf5 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:18,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache x-openstack-request-id: req-820a8c22-2dfa-40d7-8f76-092747391dc5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1040 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7243a146-e229-4ab2-926e-04611a950d55", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "348dbbf8-396e-4fa9-8c76-3589e3734d5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3b783c98-9b01-44d2-bfb5-5817e689ca3b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d44b3a3-5a33-4fd3-ab9a-c12882092a7b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832:subnet_id=bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2d11482f-31ee-4065-8e8e-45ec41578a5e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a08fde2b-0c93-42ad-9583-5d63ee70c12a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7e16b58e-f331-4708-ab2f-7a0e2aebf999", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 10:12:18,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources used request id req-820a8c22-2dfa-40d7-8f76-092747391dc5 2019-01-03 10:12:18,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0f0bd057-8a27-4be0-a75a-5b63ea71b0e8 Date: Thu, 03 Jan 2019 10:12:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["bf5ea281-4e89-4c83-b914-2962104a4391"],"description":"","tags":[],"updated_at":"2019-01-03T10:11:59Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:12:18,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-0f0bd057-8a27-4be0-a75a-5b63ea71b0e8 2019-01-03 10:12:18,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8b82f6d-16ed-4885-8a6b-95e5a22a1cde Date: Thu, 03 Jan 2019 10:12:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:11:59Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"bf5ea281-4e89-4c83-b914-2962104a4391","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet"}]} 2019-01-03 10:12:18,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-a8b82f6d-16ed-4885-8a6b-95e5a22a1cde 2019-01-03 10:12:18,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1f9a4cfd-ce72-4e08-957d-1b834309cecc Date: Thu, 03 Jan 2019 10:12:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:11:59Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"bf5ea281-4e89-4c83-b914-2962104a4391","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet"}]} 2019-01-03 10:12:18,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-1f9a4cfd-ce72-4e08-957d-1b834309cecc 2019-01-03 10:12:18,882 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:12:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:18,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77773bd9-00fd-469f-9732-cfe085a4a6f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:12:18,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-77773bd9-00fd-469f-9732-cfe085a4a6f1 2019-01-03 10:12:18,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:18 GMT Server: Apache x-openstack-request-id: req-345ee001-814e-4bb7-8b8f-12ca3369029a Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:19,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:19 GMT Server: Apache x-openstack-request-id: req-538103f8-b832-4c22-a4f4-f609e7d47373 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1040 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7243a146-e229-4ab2-926e-04611a950d55", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "348dbbf8-396e-4fa9-8c76-3589e3734d5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3b783c98-9b01-44d2-bfb5-5817e689ca3b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d44b3a3-5a33-4fd3-ab9a-c12882092a7b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832:subnet_id=bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2d11482f-31ee-4065-8e8e-45ec41578a5e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a08fde2b-0c93-42ad-9583-5d63ee70c12a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7e16b58e-f331-4708-ab2f-7a0e2aebf999", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 10:12:19,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources used request id req-538103f8-b832-4c22-a4f4-f609e7d47373 2019-01-03 10:12:19,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/2d11482f-31ee-4065-8e8e-45ec41578a5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-2acc98fc-f951-42b6-a4c6-e86de9caf9a5 x-compute-request-id: req-2acc98fc-f951-42b6-a4c6-e86de9caf9a5 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:0e:87", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:0e:87", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/2d11482f-31ee-4065-8e8e-45ec41578a5e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/2d11482f-31ee-4065-8e8e-45ec41578a5e", "rel": "bookmark"}], "image": {"id": "d4e38873-156c-408f-8e59-a51f599fb977", "links": [{"href": "http://172.30.9.28:8774/images/d4e38873-156c-408f-8e59-a51f599fb977", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2019-01-03T10:12:13.000000", "flavor": {"id": "baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "links": [{"href": "http://172.30.9.28:8774/flavors/baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "rel": "bookmark"}]}, "id": "2d11482f-31ee-4065-8e8e-45ec41578a5e", "security_groups": [{"name": "security_group_name"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:12:14Z", "hostId": "24f82d0618fc9430c0656ebfc26f810362017e0a26033ea00cbb0b6b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "created": "2019-01-03T10:12:04Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:12:19,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/2d11482f-31ee-4065-8e8e-45ec41578a5e used request id req-2acc98fc-f951-42b6-a4c6-e86de9caf9a5 2019-01-03 10:12:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d5cd2d7c-07ba-44fc-b6e9-5f9d6448f5c4 Date: Thu, 03 Jan 2019 10:12:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["bf5ea281-4e89-4c83-b914-2962104a4391"],"description":"","tags":[],"updated_at":"2019-01-03T10:11:59Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:12:19,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net used request id req-d5cd2d7c-07ba-44fc-b6e9-5f9d6448f5c4 2019-01-03 10:12:19,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:12:19,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:12:19,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9609bb13-f620-4099-ac38-41dbfc6a03ca Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:12:19,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-9609bb13-f620-4099-ac38-41dbfc6a03ca 2019-01-03 10:12:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c483a7dc-6548-45d1-afff-77200bef177d Date: Thu, 03 Jan 2019 10:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:11:59Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"bf5ea281-4e89-4c83-b914-2962104a4391","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet"}]} 2019-01-03 10:12:19,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-c483a7dc-6548-45d1-afff-77200bef177d 2019-01-03 10:12:19,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:19,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5783 X-Openstack-Request-Id: req-71fb1d97-6c11-44f7-b8ac-da85e23ef8f6 Date: Thu, 03 Jan 2019 10:12:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.7"}],"id":"4beba812-65e4-4eda-908f-241c54ea6531","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:38:7c","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:05Z","binding:vnic_type":"normal","device_id":"a08fde2b-0c93-42ad-9583-5d63ee70c12a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.3"}],"id":"4ce4a83b-bd62-42b7-9c20-6926585228e4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:d4:a2","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-348dbbf8-396e-4fa9-8c76-3589e3734d5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.1"}],"id":"54e44780-248c-4476-9124-a3fcdc22a36a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:fb:4c","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:03Z","binding:vnic_type":"normal","device_id":"6a850fa7-d17f-4300-9a95-01e913a01832"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.9"}],"id":"7e16b58e-f331-4708-ab2f-7a0e2aebf999","security_groups":["3b783c98-9b01-44d2-bfb5-5817e689ca3b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:0e:87","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack-port1-hnawioc4jefi","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:00Z","binding:vnic_type":"normal","device_id":"2d11482f-31ee-4065-8e8e-45ec41578a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.2"}],"id":"8c15f93b-c513-4de9-bf7c-facff70114ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:5d:fc","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-348dbbf8-396e-4fa9-8c76-3589e3734d5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.4"}],"id":"c203226d-80f7-4142-ba80-458dea70a036","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:58:c7","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-348dbbf8-396e-4fa9-8c76-3589e3734d5a"}]} 2019-01-03 10:12:19,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-71fb1d97-6c11-44f7-b8ac-da85e23ef8f6 2019-01-03 10:12:19,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a08fde2b-0c93-42ad-9583-5d63ee70c12a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-b8f3dee7-9ba8-4ed2-9bce-568071e88b82 x-compute-request-id: req-b8f3dee7-9ba8-4ed2-9bce-568071e88b82 Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:38:7c", "version": 4, "addr": "10.1.2.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a08fde2b-0c93-42ad-9583-5d63ee70c12a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a08fde2b-0c93-42ad-9583-5d63ee70c12a", "rel": "bookmark"}], "image": {"id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "links": [{"href": "http://172.30.9.28:8774/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000017", "OS-SRV-USG:launched_at": "2019-01-03T10:12:09.000000", "flavor": {"id": "7243a146-e229-4ab2-926e-04611a950d55", "links": [{"href": "http://172.30.9.28:8774/flavors/7243a146-e229-4ab2-926e-04611a950d55", "rel": "bookmark"}]}, "id": "a08fde2b-0c93-42ad-9583-5d63ee70c12a", "security_groups": [{"name": "default"}], "user_id": "284288283f6d4dc38cafe6c5d0710616", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:12:10Z", "hostId": "3a87904fddfcb3e41175e5d26c885afd49960df06cc13c88113054b8", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "created": "2019-01-03T10:12:03Z", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:12:20,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a08fde2b-0c93-42ad-9583-5d63ee70c12a used request id req-b8f3dee7-9ba8-4ed2-9bce-568071e88b82 2019-01-03 10:12:20,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-18087269-ac76-483c-8d23-7f9070ac578d Date: Thu, 03 Jan 2019 10:12:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","subnets":["bf5ea281-4e89-4c83-b914-2962104a4391"],"description":"","tags":[],"updated_at":"2019-01-03T10:11:59Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net","admin_state_up":true,"tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:58Z","provider:network_type":"vxlan"}]} 2019-01-03 10:12:20,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net used request id req-18087269-ac76-483c-8d23-7f9070ac578d 2019-01-03 10:12:20,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c699d3fd-092f-4b50-85f4-6892502dcba0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:12:20,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-c699d3fd-092f-4b50-85f4-6892502dcba0 2019-01-03 10:12:20,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4a782bc9-c575-4ab8-891d-ae2fc68bc70f Date: Thu, 03 Jan 2019 10:12:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","dns_nameservers":[],"updated_at":"2019-01-03T10:11:59Z","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":"9a4fb23940e34a9aa0ac6bb33da7e27d","id":"bf5ea281-4e89-4c83-b914-2962104a4391","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet"}]} 2019-01-03 10:12:20,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-4a782bc9-c575-4ab8-891d-ae2fc68bc70f 2019-01-03 10:12:20,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-2f87e5d7-08ed-4695-a9a1-f87451ea13e0 Date: Thu, 03 Jan 2019 10:12:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.7"}],"id":"4beba812-65e4-4eda-908f-241c54ea6531","security_groups":["54783546-e2d0-4a4b-93b6-8f65ef01f647"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:38:7c","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:05Z","binding:vnic_type":"normal","device_id":"a08fde2b-0c93-42ad-9583-5d63ee70c12a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.3"}],"id":"4ce4a83b-bd62-42b7-9c20-6926585228e4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:d4:a2","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-348dbbf8-396e-4fa9-8c76-3589e3734d5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.1"}],"id":"54e44780-248c-4476-9124-a3fcdc22a36a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:fb:4c","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:03Z","binding:vnic_type":"normal","device_id":"6a850fa7-d17f-4300-9a95-01e913a01832"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.9"}],"id":"7e16b58e-f331-4708-ab2f-7a0e2aebf999","security_groups":["3b783c98-9b01-44d2-bfb5-5817e689ca3b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:0e:87","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack-port1-hnawioc4jefi","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:00Z","binding:vnic_type":"normal","device_id":"2d11482f-31ee-4065-8e8e-45ec41578a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.2"}],"id":"8c15f93b-c513-4de9-bf7c-facff70114ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:5d:fc","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:11:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-348dbbf8-396e-4fa9-8c76-3589e3734d5a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:12:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bf5ea281-4e89-4c83-b914-2962104a4391","ip_address":"10.1.2.4"}],"id":"c203226d-80f7-4142-ba80-458dea70a036","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:58:c7","project_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"348dbbf8-396e-4fa9-8c76-3589e3734d5a","tenant_id":"9a4fb23940e34a9aa0ac6bb33da7e27d","created_at":"2019-01-03T10:12:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-348dbbf8-396e-4fa9-8c76-3589e3734d5a"}]} 2019-01-03 10:12:20,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=348dbbf8-396e-4fa9-8c76-3589e3734d5a used request id req-2f87e5d7-08ed-4695-a9a1-f87451ea13e0 2019-01-03 10:12:20,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:20,900 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:20 GMT Server: Apache x-openstack-request-id: req-1e7d2a0e-57fc-40f9-8da3-6dd39e0a9c4e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:21,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:20 GMT Server: Apache x-openstack-request-id: req-175d1e6e-e85f-4586-b0cd-5a752f337cea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "7243a146-e229-4ab2-926e-04611a950d55", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "baed3f9c-c8e5-4e8d-ab0c-fb63030adb2d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "348dbbf8-396e-4fa9-8c76-3589e3734d5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3b783c98-9b01-44d2-bfb5-5817e689ca3b", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6d44b3a3-5a33-4fd3-ab9a-c12882092a7b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "38", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "6a850fa7-d17f-4300-9a95-01e913a01832:subnet_id=bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "bf5ea281-4e89-4c83-b914-2962104a4391", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "2d11482f-31ee-4065-8e8e-45ec41578a5e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "a08fde2b-0c93-42ad-9583-5d63ee70c12a", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T10:11:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:11:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7e16b58e-f331-4708-ab2f-7a0e2aebf999", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 10:12:21,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc/resources used request id req-175d1e6e-e85f-4586-b0cd-5a752f337cea 2019-01-03 10:12:21,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f1b509b2-9ab6-4370-aa82-45359f22092f Date: Thu, 03 Jan 2019 10:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:47Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "metadata": {}}], "self": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977", "min_disk": 0, "protected": false, "id": "d4e38873-156c-408f-8e59-a51f599fb977", "file": "/v2/images/d4e38873-156c-408f-8e59-a51f599fb977/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d4e38873-156c-408f-8e59-a51f599fb977/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:12:21,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 used request id req-f1b509b2-9ab6-4370-aa82-45359f22092f 2019-01-03 10:12:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f432a61b-0257-49b1-97f3-db366228f758 Date: Thu, 03 Jan 2019 10:12: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"}}} 2019-01-03 10:12:21,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f432a61b-0257-49b1-97f3-db366228f758 2019-01-03 10:12:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-f5106545-0a97-46d9-8097-bbaa8e1b370a Date: Thu, 03 Jan 2019 10:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "metadata": {}}], "self": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "min_disk": 0, "protected": false, "id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "file": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:12:21,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda used request id req-f5106545-0a97-46d9-8097-bbaa8e1b370a 2019-01-03 10:12:21,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-cd6e7953-3e9b-49e7-bfdc-ce85f3b112a0 Date: Thu, 03 Jan 2019 10:12:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:11:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:11:50Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "metadata": {}}], "self": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda", "min_disk": 0, "protected": false, "id": "e51ee6de-e51a-438e-bf84-963cba7c5fda", "file": "/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9a4fb23940e34a9aa0ac6bb33da7e27d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e51ee6de-e51a-438e-bf84-963cba7c5fda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:12:21,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda used request id req-cd6e7953-3e9b-49e7-bfdc-ce85f3b112a0 2019-01-03 10:12:21,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:21 GMT Server: Apache x-openstack-request-id: req-872936b0-8d71-4b05-911d-dce22774e7fa Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:21,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:21 GMT Server: Apache x-openstack-request-id: req-7a5fd123-db2e-4123-a552-e73de8314934 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:21,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-7a5fd123-db2e-4123-a552-e73de8314934 2019-01-03 10:12:21,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:21,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:21 GMT Server: Apache x-openstack-request-id: req-6d276e70-302f-4d73-aff7-1880a82d5a51 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:22,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:21 GMT Server: Apache x-openstack-request-id: req-485352c7-894e-4e34-91b5-adc27078207f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6+2AOKjKw8R6NWTJ9dXo6gHq9mESxjhbQkjRWJW8HvEi7gyP\nkQr1d3R38liHfkOgp6yzv9VeRyPwzZgJ+nGzUFC0Qvm9AX6l8tDMes0xb6ZRkylL\ngEZLyhSi+EmDUaYbd0Fy6j5TzDO8gOp6FO9c5zq/tlFsHJiXIStDi6BFXY8H9f4O\npBl3cuE0QKNlhrwuydtPzMFNh6GZGiQoOzvKmHReTAH21ZmVcH7EkVQuNTZmiVNC\n/hjkMubUXjmTCwdREgxBOzNhEiCljCu23CsOpsEh5rkIq+u0u6ZiVdn9i89zYiph\nwpHirNscjm98Fxfa10Vw2rYRTcaX++ok6Tlk6wIDAQABAoIBAE2r+zKsH1UkMjex\n3uuYaP3hc8F5Y/zuQN0prAJGCZEGQkGs0PcnbHjPV03p53GiQhnxuZvGWyuAoZ6O\nF3rkQ+yFJVOHdLoxP+EY7LjhJQ1k7CZOyhSJEBqPgLfNO/Z9gT1ZxsNnkZ8AyWaH\ny3lo9GUL6mHTnIwtkFPTMoGdWjjaZCqFHejBKA4Fo+mYYWjSE0BYooThCmZY6O16\neuCpvNSV8c5pS1rGvgdzMDybuMS73+6C0oISFLDG4L5YcqQ0kdCyrkeTwWAmiC6f\n13sS4y18poH3jJh4me1WI40T467tDihCn8gFkOD0vQeYdjMXopZKsgKVKCP89TM6\niSsbJQECgYEA9q0kYodVrDSe5h7Y1l6PK6cuCDP9RkZf9kKlE1ozuJKSIafmmKGA\nps5BZAAquaLjxDJR2nd9Ji7+4TplBNDLS/macJEgytO6bm8yO1GS5AzQxkoINsHW\nzM5T/T+NAfCQ/I7sUUt7PMT7azH5+QL3Kl7WWZj9MGK21PhuKdNggzsCgYEA9Nha\nwkEJE3y+cB9eB5i1vnq3fz/gzDjE62FHvSKpXqS/U0Z6jVShUrOANG54FJoNGN3z\nEDEgK7WN8oIqu0JoLmsRGnxMAJpgzQarAYjDR+1gOLKj7YkziWkxKYivsN7p1HLL\nTiHJX013focDWV3Pv/eQf8vXUNDNlpa1c0hLKhECgYBBeD6579VrOSQbS4CdlMdG\n/L4Y60ODjVYW1CVf94bWrAAg8qEfTW4J16A/XFP6pSLyhbB33VLX+Y0oVglNt+Td\nK0g0LDCZ5IwMl3Krj8D+ye/3UNrRPa02+mQMSPux0hmJDp3mDbSNsnJQRxljX8gd\n9MHLUfGREAIakD0c2L861QKBgQDXXU9Husju+TTRjuW4rNyANZUeOuPS/sRHfoQJ\nm2l7NFKOP1og4qYcBoPomprJFFAc5W2denifucyn2VMY7+qPmeGreFWp2iD3drwI\nV3Hd3LBcbtW+ZIaOgZaav/46B3mKQ4cMrK9iQtOu2bdabigE5Q+XOYelMGUF5n6o\nbpie4QKBgQCV5d+a6N9AfZwsMdwTeEZ7hFP4BiA16PrS6v4juz7Fdb7AcHRHk2yU\npuOlOvbthXQK0RCHwnRhPZ33a1X1YYr7X4IxDz9uw0VALQWiSosLmSb+TryzVod1\n65+Lvnh6EAlExE/KW69Iq3TQ3IuYjptnwWhzHDhtnRaMUW4Som1jzQ==\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"}} 2019-01-03 10:12:22,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-485352c7-894e-4e34-91b5-adc27078207f 2019-01-03 10:12:22,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:22,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:22 GMT Server: Apache x-openstack-request-id: req-35ee9717-0e04-42ea-9c9c-3cfe499f992a Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:22,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:12:22 GMT Server: Apache x-openstack-request-id: req-09d0da95-ba8e-49e0-a64c-9a9a2e453190 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:12:22,368 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-09d0da95-ba8e-49e0-a64c-9a9a2e453190 2019-01-03 10:12:22,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:22,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:22 GMT Server: Apache x-openstack-request-id: req-8fa63fae-3a35-418c-b85c-6185faad71b5 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:22,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:22 GMT Server: Apache x-openstack-request-id: req-a1f7e4dd-71de-4d59-8bc7-1e3d95eda885 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:22,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-a1f7e4dd-71de-4d59-8bc7-1e3d95eda885 2019-01-03 10:12:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:25,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:25 GMT Server: Apache x-openstack-request-id: req-9cd4a69d-4b05-4037-a49a-748691f4d5b5 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:25,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:25 GMT Server: Apache x-openstack-request-id: req-9f7550d7-aa14-4372-8765-91f01d6f01f6 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:25,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-9f7550d7-aa14-4372-8765-91f01d6f01f6 2019-01-03 10:12:28,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:28,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:28 GMT Server: Apache x-openstack-request-id: req-cd956352-a309-4df4-8d0d-da9c1a0ef32b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:29,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:28 GMT Server: Apache x-openstack-request-id: req-dc2f7b90-e1d4-44d7-8b65-ac216ea7e469 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:29,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-dc2f7b90-e1d4-44d7-8b65-ac216ea7e469 2019-01-03 10:12:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:32,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:32 GMT Server: Apache x-openstack-request-id: req-d1364188-0170-4ba3-859b-00450f5769d1 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:32,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:32 GMT Server: Apache x-openstack-request-id: req-741db1c6-cf6e-4c8e-a420-81eee55ef173 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:32,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-741db1c6-cf6e-4c8e-a420-81eee55ef173 2019-01-03 10:12:35,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:35,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:35 GMT Server: Apache x-openstack-request-id: req-c32a38eb-3f3d-4df7-9a3b-be2649ecdd73 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:35,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:35 GMT Server: Apache x-openstack-request-id: req-06a09a04-4f53-494f-9b6a-78f2b742dffc 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:35,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-06a09a04-4f53-494f-9b6a-78f2b742dffc 2019-01-03 10:12:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/0ff29095-6545-4127-beec-8be8f0b883cc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2efb5e335b82845cc1d9b7f4d3ec73bfbfe4a4ee" 2019-01-03 10:12:38,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:38 GMT Server: Apache x-openstack-request-id: req-484656e5-cac0-4676-b9d6-e756d1ca4223 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:38,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:38 GMT Server: Apache x-openstack-request-id: req-0d2bbc42-ddff-4914-90ab-e17bb20748b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 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-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor2", "OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "0ff29095-6545-4127-beec-8be8f0b883cc", "OS::stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-subnet", "net_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1"}, "deletion_time": "2019-01-03T10:12:37Z", "stack_name": "HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack", "stack_user_project_id": "b52d101e55584249b0fa5f33c91f8d86", "tags": null, "creation_time": "2019-01-03T10:11:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T10:12:22Z", "id": "0ff29095-6545-4127-beec-8be8f0b883cc", "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"}} 2019-01-03 10:12:38,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-stack/0ff29095-6545-4127-beec-8be8f0b883cc used request id req-0d2bbc42-ddff-4914-90ab-e17bb20748b1 2019-01-03 10:12:38,819 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image1 2019-01-03 10:12:38,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a683217f53429486271abecd12d46d10b33c4afa" 2019-01-03 10:12:39,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b7794db-b90a-47fe-8679-75e262e03679 Date: Thu, 03 Jan 2019 10:12:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:12:39,958 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d4e38873-156c-408f-8e59-a51f599fb977 used request id req-8b7794db-b90a-47fe-8679-75e262e03679 2019-01-03 10:12:39,959 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-74c985db-bdb7-429a-a2ba-65dfae65bbe3-image2 2019-01-03 10:12:39,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c99935ee5187b749f2734a73610a364048d63ef" 2019-01-03 10:12:41,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b879990-540e-4b57-b1b5-4cff11b7aa3b Date: Thu, 03 Jan 2019 10:12:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:12:41,211 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e51ee6de-e51a-438e-bf84-963cba7c5fda used request id req-0b879990-540e-4b57-b1b5-4cff11b7aa3b 2019-01-03 10:12:41,213 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:12:41,214 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:12:41,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:12:41,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:12:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["wt1WGNJtQlSWFFlNrK48_Q"], "issued_at": "2019-01-03T10:12:41.000000Z"}} 2019-01-03 10:12:41,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" -d '{"stack_name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-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}}}}}' 2019-01-03 10:12:43,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:12:41 GMT Server: Apache x-openstack-request-id: req-5835c0a2-0a2b-4fc7-b2df-1f494df2ce6e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "2c07fee3-9fe0-4768-908f-db36ef3ad076", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076", "rel": "self"}]}} 2019-01-03 10:12:43,298 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-5835c0a2-0a2b-4fc7-b2df-1f494df2ce6e 2019-01-03 10:12:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/2c07fee3-9fe0-4768-908f-db36ef3ad076 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" 2019-01-03 10:12:43,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:43 GMT Server: Apache x-openstack-request-id: req-defc05e3-9ba0-4833-8199-5a96c3d1d0e5 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:43,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:43 GMT Server: Apache x-openstack-request-id: req-db234d71-f8b6-47c8-bb78-80d180e2ab9c 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "2c07fee3-9fe0-4768-908f-db36ef3ad076", "OS::stack_name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack", "stack_user_project_id": "df360ca2dbcd4d0693daf398c609d54d", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:12:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2c07fee3-9fe0-4768-908f-db36ef3ad076", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 10:12:43,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 used request id req-db234d71-f8b6-47c8-bb78-80d180e2ab9c 2019-01-03 10:12:43,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/2c07fee3-9fe0-4768-908f-db36ef3ad076 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" 2019-01-03 10:12:44,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:43 GMT Server: Apache x-openstack-request-id: req-c406e414-7481-460a-84e8-0321f4cba511 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:44,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:44 GMT Server: Apache x-openstack-request-id: req-3520ab79-af7e-4e88-8355-0cf1db8170d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "2c07fee3-9fe0-4768-908f-db36ef3ad076", "OS::stack_name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack", "stack_user_project_id": "df360ca2dbcd4d0693daf398c609d54d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:12:42Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2c07fee3-9fe0-4768-908f-db36ef3ad076", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 10:12:44,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 used request id req-3520ab79-af7e-4e88-8355-0cf1db8170d4 2019-01-03 10:12:44,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/2c07fee3-9fe0-4768-908f-db36ef3ad076/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" 2019-01-03 10:12:44,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:44 GMT Server: Apache x-openstack-request-id: req-b0f48eec-9eb7-4562-b8de-b23a2a3af790 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:44,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:44 GMT Server: Apache x-openstack-request-id: req-8a8704d1-d2c9-4d10-bb6d-7828995aad00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-03T10:12:43Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:12:43Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "fab58d2b-b113-4c12-b077-fac47abae719", "resource_type": "OS::Nova::Flavor"}]} 2019-01-03 10:12:44,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076/resources used request id req-8a8704d1-d2c9-4d10-bb6d-7828995aad00 2019-01-03 10:12:44,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/fab58d2b-b113-4c12-b077-fac47abae719 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" 2019-01-03 10:12:44,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-fac33ec2-2146-44a2-aa14-66c4aca66999 x-compute-request-id: req-fac33ec2-2146-44a2-aa14-66c4aca66999 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fab58d2b-b113-4c12-b077-fac47abae719", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fab58d2b-b113-4c12-b077-fac47abae719", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "fab58d2b-b113-4c12-b077-fac47abae719", "name": "HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack-flavor-4v5a5i5pax6t", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:12:44,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/fab58d2b-b113-4c12-b077-fac47abae719 used request id req-fac33ec2-2146-44a2-aa14-66c4aca66999 2019-01-03 10:12:44,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/2c07fee3-9fe0-4768-908f-db36ef3ad076 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42e2f5e13167c85347179ae06e9fcef285e583c8" 2019-01-03 10:12:45,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:44 GMT Server: Apache x-openstack-request-id: req-4e8b1f2f-e596-45df-bc5f-9eb2365864ae Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:45,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:12:45 GMT Server: Apache x-openstack-request-id: req-1e63ccc7-c1b8-416c-a8ba-c919a2797dcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:12:45,121 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsFlavorTests-6eac5572-efa9-454b-9720-236e6d6d18e9-stack/2c07fee3-9fe0-4768-908f-db36ef3ad076 used request id req-1e63ccc7-c1b8-416c-a8ba-c919a2797dcf 2019-01-03 10:12:45,122 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:12:45,123 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:12:45,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:12:45,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["2IrLovFQTVGkDqJeJIuZVg"], "issued_at": "2019-01-03T10:12:45.000000Z"}} 2019-01-03 10:12:45,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" -d '{"stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-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-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp"}}' 2019-01-03 10:12:47,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:12:45 GMT Server: Apache x-openstack-request-id: req-05197c72-84e0-4f3c-9c4e-b3d21951c238 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "rel": "self"}]}} 2019-01-03 10:12:47,239 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-05197c72-84e0-4f3c-9c4e-b3d21951c238 2019-01-03 10:12:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:47,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:47 GMT Server: Apache x-openstack-request-id: req-09f5f726-9490-49a5-b927-76bad705ae2e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:47,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:47 GMT Server: Apache x-openstack-request-id: req-a4741555-2c84-43a3-b87f-021c6c5a7f2d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1901 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "OS::stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "keypair_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "stack_user_project_id": "89c9bddfe3a54196bef3c9e9270402d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:12:46Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAncIEyaku1ODPTorMSSzh8h2UAHLWpA0goOYeG/d2/rlGAXOX\nBS16H++71uJvKwT9eHulQ+hsX/x0SR3sD1mGjPWUTSVwXQkWjWqHrVNh2i6jvFrN\niu2OVQ+Gs0EQv3KyeLtD8ZRGmbYqyc8OeYJMoHjtVlurgQTjC8k8D2zvvx550gxi\n7XgUSX857pltIIusiWg59lMnUKDnME9O5CpMZWNYzkWn42hJ/B3izVnOhCP6o9ub\nbcHfd8jYc/Il7gLYBWJRNgoXxhx4eFM07Efb1xdOPogeeeOs6qlBClts5DsvndpS\nGv9WtVhO5G4onh9v8RT11sX2Fng/Nix/SidjjwIDAQABAoIBAEgke7AE0EfFbsgK\nLRWhksn3wMDbw1BOOIeb9FTxu9cMvvjW9U8G1vxX01yXPCM+KvO4B4Ggfj7+4ea1\n6keytxcrDuCgqFvDVi7hcp5OrUbrYTE3jRtlO1umuACtVo1WVEtlx9Jn7klIxxR2\nvbXPYl9YLaD6VtmvdGzlX7PmK1UIUPiM/PIcnZePlmXEgpAVPRP/JUexKPx+wOZ1\nnQMe3C0E2Y8CD/+MU9YfluawozswsLHp2DEZLeh6SIzZKVHL/BviIaGlQrPy3cZI\n4K7TsiGGfiAwpwX78c79FhPpQc54EtEMFsCxrj+OqVyzpvrTJFrkkHV0u7DVuUWb\n5bymUjECgYEAy034w96jcfrRc3H7lgNnw17B8XGydDEObIGDsXzDh9BqFcw/HyON\nMtr5hTCQCFQWgat45Hqv8Rj+d4jBE8JMjbVhLtz2tJ7LIozLAqc+fGSTP2xwZqgv\nf9YJYpzWvZ6BICyAQ/tEfpd6hoDaxSQ0ZyQqHt0J+vGAAbHh0MvYLtsCgYEAxqXa\nAIul8lfcG1jnXa1ua5LKSPAhy7oUcMOMOLkdNhZf0+EbvlyP8bZSgAiorwGrwSTZ\nmX0ykdA9+b2DH2/HmNBABgrF9fYEh4nb0CSkgI/yIaiBECu+dlhEvCqXADevWtuj\nnpgzZWxBgoWZECebiJqL7Y9gtbhA8qT2g/v+el0CgYBzxYsLvxTEK1hqrVXfL0E/\neA5pN52vnN/h2j7sK2gNRxmiIBUx3kTh2OCOgAEFPR0z6jmFonfei6Uc3LtWTSba\n65bT4PB8GpECs7pHYIWswHk5fL7lNpEV8wSVK0r93+0YLT89dzCiBhC311i9Osi8\nk1OJD8ZHKI8EaA93nx0UUQKBgF+mFCYXF7xs2arBUAYnL/fUIlqkZWF3I8h4H9hg\nKdSVSWb4CSfL4fN82pSTlsVNhKnnWG8zfVoAbxcFTVGhvPWzsGA4Z8FayCuLEbBT\nNHJC3U+flyV2KqtJLS99Ql/0cBbLkykWGAlJ6vEx6tWAfL91ytKEKwjUw1ESZTB/\n8bRxAoGAJ/tGguTSJdJ8w8nGoq+xuqMKW95vjwYjejje9VOAEN7Zrm1f96kDePnE\nf2rl8wHlJrl7hlfyt+w3L52ZxQI1SQACJxOvNz85vD/Vs6CUqIJKR2B5sh5uErT8\nHnahwfggOo62ZhIAbCDGoq9kwOM0PeGx//loJFTBQRzDWE9Ewzs=\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"}} 2019-01-03 10:12:47,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d used request id req-a4741555-2c84-43a3-b87f-021c6c5a7f2d 2019-01-03 10:12:47,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:47,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:47 GMT Server: Apache x-openstack-request-id: req-80e6538d-f585-4d15-b481-79cbab4c8bc2 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:48,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:47 GMT Server: Apache x-openstack-request-id: req-9eb0f708-d95e-4313-bc13-7557faf0f09b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "OS::stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "keypair_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "stack_user_project_id": "89c9bddfe3a54196bef3c9e9270402d3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:12:46Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAncIEyaku1ODPTorMSSzh8h2UAHLWpA0goOYeG/d2/rlGAXOX\nBS16H++71uJvKwT9eHulQ+hsX/x0SR3sD1mGjPWUTSVwXQkWjWqHrVNh2i6jvFrN\niu2OVQ+Gs0EQv3KyeLtD8ZRGmbYqyc8OeYJMoHjtVlurgQTjC8k8D2zvvx550gxi\n7XgUSX857pltIIusiWg59lMnUKDnME9O5CpMZWNYzkWn42hJ/B3izVnOhCP6o9ub\nbcHfd8jYc/Il7gLYBWJRNgoXxhx4eFM07Efb1xdOPogeeeOs6qlBClts5DsvndpS\nGv9WtVhO5G4onh9v8RT11sX2Fng/Nix/SidjjwIDAQABAoIBAEgke7AE0EfFbsgK\nLRWhksn3wMDbw1BOOIeb9FTxu9cMvvjW9U8G1vxX01yXPCM+KvO4B4Ggfj7+4ea1\n6keytxcrDuCgqFvDVi7hcp5OrUbrYTE3jRtlO1umuACtVo1WVEtlx9Jn7klIxxR2\nvbXPYl9YLaD6VtmvdGzlX7PmK1UIUPiM/PIcnZePlmXEgpAVPRP/JUexKPx+wOZ1\nnQMe3C0E2Y8CD/+MU9YfluawozswsLHp2DEZLeh6SIzZKVHL/BviIaGlQrPy3cZI\n4K7TsiGGfiAwpwX78c79FhPpQc54EtEMFsCxrj+OqVyzpvrTJFrkkHV0u7DVuUWb\n5bymUjECgYEAy034w96jcfrRc3H7lgNnw17B8XGydDEObIGDsXzDh9BqFcw/HyON\nMtr5hTCQCFQWgat45Hqv8Rj+d4jBE8JMjbVhLtz2tJ7LIozLAqc+fGSTP2xwZqgv\nf9YJYpzWvZ6BICyAQ/tEfpd6hoDaxSQ0ZyQqHt0J+vGAAbHh0MvYLtsCgYEAxqXa\nAIul8lfcG1jnXa1ua5LKSPAhy7oUcMOMOLkdNhZf0+EbvlyP8bZSgAiorwGrwSTZ\nmX0ykdA9+b2DH2/HmNBABgrF9fYEh4nb0CSkgI/yIaiBECu+dlhEvCqXADevWtuj\nnpgzZWxBgoWZECebiJqL7Y9gtbhA8qT2g/v+el0CgYBzxYsLvxTEK1hqrVXfL0E/\neA5pN52vnN/h2j7sK2gNRxmiIBUx3kTh2OCOgAEFPR0z6jmFonfei6Uc3LtWTSba\n65bT4PB8GpECs7pHYIWswHk5fL7lNpEV8wSVK0r93+0YLT89dzCiBhC311i9Osi8\nk1OJD8ZHKI8EaA93nx0UUQKBgF+mFCYXF7xs2arBUAYnL/fUIlqkZWF3I8h4H9hg\nKdSVSWb4CSfL4fN82pSTlsVNhKnnWG8zfVoAbxcFTVGhvPWzsGA4Z8FayCuLEbBT\nNHJC3U+flyV2KqtJLS99Ql/0cBbLkykWGAlJ6vEx6tWAfL91ytKEKwjUw1ESZTB/\n8bRxAoGAJ/tGguTSJdJ8w8nGoq+xuqMKW95vjwYjejje9VOAEN7Zrm1f96kDePnE\nf2rl8wHlJrl7hlfyt+w3L52ZxQI1SQACJxOvNz85vD/Vs6CUqIJKR2B5sh5uErT8\nHnahwfggOo62ZhIAbCDGoq9kwOM0PeGx//loJFTBQRzDWE9Ewzs=\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"}} 2019-01-03 10:12:48,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d used request id req-9eb0f708-d95e-4313-bc13-7557faf0f09b 2019-01-03 10:12:48,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:48,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:48 GMT Server: Apache x-openstack-request-id: req-649d811e-58a7-4f68-a767-8c028ef4e477 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:48,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:48 GMT Server: Apache x-openstack-request-id: req-fff05902-e450-445e-9b7a-8cd372fd1d45 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.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T10:12:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:12:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-03 10:12:48,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d/resources used request id req-fff05902-e450-445e-9b7a-8cd372fd1d45 2019-01-03 10:12:48,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:48,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-a63056e8-25bd-4065-b81e-dd9296cbd2f4 x-compute-request-id: req-a63056e8-25bd-4065-b81e-dd9296cbd2f4 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdwgTJqS7U4M9OisxJLOHyHZQActakDSCg5h4b93b+uUYBc5cFLXof77vW4m8rBP14e6VD6Gxf/HRJHewPWYaM9ZRNJXBdCRaNaoetU2HaLqO8Ws2K7Y5VD4azQRC/crJ4u0PxlEaZtirJzw55gkygeO1WW6uBBOMLyTwPbO+/HnnSDGLteBRJfznumW0gi6yJaDn2UydQoOcwT07kKkxlY1jORafjaEn8HeLNWc6EI/qj25ttwd93yNhz8iXuAtgFYlE2ChfGHHh4UzTsR9vXF04+iB5546zqqUEKW2zkOy+d2lIa/1a1WE7kbiieH2/xFPXWxfYWeD82LH9KJ2OP Generated-by-Nova", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp", "deleted": false, "created_at": "2019-01-03T10:12:47.000000", "updated_at": null, "fingerprint": "4c:30:06:f3:39:74:8c:fc:52:be:91:15:39:e6:eb:8c", "deleted_at": null, "id": 14}} 2019-01-03 10:12:48,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp used request id req-a63056e8-25bd-4065-b81e-dd9296cbd2f4 2019-01-03 10:12:48,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:48,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:48 GMT Server: Apache x-openstack-request-id: req-fbbe32da-e983-4d96-b60e-d8368e6d6a8b Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:49,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:48 GMT Server: Apache x-openstack-request-id: req-85e88f1e-840d-41b4-aa7c-6d49f52d4882 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1908 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "OS::stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "keypair_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack", "stack_user_project_id": "89c9bddfe3a54196bef3c9e9270402d3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:12:46Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d8e609d5-8838-40f3-8ed7-cb8cd00fca7d", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAncIEyaku1ODPTorMSSzh8h2UAHLWpA0goOYeG/d2/rlGAXOX\nBS16H++71uJvKwT9eHulQ+hsX/x0SR3sD1mGjPWUTSVwXQkWjWqHrVNh2i6jvFrN\niu2OVQ+Gs0EQv3KyeLtD8ZRGmbYqyc8OeYJMoHjtVlurgQTjC8k8D2zvvx550gxi\n7XgUSX857pltIIusiWg59lMnUKDnME9O5CpMZWNYzkWn42hJ/B3izVnOhCP6o9ub\nbcHfd8jYc/Il7gLYBWJRNgoXxhx4eFM07Efb1xdOPogeeeOs6qlBClts5DsvndpS\nGv9WtVhO5G4onh9v8RT11sX2Fng/Nix/SidjjwIDAQABAoIBAEgke7AE0EfFbsgK\nLRWhksn3wMDbw1BOOIeb9FTxu9cMvvjW9U8G1vxX01yXPCM+KvO4B4Ggfj7+4ea1\n6keytxcrDuCgqFvDVi7hcp5OrUbrYTE3jRtlO1umuACtVo1WVEtlx9Jn7klIxxR2\nvbXPYl9YLaD6VtmvdGzlX7PmK1UIUPiM/PIcnZePlmXEgpAVPRP/JUexKPx+wOZ1\nnQMe3C0E2Y8CD/+MU9YfluawozswsLHp2DEZLeh6SIzZKVHL/BviIaGlQrPy3cZI\n4K7TsiGGfiAwpwX78c79FhPpQc54EtEMFsCxrj+OqVyzpvrTJFrkkHV0u7DVuUWb\n5bymUjECgYEAy034w96jcfrRc3H7lgNnw17B8XGydDEObIGDsXzDh9BqFcw/HyON\nMtr5hTCQCFQWgat45Hqv8Rj+d4jBE8JMjbVhLtz2tJ7LIozLAqc+fGSTP2xwZqgv\nf9YJYpzWvZ6BICyAQ/tEfpd6hoDaxSQ0ZyQqHt0J+vGAAbHh0MvYLtsCgYEAxqXa\nAIul8lfcG1jnXa1ua5LKSPAhy7oUcMOMOLkdNhZf0+EbvlyP8bZSgAiorwGrwSTZ\nmX0ykdA9+b2DH2/HmNBABgrF9fYEh4nb0CSkgI/yIaiBECu+dlhEvCqXADevWtuj\nnpgzZWxBgoWZECebiJqL7Y9gtbhA8qT2g/v+el0CgYBzxYsLvxTEK1hqrVXfL0E/\neA5pN52vnN/h2j7sK2gNRxmiIBUx3kTh2OCOgAEFPR0z6jmFonfei6Uc3LtWTSba\n65bT4PB8GpECs7pHYIWswHk5fL7lNpEV8wSVK0r93+0YLT89dzCiBhC311i9Osi8\nk1OJD8ZHKI8EaA93nx0UUQKBgF+mFCYXF7xs2arBUAYnL/fUIlqkZWF3I8h4H9hg\nKdSVSWb4CSfL4fN82pSTlsVNhKnnWG8zfVoAbxcFTVGhvPWzsGA4Z8FayCuLEbBT\nNHJC3U+flyV2KqtJLS99Ql/0cBbLkykWGAlJ6vEx6tWAfL91ytKEKwjUw1ESZTB/\n8bRxAoGAJ/tGguTSJdJ8w8nGoq+xuqMKW95vjwYjejje9VOAEN7Zrm1f96kDePnE\nf2rl8wHlJrl7hlfyt+w3L52ZxQI1SQACJxOvNz85vD/Vs6CUqIJKR2B5sh5uErT8\nHnahwfggOo62ZhIAbCDGoq9kwOM0PeGx//loJFTBQRzDWE9Ewzs=\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"}} 2019-01-03 10:12:49,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d used request id req-85e88f1e-840d-41b4-aa7c-6d49f52d4882 2019-01-03 10:12:49,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:49,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-345b3336-3f8e-4a80-982f-5a66b8799a44 x-compute-request-id: req-345b3336-3f8e-4a80-982f-5a66b8799a44 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdwgTJqS7U4M9OisxJLOHyHZQActakDSCg5h4b93b+uUYBc5cFLXof77vW4m8rBP14e6VD6Gxf/HRJHewPWYaM9ZRNJXBdCRaNaoetU2HaLqO8Ws2K7Y5VD4azQRC/crJ4u0PxlEaZtirJzw55gkygeO1WW6uBBOMLyTwPbO+/HnnSDGLteBRJfznumW0gi6yJaDn2UydQoOcwT07kKkxlY1jORafjaEn8HeLNWc6EI/qj25ttwd93yNhz8iXuAtgFYlE2ChfGHHh4UzTsR9vXF04+iB5546zqqUEKW2zkOy+d2lIa/1a1WE7kbiieH2/xFPXWxfYWeD82LH9KJ2OP Generated-by-Nova", "user_id": "284288283f6d4dc38cafe6c5d0710616", "name": "HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp", "deleted": false, "created_at": "2019-01-03T10:12:47.000000", "updated_at": null, "fingerprint": "4c:30:06:f3:39:74:8c:fc:52:be:91:15:39:e6:eb:8c", "deleted_at": null, "id": 14}} 2019-01-03 10:12:49,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-kp used request id req-345b3336-3f8e-4a80-982f-5a66b8799a44 2019-01-03 10:12:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a36246cdb49920ca91e90f9374d9735c3b0719" 2019-01-03 10:12:49,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:49 GMT Server: Apache x-openstack-request-id: req-ffdd1a0d-d435-4918-bc70-c89ca29f3f6e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:49,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:12:49 GMT Server: Apache x-openstack-request-id: req-95e35d3d-0d7e-4fe2-b619-0d87279846fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:12:49,686 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsKeypairTests-aef2de3b-a45e-41d9-bd2e-5e24d109b3c7-stack/d8e609d5-8838-40f3-8ed7-cb8cd00fca7d used request id req-95e35d3d-0d7e-4fe2-b619-0d87279846fe 2019-01-03 10:12:49,687 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 10:12:49,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:12:50,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["-W2lyHZaR7GnpUtAZfIT4w"], "issued_at": "2019-01-03T10:12:50.000000Z"}} 2019-01-03 10:12:50,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" -d '{"stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-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-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-sec-grp"}}' 2019-01-03 10:12:51,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:12:50 GMT Server: Apache x-openstack-request-id: req-5bdf1ec7-23ec-42bf-86e0-bf49f6b8a524 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9", "rel": "self"}]}} 2019-01-03 10:12:51,582 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks used request id req-5bdf1ec7-23ec-42bf-86e0-bf49f6b8a524 2019-01-03 10:12:51,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d812a7d5-c084-405d-8475-cf48946fd1d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:51,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:51 GMT Server: Apache x-openstack-request-id: req-b2c05e06-7296-444d-9d2b-725dc3232e68 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:51,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:51 GMT Server: Apache x-openstack-request-id: req-ebea7058-c17e-455c-878d-3558b44dff88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "stack_user_project_id": "085b7ee479ad4d78a3af0f5ebc6bc175", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:12:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 10:12:51,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 used request id req-ebea7058-c17e-455c-878d-3558b44dff88 2019-01-03 10:12:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d812a7d5-c084-405d-8475-cf48946fd1d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:52,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:51 GMT Server: Apache x-openstack-request-id: req-a7555e5b-229b-46af-86b4-9a1a2e303aab Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:52,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:52 GMT Server: Apache x-openstack-request-id: req-7e6a0c4d-0346-47b3-8f7d-d658b6077682 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 518 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "stack_user_project_id": "085b7ee479ad4d78a3af0f5ebc6bc175", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T10:12:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 10:12:52,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 used request id req-7e6a0c4d-0346-47b3-8f7d-d658b6077682 2019-01-03 10:12:55,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d812a7d5-c084-405d-8475-cf48946fd1d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:55,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:55 GMT Server: Apache x-openstack-request-id: req-41076394-53e3-4a0f-8113-01ca495ee619 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:55,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:55 GMT Server: Apache x-openstack-request-id: req-9397f6d1-047e-4bac-9f4c-ffa83e534665 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 525 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": "9a4fb23940e34a9aa0ac6bb33da7e27d", "OS::stack_id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "OS::stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack", "stack_user_project_id": "085b7ee479ad4d78a3af0f5ebc6bc175", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T10:12:50Z", "links": [{"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "d812a7d5-c084-405d-8475-cf48946fd1d9", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 10:12:55,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 used request id req-9397f6d1-047e-4bac-9f4c-ffa83e534665 2019-01-03 10:12:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d812a7d5-c084-405d-8475-cf48946fd1d9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:56,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:55 GMT Server: Apache x-openstack-request-id: req-811cbcbb-3e6f-4315-9ba6-50ca737bb39e Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:56,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:56 GMT Server: Apache x-openstack-request-id: req-80f9463f-9ad1-463b-beba-e70326f6ff95 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.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T10:12:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T10:12:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "186bfe99-a947-4b0b-ab10-908b19e66303", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-03 10:12:56,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9/resources used request id req-80f9463f-9ad1-463b-beba-e70326f6ff95 2019-01-03 10:12:56,190 - neutron_utils - INFO - Retrieving security group with ID - 186bfe99-a947-4b0b-ab10-908b19e66303 2019-01-03 10:12:56,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=186bfe99-a947-4b0b-ab10-908b19e66303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:56,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-09af57c8-edf1-4a1c-8dc9-d7b682218860 Date: Thu, 03 Jan 2019 10:12:56 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:12:52Z", "updated_at": "2019-01-03T10:12:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:12:53Z", "revision_number": 0, "id": "64d155d4-266d-4226-bb0a-e8fd99598490", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T10:12:53Z", "security_group_id": "186bfe99-a947-4b0b-ab10-908b19e66303", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T10:12:53Z", "revision_number": 0, "id": "dae89eee-b047-4f41-b24f-f5ffa310d019", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T10:12:53Z", "security_group_id": "186bfe99-a947-4b0b-ab10-908b19e66303", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 6, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "186bfe99-a947-4b0b-ab10-908b19e66303", "name": "HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-sec-grp"}]} 2019-01-03 10:12:56,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=186bfe99-a947-4b0b-ab10-908b19e66303 used request id req-09af57c8-edf1-4a1c-8dc9-d7b682218860 2019-01-03 10:12:56,380 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 186bfe99-a947-4b0b-ab10-908b19e66303 2019-01-03 10:12:56,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=186bfe99-a947-4b0b-ab10-908b19e66303 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:56,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-1eab21aa-7c97-4267-b0e1-e06cde67620f Date: Thu, 03 Jan 2019 10:12:56 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": "2019-01-03T10:12:53Z", "security_group_id": "186bfe99-a947-4b0b-ab10-908b19e66303", "port_range_min": null, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:12:53Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "64d155d4-266d-4226-bb0a-e8fd99598490"}, {"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": "2019-01-03T10:12:53Z", "security_group_id": "186bfe99-a947-4b0b-ab10-908b19e66303", "port_range_min": 22, "revision_number": 0, "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:12:53Z", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "dae89eee-b047-4f41-b24f-f5ffa310d019"}]} 2019-01-03 10:12:56,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=186bfe99-a947-4b0b-ab10-908b19e66303 used request id req-1eab21aa-7c97-4267-b0e1-e06cde67620f 2019-01-03 10:12:56,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/d812a7d5-c084-405d-8475-cf48946fd1d9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee3190ebe12d64ff74127aa4e1b730f4be78621d" 2019-01-03 10:12:56,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 10:12:56 GMT Server: Apache x-openstack-request-id: req-a2be184e-02d2-45cb-b89f-646e81c3cb85 Location: http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 10:12:56,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:12:56 GMT Server: Apache x-openstack-request-id: req-edc960dd-e82a-4f8a-8171-5cbf361b3b48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:12:56,674 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d/stacks/HeatUtilsSecurityGroupTests-0c451ff2-c2a5-4489-8d18-71efc15f5d2f-stack/d812a7d5-c084-405d-8475-cf48946fd1d9 used request id req-edc960dd-e82a-4f8a-8171-5cbf361b3b48 2019-01-03 10:12:56,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:12:57,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:12:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["tmvSQeEESXa9pv-F_AAFxw"], "issued_at": "2019-01-03T10:12:57.000000Z"}} 2019-01-03 10:12:57,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743be139af4181b04269b03eaff3d1009335b3c1" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-49b4d008-a4b8-4a8c-b957-315a16328c40"}}' 2019-01-03 10:12:57,888 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:57 GMT Server: Apache x-compute-request-id: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6 Content-Encoding: gzip Content-Length: 241 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "cc07e71a-2817-4262-81c0-a2f628b11ce0", "name": "CinderUtilsQoSTests-49b4d008-a4b8-4a8c-b957-315a16328c40"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0", "rel": "bookmark"}]} 2019-01-03 10:12:57,888 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6 2019-01-03 10:12:57,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743be139af4181b04269b03eaff3d1009335b3c1" 2019-01-03 10:12:58,624 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:57 GMT Server: Apache x-compute-request-id: req-183d30b2-b77a-48b2-b1f6-df67e619b8ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-183d30b2-b77a-48b2-b1f6-df67e619b8ab Content-Encoding: gzip Content-Length: 155 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "cc07e71a-2817-4262-81c0-a2f628b11ce0", "name": "CinderUtilsQoSTests-49b4d008-a4b8-4a8c-b957-315a16328c40"}]} 2019-01-03 10:12:58,625 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-183d30b2-b77a-48b2-b1f6-df67e619b8ab 2019-01-03 10:12:58,625 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-49b4d008-a4b8-4a8c-b957-315a16328c40 2019-01-03 10:12:58,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743be139af4181b04269b03eaff3d1009335b3c1" 2019-01-03 10:12:58,862 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:12:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dec4913c-65f3-4626-ac0c-a20f8068c7b5 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. 2019-01-03 10:12:58,862 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0?force=False used request id req-dec4913c-65f3-4626-ac0c-a20f8068c7b5 2019-01-03 10:12:58,866 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743be139af4181b04269b03eaff3d1009335b3c1" 2019-01-03 10:12:58,886 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:58 GMT Server: Apache x-compute-request-id: req-6ac33f22-ac81-4f0e-9641-0dbcfedb5952 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ac33f22-ac81-4f0e-9641-0dbcfedb5952 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 10:12:58,886 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-6ac33f22-ac81-4f0e-9641-0dbcfedb5952 2019-01-03 10:12:58,886 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-49b4d008-a4b8-4a8c-b957-315a16328c40 2019-01-03 10:12:58,890 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d2cf758b-f999-4499-b0a7-fe9d92fa17b6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743be139af4181b04269b03eaff3d1009335b3c1" 2019-01-03 10:12:59,083 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:12:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ba7d0b3a-fbce-43fb-9922-ecb4dcf4af0b x-openstack-request-id: req-ba7d0b3a-fbce-43fb-9922-ecb4dcf4af0b Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec cc07e71a-2817-4262-81c0-a2f628b11ce0.", "code": 404}} 2019-01-03 10:12:59,084 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cc07e71a-2817-4262-81c0-a2f628b11ce0?force=False used request id req-ba7d0b3a-fbce-43fb-9922-ecb4dcf4af0b 2019-01-03 10:12:59,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:12:59,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["4pB6VRlzQhOiVw7SYWLYzA"], "issued_at": "2019-01-03T10:12:59.000000Z"}} 2019-01-03 10:12:59,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6407c9f379b267eb84b5505dbf354c4b59ae75e5" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-7d56206e-bfc6-4016-b30a-06c47854e473"}}' 2019-01-03 10:12:59,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:59 GMT Server: Apache x-compute-request-id: req-57b4b0ed-d7be-4009-9e80-0ceac4be047b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57b4b0ed-d7be-4009-9e80-0ceac4be047b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "da2c04a5-3440-4b96-86f9-2c73304034af", "name": "CinderUtilsQoSTests-7d56206e-bfc6-4016-b30a-06c47854e473"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af", "rel": "bookmark"}]} 2019-01-03 10:12:59,663 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-57b4b0ed-d7be-4009-9e80-0ceac4be047b 2019-01-03 10:12:59,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b4b0ed-d7be-4009-9e80-0ceac4be047b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6407c9f379b267eb84b5505dbf354c4b59ae75e5" 2019-01-03 10:12:59,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:59 GMT Server: Apache x-compute-request-id: req-f3d9da73-6a1a-4430-86d7-3a0644cae57d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3d9da73-6a1a-4430-86d7-3a0644cae57d Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "da2c04a5-3440-4b96-86f9-2c73304034af", "name": "CinderUtilsQoSTests-7d56206e-bfc6-4016-b30a-06c47854e473"}]} 2019-01-03 10:12:59,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-f3d9da73-6a1a-4430-86d7-3a0644cae57d 2019-01-03 10:12:59,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b4b0ed-d7be-4009-9e80-0ceac4be047b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6407c9f379b267eb84b5505dbf354c4b59ae75e5" 2019-01-03 10:13:00,037 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:12:59 GMT Server: Apache x-compute-request-id: req-9e2ff542-c864-452c-9d51-c12af4a58ab4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e2ff542-c864-452c-9d51-c12af4a58ab4 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "da2c04a5-3440-4b96-86f9-2c73304034af", "name": "CinderUtilsQoSTests-7d56206e-bfc6-4016-b30a-06c47854e473"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af", "rel": "bookmark"}]} 2019-01-03 10:13:00,037 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af used request id req-9e2ff542-c864-452c-9d51-c12af4a58ab4 2019-01-03 10:13:00,038 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-7d56206e-bfc6-4016-b30a-06c47854e473 2019-01-03 10:13:00,043 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-57b4b0ed-d7be-4009-9e80-0ceac4be047b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6407c9f379b267eb84b5505dbf354c4b59ae75e5" 2019-01-03 10:13:00,258 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-288ae553-350a-413d-acb1-be535064822e 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. 2019-01-03 10:13:00,258 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/da2c04a5-3440-4b96-86f9-2c73304034af?force=False used request id req-288ae553-350a-413d-acb1-be535064822e 2019-01-03 10:13:00,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:00,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["VgWP8Sn6Sjm2XEsAEkYCyA"], "issued_at": "2019-01-03T10:13:00.000000Z"}} 2019-01-03 10:13:00,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec87488b0939be8897e43f0e1f2e9fd2e50ba27" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-05029492-7101-49d6-803b-4249d23459f2"}}' 2019-01-03 10:13:00,840 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:00 GMT Server: Apache x-compute-request-id: req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "name": "CinderUtilsQoSTests-05029492-7101-49d6-803b-4249d23459f2"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "rel": "bookmark"}]} 2019-01-03 10:13:00,841 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7 2019-01-03 10:13:00,844 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec87488b0939be8897e43f0e1f2e9fd2e50ba27" 2019-01-03 10:13:01,001 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:00 GMT Server: Apache x-compute-request-id: req-6cd4c5b8-fc28-41f8-81b6-4ccac7323e3c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cd4c5b8-fc28-41f8-81b6-4ccac7323e3c Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "name": "CinderUtilsQoSTests-05029492-7101-49d6-803b-4249d23459f2"}]} 2019-01-03 10:13:01,001 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-6cd4c5b8-fc28-41f8-81b6-4ccac7323e3c 2019-01-03 10:13:01,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec87488b0939be8897e43f0e1f2e9fd2e50ba27" 2019-01-03 10:13:01,179 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:01 GMT Server: Apache x-compute-request-id: req-26cbf33e-7b98-495d-82e7-50ec3f6a5001 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26cbf33e-7b98-495d-82e7-50ec3f6a5001 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "name": "CinderUtilsQoSTests-05029492-7101-49d6-803b-4249d23459f2"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4", "rel": "bookmark"}]} 2019-01-03 10:13:01,179 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4 used request id req-26cbf33e-7b98-495d-82e7-50ec3f6a5001 2019-01-03 10:13:01,180 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-05029492-7101-49d6-803b-4249d23459f2 2019-01-03 10:13:01,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a76b83b4-32e1-4fda-91b3-4f18fcdbd4b7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec87488b0939be8897e43f0e1f2e9fd2e50ba27" 2019-01-03 10:13:01,428 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6a1bc0e6-d5a6-40ac-bec2-06c7079dca19 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. 2019-01-03 10:13:01,429 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/c8ac2d9d-4da6-4c53-ae07-1a9b4bd6ebb4?force=False used request id req-6a1bc0e6-d5a6-40ac-bec2-06c7079dca19 2019-01-03 10:13:01,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:01,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["wrtcmvhlRvWhjR-iZXnf3w"], "issued_at": "2019-01-03T10:13:01.000000Z"}} 2019-01-03 10:13:01,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1831a5a466ec49761271d04595ceb9f3ad64a63" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-b5453d40-cc12-4e2e-b129-873a61b23aee"}}' 2019-01-03 10:13:02,567 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:01 GMT Server: Apache x-compute-request-id: req-15255003-21f6-4f48-86ed-11bd930bad5f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15255003-21f6-4f48-86ed-11bd930bad5f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "name": "CinderUtilsQoSTests-b5453d40-cc12-4e2e-b129-873a61b23aee"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "rel": "bookmark"}]} 2019-01-03 10:13:02,567 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-15255003-21f6-4f48-86ed-11bd930bad5f 2019-01-03 10:13:02,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15255003-21f6-4f48-86ed-11bd930bad5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1831a5a466ec49761271d04595ceb9f3ad64a63" 2019-01-03 10:13:03,295 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:02 GMT Server: Apache x-compute-request-id: req-6a95fb8e-d6ef-4182-a84e-5223749f1514 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a95fb8e-d6ef-4182-a84e-5223749f1514 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "name": "CinderUtilsQoSTests-b5453d40-cc12-4e2e-b129-873a61b23aee"}]} 2019-01-03 10:13:03,295 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-6a95fb8e-d6ef-4182-a84e-5223749f1514 2019-01-03 10:13:03,298 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15255003-21f6-4f48-86ed-11bd930bad5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1831a5a466ec49761271d04595ceb9f3ad64a63" 2019-01-03 10:13:03,471 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:03 GMT Server: Apache x-compute-request-id: req-508c97cf-8a0f-41c6-acaa-b00fe666b05c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-508c97cf-8a0f-41c6-acaa-b00fe666b05c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "name": "CinderUtilsQoSTests-b5453d40-cc12-4e2e-b129-873a61b23aee"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba", "rel": "bookmark"}]} 2019-01-03 10:13:03,472 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba used request id req-508c97cf-8a0f-41c6-acaa-b00fe666b05c 2019-01-03 10:13:03,472 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-b5453d40-cc12-4e2e-b129-873a61b23aee 2019-01-03 10:13:03,475 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15255003-21f6-4f48-86ed-11bd930bad5f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1831a5a466ec49761271d04595ceb9f3ad64a63" 2019-01-03 10:13:03,700 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c0d950d-3e5c-4372-a9ff-44487e3de3b8 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. 2019-01-03 10:13:03,700 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/8eced5fa-2615-46ba-b4c0-c95fca03f2ba?force=False used request id req-8c0d950d-3e5c-4372-a9ff-44487e3de3b8 2019-01-03 10:13:03,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:04,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["2XqynmpgT1m1_EGeBFNhhA"], "issued_at": "2019-01-03T10:13:04.000000Z"}} 2019-01-03 10:13:04,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:04,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc2ac2c-7bb2-479e-a8cb-3620d7740fba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:04,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6cc2ac2c-7bb2-479e-a8cb-3620d7740fba 2019-01-03 10:13:04,189 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "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}}' 2019-01-03 10:13:04,579 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:04 GMT Server: Apache x-compute-request-id: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "284288283f6d4dc38cafe6c5d0710616", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T10:13:04.429689", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "size": 1}} 2019-01-03 10:13:04,579 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes used request id req-ccee5004-6759-46b3-81d0-2a1c2f7ee763 2019-01-03 10:13:04,583 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:05,327 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:04 GMT Server: Apache x-compute-request-id: req-8a5a164b-88d0-4501-9c95-a83872dd3295 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a5a164b-88d0-4501-9c95-a83872dd3295 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:04.000000", "replication_status": null, "snapshot_id": null, "id": "8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "bootable": "false", "created_at": "2019-01-03T10:13:04.000000", "volume_type": null}} 2019-01-03 10:13:05,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-8a5a164b-88d0-4501-9c95-a83872dd3295 2019-01-03 10:13:05,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:06,078 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:05 GMT Server: Apache x-compute-request-id: req-e76aaad0-e888-4c18-8b12-df220cac3070 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e76aaad0-e888-4c18-8b12-df220cac3070 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:05.000000", "replication_status": null, "snapshot_id": null, "id": "8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "bootable": "false", "created_at": "2019-01-03T10:13:04.000000", "volume_type": null}} 2019-01-03 10:13:06,079 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-e76aaad0-e888-4c18-8b12-df220cac3070 2019-01-03 10:13:06,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:06,271 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:06 GMT Server: Apache x-compute-request-id: req-d1e448b1-06dc-4d33-bbe0-730818cd2a01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1e448b1-06dc-4d33-bbe0-730818cd2a01 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:05.000000", "replication_status": null, "snapshot_id": null, "id": "8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "bootable": "false", "created_at": "2019-01-03T10:13:04.000000", "volume_type": null}]} 2019-01-03 10:13:06,272 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-d1e448b1-06dc-4d33-bbe0-730818cd2a01 2019-01-03 10:13:06,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:06,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:06,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:06,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bab0d01-50b8-4f23-a6b8-8bc3ec3ac2ab Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:13:06,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-8bab0d01-50b8-4f23-a6b8-8bc3ec3ac2ab 2019-01-03 10:13:06,360 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-79f6fd75-a041-4d7b-b224-1ba6772e93d2 2019-01-03 10:13:06,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:06,613 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cfea2d44-5b4f-407e-b297-6c33319dae18 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. 2019-01-03 10:13:06,613 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-cfea2d44-5b4f-407e-b297-6c33319dae18 2019-01-03 10:13:06,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:06,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:06 GMT Server: Apache x-compute-request-id: req-73164d46-14b4-4bc6-8be0-a4fe7d3964a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73164d46-14b4-4bc6-8be0-a4fe7d3964a8 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:06.000000", "replication_status": null, "snapshot_id": null, "id": "8c3f70aa-b40a-47dd-80cf-a84a9db2b8de", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-79f6fd75-a041-4d7b-b224-1ba6772e93d2", "bootable": "false", "created_at": "2019-01-03T10:13:04.000000", "volume_type": null}} 2019-01-03 10:13:06,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-73164d46-14b4-4bc6-8be0-a4fe7d3964a8 2019-01-03 10:13:09,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:10,019 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-591448e6-4111-43a9-8dbe-67ca82064b8f x-openstack-request-id: req-591448e6-4111-43a9-8dbe-67ca82064b8f Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8c3f70aa-b40a-47dd-80cf-a84a9db2b8de could not be found.", "code": 404}} 2019-01-03 10:13:10,019 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-591448e6-4111-43a9-8dbe-67ca82064b8f 2019-01-03 10:13:10,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:10,063 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:10 GMT Server: Apache x-compute-request-id: req-9dc548c4-d4b0-4105-9f23-c199babfd03d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9dc548c4-d4b0-4105-9f23-c199babfd03d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 10:13:10,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-9dc548c4-d4b0-4105-9f23-c199babfd03d 2019-01-03 10:13:10,064 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-79f6fd75-a041-4d7b-b224-1ba6772e93d2 2019-01-03 10:13:10,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:10,099 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9b1b197a-fb0d-490e-ac80-ebc430030691 x-openstack-request-id: req-9b1b197a-fb0d-490e-ac80-ebc430030691 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8c3f70aa-b40a-47dd-80cf-a84a9db2b8de could not be found.", "code": 404}} 2019-01-03 10:13:10,100 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-9b1b197a-fb0d-490e-ac80-ebc430030691 2019-01-03 10:13:10,103 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ccee5004-6759-46b3-81d0-2a1c2f7ee763" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9642b03c4a7a12456b036de242013bb0b97be87b" 2019-01-03 10:13:10,304 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9def2f3a-66ce-4da6-a267-db5f9bec01ff x-openstack-request-id: req-9def2f3a-66ce-4da6-a267-db5f9bec01ff Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8c3f70aa-b40a-47dd-80cf-a84a9db2b8de could not be found.", "code": 404}} 2019-01-03 10:13:10,304 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/8c3f70aa-b40a-47dd-80cf-a84a9db2b8de used request id req-9def2f3a-66ce-4da6-a267-db5f9bec01ff 2019-01-03 10:13:10,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:10,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["uW-zlM0tSDiizlO_IgXDKg"], "issued_at": "2019-01-03T10:13:10.000000Z"}} 2019-01-03 10:13:10,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:10,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8085d2-e438-4503-b600-ffc6eccab28b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:10,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ec8085d2-e438-4503-b600-ffc6eccab28b 2019-01-03 10:13:10,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "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}}' 2019-01-03 10:13:11,138 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:10 GMT Server: Apache x-compute-request-id: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "284288283f6d4dc38cafe6c5d0710616", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T10:13:11.019703", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "size": 1}} 2019-01-03 10:13:11,138 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes used request id req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6 2019-01-03 10:13:11,143 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:11,909 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:11 GMT Server: Apache x-compute-request-id: req-fa0729ce-6f8f-4e5b-898f-1386bb4ab78f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa0729ce-6f8f-4e5b-898f-1386bb4ab78f Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:11.000000", "replication_status": null, "snapshot_id": null, "id": "4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "bootable": "false", "created_at": "2019-01-03T10:13:11.000000", "volume_type": null}} 2019-01-03 10:13:11,909 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 used request id req-fa0729ce-6f8f-4e5b-898f-1386bb4ab78f 2019-01-03 10:13:11,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:12,213 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:11 GMT Server: Apache x-compute-request-id: req-58abc3ce-3bc6-4a7c-a70d-c617afb7853c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58abc3ce-3bc6-4a7c-a70d-c617afb7853c Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:11.000000", "replication_status": null, "snapshot_id": null, "id": "4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "bootable": "false", "created_at": "2019-01-03T10:13:11.000000", "volume_type": null}} 2019-01-03 10:13:12,213 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 used request id req-58abc3ce-3bc6-4a7c-a70d-c617afb7853c 2019-01-03 10:13:12,216 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:12,264 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:12 GMT Server: Apache x-compute-request-id: req-5549b9f5-183d-48f9-b18e-eb3e89c454bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5549b9f5-183d-48f9-b18e-eb3e89c454bc Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:11.000000", "replication_status": null, "snapshot_id": null, "id": "4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "bootable": "false", "created_at": "2019-01-03T10:13:11.000000", "volume_type": null}]} 2019-01-03 10:13:12,264 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/detail used request id req-5549b9f5-183d-48f9-b18e-eb3e89c454bc 2019-01-03 10:13:12,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:12,273 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:12,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb60bed8-90ab-4667-84b7-0f3cd3b02859 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:13:12,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-eb60bed8-90ab-4667-84b7-0f3cd3b02859 2019-01-03 10:13:12,364 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e 2019-01-03 10:13:12,367 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:12,475 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ced33b0a-cdd5-4d7a-8172-1bb14f031f11 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. 2019-01-03 10:13:12,475 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 used request id req-ced33b0a-cdd5-4d7a-8172-1bb14f031f11 2019-01-03 10:13:12,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:12,681 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:12 GMT Server: Apache x-compute-request-id: req-63c264d2-11e5-4d63-b9d3-5f498cbdc4d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63c264d2-11e5-4d63-b9d3-5f498cbdc4d4 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T10:13:12.000000", "replication_status": null, "snapshot_id": null, "id": "4c0bd5fa-05d1-48b1-9864-328eecdb3f86", "size": 1, "user_id": "284288283f6d4dc38cafe6c5d0710616", "os-vol-tenant-attr:tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "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-47aacf9d-7682-4eb8-98c4-2d48f6c37a5e", "bootable": "false", "created_at": "2019-01-03T10:13:11.000000", "volume_type": null}} 2019-01-03 10:13:12,681 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 used request id req-63c264d2-11e5-4d63-b9d3-5f498cbdc4d4 2019-01-03 10:13:15,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ce1ab2e-b4dc-4a18-93a0-8b73db2d43f6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ca10b6dc037f4c1254651df344c51fb3383c76a" 2019-01-03 10:13:15,897 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-66d285e3-3152-48f3-b4bb-a38c9770c7f9 x-openstack-request-id: req-66d285e3-3152-48f3-b4bb-a38c9770c7f9 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4c0bd5fa-05d1-48b1-9864-328eecdb3f86 could not be found.", "code": 404}} 2019-01-03 10:13:15,897 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/volumes/4c0bd5fa-05d1-48b1-9864-328eecdb3f86 used request id req-66d285e3-3152-48f3-b4bb-a38c9770c7f9 2019-01-03 10:13:15,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:16,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["76H3ob_pR-KomTobJnmidA"], "issued_at": "2019-01-03T10:13:16.000000Z"}} 2019-01-03 10:13:16,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d", "description": null}}' 2019-01-03 10:13:16,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:16 GMT Server: Apache x-compute-request-id: req-967f1601-234b-48d2-bc7f-b0408c17b40c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-967f1601-234b-48d2-bc7f-b0408c17b40c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0f4e1864-9933-4b6b-b3c0-7851a2cbad96", "description": null}} 2019-01-03 10:13:16,618 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-967f1601-234b-48d2-bc7f-b0408c17b40c 2019-01-03 10:13:16,622 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:16,801 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:16 GMT Server: Apache x-compute-request-id: req-f68cec22-f8ce-478e-8b80-24338467a24f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f68cec22-f8ce-478e-8b80-24338467a24f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0f4e1864-9933-4b6b-b3c0-7851a2cbad96", "description": null}]} 2019-01-03 10:13:16,801 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types?is_public=None used request id req-f68cec22-f8ce-478e-8b80-24338467a24f 2019-01-03 10:13:16,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:16,984 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:16 GMT Server: Apache x-compute-request-id: req-846c4cc0-3b1c-428d-b44d-90793e79734b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-846c4cc0-3b1c-428d-b44d-90793e79734b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0f4e1864-9933-4b6b-b3c0-7851a2cbad96", "description": null}} 2019-01-03 10:13:16,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 used request id req-846c4cc0-3b1c-428d-b44d-90793e79734b 2019-01-03 10:13:16,988 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:17,156 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:16 GMT Server: Apache x-compute-request-id: req-ab95efec-09cc-4749-b469-41da80d04188 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab95efec-09cc-4749-b469-41da80d04188 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 10:13:17,157 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96/encryption used request id req-ab95efec-09cc-4749-b469-41da80d04188 2019-01-03 10:13:17,157 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d 2019-01-03 10:13:17,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:17,372 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e982570-d7ae-4c43-841c-19f1d4fc6480 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. 2019-01-03 10:13:17,373 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 used request id req-3e982570-d7ae-4c43-841c-19f1d4fc6480 2019-01-03 10:13:17,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:17,550 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-38e60cbd-1764-4a74-ad15-dfe96ff9d97e x-openstack-request-id: req-38e60cbd-1764-4a74-ad15-dfe96ff9d97e Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 0f4e1864-9933-4b6b-b3c0-7851a2cbad96 could not be found.", "code": 404}} 2019-01-03 10:13:17,550 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 used request id req-38e60cbd-1764-4a74-ad15-dfe96ff9d97e 2019-01-03 10:13:17,550 - cinder_utils - INFO - Volume with ID [0f4e1864-9933-4b6b-b3c0-7851a2cbad96] does not exist 2019-01-03 10:13:17,551 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-534d36ef-22d0-447c-aeb6-ebb86ac0065d 2019-01-03 10:13:17,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-967f1601-234b-48d2-bc7f-b0408c17b40c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c29a86cf61dc0bd9ac1d7bb943193dae1493e9" 2019-01-03 10:13:17,729 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-238b14a1-336b-4760-8b43-8692a01ef9b4 x-openstack-request-id: req-238b14a1-336b-4760-8b43-8692a01ef9b4 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 0f4e1864-9933-4b6b-b3c0-7851a2cbad96 could not be found.", "code": 404}} 2019-01-03 10:13:17,729 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/0f4e1864-9933-4b6b-b3c0-7851a2cbad96 used request id req-238b14a1-336b-4760-8b43-8692a01ef9b4 2019-01-03 10:13:17,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:18,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["3eCTujqtRWiIfMhv9wco0w"], "issued_at": "2019-01-03T10:13:18.000000Z"}} 2019-01-03 10:13:18,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "description": null}}' 2019-01-03 10:13:18,317 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:18 GMT Server: Apache x-compute-request-id: req-5c018177-9218-4db7-a5a5-389d4712d67d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c018177-9218-4db7-a5a5-389d4712d67d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6506588c-1491-45d1-a1b5-4525f96fe5c8", "description": null}} 2019-01-03 10:13:18,317 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-5c018177-9218-4db7-a5a5-389d4712d67d 2019-01-03 10:13:18,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:18,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:18 GMT Server: Apache x-compute-request-id: req-cea890a7-5354-4c1c-9c15-2dba049adf49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cea890a7-5354-4c1c-9c15-2dba049adf49 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6506588c-1491-45d1-a1b5-4525f96fe5c8", "description": null}]} 2019-01-03 10:13:18,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types?is_public=None used request id req-cea890a7-5354-4c1c-9c15-2dba049adf49 2019-01-03 10:13:18,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:19,251 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:18 GMT Server: Apache x-compute-request-id: req-ae788369-a085-4304-b6bd-5d333d66c00b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae788369-a085-4304-b6bd-5d333d66c00b Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6506588c-1491-45d1-a1b5-4525f96fe5c8", "description": null}} 2019-01-03 10:13:19,251 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 used request id req-ae788369-a085-4304-b6bd-5d333d66c00b 2019-01-03 10:13:19,255 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:19,967 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:19 GMT Server: Apache x-compute-request-id: req-f01fa8e0-69f7-4242-8550-3d59070c8062 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f01fa8e0-69f7-4242-8550-3d59070c8062 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 10:13:19,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8/encryption used request id req-f01fa8e0-69f7-4242-8550-3d59070c8062 2019-01-03 10:13:19,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:19,995 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:19 GMT Server: Apache x-compute-request-id: req-d6564f21-3acc-4309-b705-9f4c384baf0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6564f21-3acc-4309-b705-9f4c384baf0e Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6506588c-1491-45d1-a1b5-4525f96fe5c8", "description": null}} 2019-01-03 10:13:19,995 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 used request id req-d6564f21-3acc-4309-b705-9f4c384baf0e 2019-01-03 10:13:19,998 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:20,166 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:19 GMT Server: Apache x-compute-request-id: req-3115528e-5f79-4b27-abb2-063bd074d5f8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3115528e-5f79-4b27-abb2-063bd074d5f8 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6506588c-1491-45d1-a1b5-4525f96fe5c8", "description": null}} 2019-01-03 10:13:20,166 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 used request id req-3115528e-5f79-4b27-abb2-063bd074d5f8 2019-01-03 10:13:20,170 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:20,351 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:20 GMT Server: Apache x-compute-request-id: req-3066aa8b-6896-4bc7-b9ba-5d5862204e91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3066aa8b-6896-4bc7-b9ba-5d5862204e91 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 10:13:20,352 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8/encryption used request id req-3066aa8b-6896-4bc7-b9ba-5d5862204e91 2019-01-03 10:13:20,352 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-eb2bc520-7301-4e65-ab27-4e4824249904 2019-01-03 10:13:20,356 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5c018177-9218-4db7-a5a5-389d4712d67d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617f90a0fee2002aca539f6340e0684391d8ba79" 2019-01-03 10:13:20,546 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1017bb9a-e3b4-4bf0-83f3-0ac73577aedd 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. 2019-01-03 10:13:20,546 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/6506588c-1491-45d1-a1b5-4525f96fe5c8 used request id req-1017bb9a-e3b4-4bf0-83f3-0ac73577aedd 2019-01-03 10:13:20,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:20,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["Ir4zqwcGQHu1NcsnFcRu0w"], "issued_at": "2019-01-03T10:13:20.000000Z"}} 2019-01-03 10:13:20,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bec1df3d27af17bcc1296cd6b00ad61362a8f1f2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-97e1e260-f2f3-4746-8d69-fe10abb73f43-type", "description": null}}' 2019-01-03 10:13:21,137 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:20 GMT Server: Apache x-compute-request-id: req-ee86d313-5477-45a6-b450-8b6813cc6ad7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee86d313-5477-45a6-b450-8b6813cc6ad7 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-97e1e260-f2f3-4746-8d69-fe10abb73f43-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "311bad0d-0a21-4b84-8c57-73b4867e1755", "description": null}} 2019-01-03 10:13:21,137 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-ee86d313-5477-45a6-b450-8b6813cc6ad7 2019-01-03 10:13:21,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/311bad0d-0a21-4b84-8c57-73b4867e1755/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ee86d313-5477-45a6-b450-8b6813cc6ad7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bec1df3d27af17bcc1296cd6b00ad61362a8f1f2" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-97e1e260-f2f3-4746-8d69-fe10abb73f43", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-03 10:13:21,321 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 10:13:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b07ed045-2cdf-4f07-8425-d84a6b2683f5 x-openstack-request-id: req-b07ed045-2cdf-4f07-8425-d84a6b2683f5 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2019-01-03 10:13:21,321 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/311bad0d-0a21-4b84-8c57-73b4867e1755/encryption used request id req-b07ed045-2cdf-4f07-8425-d84a6b2683f5 2019-01-03 10:13:21,322 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-97e1e260-f2f3-4746-8d69-fe10abb73f43-type 2019-01-03 10:13:21,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/311bad0d-0a21-4b84-8c57-73b4867e1755 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ee86d313-5477-45a6-b450-8b6813cc6ad7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bec1df3d27af17bcc1296cd6b00ad61362a8f1f2" 2019-01-03 10:13:21,534 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b9bbafa-0e8b-4ec9-bf1a-7ebc7150ac6f 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. 2019-01-03 10:13:21,535 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/311bad0d-0a21-4b84-8c57-73b4867e1755 used request id req-5b9bbafa-0e8b-4ec9-bf1a-7ebc7150ac6f 2019-01-03 10:13:21,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:21,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["-yZTKwEwR-e9C00onJoodg"], "issued_at": "2019-01-03T10:13:21.000000Z"}} 2019-01-03 10:13:21,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "description": null}}' 2019-01-03 10:13:22,145 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:21 GMT Server: Apache x-compute-request-id: req-fa57678c-0e72-4921-a072-2d4e52045f72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa57678c-0e72-4921-a072-2d4e52045f72 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "description": null}} 2019-01-03 10:13:22,145 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-fa57678c-0e72-4921-a072-2d4e52045f72 2019-01-03 10:13:22,147 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096", "provider": "LuksEncryptor"}}' 2019-01-03 10:13:22,352 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:22 GMT Server: Apache x-compute-request-id: req-a1b4a4de-9a57-4c5d-bf5b-7b1f59c352f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1b4a4de-9a57-4c5d-bf5b-7b1f59c352f2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096", "control_location": "back-end", "encryption_id": "f2d87e88-ff87-4a67-8c86-b5bd23249b42", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2019-01-03 10:13:22,352 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption used request id req-a1b4a4de-9a57-4c5d-bf5b-7b1f59c352f2 2019-01-03 10:13:22,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:22,530 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:22 GMT Server: Apache x-compute-request-id: req-84a7474a-beb0-496b-a482-63cb4c542791 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84a7474a-beb0-496b-a482-63cb4c542791 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "description": null}} 2019-01-03 10:13:22,530 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f used request id req-84a7474a-beb0-496b-a482-63cb4c542791 2019-01-03 10:13:22,533 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:22,715 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:22 GMT Server: Apache x-compute-request-id: req-ec3fd54c-d046-405f-90aa-5c7e6d28d170 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec3fd54c-d046-405f-90aa-5c7e6d28d170 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T10:13:22.000000", "updated_at": null, "encryption_id": "f2d87e88-ff87-4a67-8c86-b5bd23249b42", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2019-01-03 10:13:22,715 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption used request id req-ec3fd54c-d046-405f-90aa-5c7e6d28d170 2019-01-03 10:13:22,716 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type 2019-01-03 10:13:22,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:22,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:22 GMT Server: Apache x-compute-request-id: req-a692c80a-c249-461a-ab7d-a44173c4e1b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a692c80a-c249-461a-ab7d-a44173c4e1b1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "description": null}} 2019-01-03 10:13:22,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f used request id req-a692c80a-c249-461a-ab7d-a44173c4e1b1 2019-01-03 10:13:22,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:23,640 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-944bd8d2-d115-4f94-a90c-4ca479d02cdb 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. 2019-01-03 10:13:23,640 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption/provider used request id req-944bd8d2-d115-4f94-a90c-4ca479d02cdb 2019-01-03 10:13:23,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:23,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:23 GMT Server: Apache x-compute-request-id: req-0da2df34-c8a3-462c-bc5f-4ffd2b7126de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0da2df34-c8a3-462c-bc5f-4ffd2b7126de Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "description": null}} 2019-01-03 10:13:23,808 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f used request id req-0da2df34-c8a3-462c-bc5f-4ffd2b7126de 2019-01-03 10:13:23,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:24,020 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:23 GMT Server: Apache x-compute-request-id: req-c3acdefb-75da-4ee8-a5d5-6aa1775ef83c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3acdefb-75da-4ee8-a5d5-6aa1775ef83c Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 10:13:24,021 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption used request id req-c3acdefb-75da-4ee8-a5d5-6aa1775ef83c 2019-01-03 10:13:24,021 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type 2019-01-03 10:13:24,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:24,049 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache x-compute-request-id: req-b0cb4a56-9f9d-4340-9b68-30096f6d7bb6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0cb4a56-9f9d-4340-9b68-30096f6d7bb6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f3e5a78d-cb53-4c33-ba02-9d6a9b34643f", "description": null}} 2019-01-03 10:13:24,049 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f used request id req-b0cb4a56-9f9d-4340-9b68-30096f6d7bb6 2019-01-03 10:13:24,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:24,081 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8dc3ce3a-e2ae-4f0a-bef1-736de2ff25b8 x-openstack-request-id: req-8dc3ce3a-e2ae-4f0a-bef1-736de2ff25b8 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type f3e5a78d-cb53-4c33-ba02-9d6a9b34643f does not exist.", "code": 404}} 2019-01-03 10:13:24,081 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f/encryption/provider used request id req-8dc3ce3a-e2ae-4f0a-bef1-736de2ff25b8 2019-01-03 10:13:24,081 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f4e97d88-d503-4b96-942a-acc54a2b0096-type 2019-01-03 10:13:24,084 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fa57678c-0e72-4921-a072-2d4e52045f72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e03f95de6b143c122f24bbe24d1b3d759b7f70a6" 2019-01-03 10:13:24,155 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d6d3402-7def-4395-bd70-286e41361490 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. 2019-01-03 10:13:24,156 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/f3e5a78d-cb53-4c33-ba02-9d6a9b34643f used request id req-3d6d3402-7def-4395-bd70-286e41361490 2019-01-03 10:13:24,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:24,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["HVegtU5YQyuWXvnPIWnoeQ"], "issued_at": "2019-01-03T10:13:24.000000Z"}} 2019-01-03 10:13:24,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type", "description": null}}' 2019-01-03 10:13:24,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache x-compute-request-id: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5ace1619-9e7f-484e-a4c2-109097ae5fd0", "description": null}} 2019-01-03 10:13:24,761 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-48e8ba82-2fe9-48d0-bca9-96e302beaa43 2019-01-03 10:13:24,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38", "provider": "foo"}}' 2019-01-03 10:13:24,971 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache x-compute-request-id: req-26e738a9-7bca-4b9e-815c-a6bc20a9999a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26e738a9-7bca-4b9e-815c-a6bc20a9999a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "5ace1619-9e7f-484e-a4c2-109097ae5fd0", "name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38", "control_location": "front-end", "encryption_id": "76d140f4-8453-453d-85c1-f0ac1bae10d2", "provider": "foo", "provider_class": "foo"}} 2019-01-03 10:13:24,971 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption used request id req-26e738a9-7bca-4b9e-815c-a6bc20a9999a 2019-01-03 10:13:24,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" 2019-01-03 10:13:25,247 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:24 GMT Server: Apache x-compute-request-id: req-1403c632-2a76-4135-a385-c46076bf1578 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1403c632-2a76-4135-a385-c46076bf1578 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5ace1619-9e7f-484e-a4c2-109097ae5fd0", "description": null}} 2019-01-03 10:13:25,247 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 used request id req-1403c632-2a76-4135-a385-c46076bf1578 2019-01-03 10:13:25,251 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" 2019-01-03 10:13:25,426 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:25 GMT Server: Apache x-compute-request-id: req-9525a9bb-3f83-47d7-8581-918e2868ed2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9525a9bb-3f83-47d7-8581-918e2868ed2f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "5ace1619-9e7f-484e-a4c2-109097ae5fd0", "control_location": "front-end", "deleted": false, "created_at": "2019-01-03T10:13:24.000000", "updated_at": null, "encryption_id": "76d140f4-8453-453d-85c1-f0ac1bae10d2", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2019-01-03 10:13:25,427 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption used request id req-9525a9bb-3f83-47d7-8581-918e2868ed2f 2019-01-03 10:13:25,427 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type 2019-01-03 10:13:25,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" 2019-01-03 10:13:25,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:25 GMT Server: Apache x-compute-request-id: req-5fc78ef5-8ffd-4fb9-b4dd-6cc732965a14 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fc78ef5-8ffd-4fb9-b4dd-6cc732965a14 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5ace1619-9e7f-484e-a4c2-109097ae5fd0", "description": null}} 2019-01-03 10:13:25,589 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 used request id req-5fc78ef5-8ffd-4fb9-b4dd-6cc732965a14 2019-01-03 10:13:25,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" 2019-01-03 10:13:25,790 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d066921a-f978-4893-8f49-1ee5a7c42a7c 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. 2019-01-03 10:13:25,790 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0/encryption/provider used request id req-d066921a-f978-4893-8f49-1ee5a7c42a7c 2019-01-03 10:13:25,790 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-cbd82246-b4cb-4a6b-90c4-1389d5375b38-type 2019-01-03 10:13:25,793 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-48e8ba82-2fe9-48d0-bca9-96e302beaa43" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4774271c30acd3572b93b5b79ca79cf8c366cfd2" 2019-01-03 10:13:25,869 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bd082a23-31a4-4029-8ddf-f98fb43ad58c 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. 2019-01-03 10:13:25,869 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/5ace1619-9e7f-484e-a4c2-109097ae5fd0 used request id req-bd082a23-31a4-4029-8ddf-f98fb43ad58c 2019-01-03 10:13:25,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:26,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["EMALY8JxQ7KVO_pzssQ77Q"], "issued_at": "2019-01-03T10:13:26.000000Z"}} 2019-01-03 10:13:26,260 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type", "description": null}}' 2019-01-03 10:13:26,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:26 GMT Server: Apache x-compute-request-id: req-c0f925e7-e466-46f1-800d-f3234be382d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0f925e7-e466-46f1-800d-f3234be382d0 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "27b4b7dd-cf93-417f-b20e-9651d55782e7", "description": null}} 2019-01-03 10:13:26,478 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-c0f925e7-e466-46f1-800d-f3234be382d0 2019-01-03 10:13:26,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2019-01-03 10:13:26,679 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:26 GMT Server: Apache x-compute-request-id: req-5958eacc-9be6-4a32-a74a-f174edfdcbea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5958eacc-9be6-4a32-a74a-f174edfdcbea Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "27b4b7dd-cf93-417f-b20e-9651d55782e7", "name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df", "control_location": "back-end", "encryption_id": "e40b1405-ffad-48c5-858c-f91f1e1287b8", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2019-01-03 10:13:26,679 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption used request id req-5958eacc-9be6-4a32-a74a-f174edfdcbea 2019-01-03 10:13:26,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" 2019-01-03 10:13:26,852 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:26 GMT Server: Apache x-compute-request-id: req-6ea07b46-5278-4ee1-afb6-8afe02d9d167 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ea07b46-5278-4ee1-afb6-8afe02d9d167 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "27b4b7dd-cf93-417f-b20e-9651d55782e7", "description": null}} 2019-01-03 10:13:26,852 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 used request id req-6ea07b46-5278-4ee1-afb6-8afe02d9d167 2019-01-03 10:13:26,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" 2019-01-03 10:13:27,028 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:26 GMT Server: Apache x-compute-request-id: req-2fbe24a8-22a7-4aca-b434-c12714774e69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2fbe24a8-22a7-4aca-b434-c12714774e69 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "27b4b7dd-cf93-417f-b20e-9651d55782e7", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T10:13:26.000000", "updated_at": null, "encryption_id": "e40b1405-ffad-48c5-858c-f91f1e1287b8", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2019-01-03 10:13:27,029 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption used request id req-2fbe24a8-22a7-4aca-b434-c12714774e69 2019-01-03 10:13:27,029 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type 2019-01-03 10:13:27,033 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" 2019-01-03 10:13:27,193 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:27 GMT Server: Apache x-compute-request-id: req-9615db86-bb69-4fb3-a74a-17dd13212b42 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9615db86-bb69-4fb3-a74a-17dd13212b42 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "27b4b7dd-cf93-417f-b20e-9651d55782e7", "description": null}} 2019-01-03 10:13:27,193 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 used request id req-9615db86-bb69-4fb3-a74a-17dd13212b42 2019-01-03 10:13:27,197 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" 2019-01-03 10:13:27,406 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6491e1c4-fd9b-4025-85a0-292b5dcf93a6 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. 2019-01-03 10:13:27,406 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7/encryption/provider used request id req-6491e1c4-fd9b-4025-85a0-292b5dcf93a6 2019-01-03 10:13:27,407 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-924e4cd3-4f54-418b-baff-5308388882df-type 2019-01-03 10:13:27,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0f925e7-e466-46f1-800d-f3234be382d0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd378cd249dafd74e9c8626e29e8f0226471e1c8" 2019-01-03 10:13:27,630 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56149c2d-5355-4d5e-a463-284475806bee 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. 2019-01-03 10:13:27,630 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/27b4b7dd-cf93-417f-b20e-9651d55782e7 used request id req-56149c2d-5355-4d5e-a463-284475806bee 2019-01-03 10:13:27,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:28,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["wsapbw3UT-qmU3ElLqXF8g"], "issued_at": "2019-01-03T10:13:28.000000Z"}} 2019-01-03 10:13:28,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff-qos"}}' 2019-01-03 10:13:28,222 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:28 GMT Server: Apache x-compute-request-id: req-c8edec26-42c2-423b-90bf-7b4a9919fff1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8edec26-42c2-423b-90bf-7b4a9919fff1 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "219a951b-7989-4f24-bb5c-7cc3f5ac5bd5", "name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/219a951b-7989-4f24-bb5c-7cc3f5ac5bd5", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/219a951b-7989-4f24-bb5c-7cc3f5ac5bd5", "rel": "bookmark"}]} 2019-01-03 10:13:28,222 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-c8edec26-42c2-423b-90bf-7b4a9919fff1 2019-01-03 10:13:28,226 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff", "description": null}}' 2019-01-03 10:13:28,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:28 GMT Server: Apache x-compute-request-id: req-e9b8a8e7-df6e-4896-8ed7-dd61efd44293 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9b8a8e7-df6e-4896-8ed7-dd61efd44293 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7bca50-a474-493e-8e5f-8399f7177ea1", "description": null}} 2019-01-03 10:13:28,449 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-e9b8a8e7-df6e-4896-8ed7-dd61efd44293 2019-01-03 10:13:28,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 10:13:28,654 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:28 GMT Server: Apache x-compute-request-id: req-99c45f2b-98cb-4633-8280-edb306ee2ad7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99c45f2b-98cb-4633-8280-edb306ee2ad7 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ae7bca50-a474-493e-8e5f-8399f7177ea1", "name": "foo", "control_location": "back-end", "encryption_id": "cd5df347-a8ae-4a89-9312-68d2a8ed2326", "provider": "bar", "provider_class": "bar"}} 2019-01-03 10:13:28,655 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption used request id req-99c45f2b-98cb-4633-8280-edb306ee2ad7 2019-01-03 10:13:28,659 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:28,821 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:28 GMT Server: Apache x-compute-request-id: req-27ff58be-b789-44f7-b68c-15e076d1258d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27ff58be-b789-44f7-b68c-15e076d1258d Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7bca50-a474-493e-8e5f-8399f7177ea1", "description": null}} 2019-01-03 10:13:28,821 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 used request id req-27ff58be-b789-44f7-b68c-15e076d1258d 2019-01-03 10:13:28,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:28,997 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:28 GMT Server: Apache x-compute-request-id: req-9da3190b-a123-4bbe-9fb4-e83aa2802733 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9da3190b-a123-4bbe-9fb4-e83aa2802733 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "ae7bca50-a474-493e-8e5f-8399f7177ea1", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T10:13:28.000000", "updated_at": null, "encryption_id": "cd5df347-a8ae-4a89-9312-68d2a8ed2326", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 10:13:28,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption used request id req-9da3190b-a123-4bbe-9fb4-e83aa2802733 2019-01-03 10:13:28,998 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff 2019-01-03 10:13:29,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:29,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:29 GMT Server: Apache x-compute-request-id: req-2e7bf2ec-a06b-4a24-b672-f8c7d34954b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e7bf2ec-a06b-4a24-b672-f8c7d34954b5 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ae7bca50-a474-493e-8e5f-8399f7177ea1", "description": null}} 2019-01-03 10:13:29,712 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 used request id req-2e7bf2ec-a06b-4a24-b672-f8c7d34954b5 2019-01-03 10:13:29,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:29,927 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5edbe538-c833-4d51-aa62-add961f8c620 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. 2019-01-03 10:13:29,927 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1/encryption/provider used request id req-5edbe538-c833-4d51-aa62-add961f8c620 2019-01-03 10:13:29,927 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff 2019-01-03 10:13:29,930 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:30,139 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-57c8b8b3-7a89-4c53-85ba-e41618ed6a71 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. 2019-01-03 10:13:30,139 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/ae7bca50-a474-493e-8e5f-8399f7177ea1 used request id req-57c8b8b3-7a89-4c53-85ba-e41618ed6a71 2019-01-03 10:13:30,139 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-99498854-c83f-44d9-9ed7-bb4cc10fb8ff-qos 2019-01-03 10:13:30,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/219a951b-7989-4f24-bb5c-7cc3f5ac5bd5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c8edec26-42c2-423b-90bf-7b4a9919fff1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9afb910f263640ee4d5c3e7e7152e9f41f64e333" 2019-01-03 10:13:30,186 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-95f53e99-ee28-4cd0-93cb-71ac74623216 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. 2019-01-03 10:13:30,187 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/219a951b-7989-4f24-bb5c-7cc3f5ac5bd5?force=False used request id req-95f53e99-ee28-4cd0-93cb-71ac74623216 2019-01-03 10:13:30,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:30,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["7rrqARcVRma9_kV-UKyV3w"], "issued_at": "2019-01-03T10:13:30.000000Z"}} 2019-01-03 10:13:30,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6-qos"}}' 2019-01-03 10:13:30,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:30 GMT Server: Apache x-compute-request-id: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf", "name": "CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf", "rel": "bookmark"}]} 2019-01-03 10:13:30,746 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-66217ad0-4d3a-4683-b50a-4b6135e1cb12 2019-01-03 10:13:30,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6", "description": null}}' 2019-01-03 10:13:31,054 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:30 GMT Server: Apache x-compute-request-id: req-a0158d5c-ac43-4841-bd9c-3279f0f3a0ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0158d5c-ac43-4841-bd9c-3279f0f3a0ed Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "7ff1bb83-35f0-41fb-ae82-2b37a447f14f", "description": null}} 2019-01-03 10:13:31,054 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-a0158d5c-ac43-4841-bd9c-3279f0f3a0ed 2019-01-03 10:13:31,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" 2019-01-03 10:13:31,228 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:31 GMT Server: Apache x-compute-request-id: req-8989b7f9-e989-411b-a686-156b56b1a49d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8989b7f9-e989-411b-a686-156b56b1a49d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf", "name": "CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6-qos"}]} 2019-01-03 10:13:31,228 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-8989b7f9-e989-411b-a686-156b56b1a49d 2019-01-03 10:13:31,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/None/associate?vol_type_id=7ff1bb83-35f0-41fb-ae82-2b37a447f14f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" 2019-01-03 10:13:31,426 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10:13:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1e290a2a-9094-45b9-b428-9b1bfe3d8345 x-openstack-request-id: req-1e290a2a-9094-45b9-b428-9b1bfe3d8345 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2019-01-03 10:13:31,426 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/None/associate?vol_type_id=7ff1bb83-35f0-41fb-ae82-2b37a447f14f used request id req-1e290a2a-9094-45b9-b428-9b1bfe3d8345 2019-01-03 10:13:31,427 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-1e290a2a-9094-45b9-b428-9b1bfe3d8345) 2019-01-03 10:13:31,427 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6 2019-01-03 10:13:31,430 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/7ff1bb83-35f0-41fb-ae82-2b37a447f14f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" 2019-01-03 10:13:31,671 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-33b79ac2-0aba-4397-ae6c-8518181f958f 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. 2019-01-03 10:13:31,671 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/7ff1bb83-35f0-41fb-ae82-2b37a447f14f used request id req-33b79ac2-0aba-4397-ae6c-8518181f958f 2019-01-03 10:13:31,672 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-dfda8e3d-9ad0-4f9d-b8f9-fe7fc39d43a6-qos 2019-01-03 10:13:31,675 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-66217ad0-4d3a-4683-b50a-4b6135e1cb12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522d6f7c60ceb12caee6970ff31885aa62c6ee35" 2019-01-03 10:13:31,857 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-42d848f8-4e8b-4456-bb1c-8fe50460666f 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. 2019-01-03 10:13:31,857 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/cb56fdc5-6511-4fbd-93e7-a0a4de0d6caf?force=False used request id req-42d848f8-4e8b-4456-bb1c-8fe50460666f 2019-01-03 10:13:31,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:32,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["3UOee2B7QTuXZRSI-Kmhgw"], "issued_at": "2019-01-03T10:13:32.000000Z"}} 2019-01-03 10:13:32,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a-qos"}}' 2019-01-03 10:13:32,451 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:32 GMT Server: Apache x-compute-request-id: req-9e3510f5-55d0-46e1-ac38-41db2507533c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9e3510f5-55d0-46e1-ac38-41db2507533c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "66df09c8-84fd-483a-890d-5b448c3632f9", "name": "CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9", "rel": "bookmark"}]} 2019-01-03 10:13:32,451 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-9e3510f5-55d0-46e1-ac38-41db2507533c 2019-01-03 10:13:32,455 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9e3510f5-55d0-46e1-ac38-41db2507533c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a", "description": null}}' 2019-01-03 10:13:32,676 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:32 GMT Server: Apache x-compute-request-id: req-bfa3a961-88f9-4541-90f1-a451bb405942 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfa3a961-88f9-4541-90f1-a451bb405942 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "df2b6b24-388a-4870-a32c-f6243a821c67", "description": null}} 2019-01-03 10:13:32,677 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-bfa3a961-88f9-4541-90f1-a451bb405942 2019-01-03 10:13:32,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e3510f5-55d0-46e1-ac38-41db2507533c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" 2019-01-03 10:13:32,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:32 GMT Server: Apache x-compute-request-id: req-f1ba79c2-3ba1-429f-b102-ffe8d4edfe90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1ba79c2-3ba1-429f-b102-ffe8d4edfe90 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "66df09c8-84fd-483a-890d-5b448c3632f9", "name": "CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a-qos"}]} 2019-01-03 10:13:32,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-f1ba79c2-3ba1-429f-b102-ffe8d4edfe90 2019-01-03 10:13:32,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9/associate?vol_type_id=df2b6b24-388a-4870-a32c-f6243a821c67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e3510f5-55d0-46e1-ac38-41db2507533c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" 2019-01-03 10:13:33,043 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0dbd4be3-da8d-4e19-9819-bc6d4cb6aab9 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. 2019-01-03 10:13:33,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9/associate?vol_type_id=df2b6b24-388a-4870-a32c-f6243a821c67 used request id req-0dbd4be3-da8d-4e19-9819-bc6d4cb6aab9 2019-01-03 10:13:33,044 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a 2019-01-03 10:13:33,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/df2b6b24-388a-4870-a32c-f6243a821c67 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e3510f5-55d0-46e1-ac38-41db2507533c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" 2019-01-03 10:13:33,247 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a17ad7fc-5852-48b5-824a-d1823bd5d987 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. 2019-01-03 10:13:33,247 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/df2b6b24-388a-4870-a32c-f6243a821c67 used request id req-a17ad7fc-5852-48b5-824a-d1823bd5d987 2019-01-03 10:13:33,248 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-91934253-562b-4922-9b8f-217c01aa784a-qos 2019-01-03 10:13:33,251 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9e3510f5-55d0-46e1-ac38-41db2507533c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b05b60832dd546e3d23d1b06b97a8403b99670a" 2019-01-03 10:13:33,456 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3c08f003-3692-4242-be3d-b828435ea5ea 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. 2019-01-03 10:13:33,457 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/66df09c8-84fd-483a-890d-5b448c3632f9?force=False used request id req-3c08f003-3692-4242-be3d-b828435ea5ea 2019-01-03 10:13:33,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:33,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a603e73777d14c3ab87194eb4f7a8251", "name": "heat_stack_owner"}, {"id": "baec9537b7d54edd8295cb7c90b9b62f", "name": "Member"}], "expires_at": "2019-01-03T11:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9a4fb23940e34a9aa0ac6bb33da7e27d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "id": "284288283f6d4dc38cafe6c5d0710616"}, "audit_ids": ["l6DpByLEQDGwM1qNVVe1bA"], "issued_at": "2019-01-03T10:13:33.000000Z"}} 2019-01-03 10:13:33,856 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94-qos"}}' 2019-01-03 10:13:34,089 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:33 GMT Server: Apache x-compute-request-id: req-6ef54dcd-ce56-4b53-971e-c55c922461fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ef54dcd-ce56-4b53-971e-c55c922461fb Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "475e935d-773a-4bff-b40f-18976188c964", "name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94-qos"}, "links": [{"href": "http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964", "rel": "self"}, {"href": "http://172.30.9.28:8776/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964", "rel": "bookmark"}]} 2019-01-03 10:13:34,089 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-6ef54dcd-ce56-4b53-971e-c55c922461fb 2019-01-03 10:13:34,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94", "description": null}}' 2019-01-03 10:13:34,292 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:34 GMT Server: Apache x-compute-request-id: req-8d7c795d-f560-4a06-b3f9-e6b77e721f8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d7c795d-f560-4a06-b3f9-e6b77e721f8a Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "019820f0-618d-48d5-a212-7d4eddd86e2b", "description": null}} 2019-01-03 10:13:34,292 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types used request id req-8d7c795d-f560-4a06-b3f9-e6b77e721f8a 2019-01-03 10:13:34,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 10:13:34,492 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:34 GMT Server: Apache x-compute-request-id: req-ecdc29c0-a3d9-45ac-be95-03fcc8d88a29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ecdc29c0-a3d9-45ac-be95-03fcc8d88a29 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "019820f0-618d-48d5-a212-7d4eddd86e2b", "name": "foo", "control_location": "back-end", "encryption_id": "8f972f47-4218-44ba-a546-7ca1d16f341c", "provider": "bar", "provider_class": "bar"}} 2019-01-03 10:13:34,492 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption used request id req-ecdc29c0-a3d9-45ac-be95-03fcc8d88a29 2019-01-03 10:13:34,496 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:34,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:34 GMT Server: Apache x-compute-request-id: req-4b763a2f-e4f4-41b1-a40d-a26be2f5ae90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b763a2f-e4f4-41b1-a40d-a26be2f5ae90 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "475e935d-773a-4bff-b40f-18976188c964", "name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94-qos"}]} 2019-01-03 10:13:34,673 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs used request id req-4b763a2f-e4f4-41b1-a40d-a26be2f5ae90 2019-01-03 10:13:34,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964/associate?vol_type_id=019820f0-618d-48d5-a212-7d4eddd86e2b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:34,984 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c0ace714-1071-4e8e-8c3c-40e1eba703be 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. 2019-01-03 10:13:34,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964/associate?vol_type_id=019820f0-618d-48d5-a212-7d4eddd86e2b used request id req-c0ace714-1071-4e8e-8c3c-40e1eba703be 2019-01-03 10:13:34,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:35,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:34 GMT Server: Apache x-compute-request-id: req-e2c604c5-e26e-41ae-ad3f-27aae6046771 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2c604c5-e26e-41ae-ad3f-27aae6046771 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94", "qos_specs_id": "475e935d-773a-4bff-b40f-18976188c964", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "019820f0-618d-48d5-a212-7d4eddd86e2b", "description": null}} 2019-01-03 10:13:35,158 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b used request id req-e2c604c5-e26e-41ae-ad3f-27aae6046771 2019-01-03 10:13:35,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:35,344 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:35 GMT Server: Apache x-compute-request-id: req-8b97c58c-d58b-40b2-9571-cde4f9063356 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b97c58c-d58b-40b2-9571-cde4f9063356 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "019820f0-618d-48d5-a212-7d4eddd86e2b", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T10:13:34.000000", "updated_at": null, "encryption_id": "8f972f47-4218-44ba-a546-7ca1d16f341c", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 10:13:35,344 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption used request id req-8b97c58c-d58b-40b2-9571-cde4f9063356 2019-01-03 10:13:35,345 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94 2019-01-03 10:13:35,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:35,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:35 GMT Server: Apache x-compute-request-id: req-116fee6a-a32c-45b4-a2ee-a93e5b765e91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-116fee6a-a32c-45b4-a2ee-a93e5b765e91 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94", "qos_specs_id": "475e935d-773a-4bff-b40f-18976188c964", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "019820f0-618d-48d5-a212-7d4eddd86e2b", "description": null}} 2019-01-03 10:13:35,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b used request id req-116fee6a-a32c-45b4-a2ee-a93e5b765e91 2019-01-03 10:13:35,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:36,089 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9818d015-835d-44f3-9cbb-ba3f2e1eb6bd 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. 2019-01-03 10:13:36,089 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b/encryption/provider used request id req-9818d015-835d-44f3-9cbb-ba3f2e1eb6bd 2019-01-03 10:13:36,090 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94 2019-01-03 10:13:36,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:36,151 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-139e0f6f-9666-4f1f-9863-55e1b0d58f59 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. 2019-01-03 10:13:36,151 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/types/019820f0-618d-48d5-a212-7d4eddd86e2b used request id req-139e0f6f-9666-4f1f-9863-55e1b0d58f59 2019-01-03 10:13:36,152 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-1ccb31f6-9c54-411f-8d34-3ca01a40ab94-qos 2019-01-03 10:13:36,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ef54dcd-ce56-4b53-971e-c55c922461fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}277b375203a6dedd4a2c47e737800aa3034fcd99" 2019-01-03 10:13:36,920 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab4c1a1a-6d5e-4f39-ad14-cf282709f396 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. 2019-01-03 10:13:36,920 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/9a4fb23940e34a9aa0ac6bb33da7e27d/qos-specs/475e935d-773a-4bff-b40f-18976188c964?force=False used request id req-ab4c1a1a-6d5e-4f39-ad14-cf282709f396 2019-01-03 10:13:36,921 - 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 785.576s OK 2019-01-03 10:13:37,046 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:13:37,047 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:06 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 10:13:37,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:37,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60738fe7-84f7-42ec-8f25-0ccc5ccb35ca Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a603e73777d14c3ab87194eb4f7a8251", "links": {"self": "http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:13:37,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-60738fe7-84f7-42ec-8f25-0ccc5ccb35ca 2019-01-03 10:13:37,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849268436432s 2019-01-03 10:13:37,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:13:37,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34eab5ca-f84b-4518-b25c-0a2994af8589 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:37,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a603e73777d14c3ab87194eb4f7a8251 used request id req-34eab5ca-f84b-4518-b25c-0a2994af8589 2019-01-03 10:13:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.156971931458s 2019-01-03 10:13:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:13:37,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2745254b-65a2-4f20-945c-61f38a2fadb3 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c", "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "domain_id": "default", "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:13:37,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2745254b-65a2-4f20-945c-61f38a2fadb3 2019-01-03 10:13:37,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109171152115s 2019-01-03 10:13:37,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2745254b-65a2-4f20-945c-61f38a2fadb3 2019-01-03 10:13:37,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:13:37,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71292c94-50b2-4fb4-91ec-389f7ca900d7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616"}, "enabled": true, "id": "284288283f6d4dc38cafe6c5d0710616", "options": {}, "domain_id": "default", "name": "api_check-user_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}} 2019-01-03 10:13:37,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 used request id req-71292c94-50b2-4fb4-91ec-389f7ca900d7 2019-01-03 10:13:37,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0900950431824s 2019-01-03 10:13:37,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 used request id req-71292c94-50b2-4fb4-91ec-389f7ca900d7 2019-01-03 10:13:37,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:13:37,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0361fecb-dbfa-47eb-85d3-57f62619e447 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:37,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 used request id req-0361fecb-dbfa-47eb-85d3-57f62619e447 2019-01-03 10:13:37,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.30074095726s 2019-01-03 10:13:37,805 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/284288283f6d4dc38cafe6c5d0710616 used request id req-0361fecb-dbfa-47eb-85d3-57f62619e447 2019-01-03 10:13:37,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:13:37,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:37,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c155fc18-d84d-4121-81ca-9dfa032c9037 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d"}, "enabled": true, "id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "parent_id": "default", "domain_id": "default", "name": "api_check-project_b42a640c-4071-4b14-8a0f-8ac6d603d23c"}]} 2019-01-03 10:13:37,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-c155fc18-d84d-4121-81ca-9dfa032c9037 2019-01-03 10:13:37,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837340354919s 2019-01-03 10:13:37,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-c155fc18-d84d-4121-81ca-9dfa032c9037 2019-01-03 10:13:37,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:13:37,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b403457-86cd-4497-804b-787918a93227 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:38,039 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-8b403457-86cd-4497-804b-787918a93227 2019-01-03 10:13:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146713018417s 2019-01-03 10:13:38,039 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9a4fb23940e34a9aa0ac6bb33da7e27d used request id req-8b403457-86cd-4497-804b-787918a93227 2019-01-03 10:13:38,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6d91d3-df48-4c6a-9cc3-e16d1bf02f8a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baec9537b7d54edd8295cb7c90b9b62f", "links": {"self": "http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f"}, "name": "Member"}]} 2019-01-03 10:13:38,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1e6d91d3-df48-4c6a-9cc3-e16d1bf02f8a 2019-01-03 10:13:38,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836489200592s 2019-01-03 10:13:38,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:13:38,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b4d9dc5-0d21-47b4-b1f6-d3ad141708b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:38,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/baec9537b7d54edd8295cb7c90b9b62f used request id req-5b4d9dc5-0d21-47b4-b1f6-d3ad141708b9 2019-01-03 10:13:38,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109246015549s 2019-01-03 10:13:38,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:13:38,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=9a4fb23940e34a9aa0ac6bb33da7e27d&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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-bea865eb-afe4-40ce-bdcc-36107a45bd17 Date: Thu, 03 Jan 2019 10:13:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}]} 2019-01-03 10:13:38,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=9a4fb23940e34a9aa0ac6bb33da7e27d&name=default used request id req-bea865eb-afe4-40ce-bdcc-36107a45bd17 2019-01-03 10:13:38,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195609092712s 2019-01-03 10:13:38,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=9a4fb23940e34a9aa0ac6bb33da7e27d&name=default used request id req-bea865eb-afe4-40ce-bdcc-36107a45bd17 2019-01-03 10:13:38,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:13:38,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-451adb48-1404-499b-861f-d2755f003ddd Date: Thu, 03 Jan 2019 10:13:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "created_at": "2019-01-03T10:00:58Z", "updated_at": "2019-01-03T10:00:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "59dd3404-ad1b-4b21-b393-ec23e1c9a6a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "429e7b91-7fe2-4891-a4da-d367e7d12c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "01d48e93-7abd-48f1-96e5-f7685fde8609", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv4", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:58Z", "revision_number": 0, "id": "3240a042-51ac-4d54-b1c6-a3e32a6a089c", "remote_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:58Z", "security_group_id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "tenant_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "port_range_min": null, "ethertype": "IPv6", "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d"}], "revision_number": 4, "project_id": "9a4fb23940e34a9aa0ac6bb33da7e27d", "id": "54783546-e2d0-4a4b-93b6-8f65ef01f647", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:13:38,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-451adb48-1404-499b-861f-d2755f003ddd 2019-01-03 10:13:38,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20435500145s 2019-01-03 10:13:38,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-451adb48-1404-499b-861f-d2755f003ddd 2019-01-03 10:13:38,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:13:38,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/54783546-e2d0-4a4b-93b6-8f65ef01f647.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}10223055c3fafa4128737ce72229117bc744e85e" 2019-01-03 10:13:38,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c28bc6a8-e208-415c-8961-e0a3053dedc4 Content-Length: 0 Date: Thu, 03 Jan 2019 10:13:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:13:38,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/54783546-e2d0-4a4b-93b6-8f65ef01f647.json used request id req-c28bc6a8-e208-415c-8961-e0a3053dedc4 2019-01-03 10:13:38,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.325187206268s 2019-01-03 10:13:38,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/54783546-e2d0-4a4b-93b6-8f65ef01f647.json used request id req-c28bc6a8-e208-415c-8961-e0a3053dedc4 2019-01-03 10:13:38,996 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:13:39,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:13:39,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:13:39,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:13:39,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:13:39,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:13:39,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:13:39,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:13:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:13:39,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0aec1b-1d1a-4337-9736-b8cf134b38ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:39,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cd0aec1b-1d1a-4337-9736-b8cf134b38ef 2019-01-03 10:13:39,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:39,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["HYoEvyPoSi6On4CbygZhIg"], "issued_at": "2019-01-03T10:13:39.000000Z"}} 2019-01-03 10:13:39,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:39,430 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:39,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:39,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45da015-2dba-4683-b00d-3976fdadefd7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:13:39,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-e45da015-2dba-4683-b00d-3976fdadefd7 2019-01-03 10:13:39,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.473446130753s 2019-01-03 10:13:39,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:13:39,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}}' 2019-01-03 10:13:39,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3a648a0-b6be-421a-b1ec-38ce7ca49f5b 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.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e"}, "enabled": true, "id": "6ca7d14f678e412db2d040405c02f91e", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}} 2019-01-03 10:13:39,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3a648a0-b6be-421a-b1ec-38ce7ca49f5b 2019-01-03 10:13:39,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.143639087677s 2019-01-03 10:13:39,655 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f3a648a0-b6be-421a-b1ec-38ce7ca49f5b 2019-01-03 10:13:39,655 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d', 'id': u'6ca7d14f678e412db2d040405c02f91e', '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'})}) 2019-01-03 10:13:39,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:13:40,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.380973100662s 2019-01-03 10:13:40,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-addca82e-8b42-4d72-b3bd-48e5c1d534df Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d"}} 2019-01-03 10:13:40,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 used request id req-addca82e-8b42-4d72-b3bd-48e5c1d534df 2019-01-03 10:13:40,128 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'aaae9eb4289e447c9c50a09312baf973', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d'}) 2019-01-03 10:13:40,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3809524f-a116-45ed-a430-a2cd4976224a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:40,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3809524f-a116-45ed-a430-a2cd4976224a 2019-01-03 10:13:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087886095047s 2019-01-03 10:13:40,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:40,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f082945d-9d65-4dc3-a8ab-f0cfc6faeb5e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:40,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f082945d-9d65-4dc3-a8ab-f0cfc6faeb5e 2019-01-03 10:13:40,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080225944519s 2019-01-03 10:13:40,299 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:13:40,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:13:40,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" -d '{"role": {"name": "Member"}}' 2019-01-03 10:13:40,402 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c744d70-6092-4ddc-b24f-a3f975e75854 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}} 2019-01-03 10:13:40,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c744d70-6092-4ddc-b24f-a3f975e75854 2019-01-03 10:13:40,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103207826614s 2019-01-03 10:13:40,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ef9d5b9-c78a-40f3-ad51-512452699082 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "domain_id": null, "name": "Member", "id": "1898aa1bb2d64be0b4d30ab2f4f160af"}} 2019-01-03 10:13:40,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af used request id req-4ef9d5b9-c78a-40f3-ad51-512452699082 2019-01-03 10:13:40,419 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af'}, 'domain_id': None, 'human_id': None, 'id': u'1898aa1bb2d64be0b4d30ab2f4f160af', 'HUMAN_ID': False}) 2019-01-03 10:13:40,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3425ebbc-1715-4d18-ab0f-572dadf6b47c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:40,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3425ebbc-1715-4d18-ab0f-572dadf6b47c 2019-01-03 10:13:40,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829710960388s 2019-01-03 10:13:40,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:13:40,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f09e601-825b-4468-8e32-e7388a719c04 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:13:40,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-1f09e601-825b-4468-8e32-e7388a719c04 2019-01-03 10:13:40,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0763139724731s 2019-01-03 10:13:40,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:13:40,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f211e3a1-13b4-4342-8d4e-4308dd5810b3 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "domain_id": "default", "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:13:40,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f211e3a1-13b4-4342-8d4e-4308dd5810b3 2019-01-03 10:13:40,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101603031158s 2019-01-03 10:13:40,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f211e3a1-13b4-4342-8d4e-4308dd5810b3 2019-01-03 10:13:40,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:13:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c1f04d-0bcd-4422-adb3-e819f841414b Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e"}, "enabled": true, "id": "6ca7d14f678e412db2d040405c02f91e", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:13:40,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-88c1f04d-0bcd-4422-adb3-e819f841414b 2019-01-03 10:13:40,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814678668976s 2019-01-03 10:13:40,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-88c1f04d-0bcd-4422-adb3-e819f841414b 2019-01-03 10:13:40,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:13:40,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=1898aa1bb2d64be0b4d30ab2f4f160af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f5e2c8-7b05-4279-81f2-ba410f6409c1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=1898aa1bb2d64be0b4d30ab2f4f160af", "previous": null, "next": null}} 2019-01-03 10:13:40,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=1898aa1bb2d64be0b4d30ab2f4f160af used request id req-c5f5e2c8-7b05-4279-81f2-ba410f6409c1 2019-01-03 10:13:40,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0739159584045s 2019-01-03 10:13:40,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:13:40,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/1898aa1bb2d64be0b4d30ab2f4f160af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:40,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-599169df-217b-4969-b0f9-fef83673b604 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:40,967 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/1898aa1bb2d64be0b4d30ab2f4f160af used request id req-599169df-217b-4969-b0f9-fef83673b604 2019-01-03 10:13:40,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117956161499s 2019-01-03 10:13:40,969 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d', 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': 'fa1ff531-c3bf-4140-8b8d-7827203cb2a0', 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_f240931b-66ea-4f52-8a4e-fbb9919d841d', 'project_id': u'6ca7d14f678e412db2d040405c02f91e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:13:40,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:13:40,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:13:40,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:13:40,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:13:40,970 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:13:40,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:13:40,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:13:40,975 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d', 'password': 'fa1ff531-c3bf-4140-8b8d-7827203cb2a0', 'project_name': 'snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '6ca7d14f678e412db2d040405c02f91e', 'project_domain_name': 'Default'} 2019-01-03 10:13:40,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:40,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb0b435-3e57-4c35-a6be-6ac6600ee86e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:41,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5fb0b435-3e57-4c35-a6be-6ac6600ee86e 2019-01-03 10:13:41,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785009860992s 2019-01-03 10:13:41,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:41,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8c7d69-d893-46a5-9a41-2ef3ce4d6ed6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:41,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e8c7d69-d893-46a5-9a41-2ef3ce4d6ed6 2019-01-03 10:13:41,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757269859314s 2019-01-03 10:13:41,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:13:41,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5358105e-536c-42ef-b4aa-fd601020c945 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:13:41,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-5358105e-536c-42ef-b4aa-fd601020c945 2019-01-03 10:13:41,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.080677986145s 2019-01-03 10:13:41,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:13:41,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7949735b-058b-457a-8cb9-5921b5414147 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "domain_id": "default", "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:13:41,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7949735b-058b-457a-8cb9-5921b5414147 2019-01-03 10:13:41,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0974380970001s 2019-01-03 10:13:41,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7949735b-058b-457a-8cb9-5921b5414147 2019-01-03 10:13:41,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:13:41,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565851e8-e852-462a-a4cb-bea9a7313f3e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e"}, "enabled": true, "id": "6ca7d14f678e412db2d040405c02f91e", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:13:41,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-565851e8-e852-462a-a4cb-bea9a7313f3e 2019-01-03 10:13:41,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760509967804s 2019-01-03 10:13:41,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-565851e8-e852-462a-a4cb-bea9a7313f3e 2019-01-03 10:13:41,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:13:41,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6332cc14-69ee-4d9b-a520-5925fc3e6270 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:13:41,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=87531dd8fee349ee823565af03481166 used request id req-6332cc14-69ee-4d9b-a520-5925fc3e6270 2019-01-03 10:13:41,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0849030017853s 2019-01-03 10:13:41,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:13:41,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba95c7c0-5a49-45df-9fa2-b96da3472d0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:41,602 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/87531dd8fee349ee823565af03481166 used request id req-ba95c7c0-5a49-45df-9fa2-b96da3472d0c 2019-01-03 10:13:41,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119447946548s 2019-01-03 10:13:41,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:41,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a58ebf-6f22-4230-9db7-caddbda87c18 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:41,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-66a58ebf-6f22-4230-9db7-caddbda87c18 2019-01-03 10:13:41,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761430263519s 2019-01-03 10:13:41,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:13:41,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 10:13:41,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d45c711-6653-4d9f-8508-51af0c34e766 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "670fee46e2314738830fb7f10e7bfcc2", "links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "name": "heat_stack_owner"}} 2019-01-03 10:13:41,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d45c711-6653-4d9f-8508-51af0c34e766 2019-01-03 10:13:41,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.213699102402s 2019-01-03 10:13:41,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:41,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae9cec6-30f9-4a56-a482-e717232de7b9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "domain_id": null, "name": "heat_stack_owner", "id": "670fee46e2314738830fb7f10e7bfcc2"}} 2019-01-03 10:13:41,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2 used request id req-4ae9cec6-30f9-4a56-a482-e717232de7b9 2019-01-03 10:13:41,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:13:41,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f338287-7060-4b62-b25c-c5a48b0322b8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "670fee46e2314738830fb7f10e7bfcc2", "links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:42,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f338287-7060-4b62-b25c-c5a48b0322b8 2019-01-03 10:13:42,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752730369568s 2019-01-03 10:13:42,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:13:42,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95e8baf-470c-4517-b8c3-68b38c6e04ed Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:13:42,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a95e8baf-470c-4517-b8c3-68b38c6e04ed 2019-01-03 10:13:42,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0800421237946s 2019-01-03 10:13:42,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:13:42,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d308ae5-2fb6-4d3c-9354-5d1cb135c524 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "domain_id": "default", "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:13:42,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0d308ae5-2fb6-4d3c-9354-5d1cb135c524 2019-01-03 10:13:42,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107375860214s 2019-01-03 10:13:42,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0d308ae5-2fb6-4d3c-9354-5d1cb135c524 2019-01-03 10:13:42,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:13:42,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67856ab2-443b-4e75-b841-02714b43ba1a Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e"}, "enabled": true, "id": "6ca7d14f678e412db2d040405c02f91e", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:13:42,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-67856ab2-443b-4e75-b841-02714b43ba1a 2019-01-03 10:13:42,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0746490955353s 2019-01-03 10:13:42,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-67856ab2-443b-4e75-b841-02714b43ba1a 2019-01-03 10:13:42,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:13:42,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=670fee46e2314738830fb7f10e7bfcc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34cc2b7e-af3a-40a5-ad97-a886a3f5028b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=670fee46e2314738830fb7f10e7bfcc2", "previous": null, "next": null}} 2019-01-03 10:13:42,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=aaae9eb4289e447c9c50a09312baf973&scope.project.id=6ca7d14f678e412db2d040405c02f91e&role.id=670fee46e2314738830fb7f10e7bfcc2 used request id req-34cc2b7e-af3a-40a5-ad97-a886a3f5028b 2019-01-03 10:13:42,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805239677429s 2019-01-03 10:13:42,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:13:42,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/670fee46e2314738830fb7f10e7bfcc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:13:42,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b73badee-017d-491e-8671-39a93f2d7b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:42,568 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e/users/aaae9eb4289e447c9c50a09312baf973/roles/670fee46e2314738830fb7f10e7bfcc2 used request id req-b73badee-017d-491e-8671-39a93f2d7b5e 2019-01-03 10:13:42,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.160607099533s 2019-01-03 10:13:42,568 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 10:13:42,569 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 10:13:42,569 - openstack_tests - INFO - OS Credentials = > 2019-01-03 10:13:42,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:42,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:42,944 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "1898aa1bb2d64be0b4d30ab2f4f160af", "name": "Member"}, {"id": "670fee46e2314738830fb7f10e7bfcc2", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ca7d14f678e412db2d040405c02f91e", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "id": "aaae9eb4289e447c9c50a09312baf973"}, "audit_ids": ["fqmcUvP5RYWB6zl3ewQyRw"], "issued_at": "2019-01-03T10:13:42.000000Z"}} 2019-01-03 10:13:42,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3f5cd063188ff32521b292a4217579d4110466" 2019-01-03 10:13:43,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9909e25c-5874-4ba8-a9e4-e059e64e70bb Date: Thu, 03 Jan 2019 10:13:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:13:43,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-9909e25c-5874-4ba8-a9e4-e059e64e70bb 2019-01-03 10:13:43,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb3f5cd063188ff32521b292a4217579d4110466" 2019-01-03 10:13:43,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-91c5e229-f479-493e-9238-4bced91a6b26 Date: Thu, 03 Jan 2019 10:13:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:13:43,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-91c5e229-f479-493e-9238-4bced91a6b26 2019-01-03 10:13:43,415 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 10:13:43,416 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2019-01-03 10:13:43,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:43,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:43,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "1898aa1bb2d64be0b4d30ab2f4f160af", "name": "Member"}, {"id": "670fee46e2314738830fb7f10e7bfcc2", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:13:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ca7d14f678e412db2d040405c02f91e", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "id": "aaae9eb4289e447c9c50a09312baf973"}, "audit_ids": ["ICICWi08R1y14c4MEWhhJQ"], "issued_at": "2019-01-03T10:13:43.000000Z"}} 2019-01-03 10:13:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a633c4d876cd8450367708a39faa844d4d4ea348" 2019-01-03 10:13:43,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35510b5c-e2e7-45ce-867c-af50279a26f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:43,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-35510b5c-e2e7-45ce-867c-af50279a26f2 2019-01-03 10:13:43,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:43,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:44,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "1898aa1bb2d64be0b4d30ab2f4f160af", "name": "Member"}, {"id": "670fee46e2314738830fb7f10e7bfcc2", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ca7d14f678e412db2d040405c02f91e", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "id": "aaae9eb4289e447c9c50a09312baf973"}, "audit_ids": ["at462uZrRWenWriBLM9YOQ"], "issued_at": "2019-01-03T10:13:44.000000Z"}} 2019-01-03 10:13:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:44,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1ec8bb-d157-48dd-8b24-a2205900ab94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:44,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7b1ec8bb-d157-48dd-8b24-a2205900ab94 2019-01-03 10:13:44,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:44,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-664d2bef-94dd-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:44,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05f71f6-f202-4844-9e6b-17dcf8af1276 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-664d2bef-94dd-443-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 10:13:44,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-664d2bef-94dd-443-proj used request id req-e05f71f6-f202-4844-9e6b-17dcf8af1276 2019-01-03 10:13:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:44,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9961a7cc-dcda-4f8b-a4da-d819393952e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:13:44,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9961a7cc-dcda-4f8b-a4da-d819393952e8 2019-01-03 10:13:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}}' 2019-01-03 10:13:44,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:13:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5605d97b-3a53-4b01-89e9-be90a4cdd700 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:44,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5605d97b-3a53-4b01-89e9-be90a4cdd700 2019-01-03 10:13:44,720 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-664d2bef-94dd-443-proj 2019-01-03 10:13:44,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:44,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:45,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "1898aa1bb2d64be0b4d30ab2f4f160af", "name": "Member"}, {"id": "670fee46e2314738830fb7f10e7bfcc2", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ca7d14f678e412db2d040405c02f91e", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "id": "aaae9eb4289e447c9c50a09312baf973"}, "audit_ids": ["C3_wE6gMQAONOT24Nrx3VA"], "issued_at": "2019-01-03T10:13:45.000000Z"}} 2019-01-03 10:13:45,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec757ae4356e4b559e8c7fc32c0eaf4cf82afd7" 2019-01-03 10:13:45,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4d6e4d-3178-49d9-93f9-efe04f7dbb6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:45,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c4d6e4d-3178-49d9-93f9-efe04f7dbb6c 2019-01-03 10:13:45,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:45,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:45,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec757ae4356e4b559e8c7fc32c0eaf4cf82afd7" 2019-01-03 10:13:45,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8644c154-819d-4ebb-a06a-286e9b354e7d Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "domain_id": "default", "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:13:45,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8644c154-819d-4ebb-a06a-286e9b354e7d 2019-01-03 10:13:45,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-664d2bef-94dd-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec757ae4356e4b559e8c7fc32c0eaf4cf82afd7" 2019-01-03 10:13:45,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55f80e2-3e9d-4a61-9e2f-f042fd8ea70b Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-664d2bef-94dd-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}]} 2019-01-03 10:13:45,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-664d2bef-94dd-443-proj used request id req-c55f80e2-3e9d-4a61-9e2f-f042fd8ea70b 2019-01-03 10:13:45,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec757ae4356e4b559e8c7fc32c0eaf4cf82afd7" 2019-01-03 10:13:45,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6254eaf2-d75c-4f39-9068-b2cad2b70f17 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 10:13:45,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6254eaf2-d75c-4f39-9068-b2cad2b70f17 2019-01-03 10:13:45,714 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-664d2bef-94dd-443-user 2019-01-03 10:13:45,714 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:45,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:45,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bbb3eab-312e-4c0f-b11f-60a109e3bd21 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "670fee46e2314738830fb7f10e7bfcc2", "links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:13:45,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4bbb3eab-312e-4c0f-b11f-60a109e3bd21 2019-01-03 10:13:45,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" -d '{"role": {"name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}}' 2019-01-03 10:13:45,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0b6ba3d-615e-4068-a41b-b932b0c6039e Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d13cfbdba33f41588b23f277f1668c8f", "links": {"self": "http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f"}, "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}} 2019-01-03 10:13:45,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0b6ba3d-615e-4068-a41b-b932b0c6039e 2019-01-03 10:13:45,929 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-664d2bef-94dd-443-proj-role 2019-01-03 10:13:45,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:46,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a07bad2-6b9e-4eb2-895e-bd963f597c03 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f"}, "domain_id": null, "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role", "id": "d13cfbdba33f41588b23f277f1668c8f"}} 2019-01-03 10:13:46,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f used request id req-7a07bad2-6b9e-4eb2-895e-bd963f597c03 2019-01-03 10:13:46,020 - keystone_utils - INFO - Granting role SimpleHealthCheck-664d2bef-94dd-443-proj-role to project SimpleHealthCheck-664d2bef-94dd-443-proj 2019-01-03 10:13:46,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f/users/954de413b4e9438d8998fc8d87b3c40c/roles/d13cfbdba33f41588b23f277f1668c8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:13:46,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ba4e3d-97bc-4542-b03e-10de2f4cc6af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:13:46,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f/users/954de413b4e9438d8998fc8d87b3c40c/roles/d13cfbdba33f41588b23f277f1668c8f used request id req-51ba4e3d-97bc-4542-b03e-10de2f4cc6af 2019-01-03 10:13:46,196 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:13:46,197 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 10:13:46,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:46,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:46,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d13cfbdba33f41588b23f277f1668c8f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}], "expires_at": "2019-01-03T11:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-664d2bef-94dd-443-user", "id": "954de413b4e9438d8998fc8d87b3c40c"}, "audit_ids": ["DHsqWVaPR3aZnt6LVmOR4A"], "issued_at": "2019-01-03T10:13:46.000000Z"}} 2019-01-03 10:13:46,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:46,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3e788d-1166-4d3e-a4e7-e3b8ec47e53e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:46,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c3e788d-1166-4d3e-a4e7-e3b8ec47e53e 2019-01-03 10:13:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:46,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d8bb22f3-c76b-4341-8ad7-0d107d1b21fc Date: Thu, 03 Jan 2019 10:13:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image"} 2019-01-03 10:13:46,833 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image used request id req-d8bb22f3-c76b-4341-8ad7-0d107d1b21fc 2019-01-03 10:13:46,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:47,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1bc33069-a558-4b7f-a5fb-850f9874849f Date: Thu, 03 Jan 2019 10:13: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"}}} 2019-01-03 10:13:47,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1bc33069-a558-4b7f-a5fb-850f9874849f 2019-01-03 10:13:47,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image"}' 2019-01-03 10:13:47,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 X-Openstack-Request-Id: req-03e97b18-3df1-42bd-8647-c9da5646284b Date: Thu, 03 Jan 2019 10:13:47 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:13:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T10:13:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "min_disk": 0, "protected": false, "id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "file": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file", "checksum": null, "owner": "ac21439e66ac499dbbaf0b3bf134cd5f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:13:47,238 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-03e97b18-3df1-42bd-8647-c9da5646284b 2019-01-03 10:13:47,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" -d '' 2019-01-03 10:13:48,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa5d3b79-8c8f-4aaf-8998-2bfe7d6abff8 Date: Thu, 03 Jan 2019 10:13:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:13:48,694 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file used request id req-fa5d3b79-8c8f-4aaf-8998-2bfe7d6abff8 2019-01-03 10:13:48,695 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:13:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:48,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-208def84-724e-47a1-963c-85dcf0f5ea83 Date: Thu, 03 Jan 2019 10:13:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:13:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:13:48Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "metadata": {}}], "self": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "min_disk": 0, "protected": false, "id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "file": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac21439e66ac499dbbaf0b3bf134cd5f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:13:48,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 used request id req-208def84-724e-47a1-963c-85dcf0f5ea83 2019-01-03 10:13:48,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:49,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b12d9504-f2e4-4513-8844-f438d493cd21 Date: Thu, 03 Jan 2019 10:13:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 10:13:49,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b12d9504-f2e4-4513-8844-f438d493cd21 2019-01-03 10:13:49,040 - create_image - INFO - Created image with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image 2019-01-03 10:13:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:13:49,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-a006dd8a-cb3d-40b9-b255-05d2524715ec Date: Thu, 03 Jan 2019 10:13:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:13:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:13:48Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "metadata": {}}], "self": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "min_disk": 0, "protected": false, "id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "file": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac21439e66ac499dbbaf0b3bf134cd5f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 10:13:49,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 used request id req-a006dd8a-cb3d-40b9-b255-05d2524715ec 2019-01-03 10:13:49,209 - create_image - DEBUG - Instance status is - active 2019-01-03 10:13:49,209 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image 2019-01-03 10:13:49,209 - create_image - INFO - Image is now active with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image 2019-01-03 10:13:49,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:49,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:49,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d13cfbdba33f41588b23f277f1668c8f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}], "expires_at": "2019-01-03T11:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-664d2bef-94dd-443-user", "id": "954de413b4e9438d8998fc8d87b3c40c"}, "audit_ids": ["D0XMzGG2R-aAoGrEWLAKeA"], "issued_at": "2019-01-03T10:13:49.000000Z"}} 2019-01-03 10:13:49,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:49,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15529a76-f3f2-4585-8632-057a5cc9b644 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:49,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-15529a76-f3f2-4585-8632-057a5cc9b644 2019-01-03 10:13:49,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:49,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37e857cc-fd07-44b7-a897-e53330fde465 Date: Thu, 03 Jan 2019 10:13:49 GMT RESP BODY: {"networks":[]} 2019-01-03 10:13:49,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-37e857cc-fd07-44b7-a897-e53330fde465 2019-01-03 10:13:49,840 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net 2019-01-03 10:13:49,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" -d '{"network": {"name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net", "admin_state_up": true}}' 2019-01-03 10:13:50,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b53746a5-c7be-4b9b-b036-c70e9e511c88 Date: Thu, 03 Jan 2019 10:13:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:13:50Z","is_default":false,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","mtu":1450}} 2019-01-03 10:13:50,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b53746a5-c7be-4b9b-b036-c70e9e511c88 2019-01-03 10:13:50,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:50,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-fe87b2b0-e852-4572-80ef-86e75f260d67 Date: Thu, 03 Jan 2019 10:13:50 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":"2019-01-03T10:13:50Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:50,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-fe87b2b0-e852-4572-80ef-86e75f260d67 2019-01-03 10:13:50,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:50,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-310f992d-b803-4c03-95b7-92df14eb88d3 Date: Thu, 03 Jan 2019 10:13:50 GMT RESP BODY: {"subnets":[]} 2019-01-03 10:13:50,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-310f992d-b803-4c03-95b7-92df14eb88d3 2019-01-03 10:13:50,871 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet 2019-01-03 10:13:50,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" -d '{"subnets": [{"ip_version": 4, "network_id": "368b5a2a-60d8-4262-a3d8-606d91e57eab", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]}' 2019-01-03 10:13:51,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b067ffa6-1f24-4889-b0c8-6238a03be596 Date: Thu, 03 Jan 2019 10:13:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:51,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-b067ffa6-1f24-4889-b0c8-6238a03be596 2019-01-03 10:13:51,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:51,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-a98ba681-771b-4b21-8d7f-f52d2ed5ad88 Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:51,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-a98ba681-771b-4b21-8d7f-f52d2ed5ad88 2019-01-03 10:13:51,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:13:52,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-82fb835c-1a1e-43aa-a58d-bd4681ae5353 Date: Thu, 03 Jan 2019 10:13:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:52,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-82fb835c-1a1e-43aa-a58d-bd4681ae5353 2019-01-03 10:13:52,231 - OpenStackNetwork - DEBUG - Network [368b5a2a-60d8-4262-a3d8-606d91e57eab] created successfully 2019-01-03 10:13:52,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:52,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:52,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "1898aa1bb2d64be0b4d30ab2f4f160af", "name": "Member"}, {"id": "670fee46e2314738830fb7f10e7bfcc2", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T11:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ca7d14f678e412db2d040405c02f91e", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ca7d14f678e412db2d040405c02f91e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "id": "aaae9eb4289e447c9c50a09312baf973"}, "audit_ids": ["28lrPlKVRCG8bUekButhRA"], "issued_at": "2019-01-03T10:13:52.000000Z"}} 2019-01-03 10:13:52,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8009ed64833d7dc1c35dbfd46813f7a84c85d15a" 2019-01-03 10:13:52,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7750d61a-5332-4b9e-b738-5d8ce2f69f00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:52,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7750d61a-5332-4b9e-b738-5d8ce2f69f00 2019-01-03 10:13:52,702 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:13:52,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8009ed64833d7dc1c35dbfd46813f7a84c85d15a" 2019-01-03 10:13:52,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13: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-4af0d01e-0c06-466a-91d1-ec90771de285 x-compute-request-id: req-4af0d01e-0c06-466a-91d1-ec90771de285 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 10:13:52,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4af0d01e-0c06-466a-91d1-ec90771de285 2019-01-03 10:13:52,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8009ed64833d7dc1c35dbfd46813f7a84c85d15a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 10:13:52,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13: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-40f5f00f-23ac-4509-a065-76994213f038 x-compute-request-id: req-40f5f00f-23ac-4509-a065-76994213f038 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:13:52,950 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-40f5f00f-23ac-4509-a065-76994213f038 2019-01-03 10:13:52,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:52,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:53,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d13cfbdba33f41588b23f277f1668c8f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}], "expires_at": "2019-01-03T11:13:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-664d2bef-94dd-443-user", "id": "954de413b4e9438d8998fc8d87b3c40c"}, "audit_ids": ["4BEHWJsVTDGumpYf_9Kxpw"], "issued_at": "2019-01-03T10:13:53.000000Z"}} 2019-01-03 10:13:53,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:53,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2bf8d00-b88c-4e3f-93ca-c2ac205dd956 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:53,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c2bf8d00-b88c-4e3f-93ca-c2ac205dd956 2019-01-03 10:13:53,426 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 10:13:53,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:53,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4973fdfa-f509-4394-950e-2008f2987009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:53,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4973fdfa-f509-4394-950e-2008f2987009 2019-01-03 10:13:53,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:53,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7eb17506-68d4-4c82-8a10-548b642ff245 Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:53,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-7eb17506-68d4-4c82-8a10-548b642ff245 2019-01-03 10:13:53,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:53,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:53,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:53,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be7dc5c1-9619-418f-b6d9-62ac5eb5cb12 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:53,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-be7dc5c1-9619-418f-b6d9-62ac5eb5cb12 2019-01-03 10:13:53,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:54,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0f285641-c582-4bb8-9e26-803e5bbdf137 Date: Thu, 03 Jan 2019 10:13:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:54,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-0f285641-c582-4bb8-9e26-803e5bbdf137 2019-01-03 10:13:54,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:54,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-07b954c6-1c2c-4d17-b89b-5d8df66c8102 Date: Thu, 03 Jan 2019 10:13:54 GMT RESP BODY: {"ports":[]} 2019-01-03 10:13:54,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True used request id req-07b954c6-1c2c-4d17-b89b-5d8df66c8102 2019-01-03 10:13:54,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:54,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-7e91705e-66c5-4df0-aab1-c6d3aa087e75 x-compute-request-id: req-7e91705e-66c5-4df0-aab1-c6d3aa087e75 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:13:54,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst used request id req-7e91705e-66c5-4df0-aab1-c6d3aa087e75 2019-01-03 10:13:54,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:54,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9b1d21e7-da7a-4c10-8c08-ba89c603c9ab Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:54,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-9b1d21e7-da7a-4c10-8c08-ba89c603c9ab 2019-01-03 10:13:54,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:54,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e41e26e-3844-49a4-ae62-4b308eb486fe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:54,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-8e41e26e-3844-49a4-ae62-4b308eb486fe 2019-01-03 10:13:55,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:55,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8e28e6ef-42cb-4ace-9990-cca6498cfd1d Date: Thu, 03 Jan 2019 10:13:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:55,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-8e28e6ef-42cb-4ace-9990-cca6498cfd1d 2019-01-03 10:13:55,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:55,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5a65d3bc-988b-48da-af07-94599d9c2d81 Date: Thu, 03 Jan 2019 10:13:55 GMT RESP BODY: {"ports":[]} 2019-01-03 10:13:55,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True used request id req-5a65d3bc-988b-48da-af07-94599d9c2d81 2019-01-03 10:13:55,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 10:13:55,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:13:55,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d13cfbdba33f41588b23f277f1668c8f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj-role"}], "expires_at": "2019-01-03T11:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac21439e66ac499dbbaf0b3bf134cd5f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-664d2bef-94dd-443-user", "id": "954de413b4e9438d8998fc8d87b3c40c"}, "audit_ids": ["11-jFj4UStqvNv4aPROT0w"], "issued_at": "2019-01-03T10:13:55.000000Z"}} 2019-01-03 10:13:55,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a108b9aed54922efdf4b283596988ecba63a9d6" 2019-01-03 10:13:55,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d2dd942-7fe0-443b-8059-190b2328998f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:13:55,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1d2dd942-7fe0-443b-8059-190b2328998f 2019-01-03 10:13:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:56,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b0df9e52-b654-426a-a0cf-310e01e6f86e Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:56,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-b0df9e52-b654-426a-a0cf-310e01e6f86e 2019-01-03 10:13:56,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:56,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-31028058-5356-4406-ad9f-ef8b5e4f9896 Date: Thu, 03 Jan 2019 10:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:56,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-31028058-5356-4406-ad9f-ef8b5e4f9896 2019-01-03 10:13:56,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:56,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b9b082e6-a384-41b1-acc1-c2a9cfebb69c Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:56,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-b9b082e6-a384-41b1-acc1-c2a9cfebb69c 2019-01-03 10:13:56,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 10:13:56,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:13:56,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a108b9aed54922efdf4b283596988ecba63a9d6" 2019-01-03 10:13:56,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c167e3fb-2495-430c-89cd-7f5677f76b80 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:56,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-c167e3fb-2495-430c-89cd-7f5677f76b80 2019-01-03 10:13:56,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:57,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f4bb3c05-49ea-45ce-a30a-f58422e8ac5e Date: Thu, 03 Jan 2019 10:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:57,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-f4bb3c05-49ea-45ce-a30a-f58422e8ac5e 2019-01-03 10:13:57,044 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net 2019-01-03 10:13:57,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" -d '{"port": {"network_id": "368b5a2a-60d8-4262-a3d8-606d91e57eab", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1", "admin_state_up": true}}' 2019-01-03 10:13:58,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-8b5eb882-1e0e-4aed-b47b-52d148ff3b67 Date: Thu, 03 Jan 2019 10:13:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:13:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.5"}],"id":"a10bdfc3-56b3-4eea-8e85-fee6f981388a","security_groups":["32e0a655-dc3f-41c3-b71b-aaff55b8c397"],"mac_address":"fa:16:3e:2d:cb:a5","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","qos_policy_id":null,"admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:57Z","binding:vnic_type":"normal"}} 2019-01-03 10:13:58,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-8b5eb882-1e0e-4aed-b47b-52d148ff3b67 2019-01-03 10:13:58,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6e9880f4-e59c-4bdf-ac5c-3a663762dd89 Date: Thu, 03 Jan 2019 10:13: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:13:58,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-6e9880f4-e59c-4bdf-ac5c-3a663762dd89 2019-01-03 10:13:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca890a14-8b47-469e-b249-af83a74ef7c7 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:58,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-ca890a14-8b47-469e-b249-af83a74ef7c7 2019-01-03 10:13:58,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8be62326-289f-4c7b-852e-bae6fb686159 Date: Thu, 03 Jan 2019 10:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:13:58,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-8be62326-289f-4c7b-852e-bae6fb686159 2019-01-03 10:13:58,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-aa66fd38-f836-42fd-b984-31bc2f11546b Date: Thu, 03 Jan 2019 10:13:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:13:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.5"}],"id":"a10bdfc3-56b3-4eea-8e85-fee6f981388a","security_groups":["32e0a655-dc3f-41c3-b71b-aaff55b8c397"],"mac_address":"fa:16:3e:2d:cb:a5","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1","admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:57Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 10:13:58,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1&admin_state_up=True used request id req-aa66fd38-f836-42fd-b984-31bc2f11546b 2019-01-03 10:13:58,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79df3445-9b0e-4238-92df-cfa6b2e986fe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:13:58,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-79df3445-9b0e-4238-92df-cfa6b2e986fe 2019-01-03 10:13:58,590 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst 2019-01-03 10:13:58,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06418bac-87b0-44d8-976d-6a20547a1f4f x-compute-request-id: req-06418bac-87b0-44d8-976d-6a20547a1f4f Content-Encoding: gzip Content-Length: 202 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}], "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-flavor-name"}]} 2019-01-03 10:13:58,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-06418bac-87b0-44d8-976d-6a20547a1f4f 2019-01-03 10:13:58,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-289157ed-1826-41e2-acf9-feb77c89458d x-compute-request-id: req-289157ed-1826-41e2-acf9-feb77c89458d Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:13:58,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388 used request id req-289157ed-1826-41e2-acf9-feb77c89458d 2019-01-03 10:13:58,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:58,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f835222d-3661-4347-8df9-dc05e3aa09b0 Date: Thu, 03 Jan 2019 10:13:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T10:13:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T10:13:48Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "metadata": {}}], "self": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "min_disk": 0, "protected": false, "id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "file": "/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac21439e66ac499dbbaf0b3bf134cd5f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23ccde99-3ba4-4a2e-8604-11e092a5d525/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image"} 2019-01-03 10:13:58,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image used request id req-f835222d-3661-4347-8df9-dc05e3aa09b0 2019-01-03 10:13:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:13:59,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a52b7b5b-12ee-4d35-9d9f-6ef661afe1de Date: Thu, 03 Jan 2019 10:13:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 10:13:59,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a52b7b5b-12ee-4d35-9d9f-6ef661afe1de 2019-01-03 10:13:59,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" -d '{"server": {"name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "imageRef": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "flavorRef": "5003de4b-eb10-4c13-b065-38c73d9a6388", "max_count": 1, "min_count": 1, "networks": [{"port": "a10bdfc3-56b3-4eea-8e85-fee6f981388a"}]}}' 2019-01-03 10:14:00,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:13: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-99e170f5-89df-41af-adfa-584daac868d1 x-compute-request-id: req-99e170f5-89df-41af-adfa-584daac868d1 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "adminPass": "suBucZEJ2N2c"}} 2019-01-03 10:14:00,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-99e170f5-89df-41af-adfa-584daac868d1 2019-01-03 10:14:01,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:01,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-d7f27f10-b172-4586-b0c2-5d78abe2c705 x-compute-request-id: req-d7f27f10-b172-4586-b0c2-5d78abe2c705 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:01,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-d7f27f10-b172-4586-b0c2-5d78abe2c705 2019-01-03 10:14:01,371 - create_instance - INFO - Created instance with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst 2019-01-03 10:14:01,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:01,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-96e2f46f-85f5-4476-8812-3fd9999b68cd x-compute-request-id: req-96e2f46f-85f5-4476-8812-3fd9999b68cd 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.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:01,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-96e2f46f-85f5-4476-8812-3fd9999b68cd 2019-01-03 10:14:01,625 - create_instance - DEBUG - Instance status [SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst] is - BUILD 2019-01-03 10:14:01,626 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:14:04,629 - create_instance - DEBUG - VM status query timeout in 896.742806911 2019-01-03 10:14:04,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:05,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-0f8b35bb-1af6-4b79-9f8a-1f54a9b1e6dd x-compute-request-id: req-0f8b35bb-1af6-4b79-9f8a-1f54a9b1e6dd 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.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "security_groups": [{"name": "default"}], "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:01Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:05,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-0f8b35bb-1af6-4b79-9f8a-1f54a9b1e6dd 2019-01-03 10:14:05,273 - create_instance - DEBUG - Instance status [SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst] is - BUILD 2019-01-03 10:14:05,273 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:14:08,276 - create_instance - DEBUG - VM status query timeout in 893.095435858 2019-01-03 10:14:08,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:08,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-5b541667-0ab2-44ed-8c42-2990459a5c4e x-compute-request-id: req-5b541667-0ab2-44ed-8c42-2990459a5c4e Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:cb:a5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:14:06.000000", "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "security_groups": [{"name": "default"}], "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:14:07Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:08,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-5b541667-0ab2-44ed-8c42-2990459a5c4e 2019-01-03 10:14:08,747 - create_instance - DEBUG - Instance status [SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst] is - ACTIVE 2019-01-03 10:14:08,747 - create_instance - INFO - VM is - ACTIVE 2019-01-03 10:14:08,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:09,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-96206b46-8b10-49bc-979c-3b57b96ec5d6 x-compute-request-id: req-96206b46-8b10-49bc-979c-3b57b96ec5d6 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:cb:a5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:14:06.000000", "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "security_groups": [{"name": "default"}], "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:14:07Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:09,227 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-96206b46-8b10-49bc-979c-3b57b96ec5d6 2019-01-03 10:14:09,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:09,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5f9d9523-4f98-485b-8c1c-8a1bd924f13f Date: Thu, 03 Jan 2019 10:14: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":["2d866081-053d-4f7f-91f3-8621b00f0051"],"updated_at":"2019-01-03T10:13:51Z","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net"}]} 2019-01-03 10:14:09,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net used request id req-5f9d9523-4f98-485b-8c1c-8a1bd924f13f 2019-01-03 10:14:09,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:09,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9d3a6e-69d7-4d91-8643-88b61fd6572b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:14:09,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-ca9d3a6e-69d7-4d91-8643-88b61fd6572b 2019-01-03 10:14:09,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:09,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3a62b599-6ee5-4e96-b40f-3bdbd7982c3a Date: Thu, 03 Jan 2019 10:14:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","dns_nameservers":[],"updated_at":"2019-01-03T10:13:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","id":"2d866081-053d-4f7f-91f3-8621b00f0051","subnetpool_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet"}]} 2019-01-03 10:14:09,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-3a62b599-6ee5-4e96-b40f-3bdbd7982c3a 2019-01-03 10:14:09,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:09,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-f685a542-ca06-456e-8756-e3061e1c404e Date: Thu, 03 Jan 2019 10:14:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:13:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.4"}],"id":"593bcff5-a57d-42e2-888b-956d7b2c3ddb","security_groups":[],"mac_address":"fa:16:3e:8e:5e:92","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-368b5a2a-60d8-4262-a3d8-606d91e57eab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:14:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.5"}],"id":"a10bdfc3-56b3-4eea-8e85-fee6f981388a","security_groups":["32e0a655-dc3f-41c3-b71b-aaff55b8c397"],"mac_address":"fa:16:3e:2d:cb:a5","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1","admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:57Z","binding:vnic_type":"normal","device_id":"72fe0aa9-389a-4e6a-ace6-a6299282a425"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:13:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.2"}],"id":"a6f0808b-1c4c-4ed3-b9a7-928fb10bc8b2","security_groups":[],"mac_address":"fa:16:3e:6d:96:a2","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:51Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-368b5a2a-60d8-4262-a3d8-606d91e57eab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:13:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d866081-053d-4f7f-91f3-8621b00f0051","ip_address":"10.55.0.3"}],"id":"f6420f02-76ad-468e-94aa-96f9756152df","security_groups":[],"mac_address":"fa:16:3e:7a:9a:45","project_id":"ac21439e66ac499dbbaf0b3bf134cd5f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"368b5a2a-60d8-4262-a3d8-606d91e57eab","tenant_id":"ac21439e66ac499dbbaf0b3bf134cd5f","created_at":"2019-01-03T10:13:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-368b5a2a-60d8-4262-a3d8-606d91e57eab"}]} 2019-01-03 10:14:09,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-f685a542-ca06-456e-8756-e3061e1c404e 2019-01-03 10:14:09,999 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2019-01-03 10:14:10,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:10,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecc49df6-4d17-46e7-b9ad-f3cd2d41ee98 x-compute-request-id: req-ecc49df6-4d17-46e7-b9ad-f3cd2d41ee98 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:cb:a5", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:14:06.000000", "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "security_groups": [{"name": "default"}], "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:14:07Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:10,585 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-ecc49df6-4d17-46e7-b9ad-f3cd2d41ee98 2019-01-03 10:14:10,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 10:14:11,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bc86512-9c82-4c5e-b11e-5f7a225345c1 x-compute-request-id: req-1bc86512-9c82-4c5e-b11e-5f7a225345c1 Content-Encoding: gzip Content-Length: 9395 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 532550874 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.912 MHz processor\n[ 0.129172] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130808] pid_max: default: 32768 minimum: 301\n[ 0.131695] ACPI: Core revision 20150930\n[ 0.133069] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134367] Security Framework initialized\n[ 0.135185] Yama: becoming mindful.\n[ 0.135910] AppArmor: AppArmor initialized\n[ 0.136758] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138036] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139287] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140464] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141826] Initializing cgroup subsys io\n[ 0.142633] Initializing cgroup subsys memory\n[ 0.143483] Initializing cgroup subsys devices\n[ 0.144357] Initializing cgroup subsys freezer\n[ 0.145226] Initializing cgroup subsys net_cls\n[ 0.146084] Initializing cgroup subsys perf_event\n[ 0.146982] Initializing cgroup subsys net_prio\n[ 0.147851] Initializing cgroup subsys hugetlb\n[ 0.148718] Initializing cgroup subsys pids\n[ 0.149583] CPU: Physical Processor ID: 0\n[ 0.151073] mce: CPU supports 10 MCE banks\n[ 0.151909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163560] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169932] ftrace: allocating 31920 entries in 125 pages\n[ 0.196040] smpboot: Max logical packages: 1\n[ 0.196928] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198269] x2apic enabled\n[ 0.199069] Switched APIC routing to physical x2apic.\n[ 0.200814] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201916] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203888] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205687] KVM setup paravirtual spinlock\n[ 0.206982] x86: Booted up 1 node, 1 CPUs\n[ 0.207782] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209157] devtmpfs: initialized\n[ 0.210858] evm: security.selinux\n[ 0.211557] evm: security.SMACK64\n[ 0.212245] evm: security.SMACK64EXEC\n[ 0.212997] evm: security.SMACK64TRANSMUTE\n[ 0.213797] evm: security.SMACK64MMAP\n[ 0.214539] evm: security.ima\n[ 0.215178] evm: security.capability\n[ 0.215976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217841] pinctrl core: initialized pinctrl subsystem\n[ 0.218936] RTC time: 10:14:06, date: 01/03/19\n[ 0.219883] NET: Registered protocol family 16\n[ 0.220848] cpuidle: using governor ladder\n[ 0.221654] cpuidle: using governor menu\n[ 0.222444] PCCT header not found.\n[ 0.223197] ACPI: bus type PCI registered\n[ 0.224028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225258] PCI: Using configuration type 1 for base access\n[ 0.227001] ACPI: Added _OSI(Module Device)\n[ 0.227838] ACPI: Added _OSI(Processor Device)\n[ 0.228688] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229608] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231710] ACPI: Interpreter enabled\n[ 0.232484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239833] ACPI: (supports S0 S5)\n[ 0.240528] ACPI: Using IOAPIC for interrupt routing\n[ 0.241465] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244542] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245692] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246917] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250326] acpiphp: Slot [3] registered\n[ 0.251127] acpiphp: Slot [4] registered\n[ 0.251924] acpiphp: Slot [5] registered\n[ 0.252715] acpiphp: Slot [6] registered\n[ 0.253502] acpiphp: Slot [7] registered\n[ 0.254307] acpiphp: Slot [8] registered\n[ 0.255108] acpiphp: Slot [9] registered\n[ 0.255898] acpiphp: Slot [10] registered\n[ 0.256698] acpiphp: Slot [11] registered\n[ 0.257506] acpiphp: Slot [12] registered\n[ 0.258314] acpiphp: Slot [13] registered\n[ 0.259119] acpiphp: Slot [14] registered\n[ 0.259929] acpiphp: Slot [15] registered\n[ 0.271098] acpiphp: Slot [16] registered\n[ 0.271918] acpiphp: Slot [17] registered\n[ 0.272722] acpiphp: Slot [18] registered\n[ 0.273519] acpiphp: Slot [19] registered\n[ 0.274320] acpiphp: Slot [20] registered\n[ 0.275127] acpiphp: Slot [21] registered\n[ 0.275931] acpiphp: Slot [22] registered\n[ 0.276733] acpiphp: Slot [23] registered\n[ 0.277535] acpiphp: Slot [24] registered\n[ 0.278344] acpiphp: Slot [25] registered\n[ 0.279149] acpiphp: Slot [26] registered\n[ 0.279952] acpiphp: Slot [27] registered\n[ 0.280754] acpiphp: Slot [28] registered\n[ 0.281552] acpiphp: Slot [29] registered\n[ 0.282355] acpiphp: Slot [30] registered\n[ 0.283168] acpiphp: Slot [31] registered\n[ 0.283968] PCI host bridge to bus 0000:00\n[ 0.284768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285965] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288599] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290038] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296173] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359762] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361000] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362162] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363211] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364731] vgaarb: loaded\n[ 0.365325] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366446] SCSI subsystem initialized\n[ 0.367262] ACPI: bus type USB registered\n[ 0.368070] usbcore: registered new interface driver usbfs\n[ 0.369091] usbcore: registered new interface driver hub\n[ 0.370082] usbcore: registered new device driver usb\n[ 0.371121] PCI: Using ACPI for IRQ routing\n[ 0.372133] NetLabel: Initializing\n[ 0.372873] NetLabel: domain hash size = 128\n[ 0.373718] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374653] NetLabel: unlabeled traffic allowed by default\n[ 0.375733] clocksource: Switched to clocksource kvm-clock\n[ 0.380999] AppArmor: AppArmor Filesystem Enabled\n[ 0.381953] pnp: PnP ACPI init\n[ 0.382894] pnp: PnP ACPI: found 5 devices\n[ 0.388909] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390578] NET: Registered protocol family 2\n[ 0.391526] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392818] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393965] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.395110] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397316] NET: Registered protocol family 1\n[ 0.398167] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400291] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414683] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428804] Trying to unpack rootfs image as initramfs...\n[ 0.478619] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492796] Scanning for low memory corruption every 60 seconds\n[ 0.494119] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495249] audit: initializing netlink subsys (disabled)\n[ 0.496264] audit: type=2000 audit(1546510447.301:1): initialized\n[ 0.497550] Initialise system trusted keyring\n[ 0.498463] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499616] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501581] zbud: loaded\n[ 0.502276] VFS: Disk quotas dquot_6.6.0\n[ 0.503083] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504613] fuse init (API version 7.23)\n[ 0.505486] Key type big_key registered\n[ 0.506280] Allocating IMA MOK and blacklist keyrings.\n[ 0.507376] Key type asymmetric registered\n[ 0.508200] Asymmetric key parser 'x509' registered\n[ 0.509147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510587] io scheduler noop registered\n[ 0.511372] io scheduler deadline registered (default)\n[ 0.512353] io scheduler cfq registered\n[ 0.513184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514242] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516927] ACPI: Power Button [PWRF]\n[ 0.517761] GHES: HEST is not enabled!\n[ 0.531985] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562202] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564864] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588822] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590986] Linux agpgart interface v0.103\n[ 0.593440] brd: module loaded\n[ 0.594624] loop: module loaded\n[ 0.598364] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599805] GPT:90111 != 20971519\n[ 0.600487] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601561] GPT:90111 != 20971519\n[ 0.602240] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603189] vda: vda1 vda15\n[ 0.604658] scsi host0: ata_piix\n[ 0.605396] scsi host1: ata_piix\n[ 0.606096] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.609091] libphy: Fixed MDIO Bus: probed\n[ 0.609903] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610838] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613161] PPP generic driver version 2.4.2\n[ 0.614341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615727] ehci-pci: EHCI PCI platform driver\n[ 0.616693] ehci-platform: EHCI generic platform driver\n[ 0.617794] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619118] ohci-pci: OHCI PCI platform driver\n[ 0.620162] ohci-platform: OHCI generic platform driver\n[ 0.621222] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635856] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638541] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640990] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644060] usb usb1: Product: UHCI Host Controller\n[ 0.645077] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647628] hub 1-0:1.0: USB hub found\n[ 0.648570] hub 1-0:1.0: 2 ports detected\n[ 0.649646] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651894] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653984] mousedev: PS/2 mouse device common for all mice\n[ 0.655457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658698] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660552] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662828] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665089] i2c /dev entries driver\n[ 0.666381] device-mapper: uevent: version 1.0.3\n[ 0.667821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.671015] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.673473] NET: Registered protocol family 10\n[ 0.675385] NET: Registered protocol family 17\n[ 0.676760] Key type dns_resolver registered\n[ 0.677759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678945] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680850] registered taskstats version 1\n[ 0.681757] Loading compiled-in X.509 certificates\n[ 0.683277] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685282] zswap: loaded using pool lzo/zbud\n[ 0.687232] Key type trusted registered\n[ 0.689103] Key type encrypted registered\n[ 0.689952] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691091] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692290] evm: HMAC attrs: 0x1\n[ 0.693294] Magic number: 3:420:223\n[ 0.694217] rtc_cmos 00:00: setting system clock to 2019-01-03 10:14:06 UTC (1546510446)\n[ 0.695987] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697192] EDD information not available.\n[ 0.768741] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770776] Write protecting the kernel read-only data: 14336k\n[ 0.783024] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785336] 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.831009] 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.02\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.5...\nLease of 10.55.0.5 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.16. iid=i-0000001d\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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQMwpF0mpj//ik+OyrCObLIXEHqXK/JQGsDs6h2yLWcHf3dQzoP5cgaubN/f0tTd1Aju4QGTkp5KyQqqj+rKOargIXQUjrjOpv14J+HbfQ+RUHsRw+8N5xFKpLddO/0MRCFuH7U2/Li0BxmNf7JFCDnfFcCK5iOsRqLhQ7+tv6R+XBWIosJLQd7JpDSUo/517pZ2ZZJmL9IrUy4mA5LZqsQmIBtZ74SLGTOuA7/tJzO7F2XvdXRz1J3adCdZcS7qPdXeTk7tOisgrUxcwy2VaN9t/5SdeQ+hXpmT3TlZ7Lg+dN72cFi/4ida6sSKHiVPMe3nScNiv/0Vh5ySG0aLZj root@simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAIbKcfM3yg2f4TrzzOeD8KVhq5hmDJRFhWXwxTkKFyZ6rLjJ0VPcKVhTVpI6CCOVvtsCwug77NxD6mT3iAJyPBIV3N4as8YcZgvJydyxWknL0S1QSuSsEl6u51dIH4t5m9oi2k2vc2DHSYgK6e5S8VEToV4/aDaC+oBWEybkchx5AAAAFQCrnInfeULekoSE4/eaU/y5IlLgiwAAAIB/uWvqOA6VxlxDuxP5fZIhJ1zwCSpKc3uT9G4dZsk0SnEcZlbqkPVfCSj/Jmfct7pwEi4Jo8z+RObNqoWSN2DDwtFnDrR/lxNqEksTxqoeQaROfR1yPtDwc9vgu9aA2BEe4gZI4oyv/mGVUyC1tisZWEUpv9/mIKDhniJEXu7lHgAAAIByDanLjVO0tWQIukjo3uyLMn3cuRFTiZTBJrMYO45qO1jEIVMRIi4AXTC5EIzgY73DlOuTVgZ5CDqt1l4Amsi2MhT0zoORfB/YKDsGzsMAnY4KRCYgvGarlNh+/4AUfowOQzMWpLtphMCL/TaDH/0jkCnPgJcBjJekB22Ml3+YDw== root@simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-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.5,24,fe80::f816:3eff:fe2d:cba5/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.5 \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-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.36 ===\n"} 2019-01-03 10:14:11,684 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425/action used request id req-1bc86512-9c82-4c5e-b11e-5f7a225345c1 2019-01-03 10:14:11,685 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 10:14:11,686 - 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 532550874 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.912 MHz processor [ 0.129172] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130808] pid_max: default: 32768 minimum: 301 [ 0.131695] ACPI: Core revision 20150930 [ 0.133069] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134367] Security Framework initialized [ 0.135185] Yama: becoming mindful. [ 0.135910] AppArmor: AppArmor initialized [ 0.136758] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138036] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139287] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140464] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141826] Initializing cgroup subsys io [ 0.142633] Initializing cgroup subsys memory [ 0.143483] Initializing cgroup subsys devices [ 0.144357] Initializing cgroup subsys freezer [ 0.145226] Initializing cgroup subsys net_cls [ 0.146084] Initializing cgroup subsys perf_event [ 0.146982] Initializing cgroup subsys net_prio [ 0.147851] Initializing cgroup subsys hugetlb [ 0.148718] Initializing cgroup subsys pids [ 0.149583] CPU: Physical Processor ID: 0 [ 0.151073] mce: CPU supports 10 MCE banks [ 0.151909] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152907] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.163560] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169932] ftrace: allocating 31920 entries in 125 pages [ 0.196040] smpboot: Max logical packages: 1 [ 0.196928] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198269] x2apic enabled [ 0.199069] Switched APIC routing to physical x2apic. [ 0.200814] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201916] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203888] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205687] KVM setup paravirtual spinlock [ 0.206982] x86: Booted up 1 node, 1 CPUs [ 0.207782] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209157] devtmpfs: initialized [ 0.210858] evm: security.selinux [ 0.211557] evm: security.SMACK64 [ 0.212245] evm: security.SMACK64EXEC [ 0.212997] evm: security.SMACK64TRANSMUTE [ 0.213797] evm: security.SMACK64MMAP [ 0.214539] evm: security.ima [ 0.215178] evm: security.capability [ 0.215976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217841] pinctrl core: initialized pinctrl subsystem [ 0.218936] RTC time: 10:14:06, date: 01/03/19 [ 0.219883] NET: Registered protocol family 16 [ 0.220848] cpuidle: using governor ladder [ 0.221654] cpuidle: using governor menu [ 0.222444] PCCT header not found. [ 0.223197] ACPI: bus type PCI registered [ 0.224028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225258] PCI: Using configuration type 1 for base access [ 0.227001] ACPI: Added _OSI(Module Device) [ 0.227838] ACPI: Added _OSI(Processor Device) [ 0.228688] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229608] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231710] ACPI: Interpreter enabled [ 0.232484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239833] ACPI: (supports S0 S5) [ 0.240528] ACPI: Using IOAPIC for interrupt routing [ 0.241465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244542] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245692] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.246917] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250326] acpiphp: Slot [3] registered [ 0.251127] acpiphp: Slot [4] registered [ 0.251924] acpiphp: Slot [5] registered [ 0.252715] acpiphp: Slot [6] registered [ 0.253502] acpiphp: Slot [7] registered [ 0.254307] acpiphp: Slot [8] registered [ 0.255108] acpiphp: Slot [9] registered [ 0.255898] acpiphp: Slot [10] registered [ 0.256698] acpiphp: Slot [11] registered [ 0.257506] acpiphp: Slot [12] registered [ 0.258314] acpiphp: Slot [13] registered [ 0.259119] acpiphp: Slot [14] registered [ 0.259929] acpiphp: Slot [15] registered [ 0.271098] acpiphp: Slot [16] registered [ 0.271918] acpiphp: Slot [17] registered [ 0.272722] acpiphp: Slot [18] registered [ 0.273519] acpiphp: Slot [19] registered [ 0.274320] acpiphp: Slot [20] registered [ 0.275127] acpiphp: Slot [21] registered [ 0.275931] acpiphp: Slot [22] registered [ 0.276733] acpiphp: Slot [23] registered [ 0.277535] acpiphp: Slot [24] registered [ 0.278344] acpiphp: Slot [25] registered [ 0.279149] acpiphp: Slot [26] registered [ 0.279952] acpiphp: Slot [27] registered [ 0.280754] acpiphp: Slot [28] registered [ 0.281552] acpiphp: Slot [29] registered [ 0.282355] acpiphp: Slot [30] registered [ 0.283168] acpiphp: Slot [31] registered [ 0.283968] PCI host bridge to bus 0000:00 [ 0.284768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.285965] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288599] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290038] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296173] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297438] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298603] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.299859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306333] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307748] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352311] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355544] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358372] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359762] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361000] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362162] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363211] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364731] vgaarb: loaded [ 0.365325] vgaarb: bridge control possible 0000:00:02.0 [ 0.366446] SCSI subsystem initialized [ 0.367262] ACPI: bus type USB registered [ 0.368070] usbcore: registered new interface driver usbfs [ 0.369091] usbcore: registered new interface driver hub [ 0.370082] usbcore: registered new device driver usb [ 0.371121] PCI: Using ACPI for IRQ routing [ 0.372133] NetLabel: Initializing [ 0.372873] NetLabel: domain hash size = 128 [ 0.373718] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374653] NetLabel: unlabeled traffic allowed by default [ 0.375733] clocksource: Switched to clocksource kvm-clock [ 0.380999] AppArmor: AppArmor Filesystem Enabled [ 0.381953] pnp: PnP ACPI init [ 0.382894] pnp: PnP ACPI: found 5 devices [ 0.388909] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390578] NET: Registered protocol family 2 [ 0.391526] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392818] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393965] TCP: Hash tables configured (established 2048 bind 2048) [ 0.395110] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397316] NET: Registered protocol family 1 [ 0.398167] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.399237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.400291] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414683] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428804] Trying to unpack rootfs image as initramfs... [ 0.478619] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492796] Scanning for low memory corruption every 60 seconds [ 0.494119] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495249] audit: initializing netlink subsys (disabled) [ 0.496264] audit: type=2000 audit(1546510447.301:1): initialized [ 0.497550] Initialise system trusted keyring [ 0.498463] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499616] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501581] zbud: loaded [ 0.502276] VFS: Disk quotas dquot_6.6.0 [ 0.503083] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504613] fuse init (API version 7.23) [ 0.505486] Key type big_key registered [ 0.506280] Allocating IMA MOK and blacklist keyrings. [ 0.507376] Key type asymmetric registered [ 0.508200] Asymmetric key parser 'x509' registered [ 0.509147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510587] io scheduler noop registered [ 0.511372] io scheduler deadline registered (default) [ 0.512353] io scheduler cfq registered [ 0.513184] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514242] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516927] ACPI: Power Button [PWRF] [ 0.517761] GHES: HEST is not enabled! [ 0.531985] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562202] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564864] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588822] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590986] Linux agpgart interface v0.103 [ 0.593440] brd: module loaded [ 0.594624] loop: module loaded [ 0.598364] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599805] GPT:90111 != 20971519 [ 0.600487] GPT:Alternate GPT header not at the end of the disk. [ 0.601561] GPT:90111 != 20971519 [ 0.602240] GPT: Use GNU Parted to correct GPT errors. [ 0.603189] vda: vda1 vda15 [ 0.604658] scsi host0: ata_piix [ 0.605396] scsi host1: ata_piix [ 0.606096] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607289] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.609091] libphy: Fixed MDIO Bus: probed [ 0.609903] tun: Universal TUN/TAP device driver, 1.6 [ 0.610838] tun: (C) 1999-2004 Max Krasnyansky [ 0.613161] PPP generic driver version 2.4.2 [ 0.614341] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615727] ehci-pci: EHCI PCI platform driver [ 0.616693] ehci-platform: EHCI generic platform driver [ 0.617794] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619118] ohci-pci: OHCI PCI platform driver [ 0.620162] ohci-platform: OHCI generic platform driver [ 0.621222] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635856] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636973] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638541] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639687] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640990] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.642451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644060] usb usb1: Product: UHCI Host Controller [ 0.645077] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.646583] usb usb1: SerialNumber: 0000:00:01.2 [ 0.647628] hub 1-0:1.0: USB hub found [ 0.648570] hub 1-0:1.0: 2 ports detected [ 0.649646] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.651894] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.652893] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653984] mousedev: PS/2 mouse device common for all mice [ 0.655457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658698] rtc_cmos 00:00: RTC can wake from S4 [ 0.660552] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662828] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665089] i2c /dev entries driver [ 0.666381] device-mapper: uevent: version 1.0.3 [ 0.667821] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.671015] ledtrig-cpu: registered to indicate activity on CPUs [ 0.673473] NET: Registered protocol family 10 [ 0.675385] NET: Registered protocol family 17 [ 0.676760] Key type dns_resolver registered [ 0.677759] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678945] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680850] registered taskstats version 1 [ 0.681757] Loading compiled-in X.509 certificates [ 0.683277] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685282] zswap: loaded using pool lzo/zbud [ 0.687232] Key type trusted registered [ 0.689103] Key type encrypted registered [ 0.689952] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691091] ima: No TPM chip found, activating TPM-bypass! [ 0.692290] evm: HMAC attrs: 0x1 [ 0.693294] Magic number: 3:420:223 [ 0.694217] rtc_cmos 00:00: setting system clock to 2019-01-03 10:14:06 UTC (1546510446) [ 0.695987] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.697192] EDD information not available. [ 0.768741] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770776] Write protecting the kernel read-only data: 14336k [ 0.783024] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785336] 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.831009] 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.02 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.5... Lease of 10.55.0.5 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.16. iid=i-0000001d 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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQMwpF0mpj//ik+OyrCObLIXEHqXK/JQGsDs6h2yLWcHf3dQzoP5cgaubN/f0tTd1Aju4QGTkp5KyQqqj+rKOargIXQUjrjOpv14J+HbfQ+RUHsRw+8N5xFKpLddO/0MRCFuH7U2/Li0BxmNf7JFCDnfFcCK5iOsRqLhQ7+tv6R+XBWIosJLQd7JpDSUo/517pZ2ZZJmL9IrUy4mA5LZqsQmIBtZ74SLGTOuA7/tJzO7F2XvdXRz1J3adCdZcS7qPdXeTk7tOisgrUxcwy2VaN9t/5SdeQ+hXpmT3TlZ7Lg+dN72cFi/4ida6sSKHiVPMe3nScNiv/0Vh5ySG0aLZj root@simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst ssh-dss AAAAB3NzaC1kc3MAAACBAIbKcfM3yg2f4TrzzOeD8KVhq5hmDJRFhWXwxTkKFyZ6rLjJ0VPcKVhTVpI6CCOVvtsCwug77NxD6mT3iAJyPBIV3N4as8YcZgvJydyxWknL0S1QSuSsEl6u51dIH4t5m9oi2k2vc2DHSYgK6e5S8VEToV4/aDaC+oBWEybkchx5AAAAFQCrnInfeULekoSE4/eaU/y5IlLgiwAAAIB/uWvqOA6VxlxDuxP5fZIhJ1zwCSpKc3uT9G4dZsk0SnEcZlbqkPVfCSj/Jmfct7pwEi4Jo8z+RObNqoWSN2DDwtFnDrR/lxNqEksTxqoeQaROfR1yPtDwc9vgu9aA2BEe4gZI4oyv/mGVUyC1tisZWEUpv9/mIKDhniJEXu7lHgAAAIByDanLjVO0tWQIukjo3uyLMn3cuRFTiZTBJrMYO45qO1jEIVMRIi4AXTC5EIzgY73DlOuTVgZ5CDqt1l4Amsi2MhT0zoORfB/YKDsGzsMAnY4KRCYgvGarlNh+/4AUfowOQzMWpLtphMCL/TaDH/0jkCnPgJcBjJekB22Ml3+YDw== root@simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.5,24,fe80::f816:3eff:fe2d:cba5/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.5 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-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === 2019-01-03 10:14:11,686 - create_instance - INFO - Deleting Port with ID - a10bdfc3-56b3-4eea-8e85-fee6f981388a 2019-01-03 10:14:11,686 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220port-1 2019-01-03 10:14:11,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a10bdfc3-56b3-4eea-8e85-fee6f981388a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:12,330 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c79ba6e7-3e24-4219-9184-88109da7af65 Date: Thu, 03 Jan 2019 10:14:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:14:12,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a10bdfc3-56b3-4eea-8e85-fee6f981388a used request id req-c79ba6e7-3e24-4219-9184-88109da7af65 2019-01-03 10:14:12,330 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst 2019-01-03 10:14:12,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:12,899 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14: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-51ed7894-6ec8-4368-a1f0-f8b4a8a25276 x-compute-request-id: req-51ed7894-6ec8-4368-a1f0-f8b4a8a25276 Content-Type: application/json 2019-01-03 10:14:12,899 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-51ed7894-6ec8-4368-a1f0-f8b4a8a25276 2019-01-03 10:14:12,899 - create_instance - INFO - Checking deletion status 2019-01-03 10:14:12,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:13,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14: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-f4cc6f81-a2e2-437b-b1af-368dd1f7bfe8 x-compute-request-id: req-f4cc6f81-a2e2-437b-b1af-368dd1f7bfe8 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:14:06.000000", "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:14:12Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:13,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-f4cc6f81-a2e2-437b-b1af-368dd1f7bfe8 2019-01-03 10:14:13,083 - create_instance - DEBUG - Instance status [SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst] is - ACTIVE 2019-01-03 10:14:13,083 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:14:16,086 - create_instance - DEBUG - VM status query timeout in 296.813080788 2019-01-03 10:14:16,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:16,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14: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-68d6972e-9fab-4795-8c99-1986dc2674c3 x-compute-request-id: req-68d6972e-9fab-4795-8c99-1986dc2674c3 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425", "rel": "bookmark"}], "image": {"id": "23ccde99-3ba4-4a2e-8604-11e092a5d525", "links": [{"href": "http://172.30.9.28:8774/images/23ccde99-3ba4-4a2e-8604-11e092a5d525", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:14:06.000000", "flavor": {"id": "5003de4b-eb10-4c13-b065-38c73d9a6388", "links": [{"href": "http://172.30.9.28:8774/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388", "rel": "bookmark"}]}, "id": "72fe0aa9-389a-4e6a-ace6-a6299282a425", "user_id": "954de413b4e9438d8998fc8d87b3c40c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:14:12Z", "hostId": "816e94558f247356f7a92dcf85a0e69e436830c0c53c64f44bdf3350", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst", "created": "2019-01-03T10:14:00Z", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 10:14:16,503 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-68d6972e-9fab-4795-8c99-1986dc2674c3 2019-01-03 10:14:16,503 - create_instance - DEBUG - Instance status [SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst] is - ACTIVE 2019-01-03 10:14:16,503 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 10:14:19,507 - create_instance - DEBUG - VM status query timeout in 293.392747879 2019-01-03 10:14:19,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31fa0a1c35c2e64e7b26b574d92dd3b8c392b699" 2019-01-03 10:14:19,559 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-b02018f6-a4e4-4a36-b924-cad558265d20 x-compute-request-id: req-b02018f6-a4e4-4a36-b924-cad558265d20 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 72fe0aa9-389a-4e6a-ace6-a6299282a425 could not be found.", "code": 404}} 2019-01-03 10:14:19,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/72fe0aa9-389a-4e6a-ace6-a6299282a425 used request id req-b02018f6-a4e4-4a36-b924-cad558265d20 2019-01-03 10:14:19,559 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 72fe0aa9-389a-4e6a-ace6-a6299282a425 could not be found. (HTTP 404) (Request-ID: req-b02018f6-a4e4-4a36-b924-cad558265d20) 2019-01-03 10:14:19,559 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-inst 2019-01-03 10:14:19,560 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet 2019-01-03 10:14:19,561 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-subnet 2019-01-03 10:14:19,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2d866081-053d-4f7f-91f3-8621b00f0051 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:14:22,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b92e565b-e2ea-4ae1-9aca-1ce6d6b5885b Date: Thu, 03 Jan 2019 10:14:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:14:22,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2d866081-053d-4f7f-91f3-8621b00f0051 used request id req-b92e565b-e2ea-4ae1-9aca-1ce6d6b5885b 2019-01-03 10:14:22,029 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-priv-net 2019-01-03 10:14:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/368b5a2a-60d8-4262-a3d8-606d91e57eab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b49a939d6126a5de3405aec7f471254ebfbd03" 2019-01-03 10:14:23,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f10f4d8-6561-4f8a-acc3-2212051834f3 Date: Thu, 03 Jan 2019 10:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:14:23,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/368b5a2a-60d8-4262-a3d8-606d91e57eab used request id req-0f10f4d8-6561-4f8a-acc3-2212051834f3 2019-01-03 10:14:23,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8009ed64833d7dc1c35dbfd46813f7a84c85d15a" 2019-01-03 10:14:23,368 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-5f772f55-9298-4d21-aa1b-35f3f8671eba x-compute-request-id: req-5f772f55-9298-4d21-aa1b-35f3f8671eba Content-Length: 0 Content-Type: application/json 2019-01-03 10:14:23,368 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5003de4b-eb10-4c13-b065-38c73d9a6388 used request id req-5f772f55-9298-4d21-aa1b-35f3f8671eba 2019-01-03 10:14:23,369 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-ab0a21c2-45d4-4f6b-8f6b-482b66263220-image 2019-01-03 10:14:23,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0529919dccb1d34118032cb96dab9cb14da5d67" 2019-01-03 10:14:25,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73133599-eb1d-4fb7-8d47-0466a707154a Date: Thu, 03 Jan 2019 10:14:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:14:25,144 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/23ccde99-3ba4-4a2e-8604-11e092a5d525 used request id req-73133599-eb1d-4fb7-8d47-0466a707154a 2019-01-03 10:14:25,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:25,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-65cc27b2-7628-46c7-9888-eff90e1b3ba2 Date: Thu, 03 Jan 2019 10:14:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "created_at": "2019-01-03T10:13:50Z", "updated_at": "2019-01-03T10:13:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "revision_number": 0, "id": "1b660a3f-422a-4408-889a-3fe0e269e3dd", "remote_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "remote_ip_prefix": null, "created_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "revision_number": 0, "id": "1c249459-c18b-4b34-809d-ae41292a6274", "remote_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "remote_ip_prefix": null, "created_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "revision_number": 0, "id": "206782c0-ed2c-4f4b-bfd4-43140913344d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "revision_number": 0, "id": "2a58cf38-510c-4911-806d-d5081eb4f419", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f"}], "revision_number": 4, "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "created_at": "2019-01-03T10:14:25Z", "updated_at": "2019-01-03T10:14:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "3572f2ce-d971-4707-be66-023d81dc11d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "41aed628-63e6-4566-91f3-9eb69be597f0", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "c96cf117-b968-4d28-9044-4c31e5a5cb37", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "ff63221f-5b2a-4ecb-a198-d5a1becefc77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}], "revision_number": 4, "project_id": "6ca7d14f678e412db2d040405c02f91e", "id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:14:25,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-65cc27b2-7628-46c7-9888-eff90e1b3ba2 2019-01-03 10:14:25,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:25,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55fb4b52-adf1-4baf-a850-d8bdef1c55b2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f"}, "enabled": true, "id": "ac21439e66ac499dbbaf0b3bf134cd5f", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-664d2bef-94dd-443-proj"}} 2019-01-03 10:14:25,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-55fb4b52-adf1-4baf-a850-d8bdef1c55b2 2019-01-03 10:14:25,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 32e0a655-dc3f-41c3-b71b-aaff55b8c397 2019-01-03 10:14:25,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=32e0a655-dc3f-41c3-b71b-aaff55b8c397 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:25,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0ce89559-8c49-44d1-b56e-450ab54a96e2 Date: Thu, 03 Jan 2019 10:14:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "port_range_min": null, "revision_number": 0, "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "created_at": "2019-01-03T10:13:50Z", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "id": "1b660a3f-422a-4408-889a-3fe0e269e3dd"}, {"remote_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "port_range_min": null, "revision_number": 0, "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "created_at": "2019-01-03T10:13:50Z", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "id": "1c249459-c18b-4b34-809d-ae41292a6274"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "port_range_min": null, "revision_number": 0, "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "created_at": "2019-01-03T10:13:50Z", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "id": "206782c0-ed2c-4f4b-bfd4-43140913344d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:13:50Z", "security_group_id": "32e0a655-dc3f-41c3-b71b-aaff55b8c397", "port_range_min": null, "revision_number": 0, "tenant_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "created_at": "2019-01-03T10:13:50Z", "project_id": "ac21439e66ac499dbbaf0b3bf134cd5f", "id": "2a58cf38-510c-4911-806d-d5081eb4f419"}]} 2019-01-03 10:14:25,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=32e0a655-dc3f-41c3-b71b-aaff55b8c397 used request id req-0ce89559-8c49-44d1-b56e-450ab54a96e2 2019-01-03 10:14:25,771 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 10:14:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/32e0a655-dc3f-41c3-b71b-aaff55b8c397 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:26,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61835ff6-e980-4991-829f-1f6672702b71 Content-Length: 0 Date: Thu, 03 Jan 2019 10:14:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:14:26,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/32e0a655-dc3f-41c3-b71b-aaff55b8c397 used request id req-61835ff6-e980-4991-829f-1f6672702b71 2019-01-03 10:14:26,098 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-664d2bef-94dd-443-proj 2019-01-03 10:14:26,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:26,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77debd0d-c8b8-47a8-ad3e-11459ca359c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:26,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ac21439e66ac499dbbaf0b3bf134cd5f used request id req-77debd0d-c8b8-47a8-ad3e-11459ca359c4 2019-01-03 10:14:26,373 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-664d2bef-94dd-443-proj-role 2019-01-03 10:14:26,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:26,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba3e46a1-b240-486a-ad8a-a8c2e2d258d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:26,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d13cfbdba33f41588b23f277f1668c8f used request id req-ba3e46a1-b240-486a-ad8a-a8c2e2d258d1 2019-01-03 10:14:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1afea66da8db191a4c6342c393f3b212a7b1354b" 2019-01-03 10:14:26,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9e50e3-c295-4b6e-8166-27bd0632b897 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "670fee46e2314738830fb7f10e7bfcc2", "links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:26,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0b9e50e3-c295-4b6e-8166-27bd0632b897 2019-01-03 10:14:26,629 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-664d2bef-94dd-443-user 2019-01-03 10:14:26,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/954de413b4e9438d8998fc8d87b3c40c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec757ae4356e4b559e8c7fc32c0eaf4cf82afd7" 2019-01-03 10:14:26,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54134e7-af2d-476e-9285-28801ec6c09e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:26,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/954de413b4e9438d8998fc8d87b3c40c used request id req-b54134e7-af2d-476e-9285-28801ec6c09e 2019-01-03 10:14:26,823 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 43.405s OK 2019-01-03 10:14:26,936 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:14:26,936 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:43 | PASS | +----------------------------+------------------+------------------+----------------+ 2019-01-03 10:14:26,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:14:26,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb550c5d-aed7-4bb0-a606-f74405950508 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "670fee46e2314738830fb7f10e7bfcc2", "links": {"self": "http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:27,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eb550c5d-aed7-4bb0-a606-f74405950508 2019-01-03 10:14:27,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.088506937027s 2019-01-03 10:14:27,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:14:27,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989e824c-55ae-4cb5-bc5b-d5fe5319ceee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:27,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/670fee46e2314738830fb7f10e7bfcc2 used request id req-989e824c-55ae-4cb5-bc5b-d5fe5319ceee 2019-01-03 10:14:27,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.135734796524s 2019-01-03 10:14:27,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:14:27,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f007779-bc8b-4a79-8545-8c934097351a Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d", "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "domain_id": "default", "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:14:27,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2f007779-bc8b-4a79-8545-8c934097351a 2019-01-03 10:14:27,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0975661277771s 2019-01-03 10:14:27,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2f007779-bc8b-4a79-8545-8c934097351a 2019-01-03 10:14:27,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:14:27,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f5cf897-71d4-477a-a42b-da6d1e1ad590 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973"}, "enabled": true, "id": "aaae9eb4289e447c9c50a09312baf973", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_f240931b-66ea-4f52-8a4e-fbb9919d841d"}} 2019-01-03 10:14:27,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 used request id req-0f5cf897-71d4-477a-a42b-da6d1e1ad590 2019-01-03 10:14:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950839519501s 2019-01-03 10:14:27,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 used request id req-0f5cf897-71d4-477a-a42b-da6d1e1ad590 2019-01-03 10:14:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:14:27,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a76fb971-4c49-4a1e-92c2-45bff1ea7ecb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:27,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 used request id req-a76fb971-4c49-4a1e-92c2-45bff1ea7ecb 2019-01-03 10:14:27,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.191155910492s 2019-01-03 10:14:27,562 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aaae9eb4289e447c9c50a09312baf973 used request id req-a76fb971-4c49-4a1e-92c2-45bff1ea7ecb 2019-01-03 10:14:27,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:14:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81487e1-88c1-4a15-b53c-72274acc18e2 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e"}, "enabled": true, "id": "6ca7d14f678e412db2d040405c02f91e", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_f240931b-66ea-4f52-8a4e-fbb9919d841d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:14:27,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b81487e1-88c1-4a15-b53c-72274acc18e2 2019-01-03 10:14:27,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844120979309s 2019-01-03 10:14:27,648 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b81487e1-88c1-4a15-b53c-72274acc18e2 2019-01-03 10:14:27,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:14:27,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06b57517-9022-405a-87c2-6c3dd6858e9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:27,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e used request id req-06b57517-9022-405a-87c2-6c3dd6858e9a 2019-01-03 10:14:27,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.181181907654s 2019-01-03 10:14:27,832 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6ca7d14f678e412db2d040405c02f91e used request id req-06b57517-9022-405a-87c2-6c3dd6858e9a 2019-01-03 10:14:27,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:14:27,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:27,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c3a3434-8691-4351-8bbb-f53f5f9163c0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1898aa1bb2d64be0b4d30ab2f4f160af", "links": {"self": "http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:27,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6c3a3434-8691-4351-8bbb-f53f5f9163c0 2019-01-03 10:14:27,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794291496277s 2019-01-03 10:14:27,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:14:27,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:28,012 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05ddcd0a-8b2f-421a-b662-30b2b58e8f18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:28,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1898aa1bb2d64be0b4d30ab2f4f160af used request id req-05ddcd0a-8b2f-421a-b662-30b2b58e8f18 2019-01-03 10:14:28,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0996358394623s 2019-01-03 10:14:28,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:14:28,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=6ca7d14f678e412db2d040405c02f91e&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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:28,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-f4a164a9-dc21-46bc-9afa-e1a6c16b7949 Date: Thu, 03 Jan 2019 10:14:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "created_at": "2019-01-03T10:14:25Z", "updated_at": "2019-01-03T10:14:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "3572f2ce-d971-4707-be66-023d81dc11d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "41aed628-63e6-4566-91f3-9eb69be597f0", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "c96cf117-b968-4d28-9044-4c31e5a5cb37", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "ff63221f-5b2a-4ecb-a198-d5a1becefc77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}], "revision_number": 4, "project_id": "6ca7d14f678e412db2d040405c02f91e", "id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "name": "default"}]} 2019-01-03 10:14:28,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=6ca7d14f678e412db2d040405c02f91e&name=default used request id req-f4a164a9-dc21-46bc-9afa-e1a6c16b7949 2019-01-03 10:14:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184455871582s 2019-01-03 10:14:28,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=6ca7d14f678e412db2d040405c02f91e&name=default used request id req-f4a164a9-dc21-46bc-9afa-e1a6c16b7949 2019-01-03 10:14:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:14:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:28,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2d2ff9ec-cb44-4c6b-8748-f7683deede3a Date: Thu, 03 Jan 2019 10:14:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "created_at": "2019-01-03T10:14:25Z", "updated_at": "2019-01-03T10:14:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "41aed628-63e6-4566-91f3-9eb69be597f0", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "3572f2ce-d971-4707-be66-023d81dc11d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "c96cf117-b968-4d28-9044-4c31e5a5cb37", "remote_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:25Z", "revision_number": 0, "id": "ff63221f-5b2a-4ecb-a198-d5a1becefc77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:25Z", "security_group_id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "tenant_id": "6ca7d14f678e412db2d040405c02f91e", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ca7d14f678e412db2d040405c02f91e"}], "revision_number": 4, "project_id": "6ca7d14f678e412db2d040405c02f91e", "id": "a0a352e3-47fe-47e0-92d6-716bc4bdd1cc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:14:28,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d2ff9ec-cb44-4c6b-8748-f7683deede3a 2019-01-03 10:14:28,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193422794342s 2019-01-03 10:14:28,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2d2ff9ec-cb44-4c6b-8748-f7683deede3a 2019-01-03 10:14:28,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:14:28,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a0a352e3-47fe-47e0-92d6-716bc4bdd1cc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c93f40b3290acc1b9e8162228d52e4ea2e6c91c" 2019-01-03 10:14:28,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-266e08dc-f5a1-48cc-81af-ab60fceb892a Content-Length: 0 Date: Thu, 03 Jan 2019 10:14:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:14:28,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a0a352e3-47fe-47e0-92d6-716bc4bdd1cc.json used request id req-266e08dc-f5a1-48cc-81af-ab60fceb892a 2019-01-03 10:14:28,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.331422805786s 2019-01-03 10:14:28,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a0a352e3-47fe-47e0-92d6-716bc4bdd1cc.json used request id req-266e08dc-f5a1-48cc-81af-ab60fceb892a 2019-01-03 10:14:28,740 - 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:06 | PASS | | snaps_health_check | functest | healthcheck | 00:43 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2019-01-03 10:14:28,743 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 10:14:35,048 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 10:14:35,053 - 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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 10:14:35,053 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 10:14:35,054 - 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 | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2019-01-03 10:14:35,092 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2019-01-03 10:14:37,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:14:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:14:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:14:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:14:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:14:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:14:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:14:37,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:14:37,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:14:37,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:14:37,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89caebbc-1322-4482-82b4-b5c95ce289a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:14:37,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89caebbc-1322-4482-82b4-b5c95ce289a1 2019-01-03 10:14:37,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:14:38,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:14:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["xkGMMiVeSraWakQFH-G8jQ"], "issued_at": "2019-01-03T10:14:38.000000Z"}} 2019-01-03 10:14:38,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:14:38,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:38,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-290afd46-bca2-4a33-ba92-c4a837e216e8 Date: Thu, 03 Jan 2019 10:14:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:14:38,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-290afd46-bca2-4a33-ba92-c4a837e216e8 2019-01-03 10:14:38,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25523519516s 2019-01-03 10:14:38,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-290afd46-bca2-4a33-ba92-c4a837e216e8 2019-01-03 10:14:38,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:14:38,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:38,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:14:38,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:39,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda0584f-303a-4529-bc58-bfb6b751a1a3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:14:39,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-eda0584f-303a-4529-bc58-bfb6b751a1a3 2019-01-03 10:14:39,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.426131010056s 2019-01-03 10:14:39,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:14:39,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}}' 2019-01-03 10:14:39,176 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9532b42c-245a-42cf-bf9f-e1115f050271 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.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f"}, "enabled": true, "id": "eae90bbe2b63459f8b5846902a29eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:14:39,176 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9532b42c-245a-42cf-bf9f-e1115f050271 2019-01-03 10:14:39,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.114262104034s 2019-01-03 10:14:39,176 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9532b42c-245a-42cf-bf9f-e1115f050271 2019-01-03 10:14:39,177 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'id': u'eae90bbe2b63459f8b5846902a29eb6f', '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'})}) 2019-01-03 10:14:39,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:14:39,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.404892921448s 2019-01-03 10:14:39,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:39,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b529cd1-5264-4444-9e1c-52454bb0249b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3"}, "enabled": true, "id": "90196cf2db34459e9cb0362766aebae3", "options": {}, "domain_id": "default", "name": "vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:14:39,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 used request id req-9b529cd1-5264-4444-9e1c-52454bb0249b 2019-01-03 10:14:39,688 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'90196cf2db34459e9cb0362766aebae3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24'}) 2019-01-03 10:14:39,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:14:39,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:39,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae2ae31-4257-48d5-bba4-98d0d171aff1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:39,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7ae2ae31-4257-48d5-bba4-98d0d171aff1 2019-01-03 10:14:39,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746550559998s 2019-01-03 10:14:39,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:14:39,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:39,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45c26ebf-8883-43a9-a4fd-6c381861dcca Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:39,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-45c26ebf-8883-43a9-a4fd-6c381861dcca 2019-01-03 10:14:39,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0838840007782s 2019-01-03 10:14:39,850 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:14:39,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:14:39,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" -d '{"role": {"name": "Member"}}' 2019-01-03 10:14:39,953 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb0b203c-9def-4bef-8391-f4df5c4e9c0f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "192ae1ef7e1e4e04b70c392710202825", "links": {"self": "http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825"}, "name": "Member"}} 2019-01-03 10:14:39,954 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-eb0b203c-9def-4bef-8391-f4df5c4e9c0f 2019-01-03 10:14:39,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103320121765s 2019-01-03 10:14:39,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be30b34-9079-4dda-86c2-caa6acd7f9a1 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825"}, "domain_id": null, "name": "Member", "id": "192ae1ef7e1e4e04b70c392710202825"}} 2019-01-03 10:14:40,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825 used request id req-7be30b34-9079-4dda-86c2-caa6acd7f9a1 2019-01-03 10:14:40,028 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825'}, 'domain_id': None, 'human_id': None, 'id': u'192ae1ef7e1e4e04b70c392710202825', 'HUMAN_ID': False}) 2019-01-03 10:14:40,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:14:40,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e0d314-a68a-45ce-971f-d4e53ea82759 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "192ae1ef7e1e4e04b70c392710202825", "links": {"self": "http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:14:40,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0e0d314-a68a-45ce-971f-d4e53ea82759 2019-01-03 10:14:40,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807609558105s 2019-01-03 10:14:40,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:14:40,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db93338e-575b-49c4-938a-8ff3151bbe76 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:14:40,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-db93338e-575b-49c4-938a-8ff3151bbe76 2019-01-03 10:14:40,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0800659656525s 2019-01-03 10:14:40,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:14:40,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-963c4df1-802c-47a5-b846-abe3b30e7c71 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "links": {"self": "http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3"}, "domain_id": "default", "enabled": true, "id": "90196cf2db34459e9cb0362766aebae3", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:14:40,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-963c4df1-802c-47a5-b846-abe3b30e7c71 2019-01-03 10:14:40,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0919780731201s 2019-01-03 10:14:40,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-963c4df1-802c-47a5-b846-abe3b30e7c71 2019-01-03 10:14:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:14:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de608cdb-7fd5-4103-b0a3-3f7e34e1a134 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f"}, "enabled": true, "id": "eae90bbe2b63459f8b5846902a29eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:14:40,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-de608cdb-7fd5-4103-b0a3-3f7e34e1a134 2019-01-03 10:14:40,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812602043152s 2019-01-03 10:14:40,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-de608cdb-7fd5-4103-b0a3-3f7e34e1a134 2019-01-03 10:14:40,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:14:40,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=90196cf2db34459e9cb0362766aebae3&scope.project.id=eae90bbe2b63459f8b5846902a29eb6f&role.id=192ae1ef7e1e4e04b70c392710202825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7918582-c296-4a5d-a4f7-9d4939a083b5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=90196cf2db34459e9cb0362766aebae3&scope.project.id=eae90bbe2b63459f8b5846902a29eb6f&role.id=192ae1ef7e1e4e04b70c392710202825", "previous": null, "next": null}} 2019-01-03 10:14:40,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=90196cf2db34459e9cb0362766aebae3&scope.project.id=eae90bbe2b63459f8b5846902a29eb6f&role.id=192ae1ef7e1e4e04b70c392710202825 used request id req-c7918582-c296-4a5d-a4f7-9d4939a083b5 2019-01-03 10:14:40,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0842559337616s 2019-01-03 10:14:40,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:14:40,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f/users/90196cf2db34459e9cb0362766aebae3/roles/192ae1ef7e1e4e04b70c392710202825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61ecd368-d53c-4203-9a6d-48ede3cdbf16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:14:40,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f/users/90196cf2db34459e9cb0362766aebae3/roles/192ae1ef7e1e4e04b70c392710202825 used request id req-61ecd368-d53c-4203-9a6d-48ede3cdbf16 2019-01-03 10:14:40,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.10678601265s 2019-01-03 10:14:40,568 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 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': 'a8b85f70-b1d8-440b-91ea-1448e9050696', 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_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'project_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:14:40,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:14:40,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:14:40,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:14:40,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:14:40,574 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'password': 'a8b85f70-b1d8-440b-91ea-1448e9050696', 'project_name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'eae90bbe2b63459f8b5846902a29eb6f', 'project_domain_name': 'Default'} 2019-01-03 10:14:40,574 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2019-01-03 10:14:40,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:14:40,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58a0cb60-1a5c-4590-8c67-ba32685aa9c6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:14:40,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-58a0cb60-1a5c-4590-8c67-ba32685aa9c6 2019-01-03 10:14:40,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0836350917816s 2019-01-03 10:14:40,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:14:40,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:14:40,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3e61ab-a607-4f7d-86d6-bf7340f2e74d Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f"}, "enabled": true, "id": "eae90bbe2b63459f8b5846902a29eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:14:40,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-9d3e61ab-a607-4f7d-86d6-bf7340f2e74d 2019-01-03 10:14:40,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0832259654999s 2019-01-03 10:14:40,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-9d3e61ab-a607-4f7d-86d6-bf7340f2e74d 2019-01-03 10:14:40,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 10:14:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" -d '{"network": {"tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "name": "vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "admin_state_up": true}}' 2019-01-03 10:14:41,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-880c757b-3a6f-4417-a53d-1d3aeae2ba9a Date: Thu, 03 Jan 2019 10: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":"9943d286-46d5-4b6b-9b82-356520823ecd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:14:41Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24","admin_state_up":true,"tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","mtu":1450}} 2019-01-03 10:14:41,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-880c757b-3a6f-4417-a53d-1d3aeae2ba9a 2019-01-03 10:14:41,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.481098890305s 2019-01-03 10:14:41,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-880c757b-3a6f-4417-a53d-1d3aeae2ba9a 2019-01-03 10:14:41,229 - 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'2019-01-03T10:14:41Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9943d286-46d5-4b6b-9b82-356520823ecd', u'provider:segmentation_id': 62, 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_31fc5e1c-2c52-41fe-ad98-283e6a541b24', u'created_at': u'2019-01-03T10:14:41Z', u'mtu': 1450, u'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'eae90bbe2b63459f8b5846902a29eb6f'}) 2019-01-03 10:14:41,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:14:41,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20ad431-f600-4c49-b2fb-c4d3407974d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:14:41,237 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a20ad431-f600-4c49-b2fb-c4d3407974d2 2019-01-03 10:14:41,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:14:41,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "192ae1ef7e1e4e04b70c392710202825", "name": "Member"}], "expires_at": "2019-01-03T11:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eae90bbe2b63459f8b5846902a29eb6f", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/eae90bbe2b63459f8b5846902a29eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/eae90bbe2b63459f8b5846902a29eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/eae90bbe2b63459f8b5846902a29eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/eae90bbe2b63459f8b5846902a29eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/eae90bbe2b63459f8b5846902a29eb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/eae90bbe2b63459f8b5846902a29eb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/eae90bbe2b63459f8b5846902a29eb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "id": "90196cf2db34459e9cb0362766aebae3"}, "audit_ids": ["CdMz81ByRFycBhEqJoZDOg"], "issued_at": "2019-01-03T10:14:41.000000Z"}} 2019-01-03 10:14:41,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:14:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:41,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-3e79994f-5913-4736-9447-25f66b2791a2 Date: Thu, 03 Jan 2019 10:14: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":"2019-01-03T10:14:41Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:14:41,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e79994f-5913-4736-9447-25f66b2791a2 2019-01-03 10:14:41,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276840925217s 2019-01-03 10:14:41,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3e79994f-5913-4736-9447-25f66b2791a2 2019-01-03 10:14:41,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 10:14:41,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"subnet": {"name": "vping_ssh-subnet_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "enable_dhcp": true, "network_id": "9943d286-46d5-4b6b-9b82-356520823ecd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 10:14:42,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-aeab7b8f-1913-49b2-868d-7608f8f0d27d Date: Thu, 03 Jan 2019 10:14:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:14:42Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","subnetpool_id":null,"name":"vping_ssh-subnet_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:14:42,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-aeab7b8f-1913-49b2-868d-7608f8f0d27d 2019-01-03 10:14:42,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.702923059464s 2019-01-03 10:14:42,600 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-aeab7b8f-1913-49b2-868d-7608f8f0d27d 2019-01-03 10:14:42,600 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:14:42Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8847d881-12d3-4a8b-bbb8-7642e0c87d90', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_31fc5e1c-2c52-41fe-ad98-283e6a541b24', u'enable_dhcp': True, u'network_id': u'9943d286-46d5-4b6b-9b82-356520823ecd', u'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', u'created_at': u'2019-01-03T10:14:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'eae90bbe2b63459f8b5846902a29eb6f'}) 2019-01-03 10:14:42,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 10:14:42,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "vping_ssh-router_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "admin_state_up": true}}' 2019-01-03 10:14:47,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-182bcd02-2793-4746-85c0-3d4fa14a1fa5 Date: Thu, 03 Jan 2019 10:14:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:43Z", "admin_state_up": true, "updated_at": "2019-01-03T10:14:44Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "name": "vping_ssh-router_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:14:47,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-182bcd02-2793-4746-85c0-3d4fa14a1fa5 2019-01-03 10:14:47,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.70862197876s 2019-01-03 10:14:47,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-182bcd02-2793-4746-85c0-3d4fa14a1fa5 2019-01-03 10:14:47,310 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:14:44Z', u'revision_number': 3, u'id': u'ffe1e1c5-652d-4162-a494-e67558c5bf7c', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_31fc5e1c-2c52-41fe-ad98-283e6a541b24', u'admin_state_up': True, u'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', u'created_at': u'2019-01-03T10:14:43Z', u'flavor_id': None, u'routes': [], u'project_id': u'eae90bbe2b63459f8b5846902a29eb6f'}) 2019-01-03 10:14:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 10:14:47,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"subnet_id": "8847d881-12d3-4a8b-bbb8-7642e0c87d90"}' 2019-01-03 10:14:49,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ea153455-8ff7-46af-a5c0-b823d3760c3d Date: Thu, 03 Jan 2019 10:14:49 GMT RESP BODY: {"network_id": "9943d286-46d5-4b6b-9b82-356520823ecd", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "subnet_id": "8847d881-12d3-4a8b-bbb8-7642e0c87d90", "subnet_ids": ["8847d881-12d3-4a8b-bbb8-7642e0c87d90"], "port_id": "bfc3e9b7-fd0c-4d3d-8a59-7ca8b867f265", "id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c"} 2019-01-03 10:14:49,310 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/add_router_interface.json used request id req-ea153455-8ff7-46af-a5c0-b823d3760c3d 2019-01-03 10:14:49,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99867105484s 2019-01-03 10:14:49,311 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/add_router_interface.json used request id req-ea153455-8ff7-46af-a5c0-b823d3760c3d returning object ffe1e1c5-652d-4162-a494-e67558c5bf7c 2019-01-03 10:14:49,311 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:14:49,403 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 10:14:49,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:49,410 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 10:14:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 10:14:49,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:14:49,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:49,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b4227cb7-40c8-45a6-8414-667782639a66 Date: Thu, 03 Jan 2019 10:14:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:14:49,627 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b4227cb7-40c8-45a6-8414-667782639a66 2019-01-03 10:14:49,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213546991348s 2019-01-03 10:14:49,628 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b4227cb7-40c8-45a6-8414-667782639a66 2019-01-03 10:14:49,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:14:49,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}' 2019-01-03 10:14:49,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0 X-Openstack-Request-Id: req-20bd2c1e-6af6-481b-9291-c34f0226ac4c Date: Thu, 03 Jan 2019 10:14:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file", "owner": "eae90bbe2b63459f8b5846902a29eb6f", "id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "size": null, "self": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:14:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "checksum": null, "created_at": "2019-01-03T10:14:49Z", "protected": false} 2019-01-03 10:14:49,891 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-20bd2c1e-6af6-481b-9291-c34f0226ac4c 2019-01-03 10:14:49,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.260331869125s 2019-01-03 10:14:49,892 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-20bd2c1e-6af6-481b-9291-c34f0226ac4c returning object cdd0f7f3-01ab-47d5-a009-bf432dcf62a0 2019-01-03 10:14:49,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:14:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '' 2019-01-03 10:14:51,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6718e312-449e-4307-a585-5e550272c2be Date: Thu, 03 Jan 2019 10:14:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:14:51,126 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file used request id req-6718e312-449e-4307-a585-5e550272c2be 2019-01-03 10:14:51,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23413515091s 2019-01-03 10:14:51,127 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file used request id req-6718e312-449e-4307-a585-5e550272c2be 2019-01-03 10:14:51,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:14:51,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:51,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7cab9cd7-314e-41ec-a4f1-8f48868ca4b5 Date: Thu, 03 Jan 2019 10:14:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "metadata": {}}], "file": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file", "owner": "eae90bbe2b63459f8b5846902a29eb6f", "id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "size": 12716032, "self": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:14:51Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:14:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:14:51,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7cab9cd7-314e-41ec-a4f1-8f48868ca4b5 2019-01-03 10:14:51,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193540096283s 2019-01-03 10:14:51,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-7cab9cd7-314e-41ec-a4f1-8f48868ca4b5 2019-01-03 10:14:51,324 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file', 'owner': u'eae90bbe2b63459f8b5846902a29eb6f', 'id': u'cdd0f7f3-01ab-47d5-a009-bf432dcf62a0', 'size': 12716032, u'self': u'/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:14:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T10:14:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'created': u'2019-01-03T10:14:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:14:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:14:51,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:14:51,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:14:51,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-10505f40-be80-455a-93fa-6730d759799b x-compute-request-id: req-10505f40-be80-455a-93fa-6730d759799b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a75aab4e-b390-447b-9960-63211d9df211", "name": "vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:14:51,535 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-10505f40-be80-455a-93fa-6730d759799b 2019-01-03 10:14:51,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.210471153259s 2019-01-03 10:14:51,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-10505f40-be80-455a-93fa-6730d759799b returning object a75aab4e-b390-447b-9960-63211d9df211 2019-01-03 10:14:51,537 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'a75aab4e-b390-447b-9960-63211d9df211', 'swap': 0}) 2019-01-03 10:14:51,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:14:51,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211/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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" -d '{"extra_specs": {}}' 2019-01-03 10:14:51,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-d499fc66-99b2-45d4-8a4e-2be1c7308033 x-compute-request-id: req-d499fc66-99b2-45d4-8a4e-2be1c7308033 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:14:51,569 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211/os-extra_specs used request id req-d499fc66-99b2-45d4-8a4e-2be1c7308033 2019-01-03 10:14:51,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0319330692291s 2019-01-03 10:14:51,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211/os-extra_specs used request id req-d499fc66-99b2-45d4-8a4e-2be1c7308033 2019-01-03 10:14:51,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-03 10:14:51,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"keypair": {"name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}}' 2019-01-03 10:14:51,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-9a68fa61-b7e8-48e8-a824-27d87b03933a x-compute-request-id: req-9a68fa61-b7e8-48e8-a824-27d87b03933a Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSDf+o2nuImlPl9VaFQQXqUDxfXFVBhtYZy/PyBLD4lZfQ6oD2UWj2dZNaOMvHuNdWtLbFFj7XlKq1NAazUmFCVy6q80nEQEAiO9d6d2CQg0NhbpTeEkz3++OGKF6GnCdlMdhEZ25WJPi3OE5wdHfmf3pNR0wkKvZZbDr+qJW9c/p0DdUksfhHbtusOqxNEqdQXjtt++uiZzdkU51kpJofVqAnroHfDGazEMXHNjiCffKuvYbz7GzCdbcSgNoFUtKQoOuCaHDFTK1c10OFCK1LGxLbo7EupplPdL/ApWa9cDIPMXD40cQ8Mre/qaKjOZ1/jO6OAPZJc2FP5Hzw4t/p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0g3/qNp7iJpT5fVWhUEF6lA8X1xVQYbWGcvz8gSw+JWX0OqA\n9lFo9nWTWjjLx7jXVrS2xRY+15SqtTQGs1JhQlcuqvNJxEBAIjvXendgkINDYW6U\n3hJM9/vjhihehpwnZTHYRGduViT4tzhOcHR35n96TUdMJCr2WWw6/qiVvXP6dA3V\nJLH4R27brDqsTRKnUF47bfvromc3ZFOdZKSaH1agJ66B3wxmsxDFxzY4gn3yrr2G\n8+xswnW3EoDaBVLSkKDrgmhwxUytXNdDhQitSxsS26OxLqaZT3S/wKVmvXAyDzFw\n+NHEPDK3v6miozmdf4zujgD2SXNhT+R88OLf6QIDAQABAoIBAFjJ3gVLxOfrBAex\n+o58+7kdjUdpygfWrO1ejpEAdqW85d1DIpv7sXhsHosGcuzLLwrRfGg2jP2nM7lA\ncoyeB8p4+5r7F3VDC1jtHpn/l+u98F9g1MBB0BMKgBQXQE15+BUISrgvWC5FlnQr\n8swKDxx5SgMcXgzztAn8e7tlG1ZmyaxtLLIoK+qOxW1ITgcEu89/OMg67xlJaVuN\nHATDXnkC0A+Z/SUs8ILhTmmyHiXZLiIjLsCKOkGG6+Cgj97CaQxe1QNB3LbLisYK\nRRVwN9srgyiYjVcrio87Ggo2SETUgrlXyw7c5DoJAgus2BkhPdZO4CYreJRF/jF0\nt7FVwQECgYEA6fyLrfj1FhKuOmCZCqKplB2eQ7C47cN3JvpwhfpXmvRb8NxeWSb/\nAlkHh3/4C3/dkrEeHu1ooj+B2o0xp8Bdze6py7+P3HwMT0dIo3PwU9xh6wzHAjyB\nRjwKAUnXgyX8S5iQPBNOQEsqYoV5yQuRgl698/+tfN6dRGy1BNblHJECgYEA5dEQ\n/kaCxjLOMkCnwWy6Qrbjv0MYc4vff3cwqolWohY/ofunRz28ILBxb2nt8fDVh9Oe\nU355owkM1i95EquywqlleEXJLwPPhJGHDjmFyk9wOIic8CeIimezLu+aNS5kNnmj\nN65rCNvI60LiSAZti3MyUUjHvYJJCD9nf0prmdkCgYB0JhzgGzjt4BAEgnb1xJER\nKTKqv0rNG75F5wN8PizGio4pHfrnnmfvrmoCZQ+oBazjaHBfQdIy1/uJlZUUhHUM\nCHDY5xpuhFVH9UalfKPLvRYOK6WOAqLZTmxY/2Kvg2edzvmqGJs7ZxR/G2q81bVB\nVe5M9JoV5huDH8Mrx9CrQQKBgQDPZDnXnb4KKnMVum8pCHuWFQG16lC4hTNuDhum\n6kV6BGXsQfOVQMrzHQdhKdEHEvU/m+M3Kd2PGW2yJCk4hiXNsZzWSvPhL6kn00Rz\nu8lW5xU4j2BBAQwhCrAS3TrmXzUkS+TVLNt+pQjN9g/KO7LDs3NnEyzdgiNyA/Xc\nU0aDEQKBgGruZ1f80PMQ7vsajMCGCdEPY9PcXgbvJ9qUlAdmJH2+wRWXeJUuEdLT\nP7npa7jdSbLTRuymZg7xiXhICmKPDudB9af4qss/+WbITnXxNlPPTkItjLfIIia5\n7Gi8cAJhh8OWvRuN2ru7gHBmfTgDlMN8EIBspLhGfpvSPRVatu8v\n-----END RSA PRIVATE KEY-----\n", "user_id": "90196cf2db34459e9cb0362766aebae3", "name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "fingerprint": "2c:3f:c7:64:63:1f:68:02:4c:91:9b:62:89:dc:e8:75"}} 2019-01-03 10:14:51,853 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9a68fa61-b7e8-48e8-a824-27d87b03933a 2019-01-03 10:14:51,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.282166957855s 2019-01-03 10:14:51,853 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9a68fa61-b7e8-48e8-a824-27d87b03933a 2019-01-03 10:14:51,854 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSDf+o2nuImlPl9VaFQQXqUDxfXFVBhtYZy/PyBLD4lZfQ6oD2UWj2dZNaOMvHuNdWtLbFFj7XlKq1NAazUmFCVy6q80nEQEAiO9d6d2CQg0NhbpTeEkz3++OGKF6GnCdlMdhEZ25WJPi3OE5wdHfmf3pNR0wkKvZZbDr+qJW9c/p0DdUksfhHbtusOqxNEqdQXjtt++uiZzdkU51kpJofVqAnroHfDGazEMXHNjiCffKuvYbz7GzCdbcSgNoFUtKQoOuCaHDFTK1c10OFCK1LGxLbo7EupplPdL/ApWa9cDIPMXD40cQ8Mre/qaKjOZ1/jO6OAPZJc2FP5Hzw4t/p Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0g3/qNp7iJpT5fVWhUEF6lA8X1xVQYbWGcvz8gSw+JWX0OqA\n9lFo9nWTWjjLx7jXVrS2xRY+15SqtTQGs1JhQlcuqvNJxEBAIjvXendgkINDYW6U\n3hJM9/vjhihehpwnZTHYRGduViT4tzhOcHR35n96TUdMJCr2WWw6/qiVvXP6dA3V\nJLH4R27brDqsTRKnUF47bfvromc3ZFOdZKSaH1agJ66B3wxmsxDFxzY4gn3yrr2G\n8+xswnW3EoDaBVLSkKDrgmhwxUytXNdDhQitSxsS26OxLqaZT3S/wKVmvXAyDzFw\n+NHEPDK3v6miozmdf4zujgD2SXNhT+R88OLf6QIDAQABAoIBAFjJ3gVLxOfrBAex\n+o58+7kdjUdpygfWrO1ejpEAdqW85d1DIpv7sXhsHosGcuzLLwrRfGg2jP2nM7lA\ncoyeB8p4+5r7F3VDC1jtHpn/l+u98F9g1MBB0BMKgBQXQE15+BUISrgvWC5FlnQr\n8swKDxx5SgMcXgzztAn8e7tlG1ZmyaxtLLIoK+qOxW1ITgcEu89/OMg67xlJaVuN\nHATDXnkC0A+Z/SUs8ILhTmmyHiXZLiIjLsCKOkGG6+Cgj97CaQxe1QNB3LbLisYK\nRRVwN9srgyiYjVcrio87Ggo2SETUgrlXyw7c5DoJAgus2BkhPdZO4CYreJRF/jF0\nt7FVwQECgYEA6fyLrfj1FhKuOmCZCqKplB2eQ7C47cN3JvpwhfpXmvRb8NxeWSb/\nAlkHh3/4C3/dkrEeHu1ooj+B2o0xp8Bdze6py7+P3HwMT0dIo3PwU9xh6wzHAjyB\nRjwKAUnXgyX8S5iQPBNOQEsqYoV5yQuRgl698/+tfN6dRGy1BNblHJECgYEA5dEQ\n/kaCxjLOMkCnwWy6Qrbjv0MYc4vff3cwqolWohY/ofunRz28ILBxb2nt8fDVh9Oe\nU355owkM1i95EquywqlleEXJLwPPhJGHDjmFyk9wOIic8CeIimezLu+aNS5kNnmj\nN65rCNvI60LiSAZti3MyUUjHvYJJCD9nf0prmdkCgYB0JhzgGzjt4BAEgnb1xJER\nKTKqv0rNG75F5wN8PizGio4pHfrnnmfvrmoCZQ+oBazjaHBfQdIy1/uJlZUUhHUM\nCHDY5xpuhFVH9UalfKPLvRYOK6WOAqLZTmxY/2Kvg2edzvmqGJs7ZxR/G2q81bVB\nVe5M9JoV5huDH8Mrx9CrQQKBgQDPZDnXnb4KKnMVum8pCHuWFQG16lC4hTNuDhum\n6kV6BGXsQfOVQMrzHQdhKdEHEvU/m+M3Kd2PGW2yJCk4hiXNsZzWSvPhL6kn00Rz\nu8lW5xU4j2BBAQwhCrAS3TrmXzUkS+TVLNt+pQjN9g/KO7LDs3NnEyzdgiNyA/Xc\nU0aDEQKBgGruZ1f80PMQ7vsajMCGCdEPY9PcXgbvJ9qUlAdmJH2+wRWXeJUuEdLT\nP7npa7jdSbLTRuymZg7xiXhICmKPDudB9af4qss/+WbITnXxNlPPTkItjLfIIia5\n7Gi8cAJhh8OWvRuN2ru7gHBmfTgDlMN8EIBspLhGfpvSPRVatu8v\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'90196cf2db34459e9cb0362766aebae3', 'name': u'vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'created_at': '2019-01-03T10:14:51.854747', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2c:3f:c7:64:63:1f:68:02:4c:91:9b:62:89:dc:e8:75', 'type': 'ssh', 'id': u'vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24'}) 2019-01-03 10:14:51,855 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0g3/qNp7iJpT5fVWhUEF6lA8X1xVQYbWGcvz8gSw+JWX0OqA 9lFo9nWTWjjLx7jXVrS2xRY+15SqtTQGs1JhQlcuqvNJxEBAIjvXendgkINDYW6U 3hJM9/vjhihehpwnZTHYRGduViT4tzhOcHR35n96TUdMJCr2WWw6/qiVvXP6dA3V JLH4R27brDqsTRKnUF47bfvromc3ZFOdZKSaH1agJ66B3wxmsxDFxzY4gn3yrr2G 8+xswnW3EoDaBVLSkKDrgmhwxUytXNdDhQitSxsS26OxLqaZT3S/wKVmvXAyDzFw +NHEPDK3v6miozmdf4zujgD2SXNhT+R88OLf6QIDAQABAoIBAFjJ3gVLxOfrBAex +o58+7kdjUdpygfWrO1ejpEAdqW85d1DIpv7sXhsHosGcuzLLwrRfGg2jP2nM7lA coyeB8p4+5r7F3VDC1jtHpn/l+u98F9g1MBB0BMKgBQXQE15+BUISrgvWC5FlnQr 8swKDxx5SgMcXgzztAn8e7tlG1ZmyaxtLLIoK+qOxW1ITgcEu89/OMg67xlJaVuN HATDXnkC0A+Z/SUs8ILhTmmyHiXZLiIjLsCKOkGG6+Cgj97CaQxe1QNB3LbLisYK RRVwN9srgyiYjVcrio87Ggo2SETUgrlXyw7c5DoJAgus2BkhPdZO4CYreJRF/jF0 t7FVwQECgYEA6fyLrfj1FhKuOmCZCqKplB2eQ7C47cN3JvpwhfpXmvRb8NxeWSb/ AlkHh3/4C3/dkrEeHu1ooj+B2o0xp8Bdze6py7+P3HwMT0dIo3PwU9xh6wzHAjyB RjwKAUnXgyX8S5iQPBNOQEsqYoV5yQuRgl698/+tfN6dRGy1BNblHJECgYEA5dEQ /kaCxjLOMkCnwWy6Qrbjv0MYc4vff3cwqolWohY/ofunRz28ILBxb2nt8fDVh9Oe U355owkM1i95EquywqlleEXJLwPPhJGHDjmFyk9wOIic8CeIimezLu+aNS5kNnmj N65rCNvI60LiSAZti3MyUUjHvYJJCD9nf0prmdkCgYB0JhzgGzjt4BAEgnb1xJER KTKqv0rNG75F5wN8PizGio4pHfrnnmfvrmoCZQ+oBazjaHBfQdIy1/uJlZUUhHUM CHDY5xpuhFVH9UalfKPLvRYOK6WOAqLZTmxY/2Kvg2edzvmqGJs7ZxR/G2q81bVB Ve5M9JoV5huDH8Mrx9CrQQKBgQDPZDnXnb4KKnMVum8pCHuWFQG16lC4hTNuDhum 6kV6BGXsQfOVQMrzHQdhKdEHEvU/m+M3Kd2PGW2yJCk4hiXNsZzWSvPhL6kn00Rz u8lW5xU4j2BBAQwhCrAS3TrmXzUkS+TVLNt+pQjN9g/KO7LDs3NnEyzdgiNyA/Xc U0aDEQKBgGruZ1f80PMQ7vsajMCGCdEPY9PcXgbvJ9qUlAdmJH2+wRWXeJUuEdLT P7npa7jdSbLTRuymZg7xiXhICmKPDudB9af4qss/+WbITnXxNlPPTkItjLfIIia5 7Gi8cAJhh8OWvRuN2ru7gHBmfTgDlMN8EIBspLhGfpvSPRVatu8v -----END RSA PRIVATE KEY----- 2019-01-03 10:14:51,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-03 10:14:51,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"security_group": {"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "description": "created by OPNFV Functest (vping_ssh)"}}' 2019-01-03 10:14:52,226 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-1f913bc9-93c9-4332-b9c2-40dff17ec6fd Date: Thu, 03 Jan 2019 10:14:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:52Z", "updated_at": "2019-01-03T10:14:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "0459e589-ecc4-46ed-847f-572b82b1c8d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "fe87c152-08af-437a-990d-fdde97472a5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 2, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:14:52,226 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f913bc9-93c9-4332-b9c2-40dff17ec6fd 2019-01-03 10:14:52,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.367781162262s 2019-01-03 10:14:52,226 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-1f913bc9-93c9-4332-b9c2-40dff17ec6fd 2019-01-03 10:14:52,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:14:52,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:52,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-acc5f933-2e8b-48d4-80f0-30131c850af6 Date: Thu, 03 Jan 2019 10:14:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:52Z", "updated_at": "2019-01-03T10:14:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "0459e589-ecc4-46ed-847f-572b82b1c8d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "fe87c152-08af-437a-990d-fdde97472a5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 2, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}, {"description": "Default security group", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:40Z", "updated_at": "2019-01-03T10:14:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "7da5aad0-f08a-4c9e-a161-da9af73a3a25", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "9e97218b-5b3a-4490-a5b2-ceb0c6de6411", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:41Z", "revision_number": 0, "id": "c2045cae-a4d2-4bcb-bde7-7ecef181ddff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:41Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "cf349498-3702-4b9d-b705-ca0546574204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "64f069cf-a482-42de-be5b-f13df1eaead8", "name": "default"}]} 2019-01-03 10:14:52,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-acc5f933-2e8b-48d4-80f0-30131c850af6 2019-01-03 10:14:52,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.219039916992s 2019-01-03 10:14:52,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-acc5f933-2e8b-48d4-80f0-30131c850af6 2019-01-03 10:14:52,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 10:14:52,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -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": "1cc357a5-b029-4f53-a46b-1f785ea65766"}}' 2019-01-03 10:14:52,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-84844b75-2c13-4919-a074-b3e5fc9f2525 Date: Thu, 03 Jan 2019 10:14:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "port_range_min": 22, "revision_number": 0, "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:52Z", "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "25399f19-7fa4-46bd-9514-6acfc09226ac"}} 2019-01-03 10:14:52,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-84844b75-2c13-4919-a074-b3e5fc9f2525 2019-01-03 10:14:52,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.266246795654s 2019-01-03 10:14:52,721 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-84844b75-2c13-4919-a074-b3e5fc9f2525 2019-01-03 10:14:52,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:14:52,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:52,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-69b22fbc-630c-490c-836b-64af0d35abdd Date: Thu, 03 Jan 2019 10:14:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:52Z", "updated_at": "2019-01-03T10:14:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "0459e589-ecc4-46ed-847f-572b82b1c8d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "25399f19-7fa4-46bd-9514-6acfc09226ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "fe87c152-08af-437a-990d-fdde97472a5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 3, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}, {"description": "Default security group", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:40Z", "updated_at": "2019-01-03T10:14:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "7da5aad0-f08a-4c9e-a161-da9af73a3a25", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "9e97218b-5b3a-4490-a5b2-ceb0c6de6411", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:41Z", "revision_number": 0, "id": "c2045cae-a4d2-4bcb-bde7-7ecef181ddff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:41Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "cf349498-3702-4b9d-b705-ca0546574204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "64f069cf-a482-42de-be5b-f13df1eaead8", "name": "default"}]} 2019-01-03 10:14:52,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-69b22fbc-630c-490c-836b-64af0d35abdd 2019-01-03 10:14:52,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.217191934586s 2019-01-03 10:14:52,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-69b22fbc-630c-490c-836b-64af0d35abdd 2019-01-03 10:14:52,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 10:14:52,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -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": "1cc357a5-b029-4f53-a46b-1f785ea65766"}}' 2019-01-03 10:14:53,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-31eadc6e-514b-474c-8a8c-20afa590b20c Date: Thu, 03 Jan 2019 10:14:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T10:14:53Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "port_range_min": null, "revision_number": 0, "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:53Z", "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "2b9d64d2-fc00-43eb-a659-654eecef111d"}} 2019-01-03 10:14:53,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-31eadc6e-514b-474c-8a8c-20afa590b20c 2019-01-03 10:14:53,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.32856798172s 2019-01-03 10:14:53,278 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-31eadc6e-514b-474c-8a8c-20afa590b20c 2019-01-03 10:14:53,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:14:53,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:53,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-803fd8c8-af75-4ebc-82f5-8890596e87a5 Date: Thu, 03 Jan 2019 10:14: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":["8847d881-12d3-4a8b-bbb8-7642e0c87d90"],"updated_at":"2019-01-03T10:14:42Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:14:53,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-803fd8c8-af75-4ebc-82f5-8890596e87a5 2019-01-03 10:14:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.12982416153s 2019-01-03 10:14:53,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-803fd8c8-af75-4ebc-82f5-8890596e87a5 2019-01-03 10:14:53,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:14:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:53,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-09abaaaf-0360-4f8c-ac89-11b7e521b3a1 Date: Thu, 03 Jan 2019 10:14:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "metadata": {}}], "file": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file", "owner": "eae90bbe2b63459f8b5846902a29eb6f", "id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "size": 12716032, "self": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:14:51Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:14:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:14:53,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-09abaaaf-0360-4f8c-ac89-11b7e521b3a1 2019-01-03 10:14:53,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168523073196s 2019-01-03 10:14:53,580 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-09abaaaf-0360-4f8c-ac89-11b7e521b3a1 2019-01-03 10:14:53,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:14:53,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:53,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:14: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-6695ad56-f533-4d69-9f18-a8f22eee117b x-compute-request-id: req-6695ad56-f533-4d69-9f18-a8f22eee117b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a75aab4e-b390-447b-9960-63211d9df211", "name": "vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:14:53,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6695ad56-f533-4d69-9f18-a8f22eee117b 2019-01-03 10:14:53,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0400278568268s 2019-01-03 10:14:53,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-6695ad56-f533-4d69-9f18-a8f22eee117b 2019-01-03 10:14:53,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 10:14:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"server": {"name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "imageRef": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "flavorRef": "a75aab4e-b390-447b-9960-63211d9df211", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9943d286-46d5-4b6b-9b82-356520823ecd"}], "security_groups": [{"name": "1cc357a5-b029-4f53-a46b-1f785ea65766"}]}}' 2019-01-03 10:14:55,574 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:14: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-dc7a30bb-a2ce-423a-9b50-0271b96d3aac x-compute-request-id: req-dc7a30bb-a2ce-423a-9b50-0271b96d3aac Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1cc357a5-b029-4f53-a46b-1f785ea65766"}], "OS-DCF:diskConfig": "MANUAL", "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "adminPass": "F5PEyY9MEJHU"}} 2019-01-03 10:14:55,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-dc7a30bb-a2ce-423a-9b50-0271b96d3aac 2019-01-03 10:14:55,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.95029902458s 2019-01-03 10:14:55,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-dc7a30bb-a2ce-423a-9b50-0271b96d3aac 2019-01-03 10:14:55,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:14:55,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:56,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-0f399934-2e87-4bb4-a89a-f5d5812862cb x-compute-request-id: req-0f399934-2e87-4bb4-a89a-f5d5812862cb Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:14:56,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f399934-2e87-4bb4-a89a-f5d5812862cb 2019-01-03 10:14:56,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45401597023s 2019-01-03 10:14:56,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0f399934-2e87-4bb4-a89a-f5d5812862cb 2019-01-03 10:14:56,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:14:56,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:56,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-41049b94-f1b0-4b82-ad14-1ff4ecff1015 Date: Thu, 03 Jan 2019 10:14:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8847d881-12d3-4a8b-bbb8-7642e0c87d90"],"updated_at":"2019-01-03T10:14:42Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:14:56,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-41049b94-f1b0-4b82-ad14-1ff4ecff1015 2019-01-03 10:14:56,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116928815842s 2019-01-03 10:14:56,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-41049b94-f1b0-4b82-ad14-1ff4ecff1015 2019-01-03 10:14:56,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 10:14:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:56,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3d931e2e-a8ba-4302-8cc9-a4b6d959f9c6 Date: Thu, 03 Jan 2019 10:14:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:14:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","subnetpool_id":null,"name":"vping_ssh-subnet_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:14:56,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3d931e2e-a8ba-4302-8cc9-a4b6d959f9c6 2019-01-03 10:14:56,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0573348999023s 2019-01-03 10:14:56,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-3d931e2e-a8ba-4302-8cc9-a4b6d959f9c6 2019-01-03 10:14:56,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:14:58,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:14:58,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:14:58,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-13ac618c-6717-463d-acfb-46c9044e92c4 x-compute-request-id: req-13ac618c-6717-463d-acfb-46c9044e92c4 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:56Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:14:58,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13ac618c-6717-463d-acfb-46c9044e92c4 2019-01-03 10:14:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672517061234s 2019-01-03 10:14:58,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-13ac618c-6717-463d-acfb-46c9044e92c4 2019-01-03 10:14:58,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:00,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:01,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7319f68d-4b29-4875-bde9-f75cb7fa4701 x-compute-request-id: req-7319f68d-4b29-4875-bde9-f75cb7fa4701 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:14:56Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:01,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7319f68d-4b29-4875-bde9-f75cb7fa4701 2019-01-03 10:15:01,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.795475959778s 2019-01-03 10:15:01,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7319f68d-4b29-4875-bde9-f75cb7fa4701 2019-01-03 10:15:01,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:03,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:03,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-598d97f4-076a-4eab-b5d3-c6ff0b9e3baf x-compute-request-id: req-598d97f4-076a-4eab-b5d3-c6ff0b9e3baf Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:04,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-598d97f4-076a-4eab-b5d3-c6ff0b9e3baf 2019-01-03 10:15:04,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656675100327s 2019-01-03 10:15:04,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-598d97f4-076a-4eab-b5d3-c6ff0b9e3baf 2019-01-03 10:15:04,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 10:15:04,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=c20e5076-5ed7-4cf5-9ef8-a024bc826d44" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-12ef9b6b-1414-47c0-90c1-afcc2f3c80cd Date: Thu, 03 Jan 2019 10:15:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:15:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","ip_address":"192.168.120.5"}],"id":"603154fe-ab6a-4b14-a49f-61fbb6f79e98","security_groups":["1cc357a5-b029-4f53-a46b-1f785ea65766"],"mac_address":"fa:16:3e:79:ad:0a","project_id":"eae90bbe2b63459f8b5846902a29eb6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:57Z","binding:vnic_type":"normal","device_id":"c20e5076-5ed7-4cf5-9ef8-a024bc826d44"}]} 2019-01-03 10:15:04,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=c20e5076-5ed7-4cf5-9ef8-a024bc826d44 used request id req-12ef9b6b-1414-47c0-90c1-afcc2f3c80cd 2019-01-03 10:15:04,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.208858013153s 2019-01-03 10:15:04,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=c20e5076-5ed7-4cf5-9ef8-a024bc826d44 used request id req-12ef9b6b-1414-47c0-90c1-afcc2f3c80cd 2019-01-03 10:15:04,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:04,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=603154fe-ab6a-4b14-a49f-61fbb6f79e98" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b52974b3-25bc-45cc-bcf2-8d338303a3a4 Date: Thu, 03 Jan 2019 10:15:04 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:15:04,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=603154fe-ab6a-4b14-a49f-61fbb6f79e98 used request id req-b52974b3-25bc-45cc-bcf2-8d338303a3a4 2019-01-03 10:15:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0218980312347s 2019-01-03 10:15:04,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=603154fe-ab6a-4b14-a49f-61fbb6f79e98 used request id req-b52974b3-25bc-45cc-bcf2-8d338303a3a4 2019-01-03 10:15:04,600 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:79:ad:0a', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cdd0f7f3-01ab-47d5-a009-bf432dcf62a0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T10:15:02.000000', 'flavor': Munch({u'id': u'a75aab4e-b390-447b-9960-63211d9df211'}), 'az': u'nova', 'id': u'c20e5076-5ed7-4cf5-9ef8-a024bc826d44', 'security_groups': [Munch({u'name': u'vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90196cf2db34459e9cb0362766aebae3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', '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'2019-01-03T10:15:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T10:15:02Z', 'hostId': u'bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f', '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'2019-01-03T10:15:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': u'vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'adminPass': u'F5PEyY9MEJHU', 'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'region': 'regionOne', 'created': u'2019-01-03T10:14:55Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 10:15:04,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:04,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-d93d271a-f0d4-482f-a0f3-7e13ff4442eb Date: Thu, 03 Jan 2019 10:15:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8847d881-12d3-4a8b-bbb8-7642e0c87d90"],"updated_at":"2019-01-03T10:14:42Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:04,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d93d271a-f0d4-482f-a0f3-7e13ff4442eb 2019-01-03 10:15:04,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107846021652s 2019-01-03 10:15:04,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-d93d271a-f0d4-482f-a0f3-7e13ff4442eb 2019-01-03 10:15:04,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:15:04,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0d05c546-52af-47c6-8a80-06796448189b Date: Thu, 03 Jan 2019 10:15:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "metadata": {}}], "file": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file", "owner": "eae90bbe2b63459f8b5846902a29eb6f", "id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "size": 12716032, "self": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:14:51Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:14:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:15:04,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d05c546-52af-47c6-8a80-06796448189b 2019-01-03 10:15:04,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168997049332s 2019-01-03 10:15:04,880 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0d05c546-52af-47c6-8a80-06796448189b 2019-01-03 10:15:04,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:15:04,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:04,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-bb1ef57c-48a1-4f2a-b5ab-c75958899c88 x-compute-request-id: req-bb1ef57c-48a1-4f2a-b5ab-c75958899c88 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a75aab4e-b390-447b-9960-63211d9df211", "name": "vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:15:04,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bb1ef57c-48a1-4f2a-b5ab-c75958899c88 2019-01-03 10:15:04,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0332000255585s 2019-01-03 10:15:04,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bb1ef57c-48a1-4f2a-b5ab-c75958899c88 2019-01-03 10:15:04,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 10:15:04,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"server": {"name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "imageRef": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "flavorRef": "a75aab4e-b390-447b-9960-63211d9df211", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9943d286-46d5-4b6b-9b82-356520823ecd"}], "security_groups": [{"name": "1cc357a5-b029-4f53-a46b-1f785ea65766"}]}}' 2019-01-03 10:15:07,057 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:15: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-a2095455-24ea-4ec6-9ca0-650631535e4d x-compute-request-id: req-a2095455-24ea-4ec6-9ca0-650631535e4d Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1cc357a5-b029-4f53-a46b-1f785ea65766"}], "OS-DCF:diskConfig": "MANUAL", "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "adminPass": "3hUTLjD4C6wf"}} 2019-01-03 10:15:07,057 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a2095455-24ea-4ec6-9ca0-650631535e4d 2019-01-03 10:15:07,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.14014101028s 2019-01-03 10:15:07,057 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-a2095455-24ea-4ec6-9ca0-650631535e4d 2019-01-03 10:15:07,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:07,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:07,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-952b4be9-ea91-4100-83e9-1ac7bcfed938 x-compute-request-id: req-952b4be9-ea91-4100-83e9-1ac7bcfed938 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:15:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:07,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-952b4be9-ea91-4100-83e9-1ac7bcfed938 2019-01-03 10:15:07,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524152994156s 2019-01-03 10:15:07,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-952b4be9-ea91-4100-83e9-1ac7bcfed938 2019-01-03 10:15:07,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:09,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:09,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:09,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-032adc78-a9d1-480b-b0b1-4c65bd919e6d x-compute-request-id: req-032adc78-a9d1-480b-b0b1-4c65bd919e6d 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.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:15:09Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:09,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-032adc78-a9d1-480b-b0b1-4c65bd919e6d 2019-01-03 10:15:09,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372781991959s 2019-01-03 10:15:09,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-032adc78-a9d1-480b-b0b1-4c65bd919e6d 2019-01-03 10:15:09,971 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:12,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18a61e52-85b7-4ac0-a109-d0fb3479de30 x-compute-request-id: req-18a61e52-85b7-4ac0-a109-d0fb3479de30 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:15:09Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:12,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18a61e52-85b7-4ac0-a109-d0fb3479de30 2019-01-03 10:15:12,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685617923737s 2019-01-03 10:15:12,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-18a61e52-85b7-4ac0-a109-d0fb3479de30 2019-01-03 10:15:12,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:14,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:14,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:15,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-5a72aa28-4243-49ed-9e43-74509e9911b8 x-compute-request-id: req-5a72aa28-4243-49ed-9e43-74509e9911b8 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:15:09Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:15,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a72aa28-4243-49ed-9e43-74509e9911b8 2019-01-03 10:15:15,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660276889801s 2019-01-03 10:15:15,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5a72aa28-4243-49ed-9e43-74509e9911b8 2019-01-03 10:15:15,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:17,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:17,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:17,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cba303b-e81c-4668-922a-0115e5444922 x-compute-request-id: req-6cba303b-e81c-4668-922a-0115e5444922 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:15.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:16Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:02Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:17,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cba303b-e81c-4668-922a-0115e5444922 2019-01-03 10:15:17,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531044006348s 2019-01-03 10:15:17,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6cba303b-e81c-4668-922a-0115e5444922 2019-01-03 10:15:17,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 10:15:17,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:18,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-a9f15920-ad33-4cc8-bfac-d043bf8a1bb3 Date: Thu, 03 Jan 2019 10:15:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:15:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","ip_address":"192.168.120.15"}],"id":"886dd26c-e89b-4027-8a5a-1a3d24188e76","security_groups":["1cc357a5-b029-4f53-a46b-1f785ea65766"],"mac_address":"fa:16:3e:88:b5:9b","project_id":"eae90bbe2b63459f8b5846902a29eb6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:15:09Z","binding:vnic_type":"normal","device_id":"77f17390-c511-4b8b-b216-29a0cacc11b3"}]} 2019-01-03 10:15:18,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-a9f15920-ad33-4cc8-bfac-d043bf8a1bb3 2019-01-03 10:15:18,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.19739818573s 2019-01-03 10:15:18,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-a9f15920-ad33-4cc8-bfac-d043bf8a1bb3 2019-01-03 10:15:18,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:18,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=886dd26c-e89b-4027-8a5a-1a3d24188e76" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:18,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8e55dbf9-a3f7-407d-9c01-ad5e45b2f1c3 Date: Thu, 03 Jan 2019 10:15:18 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:15:18,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=886dd26c-e89b-4027-8a5a-1a3d24188e76 used request id req-8e55dbf9-a3f7-407d-9c01-ad5e45b2f1c3 2019-01-03 10:15:18,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.160254001617s 2019-01-03 10:15:18,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=886dd26c-e89b-4027-8a5a-1a3d24188e76 used request id req-8e55dbf9-a3f7-407d-9c01-ad5e45b2f1c3 2019-01-03 10:15:18,239 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:b5:9b', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cdd0f7f3-01ab-47d5-a009-bf432dcf62a0'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T10:15:15.000000', 'flavor': Munch({u'id': u'a75aab4e-b390-447b-9960-63211d9df211'}), 'az': u'nova', 'id': u'77f17390-c511-4b8b-b216-29a0cacc11b3', 'security_groups': [Munch({u'name': u'vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'90196cf2db34459e9cb0362766aebae3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', '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'2019-01-03T10:15:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T10:15:16Z', 'hostId': u'ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52', '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'2019-01-03T10:15:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': u'vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'adminPass': u'3hUTLjD4C6wf', 'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'region': 'regionOne', 'created': u'2019-01-03T10:15:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 10:15:18,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:18,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:18,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-7ec0516e-4b3c-4210-b513-5dbf3be6319d Date: Thu, 03 Jan 2019 10:15:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8847d881-12d3-4a8b-bbb8-7642e0c87d90"],"updated_at":"2019-01-03T10:14:42Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:18,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ec0516e-4b3c-4210-b513-5dbf3be6319d 2019-01-03 10:15:18,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115923881531s 2019-01-03 10:15:18,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-7ec0516e-4b3c-4210-b513-5dbf3be6319d 2019-01-03 10:15:18,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 10:15:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:18,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-d397c05e-c797-4a08-9d03-35d9287721ab Date: Thu, 03 Jan 2019 10:15:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:15:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","ip_address":"192.168.120.15"}],"id":"886dd26c-e89b-4027-8a5a-1a3d24188e76","security_groups":["1cc357a5-b029-4f53-a46b-1f785ea65766"],"mac_address":"fa:16:3e:88:b5:9b","project_id":"eae90bbe2b63459f8b5846902a29eb6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:15:09Z","binding:vnic_type":"normal","device_id":"77f17390-c511-4b8b-b216-29a0cacc11b3"}]} 2019-01-03 10:15:18,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-d397c05e-c797-4a08-9d03-35d9287721ab 2019-01-03 10:15:18,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562200546265s 2019-01-03 10:15:18,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-d397c05e-c797-4a08-9d03-35d9287721ab 2019-01-03 10:15:18,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-03 10:15:18,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76"}}' 2019-01-03 10:15:20,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-a599cad5-2c23-48f6-8969-5a5a722a1831 Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingip": {"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}} 2019-01-03 10:15:20,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a599cad5-2c23-48f6-8969-5a5a722a1831 2019-01-03 10:15:20,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.80096912384s 2019-01-03 10:15:20,220 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a599cad5-2c23-48f6-8969-5a5a722a1831 2019-01-03 10:15:20,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:20,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-f4c43550-9bce-41fd-bde0-ef55e9d677fc Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingips": [{"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}]} 2019-01-03 10:15:20,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f4c43550-9bce-41fd-bde0-ef55e9d677fc 2019-01-03 10:15:20,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230250358582s 2019-01-03 10:15:20,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f4c43550-9bce-41fd-bde0-ef55e9d677fc 2019-01-03 10:15:20,256 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 10:15:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:20,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-c3ca5ac3-f143-4573-b681-3b01fdd71152 Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingips": [{"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}]} 2019-01-03 10:15:20,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3ca5ac3-f143-4573-b681-3b01fdd71152 2019-01-03 10:15:20,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0363550186157s 2019-01-03 10:15:20,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3ca5ac3-f143-4573-b681-3b01fdd71152 2019-01-03 10:15:20,403 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 10:15:20,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:20,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:20,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-53c51349-4138-4e2f-af7e-14a8136a98dd Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingips": [{"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}]} 2019-01-03 10:15:20,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-53c51349-4138-4e2f-af7e-14a8136a98dd 2019-01-03 10:15:20,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223200321198s 2019-01-03 10:15:20,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-53c51349-4138-4e2f-af7e-14a8136a98dd 2019-01-03 10:15:20,535 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 10:15:20,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:20,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:20,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-c8715676-3874-418a-95a8-519121cc17ab Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingips": [{"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}]} 2019-01-03 10:15:20,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c8715676-3874-418a-95a8-519121cc17ab 2019-01-03 10:15:20,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0221359729767s 2019-01-03 10:15:20,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c8715676-3874-418a-95a8-519121cc17ab 2019-01-03 10:15:20,667 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 10:15:20,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:20,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:20,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-dd3e7679-f2b8-492b-bebc-5618644d9293 Date: Thu, 03 Jan 2019 10:15:20 GMT RESP BODY: {"floatingips": [{"router_id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:15:19Z", "updated_at": "2019-01-03T10:15:19Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_id": "886dd26c-e89b-4027-8a5a-1a3d24188e76", "id": "1e55d5c7-b140-4678-bd04-fce7e47df3be"}]} 2019-01-03 10:15:20,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dd3e7679-f2b8-492b-bebc-5618644d9293 2019-01-03 10:15:20,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.161217927933s 2019-01-03 10:15:20,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-dd3e7679-f2b8-492b-bebc-5618644d9293 2019-01-03 10:15:20,938 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ffe1e1c5-652d-4162-a494-e67558c5bf7c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'created_at': u'2019-01-03T10:15:19Z', 'attached': True, 'updated_at': u'2019-01-03T10:15:19Z', 'id': u'1e55d5c7-b140-4678-bd04-fce7e47df3be', 'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'eae90bbe2b63459f8b5846902a29eb6f', 'name': 'vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ffe1e1c5-652d-4162-a494-e67558c5bf7c', 'project_id': u'eae90bbe2b63459f8b5846902a29eb6f', 'port_id': u'886dd26c-e89b-4027-8a5a-1a3d24188e76', 'port': u'886dd26c-e89b-4027-8a5a-1a3d24188e76', 'network': u'd031bf89-00a9-445a-9c57-38f1941ff76d'}) 2019-01-03 10:15:20,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 10:15:20,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3/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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 10:15:22,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6b9c871-1f5b-45bc-9b47-62d2aabc2861 x-compute-request-id: req-e6b9c871-1f5b-45bc-9b47-62d2aabc2861 Content-Encoding: gzip Content-Length: 9563 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 521272642 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.126753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128367] pid_max: default: 32768 minimum: 301\n[ 0.129238] ACPI: Core revision 20150930\n[ 0.130601] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131875] Security Framework initialized\n[ 0.132669] Yama: becoming mindful.\n[ 0.133379] AppArmor: AppArmor initialized\n[ 0.134227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.135523] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136770] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.137948] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139298] Initializing cgroup subsys io\n[ 0.140085] Initializing cgroup subsys memory\n[ 0.140924] Initializing cgroup subsys devices\n[ 0.141777] Initializing cgroup subsys freezer\n[ 0.142641] Initializing cgroup subsys net_cls\n[ 0.143487] Initializing cgroup subsys perf_event\n[ 0.144370] Initializing cgroup subsys net_prio\n[ 0.145228] Initializing cgroup subsys hugetlb\n[ 0.146079] Initializing cgroup subsys pids\n[ 0.146935] CPU: Physical Processor ID: 0\n[ 0.148415] mce: CPU supports 10 MCE banks\n[ 0.149239] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160794] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167118] ftrace: allocating 31920 entries in 125 pages\n[ 0.193191] smpboot: Max logical packages: 1\n[ 0.194033] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195344] x2apic enabled\n[ 0.196128] Switched APIC routing to physical x2apic.\n[ 0.197856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200871] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202604] KVM setup paravirtual spinlock\n[ 0.203876] x86: Booted up 1 node, 1 CPUs\n[ 0.204662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206012] devtmpfs: initialized\n[ 0.207710] evm: security.selinux\n[ 0.208391] evm: security.SMACK64\n[ 0.209062] evm: security.SMACK64EXEC\n[ 0.209789] evm: security.SMACK64TRANSMUTE\n[ 0.210577] evm: security.SMACK64MMAP\n[ 0.211299] evm: security.ima\n[ 0.211933] evm: security.capability\n[ 0.212720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.214519] pinctrl core: initialized pinctrl subsystem\n[ 0.215581] RTC time: 10:15:15, date: 01/03/19\n[ 0.216525] NET: Registered protocol family 16\n[ 0.217474] cpuidle: using governor ladder\n[ 0.218268] cpuidle: using governor menu\n[ 0.219027] PCCT header not found.\n[ 0.219751] ACPI: bus type PCI registered\n[ 0.220543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.221746] PCI: Using configuration type 1 for base access\n[ 0.223469] ACPI: Added _OSI(Module Device)\n[ 0.224285] ACPI: Added _OSI(Processor Device)\n[ 0.225121] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.225993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228102] ACPI: Interpreter enabled\n[ 0.228866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.230666] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.232445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.234234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236008] ACPI: (supports S0 S5)\n[ 0.236694] ACPI: Using IOAPIC for interrupt routing\n[ 0.237709] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.240751] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.241857] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.243049] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.244206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.246365] acpiphp: Slot [3] registered\n[ 0.247140] acpiphp: Slot [4] registered\n[ 0.247924] acpiphp: Slot [5] registered\n[ 0.248713] acpiphp: Slot [6] registered\n[ 0.249488] acpiphp: Slot [7] registered\n[ 0.250261] acpiphp: Slot [8] registered\n[ 0.251032] acpiphp: Slot [9] registered\n[ 0.251806] acpiphp: Slot [10] registered\n[ 0.252603] acpiphp: Slot [11] registered\n[ 0.253397] acpiphp: Slot [12] registered\n[ 0.254188] acpiphp: Slot [13] registered\n[ 0.254973] acpiphp: Slot [14] registered\n[ 0.255761] acpiphp: Slot [15] registered\n[ 0.266384] acpiphp: Slot [16] registered\n[ 0.267172] acpiphp: Slot [17] registered\n[ 0.267961] acpiphp: Slot [18] registered\n[ 0.268762] acpiphp: Slot [19] registered\n[ 0.269545] acpiphp: Slot [20] registered\n[ 0.270331] acpiphp: Slot [21] registered\n[ 0.271116] acpiphp: Slot [22] registered\n[ 0.271908] acpiphp: Slot [23] registered\n[ 0.272701] acpiphp: Slot [24] registered\n[ 0.273490] acpiphp: Slot [25] registered\n[ 0.274278] acpiphp: Slot [26] registered\n[ 0.275061] acpiphp: Slot [27] registered\n[ 0.275876] acpiphp: Slot [28] registered\n[ 0.276668] acpiphp: Slot [29] registered\n[ 0.277452] acpiphp: Slot [30] registered\n[ 0.278237] acpiphp: Slot [31] registered\n[ 0.279017] PCI host bridge to bus 0000:00\n[ 0.279801] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280979] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.282152] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.283562] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.284965] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.291183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.292429] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.293569] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294797] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.301122] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.302513] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349356] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354691] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355807] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358556] vgaarb: loaded\n[ 0.359136] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360246] SCSI subsystem initialized\n[ 0.361036] ACPI: bus type USB registered\n[ 0.361827] usbcore: registered new interface driver usbfs\n[ 0.362817] usbcore: registered new interface driver hub\n[ 0.363788] usbcore: registered new device driver usb\n[ 0.364811] PCI: Using ACPI for IRQ routing\n[ 0.365802] NetLabel: Initializing\n[ 0.366511] NetLabel: domain hash size = 128\n[ 0.367332] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368248] NetLabel: unlabeled traffic allowed by default\n[ 0.369308] clocksource: Switched to clocksource kvm-clock\n[ 0.374682] AppArmor: AppArmor Filesystem Enabled\n[ 0.375614] pnp: PnP ACPI init\n[ 0.376496] pnp: PnP ACPI: found 5 devices\n[ 0.382832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384487] NET: Registered protocol family 2\n[ 0.385419] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387779] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388900] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.391085] NET: Registered protocol family 1\n[ 0.391928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.394046] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.408012] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.422249] Trying to unpack rootfs image as initramfs...\n[ 0.471612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485752] Scanning for low memory corruption every 60 seconds\n[ 0.487692] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489363] audit: initializing netlink subsys (disabled)\n[ 0.490842] audit: type=2000 audit(1546510516.316:1): initialized\n[ 0.492691] Initialise system trusted keyring\n[ 0.494009] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495725] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498255] zbud: loaded\n[ 0.499178] VFS: Disk quotas dquot_6.6.0\n[ 0.500331] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502450] fuse init (API version 7.23)\n[ 0.503651] Key type big_key registered\n[ 0.504760] Allocating IMA MOK and blacklist keyrings.\n[ 0.506348] Key type asymmetric registered\n[ 0.507503] Asymmetric key parser 'x509' registered\n[ 0.508857] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510933] io scheduler noop registered\n[ 0.512044] io scheduler deadline registered (default)\n[ 0.513462] io scheduler cfq registered\n[ 0.514639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517961] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520013] ACPI: Power Button [PWRF]\n[ 0.521526] GHES: HEST is not enabled!\n[ 0.535311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.573201] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578686] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602491] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604727] Linux agpgart interface v0.103\n[ 0.606886] brd: module loaded\n[ 0.608146] loop: module loaded\n[ 0.613568] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615003] GPT:90111 != 2097151\n[ 0.615682] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616760] GPT:90111 != 2097151\n[ 0.617442] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618402] vda: vda1 vda15\n[ 0.619980] scsi host0: ata_piix\n[ 0.620717] scsi host1: ata_piix\n[ 0.621428] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624071] libphy: Fixed MDIO Bus: probed\n[ 0.624888] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625834] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628096] PPP generic driver version 2.4.2\n[ 0.628982] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630255] ehci-pci: EHCI PCI platform driver\n[ 0.631119] ehci-platform: EHCI generic platform driver\n[ 0.632099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633217] ohci-pci: OHCI PCI platform driver\n[ 0.634083] ohci-platform: OHCI generic platform driver\n[ 0.635066] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649261] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.650279] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.651711] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.652699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.653812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.655024] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.656426] usb usb1: Product: UHCI Host Controller\n[ 0.657375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658512] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659529] hub 1-0:1.0: USB hub found\n[ 0.660299] hub 1-0:1.0: 2 ports detected\n[ 0.661191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663309] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665276] mousedev: PS/2 mouse device common for all mice\n[ 0.666531] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668344] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669442] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.671790] i2c /dev entries driver\n[ 0.672541] device-mapper: uevent: version 1.0.3\n[ 0.673472] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.675085] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676364] NET: Registered protocol family 10\n[ 0.677355] NET: Registered protocol family 17\n[ 0.678233] Key type dns_resolver registered\n[ 0.679142] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680232] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.681964] registered taskstats version 1\n[ 0.682785] Loading compiled-in X.509 certificates\n[ 0.684219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.686048] zswap: loaded using pool lzo/zbud\n[ 0.687412] Key type trusted registered\n[ 0.688933] Key type encrypted registered\n[ 0.689765] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.690785] ima: No TPM chip found, activating TPM-bypass!\n[ 0.691806] evm: HMAC attrs: 0x1\n[ 0.692721] Magic number: 3:970:273\n[ 0.693487] usb usb1-port1: hash matches\n[ 0.694281] tty tty10: hash matches\n[ 0.694991] net lo: hash matches\n[ 0.695734] rtc_cmos 00:00: setting system clock to 2019-01-03 10:15:15 UTC (1546510515)\n[ 0.697305] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698417] EDD information not available.\n[ 0.782317] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783871] Write protecting the kernel read-only data: 14336k\n[ 0.785438] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787240] 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.831568] 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.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.15...\nLease of 192.168.120.15 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.27. iid=i-00000023\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2sUACrAQ0L1J2fhZPQEabzIFxsDDa6CYL/nfREWlZeX2eLJVZ0S2ESYhNgp6alw+yZEhMB8V5xkP44n1Zxtq3ZorlvfDCqdQupJylMusAsjIN6DnhF9gCmMYc60TFTUpVEQWvMGd7PbFM7DRM4bH2DmVnfCHWLCAqs6pl9CQ8SeU/p1DjpotV6ygBkusfIns8wL7B4nW1JeXvilwkBWm5W+5QxbiedeBUoFYW+UhoZ016c7FfGH4SW6hQAma50IA9MchsA7w52wI84HiSt1NEKfrB7YXUaqhrE45s/fHdSpPPtd//zdZKE+Pi9E9Zt3W6n57iakBHch1Gq1AcMxS7 root@vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24\nssh-dss AAAAB3NzaC1kc3MAAACBAKZp08GbHUoOJVYwIh5zK/JtSs6nxLwcGrJZXHCwWBf8aW2tVGApQa5VLw7ro6qixGcJeivsX4FLqdupbVQGcC4VT2Ao4E9seKHfWDor/gKTPqLvUjIvUK9UpBSJdHk7W9nlHY7wZzyMWxlK77v6qsx1UTornDf22UgnK79Gp2fdAAAAFQCM8IfGTt98jpAivX2lPl7f7MEM2QAAAIBtC/syXKsNAmBQunfU2/VWJYebTtg8++Tr1vUJNZ1oFmou0uB5WLY120MNHxrtaouEca1ZlCKBlVcJfLOY1x9uaP3FxSmojOeMcNsuUR9LtjrUz4mEHV906gZP35G4bWkwEhNKcFa8rErZngtliQBxgS6YsF0EZCdUMb7f0OJI7gAAAIAknOPOlokCI7Ta6cExvXJYLB82oRnW/nKxOVBGgMjzMHS5c0tCCidexS7z/1Om5ZPessuKmgMPiXTOeDCTqXVQwv8RkxQAbTQm43llPu4v+dQiJMhpxHEvMl7QMVsPw0eVr9RIVWYkwGvcfI88NGNZC2PJ1BEFJJ210kxqi1C0AQ== root@vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24\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.15,24,fe80::f816:3eff:fe88:b59b/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 \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-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24\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-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24 login: "} 2019-01-03 10:15:22,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3/action used request id req-e6b9c871-1f5b-45bc-9b47-62d2aabc2861 2019-01-03 10:15:22,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11449694633s 2019-01-03 10:15:22,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3/action used request id req-e6b9c871-1f5b-45bc-9b47-62d2aabc2861 2019-01-03 10:15:22,055 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 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 521272642 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.126753] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128367] pid_max: default: 32768 minimum: 301 [ 0.129238] ACPI: Core revision 20150930 [ 0.130601] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131875] Security Framework initialized [ 0.132669] Yama: becoming mindful. [ 0.133379] AppArmor: AppArmor initialized [ 0.134227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.135523] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136770] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.137948] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139298] Initializing cgroup subsys io [ 0.140085] Initializing cgroup subsys memory [ 0.140924] Initializing cgroup subsys devices [ 0.141777] Initializing cgroup subsys freezer [ 0.142641] Initializing cgroup subsys net_cls [ 0.143487] Initializing cgroup subsys perf_event [ 0.144370] Initializing cgroup subsys net_prio [ 0.145228] Initializing cgroup subsys hugetlb [ 0.146079] Initializing cgroup subsys pids [ 0.146935] CPU: Physical Processor ID: 0 [ 0.148415] mce: CPU supports 10 MCE banks [ 0.149239] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160794] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167118] ftrace: allocating 31920 entries in 125 pages [ 0.193191] smpboot: Max logical packages: 1 [ 0.194033] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195344] x2apic enabled [ 0.196128] Switched APIC routing to physical x2apic. [ 0.197856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200871] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202604] KVM setup paravirtual spinlock [ 0.203876] x86: Booted up 1 node, 1 CPUs [ 0.204662] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.206012] devtmpfs: initialized [ 0.207710] evm: security.selinux [ 0.208391] evm: security.SMACK64 [ 0.209062] evm: security.SMACK64EXEC [ 0.209789] evm: security.SMACK64TRANSMUTE [ 0.210577] evm: security.SMACK64MMAP [ 0.211299] evm: security.ima [ 0.211933] evm: security.capability [ 0.212720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.214519] pinctrl core: initialized pinctrl subsystem [ 0.215581] RTC time: 10:15:15, date: 01/03/19 [ 0.216525] NET: Registered protocol family 16 [ 0.217474] cpuidle: using governor ladder [ 0.218268] cpuidle: using governor menu [ 0.219027] PCCT header not found. [ 0.219751] ACPI: bus type PCI registered [ 0.220543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.221746] PCI: Using configuration type 1 for base access [ 0.223469] ACPI: Added _OSI(Module Device) [ 0.224285] ACPI: Added _OSI(Processor Device) [ 0.225121] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.225993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228102] ACPI: Interpreter enabled [ 0.228866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.230666] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.232445] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.234234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236008] ACPI: (supports S0 S5) [ 0.236694] ACPI: Using IOAPIC for interrupt routing [ 0.237709] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.240751] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.241857] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.243049] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.244206] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.246365] acpiphp: Slot [3] registered [ 0.247140] acpiphp: Slot [4] registered [ 0.247924] acpiphp: Slot [5] registered [ 0.248713] acpiphp: Slot [6] registered [ 0.249488] acpiphp: Slot [7] registered [ 0.250261] acpiphp: Slot [8] registered [ 0.251032] acpiphp: Slot [9] registered [ 0.251806] acpiphp: Slot [10] registered [ 0.252603] acpiphp: Slot [11] registered [ 0.253397] acpiphp: Slot [12] registered [ 0.254188] acpiphp: Slot [13] registered [ 0.254973] acpiphp: Slot [14] registered [ 0.255761] acpiphp: Slot [15] registered [ 0.266384] acpiphp: Slot [16] registered [ 0.267172] acpiphp: Slot [17] registered [ 0.267961] acpiphp: Slot [18] registered [ 0.268762] acpiphp: Slot [19] registered [ 0.269545] acpiphp: Slot [20] registered [ 0.270331] acpiphp: Slot [21] registered [ 0.271116] acpiphp: Slot [22] registered [ 0.271908] acpiphp: Slot [23] registered [ 0.272701] acpiphp: Slot [24] registered [ 0.273490] acpiphp: Slot [25] registered [ 0.274278] acpiphp: Slot [26] registered [ 0.275061] acpiphp: Slot [27] registered [ 0.275876] acpiphp: Slot [28] registered [ 0.276668] acpiphp: Slot [29] registered [ 0.277452] acpiphp: Slot [30] registered [ 0.278237] acpiphp: Slot [31] registered [ 0.279017] PCI host bridge to bus 0000:00 [ 0.279801] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280979] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.282152] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.283562] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.284965] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.291183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.292429] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.293569] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.294797] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.301122] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.302513] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349356] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.350759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352137] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.353487] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.354691] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.355807] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.357065] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.358556] vgaarb: loaded [ 0.359136] vgaarb: bridge control possible 0000:00:02.0 [ 0.360246] SCSI subsystem initialized [ 0.361036] ACPI: bus type USB registered [ 0.361827] usbcore: registered new interface driver usbfs [ 0.362817] usbcore: registered new interface driver hub [ 0.363788] usbcore: registered new device driver usb [ 0.364811] PCI: Using ACPI for IRQ routing [ 0.365802] NetLabel: Initializing [ 0.366511] NetLabel: domain hash size = 128 [ 0.367332] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.368248] NetLabel: unlabeled traffic allowed by default [ 0.369308] clocksource: Switched to clocksource kvm-clock [ 0.374682] AppArmor: AppArmor Filesystem Enabled [ 0.375614] pnp: PnP ACPI init [ 0.376496] pnp: PnP ACPI: found 5 devices [ 0.382832] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384487] NET: Registered protocol family 2 [ 0.385419] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386651] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387779] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388900] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389947] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391085] NET: Registered protocol family 1 [ 0.391928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394046] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408012] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422249] Trying to unpack rootfs image as initramfs... [ 0.471612] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.485752] Scanning for low memory corruption every 60 seconds [ 0.487692] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.489363] audit: initializing netlink subsys (disabled) [ 0.490842] audit: type=2000 audit(1546510516.316:1): initialized [ 0.492691] Initialise system trusted keyring [ 0.494009] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495725] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498255] zbud: loaded [ 0.499178] VFS: Disk quotas dquot_6.6.0 [ 0.500331] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502450] fuse init (API version 7.23) [ 0.503651] Key type big_key registered [ 0.504760] Allocating IMA MOK and blacklist keyrings. [ 0.506348] Key type asymmetric registered [ 0.507503] Asymmetric key parser 'x509' registered [ 0.508857] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510933] io scheduler noop registered [ 0.512044] io scheduler deadline registered (default) [ 0.513462] io scheduler cfq registered [ 0.514639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516128] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517961] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.520013] ACPI: Power Button [PWRF] [ 0.521526] GHES: HEST is not enabled! [ 0.535311] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573201] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578686] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.602491] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604727] Linux agpgart interface v0.103 [ 0.606886] brd: module loaded [ 0.608146] loop: module loaded [ 0.613568] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.615003] GPT:90111 != 2097151 [ 0.615682] GPT:Alternate GPT header not at the end of the disk. [ 0.616760] GPT:90111 != 2097151 [ 0.617442] GPT: Use GNU Parted to correct GPT errors. [ 0.618402] vda: vda1 vda15 [ 0.619980] scsi host0: ata_piix [ 0.620717] scsi host1: ata_piix [ 0.621428] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622644] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624071] libphy: Fixed MDIO Bus: probed [ 0.624888] tun: Universal TUN/TAP device driver, 1.6 [ 0.625834] tun: (C) 1999-2004 Max Krasnyansky [ 0.628096] PPP generic driver version 2.4.2 [ 0.628982] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.630255] ehci-pci: EHCI PCI platform driver [ 0.631119] ehci-platform: EHCI generic platform driver [ 0.632099] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.633217] ohci-pci: OHCI PCI platform driver [ 0.634083] ohci-platform: OHCI generic platform driver [ 0.635066] uhci_hcd: USB Universal Host Controller Interface driver [ 0.649261] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.650279] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.651711] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.652699] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.653812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.655024] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.656426] usb usb1: Product: UHCI Host Controller [ 0.657375] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.658512] usb usb1: SerialNumber: 0000:00:01.2 [ 0.659529] hub 1-0:1.0: USB hub found [ 0.660299] hub 1-0:1.0: 2 ports detected [ 0.661191] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.663309] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.664251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.665276] mousedev: PS/2 mouse device common for all mice [ 0.666531] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668344] rtc_cmos 00:00: RTC can wake from S4 [ 0.669442] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670618] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.671790] i2c /dev entries driver [ 0.672541] device-mapper: uevent: version 1.0.3 [ 0.673472] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.675085] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676364] NET: Registered protocol family 10 [ 0.677355] NET: Registered protocol family 17 [ 0.678233] Key type dns_resolver registered [ 0.679142] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.680232] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681964] registered taskstats version 1 [ 0.682785] Loading compiled-in X.509 certificates [ 0.684219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.686048] zswap: loaded using pool lzo/zbud [ 0.687412] Key type trusted registered [ 0.688933] Key type encrypted registered [ 0.689765] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690785] ima: No TPM chip found, activating TPM-bypass! [ 0.691806] evm: HMAC attrs: 0x1 [ 0.692721] Magic number: 3:970:273 [ 0.693487] usb usb1-port1: hash matches [ 0.694281] tty tty10: hash matches [ 0.694991] net lo: hash matches [ 0.695734] rtc_cmos 00:00: setting system clock to 2019-01-03 10:15:15 UTC (1546510515) [ 0.697305] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.698417] EDD information not available. [ 0.782317] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.783871] Write protecting the kernel read-only data: 14336k [ 0.785438] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787240] 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.831568] 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.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 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.27. iid=i-00000023 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2sUACrAQ0L1J2fhZPQEabzIFxsDDa6CYL/nfREWlZeX2eLJVZ0S2ESYhNgp6alw+yZEhMB8V5xkP44n1Zxtq3ZorlvfDCqdQupJylMusAsjIN6DnhF9gCmMYc60TFTUpVEQWvMGd7PbFM7DRM4bH2DmVnfCHWLCAqs6pl9CQ8SeU/p1DjpotV6ygBkusfIns8wL7B4nW1JeXvilwkBWm5W+5QxbiedeBUoFYW+UhoZ016c7FfGH4SW6hQAma50IA9MchsA7w52wI84HiSt1NEKfrB7YXUaqhrE45s/fHdSpPPtd//zdZKE+Pi9E9Zt3W6n57iakBHch1Gq1AcMxS7 root@vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24 ssh-dss AAAAB3NzaC1kc3MAAACBAKZp08GbHUoOJVYwIh5zK/JtSs6nxLwcGrJZXHCwWBf8aW2tVGApQa5VLw7ro6qixGcJeivsX4FLqdupbVQGcC4VT2Ao4E9seKHfWDor/gKTPqLvUjIvUK9UpBSJdHk7W9nlHY7wZzyMWxlK77v6qsx1UTornDf22UgnK79Gp2fdAAAAFQCM8IfGTt98jpAivX2lPl7f7MEM2QAAAIBtC/syXKsNAmBQunfU2/VWJYebTtg8++Tr1vUJNZ1oFmou0uB5WLY120MNHxrtaouEca1ZlCKBlVcJfLOY1x9uaP3FxSmojOeMcNsuUR9LtjrUz4mEHV906gZP35G4bWkwEhNKcFa8rErZngtliQBxgS6YsF0EZCdUMb7f0OJI7gAAAIAknOPOlokCI7Ta6cExvXJYLB82oRnW/nKxOVBGgMjzMHS5c0tCCidexS7z/1Om5ZPessuKmgMPiXTOeDCTqXVQwv8RkxQAbTQm43llPu4v+dQiJMhpxHEvMl7QMVsPw0eVr9RIVWYkwGvcfI88NGNZC2PJ1BEFJJ210kxqi1C0AQ== root@vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fe88:b59b/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 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-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24 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-ssh-vm-31fc5e1c-2c52-41fe-ad98-283e6a541b24 login: 2019-01-03 10:15:22,059 - paramiko.transport - DEBUG - starting thread (client mode): 0x43e97710L 2019-01-03 10:15:22,060 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 10:15:22,060 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 10:15:22,060 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 10:15:22,062 - 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 2019-01-03 10:15:22,062 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 10:15:22,062 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 10:15:22,062 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 10:15:22,062 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 10:15:22,062 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 10:15:22,111 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 10:15:22,113 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 10:15:22,128 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: cc0d2730a68f798087dcfcd6ddae40ae 2019-01-03 10:15:22,129 - paramiko.transport - DEBUG - Trying key 2c3fc764631f68024c919b6289dce875 from /tmp/tmptEHuhY 2019-01-03 10:15:22,152 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 10:15:24,395 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 10:15:24,398 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 10:15:24,399 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 10:15:24,400 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 10:15:24,401 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 10:15:24,404 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 10:15:24,404 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.349 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.349/1.349/1.349 ms 2019-01-03 10:15:24,405 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2019-01-03 10:15:24,411 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 10:15:24,551 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:15:24,551 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 10:15:24,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 10:15:24,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:24,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66cb6be4-1a5f-4b21-8804-86e62bb00607 x-compute-request-id: req-66cb6be4-1a5f-4b21-8804-86e62bb00607 Content-Type: application/json 2019-01-03 10:15:24,769 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44 used request id req-66cb6be4-1a5f-4b21-8804-86e62bb00607 2019-01-03 10:15:24,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.211401939392s 2019-01-03 10:15:24,769 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44 used request id req-66cb6be4-1a5f-4b21-8804-86e62bb00607 2019-01-03 10:15:24,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:24,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:25,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89faece5-ff8e-4758-8afc-c18a42098ba1 x-compute-request-id: req-89faece5-ff8e-4758-8afc-c18a42098ba1 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:15.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:16Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ad:0a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:02.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "c20e5076-5ed7-4cf5-9ef8-a024bc826d44", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:24Z", "hostId": "bdc6942f0df36c8a87441c26d45771bb67ebe81eb124da9e9641049f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:14:55Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:25,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89faece5-ff8e-4758-8afc-c18a42098ba1 2019-01-03 10:15:25,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358139038086s 2019-01-03 10:15:25,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-89faece5-ff8e-4758-8afc-c18a42098ba1 2019-01-03 10:15:25,132 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:27,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:27,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c41cf9d8-e971-42ec-abba-3ff7e5b46f7f x-compute-request-id: req-c41cf9d8-e971-42ec-abba-3ff7e5b46f7f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:15.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:16Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:27,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41cf9d8-e971-42ec-abba-3ff7e5b46f7f 2019-01-03 10:15:27,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.485247850418s 2019-01-03 10:15:27,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41cf9d8-e971-42ec-abba-3ff7e5b46f7f 2019-01-03 10:15:27,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 10:15:27,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/1e55d5c7-b140-4678-bd04-fce7e47df3be.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:28,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58c09ac0-54ec-4273-ba40-9cd03346d13b Content-Length: 0 Date: Thu, 03 Jan 2019 10:15:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:28,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1e55d5c7-b140-4678-bd04-fce7e47df3be.json used request id req-58c09ac0-54ec-4273-ba40-9cd03346d13b 2019-01-03 10:15:28,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.876961946487s 2019-01-03 10:15:28,502 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/1e55d5c7-b140-4678-bd04-fce7e47df3be.json used request id req-58c09ac0-54ec-4273-ba40-9cd03346d13b 2019-01-03 10:15:28,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:15:28,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:28,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-99f11b98-339e-475c-9ad3-60f035fa274b Date: Thu, 03 Jan 2019 10:15:28 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:15:28,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-99f11b98-339e-475c-9ad3-60f035fa274b 2019-01-03 10:15:28,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0215470790863s 2019-01-03 10:15:28,530 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-99f11b98-339e-475c-9ad3-60f035fa274b 2019-01-03 10:15:28,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 10:15:28,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:28,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15: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-067eb93d-91c1-44bb-b0f5-18a4672d0154 x-compute-request-id: req-067eb93d-91c1-44bb-b0f5-18a4672d0154 Content-Type: application/json 2019-01-03 10:15:28,692 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-067eb93d-91c1-44bb-b0f5-18a4672d0154 2019-01-03 10:15:28,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161142110825s 2019-01-03 10:15:28,692 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3 used request id req-067eb93d-91c1-44bb-b0f5-18a4672d0154 2019-01-03 10:15:28,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:28,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:29,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-220b3611-5822-47fa-8d86-caed97ae77dd x-compute-request-id: req-220b3611-5822-47fa-8d86-caed97ae77dd Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b5:9b", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/77f17390-c511-4b8b-b216-29a0cacc11b3", "rel": "bookmark"}], "image": {"id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "links": [{"href": "http://172.30.9.28:8774/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:15:15.000000", "flavor": {"id": "a75aab4e-b390-447b-9960-63211d9df211", "links": [{"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}]}, "id": "77f17390-c511-4b8b-b216-29a0cacc11b3", "security_groups": [{"name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}], "user_id": "90196cf2db34459e9cb0362766aebae3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:15:28Z", "hostId": "ab724a1aed78095163d93e4f8031ff13ee9852c89635da7a834c8d52", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "name": "vping_ssh-vm_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "created": "2019-01-03T10:15:07Z", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:29,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-220b3611-5822-47fa-8d86-caed97ae77dd 2019-01-03 10:15:29,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362001895905s 2019-01-03 10:15:29,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-220b3611-5822-47fa-8d86-caed97ae77dd 2019-01-03 10:15:29,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:15:31,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:31,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:31,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5dd84ab-f76c-4904-a1b0-ed04f5c19170 x-compute-request-id: req-d5dd84ab-f76c-4904-a1b0-ed04f5c19170 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:15:31,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d5dd84ab-f76c-4904-a1b0-ed04f5c19170 2019-01-03 10:15:31,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.102966070175s 2019-01-03 10:15:31,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d5dd84ab-f76c-4904-a1b0-ed04f5c19170 2019-01-03 10:15:31,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:15:31,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:31,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f2298ab2-3b53-4234-9f59-131a2910f57c Date: Thu, 03 Jan 2019 10:15:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:52Z", "updated_at": "2019-01-03T10:14:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "0459e589-ecc4-46ed-847f-572b82b1c8d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "25399f19-7fa4-46bd-9514-6acfc09226ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:53Z", "revision_number": 0, "id": "2b9d64d2-fc00-43eb-a659-654eecef111d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:53Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:52Z", "revision_number": 0, "id": "fe87c152-08af-437a-990d-fdde97472a5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:52Z", "security_group_id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "1cc357a5-b029-4f53-a46b-1f785ea65766", "name": "vping_ssh-sg_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}, {"description": "Default security group", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:40Z", "updated_at": "2019-01-03T10:14:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "7da5aad0-f08a-4c9e-a161-da9af73a3a25", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "9e97218b-5b3a-4490-a5b2-ceb0c6de6411", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:41Z", "revision_number": 0, "id": "c2045cae-a4d2-4bcb-bde7-7ecef181ddff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:41Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "cf349498-3702-4b9d-b705-ca0546574204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "64f069cf-a482-42de-be5b-f13df1eaead8", "name": "default"}]} 2019-01-03 10:15:31,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f2298ab2-3b53-4234-9f59-131a2910f57c 2019-01-03 10:15:31,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05641913414s 2019-01-03 10:15:31,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-f2298ab2-3b53-4234-9f59-131a2910f57c 2019-01-03 10:15:31,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:15:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1cc357a5-b029-4f53-a46b-1f785ea65766.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:31,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f3a6348-5387-4a0e-a62d-906d63765a6c Content-Length: 0 Date: Thu, 03 Jan 2019 10:15:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:31,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1cc357a5-b029-4f53-a46b-1f785ea65766.json used request id req-5f3a6348-5387-4a0e-a62d-906d63765a6c 2019-01-03 10:15:31,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.193386077881s 2019-01-03 10:15:31,422 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1cc357a5-b029-4f53-a46b-1f785ea65766.json used request id req-5f3a6348-5387-4a0e-a62d-906d63765a6c 2019-01-03 10:15:31,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-03 10:15:31,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:31,498 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f30a7a83-0bb4-4409-bfe0-933b4982b727 x-compute-request-id: req-f30a7a83-0bb4-4409-bfe0-933b4982b727 Content-Length: 0 Content-Type: application/json 2019-01-03 10:15:31,498 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24 used request id req-f30a7a83-0bb4-4409-bfe0-933b4982b727 2019-01-03 10:15:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0752708911896s 2019-01-03 10:15:31,499 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vping_ssh-kp_31fc5e1c-2c52-41fe-ad98-283e6a541b24 used request id req-f30a7a83-0bb4-4409-bfe0-933b4982b727 2019-01-03 10:15:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 10:15:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" -d '{"subnet_id": "8847d881-12d3-4a8b-bbb8-7642e0c87d90"}' 2019-01-03 10:15:32,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5328965d-c7be-411d-b936-d0d66cfd3aee Date: Thu, 03 Jan 2019 10:15:32 GMT RESP BODY: {"network_id": "9943d286-46d5-4b6b-9b82-356520823ecd", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "subnet_id": "8847d881-12d3-4a8b-bbb8-7642e0c87d90", "subnet_ids": ["8847d881-12d3-4a8b-bbb8-7642e0c87d90"], "port_id": "bfc3e9b7-fd0c-4d3d-8a59-7ca8b867f265", "id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c"} 2019-01-03 10:15:32,868 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/remove_router_interface.json used request id req-5328965d-c7be-411d-b936-d0d66cfd3aee 2019-01-03 10:15:32,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.36887598038s 2019-01-03 10:15:32,869 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c/remove_router_interface.json used request id req-5328965d-c7be-411d-b936-d0d66cfd3aee returning object ffe1e1c5-652d-4162-a494-e67558c5bf7c 2019-01-03 10:15:32,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 10:15:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:32,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-f000d16b-fe95-469f-9f5c-7e8e1153452a Date: Thu, 03 Jan 2019 10:15:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:43Z", "admin_state_up": true, "updated_at": "2019-01-03T10:15:32Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "ffe1e1c5-652d-4162-a494-e67558c5bf7c", "name": "vping_ssh-router_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:15:32,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f000d16b-fe95-469f-9f5c-7e8e1153452a 2019-01-03 10:15:32,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0776929855347s 2019-01-03 10:15:32,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f000d16b-fe95-469f-9f5c-7e8e1153452a 2019-01-03 10:15:32,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 10:15:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:36,667 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7fa5fbd1-d917-441c-884d-7ee849d01099 Content-Length: 0 Date: Thu, 03 Jan 2019 10:15:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:36,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c.json used request id req-7fa5fbd1-d917-441c-884d-7ee849d01099 2019-01-03 10:15:36,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.71770501137s 2019-01-03 10:15:36,668 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ffe1e1c5-652d-4162-a494-e67558c5bf7c.json used request id req-7fa5fbd1-d917-441c-884d-7ee849d01099 2019-01-03 10:15:36,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 10:15:36,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:36,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-525f09a2-9bdf-46be-a9de-c259fdc4543a Date: Thu, 03 Jan 2019 10:15:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9943d286-46d5-4b6b-9b82-356520823ecd","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:14:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"8847d881-12d3-4a8b-bbb8-7642e0c87d90","subnetpool_id":null,"name":"vping_ssh-subnet_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:15:36,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-525f09a2-9bdf-46be-a9de-c259fdc4543a 2019-01-03 10:15:36,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0578711032867s 2019-01-03 10:15:36,727 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-525f09a2-9bdf-46be-a9de-c259fdc4543a 2019-01-03 10:15:36,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 10:15:36,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/8847d881-12d3-4a8b-bbb8-7642e0c87d90.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:38,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ceb7500-d052-420a-92d2-9b91afaa3a4a Date: Thu, 03 Jan 2019 10:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:38,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8847d881-12d3-4a8b-bbb8-7642e0c87d90.json used request id req-5ceb7500-d052-420a-92d2-9b91afaa3a4a 2019-01-03 10:15:38,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.21079802513s 2019-01-03 10:15:38,939 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8847d881-12d3-4a8b-bbb8-7642e0c87d90.json used request id req-5ceb7500-d052-420a-92d2-9b91afaa3a4a 2019-01-03 10:15:38,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:38,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:39,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-2841ace8-1aca-4ea6-a46a-13c746c297ea Date: Thu, 03 Jan 2019 10:15: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":[],"updated_at":"2019-01-03T10:15:38Z","tenant_id":"eae90bbe2b63459f8b5846902a29eb6f","created_at":"2019-01-03T10:14:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"eae90bbe2b63459f8b5846902a29eb6f","id":"9943d286-46d5-4b6b-9b82-356520823ecd","name":"vping_ssh-net_31fc5e1c-2c52-41fe-ad98-283e6a541b24"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:39,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2841ace8-1aca-4ea6-a46a-13c746c297ea 2019-01-03 10:15:39,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107367992401s 2019-01-03 10:15:39,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-2841ace8-1aca-4ea6-a46a-13c746c297ea 2019-01-03 10:15:39,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 10:15:39,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/9943d286-46d5-4b6b-9b82-356520823ecd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:40,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1035663b-3b85-4990-99cf-bbda78485699 Date: Thu, 03 Jan 2019 10:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:40,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9943d286-46d5-4b6b-9b82-356520823ecd.json used request id req-1035663b-3b85-4990-99cf-bbda78485699 2019-01-03 10:15:40,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20241594315s 2019-01-03 10:15:40,252 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9943d286-46d5-4b6b-9b82-356520823ecd.json used request id req-1035663b-3b85-4990-99cf-bbda78485699 2019-01-03 10:15:40,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:15:40,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:40,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e82702e3-f814-4952-8815-ad5268db47bb Date: Thu, 03 Jan 2019 10:15:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "metadata": {}}], "file": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/file", "owner": "eae90bbe2b63459f8b5846902a29eb6f", "id": "cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "size": 12716032, "self": "/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:14:51Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:14:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:15:40,285 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e82702e3-f814-4952-8815-ad5268db47bb 2019-01-03 10:15:40,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.032949924469s 2019-01-03 10:15:40,286 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e82702e3-f814-4952-8815-ad5268db47bb 2019-01-03 10:15:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 10:15:40,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ca744aad2dc8f6553f869e9723402a7474a7b8fe" 2019-01-03 10:15:41,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-441e2481-07a1-4f25-81bb-ce1856c3aad5 Date: Thu, 03 Jan 2019 10:15:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:15:41,128 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0 used request id req-441e2481-07a1-4f25-81bb-ce1856c3aad5 2019-01-03 10:15:41,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.840464115143s 2019-01-03 10:15:41,128 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cdd0f7f3-01ab-47d5-a009-bf432dcf62a0 used request id req-441e2481-07a1-4f25-81bb-ce1856c3aad5 2019-01-03 10:15:41,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:15:41,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15: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-3c5533f0-a0a7-4221-87f2-8538ce62f2c6 x-compute-request-id: req-3c5533f0-a0a7-4221-87f2-8538ce62f2c6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a75aab4e-b390-447b-9960-63211d9df211", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a75aab4e-b390-447b-9960-63211d9df211", "name": "vping_ssh-flavor_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:15:41,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3c5533f0-a0a7-4221-87f2-8538ce62f2c6 2019-01-03 10:15:41,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331621170044s 2019-01-03 10:15:41,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3c5533f0-a0a7-4221-87f2-8538ce62f2c6 2019-01-03 10:15:41,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:15:41,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,217 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:15: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-9d76caed-aa0c-4d99-8015-8f9a9f5f8f9c x-compute-request-id: req-9d76caed-aa0c-4d99-8015-8f9a9f5f8f9c Content-Length: 0 Content-Type: application/json 2019-01-03 10:15:41,217 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211 used request id req-9d76caed-aa0c-4d99-8015-8f9a9f5f8f9c 2019-01-03 10:15:41,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.052698135376s 2019-01-03 10:15:41,218 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a75aab4e-b390-447b-9960-63211d9df211 used request id req-9d76caed-aa0c-4d99-8015-8f9a9f5f8f9c 2019-01-03 10:15:41,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:15:41,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77847012-8549-43fe-bfa7-ef03aba9c725 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24", "links": {"self": "http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3"}, "domain_id": "default", "enabled": true, "id": "90196cf2db34459e9cb0362766aebae3", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:15:41,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-77847012-8549-43fe-bfa7-ef03aba9c725 2019-01-03 10:15:41,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.098592042923s 2019-01-03 10:15:41,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-77847012-8549-43fe-bfa7-ef03aba9c725 2019-01-03 10:15:41,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:15:41,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489dfcf3-1561-4875-8be5-d9d92c759a93 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3"}, "enabled": true, "id": "90196cf2db34459e9cb0362766aebae3", "options": {}, "domain_id": "default", "name": "vping_ssh-user_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}} 2019-01-03 10:15:41,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 used request id req-489dfcf3-1561-4875-8be5-d9d92c759a93 2019-01-03 10:15:41,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089056968689s 2019-01-03 10:15:41,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 used request id req-489dfcf3-1561-4875-8be5-d9d92c759a93 2019-01-03 10:15:41,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:15:41,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da1e3272-3ce4-4c13-a561-1f8d669263e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:15:41,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 used request id req-da1e3272-3ce4-4c13-a561-1f8d669263e0 2019-01-03 10:15:41,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.173921823502s 2019-01-03 10:15:41,588 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/90196cf2db34459e9cb0362766aebae3 used request id req-da1e3272-3ce4-4c13-a561-1f8d669263e0 2019-01-03 10:15:41,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:15:41,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb9c0f4-574c-45b3-9f9b-f8b1106e9304 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f"}, "enabled": true, "id": "eae90bbe2b63459f8b5846902a29eb6f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_31fc5e1c-2c52-41fe-ad98-283e6a541b24"}]} 2019-01-03 10:15:41,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5fb9c0f4-574c-45b3-9f9b-f8b1106e9304 2019-01-03 10:15:41,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799450874329s 2019-01-03 10:15:41,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5fb9c0f4-574c-45b3-9f9b-f8b1106e9304 2019-01-03 10:15:41,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:15:41,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ce6f90-9da2-4619-bf7a-2a47fbd46ded Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:15:41,855 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f used request id req-14ce6f90-9da2-4619-bf7a-2a47fbd46ded 2019-01-03 10:15:41,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.183746814728s 2019-01-03 10:15:41,855 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/eae90bbe2b63459f8b5846902a29eb6f used request id req-14ce6f90-9da2-4619-bf7a-2a47fbd46ded 2019-01-03 10:15:41,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:15:41,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:41,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67c2da0-4caa-461f-a39a-5cda5b1b99a7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "192ae1ef7e1e4e04b70c392710202825", "links": {"self": "http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:15:41,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b67c2da0-4caa-461f-a39a-5cda5b1b99a7 2019-01-03 10:15:41,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818748474121s 2019-01-03 10:15:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:15:41,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:42,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b95e5fb7-1010-4a60-9ff9-573ae5a2c11d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:15:42,043 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/192ae1ef7e1e4e04b70c392710202825 used request id req-b95e5fb7-1010-4a60-9ff9-573ae5a2c11d 2019-01-03 10:15:42,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103958845139s 2019-01-03 10:15:42,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:15:42,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=eae90bbe2b63459f8b5846902a29eb6f&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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:42,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-a896b28b-febf-4894-b503-3309a7f833a1 Date: Thu, 03 Jan 2019 10:15:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:40Z", "updated_at": "2019-01-03T10:14:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "7da5aad0-f08a-4c9e-a161-da9af73a3a25", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "9e97218b-5b3a-4490-a5b2-ceb0c6de6411", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:41Z", "revision_number": 0, "id": "c2045cae-a4d2-4bcb-bde7-7ecef181ddff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:41Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "cf349498-3702-4b9d-b705-ca0546574204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "64f069cf-a482-42de-be5b-f13df1eaead8", "name": "default"}]} 2019-01-03 10:15:42,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=eae90bbe2b63459f8b5846902a29eb6f&name=default used request id req-a896b28b-febf-4894-b503-3309a7f833a1 2019-01-03 10:15:42,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197848081589s 2019-01-03 10:15:42,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=eae90bbe2b63459f8b5846902a29eb6f&name=default used request id req-a896b28b-febf-4894-b503-3309a7f833a1 2019-01-03 10:15:42,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:15:42,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:42,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6d9b8a97-1a58-4e13-a6ee-6169b2c55268 Date: Thu, 03 Jan 2019 10:15:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "created_at": "2019-01-03T10:14:40Z", "updated_at": "2019-01-03T10:14:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "9e97218b-5b3a-4490-a5b2-ceb0c6de6411", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "cf349498-3702-4b9d-b705-ca0546574204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:40Z", "revision_number": 0, "id": "7da5aad0-f08a-4c9e-a161-da9af73a3a25", "remote_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:40Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:14:41Z", "revision_number": 0, "id": "c2045cae-a4d2-4bcb-bde7-7ecef181ddff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:14:41Z", "security_group_id": "64f069cf-a482-42de-be5b-f13df1eaead8", "tenant_id": "eae90bbe2b63459f8b5846902a29eb6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eae90bbe2b63459f8b5846902a29eb6f"}], "revision_number": 4, "project_id": "eae90bbe2b63459f8b5846902a29eb6f", "id": "64f069cf-a482-42de-be5b-f13df1eaead8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:15:42,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6d9b8a97-1a58-4e13-a6ee-6169b2c55268 2019-01-03 10:15:42,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191276073456s 2019-01-03 10:15:42,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6d9b8a97-1a58-4e13-a6ee-6169b2c55268 2019-01-03 10:15:42,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:15:42,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/64f069cf-a482-42de-be5b-f13df1eaead8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b59710c8da9b6ab1af03241e7a204ab51fdb98a5" 2019-01-03 10:15:42,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-649ea3d3-aedd-488c-b70b-cc5d9d7e15a9 Content-Length: 0 Date: Thu, 03 Jan 2019 10:15:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:15:42,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/64f069cf-a482-42de-be5b-f13df1eaead8.json used request id req-649ea3d3-aedd-488c-b70b-cc5d9d7e15a9 2019-01-03 10:15:42,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.425002813339s 2019-01-03 10:15:42,869 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/64f069cf-a482-42de-be5b-f13df1eaead8.json used request id req-649ea3d3-aedd-488c-b70b-cc5d9d7e15a9 2019-01-03 10:15:42,922 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2019-01-03 10:15:42,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:15:42,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:15:42,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:15:42,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:15:42,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:15:42,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:15:42,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:15:42,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e2fb668-68ca-45bb-bdd0-65c8f9b407c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:15:42,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e2fb668-68ca-45bb-bdd0-65c8f9b407c8 2019-01-03 10:15:42,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:15:43,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["whsJ4N3zS6mwduxjYTp9sA"], "issued_at": "2019-01-03T10:15:43.000000Z"}} 2019-01-03 10:15:43,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:43,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:43,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e7f59a47-be32-42e3-b1d3-71a382519358 Date: Thu, 03 Jan 2019 10:15:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:15:43,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e7f59a47-be32-42e3-b1d3-71a382519358 2019-01-03 10:15:43,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239068984985s 2019-01-03 10:15:43,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e7f59a47-be32-42e3-b1d3-71a382519358 2019-01-03 10:15:43,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:15:43,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:43,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:15:43,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:43,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23841ac9-1d2e-453a-b3b6-ad869e851e57 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:15:43,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-23841ac9-1d2e-453a-b3b6-ad869e851e57 2019-01-03 10:15:43,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0961699485779s 2019-01-03 10:15:43,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:15:43,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}}' 2019-01-03 10:15:43,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a71fdebd-eedd-4836-98fb-1d584f70a70e 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.28:5000/v3/projects/355a481d00234200b432a41e70460720"}, "enabled": true, "id": "355a481d00234200b432a41e70460720", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}} 2019-01-03 10:15:43,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a71fdebd-eedd-4836-98fb-1d584f70a70e 2019-01-03 10:15:43,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108695983887s 2019-01-03 10:15:43,824 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a71fdebd-eedd-4836-98fb-1d584f70a70e 2019-01-03 10:15:43,825 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'id': u'355a481d00234200b432a41e70460720', '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'})}) 2019-01-03 10:15:43,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:15:44,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.450697898865s 2019-01-03 10:15:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc153591-c0e0-4a5a-a42a-e88b3c146a6d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979"}, "enabled": true, "id": "5826b5c7a6e243fab9892e9160e64979", "options": {}, "domain_id": "default", "name": "vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247"}} 2019-01-03 10:15:44,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 used request id req-fc153591-c0e0-4a5a-a42a-e88b3c146a6d 2019-01-03 10:15:44,371 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5826b5c7a6e243fab9892e9160e64979', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247'}) 2019-01-03 10:15:44,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:15:44,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10abe5c-eb3f-4991-90a1-6f6b1fa7c7d4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:15:44,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f10abe5c-eb3f-4991-90a1-6f6b1fa7c7d4 2019-01-03 10:15:44,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799179077148s 2019-01-03 10:15:44,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:15:44,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f17465-c195-4537-bfae-439bc63ea20a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:15:44,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-21f17465-c195-4537-bfae-439bc63ea20a 2019-01-03 10:15:44,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787580013275s 2019-01-03 10:15:44,533 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:15:44,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:15:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" -d '{"role": {"name": "Member"}}' 2019-01-03 10:15:44,630 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee97416c-52d0-4ac7-b1b1-af7e96125b1e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "207bc170fb374c30a65ce6a472cee23e", "links": {"self": "http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e"}, "name": "Member"}} 2019-01-03 10:15:44,630 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ee97416c-52d0-4ac7-b1b1-af7e96125b1e 2019-01-03 10:15:44,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0967772006989s 2019-01-03 10:15:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab1eae07-c805-47b6-8951-d79491865239 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e"}, "domain_id": null, "name": "Member", "id": "207bc170fb374c30a65ce6a472cee23e"}} 2019-01-03 10:15:44,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e used request id req-ab1eae07-c805-47b6-8951-d79491865239 2019-01-03 10:15:44,706 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e'}, 'domain_id': None, 'human_id': None, 'id': u'207bc170fb374c30a65ce6a472cee23e', 'HUMAN_ID': False}) 2019-01-03 10:15:44,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:15:44,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f495d412-b518-4278-81a2-27db126b3506 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "207bc170fb374c30a65ce6a472cee23e", "links": {"self": "http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:15:44,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f495d412-b518-4278-81a2-27db126b3506 2019-01-03 10:15:44,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747570991516s 2019-01-03 10:15:44,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:15:44,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e4fe4c-7650-4932-945f-b121ca1befb1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:15:44,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a5e4fe4c-7650-4932-945f-b121ca1befb1 2019-01-03 10:15:44,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0774409770966s 2019-01-03 10:15:44,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:15:44,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:44,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf6c886-9632-4642-976d-f46171ef6c64 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247", "links": {"self": "http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979"}, "domain_id": "default", "enabled": true, "id": "5826b5c7a6e243fab9892e9160e64979", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:15:44,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8cf6c886-9632-4642-976d-f46171ef6c64 2019-01-03 10:15:44,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954360961914s 2019-01-03 10:15:44,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8cf6c886-9632-4642-976d-f46171ef6c64 2019-01-03 10:15:44,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:15:44,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:45,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d969805a-25c9-4a23-b694-01df5c0cc3e4 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720"}, "enabled": true, "id": "355a481d00234200b432a41e70460720", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:15:45,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d969805a-25c9-4a23-b694-01df5c0cc3e4 2019-01-03 10:15:45,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0845859050751s 2019-01-03 10:15:45,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d969805a-25c9-4a23-b694-01df5c0cc3e4 2019-01-03 10:15:45,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:15:45,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=5826b5c7a6e243fab9892e9160e64979&scope.project.id=355a481d00234200b432a41e70460720&role.id=207bc170fb374c30a65ce6a472cee23e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:45,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd623317-73a7-4405-92d5-c56234916021 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=5826b5c7a6e243fab9892e9160e64979&scope.project.id=355a481d00234200b432a41e70460720&role.id=207bc170fb374c30a65ce6a472cee23e", "previous": null, "next": null}} 2019-01-03 10:15:45,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=5826b5c7a6e243fab9892e9160e64979&scope.project.id=355a481d00234200b432a41e70460720&role.id=207bc170fb374c30a65ce6a472cee23e used request id req-cd623317-73a7-4405-92d5-c56234916021 2019-01-03 10:15:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0727591514587s 2019-01-03 10:15:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:15:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720/users/5826b5c7a6e243fab9892e9160e64979/roles/207bc170fb374c30a65ce6a472cee23e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:45,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:15:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0499134-52a9-4bb3-a65a-a5d65a9165cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:15:45,250 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720/users/5826b5c7a6e243fab9892e9160e64979/roles/207bc170fb374c30a65ce6a472cee23e used request id req-c0499134-52a9-4bb3-a65a-a5d65a9165cf 2019-01-03 10:15:45,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121662855148s 2019-01-03 10:15:45,251 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', 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': '5af2291e-8eb5-42ac-9fde-fcd9a4a1b362', 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_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'project_id': u'355a481d00234200b432a41e70460720', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:15:45,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:15:45,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:15:45,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:15:45,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:15:45,257 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'password': '5af2291e-8eb5-42ac-9fde-fcd9a4a1b362', 'project_name': 'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '355a481d00234200b432a41e70460720', 'project_domain_name': 'Default'} 2019-01-03 10:15:45,257 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2019-01-03 10:15:45,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:15:45,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:45,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4eb915c-2524-486e-8c37-09636abd6ab0 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:15:45,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f4eb915c-2524-486e-8c37-09636abd6ab0 2019-01-03 10:15:45,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0919780731201s 2019-01-03 10:15:45,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:15:45,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:15:45,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03287aab-3447-4f21-8fb2-c24066b35c23 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720"}, "enabled": true, "id": "355a481d00234200b432a41e70460720", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:15:45,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-03287aab-3447-4f21-8fb2-c24066b35c23 2019-01-03 10:15:45,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.076318025589s 2019-01-03 10:15:45,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-03287aab-3447-4f21-8fb2-c24066b35c23 2019-01-03 10:15:45,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 10:15:45,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" -d '{"network": {"tenant_id": "355a481d00234200b432a41e70460720", "name": "vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247", "admin_state_up": true}}' 2019-01-03 10:15:45,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-5c5a61ba-20eb-4a8a-a7b7-31c5d7351383 Date: Thu, 03 Jan 2019 10: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":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"355a481d00234200b432a41e70460720","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:15:45Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247","admin_state_up":true,"tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","mtu":1450}} 2019-01-03 10:15:45,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5c5a61ba-20eb-4a8a-a7b7-31c5d7351383 2019-01-03 10:15:45,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.49147605896s 2019-01-03 10:15:45,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-5c5a61ba-20eb-4a8a-a7b7-31c5d7351383 2019-01-03 10:15:45,923 - 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'2019-01-03T10:15:45Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb', u'provider:segmentation_id': 33, 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_9a7c899d-9b8a-4906-aefa-e46310bc4247', u'created_at': u'2019-01-03T10:15:45Z', u'mtu': 1450, u'tenant_id': u'355a481d00234200b432a41e70460720', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'355a481d00234200b432a41e70460720'}) 2019-01-03 10:15:45,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:15:45,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8d24ba-623d-4a38-952b-f69a08584f84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:15:45,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e8d24ba-623d-4a38-952b-f69a08584f84 2019-01-03 10:15:45,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:15:46,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "207bc170fb374c30a65ce6a472cee23e", "name": "Member"}], "expires_at": "2019-01-03T11:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "355a481d00234200b432a41e70460720", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/355a481d00234200b432a41e70460720", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/355a481d00234200b432a41e70460720", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/355a481d00234200b432a41e70460720", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/355a481d00234200b432a41e70460720", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/355a481d00234200b432a41e70460720", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/355a481d00234200b432a41e70460720", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/355a481d00234200b432a41e70460720", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/355a481d00234200b432a41e70460720", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/355a481d00234200b432a41e70460720", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/355a481d00234200b432a41e70460720", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/355a481d00234200b432a41e70460720", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/355a481d00234200b432a41e70460720", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247", "id": "5826b5c7a6e243fab9892e9160e64979"}, "audit_ids": ["rRtwwDRxQF-MJszh260f7A"], "issued_at": "2019-01-03T10:15:46.000000Z"}} 2019-01-03 10:15:46,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:46,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:46,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-e68aafbe-f8e7-482c-a3b4-93b4119dac2b Date: Thu, 03 Jan 2019 10:15: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":"2019-01-03T10:15:45Z","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"355a481d00234200b432a41e70460720","id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:46,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e68aafbe-f8e7-482c-a3b4-93b4119dac2b 2019-01-03 10:15:46,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258224964142s 2019-01-03 10:15:46,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e68aafbe-f8e7-482c-a3b4-93b4119dac2b 2019-01-03 10:15:46,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 10:15:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"subnet": {"name": "vping_userdata-subnet_9a7c899d-9b8a-4906-aefa-e46310bc4247", "enable_dhcp": true, "network_id": "93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 10:15:47,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f84f9fb-333e-4314-88e3-c1e530851445 Date: Thu, 03 Jan 2019 10:15:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:15:47Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"355a481d00234200b432a41e70460720","id":"fbb66f0e-5acb-48c2-a236-b37f5416afdf","subnetpool_id":null,"name":"vping_userdata-subnet_9a7c899d-9b8a-4906-aefa-e46310bc4247"}} 2019-01-03 10:15:47,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5f84f9fb-333e-4314-88e3-c1e530851445 2019-01-03 10:15:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.713733911514s 2019-01-03 10:15:47,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5f84f9fb-333e-4314-88e3-c1e530851445 2019-01-03 10:15:47,313 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:15:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fbb66f0e-5acb-48c2-a236-b37f5416afdf', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_9a7c899d-9b8a-4906-aefa-e46310bc4247', u'enable_dhcp': True, u'network_id': u'93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb', u'tenant_id': u'355a481d00234200b432a41e70460720', u'created_at': u'2019-01-03T10:15:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'355a481d00234200b432a41e70460720'}) 2019-01-03 10:15:47,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 10:15:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "vping_userdata-router_9a7c899d-9b8a-4906-aefa-e46310bc4247", "admin_state_up": true}}' 2019-01-03 10:15:52,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-a6a9c2fe-2085-4678-9d78-2b929e237839 Date: Thu, 03 Jan 2019 10:15:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "355a481d00234200b432a41e70460720", "created_at": "2019-01-03T10:15:48Z", "admin_state_up": true, "updated_at": "2019-01-03T10:15:49Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "355a481d00234200b432a41e70460720", "id": "30b057c7-f051-4d5e-84cd-5872949d408e", "name": "vping_userdata-router_9a7c899d-9b8a-4906-aefa-e46310bc4247"}} 2019-01-03 10:15:52,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a6a9c2fe-2085-4678-9d78-2b929e237839 2019-01-03 10:15:52,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.12705302238s 2019-01-03 10:15:52,441 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a6a9c2fe-2085-4678-9d78-2b929e237839 2019-01-03 10:15:52,442 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:15:49Z', u'revision_number': 2, u'id': u'30b057c7-f051-4d5e-84cd-5872949d408e', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_9a7c899d-9b8a-4906-aefa-e46310bc4247', u'admin_state_up': True, u'tenant_id': u'355a481d00234200b432a41e70460720', u'created_at': u'2019-01-03T10:15:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'355a481d00234200b432a41e70460720'}) 2019-01-03 10:15:52,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 10:15:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"subnet_id": "fbb66f0e-5acb-48c2-a236-b37f5416afdf"}' 2019-01-03 10:15:54,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0bd7a716-f9bc-41d0-9ec9-6abc07a37550 Date: Thu, 03 Jan 2019 10:15:54 GMT RESP BODY: {"network_id": "93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb", "tenant_id": "355a481d00234200b432a41e70460720", "subnet_id": "fbb66f0e-5acb-48c2-a236-b37f5416afdf", "subnet_ids": ["fbb66f0e-5acb-48c2-a236-b37f5416afdf"], "port_id": "57886632-84f0-439f-981e-30c76414bcb6", "id": "30b057c7-f051-4d5e-84cd-5872949d408e"} 2019-01-03 10:15:54,546 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/add_router_interface.json used request id req-0bd7a716-f9bc-41d0-9ec9-6abc07a37550 2019-01-03 10:15:54,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10354089737s 2019-01-03 10:15:54,546 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/add_router_interface.json used request id req-0bd7a716-f9bc-41d0-9ec9-6abc07a37550 returning object 30b057c7-f051-4d5e-84cd-5872949d408e 2019-01-03 10:15:54,547 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:15:54,628 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 10:15:54,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:54,635 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 10:15:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 10:15:54,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:15:54,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:54,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dddcfbff-ffc2-41ce-915a-0fff1bf3b46e Date: Thu, 03 Jan 2019 10:15:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:15:54,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dddcfbff-ffc2-41ce-915a-0fff1bf3b46e 2019-01-03 10:15:54,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166895151138s 2019-01-03 10:15:54,803 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-dddcfbff-ffc2-41ce-915a-0fff1bf3b46e 2019-01-03 10:15:54,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:15:54,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247"}' 2019-01-03 10:15:55,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a X-Openstack-Request-Id: req-e789fa79-06a8-4b28-958d-369492b5db55 Date: Thu, 03 Jan 2019 10:15:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file", "owner": "355a481d00234200b432a41e70460720", "id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "size": null, "self": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:15:54Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "checksum": null, "created_at": "2019-01-03T10:15:54Z", "protected": false} 2019-01-03 10:15:55,051 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e789fa79-06a8-4b28-958d-369492b5db55 2019-01-03 10:15:55,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.24554681778s 2019-01-03 10:15:55,052 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e789fa79-06a8-4b28-958d-369492b5db55 returning object d21acce8-b6a8-453c-b0e3-64a3a364621a 2019-01-03 10:15:55,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:15:55,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '' 2019-01-03 10:15:56,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6017fa29-5c78-4617-ba93-5a757db5ce61 Date: Thu, 03 Jan 2019 10:15:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:15:56,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file used request id req-6017fa29-5c78-4617-ba93-5a757db5ce61 2019-01-03 10:15:56,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.982818841934s 2019-01-03 10:15:56,035 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file used request id req-6017fa29-5c78-4617-ba93-5a757db5ce61 2019-01-03 10:15:56,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:15:56,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:56,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-15d636e9-8619-4a8f-9e3d-3f660f0e488b Date: Thu, 03 Jan 2019 10:15:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "metadata": {}}], "file": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file", "owner": "355a481d00234200b432a41e70460720", "id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "size": 12716032, "self": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:15:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:15:56,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15d636e9-8619-4a8f-9e3d-3f660f0e488b 2019-01-03 10:15:56,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171828985214s 2019-01-03 10:15:56,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15d636e9-8619-4a8f-9e3d-3f660f0e488b 2019-01-03 10:15:56,211 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file', 'owner': u'355a481d00234200b432a41e70460720', 'id': u'd21acce8-b6a8-453c-b0e3-64a3a364621a', 'size': 12716032, u'self': u'/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'355a481d00234200b432a41e70460720', 'name': 'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:15:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T10:15:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'created': u'2019-01-03T10:15:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:15:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:15:56,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:15:56,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:15:56,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-a85351ec-443b-4d9a-b76b-46bdd917d562 x-compute-request-id: req-a85351ec-443b-4d9a-b76b-46bdd917d562 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "name": "vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:15:56,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a85351ec-443b-4d9a-b76b-46bdd917d562 2019-01-03 10:15:56,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.2262840271s 2019-01-03 10:15:56,438 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a85351ec-443b-4d9a-b76b-46bdd917d562 returning object 9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6 2019-01-03 10:15:56,439 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6', 'swap': 0}) 2019-01-03 10:15:56,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:15:56,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6/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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" -d '{"extra_specs": {}}' 2019-01-03 10:15:56,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5045cd71-3c73-4e68-89c2-3d5206812913 x-compute-request-id: req-5045cd71-3c73-4e68-89c2-3d5206812913 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:15:56,464 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6/os-extra_specs used request id req-5045cd71-3c73-4e68-89c2-3d5206812913 2019-01-03 10:15:56,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0238280296326s 2019-01-03 10:15:56,464 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6/os-extra_specs used request id req-5045cd71-3c73-4e68-89c2-3d5206812913 2019-01-03 10:15:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:56,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:56,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-e4a57a52-587b-4227-9c23-da84604e94bd Date: Thu, 03 Jan 2019 10: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":["fbb66f0e-5acb-48c2-a236-b37f5416afdf"],"updated_at":"2019-01-03T10:15:47Z","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"355a481d00234200b432a41e70460720","id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:56,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e4a57a52-587b-4227-9c23-da84604e94bd 2019-01-03 10:15:56,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245882034302s 2019-01-03 10:15:56,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e4a57a52-587b-4227-9c23-da84604e94bd 2019-01-03 10:15:56,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:15:56,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:56,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-1e602f08-28e1-468c-bef2-fd7087b586e3 Date: Thu, 03 Jan 2019 10:15:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "metadata": {}}], "file": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file", "owner": "355a481d00234200b432a41e70460720", "id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "size": 12716032, "self": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:15:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:15:56,892 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e602f08-28e1-468c-bef2-fd7087b586e3 2019-01-03 10:15:56,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178844928741s 2019-01-03 10:15:56,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1e602f08-28e1-468c-bef2-fd7087b586e3 2019-01-03 10:15:56,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:15:56,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:57,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-8c8d7f8d-eb7c-4100-938a-382c63fa1562 x-compute-request-id: req-8c8d7f8d-eb7c-4100-938a-382c63fa1562 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "name": "vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:15:57,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8c8d7f8d-eb7c-4100-938a-382c63fa1562 2019-01-03 10:15:57,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.168188095093s 2019-01-03 10:15:57,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8c8d7f8d-eb7c-4100-938a-382c63fa1562 2019-01-03 10:15:57,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 10:15:57,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"server": {"name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "imageRef": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "flavorRef": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb"}]}}' 2019-01-03 10:15:58,643 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10: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 x-openstack-request-id: req-849c9867-cee9-44d8-8542-bf73f53623f0 x-compute-request-id: req-849c9867-cee9-44d8-8542-bf73f53623f0 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "adminPass": "P3ztSQD5mwEa"}} 2019-01-03 10:15:58,643 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-849c9867-cee9-44d8-8542-bf73f53623f0 2019-01-03 10:15:58,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.57808804512s 2019-01-03 10:15:58,643 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-849c9867-cee9-44d8-8542-bf73f53623f0 2019-01-03 10:15:58,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:15:58,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:58,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-d86841f5-4622-4a40-a415-b6a851c8762b x-compute-request-id: req-d86841f5-4622-4a40-a415-b6a851c8762b 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.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:15:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:15:58,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d86841f5-4622-4a40-a415-b6a851c8762b 2019-01-03 10:15:58,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.283585071564s 2019-01-03 10:15:58,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d86841f5-4622-4a40-a415-b6a851c8762b 2019-01-03 10:15:58,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:15:58,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:59,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-ca9e29c9-259a-4d74-a3dc-1098dd2ce337 Date: Thu, 03 Jan 2019 10: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":["fbb66f0e-5acb-48c2-a236-b37f5416afdf"],"updated_at":"2019-01-03T10:15:47Z","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"355a481d00234200b432a41e70460720","id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:15:59,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ca9e29c9-259a-4d74-a3dc-1098dd2ce337 2019-01-03 10:15:59,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108343839645s 2019-01-03 10:15:59,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-ca9e29c9-259a-4d74-a3dc-1098dd2ce337 2019-01-03 10:15:59,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 10:15:59,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:15:59,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-427cc37d-ed6c-4b47-b751-bddfb119b1fe Date: Thu, 03 Jan 2019 10:15:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:15:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"355a481d00234200b432a41e70460720","id":"fbb66f0e-5acb-48c2-a236-b37f5416afdf","subnetpool_id":null,"name":"vping_userdata-subnet_9a7c899d-9b8a-4906-aefa-e46310bc4247"}]} 2019-01-03 10:15:59,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-427cc37d-ed6c-4b47-b751-bddfb119b1fe 2019-01-03 10:15:59,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.182817935944s 2019-01-03 10:15:59,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-427cc37d-ed6c-4b47-b751-bddfb119b1fe 2019-01-03 10:15:59,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:01,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:01,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:01,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-77dac14f-6cea-4c11-90c9-476e7e98b07b x-compute-request-id: req-77dac14f-6cea-4c11-90c9-476e7e98b07b 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.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:00Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:01,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77dac14f-6cea-4c11-90c9-476e7e98b07b 2019-01-03 10:16:01,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51634812355s 2019-01-03 10:16:01,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77dac14f-6cea-4c11-90c9-476e7e98b07b 2019-01-03 10:16:01,753 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:03,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:03,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:04,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-093d8136-8888-48a7-aee0-59343137724f x-compute-request-id: req-093d8136-8888-48a7-aee0-59343137724f 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.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:00Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:04,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-093d8136-8888-48a7-aee0-59343137724f 2019-01-03 10:16:04,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514248132706s 2019-01-03 10:16:04,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-093d8136-8888-48a7-aee0-59343137724f 2019-01-03 10:16:04,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:06,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:06,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:06,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-a7d7a051-7127-40f1-ab99-28fdf6fb97e2 x-compute-request-id: req-a7d7a051-7127-40f1-ab99-28fdf6fb97e2 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.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:00Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:06,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7d7a051-7127-40f1-ab99-28fdf6fb97e2 2019-01-03 10:16:06,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665066003799s 2019-01-03 10:16:06,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a7d7a051-7127-40f1-ab99-28fdf6fb97e2 2019-01-03 10:16:06,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:08,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:08,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:09,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc2829e2-d237-417f-a5c6-3ee96692b738 x-compute-request-id: req-dc2829e2-d237-417f-a5c6-3ee96692b738 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:09,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc2829e2-d237-417f-a5c6-3ee96692b738 2019-01-03 10:16:09,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770503997803s 2019-01-03 10:16:09,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dc2829e2-d237-417f-a5c6-3ee96692b738 2019-01-03 10:16:09,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 10:16:09,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=309998cd-5a47-4368-a0c8-18b77648e12d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:09,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-63fdb28d-eff5-450b-bbbc-9c77199b68c4 Date: Thu, 03 Jan 2019 10:16:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:16:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fbb66f0e-5acb-48c2-a236-b37f5416afdf","ip_address":"192.168.120.10"}],"id":"d5bff989-ce97-41da-a0fd-8969c69adaa7","security_groups":["e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de"],"mac_address":"fa:16:3e:e5:05:df","project_id":"355a481d00234200b432a41e70460720","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:16:00Z","binding:vnic_type":"normal","device_id":"309998cd-5a47-4368-a0c8-18b77648e12d"}]} 2019-01-03 10:16:09,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=309998cd-5a47-4368-a0c8-18b77648e12d used request id req-63fdb28d-eff5-450b-bbbc-9c77199b68c4 2019-01-03 10:16:09,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600640773773s 2019-01-03 10:16:09,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=309998cd-5a47-4368-a0c8-18b77648e12d used request id req-63fdb28d-eff5-450b-bbbc-9c77199b68c4 2019-01-03 10:16:09,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:16:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d5bff989-ce97-41da-a0fd-8969c69adaa7" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:09,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-90b5c06d-88b8-4adf-8d4e-a47707edcbeb Date: Thu, 03 Jan 2019 10:16:09 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:16:09,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d5bff989-ce97-41da-a0fd-8969c69adaa7 used request id req-90b5c06d-88b8-4adf-8d4e-a47707edcbeb 2019-01-03 10:16:09,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.175201892853s 2019-01-03 10:16:09,967 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=d5bff989-ce97-41da-a0fd-8969c69adaa7 used request id req-90b5c06d-88b8-4adf-8d4e-a47707edcbeb 2019-01-03 10:16:09,968 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:05:df', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd21acce8-b6a8-453c-b0e3-64a3a364621a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T10:16:06.000000', 'flavor': Munch({u'id': u'9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6'}), 'az': u'nova', 'id': u'309998cd-5a47-4368-a0c8-18b77648e12d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5826b5c7a6e243fab9892e9160e64979', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'355a481d00234200b432a41e70460720', 'name': 'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', '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'2019-01-03T10:16:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T10:16:06Z', 'hostId': u'1618214855be19e06cc16b254db63416762a2803666de847885c994a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'1618214855be19e06cc16b254db63416762a2803666de847885c994a', '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'2019-01-03T10:16:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'355a481d00234200b432a41e70460720', 'name': u'vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'adminPass': u'P3ztSQD5mwEa', 'tenant_id': u'355a481d00234200b432a41e70460720', 'region': 'regionOne', 'created': u'2019-01-03T10:15:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 10:16:09,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:16:09,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:10,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-88f506a5-6fd3-4bdc-910e-bb74be1c51e5 Date: Thu, 03 Jan 2019 10:16: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":["fbb66f0e-5acb-48c2-a236-b37f5416afdf"],"updated_at":"2019-01-03T10:15:47Z","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"355a481d00234200b432a41e70460720","id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:16:10,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-88f506a5-6fd3-4bdc-910e-bb74be1c51e5 2019-01-03 10:16:10,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111464977264s 2019-01-03 10:16:10,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-88f506a5-6fd3-4bdc-910e-bb74be1c51e5 2019-01-03 10:16:10,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:16:10,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:10,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b9b4de75-e922-4145-99c5-5a834d0ec6d1 Date: Thu, 03 Jan 2019 10:16:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "metadata": {}}], "file": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file", "owner": "355a481d00234200b432a41e70460720", "id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "size": 12716032, "self": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:15:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:16:10,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b9b4de75-e922-4145-99c5-5a834d0ec6d1 2019-01-03 10:16:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180341959s 2019-01-03 10:16:10,263 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b9b4de75-e922-4145-99c5-5a834d0ec6d1 2019-01-03 10:16:10,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:16:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:10,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af9b18ad-26ec-40dc-a052-727d60ff699d x-compute-request-id: req-af9b18ad-26ec-40dc-a052-727d60ff699d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "name": "vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:16:10,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-af9b18ad-26ec-40dc-a052-727d60ff699d 2019-01-03 10:16:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343191623688s 2019-01-03 10:16:10,299 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-af9b18ad-26ec-40dc-a052-727d60ff699d 2019-01-03 10:16:10,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 10:16:10,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"server": {"name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "imageRef": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "flavorRef": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEwIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb"}]}}' 2019-01-03 10:16:12,146 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b10ab6f1-cf4e-4fe7-8555-17ca8b39c64b x-compute-request-id: req-b10ab6f1-cf4e-4fe7-8555-17ca8b39c64b Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "adminPass": "6M8cTrMPZ2DW"}} 2019-01-03 10:16:12,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b10ab6f1-cf4e-4fe7-8555-17ca8b39c64b 2019-01-03 10:16:12,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.84600806236s 2019-01-03 10:16:12,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-b10ab6f1-cf4e-4fe7-8555-17ca8b39c64b 2019-01-03 10:16:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:12,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:12,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a77dc0c6-1752-4b1e-95a3-100305f6efa6 x-compute-request-id: req-a77dc0c6-1752-4b1e-95a3-100305f6efa6 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:12,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a77dc0c6-1752-4b1e-95a3-100305f6efa6 2019-01-03 10:16:12,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634433984756s 2019-01-03 10:16:12,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a77dc0c6-1752-4b1e-95a3-100305f6efa6 2019-01-03 10:16:12,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:14,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:14,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:15,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d89ad343-649f-48e1-b8b6-529ffe34ac72 x-compute-request-id: req-d89ad343-649f-48e1-b8b6-529ffe34ac72 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:13Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:15,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d89ad343-649f-48e1-b8b6-529ffe34ac72 2019-01-03 10:16:15,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683113098145s 2019-01-03 10:16:15,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d89ad343-649f-48e1-b8b6-529ffe34ac72 2019-01-03 10:16:15,480 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:17,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:17,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:18,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a140864-db86-4c76-92a6-0ea8109f849d x-compute-request-id: req-7a140864-db86-4c76-92a6-0ea8109f849d Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:13Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:18,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a140864-db86-4c76-92a6-0ea8109f849d 2019-01-03 10:16:18,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676515102386s 2019-01-03 10:16:18,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a140864-db86-4c76-92a6-0ea8109f849d 2019-01-03 10:16:18,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:20,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:20,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:20,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6173ee80-0b25-49af-a1b8-e825b3541c15 x-compute-request-id: req-6173ee80-0b25-49af-a1b8-e825b3541c15 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T10:16:13Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:20,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6173ee80-0b25-49af-a1b8-e825b3541c15 2019-01-03 10:16:20,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.687510967255s 2019-01-03 10:16:20,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6173ee80-0b25-49af-a1b8-e825b3541c15 2019-01-03 10:16:20,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:22,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:22,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:23,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0081e193-79d8-46fa-9ecf-246e251f55c7 x-compute-request-id: req-0081e193-79d8-46fa-9ecf-246e251f55c7 Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ac:d6", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:20Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:23,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0081e193-79d8-46fa-9ecf-246e251f55c7 2019-01-03 10:16:23,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811633825302s 2019-01-03 10:16:23,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0081e193-79d8-46fa-9ecf-246e251f55c7 2019-01-03 10:16:23,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 10:16:23,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=1b26ca6c-2405-459e-9703-239fa7d52acd" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:23,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-a92157aa-19c0-4a12-aba9-9d88df52d1cf Date: Thu, 03 Jan 2019 10:16:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T10:16:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fbb66f0e-5acb-48c2-a236-b37f5416afdf","ip_address":"192.168.120.12"}],"id":"8736ecec-b8f7-4752-9443-5ed5418f86f1","security_groups":["e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de"],"mac_address":"fa:16:3e:51:ac:d6","project_id":"355a481d00234200b432a41e70460720","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:16:14Z","binding:vnic_type":"normal","device_id":"1b26ca6c-2405-459e-9703-239fa7d52acd"}]} 2019-01-03 10:16:23,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1b26ca6c-2405-459e-9703-239fa7d52acd used request id req-a92157aa-19c0-4a12-aba9-9d88df52d1cf 2019-01-03 10:16:23,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.218366146088s 2019-01-03 10:16:23,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=1b26ca6c-2405-459e-9703-239fa7d52acd used request id req-a92157aa-19c0-4a12-aba9-9d88df52d1cf 2019-01-03 10:16:23,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 10:16:23,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8736ecec-b8f7-4752-9443-5ed5418f86f1" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:23,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-454dad0d-a5c9-4036-9782-945e77aa41ca Date: Thu, 03 Jan 2019 10:16:23 GMT RESP BODY: {"floatingips": []} 2019-01-03 10:16:23,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8736ecec-b8f7-4752-9443-5ed5418f86f1 used request id req-454dad0d-a5c9-4036-9782-945e77aa41ca 2019-01-03 10:16:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0227088928223s 2019-01-03 10:16:23,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=8736ecec-b8f7-4752-9443-5ed5418f86f1 used request id req-454dad0d-a5c9-4036-9782-945e77aa41ca 2019-01-03 10:16:23,931 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:51:ac:d6', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd21acce8-b6a8-453c-b0e3-64a3a364621a'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T10:16:19.000000', 'flavor': Munch({u'id': u'9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6'}), 'az': u'nova', 'id': u'1b26ca6c-2405-459e-9703-239fa7d52acd', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5826b5c7a6e243fab9892e9160e64979', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'355a481d00234200b432a41e70460720', 'name': 'vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247', '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'2019-01-03T10:16:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T10:16:20Z', 'hostId': u'e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d', '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'2019-01-03T10:16:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'355a481d00234200b432a41e70460720', 'name': u'vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247', 'adminPass': u'6M8cTrMPZ2DW', 'tenant_id': u'355a481d00234200b432a41e70460720', 'region': 'regionOne', 'created': u'2019-01-03T10:16:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 10:16:23,931 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2019-01-03 10:16:24,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:24,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:25,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e4bbea5-6a8a-40eb-be37-8768f764a78e x-compute-request-id: req-8e4bbea5-6a8a-40eb-be37-8768f764a78e Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ac:d6", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:20Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:06Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:25,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8e4bbea5-6a8a-40eb-be37-8768f764a78e 2019-01-03 10:16:25,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532721996307s 2019-01-03 10:16:25,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8e4bbea5-6a8a-40eb-be37-8768f764a78e 2019-01-03 10:16:25,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 10:16:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd/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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 10:16:26,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-016774da-7e39-4d25-8f0e-f5d9d10eae40 x-compute-request-id: req-016774da-7e39-4d25-8f0e-f5d9d10eae40 Content-Encoding: gzip Content-Length: 9562 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 515543578 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.133535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135225] pid_max: default: 32768 minimum: 301\n[ 0.136135] ACPI: Core revision 20150930\n[ 0.137522] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138853] Security Framework initialized\n[ 0.139678] Yama: becoming mindful.\n[ 0.140423] AppArmor: AppArmor initialized\n[ 0.141302] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.142655] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143969] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145196] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146607] Initializing cgroup subsys io\n[ 0.147432] Initializing cgroup subsys memory\n[ 0.148306] Initializing cgroup subsys devices\n[ 0.149199] Initializing cgroup subsys freezer\n[ 0.150084] Initializing cgroup subsys net_cls\n[ 0.150962] Initializing cgroup subsys perf_event\n[ 0.151889] Initializing cgroup subsys net_prio\n[ 0.152797] Initializing cgroup subsys hugetlb\n[ 0.153677] Initializing cgroup subsys pids\n[ 0.154562] CPU: Physical Processor ID: 0\n[ 0.156073] mce: CPU supports 10 MCE banks\n[ 0.156942] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157953] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168842] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.176326] ftrace: allocating 31920 entries in 125 pages\n[ 0.203797] smpboot: Max logical packages: 1\n[ 0.204999] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206903] x2apic enabled\n[ 0.207928] Switched APIC routing to physical x2apic.\n[ 0.210067] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217092] KVM setup paravirtual spinlock\n[ 0.218779] x86: Booted up 1 node, 1 CPUs\n[ 0.219923] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221887] devtmpfs: initialized\n[ 0.223851] evm: security.selinux\n[ 0.224823] evm: security.SMACK64\n[ 0.225803] evm: security.SMACK64EXEC\n[ 0.226852] evm: security.SMACK64TRANSMUTE\n[ 0.228005] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229961] evm: security.capability\n[ 0.231074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233780] pinctrl core: initialized pinctrl subsystem\n[ 0.235352] RTC time: 10:16:19, date: 01/03/19\n[ 0.236668] NET: Registered protocol family 16\n[ 0.238013] cpuidle: using governor ladder\n[ 0.239162] cpuidle: using governor menu\n[ 0.240277] PCCT header not found.\n[ 0.241330] ACPI: bus type PCI registered\n[ 0.242458] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244277] PCI: Using configuration type 1 for base access\n[ 0.246547] ACPI: Added _OSI(Module Device)\n[ 0.247744] ACPI: Added _OSI(Processor Device)\n[ 0.249018] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250332] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252980] ACPI: Interpreter enabled\n[ 0.254071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264846] ACPI: (supports S0 S5)\n[ 0.265834] ACPI: Using IOAPIC for interrupt routing\n[ 0.267194] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271054] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272713] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.274551] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276299] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279478] acpiphp: Slot [3] registered\n[ 0.280601] acpiphp: Slot [4] registered\n[ 0.281727] acpiphp: Slot [5] registered\n[ 0.282903] acpiphp: Slot [6] registered\n[ 0.284067] acpiphp: Slot [7] registered\n[ 0.285216] acpiphp: Slot [8] registered\n[ 0.286335] acpiphp: Slot [9] registered\n[ 0.287478] acpiphp: Slot [10] registered\n[ 0.288625] acpiphp: Slot [11] registered\n[ 0.289771] acpiphp: Slot [12] registered\n[ 0.290916] acpiphp: Slot [13] registered\n[ 0.292056] acpiphp: Slot [14] registered\n[ 0.293203] acpiphp: Slot [15] registered\n[ 0.304290] acpiphp: Slot [16] registered\n[ 0.305433] acpiphp: Slot [17] registered\n[ 0.306575] acpiphp: Slot [18] registered\n[ 0.307714] acpiphp: Slot [19] registered\n[ 0.308900] acpiphp: Slot [20] registered\n[ 0.310077] acpiphp: Slot [21] registered\n[ 0.311249] acpiphp: Slot [22] registered\n[ 0.312415] acpiphp: Slot [23] registered\n[ 0.313556] acpiphp: Slot [24] registered\n[ 0.314731] acpiphp: Slot [25] registered\n[ 0.315879] acpiphp: Slot [26] registered\n[ 0.317014] acpiphp: Slot [27] registered\n[ 0.318189] acpiphp: Slot [28] registered\n[ 0.319349] acpiphp: Slot [29] registered\n[ 0.320492] acpiphp: Slot [30] registered\n[ 0.321635] acpiphp: Slot [31] registered\n[ 0.322809] PCI host bridge to bus 0000:00\n[ 0.323956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325745] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327554] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329626] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331743] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.338355] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.340236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.341955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.343827] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353087] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403243] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.406719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.408605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.410575] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.412323] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.413902] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.415463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417714] vgaarb: loaded\n[ 0.418566] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420202] SCSI subsystem initialized\n[ 0.421341] ACPI: bus type USB registered\n[ 0.422495] usbcore: registered new interface driver usbfs\n[ 0.424021] usbcore: registered new interface driver hub\n[ 0.425475] usbcore: registered new device driver usb\n[ 0.426955] PCI: Using ACPI for IRQ routing\n[ 0.428329] NetLabel: Initializing\n[ 0.429344] NetLabel: domain hash size = 128\n[ 0.430557] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431915] NetLabel: unlabeled traffic allowed by default\n[ 0.433498] clocksource: Switched to clocksource kvm-clock\n[ 0.439341] AppArmor: AppArmor Filesystem Enabled\n[ 0.440704] pnp: PnP ACPI init\n[ 0.441880] pnp: PnP ACPI: found 5 devices\n[ 0.448600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451074] NET: Registered protocol family 2\n[ 0.452407] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.454295] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.456065] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.457766] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459326] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.461074] NET: Registered protocol family 1\n[ 0.462309] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.463926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.465535] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.480038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494637] Trying to unpack rootfs image as initramfs...\n[ 0.544666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.559503] Scanning for low memory corruption every 60 seconds\n[ 0.561406] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.563141] audit: initializing netlink subsys (disabled)\n[ 0.564694] audit: type=2000 audit(1546510580.556:1): initialized\n[ 0.566478] Initialise system trusted keyring\n[ 0.567397] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.568548] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570495] zbud: loaded\n[ 0.571196] VFS: Disk quotas dquot_6.6.0\n[ 0.572003] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573506] fuse init (API version 7.23)\n[ 0.574394] Key type big_key registered\n[ 0.575190] Allocating IMA MOK and blacklist keyrings.\n[ 0.584599] Key type asymmetric registered\n[ 0.585886] Asymmetric key parser 'x509' registered\n[ 0.587695] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.590174] io scheduler noop registered\n[ 0.591259] io scheduler deadline registered (default)\n[ 0.592485] io scheduler cfq registered\n[ 0.593587] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.594889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596580] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.598205] ACPI: Power Button [PWRF]\n[ 0.599051] GHES: HEST is not enabled!\n[ 0.612782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641560] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.644493] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668597] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670744] Linux agpgart interface v0.103\n[ 0.672769] brd: module loaded\n[ 0.673978] loop: module loaded\n[ 0.678915] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.680361] GPT:90111 != 2097151\n[ 0.681034] GPT:Alternate GPT header not at the end of the disk.\n[ 0.682118] GPT:90111 != 2097151\n[ 0.682788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.683737] vda: vda1 vda15\n[ 0.685222] scsi host0: ata_piix\n[ 0.685961] scsi host1: ata_piix\n[ 0.686659] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.687859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689281] libphy: Fixed MDIO Bus: probed\n[ 0.690105] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691048] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693174] PPP generic driver version 2.4.2\n[ 0.694268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696001] ehci-pci: EHCI PCI platform driver\n[ 0.697271] ehci-platform: EHCI generic platform driver\n[ 0.698736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.700388] ohci-pci: OHCI PCI platform driver\n[ 0.701651] ohci-platform: OHCI generic platform driver\n[ 0.703076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.718079] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.719556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.721663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.723141] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.724766] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.726565] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728696] usb usb1: Product: UHCI Host Controller\n[ 0.730070] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.731737] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.733100] hub 1-0:1.0: USB hub found\n[ 0.734219] hub 1-0:1.0: 2 ports detected\n[ 0.735488] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.738301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.739673] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.741179] mousedev: PS/2 mouse device common for all mice\n[ 0.742900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.745440] rtc_cmos 00:00: RTC can wake from S4\n[ 0.746902] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.748572] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.750301] i2c /dev entries driver\n[ 0.751343] device-mapper: uevent: version 1.0.3\n[ 0.752643] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.754946] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.756738] NET: Registered protocol family 10\n[ 0.758123] NET: Registered protocol family 17\n[ 0.759356] Key type dns_resolver registered\n[ 0.760618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.762175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.764624] registered taskstats version 1\n[ 0.765798] Loading compiled-in X.509 certificates\n[ 0.767611] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.770293] zswap: loaded using pool lzo/zbud\n[ 0.772026] Key type trusted registered\n[ 0.773903] Key type encrypted registered\n[ 0.775046] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.776516] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778013] evm: HMAC attrs: 0x1\n[ 0.779218] Magic number: 3:970:273\n[ 0.780264] usb usb1-port1: hash matches\n[ 0.781386] tty tty10: hash matches\n[ 0.782395] net lo: hash matches\n[ 0.783412] rtc_cmos 00:00: setting system clock to 2019-01-03 10:16:20 UTC (1546510580)\n[ 0.785673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787262] EDD information not available.\n[ 0.846458] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848677] Write protecting the kernel read-only data: 14336k\n[ 0.850718] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.853147] 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.898618] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.12...\nLease of 192.168.120.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.56. iid=i-00000029\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQqHmHbY0C5u4k49/O0qo8L0BJ2iH5UNUD8BiOAdJ2IAEsnHMT9DZBzduaaIuTL3WUQxqRtXOUFnyiNbcvhKRUFjz2QNt06zhIU6GdtTmsi+MmmjlgezOKhjcj8qGJwYaXdP9dCv9bziXs409+7LosZJF8FADa5dAV7+q9U0a08g5ska76mM1JoC/wMXVN26L5PHXmmk+Eh1qJG1pog8TPaaeGtxt1Wk7Twq5BydJNQtXd90STKsIFFTj8I8SYrNL4h0fptQ9st7oqHjoaz+HPOe06d1JTcASlTaxqfpnUwhbLq0a61J5Vxfdcqz+KyGX+noZLR9RYCeQiA6F1Vu1d root@vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247\nssh-dss AAAAB3NzaC1kc3MAAACBAKIfFJdmQcCTovKz4QTldwe4OHcos/fKwWPZHbZUfL09+VU7Ua8xrfI3s9IFzycBqme2I258NAc5a3p1u/c0Kz9EppWEPG06gzN9dgI68xvrZawxiICsTg82VXolFb9KgA3PhYB+Qb9P0QkBMma9ZYiUeJ7kL32Hkpjk5IyLtpNJAAAAFQDYWSYjQEBtEYFNTYu5vlETyvUzawAAAIAC2JoIWxoNAFHhpWzYMJFPpPIMnD9UO4ezbUt7UrJQfb9j3TS6dpGf+N3IanEY1OaQrfPrU0wXYEsjJyvg/ydyOT19hgUSDg31IXx8wd9UcD4b4kiRBhTTce0VYonbBpF0uWOI31FYRbv4EHTY2/IFrW4OhI9vBoMFeIyIoPUcrwAAAIB0i0PfD72r2qIfGcW5jEml7Ezn6pqEo6g+0PFaN3FljgwBbjcQMsKMopZ11RgxX2DjSjFGQVDsFYWEsltB+5kq0Jfa1Tcjfb/w1PorczWJCPC0l2dPotjdLQjzNxfEfXx69MQsOXLRxuQMk+6ivqVOJ0PtHo8YykwR1IBAzUVi6Q== root@vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247\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.12,24,fe80::f816:3eff:fe51:acd6/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 \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-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.40 ===\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-9a7c899d-9b8a-4906-aefa-e46310bc4247 login: "} 2019-01-03 10:16:26,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd/action used request id req-016774da-7e39-4d25-8f0e-f5d9d10eae40 2019-01-03 10:16:26,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10887980461s 2019-01-03 10:16:26,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd/action used request id req-016774da-7e39-4d25-8f0e-f5d9d10eae40 2019-01-03 10:16:26,579 - 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 515543578 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.133535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.135225] pid_max: default: 32768 minimum: 301 [ 0.136135] ACPI: Core revision 20150930 [ 0.137522] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138853] Security Framework initialized [ 0.139678] Yama: becoming mindful. [ 0.140423] AppArmor: AppArmor initialized [ 0.141302] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142655] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143969] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145196] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146607] Initializing cgroup subsys io [ 0.147432] Initializing cgroup subsys memory [ 0.148306] Initializing cgroup subsys devices [ 0.149199] Initializing cgroup subsys freezer [ 0.150084] Initializing cgroup subsys net_cls [ 0.150962] Initializing cgroup subsys perf_event [ 0.151889] Initializing cgroup subsys net_prio [ 0.152797] Initializing cgroup subsys hugetlb [ 0.153677] Initializing cgroup subsys pids [ 0.154562] CPU: Physical Processor ID: 0 [ 0.156073] mce: CPU supports 10 MCE banks [ 0.156942] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157953] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168842] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176326] ftrace: allocating 31920 entries in 125 pages [ 0.203797] smpboot: Max logical packages: 1 [ 0.204999] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206903] x2apic enabled [ 0.207928] Switched APIC routing to physical x2apic. [ 0.210067] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211693] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214494] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217092] KVM setup paravirtual spinlock [ 0.218779] x86: Booted up 1 node, 1 CPUs [ 0.219923] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.221887] devtmpfs: initialized [ 0.223851] evm: security.selinux [ 0.224823] evm: security.SMACK64 [ 0.225803] evm: security.SMACK64EXEC [ 0.226852] evm: security.SMACK64TRANSMUTE [ 0.228005] evm: security.SMACK64MMAP [ 0.229053] evm: security.ima [ 0.229961] evm: security.capability [ 0.231074] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233780] pinctrl core: initialized pinctrl subsystem [ 0.235352] RTC time: 10:16:19, date: 01/03/19 [ 0.236668] NET: Registered protocol family 16 [ 0.238013] cpuidle: using governor ladder [ 0.239162] cpuidle: using governor menu [ 0.240277] PCCT header not found. [ 0.241330] ACPI: bus type PCI registered [ 0.242458] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244277] PCI: Using configuration type 1 for base access [ 0.246547] ACPI: Added _OSI(Module Device) [ 0.247744] ACPI: Added _OSI(Processor Device) [ 0.249018] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250332] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252980] ACPI: Interpreter enabled [ 0.254071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.256747] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259418] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.264846] ACPI: (supports S0 S5) [ 0.265834] ACPI: Using IOAPIC for interrupt routing [ 0.267194] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.271054] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.272713] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.274551] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.276299] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279478] acpiphp: Slot [3] registered [ 0.280601] acpiphp: Slot [4] registered [ 0.281727] acpiphp: Slot [5] registered [ 0.282903] acpiphp: Slot [6] registered [ 0.284067] acpiphp: Slot [7] registered [ 0.285216] acpiphp: Slot [8] registered [ 0.286335] acpiphp: Slot [9] registered [ 0.287478] acpiphp: Slot [10] registered [ 0.288625] acpiphp: Slot [11] registered [ 0.289771] acpiphp: Slot [12] registered [ 0.290916] acpiphp: Slot [13] registered [ 0.292056] acpiphp: Slot [14] registered [ 0.293203] acpiphp: Slot [15] registered [ 0.304290] acpiphp: Slot [16] registered [ 0.305433] acpiphp: Slot [17] registered [ 0.306575] acpiphp: Slot [18] registered [ 0.307714] acpiphp: Slot [19] registered [ 0.308900] acpiphp: Slot [20] registered [ 0.310077] acpiphp: Slot [21] registered [ 0.311249] acpiphp: Slot [22] registered [ 0.312415] acpiphp: Slot [23] registered [ 0.313556] acpiphp: Slot [24] registered [ 0.314731] acpiphp: Slot [25] registered [ 0.315879] acpiphp: Slot [26] registered [ 0.317014] acpiphp: Slot [27] registered [ 0.318189] acpiphp: Slot [28] registered [ 0.319349] acpiphp: Slot [29] registered [ 0.320492] acpiphp: Slot [30] registered [ 0.321635] acpiphp: Slot [31] registered [ 0.322809] PCI host bridge to bus 0000:00 [ 0.323956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.325745] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327554] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.329626] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.331743] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.338355] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.340236] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.341955] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.343827] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351032] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353087] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.401243] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.403243] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406719] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.408605] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410575] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.412323] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413902] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.415463] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.417714] vgaarb: loaded [ 0.418566] vgaarb: bridge control possible 0000:00:02.0 [ 0.420202] SCSI subsystem initialized [ 0.421341] ACPI: bus type USB registered [ 0.422495] usbcore: registered new interface driver usbfs [ 0.424021] usbcore: registered new interface driver hub [ 0.425475] usbcore: registered new device driver usb [ 0.426955] PCI: Using ACPI for IRQ routing [ 0.428329] NetLabel: Initializing [ 0.429344] NetLabel: domain hash size = 128 [ 0.430557] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.431915] NetLabel: unlabeled traffic allowed by default [ 0.433498] clocksource: Switched to clocksource kvm-clock [ 0.439341] AppArmor: AppArmor Filesystem Enabled [ 0.440704] pnp: PnP ACPI init [ 0.441880] pnp: PnP ACPI: found 5 devices [ 0.448600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451074] NET: Registered protocol family 2 [ 0.452407] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.454295] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.456065] TCP: Hash tables configured (established 4096 bind 4096) [ 0.457766] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459326] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.461074] NET: Registered protocol family 1 [ 0.462309] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.463926] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.465535] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.480038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494637] Trying to unpack rootfs image as initramfs... [ 0.544666] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.559503] Scanning for low memory corruption every 60 seconds [ 0.561406] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.563141] audit: initializing netlink subsys (disabled) [ 0.564694] audit: type=2000 audit(1546510580.556:1): initialized [ 0.566478] Initialise system trusted keyring [ 0.567397] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.568548] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570495] zbud: loaded [ 0.571196] VFS: Disk quotas dquot_6.6.0 [ 0.572003] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573506] fuse init (API version 7.23) [ 0.574394] Key type big_key registered [ 0.575190] Allocating IMA MOK and blacklist keyrings. [ 0.584599] Key type asymmetric registered [ 0.585886] Asymmetric key parser 'x509' registered [ 0.587695] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.590174] io scheduler noop registered [ 0.591259] io scheduler deadline registered (default) [ 0.592485] io scheduler cfq registered [ 0.593587] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.594889] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.596580] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.598205] ACPI: Power Button [PWRF] [ 0.599051] GHES: HEST is not enabled! [ 0.612782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.641560] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.644493] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.668597] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.670744] Linux agpgart interface v0.103 [ 0.672769] brd: module loaded [ 0.673978] loop: module loaded [ 0.678915] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.680361] GPT:90111 != 2097151 [ 0.681034] GPT:Alternate GPT header not at the end of the disk. [ 0.682118] GPT:90111 != 2097151 [ 0.682788] GPT: Use GNU Parted to correct GPT errors. [ 0.683737] vda: vda1 vda15 [ 0.685222] scsi host0: ata_piix [ 0.685961] scsi host1: ata_piix [ 0.686659] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.687859] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.689281] libphy: Fixed MDIO Bus: probed [ 0.690105] tun: Universal TUN/TAP device driver, 1.6 [ 0.691048] tun: (C) 1999-2004 Max Krasnyansky [ 0.693174] PPP generic driver version 2.4.2 [ 0.694268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.696001] ehci-pci: EHCI PCI platform driver [ 0.697271] ehci-platform: EHCI generic platform driver [ 0.698736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.700388] ohci-pci: OHCI PCI platform driver [ 0.701651] ohci-platform: OHCI generic platform driver [ 0.703076] uhci_hcd: USB Universal Host Controller Interface driver [ 0.718079] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.719556] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.721663] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.723141] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.724766] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.726565] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728696] usb usb1: Product: UHCI Host Controller [ 0.730070] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.731737] usb usb1: SerialNumber: 0000:00:01.2 [ 0.733100] hub 1-0:1.0: USB hub found [ 0.734219] hub 1-0:1.0: 2 ports detected [ 0.735488] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.738301] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.739673] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.741179] mousedev: PS/2 mouse device common for all mice [ 0.742900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.745440] rtc_cmos 00:00: RTC can wake from S4 [ 0.746902] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.748572] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.750301] i2c /dev entries driver [ 0.751343] device-mapper: uevent: version 1.0.3 [ 0.752643] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.754946] ledtrig-cpu: registered to indicate activity on CPUs [ 0.756738] NET: Registered protocol family 10 [ 0.758123] NET: Registered protocol family 17 [ 0.759356] Key type dns_resolver registered [ 0.760618] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.762175] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.764624] registered taskstats version 1 [ 0.765798] Loading compiled-in X.509 certificates [ 0.767611] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.770293] zswap: loaded using pool lzo/zbud [ 0.772026] Key type trusted registered [ 0.773903] Key type encrypted registered [ 0.775046] AppArmor: AppArmor sha1 policy hashing enabled [ 0.776516] ima: No TPM chip found, activating TPM-bypass! [ 0.778013] evm: HMAC attrs: 0x1 [ 0.779218] Magic number: 3:970:273 [ 0.780264] usb usb1-port1: hash matches [ 0.781386] tty tty10: hash matches [ 0.782395] net lo: hash matches [ 0.783412] rtc_cmos 00:00: setting system clock to 2019-01-03 10:16:20 UTC (1546510580) [ 0.785673] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787262] EDD information not available. [ 0.846458] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848677] Write protecting the kernel read-only data: 14336k [ 0.850718] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.853147] 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.898618] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.12... Lease of 192.168.120.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.56. iid=i-00000029 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQqHmHbY0C5u4k49/O0qo8L0BJ2iH5UNUD8BiOAdJ2IAEsnHMT9DZBzduaaIuTL3WUQxqRtXOUFnyiNbcvhKRUFjz2QNt06zhIU6GdtTmsi+MmmjlgezOKhjcj8qGJwYaXdP9dCv9bziXs409+7LosZJF8FADa5dAV7+q9U0a08g5ska76mM1JoC/wMXVN26L5PHXmmk+Eh1qJG1pog8TPaaeGtxt1Wk7Twq5BydJNQtXd90STKsIFFTj8I8SYrNL4h0fptQ9st7oqHjoaz+HPOe06d1JTcASlTaxqfpnUwhbLq0a61J5Vxfdcqz+KyGX+noZLR9RYCeQiA6F1Vu1d root@vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247 ssh-dss AAAAB3NzaC1kc3MAAACBAKIfFJdmQcCTovKz4QTldwe4OHcos/fKwWPZHbZUfL09+VU7Ua8xrfI3s9IFzycBqme2I258NAc5a3p1u/c0Kz9EppWEPG06gzN9dgI68xvrZawxiICsTg82VXolFb9KgA3PhYB+Qb9P0QkBMma9ZYiUeJ7kL32Hkpjk5IyLtpNJAAAAFQDYWSYjQEBtEYFNTYu5vlETyvUzawAAAIAC2JoIWxoNAFHhpWzYMJFPpPIMnD9UO4ezbUt7UrJQfb9j3TS6dpGf+N3IanEY1OaQrfPrU0wXYEsjJyvg/ydyOT19hgUSDg31IXx8wd9UcD4b4kiRBhTTce0VYonbBpF0uWOI31FYRbv4EHTY2/IFrW4OhI9vBoMFeIyIoPUcrwAAAIB0i0PfD72r2qIfGcW5jEml7Ezn6pqEo6g+0PFaN3FljgwBbjcQMsKMopZ11RgxX2DjSjFGQVDsFYWEsltB+5kq0Jfa1Tcjfb/w1PorczWJCPC0l2dPotjdLQjzNxfEfXx69MQsOXLRxuQMk+6ivqVOJ0PtHo8YykwR1IBAzUVi6Q== root@vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe51:acd6/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.12 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-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.40 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-9a7c899d-9b8a-4906-aefa-e46310bc4247 login: 2019-01-03 10:16:26,581 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2019-01-03 10:16:26,717 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:16:26,718 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2019-01-03 10:16:26,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 10:16:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:26,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16: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-15aa42d8-a092-49d4-9952-442dc5bb9239 x-compute-request-id: req-15aa42d8-a092-49d4-9952-442dc5bb9239 Content-Type: application/json 2019-01-03 10:16:26,859 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d used request id req-15aa42d8-a092-49d4-9952-442dc5bb9239 2019-01-03 10:16:26,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.135789871216s 2019-01-03 10:16:26,860 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d used request id req-15aa42d8-a092-49d4-9952-442dc5bb9239 2019-01-03 10:16:26,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:26,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:27,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-d290474f-334d-4f83-a3eb-9f0303be7069 x-compute-request-id: req-d290474f-334d-4f83-a3eb-9f0303be7069 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ac:d6", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:20Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:05:df", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/309998cd-5a47-4368-a0c8-18b77648e12d", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:06.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "309998cd-5a47-4368-a0c8-18b77648e12d", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:26Z", "hostId": "1618214855be19e06cc16b254db63416762a2803666de847885c994a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:15:58Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:27,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d290474f-334d-4f83-a3eb-9f0303be7069 2019-01-03 10:16:27,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501298904419s 2019-01-03 10:16:27,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d290474f-334d-4f83-a3eb-9f0303be7069 2019-01-03 10:16:27,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:29,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:29,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-f800aad2-2a5d-401a-9aac-046e27356172 x-compute-request-id: req-f800aad2-2a5d-401a-9aac-046e27356172 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ac:d6", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:20Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:29,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f800aad2-2a5d-401a-9aac-046e27356172 2019-01-03 10:16:29,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565739870071s 2019-01-03 10:16:29,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f800aad2-2a5d-401a-9aac-046e27356172 2019-01-03 10:16:29,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 10:16:29,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:30,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16: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-0719ff29-cba2-4302-96c5-884d19463e6b x-compute-request-id: req-0719ff29-cba2-4302-96c5-884d19463e6b Content-Type: application/json 2019-01-03 10:16:30,105 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd used request id req-0719ff29-cba2-4302-96c5-884d19463e6b 2019-01-03 10:16:30,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168598175049s 2019-01-03 10:16:30,105 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd used request id req-0719ff29-cba2-4302-96c5-884d19463e6b 2019-01-03 10:16:30,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:30,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-26cc8187-13ca-4dd1-ad60-4cd454664530 x-compute-request-id: req-26cc8187-13ca-4dd1-ad60-4cd454664530 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:ac:d6", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "security_groups": [{"name": "default"}], "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T10:16:30Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:30,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-26cc8187-13ca-4dd1-ad60-4cd454664530 2019-01-03 10:16:30,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496242046356s 2019-01-03 10:16:30,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-26cc8187-13ca-4dd1-ad60-4cd454664530 2019-01-03 10:16:30,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:32,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:32,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:32,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-09083588-db50-475f-bbc6-b7f80abadaa9 x-compute-request-id: req-09083588-db50-475f-bbc6-b7f80abadaa9 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1b26ca6c-2405-459e-9703-239fa7d52acd", "rel": "bookmark"}], "image": {"id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "links": [{"href": "http://172.30.9.28:8774/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2019-01-03T10:16:19.000000", "flavor": {"id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "links": [{"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}]}, "id": "1b26ca6c-2405-459e-9703-239fa7d52acd", "user_id": "5826b5c7a6e243fab9892e9160e64979", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2019-01-03T10:16:32Z", "hostId": "e68939fccfc619c2f96012bac28e02ab739338dc00c9cd795312247d", "OS-SRV-USG:terminated_at": "2019-01-03T10:16:31.000000", "key_name": null, "name": "vping_userdata-vm2_9a7c899d-9b8a-4906-aefa-e46310bc4247", "created": "2019-01-03T10:16:12Z", "tenant_id": "355a481d00234200b432a41e70460720", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 10:16:32,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-09083588-db50-475f-bbc6-b7f80abadaa9 2019-01-03 10:16:32,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.306536912918s 2019-01-03 10:16:32,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-09083588-db50-475f-bbc6-b7f80abadaa9 2019-01-03 10:16:32,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 10:16:34,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 10:16:34,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:34,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-5f209a0d-e0ed-4cf1-9de6-c6d61128e7f2 x-compute-request-id: req-5f209a0d-e0ed-4cf1-9de6-c6d61128e7f2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 10:16:34,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f209a0d-e0ed-4cf1-9de6-c6d61128e7f2 2019-01-03 10:16:34,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0820710659027s 2019-01-03 10:16:34,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f209a0d-e0ed-4cf1-9de6-c6d61128e7f2 2019-01-03 10:16:34,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 10:16:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" -d '{"subnet_id": "fbb66f0e-5acb-48c2-a236-b37f5416afdf"}' 2019-01-03 10:16:36,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bca01896-1ff6-42bb-889e-85c8795b092d Date: Thu, 03 Jan 2019 10:16:36 GMT RESP BODY: {"network_id": "93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb", "tenant_id": "355a481d00234200b432a41e70460720", "subnet_id": "fbb66f0e-5acb-48c2-a236-b37f5416afdf", "subnet_ids": ["fbb66f0e-5acb-48c2-a236-b37f5416afdf"], "port_id": "57886632-84f0-439f-981e-30c76414bcb6", "id": "30b057c7-f051-4d5e-84cd-5872949d408e"} 2019-01-03 10:16:36,554 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/remove_router_interface.json used request id req-bca01896-1ff6-42bb-889e-85c8795b092d 2019-01-03 10:16:36,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55462288857s 2019-01-03 10:16:36,554 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e/remove_router_interface.json used request id req-bca01896-1ff6-42bb-889e-85c8795b092d returning object 30b057c7-f051-4d5e-84cd-5872949d408e 2019-01-03 10:16:36,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 10:16:36,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:36,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-82139e93-7ff8-44a4-8589-e5219442ce8c Date: Thu, 03 Jan 2019 10:16:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "355a481d00234200b432a41e70460720", "created_at": "2019-01-03T10:15:48Z", "admin_state_up": true, "updated_at": "2019-01-03T10:16:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "355a481d00234200b432a41e70460720", "id": "30b057c7-f051-4d5e-84cd-5872949d408e", "name": "vping_userdata-router_9a7c899d-9b8a-4906-aefa-e46310bc4247"}]} 2019-01-03 10:16:36,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-82139e93-7ff8-44a4-8589-e5219442ce8c 2019-01-03 10:16:36,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0865108966827s 2019-01-03 10:16:36,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-82139e93-7ff8-44a4-8589-e5219442ce8c 2019-01-03 10:16:36,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 10:16:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:40,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18c44202-62be-4aea-8781-a03fa10c11f0 Content-Length: 0 Date: Thu, 03 Jan 2019 10:16:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:16:40,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e.json used request id req-18c44202-62be-4aea-8781-a03fa10c11f0 2019-01-03 10:16:40,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.64701199532s 2019-01-03 10:16:40,291 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/30b057c7-f051-4d5e-84cd-5872949d408e.json used request id req-18c44202-62be-4aea-8781-a03fa10c11f0 2019-01-03 10:16:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 10:16:40,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:40,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-22f30639-a368-4102-8c76-6be8284ee075 Date: Thu, 03 Jan 2019 10:16:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:15:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"355a481d00234200b432a41e70460720","id":"fbb66f0e-5acb-48c2-a236-b37f5416afdf","subnetpool_id":null,"name":"vping_userdata-subnet_9a7c899d-9b8a-4906-aefa-e46310bc4247"}]} 2019-01-03 10:16:40,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-22f30639-a368-4102-8c76-6be8284ee075 2019-01-03 10:16:40,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.197001934052s 2019-01-03 10:16:40,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-22f30639-a368-4102-8c76-6be8284ee075 2019-01-03 10:16:40,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 10:16:40,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/fbb66f0e-5acb-48c2-a236-b37f5416afdf.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:42,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f8278cde-72a3-4607-b661-5d1e7ab86c2e Date: Thu, 03 Jan 2019 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:16:42,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fbb66f0e-5acb-48c2-a236-b37f5416afdf.json used request id req-f8278cde-72a3-4607-b661-5d1e7ab86c2e 2019-01-03 10:16:42,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25024795532s 2019-01-03 10:16:42,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fbb66f0e-5acb-48c2-a236-b37f5416afdf.json used request id req-f8278cde-72a3-4607-b661-5d1e7ab86c2e 2019-01-03 10:16:42,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:16:42,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:42,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-230f6104-f19d-43c7-896e-2a7ab8de7732 Date: Thu, 03 Jan 2019 10:16: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":[],"updated_at":"2019-01-03T10:16:42Z","tenant_id":"355a481d00234200b432a41e70460720","created_at":"2019-01-03T10:15:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"355a481d00234200b432a41e70460720","id":"93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb","name":"vping_userdata-net_9a7c899d-9b8a-4906-aefa-e46310bc4247"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 10:16:42,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-230f6104-f19d-43c7-896e-2a7ab8de7732 2019-01-03 10:16:42,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115742921829s 2019-01-03 10:16:42,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-230f6104-f19d-43c7-896e-2a7ab8de7732 2019-01-03 10:16:42,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 10:16:42,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:43,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91f0ac18-2936-4247-8f39-8e3046c6d4c9 Date: Thu, 03 Jan 2019 10:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:16:43,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb.json used request id req-91f0ac18-2936-4247-8f39-8e3046c6d4c9 2019-01-03 10:16:43,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02847790718s 2019-01-03 10:16:43,888 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/93ccab2e-aa35-44f7-a9ab-cb3f4068fbcb.json used request id req-91f0ac18-2936-4247-8f39-8e3046c6d4c9 2019-01-03 10:16:43,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:16:43,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:43,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a2a1b0d1-12a7-4ce1-96f1-3ebfd51d0ff6 Date: Thu, 03 Jan 2019 10:16:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "metadata": {}}], "file": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/file", "owner": "355a481d00234200b432a41e70460720", "id": "d21acce8-b6a8-453c-b0e3-64a3a364621a", "size": 12716032, "self": "/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d21acce8-b6a8-453c-b0e3-64a3a364621a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:15:55Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9a7c899d-9b8a-4906-aefa-e46310bc4247", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:15:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:16:43,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a2a1b0d1-12a7-4ce1-96f1-3ebfd51d0ff6 2019-01-03 10:16:43,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0335159301758s 2019-01-03 10:16:43,922 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a2a1b0d1-12a7-4ce1-96f1-3ebfd51d0ff6 2019-01-03 10:16:43,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 10:16:43,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}141a5fb73e3aba2be00b286a5a4f7b60d15d1d77" 2019-01-03 10:16:45,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a877a75-8beb-49dd-afa8-df283d3bb67d Date: Thu, 03 Jan 2019 10:16:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:16:45,026 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a used request id req-9a877a75-8beb-49dd-afa8-df283d3bb67d 2019-01-03 10:16:45,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1017100811s 2019-01-03 10:16:45,027 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d21acce8-b6a8-453c-b0e3-64a3a364621a used request id req-9a877a75-8beb-49dd-afa8-df283d3bb67d 2019-01-03 10:16:45,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:16:45,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16: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-1deffd5c-477c-48cd-9313-56c93614f22b x-compute-request-id: req-1deffd5c-477c-48cd-9313-56c93614f22b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6", "name": "vping_userdata-flavor_9a7c899d-9b8a-4906-aefa-e46310bc4247", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:16:45,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1deffd5c-477c-48cd-9313-56c93614f22b 2019-01-03 10:16:45,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0322959423065s 2019-01-03 10:16:45,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-1deffd5c-477c-48cd-9313-56c93614f22b 2019-01-03 10:16:45,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:16:45,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,104 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:16: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-7d81aff7-77ac-4c77-9190-d53dcf84188a x-compute-request-id: req-7d81aff7-77ac-4c77-9190-d53dcf84188a Content-Length: 0 Content-Type: application/json 2019-01-03 10:16:45,105 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6 used request id req-7d81aff7-77ac-4c77-9190-d53dcf84188a 2019-01-03 10:16:45,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433549880981s 2019-01-03 10:16:45,105 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/9e320e3e-a7f7-405d-bd12-7bd6a6ef81c6 used request id req-7d81aff7-77ac-4c77-9190-d53dcf84188a 2019-01-03 10:16:45,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:16:45,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9282dede-efc2-4433-9991-13114f05f795 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247", "links": {"self": "http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979"}, "domain_id": "default", "enabled": true, "id": "5826b5c7a6e243fab9892e9160e64979", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:16:45,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9282dede-efc2-4433-9991-13114f05f795 2019-01-03 10:16:45,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101229906082s 2019-01-03 10:16:45,207 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9282dede-efc2-4433-9991-13114f05f795 2019-01-03 10:16:45,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:16:45,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e681cd3c-ae64-4321-9ca7-34e7482bf8f8 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979"}, "enabled": true, "id": "5826b5c7a6e243fab9892e9160e64979", "options": {}, "domain_id": "default", "name": "vping_userdata-user_9a7c899d-9b8a-4906-aefa-e46310bc4247"}} 2019-01-03 10:16:45,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 used request id req-e681cd3c-ae64-4321-9ca7-34e7482bf8f8 2019-01-03 10:16:45,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0919270515442s 2019-01-03 10:16:45,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 used request id req-e681cd3c-ae64-4321-9ca7-34e7482bf8f8 2019-01-03 10:16:45,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:16:45,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19dc6baf-d1ae-4f26-856c-648cffb95a4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:45,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 used request id req-19dc6baf-d1ae-4f26-856c-648cffb95a4d 2019-01-03 10:16:45,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.253977060318s 2019-01-03 10:16:45,561 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5826b5c7a6e243fab9892e9160e64979 used request id req-19dc6baf-d1ae-4f26-856c-648cffb95a4d 2019-01-03 10:16:45,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:16:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eff15c1-08c1-4691-acf1-8e332cd72684 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720"}, "enabled": true, "id": "355a481d00234200b432a41e70460720", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9a7c899d-9b8a-4906-aefa-e46310bc4247"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:16:45,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3eff15c1-08c1-4691-acf1-8e332cd72684 2019-01-03 10:16:45,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760879516602s 2019-01-03 10:16:45,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-3eff15c1-08c1-4691-acf1-8e332cd72684 2019-01-03 10:16:45,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:16:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbb69312-31ae-41e3-b2db-bdaa7e326b12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:45,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720 used request id req-cbb69312-31ae-41e3-b2db-bdaa7e326b12 2019-01-03 10:16:45,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154363155365s 2019-01-03 10:16:45,795 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/355a481d00234200b432a41e70460720 used request id req-cbb69312-31ae-41e3-b2db-bdaa7e326b12 2019-01-03 10:16:45,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:45,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6d4626-a11b-4311-a3e7-a28698d471be Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "207bc170fb374c30a65ce6a472cee23e", "links": {"self": "http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:16:45,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1f6d4626-a11b-4311-a3e7-a28698d471be 2019-01-03 10:16:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785448551178s 2019-01-03 10:16:45,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:16:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:45,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94cbb327-5245-42bb-aea9-92f28923e022 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:45,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/207bc170fb374c30a65ce6a472cee23e used request id req-94cbb327-5245-42bb-aea9-92f28923e022 2019-01-03 10:16:45,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0965411663055s 2019-01-03 10:16:45,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:16:45,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=355a481d00234200b432a41e70460720&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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:46,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-34eb86d6-c081-4ce9-a800-1becb9ea40e4 Date: Thu, 03 Jan 2019 10:16:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "355a481d00234200b432a41e70460720", "created_at": "2019-01-03T10:15:45Z", "updated_at": "2019-01-03T10:15:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "2006d6b8-8986-453b-8952-b9a66127f7ed", "remote_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv6", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "2b70c9bd-360d-43a7-b998-3434b9d6e41a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv6", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "4a3ce2f6-c4c3-44af-91d8-60c9b1fea357", "remote_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv4", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "d477ac8c-d4e9-4749-b8b7-fa67fe3baeea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv4", "project_id": "355a481d00234200b432a41e70460720"}], "revision_number": 4, "project_id": "355a481d00234200b432a41e70460720", "id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "name": "default"}]} 2019-01-03 10:16:46,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=355a481d00234200b432a41e70460720&name=default used request id req-34eb86d6-c081-4ce9-a800-1becb9ea40e4 2019-01-03 10:16:46,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201131105423s 2019-01-03 10:16:46,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=355a481d00234200b432a41e70460720&name=default used request id req-34eb86d6-c081-4ce9-a800-1becb9ea40e4 2019-01-03 10:16:46,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:16:46,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:46,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-25dd1bfa-58de-4a05-af2e-a805a716efc2 Date: Thu, 03 Jan 2019 10:16:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "355a481d00234200b432a41e70460720", "created_at": "2019-01-03T10:15:45Z", "updated_at": "2019-01-03T10:15:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "2006d6b8-8986-453b-8952-b9a66127f7ed", "remote_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv6", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "4a3ce2f6-c4c3-44af-91d8-60c9b1fea357", "remote_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv4", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "d477ac8c-d4e9-4749-b8b7-fa67fe3baeea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv4", "project_id": "355a481d00234200b432a41e70460720"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:15:45Z", "revision_number": 0, "id": "2b70c9bd-360d-43a7-b998-3434b9d6e41a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:15:45Z", "security_group_id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "tenant_id": "355a481d00234200b432a41e70460720", "port_range_min": null, "ethertype": "IPv6", "project_id": "355a481d00234200b432a41e70460720"}], "revision_number": 4, "project_id": "355a481d00234200b432a41e70460720", "id": "e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:16:46,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-25dd1bfa-58de-4a05-af2e-a805a716efc2 2019-01-03 10:16:46,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205780029297s 2019-01-03 10:16:46,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-25dd1bfa-58de-4a05-af2e-a805a716efc2 2019-01-03 10:16:46,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:16:46,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}86b5fd3d97baff51e29ad82e89caf2fc12e5c375" 2019-01-03 10:16:46,675 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac538947-8f75-4819-98c0-7cb5d372ca9a Content-Length: 0 Date: Thu, 03 Jan 2019 10:16:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:16:46,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de.json used request id req-ac538947-8f75-4819-98c0-7cb5d372ca9a 2019-01-03 10:16:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.282511949539s 2019-01-03 10:16:46,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e5c0dcf1-5121-4bf0-b57e-0cde89c4c5de.json used request id req-ac538947-8f75-4819-98c0-7cb5d372ca9a 2019-01-03 10:16:46,730 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2019-01-03 10:16:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:16:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:16:46,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:16:46,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:16:46,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:16:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:16:46,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62907fdd-3b54-4750-9f49-aee0eab95547 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:16:46,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-62907fdd-3b54-4750-9f49-aee0eab95547 2019-01-03 10:16:46,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:16:47,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["8s8ZaTnOSG6HISHL5ncwqA"], "issued_at": "2019-01-03T10:16:47.000000Z"}} 2019-01-03 10:16:47,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:16:47,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:47,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4a080081-f845-492b-9653-d9a3ee8b2afe Date: Thu, 03 Jan 2019 10:16:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:16:47,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a080081-f845-492b-9653-d9a3ee8b2afe 2019-01-03 10:16:47,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24595618248s 2019-01-03 10:16:47,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a080081-f845-492b-9653-d9a3ee8b2afe 2019-01-03 10:16:47,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:16:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:47,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:16:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:47,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e1f0e03-beb5-4d0f-afc4-776901db972a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:16:47,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-6e1f0e03-beb5-4d0f-afc4-776901db972a 2019-01-03 10:16:47,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0998649597168s 2019-01-03 10:16:47,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:16:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}}' 2019-01-03 10:16:47,762 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d8ae337-07ca-4f1f-a22a-59739feae31c 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.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2"}, "enabled": true, "id": "24dc7328c38e4e539e6e1816ef7264b2", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}} 2019-01-03 10:16:47,762 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3d8ae337-07ca-4f1f-a22a-59739feae31c 2019-01-03 10:16:47,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.124710083008s 2019-01-03 10:16:47,763 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3d8ae337-07ca-4f1f-a22a-59739feae31c 2019-01-03 10:16:47,763 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88', 'id': u'24dc7328c38e4e539e6e1816ef7264b2', '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'})}) 2019-01-03 10:16:47,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:16:48,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.447237014771s 2019-01-03 10:16:48,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6270af2-e239-48ad-aa86-e06961b44c4f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88"}} 2019-01-03 10:16:48,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 used request id req-c6270af2-e239-48ad-aa86-e06961b44c4f 2019-01-03 10:16:48,309 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a91a9ae4cd3b4bfabc7537379b7fc500', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88'}) 2019-01-03 10:16:48,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253c7dbe-5e7d-47fc-ac78-3b5ba25a4008 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:16:48,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-253c7dbe-5e7d-47fc-ac78-3b5ba25a4008 2019-01-03 10:16:48,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0882110595703s 2019-01-03 10:16:48,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:48,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b788e31a-b142-467a-b30d-82b8c4528faa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:16:48,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b788e31a-b142-467a-b30d-82b8c4528faa 2019-01-03 10:16:48,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0742299556732s 2019-01-03 10:16:48,474 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:16:48,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:16:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"role": {"name": "Member"}}' 2019-01-03 10:16:48,589 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98913e48-629f-4579-98fb-dd2646348930 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}} 2019-01-03 10:16:48,589 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-98913e48-629f-4579-98fb-dd2646348930 2019-01-03 10:16:48,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.115211009979s 2019-01-03 10:16:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1054c80e-697f-424d-a7e0-68e63752d9b6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "domain_id": null, "name": "Member", "id": "be5d9bdfa92b4d4493b1c341b48ccfdb"}} 2019-01-03 10:16:48,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb used request id req-1054c80e-697f-424d-a7e0-68e63752d9b6 2019-01-03 10:16:48,671 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb'}, 'domain_id': None, 'human_id': None, 'id': u'be5d9bdfa92b4d4493b1c341b48ccfdb', 'HUMAN_ID': False}) 2019-01-03 10:16:48,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a1be47-d178-40d4-a5da-66ce0e1b24a7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:16:48,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f2a1be47-d178-40d4-a5da-66ce0e1b24a7 2019-01-03 10:16:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743420124054s 2019-01-03 10:16:48,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:16:48,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146ee8bb-72c7-4319-9e9a-8e3a7c4052d7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:16:48,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-146ee8bb-72c7-4319-9e9a-8e3a7c4052d7 2019-01-03 10:16:48,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806379318237s 2019-01-03 10:16:48,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:16:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:48,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db9372e-1106-4b3e-b37c-6eec2896da31 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88", "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "domain_id": "default", "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:16:48,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7db9372e-1106-4b3e-b37c-6eec2896da31 2019-01-03 10:16:48,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983519554138s 2019-01-03 10:16:48,928 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7db9372e-1106-4b3e-b37c-6eec2896da31 2019-01-03 10:16:48,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:16:48,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd953fb-c657-4dea-9e36-bf66c00e6342 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2"}, "enabled": true, "id": "24dc7328c38e4e539e6e1816ef7264b2", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:16:49,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ccd953fb-c657-4dea-9e36-bf66c00e6342 2019-01-03 10:16:49,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0740039348602s 2019-01-03 10:16:49,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ccd953fb-c657-4dea-9e36-bf66c00e6342 2019-01-03 10:16:49,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:16:49,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=be5d9bdfa92b4d4493b1c341b48ccfdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbad1b81-5aa5-441b-9d48-77ce10bc2580 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=be5d9bdfa92b4d4493b1c341b48ccfdb", "previous": null, "next": null}} 2019-01-03 10:16:49,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=be5d9bdfa92b4d4493b1c341b48ccfdb used request id req-dbad1b81-5aa5-441b-9d48-77ce10bc2580 2019-01-03 10:16:49,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0798959732056s 2019-01-03 10:16:49,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:16:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/be5d9bdfa92b4d4493b1c341b48ccfdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77e82dd2-78b7-404c-9137-f8592136199f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:49,220 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/be5d9bdfa92b4d4493b1c341b48ccfdb used request id req-77e82dd2-78b7-404c-9137-f8592136199f 2019-01-03 10:16:49,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.1287150383s 2019-01-03 10:16:49,222 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88', 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': '9ef11779-b8c9-43b8-a112-a697fc09d5f3', 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_c84ad815-5ddd-495a-8683-fca253009d88', 'project_id': u'24dc7328c38e4e539e6e1816ef7264b2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:16:49,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:16:49,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:16:49,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:16:49,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:16:49,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:16:49,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:16:49,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:16:49,229 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88', 'password': '9ef11779-b8c9-43b8-a112-a697fc09d5f3', 'project_name': 'tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '24dc7328c38e4e539e6e1816ef7264b2', 'project_domain_name': 'Default'} 2019-01-03 10:16:49,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:49,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08952a7b-c2f3-4095-83b2-d3c76693dc51 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:16:49,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-08952a7b-c2f3-4095-83b2-d3c76693dc51 2019-01-03 10:16:49,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761818885803s 2019-01-03 10:16:49,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:49,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e73064-b892-4ad3-92d8-eb3a7c800a10 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:16:49,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-94e73064-b892-4ad3-92d8-eb3a7c800a10 2019-01-03 10:16:49,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.191284179688s 2019-01-03 10:16:49,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:16:49,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d104b811-9345-4bd6-805f-cc6048522dc6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:16:49,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-d104b811-9345-4bd6-805f-cc6048522dc6 2019-01-03 10:16:49,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819098949432s 2019-01-03 10:16:49,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:16:49,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7165e7a1-b59a-49e4-ad71-1044382e2deb Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88", "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "domain_id": "default", "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:16:49,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7165e7a1-b59a-49e4-ad71-1044382e2deb 2019-01-03 10:16:49,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0873401165009s 2019-01-03 10:16:49,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7165e7a1-b59a-49e4-ad71-1044382e2deb 2019-01-03 10:16:49,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:16:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed2fc715-ca8f-4f99-89f1-ef6738f517b7 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2"}, "enabled": true, "id": "24dc7328c38e4e539e6e1816ef7264b2", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:16:49,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ed2fc715-ca8f-4f99-89f1-ef6738f517b7 2019-01-03 10:16:49,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08061003685s 2019-01-03 10:16:49,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ed2fc715-ca8f-4f99-89f1-ef6738f517b7 2019-01-03 10:16:49,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:16:49,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:49,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2642de3b-e690-44e7-ac82-6a80cd0cedf6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:16:49,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&scope.project.id=24dc7328c38e4e539e6e1816ef7264b2&role.id=87531dd8fee349ee823565af03481166 used request id req-2642de3b-e690-44e7-ac82-6a80cd0cedf6 2019-01-03 10:16:49,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0861361026764s 2019-01-03 10:16:49,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:16:49,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,040 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fb38d7f-a0ea-4f71-a88f-543dc7f22265 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:50,040 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/87531dd8fee349ee823565af03481166 used request id req-0fb38d7f-a0ea-4f71-a88f-543dc7f22265 2019-01-03 10:16:50,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.193891048431s 2019-01-03 10:16:50,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:16:50,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c16e5cfc-a72b-4e75-b20c-37b8295e1d6f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:16:50,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c16e5cfc-a72b-4e75-b20c-37b8295e1d6f 2019-01-03 10:16:50,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793538093567s 2019-01-03 10:16:50,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:16:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c479993f-4f8c-4fa8-ab5f-7536c7bc0fe7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:16:50,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c479993f-4f8c-4fa8-ab5f-7536c7bc0fe7 2019-01-03 10:16:50,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0820469856262s 2019-01-03 10:16:50,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:16:50,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c587c19c-cf2f-4a87-b689-a07934fba837 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88", "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "domain_id": "default", "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:16:50,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c587c19c-cf2f-4a87-b689-a07934fba837 2019-01-03 10:16:50,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931570529938s 2019-01-03 10:16:50,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c587c19c-cf2f-4a87-b689-a07934fba837 2019-01-03 10:16:50,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:16:50,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b33b25-a38b-4edb-86e1-48f2d238fa2a Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 10:16:50,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=a91a9ae4cd3b4bfabc7537379b7fc500&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default used request id req-87b33b25-a38b-4edb-86e1-48f2d238fa2a 2019-01-03 10:16:50,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839948654175s 2019-01-03 10:16:50,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:16:50,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/domains/default/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:16:50,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d04ae1-e960-4008-942f-132d92832b63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:16:50,519 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/domains/default/users/a91a9ae4cd3b4bfabc7537379b7fc500/roles/87531dd8fee349ee823565af03481166 used request id req-77d04ae1-e960-4008-942f-132d92832b63 2019-01-03 10:16:50,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130932807922s 2019-01-03 10:16:50,520 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 10:17:00,502 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 10:17:00.266 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=105e5dba-66f8-4ed9-b5b6-7f89b152f167) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 105e5dba-66f8-4ed9-b5b6-7f89b152f167 | 2019-01-03T10:17:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 105e5dba-66f8-4ed9-b5b6-7f89b152f167 ~/.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 2019-01-03 10:17:03,825 - 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 | +-------------+-------------------+-----------+ 2019-01-03 10:17:03,825 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 10:17:11,632 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 10:17:08.123 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 10:17:08.276 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 10:17:11.419 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22) as the default verifier for the future CLI operations. 2019-01-03 10:17:14,547 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2019-01-03 10:17:14,548 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:17:14,647 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 10:17:14,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:17:14,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f9b862-5581-403c-8660-5c6b9bab96fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:17:14,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89f9b862-5581-403c-8660-5c6b9bab96fc 2019-01-03 10:17:14,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:17:15,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "name": "Member"}], "expires_at": "2019-01-03T11:17:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24dc7328c38e4e539e6e1816ef7264b2", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/24dc7328c38e4e539e6e1816ef7264b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/24dc7328c38e4e539e6e1816ef7264b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/24dc7328c38e4e539e6e1816ef7264b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/24dc7328c38e4e539e6e1816ef7264b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/24dc7328c38e4e539e6e1816ef7264b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/24dc7328c38e4e539e6e1816ef7264b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/24dc7328c38e4e539e6e1816ef7264b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88", "id": "a91a9ae4cd3b4bfabc7537379b7fc500"}, "audit_ids": ["THBeVgZGQ0Odn6Ze7NMtdA"], "issued_at": "2019-01-03T10:17:15.000000Z"}} 2019-01-03 10:17:15,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:15,063 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 10:17:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 10:17:15,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:17:15,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:15,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e1f333fa-6de6-432f-a742-f573c8d72024 Date: Thu, 03 Jan 2019 10:17:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:17:15,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e1f333fa-6de6-432f-a742-f573c8d72024 2019-01-03 10:17:15,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185801029205s 2019-01-03 10:17:15,252 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e1f333fa-6de6-432f-a742-f573c8d72024 2019-01-03 10:17:15,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:17:15,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88"}' 2019-01-03 10:17:15,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f X-Openstack-Request-Id: req-276c6b87-0797-42ca-ab5f-fc4266694174 Date: Thu, 03 Jan 2019 10:17:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "e499ee6a-e2c5-4e9f-b671-90728f67844f", "size": null, "self": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": null, "created_at": "2019-01-03T10:17:15Z", "protected": false} 2019-01-03 10:17:15,569 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-276c6b87-0797-42ca-ab5f-fc4266694174 2019-01-03 10:17:15,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.314018011093s 2019-01-03 10:17:15,569 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-276c6b87-0797-42ca-ab5f-fc4266694174 returning object e499ee6a-e2c5-4e9f-b671-90728f67844f 2019-01-03 10:17:15,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:17:15,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/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}16b518849f19f143b65e40f9ce9615c48fc3532c" -d '' 2019-01-03 10:17:16,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b345c888-11a5-4b05-9a88-cd996db57fef Date: Thu, 03 Jan 2019 10:17:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:17:16,651 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file used request id req-b345c888-11a5-4b05-9a88-cd996db57fef 2019-01-03 10:17:16,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.08170890808s 2019-01-03 10:17:16,652 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file used request id req-b345c888-11a5-4b05-9a88-cd996db57fef 2019-01-03 10:17:16,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:17:16,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:16,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-b5c76aca-7bbe-42ee-9228-bd692dc1725f Date: Thu, 03 Jan 2019 10:17:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "metadata": {}}], "file": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "e499ee6a-e2c5-4e9f-b671-90728f67844f", "size": 12716032, "self": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:17:16,819 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b5c76aca-7bbe-42ee-9228-bd692dc1725f 2019-01-03 10:17:16,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165937900543s 2019-01-03 10:17:16,819 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b5c76aca-7bbe-42ee-9228-bd692dc1725f 2019-01-03 10:17:16,822 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file', 'owner': u'24dc7328c38e4e539e6e1816ef7264b2', 'id': u'e499ee6a-e2c5-4e9f-b671-90728f67844f', 'size': 12716032, u'self': u'/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24dc7328c38e4e539e6e1816ef7264b2', 'name': 'tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:17:16Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T10:17:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88', 'created': u'2019-01-03T10:17:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:17:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:17:16,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:17:16,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_c84ad815-5ddd-495a-8683-fca253009d88", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:17:17,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:17:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec967fe9-c91a-4eef-a47c-c1958af05c06 x-compute-request-id: req-ec967fe9-c91a-4eef-a47c-c1958af05c06 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "name": "tempest_smoke_serial-flavor_c84ad815-5ddd-495a-8683-fca253009d88", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:17:17,018 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ec967fe9-c91a-4eef-a47c-c1958af05c06 2019-01-03 10:17:17,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.195552110672s 2019-01-03 10:17:17,019 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ec967fe9-c91a-4eef-a47c-c1958af05c06 returning object 514170d8-f7e1-4bf5-b8c1-96d72b97ba8f 2019-01-03 10:17:17,020 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_c84ad815-5ddd-495a-8683-fca253009d88', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'514170d8-f7e1-4bf5-b8c1-96d72b97ba8f', 'swap': 0}) 2019-01-03 10:17:17,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:17:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f/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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"extra_specs": {}}' 2019-01-03 10:17:17,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-852b1c4b-946e-4871-9c08-ffa2af227867 x-compute-request-id: req-852b1c4b-946e-4871-9c08-ffa2af227867 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:17:17,046 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f/os-extra_specs used request id req-852b1c4b-946e-4871-9c08-ffa2af227867 2019-01-03 10:17:17,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241241455078s 2019-01-03 10:17:17,046 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f/os-extra_specs used request id req-852b1c4b-946e-4871-9c08-ffa2af227867 2019-01-03 10:17:17,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:17:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:17,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:17:17,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:17,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da72b2e-bfec-4413-8ac2-a9741a56ac1b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:17:17,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3da72b2e-bfec-4413-8ac2-a9741a56ac1b 2019-01-03 10:17:17,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0968708992004s 2019-01-03 10:17:17,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 10:17:17,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:17,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-e3ced255-62d6-4ffd-9d15-facecee2f400 x-compute-request-id: req-e3ced255-62d6-4ffd-9d15-facecee2f400 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 10:17:17,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-e3ced255-62d6-4ffd-9d15-facecee2f400 2019-01-03 10:17:17,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.180289983749s 2019-01-03 10:17:17,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-e3ced255-62d6-4ffd-9d15-facecee2f400 2019-01-03 10:17:17,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:17:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:17,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-0604197a-f8b3-4ebf-9b57-afe80e9911a6 Date: Thu, 03 Jan 2019 10:17:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "metadata": {}}], "file": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "e499ee6a-e2c5-4e9f-b671-90728f67844f", "size": 12716032, "self": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:17:17,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0604197a-f8b3-4ebf-9b57-afe80e9911a6 2019-01-03 10:17:17,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184680223465s 2019-01-03 10:17:17,516 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-0604197a-f8b3-4ebf-9b57-afe80e9911a6 2019-01-03 10:17:17,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:17:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88"}' 2019-01-03 10:17:17,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2 X-Openstack-Request-Id: req-b9750465-07cf-4a33-8ac5-999c2ff27019 Date: Thu, 03 Jan 2019 10:17:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2", "size": null, "self": "/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:17Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": null, "created_at": "2019-01-03T10:17:17Z", "protected": false} 2019-01-03 10:17:17,795 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b9750465-07cf-4a33-8ac5-999c2ff27019 2019-01-03 10:17:17,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.276798963547s 2019-01-03 10:17:17,796 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b9750465-07cf-4a33-8ac5-999c2ff27019 returning object 3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2 2019-01-03 10:17:17,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:17:17,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/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}16b518849f19f143b65e40f9ce9615c48fc3532c" -d '' 2019-01-03 10:17:18,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42f56ab3-b29f-4aa1-b7cb-66b8f67a13f4 Date: Thu, 03 Jan 2019 10:17:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:17:18,938 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/file used request id req-42f56ab3-b29f-4aa1-b7cb-66b8f67a13f4 2019-01-03 10:17:18,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14138507843s 2019-01-03 10:17:18,938 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/file used request id req-42f56ab3-b29f-4aa1-b7cb-66b8f67a13f4 2019-01-03 10:17:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:17:18,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:17:19,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-3c615636-47f8-4cc1-9d97-0228d20de1bd Date: Thu, 03 Jan 2019 10:17:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/snap", "metadata": {}}], "file": "/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2", "size": 12716032, "self": "/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:17:17Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "metadata": {}}], "file": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "e499ee6a-e2c5-4e9f-b671-90728f67844f", "size": 12716032, "self": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:17:19,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c615636-47f8-4cc1-9d97-0228d20de1bd 2019-01-03 10:17:19,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182662963867s 2019-01-03 10:17:19,122 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-3c615636-47f8-4cc1-9d97-0228d20de1bd 2019-01-03 10:17:19,125 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/file', 'owner': u'24dc7328c38e4e539e6e1816ef7264b2', 'id': u'3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2', 'size': 12716032, u'self': u'/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24dc7328c38e4e539e6e1816ef7264b2', 'name': 'tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:17:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T10:17:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88', 'created': u'2019-01-03T10:17:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:17:17Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c84ad815-5ddd-495a-8683-fca253009d88', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:17:19,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:17:19,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_c84ad815-5ddd-495a-8683-fca253009d88", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:17:19,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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,Accept-Encoding x-openstack-request-id: req-076437cc-b6b0-421c-8f34-eef9253e84d5 x-compute-request-id: req-076437cc-b6b0-421c-8f34-eef9253e84d5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "name": "tempest_smoke_serial-flavor_alt_c84ad815-5ddd-495a-8683-fca253009d88", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:17:19,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-076437cc-b6b0-421c-8f34-eef9253e84d5 2019-01-03 10:17:19,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0694799423218s 2019-01-03 10:17:19,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-076437cc-b6b0-421c-8f34-eef9253e84d5 returning object 5a4ecea6-dee9-4ae2-b0e4-50410a8603b5 2019-01-03 10:17:19,197 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_c84ad815-5ddd-495a-8683-fca253009d88', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'5a4ecea6-dee9-4ae2-b0e4-50410a8603b5', 'swap': 0}) 2019-01-03 10:17:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:17:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5/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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" -d '{"extra_specs": {}}' 2019-01-03 10:17:19,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10: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-da1bea60-f79d-42d0-a41c-fdc36f912be6 x-compute-request-id: req-da1bea60-f79d-42d0-a41c-fdc36f912be6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:17:19,220 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5/os-extra_specs used request id req-da1bea60-f79d-42d0-a41c-fdc36f912be6 2019-01-03 10:17:19,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022696018219s 2019-01-03 10:17:19,221 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5/os-extra_specs used request id req-da1bea60-f79d-42d0-a41c-fdc36f912be6 2019-01-03 10:17:19,221 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_c84ad815-5ddd-495a-8683-fca253009d88', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'5a4ecea6-dee9-4ae2-b0e4-50410a8603b5', 'swap': 0}) 2019-01-03 10:17:22,510 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 10:17:21.461 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22) for deployment 'opnfv-rally' (UUID=105e5dba-66f8-4ed9-b5b6-7f89b152f167). 2019-01-03 10:17:22.323 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 10:17:22.325 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22) has been successfully configured for deployment 'opnfv-rally' (UUID=105e5dba-66f8-4ed9-b5b6-7f89b152f167)! 2019-01-03 10:17:22,511 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 10:17:22,511 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 10:17:22,513 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 10:17:22,532 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 10:17:27,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e95d39c3-e44f-4c09-9418-2b6ca978df22/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2019-01-03 10:17:27,664 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 10:17:27,703 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 10:17:27,703 - 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']'. 2019-01-03 10:17:29,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:29.811 51 INFO rally.api [-] Starting verification (UUID=639b2547-6a76-48c0-b48c-9be60e96520a) for deployment 'opnfv-rally' (UUID=105e5dba-66f8-4ed9-b5b6-7f89b152f167) by verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22). 2019-01-03 10:17:29,813 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 639b2547-6a76-48c0-b48c-9be60e96520a 2019-01-03 10:17:36,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:36.836 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.197s] 2019-01-03 10:17:36,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:36.906 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.069s] 2019-01-03 10:17:43,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:43.080 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.478s] 2019-01-03 10:17:46,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:46.604 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.523s] 2019-01-03 10:17:59,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:17:59.680 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.954s] 2019-01-03 10:18:17,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:18:17.893 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.939s] 2019-01-03 10:18:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:18:56.963 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2019-01-03 10:18:56,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:18:56.964 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-03 10:19:36,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:19:36.429 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.081s] 2019-01-03 10:19:36,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:19:36.430 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-03 10:20:17,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:20:17.805 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.076s] 2019-01-03 10:20:17,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:20:17.807 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-03 10:21:07,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:07.143 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.721s] 2019-01-03 10:21:31,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:31.982 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.051s] 2019-01-03 10:21:32,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:32.083 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2019-01-03 10:21:40,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:40.134 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.715s] 2019-01-03 10:21:40,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:40.145 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2019-01-03 10:21:41,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:41.411 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 10:21:41,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:41.412 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 10:21:45,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:45.677 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.333s] 2019-01-03 10:21:51,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:51.745 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.424s] 2019-01-03 10:21:58,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:21:58.007 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.550s] 2019-01-03 10:22:05,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:05.227 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.375s] 2019-01-03 10:22:13,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:13.985 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.831s] 2019-01-03 10:22:20,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:20.113 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.668s] 2019-01-03 10:22:26,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:26.058 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2019-01-03 10:22:33,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:33.709 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.407s] 2019-01-03 10:22:40,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:40.703 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.778s] 2019-01-03 10:22:49,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:49.613 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.700s] 2019-01-03 10:22:51,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:51.783 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-03 10:22:53,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:53.796 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2019-01-03 10:22:53,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:53.948 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.151s] 2019-01-03 10:22:54,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:54.026 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2019-01-03 10:22:54,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:54.033 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2019-01-03 10:22:58,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:22:58.056 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.876s] 2019-01-03 10:23:00,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:00.437 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.379s] 2019-01-03 10:23:02,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:02.442 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.004s] 2019-01-03 10:23:09,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:09.256 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-03 10:23:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:16.708 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.321s] 2019-01-03 10:23:32,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:32.902 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.913s] 2019-01-03 10:23:37,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:37.508 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.605s] 2019-01-03 10:23:50,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:50.564 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.841s] 2019-01-03 10:23:54,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:23:54.450 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.885s] 2019-01-03 10:24:01,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:01.713 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.261s] 2019-01-03 10:24:10,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:10.619 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.629s] 2019-01-03 10:24:14,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:14.179 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.558s] 2019-01-03 10:24:18,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:18.739 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.559s] 2019-01-03 10:24:35,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:35.008 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.597s] 2019-01-03 10:24:35,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:35.305 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.297s] 2019-01-03 10:24:35,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:35.579 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.274s] 2019-01-03 10:24:35,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:35.670 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.091s] 2019-01-03 10:24:36,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:36.063 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.392s] 2019-01-03 10:24:36,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:36.130 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.067s] 2019-01-03 10:24:49,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:49.561 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.379s] 2019-01-03 10:24:49,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:49.984 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.422s] 2019-01-03 10:24:50,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:50.243 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.259s] 2019-01-03 10:24:50,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:50.432 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.188s] 2019-01-03 10:24:50,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:50.772 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.339s] 2019-01-03 10:24:50,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:24:50.962 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.190s] 2019-01-03 10:25:03,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:03.190 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.391s] 2019-01-03 10:25:09,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:09.868 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.677s] 2019-01-03 10:25:11,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:11.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.792s] 2019-01-03 10:25:11,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:11.921 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.260s] 2019-01-03 10:25:11,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:11.972 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2019-01-03 10:25:23,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:23.801 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.068s] 2019-01-03 10:25:28,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:28.938 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.135s] 2019-01-03 10:25:30,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:30.901 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.963s] 2019-01-03 10:25:31,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:31.102 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.201s] 2019-01-03 10:25:31,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:31.316 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.214s] 2019-01-03 10:25:51,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:25:51.886 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.157s] 2019-01-03 10:26:04,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:26:04.085 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.198s] 2019-01-03 10:26:14,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:26:14.691 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.605s] 2019-01-03 10:26:23,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:26:23.863 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.171s] 2019-01-03 10:26:54,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:26:54.319 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.029s] 2019-01-03 10:27:05,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:05.780 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.460s] 2019-01-03 10:27:16,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:16.613 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.832s] 2019-01-03 10:27:25,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:25.792 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.178s] 2019-01-03 10:27:42,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:42.444 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.630s] 2019-01-03 10:27:44,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:44.665 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.217s] 2019-01-03 10:27:44,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:44.862 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.201s] 2019-01-03 10:27:49,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:49.568 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.548s] 2019-01-03 10:27:52,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:52.026 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.455s] 2019-01-03 10:27:52,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:52.202 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.179s] 2019-01-03 10:27:56,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:56.373 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.135s] 2019-01-03 10:27:59,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:27:59.671 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2019-01-03 10:28:00,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:00.910 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-03 10:28:00,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:00.913 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-03 10:28:00,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:00.914 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-03 10:28:00,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:00.914 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 10:28:00,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:00.915 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-03 10:28:02,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:02.768 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-03 10:28:18,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:18.032 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.930s] 2019-01-03 10:28:31,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:31.051 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.496s] 2019-01-03 10:28:43,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:43.317 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.264s] 2019-01-03 10:28:52,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:28:52.196 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2019-01-03 10:30:05,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:30:05.268 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.860s] 2019-01-03 10:30:43,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:30:43.760 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.485s] 2019-01-03 10:31:40,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:31:40.889 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.558s] 2019-01-03 10:32:01,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 639b2547-6a76-48c0-b48c-9be60e96520a 2019-01-03 10:32:01,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '639b2547-6a76-48c0-b48c-9be60e96520a']'. 2019-01-03 10:32:02,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 10:32:02,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 10:32:02,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 10:32:02,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 639b2547-6a76-48c0-b48c-9be60e96520a | 2019-01-03 10:32:02,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 10:17:29 | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 10:32:01 | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:32 | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 10:32:02,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e95d39c3-e44f-4c09-9418-2b6ca978df22) | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 105e5dba-66f8-4ed9-b5b6-7f89b152f167) | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 847.187 | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2019-01-03 10:32:02,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 10:32:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 10:32:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 10:32:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 10:32:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 10:32:02,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 10:32:02,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2019-01-03 10:32:02,569 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:32:02,570 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:48 | PASS | +------------------------------+------------------+------------------+----------------+ 2019-01-03 10:32:02,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 10:32:02,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:32:04,052 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d06560e-8b6a-4ab1-9c6a-9179c37c1f5b Date: Thu, 03 Jan 2019 10:32:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:32:04,052 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2 used request id req-7d06560e-8b6a-4ab1-9c6a-9179c37c1f5b 2019-01-03 10:32:04,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.47620797157s 2019-01-03 10:32:04,053 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3b7ffad4-83bc-4d5b-8faf-d8ac392a49f2 used request id req-7d06560e-8b6a-4ab1-9c6a-9179c37c1f5b 2019-01-03 10:32:04,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:32:04,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:04,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3862dece-44ee-477a-b089-6aec871c38dd x-compute-request-id: req-3862dece-44ee-477a-b089-6aec871c38dd Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "name": "tempest_smoke_serial-flavor_c84ad815-5ddd-495a-8683-fca253009d88", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a4ecea6-dee9-4ae2-b0e4-50410a8603b5", "name": "tempest_smoke_serial-flavor_alt_c84ad815-5ddd-495a-8683-fca253009d88", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:32:04,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3862dece-44ee-477a-b089-6aec871c38dd 2019-01-03 10:32:04,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.186616897583s 2019-01-03 10:32:04,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-3862dece-44ee-477a-b089-6aec871c38dd 2019-01-03 10:32:04,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:32:04,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:04,288 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:32:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-876f76f7-be6c-4f34-a4ff-5ab4bcd1e277 x-compute-request-id: req-876f76f7-be6c-4f34-a4ff-5ab4bcd1e277 Content-Length: 0 Content-Type: application/json 2019-01-03 10:32:04,288 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5 used request id req-876f76f7-be6c-4f34-a4ff-5ab4bcd1e277 2019-01-03 10:32:04,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0462770462036s 2019-01-03 10:32:04,288 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5a4ecea6-dee9-4ae2-b0e4-50410a8603b5 used request id req-876f76f7-be6c-4f34-a4ff-5ab4bcd1e277 2019-01-03 10:32:04,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:32:04,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:32:04,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-9115319d-fe68-4d54-b722-da8f34a1cbf1 Date: Thu, 03 Jan 2019 10:32:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "metadata": {}}], "file": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/file", "owner": "24dc7328c38e4e539e6e1816ef7264b2", "id": "e499ee6a-e2c5-4e9f-b671-90728f67844f", "size": 12716032, "self": "/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e499ee6a-e2c5-4e9f-b671-90728f67844f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:17:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c84ad815-5ddd-495a-8683-fca253009d88", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:17:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:32:04,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9115319d-fe68-4d54-b722-da8f34a1cbf1 2019-01-03 10:32:04,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184322118759s 2019-01-03 10:32:04,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9115319d-fe68-4d54-b722-da8f34a1cbf1 2019-01-03 10:32:04,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 10:32:04,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}16b518849f19f143b65e40f9ce9615c48fc3532c" 2019-01-03 10:32:06,165 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9319e3ce-d571-4055-bc22-2bc8abf25f9b Date: Thu, 03 Jan 2019 10:32:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:32:06,165 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f used request id req-9319e3ce-d571-4055-bc22-2bc8abf25f9b 2019-01-03 10:32:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.6879901886s 2019-01-03 10:32:06,165 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e499ee6a-e2c5-4e9f-b671-90728f67844f used request id req-9319e3ce-d571-4055-bc22-2bc8abf25f9b 2019-01-03 10:32:06,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:32:06,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3f361c0-4540-4fd6-9de6-98caaa409d6d x-compute-request-id: req-d3f361c0-4540-4fd6-9de6-98caaa409d6d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "514170d8-f7e1-4bf5-b8c1-96d72b97ba8f", "name": "tempest_smoke_serial-flavor_c84ad815-5ddd-495a-8683-fca253009d88", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:32:06,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d3f361c0-4540-4fd6-9de6-98caaa409d6d 2019-01-03 10:32:06,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032478094101s 2019-01-03 10:32:06,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d3f361c0-4540-4fd6-9de6-98caaa409d6d 2019-01-03 10:32:06,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:32:06,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,253 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d00c4ea-d50a-4076-a984-6a13794944df x-compute-request-id: req-3d00c4ea-d50a-4076-a984-6a13794944df Content-Length: 0 Content-Type: application/json 2019-01-03 10:32:06,253 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f used request id req-3d00c4ea-d50a-4076-a984-6a13794944df 2019-01-03 10:32:06,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0517499446869s 2019-01-03 10:32:06,253 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/514170d8-f7e1-4bf5-b8c1-96d72b97ba8f used request id req-3d00c4ea-d50a-4076-a984-6a13794944df 2019-01-03 10:32:06,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:32:06,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d719b7-0656-4a6a-b1b2-2b73b8ac8b37 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88", "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "domain_id": "default", "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:32:06,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f7d719b7-0656-4a6a-b1b2-2b73b8ac8b37 2019-01-03 10:32:06,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107612133026s 2019-01-03 10:32:06,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f7d719b7-0656-4a6a-b1b2-2b73b8ac8b37 2019-01-03 10:32:06,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:32:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc6cd2cd-3a61-4372-86ca-fb1ac795eda3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500"}, "enabled": true, "id": "a91a9ae4cd3b4bfabc7537379b7fc500", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_c84ad815-5ddd-495a-8683-fca253009d88"}} 2019-01-03 10:32:06,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 used request id req-cc6cd2cd-3a61-4372-86ca-fb1ac795eda3 2019-01-03 10:32:06,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107263088226s 2019-01-03 10:32:06,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 used request id req-cc6cd2cd-3a61-4372-86ca-fb1ac795eda3 2019-01-03 10:32:06,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:32:06,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-530f5f5f-aaae-415a-94c6-190ee917c177 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:32:06,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 used request id req-530f5f5f-aaae-415a-94c6-190ee917c177 2019-01-03 10:32:06,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.211033821106s 2019-01-03 10:32:06,687 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a91a9ae4cd3b4bfabc7537379b7fc500 used request id req-530f5f5f-aaae-415a-94c6-190ee917c177 2019-01-03 10:32:06,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:32:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cb813d-f2ee-4dfc-aa1c-185756c564e6 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2"}, "enabled": true, "id": "24dc7328c38e4e539e6e1816ef7264b2", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c84ad815-5ddd-495a-8683-fca253009d88"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:32:06,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d9cb813d-f2ee-4dfc-aa1c-185756c564e6 2019-01-03 10:32:06,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824899673462s 2019-01-03 10:32:06,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-d9cb813d-f2ee-4dfc-aa1c-185756c564e6 2019-01-03 10:32:06,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:32:06,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:06,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d34c7cca-9983-4826-a8c9-2d9a9800851a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:32:06,949 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2 used request id req-d34c7cca-9983-4826-a8c9-2d9a9800851a 2019-01-03 10:32:06,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.175790071487s 2019-01-03 10:32:06,949 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/24dc7328c38e4e539e6e1816ef7264b2 used request id req-d34c7cca-9983-4826-a8c9-2d9a9800851a 2019-01-03 10:32:06,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:07,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f24013-7d73-4da9-a6ad-4a9845d836eb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be5d9bdfa92b4d4493b1c341b48ccfdb", "links": {"self": "http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb"}, "name": "Member"}]} 2019-01-03 10:32:07,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75f24013-7d73-4da9-a6ad-4a9845d836eb 2019-01-03 10:32:07,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829629898071s 2019-01-03 10:32:07,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:32:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:07,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:32:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec3b0cce-c2a5-471d-9faa-271a0e4bd03c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:32:07,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/be5d9bdfa92b4d4493b1c341b48ccfdb used request id req-ec3b0cce-c2a5-471d-9faa-271a0e4bd03c 2019-01-03 10:32:07,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.133472919464s 2019-01-03 10:32:07,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:32:07,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=24dc7328c38e4e539e6e1816ef7264b2&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}980061972a30c8c932810ca20e8bb07ca8ea3ddf" 2019-01-03 10:32:07,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0a4647c1-d9d1-4de1-9712-bad24df888fe Date: Thu, 03 Jan 2019 10:32:07 GMT RESP BODY: {"security_groups": []} 2019-01-03 10:32:07,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=24dc7328c38e4e539e6e1816ef7264b2&name=default used request id req-0a4647c1-d9d1-4de1-9712-bad24df888fe 2019-01-03 10:32:07,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200170993805s 2019-01-03 10:32:07,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=24dc7328c38e4e539e6e1816ef7264b2&name=default used request id req-0a4647c1-d9d1-4de1-9712-bad24df888fe 2019-01-03 10:32:07,430 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2019-01-03 10:32:07,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:32:07,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:32:07,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:32:07,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:32:07,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:32:07,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:32:07,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a31bc7f-f76e-43df-bd1f-2635034a18fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:32:07,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1a31bc7f-f76e-43df-bd1f-2635034a18fd 2019-01-03 10:32:07,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:32:07,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["PhPrYS2WTgORvpf7cZMWTQ"], "issued_at": "2019-01-03T10:32:07.000000Z"}} 2019-01-03 10:32:07,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:32:07,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-56fd0ac9-4be1-4f32-a522-bc2dfeabc1b4 Date: Thu, 03 Jan 2019 10:32:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:32:08,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56fd0ac9-4be1-4f32-a522-bc2dfeabc1b4 2019-01-03 10:32:08,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243592977524s 2019-01-03 10:32:08,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-56fd0ac9-4be1-4f32-a522-bc2dfeabc1b4 2019-01-03 10:32:08,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:32:08,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:32:08,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca1331e7-7cb6-4778-8219-cce27c41e2f6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:32:08,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ca1331e7-7cb6-4778-8219-cce27c41e2f6 2019-01-03 10:32:08,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.104446172714s 2019-01-03 10:32:08,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:32:08,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}}' 2019-01-03 10:32:08,347 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-483fee5a-be09-4e68-93ff-d47534b0c65d 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.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2"}, "enabled": true, "id": "50be185f78694c7db56be122375ba6f2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}} 2019-01-03 10:32:08,347 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-483fee5a-be09-4e68-93ff-d47534b0c65d 2019-01-03 10:32:08,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102957963943s 2019-01-03 10:32:08,348 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-483fee5a-be09-4e68-93ff-d47534b0c65d 2019-01-03 10:32:08,348 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'id': u'50be185f78694c7db56be122375ba6f2', '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'})}) 2019-01-03 10:32:08,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:32:08,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357198953629s 2019-01-03 10:32:08,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0064711-b709-4d5d-9383-79c4abe9a0dc Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a"}, "enabled": true, "id": "9a2c89ac6f30433eb72241fb1bd54a3a", "options": {}, "domain_id": "default", "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}} 2019-01-03 10:32:08,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a used request id req-b0064711-b709-4d5d-9383-79c4abe9a0dc 2019-01-03 10:32:08,800 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9a2c89ac6f30433eb72241fb1bd54a3a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e'}) 2019-01-03 10:32:08,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:08,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b260fb2f-afe3-4b5b-84f2-2a740f8c69d6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:32:08,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b260fb2f-afe3-4b5b-84f2-2a740f8c69d6 2019-01-03 10:32:08,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0739710330963s 2019-01-03 10:32:08,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:08,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:08,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39c2af2-343b-4b5a-92eb-58da78142f39 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:32:08,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f39c2af2-343b-4b5a-92eb-58da78142f39 2019-01-03 10:32:08,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825839042664s 2019-01-03 10:32:08,960 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:32:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:32:08,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"role": {"name": "Member"}}' 2019-01-03 10:32:09,131 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:32:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36543257-ed58-46ad-9d5c-6db5dbe00cb1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6acafb1a3afe4e4da5162c31286540e0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "name": "Member"}} 2019-01-03 10:32:09,131 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-36543257-ed58-46ad-9d5c-6db5dbe00cb1 2019-01-03 10:32:09,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.171050071716s 2019-01-03 10:32:09,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7611102-7c72-4f53-b149-7e4d26a282e7 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "domain_id": null, "name": "Member", "id": "6acafb1a3afe4e4da5162c31286540e0"}} 2019-01-03 10:32:09,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0 used request id req-c7611102-7c72-4f53-b149-7e4d26a282e7 2019-01-03 10:32:09,205 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0'}, 'domain_id': None, 'human_id': None, 'id': u'6acafb1a3afe4e4da5162c31286540e0', 'HUMAN_ID': False}) 2019-01-03 10:32:09,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f9c737-15bd-4229-8814-b260b64bb214 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6acafb1a3afe4e4da5162c31286540e0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:32:09,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-03f9c737-15bd-4229-8814-b260b64bb214 2019-01-03 10:32:09,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081004858017s 2019-01-03 10:32:09,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:32:09,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b1edb7-34b0-4935-9a6f-b24a25b9fb65 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:32:09,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-82b1edb7-34b0-4935-9a6f-b24a25b9fb65 2019-01-03 10:32:09,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0845029354095s 2019-01-03 10:32:09,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:32:09,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-343a4646-d697-4481-ae97-1ebb64d844e0 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "links": {"self": "http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a"}, "domain_id": "default", "enabled": true, "id": "9a2c89ac6f30433eb72241fb1bd54a3a", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:32:09,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-343a4646-d697-4481-ae97-1ebb64d844e0 2019-01-03 10:32:09,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0335400104523s 2019-01-03 10:32:09,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-343a4646-d697-4481-ae97-1ebb64d844e0 2019-01-03 10:32:09,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:32:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51969cee-dd56-480d-a242-d3401cecced4 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2"}, "enabled": true, "id": "50be185f78694c7db56be122375ba6f2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:32:09,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-51969cee-dd56-480d-a242-d3401cecced4 2019-01-03 10:32:09,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08061003685s 2019-01-03 10:32:09,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-51969cee-dd56-480d-a242-d3401cecced4 2019-01-03 10:32:09,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:32:09,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=6acafb1a3afe4e4da5162c31286540e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c270eb07-6a7c-44c6-bd5b-54d88d834a22 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=6acafb1a3afe4e4da5162c31286540e0", "previous": null, "next": null}} 2019-01-03 10:32:09,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=6acafb1a3afe4e4da5162c31286540e0 used request id req-c270eb07-6a7c-44c6-bd5b-54d88d834a22 2019-01-03 10:32:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.17937707901s 2019-01-03 10:32:09,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:32:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2/users/9a2c89ac6f30433eb72241fb1bd54a3a/roles/6acafb1a3afe4e4da5162c31286540e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-398a9969-3ecb-4f10-956a-67d4cc4a5d03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:32:09,786 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2/users/9a2c89ac6f30433eb72241fb1bd54a3a/roles/6acafb1a3afe4e4da5162c31286540e0 used request id req-398a9969-3ecb-4f10-956a-67d4cc4a5d03 2019-01-03 10:32:09,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108970880508s 2019-01-03 10:32:09,787 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 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': '4d6fec46-2a65-41d8-a887-b64a39068710', 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'project_id': u'50be185f78694c7db56be122375ba6f2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:32:09,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:32:09,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:32:09,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:32:09,793 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'password': '4d6fec46-2a65-41d8-a887-b64a39068710', 'project_name': 'rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '50be185f78694c7db56be122375ba6f2', 'project_domain_name': 'Default'} 2019-01-03 10:32:09,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:09,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c355a90-f3cc-480d-9c88-ea10c6ab138f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6acafb1a3afe4e4da5162c31286540e0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:32:09,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9c355a90-f3cc-480d-9c88-ea10c6ab138f 2019-01-03 10:32:09,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807530879974s 2019-01-03 10:32:09,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:32:09,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:09,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82037805-dd1b-44b9-a66e-6da9e3de2812 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6acafb1a3afe4e4da5162c31286540e0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:32:09,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-82037805-dd1b-44b9-a66e-6da9e3de2812 2019-01-03 10:32:09,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0818018913269s 2019-01-03 10:32:09,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:32:09,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1000dc-ef33-426d-aea0-4c0adcb24154 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:32:10,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0d1000dc-ef33-426d-aea0-4c0adcb24154 2019-01-03 10:32:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0761139392853s 2019-01-03 10:32:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:32:10,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0709edb-4d31-4814-8237-2ca59270d594 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "links": {"self": "http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a"}, "domain_id": "default", "enabled": true, "id": "9a2c89ac6f30433eb72241fb1bd54a3a", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:32:10,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c0709edb-4d31-4814-8237-2ca59270d594 2019-01-03 10:32:10,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994939804077s 2019-01-03 10:32:10,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c0709edb-4d31-4814-8237-2ca59270d594 2019-01-03 10:32:10,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:32:10,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4719eb2f-c6ef-4c5f-9f12-eb067ad57c81 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2"}, "enabled": true, "id": "50be185f78694c7db56be122375ba6f2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:32:10,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4719eb2f-c6ef-4c5f-9f12-eb067ad57c81 2019-01-03 10:32:10,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0845539569855s 2019-01-03 10:32:10,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-4719eb2f-c6ef-4c5f-9f12-eb067ad57c81 2019-01-03 10:32:10,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:32:10,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfec8b73-64f4-479e-a1a9-d0f93870ff83 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:32:10,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=9a2c89ac6f30433eb72241fb1bd54a3a&scope.project.id=50be185f78694c7db56be122375ba6f2&role.id=87531dd8fee349ee823565af03481166 used request id req-dfec8b73-64f4-479e-a1a9-d0f93870ff83 2019-01-03 10:32:10,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0741550922394s 2019-01-03 10:32:10,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:32:10,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2/users/9a2c89ac6f30433eb72241fb1bd54a3a/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d61f05e-2039-4e62-92d2-aeac1128939b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:32:10,421 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2/users/9a2c89ac6f30433eb72241fb1bd54a3a/roles/87531dd8fee349ee823565af03481166 used request id req-7d61f05e-2039-4e62-92d2-aeac1128939b 2019-01-03 10:32:10,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117625951767s 2019-01-03 10:32:10,422 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2019-01-03 10:32:10,755 - 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',)) 2019-01-03 10:32:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:32:10,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6b894a-641a-489a-8958-0fad8e0a2279 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:32:10,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-2a6b894a-641a-489a-8958-0fad8e0a2279 2019-01-03 10:32:10,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0942449569702s 2019-01-03 10:32:10,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:32:10,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:32:10,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7363f475-dba1-4b73-b4a3-f3ed05791d45 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2"}, "enabled": true, "id": "50be185f78694c7db56be122375ba6f2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:32:10,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7363f475-dba1-4b73-b4a3-f3ed05791d45 2019-01-03 10:32:10,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0793571472168s 2019-01-03 10:32:10,931 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-7363f475-dba1-4b73-b4a3-f3ed05791d45 2019-01-03 10:32:10,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 10:32:10,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"network": {"shared": true, "tenant_id": "50be185f78694c7db56be122375ba6f2", "name": "rally_sanity-net_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "admin_state_up": true}}' 2019-01-03 10:32:11,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-0d80910a-ecb6-45a2-b7a4-131f09ca73d6 Date: Thu, 03 Jan 2019 10:32: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":"dd474560-4123-42ec-a65c-9d4ed311d7ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":true,"project_id":"50be185f78694c7db56be122375ba6f2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:32:11Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e","admin_state_up":true,"tenant_id":"50be185f78694c7db56be122375ba6f2","created_at":"2019-01-03T10:32:11Z","mtu":1450}} 2019-01-03 10:32:11,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0d80910a-ecb6-45a2-b7a4-131f09ca73d6 2019-01-03 10:32:11,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.518505096436s 2019-01-03 10:32:11,454 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0d80910a-ecb6-45a2-b7a4-131f09ca73d6 2019-01-03 10:32:11,454 - 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'2019-01-03T10:32:11Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dd474560-4123-42ec-a65c-9d4ed311d7ff', u'provider:segmentation_id': 74, 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', u'created_at': u'2019-01-03T10:32:11Z', u'mtu': 1450, u'tenant_id': u'50be185f78694c7db56be122375ba6f2', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'50be185f78694c7db56be122375ba6f2'}) 2019-01-03 10:32:11,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:32:11,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b1ba77-19ca-48b4-b38a-73fc6e41df50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:32:11,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-61b1ba77-19ca-48b4-b38a-73fc6e41df50 2019-01-03 10:32:11,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:32:11,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "6acafb1a3afe4e4da5162c31286540e0", "name": "Member"}], "expires_at": "2019-01-03T11:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50be185f78694c7db56be122375ba6f2", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/50be185f78694c7db56be122375ba6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/50be185f78694c7db56be122375ba6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/50be185f78694c7db56be122375ba6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/50be185f78694c7db56be122375ba6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/50be185f78694c7db56be122375ba6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/50be185f78694c7db56be122375ba6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/50be185f78694c7db56be122375ba6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/50be185f78694c7db56be122375ba6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/50be185f78694c7db56be122375ba6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/50be185f78694c7db56be122375ba6f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/50be185f78694c7db56be122375ba6f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/50be185f78694c7db56be122375ba6f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "id": "9a2c89ac6f30433eb72241fb1bd54a3a"}, "audit_ids": ["10j5_hKFS-Sr3ZzKAbFM2A"], "issued_at": "2019-01-03T10:32:11.000000Z"}} 2019-01-03 10:32:11,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:32:11,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:32:12,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bdab1bea-ab64-4e98-a87a-42f4fe5134fd Date: Thu, 03 Jan 2019 10:32:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dd474560-4123-42ec-a65c-9d4ed311d7ff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":true,"project_id":"50be185f78694c7db56be122375ba6f2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:32:11Z","qos_policy_id":null,"name":"rally_sanity-net_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e","admin_state_up":true,"tenant_id":"50be185f78694c7db56be122375ba6f2","created_at":"2019-01-03T10:32:11Z","provider:network_type":"vxlan"}]} 2019-01-03 10:32:12,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bdab1bea-ab64-4e98-a87a-42f4fe5134fd 2019-01-03 10:32:12,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26332116127s 2019-01-03 10:32:12,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bdab1bea-ab64-4e98-a87a-42f4fe5134fd 2019-01-03 10:32:12,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 10:32:12,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '{"subnet": {"name": "rally_sanity-subnet_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "enable_dhcp": true, "network_id": "dd474560-4123-42ec-a65c-9d4ed311d7ff", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 10:32:12,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1b6dcd83-def2-4ce8-8dc9-9feeccf0ac6f Date: Thu, 03 Jan 2019 10:32:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd474560-4123-42ec-a65c-9d4ed311d7ff","tenant_id":"50be185f78694c7db56be122375ba6f2","created_at":"2019-01-03T10:32:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:32:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"50be185f78694c7db56be122375ba6f2","id":"6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3","subnetpool_id":null,"name":"rally_sanity-subnet_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}} 2019-01-03 10:32:12,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1b6dcd83-def2-4ce8-8dc9-9feeccf0ac6f 2019-01-03 10:32:12,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.741572141647s 2019-01-03 10:32:12,861 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-1b6dcd83-def2-4ce8-8dc9-9feeccf0ac6f 2019-01-03 10:32:12,861 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:32:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', u'enable_dhcp': True, u'network_id': u'dd474560-4123-42ec-a65c-9d4ed311d7ff', u'tenant_id': u'50be185f78694c7db56be122375ba6f2', u'created_at': u'2019-01-03T10:32:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'50be185f78694c7db56be122375ba6f2'}) 2019-01-03 10:32:12,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 10:32:12,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "rally_sanity-router_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "admin_state_up": true}}' 2019-01-03 10:32:17,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-2d55395f-df0e-4e14-b2d5-ebbb68cd5c2c Date: Thu, 03 Jan 2019 10:32:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "50be185f78694c7db56be122375ba6f2", "created_at": "2019-01-03T10:32:13Z", "admin_state_up": true, "updated_at": "2019-01-03T10:32:14Z", "project_id": "50be185f78694c7db56be122375ba6f2", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "5bbafd8b-3c6a-4e1b-ac24-774a2e619a23", "name": "rally_sanity-router_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}} 2019-01-03 10:32:17,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2d55395f-df0e-4e14-b2d5-ebbb68cd5c2c 2019-01-03 10:32:17,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.00708317757s 2019-01-03 10:32:17,870 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-2d55395f-df0e-4e14-b2d5-ebbb68cd5c2c 2019-01-03 10:32:17,870 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T10:32:14Z', u'revision_number': 3, u'ha': True, u'id': u'5bbafd8b-3c6a-4e1b-ac24-774a2e619a23', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', u'admin_state_up': True, u'tenant_id': u'50be185f78694c7db56be122375ba6f2', u'created_at': u'2019-01-03T10:32:13Z', u'flavor_id': None, u'routes': [], u'project_id': u'50be185f78694c7db56be122375ba6f2'}) 2019-01-03 10:32:17,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 10:32:17,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '{"subnet_id": "6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3"}' 2019-01-03 10:32:19,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c73ea01-36e7-4ad6-8946-e8a6fb3f2933 Date: Thu, 03 Jan 2019 10:32:19 GMT RESP BODY: {"network_id": "dd474560-4123-42ec-a65c-9d4ed311d7ff", "tenant_id": "50be185f78694c7db56be122375ba6f2", "subnet_id": "6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3", "subnet_ids": ["6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3"], "port_id": "b84820fa-c21e-4a6a-9cd1-40e6dad3cb61", "id": "5bbafd8b-3c6a-4e1b-ac24-774a2e619a23"} 2019-01-03 10:32:19,778 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/add_router_interface.json used request id req-4c73ea01-36e7-4ad6-8946-e8a6fb3f2933 2019-01-03 10:32:19,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90779495239s 2019-01-03 10:32:19,779 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/add_router_interface.json used request id req-4c73ea01-36e7-4ad6-8946-e8a6fb3f2933 returning object 5bbafd8b-3c6a-4e1b-ac24-774a2e619a23 2019-01-03 10:32:19,780 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:32:19,909 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 10:32:19,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:32:19,916 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 10:32:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 10:32:19,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:32:19,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:32:20,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-765b1902-212f-4989-bd22-b9752362b3b9 Date: Thu, 03 Jan 2019 10:32:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:32:20,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-765b1902-212f-4989-bd22-b9752362b3b9 2019-01-03 10:32:20,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172797203064s 2019-01-03 10:32:20,094 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-765b1902-212f-4989-bd22-b9752362b3b9 2019-01-03 10:32:20,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:32:20,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}' 2019-01-03 10:32:20,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819 X-Openstack-Request-Id: req-41a10d34-2c71-4fe1-a19a-554dfcb91ed1 Date: Thu, 03 Jan 2019 10:32:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file", "owner": "50be185f78694c7db56be122375ba6f2", "id": "d25de513-ef7d-4e2a-a5c4-6304eb030819", "size": null, "self": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:32:20Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "checksum": null, "created_at": "2019-01-03T10:32:20Z", "protected": false} 2019-01-03 10:32:20,286 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-41a10d34-2c71-4fe1-a19a-554dfcb91ed1 2019-01-03 10:32:20,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.19093298912s 2019-01-03 10:32:20,287 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-41a10d34-2c71-4fe1-a19a-554dfcb91ed1 returning object d25de513-ef7d-4e2a-a5c4-6304eb030819 2019-01-03 10:32:20,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:32:20,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '' 2019-01-03 10:32:21,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-456804d3-1acb-456f-b95f-4e0c8a6b04f6 Date: Thu, 03 Jan 2019 10:32:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:32:21,325 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file used request id req-456804d3-1acb-456f-b95f-4e0c8a6b04f6 2019-01-03 10:32:21,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0376560688s 2019-01-03 10:32:21,326 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file used request id req-456804d3-1acb-456f-b95f-4e0c8a6b04f6 2019-01-03 10:32:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:32:21,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:32:21,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-1856ad09-1d38-4c38-b484-bce761fbf03d Date: Thu, 03 Jan 2019 10:32:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap", "metadata": {}}], "file": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file", "owner": "50be185f78694c7db56be122375ba6f2", "id": "d25de513-ef7d-4e2a-a5c4-6304eb030819", "size": 12716032, "self": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:32:21Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:32:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:32:21,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1856ad09-1d38-4c38-b484-bce761fbf03d 2019-01-03 10:32:21,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174175024033s 2019-01-03 10:32:21,501 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-1856ad09-1d38-4c38-b484-bce761fbf03d 2019-01-03 10:32:21,503 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file', 'owner': u'50be185f78694c7db56be122375ba6f2', 'id': u'd25de513-ef7d-4e2a-a5c4-6304eb030819', 'size': 12716032, u'self': u'/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'50be185f78694c7db56be122375ba6f2', 'name': 'rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:32:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T10:32:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'created': u'2019-01-03T10:32:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:32:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:32:21,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:32:21,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:32:21,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32: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-aada133b-7efc-4d2b-bc7e-e0341be46b7c x-compute-request-id: req-aada133b-7efc-4d2b-bc7e-e0341be46b7c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "efd0564b-a3a2-4e81-bc33-42fb97153457", "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:32:21,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aada133b-7efc-4d2b-bc7e-e0341be46b7c 2019-01-03 10:32:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.19326210022s 2019-01-03 10:32:21,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-aada133b-7efc-4d2b-bc7e-e0341be46b7c returning object efd0564b-a3a2-4e81-bc33-42fb97153457 2019-01-03 10:32:21,699 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'efd0564b-a3a2-4e81-bc33-42fb97153457', 'swap': 0}) 2019-01-03 10:32:21,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:32:21,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457/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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"extra_specs": {}}' 2019-01-03 10:32:21,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32: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-9aae9ace-c1a4-499b-adf0-d320f2e23083 x-compute-request-id: req-9aae9ace-c1a4-499b-adf0-d320f2e23083 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:32:21,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457/os-extra_specs used request id req-9aae9ace-c1a4-499b-adf0-d320f2e23083 2019-01-03 10:32:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0292448997498s 2019-01-03 10:32:21,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457/os-extra_specs used request id req-9aae9ace-c1a4-499b-adf0-d320f2e23083 2019-01-03 10:32:21,730 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 10:32:24,288 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 10:32:23.891 117 INFO rally.deployment.engine [-] Deployment 105e5dba-66f8-4ed9-b5b6-7f89b152f167 | Starting: Destroy cloud and free allocated resources. 2019-01-03 10:32:23.970 117 INFO rally.deployment.engine [-] Deployment 105e5dba-66f8-4ed9-b5b6-7f89b152f167 | Completed: Destroy cloud and free allocated resources. 2019-01-03 10:32:24.008 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22) for deployment 'opnfv-rally'. 2019-01-03 10:32:24.023 117 INFO rally.api [-] Deleting verification (UUID=639b2547-6a76-48c0-b48c-9be60e96520a). 2019-01-03 10:32:24.057 117 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 10:32:24.057 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22). 2019-01-03 10:32:24.063 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 10:32:26,843 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 10:32:26.528 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=8310a219-1f19-45fd-b30a-defc654f9c94) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 8310a219-1f19-45fd-b30a-defc654f9c94 | 2019-01-03T10:32:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 8310a219-1f19-45fd-b30a-defc654f9c94 ~/.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 2019-01-03 10:32:30,248 - 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 | +-------------+-------------------+-----------+ 2019-01-03 10:32:30,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2019-01-03 10:32:30,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 10:32:30,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:32:30,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2360ad4-a079-4cf8-8e30-d1464b82c21d x-compute-request-id: req-b2360ad4-a079-4cf8-8e30-d1464b82c21d Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 10:32:30,441 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b2360ad4-a079-4cf8-8e30-d1464b82c21d 2019-01-03 10:32:30,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.192541837692s 2019-01-03 10:32:30,442 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-b2360ad4-a079-4cf8-8e30-d1464b82c21d 2019-01-03 10:32:30,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:32:30,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:32:30,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bda21940-40c8-47a6-8520-d29e4b8edf73 x-compute-request-id: req-bda21940-40c8-47a6-8520-d29e4b8edf73 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/420642c7-a614-47e7-a60f-f323af4e36f4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "420642c7-a614-47e7-a60f-f323af4e36f4", "name": "rally_sanity-flavor_alt_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:32:30,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bda21940-40c8-47a6-8520-d29e4b8edf73 2019-01-03 10:32:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0517230033875s 2019-01-03 10:32:30,495 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bda21940-40c8-47a6-8520-d29e4b8edf73 returning object 420642c7-a614-47e7-a60f-f323af4e36f4 2019-01-03 10:32:30,496 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'420642c7-a614-47e7-a60f-f323af4e36f4', 'swap': 0}) 2019-01-03 10:32:30,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:32:30,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4/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}3e3dc070753854c779e79a5176f4bbcd33165407" -d '{"extra_specs": {}}' 2019-01-03 10:32:30,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:32:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b297b9a-8917-4995-935e-ff8adeb0d6f1 x-compute-request-id: req-8b297b9a-8917-4995-935e-ff8adeb0d6f1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:32:30,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4/os-extra_specs used request id req-8b297b9a-8917-4995-935e-ff8adeb0d6f1 2019-01-03 10:32:30,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236268043518s 2019-01-03 10:32:30,521 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4/os-extra_specs used request id req-8b297b9a-8917-4995-935e-ff8adeb0d6f1 2019-01-03 10:32:30,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'420642c7-a614-47e7-a60f-f323af4e36f4', 'swap': 0}) 2019-01-03 10:32:30,521 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2019-01-03 10:32:30,522 - 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 2019-01-03 10:32:30,523 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:32:30,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:32:30,548 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:33:33,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 2019-01-03 10:33:33,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2019-01-03 10:33:33,008 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f6de4f86-14d8-4247-8aa5-ff4989cc9c0c'] 2019-01-03 10:33:34,103 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f6de4f86-14d8-4247-8aa5-ff4989cc9c0c -------------------------------------------------------------------------------- Task f6de4f86-14d8-4247-8aa5-ff4989cc9c0c: 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | total | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> duration | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.502816 Full duration: 7.355725 -------------------------------------------------------------------------------- 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> duration | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.279991 Full duration: 8.059732 -------------------------------------------------------------------------------- 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> duration | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.032079 Full duration: 8.019318 -------------------------------------------------------------------------------- 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786078 Full duration: 7.544996 -------------------------------------------------------------------------------- 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> duration | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.957326 Full duration: 8.119625 -------------------------------------------------------------------------------- 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 f6de4f86-14d8-4247-8aa5-ff4989cc9c0c 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.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> duration | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.728518 Full duration: 7.6178 HINTS: * To plot HTML graphics with this data, run: rally task report f6de4f86-14d8-4247-8aa5-ff4989cc9c0c --out output.html * To generate a JUnit report, run: rally task export f6de4f86-14d8-4247-8aa5-ff4989cc9c0c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f6de4f86-14d8-4247-8aa5-ff4989cc9c0c --json --out output.json 2019-01-03 10:33:34,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f6de4f86-14d8-4247-8aa5-ff4989cc9c0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2019-01-03 10:33:36,378 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f6de4f86-14d8-4247-8aa5-ff4989cc9c0c --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2019-01-03 10:33:36.271 728 INFO rally.api [-] Building 'json' report for the following task(s): 'f6de4f86-14d8-4247-8aa5-ff4989cc9c0c'. 2019-01-03 10:33:36.276 728 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:33:36,379 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f6de4f86-14d8-4247-8aa5-ff4989cc9c0c', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2019-01-03 10:33:38,676 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f6de4f86-14d8-4247-8aa5-ff4989cc9c0c --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2019-01-03 10:33:38.540 731 INFO rally.api [-] Building 'html' report for the following task(s): 'f6de4f86-14d8-4247-8aa5-ff4989cc9c0c'. 2019-01-03 10:33:38.575 731 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:33:38,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2019-01-03 10:33:38,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2019-01-03 10:33:38,691 - 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 2019-01-03 10:33:38,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:33:38,708 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:33:38,716 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:35:17,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ed73392e-0fb3-4aeb-ac44-c91a3caa078a 2019-01-03 10:35:17,106 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ed73392e-0fb3-4aeb-ac44-c91a3caa078a'] 2019-01-03 10:35:18,121 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ed73392e-0fb3-4aeb-ac44-c91a3caa078a -------------------------------------------------------------------------------- Task ed73392e-0fb3-4aeb-ac44-c91a3caa078a: 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 ed73392e-0fb3-4aeb-ac44-c91a3caa078a 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.88 | 4.88 | 4.88 | 4.88 | 4.88 | 4.88 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | -> glance_v2.upload_data | 1.934 | 1.934 | 1.934 | 1.934 | 1.934 | 1.934 | 100.0% | 1 | | glance_v2.delete_image | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | total | 6.051 | 6.051 | 6.051 | 6.051 | 6.051 | 6.051 | 100.0% | 1 | | -> duration | 6.051 | 6.051 | 6.051 | 6.051 | 6.051 | 6.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.051356 Full duration: 14.514762 -------------------------------------------------------------------------------- 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 ed73392e-0fb3-4aeb-ac44-c91a3caa078a 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.824 | 4.824 | 4.824 | 4.824 | 4.824 | 4.824 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | -> glance_v2.upload_data | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 1.888 | 100.0% | 1 | | glance_v2.list_images | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 100.0% | 1 | | -> duration | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 5.001 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.001498 Full duration: 17.090737 -------------------------------------------------------------------------------- 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 ed73392e-0fb3-4aeb-ac44-c91a3caa078a 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> duration | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.336724 Full duration: 8.072485 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "number_instances": 2, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "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 ed73392e-0fb3-4aeb-ac44-c91a3caa078a 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.716 | 4.716 | 4.716 | 4.716 | 4.716 | 4.716 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | -> glance_v2.upload_data | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 1.768 | 100.0% | 1 | | nova.boot_servers | 11.58 | 11.58 | 11.58 | 11.58 | 11.58 | 11.58 | 100.0% | 1 | | total | 16.297 | 16.297 | 16.297 | 16.297 | 16.297 | 16.297 | 100.0% | 1 | | -> duration | 15.297 | 15.297 | 15.297 | 15.297 | 15.297 | 15.297 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.296663 Full duration: 39.084874 HINTS: * To plot HTML graphics with this data, run: rally task report ed73392e-0fb3-4aeb-ac44-c91a3caa078a --out output.html * To generate a JUnit report, run: rally task export ed73392e-0fb3-4aeb-ac44-c91a3caa078a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ed73392e-0fb3-4aeb-ac44-c91a3caa078a --json --out output.json 2019-01-03 10:35:18,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ed73392e-0fb3-4aeb-ac44-c91a3caa078a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2019-01-03 10:35:20,340 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ed73392e-0fb3-4aeb-ac44-c91a3caa078a --out /home/opnfv/functest/results/rally/opnfv-glance.json 2019-01-03 10:35:20.233 1284 INFO rally.api [-] Building 'json' report for the following task(s): 'ed73392e-0fb3-4aeb-ac44-c91a3caa078a'. 2019-01-03 10:35:20.238 1284 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:35:20,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ed73392e-0fb3-4aeb-ac44-c91a3caa078a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2019-01-03 10:35:22,676 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ed73392e-0fb3-4aeb-ac44-c91a3caa078a --out /home/opnfv/functest/results/rally/opnfv-glance.html 2019-01-03 10:35:22.503 1287 INFO rally.api [-] Building 'html' report for the following task(s): 'ed73392e-0fb3-4aeb-ac44-c91a3caa078a'. 2019-01-03 10:35:22.528 1287 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:35:22,682 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2019-01-03 10:35:22,682 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2019-01-03 10:35:22,683 - 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 2019-01-03 10:35:22,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:35:22,699 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:35:22,711 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:38:41,670 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c2b0c014-6f00-40d5-89fe-2b511d46e1f4 2019-01-03 10:38:41,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c2b0c014-6f00-40d5-89fe-2b511d46e1f4'] 2019-01-03 10:38:42,791 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c2b0c014-6f00-40d5-89fe-2b511d46e1f4 -------------------------------------------------------------------------------- Task c2b0c014-6f00-40d5-89fe-2b511d46e1f4: 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.373 | 3.373 | 3.373 | 3.373 | 3.373 | 3.373 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 3.122 | 100.0% | 1 | | total | 6.495 | 6.495 | 6.495 | 6.495 | 6.495 | 6.495 | 100.0% | 1 | | -> duration | 6.495 | 6.495 | 6.495 | 6.495 | 6.495 | 6.495 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.495153 Full duration: 23.447942 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.953 | 3.953 | 3.953 | 3.953 | 3.953 | 3.953 | 100.0% | 1 | | cinder_v2.delete_volume | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 0.907 | 100.0% | 1 | | total | 4.861 | 4.861 | 4.861 | 4.861 | 4.861 | 4.861 | 100.0% | 1 | | -> duration | 4.861 | 4.861 | 4.861 | 4.861 | 4.861 | 4.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.860599 Full duration: 14.777141 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.716 | 8.716 | 8.716 | 8.716 | 8.716 | 8.716 | 100.0% | 1 | | cinder_v2.delete_volume | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 2.666 | 100.0% | 1 | | total | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 100.0% | 1 | | -> duration | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 11.383 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.382609 Full duration: 22.86347 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.214 | 3.214 | 3.214 | 3.214 | 3.214 | 3.214 | 100.0% | 1 | | cinder_v2.delete_volume | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 2.711 | 100.0% | 1 | | total | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | -> duration | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 5.926 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.925883 Full duration: 16.3451 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | cinder_v2.extend_volume | 2.476 | 2.476 | 2.476 | 2.476 | 2.476 | 2.476 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | total | 8.099 | 8.099 | 8.099 | 8.099 | 8.099 | 8.099 | 100.0% | 1 | | -> duration | 8.099 | 8.099 | 8.099 | 8.099 | 8.099 | 8.099 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.099398 Full duration: 18.065499 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.339 | 3.339 | 3.339 | 3.339 | 3.339 | 3.339 | 100.0% | 1 | | cinder_v2.delete_volume | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 2.47 | 100.0% | 1 | | total | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> duration | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.808879 Full duration: 22.58477 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | cinder_v2.list_qos | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> duration | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 0.783 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.782584 Full duration: 12.46131 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.set_qos | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807692 Full duration: 12.416853 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | cinder_v2.list_types | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> duration | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.874255 Full duration: 12.641756 -------------------------------------------------------------------------------- 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 c2b0c014-6f00-40d5-89fe-2b511d46e1f4 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.create_encryption_type | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 0.19 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800264 Full duration: 12.717868 HINTS: * To plot HTML graphics with this data, run: rally task report c2b0c014-6f00-40d5-89fe-2b511d46e1f4 --out output.html * To generate a JUnit report, run: rally task export c2b0c014-6f00-40d5-89fe-2b511d46e1f4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c2b0c014-6f00-40d5-89fe-2b511d46e1f4 --json --out output.json 2019-01-03 10:38:42,792 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c2b0c014-6f00-40d5-89fe-2b511d46e1f4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2019-01-03 10:38:45,257 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c2b0c014-6f00-40d5-89fe-2b511d46e1f4 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2019-01-03 10:38:45.080 3076 INFO rally.api [-] Building 'json' report for the following task(s): 'c2b0c014-6f00-40d5-89fe-2b511d46e1f4'. 2019-01-03 10:38:45.091 3076 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:38:45,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c2b0c014-6f00-40d5-89fe-2b511d46e1f4', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2019-01-03 10:38:47,543 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c2b0c014-6f00-40d5-89fe-2b511d46e1f4 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2019-01-03 10:38:47.393 3079 INFO rally.api [-] Building 'html' report for the following task(s): 'c2b0c014-6f00-40d5-89fe-2b511d46e1f4'. 2019-01-03 10:38:47.422 3079 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:38:47,552 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2019-01-03 10:38:47,553 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2019-01-03 10:38:47,554 - 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 2019-01-03 10:38:47,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:38:47,566 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:38:47,574 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:40:10,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 16fcedd8-c1ee-456f-a770-6ab7c9202aff 2019-01-03 10:40:10,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '16fcedd8-c1ee-456f-a770-6ab7c9202aff'] 2019-01-03 10:40:11,602 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 16fcedd8-c1ee-456f-a770-6ab7c9202aff -------------------------------------------------------------------------------- Task 16fcedd8-c1ee-456f-a770-6ab7c9202aff: 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 16fcedd8-c1ee-456f-a770-6ab7c9202aff 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.622 | 4.622 | 4.622 | 4.622 | 4.622 | 4.622 | 100.0% | 1 | | heat.update_stack | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 2.589 | 100.0% | 1 | | heat.delete_stack | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 100.0% | 1 | | total | 10.321 | 10.321 | 10.321 | 10.321 | 10.321 | 10.321 | 100.0% | 1 | | -> duration | 6.321 | 6.321 | 6.321 | 6.321 | 6.321 | 6.321 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.321157 Full duration: 18.756406 -------------------------------------------------------------------------------- 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 16fcedd8-c1ee-456f-a770-6ab7c9202aff 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.864 | 4.864 | 4.864 | 4.864 | 4.864 | 4.864 | 100.0% | 1 | | heat.check_stack | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | heat.delete_stack | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | total | 8.02 | 8.02 | 8.02 | 8.02 | 8.02 | 8.02 | 100.0% | 1 | | -> duration | 6.02 | 6.02 | 6.02 | 6.02 | 6.02 | 6.02 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.020415 Full duration: 16.503093 -------------------------------------------------------------------------------- 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 16fcedd8-c1ee-456f-a770-6ab7c9202aff 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.724 | 4.724 | 4.724 | 4.724 | 4.724 | 4.724 | 100.0% | 1 | | heat.suspend_stack | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | heat.resume_stack | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 1.549 | 100.0% | 1 | | heat.delete_stack | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 1.455 | 100.0% | 1 | | total | 8.63 | 8.63 | 8.63 | 8.63 | 8.63 | 8.63 | 100.0% | 1 | | -> duration | 6.63 | 6.63 | 6.63 | 6.63 | 6.63 | 6.63 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.630061 Full duration: 18.573491 -------------------------------------------------------------------------------- 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 16fcedd8-c1ee-456f-a770-6ab7c9202aff 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.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | total | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> duration | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 0.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.582933 Full duration: 8.336012 HINTS: * To plot HTML graphics with this data, run: rally task report 16fcedd8-c1ee-456f-a770-6ab7c9202aff --out output.html * To generate a JUnit report, run: rally task export 16fcedd8-c1ee-456f-a770-6ab7c9202aff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 16fcedd8-c1ee-456f-a770-6ab7c9202aff --json --out output.json 2019-01-03 10:40:11,602 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '16fcedd8-c1ee-456f-a770-6ab7c9202aff', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2019-01-03 10:40:13,786 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 16fcedd8-c1ee-456f-a770-6ab7c9202aff --out /home/opnfv/functest/results/rally/opnfv-heat.json 2019-01-03 10:40:13.680 3812 INFO rally.api [-] Building 'json' report for the following task(s): '16fcedd8-c1ee-456f-a770-6ab7c9202aff'. 2019-01-03 10:40:13.684 3812 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:40:13,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '16fcedd8-c1ee-456f-a770-6ab7c9202aff', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2019-01-03 10:40:15,962 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 16fcedd8-c1ee-456f-a770-6ab7c9202aff --out /home/opnfv/functest/results/rally/opnfv-heat.html 2019-01-03 10:40:15.838 3815 INFO rally.api [-] Building 'html' report for the following task(s): '16fcedd8-c1ee-456f-a770-6ab7c9202aff'. 2019-01-03 10:40:15.859 3815 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:40:15,968 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2019-01-03 10:40:15,968 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2019-01-03 10:40:15,969 - 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 2019-01-03 10:40:15,969 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:40:15,986 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:40:15,996 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:43:32,398 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 2019-01-03 10:43:32,399 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dc75ebb1-07b8-4090-b7af-e626cd0eb0a2'] 2019-01-03 10:43:33,557 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 -------------------------------------------------------------------------------- Task dc75ebb1-07b8-4090-b7af-e626cd0eb0a2: 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 0.146 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787188 Full duration: 14.620114 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> duration | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755348 Full duration: 14.686437 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.676 | 0.676 | 0.676 | 0.676 | 0.676 | 0.676 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758753 Full duration: 14.952984 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> duration | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605734 Full duration: 12.331526 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> duration | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637213 Full duration: 12.425517 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | -> keystone_v3.add_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | keystone_v3.create_role | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.get_role | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.list_services | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.get_services | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 100.0% | 1 | | -> duration | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 1.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.851062 Full duration: 19.969265 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.update_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.delete_project | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | total | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> duration | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.962316 Full duration: 13.022414 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.809771 Full duration: 14.81868 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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 | | total | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> duration | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 0.683 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.6832 Full duration: 14.765562 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | keystone_v3.list_users | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.923173 Full duration: 15.287613 -------------------------------------------------------------------------------- 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 dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 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.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | total | 6.89 | 6.89 | 6.89 | 6.89 | 6.89 | 6.89 | 100.0% | 1 | | -> duration | 6.89 | 6.89 | 6.89 | 6.89 | 6.89 | 6.89 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.890395 Full duration: 23.285882 HINTS: * To plot HTML graphics with this data, run: rally task report dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 --out output.html * To generate a JUnit report, run: rally task export dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 --json --out output.json 2019-01-03 10:43:33,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dc75ebb1-07b8-4090-b7af-e626cd0eb0a2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2019-01-03 10:43:35,793 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2019-01-03 10:43:35.678 5730 INFO rally.api [-] Building 'json' report for the following task(s): 'dc75ebb1-07b8-4090-b7af-e626cd0eb0a2'. 2019-01-03 10:43:35.688 5730 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:43:35,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dc75ebb1-07b8-4090-b7af-e626cd0eb0a2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2019-01-03 10:43:37,928 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dc75ebb1-07b8-4090-b7af-e626cd0eb0a2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2019-01-03 10:43:37.788 5733 INFO rally.api [-] Building 'html' report for the following task(s): 'dc75ebb1-07b8-4090-b7af-e626cd0eb0a2'. 2019-01-03 10:43:37.821 5733 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:43:37,942 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2019-01-03 10:43:37,942 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2019-01-03 10:43:37,943 - 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 2019-01-03 10:43:37,943 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:43:37,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:43:37,971 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:49:51,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 2019-01-03 10:49:51,937 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3eede84f-b0ff-47f2-99fa-af7dbe6ff064'] 2019-01-03 10:49:53,009 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 -------------------------------------------------------------------------------- Task 3eede84f-b0ff-47f2-99fa-af7dbe6ff064: 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | neutron.delete_network | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | total | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> duration | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.756856 Full duration: 15.471889 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.472 | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 100.0% | 1 | | neutron.delete_port | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 100.0% | 1 | | -> duration | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 2.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.109885 Full duration: 36.226856 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | neutron.create_subnet | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | neutron.create_router | 3.286 | 3.286 | 3.286 | 3.286 | 3.286 | 3.286 | 100.0% | 1 | | neutron.add_interface_router | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | neutron.remove_interface_router | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | neutron.delete_router | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 1.867 | 100.0% | 1 | | total | 9.975 | 9.975 | 9.975 | 9.975 | 9.975 | 9.975 | 100.0% | 1 | | -> duration | 9.975 | 9.975 | 9.975 | 9.975 | 9.975 | 9.975 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.974585 Full duration: 49.623699 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.049 | 1.049 | 1.049 | 1.049 | 1.049 | 1.049 | 100.0% | 1 | | neutron.delete_subnet | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | total | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 100.0% | 1 | | -> duration | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.351486 Full duration: 36.413257 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.077 | 1.077 | 1.077 | 1.077 | 1.077 | 1.077 | 100.0% | 1 | | neutron.list_networks | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> duration | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.375033 Full duration: 17.024368 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.545 | 1.545 | 1.545 | 1.545 | 1.545 | 1.545 | 100.0% | 1 | | neutron.list_ports | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 0.245 | 100.0% | 1 | | total | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | -> duration | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 1.791 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.790528 Full duration: 37.723342 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | neutron.create_subnet | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | neutron.create_router | 3.093 | 3.093 | 3.093 | 3.093 | 3.093 | 3.093 | 100.0% | 1 | | neutron.add_interface_router | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 1.864 | 100.0% | 1 | | neutron.list_routers | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 100.0% | 1 | | -> duration | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 6.881 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.881093 Full duration: 50.429949 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.create_subnet | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | neutron.list_subnets | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> duration | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.814512 Full duration: 40.025892 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.delete_security_group | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> duration | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 1.174 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.173868 Full duration: 14.51917 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | neutron.create_security_group_rule | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | neutron.delete_security_group | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> duration | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.744538 Full duration: 15.211227 -------------------------------------------------------------------------------- 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 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 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.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | neutron.create_router | 3.937 | 3.937 | 3.937 | 3.937 | 3.937 | 3.937 | 100.0% | 1 | | neutron.add_gateway_router | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 1.968 | 100.0% | 1 | | neutron.remove_gateway_router | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | total | 8.004 | 8.004 | 8.004 | 8.004 | 8.004 | 8.004 | 100.0% | 1 | | -> duration | 8.004 | 8.004 | 8.004 | 8.004 | 8.004 | 8.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.003568 Full duration: 30.811973 HINTS: * To plot HTML graphics with this data, run: rally task report 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 --out output.html * To generate a JUnit report, run: rally task export 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 --json --out output.json 2019-01-03 10:49:53,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3eede84f-b0ff-47f2-99fa-af7dbe6ff064', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2019-01-03 10:49:55,354 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2019-01-03 10:49:55.214 9028 INFO rally.api [-] Building 'json' report for the following task(s): '3eede84f-b0ff-47f2-99fa-af7dbe6ff064'. 2019-01-03 10:49:55.223 9028 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:49:55,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3eede84f-b0ff-47f2-99fa-af7dbe6ff064', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2019-01-03 10:49:57,695 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3eede84f-b0ff-47f2-99fa-af7dbe6ff064 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2019-01-03 10:49:57.530 9031 INFO rally.api [-] Building 'html' report for the following task(s): '3eede84f-b0ff-47f2-99fa-af7dbe6ff064'. 2019-01-03 10:49:57.562 9031 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:49:57,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2019-01-03 10:49:57,709 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2019-01-03 10:49:57,710 - 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 2019-01-03 10:49:57,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:49:57,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:49:57,732 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:57:31,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5f18f792-62ef-434b-89d5-863b516cb7c0 2019-01-03 10:57:31,849 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5f18f792-62ef-434b-89d5-863b516cb7c0'] 2019-01-03 10:57:32,954 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5f18f792-62ef-434b-89d5-863b516cb7c0 -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0: 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "block_migration": false, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0 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.243 | 12.243 | 12.243 | 12.243 | 12.243 | 12.243 | 100.0% | 1 | | nova.find_host_to_migrate | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | nova.live_migrate | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 11.314 | 100.0% | 1 | | nova.delete_server | 2.973 | 2.973 | 2.973 | 2.973 | 2.973 | 2.973 | 100.0% | 1 | | total | 27.871 | 27.871 | 27.871 | 27.871 | 27.871 | 27.871 | 100.0% | 1 | | -> duration | 26.871 | 26.871 | 26.871 | 26.871 | 26.871 | 26.871 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.870933 Full duration: 37.418285 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0 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 | 11.771 | 11.771 | 11.771 | 11.771 | 11.771 | 11.771 | 100.0% | 1 | | cinder_v2.create_volume | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | nova.attach_volume | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 4.182 | 100.0% | 1 | | nova.find_host_to_migrate | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | nova.live_migrate | 39.849 | 39.849 | 39.849 | 39.849 | 39.849 | 39.849 | 100.0% | 1 | | nova.detach_volume | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 1.372 | 100.0% | 1 | | cinder_v2.delete_volume | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 2.466 | 100.0% | 1 | | nova.delete_server | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 66.488 | 66.488 | 66.488 | 66.488 | 66.488 | 66.488 | 100.0% | 1 | | -> duration | 65.488 | 65.488 | 65.488 | 65.488 | 65.488 | 65.488 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 65.487657 Full duration: 78.464268 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0 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 | 9.031 | 9.031 | 9.031 | 9.031 | 9.031 | 9.031 | 100.0% | 1 | | nova.boot_server | 12.562 | 12.562 | 12.562 | 12.562 | 12.562 | 12.562 | 100.0% | 1 | | nova.find_host_to_migrate | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 1.384 | 100.0% | 1 | | nova.live_migrate | 14.186 | 14.186 | 14.186 | 14.186 | 14.186 | 14.186 | 100.0% | 1 | | nova.delete_server | 7.987 | 7.987 | 7.987 | 7.987 | 7.987 | 7.987 | 100.0% | 1 | | total | 45.151 | 45.151 | 45.151 | 45.151 | 45.151 | 45.151 | 100.0% | 1 | | -> duration | 44.151 | 44.151 | 44.151 | 44.151 | 44.151 | 44.151 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.150782 Full duration: 57.183983 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "server_kwargs": { "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] } }, "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 5f18f792-62ef-434b-89d5-863b516cb7c0 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | nova.boot_server | 9.175 | 9.175 | 9.175 | 9.175 | 9.175 | 9.175 | 100.0% | 1 | | nova.delete_server | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | nova.delete_keypair | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 12.73 | 12.73 | 12.73 | 12.73 | 12.73 | 12.73 | 100.0% | 1 | | -> duration | 11.73 | 11.73 | 11.73 | 11.73 | 11.73 | 11.73 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.729785 Full duration: 43.4519 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "volume_size": 5, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "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 5f18f792-62ef-434b-89d5-863b516cb7c0 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.85 | 8.85 | 8.85 | 8.85 | 8.85 | 8.85 | 100.0% | 1 | | nova.boot_server | 8.738 | 8.738 | 8.738 | 8.738 | 8.738 | 8.738 | 100.0% | 1 | | nova.delete_server | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | total | 20.506 | 20.506 | 20.506 | 20.506 | 20.506 | 20.506 | 100.0% | 1 | | -> duration | 19.506 | 19.506 | 19.506 | 19.506 | 19.506 | 19.506 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.505681 Full duration: 54.743319 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "force_delete": false, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "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 5f18f792-62ef-434b-89d5-863b516cb7c0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.298 | 10.298 | 10.298 | 10.298 | 10.298 | 10.298 | 100.0% | 1 | | nova.pause_server | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 100.0% | 1 | | nova.unpause_server | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 2.781 | 100.0% | 1 | | nova.delete_server | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 2.817 | 100.0% | 1 | | total | 18.87 | 18.87 | 18.87 | 18.87 | 18.87 | 18.87 | 100.0% | 1 | | -> duration | 13.87 | 13.87 | 13.87 | 13.87 | 13.87 | 13.87 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.870226 Full duration: 50.203024 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "nics": [ { "net-id": "dd474560-4123-42ec-a65c-9d4ed311d7ff" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0 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.434 | 9.434 | 9.434 | 9.434 | 9.434 | 9.434 | 100.0% | 1 | | nova.migrate | 15.632 | 15.632 | 15.632 | 15.632 | 15.632 | 15.632 | 100.0% | 1 | | nova.resize_confirm | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 3.21 | 100.0% | 1 | | nova.delete_server | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 100.0% | 1 | | total | 30.944 | 30.944 | 30.944 | 30.944 | 30.944 | 30.944 | 100.0% | 1 | | -> duration | 29.944 | 29.944 | 29.944 | 29.944 | 29.944 | 29.944 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.944403 Full duration: 40.31281 -------------------------------------------------------------------------------- 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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "image": { "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 5f18f792-62ef-434b-89d5-863b516cb7c0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.115 | 10.115 | 10.115 | 10.115 | 10.115 | 10.115 | 100.0% | 1 | | nova.list_interfaces | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 10.514 | 10.514 | 10.514 | 10.514 | 10.514 | 10.514 | 100.0% | 1 | | -> duration | 9.514 | 9.514 | 9.514 | 9.514 | 9.514 | 9.514 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.514144 Full duration: 46.470326 -------------------------------------------------------------------------------- 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 5f18f792-62ef-434b-89d5-863b516cb7c0 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | nova.delete_server_group | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | total | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> duration | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 0.723 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722789 Full duration: 9.798517 HINTS: * To plot HTML graphics with this data, run: rally task report 5f18f792-62ef-434b-89d5-863b516cb7c0 --out output.html * To generate a JUnit report, run: rally task export 5f18f792-62ef-434b-89d5-863b516cb7c0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5f18f792-62ef-434b-89d5-863b516cb7c0 --json --out output.json 2019-01-03 10:57:32,955 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5f18f792-62ef-434b-89d5-863b516cb7c0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2019-01-03 10:57:35,278 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5f18f792-62ef-434b-89d5-863b516cb7c0 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2019-01-03 10:57:35.164 10674 INFO rally.api [-] Building 'json' report for the following task(s): '5f18f792-62ef-434b-89d5-863b516cb7c0'. 2019-01-03 10:57:35.173 10674 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:57:35,278 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5f18f792-62ef-434b-89d5-863b516cb7c0', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2019-01-03 10:57:37,435 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5f18f792-62ef-434b-89d5-863b516cb7c0 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2019-01-03 10:57:37.299 10677 INFO rally.api [-] Building 'html' report for the following task(s): '5f18f792-62ef-434b-89d5-863b516cb7c0'. 2019-01-03 10:57:37.330 10677 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:57:37,447 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2019-01-03 10:57:37,447 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2019-01-03 10:57:37,448 - 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 2019-01-03 10:57:37,448 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2019-01-03 10:57:37,462 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2019-01-03 10:57:37,473 - 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': 'dd474560-4123-42ec-a65c-9d4ed311d7ff', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'flavor_name': 'rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', '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_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2019-01-03 10:58:30,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 65aeb83f-1a92-4699-b846-356d5941b7f7 2019-01-03 10:58:30,410 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '65aeb83f-1a92-4699-b846-356d5941b7f7'] 2019-01-03 10:58:31,480 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 65aeb83f-1a92-4699-b846-356d5941b7f7 -------------------------------------------------------------------------------- Task 65aeb83f-1a92-4699-b846-356d5941b7f7: 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 65aeb83f-1a92-4699-b846-356d5941b7f7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | quotas.delete_quotas | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.89811 Full duration: 8.678931 -------------------------------------------------------------------------------- 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 65aeb83f-1a92-4699-b846-356d5941b7f7 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.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | total | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> duration | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 0.73 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.729783 Full duration: 8.554965 -------------------------------------------------------------------------------- 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 65aeb83f-1a92-4699-b846-356d5941b7f7 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.252 | 0.252 | 0.252 | 0.252 | 0.252 | 0.252 | 100.0% | 1 | | total | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> duration | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.657662 Full duration: 8.537523 -------------------------------------------------------------------------------- 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 65aeb83f-1a92-4699-b846-356d5941b7f7 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.175 | 1.175 | 1.175 | 1.175 | 1.175 | 1.175 | 100.0% | 1 | | total | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | -> duration | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 1.176 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.175592 Full duration: 9.399056 HINTS: * To plot HTML graphics with this data, run: rally task report 65aeb83f-1a92-4699-b846-356d5941b7f7 --out output.html * To generate a JUnit report, run: rally task export 65aeb83f-1a92-4699-b846-356d5941b7f7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 65aeb83f-1a92-4699-b846-356d5941b7f7 --json --out output.json 2019-01-03 10:58:31,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '65aeb83f-1a92-4699-b846-356d5941b7f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2019-01-03 10:58:33,817 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 65aeb83f-1a92-4699-b846-356d5941b7f7 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2019-01-03 10:58:33.698 11190 INFO rally.api [-] Building 'json' report for the following task(s): '65aeb83f-1a92-4699-b846-356d5941b7f7'. 2019-01-03 10:58:33.703 11190 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:58:33,818 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '65aeb83f-1a92-4699-b846-356d5941b7f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2019-01-03 10:58:36,002 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 65aeb83f-1a92-4699-b846-356d5941b7f7 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2019-01-03 10:58:35.877 11193 INFO rally.api [-] Building 'html' report for the following task(s): '65aeb83f-1a92-4699-b846-356d5941b7f7'. 2019-01-03 10:58:35.899 11193 INFO rally.api [-] The report has been successfully built. 2019-01-03 10:58:36,004 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2019-01-03 10:58:36,006 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:18 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 05:43 | 11 | 100.00% | | nova | 06:58 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:22:02 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2019-01-03 10:58:36,007 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2019-01-03 10:58:36,129 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 10:58:36,129 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 26:25 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-03 10:58:36,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:58:36,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:36,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1f4f9f0-6562-4d44-95b7-12b2ef677532 x-compute-request-id: req-d1f4f9f0-6562-4d44-95b7-12b2ef677532 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/420642c7-a614-47e7-a60f-f323af4e36f4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "420642c7-a614-47e7-a60f-f323af4e36f4", "name": "rally_sanity-flavor_alt_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "efd0564b-a3a2-4e81-bc33-42fb97153457", "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:58:36,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d1f4f9f0-6562-4d44-95b7-12b2ef677532 2019-01-03 10:58:36,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.195264101028s 2019-01-03 10:58:36,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-d1f4f9f0-6562-4d44-95b7-12b2ef677532 2019-01-03 10:58:36,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:58:36,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:36,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f814bf46-6245-4e8f-899b-bae677b0f695 x-compute-request-id: req-f814bf46-6245-4e8f-899b-bae677b0f695 Content-Length: 0 Content-Type: application/json 2019-01-03 10:58:36,381 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4 used request id req-f814bf46-6245-4e8f-899b-bae677b0f695 2019-01-03 10:58:36,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0461030006409s 2019-01-03 10:58:36,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/420642c7-a614-47e7-a60f-f323af4e36f4 used request id req-f814bf46-6245-4e8f-899b-bae677b0f695 2019-01-03 10:58:36,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 10:58:36,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/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}68f9d4f9d2651096e21285f8ae08936883c1e902" -d '{"subnet_id": "6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3"}' 2019-01-03 10:58:38,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-87a42c11-4e6d-48fe-8798-e97b4a10d074 Date: Thu, 03 Jan 2019 10:58:38 GMT RESP BODY: {"network_id": "dd474560-4123-42ec-a65c-9d4ed311d7ff", "tenant_id": "50be185f78694c7db56be122375ba6f2", "subnet_id": "6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3", "subnet_ids": ["6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3"], "port_id": "b84820fa-c21e-4a6a-9cd1-40e6dad3cb61", "id": "5bbafd8b-3c6a-4e1b-ac24-774a2e619a23"} 2019-01-03 10:58:38,232 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/remove_router_interface.json used request id req-87a42c11-4e6d-48fe-8798-e97b4a10d074 2019-01-03 10:58:38,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8504140377s 2019-01-03 10:58:38,233 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23/remove_router_interface.json used request id req-87a42c11-4e6d-48fe-8798-e97b4a10d074 returning object 5bbafd8b-3c6a-4e1b-ac24-774a2e619a23 2019-01-03 10:58:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 10:58:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:38,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-a657580f-91ec-4ed1-9b69-ceee115e9b72 Date: Thu, 03 Jan 2019 10:58:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "50be185f78694c7db56be122375ba6f2", "created_at": "2019-01-03T10:32:13Z", "admin_state_up": true, "updated_at": "2019-01-03T10:58:37Z", "project_id": "50be185f78694c7db56be122375ba6f2", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "5bbafd8b-3c6a-4e1b-ac24-774a2e619a23", "name": "rally_sanity-router_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}]} 2019-01-03 10:58:38,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a657580f-91ec-4ed1-9b69-ceee115e9b72 2019-01-03 10:58:38,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.618428945541s 2019-01-03 10:58:38,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a657580f-91ec-4ed1-9b69-ceee115e9b72 2019-01-03 10:58:38,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 10:58:38,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:42,267 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9bf54e8-c5c1-4944-ae95-733d550885f4 Content-Length: 0 Date: Thu, 03 Jan 2019 10:58:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:58:42,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23.json used request id req-b9bf54e8-c5c1-4944-ae95-733d550885f4 2019-01-03 10:58:42,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.41277194023s 2019-01-03 10:58:42,268 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/5bbafd8b-3c6a-4e1b-ac24-774a2e619a23.json used request id req-b9bf54e8-c5c1-4944-ae95-733d550885f4 2019-01-03 10:58:42,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 10:58:42,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:42,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-c04a7bea-f3c1-4652-ac76-42dd23873418 Date: Thu, 03 Jan 2019 10:58:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd474560-4123-42ec-a65c-9d4ed311d7ff","tenant_id":"50be185f78694c7db56be122375ba6f2","created_at":"2019-01-03T10:32:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T10:32:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"50be185f78694c7db56be122375ba6f2","id":"6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3","subnetpool_id":null,"name":"rally_sanity-subnet_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 10:58:42,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c04a7bea-f3c1-4652-ac76-42dd23873418 2019-01-03 10:58:42,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.210600137711s 2019-01-03 10:58:42,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-c04a7bea-f3c1-4652-ac76-42dd23873418 2019-01-03 10:58:42,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 10:58:42,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:44,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9dd5029d-7a7f-4ad1-852c-ab892420a20f Date: Thu, 03 Jan 2019 10:58:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:58:44,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3.json used request id req-9dd5029d-7a7f-4ad1-852c-ab892420a20f 2019-01-03 10:58:44,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.17829203606s 2019-01-03 10:58:44,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6ad9ee57-6355-4191-8e24-c0f3f5d7b8d3.json used request id req-9dd5029d-7a7f-4ad1-852c-ab892420a20f 2019-01-03 10:58:44,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:58:44,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:44,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-bf51667d-df43-4329-85a7-6af223bac2df Date: Thu, 03 Jan 2019 10:58:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"dd474560-4123-42ec-a65c-9d4ed311d7ff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":74,"ipv4_address_scope":null,"shared":true,"project_id":"50be185f78694c7db56be122375ba6f2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T10:58:44Z","qos_policy_id":null,"name":"rally_sanity-net_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e","admin_state_up":true,"tenant_id":"50be185f78694c7db56be122375ba6f2","created_at":"2019-01-03T10:32:11Z","provider:network_type":"vxlan"}]} 2019-01-03 10:58:44,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bf51667d-df43-4329-85a7-6af223bac2df 2019-01-03 10:58:44,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252218961716s 2019-01-03 10:58:44,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bf51667d-df43-4329-85a7-6af223bac2df 2019-01-03 10:58:44,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 10:58:44,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/dd474560-4123-42ec-a65c-9d4ed311d7ff.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:45,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ad7ddfb-6edb-44d3-bd3e-f71eb52e6fd7 Date: Thu, 03 Jan 2019 10:58:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:58:45,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd474560-4123-42ec-a65c-9d4ed311d7ff.json used request id req-6ad7ddfb-6edb-44d3-bd3e-f71eb52e6fd7 2019-01-03 10:58:45,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.785293102264s 2019-01-03 10:58:45,700 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/dd474560-4123-42ec-a65c-9d4ed311d7ff.json used request id req-6ad7ddfb-6edb-44d3-bd3e-f71eb52e6fd7 2019-01-03 10:58:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:58:45,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:45,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-40d95392-9a6b-4462-946c-831a23b682cb Date: Thu, 03 Jan 2019 10:58:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap", "metadata": {}}], "file": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/file", "owner": "50be185f78694c7db56be122375ba6f2", "id": "d25de513-ef7d-4e2a-a5c4-6304eb030819", "size": 12716032, "self": "/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d25de513-ef7d-4e2a-a5c4-6304eb030819/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:32:21Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:32:20Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:58:45,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-40d95392-9a6b-4462-946c-831a23b682cb 2019-01-03 10:58:45,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175435781479s 2019-01-03 10:58:45,876 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-40d95392-9a6b-4462-946c-831a23b682cb 2019-01-03 10:58:45,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 10:58:45,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}68f9d4f9d2651096e21285f8ae08936883c1e902" 2019-01-03 10:58:46,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a910239-64c0-479e-a6e9-ccf00669714b Date: Thu, 03 Jan 2019 10:58:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:58:46,977 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819 used request id req-8a910239-64c0-479e-a6e9-ccf00669714b 2019-01-03 10:58:46,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0988638401s 2019-01-03 10:58:46,978 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d25de513-ef7d-4e2a-a5c4-6304eb030819 used request id req-8a910239-64c0-479e-a6e9-ccf00669714b 2019-01-03 10:58:46,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 10:58:46,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58: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-5ba14e62-b697-4924-ba1d-b91026f43bb6 x-compute-request-id: req-5ba14e62-b697-4924-ba1d-b91026f43bb6 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "efd0564b-a3a2-4e81-bc33-42fb97153457", "name": "rally_sanity-flavor_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 10:58:47,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5ba14e62-b697-4924-ba1d-b91026f43bb6 2019-01-03 10:58:47,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.043105840683s 2019-01-03 10:58:47,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-5ba14e62-b697-4924-ba1d-b91026f43bb6 2019-01-03 10:58:47,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 10:58:47,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,079 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3874af3a-ee5f-4bc6-8675-ddaf459d7541 x-compute-request-id: req-3874af3a-ee5f-4bc6-8675-ddaf459d7541 Content-Length: 0 Content-Type: application/json 2019-01-03 10:58:47,079 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457 used request id req-3874af3a-ee5f-4bc6-8675-ddaf459d7541 2019-01-03 10:58:47,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0534379482269s 2019-01-03 10:58:47,080 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/efd0564b-a3a2-4e81-bc33-42fb97153457 used request id req-3874af3a-ee5f-4bc6-8675-ddaf459d7541 2019-01-03 10:58:47,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:58:47,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d10250d-29de-460b-9e92-e2bf1efc5978 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e", "links": {"self": "http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a"}, "domain_id": "default", "enabled": true, "id": "9a2c89ac6f30433eb72241fb1bd54a3a", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:58:47,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0d10250d-29de-460b-9e92-e2bf1efc5978 2019-01-03 10:58:47,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950350761414s 2019-01-03 10:58:47,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0d10250d-29de-460b-9e92-e2bf1efc5978 2019-01-03 10:58:47,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:58:47,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afd2f50-3eb0-4ae8-acab-ab3cc8a5818b Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a"}, "enabled": true, "id": "9a2c89ac6f30433eb72241fb1bd54a3a", "options": {}, "domain_id": "default", "name": "rally_sanity-user_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}} 2019-01-03 10:58:47,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a used request id req-7afd2f50-3eb0-4ae8-acab-ab3cc8a5818b 2019-01-03 10:58:47,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934338569641s 2019-01-03 10:58:47,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a used request id req-7afd2f50-3eb0-4ae8-acab-ab3cc8a5818b 2019-01-03 10:58:47,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 10:58:47,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bbd15d6-abaf-479c-a3aa-485ef67c839a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:47,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a used request id req-3bbd15d6-abaf-479c-a3aa-485ef67c839a 2019-01-03 10:58:47,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189907073975s 2019-01-03 10:58:47,467 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9a2c89ac6f30433eb72241fb1bd54a3a used request id req-3bbd15d6-abaf-479c-a3aa-485ef67c839a 2019-01-03 10:58:47,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:58:47,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f1048c-85bc-4cd2-b219-3ce61713883a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2"}, "enabled": true, "id": "50be185f78694c7db56be122375ba6f2", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_d040fcaf-b6e7-427f-9bc9-5b50ccbc3c0e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 10:58:47,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a2f1048c-85bc-4cd2-b219-3ce61713883a 2019-01-03 10:58:47,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.075168132782s 2019-01-03 10:58:47,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-a2f1048c-85bc-4cd2-b219-3ce61713883a 2019-01-03 10:58:47,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 10:58:47,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-173522b0-5f51-439e-aa79-0f0d996e0a6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:47,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2 used request id req-173522b0-5f51-439e-aa79-0f0d996e0a6f 2019-01-03 10:58:47,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.169998884201s 2019-01-03 10:58:47,716 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/50be185f78694c7db56be122375ba6f2 used request id req-173522b0-5f51-439e-aa79-0f0d996e0a6f 2019-01-03 10:58:47,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:47,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26265254-cac1-4b88-878d-4291817b6507 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6acafb1a3afe4e4da5162c31286540e0", "links": {"self": "http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:47,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26265254-cac1-4b88-878d-4291817b6507 2019-01-03 10:58:47,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848588943481s 2019-01-03 10:58:47,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 10:58:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:47,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e503d655-3239-48c8-ae8d-66587e06d174 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:47,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6acafb1a3afe4e4da5162c31286540e0 used request id req-e503d655-3239-48c8-ae8d-66587e06d174 2019-01-03 10:58:47,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10071015358s 2019-01-03 10:58:47,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:58:47,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=50be185f78694c7db56be122375ba6f2&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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:48,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-1229caca-90df-4bff-bec2-12790103b6a7 Date: Thu, 03 Jan 2019 10:58:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "50be185f78694c7db56be122375ba6f2", "created_at": "2019-01-03T10:32:11Z", "updated_at": "2019-01-03T10:32:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "19b659e4-cf19-451e-9df7-9aae32419235", "remote_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "4b90a5a8-3132-4d9a-8f58-5a507231d736", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "cae6e10c-625d-49b8-a146-0e9b3be7e078", "remote_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "fe258dbc-657f-4454-bfd9-73a84e36d45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "50be185f78694c7db56be122375ba6f2"}], "revision_number": 4, "project_id": "50be185f78694c7db56be122375ba6f2", "id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "name": "default"}]} 2019-01-03 10:58:48,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=50be185f78694c7db56be122375ba6f2&name=default used request id req-1229caca-90df-4bff-bec2-12790103b6a7 2019-01-03 10:58:48,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.562918901443s 2019-01-03 10:58:48,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=50be185f78694c7db56be122375ba6f2&name=default used request id req-1229caca-90df-4bff-bec2-12790103b6a7 2019-01-03 10:58:48,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 10:58:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:48,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-35d96676-a55b-47ed-b68f-4cbed53b3827 Date: Thu, 03 Jan 2019 10:58:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "50be185f78694c7db56be122375ba6f2", "created_at": "2019-01-03T10:32:11Z", "updated_at": "2019-01-03T10:32:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "19b659e4-cf19-451e-9df7-9aae32419235", "remote_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "4b90a5a8-3132-4d9a-8f58-5a507231d736", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "cae6e10c-625d-49b8-a146-0e9b3be7e078", "remote_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "50be185f78694c7db56be122375ba6f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:32:11Z", "revision_number": 0, "id": "fe258dbc-657f-4454-bfd9-73a84e36d45c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:32:11Z", "security_group_id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "tenant_id": "50be185f78694c7db56be122375ba6f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "50be185f78694c7db56be122375ba6f2"}], "revision_number": 4, "project_id": "50be185f78694c7db56be122375ba6f2", "id": "d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 10:58:48,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-35d96676-a55b-47ed-b68f-4cbed53b3827 2019-01-03 10:58:48,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208052158356s 2019-01-03 10:58:48,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-35d96676-a55b-47ed-b68f-4cbed53b3827 2019-01-03 10:58:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 10:58:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3e3dc070753854c779e79a5176f4bbcd33165407" 2019-01-03 10:58:49,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc57f896-044d-47c6-a785-e773532c2fb9 Content-Length: 0 Date: Thu, 03 Jan 2019 10:58:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 10:58:49,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1.json used request id req-dc57f896-044d-47c6-a785-e773532c2fb9 2019-01-03 10:58:49,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.332341909409s 2019-01-03 10:58:49,020 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d2eca29f-e2e1-493e-a347-e4d1a1b9d8e1.json used request id req-dc57f896-044d-47c6-a785-e773532c2fb9 2019-01-03 10:58:49,075 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2019-01-03 10:58:49,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:58:49,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:58:49,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:58:49,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:58:49,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:58:49,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:58:49,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:58:49,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:58:49,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:58:49,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:58:49,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f1ecbb-71a5-4858-9091-5376c315f7df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:58:49,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-66f1ecbb-71a5-4858-9091-5376c315f7df 2019-01-03 10:58:49,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:58:49,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T11:58:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["KwmUCF5XTIeTGAiq1gcQ8Q"], "issued_at": "2019-01-03T10:58:49.000000Z"}} 2019-01-03 10:58:49,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 10:58:49,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:49,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-02d09d94-2eaf-493c-b616-08d74da73914 Date: Thu, 03 Jan 2019 10:58:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 10:58:49,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02d09d94-2eaf-493c-b616-08d74da73914 2019-01-03 10:58:49,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.229666948318s 2019-01-03 10:58:49,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02d09d94-2eaf-493c-b616-08d74da73914 2019-01-03 10:58:49,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 10:58:49,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:49,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:58:49,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:49,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13f25d11-90b9-4bef-92a9-d6d8c467f396 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 10:58:49,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-13f25d11-90b9-4bef-92a9-d6d8c467f396 2019-01-03 10:58:49,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.099301815033s 2019-01-03 10:58:49,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 10:58:49,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}}' 2019-01-03 10:58:50,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:58:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4093e3ea-052a-4c77-b4ed-b1409dcd8bb6 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.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069"}, "enabled": true, "id": "c8e64c835daf47c89d606fbfa20a5069", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}} 2019-01-03 10:58:50,013 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4093e3ea-052a-4c77-b4ed-b1409dcd8bb6 2019-01-03 10:58:50,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.122133016586s 2019-01-03 10:58:50,014 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4093e3ea-052a-4c77-b4ed-b1409dcd8bb6 2019-01-03 10:58:50,014 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'id': u'c8e64c835daf47c89d606fbfa20a5069', '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'})}) 2019-01-03 10:58:50,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 10:58:50,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344708919525s 2019-01-03 10:58:50,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d597f43-36b1-44e2-b181-a2dbac5e15bd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}} 2019-01-03 10:58:50,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 used request id req-7d597f43-36b1-44e2-b181-a2dbac5e15bd 2019-01-03 10:58:50,463 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e1013fe44a1148c9b209775c145b6680', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df'}) 2019-01-03 10:58:50,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:50,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d2eed7-96a7-493d-bbc8-b61511751f14 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:50,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-57d2eed7-96a7-493d-bbc8-b61511751f14 2019-01-03 10:58:50,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822591781616s 2019-01-03 10:58:50,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:50,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0442472a-13f3-4788-a33d-15735f5c2068 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:50,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0442472a-13f3-4788-a33d-15735f5c2068 2019-01-03 10:58:50,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755820274353s 2019-01-03 10:58:50,624 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 10:58:50,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 10:58:50,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"role": {"name": "Member"}}' 2019-01-03 10:58:50,736 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b04ad100-dd9e-42a6-819b-d47728245f06 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}} 2019-01-03 10:58:50,736 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b04ad100-dd9e-42a6-819b-d47728245f06 2019-01-03 10:58:50,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.11198091507s 2019-01-03 10:58:50,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd24f11f-b289-45e7-a968-94ae4147d483 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "domain_id": null, "name": "Member", "id": "19db72559c4449e285cf4ada85ec6791"}} 2019-01-03 10:58:50,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791 used request id req-dd24f11f-b289-45e7-a968-94ae4147d483 2019-01-03 10:58:50,753 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791'}, 'domain_id': None, 'human_id': None, 'id': u'19db72559c4449e285cf4ada85ec6791', 'HUMAN_ID': False}) 2019-01-03 10:58:50,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:50,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b20fabe-2ddd-4cf9-877b-d1bfc5763cac Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:50,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3b20fabe-2ddd-4cf9-877b-d1bfc5763cac 2019-01-03 10:58:50,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781860351562s 2019-01-03 10:58:50,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:58:50,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:50,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7ba982-9e74-4577-9945-cc05214094a5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:58:50,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ba7ba982-9e74-4577-9945-cc05214094a5 2019-01-03 10:58:50,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0795819759369s 2019-01-03 10:58:50,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:58:50,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ddcd398-ae29-4178-9912-b5400de13a7f Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "domain_id": "default", "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:58:51,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2ddcd398-ae29-4178-9912-b5400de13a7f 2019-01-03 10:58:51,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100444078445s 2019-01-03 10:58:51,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2ddcd398-ae29-4178-9912-b5400de13a7f 2019-01-03 10:58:51,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:58:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95553a14-1d01-4f10-93d5-453d51a76129 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069"}, "enabled": true, "id": "c8e64c835daf47c89d606fbfa20a5069", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}]} 2019-01-03 10:58:51,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-95553a14-1d01-4f10-93d5-453d51a76129 2019-01-03 10:58:51,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.157077074051s 2019-01-03 10:58:51,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-95553a14-1d01-4f10-93d5-453d51a76129 2019-01-03 10:58:51,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:58:51,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=19db72559c4449e285cf4ada85ec6791 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb72529-9730-45a1-9ddf-6225af7d7165 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=19db72559c4449e285cf4ada85ec6791", "previous": null, "next": null}} 2019-01-03 10:58:51,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=19db72559c4449e285cf4ada85ec6791 used request id req-0bb72529-9730-45a1-9ddf-6225af7d7165 2019-01-03 10:58:51,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0809018611908s 2019-01-03 10:58:51,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:58:51,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069/users/e1013fe44a1148c9b209775c145b6680/roles/19db72559c4449e285cf4ada85ec6791 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38ee850e-2a0d-4264-b626-66ed30193880 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:51,374 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069/users/e1013fe44a1148c9b209775c145b6680/roles/19db72559c4449e285cf4ada85ec6791 used request id req-38ee850e-2a0d-4264-b626-66ed30193880 2019-01-03 10:58:51,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108947038651s 2019-01-03 10:58:51,375 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 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': 'da188232-c726-41ba-9807-a2a7bde3c81a', 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_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'project_id': u'c8e64c835daf47c89d606fbfa20a5069', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 10:58:51,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 10:58:51,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 10:58:51,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 10:58:51,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 10:58:51,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 10:58:51,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 10:58:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 10:58:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 10:58:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 10:58:51,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 10:58:51,381 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'password': 'da188232-c726-41ba-9807-a2a7bde3c81a', 'project_name': 'refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': 'c8e64c835daf47c89d606fbfa20a5069', 'project_domain_name': 'Default'} 2019-01-03 10:58:51,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:51,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40202336-2613-4643-85cf-dc62dfc9d261 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:51,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-40202336-2613-4643-85cf-dc62dfc9d261 2019-01-03 10:58:51,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755050182343s 2019-01-03 10:58:51,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:51,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e657b8-786e-407d-b0ea-25b6cbc12835 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:51,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-27e657b8-786e-407d-b0ea-25b6cbc12835 2019-01-03 10:58:51,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808970928192s 2019-01-03 10:58:51,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:58:51,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f31ff3-92d1-46da-983b-d539470421cc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:58:51,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-06f31ff3-92d1-46da-983b-d539470421cc 2019-01-03 10:58:51,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818469524384s 2019-01-03 10:58:51,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:58:51,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370a97ba-920a-48a0-bf64-41bbbff46a87 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "domain_id": "default", "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:58:51,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-370a97ba-920a-48a0-bf64-41bbbff46a87 2019-01-03 10:58:51,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0908648967743s 2019-01-03 10:58:51,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-370a97ba-920a-48a0-bf64-41bbbff46a87 2019-01-03 10:58:51,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 10:58:51,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-016a1331-4818-4698-8ba3-f0d24ed200ed Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069"}, "enabled": true, "id": "c8e64c835daf47c89d606fbfa20a5069", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}]} 2019-01-03 10:58:51,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-016a1331-4818-4698-8ba3-f0d24ed200ed 2019-01-03 10:58:51,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789539813995s 2019-01-03 10:58:51,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-016a1331-4818-4698-8ba3-f0d24ed200ed 2019-01-03 10:58:51,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:58:51,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:51,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca5ef121-0381-4ef2-96ab-1965f40b6c41 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 10:58:51,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&scope.project.id=c8e64c835daf47c89d606fbfa20a5069&role.id=87531dd8fee349ee823565af03481166 used request id req-ca5ef121-0381-4ef2-96ab-1965f40b6c41 2019-01-03 10:58:51,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820729732513s 2019-01-03 10:58:51,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:58:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069/users/e1013fe44a1148c9b209775c145b6680/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1ae78c6-9cb8-492f-bd4d-033b5bc9ad4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:52,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069/users/e1013fe44a1148c9b209775c145b6680/roles/87531dd8fee349ee823565af03481166 used request id req-b1ae78c6-9cb8-492f-bd4d-033b5bc9ad4e 2019-01-03 10:58:52,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123817920685s 2019-01-03 10:58:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:58:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c75b7e8-9cf5-4096-b3e4-e7bd2fcbadca Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:58:52,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4c75b7e8-9cf5-4096-b3e4-e7bd2fcbadca 2019-01-03 10:58:52,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799851417542s 2019-01-03 10:58:52,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 10:58:52,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada9f56b-ebc2-459b-9710-cd65434ca736 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 10:58:52,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-ada9f56b-ebc2-459b-9710-cd65434ca736 2019-01-03 10:58:52,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.154397010803s 2019-01-03 10:58:52,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 10:58:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ec14c2-ce03-418e-bb47-3f5c2bb630e7 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "domain_id": "default", "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 10:58:52,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f2ec14c2-ce03-418e-bb47-3f5c2bb630e7 2019-01-03 10:58:52,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0907790660858s 2019-01-03 10:58:52,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f2ec14c2-ce03-418e-bb47-3f5c2bb630e7 2019-01-03 10:58:52,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 10:58:52,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:58:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60756a26-5424-4726-8144-3ee04715599f Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 10:58:52,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e1013fe44a1148c9b209775c145b6680&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default used request id req-60756a26-5424-4726-8144-3ee04715599f 2019-01-03 10:58:52,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.154377222061s 2019-01-03 10:58:52,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 10:58:52,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/domains/default/users/e1013fe44a1148c9b209775c145b6680/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 10:58:52,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 10:58:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cce9863-9173-43fe-a93e-875407341de1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 10:58:52,614 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/domains/default/users/e1013fe44a1148c9b209775c145b6680/roles/87531dd8fee349ee823565af03481166 used request id req-4cce9863-9173-43fe-a93e-875407341de1 2019-01-03 10:58:52,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116470098495s 2019-01-03 10:58:52,614 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 10:58:54,944 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 10:58:54.664 11196 INFO rally.deployment.engine [-] Deployment 8310a219-1f19-45fd-b30a-defc654f9c94 | Starting: Destroy cloud and free allocated resources. 2019-01-03 10:58:54.747 11196 INFO rally.deployment.engine [-] Deployment 8310a219-1f19-45fd-b30a-defc654f9c94 | Completed: Destroy cloud and free allocated resources. 2019-01-03 10:58:54.769 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22). 2019-01-03 10:58:54.774 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 10:58:57,578 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 10:58:57.235 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a92a4230-5e09-458c-80ce-c1768f98815f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a92a4230-5e09-458c-80ce-c1768f98815f | 2019-01-03T10:58:57 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a92a4230-5e09-458c-80ce-c1768f98815f ~/.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 2019-01-03 10:59:00,940 - 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 | +-------------+-------------------+-----------+ 2019-01-03 10:59:00,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 10:59:03,405 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 10:59:03.106 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e95d39c3-e44f-4c09-9418-2b6ca978df22). 2019-01-03 10:59:03.238 11205 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 10:59:07,283 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 10:59:05.686 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 10:59:05.819 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 10:59:07.076 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493) has been successfully created! Using verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493) as the default verifier for the future CLI operations. 2019-01-03 10:59:10,313 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2019-01-03 10:59:10,314 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 10:59:10,437 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 10:59:10,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 10:59:10,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e087fab-3175-4780-96d6-9ca95112b0e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 10:59:10,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e087fab-3175-4780-96d6-9ca95112b0e6 2019-01-03 10:59:10,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 10:59:10,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "19db72559c4449e285cf4ada85ec6791", "name": "Member"}], "expires_at": "2019-01-03T11:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8e64c835daf47c89d606fbfa20a5069", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c8e64c835daf47c89d606fbfa20a5069", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c8e64c835daf47c89d606fbfa20a5069", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c8e64c835daf47c89d606fbfa20a5069", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c8e64c835daf47c89d606fbfa20a5069", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c8e64c835daf47c89d606fbfa20a5069", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c8e64c835daf47c89d606fbfa20a5069", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c8e64c835daf47c89d606fbfa20a5069", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "id": "e1013fe44a1148c9b209775c145b6680"}, "audit_ids": ["GaA8mGC3TNmH-t-nPWyiIg"], "issued_at": "2019-01-03T10:59:10.000000Z"}} 2019-01-03 10:59:10,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:10,843 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 10:59:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 10:59:10,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:59:10,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:11,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f3d8b6ca-d02f-4b0a-8e2f-420b4cbe5c55 Date: Thu, 03 Jan 2019 10:59:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:59:11,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f3d8b6ca-d02f-4b0a-8e2f-420b4cbe5c55 2019-01-03 10:59:11,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.156908035278s 2019-01-03 10:59:11,004 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f3d8b6ca-d02f-4b0a-8e2f-420b4cbe5c55 2019-01-03 10:59:11,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:59:11,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}' 2019-01-03 10:59:11,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b X-Openstack-Request-Id: req-53a87b2f-430a-436b-ac1e-adfe88cc3558 Date: Thu, 03 Jan 2019 10:59:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "size": null, "self": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:11Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": null, "created_at": "2019-01-03T10:59:11Z", "protected": false} 2019-01-03 10:59:11,225 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-53a87b2f-430a-436b-ac1e-adfe88cc3558 2019-01-03 10:59:11,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.219349861145s 2019-01-03 10:59:11,226 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-53a87b2f-430a-436b-ac1e-adfe88cc3558 returning object a99ae5bc-3134-4bf8-a1de-8a18539c1a3b 2019-01-03 10:59:11,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:59:11,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/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}e60a4694732e032ed381cd5c89b001d172dca29b" -d '' 2019-01-03 10:59:12,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-832afb17-fced-4907-8eba-8cf62582d118 Date: Thu, 03 Jan 2019 10:59:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:59:12,916 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file used request id req-832afb17-fced-4907-8eba-8cf62582d118 2019-01-03 10:59:12,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.68920111656s 2019-01-03 10:59:12,917 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file used request id req-832afb17-fced-4907-8eba-8cf62582d118 2019-01-03 10:59:12,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:59:12,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:13,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-2f973721-d7a8-43a9-96cb-8be50a008a8e Date: Thu, 03 Jan 2019 10:59:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "metadata": {}}], "file": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "size": 12716032, "self": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:59:13,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2f973721-d7a8-43a9-96cb-8be50a008a8e 2019-01-03 10:59:13,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183757066727s 2019-01-03 10:59:13,102 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2f973721-d7a8-43a9-96cb-8be50a008a8e 2019-01-03 10:59:13,105 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file', 'owner': u'c8e64c835daf47c89d606fbfa20a5069', 'id': u'a99ae5bc-3134-4bf8-a1de-8a18539c1a3b', 'size': 12716032, u'self': u'/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c8e64c835daf47c89d606fbfa20a5069', 'name': 'refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:59:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T10:59:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'created': u'2019-01-03T10:59:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:59:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:59:13,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:59:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:59:13,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59: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-15606231-4959-4e6f-baed-ec6cabcbe0d5 x-compute-request-id: req-15606231-4959-4e6f-baed-ec6cabcbe0d5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a53ea0fb-0176-4f30-a333-69c3dff79b83", "name": "refstack_defcore-flavor_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:59:13,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-15606231-4959-4e6f-baed-ec6cabcbe0d5 2019-01-03 10:59:13,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.18779706955s 2019-01-03 10:59:13,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-15606231-4959-4e6f-baed-ec6cabcbe0d5 returning object a53ea0fb-0176-4f30-a333-69c3dff79b83 2019-01-03 10:59:13,295 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_7845bc95-c1a0-46c2-a26a-c159ed6d30df', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'a53ea0fb-0176-4f30-a333-69c3dff79b83', 'swap': 0}) 2019-01-03 10:59:13,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:59:13,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83/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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"extra_specs": {}}' 2019-01-03 10:59:13,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59: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-5250f388-fcc3-4b4b-a885-a749a2815a5c x-compute-request-id: req-5250f388-fcc3-4b4b-a885-a749a2815a5c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:59:13,317 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83/os-extra_specs used request id req-5250f388-fcc3-4b4b-a885-a749a2815a5c 2019-01-03 10:59:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210011005402s 2019-01-03 10:59:13,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83/os-extra_specs used request id req-5250f388-fcc3-4b4b-a885-a749a2815a5c 2019-01-03 10:59:13,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 10:59:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:13,329 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 10:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 10:59:13,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:13,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e12db3a5-8938-427a-b8ff-f527b67e9208 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 10:59:13,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e12db3a5-8938-427a-b8ff-f527b67e9208 2019-01-03 10:59:13,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0962998867035s 2019-01-03 10:59:13,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 10:59:13,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:13,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59: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-2b2db4fb-14ac-422d-b2b6-0813cfb5f646 x-compute-request-id: req-2b2db4fb-14ac-422d-b2b6-0813cfb5f646 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 10:59:13,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-2b2db4fb-14ac-422d-b2b6-0813cfb5f646 2019-01-03 10:59:13,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.177038908005s 2019-01-03 10:59:13,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-2b2db4fb-14ac-422d-b2b6-0813cfb5f646 2019-01-03 10:59:13,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:59:13,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:13,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a5b8da46-e251-42fc-af4e-4cebef64a72d Date: Thu, 03 Jan 2019 10:59:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "metadata": {}}], "file": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "size": 12716032, "self": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:59:13,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a5b8da46-e251-42fc-af4e-4cebef64a72d 2019-01-03 10:59:13,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182242870331s 2019-01-03 10:59:13,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a5b8da46-e251-42fc-af4e-4cebef64a72d 2019-01-03 10:59:13,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 10:59:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}' 2019-01-03 10:59:14,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2 X-Openstack-Request-Id: req-eeb98264-2b27-415f-8d68-2ce677f47a8c Date: Thu, 03 Jan 2019 10:59:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "d270a456-ccb3-4290-8651-495827cf64c2", "size": null, "self": "/v2/images/d270a456-ccb3-4290-8651-495827cf64c2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:13Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": null, "created_at": "2019-01-03T10:59:13Z", "protected": false} 2019-01-03 10:59:14,139 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-eeb98264-2b27-415f-8d68-2ce677f47a8c 2019-01-03 10:59:14,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.354753017426s 2019-01-03 10:59:14,139 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-eeb98264-2b27-415f-8d68-2ce677f47a8c returning object d270a456-ccb3-4290-8651-495827cf64c2 2019-01-03 10:59:14,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 10:59:14,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/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}e60a4694732e032ed381cd5c89b001d172dca29b" -d '' 2019-01-03 10:59:15,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bfc423eb-2536-4cd7-96e8-c88fef21927f Date: Thu, 03 Jan 2019 10:59:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 10:59:15,127 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/file used request id req-bfc423eb-2536-4cd7-96e8-c88fef21927f 2019-01-03 10:59:15,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.986835002899s 2019-01-03 10:59:15,127 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/file used request id req-bfc423eb-2536-4cd7-96e8-c88fef21927f 2019-01-03 10:59:15,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 10:59:15,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 10:59:15,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-8c29b643-7793-4e4d-bb12-e0cad257f4f6 Date: Thu, 03 Jan 2019 10:59:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d270a456-ccb3-4290-8651-495827cf64c2/snap", "metadata": {}}], "file": "/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "d270a456-ccb3-4290-8651-495827cf64c2", "size": 12716032, "self": "/v2/images/d270a456-ccb3-4290-8651-495827cf64c2", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d270a456-ccb3-4290-8651-495827cf64c2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:15Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:59:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "metadata": {}}], "file": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "size": 12716032, "self": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 10:59:15,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8c29b643-7793-4e4d-bb12-e0cad257f4f6 2019-01-03 10:59:15,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171000003815s 2019-01-03 10:59:15,299 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8c29b643-7793-4e4d-bb12-e0cad257f4f6 2019-01-03 10:59:15,301 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d270a456-ccb3-4290-8651-495827cf64c2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d270a456-ccb3-4290-8651-495827cf64c2/file', 'owner': u'c8e64c835daf47c89d606fbfa20a5069', 'id': u'd270a456-ccb3-4290-8651-495827cf64c2', 'size': 12716032, u'self': u'/v2/images/d270a456-ccb3-4290-8651-495827cf64c2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c8e64c835daf47c89d606fbfa20a5069', 'name': 'refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d270a456-ccb3-4290-8651-495827cf64c2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T10:59:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T10:59:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d270a456-ccb3-4290-8651-495827cf64c2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', 'created': u'2019-01-03T10:59:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T10:59:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d270a456-ccb3-4290-8651-495827cf64c2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 10:59:15,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 10:59:15,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 10:59:15,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59: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-f3b1df1a-3b7a-418a-ba6f-86125f543476 x-compute-request-id: req-f3b1df1a-3b7a-418a-ba6f-86125f543476 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3b30be37-1144-4eae-b290-5de69550cff4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3b30be37-1144-4eae-b290-5de69550cff4", "name": "refstack_defcore-flavor_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 10:59:15,345 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f3b1df1a-3b7a-418a-ba6f-86125f543476 2019-01-03 10:59:15,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0431768894196s 2019-01-03 10:59:15,346 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f3b1df1a-3b7a-418a-ba6f-86125f543476 returning object 3b30be37-1144-4eae-b290-5de69550cff4 2019-01-03 10:59:15,346 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'3b30be37-1144-4eae-b290-5de69550cff4', 'swap': 0}) 2019-01-03 10:59:15,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 10:59:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4/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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" -d '{"extra_specs": {}}' 2019-01-03 10:59:15,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 10:59: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-6cb37f1c-d8c1-4a3a-adc5-48ff18f04053 x-compute-request-id: req-6cb37f1c-d8c1-4a3a-adc5-48ff18f04053 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 10:59:15,364 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4/os-extra_specs used request id req-6cb37f1c-d8c1-4a3a-adc5-48ff18f04053 2019-01-03 10:59:15,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0174090862274s 2019-01-03 10:59:15,364 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4/os-extra_specs used request id req-6cb37f1c-d8c1-4a3a-adc5-48ff18f04053 2019-01-03 10:59:15,364 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'3b30be37-1144-4eae-b290-5de69550cff4', 'swap': 0}) 2019-01-03 10:59:18,515 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 10:59:17.423 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493) for deployment 'opnfv-rally' (UUID=a92a4230-5e09-458c-80ce-c1768f98815f). 2019-01-03 10:59:18.289 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 10:59:18.292 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493) has been successfully configured for deployment 'opnfv-rally' (UUID=a92a4230-5e09-458c-80ce-c1768f98815f)! 2019-01-03 10:59:18,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 10:59:18,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 10:59:18,517 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 10:59:23,333 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2019-01-03 10:59:23,333 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2019-01-03 10:59:23,334 - 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. 2019-01-03 10:59:23,334 - 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. 2019-01-03 10:59:23,334 - 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. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-03 10:59:23,334 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2019-01-03 10:59:23,334 - 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. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-03 10:59:23,335 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2019-01-03 10:59:23,335 - 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. 2019-01-03 10:59:23,335 - 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. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2019-01-03 10:59:23,336 - 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. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2019-01-03 10:59:23,336 - 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. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2019-01-03 10:59:23,336 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2019-01-03 10:59:23,336 - 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. 2019-01-03 10:59:23,336 - 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. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - 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. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2019-01-03 10:59:23,337 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2019-01-03 10:59:23,338 - 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. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2019-01-03 10:59:23,338 - 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. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2019-01-03 10:59:23,338 - 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. 2019-01-03 10:59:23,338 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2019-01-03 10:59:23,339 - 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. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2019-01-03 10:59:23,339 - 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. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2019-01-03 10:59:23,339 - 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. 2019-01-03 10:59:23,339 - 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. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2019-01-03 10:59:23,339 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2019-01-03 10:59:23,340 - 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. 2019-01-03 10:59:23,340 - 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. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2019-01-03 10:59:23,340 - 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. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2019-01-03 10:59:23,340 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2019-01-03 10:59:23,341 - 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. 2019-01-03 10:59:23,341 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2019-01-03 10:59:23,341 - refstack_client.list_parser - DEBUG - Number of tests: 200 2019-01-03 10:59:23,343 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 10:59:23,366 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 10:59:23,367 - 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']'. 2019-01-03 10:59:25,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:25.575 11239 INFO rally.api [-] Starting verification (UUID=bdaabb8b-c588-4900-a131-3985dc32af31) for deployment 'opnfv-rally' (UUID=a92a4230-5e09-458c-80ce-c1768f98815f) by verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493). 2019-01-03 10:59:25,578 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bdaabb8b-c588-4900-a131-3985dc32af31 2019-01-03 10:59:32,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:32.405 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.568s] 2019-01-03 10:59:32,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:32.462 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.058s] 2019-01-03 10:59:35,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:35.477 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.424s] 2019-01-03 10:59:36,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:36.883 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.220s] 2019-01-03 10:59:45,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:45.898 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [13.763s] 2019-01-03 10:59:52,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:52.621 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [17.141s] 2019-01-03 10:59:56,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:56.007 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2019-01-03 10:59:58,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 10:59:58.043 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.035s] 2019-01-03 11:00:06,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:06.110 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [22.319s] 2019-01-03 11:00:07,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:07.192 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.085s] 2019-01-03 11:00:21,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:21.903 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.231s] 2019-01-03 11:00:22,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:22.443 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.539s] 2019-01-03 11:00:23,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:23.139 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.695s] 2019-01-03 11:00:23,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:23.695 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.554s] 2019-01-03 11:00:24,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.331 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.636s] 2019-01-03 11:00:24,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.403 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2019-01-03 11:00:24,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.477 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2019-01-03 11:00:24,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.543 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2019-01-03 11:00:24,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.618 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2019-01-03 11:00:24,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.699 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.081s] 2019-01-03 11:00:24,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:24.842 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.143s] 2019-01-03 11:00:40,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:40.023 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [47.392s] 2019-01-03 11:00:51,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:51.016 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [10.824s] 2019-01-03 11:00:51,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:51.079 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2019-01-03 11:00:51,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:51.842 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.761s] 2019-01-03 11:00:51,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:51.940 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2019-01-03 11:00:51,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:51.941 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-03 11:00:52,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:52.580 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.557s] 2019-01-03 11:00:54,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.646 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.062s] 2019-01-03 11:00:54,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.657 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] 2019-01-03 11:00:54,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.802 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.145s] 2019-01-03 11:00:54,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.814 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] 2019-01-03 11:00:54,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.824 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2019-01-03 11:00:54,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.856 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2019-01-03 11:00:54,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.914 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.058s] 2019-01-03 11:00:54,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:54.979 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.064s] 2019-01-03 11:00:55,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:55.275 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.294s] 2019-01-03 11:00:55,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:55.291 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2019-01-03 11:00:55,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:00:55.355 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2019-01-03 11:01:02,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:02.147 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2019-01-03 11:01:05,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:05.736 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2019-01-03 11:01:05,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:05.810 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2019-01-03 11:01:05,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:05.895 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.085s] 2019-01-03 11:01:09,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:09.561 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.153s] 2019-01-03 11:01:09,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:09.733 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.171s] 2019-01-03 11:01:10,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:10.323 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.588s] 2019-01-03 11:01:10,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:10.468 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.146s] 2019-01-03 11:01:10,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:10.625 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.157s] 2019-01-03 11:01:19,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:19.726 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [3.998s] 2019-01-03 11:01:23,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:23.336 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.609s] 2019-01-03 11:01:26,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:26.658 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.321s] 2019-01-03 11:01:30,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:30.520 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.861s] 2019-01-03 11:01:31,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:31.898 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [11.878s] 2019-01-03 11:01:33,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:33.640 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.119s] 2019-01-03 11:01:37,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:37.084 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.443s] 2019-01-03 11:01:40,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:40.605 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.520s] 2019-01-03 11:01:40,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:40.631 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [8.733s] 2019-01-03 11:01:46,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:46.580 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.974s] 2019-01-03 11:01:50,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.361 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.780s] 2019-01-03 11:01:50,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.364 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [15.102s] 2019-01-03 11:01:50,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.438 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2019-01-03 11:01:50,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.612 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.251s] 2019-01-03 11:01:50,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.747 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.134s] 2019-01-03 11:01:50,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.824 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2019-01-03 11:01:50,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.886 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.062s] 2019-01-03 11:01:50,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.961 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.522s] 2019-01-03 11:01:50,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:50.983 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.096s] 2019-01-03 11:01:51,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:51.061 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.099s] 2019-01-03 11:01:51,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:51.062 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-03 11:01:51,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:51.077 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.094s] 2019-01-03 11:01:51,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:51.275 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.196s] 2019-01-03 11:01:51,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:51.502 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.226s] 2019-01-03 11:01:56,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:56.986 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.483s] 2019-01-03 11:01:59,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:01:59.961 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [67.365s] 2019-01-03 11:02:03,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:03.886 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.156s] 2019-01-03 11:02:03,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:03.958 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.322s] 2019-01-03 11:02:04,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:04.102 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.414s] 2019-01-03 11:02:04,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:04.518 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.415s] 2019-01-03 11:02:05,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:05.312 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.423s] 2019-01-03 11:02:06,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:06.646 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.334s] 2019-01-03 11:02:07,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:07.484 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.836s] 2019-01-03 11:02:08,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:08.822 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.337s] 2019-01-03 11:02:11,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:11.771 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.947s] 2019-01-03 11:02:12,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:12.562 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.792s] 2019-01-03 11:02:13,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:13.251 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.689s] 2019-01-03 11:02:13,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:13.282 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.031s] 2019-01-03 11:02:13,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:13.302 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2019-01-03 11:02:13,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:13.318 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2019-01-03 11:02:16,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:16.510 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.427s] 2019-01-03 11:02:17,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:17.148 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.637s] 2019-01-03 11:02:17,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:17.399 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.251s] 2019-01-03 11:02:17,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:17.822 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.421s] 2019-01-03 11:02:18,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:18.405 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.582s] 2019-01-03 11:02:18,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:18.779 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.373s] 2019-01-03 11:02:20,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:20.289 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.467s] 2019-01-03 11:02:21,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:21.055 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.766s] 2019-01-03 11:02:22,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:22.040 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.080s] 2019-01-03 11:02:24,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:24.611 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.780s] 2019-01-03 11:02:26,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:26.717 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.105s] 2019-01-03 11:02:34,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:34.042 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.844s] 2019-01-03 11:02:34,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:34.516 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.493s] 2019-01-03 11:02:35,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:35.657 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.614s] 2019-01-03 11:02:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:39.750 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.087s] 2019-01-03 11:02:40,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:40.670 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.923s] 2019-01-03 11:02:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:42.118 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.446s] 2019-01-03 11:02:43,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:43.839 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.722s] 2019-01-03 11:02:44,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:44.418 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.899s] 2019-01-03 11:02:45,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:45.504 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.660s] 2019-01-03 11:02:45,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:45.687 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.185s] 2019-01-03 11:02:48,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:48.915 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2019-01-03 11:02:49,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:49.632 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.171s] 2019-01-03 11:02:50,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:50.531 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.896s] 2019-01-03 11:02:51,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:51.949 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.418s] 2019-01-03 11:02:52,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:52.702 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.751s] 2019-01-03 11:02:53,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:53.764 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.062s] 2019-01-03 11:02:54,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:54.670 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.905s] 2019-01-03 11:02:54,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:54.735 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.806s] 2019-01-03 11:02:55,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:55.201 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.530s] 2019-01-03 11:02:55,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:55.579 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.842s] 2019-01-03 11:02:55,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:55.745 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.544s] 2019-01-03 11:02:55,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:55.990 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.243s] 2019-01-03 11:02:56,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:56.860 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.869s] 2019-01-03 11:02:57,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:57.453 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.593s] 2019-01-03 11:02:57,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:57.980 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.526s] 2019-01-03 11:02:58,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:58.826 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.845s] 2019-01-03 11:02:59,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:02:59.697 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.871s] 2019-01-03 11:03:00,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:00.434 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.736s] 2019-01-03 11:03:00,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:00.675 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.239s] 2019-01-03 11:03:01,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:01.059 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.384s] 2019-01-03 11:03:01,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:01.594 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.534s] 2019-01-03 11:03:08,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:08.094 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.394s] 2019-01-03 11:03:17,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:17.300 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.703s] 2019-01-03 11:03:23,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:23.134 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.832s] 2019-01-03 11:03:25,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:25.019 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.884s] 2019-01-03 11:03:25,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:25.210 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.191s] 2019-01-03 11:03:25,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:25.404 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.194s] 2019-01-03 11:03:25,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:25.605 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.200s] 2019-01-03 11:03:25,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:25.792 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.188s] 2019-01-03 11:03:26,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:26.149 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [67.807s] 2019-01-03 11:03:32,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:32.081 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.255s] 2019-01-03 11:03:35,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:35.150 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.566s] 2019-01-03 11:03:43,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:43.981 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.584s] 2019-01-03 11:03:51,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:51.211 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.352s] 2019-01-03 11:03:51,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:51.638 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.426s] 2019-01-03 11:03:54,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:54.447 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.461s] 2019-01-03 11:03:57,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:03:57.229 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.070s] 2019-01-03 11:04:08,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:08.131 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.681s] 2019-01-03 11:04:14,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:14.638 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.316s] 2019-01-03 11:04:29,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:29.654 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.557s] 2019-01-03 11:04:29,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:29.663 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2019-01-03 11:04:29,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:29.859 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.196s] 2019-01-03 11:04:30,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:30.040 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.180s] 2019-01-03 11:04:30,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:30.069 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.030s] 2019-01-03 11:04:30,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:30.405 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.334s] 2019-01-03 11:04:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:31.126 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.720s] 2019-01-03 11:04:31,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:31.173 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2019-01-03 11:04:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:31.764 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.592s] 2019-01-03 11:04:31,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:31.898 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.133s] 2019-01-03 11:04:48,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:48.396 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.644s] 2019-01-03 11:04:48,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:48.573 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.176s] 2019-01-03 11:04:53,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:04:53.421 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.333s] 2019-01-03 11:05:02,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:02.455 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.291s] 2019-01-03 11:05:02,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:02.717 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.262s] 2019-01-03 11:05:16,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:16.170 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.220s] 2019-01-03 11:05:16,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:16.752 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.581s] 2019-01-03 11:05:16,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:16.805 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.053s] 2019-01-03 11:05:17,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:17.573 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.766s] 2019-01-03 11:05:18,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:18.214 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.641s] 2019-01-03 11:05:18,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:18.424 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.209s] 2019-01-03 11:05:18,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:18.609 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.185s] 2019-01-03 11:05:18,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:18.806 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.195s] 2019-01-03 11:05:19,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.013 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.207s] 2019-01-03 11:05:19,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.060 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.047s] 2019-01-03 11:05:19,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.249 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.188s] 2019-01-03 11:05:19,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.466 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.216s] 2019-01-03 11:05:19,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.852 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.385s] 2019-01-03 11:05:19,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.899 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2019-01-03 11:05:19,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:19.945 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2019-01-03 11:05:26,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:26.387 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.171s] 2019-01-03 11:05:26,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:26.551 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.164s] 2019-01-03 11:05:26,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:26.741 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2019-01-03 11:05:26,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:26.905 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.164s] 2019-01-03 11:05:26,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:26.919 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2019-01-03 11:05:27,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.087 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.166s] 2019-01-03 11:05:27,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.371 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.282s] 2019-01-03 11:05:27,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.558 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2019-01-03 11:05:27,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.706 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.148s] 2019-01-03 11:05:27,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.887 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.180s] 2019-01-03 11:05:27,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.898 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2019-01-03 11:05:27,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.942 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.045s] 2019-01-03 11:05:27,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:27.987 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.044s] 2019-01-03 11:05:28,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.194 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.206s] 2019-01-03 11:05:28,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.378 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.182s] 2019-01-03 11:05:28,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.538 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.160s] 2019-01-03 11:05:28,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.576 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.037s] 2019-01-03 11:05:28,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.614 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.038s] 2019-01-03 11:05:28,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.651 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2019-01-03 11:05:28,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:05:28.684 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2019-01-03 11:09:00,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:09:00.769 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.186s] 2019-01-03 11:09:01,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:09:01.339 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.568s] 2019-01-03 11:09:04,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bdaabb8b-c588-4900-a131-3985dc32af31 2019-01-03 11:09:04,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bdaabb8b-c588-4900-a131-3985dc32af31']'. 2019-01-03 11:09:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 11:09:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 11:09:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 11:09:05,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bdaabb8b-c588-4900-a131-3985dc32af31 | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 10:59:25 | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 11:09:04 | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:09:39 | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 11:09:05,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 713329c8-07e4-4aee-b08b-47a080738493) | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a92a4230-5e09-458c-80ce-c1768f98815f) | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 571.301 | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2019-01-03 11:09:05,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 11:09:05,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 11:09:05,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2019-01-03 11:09:06,037 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 11:09:06,038 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 09:56 | PASS | +--------------------------+------------------+------------------+----------------+ 2019-01-03 11:09:06,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 11:09:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 11:09:07,248 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed5acfe9-6a40-4661-8d58-54aa8ad459ab Date: Thu, 03 Jan 2019 11:09:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:09:07,248 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2 used request id req-ed5acfe9-6a40-4661-8d58-54aa8ad459ab 2019-01-03 11:09:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20433807373s 2019-01-03 11:09:07,248 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d270a456-ccb3-4290-8651-495827cf64c2 used request id req-ed5acfe9-6a40-4661-8d58-54aa8ad459ab 2019-01-03 11:09:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 11:09:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:07,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21935d22-7e9a-4eaf-bc16-e46fd84ffeae x-compute-request-id: req-21935d22-7e9a-4eaf-bc16-e46fd84ffeae Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/3b30be37-1144-4eae-b290-5de69550cff4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3b30be37-1144-4eae-b290-5de69550cff4", "name": "refstack_defcore-flavor_alt_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a53ea0fb-0176-4f30-a333-69c3dff79b83", "name": "refstack_defcore-flavor_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 11:09:07,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-21935d22-7e9a-4eaf-bc16-e46fd84ffeae 2019-01-03 11:09:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.554616928101s 2019-01-03 11:09:07,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-21935d22-7e9a-4eaf-bc16-e46fd84ffeae 2019-01-03 11:09:07,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 11:09:07,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:07,860 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2bfef0ff-cab5-4c35-b4b1-cbdc71738b19 x-compute-request-id: req-2bfef0ff-cab5-4c35-b4b1-cbdc71738b19 Content-Length: 0 Content-Type: application/json 2019-01-03 11:09:07,860 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4 used request id req-2bfef0ff-cab5-4c35-b4b1-cbdc71738b19 2019-01-03 11:09:07,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0540308952332s 2019-01-03 11:09:07,860 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/3b30be37-1144-4eae-b290-5de69550cff4 used request id req-2bfef0ff-cab5-4c35-b4b1-cbdc71738b19 2019-01-03 11:09:07,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:09:07,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 11:09:08,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-6e36aca8-fa7b-4feb-9c22-37d8ef80d4ae Date: Thu, 03 Jan 2019 11:09:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "metadata": {}}], "file": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/file", "owner": "c8e64c835daf47c89d606fbfa20a5069", "id": "a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "size": 12716032, "self": "/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T10:59:12Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T10:59:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:09:08,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6e36aca8-fa7b-4feb-9c22-37d8ef80d4ae 2019-01-03 11:09:08,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.155503034592s 2019-01-03 11:09:08,016 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6e36aca8-fa7b-4feb-9c22-37d8ef80d4ae 2019-01-03 11:09:08,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 11:09:08,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e60a4694732e032ed381cd5c89b001d172dca29b" 2019-01-03 11:09:09,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec12673f-63ca-4c63-b8ff-374e80ee77cb Date: Thu, 03 Jan 2019 11:09:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:09:09,495 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b used request id req-ec12673f-63ca-4c63-b8ff-374e80ee77cb 2019-01-03 11:09:09,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.4779510498s 2019-01-03 11:09:09,495 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a99ae5bc-3134-4bf8-a1de-8a18539c1a3b used request id req-ec12673f-63ca-4c63-b8ff-374e80ee77cb 2019-01-03 11:09:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 11:09:09,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:09,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09: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-185f1436-6827-495e-842b-a60eabe2be45 x-compute-request-id: req-185f1436-6827-495e-842b-a60eabe2be45 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a53ea0fb-0176-4f30-a333-69c3dff79b83", "name": "refstack_defcore-flavor_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 11:09:09,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-185f1436-6827-495e-842b-a60eabe2be45 2019-01-03 11:09:09,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0292429924011s 2019-01-03 11:09:09,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-185f1436-6827-495e-842b-a60eabe2be45 2019-01-03 11:09:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 11:09:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:09,567 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:09: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-7e46ef71-dfc2-4dbc-b13f-1414a0d34ebe x-compute-request-id: req-7e46ef71-dfc2-4dbc-b13f-1414a0d34ebe Content-Length: 0 Content-Type: application/json 2019-01-03 11:09:09,568 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83 used request id req-7e46ef71-dfc2-4dbc-b13f-1414a0d34ebe 2019-01-03 11:09:09,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0407547950745s 2019-01-03 11:09:09,568 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a53ea0fb-0176-4f30-a333-69c3dff79b83 used request id req-7e46ef71-dfc2-4dbc-b13f-1414a0d34ebe 2019-01-03 11:09:09,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:09:09,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:09,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a79ca9f7-468e-4b05-8e4c-ffddd84d4438 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df", "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "domain_id": "default", "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:09:09,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a79ca9f7-468e-4b05-8e4c-ffddd84d4438 2019-01-03 11:09:09,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934381484985s 2019-01-03 11:09:09,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a79ca9f7-468e-4b05-8e4c-ffddd84d4438 2019-01-03 11:09:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:09:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:09,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ccf4e46-a426-432b-a2c7-88311858b62e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680"}, "enabled": true, "id": "e1013fe44a1148c9b209775c145b6680", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}} 2019-01-03 11:09:09,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 used request id req-8ccf4e46-a426-432b-a2c7-88311858b62e 2019-01-03 11:09:09,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954728126526s 2019-01-03 11:09:09,763 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 used request id req-8ccf4e46-a426-432b-a2c7-88311858b62e 2019-01-03 11:09:09,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 11:09:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:09,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c266cc3-2562-4aaa-8965-ef4022ca9e4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:09,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 used request id req-5c266cc3-2562-4aaa-8965-ef4022ca9e4b 2019-01-03 11:09:09,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.225922107697s 2019-01-03 11:09:09,990 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e1013fe44a1148c9b209775c145b6680 used request id req-5c266cc3-2562-4aaa-8965-ef4022ca9e4b 2019-01-03 11:09:09,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:09:09,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:10,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6ac3a4-d331-489d-ab3f-6a84b8d904b3 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069"}, "enabled": true, "id": "c8e64c835daf47c89d606fbfa20a5069", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_7845bc95-c1a0-46c2-a26a-c159ed6d30df"}]} 2019-01-03 11:09:10,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5a6ac3a4-d331-489d-ab3f-6a84b8d904b3 2019-01-03 11:09:10,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0875101089478s 2019-01-03 11:09:10,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-5a6ac3a4-d331-489d-ab3f-6a84b8d904b3 2019-01-03 11:09:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 11:09:10,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:10,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08198b8f-fef8-4945-b0b2-c6af1be65124 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:10,220 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069 used request id req-08198b8f-fef8-4945-b0b2-c6af1be65124 2019-01-03 11:09:10,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.139452934265s 2019-01-03 11:09:10,220 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c8e64c835daf47c89d606fbfa20a5069 used request id req-08198b8f-fef8-4945-b0b2-c6af1be65124 2019-01-03 11:09:10,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:10,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:10,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a93ac9-c180-41f4-851e-72a6d6d27521 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "19db72559c4449e285cf4ada85ec6791", "links": {"self": "http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:09:10,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d9a93ac9-c180-41f4-851e-72a6d6d27521 2019-01-03 11:09:10,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790238380432s 2019-01-03 11:09:10,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 11:09:10,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:10,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a5d0951-790e-4561-a76d-5029e212601b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:10,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/19db72559c4449e285cf4ada85ec6791 used request id req-2a5d0951-790e-4561-a76d-5029e212601b 2019-01-03 11:09:10,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.114619970322s 2019-01-03 11:09:10,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 11:09:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=c8e64c835daf47c89d606fbfa20a5069&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}f8c8d7683fd2b4b9e6bf260e82a345c92fd4b732" 2019-01-03 11:09:10,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ab1783fe-9146-4cbb-a2c1-cc9401edbbcb Date: Thu, 03 Jan 2019 11:09:10 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:09:10,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=c8e64c835daf47c89d606fbfa20a5069&name=default used request id req-ab1783fe-9146-4cbb-a2c1-cc9401edbbcb 2019-01-03 11:09:10,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185886859894s 2019-01-03 11:09:10,606 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=c8e64c835daf47c89d606fbfa20a5069&name=default used request id req-ab1783fe-9146-4cbb-a2c1-cc9401edbbcb 2019-01-03 11:09:10,652 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 11:09:10,723 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 11:09:10,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 11:09:10,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 11:09:10,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 11:09:10,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9519ff7-a6fd-42aa-8d39-dc4cb3384817 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:09:10,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9519ff7-a6fd-42aa-8d39-dc4cb3384817 2019-01-03 11:09:10,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:09:11,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T12:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["u2l7jfimQ8Oam0zTLiW_SQ"], "issued_at": "2019-01-03T11:09:11.000000Z"}} 2019-01-03 11:09:11,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 11:09:11,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:11,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a950a15c-b098-4ef2-a117-5a14980a4980 Date: Thu, 03 Jan 2019 11:09:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:09:11,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a950a15c-b098-4ef2-a117-5a14980a4980 2019-01-03 11:09:11,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.430244922638s 2019-01-03 11:09:11,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a950a15c-b098-4ef2-a117-5a14980a4980 2019-01-03 11:09:11,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 11:09:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:11,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:09:11,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:11,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513d138f-9414-4fce-88c6-34ddde52fc46 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 11:09:11,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-513d138f-9414-4fce-88c6-34ddde52fc46 2019-01-03 11:09:11,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.113344907761s 2019-01-03 11:09:11,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 11:09:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}}' 2019-01-03 11:09:11,781 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:09:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbe0d202-4edb-44fb-acd6-5ce874687252 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.28:5000/v3/projects/5f1ce39acd054a718d596381189df910"}, "enabled": true, "id": "5f1ce39acd054a718d596381189df910", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}} 2019-01-03 11:09:11,782 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cbe0d202-4edb-44fb-acd6-5ce874687252 2019-01-03 11:09:11,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.10915517807s 2019-01-03 11:09:11,782 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cbe0d202-4edb-44fb-acd6-5ce874687252 2019-01-03 11:09:11,783 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'id': u'5f1ce39acd054a718d596381189df910', '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'})}) 2019-01-03 11:09:11,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 11:09:12,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357527017593s 2019-01-03 11:09:12,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0a3d25-5c25-4e87-8da9-19e415ba284c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}, "domain_id": "default", "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}} 2019-01-03 11:09:12,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 used request id req-ef0a3d25-5c25-4e87-8da9-19e415ba284c 2019-01-03 11:09:12,250 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f552c329940246b981747049a2088f53', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6'}) 2019-01-03 11:09:12,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e11331-c31c-40d9-b011-8782ead5502f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:09:12,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-46e11331-c31c-40d9-b011-8782ead5502f 2019-01-03 11:09:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0181510448456s 2019-01-03 11:09:12,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c8f56f7-b401-412d-b582-e7a903662879 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:09:12,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5c8f56f7-b401-412d-b582-e7a903662879 2019-01-03 11:09:12,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0736930370331s 2019-01-03 11:09:12,344 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 11:09:12,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 11:09:12,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"role": {"name": "Member"}}' 2019-01-03 11:09:12,440 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02f31424-ec20-431d-bdd0-a1c5cf3ca888 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}} 2019-01-03 11:09:12,440 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-02f31424-ec20-431d-bdd0-a1c5cf3ca888 2019-01-03 11:09:12,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0960650444031s 2019-01-03 11:09:12,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9967341-60d3-4c93-9ccf-9574447c1dcd Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "domain_id": null, "name": "Member", "id": "bd5fd4ca31f041f1b319a7c9a77e1967"}} 2019-01-03 11:09:12,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967 used request id req-a9967341-60d3-4c93-9ccf-9574447c1dcd 2019-01-03 11:09:12,537 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967'}, 'domain_id': None, 'human_id': None, 'id': u'bd5fd4ca31f041f1b319a7c9a77e1967', 'HUMAN_ID': False}) 2019-01-03 11:09:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:12,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-820cba63-d794-4357-aa23-13cea607e090 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:09:12,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-820cba63-d794-4357-aa23-13cea607e090 2019-01-03 11:09:12,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797629356384s 2019-01-03 11:09:12,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:09:12,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b4dbf9-af68-4d04-abee-4e6a6af9fe00 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:09:12,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-a2b4dbf9-af68-4d04-abee-4e6a6af9fe00 2019-01-03 11:09:12,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806510448456s 2019-01-03 11:09:12,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:09:12,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7861b6bf-1553-4671-9eaa-ac5a48387369 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "domain_id": "default", "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:09:12,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7861b6bf-1553-4671-9eaa-ac5a48387369 2019-01-03 11:09:12,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110028982162s 2019-01-03 11:09:12,811 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7861b6bf-1553-4671-9eaa-ac5a48387369 2019-01-03 11:09:12,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:09:12,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a273ec2-a5be-4c48-9f72-fb9caecbf464 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910"}, "enabled": true, "id": "5f1ce39acd054a718d596381189df910", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:09:12,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0a273ec2-a5be-4c48-9f72-fb9caecbf464 2019-01-03 11:09:12,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0788509845734s 2019-01-03 11:09:12,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-0a273ec2-a5be-4c48-9f72-fb9caecbf464 2019-01-03 11:09:12,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:09:12,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=bd5fd4ca31f041f1b319a7c9a77e1967 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:12,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae50b96-25eb-4209-8056-df2a81496e8e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=bd5fd4ca31f041f1b319a7c9a77e1967", "previous": null, "next": null}} 2019-01-03 11:09:12,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=bd5fd4ca31f041f1b319a7c9a77e1967 used request id req-2ae50b96-25eb-4209-8056-df2a81496e8e 2019-01-03 11:09:12,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0814418792725s 2019-01-03 11:09:12,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:09:12,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910/users/f552c329940246b981747049a2088f53/roles/bd5fd4ca31f041f1b319a7c9a77e1967 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e8fe8b8-ffcd-4880-b576-ff084d2cad1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:13,101 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910/users/f552c329940246b981747049a2088f53/roles/bd5fd4ca31f041f1b319a7c9a77e1967 used request id req-8e8fe8b8-ffcd-4880-b576-ff084d2cad1c 2019-01-03 11:09:13,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119012832642s 2019-01-03 11:09:13,102 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 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': 'f6484f1b-bb4f-446a-b77c-5f7094604862', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'project_id': u'5f1ce39acd054a718d596381189df910', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 11:09:13,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 11:09:13,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 11:09:13,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 11:09:13,106 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'password': 'f6484f1b-bb4f-446a-b77c-5f7094604862', 'project_name': 'patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '5f1ce39acd054a718d596381189df910', 'project_domain_name': 'Default'} 2019-01-03 11:09:13,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:13,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa7d14a-7f7d-4026-ab31-26768d340091 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:09:13,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eaa7d14a-7f7d-4026-ab31-26768d340091 2019-01-03 11:09:13,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.147799015045s 2019-01-03 11:09:13,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:13,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752a0afc-f84f-4bc8-aafd-f1b0af6ce7e2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:09:13,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-752a0afc-f84f-4bc8-aafd-f1b0af6ce7e2 2019-01-03 11:09:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078794002533s 2019-01-03 11:09:13,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:09:13,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068ff491-4a44-4f07-87c8-a82a09492156 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:09:13,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-068ff491-4a44-4f07-87c8-a82a09492156 2019-01-03 11:09:13,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078784942627s 2019-01-03 11:09:13,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:09:13,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f6fa033-0d5b-4f73-86ed-94745eab0883 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "domain_id": "default", "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:09:13,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2f6fa033-0d5b-4f73-86ed-94745eab0883 2019-01-03 11:09:13,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910329818726s 2019-01-03 11:09:13,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2f6fa033-0d5b-4f73-86ed-94745eab0883 2019-01-03 11:09:13,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:09:13,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3a954a-567e-4b13-8e38-e1236a1533e1 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910"}, "enabled": true, "id": "5f1ce39acd054a718d596381189df910", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:09:13,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-fd3a954a-567e-4b13-8e38-e1236a1533e1 2019-01-03 11:09:13,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.163673877716s 2019-01-03 11:09:13,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-fd3a954a-567e-4b13-8e38-e1236a1533e1 2019-01-03 11:09:13,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:09:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f10672-b180-419f-aac5-72d521b9929d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 11:09:13,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&scope.project.id=5f1ce39acd054a718d596381189df910&role.id=87531dd8fee349ee823565af03481166 used request id req-88f10672-b180-419f-aac5-72d521b9929d 2019-01-03 11:09:13,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.085480928421s 2019-01-03 11:09:13,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:09:13,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910/users/f552c329940246b981747049a2088f53/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7025d28-5266-4cfc-b898-8b9c988b0c4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:13,898 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910/users/f552c329940246b981747049a2088f53/roles/87531dd8fee349ee823565af03481166 used request id req-c7025d28-5266-4cfc-b898-8b9c988b0c4e 2019-01-03 11:09:13,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132065057755s 2019-01-03 11:09:13,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:13,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ea64d8e-455e-4ec6-b359-5869d9e9df1e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:09:13,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ea64d8e-455e-4ec6-b359-5869d9e9df1e 2019-01-03 11:09:13,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836589336395s 2019-01-03 11:09:13,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:09:13,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:14,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c613e98c-8a24-4dfa-8ca6-454d780e6af6 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:09:14,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c613e98c-8a24-4dfa-8ca6-454d780e6af6 2019-01-03 11:09:14,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0852911472321s 2019-01-03 11:09:14,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:09:14,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:14,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6a806c-6e9b-477a-a0cf-c8584a234cdf Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "domain_id": "default", "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:09:14,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dd6a806c-6e9b-477a-a0cf-c8584a234cdf 2019-01-03 11:09:14,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934410095215s 2019-01-03 11:09:14,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dd6a806c-6e9b-477a-a0cf-c8584a234cdf 2019-01-03 11:09:14,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:09:14,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:14,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43121d4-f75f-455a-99c3-25db01d4afb5 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 11:09:14,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=f552c329940246b981747049a2088f53&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default used request id req-b43121d4-f75f-455a-99c3-25db01d4afb5 2019-01-03 11:09:14,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0817089080811s 2019-01-03 11:09:14,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:09:14,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/domains/default/users/f552c329940246b981747049a2088f53/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:09:14,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:09:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d827f60-867d-4170-9680-878383a319c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:09:14,370 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/domains/default/users/f552c329940246b981747049a2088f53/roles/87531dd8fee349ee823565af03481166 used request id req-2d827f60-867d-4170-9680-878383a319c6 2019-01-03 11:09:14,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117563009262s 2019-01-03 11:09:14,371 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 11:09:16,997 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 11:09:16.531 11291 INFO rally.deployment.engine [-] Deployment a92a4230-5e09-458c-80ce-c1768f98815f | Starting: Destroy cloud and free allocated resources. 2019-01-03 11:09:16.607 11291 INFO rally.deployment.engine [-] Deployment a92a4230-5e09-458c-80ce-c1768f98815f | Completed: Destroy cloud and free allocated resources. 2019-01-03 11:09:16.658 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493) for deployment 'opnfv-rally'. 2019-01-03 11:09:16.682 11291 INFO rally.api [-] Deleting verification (UUID=bdaabb8b-c588-4900-a131-3985dc32af31). 2019-01-03 11:09:16.721 11291 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 11:09:16.722 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493). 2019-01-03 11:09:16.730 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 11:09:19,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 11:09:19.172 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d3daf6c-80e1-4d4a-900e-6010bd3e0af6) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d3daf6c-80e1-4d4a-900e-6010bd3e0af6 | 2019-01-03T11:09:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d3daf6c-80e1-4d4a-900e-6010bd3e0af6 ~/.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 2019-01-03 11:09:22,853 - 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 | +-------------+-------------------+-----------+ 2019-01-03 11:09:22,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 11:09:25,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 11:09:24.846 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=713329c8-07e4-4aee-b08b-47a080738493). 2019-01-03 11:09:24.966 11300 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 11:09:28,634 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 11:09:27.100 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 11:09:27.248 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 11:09:28.487 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) has been successfully created! Using verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) as the default verifier for the future CLI operations. 2019-01-03 11:09:31,682 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2019-01-03 11:09:31,683 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:09:31,753 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 11:09:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 11:09:31,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-089d36e0-ea3e-4dc5-9c4f-2129818b5ea7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:09:31,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-089d36e0-ea3e-4dc5-9c4f-2129818b5ea7 2019-01-03 11:09:31,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:09:32,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "bd5fd4ca31f041f1b319a7c9a77e1967", "name": "Member"}], "expires_at": "2019-01-03T12:09:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f1ce39acd054a718d596381189df910", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5f1ce39acd054a718d596381189df910", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5f1ce39acd054a718d596381189df910", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5f1ce39acd054a718d596381189df910", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5f1ce39acd054a718d596381189df910", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5f1ce39acd054a718d596381189df910", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5f1ce39acd054a718d596381189df910", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5f1ce39acd054a718d596381189df910", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5f1ce39acd054a718d596381189df910", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5f1ce39acd054a718d596381189df910", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5f1ce39acd054a718d596381189df910", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5f1ce39acd054a718d596381189df910", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5f1ce39acd054a718d596381189df910", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "id": "f552c329940246b981747049a2088f53"}, "audit_ids": ["ejBUOfybRHmrirDS4Ji0KA"], "issued_at": "2019-01-03T11:09:32.000000Z"}} 2019-01-03 11:09:32,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:32,167 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 11:09:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 11:09:32,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:09:32,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:32,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d333614e-1026-44f8-b157-3eda1646de4f Date: Thu, 03 Jan 2019 11:09:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:09:32,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d333614e-1026-44f8-b157-3eda1646de4f 2019-01-03 11:09:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180409908295s 2019-01-03 11:09:32,352 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d333614e-1026-44f8-b157-3eda1646de4f 2019-01-03 11:09:32,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 11:09:32,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}' 2019-01-03 11:09:33,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b X-Openstack-Request-Id: req-f32927aa-3c98-4e47-9d53-2d6868f29c0f Date: Thu, 03 Jan 2019 11:09:33 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "8d146746-789f-4b80-93ee-1ab88f2b635b", "size": null, "self": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:32Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": null, "created_at": "2019-01-03T11:09:32Z", "protected": false} 2019-01-03 11:09:33,169 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f32927aa-3c98-4e47-9d53-2d6868f29c0f 2019-01-03 11:09:33,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.814800024033s 2019-01-03 11:09:33,169 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-f32927aa-3c98-4e47-9d53-2d6868f29c0f returning object 8d146746-789f-4b80-93ee-1ab88f2b635b 2019-01-03 11:09:33,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 11:09:33,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/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}d86e8b2fdd01473183b4469034172333bc8cd565" -d '' 2019-01-03 11:09:35,305 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7cd979a-7db0-43cc-bb0e-10b6f1787f64 Date: Thu, 03 Jan 2019 11:09:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:09:35,305 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file used request id req-f7cd979a-7db0-43cc-bb0e-10b6f1787f64 2019-01-03 11:09:35,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.13494491577s 2019-01-03 11:09:35,305 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file used request id req-f7cd979a-7db0-43cc-bb0e-10b6f1787f64 2019-01-03 11:09:35,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:09:35,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:35,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-15b1bdf1-c4e4-4535-aa11-9ba76d53aa85 Date: Thu, 03 Jan 2019 11:09:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "metadata": {}}], "file": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "8d146746-789f-4b80-93ee-1ab88f2b635b", "size": 12716032, "self": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:35Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T11:09:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:09:35,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15b1bdf1-c4e4-4535-aa11-9ba76d53aa85 2019-01-03 11:09:35,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181211948395s 2019-01-03 11:09:35,488 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-15b1bdf1-c4e4-4535-aa11-9ba76d53aa85 2019-01-03 11:09:35,490 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file', 'owner': u'5f1ce39acd054a718d596381189df910', 'id': u'8d146746-789f-4b80-93ee-1ab88f2b635b', 'size': 12716032, u'self': u'/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1ce39acd054a718d596381189df910', 'name': 'patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T11:09:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T11:09:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'created': u'2019-01-03T11:09:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T11:09:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 11:09:35,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 11:09:35,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 11:09:36,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-a33a8620-e0a8-4069-9fb7-4043438767aa x-compute-request-id: req-a33a8620-e0a8-4069-9fb7-4043438767aa Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "name": "patrole-flavor_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:09:36,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a33a8620-e0a8-4069-9fb7-4043438767aa 2019-01-03 11:09:36,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.594383001328s 2019-01-03 11:09:36,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a33a8620-e0a8-4069-9fb7-4043438767aa returning object addbd5c1-ed75-4a2d-91c4-0d89c49945ee 2019-01-03 11:09:36,087 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'addbd5c1-ed75-4a2d-91c4-0d89c49945ee', 'swap': 0}) 2019-01-03 11:09:36,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 11:09:36,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee/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}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"extra_specs": {}}' 2019-01-03 11:09:36,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09: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-120d9270-397a-4920-9f45-f03278a40249 x-compute-request-id: req-120d9270-397a-4920-9f45-f03278a40249 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 11:09:36,112 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee/os-extra_specs used request id req-120d9270-397a-4920-9f45-f03278a40249 2019-01-03 11:09:36,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0246629714966s 2019-01-03 11:09:36,112 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee/os-extra_specs used request id req-120d9270-397a-4920-9f45-f03278a40249 2019-01-03 11:09:36,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:09:36,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:36,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:09: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:09:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:36,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e23910a-849e-4bea-8020-91f9ef11f33d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:09:36,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e23910a-849e-4bea-8020-91f9ef11f33d 2019-01-03 11:09:36,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0953919887543s 2019-01-03 11:09:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 11:09:36,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:36,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:09: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-d10d28d4-107a-4eec-b6ed-ea49628d3763 x-compute-request-id: req-d10d28d4-107a-4eec-b6ed-ea49628d3763 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 11:09:36,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d10d28d4-107a-4eec-b6ed-ea49628d3763 2019-01-03 11:09:36,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.571517944336s 2019-01-03 11:09:36,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-d10d28d4-107a-4eec-b6ed-ea49628d3763 2019-01-03 11:09:36,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:09:36,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:36,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-ff512f1e-8d31-4497-9672-9c1bf5bc53af Date: Thu, 03 Jan 2019 11:09:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "metadata": {}}], "file": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "8d146746-789f-4b80-93ee-1ab88f2b635b", "size": 12716032, "self": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:35Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T11:09:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:09:36,964 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff512f1e-8d31-4497-9672-9c1bf5bc53af 2019-01-03 11:09:36,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177961111069s 2019-01-03 11:09:36,965 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ff512f1e-8d31-4497-9672-9c1bf5bc53af 2019-01-03 11:09:36,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 11:09:36,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}' 2019-01-03 11:09:37,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a X-Openstack-Request-Id: req-9235c22c-6456-4fb7-a6d2-f939c32a63ee Date: Thu, 03 Jan 2019 11:09:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/802645d1-8b8f-4431-a349-353aea65066a/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "802645d1-8b8f-4431-a349-353aea65066a", "size": null, "self": "/v2/images/802645d1-8b8f-4431-a349-353aea65066a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:37Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": null, "created_at": "2019-01-03T11:09:37Z", "protected": false} 2019-01-03 11:09:37,569 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9235c22c-6456-4fb7-a6d2-f939c32a63ee 2019-01-03 11:09:37,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.6018409729s 2019-01-03 11:09:37,570 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9235c22c-6456-4fb7-a6d2-f939c32a63ee returning object 802645d1-8b8f-4431-a349-353aea65066a 2019-01-03 11:09:37,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 11:09:37,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a/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}d86e8b2fdd01473183b4469034172333bc8cd565" -d '' 2019-01-03 11:09:39,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46ddbb95-0eb8-47e6-8850-58e5e7fa6197 Date: Thu, 03 Jan 2019 11:09:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:09:39,608 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a/file used request id req-46ddbb95-0eb8-47e6-8850-58e5e7fa6197 2019-01-03 11:09:39,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.03753709793s 2019-01-03 11:09:39,608 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a/file used request id req-46ddbb95-0eb8-47e6-8850-58e5e7fa6197 2019-01-03 11:09:39,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:09:39,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:09:40,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-b7e4ff6f-b74c-40cb-896a-f3a0edb96d46 Date: Thu, 03 Jan 2019 11:09:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/802645d1-8b8f-4431-a349-353aea65066a/snap", "metadata": {}}], "file": "/v2/images/802645d1-8b8f-4431-a349-353aea65066a/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "802645d1-8b8f-4431-a349-353aea65066a", "size": 12716032, "self": "/v2/images/802645d1-8b8f-4431-a349-353aea65066a", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/802645d1-8b8f-4431-a349-353aea65066a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:39Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T11:09:37Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "metadata": {}}], "file": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "8d146746-789f-4b80-93ee-1ab88f2b635b", "size": 12716032, "self": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:35Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T11:09:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:09:40,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b7e4ff6f-b74c-40cb-896a-f3a0edb96d46 2019-01-03 11:09:40,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.560688018799s 2019-01-03 11:09:40,171 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b7e4ff6f-b74c-40cb-896a-f3a0edb96d46 2019-01-03 11:09:40,174 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/802645d1-8b8f-4431-a349-353aea65066a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/802645d1-8b8f-4431-a349-353aea65066a/file', 'owner': u'5f1ce39acd054a718d596381189df910', 'id': u'802645d1-8b8f-4431-a349-353aea65066a', 'size': 12716032, u'self': u'/v2/images/802645d1-8b8f-4431-a349-353aea65066a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5f1ce39acd054a718d596381189df910', 'name': 'patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/802645d1-8b8f-4431-a349-353aea65066a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T11:09:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T11:09:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/802645d1-8b8f-4431-a349-353aea65066a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', 'created': u'2019-01-03T11:09:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T11:09:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/802645d1-8b8f-4431-a349-353aea65066a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 11:09:40,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 11:09:40,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 11:09:40,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-52412226-a234-4721-91c4-c9a4cb363a2c x-compute-request-id: req-52412226-a234-4721-91c4-c9a4cb363a2c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e539e739-91cb-4430-921a-92eaa3cd9295", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e539e739-91cb-4430-921a-92eaa3cd9295", "name": "patrole-flavor_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:09:40,224 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-52412226-a234-4721-91c4-c9a4cb363a2c 2019-01-03 11:09:40,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0486698150635s 2019-01-03 11:09:40,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-52412226-a234-4721-91c4-c9a4cb363a2c returning object e539e739-91cb-4430-921a-92eaa3cd9295 2019-01-03 11:09:40,226 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e539e739-91cb-4430-921a-92eaa3cd9295', 'swap': 0}) 2019-01-03 11:09:40,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 11:09:40,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295/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}895e535add0120dc0ece8755ba3d7eb3928fa482" -d '{"extra_specs": {}}' 2019-01-03 11:09:40,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-8d24e622-fca4-4af6-a191-1caf0ec9b96e x-compute-request-id: req-8d24e622-fca4-4af6-a191-1caf0ec9b96e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 11:09:40,249 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295/os-extra_specs used request id req-8d24e622-fca4-4af6-a191-1caf0ec9b96e 2019-01-03 11:09:40,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220658779144s 2019-01-03 11:09:40,249 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295/os-extra_specs used request id req-8d24e622-fca4-4af6-a191-1caf0ec9b96e 2019-01-03 11:09:40,249 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e539e739-91cb-4430-921a-92eaa3cd9295', 'swap': 0}) 2019-01-03 11:09:43,424 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 11:09:42.287 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) for deployment 'opnfv-rally' (UUID=1d3daf6c-80e1-4d4a-900e-6010bd3e0af6). 2019-01-03 11:09:43.203 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 11:09:43.206 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) has been successfully configured for deployment 'opnfv-rally' (UUID=1d3daf6c-80e1-4d4a-900e-6010bd3e0af6)! 2019-01-03 11:09:43,425 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 11:09:43,425 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 11:09:43,428 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 11:09:43,497 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 11:09:47,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31/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) 2019-01-03 11:09:47,267 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 11:09:47,284 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 11:09:47,284 - 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']'. 2019-01-03 11:09:49,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 11:09:49.350 11331 INFO rally.api [-] Starting verification (UUID=66b632d3-a753-4e27-a204-3e080a36867c) for deployment 'opnfv-rally' (UUID=1d3daf6c-80e1-4d4a-900e-6010bd3e0af6) by verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31). 2019-01-03 11:09:49,352 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 66b632d3-a753-4e27-a204-3e080a36867c 2019-01-03 11:12:12,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 66b632d3-a753-4e27-a204-3e080a36867c 2019-01-03 11:12:12,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '66b632d3-a753-4e27-a204-3e080a36867c']'. 2019-01-03 11:12:13,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 66b632d3-a753-4e27-a204-3e080a36867c | 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 11:09:49 | 2019-01-03 11:12:13,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 11:12:11 | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:22 | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1d3daf6c-80e1-4d4a-900e-6010bd3e0af6) | 2019-01-03 11:12:13,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 134.218 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 11:12:13,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 11:12:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 11:12:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 11:12:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2019-01-03 11:12:13,656 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 11:12:13,657 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:42 | PASS | +-------------------+------------------+------------------+----------------+ 2019-01-03 11:12:13,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 11:12:13,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:12:15,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fc7b188-1e18-4a46-9198-753342017ca1 Date: Thu, 03 Jan 2019 11:12:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:12:15,764 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a used request id req-4fc7b188-1e18-4a46-9198-753342017ca1 2019-01-03 11:12:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.10074305534s 2019-01-03 11:12:15,765 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/802645d1-8b8f-4431-a349-353aea65066a used request id req-4fc7b188-1e18-4a46-9198-753342017ca1 2019-01-03 11:12:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 11:12:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:15,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12: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-b4092db2-5f12-48f0-a85f-6d8943eaaf62 x-compute-request-id: req-b4092db2-5f12-48f0-a85f-6d8943eaaf62 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "name": "patrole-flavor_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e539e739-91cb-4430-921a-92eaa3cd9295", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e539e739-91cb-4430-921a-92eaa3cd9295", "name": "patrole-flavor_alt_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 11:12:15,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b4092db2-5f12-48f0-a85f-6d8943eaaf62 2019-01-03 11:12:15,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.040421962738s 2019-01-03 11:12:15,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-b4092db2-5f12-48f0-a85f-6d8943eaaf62 2019-01-03 11:12:15,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 11:12:15,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:15,862 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:12: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-7a8a85d8-90ab-4e69-b64a-dcfed431b727 x-compute-request-id: req-7a8a85d8-90ab-4e69-b64a-dcfed431b727 Content-Length: 0 Content-Type: application/json 2019-01-03 11:12:15,862 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295 used request id req-7a8a85d8-90ab-4e69-b64a-dcfed431b727 2019-01-03 11:12:15,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0548260211945s 2019-01-03 11:12:15,862 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e539e739-91cb-4430-921a-92eaa3cd9295 used request id req-7a8a85d8-90ab-4e69-b64a-dcfed431b727 2019-01-03 11:12:15,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 11:12:15,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:12:16,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8d4f3942-0558-4258-8992-92e2abf65a88 Date: Thu, 03 Jan 2019 11:12:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "metadata": {}}], "file": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b/file", "owner": "5f1ce39acd054a718d596381189df910", "id": "8d146746-789f-4b80-93ee-1ab88f2b635b", "size": 12716032, "self": "/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/8d146746-789f-4b80-93ee-1ab88f2b635b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T11:09:35Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T11:09:32Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 11:12:16,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d4f3942-0558-4258-8992-92e2abf65a88 2019-01-03 11:12:16,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17680811882s 2019-01-03 11:12:16,040 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-8d4f3942-0558-4258-8992-92e2abf65a88 2019-01-03 11:12:16,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 11:12:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d86e8b2fdd01473183b4469034172333bc8cd565" 2019-01-03 11:12:17,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9e8b991-263b-4de8-8cef-6b813b5d2e37 Date: Thu, 03 Jan 2019 11:12:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:12:17,807 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b used request id req-f9e8b991-263b-4de8-8cef-6b813b5d2e37 2019-01-03 11:12:17,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.76519989967s 2019-01-03 11:12:17,807 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/8d146746-789f-4b80-93ee-1ab88f2b635b used request id req-f9e8b991-263b-4de8-8cef-6b813b5d2e37 2019-01-03 11:12:17,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 11:12:17,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:17,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f12be010-7590-4c02-9b4f-4b039e6307d6 x-compute-request-id: req-f12be010-7590-4c02-9b4f-4b039e6307d6 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "addbd5c1-ed75-4a2d-91c4-0d89c49945ee", "name": "patrole-flavor_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 11:12:17,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f12be010-7590-4c02-9b4f-4b039e6307d6 2019-01-03 11:12:17,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0303590297699s 2019-01-03 11:12:17,838 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-f12be010-7590-4c02-9b4f-4b039e6307d6 2019-01-03 11:12:17,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 11:12:17,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:17,880 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:12:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65d5914e-2641-4e23-a4f5-7034e2e09f17 x-compute-request-id: req-65d5914e-2641-4e23-a4f5-7034e2e09f17 Content-Length: 0 Content-Type: application/json 2019-01-03 11:12:17,880 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee used request id req-65d5914e-2641-4e23-a4f5-7034e2e09f17 2019-01-03 11:12:17,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398120880127s 2019-01-03 11:12:17,880 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/addbd5c1-ed75-4a2d-91c4-0d89c49945ee used request id req-65d5914e-2641-4e23-a4f5-7034e2e09f17 2019-01-03 11:12:17,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:12:17,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba7f804-94aa-40aa-8164-24e167e22e2b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6", "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "domain_id": "default", "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:18,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-eba7f804-94aa-40aa-8164-24e167e22e2b 2019-01-03 11:12:18,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198776006699s 2019-01-03 11:12:18,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-eba7f804-94aa-40aa-8164-24e167e22e2b 2019-01-03 11:12:18,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:12:18,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0c8745-ab9c-48bf-9a12-5b9d8c6d118b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53"}, "enabled": true, "id": "f552c329940246b981747049a2088f53", "options": {}, "domain_id": "default", "name": "patrole-user_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}} 2019-01-03 11:12:18,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 used request id req-7d0c8745-ab9c-48bf-9a12-5b9d8c6d118b 2019-01-03 11:12:18,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.081582069397s 2019-01-03 11:12:18,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 used request id req-7d0c8745-ab9c-48bf-9a12-5b9d8c6d118b 2019-01-03 11:12:18,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 11:12:18,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce0a54cc-065e-46b7-b92a-826af92a2ea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:18,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 used request id req-ce0a54cc-065e-46b7-b92a-826af92a2ea0 2019-01-03 11:12:18,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.239809989929s 2019-01-03 11:12:18,410 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f552c329940246b981747049a2088f53 used request id req-ce0a54cc-065e-46b7-b92a-826af92a2ea0 2019-01-03 11:12:18,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:12:18,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af79a6b6-b384-4de8-9467-c9fbed538dad Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910"}, "enabled": true, "id": "5f1ce39acd054a718d596381189df910", "parent_id": "default", "domain_id": "default", "name": "patrole-project_3f71f64f-f6ab-48d5-a520-a4fd02497ce6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:12:18,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-af79a6b6-b384-4de8-9467-c9fbed538dad 2019-01-03 11:12:18,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.169251918793s 2019-01-03 11:12:18,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-af79a6b6-b384-4de8-9467-c9fbed538dad 2019-01-03 11:12:18,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 11:12:18,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-262bd365-5179-4e4f-8f56-599375af5889 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:18,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910 used request id req-262bd365-5179-4e4f-8f56-599375af5889 2019-01-03 11:12:18,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.135169029236s 2019-01-03 11:12:18,719 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5f1ce39acd054a718d596381189df910 used request id req-262bd365-5179-4e4f-8f56-599375af5889 2019-01-03 11:12:18,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:18,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda4d25a-ea85-4149-8fb6-a6ddea8bfb19 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bd5fd4ca31f041f1b319a7c9a77e1967", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967"}, "name": "Member"}]} 2019-01-03 11:12:18,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bda4d25a-ea85-4149-8fb6-a6ddea8bfb19 2019-01-03 11:12:18,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831568241119s 2019-01-03 11:12:18,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 11:12:18,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:18,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06c2f1e4-d4c6-4729-914d-1484bb4adc51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:18,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bd5fd4ca31f041f1b319a7c9a77e1967 used request id req-06c2f1e4-d4c6-4729-914d-1484bb4adc51 2019-01-03 11:12:18,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.115978002548s 2019-01-03 11:12:18,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 11:12:18,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5f1ce39acd054a718d596381189df910&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}895e535add0120dc0ece8755ba3d7eb3928fa482" 2019-01-03 11:12:19,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b9987306-ec0f-44b9-aced-754e85825f7e Date: Thu, 03 Jan 2019 11:12:19 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:19,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5f1ce39acd054a718d596381189df910&name=default used request id req-b9987306-ec0f-44b9-aced-754e85825f7e 2019-01-03 11:12:19,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.184664964676s 2019-01-03 11:12:19,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5f1ce39acd054a718d596381189df910&name=default used request id req-b9987306-ec0f-44b9-aced-754e85825f7e 2019-01-03 11:12:19,160 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2019-01-03 11:12:19,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 11:12:19,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 11:12:19,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 11:12:19,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 11:12:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 11:12:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 11:12:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 11:12:19,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 11:12:19,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaeed9a1-51e9-48ea-b288-3df2401b561a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:19,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eaeed9a1-51e9-48ea-b288-3df2401b561a 2019-01-03 11:12:19,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:19,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T12:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["9l8ZRz60SNWRaMIfWYGb_g"], "issued_at": "2019-01-03T11:12:19.000000Z"}} 2019-01-03 11:12:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:19,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:19,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:20,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef66418e-2591-4810-98c8-a0c970c6a293 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 11:12:20,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-ef66418e-2591-4810-98c8-a0c970c6a293 2019-01-03 11:12:20,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.495741128922s 2019-01-03 11:12:20,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 11:12:20,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}}' 2019-01-03 11:12:20,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34c19dbd-6ec4-4ce5-8982-76eaec44cfc0 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.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:12:20,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-34c19dbd-6ec4-4ce5-8982-76eaec44cfc0 2019-01-03 11:12:20,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0992031097412s 2019-01-03 11:12:20,172 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-34c19dbd-6ec4-4ce5-8982-76eaec44cfc0 2019-01-03 11:12:20,173 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403', 'id': u'5abbdf697ace471d93d3a94548c1f7e9', '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'})}) 2019-01-03 11:12:20,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 11:12:20,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356575965881s 2019-01-03 11:12:20,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:20,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be843609-abbc-4ff0-8b12-7f094018d943 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:12:20,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 used request id req-be843609-abbc-4ff0-8b12-7f094018d943 2019-01-03 11:12:20,630 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1847a356eeb74ff49a4b93e414c5d023', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403'}) 2019-01-03 11:12:20,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:20,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d28823-f1d1-490b-a289-ffb7f0aacd2d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:20,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f9d28823-f1d1-490b-a289-ffb7f0aacd2d 2019-01-03 11:12:20,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0187599658966s 2019-01-03 11:12:20,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:20,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:20,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e7eacc-4280-47bc-b343-d848761a88fa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:20,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b9e7eacc-4280-47bc-b343-d848761a88fa 2019-01-03 11:12:20,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840730667114s 2019-01-03 11:12:20,735 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 11:12:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 11:12:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" -d '{"role": {"name": "Member"}}' 2019-01-03 11:12:20,842 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56bd5a6e-61a3-42d5-b9d8-91f986c1e40f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}} 2019-01-03 11:12:20,842 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-56bd5a6e-61a3-42d5-b9d8-91f986c1e40f 2019-01-03 11:12:20,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10658288002s 2019-01-03 11:12:20,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:20,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2bc260-3c06-4811-8025-5eb4cbf2d913 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "domain_id": null, "name": "Member", "id": "1d2200031e0b42d6a08db76670165de7"}} 2019-01-03 11:12:20,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7 used request id req-8e2bc260-3c06-4811-8025-5eb4cbf2d913 2019-01-03 11:12:20,930 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7'}, 'domain_id': None, 'human_id': None, 'id': u'1d2200031e0b42d6a08db76670165de7', 'HUMAN_ID': False}) 2019-01-03 11:12:20,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:20,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756a8f3d-2e41-43d0-946e-9396846dc9df Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:21,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-756a8f3d-2e41-43d0-946e-9396846dc9df 2019-01-03 11:12:21,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846619606018s 2019-01-03 11:12:21,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:12:21,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f805cc73-ba5b-43c2-b62d-d3e4204e7bc2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:12:21,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-f805cc73-ba5b-43c2-b62d-d3e4204e7bc2 2019-01-03 11:12:21,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785372257233s 2019-01-03 11:12:21,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:12:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e06970c0-f998-45df-86cf-804cb53297dc Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:21,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e06970c0-f998-45df-86cf-804cb53297dc 2019-01-03 11:12:21,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11740398407s 2019-01-03 11:12:21,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e06970c0-f998-45df-86cf-804cb53297dc 2019-01-03 11:12:21,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:12:21,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed66edf-3596-44fa-a8c9-91ae19fd201f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:12:21,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6ed66edf-3596-44fa-a8c9-91ae19fd201f 2019-01-03 11:12:21,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0817630290985s 2019-01-03 11:12:21,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-6ed66edf-3596-44fa-a8c9-91ae19fd201f 2019-01-03 11:12:21,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:12:21,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=1d2200031e0b42d6a08db76670165de7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a48066b-8436-458d-8d34-17bfc2d6223b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=1d2200031e0b42d6a08db76670165de7", "previous": null, "next": null}} 2019-01-03 11:12:21,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=1d2200031e0b42d6a08db76670165de7 used request id req-1a48066b-8436-458d-8d34-17bfc2d6223b 2019-01-03 11:12:21,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0781111717224s 2019-01-03 11:12:21,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:12:21,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/1d2200031e0b42d6a08db76670165de7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bee2251-38e1-4f55-8e08-d2d51fe1d41d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:21,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/1d2200031e0b42d6a08db76670165de7 used request id req-5bee2251-38e1-4f55-8e08-d2d51fe1d41d 2019-01-03 11:12:21,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131617069244s 2019-01-03 11:12:21,516 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403', 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': 'f54a5d88-f103-4ce7-9142-152067176c47', 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_a2f6726b-4140-4f96-8185-902182773403', 'project_id': u'5abbdf697ace471d93d3a94548c1f7e9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 11:12:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 11:12:21,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 11:12:21,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 11:12:21,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 11:12:21,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 11:12:21,522 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403', 'password': 'f54a5d88-f103-4ce7-9142-152067176c47', 'project_name': 'snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '5abbdf697ace471d93d3a94548c1f7e9', 'project_domain_name': 'Default'} 2019-01-03 11:12:21,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:21,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d678bb21-1324-4fe6-895b-5f5e827b6d21 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:21,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d678bb21-1324-4fe6-895b-5f5e827b6d21 2019-01-03 11:12:21,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857479572296s 2019-01-03 11:12:21,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63ff9a7-b143-4fb0-9b5c-73943a5b06cd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:21,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b63ff9a7-b143-4fb0-9b5c-73943a5b06cd 2019-01-03 11:12:21,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761489868164s 2019-01-03 11:12:21,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:12:21,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0acd7175-7b17-4619-90d6-f1a6ee5f8bda Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:12:21,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-0acd7175-7b17-4619-90d6-f1a6ee5f8bda 2019-01-03 11:12:21,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819509029388s 2019-01-03 11:12:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:12:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e163098-c271-4c84-85de-70db853ef6d3 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:21,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8e163098-c271-4c84-85de-70db853ef6d3 2019-01-03 11:12:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100095033646s 2019-01-03 11:12:21,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8e163098-c271-4c84-85de-70db853ef6d3 2019-01-03 11:12:21,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:12:21,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:21,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba11bc5e-a837-4c11-9b49-a2054e835c2f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:12:21,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ba11bc5e-a837-4c11-9b49-a2054e835c2f 2019-01-03 11:12:21,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0734601020813s 2019-01-03 11:12:21,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ba11bc5e-a837-4c11-9b49-a2054e835c2f 2019-01-03 11:12:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:12:21,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadd7e20-d5e9-40a5-a701-26aa89df616c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 11:12:22,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=87531dd8fee349ee823565af03481166 used request id req-dadd7e20-d5e9-40a5-a701-26aa89df616c 2019-01-03 11:12:22,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0822567939758s 2019-01-03 11:12:22,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:12:22,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f06a5922-c440-457f-aeb7-0cb722ff9152 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:22,150 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/87531dd8fee349ee823565af03481166 used request id req-f06a5922-c440-457f-aeb7-0cb722ff9152 2019-01-03 11:12:22,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115140914917s 2019-01-03 11:12:22,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f1aae57-42d1-4067-a109-c422c5177ee7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:22,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3f1aae57-42d1-4067-a109-c422c5177ee7 2019-01-03 11:12:22,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737040042877s 2019-01-03 11:12:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 11:12:22,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" -d '{"role": {"name": "heat_stack_owner"}}' 2019-01-03 11:12:22,321 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-128bca1e-ca8a-4be3-abea-553ca06f64bb Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}} 2019-01-03 11:12:22,321 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-128bca1e-ca8a-4be3-abea-553ca06f64bb 2019-01-03 11:12:22,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0954740047455s 2019-01-03 11:12:22,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbdd50a-c520-49ca-afcb-36e74642f1bc Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:12:22,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-6bbdd50a-c520-49ca-afcb-36e74642f1bc 2019-01-03 11:12:22,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 11:12:22,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51cd10a1-c0d5-4658-826d-90806062332c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:22,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-51cd10a1-c0d5-4658-826d-90806062332c 2019-01-03 11:12:22,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762679576874s 2019-01-03 11:12:22,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 11:12:22,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9146967-a080-41a9-a048-ad65a69e3b75 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 11:12:22,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-d9146967-a080-41a9-a048-ad65a69e3b75 2019-01-03 11:12:22,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0850870609283s 2019-01-03 11:12:22,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 11:12:22,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85d0fbd-fbf0-4e6e-87a2-676a9b736733 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:22,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f85d0fbd-fbf0-4e6e-87a2-676a9b736733 2019-01-03 11:12:22,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10640001297s 2019-01-03 11:12:22,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f85d0fbd-fbf0-4e6e-87a2-676a9b736733 2019-01-03 11:12:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 11:12:22,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fbea2a-5a78-4a17-ab50-5e52f0ec593d Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 11:12:22,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f5fbea2a-5a78-4a17-ab50-5e52f0ec593d 2019-01-03 11:12:22,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0769410133362s 2019-01-03 11:12:22,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f5fbea2a-5a78-4a17-ab50-5e52f0ec593d 2019-01-03 11:12:22,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 11:12:22,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86791e7-cc59-4ae1-89ac-bf368136d14d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=2aca817175ef438fbb85334767ec61a1", "previous": null, "next": null}} 2019-01-03 11:12:22,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=1847a356eeb74ff49a4b93e414c5d023&scope.project.id=5abbdf697ace471d93d3a94548c1f7e9&role.id=2aca817175ef438fbb85334767ec61a1 used request id req-c86791e7-cc59-4ae1-89ac-bf368136d14d 2019-01-03 11:12:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0811409950256s 2019-01-03 11:12:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 11:12:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 11:12:22,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaf63401-2a8b-462a-896a-5c0f2fa50415 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:22,971 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9/users/1847a356eeb74ff49a4b93e414c5d023/roles/2aca817175ef438fbb85334767ec61a1 used request id req-aaf63401-2a8b-462a-896a-5c0f2fa50415 2019-01-03 11:12:22,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127910137177s 2019-01-03 11:12:22,971 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2019-01-03 11:12:22,971 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2019-01-03 11:12:22,972 - openstack_tests - INFO - OS Credentials = > 2019-01-03 11:12:22,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:22,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:23,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["E8Rp1MbVRGWotJLtkX-hwA"], "issued_at": "2019-01-03T11:12:23.000000Z"}} 2019-01-03 11:12:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58409d4a013f035d0f635846d2db93754f3d3d40" 2019-01-03 11:12:23,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-4bb9e565-155f-4fa2-bcb3-240359f6a9f0 Date: Thu, 03 Jan 2019 11:12:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:12:23,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?router%3Aexternal=True used request id req-4bb9e565-155f-4fa2-bcb3-240359f6a9f0 2019-01-03 11:12:23,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58409d4a013f035d0f635846d2db93754f3d3d40" 2019-01-03 11:12:23,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-73b07a87-44ac-41e2-a566-805384dbbfda Date: Thu, 03 Jan 2019 11:12:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:12:23,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-73b07a87-44ac-41e2-a566-805384dbbfda 2019-01-03 11:12:23,836 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2019-01-03 11:12:23,837 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2019-01-03 11:12:23,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,887 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,909 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:23,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:24,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["BuV_rh3iQT2UksI_Dio8yA"], "issued_at": "2019-01-03T11:12:24.000000Z"}} 2019-01-03 11:12:24,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6148e02b4088f2f780d6e7d80b309a436f123f18" 2019-01-03 11:12:24,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e1aef5-faba-46bc-b2f1-041af2fb46ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:24,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71e1aef5-faba-46bc-b2f1-041af2fb46ed 2019-01-03 11:12:24,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:24,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:24,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vt3qPM78SoudJowbqMHECQ"], "issued_at": "2019-01-03T11:12:24.000000Z"}} 2019-01-03 11:12:24,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:24,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba5f78b-a0b1-492e-a838-833cc494072c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:24,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4ba5f78b-a0b1-492e-a838-833cc494072c 2019-01-03 11:12:24,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:24,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:24,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc99ea2d-4d0b-4d9b-8aa9-5ef9b55e1b57 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:12:24,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj used request id req-dc99ea2d-4d0b-4d9b-8aa9-5ef9b55e1b57 2019-01-03 11:12:24,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:25,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b222f4-9a65-4ca8-b4d3-375a16096e09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:25,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-96b222f4-9a65-4ca8-b4d3-375a16096e09 2019-01-03 11:12:25,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}}' 2019-01-03 11:12:25,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0137e98c-df80-46b4-bf4b-32da53261d14 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98"}, "enabled": true, "id": "200f552382fe4cc3bff3644e2c408b98", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}} 2019-01-03 11:12:25,183 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0137e98c-df80-46b4-bf4b-32da53261d14 2019-01-03 11:12:25,183 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-a7abdfb7-c395-452-proj 2019-01-03 11:12:25,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:25,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:25,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ufCehbBXSLeA9EQ39JQ7tg"], "issued_at": "2019-01-03T11:12:25.000000Z"}} 2019-01-03 11:12:25,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0eb3568f821fa57340e60a7c66a1d984ed1c2a" 2019-01-03 11:12:25,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03328585-09f0-4d7c-808d-777fba679033 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:25,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-03328585-09f0-4d7c-808d-777fba679033 2019-01-03 11:12:25,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:25,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:25,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0eb3568f821fa57340e60a7c66a1d984ed1c2a" 2019-01-03 11:12:25,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d261ad17-761a-4504-a14b-81de778a1334 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:25,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d261ad17-761a-4504-a14b-81de778a1334 2019-01-03 11:12:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0eb3568f821fa57340e60a7c66a1d984ed1c2a" 2019-01-03 11:12:25,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dab9fac1-b0b3-4cc9-9506-e2a56eee780a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98"}, "enabled": true, "id": "200f552382fe4cc3bff3644e2c408b98", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}]} 2019-01-03 11:12:25,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-a7abdfb7-c395-452-proj used request id req-dab9fac1-b0b3-4cc9-9506-e2a56eee780a 2019-01-03 11:12:25,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0eb3568f821fa57340e60a7c66a1d984ed1c2a" 2019-01-03 11:12:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c947c3-ccbe-4132-b296-5bdda9a0814e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:25,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-88c947c3-ccbe-4132-b296-5bdda9a0814e 2019-01-03 11:12:26,310 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-a7abdfb7-c395-452-user 2019-01-03 11:12:26,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:26,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:26,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075000c4-eebb-4931-96fa-2a9e1336e2e3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:26,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-075000c4-eebb-4931-96fa-2a9e1336e2e3 2019-01-03 11:12:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" -d '{"role": {"name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role"}}' 2019-01-03 11:12:26,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01be37de-6bcf-4c79-bce8-31ccecbf46dc Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3e95cb07e0a749e58d37047a253cd389", "links": {"self": "http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389"}, "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role"}} 2019-01-03 11:12:26,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-01be37de-6bcf-4c79-bce8-31ccecbf46dc 2019-01-03 11:12:26,519 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role 2019-01-03 11:12:26,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:26,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2089bc6d-de31-4dca-a163-e4ce89de3330 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389"}, "domain_id": null, "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role", "id": "3e95cb07e0a749e58d37047a253cd389"}} 2019-01-03 11:12:26,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389 used request id req-2089bc6d-de31-4dca-a163-e4ce89de3330 2019-01-03 11:12:26,602 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role to project CreateSecurityGroupTests-a7abdfb7-c395-452-proj 2019-01-03 11:12:26,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98/users/24cedc470c204862840c23add7cf1561/roles/3e95cb07e0a749e58d37047a253cd389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:26,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3964078a-33dd-49cd-8677-f61801b0717c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:26,659 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98/users/24cedc470c204862840c23add7cf1561/roles/3e95cb07e0a749e58d37047a253cd389 used request id req-3964078a-33dd-49cd-8677-f61801b0717c 2019-01-03 11:12:26,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:26,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:27,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e95cb07e0a749e58d37047a253cd389", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role"}], "expires_at": "2019-01-03T12:12:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "200f552382fe4cc3bff3644e2c408b98", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-user", "id": "24cedc470c204862840c23add7cf1561"}, "audit_ids": ["dtFMW-umQ1mN2qOEDAaiTA"], "issued_at": "2019-01-03T11:12:27.000000Z"}} 2019-01-03 11:12:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:27,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b89b5b-25c4-4a46-89ac-015032e18f06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:27,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-23b89b5b-25c4-4a46-89ac-015032e18f06 2019-01-03 11:12:27,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:27,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4364afeb-845f-4be6-a392-a0a064be62db Date: Thu, 03 Jan 2019 11:12:27 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:27,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname&description=hello+group used request id req-4364afeb-845f-4be6-a392-a0a064be62db 2019-01-03 11:12:27,436 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname... 2019-01-03 11:12:27,436 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname 2019-01-03 11:12:27,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" -d '{"security_group": {"name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname", "description": "hello group"}}' 2019-01-03 11:12:27,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-02792f5d-cbf0-449e-9510-3cdbfbd4fe6f Date: Thu, 03 Jan 2019 11:12:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 2, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}} 2019-01-03 11:12:27,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-02792f5d-cbf0-449e-9510-3cdbfbd4fe6f 2019-01-03 11:12:27,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:27,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b265675f-32ff-4b91-b0a9-f9bad0ebce2d Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:28,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-b265675f-32ff-4b91-b0a9-f9bad0ebce2d 2019-01-03 11:12:28,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ec4586c-1dd1-4c9d-85ab-fffad56204bd Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:28,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-2ec4586c-1dd1-4c9d-85ab-fffad56204bd 2019-01-03 11:12:28,178 - neutron_utils - INFO - Retrieving security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e19527f8-bb99-4b19-9cfb-5c3dbdce67aa Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 2, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:28,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-e19527f8-bb99-4b19-9cfb-5c3dbdce67aa 2019-01-03 11:12:28,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc1d9339-9c45-4cae-bd63-ac7941fc33b9 Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:28,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-cc1d9339-9c45-4cae-bd63-ac7941fc33b9 2019-01-03 11:12:28,574 - neutron_utils - INFO - Retrieving security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-66f1f049-9da0-43ae-a834-54f7ae24410c Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 2, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:28,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-66f1f049-9da0-43ae-a834-54f7ae24410c 2019-01-03 11:12:28,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a88ecd18-71a9-4f5c-bdd0-7cd1b1c0a2fd Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:28,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-a88ecd18-71a9-4f5c-bdd0-7cd1b1c0a2fd 2019-01-03 11:12:28,808 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname 2019-01-03 11:12:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-84735192-b046-4561-b3d9-f363fce76635 Date: Thu, 03 Jan 2019 11:12:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 2, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:28,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname used request id req-84735192-b046-4561-b3d9-f363fce76635 2019-01-03 11:12:28,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:28,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:28,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:28,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ea2f81e-9662-4879-9266-6118ed23f1af Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98"}, "enabled": true, "id": "200f552382fe4cc3bff3644e2c408b98", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}} 2019-01-03 11:12:28,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 used request id req-3ea2f81e-9662-4879-9266-6118ed23f1af 2019-01-03 11:12:28,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:28,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:29,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d43f36d5-83ca-4cf7-ac46-daed6ab54c1c Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:29,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-d43f36d5-83ca-4cf7-ac46-daed6ab54c1c 2019-01-03 11:12:29,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}148fa36a235acbfc802dc79d3ffb0c572bfc6459" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a"}}' 2019-01-03 11:12:29,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-82310395-c3be-488f-9776-9a5bd3d17d7a Date: Thu, 03 Jan 2019 11:12:29 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}} 2019-01-03 11:12:29,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-82310395-c3be-488f-9776-9a5bd3d17d7a 2019-01-03 11:12:29,341 - neutron_utils - INFO - Retrieving security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:29,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:29,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2743503f-08e0-4db8-8983-6da7c566d623 Date: Thu, 03 Jan 2019 11:12:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:29Z", "revision_number": 0, "id": "430e26c6-6ded-4bf5-8045-2be096844a9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 3, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:29,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-2743503f-08e0-4db8-8983-6da7c566d623 2019-01-03 11:12:29,542 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:29,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-04c7ff79-33d2-4dbe-81e7-73c18e75a42e Date: Thu, 03 Jan 2019 11:12:29 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:29,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-04c7ff79-33d2-4dbe-81e7-73c18e75a42e 2019-01-03 11:12:29,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:30,077 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3e95cb07e0a749e58d37047a253cd389", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role"}], "expires_at": "2019-01-03T12:12:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "200f552382fe4cc3bff3644e2c408b98", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/200f552382fe4cc3bff3644e2c408b98", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-user", "id": "24cedc470c204862840c23add7cf1561"}, "audit_ids": ["X5VwrH07QryzxeBlU33qKQ"], "issued_at": "2019-01-03T11:12:30.000000Z"}} 2019-01-03 11:12:30,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:30,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-915f3fde-34d5-4574-954c-b64d0ce164a3 Date: Thu, 03 Jan 2019 11:12:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:29Z", "revision_number": 0, "id": "430e26c6-6ded-4bf5-8045-2be096844a9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 3, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:30,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname&description=hello+group used request id req-915f3fde-34d5-4574-954c-b64d0ce164a3 2019-01-03 11:12:30,302 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:30,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7c7e486e-147b-4415-989e-6b4733ecc2a5 Date: Thu, 03 Jan 2019 11:12:30 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:30,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-7c7e486e-147b-4415-989e-6b4733ecc2a5 2019-01-03 11:12:30,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:30,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:30,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d1959f07-3ae2-4c92-9c30-27bdf7c3d745 Date: Thu, 03 Jan 2019 11:12:30 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:30,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-d1959f07-3ae2-4c92-9c30-27bdf7c3d745 2019-01-03 11:12:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:30,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7c06dc00-bffb-4d5a-82bb-3426aa9c2b0b Date: Thu, 03 Jan 2019 11:12:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:29Z", "revision_number": 0, "id": "430e26c6-6ded-4bf5-8045-2be096844a9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 3, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:30,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname used request id req-7c06dc00-bffb-4d5a-82bb-3426aa9c2b0b 2019-01-03 11:12:30,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:31,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-81617888-31da-4355-a669-54333d0f87c1 Date: Thu, 03 Jan 2019 11:12:31 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:31,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-81617888-31da-4355-a669-54333d0f87c1 2019-01-03 11:12:31,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:31,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:31,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9851137f-948a-46f1-a681-712d4c9f83c6 Date: Thu, 03 Jan 2019 11:12:31 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:31,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-9851137f-948a-46f1-a681-712d4c9f83c6 2019-01-03 11:12:31,289 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname 2019-01-03 11:12:31,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:31,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-dda3b8cc-f304-4d1f-ad0d-9b06255dcd11 Date: Thu, 03 Jan 2019 11:12:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:29Z", "revision_number": 0, "id": "430e26c6-6ded-4bf5-8045-2be096844a9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "8f1495b1-8d85-4828-a849-98dce7749b93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "997e718b-f684-4cdf-824f-32384afc137a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 3, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "name": "CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname"}]} 2019-01-03 11:12:31,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname used request id req-dda3b8cc-f304-4d1f-ad0d-9b06255dcd11 2019-01-03 11:12:31,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:31,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2aca311-7b63-4ce1-8016-7d30aab01624 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98"}, "enabled": true, "id": "200f552382fe4cc3bff3644e2c408b98", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}} 2019-01-03 11:12:31,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 used request id req-f2aca311-7b63-4ce1-8016-7d30aab01624 2019-01-03 11:12:31,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:31,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:31,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-e43f2eb1-7c42-48c9-b613-dfbdb0290466 Date: Thu, 03 Jan 2019 11:12:31 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": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}]} 2019-01-03 11:12:31,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-e43f2eb1-7c42-48c9-b613-dfbdb0290466 2019-01-03 11:12:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}148fa36a235acbfc802dc79d3ffb0c572bfc6459" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a"}}' 2019-01-03 11:12:32,076 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-6364549a-8a0c-4c93-bed8-6ef84c083621 Date: Thu, 03 Jan 2019 11:12:32 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": "2019-01-03T11:12:32Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:32Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "d0cd79c7-b39e-4b08-b081-722eac6d379b"}} 2019-01-03 11:12:32,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-6364549a-8a0c-4c93-bed8-6ef84c083621 2019-01-03 11:12:32,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dcf5b1c5-0a7d-4bbc-8ab2-67864759877a 2019-01-03 11:12:32,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29724ac16de2abbb02019bd44ab5b9942b9e1c32" 2019-01-03 11:12:32,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-3289d370-aeb8-4a77-b178-289ee7473e20 Date: Thu, 03 Jan 2019 11:12:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:29Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:29Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "430e26c6-6ded-4bf5-8045-2be096844a9d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "8f1495b1-8d85-4828-a849-98dce7749b93"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "997e718b-f684-4cdf-824f-32384afc137a"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:32Z", "security_group_id": "dcf5b1c5-0a7d-4bbc-8ab2-67864759877a", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:32Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "d0cd79c7-b39e-4b08-b081-722eac6d379b"}]} 2019-01-03 11:12:32,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-3289d370-aeb8-4a77-b178-289ee7473e20 2019-01-03 11:12:32,266 - neutron_utils - INFO - Deleting security group rule with ID - 8f1495b1-8d85-4828-a849-98dce7749b93 2019-01-03 11:12:32,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/8f1495b1-8d85-4828-a849-98dce7749b93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:32,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b8ee68f-866c-432b-abf3-68551311472e Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:32,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/8f1495b1-8d85-4828-a849-98dce7749b93 used request id req-2b8ee68f-866c-432b-abf3-68551311472e 2019-01-03 11:12:32,521 - neutron_utils - INFO - Deleting security group rule with ID - 430e26c6-6ded-4bf5-8045-2be096844a9d 2019-01-03 11:12:32,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/430e26c6-6ded-4bf5-8045-2be096844a9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:32,752 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fca1ab7-90df-43ae-bc98-02640aec350a Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:32,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/430e26c6-6ded-4bf5-8045-2be096844a9d used request id req-3fca1ab7-90df-43ae-bc98-02640aec350a 2019-01-03 11:12:32,752 - neutron_utils - INFO - Deleting security group rule with ID - d0cd79c7-b39e-4b08-b081-722eac6d379b 2019-01-03 11:12:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d0cd79c7-b39e-4b08-b081-722eac6d379b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:32,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd10aeaa-0737-4589-9e9e-87c072df41cc Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:32,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d0cd79c7-b39e-4b08-b081-722eac6d379b used request id req-bd10aeaa-0737-4589-9e9e-87c072df41cc 2019-01-03 11:12:32,998 - neutron_utils - INFO - Deleting security group rule with ID - 997e718b-f684-4cdf-824f-32384afc137a 2019-01-03 11:12:33,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/997e718b-f684-4cdf-824f-32384afc137a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:33,244 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8a617dd4-30cc-407e-8c03-925ed6181e11 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:33,244 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/997e718b-f684-4cdf-824f-32384afc137a used request id req-8a617dd4-30cc-407e-8c03-925ed6181e11 2019-01-03 11:12:33,245 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3d3ef954-b273-4bb5-8ffa-aa880869c8abname 2019-01-03 11:12:33,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dcf5b1c5-0a7d-4bbc-8ab2-67864759877a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148fa36a235acbfc802dc79d3ffb0c572bfc6459" 2019-01-03 11:12:33,525 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ece1c894-cf80-44a3-aa91-0116508a83ca Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:33,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dcf5b1c5-0a7d-4bbc-8ab2-67864759877a used request id req-ece1c894-cf80-44a3-aa91-0116508a83ca 2019-01-03 11:12:33,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:33,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6aa4ced1-7f77-4b4d-8cfb-d61084613393 Date: Thu, 03 Jan 2019 11:12:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "updated_at": "2019-01-03T11:12:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "4e33a106-caa8-4bdf-8243-8b2805887566", "remote_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "53201f5f-4203-4f50-b152-39e89cdab71e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv4", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "7ef2f7dd-d690-4388-982c-85670bbcb10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "revision_number": 0, "id": "a6667870-c3cd-4991-a7fa-39e23eabf46f", "remote_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "port_range_min": null, "ethertype": "IPv6", "project_id": "200f552382fe4cc3bff3644e2c408b98"}], "revision_number": 4, "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:12:33,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6aa4ced1-7f77-4b4d-8cfb-d61084613393 2019-01-03 11:12:33,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:33,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46e632d-3adc-457d-a89a-a997a7c2ccae Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98"}, "enabled": true, "id": "200f552382fe4cc3bff3644e2c408b98", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-a7abdfb7-c395-452-proj"}} 2019-01-03 11:12:33,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 used request id req-e46e632d-3adc-457d-a89a-a997a7c2ccae 2019-01-03 11:12:33,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 44378508-f848-43f1-b30d-ecb3a44f7f65 2019-01-03 11:12:33,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=44378508-f848-43f1-b30d-ecb3a44f7f65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:34,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7ae297c8-4cf6-464c-88fd-8bb5e612d78d Date: Thu, 03 Jan 2019 11:12:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "4e33a106-caa8-4bdf-8243-8b2805887566"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "53201f5f-4203-4f50-b152-39e89cdab71e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "7ef2f7dd-d690-4388-982c-85670bbcb10e"}, {"remote_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:27Z", "security_group_id": "44378508-f848-43f1-b30d-ecb3a44f7f65", "port_range_min": null, "revision_number": 0, "tenant_id": "200f552382fe4cc3bff3644e2c408b98", "created_at": "2019-01-03T11:12:27Z", "project_id": "200f552382fe4cc3bff3644e2c408b98", "id": "a6667870-c3cd-4991-a7fa-39e23eabf46f"}]} 2019-01-03 11:12:34,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=44378508-f848-43f1-b30d-ecb3a44f7f65 used request id req-7ae297c8-4cf6-464c-88fd-8bb5e612d78d 2019-01-03 11:12:34,148 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:12:34,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/44378508-f848-43f1-b30d-ecb3a44f7f65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:34,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-63038680-2c22-4935-ab73-f301a45be297 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:34,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/44378508-f848-43f1-b30d-ecb3a44f7f65 used request id req-63038680-2c22-4935-ab73-f301a45be297 2019-01-03 11:12:34,439 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-a7abdfb7-c395-452-proj 2019-01-03 11:12:34,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:34,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a47b0ddf-2fae-4fea-96c0-a3a0668803da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:34,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/200f552382fe4cc3bff3644e2c408b98 used request id req-a47b0ddf-2fae-4fea-96c0-a3a0668803da 2019-01-03 11:12:34,654 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-a7abdfb7-c395-452-proj-role 2019-01-03 11:12:34,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:34,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4e6df8f-d035-4730-a89a-29f2c4f2b54b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:34,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3e95cb07e0a749e58d37047a253cd389 used request id req-a4e6df8f-d035-4730-a89a-29f2c4f2b54b 2019-01-03 11:12:34,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}874abb2f2b13910c74d11a9bac784ae2fee2e7d8" 2019-01-03 11:12:34,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5789de0c-e2b3-405e-a150-d47c8e22c3df Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:34,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5789de0c-e2b3-405e-a150-d47c8e22c3df 2019-01-03 11:12:34,876 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-a7abdfb7-c395-452-user 2019-01-03 11:12:34,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/24cedc470c204862840c23add7cf1561 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0eb3568f821fa57340e60a7c66a1d984ed1c2a" 2019-01-03 11:12:35,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-488686ad-2042-448e-99f6-a3c13db47178 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:35,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/24cedc470c204862840c23add7cf1561 used request id req-488686ad-2042-448e-99f6-a3c13db47178 2019-01-03 11:12:35,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:35,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nirQFdLhRqeWjmCGzWYxLQ"], "issued_at": "2019-01-03T11:12:35.000000Z"}} 2019-01-03 11:12:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558452a5ed4778f829613784e7eedabfeb442823" 2019-01-03 11:12:35,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99982153-8c64-4474-817a-a5ed26daf436 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:35,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99982153-8c64-4474-817a-a5ed26daf436 2019-01-03 11:12:35,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:35,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:35,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["v0MWDznMSKWe49NeRTfw5A"], "issued_at": "2019-01-03T11:12:35.000000Z"}} 2019-01-03 11:12:35,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:36,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6e0784-74e1-44fb-a4c4-a0be438ddb19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:36,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3a6e0784-74e1-44fb-a4c4-a0be438ddb19 2019-01-03 11:12:36,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:36,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:36,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5dae934b-9034-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:36,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d3f4e8-5dc0-46b7-99ca-ddaec199d730 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5dae934b-9034-444-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:12:36,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-5dae934b-9034-444-proj used request id req-83d3f4e8-5dc0-46b7-99ca-ddaec199d730 2019-01-03 11:12:36,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:36,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211e1ad5-c6db-482c-b101-49ca3e69d2ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:36,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-211e1ad5-c6db-482c-b101-49ca3e69d2ce 2019-01-03 11:12:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}}' 2019-01-03 11:12:36,334 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a846ec9e-a34d-432a-812d-9d935f5f5241 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d"}, "enabled": true, "id": "24627133e206467b9620020a5044307d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}} 2019-01-03 11:12:36,334 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a846ec9e-a34d-432a-812d-9d935f5f5241 2019-01-03 11:12:36,335 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-5dae934b-9034-444-proj 2019-01-03 11:12:36,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:36,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:36,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["p9Q9VceGSbegyc-iqz3qUw"], "issued_at": "2019-01-03T11:12:36.000000Z"}} 2019-01-03 11:12:36,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}238cd5956187d8886e8e539e349da4193545de43" 2019-01-03 11:12:36,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098a9f15-26b2-4b19-b84f-72f6d6004c63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:36,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-098a9f15-26b2-4b19-b84f-72f6d6004c63 2019-01-03 11:12:36,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:36,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:36,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}238cd5956187d8886e8e539e349da4193545de43" 2019-01-03 11:12:36,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b320ce3-3b79-4416-a816-105a404d3b2a Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:36,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9b320ce3-3b79-4416-a816-105a404d3b2a 2019-01-03 11:12:36,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-5dae934b-9034-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}238cd5956187d8886e8e539e349da4193545de43" 2019-01-03 11:12:36,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cd6458-a282-499d-886f-3ea0adb12319 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-5dae934b-9034-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d"}, "enabled": true, "id": "24627133e206467b9620020a5044307d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}]} 2019-01-03 11:12:36,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-5dae934b-9034-444-proj used request id req-53cd6458-a282-499d-886f-3ea0adb12319 2019-01-03 11:12:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}238cd5956187d8886e8e539e349da4193545de43" 2019-01-03 11:12:37,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7cfe8d-bca3-4b85-bfa4-75efd2fa640b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:37,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0a7cfe8d-bca3-4b85-bfa4-75efd2fa640b 2019-01-03 11:12:37,382 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-5dae934b-9034-444-user 2019-01-03 11:12:37,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:37,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f534a95-1253-4b2f-8451-1f90cac7e7f9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:37,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1f534a95-1253-4b2f-8451-1f90cac7e7f9 2019-01-03 11:12:37,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" -d '{"role": {"name": "CreateSecurityGroupTests-5dae934b-9034-444-proj-role"}}' 2019-01-03 11:12:37,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-546dd2fc-1e4b-42b0-833a-6dead81dc147 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "170f4e3d75d6445992ac9761b2c5e0b2", "links": {"self": "http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2"}, "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj-role"}} 2019-01-03 11:12:37,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-546dd2fc-1e4b-42b0-833a-6dead81dc147 2019-01-03 11:12:37,615 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-5dae934b-9034-444-proj-role 2019-01-03 11:12:37,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:37,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe433c9-3c2e-4500-afc3-c31965978005 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2"}, "domain_id": null, "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj-role", "id": "170f4e3d75d6445992ac9761b2c5e0b2"}} 2019-01-03 11:12:37,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2 used request id req-3fe433c9-3c2e-4500-afc3-c31965978005 2019-01-03 11:12:37,700 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-5dae934b-9034-444-proj-role to project CreateSecurityGroupTests-5dae934b-9034-444-proj 2019-01-03 11:12:37,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d/users/bf2aeaa325864da5ab11531c0c938916/roles/170f4e3d75d6445992ac9761b2c5e0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:37,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b8aaaeb-8afb-499c-8f0c-b9753cb03ee9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:37,833 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d/users/bf2aeaa325864da5ab11531c0c938916/roles/170f4e3d75d6445992ac9761b2c5e0b2 used request id req-8b8aaaeb-8afb-499c-8f0c-b9753cb03ee9 2019-01-03 11:12:37,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:37,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:38,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "170f4e3d75d6445992ac9761b2c5e0b2", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj-role"}], "expires_at": "2019-01-03T12:12:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24627133e206467b9620020a5044307d", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-5dae934b-9034-444-user", "id": "bf2aeaa325864da5ab11531c0c938916"}, "audit_ids": ["Cs4IWuDKS_GOwpSZ_Q5FIw"], "issued_at": "2019-01-03T11:12:38.000000Z"}} 2019-01-03 11:12:38,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:38,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca002f2-bc71-4ef3-a90c-a3f62f1434d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:38,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1ca002f2-bc71-4ef3-a90c-a3f62f1434d2 2019-01-03 11:12:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:38,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-25aa2715-8820-4814-8121-60dc85383359 Date: Thu, 03 Jan 2019 11:12:38 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:38,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name&description=hello+group used request id req-25aa2715-8820-4814-8121-60dc85383359 2019-01-03 11:12:38,587 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name... 2019-01-03 11:12:38,587 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name 2019-01-03 11:12:38,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" -d '{"security_group": {"name": "CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name", "description": "hello group"}}' 2019-01-03 11:12:39,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-afb0f1e7-9586-4923-b913-3976d9f86d73 Date: Thu, 03 Jan 2019 11:12:39 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "updated_at": "2019-01-03T11:12:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "6e6f8358-ec84-4707-9834-eca599d22541", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}], "revision_number": 2, "project_id": "24627133e206467b9620020a5044307d", "id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "name": "CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name"}} 2019-01-03 11:12:39,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-afb0f1e7-9586-4923-b913-3976d9f86d73 2019-01-03 11:12:39,018 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-842281ee-22c4-4367-81f3-60c32578b193 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "6e6f8358-ec84-4707-9834-eca599d22541"}]} 2019-01-03 11:12:39,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-842281ee-22c4-4367-81f3-60c32578b193 2019-01-03 11:12:39,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-63c57844-2b7d-427d-b394-04af67c260aa Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "6e6f8358-ec84-4707-9834-eca599d22541"}]} 2019-01-03 11:12:39,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-63c57844-2b7d-427d-b394-04af67c260aa 2019-01-03 11:12:39,385 - neutron_utils - INFO - Retrieving security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c07f5e36-fe4b-4bf3-b4ea-a9fb538e88ef Date: Thu, 03 Jan 2019 11:12:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "updated_at": "2019-01-03T11:12:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "6e6f8358-ec84-4707-9834-eca599d22541", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}], "revision_number": 2, "project_id": "24627133e206467b9620020a5044307d", "id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "name": "CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name"}]} 2019-01-03 11:12:39,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-c07f5e36-fe4b-4bf3-b4ea-a9fb538e88ef 2019-01-03 11:12:39,589 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6169adfe-6a17-4b49-93b4-a137a364b7e3 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "6e6f8358-ec84-4707-9834-eca599d22541"}]} 2019-01-03 11:12:39,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-6169adfe-6a17-4b49-93b4-a137a364b7e3 2019-01-03 11:12:39,760 - neutron_utils - INFO - Retrieving security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ea903e96-9601-4b21-8384-379ff96214e5 Date: Thu, 03 Jan 2019 11:12:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "updated_at": "2019-01-03T11:12:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "6e6f8358-ec84-4707-9834-eca599d22541", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}], "revision_number": 2, "project_id": "24627133e206467b9620020a5044307d", "id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "name": "CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name"}]} 2019-01-03 11:12:39,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-ea903e96-9601-4b21-8384-379ff96214e5 2019-01-03 11:12:39,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:39,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-845bde19-c4f1-458d-a68c-59491c3c2289 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "6e6f8358-ec84-4707-9834-eca599d22541"}]} 2019-01-03 11:12:39,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-845bde19-c4f1-458d-a68c-59491c3c2289 2019-01-03 11:12:39,990 - neutron_utils - INFO - Retrieving security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:40,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-af2f210f-5480-4451-91b0-7292833f2b1e Date: Thu, 03 Jan 2019 11:12:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "updated_at": "2019-01-03T11:12:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "6e6f8358-ec84-4707-9834-eca599d22541", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}], "revision_number": 2, "project_id": "24627133e206467b9620020a5044307d", "id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "name": "CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name"}]} 2019-01-03 11:12:40,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-af2f210f-5480-4451-91b0-7292833f2b1e 2019-01-03 11:12:40,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 2019-01-03 11:12:40,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:40,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1b87ce23-eb27-4b6e-a0f5-fd75d792322a Date: Thu, 03 Jan 2019 11:12:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "3dcc72be-0257-46db-a5e8-5d67df44c26c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "08bfa0d2-dfc3-4eea-b243-350b2bcfd929", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "6e6f8358-ec84-4707-9834-eca599d22541"}]} 2019-01-03 11:12:40,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-1b87ce23-eb27-4b6e-a0f5-fd75d792322a 2019-01-03 11:12:40,395 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name 2019-01-03 11:12:40,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:40,776 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "170f4e3d75d6445992ac9761b2c5e0b2", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj-role"}], "expires_at": "2019-01-03T12:12:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24627133e206467b9620020a5044307d", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/24627133e206467b9620020a5044307d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/24627133e206467b9620020a5044307d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/24627133e206467b9620020a5044307d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-5dae934b-9034-444-user", "id": "bf2aeaa325864da5ab11531c0c938916"}, "audit_ids": ["aCz2l5NTTJGCTVc3UNrjpw"], "issued_at": "2019-01-03T11:12:40.000000Z"}} 2019-01-03 11:12:40,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aa68cd467c58e6703dd806e512f6337a8b8192c" 2019-01-03 11:12:41,055 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdf5107c-6ff6-490e-b73e-495dc8b56a1d Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:41,055 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-bdf5107c-6ff6-490e-b73e-495dc8b56a1d 2019-01-03 11:12:41,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aa68cd467c58e6703dd806e512f6337a8b8192c" 2019-01-03 11:12:41,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c0994928-fe23-423d-b096-609561e6e5cd Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:41,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name&description=hello+group used request id req-c0994928-fe23-423d-b096-609561e6e5cd 2019-01-03 11:12:41,267 - neutron_utils - INFO - Deleting security group rule with ID - 3dcc72be-0257-46db-a5e8-5d67df44c26c 2019-01-03 11:12:41,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3dcc72be-0257-46db-a5e8-5d67df44c26c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:41,297 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-6db4cf07-f0f3-4939-9607-102dffcaa043 Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 3dcc72be-0257-46db-a5e8-5d67df44c26c does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:12:41,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3dcc72be-0257-46db-a5e8-5d67df44c26c used request id req-6db4cf07-f0f3-4939-9607-102dffcaa043 2019-01-03 11:12:41,297 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 3dcc72be-0257-46db-a5e8-5d67df44c26c does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:12:41,298 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 3dcc72be-0257-46db-a5e8-5d67df44c26c does not exist Neutron server returns request_ids: ['req-6db4cf07-f0f3-4939-9607-102dffcaa043'] 2019-01-03 11:12:41,298 - neutron_utils - INFO - Deleting security group rule with ID - 6e6f8358-ec84-4707-9834-eca599d22541 2019-01-03 11:12:41,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6e6f8358-ec84-4707-9834-eca599d22541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:41,460 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-4edb462e-ec6f-4691-91bc-2a81fe95f74b Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 6e6f8358-ec84-4707-9834-eca599d22541 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:12:41,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6e6f8358-ec84-4707-9834-eca599d22541 used request id req-4edb462e-ec6f-4691-91bc-2a81fe95f74b 2019-01-03 11:12:41,460 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 6e6f8358-ec84-4707-9834-eca599d22541 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:12:41,460 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6e6f8358-ec84-4707-9834-eca599d22541 does not exist Neutron server returns request_ids: ['req-4edb462e-ec6f-4691-91bc-2a81fe95f74b'] 2019-01-03 11:12:41,461 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-83bd3685-ae51-47b4-a216-062d17b9e5d6name 2019-01-03 11:12:41,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/08bfa0d2-dfc3-4eea-b243-350b2bcfd929 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b71ee1b7c84e43b78d86685fb9a950a1e208554" 2019-01-03 11:12:41,644 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-38a098cb-ca81-43c9-b6f0-e6bce06205ce Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: {"NeutronError": {"message": "Security group 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 11:12:41,644 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/08bfa0d2-dfc3-4eea-b243-350b2bcfd929 used request id req-38a098cb-ca81-43c9-b6f0-e6bce06205ce 2019-01-03 11:12:41,645 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2019-01-03 11:12:41,645 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 08bfa0d2-dfc3-4eea-b243-350b2bcfd929 does not exist Neutron server returns request_ids: ['req-38a098cb-ca81-43c9-b6f0-e6bce06205ce'] 2019-01-03 11:12:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:41,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a624261c-0a04-4bb2-963f-7e87e327f8f5 Date: Thu, 03 Jan 2019 11:12:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "updated_at": "2019-01-03T11:12:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "698c27e9-ea55-4e59-b23c-38e9e9aeccb3", "remote_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "a6ea1b57-9fba-44f6-8af9-d4eee5c74a72", "remote_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "ab39eefa-46c8-4a23-bda2-b4efe91bc07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv6", "project_id": "24627133e206467b9620020a5044307d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "revision_number": 0, "id": "dd80a223-4e62-4454-ada1-c8f60a4359bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "tenant_id": "24627133e206467b9620020a5044307d", "port_range_min": null, "ethertype": "IPv4", "project_id": "24627133e206467b9620020a5044307d"}], "revision_number": 4, "project_id": "24627133e206467b9620020a5044307d", "id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:12:41,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a624261c-0a04-4bb2-963f-7e87e327f8f5 2019-01-03 11:12:41,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:41,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70876364-24c3-442d-93a9-aed62ae26089 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:12:41,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-70876364-24c3-442d-93a9-aed62ae26089 2019-01-03 11:12:41,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bff138-b18b-4006-8118-25d920a0fa11 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:12:42,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-d1bff138-b18b-4006-8118-25d920a0fa11 2019-01-03 11:12:42,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02be349c-9872-4db9-bc3d-60e4de9efbb2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:12:42,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-02be349c-9872-4db9-bc3d-60e4de9efbb2 2019-01-03 11:12:42,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c773a0-80ea-486b-8061-6719a57a0f14 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d"}, "enabled": true, "id": "24627133e206467b9620020a5044307d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-5dae934b-9034-444-proj"}} 2019-01-03 11:12:42,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d used request id req-97c773a0-80ea-486b-8061-6719a57a0f14 2019-01-03 11:12:42,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba2af93a-0f89-43a8-be3e-aa8a02108228 2019-01-03 11:12:42,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ba2af93a-0f89-43a8-be3e-aa8a02108228 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-00d4fbca-0fc4-4b46-a8dc-b2e41bae68a3 Date: Thu, 03 Jan 2019 11:12:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "698c27e9-ea55-4e59-b23c-38e9e9aeccb3"}, {"remote_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "a6ea1b57-9fba-44f6-8af9-d4eee5c74a72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "ab39eefa-46c8-4a23-bda2-b4efe91bc07c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:38Z", "security_group_id": "ba2af93a-0f89-43a8-be3e-aa8a02108228", "port_range_min": null, "revision_number": 0, "tenant_id": "24627133e206467b9620020a5044307d", "created_at": "2019-01-03T11:12:38Z", "project_id": "24627133e206467b9620020a5044307d", "id": "dd80a223-4e62-4454-ada1-c8f60a4359bf"}]} 2019-01-03 11:12:42,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ba2af93a-0f89-43a8-be3e-aa8a02108228 used request id req-00d4fbca-0fc4-4b46-a8dc-b2e41bae68a3 2019-01-03 11:12:42,430 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:12:42,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ba2af93a-0f89-43a8-be3e-aa8a02108228 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,734 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20000df4-2f3e-43b2-86c6-edd0edc555f0 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:42,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ba2af93a-0f89-43a8-be3e-aa8a02108228 used request id req-20000df4-2f3e-43b2-86c6-edd0edc555f0 2019-01-03 11:12:42,735 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-5dae934b-9034-444-proj 2019-01-03 11:12:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:42,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ad9d2c0-2a92-41ac-b95c-c75a335ef474 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:42,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/24627133e206467b9620020a5044307d used request id req-3ad9d2c0-2a92-41ac-b95c-c75a335ef474 2019-01-03 11:12:42,935 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-5dae934b-9034-444-proj-role 2019-01-03 11:12:42,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:43,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b26f785-ee75-43e1-8880-145d475b5fc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:43,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/170f4e3d75d6445992ac9761b2c5e0b2 used request id req-3b26f785-ee75-43e1-8880-145d475b5fc5 2019-01-03 11:12:43,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5dfda3542bfd257f3bd4facfc05b219af289b" 2019-01-03 11:12:43,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126917c3-e880-4a58-9848-774891553db3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:43,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-126917c3-e880-4a58-9848-774891553db3 2019-01-03 11:12:43,157 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-5dae934b-9034-444-user 2019-01-03 11:12:43,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bf2aeaa325864da5ab11531c0c938916 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}238cd5956187d8886e8e539e349da4193545de43" 2019-01-03 11:12:43,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e7807dc-83c9-4f4a-b2f1-60a19f616d4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:43,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bf2aeaa325864da5ab11531c0c938916 used request id req-6e7807dc-83c9-4f4a-b2f1-60a19f616d4b 2019-01-03 11:12:43,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:43,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["eX0re7gWQQqhp9FWAED0rw"], "issued_at": "2019-01-03T11:12:43.000000Z"}} 2019-01-03 11:12:43,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c6897fb1667e849ecefed297ed86e43708938cd" 2019-01-03 11:12:43,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e349d53-82f6-4eae-9918-0182132b5cd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:43,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4e349d53-82f6-4eae-9918-0182132b5cd0 2019-01-03 11:12:43,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:43,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:44,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gNC-eNw4Toubl12A_JtTMA"], "issued_at": "2019-01-03T11:12:44.000000Z"}} 2019-01-03 11:12:44,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:44,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e7ae827-9c1a-4307-87af-60039f0cb023 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:44,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6e7ae827-9c1a-4307-87af-60039f0cb023 2019-01-03 11:12:44,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:44,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:44,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:44,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262e98fb-750d-4914-96a6-c40bcb4a5b45 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:12:44,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj used request id req-262e98fb-750d-4914-96a6-c40bcb4a5b45 2019-01-03 11:12:44,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:44,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ed9558-78dc-4ba1-9f90-e560196e50da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:44,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-65ed9558-78dc-4ba1-9f90-e560196e50da 2019-01-03 11:12:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}}' 2019-01-03 11:12:44,578 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62a7b974-c0ae-4b03-9f3b-37b786ef1d9b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}} 2019-01-03 11:12:44,578 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-62a7b974-c0ae-4b03-9f3b-37b786ef1d9b 2019-01-03 11:12:44,579 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj 2019-01-03 11:12:44,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:44,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:44,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lCWjDFEPQAm86leX26DRAw"], "issued_at": "2019-01-03T11:12:44.000000Z"}} 2019-01-03 11:12:44,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebdb38ca4f91b722029f811605b7cf263a373e4" 2019-01-03 11:12:45,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06568a2-ffb0-4f53-ad57-d55fa82732d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:45,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c06568a2-ffb0-4f53-ad57-d55fa82732d5 2019-01-03 11:12:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:45,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:45,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebdb38ca4f91b722029f811605b7cf263a373e4" 2019-01-03 11:12:45,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e45ead-2993-4f7b-b03b-b19355e48e11 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:45,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-82e45ead-2993-4f7b-b03b-b19355e48e11 2019-01-03 11:12:45,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebdb38ca4f91b722029f811605b7cf263a373e4" 2019-01-03 11:12:45,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe0f194-5e47-4ab2-982d-cb59413b7aa0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}]} 2019-01-03 11:12:45,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj used request id req-5fe0f194-5e47-4ab2-982d-cb59413b7aa0 2019-01-03 11:12:45,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebdb38ca4f91b722029f811605b7cf263a373e4" 2019-01-03 11:12:45,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9596bf6-344c-4cf7-9f9e-dcb9a7869941 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:45,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f9596bf6-344c-4cf7-9f9e-dcb9a7869941 2019-01-03 11:12:45,711 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-user 2019-01-03 11:12:45,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:45,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:45,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1ccaaa-577c-400a-bd90-fe2b2746bfaa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:45,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6b1ccaaa-577c-400a-bd90-fe2b2746bfaa 2019-01-03 11:12:45,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" -d '{"role": {"name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role"}}' 2019-01-03 11:12:45,920 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1129b987-2e9c-4b65-a6f1-49869dc164bd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "578a1aea2cc64d948d64dae4baaa7853", "links": {"self": "http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853"}, "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role"}} 2019-01-03 11:12:45,920 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1129b987-2e9c-4b65-a6f1-49869dc164bd 2019-01-03 11:12:45,920 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role 2019-01-03 11:12:45,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:46,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4182e4f4-f6a4-4601-8078-55733cdcfcd6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853"}, "domain_id": null, "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role", "id": "578a1aea2cc64d948d64dae4baaa7853"}} 2019-01-03 11:12:46,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853 used request id req-4182e4f4-f6a4-4601-8078-55733cdcfcd6 2019-01-03 11:12:46,005 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role to project CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj 2019-01-03 11:12:46,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2/users/63eda55452cc4999882119732ee35d0e/roles/578a1aea2cc64d948d64dae4baaa7853 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:46,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e0e66b3-4bc5-444a-9b3d-ddc258622158 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:46,066 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2/users/63eda55452cc4999882119732ee35d0e/roles/578a1aea2cc64d948d64dae4baaa7853 used request id req-8e0e66b3-4bc5-444a-9b3d-ddc258622158 2019-01-03 11:12:46,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:46,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:46,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fG7qQGc4SGmHjdyLjbeeOA"], "issued_at": "2019-01-03T11:12:46.000000Z"}} 2019-01-03 11:12:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:46,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c9e066-90ac-42c0-96fe-c3019cd918c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:46,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-78c9e066-90ac-42c0-96fe-c3019cd918c6 2019-01-03 11:12:46,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:46,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e91e647d-6fe5-48f9-8791-43d8d789c5fc Date: Thu, 03 Jan 2019 11:12:46 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:46,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name&description=hello+group used request id req-e91e647d-6fe5-48f9-8791-43d8d789c5fc 2019-01-03 11:12:46,732 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name... 2019-01-03 11:12:46,732 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name 2019-01-03 11:12:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:46,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:46,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:46,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-787e654e-6256-4fed-b82b-a5a954ecd801 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}]} 2019-01-03 11:12:46,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj used request id req-787e654e-6256-4fed-b82b-a5a954ecd801 2019-01-03 11:12:46,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" -d '{"security_group": {"tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name", "description": "hello group"}}' 2019-01-03 11:12:47,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-801c0847-2ce2-45d4-b928-553169fa3640 Date: Thu, 03 Jan 2019 11:12:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}} 2019-01-03 11:12:47,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-801c0847-2ce2-45d4-b928-553169fa3640 2019-01-03 11:12:47,323 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:47,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:47,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-022a053d-49db-4849-ab58-3e0a77445825 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:47,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-022a053d-49db-4849-ab58-3e0a77445825 2019-01-03 11:12:47,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:47,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-33464be4-6d01-4aba-87cb-e6f0ab82b6a8 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:47,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-33464be4-6d01-4aba-87cb-e6f0ab82b6a8 2019-01-03 11:12:47,706 - neutron_utils - INFO - Retrieving security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:47,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:47,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-22c81668-5b40-4d51-9209-94e7056c9ad8 Date: Thu, 03 Jan 2019 11:12:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:47,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-22c81668-5b40-4d51-9209-94e7056c9ad8 2019-01-03 11:12:47,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:47,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:48,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-367931f1-583d-4018-bdbf-e64d41f68827 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:48,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-367931f1-583d-4018-bdbf-e64d41f68827 2019-01-03 11:12:48,108 - neutron_utils - INFO - Retrieving security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:48,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:48,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-602940f0-009c-4f71-8d6d-0eeb0c0f54b4 Date: Thu, 03 Jan 2019 11:12:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:48,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-602940f0-009c-4f71-8d6d-0eeb0c0f54b4 2019-01-03 11:12:48,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:48,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d38abe9-326d-44a8-bf2c-fa6a4c04afb1 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:48,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-7d38abe9-326d-44a8-bf2c-fa6a4c04afb1 2019-01-03 11:12:48,481 - neutron_utils - INFO - Retrieving security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:48,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:48,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ee91df56-99ea-45fb-ad7b-ea3e0ff18176 Date: Thu, 03 Jan 2019 11:12:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:48,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-ee91df56-99ea-45fb-ad7b-ea3e0ff18176 2019-01-03 11:12:48,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:48,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:48,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-289c6c76-2892-4193-93be-d524d489ccb3 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:48,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-289c6c76-2892-4193-93be-d524d489ccb3 2019-01-03 11:12:48,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:49,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "578a1aea2cc64d948d64dae4baaa7853", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role"}], "expires_at": "2019-01-03T12:12:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-user", "id": "63eda55452cc4999882119732ee35d0e"}, "audit_ids": ["1SjdV8exTSuu3CDKQgQYQA"], "issued_at": "2019-01-03T11:12:49.000000Z"}} 2019-01-03 11:12:49,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e88e5a8fb00d36d0faaddd6b44710c96955e53" 2019-01-03 11:12:49,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-17104cfb-f702-4516-9532-f01d46fe7d17 Date: Thu, 03 Jan 2019 11:12:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:49,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name&description=hello+group used request id req-17104cfb-f702-4516-9532-f01d46fe7d17 2019-01-03 11:12:49,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:49,311 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:49,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c6897fb1667e849ecefed297ed86e43708938cd" 2019-01-03 11:12:49,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12214aeb-ed3d-4fd0-89e5-4f42cdb8384b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}} 2019-01-03 11:12:49,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 used request id req-12214aeb-ed3d-4fd0-89e5-4f42cdb8384b 2019-01-03 11:12:49,407 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e88e5a8fb00d36d0faaddd6b44710c96955e53" 2019-01-03 11:12:49,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f5aa259-1b04-45a9-aaa6-a59f5cd92ce6 Date: Thu, 03 Jan 2019 11:12:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:49,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-1f5aa259-1b04-45a9-aaa6-a59f5cd92ce6 2019-01-03 11:12:49,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:49,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28e88e5a8fb00d36d0faaddd6b44710c96955e53" 2019-01-03 11:12:49,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67b3a4ff-9713-4708-8778-7587ff3d211d Date: Thu, 03 Jan 2019 11:12:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:49,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-67b3a4ff-9713-4708-8778-7587ff3d211d 2019-01-03 11:12:49,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:49,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:50,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "578a1aea2cc64d948d64dae4baaa7853", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role"}], "expires_at": "2019-01-03T12:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1d7e1f3090f44ee19791dcfb43f808d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-user", "id": "63eda55452cc4999882119732ee35d0e"}, "audit_ids": ["WQhMKo7BQl-_xiCHrRbQbw"], "issued_at": "2019-01-03T11:12:50.000000Z"}} 2019-01-03 11:12:50,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:50,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb5f1c9c-e2b8-447b-a0ab-efb17a9495f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:50,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb5f1c9c-e2b8-447b-a0ab-efb17a9495f8 2019-01-03 11:12:50,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:50,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-75fda6ae-8563-4e41-b6bc-d894685407e3 Date: Thu, 03 Jan 2019 11:12:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:50,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name used request id req-75fda6ae-8563-4e41-b6bc-d894685407e3 2019-01-03 11:12:50,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:50,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:50,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:50,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fcc8e62-c08b-4365-8725-39c771961d61 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}} 2019-01-03 11:12:50,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 used request id req-0fcc8e62-c08b-4365-8725-39c771961d61 2019-01-03 11:12:50,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:50,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:50,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e781205e-8586-46e8-86d2-b641dd3f8875 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:50,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-e781205e-8586-46e8-86d2-b641dd3f8875 2019-01-03 11:12:50,788 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:50,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:50,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-173a40ca-2d2c-45d5-aa16-d696de045f45 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:50,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-173a40ca-2d2c-45d5-aa16-d696de045f45 2019-01-03 11:12:50,949 - neutron_utils - INFO - Retrieving security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:50,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:51,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-aa04e78e-6c3d-469f-870f-e67133294af6 Date: Thu, 03 Jan 2019 11:12:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "285a7bb1-6ff6-4307-8830-78bad29031ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 2, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "name": "CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name"}]} 2019-01-03 11:12:51,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-aa04e78e-6c3d-469f-870f-e67133294af6 2019-01-03 11:12:51,160 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 2019-01-03 11:12:51,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce9f6ca27a254a31c635f8f559311de019e412f" 2019-01-03 11:12:51,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3cd0ddbd-f46e-4505-a561-7c1c45b23ed4 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "285a7bb1-6ff6-4307-8830-78bad29031ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "f1dcd00e-61b3-4648-ad91-0deaae8c77c2"}]} 2019-01-03 11:12:51,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-3cd0ddbd-f46e-4505-a561-7c1c45b23ed4 2019-01-03 11:12:51,190 - neutron_utils - INFO - Deleting security group rule with ID - f1dcd00e-61b3-4648-ad91-0deaae8c77c2 2019-01-03 11:12:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f1dcd00e-61b3-4648-ad91-0deaae8c77c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:51,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0290be04-4536-4582-9ed3-07fa8c7ca86e Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:51,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f1dcd00e-61b3-4648-ad91-0deaae8c77c2 used request id req-0290be04-4536-4582-9ed3-07fa8c7ca86e 2019-01-03 11:12:51,291 - neutron_utils - INFO - Deleting security group rule with ID - 285a7bb1-6ff6-4307-8830-78bad29031ce 2019-01-03 11:12:51,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/285a7bb1-6ff6-4307-8830-78bad29031ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:51,559 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bed18118-2c36-473c-8cbb-cb0c56da5873 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:51,559 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/285a7bb1-6ff6-4307-8830-78bad29031ce used request id req-bed18118-2c36-473c-8cbb-cb0c56da5873 2019-01-03 11:12:51,559 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-a376e697-a058-456a-8b3b-68809f6f44d0name 2019-01-03 11:12:51,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32526677f31cc2f2264f08b330a3a54a70fc43eb" 2019-01-03 11:12:52,010 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca2f07e6-f6e8-41b9-b667-668040c3db2b Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:52,010 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c7ca0dbf-a9ed-406a-80fd-b635eb16c2d5 used request id req-ca2f07e6-f6e8-41b9-b667-668040c3db2b 2019-01-03 11:12:52,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:52,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6e9d5592-053d-4f19-bcb9-322891ab403c Date: Thu, 03 Jan 2019 11:12:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "updated_at": "2019-01-03T11:12:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "0363dadc-6aa5-48ee-9e22-3a44d4e4a671", "remote_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "32607468-77c0-4e36-8318-388c3f0dd04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "61b17e24-eb3f-438c-89f0-40e113f22bdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "revision_number": 0, "id": "995efe9e-6640-4994-a844-e84410efaeda", "remote_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2"}], "revision_number": 4, "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:12:52,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6e9d5592-053d-4f19-bcb9-322891ab403c 2019-01-03 11:12:52,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:52,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e57a22c-077c-4b2a-afa3-40cc89fd6f1a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2"}, "enabled": true, "id": "1d7e1f3090f44ee19791dcfb43f808d2", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj"}} 2019-01-03 11:12:52,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 used request id req-9e57a22c-077c-4b2a-afa3-40cc89fd6f1a 2019-01-03 11:12:52,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1a26b0f2-797a-4cba-b3ac-24c98857af5f 2019-01-03 11:12:52,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1a26b0f2-797a-4cba-b3ac-24c98857af5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:52,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f4948e0f-a94f-4979-9bdc-1d19446cb315 Date: Thu, 03 Jan 2019 11:12:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "0363dadc-6aa5-48ee-9e22-3a44d4e4a671"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "32607468-77c0-4e36-8318-388c3f0dd04d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "61b17e24-eb3f-438c-89f0-40e113f22bdf"}, {"remote_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:47Z", "security_group_id": "1a26b0f2-797a-4cba-b3ac-24c98857af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "1d7e1f3090f44ee19791dcfb43f808d2", "created_at": "2019-01-03T11:12:47Z", "project_id": "1d7e1f3090f44ee19791dcfb43f808d2", "id": "995efe9e-6640-4994-a844-e84410efaeda"}]} 2019-01-03 11:12:52,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1a26b0f2-797a-4cba-b3ac-24c98857af5f used request id req-f4948e0f-a94f-4979-9bdc-1d19446cb315 2019-01-03 11:12:52,523 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:12:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1a26b0f2-797a-4cba-b3ac-24c98857af5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:52,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e7daa5d0-d296-48e7-a69c-86fc672828e5 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:52,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1a26b0f2-797a-4cba-b3ac-24c98857af5f used request id req-e7daa5d0-d296-48e7-a69c-86fc672828e5 2019-01-03 11:12:52,821 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj 2019-01-03 11:12:52,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:53,025 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a53ef8-b8ec-459b-b175-7197c4e1e5db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:53,025 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1d7e1f3090f44ee19791dcfb43f808d2 used request id req-11a53ef8-b8ec-459b-b175-7197c4e1e5db 2019-01-03 11:12:53,025 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-proj-role 2019-01-03 11:12:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:53,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a7fbfea-3054-4126-9982-69f13f8e4ad8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:53,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/578a1aea2cc64d948d64dae4baaa7853 used request id req-3a7fbfea-3054-4126-9982-69f13f8e4ad8 2019-01-03 11:12:53,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97cef3c1de1f79989ec07baf49be1741612f0ea" 2019-01-03 11:12:53,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c59e89-1c99-478c-a197-4a5a12236d7a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:53,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-20c59e89-1c99-478c-a197-4a5a12236d7a 2019-01-03 11:12:53,225 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-43d23a4a-ccd6-47f-user 2019-01-03 11:12:53,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/63eda55452cc4999882119732ee35d0e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eebdb38ca4f91b722029f811605b7cf263a373e4" 2019-01-03 11:12:53,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-720849b8-a982-492e-9a12-bfb14555a93c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:53,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/63eda55452cc4999882119732ee35d0e used request id req-720849b8-a982-492e-9a12-bfb14555a93c 2019-01-03 11:12:53,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:53,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["arEXyuOYRpuEJX8rrNJwUg"], "issued_at": "2019-01-03T11:12:53.000000Z"}} 2019-01-03 11:12:53,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e3671e2b9d49caba96c62fb4e8b513e7f4ccc3" 2019-01-03 11:12:53,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9487b41e-3664-408d-ac4f-dc874c3c2c60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:53,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9487b41e-3664-408d-ac4f-dc874c3c2c60 2019-01-03 11:12:53,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:53,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:54,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["iK6Oyy94QGWMxGMktG5pzg"], "issued_at": "2019-01-03T11:12:54.000000Z"}} 2019-01-03 11:12:54,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e417cc83-a0f9-4389-a816-465f98fbd45d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:54,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e417cc83-a0f9-4389-a816-465f98fbd45d 2019-01-03 11:12:54,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:54,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:54,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:54,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c250bdc-4b5c-427b-bc98-89c7f7154173 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:12:54,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj used request id req-4c250bdc-4b5c-427b-bc98-89c7f7154173 2019-01-03 11:12:54,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:54,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ecc056-cc77-49c6-b0e3-b7c6a4bc7f15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:54,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-70ecc056-cc77-49c6-b0e3-b7c6a4bc7f15 2019-01-03 11:12:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}}' 2019-01-03 11:12:54,621 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89c552bc-8477-4082-8dbd-47fbdbd61900 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d"}, "enabled": true, "id": "6130725d9b84486986bb41158fbb4e1d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}} 2019-01-03 11:12:54,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-89c552bc-8477-4082-8dbd-47fbdbd61900 2019-01-03 11:12:54,622 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d012b943-ac73-4a8-proj 2019-01-03 11:12:54,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:54,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:55,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["G_zn5uYCRYeVpIdYE0Whjw"], "issued_at": "2019-01-03T11:12:55.000000Z"}} 2019-01-03 11:12:55,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe4ed44edc70fbde9e5f3324e4a460e60d5d13" 2019-01-03 11:12:55,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239e0ef7-f8d8-46e1-890c-77602e5cda55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:55,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-239e0ef7-f8d8-46e1-890c-77602e5cda55 2019-01-03 11:12:55,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:55,098 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:55,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe4ed44edc70fbde9e5f3324e4a460e60d5d13" 2019-01-03 11:12:55,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b7775c-28db-4218-ae14-6f1b57e486c5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:12:55,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-84b7775c-28db-4218-ae14-6f1b57e486c5 2019-01-03 11:12:55,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe4ed44edc70fbde9e5f3324e4a460e60d5d13" 2019-01-03 11:12:55,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aee9d49-2318-4687-bfd0-d557aefe1379 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d"}, "enabled": true, "id": "6130725d9b84486986bb41158fbb4e1d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}]} 2019-01-03 11:12:55,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj used request id req-3aee9d49-2318-4687-bfd0-d557aefe1379 2019-01-03 11:12:55,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe4ed44edc70fbde9e5f3324e4a460e60d5d13" 2019-01-03 11:12:55,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff2b400-7e79-4649-9d34-356ceddb93e9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:12:55,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-aff2b400-7e79-4649-9d34-356ceddb93e9 2019-01-03 11:12:55,771 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d012b943-ac73-4a8-user 2019-01-03 11:12:55,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:55,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:55,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c49b3d-60a5-4168-9dfb-7289ce186787 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:12:55,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-05c49b3d-60a5-4168-9dfb-7289ce186787 2019-01-03 11:12:55,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" -d '{"role": {"name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role"}}' 2019-01-03 11:12:55,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b32b4cc-af0b-42b5-8f0a-374d82c02a22 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bcd99daff4a745669f9ec7d23c9bb238", "links": {"self": "http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238"}, "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role"}} 2019-01-03 11:12:55,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b32b4cc-af0b-42b5-8f0a-374d82c02a22 2019-01-03 11:12:55,992 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role 2019-01-03 11:12:55,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:56,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf0768d-900b-4e93-a649-a43de0b58c31 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238"}, "domain_id": null, "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role", "id": "bcd99daff4a745669f9ec7d23c9bb238"}} 2019-01-03 11:12:56,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238 used request id req-8cf0768d-900b-4e93-a649-a43de0b58c31 2019-01-03 11:12:56,013 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role to project CreateSecurityGroupTests-d012b943-ac73-4a8-proj 2019-01-03 11:12:56,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d/users/9fb711665a564614947f41228c696f94/roles/bcd99daff4a745669f9ec7d23c9bb238 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:12:56,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:12:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4577b55-d22e-4f0c-aee3-4a7a644cad54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:12:56,138 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d/users/9fb711665a564614947f41228c696f94/roles/bcd99daff4a745669f9ec7d23c9bb238 used request id req-b4577b55-d22e-4f0c-aee3-4a7a644cad54 2019-01-03 11:12:56,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:12:56,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:56,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:12:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qFFk7qoVRCyS4yhcnBAekQ"], "issued_at": "2019-01-03T11:12:56.000000Z"}} 2019-01-03 11:12:56,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:56,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba9ba00-e241-4285-b512-aa9ac6eca29f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:12:56,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ba9ba00-e241-4285-b512-aa9ac6eca29f 2019-01-03 11:12:56,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:56,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-75bdbea6-6968-4f22-a525-c723a0f1f4af Date: Thu, 03 Jan 2019 11:12:56 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:12:56,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name&description=hello+group used request id req-75bdbea6-6968-4f22-a525-c723a0f1f4af 2019-01-03 11:12:56,813 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name... 2019-01-03 11:12:56,813 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name 2019-01-03 11:12:56,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:56,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:56,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:56,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defe4f04-d90a-4128-882f-3eaf5f29e299 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d"}, "enabled": true, "id": "6130725d9b84486986bb41158fbb4e1d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}]} 2019-01-03 11:12:56,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-d012b943-ac73-4a8-proj used request id req-defe4f04-d90a-4128-882f-3eaf5f29e299 2019-01-03 11:12:56,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" -d '{"security_group": {"tenant_id": "6130725d9b84486986bb41158fbb4e1d", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name", "description": "hello group"}}' 2019-01-03 11:12:57,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-fc6e5491-acb0-4b71-b771-1a12213568ed Date: Thu, 03 Jan 2019 11:12:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 2, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name"}} 2019-01-03 11:12:57,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-fc6e5491-acb0-4b71-b771-1a12213568ed 2019-01-03 11:12:57,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:57,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff11b95e-9fb6-41e3-a97c-2e050d5ec782 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:57,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-ff11b95e-9fb6-41e3-a97c-2e050d5ec782 2019-01-03 11:12:57,586 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:57,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:57,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25b45d0c-2de5-44a1-a6d4-9d048efb902c Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:57,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-25b45d0c-2de5-44a1-a6d4-9d048efb902c 2019-01-03 11:12:57,783 - neutron_utils - INFO - Retrieving security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:57,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:57,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-738836ef-3752-4540-9d5e-369a8b06f4b6 Date: Thu, 03 Jan 2019 11:12:57 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 2, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name"}]} 2019-01-03 11:12:57,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-738836ef-3752-4540-9d5e-369a8b06f4b6 2019-01-03 11:12:57,983 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:57,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:58,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a34c454c-4756-4587-a463-e5ef8d9df73f Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:58,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-a34c454c-4756-4587-a463-e5ef8d9df73f 2019-01-03 11:12:58,167 - neutron_utils - INFO - Retrieving security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:58,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:58,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f8b652d1-6f82-4693-87ac-a1b616fa2ad4 Date: Thu, 03 Jan 2019 11:12:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 2, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name"}]} 2019-01-03 11:12:58,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-f8b652d1-6f82-4693-87ac-a1b616fa2ad4 2019-01-03 11:12:58,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:58,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:58,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c47a137-bae8-49c4-a137-eb0b81a2a6de Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:58,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-6c47a137-bae8-49c4-a137-eb0b81a2a6de 2019-01-03 11:12:58,245 - neutron_utils - INFO - Retrieving security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:58,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:58,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f029c1cf-f7dc-4832-a21f-b358393ca576 Date: Thu, 03 Jan 2019 11:12:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 2, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name"}]} 2019-01-03 11:12:58,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-f029c1cf-f7dc-4832-a21f-b358393ca576 2019-01-03 11:12:58,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:58,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:58,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-31162a5e-7cef-440e-bbfe-4b369f7e8ba3 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:58,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-31162a5e-7cef-440e-bbfe-4b369f7e8ba3 2019-01-03 11:12:58,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:12:59,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bcd99daff4a745669f9ec7d23c9bb238", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role"}], "expires_at": "2019-01-03T12:12:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6130725d9b84486986bb41158fbb4e1d", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6130725d9b84486986bb41158fbb4e1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6130725d9b84486986bb41158fbb4e1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6130725d9b84486986bb41158fbb4e1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6130725d9b84486986bb41158fbb4e1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6130725d9b84486986bb41158fbb4e1d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6130725d9b84486986bb41158fbb4e1d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6130725d9b84486986bb41158fbb4e1d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-user", "id": "9fb711665a564614947f41228c696f94"}, "audit_ids": ["UQ6eSsesRDGyRIo7k3fPhg"], "issued_at": "2019-01-03T11:12:58.000000Z"}} 2019-01-03 11:12:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fda7bf77f45f61bdd50586cdd5d0a668560fbc" 2019-01-03 11:12:59,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c2737c56-ea04-4d33-a064-7f27fe1cbad5 Date: Thu, 03 Jan 2019 11:12:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 2, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "name": "CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name"}]} 2019-01-03 11:12:59,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name&description=hello+group used request id req-c2737c56-ea04-4d33-a064-7f27fe1cbad5 2019-01-03 11:12:59,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:12:59,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:12:59,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e3671e2b9d49caba96c62fb4e8b513e7f4ccc3" 2019-01-03 11:12:59,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee826c0-d5df-4030-897f-993c35f94d41 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d"}, "enabled": true, "id": "6130725d9b84486986bb41158fbb4e1d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}} 2019-01-03 11:12:59,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d used request id req-1ee826c0-d5df-4030-897f-993c35f94d41 2019-01-03 11:12:59,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fda7bf77f45f61bdd50586cdd5d0a668560fbc" 2019-01-03 11:12:59,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b70f2114-755b-460d-be22-20245918fe83 Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:59,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-b70f2114-755b-460d-be22-20245918fe83 2019-01-03 11:12:59,520 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbae3aa5-3e89-4e8b-8137-84455f62e88a 2019-01-03 11:12:59,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fda7bf77f45f61bdd50586cdd5d0a668560fbc" 2019-01-03 11:12:59,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1aab9716-bcaa-4e13-9c70-74aa49552d9b Date: Thu, 03 Jan 2019 11:12: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": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "7328c5f4-a8c7-40c2-9d6b-b346165ede85"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "dbae3aa5-3e89-4e8b-8137-84455f62e88a", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "a320af8f-77c8-4b9e-94ee-700bd2bdecf1"}]} 2019-01-03 11:12:59,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-1aab9716-bcaa-4e13-9c70-74aa49552d9b 2019-01-03 11:12:59,687 - neutron_utils - INFO - Deleting security group rule with ID - 7328c5f4-a8c7-40c2-9d6b-b346165ede85 2019-01-03 11:12:59,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/7328c5f4-a8c7-40c2-9d6b-b346165ede85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:12:59,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e862972b-9e3c-4155-ab07-5b65fbd32851 Content-Length: 0 Date: Thu, 03 Jan 2019 11:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:12:59,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/7328c5f4-a8c7-40c2-9d6b-b346165ede85 used request id req-e862972b-9e3c-4155-ab07-5b65fbd32851 2019-01-03 11:12:59,949 - neutron_utils - INFO - Deleting security group rule with ID - a320af8f-77c8-4b9e-94ee-700bd2bdecf1 2019-01-03 11:12:59,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/a320af8f-77c8-4b9e-94ee-700bd2bdecf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:13:00,206 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88745299-f8d4-486b-8bbf-5409014b5192 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:00,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/a320af8f-77c8-4b9e-94ee-700bd2bdecf1 used request id req-88745299-f8d4-486b-8bbf-5409014b5192 2019-01-03 11:13:00,207 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ea511f06-f915-4c9c-aef2-9e53880192e8name 2019-01-03 11:13:00,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dbae3aa5-3e89-4e8b-8137-84455f62e88a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a914c85bafa59152858098290df94bb83463c8" 2019-01-03 11:13:00,465 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-add273c6-77a0-4f51-a65b-20c83f6e9854 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:00,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dbae3aa5-3e89-4e8b-8137-84455f62e88a used request id req-add273c6-77a0-4f51-a65b-20c83f6e9854 2019-01-03 11:13:00,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:00,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0fb1922c-35f5-49e6-bac9-2b86ef64125d Date: Thu, 03 Jan 2019 11:13:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "updated_at": "2019-01-03T11:12:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "0d2e7e59-246e-42a6-9fb7-0bf569def596", "remote_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "d7ba0302-f409-4c84-832a-383bf9803dc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "d949dfba-d36f-4cfe-8222-c1b29bfec29e", "remote_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "revision_number": 0, "id": "ed00db90-d999-42c4-a762-ef8057f26a14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6130725d9b84486986bb41158fbb4e1d"}], "revision_number": 4, "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "cb4b6c7a-d647-442b-856f-d258725ce156", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:00,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0fb1922c-35f5-49e6-bac9-2b86ef64125d 2019-01-03 11:13:00,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:00,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3e0337-0b3c-4871-92eb-91f29d3da403 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:13:00,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7e3e0337-0b3c-4871-92eb-91f29d3da403 2019-01-03 11:13:00,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:00,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d2eb36-86b3-48f8-a959-ec9a7b555ee6 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:13:00,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-59d2eb36-86b3-48f8-a959-ec9a7b555ee6 2019-01-03 11:13:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:00,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e47585-b35c-433c-9a07-73eb545376f4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:13:00,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-91e47585-b35c-433c-9a07-73eb545376f4 2019-01-03 11:13:00,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147ebe79-b7a4-4d9f-a5dd-9cb8e9a674e3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d"}, "enabled": true, "id": "6130725d9b84486986bb41158fbb4e1d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-d012b943-ac73-4a8-proj"}} 2019-01-03 11:13:01,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d used request id req-147ebe79-b7a4-4d9f-a5dd-9cb8e9a674e3 2019-01-03 11:13:01,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb4b6c7a-d647-442b-856f-d258725ce156 2019-01-03 11:13:01,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb4b6c7a-d647-442b-856f-d258725ce156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b06c7078-8e4f-4d7e-ae1f-c20e951490e1 Date: Thu, 03 Jan 2019 11:13:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "0d2e7e59-246e-42a6-9fb7-0bf569def596"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "d7ba0302-f409-4c84-832a-383bf9803dc3"}, {"remote_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "d949dfba-d36f-4cfe-8222-c1b29bfec29e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:12:57Z", "security_group_id": "cb4b6c7a-d647-442b-856f-d258725ce156", "port_range_min": null, "revision_number": 0, "tenant_id": "6130725d9b84486986bb41158fbb4e1d", "created_at": "2019-01-03T11:12:57Z", "project_id": "6130725d9b84486986bb41158fbb4e1d", "id": "ed00db90-d999-42c4-a762-ef8057f26a14"}]} 2019-01-03 11:13:01,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=cb4b6c7a-d647-442b-856f-d258725ce156 used request id req-b06c7078-8e4f-4d7e-ae1f-c20e951490e1 2019-01-03 11:13:01,250 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:01,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/cb4b6c7a-d647-442b-856f-d258725ce156 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,537 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0a6f645-92d2-4296-98bd-0099b64bc80d Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:01,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/cb4b6c7a-d647-442b-856f-d258725ce156 used request id req-a0a6f645-92d2-4296-98bd-0099b64bc80d 2019-01-03 11:13:01,538 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d012b943-ac73-4a8-proj 2019-01-03 11:13:01,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6e07e1d-92f4-4171-a4b0-14cb251ec6ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:01,749 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6130725d9b84486986bb41158fbb4e1d used request id req-a6e07e1d-92f4-4171-a4b0-14cb251ec6ba 2019-01-03 11:13:01,749 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d012b943-ac73-4a8-proj-role 2019-01-03 11:13:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a58b130f-31e7-43c7-851f-f80c48d28267 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:01,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bcd99daff4a745669f9ec7d23c9bb238 used request id req-a58b130f-31e7-43c7-851f-f80c48d28267 2019-01-03 11:13:01,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8850154ba27d0cb66ff44b5b7caf8d8bc1caf8ff" 2019-01-03 11:13:01,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4028f91e-44c0-4bba-9006-3554918c5b1c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:01,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4028f91e-44c0-4bba-9006-3554918c5b1c 2019-01-03 11:13:01,983 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d012b943-ac73-4a8-user 2019-01-03 11:13:01,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9fb711665a564614947f41228c696f94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe4ed44edc70fbde9e5f3324e4a460e60d5d13" 2019-01-03 11:13:02,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e97f7fd3-ed23-4656-bac0-ecc79fd72a4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:02,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9fb711665a564614947f41228c696f94 used request id req-e97f7fd3-ed23-4656-bac0-ecc79fd72a4b 2019-01-03 11:13:02,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:02,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["t3gULu7nRtugekDIrpv5zA"], "issued_at": "2019-01-03T11:13:02.000000Z"}} 2019-01-03 11:13:02,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65581eddaa99d5b52b5faf8c50849e5d7e433e62" 2019-01-03 11:13:02,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3292bded-fcad-4db4-93af-1530d602c6d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:02,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3292bded-fcad-4db4-93af-1530d602c6d3 2019-01-03 11:13:02,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:02,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:03,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["9YvR23e-S3OMTfskj89U_w"], "issued_at": "2019-01-03T11:13:03.000000Z"}} 2019-01-03 11:13:03,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:03,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c84363a-5587-4c84-83bd-6eb57567f4ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:03,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2c84363a-5587-4c84-83bd-6eb57567f4ec 2019-01-03 11:13:03,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:03,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:03,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:03,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05ea034-d744-40d3-b5bb-e3c2acf6cad3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:13:03,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj used request id req-a05ea034-d744-40d3-b5bb-e3c2acf6cad3 2019-01-03 11:13:03,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:03,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adf1eb4-001b-4e2b-9ef7-156dd447e6c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:03,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8adf1eb4-001b-4e2b-9ef7-156dd447e6c9 2019-01-03 11:13:03,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}}' 2019-01-03 11:13:03,531 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59a7f4e5-9eed-4bae-8d60-820af655b362 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c"}, "enabled": true, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}} 2019-01-03 11:13:03,531 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-59a7f4e5-9eed-4bae-8d60-820af655b362 2019-01-03 11:13:03,532 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj 2019-01-03 11:13:03,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:03,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:03,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["m4e9BJ_dRp2m8qeEZgHT_A"], "issued_at": "2019-01-03T11:13:03.000000Z"}} 2019-01-03 11:13:03,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a6873003c6cc2e4d483e5ac7a158ff53e5d4cd" 2019-01-03 11:13:03,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a38bae7f-032b-40e7-a68f-4852800a90b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:03,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a38bae7f-032b-40e7-a68f-4852800a90b2 2019-01-03 11:13:04,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:04,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:04,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a6873003c6cc2e4d483e5ac7a158ff53e5d4cd" 2019-01-03 11:13:04,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303d8696-5f70-4bfc-a1eb-201591731a9b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:13:04,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-303d8696-5f70-4bfc-a1eb-201591731a9b 2019-01-03 11:13:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a6873003c6cc2e4d483e5ac7a158ff53e5d4cd" 2019-01-03 11:13:04,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924ae7dd-2c8a-4c77-8296-06e89a3a5db8 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c"}, "enabled": true, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}]} 2019-01-03 11:13:04,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj used request id req-924ae7dd-2c8a-4c77-8296-06e89a3a5db8 2019-01-03 11:13:04,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a6873003c6cc2e4d483e5ac7a158ff53e5d4cd" 2019-01-03 11:13:04,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8bf3a66-7927-4da4-8b90-ccca01d1f600 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:04,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a8bf3a66-7927-4da4-8b90-ccca01d1f600 2019-01-03 11:13:04,650 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-user 2019-01-03 11:13:04,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:04,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:04,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2718da46-24b4-456a-b5f7-3f441e2d8860 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:04,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2718da46-24b4-456a-b5f7-3f441e2d8860 2019-01-03 11:13:04,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" -d '{"role": {"name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role"}}' 2019-01-03 11:13:04,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccf813dd-1517-4b03-95df-87ff028e06b0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "40b6cce006584ec3b60faed38674f5e9", "links": {"self": "http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9"}, "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role"}} 2019-01-03 11:13:04,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ccf813dd-1517-4b03-95df-87ff028e06b0 2019-01-03 11:13:04,867 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role 2019-01-03 11:13:04,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:04,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2163a190-5f32-42ac-b0be-9abf776043ae Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9"}, "domain_id": null, "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role", "id": "40b6cce006584ec3b60faed38674f5e9"}} 2019-01-03 11:13:04,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9 used request id req-2163a190-5f32-42ac-b0be-9abf776043ae 2019-01-03 11:13:04,952 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role to project CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj 2019-01-03 11:13:04,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c/users/cb7692118cc64d22aa79769177e8af12/roles/40b6cce006584ec3b60faed38674f5e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:05,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2c4cf2c-0045-4e95-856c-ed028c2f6893 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:05,103 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c/users/cb7692118cc64d22aa79769177e8af12/roles/40b6cce006584ec3b60faed38674f5e9 used request id req-c2c4cf2c-0045-4e95-856c-ed028c2f6893 2019-01-03 11:13:05,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:05,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:05,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40b6cce006584ec3b60faed38674f5e9", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role"}], "expires_at": "2019-01-03T12:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-user", "id": "cb7692118cc64d22aa79769177e8af12"}, "audit_ids": ["B9dzXFHPQSmigBUDFwZkgw"], "issued_at": "2019-01-03T11:13:05.000000Z"}} 2019-01-03 11:13:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:05,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87ee2af-8d17-485e-8002-1cc48331a22a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:05,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d87ee2af-8d17-485e-8002-1cc48331a22a 2019-01-03 11:13:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:06,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e077de92-e94c-40d4-9fb5-86f28291e658 Date: Thu, 03 Jan 2019 11:13:06 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:13:06,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name&description=hello+group used request id req-e077de92-e94c-40d4-9fb5-86f28291e658 2019-01-03 11:13:06,018 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name... 2019-01-03 11:13:06,019 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name 2019-01-03 11:13:06,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" -d '{"security_group": {"name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name", "description": "hello group"}}' 2019-01-03 11:13:06,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d155f4a9-db56-4736-9869-0010e6ce6920 Date: Thu, 03 Jan 2019 11:13:06 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 2, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}} 2019-01-03 11:13:06,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-d155f4a9-db56-4736-9869-0010e6ce6920 2019-01-03 11:13:06,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:06,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:06,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6394a35d-88e7-4539-ab35-5834cef74ff4 Date: Thu, 03 Jan 2019 11:13:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:06,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-6394a35d-88e7-4539-ab35-5834cef74ff4 2019-01-03 11:13:06,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:06,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-108d6645-b64c-4020-9450-a9a7964217f6 Date: Thu, 03 Jan 2019 11:13:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:06,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-108d6645-b64c-4020-9450-a9a7964217f6 2019-01-03 11:13:06,727 - neutron_utils - INFO - Retrieving security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:06,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:06,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2d073579-4ace-4827-bbb8-e20f6423abfc Date: Thu, 03 Jan 2019 11:13:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 2, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:06,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-2d073579-4ace-4827-bbb8-e20f6423abfc 2019-01-03 11:13:06,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c6c0b640-22e2-40d3-b3be-460479ed04f7 Date: Thu, 03 Jan 2019 11:13:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:07,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-c6c0b640-22e2-40d3-b3be-460479ed04f7 2019-01-03 11:13:07,110 - neutron_utils - INFO - Retrieving security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:07,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ee533f6b-5abd-42ce-b6b2-3565dc77a2e7 Date: Thu, 03 Jan 2019 11:13:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 2, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:07,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-ee533f6b-5abd-42ce-b6b2-3565dc77a2e7 2019-01-03 11:13:07,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:07,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c12d0bc-feaf-444f-a2d6-9bbb62ed44ff Date: Thu, 03 Jan 2019 11:13:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:07,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-7c12d0bc-feaf-444f-a2d6-9bbb62ed44ff 2019-01-03 11:13:07,353 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name 2019-01-03 11:13:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2465f44c-ed23-4678-a739-4e099d989149 Date: Thu, 03 Jan 2019 11:13:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 2, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:07,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name used request id req-2465f44c-ed23-4678-a739-4e099d989149 2019-01-03 11:13:07,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:07,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:07,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5fc97c-3d67-4d92-8319-7df201eba2bb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c"}, "enabled": true, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}} 2019-01-03 11:13:07,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c used request id req-5c5fc97c-3d67-4d92-8319-7df201eba2bb 2019-01-03 11:13:07,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:07,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:07,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3922b8b0-c9d1-42d5-8c66-99783c861fb8 Date: Thu, 03 Jan 2019 11:13:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:07,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-3922b8b0-c9d1-42d5-8c66-99783c861fb8 2019-01-03 11:13:07,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}c43b1356b035cf67c352d40aee6a38368c588e52" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10}}' 2019-01-03 11:13:07,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-13a884e1-b287-414e-9922-3882117a2290 Date: Thu, 03 Jan 2019 11:13:07 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": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}} 2019-01-03 11:13:07,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-13a884e1-b287-414e-9922-3882117a2290 2019-01-03 11:13:07,826 - neutron_utils - INFO - Retrieving security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:07,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:08,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-e965c5cc-1229-4d55-9ac9-23e4a83d08f0 Date: Thu, 03 Jan 2019 11:13:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "revision_number": 0, "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 3, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:08,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-e965c5cc-1229-4d55-9ac9-23e4a83d08f0 2019-01-03 11:13:08,040 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:08,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:08,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-8cb5675b-3277-407a-b9cc-3005d0da3aae Date: Thu, 03 Jan 2019 11:13:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:08,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-8cb5675b-3277-407a-b9cc-3005d0da3aae 2019-01-03 11:13:08,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:08,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "40b6cce006584ec3b60faed38674f5e9", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role"}], "expires_at": "2019-01-03T12:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/671cc8be16a4443ab10fd10a4c0ae98c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-user", "id": "cb7692118cc64d22aa79769177e8af12"}, "audit_ids": ["UnnnpzwdSmarZfFGHcRfIA"], "issued_at": "2019-01-03T11:13:08.000000Z"}} 2019-01-03 11:13:08,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:08,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-7aa2757b-c9f9-43d1-9a87-82b5e61f8d1c Date: Thu, 03 Jan 2019 11:13:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "revision_number": 0, "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 3, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:08,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name&description=hello+group used request id req-7aa2757b-c9f9-43d1-9a87-82b5e61f8d1c 2019-01-03 11:13:08,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:08,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:08,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-11282a73-37df-4622-a0f8-448ae862340d Date: Thu, 03 Jan 2019 11:13:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:08,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-11282a73-37df-4622-a0f8-448ae862340d 2019-01-03 11:13:08,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:08,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:09,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-8ebbc4a0-ca33-4d3c-9905-e8ae2ac31fec Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:09,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-8ebbc4a0-ca33-4d3c-9905-e8ae2ac31fec 2019-01-03 11:13:09,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:09,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-134dbd96-a648-497c-8622-1eff62046150 Date: Thu, 03 Jan 2019 11:13:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "revision_number": 0, "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 3, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:09,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name used request id req-134dbd96-a648-497c-8622-1eff62046150 2019-01-03 11:13:09,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:09,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:09,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-899eeed1-c769-409d-b162-72a094cc6a21 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:09,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-899eeed1-c769-409d-b162-72a094cc6a21 2019-01-03 11:13:09,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:09,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-68d71cdf-8680-4ce7-9ed7-40067a07a199 Date: Thu, 03 Jan 2019 11:13:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "updated_at": "2019-01-03T11:13:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "47850903-2466-49c4-896e-11b9ddb384da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "revision_number": 0, "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "revision_number": 0, "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 3, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "name": "CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name"}]} 2019-01-03 11:13:09,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name used request id req-68d71cdf-8680-4ce7-9ed7-40067a07a199 2019-01-03 11:13:09,680 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eff2ffcd-e993-454d-a0af-01c2d0aacb2a 2019-01-03 11:13:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f69e10ece0edfcc5509f7b2d9c2ec3a3186c801a" 2019-01-03 11:13:09,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-3ef1ab36-f7bf-4db2-bc25-e70deea0a13a Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "47850903-2466-49c4-896e-11b9ddb384da"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:07Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": 10, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:07Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "88db7338-d2e1-41ee-8b13-a560c6b871a3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:06Z", "security_group_id": "eff2ffcd-e993-454d-a0af-01c2d0aacb2a", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:06Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "acd8b6c9-998f-48fe-8d66-07d02fa06e7d"}]} 2019-01-03 11:13:09,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-3ef1ab36-f7bf-4db2-bc25-e70deea0a13a 2019-01-03 11:13:09,862 - neutron_utils - INFO - Deleting security group rule with ID - acd8b6c9-998f-48fe-8d66-07d02fa06e7d 2019-01-03 11:13:09,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/acd8b6c9-998f-48fe-8d66-07d02fa06e7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:10,118 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24d9ce4d-0634-45db-8513-6c34d87e4595 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:10,118 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/acd8b6c9-998f-48fe-8d66-07d02fa06e7d used request id req-24d9ce4d-0634-45db-8513-6c34d87e4595 2019-01-03 11:13:10,118 - neutron_utils - INFO - Deleting security group rule with ID - 47850903-2466-49c4-896e-11b9ddb384da 2019-01-03 11:13:10,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/47850903-2466-49c4-896e-11b9ddb384da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:10,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f08b0996-3b97-4492-b10a-0e0c7a13a7f2 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:10,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/47850903-2466-49c4-896e-11b9ddb384da used request id req-f08b0996-3b97-4492-b10a-0e0c7a13a7f2 2019-01-03 11:13:10,375 - neutron_utils - INFO - Deleting security group rule with ID - 88db7338-d2e1-41ee-8b13-a560c6b871a3 2019-01-03 11:13:10,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/88db7338-d2e1-41ee-8b13-a560c6b871a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:10,634 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea021f75-edb4-4f48-a13f-afcbb4d59cc4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:10,634 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/88db7338-d2e1-41ee-8b13-a560c6b871a3 used request id req-ea021f75-edb4-4f48-a13f-afcbb4d59cc4 2019-01-03 11:13:10,634 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ba03f257-3eb8-46ea-bc1a-e10aeef17d52name 2019-01-03 11:13:10,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/eff2ffcd-e993-454d-a0af-01c2d0aacb2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43b1356b035cf67c352d40aee6a38368c588e52" 2019-01-03 11:13:10,981 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c54e8e68-d946-4d62-8dab-911be47e7926 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:10,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/eff2ffcd-e993-454d-a0af-01c2d0aacb2a used request id req-c54e8e68-d946-4d62-8dab-911be47e7926 2019-01-03 11:13:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:11,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9ddbb8c1-c394-44e2-872a-d4a56b4b74da Date: Thu, 03 Jan 2019 11:13:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:05Z", "updated_at": "2019-01-03T11:13:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "revision_number": 0, "id": "08bef364-a081-44bd-b27a-c711f60bbc0d", "remote_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "revision_number": 0, "id": "3329a476-8ecc-4d2e-bbcf-d60dd3615caa", "remote_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "revision_number": 0, "id": "514f2d16-72cf-412e-9e4e-49ab508c58e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv4", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "revision_number": 0, "id": "d517d971-b3b6-4b65-bfb1-74eaf9fa3791", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "port_range_min": null, "ethertype": "IPv6", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c"}], "revision_number": 4, "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:11,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9ddbb8c1-c394-44e2-872a-d4a56b4b74da 2019-01-03 11:13:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:11,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95348cbd-9e71-48c5-bfce-b49298d9c4eb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c"}, "enabled": true, "id": "671cc8be16a4443ab10fd10a4c0ae98c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj"}} 2019-01-03 11:13:11,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c used request id req-95348cbd-9e71-48c5-bfce-b49298d9c4eb 2019-01-03 11:13:11,309 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4c91f097-d43a-40f3-a8bd-5caa73b36636 2019-01-03 11:13:11,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4c91f097-d43a-40f3-a8bd-5caa73b36636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:11,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c59312b-2d9a-4822-9596-ca7b2fbc6f9c Date: Thu, 03 Jan 2019 11:13:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:05Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "08bef364-a081-44bd-b27a-c711f60bbc0d"}, {"remote_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:05Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "3329a476-8ecc-4d2e-bbcf-d60dd3615caa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:05Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "514f2d16-72cf-412e-9e4e-49ab508c58e3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:05Z", "security_group_id": "4c91f097-d43a-40f3-a8bd-5caa73b36636", "port_range_min": null, "revision_number": 0, "tenant_id": "671cc8be16a4443ab10fd10a4c0ae98c", "created_at": "2019-01-03T11:13:05Z", "project_id": "671cc8be16a4443ab10fd10a4c0ae98c", "id": "d517d971-b3b6-4b65-bfb1-74eaf9fa3791"}]} 2019-01-03 11:13:11,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4c91f097-d43a-40f3-a8bd-5caa73b36636 used request id req-1c59312b-2d9a-4822-9596-ca7b2fbc6f9c 2019-01-03 11:13:11,508 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:11,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4c91f097-d43a-40f3-a8bd-5caa73b36636 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:11,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c1a979b-ca1c-4c28-8ab6-dfc68a13d8f7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:11,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4c91f097-d43a-40f3-a8bd-5caa73b36636 used request id req-8c1a979b-ca1c-4c28-8ab6-dfc68a13d8f7 2019-01-03 11:13:11,777 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj 2019-01-03 11:13:11,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:11,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95586f13-98a3-433f-8950-f933d9c42e64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:11,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/671cc8be16a4443ab10fd10a4c0ae98c used request id req-95586f13-98a3-433f-8950-f933d9c42e64 2019-01-03 11:13:11,995 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-proj-role 2019-01-03 11:13:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:12,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ffc7972-2707-4226-acae-26cff089e0a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:12,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/40b6cce006584ec3b60faed38674f5e9 used request id req-9ffc7972-2707-4226-acae-26cff089e0a7 2019-01-03 11:13:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57077f5272466bf58ed90a8ab2d3c6f5beda9016" 2019-01-03 11:13:12,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec83874-7a26-4b40-9758-7bc1be86658a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:12,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-aec83874-7a26-4b40-9758-7bc1be86658a 2019-01-03 11:13:12,206 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-03b81ab4-68b1-4c8-user 2019-01-03 11:13:12,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/cb7692118cc64d22aa79769177e8af12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39a6873003c6cc2e4d483e5ac7a158ff53e5d4cd" 2019-01-03 11:13:12,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a55fac09-7fd8-4013-8e91-a1e0e581420e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:12,387 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/cb7692118cc64d22aa79769177e8af12 used request id req-a55fac09-7fd8-4013-8e91-a1e0e581420e 2019-01-03 11:13:12,389 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:12,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dW8lzQLNRDOewBHzNPkaig"], "issued_at": "2019-01-03T11:13:12.000000Z"}} 2019-01-03 11:13:12,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6beba1fd843c00a48970348148273a6fe20c32" 2019-01-03 11:13:12,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f14bcf4e-6024-4c37-add4-7d18531e5b31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:12,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f14bcf4e-6024-4c37-add4-7d18531e5b31 2019-01-03 11:13:12,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:12,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:13,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kTpNEzdDS2m8knpgJtIsLw"], "issued_at": "2019-01-03T11:13:13.000000Z"}} 2019-01-03 11:13:13,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:13,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253296ed-16a0-49f9-b3ba-fab24abfa8be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:13,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-253296ed-16a0-49f9-b3ba-fab24abfa8be 2019-01-03 11:13:13,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:13,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:13,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-09d666af-9440-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:13,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121b9b71-f3bb-4609-9830-7532eb702616 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-09d666af-9440-479-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:13:13,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-09d666af-9440-479-proj used request id req-121b9b71-f3bb-4609-9830-7532eb702616 2019-01-03 11:13:13,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:13,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44de1122-aa3b-437e-be6a-2ab9728a9b00 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:13,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-44de1122-aa3b-437e-be6a-2ab9728a9b00 2019-01-03 11:13:13,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}}' 2019-01-03 11:13:13,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f0879aa-855b-4085-b83c-a1c2e4e1a816 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f"}, "enabled": true, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}} 2019-01-03 11:13:13,657 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8f0879aa-855b-4085-b83c-a1c2e4e1a816 2019-01-03 11:13:13,658 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-09d666af-9440-479-proj 2019-01-03 11:13:13,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:13,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:14,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["cT_PV8eUQQC6VcdUFSNYIA"], "issued_at": "2019-01-03T11:13:14.000000Z"}} 2019-01-03 11:13:14,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d23ab1fbe9a1bda04bd347543451e23f73af3d" 2019-01-03 11:13:14,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9307268-933e-4c55-9a71-d8a0dcedb8da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:14,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f9307268-933e-4c55-9a71-d8a0dcedb8da 2019-01-03 11:13:14,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:14,143 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:14,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d23ab1fbe9a1bda04bd347543451e23f73af3d" 2019-01-03 11:13:14,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540ef0b6-a4a5-4502-96c3-5441828c39a8 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:13:14,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-540ef0b6-a4a5-4502-96c3-5441828c39a8 2019-01-03 11:13:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-09d666af-9440-479-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d23ab1fbe9a1bda04bd347543451e23f73af3d" 2019-01-03 11:13:14,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c6e8f2-1244-4f67-a082-f935c70622cd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-09d666af-9440-479-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f"}, "enabled": true, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}]} 2019-01-03 11:13:14,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-09d666af-9440-479-proj used request id req-f6c6e8f2-1244-4f67-a082-f935c70622cd 2019-01-03 11:13:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d23ab1fbe9a1bda04bd347543451e23f73af3d" 2019-01-03 11:13:14,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c303cc2-03a4-479d-86b9-e30dde05e95b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:14,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8c303cc2-03a4-479d-86b9-e30dde05e95b 2019-01-03 11:13:14,747 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-09d666af-9440-479-user 2019-01-03 11:13:14,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:14,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:14,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b47ef8-1d1d-4fb5-a004-f5915c5338ff Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:14,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4b47ef8-1d1d-4fb5-a004-f5915c5338ff 2019-01-03 11:13:14,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" -d '{"role": {"name": "CreateSecurityGroupTests-09d666af-9440-479-proj-role"}}' 2019-01-03 11:13:14,974 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5748497-4f74-435f-b688-bc49a835d351 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "62383038d3a2486094783faa1e2b07fe", "links": {"self": "http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe"}, "name": "CreateSecurityGroupTests-09d666af-9440-479-proj-role"}} 2019-01-03 11:13:14,974 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5748497-4f74-435f-b688-bc49a835d351 2019-01-03 11:13:14,974 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-09d666af-9440-479-proj-role 2019-01-03 11:13:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:15,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e779b5e6-b338-46a4-9bfd-15367f9a6221 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe"}, "domain_id": null, "name": "CreateSecurityGroupTests-09d666af-9440-479-proj-role", "id": "62383038d3a2486094783faa1e2b07fe"}} 2019-01-03 11:13:15,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe used request id req-e779b5e6-b338-46a4-9bfd-15367f9a6221 2019-01-03 11:13:15,071 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-09d666af-9440-479-proj-role to project CreateSecurityGroupTests-09d666af-9440-479-proj 2019-01-03 11:13:15,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f/users/2069d6ab97e14f568296225765fa7ac7/roles/62383038d3a2486094783faa1e2b07fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:15,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-753a44ce-ab1c-4cc5-ab61-75101cf14849 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:15,198 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f/users/2069d6ab97e14f568296225765fa7ac7/roles/62383038d3a2486094783faa1e2b07fe used request id req-753a44ce-ab1c-4cc5-ab61-75101cf14849 2019-01-03 11:13:15,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:15,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:15,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62383038d3a2486094783faa1e2b07fe", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj-role"}], "expires_at": "2019-01-03T12:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-09d666af-9440-479-user", "id": "2069d6ab97e14f568296225765fa7ac7"}, "audit_ids": ["c8NfwIfJSWGheijnYWbR1w"], "issued_at": "2019-01-03T11:13:15.000000Z"}} 2019-01-03 11:13:15,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:15,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d76c8ff-39c8-4f53-95f7-eebc6d484994 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:15,656 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9d76c8ff-39c8-4f53-95f7-eebc6d484994 2019-01-03 11:13:15,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:15,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-874269ef-2e35-4b55-977b-d2ace75b78e1 Date: Thu, 03 Jan 2019 11:13:15 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:13:15,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name&description=hello+group used request id req-874269ef-2e35-4b55-977b-d2ace75b78e1 2019-01-03 11:13:15,936 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name... 2019-01-03 11:13:15,937 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name 2019-01-03 11:13:15,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" -d '{"security_group": {"name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name", "description": "hello group"}}' 2019-01-03 11:13:16,257 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-d5ae8616-9660-407a-b29d-c5e6605819cb Date: Thu, 03 Jan 2019 11:13:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 2, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}} 2019-01-03 11:13:16,258 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-d5ae8616-9660-407a-b29d-c5e6605819cb 2019-01-03 11:13:16,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:16,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:16,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7d06371f-68e5-4673-a367-3e8dfdaca604 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:16,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-7d06371f-68e5-4673-a367-3e8dfdaca604 2019-01-03 11:13:16,445 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:16,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:16,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e19b7233-891e-4c8f-87c1-20521382d1f0 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:16,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-e19b7233-891e-4c8f-87c1-20521382d1f0 2019-01-03 11:13:16,629 - neutron_utils - INFO - Retrieving security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:16,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:16,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-71b7ecdb-c69f-445e-b8ba-73b0ac1a0702 Date: Thu, 03 Jan 2019 11:13:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 2, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:16,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-71b7ecdb-c69f-445e-b8ba-73b0ac1a0702 2019-01-03 11:13:16,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:16,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e49663b4-7f8c-4982-b8f5-ac1473222e12 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:16,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-e49663b4-7f8c-4982-b8f5-ac1473222e12 2019-01-03 11:13:16,996 - neutron_utils - INFO - Retrieving security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:17,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:17,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ad1fe8d2-c9db-4900-b8ac-191a84da2cbe Date: Thu, 03 Jan 2019 11:13:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 2, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:17,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-ad1fe8d2-c9db-4900-b8ac-191a84da2cbe 2019-01-03 11:13:17,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:17,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:17,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e39c93e-e57a-4ca3-853b-411daded1274 Date: Thu, 03 Jan 2019 11:13:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:17,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-1e39c93e-e57a-4ca3-853b-411daded1274 2019-01-03 11:13:17,364 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name 2019-01-03 11:13:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:17,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e648edaa-614f-48af-b972-5afdf53190c9 Date: Thu, 03 Jan 2019 11:13:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 2, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:17,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name used request id req-e648edaa-614f-48af-b972-5afdf53190c9 2019-01-03 11:13:17,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:17,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:17,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:17,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62bd4217-14ae-470d-87a0-945ed1f39f7a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f"}, "enabled": true, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}} 2019-01-03 11:13:17,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f used request id req-62bd4217-14ae-470d-87a0-945ed1f39f7a 2019-01-03 11:13:17,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:17,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e503f17-2bd5-41b0-8e83-24379a5a936b Date: Thu, 03 Jan 2019 11:13:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:17,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-6e503f17-2bd5-41b0-8e83-24379a5a936b 2019-01-03 11:13:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}55303a1b549030fa130c0391f4a789c5fa593558" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4"}}' 2019-01-03 11:13:17,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-95381a7e-4b46-497d-8f1d-7822cf8cd98b Date: Thu, 03 Jan 2019 11:13:17 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}} 2019-01-03 11:13:17,992 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-95381a7e-4b46-497d-8f1d-7822cf8cd98b 2019-01-03 11:13:17,993 - neutron_utils - INFO - Retrieving security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:17,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:18,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-32a75fed-1706-4340-aade-6af9ae736cc6 Date: Thu, 03 Jan 2019 11:13:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "revision_number": 0, "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 3, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:18,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-32a75fed-1706-4340-aade-6af9ae736cc6 2019-01-03 11:13:18,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:18,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:18,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-482c18a6-be30-443c-b8bb-f1a7f9d2e023 Date: Thu, 03 Jan 2019 11:13:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:18,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-482c18a6-be30-443c-b8bb-f1a7f9d2e023 2019-01-03 11:13:18,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:18,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62383038d3a2486094783faa1e2b07fe", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj-role"}], "expires_at": "2019-01-03T12:13:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e6ec82742d1f40bfa2c6c105bb2da12f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-09d666af-9440-479-user", "id": "2069d6ab97e14f568296225765fa7ac7"}, "audit_ids": ["Nq3dxhgDRLyWA4EVYbwizg"], "issued_at": "2019-01-03T11:13:18.000000Z"}} 2019-01-03 11:13:18,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:18,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-c90400a1-aec0-4e98-a674-ce6d01fc68de Date: Thu, 03 Jan 2019 11:13:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "revision_number": 0, "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 3, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:18,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name&description=hello+group used request id req-c90400a1-aec0-4e98-a674-ce6d01fc68de 2019-01-03 11:13:18,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:19,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2f17ff09-e3a3-4e3e-a42b-86302d39686b Date: Thu, 03 Jan 2019 11:13:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:19,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-2f17ff09-e3a3-4e3e-a42b-86302d39686b 2019-01-03 11:13:19,085 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:19,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:19,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2418d9d7-a0ae-4fd9-b9a7-42cb5e1a3406 Date: Thu, 03 Jan 2019 11:13:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:19,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-2418d9d7-a0ae-4fd9-b9a7-42cb5e1a3406 2019-01-03 11:13:19,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:19,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-bad8450b-74a2-48ec-b010-576192eb2eee Date: Thu, 03 Jan 2019 11:13:19 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "revision_number": 0, "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 3, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:19,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name used request id req-bad8450b-74a2-48ec-b010-576192eb2eee 2019-01-03 11:13:19,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:19,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:19,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-33eeafd5-a059-4898-9a1c-d683a9c2369e Date: Thu, 03 Jan 2019 11:13:19 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:19,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-33eeafd5-a059-4898-9a1c-d683a9c2369e 2019-01-03 11:13:19,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:20,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a8b6bce0-d0e5-4641-b2d7-dd4843f99c41 Date: Thu, 03 Jan 2019 11:13:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "updated_at": "2019-01-03T11:13:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "21cde823-54f2-40d7-9481-4d917136e4c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "revision_number": 0, "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "revision_number": 0, "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 3, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "name": "CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name"}]} 2019-01-03 11:13:20,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name used request id req-a8b6bce0-d0e5-4641-b2d7-dd4843f99c41 2019-01-03 11:13:20,041 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 49219a56-7a4d-42a3-bca3-a37e5ffc3da4 2019-01-03 11:13:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0521bc5afd90e6daf2a2051e19781ccf7c573f" 2019-01-03 11:13:20,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-de33c5f5-5c86-4349-8711-24c5001805ff Date: Thu, 03 Jan 2019 11:13:20 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": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "21cde823-54f2-40d7-9481-4d917136e4c3"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:17Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:17Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:16Z", "security_group_id": "49219a56-7a4d-42a3-bca3-a37e5ffc3da4", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:16Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "7225776c-916f-4d3a-8f43-eec96d6f00bc"}]} 2019-01-03 11:13:20,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-de33c5f5-5c86-4349-8711-24c5001805ff 2019-01-03 11:13:20,228 - neutron_utils - INFO - Deleting security group rule with ID - 21cde823-54f2-40d7-9481-4d917136e4c3 2019-01-03 11:13:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/21cde823-54f2-40d7-9481-4d917136e4c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:20,474 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a991c04-9424-43d5-a319-4e69743a8f0a Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:20,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/21cde823-54f2-40d7-9481-4d917136e4c3 used request id req-6a991c04-9424-43d5-a319-4e69743a8f0a 2019-01-03 11:13:20,474 - neutron_utils - INFO - Deleting security group rule with ID - 7225776c-916f-4d3a-8f43-eec96d6f00bc 2019-01-03 11:13:20,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/7225776c-916f-4d3a-8f43-eec96d6f00bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:20,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fafae76-c2a8-4028-a32d-513fa413884e Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:20,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/7225776c-916f-4d3a-8f43-eec96d6f00bc used request id req-5fafae76-c2a8-4028-a32d-513fa413884e 2019-01-03 11:13:20,703 - neutron_utils - INFO - Deleting security group rule with ID - 6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7 2019-01-03 11:13:20,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:20,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c977eea7-c5f1-4baf-b659-1a500efb172a Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:20,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6b4fc603-7ec2-4c8d-96a9-0b4aa66900e7 used request id req-c977eea7-c5f1-4baf-b659-1a500efb172a 2019-01-03 11:13:20,798 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-728a3f6d-f87d-48de-9f19-f4a069bbad90name 2019-01-03 11:13:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/49219a56-7a4d-42a3-bca3-a37e5ffc3da4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55303a1b549030fa130c0391f4a789c5fa593558" 2019-01-03 11:13:20,907 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8696bb35-f0c3-49c5-8095-2beb5ace28ba Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:20,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/49219a56-7a4d-42a3-bca3-a37e5ffc3da4 used request id req-8696bb35-f0c3-49c5-8095-2beb5ace28ba 2019-01-03 11:13:20,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:21,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f2cecca2-2da4-4c90-8158-601be6e41b46 Date: Thu, 03 Jan 2019 11:13:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:15Z", "updated_at": "2019-01-03T11:13:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "revision_number": 0, "id": "047a5301-b518-4e44-adf9-ff3ac5bca366", "remote_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "revision_number": 0, "id": "33c375fd-0844-4099-8b2e-0b736452900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv4", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "revision_number": 0, "id": "c80a1ab9-9a78-4970-9b41-3e4c0e2d23f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "revision_number": 0, "id": "cd265c9c-3762-4adb-8384-b13748db647a", "remote_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "port_range_min": null, "ethertype": "IPv6", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f"}], "revision_number": 4, "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:21,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f2cecca2-2da4-4c90-8158-601be6e41b46 2019-01-03 11:13:21,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20da3a3-fd52-4b85-991a-97f6d26f628d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f"}, "enabled": true, "id": "e6ec82742d1f40bfa2c6c105bb2da12f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-09d666af-9440-479-proj"}} 2019-01-03 11:13:21,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f used request id req-d20da3a3-fd52-4b85-991a-97f6d26f628d 2019-01-03 11:13:21,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 067f9741-3e9d-4130-ab93-8509d049ab6b 2019-01-03 11:13:21,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=067f9741-3e9d-4130-ab93-8509d049ab6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:21,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1f366048-ea0f-484c-8268-4651d49ec25e Date: Thu, 03 Jan 2019 11:13:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:15Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "047a5301-b518-4e44-adf9-ff3ac5bca366"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:15Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "33c375fd-0844-4099-8b2e-0b736452900f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:15Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "c80a1ab9-9a78-4970-9b41-3e4c0e2d23f7"}, {"remote_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:15Z", "security_group_id": "067f9741-3e9d-4130-ab93-8509d049ab6b", "port_range_min": null, "revision_number": 0, "tenant_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "created_at": "2019-01-03T11:13:15Z", "project_id": "e6ec82742d1f40bfa2c6c105bb2da12f", "id": "cd265c9c-3762-4adb-8384-b13748db647a"}]} 2019-01-03 11:13:21,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=067f9741-3e9d-4130-ab93-8509d049ab6b used request id req-1f366048-ea0f-484c-8268-4651d49ec25e 2019-01-03 11:13:21,408 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:21,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/067f9741-3e9d-4130-ab93-8509d049ab6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:21,717 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59311b33-9322-4a27-a9b4-734320774d5c Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:21,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/067f9741-3e9d-4130-ab93-8509d049ab6b used request id req-59311b33-9322-4a27-a9b4-734320774d5c 2019-01-03 11:13:21,718 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-09d666af-9440-479-proj 2019-01-03 11:13:21,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:21,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b868f950-2a7a-4e6f-be66-a6dfb7b58339 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:21,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e6ec82742d1f40bfa2c6c105bb2da12f used request id req-b868f950-2a7a-4e6f-be66-a6dfb7b58339 2019-01-03 11:13:21,917 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-09d666af-9440-479-proj-role 2019-01-03 11:13:21,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:22,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba4565a-eaf5-4307-8788-b6b0bcb26476 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:22,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/62383038d3a2486094783faa1e2b07fe used request id req-9ba4565a-eaf5-4307-8788-b6b0bcb26476 2019-01-03 11:13:22,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37f5fa7c87048d8c749ac076ede92e60a68b2885" 2019-01-03 11:13:22,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d552b3-d887-4ba6-bc07-2232dfb62901 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:22,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-66d552b3-d887-4ba6-bc07-2232dfb62901 2019-01-03 11:13:22,113 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-09d666af-9440-479-user 2019-01-03 11:13:22,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/2069d6ab97e14f568296225765fa7ac7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d23ab1fbe9a1bda04bd347543451e23f73af3d" 2019-01-03 11:13:22,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a19b401-8867-461a-82e3-41608492da07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:22,344 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2069d6ab97e14f568296225765fa7ac7 used request id req-0a19b401-8867-461a-82e3-41608492da07 2019-01-03 11:13:22,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:22,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zHOUI22lQgCrGBio94ZugQ"], "issued_at": "2019-01-03T11:13:22.000000Z"}} 2019-01-03 11:13:22,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}225143382dd048f8bf915d6bbbc78176e5a58532" 2019-01-03 11:13:22,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6902637-94b6-4dd2-82d0-fe7ffacbb6b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:22,889 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b6902637-94b6-4dd2-82d0-fe7ffacbb6b8 2019-01-03 11:13:22,890 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:22,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:23,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["na9qd3qrSbK80G6ku0rfsw"], "issued_at": "2019-01-03T11:13:23.000000Z"}} 2019-01-03 11:13:23,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:23,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd2484c-5c52-492d-9715-fa7118b54c48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:23,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ffd2484c-5c52-492d-9715-fa7118b54c48 2019-01-03 11:13:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:23,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:23,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:23,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95644c8d-6828-4d89-99ff-0f4b4f458df9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:13:23,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj used request id req-95644c8d-6828-4d89-99ff-0f4b4f458df9 2019-01-03 11:13:23,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:23,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed523ede-a49c-480c-8189-1df12084aa51 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:23,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ed523ede-a49c-480c-8189-1df12084aa51 2019-01-03 11:13:23,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}}' 2019-01-03 11:13:23,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e6ff1f6-f5d6-4bb0-a360-8b6f4cf35770 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}} 2019-01-03 11:13:23,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8e6ff1f6-f5d6-4bb0-a360-8b6f4cf35770 2019-01-03 11:13:23,706 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-c120a339-fa70-4a4-proj 2019-01-03 11:13:23,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:23,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:24,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["xk0F5NQqQzO9_iLJYldP4Q"], "issued_at": "2019-01-03T11:13:24.000000Z"}} 2019-01-03 11:13:24,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f3f132dc1615cf3cf96f90d7013fc8635cb9b9" 2019-01-03 11:13:24,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afcadc86-7d0a-4f50-8d16-b314e81d4729 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:24,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-afcadc86-7d0a-4f50-8d16-b314e81d4729 2019-01-03 11:13:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:24,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:24,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f3f132dc1615cf3cf96f90d7013fc8635cb9b9" 2019-01-03 11:13:24,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf84159-4c0f-4b62-8c57-82d40e715ed1 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:13:24,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-acf84159-4c0f-4b62-8c57-82d40e715ed1 2019-01-03 11:13:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f3f132dc1615cf3cf96f90d7013fc8635cb9b9" 2019-01-03 11:13:24,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672bf54e-4e74-42c3-8066-bbe42b7f796a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}]} 2019-01-03 11:13:24,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-c120a339-fa70-4a4-proj used request id req-672bf54e-4e74-42c3-8066-bbe42b7f796a 2019-01-03 11:13:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f3f132dc1615cf3cf96f90d7013fc8635cb9b9" 2019-01-03 11:13:24,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145a6bf3-34d1-4ce3-9f57-65e8847e9027 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:24,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-145a6bf3-34d1-4ce3-9f57-65e8847e9027 2019-01-03 11:13:24,986 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-c120a339-fa70-4a4-user 2019-01-03 11:13:24,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:25,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224fc23a-5cd3-43c8-851c-c371d39c7994 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:25,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-224fc23a-5cd3-43c8-851c-c371d39c7994 2019-01-03 11:13:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" -d '{"role": {"name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role"}}' 2019-01-03 11:13:25,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3518fbbb-9e73-41ba-8426-31443a21eb2f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d210dcb239641ac89dadec92fb9da0f", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f"}, "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role"}} 2019-01-03 11:13:25,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-3518fbbb-9e73-41ba-8426-31443a21eb2f 2019-01-03 11:13:25,202 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role 2019-01-03 11:13:25,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:25,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaec926f-d6b7-4755-9880-264752e0fef4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f"}, "domain_id": null, "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role", "id": "3d210dcb239641ac89dadec92fb9da0f"}} 2019-01-03 11:13:25,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f used request id req-eaec926f-d6b7-4755-9880-264752e0fef4 2019-01-03 11:13:25,377 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role to project CreateSecurityGroupTests-c120a339-fa70-4a4-proj 2019-01-03 11:13:25,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10/users/691c1e1f8c9f43428c0de7a0098217c6/roles/3d210dcb239641ac89dadec92fb9da0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:25,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f1ce90c-0d41-4dc9-ad70-cdc5e74b72d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:25,510 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10/users/691c1e1f8c9f43428c0de7a0098217c6/roles/3d210dcb239641ac89dadec92fb9da0f used request id req-6f1ce90c-0d41-4dc9-ad70-cdc5e74b72d8 2019-01-03 11:13:25,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:25,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:25,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d210dcb239641ac89dadec92fb9da0f", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role"}], "expires_at": "2019-01-03T12:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1185c982e57345a883142be084784e10", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-user", "id": "691c1e1f8c9f43428c0de7a0098217c6"}, "audit_ids": ["unAQYI0PRNm92g_3XDbZdA"], "issued_at": "2019-01-03T11:13:25.000000Z"}} 2019-01-03 11:13:25,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:25,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd7aefd9-5576-483d-a0ec-3452ceee2c44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:25,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd7aefd9-5576-483d-a0ec-3452ceee2c44 2019-01-03 11:13:25,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:26,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7c4f5d50-368a-4ad6-9d97-81a11c9fe21b Date: Thu, 03 Jan 2019 11:13:26 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:13:26,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name&description=hello+group used request id req-7c4f5d50-368a-4ad6-9d97-81a11c9fe21b 2019-01-03 11:13:26,450 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name... 2019-01-03 11:13:26,450 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name 2019-01-03 11:13:26,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" -d '{"security_group": {"name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name", "description": "hello group"}}' 2019-01-03 11:13:26,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-bc52cb22-adc0-4bc3-bd9e-d0ea046dd0e3 Date: Thu, 03 Jan 2019 11:13:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 2, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}} 2019-01-03 11:13:26,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-bc52cb22-adc0-4bc3-bd9e-d0ea046dd0e3 2019-01-03 11:13:26,791 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:26,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:26,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a6c8ba92-1cd6-48fd-9b53-dc64400ff504 Date: Thu, 03 Jan 2019 11:13:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}]} 2019-01-03 11:13:26,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-a6c8ba92-1cd6-48fd-9b53-dc64400ff504 2019-01-03 11:13:26,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:26,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cf06b668-d65b-4f69-a54f-14308ed0f225 Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}]} 2019-01-03 11:13:27,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-cf06b668-d65b-4f69-a54f-14308ed0f225 2019-01-03 11:13:27,009 - neutron_utils - INFO - Retrieving security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:27,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ff6639ff-5745-4a4c-8e74-263a1bcdc1cb Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 2, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:27,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-ff6639ff-5745-4a4c-8e74-263a1bcdc1cb 2019-01-03 11:13:27,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:27,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4a779ad0-8f2b-404d-8366-bc6b99eb5507 Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}]} 2019-01-03 11:13:27,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-4a779ad0-8f2b-404d-8366-bc6b99eb5507 2019-01-03 11:13:27,402 - neutron_utils - INFO - Retrieving security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:27,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d619ef09-a288-4f2f-a737-4179c528d0ef Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 2, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:27,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-d619ef09-a288-4f2f-a737-4179c528d0ef 2019-01-03 11:13:27,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:27,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5de8a7be-2996-4dd4-9470-459afdec91e5 Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}]} 2019-01-03 11:13:27,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-5de8a7be-2996-4dd4-9470-459afdec91e5 2019-01-03 11:13:27,643 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name 2019-01-03 11:13:27,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2721f413-1e9f-463f-aaf2-fc4eaef9563c Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 2, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:27,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-2721f413-1e9f-463f-aaf2-fc4eaef9563c 2019-01-03 11:13:27,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:27,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:27,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b3a195-cb26-49ae-85cd-cf872520c28a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}} 2019-01-03 11:13:27,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 used request id req-c0b3a195-cb26-49ae-85cd-cf872520c28a 2019-01-03 11:13:27,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:27,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:27,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d1ccb992-1314-431c-a29a-b4818fb2d7aa Date: Thu, 03 Jan 2019 11:13:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}]} 2019-01-03 11:13:27,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-d1ccb992-1314-431c-a29a-b4818fb2d7aa 2019-01-03 11:13:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}bf7e9492a4a44a3fa4ad742ec410569dba986580" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb"}}' 2019-01-03 11:13:28,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-ca04c9e0-f24a-48b1-8ebe-7f3dcea6f85b Date: Thu, 03 Jan 2019 11:13:28 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": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}} 2019-01-03 11:13:28,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-ca04c9e0-f24a-48b1-8ebe-7f3dcea6f85b 2019-01-03 11:13:28,270 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name 2019-01-03 11:13:28,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:28,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5e2cc6ef-5320-45ed-a13f-bec2e332ed21 Date: Thu, 03 Jan 2019 11:13:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 3, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:28,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-5e2cc6ef-5320-45ed-a13f-bec2e332ed21 2019-01-03 11:13:28,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:28,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d9c70d6-c777-478f-be45-b3adb15227d5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}} 2019-01-03 11:13:28,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 used request id req-9d9c70d6-c777-478f-be45-b3adb15227d5 2019-01-03 11:13:28,577 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:28,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-bc22474a-8d7f-4ef5-b46b-e8b9581ba3cf Date: Thu, 03 Jan 2019 11:13:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:28,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-bc22474a-8d7f-4ef5-b46b-e8b9581ba3cf 2019-01-03 11:13:28,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}bf7e9492a4a44a3fa4ad742ec410569dba986580" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb"}}' 2019-01-03 11:13:29,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-43d0e56e-67f1-4638-813b-0e138308f404 Date: Thu, 03 Jan 2019 11:13:29 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": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}} 2019-01-03 11:13:29,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-43d0e56e-67f1-4638-813b-0e138308f404 2019-01-03 11:13:29,071 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name 2019-01-03 11:13:29,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:29,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-c8006620-04b1-4575-9f5e-cbd7939864a1 Date: Thu, 03 Jan 2019 11:13:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:28Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 4, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:29,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-c8006620-04b1-4575-9f5e-cbd7939864a1 2019-01-03 11:13:29,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:29,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42dcda49-dd18-4c27-b188-b0679779316e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}} 2019-01-03 11:13:29,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 used request id req-42dcda49-dd18-4c27-b188-b0679779316e 2019-01-03 11:13:29,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:29,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:29,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-46a5dc99-6b7d-434d-ba21-a77612916c11 Date: Thu, 03 Jan 2019 11:13:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:29,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-46a5dc99-6b7d-434d-ba21-a77612916c11 2019-01-03 11:13:29,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}bf7e9492a4a44a3fa4ad742ec410569dba986580" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10}}' 2019-01-03 11:13:30,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-352278af-20ca-4365-ba93-ebfcfaff8de4 Date: Thu, 03 Jan 2019 11:13:30 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": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}} 2019-01-03 11:13:30,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-352278af-20ca-4365-ba93-ebfcfaff8de4 2019-01-03 11:13:30,047 - neutron_utils - INFO - Retrieving security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:30,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bdc0baeb-037f-4472-9d1c-313cb570c33e Date: Thu, 03 Jan 2019 11:13:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:30,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-bdc0baeb-037f-4472-9d1c-313cb570c33e 2019-01-03 11:13:30,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:30,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-11141029-78dd-4c60-abeb-3229cb7529b9 Date: Thu, 03 Jan 2019 11:13:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:30,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-11141029-78dd-4c60-abeb-3229cb7529b9 2019-01-03 11:13:30,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:30,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d210dcb239641ac89dadec92fb9da0f", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role"}], "expires_at": "2019-01-03T12:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1185c982e57345a883142be084784e10", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1185c982e57345a883142be084784e10", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1185c982e57345a883142be084784e10", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1185c982e57345a883142be084784e10", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-user", "id": "691c1e1f8c9f43428c0de7a0098217c6"}, "audit_ids": ["Q3Eo7a7LTuaCR9az4-pFzw"], "issued_at": "2019-01-03T11:13:30.000000Z"}} 2019-01-03 11:13:30,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:30,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7c85d475-e067-405e-ac09-0406e5935aae Date: Thu, 03 Jan 2019 11:13:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:30,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name&description=hello+group used request id req-7c85d475-e067-405e-ac09-0406e5935aae 2019-01-03 11:13:30,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:30,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:30,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-46749971-570d-4973-a289-94a6c7b6b537 Date: Thu, 03 Jan 2019 11:13:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:30,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-46749971-570d-4973-a289-94a6c7b6b537 2019-01-03 11:13:30,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:30,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:31,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-314d3487-5915-4d3a-b64a-bda1771ac53b Date: Thu, 03 Jan 2019 11:13:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:31,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-314d3487-5915-4d3a-b64a-bda1771ac53b 2019-01-03 11:13:31,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:31,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3012b4de-8a8d-4081-8aac-4fa33cdaaabd Date: Thu, 03 Jan 2019 11:13:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:31,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-3012b4de-8a8d-4081-8aac-4fa33cdaaabd 2019-01-03 11:13:31,318 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:31,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:31,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1270c3d8-d9e3-4c3c-9f95-ea7f21b70ed9 Date: Thu, 03 Jan 2019 11:13:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:31,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-1270c3d8-d9e3-4c3c-9f95-ea7f21b70ed9 2019-01-03 11:13:31,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:31,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1f71d2af-3791-4943-ae61-a551d3bc3ea7 Date: Thu, 03 Jan 2019 11:13:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:31,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-1f71d2af-3791-4943-ae61-a551d3bc3ea7 2019-01-03 11:13:31,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:31,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:31,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bf4a1645-721d-4322-a53c-56f73df9ba4e Date: Thu, 03 Jan 2019 11:13:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:31,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-bf4a1645-721d-4322-a53c-56f73df9ba4e 2019-01-03 11:13:31,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-748624f3-5fff-416b-ad02-6485312d7190 Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:32,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-748624f3-5fff-416b-ad02-6485312d7190 2019-01-03 11:13:32,029 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:32,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-73ddde27-f238-4f3a-a73e-8d43b58009ee Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:32,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-73ddde27-f238-4f3a-a73e-8d43b58009ee 2019-01-03 11:13:32,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-65cc5db0-b4e6-4ced-937e-9dfd0c61a0a7 Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:32,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-65cc5db0-b4e6-4ced-937e-9dfd0c61a0a7 2019-01-03 11:13:32,280 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:32,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e9029e9c-dfcf-4266-a26b-ff2365a038bc Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:32,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-e9029e9c-dfcf-4266-a26b-ff2365a038bc 2019-01-03 11:13:32,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-34430ffd-04a9-4f24-9585-39e2fddf40ca Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:32,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-34430ffd-04a9-4f24-9585-39e2fddf40ca 2019-01-03 11:13:32,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:32,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:32,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b0006877-e2c3-4551-bb74-8fc0467012b9 Date: Thu, 03 Jan 2019 11:13:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:32,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-b0006877-e2c3-4551-bb74-8fc0467012b9 2019-01-03 11:13:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c80d1f7a-9707-4fa8-8a8c-13457ea18452 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:33,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-c80d1f7a-9707-4fa8-8a8c-13457ea18452 2019-01-03 11:13:33,042 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3a118683-ccca-4e6b-adf8-3f85f088cca9 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:33,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-3a118683-ccca-4e6b-adf8-3f85f088cca9 2019-01-03 11:13:33,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f13c5d26-b2b3-4e4d-90f3-5974d1fd891e Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:33,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-f13c5d26-b2b3-4e4d-90f3-5974d1fd891e 2019-01-03 11:13:33,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:33,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-402b5271-19ff-45c8-bbf6-b774008a4e58 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:33,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-402b5271-19ff-45c8-bbf6-b774008a4e58 2019-01-03 11:13:33,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b15787ee-31af-4845-a3a2-3d7c394b06e1 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:29Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "revision_number": 0, "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": 10, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "61e73807-71c9-462e-9e06-da98276bc269", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "revision_number": 0, "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 5, "project_id": "1185c982e57345a883142be084784e10", "id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "name": "CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name"}]} 2019-01-03 11:13:33,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name used request id req-b15787ee-31af-4845-a3a2-3d7c394b06e1 2019-01-03 11:13:33,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb 2019-01-03 11:13:33,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44279ed959ed0467099dcabc7a11f8a833da3206" 2019-01-03 11:13:33,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-64e36d36-c92f-41ea-86f6-0a50e339b371 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:29Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": 10, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:29Z", "project_id": "1185c982e57345a883142be084784e10", "id": "28a911f4-9fa1-41f3-84f4-d864df9d03ff"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "32e7d761-18dd-43e8-aa14-52f66ad61d88"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "35bef5cf-7cf4-4604-a5a4-8dfa30246944"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "61e73807-71c9-462e-9e06-da98276bc269"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:28Z", "security_group_id": "0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:28Z", "project_id": "1185c982e57345a883142be084784e10", "id": "db465cf4-3fae-41f0-af8e-09ed6f1dabb7"}]} 2019-01-03 11:13:33,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-64e36d36-c92f-41ea-86f6-0a50e339b371 2019-01-03 11:13:33,601 - neutron_utils - INFO - Deleting security group rule with ID - 28a911f4-9fa1-41f3-84f4-d864df9d03ff 2019-01-03 11:13:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/28a911f4-9fa1-41f3-84f4-d864df9d03ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:33,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3777135e-97bd-4a9b-927e-f737037514e2 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:33,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/28a911f4-9fa1-41f3-84f4-d864df9d03ff used request id req-3777135e-97bd-4a9b-927e-f737037514e2 2019-01-03 11:13:33,861 - neutron_utils - INFO - Deleting security group rule with ID - 35bef5cf-7cf4-4604-a5a4-8dfa30246944 2019-01-03 11:13:33,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/35bef5cf-7cf4-4604-a5a4-8dfa30246944 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:34,103 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10ada70e-a523-4160-bc36-e7b11b1ecfc1 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:34,104 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/35bef5cf-7cf4-4604-a5a4-8dfa30246944 used request id req-10ada70e-a523-4160-bc36-e7b11b1ecfc1 2019-01-03 11:13:34,104 - neutron_utils - INFO - Deleting security group rule with ID - 32e7d761-18dd-43e8-aa14-52f66ad61d88 2019-01-03 11:13:34,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/32e7d761-18dd-43e8-aa14-52f66ad61d88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:34,216 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85fc4357-572b-48a2-8e8c-d8791f14456e Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:34,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/32e7d761-18dd-43e8-aa14-52f66ad61d88 used request id req-85fc4357-572b-48a2-8e8c-d8791f14456e 2019-01-03 11:13:34,217 - neutron_utils - INFO - Deleting security group rule with ID - 61e73807-71c9-462e-9e06-da98276bc269 2019-01-03 11:13:34,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/61e73807-71c9-462e-9e06-da98276bc269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:34,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f95ea70a-a221-43b8-bc5f-dcc61d053004 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:34,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/61e73807-71c9-462e-9e06-da98276bc269 used request id req-f95ea70a-a221-43b8-bc5f-dcc61d053004 2019-01-03 11:13:34,458 - neutron_utils - INFO - Deleting security group rule with ID - db465cf4-3fae-41f0-af8e-09ed6f1dabb7 2019-01-03 11:13:34,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/db465cf4-3fae-41f0-af8e-09ed6f1dabb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:34,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b89fb2e5-6e56-40ca-8a60-13936fcc22e4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:34,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/db465cf4-3fae-41f0-af8e-09ed6f1dabb7 used request id req-b89fb2e5-6e56-40ca-8a60-13936fcc22e4 2019-01-03 11:13:34,695 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-1ba04ffa-71e9-48da-91f5-dc81175a6467name 2019-01-03 11:13:34,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf7e9492a4a44a3fa4ad742ec410569dba986580" 2019-01-03 11:13:34,966 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f315238a-1a2c-4232-881c-918889e0d153 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:34,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0f9eda9d-a0c2-4f60-b30b-ca01705b8bfb used request id req-f315238a-1a2c-4232-881c-918889e0d153 2019-01-03 11:13:34,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:35,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6e146f7a-e7ef-4403-897f-720be2b5c5b3 Date: Thu, 03 Jan 2019 11:13:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "updated_at": "2019-01-03T11:13:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "1394eb07-5cb0-4b79-9b37-4eb285917922", "remote_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "25f9534e-9286-4025-b264-c21cd97cb3c8", "remote_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "401dd79b-72e3-4dc9-b4e9-d97708b0869b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv4", "project_id": "1185c982e57345a883142be084784e10"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "revision_number": 0, "id": "a913d339-717f-4b82-95b0-8743d07d6481", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "tenant_id": "1185c982e57345a883142be084784e10", "port_range_min": null, "ethertype": "IPv6", "project_id": "1185c982e57345a883142be084784e10"}], "revision_number": 4, "project_id": "1185c982e57345a883142be084784e10", "id": "7413a9d9-7483-458c-9275-337f416522d1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:35,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-6e146f7a-e7ef-4403-897f-720be2b5c5b3 2019-01-03 11:13:35,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:35,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15d1584-cbfd-42e2-8d12-e9253b0b1a9f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:13:35,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-f15d1584-cbfd-42e2-8d12-e9253b0b1a9f 2019-01-03 11:13:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:35,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f4887d-cbd0-49cb-bb65-7984808132fa Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10"}, "enabled": true, "id": "1185c982e57345a883142be084784e10", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-c120a339-fa70-4a4-proj"}} 2019-01-03 11:13:35,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 used request id req-42f4887d-cbd0-49cb-bb65-7984808132fa 2019-01-03 11:13:35,467 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7413a9d9-7483-458c-9275-337f416522d1 2019-01-03 11:13:35,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7413a9d9-7483-458c-9275-337f416522d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:35,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e832147d-18b8-43a7-bbf2-437ff018fd1e Date: Thu, 03 Jan 2019 11:13:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "1394eb07-5cb0-4b79-9b37-4eb285917922"}, {"remote_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "25f9534e-9286-4025-b264-c21cd97cb3c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "401dd79b-72e3-4dc9-b4e9-d97708b0869b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:26Z", "security_group_id": "7413a9d9-7483-458c-9275-337f416522d1", "port_range_min": null, "revision_number": 0, "tenant_id": "1185c982e57345a883142be084784e10", "created_at": "2019-01-03T11:13:26Z", "project_id": "1185c982e57345a883142be084784e10", "id": "a913d339-717f-4b82-95b0-8743d07d6481"}]} 2019-01-03 11:13:35,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7413a9d9-7483-458c-9275-337f416522d1 used request id req-e832147d-18b8-43a7-bbf2-437ff018fd1e 2019-01-03 11:13:35,636 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:35,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7413a9d9-7483-458c-9275-337f416522d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:35,966 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7134a48-13ae-4c90-8002-696e70b6add5 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:35,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7413a9d9-7483-458c-9275-337f416522d1 used request id req-d7134a48-13ae-4c90-8002-696e70b6add5 2019-01-03 11:13:35,967 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-c120a339-fa70-4a4-proj 2019-01-03 11:13:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:36,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7286650-d776-41ef-915d-ece4d0d177cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:36,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1185c982e57345a883142be084784e10 used request id req-e7286650-d776-41ef-915d-ece4d0d177cb 2019-01-03 11:13:36,150 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-c120a339-fa70-4a4-proj-role 2019-01-03 11:13:36,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:36,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0270a684-4b8a-41ac-a3b4-d88130249ad0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:36,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3d210dcb239641ac89dadec92fb9da0f used request id req-0270a684-4b8a-41ac-a3b4-d88130249ad0 2019-01-03 11:13:36,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1443d4924a98de4d29caed3d4ffc08bba1420049" 2019-01-03 11:13:36,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9590042e-351b-4848-bbed-f97705571b1c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:36,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9590042e-351b-4848-bbed-f97705571b1c 2019-01-03 11:13:36,378 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-c120a339-fa70-4a4-user 2019-01-03 11:13:36,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/691c1e1f8c9f43428c0de7a0098217c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78f3f132dc1615cf3cf96f90d7013fc8635cb9b9" 2019-01-03 11:13:36,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1a6486b-a864-476b-9651-4b3f0926e23e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:36,541 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/691c1e1f8c9f43428c0de7a0098217c6 used request id req-e1a6486b-a864-476b-9651-4b3f0926e23e 2019-01-03 11:13:36,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:37,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["wIyGRMK5Ti-FTw9KMizcUw"], "issued_at": "2019-01-03T11:13:37.000000Z"}} 2019-01-03 11:13:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}457636a60dea25c8a2745d2b90b792b9989e69d1" 2019-01-03 11:13:37,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05964af7-61d4-42a4-aa51-6629d360a8bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:37,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-05964af7-61d4-42a4-aa51-6629d360a8bd 2019-01-03 11:13:37,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:37,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:37,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["o4sFwwNMQV6gX6pc8VTY6A"], "issued_at": "2019-01-03T11:13:37.000000Z"}} 2019-01-03 11:13:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:37,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4cc3e14-66e7-4585-88a3-55e9d32e0aac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:37,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c4cc3e14-66e7-4585-88a3-55e9d32e0aac 2019-01-03 11:13:37,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:37,592 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:37,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:37,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff709ca-53ef-44ba-9b20-09f10dc48131 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:13:37,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj used request id req-2ff709ca-53ef-44ba-9b20-09f10dc48131 2019-01-03 11:13:37,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:37,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51d1c460-47c3-4caa-bc2e-376815469483 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:37,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-51d1c460-47c3-4caa-bc2e-376815469483 2019-01-03 11:13:37,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}}' 2019-01-03 11:13:37,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c10d8510-e529-4315-a95a-461dfe371614 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868"}, "enabled": true, "id": "45f19b44556a408cbe3e0de11a930868", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}} 2019-01-03 11:13:37,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c10d8510-e529-4315-a95a-461dfe371614 2019-01-03 11:13:37,898 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-107c0a86-493d-4ff-proj 2019-01-03 11:13:37,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:37,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:38,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EvGlfNwdSE-aw9GUyVW5xQ"], "issued_at": "2019-01-03T11:13:38.000000Z"}} 2019-01-03 11:13:38,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0925a75d29ce17b0d7d021cea0bd021068f50fc1" 2019-01-03 11:13:38,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d13b842f-9704-4e91-a6f1-74a97f0d1958 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:38,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d13b842f-9704-4e91-a6f1-74a97f0d1958 2019-01-03 11:13:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:38,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:38,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0925a75d29ce17b0d7d021cea0bd021068f50fc1" 2019-01-03 11:13:38,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68c9ee4-3f3d-41ed-a136-5b2dec958225 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:13:38,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a68c9ee4-3f3d-41ed-a136-5b2dec958225 2019-01-03 11:13:38,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0925a75d29ce17b0d7d021cea0bd021068f50fc1" 2019-01-03 11:13:38,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539f180e-f599-49fb-8f05-27694780f231 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868"}, "enabled": true, "id": "45f19b44556a408cbe3e0de11a930868", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}]} 2019-01-03 11:13:38,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-107c0a86-493d-4ff-proj used request id req-539f180e-f599-49fb-8f05-27694780f231 2019-01-03 11:13:38,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0925a75d29ce17b0d7d021cea0bd021068f50fc1" 2019-01-03 11:13:38,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193dcb72-3a39-4f92-8096-0a5c5e23850b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:38,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-193dcb72-3a39-4f92-8096-0a5c5e23850b 2019-01-03 11:13:38,980 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-107c0a86-493d-4ff-user 2019-01-03 11:13:38,980 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:39,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37684d2c-180f-4966-892b-812dc32b6692 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:39,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-37684d2c-180f-4966-892b-812dc32b6692 2019-01-03 11:13:39,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" -d '{"role": {"name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role"}}' 2019-01-03 11:13:39,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f39d9c29-d6e8-45e2-939b-c33992472e44 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d436bb39f7e4f338f4709d940e6f09a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a"}, "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role"}} 2019-01-03 11:13:39,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f39d9c29-d6e8-45e2-939b-c33992472e44 2019-01-03 11:13:39,203 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role 2019-01-03 11:13:39,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:39,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c25f74c-e4fd-4247-9c42-6c364b06a371 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a"}, "domain_id": null, "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role", "id": "3d436bb39f7e4f338f4709d940e6f09a"}} 2019-01-03 11:13:39,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a used request id req-3c25f74c-e4fd-4247-9c42-6c364b06a371 2019-01-03 11:13:39,289 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role to project CreateSecurityGroupTests-107c0a86-493d-4ff-proj 2019-01-03 11:13:39,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868/users/c29ff13ce25b476d8d40ad3c2643e2ab/roles/3d436bb39f7e4f338f4709d940e6f09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:39,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa5df0b1-f0be-49c0-9e70-1ad830cf3cc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:39,419 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868/users/c29ff13ce25b476d8d40ad3c2643e2ab/roles/3d436bb39f7e4f338f4709d940e6f09a used request id req-aa5df0b1-f0be-49c0-9e70-1ad830cf3cc1 2019-01-03 11:13:39,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:39,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:39,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d436bb39f7e4f338f4709d940e6f09a", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role"}], "expires_at": "2019-01-03T12:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45f19b44556a408cbe3e0de11a930868", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-user", "id": "c29ff13ce25b476d8d40ad3c2643e2ab"}, "audit_ids": ["VPN3apezTKuxNOxGKrfViQ"], "issued_at": "2019-01-03T11:13:39.000000Z"}} 2019-01-03 11:13:39,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:39,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e16dca-27c6-4590-952c-2c83d7937ad5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:39,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71e16dca-27c6-4590-952c-2c83d7937ad5 2019-01-03 11:13:39,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:40,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-33ec1d52-eca3-457b-b5ed-6b5528734313 Date: Thu, 03 Jan 2019 11:13:40 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:13:40,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name&description=hello+group used request id req-33ec1d52-eca3-457b-b5ed-6b5528734313 2019-01-03 11:13:40,175 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name... 2019-01-03 11:13:40,175 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name 2019-01-03 11:13:40,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" -d '{"security_group": {"name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name", "description": "hello group"}}' 2019-01-03 11:13:40,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-43afef75-e05e-45dc-84f0-130ee62e9f8d Date: Thu, 03 Jan 2019 11:13:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "8c968958-d448-4435-b489-775ee20ba943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "d72bced4-9561-489b-a207-c341288bca32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 2, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name"}} 2019-01-03 11:13:40,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-43afef75-e05e-45dc-84f0-130ee62e9f8d 2019-01-03 11:13:40,593 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:40,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:40,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-88dc8cc7-d916-4253-9487-06acf9b56d91 Date: Thu, 03 Jan 2019 11:13:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:40,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-88dc8cc7-d916-4253-9487-06acf9b56d91 2019-01-03 11:13:40,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:40,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9fad705-7afe-4586-a1ed-744e5e6f0e3b Date: Thu, 03 Jan 2019 11:13:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:40,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-b9fad705-7afe-4586-a1ed-744e5e6f0e3b 2019-01-03 11:13:40,970 - neutron_utils - INFO - Retrieving security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:40,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:41,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e9a58f64-7ba0-4530-882f-2f10a4a17dc7 Date: Thu, 03 Jan 2019 11:13:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "8c968958-d448-4435-b489-775ee20ba943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "d72bced4-9561-489b-a207-c341288bca32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 2, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name"}]} 2019-01-03 11:13:41,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-e9a58f64-7ba0-4530-882f-2f10a4a17dc7 2019-01-03 11:13:41,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:41,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ce3100e-a996-489d-be31-4b821abbf07d Date: Thu, 03 Jan 2019 11:13:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:41,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-3ce3100e-a996-489d-be31-4b821abbf07d 2019-01-03 11:13:41,357 - neutron_utils - INFO - Retrieving security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:41,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-28b9df85-8585-465a-ab8f-bbd7c3785f79 Date: Thu, 03 Jan 2019 11:13:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "8c968958-d448-4435-b489-775ee20ba943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "d72bced4-9561-489b-a207-c341288bca32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 2, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name"}]} 2019-01-03 11:13:41,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-28b9df85-8585-465a-ab8f-bbd7c3785f79 2019-01-03 11:13:41,650 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:41,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:41,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4399ff5b-419e-43c2-b74e-a559cc2c42f9 Date: Thu, 03 Jan 2019 11:13:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:41,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-4399ff5b-419e-43c2-b74e-a559cc2c42f9 2019-01-03 11:13:41,821 - neutron_utils - INFO - Retrieving security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:41,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:42,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a9cbf483-c7c8-49de-b8db-f5b081e629bb Date: Thu, 03 Jan 2019 11:13:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "8c968958-d448-4435-b489-775ee20ba943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "d72bced4-9561-489b-a207-c341288bca32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 2, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name"}]} 2019-01-03 11:13:42,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-a9cbf483-c7c8-49de-b8db-f5b081e629bb 2019-01-03 11:13:42,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:42,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:42,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e8fb344-16a5-43dc-a69a-5cae18c3c6e2 Date: Thu, 03 Jan 2019 11:13:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:42,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-0e8fb344-16a5-43dc-a69a-5cae18c3c6e2 2019-01-03 11:13:42,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:42,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d436bb39f7e4f338f4709d940e6f09a", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role"}], "expires_at": "2019-01-03T12:13:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45f19b44556a408cbe3e0de11a930868", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/45f19b44556a408cbe3e0de11a930868", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-user", "id": "c29ff13ce25b476d8d40ad3c2643e2ab"}, "audit_ids": ["xGSmLm2bRGm2gVB1zybc3w"], "issued_at": "2019-01-03T11:13:42.000000Z"}} 2019-01-03 11:13:42,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2552475a9a206834d0812f555e75a0414a69780" 2019-01-03 11:13:42,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cd70f4ab-865c-4e41-ad09-34c2fba5e5b7 Date: Thu, 03 Jan 2019 11:13:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "8c968958-d448-4435-b489-775ee20ba943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "d72bced4-9561-489b-a207-c341288bca32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 2, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "name": "CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name"}]} 2019-01-03 11:13:42,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name&description=hello+group used request id req-cd70f4ab-865c-4e41-ad09-34c2fba5e5b7 2019-01-03 11:13:42,777 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:42,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2552475a9a206834d0812f555e75a0414a69780" 2019-01-03 11:13:42,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-96420c58-1610-4a77-9488-1ec5242a2221 Date: Thu, 03 Jan 2019 11:13:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:42,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-96420c58-1610-4a77-9488-1ec5242a2221 2019-01-03 11:13:42,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a633e14-0f5d-42e1-83ac-e6e2e95bb35a 2019-01-03 11:13:42,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2552475a9a206834d0812f555e75a0414a69780" 2019-01-03 11:13:43,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f988d144-ca1d-4f9f-8a86-4f0af3b66464 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "8c968958-d448-4435-b489-775ee20ba943"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "4a633e14-0f5d-42e1-83ac-e6e2e95bb35a", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "d72bced4-9561-489b-a207-c341288bca32"}]} 2019-01-03 11:13:43,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-f988d144-ca1d-4f9f-8a86-4f0af3b66464 2019-01-03 11:13:43,160 - neutron_utils - INFO - Deleting security group rule with ID - d72bced4-9561-489b-a207-c341288bca32 2019-01-03 11:13:43,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d72bced4-9561-489b-a207-c341288bca32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:43,408 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7b16f4d-1879-4d12-83aa-6e5a3b806b84 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:43,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d72bced4-9561-489b-a207-c341288bca32 used request id req-f7b16f4d-1879-4d12-83aa-6e5a3b806b84 2019-01-03 11:13:43,408 - neutron_utils - INFO - Deleting security group rule with ID - 8c968958-d448-4435-b489-775ee20ba943 2019-01-03 11:13:43,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/8c968958-d448-4435-b489-775ee20ba943 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:43,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-917c3ecb-c629-4975-b3da-080d7cc9b2ff Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:43,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/8c968958-d448-4435-b489-775ee20ba943 used request id req-917c3ecb-c629-4975-b3da-080d7cc9b2ff 2019-01-03 11:13:43,659 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-941bd89d-df0d-436c-8dc2-8166caddc836name 2019-01-03 11:13:43,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4a633e14-0f5d-42e1-83ac-e6e2e95bb35a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c58529bcc7c7fefb19e7416826a3895ff314" 2019-01-03 11:13:44,071 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bdfc0af-0064-4b29-b86a-0bafe1f44822 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:44,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4a633e14-0f5d-42e1-83ac-e6e2e95bb35a used request id req-2bdfc0af-0064-4b29-b86a-0bafe1f44822 2019-01-03 11:13:44,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:44,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-806bdd04-9deb-4dfe-b356-3852ab233679 Date: Thu, 03 Jan 2019 11:13:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "updated_at": "2019-01-03T11:13:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "30ecc0ef-59c9-4e0b-a5d4-4bf697fad3bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "46094183-8e5a-4063-a94a-61e246dc2153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "a1e65eb1-1409-4ca1-bc1a-a04321af8248", "remote_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv6", "project_id": "45f19b44556a408cbe3e0de11a930868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "revision_number": 0, "id": "f252fa6a-5431-4957-b1e3-52ec95a52294", "remote_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "tenant_id": "45f19b44556a408cbe3e0de11a930868", "port_range_min": null, "ethertype": "IPv4", "project_id": "45f19b44556a408cbe3e0de11a930868"}], "revision_number": 4, "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "869cec85-19d1-4bcc-9a27-b57261f67363", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:44,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-806bdd04-9deb-4dfe-b356-3852ab233679 2019-01-03 11:13:44,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:44,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95896d47-e936-4ad7-b44a-932c87604b75 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:13:44,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-95896d47-e936-4ad7-b44a-932c87604b75 2019-01-03 11:13:44,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:44,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4370b9b3-cfc2-4f6e-acb4-824dfab677e1 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:13:44,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4370b9b3-cfc2-4f6e-acb4-824dfab677e1 2019-01-03 11:13:44,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:44,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9fc0efe-f8b1-478a-b05b-8c6d164a999f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868"}, "enabled": true, "id": "45f19b44556a408cbe3e0de11a930868", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-107c0a86-493d-4ff-proj"}} 2019-01-03 11:13:44,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868 used request id req-e9fc0efe-f8b1-478a-b05b-8c6d164a999f 2019-01-03 11:13:44,591 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 869cec85-19d1-4bcc-9a27-b57261f67363 2019-01-03 11:13:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=869cec85-19d1-4bcc-9a27-b57261f67363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:44,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6af3f950-a981-4212-8556-5aa5716e5e3d Date: Thu, 03 Jan 2019 11:13:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "30ecc0ef-59c9-4e0b-a5d4-4bf697fad3bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "46094183-8e5a-4063-a94a-61e246dc2153"}, {"remote_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "a1e65eb1-1409-4ca1-bc1a-a04321af8248"}, {"remote_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:40Z", "security_group_id": "869cec85-19d1-4bcc-9a27-b57261f67363", "port_range_min": null, "revision_number": 0, "tenant_id": "45f19b44556a408cbe3e0de11a930868", "created_at": "2019-01-03T11:13:40Z", "project_id": "45f19b44556a408cbe3e0de11a930868", "id": "f252fa6a-5431-4957-b1e3-52ec95a52294"}]} 2019-01-03 11:13:44,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=869cec85-19d1-4bcc-9a27-b57261f67363 used request id req-6af3f950-a981-4212-8556-5aa5716e5e3d 2019-01-03 11:13:44,768 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/869cec85-19d1-4bcc-9a27-b57261f67363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:45,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a81a1a49-67f8-4470-914c-e6818da1e6ca Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:45,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/869cec85-19d1-4bcc-9a27-b57261f67363 used request id req-a81a1a49-67f8-4470-914c-e6818da1e6ca 2019-01-03 11:13:45,053 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-107c0a86-493d-4ff-proj 2019-01-03 11:13:45,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:45,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e71c2e92-63de-49e4-81c3-78e9398f669b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:45,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/45f19b44556a408cbe3e0de11a930868 used request id req-e71c2e92-63de-49e4-81c3-78e9398f669b 2019-01-03 11:13:45,247 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-107c0a86-493d-4ff-proj-role 2019-01-03 11:13:45,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:45,350 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8d2d6c4-9400-4f2f-933b-e1e63eef647e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:45,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3d436bb39f7e4f338f4709d940e6f09a used request id req-f8d2d6c4-9400-4f2f-933b-e1e63eef647e 2019-01-03 11:13:45,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c2dd373f21768ac4733e9b274f315d4b3f440e7" 2019-01-03 11:13:45,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09985158-c6e5-4bba-a754-db45c49505a7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:45,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-09985158-c6e5-4bba-a754-db45c49505a7 2019-01-03 11:13:45,443 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-107c0a86-493d-4ff-user 2019-01-03 11:13:45,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c29ff13ce25b476d8d40ad3c2643e2ab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0925a75d29ce17b0d7d021cea0bd021068f50fc1" 2019-01-03 11:13:45,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99684148-1781-4225-95ce-b73434ed1faf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:45,626 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c29ff13ce25b476d8d40ad3c2643e2ab used request id req-99684148-1781-4225-95ce-b73434ed1faf 2019-01-03 11:13:45,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:46,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["KX_S6wF5RXeDEAJPXV6L4w"], "issued_at": "2019-01-03T11:13:45.000000Z"}} 2019-01-03 11:13:46,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4071876f817320248259ea9ff8edb8e8fcdf3a" 2019-01-03 11:13:46,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646a1e8b-bf18-4604-bbc5-8f36228defc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:46,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-646a1e8b-bf18-4604-bbc5-8f36228defc4 2019-01-03 11:13:46,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:46,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:46,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Q2UO5DXXTZSgDmGF5CEvWw"], "issued_at": "2019-01-03T11:13:46.000000Z"}} 2019-01-03 11:13:46,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:46,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae8ae7d6-4afe-40f7-8b71-497030401e8a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:46,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ae8ae7d6-4afe-40f7-8b71-497030401e8a 2019-01-03 11:13:46,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:46,581 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:46,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:46,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd002c7-5157-49d4-96fe-2eb9c2fb9dda Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:13:46,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj used request id req-5bd002c7-5157-49d4-96fe-2eb9c2fb9dda 2019-01-03 11:13:46,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:46,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47563b03-dc30-45d1-89f7-91abf48f6fea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:46,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-47563b03-dc30-45d1-89f7-91abf48f6fea 2019-01-03 11:13:46,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}}' 2019-01-03 11:13:46,806 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07104b4e-448e-48bf-85be-f1ea7178afa5 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}} 2019-01-03 11:13:46,806 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-07104b4e-448e-48bf-85be-f1ea7178afa5 2019-01-03 11:13:46,807 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-proj 2019-01-03 11:13:46,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:46,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:47,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5GV4WK8FSSCrn-nUFSJK4A"], "issued_at": "2019-01-03T11:13:47.000000Z"}} 2019-01-03 11:13:47,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbbb7c945a376229f6fbb7199e250c695e7ee3" 2019-01-03 11:13:47,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd447853-add2-4b27-b65d-6170b6186852 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:47,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd447853-add2-4b27-b65d-6170b6186852 2019-01-03 11:13:47,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:47,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:47,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbbb7c945a376229f6fbb7199e250c695e7ee3" 2019-01-03 11:13:47,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92eedc82-8518-41a6-a88e-5184a0d41d73 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:13:47,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-92eedc82-8518-41a6-a88e-5184a0d41d73 2019-01-03 11:13:47,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbbb7c945a376229f6fbb7199e250c695e7ee3" 2019-01-03 11:13:47,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a79df372-9483-4dcd-ae30-39cffe45af22 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}]} 2019-01-03 11:13:47,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-3bc71517-fafb-4a8-proj used request id req-a79df372-9483-4dcd-ae30-39cffe45af22 2019-01-03 11:13:47,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbbb7c945a376229f6fbb7199e250c695e7ee3" 2019-01-03 11:13:47,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b51c91-d4c1-462f-9749-e437dab0345a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:13:47,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-84b51c91-d4c1-462f-9749-e437dab0345a 2019-01-03 11:13:47,932 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-user 2019-01-03 11:13:47,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:48,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b98b0e3-5c30-4c4e-bdb3-4af8abcdc0b9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:48,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5b98b0e3-5c30-4c4e-bdb3-4af8abcdc0b9 2019-01-03 11:13:48,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" -d '{"role": {"name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role"}}' 2019-01-03 11:13:48,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec0e2456-02aa-4b1f-a771-91cf80a0206e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2b274afd54894ee988cb97ce60ac120a", "links": {"self": "http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a"}, "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role"}} 2019-01-03 11:13:48,136 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ec0e2456-02aa-4b1f-a771-91cf80a0206e 2019-01-03 11:13:48,137 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role 2019-01-03 11:13:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:48,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e762bb49-35f6-4259-b507-fd1432545288 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a"}, "domain_id": null, "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role", "id": "2b274afd54894ee988cb97ce60ac120a"}} 2019-01-03 11:13:48,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a used request id req-e762bb49-35f6-4259-b507-fd1432545288 2019-01-03 11:13:48,231 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role to project CreateSecurityGroupTests-3bc71517-fafb-4a8-proj 2019-01-03 11:13:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac/users/96e54450580444d5940db8d1725082bd/roles/2b274afd54894ee988cb97ce60ac120a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:48,354 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a236c61-e1f5-49af-b996-31803354171a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:48,354 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac/users/96e54450580444d5940db8d1725082bd/roles/2b274afd54894ee988cb97ce60ac120a used request id req-8a236c61-e1f5-49af-b996-31803354171a 2019-01-03 11:13:48,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:48,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:48,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b274afd54894ee988cb97ce60ac120a", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role"}], "expires_at": "2019-01-03T12:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-user", "id": "96e54450580444d5940db8d1725082bd"}, "audit_ids": ["_8R0Qx6BQhGiBaWt9_Kufg"], "issued_at": "2019-01-03T11:13:48.000000Z"}} 2019-01-03 11:13:48,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:48,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b62c05-d202-44f1-8cbd-12be1e6ce28b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:48,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57b62c05-d202-44f1-8cbd-12be1e6ce28b 2019-01-03 11:13:48,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:49,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5cb26fcc-a152-4638-97d5-f8e0e821051b Date: Thu, 03 Jan 2019 11:13:49 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:13:49,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name&description=hello+group used request id req-5cb26fcc-a152-4638-97d5-f8e0e821051b 2019-01-03 11:13:49,181 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name... 2019-01-03 11:13:49,182 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name 2019-01-03 11:13:49,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" -d '{"security_group": {"name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name", "description": "hello group"}}' 2019-01-03 11:13:49,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-65ce472b-cc4b-41c3-b0dd-4f82c7e0ee5f Date: Thu, 03 Jan 2019 11:13:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 2, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}} 2019-01-03 11:13:49,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-65ce472b-cc4b-41c3-b0dd-4f82c7e0ee5f 2019-01-03 11:13:49,550 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:49,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:49,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b049225-96ce-44d8-9120-cdee721ddeec Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}]} 2019-01-03 11:13:49,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-2b049225-96ce-44d8-9120-cdee721ddeec 2019-01-03 11:13:49,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:49,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:49,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-119151ca-399e-4162-8db7-a84cbdd488b1 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}]} 2019-01-03 11:13:49,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-119151ca-399e-4162-8db7-a84cbdd488b1 2019-01-03 11:13:49,753 - neutron_utils - INFO - Retrieving security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:49,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-be5e47fa-c603-4976-a83b-eea43d0ea2a0 Date: Thu, 03 Jan 2019 11:13:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 2, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:49,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-be5e47fa-c603-4976-a83b-eea43d0ea2a0 2019-01-03 11:13:49,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:49,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fdac4451-904c-41a0-8593-2a551b9f6ff0 Date: Thu, 03 Jan 2019 11:13:50 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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}]} 2019-01-03 11:13:50,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-fdac4451-904c-41a0-8593-2a551b9f6ff0 2019-01-03 11:13:50,140 - neutron_utils - INFO - Retrieving security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:50,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3d4026ff-9c96-49fb-aa01-9f63c978de20 Date: Thu, 03 Jan 2019 11:13:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 2, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:50,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-3d4026ff-9c96-49fb-aa01-9f63c978de20 2019-01-03 11:13:50,194 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:50,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-75c86434-5e1d-4d55-af86-cf5819de9ef4 Date: Thu, 03 Jan 2019 11:13:50 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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}]} 2019-01-03 11:13:50,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-75c86434-5e1d-4d55-af86-cf5819de9ef4 2019-01-03 11:13:50,360 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name 2019-01-03 11:13:50,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-14b7563e-ad6a-40f5-b6bc-70a80144958b Date: Thu, 03 Jan 2019 11:13:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 2, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:50,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-14b7563e-ad6a-40f5-b6bc-70a80144958b 2019-01-03 11:13:50,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:13:50,579 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:13: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:13:50,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d40c55-fbe6-494e-996f-517fdb7d9d1d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}} 2019-01-03 11:13:50,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac used request id req-82d40c55-fbe6-494e-996f-517fdb7d9d1d 2019-01-03 11:13:50,659 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:50,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-08df4690-aeca-4f00-840b-092d6d4cba66 Date: Thu, 03 Jan 2019 11:13:50 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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}]} 2019-01-03 11:13:50,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-08df4690-aeca-4f00-840b-092d6d4cba66 2019-01-03 11:13:50,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}32e371be02f5c21cd6c0c7485740fae28398659a" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452"}}' 2019-01-03 11:13:51,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-b37a1954-5482-45da-b9cd-f843a93a6074 Date: Thu, 03 Jan 2019 11:13:51 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": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}} 2019-01-03 11:13:51,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-b37a1954-5482-45da-b9cd-f843a93a6074 2019-01-03 11:13:51,132 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name 2019-01-03 11:13:51,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-6d7bd44e-c2d0-4b2c-b30e-3afe9659855b Date: Thu, 03 Jan 2019 11:13:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 3, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:51,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-6d7bd44e-c2d0-4b2c-b30e-3afe9659855b 2019-01-03 11:13:51,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a826bbf-4f02-499e-8ee0-9a4c4e703ff7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}} 2019-01-03 11:13:51,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac used request id req-7a826bbf-4f02-499e-8ee0-9a4c4e703ff7 2019-01-03 11:13:51,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:51,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-8735daac-61b6-48dd-95cd-3ccc9b7e6d9b Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:51,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-8735daac-61b6-48dd-95cd-3ccc9b7e6d9b 2019-01-03 11:13:51,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}32e371be02f5c21cd6c0c7485740fae28398659a" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452"}}' 2019-01-03 11:13:51,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-220556c5-be4c-4094-a2a9-b30a5523c424 Date: Thu, 03 Jan 2019 11:13:51 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": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}} 2019-01-03 11:13:51,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-220556c5-be4c-4094-a2a9-b30a5523c424 2019-01-03 11:13:51,621 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name 2019-01-03 11:13:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-93dec6e3-e1f5-4f8c-b5f6-132f2645aca0 Date: Thu, 03 Jan 2019 11:13:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 4, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:51,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-93dec6e3-e1f5-4f8c-b5f6-132f2645aca0 2019-01-03 11:13:51,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-490c687c-8865-45ac-b096-bb3270dafb3a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}} 2019-01-03 11:13:51,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac used request id req-490c687c-8865-45ac-b096-bb3270dafb3a 2019-01-03 11:13:51,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:51,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:51,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-07d138ba-aabd-429a-84d3-d24a284aeb5b Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:51,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-07d138ba-aabd-429a-84d3-d24a284aeb5b 2019-01-03 11:13:51,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}32e371be02f5c21cd6c0c7485740fae28398659a" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10}}' 2019-01-03 11:13:52,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-1bf060b1-c07a-4f5f-8b57-71beaceb3512 Date: Thu, 03 Jan 2019 11:13:52 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": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}} 2019-01-03 11:13:52,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-1bf060b1-c07a-4f5f-8b57-71beaceb3512 2019-01-03 11:13:52,089 - neutron_utils - INFO - Retrieving security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:52,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:52,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7eaaf07b-ace6-4823-b046-38af1eeaa5fb Date: Thu, 03 Jan 2019 11:13:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:52,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-7eaaf07b-ace6-4823-b046-38af1eeaa5fb 2019-01-03 11:13:52,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:52,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:52,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4d703145-822e-4759-8e6d-6f81c76d0415 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:52,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-4d703145-822e-4759-8e6d-6f81c76d0415 2019-01-03 11:13:52,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:52,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b274afd54894ee988cb97ce60ac120a", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role"}], "expires_at": "2019-01-03T12:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/961b1f56c05e4cdb8ba0b7817363a7ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-user", "id": "96e54450580444d5940db8d1725082bd"}, "audit_ids": ["HczdWQhBT2u1-QBpRKZ0mg"], "issued_at": "2019-01-03T11:13:52.000000Z"}} 2019-01-03 11:13:52,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:52,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fe23e3cf-0936-4c29-bd37-167e391c7ebf Date: Thu, 03 Jan 2019 11:13:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:52,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name&description=hello+group used request id req-fe23e3cf-0936-4c29-bd37-167e391c7ebf 2019-01-03 11:13:52,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:52,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-4a6bc667-2dc0-4173-8144-8289ebadcac5 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:53,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-4a6bc667-2dc0-4173-8144-8289ebadcac5 2019-01-03 11:13:53,111 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:53,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-458be6f6-1b32-453f-bd4e-96c414499f2d Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:53,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-458be6f6-1b32-453f-bd4e-96c414499f2d 2019-01-03 11:13:53,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b62d81e9-bf77-4376-99ea-8348ff5a55da Date: Thu, 03 Jan 2019 11:13:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:53,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-b62d81e9-bf77-4376-99ea-8348ff5a55da 2019-01-03 11:13:53,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:53,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-0c2bd3d8-316d-4c3f-9e4c-1b068ff0afa4 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:53,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-0c2bd3d8-316d-4c3f-9e4c-1b068ff0afa4 2019-01-03 11:13:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-24ffc22d-5d6f-49b7-b5fc-c086417867ac Date: Thu, 03 Jan 2019 11:13:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:53,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-24ffc22d-5d6f-49b7-b5fc-c086417867ac 2019-01-03 11:13:53,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:53,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:53,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-24b3cc84-fe54-4335-a014-9b6eae5d62fd Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:53,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-24b3cc84-fe54-4335-a014-9b6eae5d62fd 2019-01-03 11:13:53,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:54,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-21fd602f-95d9-408d-988f-4069a7d33395 Date: Thu, 03 Jan 2019 11:13:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:54,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-21fd602f-95d9-408d-988f-4069a7d33395 2019-01-03 11:13:54,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:54,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:54,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d3694887-40cb-44e8-8df5-ca5de47d5948 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:54,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-d3694887-40cb-44e8-8df5-ca5de47d5948 2019-01-03 11:13:54,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:54,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8578b32a-9371-4ec5-9b80-20a5196cf54d Date: Thu, 03 Jan 2019 11:13:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:54,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-8578b32a-9371-4ec5-9b80-20a5196cf54d 2019-01-03 11:13:54,500 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:54,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:54,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a2e968da-4f9a-4762-93c4-4ed15e392f93 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:54,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-a2e968da-4f9a-4762-93c4-4ed15e392f93 2019-01-03 11:13:54,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:54,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-31d309c8-544a-42a9-88d5-4d84959eb2a7 Date: Thu, 03 Jan 2019 11:13:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:54,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-31d309c8-544a-42a9-88d5-4d84959eb2a7 2019-01-03 11:13:54,885 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:54,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-edc78c6d-8838-4582-a7e2-f1f87adb15e7 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:55,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-edc78c6d-8838-4582-a7e2-f1f87adb15e7 2019-01-03 11:13:55,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-196b1420-dd06-48ab-be0d-1527c45eda74 Date: Thu, 03 Jan 2019 11:13:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:55,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-196b1420-dd06-48ab-be0d-1527c45eda74 2019-01-03 11:13:55,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:55,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-22ac060e-36ae-4b1d-9767-1a0a46f33af4 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:55,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-22ac060e-36ae-4b1d-9767-1a0a46f33af4 2019-01-03 11:13:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-78c0ea69-000c-4524-9619-862a7105d17e Date: Thu, 03 Jan 2019 11:13:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:55,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-78c0ea69-000c-4524-9619-862a7105d17e 2019-01-03 11:13:55,398 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:55,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2ce59908-f6f1-40b8-b59e-78aa5c35181f Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:55,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-2ce59908-f6f1-40b8-b59e-78aa5c35181f 2019-01-03 11:13:55,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ef630f4d-3c74-4cb6-b2e8-1e4cbeeaa52c Date: Thu, 03 Jan 2019 11:13:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:55,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-ef630f4d-3c74-4cb6-b2e8-1e4cbeeaa52c 2019-01-03 11:13:55,627 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:55,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:55,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-14a61558-7ccf-4127-bb2a-cac25a810b08 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:55,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-14a61558-7ccf-4127-bb2a-cac25a810b08 2019-01-03 11:13:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:56,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a8d7cb73-871b-45d1-a5b6-c71f293b428a Date: Thu, 03 Jan 2019 11:13:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:56,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-a8d7cb73-871b-45d1-a5b6-c71f293b428a 2019-01-03 11:13:56,050 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:56,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:56,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2552ae4a-06e9-4772-8aab-f10c188eba58 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:56,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-2552ae4a-06e9-4772-8aab-f10c188eba58 2019-01-03 11:13:56,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:56,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e01016b5-a8a1-458c-82bf-ce4256cf6b5b Date: Thu, 03 Jan 2019 11:13:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "revision_number": 0, "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": 10, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "889cb58b-0658-49f6-a31c-7cc517b68af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "revision_number": 0, "id": "ded7ea59-3632-4448-af84-6bf4de079baa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 5, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "name": "CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name"}]} 2019-01-03 11:13:56,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name used request id req-e01016b5-a8a1-458c-82bf-ce4256cf6b5b 2019-01-03 11:13:56,153 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:56,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-184b48e2-e6b6-401d-b1d2-53cad8366d03 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:56,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-184b48e2-e6b6-401d-b1d2-53cad8366d03 2019-01-03 11:13:56,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:56,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d2b8249c-48b3-467e-a16c-422436f7f98d Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "238e8c4f-8e6a-405d-97ec-f6fe46861ec3"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:56,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-d2b8249c-48b3-467e-a16c-422436f7f98d 2019-01-03 11:13:56,366 - neutron_utils - INFO - Deleting security group rule with ID - 238e8c4f-8e6a-405d-97ec-f6fe46861ec3 2019-01-03 11:13:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/238e8c4f-8e6a-405d-97ec-f6fe46861ec3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:56,789 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37bdf683-c02d-407c-9a92-5ef2bd3132be Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:56,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/238e8c4f-8e6a-405d-97ec-f6fe46861ec3 used request id req-37bdf683-c02d-407c-9a92-5ef2bd3132be 2019-01-03 11:13:56,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2d07e10e-947b-4b0e-ae06-fc97ee2fd452 2019-01-03 11:13:56,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0620b7bc0fe7a44761d680840eeb017dab624ee9" 2019-01-03 11:13:56,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2002 X-Openstack-Request-Id: req-d43f033b-0802-4541-b431-72b9f4240270 Date: Thu, 03 Jan 2019 11:13:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:13:52Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": 10, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:52Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "3d9325a8-5c6e-4dc7-8f79-a439854343cc"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "40f64e72-74bc-4d2f-a1b6-dec265f41194"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "889cb58b-0658-49f6-a31c-7cc517b68af2"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:51Z", "security_group_id": "2d07e10e-947b-4b0e-ae06-fc97ee2fd452", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:51Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "ded7ea59-3632-4448-af84-6bf4de079baa"}]} 2019-01-03 11:13:56,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-d43f033b-0802-4541-b431-72b9f4240270 2019-01-03 11:13:56,824 - neutron_utils - INFO - Deleting security group rule with ID - 889cb58b-0658-49f6-a31c-7cc517b68af2 2019-01-03 11:13:56,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/889cb58b-0658-49f6-a31c-7cc517b68af2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:57,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2d6c9b1-a85a-49b2-8e96-d8a31388af4d Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:57,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/889cb58b-0658-49f6-a31c-7cc517b68af2 used request id req-f2d6c9b1-a85a-49b2-8e96-d8a31388af4d 2019-01-03 11:13:57,067 - neutron_utils - INFO - Deleting security group rule with ID - 238e8c4f-8e6a-405d-97ec-f6fe46861ec3 2019-01-03 11:13:57,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/238e8c4f-8e6a-405d-97ec-f6fe46861ec3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:57,247 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-ec1bff45-7b77-492f-b794-aa27e101c022 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 238e8c4f-8e6a-405d-97ec-f6fe46861ec3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:13:57,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/238e8c4f-8e6a-405d-97ec-f6fe46861ec3 used request id req-ec1bff45-7b77-492f-b794-aa27e101c022 2019-01-03 11:13:57,247 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 238e8c4f-8e6a-405d-97ec-f6fe46861ec3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:13:57,248 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 238e8c4f-8e6a-405d-97ec-f6fe46861ec3 does not exist Neutron server returns request_ids: ['req-ec1bff45-7b77-492f-b794-aa27e101c022'] 2019-01-03 11:13:57,248 - neutron_utils - INFO - Deleting security group rule with ID - 40f64e72-74bc-4d2f-a1b6-dec265f41194 2019-01-03 11:13:57,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/40f64e72-74bc-4d2f-a1b6-dec265f41194 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:57,361 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04d288ae-9f31-4921-8187-0c52c651eb5a Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:57,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/40f64e72-74bc-4d2f-a1b6-dec265f41194 used request id req-04d288ae-9f31-4921-8187-0c52c651eb5a 2019-01-03 11:13:57,361 - neutron_utils - INFO - Deleting security group rule with ID - ded7ea59-3632-4448-af84-6bf4de079baa 2019-01-03 11:13:57,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ded7ea59-3632-4448-af84-6bf4de079baa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:57,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f92b218-86a3-4310-b6d4-1e6437631160 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:57,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ded7ea59-3632-4448-af84-6bf4de079baa used request id req-2f92b218-86a3-4310-b6d4-1e6437631160 2019-01-03 11:13:57,616 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-18681c5f-f716-452c-80ae-8bbce6562741name 2019-01-03 11:13:57,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/2d07e10e-947b-4b0e-ae06-fc97ee2fd452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32e371be02f5c21cd6c0c7485740fae28398659a" 2019-01-03 11:13:57,771 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-798de955-291a-4557-a037-8503330a3936 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:57,771 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2d07e10e-947b-4b0e-ae06-fc97ee2fd452 used request id req-798de955-291a-4557-a037-8503330a3936 2019-01-03 11:13:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:57,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bf286094-3fe3-44eb-8364-0b45bd4cebe1 Date: Thu, 03 Jan 2019 11:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "updated_at": "2019-01-03T11:13:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "a7c36a19-6a07-4feb-b10c-bce2a004f36c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "a9fa5db2-56d8-4024-8a05-a0be2e00a9fc", "remote_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "be642ec2-08b7-42ee-955b-89bf8c2fd807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "revision_number": 0, "id": "e13f8d5e-6882-498f-81f1-6bdaeca89898", "remote_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "remote_ip_prefix": null, "created_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac"}], "revision_number": 4, "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "da432f52-152e-4794-9bb7-385d690992bc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:13:57,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-bf286094-3fe3-44eb-8364-0b45bd4cebe1 2019-01-03 11:13:57,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02fff2b9-0350-43c9-83c4-a92705f3289e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:13:58,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-02fff2b9-0350-43c9-83c4-a92705f3289e 2019-01-03 11:13:58,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202c34dc-0e4c-445b-8edc-1906fd07f877 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:13:58,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-202c34dc-0e4c-445b-8edc-1906fd07f877 2019-01-03 11:13:58,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bbc7e3-62ae-43b9-8043-4c567c57cc0c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:13:58,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-00bbc7e3-62ae-43b9-8043-4c567c57cc0c 2019-01-03 11:13:58,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a2cd87-e85a-461f-ada3-5dd1e8cccfee Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac"}, "enabled": true, "id": "961b1f56c05e4cdb8ba0b7817363a7ac", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-3bc71517-fafb-4a8-proj"}} 2019-01-03 11:13:58,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac used request id req-c5a2cd87-e85a-461f-ada3-5dd1e8cccfee 2019-01-03 11:13:58,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da432f52-152e-4794-9bb7-385d690992bc 2019-01-03 11:13:58,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=da432f52-152e-4794-9bb7-385d690992bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-78df38de-ef3a-43e5-8883-fb62cc66ec08 Date: Thu, 03 Jan 2019 11:13: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": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "a7c36a19-6a07-4feb-b10c-bce2a004f36c"}, {"remote_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "a9fa5db2-56d8-4024-8a05-a0be2e00a9fc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "be642ec2-08b7-42ee-955b-89bf8c2fd807"}, {"remote_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:13:49Z", "security_group_id": "da432f52-152e-4794-9bb7-385d690992bc", "port_range_min": null, "revision_number": 0, "tenant_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "created_at": "2019-01-03T11:13:49Z", "project_id": "961b1f56c05e4cdb8ba0b7817363a7ac", "id": "e13f8d5e-6882-498f-81f1-6bdaeca89898"}]} 2019-01-03 11:13:58,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=da432f52-152e-4794-9bb7-385d690992bc used request id req-78df38de-ef3a-43e5-8883-fb62cc66ec08 2019-01-03 11:13:58,540 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:13:58,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/da432f52-152e-4794-9bb7-385d690992bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:58,828 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95afdbaa-d61a-42ad-b2da-5f953aef3e00 Content-Length: 0 Date: Thu, 03 Jan 2019 11:13:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:13:58,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/da432f52-152e-4794-9bb7-385d690992bc used request id req-95afdbaa-d61a-42ad-b2da-5f953aef3e00 2019-01-03 11:13:58,829 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-proj 2019-01-03 11:13:58,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:59,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0c20636-d6bc-4fe5-b77d-548d9e221e57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:59,019 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/961b1f56c05e4cdb8ba0b7817363a7ac used request id req-c0c20636-d6bc-4fe5-b77d-548d9e221e57 2019-01-03 11:13:59,019 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-proj-role 2019-01-03 11:13:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:59,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7c4ccac-d656-4010-8973-2b7d7273ad36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:59,135 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2b274afd54894ee988cb97ce60ac120a used request id req-b7c4ccac-d656-4010-8973-2b7d7273ad36 2019-01-03 11:13:59,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18adb3f08c2d15ffc49eea0b596d9b7d383f9b90" 2019-01-03 11:13:59,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c3507c-1b25-4ca5-9d37-c52098a7764b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:13:59,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-38c3507c-1b25-4ca5-9d37-c52098a7764b 2019-01-03 11:13:59,240 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3bc71517-fafb-4a8-user 2019-01-03 11:13:59,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/96e54450580444d5940db8d1725082bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40dbbb7c945a376229f6fbb7199e250c695e7ee3" 2019-01-03 11:13:59,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16dcf5e6-41e5-4f5d-92b7-2721439d4ebd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:13:59,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/96e54450580444d5940db8d1725082bd used request id req-16dcf5e6-41e5-4f5d-92b7-2721439d4ebd 2019-01-03 11:13:59,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:13:59,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["PqdKCsgqSnCTIZzESjEJtA"], "issued_at": "2019-01-03T11:13:59.000000Z"}} 2019-01-03 11:13:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}916e27654408b21110c8a0a768e763363b7ac5e0" 2019-01-03 11:13:59,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9494661-f2f1-409d-bee3-8adc14b45470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:13:59,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9494661-f2f1-409d-bee3-8adc14b45470 2019-01-03 11:13:59,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:13:59,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:00,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["84i-H_8WQz2mlBde9giZxw"], "issued_at": "2019-01-03T11:14:00.000000Z"}} 2019-01-03 11:14:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:00,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-081102ac-2f30-439d-8cff-7564a14927bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:00,373 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-081102ac-2f30-439d-8cff-7564a14927bd 2019-01-03 11:14:00,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:00,384 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:00,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:00,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e53ab15b-b1f9-4e33-ac58-a7ec0bfa6c98 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:00,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj used request id req-e53ab15b-b1f9-4e33-ac58-a7ec0bfa6c98 2019-01-03 11:14:00,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:00,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ca927f-dfe7-4fb2-ace4-ddace6234f4a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:00,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-79ca927f-dfe7-4fb2-ace4-ddace6234f4a 2019-01-03 11:14:00,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}}' 2019-01-03 11:14:00,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e290bab-f8db-4426-98ee-3e2be9851936 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}} 2019-01-03 11:14:00,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e290bab-f8db-4426-98ee-3e2be9851936 2019-01-03 11:14:00,609 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-proj 2019-01-03 11:14:00,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:00,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:00,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jiSwEfdXQ_SYeCfeiATvHA"], "issued_at": "2019-01-03T11:14:00.000000Z"}} 2019-01-03 11:14:00,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a20da89f8c9c01fa8d66468d2e9d72ef70ed62" 2019-01-03 11:14:01,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d66e557f-6933-47e7-ab95-ab957dc37a33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:01,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d66e557f-6933-47e7-ab95-ab957dc37a33 2019-01-03 11:14:01,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:01,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:01,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a20da89f8c9c01fa8d66468d2e9d72ef70ed62" 2019-01-03 11:14:01,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed934662-262b-4793-87c1-e21bf92d08f2 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:01,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ed934662-262b-4793-87c1-e21bf92d08f2 2019-01-03 11:14:01,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a20da89f8c9c01fa8d66468d2e9d72ef70ed62" 2019-01-03 11:14:01,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77c5666-58bb-4360-a130-b0a3beb41081 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}]} 2019-01-03 11:14:01,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSecurityGroupTests-f9bddda4-301b-4ed-proj used request id req-c77c5666-58bb-4360-a130-b0a3beb41081 2019-01-03 11:14:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a20da89f8c9c01fa8d66468d2e9d72ef70ed62" 2019-01-03 11:14:01,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055ef934-0fbd-42e3-9702-66a4e57034c4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:01,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-055ef934-0fbd-42e3-9702-66a4e57034c4 2019-01-03 11:14:01,784 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-user 2019-01-03 11:14:01,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:01,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:01,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcacfdc4-95d0-4dee-9b5d-902a0817eec4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:01,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fcacfdc4-95d0-4dee-9b5d-902a0817eec4 2019-01-03 11:14:01,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" -d '{"role": {"name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role"}}' 2019-01-03 11:14:02,016 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4e9cf70-cc4c-4b3b-a34f-e81fbc6e094a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "70eb28736a1f4a2ebdc94c03cbe4f409", "links": {"self": "http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409"}, "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role"}} 2019-01-03 11:14:02,016 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d4e9cf70-cc4c-4b3b-a34f-e81fbc6e094a 2019-01-03 11:14:02,016 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role 2019-01-03 11:14:02,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:02,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2487ec-b8d8-4789-87de-23bc40201de6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409"}, "domain_id": null, "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role", "id": "70eb28736a1f4a2ebdc94c03cbe4f409"}} 2019-01-03 11:14:02,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409 used request id req-fd2487ec-b8d8-4789-87de-23bc40201de6 2019-01-03 11:14:02,103 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role to project CreateSecurityGroupTests-f9bddda4-301b-4ed-proj 2019-01-03 11:14:02,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01/users/5009f2af34c844c698f81856a8a19edd/roles/70eb28736a1f4a2ebdc94c03cbe4f409 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:02,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d399205-545f-4c9e-9fe6-52ebd9684a67 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:02,241 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01/users/5009f2af34c844c698f81856a8a19edd/roles/70eb28736a1f4a2ebdc94c03cbe4f409 used request id req-1d399205-545f-4c9e-9fe6-52ebd9684a67 2019-01-03 11:14:02,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:02,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:02,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70eb28736a1f4a2ebdc94c03cbe4f409", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role"}], "expires_at": "2019-01-03T12:14:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df14f7db358846a4815bc6ecea916a01", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-user", "id": "5009f2af34c844c698f81856a8a19edd"}, "audit_ids": ["FiN8O19MRwKAy5DZET6R-A"], "issued_at": "2019-01-03T11:14:02.000000Z"}} 2019-01-03 11:14:02,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:02,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4662c0b4-fd35-47e0-bce0-b64112d85715 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:02,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4662c0b4-fd35-47e0-bce0-b64112d85715 2019-01-03 11:14:02,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:03,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-51b229b7-044a-4a99-8a0d-80ba660424f7 Date: Thu, 03 Jan 2019 11:14:03 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:14:03,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name&description=hello+group used request id req-51b229b7-044a-4a99-8a0d-80ba660424f7 2019-01-03 11:14:03,073 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name... 2019-01-03 11:14:03,073 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name 2019-01-03 11:14:03,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" -d '{"security_group": {"name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name", "description": "hello group"}}' 2019-01-03 11:14:03,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-f5fe6d98-6057-43db-8a0d-bce6f6a51ee3 Date: Thu, 03 Jan 2019 11:14:03 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 2, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}} 2019-01-03 11:14:03,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-f5fe6d98-6057-43db-8a0d-bce6f6a51ee3 2019-01-03 11:14:03,431 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:03,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:03,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-085082db-45da-4250-9578-a645fbac77c2 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}]} 2019-01-03 11:14:03,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-085082db-45da-4250-9578-a645fbac77c2 2019-01-03 11:14:03,624 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:03,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:03,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4444ffe6-d0f9-4d0b-ae6a-5cd8b3dc0106 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}]} 2019-01-03 11:14:03,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-4444ffe6-d0f9-4d0b-ae6a-5cd8b3dc0106 2019-01-03 11:14:03,790 - neutron_utils - INFO - Retrieving security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:03,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:03,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-53806e73-b052-4c57-84dd-1527076dedf3 Date: Thu, 03 Jan 2019 11:14:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 2, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:03,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-53806e73-b052-4c57-84dd-1527076dedf3 2019-01-03 11:14:03,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:03,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dd29872c-553b-4c43-9647-fef674d19be8 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}]} 2019-01-03 11:14:04,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-dd29872c-553b-4c43-9647-fef674d19be8 2019-01-03 11:14:04,023 - neutron_utils - INFO - Retrieving security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:04,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-30b50f85-561d-48b3-a7eb-9350dee9486d Date: Thu, 03 Jan 2019 11:14:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 2, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:04,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-30b50f85-561d-48b3-a7eb-9350dee9486d 2019-01-03 11:14:04,230 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:04,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82a4cb76-e6df-4f21-b706-abe3fc2ec3a5 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}]} 2019-01-03 11:14:04,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-82a4cb76-e6df-4f21-b706-abe3fc2ec3a5 2019-01-03 11:14:04,407 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name 2019-01-03 11:14:04,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cf4d738a-6155-4668-a50b-c7a6727772f8 Date: Thu, 03 Jan 2019 11:14:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 2, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:04,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-cf4d738a-6155-4668-a50b-c7a6727772f8 2019-01-03 11:14:04,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:04,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:04,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34f8c53-e10b-4e8f-9321-1c5c06dc3260 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}} 2019-01-03 11:14:04,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 used request id req-c34f8c53-e10b-4e8f-9321-1c5c06dc3260 2019-01-03 11:14:04,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:04,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:04,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc38e0d1-295e-432c-b5d9-a4fbb7783c40 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}]} 2019-01-03 11:14:04,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-bc38e0d1-295e-432c-b5d9-a4fbb7783c40 2019-01-03 11:14:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}8dba3765b910778f3324849a55d99f46dfe35e92" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad"}}' 2019-01-03 11:14:05,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-fca06bef-abe2-454b-a4e7-1b51c6558776 Date: Thu, 03 Jan 2019 11:14:05 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": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}} 2019-01-03 11:14:05,053 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-fca06bef-abe2-454b-a4e7-1b51c6558776 2019-01-03 11:14:05,053 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name 2019-01-03 11:14:05,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:05,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-abdf1427-0df6-4f5b-aa0b-0f04cb2ae0c4 Date: Thu, 03 Jan 2019 11:14:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 3, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:05,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-abdf1427-0df6-4f5b-aa0b-0f04cb2ae0c4 2019-01-03 11:14:05,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:05,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e74932-5b9e-41f7-ba3e-9f4114b07f0b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}} 2019-01-03 11:14:05,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 used request id req-21e74932-5b9e-41f7-ba3e-9f4114b07f0b 2019-01-03 11:14:05,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:05,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:05,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-819e40c3-92bc-4271-899f-09b12465de72 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:05,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-819e40c3-92bc-4271-899f-09b12465de72 2019-01-03 11:14:05,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}8dba3765b910778f3324849a55d99f46dfe35e92" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad"}}' 2019-01-03 11:14:05,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c9077280-cf2e-4f05-a1cc-7344f3980518 Date: Thu, 03 Jan 2019 11:14:05 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": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}} 2019-01-03 11:14:05,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-c9077280-cf2e-4f05-a1cc-7344f3980518 2019-01-03 11:14:05,832 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name 2019-01-03 11:14:05,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:06,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-f4ea5764-387c-4f71-955d-4f9a23b2c18b Date: Thu, 03 Jan 2019 11:14:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 4, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:06,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-f4ea5764-387c-4f71-955d-4f9a23b2c18b 2019-01-03 11:14:06,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:06,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dd53b06-0303-413d-8773-bb4721e959f6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}} 2019-01-03 11:14:06,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 used request id req-7dd53b06-0303-413d-8773-bb4721e959f6 2019-01-03 11:14:06,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:06,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-9e34126a-ef64-499c-9c9f-a12cbf8bd03e Date: Thu, 03 Jan 2019 11:14:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:06,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-9e34126a-ef64-499c-9c9f-a12cbf8bd03e 2019-01-03 11:14:06,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}8dba3765b910778f3324849a55d99f46dfe35e92" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10}}' 2019-01-03 11:14:06,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-0452d771-1182-4d95-8c20-a1b32cf7e02d Date: Thu, 03 Jan 2019 11:14:06 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": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}} 2019-01-03 11:14:06,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-0452d771-1182-4d95-8c20-a1b32cf7e02d 2019-01-03 11:14:06,616 - neutron_utils - INFO - Retrieving security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:06,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:06,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-b7cad3a9-04bc-4f94-a422-1cfb269650b1 Date: Thu, 03 Jan 2019 11:14:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:06,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-b7cad3a9-04bc-4f94-a422-1cfb269650b1 2019-01-03 11:14:06,811 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:06,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:06,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ad2c7c6f-eef0-43ae-ba93-c4a1891a381e Date: Thu, 03 Jan 2019 11:14:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:06,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-ad2c7c6f-eef0-43ae-ba93-c4a1891a381e 2019-01-03 11:14:06,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:07,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70eb28736a1f4a2ebdc94c03cbe4f409", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role"}], "expires_at": "2019-01-03T12:14:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df14f7db358846a4815bc6ecea916a01", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/df14f7db358846a4815bc6ecea916a01", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-user", "id": "5009f2af34c844c698f81856a8a19edd"}, "audit_ids": ["YCRCXXl_SWigkyYnePMPKQ"], "issued_at": "2019-01-03T11:14:07.000000Z"}} 2019-01-03 11:14:07,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:07,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-57d19660-194d-4749-a350-b77395fec3a8 Date: Thu, 03 Jan 2019 11:14:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:07,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name&description=hello+group used request id req-57d19660-194d-4749-a350-b77395fec3a8 2019-01-03 11:14:07,450 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:07,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:07,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d54a62ab-1306-4b7d-afc2-4126580211ca Date: Thu, 03 Jan 2019 11:14:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:07,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-d54a62ab-1306-4b7d-afc2-4126580211ca 2019-01-03 11:14:07,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:07,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-adcba969-5eb6-4c2b-a5b0-cff15791aac0 Date: Thu, 03 Jan 2019 11:14:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:07,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-adcba969-5eb6-4c2b-a5b0-cff15791aac0 2019-01-03 11:14:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:07,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-02cadc2e-dd12-4a0d-9fa9-a763bb2309d9 Date: Thu, 03 Jan 2019 11:14:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:07,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-02cadc2e-dd12-4a0d-9fa9-a763bb2309d9 2019-01-03 11:14:07,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:07,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-353f205e-0ae1-4983-8cb7-3638e0d03ff0 Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:08,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-353f205e-0ae1-4983-8cb7-3638e0d03ff0 2019-01-03 11:14:08,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3ca9f664-e378-4a2a-9017-c640cf469806 Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:08,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-3ca9f664-e378-4a2a-9017-c640cf469806 2019-01-03 11:14:08,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:08,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-db14902f-4365-49d5-a6e9-cdd5f9c7ccc6 Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:08,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-db14902f-4365-49d5-a6e9-cdd5f9c7ccc6 2019-01-03 11:14:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a5555094-ff63-4ff3-b35e-5e995eb87eb0 Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:08,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-a5555094-ff63-4ff3-b35e-5e995eb87eb0 2019-01-03 11:14:08,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3efa448b-25cf-4c07-aaa6-b17c0fe06f6e Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:08,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-3efa448b-25cf-4c07-aaa6-b17c0fe06f6e 2019-01-03 11:14:08,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:08,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-49894f78-5c1d-4792-9de8-a9815c1fc3e2 Date: Thu, 03 Jan 2019 11:14:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:08,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-49894f78-5c1d-4792-9de8-a9815c1fc3e2 2019-01-03 11:14:08,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:08,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f74f671a-142a-45f9-826c-6d0797b7e271 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:09,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-f74f671a-142a-45f9-826c-6d0797b7e271 2019-01-03 11:14:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-f535c8a3-b3f3-419a-a380-e38f46602a31 Date: Thu, 03 Jan 2019 11:14:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:09,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-f535c8a3-b3f3-419a-a380-e38f46602a31 2019-01-03 11:14:09,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-972bce79-4ef6-4187-8f94-273493e62ac9 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:09,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-972bce79-4ef6-4187-8f94-273493e62ac9 2019-01-03 11:14:09,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d4c88702-8471-4087-88cb-17fd67bae56b Date: Thu, 03 Jan 2019 11:14:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:09,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-d4c88702-8471-4087-88cb-17fd67bae56b 2019-01-03 11:14:09,733 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:09,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1f6a1553-75a2-46d0-8f1f-011d383b4fb6 Date: Thu, 03 Jan 2019 11:14: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": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:09,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-1f6a1553-75a2-46d0-8f1f-011d383b4fb6 2019-01-03 11:14:09,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:09,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3d786cad-2bc5-4abc-8314-777beb6d2947 Date: Thu, 03 Jan 2019 11:14:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:09,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-3d786cad-2bc5-4abc-8314-777beb6d2947 2019-01-03 11:14:09,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2c27976c-2f02-4b9c-bedd-efbab9d905f3 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:10,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-2c27976c-2f02-4b9c-bedd-efbab9d905f3 2019-01-03 11:14:10,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-53dde233-b4be-4dc4-a02c-c6ca5fb124b2 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:10,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-53dde233-b4be-4dc4-a02c-c6ca5fb124b2 2019-01-03 11:14:10,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:10,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-30f774ee-5f11-44da-b922-b3a52fb8fad7 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:10,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-30f774ee-5f11-44da-b922-b3a52fb8fad7 2019-01-03 11:14:10,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2f8c19fd-a083-410a-9106-3691fb4241a5 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:10,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-2f8c19fd-a083-410a-9106-3691fb4241a5 2019-01-03 11:14:10,149 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:10,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-93822277-db93-47da-9eb9-2061b14c093e Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:10,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-93822277-db93-47da-9eb9-2061b14c093e 2019-01-03 11:14:10,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-8b1d41de-8939-41a6-8a09-1488e0e9b166 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:10,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-8b1d41de-8939-41a6-8a09-1488e0e9b166 2019-01-03 11:14:10,535 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ea3a424d-5d5f-436a-8c01-599c2c8a0419 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:10,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-ea3a424d-5d5f-436a-8c01-599c2c8a0419 2019-01-03 11:14:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-10c00e63-39d8-44fe-a153-7f661305bc54 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "updated_at": "2019-01-03T11:14:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "revision_number": 0, "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": 10, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "revision_number": 0, "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "revision_number": 0, "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 5, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5021afec-3760-450e-8d34-8f408f7dbbad", "name": "CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name"}]} 2019-01-03 11:14:10,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name used request id req-10c00e63-39d8-44fe-a153-7f661305bc54 2019-01-03 11:14:10,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:10,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-888bf087-8205-4240-93d3-21f2827d08d1 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:04Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:04Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "d7ab914f-7a3c-4e80-a384-1123f8a19aa9"}]} 2019-01-03 11:14:10,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-888bf087-8205-4240-93d3-21f2827d08d1 2019-01-03 11:14:10,671 - neutron_utils - INFO - Deleting security group rule with ID - d7ab914f-7a3c-4e80-a384-1123f8a19aa9 2019-01-03 11:14:10,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d7ab914f-7a3c-4e80-a384-1123f8a19aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:10,939 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef8ee13d-013d-41c4-bb58-05269237198d Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:10,939 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d7ab914f-7a3c-4e80-a384-1123f8a19aa9 used request id req-ef8ee13d-013d-41c4-bb58-05269237198d 2019-01-03 11:14:10,939 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2019-01-03 11:14:10,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5021afec-3760-450e-8d34-8f408f7dbbad 2019-01-03 11:14:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380ee3f4b7c8271bfbfd6b9b581f19d4ac66c21f" 2019-01-03 11:14:10,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-b20ec084-6460-4cfe-b494-ed01c7b06487 Date: Thu, 03 Jan 2019 11:14:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "01c8a6e2-c795-45c3-9f29-2eca0c2a2401"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2019-01-03T11:14:06Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": 10, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:06Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0445ace9-9a33-44ec-911d-3c8fea98c4cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "36fca93b-fb96-469b-92bb-32fbdd969d0a"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:05Z", "security_group_id": "5021afec-3760-450e-8d34-8f408f7dbbad", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:05Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "5c97d70e-5f3e-4b8f-9852-322f36a5f8c0"}]} 2019-01-03 11:14:10,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5021afec-3760-450e-8d34-8f408f7dbbad used request id req-b20ec084-6460-4cfe-b494-ed01c7b06487 2019-01-03 11:14:10,975 - neutron_utils - INFO - Deleting security group rule with ID - 36fca93b-fb96-469b-92bb-32fbdd969d0a 2019-01-03 11:14:10,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/36fca93b-fb96-469b-92bb-32fbdd969d0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7c36d74-b4f3-4210-a4cf-98dff26b14a1 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:11,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/36fca93b-fb96-469b-92bb-32fbdd969d0a used request id req-a7c36d74-b4f3-4210-a4cf-98dff26b14a1 2019-01-03 11:14:11,224 - neutron_utils - INFO - Deleting security group rule with ID - 5c97d70e-5f3e-4b8f-9852-322f36a5f8c0 2019-01-03 11:14:11,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5c97d70e-5f3e-4b8f-9852-322f36a5f8c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,331 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d10c882-171f-448d-aa14-15abe7b7ec14 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:11,331 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5c97d70e-5f3e-4b8f-9852-322f36a5f8c0 used request id req-4d10c882-171f-448d-aa14-15abe7b7ec14 2019-01-03 11:14:11,331 - neutron_utils - INFO - Deleting security group rule with ID - d7ab914f-7a3c-4e80-a384-1123f8a19aa9 2019-01-03 11:14:11,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d7ab914f-7a3c-4e80-a384-1123f8a19aa9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,357 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-8faff648-dd3d-46b2-b14c-2005d9ce0425 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: {"NeutronError": {"message": "Security group rule d7ab914f-7a3c-4e80-a384-1123f8a19aa9 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:14:11,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d7ab914f-7a3c-4e80-a384-1123f8a19aa9 used request id req-8faff648-dd3d-46b2-b14c-2005d9ce0425 2019-01-03 11:14:11,357 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule d7ab914f-7a3c-4e80-a384-1123f8a19aa9 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2019-01-03 11:14:11,358 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d7ab914f-7a3c-4e80-a384-1123f8a19aa9 does not exist Neutron server returns request_ids: ['req-8faff648-dd3d-46b2-b14c-2005d9ce0425'] 2019-01-03 11:14:11,358 - neutron_utils - INFO - Deleting security group rule with ID - 0445ace9-9a33-44ec-911d-3c8fea98c4cc 2019-01-03 11:14:11,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/0445ace9-9a33-44ec-911d-3c8fea98c4cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1002f09f-ae4b-4f64-8084-bcd7ac74b910 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:11,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/0445ace9-9a33-44ec-911d-3c8fea98c4cc used request id req-1002f09f-ae4b-4f64-8084-bcd7ac74b910 2019-01-03 11:14:11,599 - neutron_utils - INFO - Deleting security group rule with ID - 01c8a6e2-c795-45c3-9f29-2eca0c2a2401 2019-01-03 11:14:11,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/01c8a6e2-c795-45c3-9f29-2eca0c2a2401 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fe8c65f-2a7e-4fc0-84e3-d664bd2c2029 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:11,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/01c8a6e2-c795-45c3-9f29-2eca0c2a2401 used request id req-5fe8c65f-2a7e-4fc0-84e3-d664bd2c2029 2019-01-03 11:14:11,715 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2ea9a77f-bfab-48c8-99df-d4c590bd37b9name 2019-01-03 11:14:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5021afec-3760-450e-8d34-8f408f7dbbad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dba3765b910778f3324849a55d99f46dfe35e92" 2019-01-03 11:14:11,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-591a4b05-e5e8-4421-b54c-0d1104fccd40 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:11,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5021afec-3760-450e-8d34-8f408f7dbbad used request id req-591a4b05-e5e8-4421-b54c-0d1104fccd40 2019-01-03 11:14:11,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b458878d-3d59-41a3-b255-ba35e5137445 Date: Thu, 03 Jan 2019 11:14:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:02Z", "updated_at": "2019-01-03T11:14:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "0f15517f-9cbd-447c-8129-aa36fbed7f2d", "remote_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "1895eed2-f520-4ea0-8b9a-7a9ccb1a0cfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv6", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:02Z", "revision_number": 0, "id": "25727252-3591-45e6-aa91-723023f198f9", "remote_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:02Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "revision_number": 0, "id": "eeb80fba-50b7-4a0b-b682-74964d42a40e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "tenant_id": "df14f7db358846a4815bc6ecea916a01", "port_range_min": null, "ethertype": "IPv4", "project_id": "df14f7db358846a4815bc6ecea916a01"}], "revision_number": 4, "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:14:12,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b458878d-3d59-41a3-b255-ba35e5137445 2019-01-03 11:14:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142a40a3-32b9-4a60-92d5-10ea7073702c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:14:12,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-142a40a3-32b9-4a60-92d5-10ea7073702c 2019-01-03 11:14:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497e5d99-ff0f-4605-b79d-aa0f8c8be786 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01"}, "enabled": true, "id": "df14f7db358846a4815bc6ecea916a01", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-f9bddda4-301b-4ed-proj"}} 2019-01-03 11:14:12,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 used request id req-497e5d99-ff0f-4605-b79d-aa0f8c8be786 2019-01-03 11:14:12,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7fd8031e-5e72-497d-bb94-3159bb6898ac 2019-01-03 11:14:12,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7fd8031e-5e72-497d-bb94-3159bb6898ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e95399c9-2f1f-49b5-a604-ef68be5e2278 Date: Thu, 03 Jan 2019 11:14:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "0f15517f-9cbd-447c-8129-aa36fbed7f2d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "1895eed2-f520-4ea0-8b9a-7a9ccb1a0cfd"}, {"remote_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:02Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:02Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "25727252-3591-45e6-aa91-723023f198f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:14:03Z", "security_group_id": "7fd8031e-5e72-497d-bb94-3159bb6898ac", "port_range_min": null, "revision_number": 0, "tenant_id": "df14f7db358846a4815bc6ecea916a01", "created_at": "2019-01-03T11:14:03Z", "project_id": "df14f7db358846a4815bc6ecea916a01", "id": "eeb80fba-50b7-4a0b-b682-74964d42a40e"}]} 2019-01-03 11:14:12,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7fd8031e-5e72-497d-bb94-3159bb6898ac used request id req-e95399c9-2f1f-49b5-a604-ef68be5e2278 2019-01-03 11:14:12,446 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:14:12,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7fd8031e-5e72-497d-bb94-3159bb6898ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,727 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-502cfcc3-40f2-4155-8ddc-bd59e9dd5587 Content-Length: 0 Date: Thu, 03 Jan 2019 11:14:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:14:12,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7fd8031e-5e72-497d-bb94-3159bb6898ac used request id req-502cfcc3-40f2-4155-8ddc-bd59e9dd5587 2019-01-03 11:14:12,728 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-proj 2019-01-03 11:14:12,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:12,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-def3a145-2338-434f-9e19-ca909fcacf80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:12,923 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/df14f7db358846a4815bc6ecea916a01 used request id req-def3a145-2338-434f-9e19-ca909fcacf80 2019-01-03 11:14:12,923 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-proj-role 2019-01-03 11:14:12,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:13,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88be8a81-5c4c-4801-916c-ed075e268026 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:13,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/70eb28736a1f4a2ebdc94c03cbe4f409 used request id req-88be8a81-5c4c-4801-916c-ed075e268026 2019-01-03 11:14:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db72e2147b9fdaaa61fc827203d77f0632d3d415" 2019-01-03 11:14:13,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8d1382-112c-457f-9a75-a6e6d882f6e4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:13,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7c8d1382-112c-457f-9a75-a6e6d882f6e4 2019-01-03 11:14:13,125 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-f9bddda4-301b-4ed-user 2019-01-03 11:14:13,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5009f2af34c844c698f81856a8a19edd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92a20da89f8c9c01fa8d66468d2e9d72ef70ed62" 2019-01-03 11:14:13,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb0107a1-20cf-4af4-b012-52cde1d2e25a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:13,297 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5009f2af34c844c698f81856a8a19edd used request id req-fb0107a1-20cf-4af4-b012-52cde1d2e25a 2019-01-03 11:14:13,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:13,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NtdVjtr9Rk6EQ6aheMxI4w"], "issued_at": "2019-01-03T11:14:13.000000Z"}} 2019-01-03 11:14:13,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2a8373b0d265424bdeb01a2233e4fa8e12bd3f" 2019-01-03 11:14:13,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3803f25b-f8b7-4da0-8331-63d906d2e536 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:13,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3803f25b-f8b7-4da0-8331-63d906d2e536 2019-01-03 11:14:13,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:13,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:14,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["eBPv-DfzQ_qz3mjbT2dFnw"], "issued_at": "2019-01-03T11:14:14.000000Z"}} 2019-01-03 11:14:14,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:14,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6201ac19-748b-485c-918b-3a49af2752fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:14,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6201ac19-748b-485c-918b-3a49af2752fb 2019-01-03 11:14:14,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:14,271 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:14,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-76849409-3218-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:14,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25be0390-6764-433a-9280-78e5304db6b3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-76849409-3218-41d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:14,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-76849409-3218-41d-proj used request id req-25be0390-6764-433a-9280-78e5304db6b3 2019-01-03 11:14:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:14,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8099a69-4991-4712-ad2d-4751ecae70bb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:14,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f8099a69-4991-4712-ad2d-4751ecae70bb 2019-01-03 11:14:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-76849409-3218-41d-proj"}}' 2019-01-03 11:14:14,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f5dbfe6-ac12-4b34-b680-0b508e0b867c Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d"}, "enabled": true, "id": "18fa7c60cf5046a087e8007036bec56d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-76849409-3218-41d-proj"}} 2019-01-03 11:14:14,753 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3f5dbfe6-ac12-4b34-b680-0b508e0b867c 2019-01-03 11:14:14,754 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-76849409-3218-41d-proj 2019-01-03 11:14:14,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:14,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:15,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["IcruAz_lTDiE7OvDdLMaMQ"], "issued_at": "2019-01-03T11:14:15.000000Z"}} 2019-01-03 11:14:15,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db26d9cb5756437db6530c4907238148a6b9367" 2019-01-03 11:14:15,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47626ce9-ad77-4158-bcbe-5e8f7445eec3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:15,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-47626ce9-ad77-4158-bcbe-5e8f7445eec3 2019-01-03 11:14:15,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:15,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:15,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db26d9cb5756437db6530c4907238148a6b9367" 2019-01-03 11:14:15,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3dbfac1-f156-4465-a42c-07e609ade03a Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:15,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c3dbfac1-f156-4465-a42c-07e609ade03a 2019-01-03 11:14:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-76849409-3218-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db26d9cb5756437db6530c4907238148a6b9367" 2019-01-03 11:14:15,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb83bb2-5ae2-4b14-9543-26082996e2a2 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-76849409-3218-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d"}, "enabled": true, "id": "18fa7c60cf5046a087e8007036bec56d", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-76849409-3218-41d-proj"}]} 2019-01-03 11:14:15,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-76849409-3218-41d-proj used request id req-afb83bb2-5ae2-4b14-9543-26082996e2a2 2019-01-03 11:14:15,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db26d9cb5756437db6530c4907238148a6b9367" 2019-01-03 11:14:15,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b182f0-168f-4bfd-b70c-30acd4129869 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:15,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-55b182f0-168f-4bfd-b70c-30acd4129869 2019-01-03 11:14:15,903 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-76849409-3218-41d-user 2019-01-03 11:14:15,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:15,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:15,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d476f6-c97e-4f16-9e43-3a945dafda70 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:15,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-31d476f6-c97e-4f16-9e43-3a945dafda70 2019-01-03 11:14:15,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" -d '{"role": {"name": "CreateImageSuccessTests-76849409-3218-41d-proj-role"}}' 2019-01-03 11:14:16,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d47d71c4-2940-4e35-b25f-a878b0bb296c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59b1871a8b574f358dce8c46960b58ba", "links": {"self": "http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba"}, "name": "CreateImageSuccessTests-76849409-3218-41d-proj-role"}} 2019-01-03 11:14:16,118 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d47d71c4-2940-4e35-b25f-a878b0bb296c 2019-01-03 11:14:16,118 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-76849409-3218-41d-proj-role 2019-01-03 11:14:16,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:16,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c030a0-9de7-44a3-aabd-c7c3faf86e7f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba"}, "domain_id": null, "name": "CreateImageSuccessTests-76849409-3218-41d-proj-role", "id": "59b1871a8b574f358dce8c46960b58ba"}} 2019-01-03 11:14:16,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba used request id req-b2c030a0-9de7-44a3-aabd-c7c3faf86e7f 2019-01-03 11:14:16,141 - keystone_utils - INFO - Granting role CreateImageSuccessTests-76849409-3218-41d-proj-role to project CreateImageSuccessTests-76849409-3218-41d-proj 2019-01-03 11:14:16,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d/users/9c8e1091be974c7691f9261dc8757ded/roles/59b1871a8b574f358dce8c46960b58ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:16,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3f4b5fe-20b5-4462-872b-3256e905db7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:16,264 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d/users/9c8e1091be974c7691f9261dc8757ded/roles/59b1871a8b574f358dce8c46960b58ba used request id req-d3f4b5fe-20b5-4462-872b-3256e905db7b 2019-01-03 11:14:16,285 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:14:16,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:16,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:16,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59b1871a8b574f358dce8c46960b58ba", "name": "CreateImageSuccessTests-76849409-3218-41d-proj-role"}], "expires_at": "2019-01-03T12:14:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18fa7c60cf5046a087e8007036bec56d", "name": "CreateImageSuccessTests-76849409-3218-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-76849409-3218-41d-user", "id": "9c8e1091be974c7691f9261dc8757ded"}, "audit_ids": ["kWQm9URPQaiv81ozxf3VVQ"], "issued_at": "2019-01-03T11:14:16.000000Z"}} 2019-01-03 11:14:16,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:16,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad88b4dc-7338-4844-8134-1a1f7ca206e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:16,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ad88b4dc-7338-4844-8134-1a1f7ca206e8 2019-01-03 11:14:16,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:16,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-161e178d-4bb5-4e90-8b2f-9100dfe54345 Date: Thu, 03 Jan 2019 11:14:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848"} 2019-01-03 11:14:16,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 used request id req-161e178d-4bb5-4e90-8b2f-9100dfe54345 2019-01-03 11:14:16,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:17,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c0ab526d-7f07-4283-9538-c7fd1fb12cef Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:17,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c0ab526d-7f07-4283-9538-c7fd1fb12cef 2019-01-03 11:14:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848"}' 2019-01-03 11:14:17,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df X-Openstack-Request-Id: req-df250de8-42da-4af5-8e88-c302f02236c3 Date: Thu, 03 Jan 2019 11:14:17 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "min_disk": 0, "protected": false, "id": "093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "file": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file", "checksum": null, "owner": "18fa7c60cf5046a087e8007036bec56d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:17,390 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-df250de8-42da-4af5-8e88-c302f02236c3 2019-01-03 11:14:17,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" -d '' 2019-01-03 11:14:19,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd667295-7555-49e3-b4a4-9c7195e0f173 Date: Thu, 03 Jan 2019 11:14:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:19,712 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file used request id req-dd667295-7555-49e3-b4a4-9c7195e0f173 2019-01-03 11:14:19,713 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:14:19,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:19,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2a980174-8df7-4b55-b2cf-400bce714b54 Date: Thu, 03 Jan 2019 11:14:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "metadata": {}}], "self": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "min_disk": 0, "protected": false, "id": "093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "file": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18fa7c60cf5046a087e8007036bec56d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:19,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df used request id req-2a980174-8df7-4b55-b2cf-400bce714b54 2019-01-03 11:14:19,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:19,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cff2e1e1-3c2a-48b3-8097-03f5f4bcf675 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:19,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cff2e1e1-3c2a-48b3-8097-03f5f4bcf675 2019-01-03 11:14:19,900 - create_image - INFO - Created image with name - CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 2019-01-03 11:14:19,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:20,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-486be757-cad8-4e8e-a9ab-eced70af2398 Date: Thu, 03 Jan 2019 11:14:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "metadata": {}}], "self": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "min_disk": 0, "protected": false, "id": "093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "file": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18fa7c60cf5046a087e8007036bec56d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:20,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df used request id req-486be757-cad8-4e8e-a9ab-eced70af2398 2019-01-03 11:14:20,169 - create_image - DEBUG - Instance status is - active 2019-01-03 11:14:20,169 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 2019-01-03 11:14:20,169 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 2019-01-03 11:14:20,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:20,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59b1871a8b574f358dce8c46960b58ba", "name": "CreateImageSuccessTests-76849409-3218-41d-proj-role"}], "expires_at": "2019-01-03T12:14:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18fa7c60cf5046a087e8007036bec56d", "name": "CreateImageSuccessTests-76849409-3218-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18fa7c60cf5046a087e8007036bec56d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-76849409-3218-41d-user", "id": "9c8e1091be974c7691f9261dc8757ded"}, "audit_ids": ["rY7iKgB4SyG5n_WeLrU7pQ"], "issued_at": "2019-01-03T11:14:20.000000Z"}} 2019-01-03 11:14:20,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa8eb0ba19c441f901870cc7e1ee53e79c32c03a" 2019-01-03 11:14:20,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-a3b09835-5d7e-46ba-80a2-7dde3d4a54a1 Date: Thu, 03 Jan 2019 11:14:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "metadata": {}}], "self": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "min_disk": 0, "protected": false, "id": "093d5e50-7c5b-4bc3-bb8b-3f8964c067df", "file": "/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18fa7c60cf5046a087e8007036bec56d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848"} 2019-01-03 11:14:20,800 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 used request id req-a3b09835-5d7e-46ba-80a2-7dde3d4a54a1 2019-01-03 11:14:20,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa8eb0ba19c441f901870cc7e1ee53e79c32c03a" 2019-01-03 11:14:20,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a749edc2-2a65-4581-b9e7-ede6c42994d0 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:20,958 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a749edc2-2a65-4581-b9e7-ede6c42994d0 2019-01-03 11:14:20,961 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 2019-01-03 11:14:20,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa8eb0ba19c441f901870cc7e1ee53e79c32c03a" 2019-01-03 11:14:22,076 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0000bbcf-4eee-45f1-8b77-3f97dde32520 Date: Thu, 03 Jan 2019 11:14:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:22,076 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df used request id req-0000bbcf-4eee-45f1-8b77-3f97dde32520 2019-01-03 11:14:22,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa8eb0ba19c441f901870cc7e1ee53e79c32c03a" 2019-01-03 11:14:22,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-742b79a7-8259-492e-8ff1-5f4192f7e3b8 Date: Thu, 03 Jan 2019 11:14:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848"} 2019-01-03 11:14:22,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 used request id req-742b79a7-8259-492e-8ff1-5f4192f7e3b8 2019-01-03 11:14:22,276 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-cceade52-5347-45fb-971a-e262b4900848 2019-01-03 11:14:22,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a1eb7a3ed23e29251faa78b6399954d5f7273e31" 2019-01-03 11:14:22,529 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-cd300fc0-3791-411e-a9e8-ca1730ec740b Date: Thu, 03 Jan 2019 11:14:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:22,529 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/093d5e50-7c5b-4bc3-bb8b-3f8964c067df used request id req-cd300fc0-3791-411e-a9e8-ca1730ec740b 2019-01-03 11:14:22,529 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2019-01-03 11:14:22,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:22,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-46e611af-c97f-4107-ab46-61829e051198 Date: Thu, 03 Jan 2019 11:14:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:14:22,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-46e611af-c97f-4107-ab46-61829e051198 2019-01-03 11:14:22,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:22,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11b837c9-d6ff-403f-aa83-5b87475c6b00 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:14:22,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-11b837c9-d6ff-403f-aa83-5b87475c6b00 2019-01-03 11:14:22,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:22,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b31903e-d4ef-419c-9593-a977c0b7d5fe 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:14:22,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4b31903e-d4ef-419c-9593-a977c0b7d5fe 2019-01-03 11:14:22,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:23,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d30e8b32-035c-43f1-9615-91e8861cd0a7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:14:23,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d30e8b32-035c-43f1-9615-91e8861cd0a7 2019-01-03 11:14:23,061 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-76849409-3218-41d-proj 2019-01-03 11:14:23,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:23,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3500d6e-fcc9-4924-9516-88c95ffdf4fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:23,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/18fa7c60cf5046a087e8007036bec56d used request id req-e3500d6e-fcc9-4924-9516-88c95ffdf4fc 2019-01-03 11:14:23,295 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-76849409-3218-41d-proj-role 2019-01-03 11:14:23,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:23,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a7f5960-aa11-4b95-b329-2e954d748ed0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:23,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/59b1871a8b574f358dce8c46960b58ba used request id req-4a7f5960-aa11-4b95-b329-2e954d748ed0 2019-01-03 11:14:23,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2486accb8f0bacaaa643d088a7f7ec409c78ec9d" 2019-01-03 11:14:23,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e8f745-5e42-4b9f-ac23-cb62f3fc9902 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:23,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-59e8f745-5e42-4b9f-ac23-cb62f3fc9902 2019-01-03 11:14:23,497 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-76849409-3218-41d-user 2019-01-03 11:14:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9c8e1091be974c7691f9261dc8757ded -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7db26d9cb5756437db6530c4907238148a6b9367" 2019-01-03 11:14:23,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80dc6283-3918-4835-b702-3936056e8d24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:23,687 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9c8e1091be974c7691f9261dc8757ded used request id req-80dc6283-3918-4835-b702-3936056e8d24 2019-01-03 11:14:23,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:24,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["AG6qMnZ_RKubgoggLGrbTg"], "issued_at": "2019-01-03T11:14:24.000000Z"}} 2019-01-03 11:14:24,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f10e8c0ec1d1deaf3699187c41c847f3ca74f0a6" 2019-01-03 11:14:24,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8323f35-c651-47f1-8f58-2427bcd4719e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:24,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e8323f35-c651-47f1-8f58-2427bcd4719e 2019-01-03 11:14:24,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:24,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:24,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["l-JWtWdfT4e02rp99nICLQ"], "issued_at": "2019-01-03T11:14:24.000000Z"}} 2019-01-03 11:14:24,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:24,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0be34e5-7fd0-481b-aeed-10039152de71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:24,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0be34e5-7fd0-481b-aeed-10039152de71 2019-01-03 11:14:24,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:24,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2aa651b2-e80c-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:24,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e024d1d5-1ec4-4463-8df2-ed66f0489221 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2aa651b2-e80c-454-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:24,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-2aa651b2-e80c-454-proj used request id req-e024d1d5-1ec4-4463-8df2-ed66f0489221 2019-01-03 11:14:24,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:24,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21edd54-17d8-4b87-81a0-b505d1ab8972 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:24,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c21edd54-17d8-4b87-81a0-b505d1ab8972 2019-01-03 11:14:24,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj"}}' 2019-01-03 11:14:24,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b9248fe-3fc8-4693-9997-54d4415eec67 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554"}, "enabled": true, "id": "224e612a169b4a79924c6a8b9bc3a554", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj"}} 2019-01-03 11:14:24,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4b9248fe-3fc8-4693-9997-54d4415eec67 2019-01-03 11:14:24,963 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2aa651b2-e80c-454-proj 2019-01-03 11:14:24,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:24,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:25,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["byWQBVFGRSO6GPj3vqO6Qw"], "issued_at": "2019-01-03T11:14:25.000000Z"}} 2019-01-03 11:14:25,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1410e5e1d9e879205297bc167a91034a04a3956" 2019-01-03 11:14:25,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8fa632-ee35-4bc3-b6f9-e2d03b26b64d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:25,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8a8fa632-ee35-4bc3-b6f9-e2d03b26b64d 2019-01-03 11:14:25,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:25,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:25,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1410e5e1d9e879205297bc167a91034a04a3956" 2019-01-03 11:14:25,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf37fc7-a45e-4c3f-bcb5-d264368636fc Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:25,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5cf37fc7-a45e-4c3f-bcb5-d264368636fc 2019-01-03 11:14:25,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2aa651b2-e80c-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1410e5e1d9e879205297bc167a91034a04a3956" 2019-01-03 11:14:25,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2354225b-70fd-46af-a223-d1aea0712750 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2aa651b2-e80c-454-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554"}, "enabled": true, "id": "224e612a169b4a79924c6a8b9bc3a554", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj"}]} 2019-01-03 11:14:25,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-2aa651b2-e80c-454-proj used request id req-2354225b-70fd-46af-a223-d1aea0712750 2019-01-03 11:14:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1410e5e1d9e879205297bc167a91034a04a3956" 2019-01-03 11:14:25,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a330aa50-ac55-4e0f-b282-235606bbf668 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:25,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a330aa50-ac55-4e0f-b282-235606bbf668 2019-01-03 11:14:26,107 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2aa651b2-e80c-454-user 2019-01-03 11:14:26,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:26,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:26,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f246f217-d34f-4828-8755-c68c15193dc4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:26,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f246f217-d34f-4828-8755-c68c15193dc4 2019-01-03 11:14:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" -d '{"role": {"name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj-role"}}' 2019-01-03 11:14:26,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c5e39bd-ee15-4b34-bf8e-3dd0f1eb514c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f7908fb8b444cbaaf44b2e50da9c59b", "links": {"self": "http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b"}, "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj-role"}} 2019-01-03 11:14:26,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c5e39bd-ee15-4b34-bf8e-3dd0f1eb514c 2019-01-03 11:14:26,245 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2aa651b2-e80c-454-proj-role 2019-01-03 11:14:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:26,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9de123-2926-4e4d-b76f-24a644c687d7 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b"}, "domain_id": null, "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj-role", "id": "1f7908fb8b444cbaaf44b2e50da9c59b"}} 2019-01-03 11:14:26,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b used request id req-8d9de123-2926-4e4d-b76f-24a644c687d7 2019-01-03 11:14:26,266 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2aa651b2-e80c-454-proj-role to project CreateImageSuccessTests-2aa651b2-e80c-454-proj 2019-01-03 11:14:26,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554/users/9671c07c409640a8a027400eea3e13a7/roles/1f7908fb8b444cbaaf44b2e50da9c59b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:26,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e0e9b8-f1c2-493c-8b5f-0f89180908ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:26,402 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554/users/9671c07c409640a8a027400eea3e13a7/roles/1f7908fb8b444cbaaf44b2e50da9c59b used request id req-81e0e9b8-f1c2-493c-8b5f-0f89180908ef 2019-01-03 11:14:26,403 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:14:26,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:26,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:26,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f7908fb8b444cbaaf44b2e50da9c59b", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj-role"}], "expires_at": "2019-01-03T12:14:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "224e612a169b4a79924c6a8b9bc3a554", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2aa651b2-e80c-454-user", "id": "9671c07c409640a8a027400eea3e13a7"}, "audit_ids": ["bbxmHHLYR8S6evOIIUxmdQ"], "issued_at": "2019-01-03T11:14:26.000000Z"}} 2019-01-03 11:14:26,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:26,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae60f3d-6bb7-4bed-8588-fcff92202205 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:26,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7ae60f3d-6bb7-4bed-8588-fcff92202205 2019-01-03 11:14:26,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:27,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-bd4f9656-84cc-4889-963f-155949f44431 Date: Thu, 03 Jan 2019 11:14:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd"} 2019-01-03 11:14:27,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd used request id req-bd4f9656-84cc-4889-963f-155949f44431 2019-01-03 11:14:27,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:27,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccc89dc3-fae0-4926-9b24-f4d922cf7a4d Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:27,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ccc89dc3-fae0-4926-9b24-f4d922cf7a4d 2019-01-03 11:14:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd"}' 2019-01-03 11:14:27,443 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 X-Openstack-Request-Id: req-65ffc951-f400-4683-a41e-54fd42bdbb63 Date: Thu, 03 Jan 2019 11:14:27 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336", "min_disk": 0, "protected": false, "id": "d96370f3-5879-4cf7-8b04-2048b095d336", "file": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file", "checksum": null, "owner": "224e612a169b4a79924c6a8b9bc3a554", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:27,443 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-65ffc951-f400-4683-a41e-54fd42bdbb63 2019-01-03 11:14:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" -d '' 2019-01-03 11:14:29,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3521fbb6-e182-442f-8248-318fcff7202c Date: Thu, 03 Jan 2019 11:14:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:29,206 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file used request id req-3521fbb6-e182-442f-8248-318fcff7202c 2019-01-03 11:14:29,207 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:14:29,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:29,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f07a301b-948a-4d1b-8739-5045f5f73cec Date: Thu, 03 Jan 2019 11:14:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "metadata": {}}], "self": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336", "min_disk": 0, "protected": false, "id": "d96370f3-5879-4cf7-8b04-2048b095d336", "file": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "224e612a169b4a79924c6a8b9bc3a554", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:29,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 used request id req-f07a301b-948a-4d1b-8739-5045f5f73cec 2019-01-03 11:14:29,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:29,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2bf35ff5-a598-4c3e-bbb1-a4b042d77bec Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:29,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2bf35ff5-a598-4c3e-bbb1-a4b042d77bec 2019-01-03 11:14:29,402 - create_image - INFO - Created image with name - CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd 2019-01-03 11:14:29,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:29,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4c0be602-7957-4478-802a-367edf754bd9 Date: Thu, 03 Jan 2019 11:14:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "metadata": {}}], "self": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336", "min_disk": 0, "protected": false, "id": "d96370f3-5879-4cf7-8b04-2048b095d336", "file": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "224e612a169b4a79924c6a8b9bc3a554", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:29,574 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 used request id req-4c0be602-7957-4478-802a-367edf754bd9 2019-01-03 11:14:29,575 - create_image - DEBUG - Instance status is - active 2019-01-03 11:14:29,575 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd 2019-01-03 11:14:29,575 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd 2019-01-03 11:14:29,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:29,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f7908fb8b444cbaaf44b2e50da9c59b", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj-role"}], "expires_at": "2019-01-03T12:14:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "224e612a169b4a79924c6a8b9bc3a554", "name": "CreateImageSuccessTests-2aa651b2-e80c-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/224e612a169b4a79924c6a8b9bc3a554", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-2aa651b2-e80c-454-user", "id": "9671c07c409640a8a027400eea3e13a7"}, "audit_ids": ["5y_DxgC2S1CKsq2QNvTmIA"], "issued_at": "2019-01-03T11:14:29.000000Z"}} 2019-01-03 11:14:29,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b99bb374dcfefb10e9e44ce0b68f147bfb790310" 2019-01-03 11:14:30,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-48f128db-6aa8-4d74-89e5-86579092a8dd Date: Thu, 03 Jan 2019 11:14:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "metadata": {}}], "self": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336", "min_disk": 0, "protected": false, "id": "d96370f3-5879-4cf7-8b04-2048b095d336", "file": "/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "224e612a169b4a79924c6a8b9bc3a554", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d96370f3-5879-4cf7-8b04-2048b095d336/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd"} 2019-01-03 11:14:30,239 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd used request id req-48f128db-6aa8-4d74-89e5-86579092a8dd 2019-01-03 11:14:30,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b99bb374dcfefb10e9e44ce0b68f147bfb790310" 2019-01-03 11:14:30,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e0776f0f-42e5-4dce-acba-e2c3295f7a05 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:30,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e0776f0f-42e5-4dce-acba-e2c3295f7a05 2019-01-03 11:14:30,408 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-126dd853-e658-4572-aa55-8dde362ef1cd 2019-01-03 11:14:30,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34187824392b912aafdeb900e37413541d0de52a" 2019-01-03 11:14:31,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24e1a19d-92f7-44e6-a3ac-f9cba75534a1 Date: Thu, 03 Jan 2019 11:14:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:31,664 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d96370f3-5879-4cf7-8b04-2048b095d336 used request id req-24e1a19d-92f7-44e6-a3ac-f9cba75534a1 2019-01-03 11:14:31,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:31,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0bbaf94c-4329-4c6e-9710-44160ed515ca Date: Thu, 03 Jan 2019 11:14:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:14:31,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0bbaf94c-4329-4c6e-9710-44160ed515ca 2019-01-03 11:14:31,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7440eb92-2ab6-4016-acb7-c70f478451b1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:14:32,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7440eb92-2ab6-4016-acb7-c70f478451b1 2019-01-03 11:14:32,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c48cc91-c972-46b4-8ae3-abce67348747 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:14:32,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-5c48cc91-c972-46b4-8ae3-abce67348747 2019-01-03 11:14:32,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a90a49-8cd3-4c6c-9714-d43ec3711af2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:14:32,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-19a90a49-8cd3-4c6c-9714-d43ec3711af2 2019-01-03 11:14:32,226 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2aa651b2-e80c-454-proj 2019-01-03 11:14:32,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a789b88d-099b-4250-8ab4-2886360ca474 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:32,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/224e612a169b4a79924c6a8b9bc3a554 used request id req-a789b88d-099b-4250-8ab4-2886360ca474 2019-01-03 11:14:32,433 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2aa651b2-e80c-454-proj-role 2019-01-03 11:14:32,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ef026ee-a6ba-4b31-88b3-efb64c33ce8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:32,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1f7908fb8b444cbaaf44b2e50da9c59b used request id req-7ef026ee-a6ba-4b31-88b3-efb64c33ce8f 2019-01-03 11:14:32,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37177a6b995aefb9f1a5321511008eb92a1ebb4a" 2019-01-03 11:14:32,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd90af14-4905-46a7-b212-871580bc6f76 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:32,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cd90af14-4905-46a7-b212-871580bc6f76 2019-01-03 11:14:32,661 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2aa651b2-e80c-454-user 2019-01-03 11:14:32,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9671c07c409640a8a027400eea3e13a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1410e5e1d9e879205297bc167a91034a04a3956" 2019-01-03 11:14:32,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf849b93-8906-4d33-9013-91a41685c0ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:32,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9671c07c409640a8a027400eea3e13a7 used request id req-cf849b93-8906-4d33-9013-91a41685c0ae 2019-01-03 11:14:32,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:33,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Qm8FXGzfR_KGS37fY_gHdQ"], "issued_at": "2019-01-03T11:14:33.000000Z"}} 2019-01-03 11:14:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ac0f983f98f7f3877c357f0441bfe8593a5396f" 2019-01-03 11:14:33,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c608f13f-5d2e-46ce-9683-d3f39dc939a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:33,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c608f13f-5d2e-46ce-9683-d3f39dc939a1 2019-01-03 11:14:33,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:33,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:33,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DkfxQfh1QG6eZi-K0KkNMA"], "issued_at": "2019-01-03T11:14:33.000000Z"}} 2019-01-03 11:14:33,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:33,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fef0e77-2015-4637-9b79-6a8c0e600e75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:33,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0fef0e77-2015-4637-9b79-6a8c0e600e75 2019-01-03 11:14:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:33,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:33,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:33,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eed4c3a-d0c7-48a6-8e82-3da7155c450a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:33,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj used request id req-2eed4c3a-d0c7-48a6-8e82-3da7155c450a 2019-01-03 11:14:33,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:33,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ee005d-4d89-4b1a-8ebe-fb52a4793c53 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:33,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c0ee005d-4d89-4b1a-8ebe-fb52a4793c53 2019-01-03 11:14:33,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj"}}' 2019-01-03 11:14:34,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d8d3621-c02e-45c1-8389-76de7053f811 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd"}, "enabled": true, "id": "66d01b486137437e8ce5f2d6f6cd50bd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj"}} 2019-01-03 11:14:34,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4d8d3621-c02e-45c1-8389-76de7053f811 2019-01-03 11:14:34,076 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-proj 2019-01-03 11:14:34,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:34,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:34,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["SOkVRqXCROii8mYEp93RVg"], "issued_at": "2019-01-03T11:14:34.000000Z"}} 2019-01-03 11:14:34,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d514e30be89b379d385d9c80dbf38b4b32bf03" 2019-01-03 11:14:34,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcfb42d7-9c89-48f5-afa1-fd01757a910c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:34,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fcfb42d7-9c89-48f5-afa1-fd01757a910c 2019-01-03 11:14:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:34,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:34,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d514e30be89b379d385d9c80dbf38b4b32bf03" 2019-01-03 11:14:34,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a3b9b4-1c99-4822-881a-7f2c021935d2 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:34,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-53a3b9b4-1c99-4822-881a-7f2c021935d2 2019-01-03 11:14:34,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d514e30be89b379d385d9c80dbf38b4b32bf03" 2019-01-03 11:14:34,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2498231c-d3bc-47fb-85f9-71bf7c4b4e30 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd"}, "enabled": true, "id": "66d01b486137437e8ce5f2d6f6cd50bd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj"}]} 2019-01-03 11:14:34,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-08a1dfbc-8a5e-484-proj used request id req-2498231c-d3bc-47fb-85f9-71bf7c4b4e30 2019-01-03 11:14:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d514e30be89b379d385d9c80dbf38b4b32bf03" 2019-01-03 11:14:34,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bda0b71-fa2a-4a6d-aba8-35e17182222e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:34,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3bda0b71-fa2a-4a6d-aba8-35e17182222e 2019-01-03 11:14:35,167 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-user 2019-01-03 11:14:35,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:35,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:35,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c531427-9c5a-4b0b-bda8-4fbfc6e963f3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:35,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c531427-9c5a-4b0b-bda8-4fbfc6e963f3 2019-01-03 11:14:35,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" -d '{"role": {"name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role"}}' 2019-01-03 11:14:35,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08a69b13-7e71-47cd-b775-e387c278e87a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3b2fab6e2dbb466fa74aab859a8ce3f9", "links": {"self": "http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9"}, "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role"}} 2019-01-03 11:14:35,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-08a69b13-7e71-47cd-b775-e387c278e87a 2019-01-03 11:14:35,376 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role 2019-01-03 11:14:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:35,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d245900-90f3-4265-8b3a-f72beafa1623 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9"}, "domain_id": null, "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role", "id": "3b2fab6e2dbb466fa74aab859a8ce3f9"}} 2019-01-03 11:14:35,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 used request id req-3d245900-90f3-4265-8b3a-f72beafa1623 2019-01-03 11:14:35,463 - keystone_utils - INFO - Granting role CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role to project CreateImageSuccessTests-08a1dfbc-8a5e-484-proj 2019-01-03 11:14:35,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd/users/1a199d435c5148c88b070c71b5433ad2/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:35,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c51e39e-c02d-4a15-942a-6597c8e7b082 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:35,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd/users/1a199d435c5148c88b070c71b5433ad2/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 used request id req-6c51e39e-c02d-4a15-942a-6597c8e7b082 2019-01-03 11:14:35,595 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:14:35,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:35,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:35,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2fab6e2dbb466fa74aab859a8ce3f9", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role"}], "expires_at": "2019-01-03T12:14:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66d01b486137437e8ce5f2d6f6cd50bd", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-user", "id": "1a199d435c5148c88b070c71b5433ad2"}, "audit_ids": ["8LHwuKWhQCi1mYiwHFL5Kw"], "issued_at": "2019-01-03T11:14:35.000000Z"}} 2019-01-03 11:14:35,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:36,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-325eb8d3-6d3b-4ec0-9523-e44c47b631bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:36,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-325eb8d3-6d3b-4ec0-9523-e44c47b631bb 2019-01-03 11:14:36,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:36,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-3bdd2005-0a0c-495f-bc7d-b2eb2e8bdd73 Date: Thu, 03 Jan 2019 11:14:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7"} 2019-01-03 11:14:36,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 used request id req-3bdd2005-0a0c-495f-bc7d-b2eb2e8bdd73 2019-01-03 11:14:36,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:36,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c81a24f-a9e1-47a4-b53e-6df40e069244 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:36,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8c81a24f-a9e1-47a4-b53e-6df40e069244 2019-01-03 11:14:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7"}' 2019-01-03 11:14:36,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 X-Openstack-Request-Id: req-e3470182-2bc6-4fe2-a4d2-c3dbd051faeb Date: Thu, 03 Jan 2019 11:14:36 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "min_disk": 0, "protected": false, "id": "5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "file": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file", "checksum": null, "owner": "66d01b486137437e8ce5f2d6f6cd50bd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:36,726 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e3470182-2bc6-4fe2-a4d2-c3dbd051faeb 2019-01-03 11:14:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" -d '' 2019-01-03 11:14:38,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2ad5da6-3605-40c3-8ae0-5c79e203198f Date: Thu, 03 Jan 2019 11:14:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:38,160 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file used request id req-f2ad5da6-3605-40c3-8ae0-5c79e203198f 2019-01-03 11:14:38,160 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:14:38,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:38,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-203056ce-0154-4971-aa11-17f37eb6f7ae Date: Thu, 03 Jan 2019 11:14:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:38Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "metadata": {}}], "self": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "min_disk": 0, "protected": false, "id": "5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "file": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66d01b486137437e8ce5f2d6f6cd50bd", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:38,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 used request id req-203056ce-0154-4971-aa11-17f37eb6f7ae 2019-01-03 11:14:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:38,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-158137a8-a5c4-493b-9d8e-047510fa9828 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:38,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-158137a8-a5c4-493b-9d8e-047510fa9828 2019-01-03 11:14:38,350 - create_image - INFO - Created image with name - CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 2019-01-03 11:14:38,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:38,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-bd68e627-87ee-4b4d-b646-fb301c80e06e Date: Thu, 03 Jan 2019 11:14:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:38Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "metadata": {}}], "self": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "min_disk": 0, "protected": false, "id": "5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "file": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66d01b486137437e8ce5f2d6f6cd50bd", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:38,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 used request id req-bd68e627-87ee-4b4d-b646-fb301c80e06e 2019-01-03 11:14:38,518 - create_image - DEBUG - Instance status is - active 2019-01-03 11:14:38,519 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 2019-01-03 11:14:38,519 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 2019-01-03 11:14:38,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:38,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3b2fab6e2dbb466fa74aab859a8ce3f9", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role"}], "expires_at": "2019-01-03T12:14:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66d01b486137437e8ce5f2d6f6cd50bd", "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/66d01b486137437e8ce5f2d6f6cd50bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-08a1dfbc-8a5e-484-user", "id": "1a199d435c5148c88b070c71b5433ad2"}, "audit_ids": ["EnYHXPliSu2M0HcPPwdXWQ"], "issued_at": "2019-01-03T11:14:38.000000Z"}} 2019-01-03 11:14:38,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}501796c3953997ddc1685c88a55af1b1d2009e67" 2019-01-03 11:14:39,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-08fd2e2b-85e6-4b3e-9f71-36ee774f4aaa Date: Thu, 03 Jan 2019 11:14:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:38Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "metadata": {}}], "self": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "min_disk": 0, "protected": false, "id": "5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6", "file": "/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "66d01b486137437e8ce5f2d6f6cd50bd", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7"} 2019-01-03 11:14:39,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 used request id req-08fd2e2b-85e6-4b3e-9f71-36ee774f4aaa 2019-01-03 11:14:39,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}501796c3953997ddc1685c88a55af1b1d2009e67" 2019-01-03 11:14:39,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc3dd88f-8574-43e2-a6ba-0efa9e866410 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:39,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dc3dd88f-8574-43e2-a6ba-0efa9e866410 2019-01-03 11:14:39,275 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-82e416f8-54fb-440d-b660-f630c13dc6d7 2019-01-03 11:14:39,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dfbe72ee6b5ab6ff7755bbb97522d61c51114643" 2019-01-03 11:14:40,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba844cac-5fec-4239-ba26-5186bd1da3a6 Date: Thu, 03 Jan 2019 11:14:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:40,736 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5ac82ad7-4fe6-4ff8-bea1-5b06c283e0b6 used request id req-ba844cac-5fec-4239-ba26-5186bd1da3a6 2019-01-03 11:14:40,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:40,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bef996f7-a736-4043-96c2-e76fc7dbd6f0 Date: Thu, 03 Jan 2019 11:14:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:14:40,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-bef996f7-a736-4043-96c2-e76fc7dbd6f0 2019-01-03 11:14:40,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-517946c3-2809-43eb-b792-5bdd1b9524a7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:14:41,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-517946c3-2809-43eb-b792-5bdd1b9524a7 2019-01-03 11:14:41,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e1e2e80-2d1e-4d93-938a-3b938c2b991c 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:14:41,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7e1e2e80-2d1e-4d93-938a-3b938c2b991c 2019-01-03 11:14:41,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc017538-b0cb-4776-957f-a81f7c86dc92 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:14:41,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-dc017538-b0cb-4776-957f-a81f7c86dc92 2019-01-03 11:14:41,248 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-proj 2019-01-03 11:14:41,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b715cc3c-6164-4a7e-bbcc-31e97139dbbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:41,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/66d01b486137437e8ce5f2d6f6cd50bd used request id req-b715cc3c-6164-4a7e-bbcc-31e97139dbbc 2019-01-03 11:14:41,451 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-proj-role 2019-01-03 11:14:41,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69bcb195-f515-47c0-9749-8151dd4d5144 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:41,555 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3b2fab6e2dbb466fa74aab859a8ce3f9 used request id req-69bcb195-f515-47c0-9749-8151dd4d5144 2019-01-03 11:14:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64b0279e5bb3890308e417f26dd97ac2d4e19422" 2019-01-03 11:14:41,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7ab208-7cc3-4cc9-bef9-e1b760689aeb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:41,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca7ab208-7cc3-4cc9-bef9-e1b760689aeb 2019-01-03 11:14:41,649 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-08a1dfbc-8a5e-484-user 2019-01-03 11:14:41,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1a199d435c5148c88b070c71b5433ad2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44d514e30be89b379d385d9c80dbf38b4b32bf03" 2019-01-03 11:14:41,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-483ed3cc-8520-41c6-ba8f-9050e139bdd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:41,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1a199d435c5148c88b070c71b5433ad2 used request id req-483ed3cc-8520-41c6-ba8f-9050e139bdd6 2019-01-03 11:14:41,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:42,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lNVLyfseS5i2Mx-95R7ODg"], "issued_at": "2019-01-03T11:14:42.000000Z"}} 2019-01-03 11:14:42,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}286921ad39c954c96338aff1e7ade2d1eba925e6" 2019-01-03 11:14:42,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01453e66-5480-4f2c-b02f-7deced1eb88b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:42,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-01453e66-5480-4f2c-b02f-7deced1eb88b 2019-01-03 11:14:42,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:42,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:42,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["anpOmc8UTv-KEyiQ0N9MnQ"], "issued_at": "2019-01-03T11:14:42.000000Z"}} 2019-01-03 11:14:42,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:42,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd2bc0c-48e5-45c3-bc9d-85a5f4317352 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:42,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fcd2bc0c-48e5-45c3-bc9d-85a5f4317352 2019-01-03 11:14:42,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:42,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:42,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:42,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae4d4e1-619a-484a-a503-920c143f954d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:42,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj used request id req-aae4d4e1-619a-484a-a503-920c143f954d 2019-01-03 11:14:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:42,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc689031-f5ae-4656-b8e6-bc5dfad1f701 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:42,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cc689031-f5ae-4656-b8e6-bc5dfad1f701 2019-01-03 11:14:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj"}}' 2019-01-03 11:14:43,094 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-152ff214-1153-4850-88d8-3660ef364d39 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67"}, "enabled": true, "id": "0b362051d51e4dc490199069ff6b3e67", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj"}} 2019-01-03 11:14:43,095 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-152ff214-1153-4850-88d8-3660ef364d39 2019-01-03 11:14:43,095 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-00d3214b-cf71-4fd-proj 2019-01-03 11:14:43,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:43,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:43,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["1NE8qIH2SmyxYtAGKy9kfQ"], "issued_at": "2019-01-03T11:14:43.000000Z"}} 2019-01-03 11:14:43,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e42219043833df6e21ec62c5bf7b55b73521a6e" 2019-01-03 11:14:43,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3c4ac3-53a6-458b-b8b0-c020efa99f6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:43,567 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2a3c4ac3-53a6-458b-b8b0-c020efa99f6f 2019-01-03 11:14:43,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:43,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:43,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e42219043833df6e21ec62c5bf7b55b73521a6e" 2019-01-03 11:14:43,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-003d9bb7-c035-4703-88a4-4ad7d3d222ea Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:43,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-003d9bb7-c035-4703-88a4-4ad7d3d222ea 2019-01-03 11:14:43,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e42219043833df6e21ec62c5bf7b55b73521a6e" 2019-01-03 11:14:43,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82585b6d-dcca-4d00-93b1-2aaaccf002bb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67"}, "enabled": true, "id": "0b362051d51e4dc490199069ff6b3e67", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj"}]} 2019-01-03 11:14:43,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-00d3214b-cf71-4fd-proj used request id req-82585b6d-dcca-4d00-93b1-2aaaccf002bb 2019-01-03 11:14:43,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e42219043833df6e21ec62c5bf7b55b73521a6e" 2019-01-03 11:14:43,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca732ae-918d-4066-a705-f48ef3391382 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:43,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-aca732ae-918d-4066-a705-f48ef3391382 2019-01-03 11:14:44,166 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-00d3214b-cf71-4fd-user 2019-01-03 11:14:44,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:44,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:44,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78e0fd5-57e2-4a0d-a785-306e352f575f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:44,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a78e0fd5-57e2-4a0d-a785-306e352f575f 2019-01-03 11:14:44,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" -d '{"role": {"name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role"}}' 2019-01-03 11:14:44,369 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-964b0fd4-47e9-4818-8089-1d692374f35c Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "56216334cfdd48e2bdf79cebb95cbf64", "links": {"self": "http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64"}, "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role"}} 2019-01-03 11:14:44,370 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-964b0fd4-47e9-4818-8089-1d692374f35c 2019-01-03 11:14:44,370 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role 2019-01-03 11:14:44,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:44,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c0bb96f-cd20-42f9-9b83-b86826485187 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64"}, "domain_id": null, "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role", "id": "56216334cfdd48e2bdf79cebb95cbf64"}} 2019-01-03 11:14:44,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64 used request id req-8c0bb96f-cd20-42f9-9b83-b86826485187 2019-01-03 11:14:44,462 - keystone_utils - INFO - Granting role CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role to project CreateImageSuccessTests-00d3214b-cf71-4fd-proj 2019-01-03 11:14:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67/users/a0dbcdeccdf7400a9023dce04ae0418d/roles/56216334cfdd48e2bdf79cebb95cbf64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:44,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70d57568-f786-4fde-a7d0-679bf3a41e7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:44,589 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67/users/a0dbcdeccdf7400a9023dce04ae0418d/roles/56216334cfdd48e2bdf79cebb95cbf64 used request id req-70d57568-f786-4fde-a7d0-679bf3a41e7d 2019-01-03 11:14:44,590 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:14:44,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:44,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:44,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56216334cfdd48e2bdf79cebb95cbf64", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role"}], "expires_at": "2019-01-03T12:14:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b362051d51e4dc490199069ff6b3e67", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-user", "id": "a0dbcdeccdf7400a9023dce04ae0418d"}, "audit_ids": ["ERkFaU5FRQCUqqVaZ28jew"], "issued_at": "2019-01-03T11:14:44.000000Z"}} 2019-01-03 11:14:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:45,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d7bc2d-1ea7-4e30-be71-d33c0ab55fb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:45,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-09d7bc2d-1ea7-4e30-be71-d33c0ab55fb1 2019-01-03 11:14:45,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:45,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-457ea319-a4f7-4d99-8910-e2a9bbd6f78f Date: Thu, 03 Jan 2019 11:14:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f"} 2019-01-03 11:14:45,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f used request id req-457ea319-a4f7-4d99-8910-e2a9bbd6f78f 2019-01-03 11:14:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:45,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b2966bed-e9e7-4a19-b10f-ef4c154f4fbf Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:45,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b2966bed-e9e7-4a19-b10f-ef4c154f4fbf 2019-01-03 11:14:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f"}' 2019-01-03 11:14:45,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 X-Openstack-Request-Id: req-b798c08c-5815-405f-a2f4-9de8dd663e60 Date: Thu, 03 Jan 2019 11:14:45 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250", "min_disk": 0, "protected": false, "id": "1da21179-a332-496f-8492-72f6a47b1250", "file": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file", "checksum": null, "owner": "0b362051d51e4dc490199069ff6b3e67", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:45,614 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b798c08c-5815-405f-a2f4-9de8dd663e60 2019-01-03 11:14:45,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" -d '' 2019-01-03 11:14:47,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37adc18c-6069-4dc4-95ed-dc1ad9096d86 Date: Thu, 03 Jan 2019 11:14:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:47,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file used request id req-37adc18c-6069-4dc4-95ed-dc1ad9096d86 2019-01-03 11:14:47,100 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:14:47,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:47,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8ecb45e0-8b55-421c-ad44-b70221ddd09a Date: Thu, 03 Jan 2019 11:14:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "metadata": {}}], "self": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250", "min_disk": 0, "protected": false, "id": "1da21179-a332-496f-8492-72f6a47b1250", "file": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b362051d51e4dc490199069ff6b3e67", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:47,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 used request id req-8ecb45e0-8b55-421c-ad44-b70221ddd09a 2019-01-03 11:14:47,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:47,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1a31d246-0be2-41cd-9d0e-c3053eeef281 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:47,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1a31d246-0be2-41cd-9d0e-c3053eeef281 2019-01-03 11:14:47,417 - create_image - INFO - Created image with name - CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f 2019-01-03 11:14:47,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:47,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-092ee28e-4943-4f59-8953-45e520d219d4 Date: Thu, 03 Jan 2019 11:14:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "metadata": {}}], "self": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250", "min_disk": 0, "protected": false, "id": "1da21179-a332-496f-8492-72f6a47b1250", "file": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b362051d51e4dc490199069ff6b3e67", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:47,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 used request id req-092ee28e-4943-4f59-8953-45e520d219d4 2019-01-03 11:14:47,438 - create_image - DEBUG - Instance status is - active 2019-01-03 11:14:47,438 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f 2019-01-03 11:14:47,438 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f 2019-01-03 11:14:47,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:47,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "56216334cfdd48e2bdf79cebb95cbf64", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role"}], "expires_at": "2019-01-03T12:14:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0b362051d51e4dc490199069ff6b3e67", "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/0b362051d51e4dc490199069ff6b3e67", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-00d3214b-cf71-4fd-user", "id": "a0dbcdeccdf7400a9023dce04ae0418d"}, "audit_ids": ["2vI9gZuuRH-fyQEdd8BHzg"], "issued_at": "2019-01-03T11:14:47.000000Z"}} 2019-01-03 11:14:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d440ea97c65393d2e602675543c30b13acc3cfb7" 2019-01-03 11:14:48,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-2591b30f-21db-4c4d-b49f-93d2b67bf8db Date: Thu, 03 Jan 2019 11:14:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "metadata": {}}], "self": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250", "min_disk": 0, "protected": false, "id": "1da21179-a332-496f-8492-72f6a47b1250", "file": "/v2/images/1da21179-a332-496f-8492-72f6a47b1250/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0b362051d51e4dc490199069ff6b3e67", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1da21179-a332-496f-8492-72f6a47b1250/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f"} 2019-01-03 11:14:48,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f used request id req-2591b30f-21db-4c4d-b49f-93d2b67bf8db 2019-01-03 11:14:48,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d440ea97c65393d2e602675543c30b13acc3cfb7" 2019-01-03 11:14:48,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a3308851-f087-467f-a88c-751021fbf853 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:48,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a3308851-f087-467f-a88c-751021fbf853 2019-01-03 11:14:48,277 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-18c46868-ec3a-4141-9c75-528bd2f4202f 2019-01-03 11:14:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c435379720000c8ba0ad7aec4ebd41c25dc79cbd" 2019-01-03 11:14:49,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23e7576e-731f-493f-9783-62702f3b883e Date: Thu, 03 Jan 2019 11:14:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:49,418 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1da21179-a332-496f-8492-72f6a47b1250 used request id req-23e7576e-731f-493f-9783-62702f3b883e 2019-01-03 11:14:49,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:49,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-77931885-89fa-4531-9004-7b08f1a93521 Date: Thu, 03 Jan 2019 11:14:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:14:49,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-77931885-89fa-4531-9004-7b08f1a93521 2019-01-03 11:14:49,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:49,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0aa5eec-ab78-4d46-af04-9c55c067cfd6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:14:49,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c0aa5eec-ab78-4d46-af04-9c55c067cfd6 2019-01-03 11:14:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:49,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e749bd3-07d6-4e19-b3a4-08bf1d2c6281 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:14:49,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-0e749bd3-07d6-4e19-b3a4-08bf1d2c6281 2019-01-03 11:14:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:49,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647db0a6-5521-4a01-b88b-1618a0aa2c25 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:14:49,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-647db0a6-5521-4a01-b88b-1618a0aa2c25 2019-01-03 11:14:49,942 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-00d3214b-cf71-4fd-proj 2019-01-03 11:14:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:50,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b294987-3af6-444d-8219-1f3d3676ed25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:50,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0b362051d51e4dc490199069ff6b3e67 used request id req-3b294987-3af6-444d-8219-1f3d3676ed25 2019-01-03 11:14:50,140 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-00d3214b-cf71-4fd-proj-role 2019-01-03 11:14:50,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:50,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4fefb82-f7f8-4394-b7a8-2bb138e02e86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:50,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/56216334cfdd48e2bdf79cebb95cbf64 used request id req-f4fefb82-f7f8-4394-b7a8-2bb138e02e86 2019-01-03 11:14:50,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2f0bec2f47ff72105dddbf6bad88f44e21896d1" 2019-01-03 11:14:50,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783e3365-dce4-4e05-a809-450535a7dd5e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:50,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-783e3365-dce4-4e05-a809-450535a7dd5e 2019-01-03 11:14:50,347 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-00d3214b-cf71-4fd-user 2019-01-03 11:14:50,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a0dbcdeccdf7400a9023dce04ae0418d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e42219043833df6e21ec62c5bf7b55b73521a6e" 2019-01-03 11:14:50,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8e53172-cdc9-4eae-b21e-6cda06fef0d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:50,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a0dbcdeccdf7400a9023dce04ae0418d used request id req-e8e53172-cdc9-4eae-b21e-6cda06fef0d2 2019-01-03 11:14:50,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:50,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["XmbhLj7CQiup9_8iAA5_aA"], "issued_at": "2019-01-03T11:14:50.000000Z"}} 2019-01-03 11:14:50,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4240da348c194ed1f24ca937ef1f64a6806febee" 2019-01-03 11:14:50,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e8eaee-e0e9-468b-9076-d768eda5471b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:50,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5e8eaee-e0e9-468b-9076-d768eda5471b 2019-01-03 11:14:50,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:50,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:51,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["OvWegEo7QcC9pwaS8erpTQ"], "issued_at": "2019-01-03T11:14:51.000000Z"}} 2019-01-03 11:14:51,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:51,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390ffb04-2ac4-4378-9a61-792630e8117b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:51,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-390ffb04-2ac4-4378-9a61-792630e8117b 2019-01-03 11:14:51,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:51,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:51,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13b3a62-99eb-431f-ad65-f40a8aa073da Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:14:51,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj used request id req-b13b3a62-99eb-431f-ad65-f40a8aa073da 2019-01-03 11:14:51,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:51,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ad4060-2524-41d1-b1a1-387f5ab79d60 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:51,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-43ad4060-2524-41d1-b1a1-387f5ab79d60 2019-01-03 11:14:51,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}}' 2019-01-03 11:14:51,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8cc8f7e-acc6-4cb4-88c7-17551be59a48 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e"}, "enabled": true, "id": "117e13c9619e410dbc221ff7ef19038e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}} 2019-01-03 11:14:51,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8cc8f7e-acc6-4cb4-88c7-17551be59a48 2019-01-03 11:14:51,784 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-33de8b99-0ff1-46d-proj 2019-01-03 11:14:51,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:51,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:52,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:14:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7Ctdu7HvR-SvF9Wc6KoMiw"], "issued_at": "2019-01-03T11:14:52.000000Z"}} 2019-01-03 11:14:52,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525980066619885003aa7b143b77387e55bf2fa0" 2019-01-03 11:14:52,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98ec3f72-9715-459c-b78b-4af03babd56c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:52,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98ec3f72-9715-459c-b78b-4af03babd56c 2019-01-03 11:14:52,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:14:52,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:14: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:14:52,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525980066619885003aa7b143b77387e55bf2fa0" 2019-01-03 11:14:52,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b324afe-37ea-4f8b-b4d7-fd0f40e9359b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:14:52,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0b324afe-37ea-4f8b-b4d7-fd0f40e9359b 2019-01-03 11:14:52,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525980066619885003aa7b143b77387e55bf2fa0" 2019-01-03 11:14:52,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43305dc4-5b49-4984-ac36-bfedd40a29c3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e"}, "enabled": true, "id": "117e13c9619e410dbc221ff7ef19038e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}]} 2019-01-03 11:14:52,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-33de8b99-0ff1-46d-proj used request id req-43305dc4-5b49-4984-ac36-bfedd40a29c3 2019-01-03 11:14:52,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525980066619885003aa7b143b77387e55bf2fa0" 2019-01-03 11:14:52,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954ebd5a-6ab7-4174-baac-880d0024bfcb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:14:52,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-954ebd5a-6ab7-4174-baac-880d0024bfcb 2019-01-03 11:14:52,860 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-33de8b99-0ff1-46d-user 2019-01-03 11:14:52,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:52,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:52,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d06cad7-399d-4efe-a54d-3e9fdf0ab6d7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:14:52,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7d06cad7-399d-4efe-a54d-3e9fdf0ab6d7 2019-01-03 11:14:52,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" -d '{"role": {"name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role"}}' 2019-01-03 11:14:53,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:14:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89752d1e-37a1-4c1b-bafb-311431a7e691 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fdb90578384d4f30bc09c38ea8612c89", "links": {"self": "http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89"}, "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role"}} 2019-01-03 11:14:53,070 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-89752d1e-37a1-4c1b-bafb-311431a7e691 2019-01-03 11:14:53,071 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role 2019-01-03 11:14:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:53,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d050c0f7-b246-413e-89de-9e0d16e16838 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89"}, "domain_id": null, "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role", "id": "fdb90578384d4f30bc09c38ea8612c89"}} 2019-01-03 11:14:53,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89 used request id req-d050c0f7-b246-413e-89de-9e0d16e16838 2019-01-03 11:14:53,165 - keystone_utils - INFO - Granting role CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role to project CreateImageSuccessTests-33de8b99-0ff1-46d-proj 2019-01-03 11:14:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e/users/9ae44066b8364f2fb91ac7eb97f940b1/roles/fdb90578384d4f30bc09c38ea8612c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:14:53,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:14:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb391d32-7460-4f3e-a7b2-d44bd567940a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:14:53,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e/users/9ae44066b8364f2fb91ac7eb97f940b1/roles/fdb90578384d4f30bc09c38ea8612c89 used request id req-eb391d32-7460-4f3e-a7b2-d44bd567940a 2019-01-03 11:14:53,307 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:14:53,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:53,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:53,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdb90578384d4f30bc09c38ea8612c89", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role"}], "expires_at": "2019-01-03T12:14:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117e13c9619e410dbc221ff7ef19038e", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-user", "id": "9ae44066b8364f2fb91ac7eb97f940b1"}, "audit_ids": ["U4EO0-nESoSan4R0XfckYg"], "issued_at": "2019-01-03T11:14:53.000000Z"}} 2019-01-03 11:14:53,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:53,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396ecd15-65ea-49d3-b07d-a8fa6e829d47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:53,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-396ecd15-65ea-49d3-b07d-a8fa6e829d47 2019-01-03 11:14:53,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:53,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-643a47cd-627f-47b7-abb6-f5df81b6ffc2 Date: Thu, 03 Jan 2019 11:14:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539"} 2019-01-03 11:14:53,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 used request id req-643a47cd-627f-47b7-abb6-f5df81b6ffc2 2019-01-03 11:14:53,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:54,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1cd9a33f-bcaf-4388-8546-515ecd9773f9 Date: Thu, 03 Jan 2019 11:14:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:14:54,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1cd9a33f-bcaf-4388-8546-515ecd9773f9 2019-01-03 11:14:54,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539"}' 2019-01-03 11:14:54,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 X-Openstack-Request-Id: req-8071e840-32f0-43fa-80e4-96969e99f7a1 Date: Thu, 03 Jan 2019 11:14:54 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6", "min_disk": 0, "protected": false, "id": "71f6c080-b2fa-4297-a9d8-be814bf095e6", "file": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file", "checksum": null, "owner": "117e13c9619e410dbc221ff7ef19038e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:54,323 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8071e840-32f0-43fa-80e4-96969e99f7a1 2019-01-03 11:14:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" -d '' 2019-01-03 11:14:56,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f54b2dd9-0e8a-4fe5-91a4-da0acb3ead21 Date: Thu, 03 Jan 2019 11:14:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:14:56,297 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file used request id req-f54b2dd9-0e8a-4fe5-91a4-da0acb3ead21 2019-01-03 11:14:56,297 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:14:56,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:56,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-114d0d2b-4d28-41f4-b72c-cb4a1e80742e Date: Thu, 03 Jan 2019 11:14:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "metadata": {}}], "self": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6", "min_disk": 0, "protected": false, "id": "71f6c080-b2fa-4297-a9d8-be814bf095e6", "file": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117e13c9619e410dbc221ff7ef19038e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:56,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 used request id req-114d0d2b-4d28-41f4-b72c-cb4a1e80742e 2019-01-03 11:14:56,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:56,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aaa4feb0-6475-43be-8a91-f7807e629c89 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:56,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-aaa4feb0-6475-43be-8a91-f7807e629c89 2019-01-03 11:14:56,724 - create_image - INFO - Created image with name - CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 2019-01-03 11:14:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:14:56,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6aa04bfc-1174-4979-aca1-726b4ee4b716 Date: Thu, 03 Jan 2019 11:14:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "metadata": {}}], "self": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6", "min_disk": 0, "protected": false, "id": "71f6c080-b2fa-4297-a9d8-be814bf095e6", "file": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117e13c9619e410dbc221ff7ef19038e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:14:56,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 used request id req-6aa04bfc-1174-4979-aca1-726b4ee4b716 2019-01-03 11:14:56,882 - create_image - DEBUG - Instance status is - active 2019-01-03 11:14:56,882 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 2019-01-03 11:14:56,883 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 2019-01-03 11:14:56,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:57,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdb90578384d4f30bc09c38ea8612c89", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role"}], "expires_at": "2019-01-03T12:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117e13c9619e410dbc221ff7ef19038e", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-user", "id": "9ae44066b8364f2fb91ac7eb97f940b1"}, "audit_ids": ["Pd2sSE7HRf-_QjFkXxlQpw"], "issued_at": "2019-01-03T11:14:57.000000Z"}} 2019-01-03 11:14:57,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0ef739a232c43d71ebdac42d5c51065a4dce489" 2019-01-03 11:14:57,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-13b739e4-3178-4fba-b92e-2256dc19d982 Date: Thu, 03 Jan 2019 11:14:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "metadata": {}}], "self": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6", "min_disk": 0, "protected": false, "id": "71f6c080-b2fa-4297-a9d8-be814bf095e6", "file": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117e13c9619e410dbc221ff7ef19038e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539"} 2019-01-03 11:14:57,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 used request id req-13b739e4-3178-4fba-b92e-2256dc19d982 2019-01-03 11:14:57,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0ef739a232c43d71ebdac42d5c51065a4dce489" 2019-01-03 11:14:57,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee484ea0-2c23-4073-b2bd-7c5fca7811ef Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:57,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ee484ea0-2c23-4073-b2bd-7c5fca7811ef 2019-01-03 11:14:57,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:14:57,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:14:57,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fdb90578384d4f30bc09c38ea8612c89", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role"}], "expires_at": "2019-01-03T12:14:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "117e13c9619e410dbc221ff7ef19038e", "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/117e13c9619e410dbc221ff7ef19038e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-33de8b99-0ff1-46d-user", "id": "9ae44066b8364f2fb91ac7eb97f940b1"}, "audit_ids": ["s7A__9vrR7C47pZ-tU96RQ"], "issued_at": "2019-01-03T11:14:57.000000Z"}} 2019-01-03 11:14:57,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e196d4f574b5805d2d1b68dce6c3ccdf37fc6" 2019-01-03 11:14:58,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5105b9-0b83-4546-be4e-e504f822181a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:14:58,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ed5105b9-0b83-4546-be4e-e504f822181a 2019-01-03 11:14:58,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}337e196d4f574b5805d2d1b68dce6c3ccdf37fc6" 2019-01-03 11:14:58,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9ff8d576-d627-44dd-85da-2103f0dfe953 Date: Thu, 03 Jan 2019 11:14:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:14:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:14:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "metadata": {}}], "self": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6", "min_disk": 0, "protected": false, "id": "71f6c080-b2fa-4297-a9d8-be814bf095e6", "file": "/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "117e13c9619e410dbc221ff7ef19038e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/71f6c080-b2fa-4297-a9d8-be814bf095e6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539"} 2019-01-03 11:14:58,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 used request id req-9ff8d576-d627-44dd-85da-2103f0dfe953 2019-01-03 11:14:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}337e196d4f574b5805d2d1b68dce6c3ccdf37fc6" 2019-01-03 11:14:58,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d514c8e3-bac0-405a-8d52-4b943567a7b4 Date: Thu, 03 Jan 2019 11:14: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"}}} 2019-01-03 11:14:58,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d514c8e3-bac0-405a-8d52-4b943567a7b4 2019-01-03 11:14:58,361 - create_image - INFO - Found image with name - CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 2019-01-03 11:14:58,361 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-9bb1e4f8-d284-41c1-a76c-56593f776539 2019-01-03 11:14:58,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d19495b0e14c429bfd8f6066d557bf30fcba1a9" 2019-01-03 11:15:00,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b712c54b-2cd9-43fe-8641-98f04f7291ef Date: Thu, 03 Jan 2019 11:15:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:15:00,178 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/71f6c080-b2fa-4297-a9d8-be814bf095e6 used request id req-b712c54b-2cd9-43fe-8641-98f04f7291ef 2019-01-03 11:15:00,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-687a6db4-06c3-4f9c-a203-86a95e95225a Date: Thu, 03 Jan 2019 11:15:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:00,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-687a6db4-06c3-4f9c-a203-86a95e95225a 2019-01-03 11:15:00,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3d4133c-8661-4bd8-85a5-d71efb389ed9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:00,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b3d4133c-8661-4bd8-85a5-d71efb389ed9 2019-01-03 11:15:00,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb8c9fb-6484-4a9f-bbde-5e6ae9be97c0 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:00,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-abb8c9fb-6484-4a9f-bbde-5e6ae9be97c0 2019-01-03 11:15:00,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad138e07-bfa3-434c-8aea-fbb055801ab6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:00,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ad138e07-bfa3-434c-8aea-fbb055801ab6 2019-01-03 11:15:00,682 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-33de8b99-0ff1-46d-proj 2019-01-03 11:15:00,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eafa3d57-d800-4eb0-a634-9dbcfcab846e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:00,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/117e13c9619e410dbc221ff7ef19038e used request id req-eafa3d57-d800-4eb0-a634-9dbcfcab846e 2019-01-03 11:15:00,895 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-33de8b99-0ff1-46d-proj-role 2019-01-03 11:15:00,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:00,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa9c2072-1dca-4408-8731-1e945940b74e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:00,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fdb90578384d4f30bc09c38ea8612c89 used request id req-aa9c2072-1dca-4408-8731-1e945940b74e 2019-01-03 11:15:00,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}543f0fcff2c750963a16b65cd9b2db5fae24b289" 2019-01-03 11:15:01,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56dc33cc-cc24-4af4-83db-bfde63b39db0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:01,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-56dc33cc-cc24-4af4-83db-bfde63b39db0 2019-01-03 11:15:01,089 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-33de8b99-0ff1-46d-user 2019-01-03 11:15:01,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9ae44066b8364f2fb91ac7eb97f940b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}525980066619885003aa7b143b77387e55bf2fa0" 2019-01-03 11:15:01,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a70c191-311a-45ee-af84-efc8f5bb5eee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:01,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9ae44066b8364f2fb91ac7eb97f940b1 used request id req-9a70c191-311a-45ee-af84-efc8f5bb5eee 2019-01-03 11:15:01,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:01,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["GGIpsTPORyORZk-49foPXg"], "issued_at": "2019-01-03T11:15:01.000000Z"}} 2019-01-03 11:15:01,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4517580a69e33eff4635124371824e1b7e8c6201" 2019-01-03 11:15:01,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba79cc67-c06c-4acb-a562-813350e61b2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:01,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ba79cc67-c06c-4acb-a562-813350e61b2c 2019-01-03 11:15:01,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:01,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:02,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["c9x7K1hvR7mBgeYrEiHvYQ"], "issued_at": "2019-01-03T11:15:02.000000Z"}} 2019-01-03 11:15:02,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:02,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5775ef-ecb1-4e23-862e-173ed94cf034 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:02,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7e5775ef-ecb1-4e23-862e-173ed94cf034 2019-01-03 11:15:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:02,220 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:02,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:02,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ef4f5e-66ae-4a9a-90d1-a36705e0534a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:02,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj used request id req-91ef4f5e-66ae-4a9a-90d1-a36705e0534a 2019-01-03 11:15:02,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:02,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e791a68f-8abd-4212-8b3d-967a1d7d58cf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:02,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e791a68f-8abd-4212-8b3d-967a1d7d58cf 2019-01-03 11:15:02,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}}' 2019-01-03 11:15:02,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18cf62b6-1b83-4c75-9ae6-efcfee614bd0 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e"}, "enabled": true, "id": "5af6df7ab5434e9aaf74d3d80a27b22e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}} 2019-01-03 11:15:02,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-18cf62b6-1b83-4c75-9ae6-efcfee614bd0 2019-01-03 11:15:02,616 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj 2019-01-03 11:15:02,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:02,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:03,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["oCWGV-CZRUumFXLW9SughA"], "issued_at": "2019-01-03T11:15:03.000000Z"}} 2019-01-03 11:15:03,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b0d8c7a6ff60aebbbf11f2f8470a76ac632e30" 2019-01-03 11:15:03,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595c72f6-e40a-40d1-882c-c95236062ffc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:03,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-595c72f6-e40a-40d1-882c-c95236062ffc 2019-01-03 11:15:03,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:03,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:03,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b0d8c7a6ff60aebbbf11f2f8470a76ac632e30" 2019-01-03 11:15:03,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfd39507-992f-446c-808e-c18a6ba146f4 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:03,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-bfd39507-992f-446c-808e-c18a6ba146f4 2019-01-03 11:15:03,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b0d8c7a6ff60aebbbf11f2f8470a76ac632e30" 2019-01-03 11:15:03,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927ddc93-680f-404a-bc55-768d8bc8e087 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e"}, "enabled": true, "id": "5af6df7ab5434e9aaf74d3d80a27b22e", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}]} 2019-01-03 11:15:03,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj used request id req-927ddc93-680f-404a-bc55-768d8bc8e087 2019-01-03 11:15:03,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b0d8c7a6ff60aebbbf11f2f8470a76ac632e30" 2019-01-03 11:15:03,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49a47df-1ede-4fda-babc-7360482946a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:03,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a49a47df-1ede-4fda-babc-7360482946a6 2019-01-03 11:15:03,755 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-user 2019-01-03 11:15:03,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:03,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:03,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8724afd-781a-43a4-a919-041697321a97 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:03,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a8724afd-781a-43a4-a919-041697321a97 2019-01-03 11:15:03,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" -d '{"role": {"name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role"}}' 2019-01-03 11:15:03,956 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e78d19bb-9086-400e-97e6-1421a94375a3 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c428658abc7c4e2181f276d601f9d2f9", "links": {"self": "http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9"}, "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role"}} 2019-01-03 11:15:03,956 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e78d19bb-9086-400e-97e6-1421a94375a3 2019-01-03 11:15:03,957 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role 2019-01-03 11:15:03,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:03,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6823a1ec-d23e-419a-b3ee-2caf511e6fea Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9"}, "domain_id": null, "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role", "id": "c428658abc7c4e2181f276d601f9d2f9"}} 2019-01-03 11:15:03,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9 used request id req-6823a1ec-d23e-419a-b3ee-2caf511e6fea 2019-01-03 11:15:03,977 - keystone_utils - INFO - Granting role CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role to project CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj 2019-01-03 11:15:03,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e/users/4b5193324aab450090e11c9b827523bb/roles/c428658abc7c4e2181f276d601f9d2f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:04,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90ed8688-e08b-4079-a93e-7e2021757f5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:04,103 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e/users/4b5193324aab450090e11c9b827523bb/roles/c428658abc7c4e2181f276d601f9d2f9 used request id req-90ed8688-e08b-4079-a93e-7e2021757f5f 2019-01-03 11:15:04,104 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:15:04,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:04,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:04,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c428658abc7c4e2181f276d601f9d2f9", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role"}], "expires_at": "2019-01-03T12:15:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5af6df7ab5434e9aaf74d3d80a27b22e", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-user", "id": "4b5193324aab450090e11c9b827523bb"}, "audit_ids": ["YxrBpX24TBShnQ67p5OV2A"], "issued_at": "2019-01-03T11:15:04.000000Z"}} 2019-01-03 11:15:04,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:04,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-691bf383-52f7-46eb-8d9c-ed46e6ab43f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:04,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-691bf383-52f7-46eb-8d9c-ed46e6ab43f6 2019-01-03 11:15:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:04,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-785d7fbc-bcfd-4246-a847-12790b3c8e48 Date: Thu, 03 Jan 2019 11:15:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d"} 2019-01-03 11:15:04,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d used request id req-785d7fbc-bcfd-4246-a847-12790b3c8e48 2019-01-03 11:15:04,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:04,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e495d46f-d4c0-4c26-91b9-daeacbfb6d78 Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:04,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e495d46f-d4c0-4c26-91b9-daeacbfb6d78 2019-01-03 11:15:05,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d"}' 2019-01-03 11:15:05,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e X-Openstack-Request-Id: req-ec07a8be-9197-4c16-8b96-240af1a27d11 Date: Thu, 03 Jan 2019 11:15:05 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "min_disk": 0, "protected": false, "id": "caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "file": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file", "checksum": null, "owner": "5af6df7ab5434e9aaf74d3d80a27b22e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:15:05,222 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ec07a8be-9197-4c16-8b96-240af1a27d11 2019-01-03 11:15:05,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" -d '' 2019-01-03 11:15:06,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e84940c-5061-4fff-940e-562de20b38fd Date: Thu, 03 Jan 2019 11:15:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:15:06,571 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file used request id req-6e84940c-5061-4fff-940e-562de20b38fd 2019-01-03 11:15:06,571 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:15:06,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:06,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-628e5008-04bf-47b2-a8f6-bbff45c23f06 Date: Thu, 03 Jan 2019 11:15:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "metadata": {}}], "self": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "min_disk": 0, "protected": false, "id": "caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "file": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5af6df7ab5434e9aaf74d3d80a27b22e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:15:06,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e used request id req-628e5008-04bf-47b2-a8f6-bbff45c23f06 2019-01-03 11:15:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:06,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ca877094-b9c6-434e-9437-347054a4374a Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:06,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ca877094-b9c6-434e-9437-347054a4374a 2019-01-03 11:15:06,890 - create_image - INFO - Created image with name - CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d 2019-01-03 11:15:06,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:06,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-85fa6ce8-624d-4bea-a9db-df4982915763 Date: Thu, 03 Jan 2019 11:15:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "metadata": {}}], "self": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "min_disk": 0, "protected": false, "id": "caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "file": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5af6df7ab5434e9aaf74d3d80a27b22e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:15:06,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e used request id req-85fa6ce8-624d-4bea-a9db-df4982915763 2019-01-03 11:15:06,911 - create_image - DEBUG - Instance status is - active 2019-01-03 11:15:06,912 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d 2019-01-03 11:15:06,912 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d 2019-01-03 11:15:06,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:07,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c428658abc7c4e2181f276d601f9d2f9", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role"}], "expires_at": "2019-01-03T12:15:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5af6df7ab5434e9aaf74d3d80a27b22e", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-user", "id": "4b5193324aab450090e11c9b827523bb"}, "audit_ids": ["yTssZebbTRW9VqGF6MgcPQ"], "issued_at": "2019-01-03T11:15:07.000000Z"}} 2019-01-03 11:15:07,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b672d2e7e0f31426793a6e6a80ce936aa1f75c6e" 2019-01-03 11:15:07,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-97305d5e-44e2-42e5-b6a6-70614df37b89 Date: Thu, 03 Jan 2019 11:15:07 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "metadata": {}}], "self": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "min_disk": 0, "protected": false, "id": "caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "file": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5af6df7ab5434e9aaf74d3d80a27b22e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d"} 2019-01-03 11:15:07,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d used request id req-97305d5e-44e2-42e5-b6a6-70614df37b89 2019-01-03 11:15:07,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b672d2e7e0f31426793a6e6a80ce936aa1f75c6e" 2019-01-03 11:15:07,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42811644-4c15-424f-937e-e4d533d10e82 Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:07,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-42811644-4c15-424f-937e-e4d533d10e82 2019-01-03 11:15:07,711 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:07,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:08,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c428658abc7c4e2181f276d601f9d2f9", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role"}], "expires_at": "2019-01-03T12:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5af6df7ab5434e9aaf74d3d80a27b22e", "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5af6df7ab5434e9aaf74d3d80a27b22e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-3b4b55c4-2ec1-4c0-user", "id": "4b5193324aab450090e11c9b827523bb"}, "audit_ids": ["fLf8tN6JSkOEazGUMIzO2A"], "issued_at": "2019-01-03T11:15:08.000000Z"}} 2019-01-03 11:15:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195b406de76b8ff215c69a39f125e98ac28a8765" 2019-01-03 11:15:08,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068d3b4c-4f99-4b8d-86a8-4a586e7655d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:08,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-068d3b4c-4f99-4b8d-86a8-4a586e7655d7 2019-01-03 11:15:08,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195b406de76b8ff215c69a39f125e98ac28a8765" 2019-01-03 11:15:08,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-45f2955b-bd4d-484d-959d-09674078424a Date: Thu, 03 Jan 2019 11:15:08 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "metadata": {}}], "self": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "min_disk": 0, "protected": false, "id": "caebd268-51e5-4f0c-a3d2-c10fb940bf9e", "file": "/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5af6df7ab5434e9aaf74d3d80a27b22e", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d"} 2019-01-03 11:15:08,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d used request id req-45f2955b-bd4d-484d-959d-09674078424a 2019-01-03 11:15:08,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195b406de76b8ff215c69a39f125e98ac28a8765" 2019-01-03 11:15:08,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-10182c05-252a-43d4-b764-46978f6e82a8 Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:08,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-10182c05-252a-43d4-b764-46978f6e82a8 2019-01-03 11:15:08,534 - create_image - INFO - Found image with name - CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d 2019-01-03 11:15:08,535 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-fcdfe5a3-505b-4812-80ce-b3e6b702385d 2019-01-03 11:15:08,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}982ef6e58973b7ede00c669d35dafa12772c977c" 2019-01-03 11:15:10,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e375a4db-52ce-4f28-b5b0-4e640e7cf1d9 Date: Thu, 03 Jan 2019 11:15:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:15:10,442 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/caebd268-51e5-4f0c-a3d2-c10fb940bf9e used request id req-e375a4db-52ce-4f28-b5b0-4e640e7cf1d9 2019-01-03 11:15:10,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:10,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-813c5aa7-efc5-4196-947e-36cecb3471a7 Date: Thu, 03 Jan 2019 11:15:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:10,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-813c5aa7-efc5-4196-947e-36cecb3471a7 2019-01-03 11:15:10,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:10,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed23e01-924a-4c35-bc6e-e2b2003573f1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:10,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-1ed23e01-924a-4c35-bc6e-e2b2003573f1 2019-01-03 11:15:10,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:10,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20280017-a559-4e84-92f3-7a29530103e0 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:10,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-20280017-a559-4e84-92f3-7a29530103e0 2019-01-03 11:15:10,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:10,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b67a35-9fe4-4d29-801f-dec34c4c0341 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:10,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-93b67a35-9fe4-4d29-801f-dec34c4c0341 2019-01-03 11:15:10,941 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj 2019-01-03 11:15:10,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:11,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60993d31-b1ec-4ee0-9d88-fb55d35ab269 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:11,241 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5af6df7ab5434e9aaf74d3d80a27b22e used request id req-60993d31-b1ec-4ee0-9d88-fb55d35ab269 2019-01-03 11:15:11,241 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-proj-role 2019-01-03 11:15:11,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:11,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73cf31d-f366-48aa-8520-743c194bc365 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:11,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c428658abc7c4e2181f276d601f9d2f9 used request id req-a73cf31d-f366-48aa-8520-743c194bc365 2019-01-03 11:15:11,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5e492d1cca6478fba28a1e63ab1c64093ebaef9" 2019-01-03 11:15:11,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e05bf5-7ed8-40da-8555-19339315437a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:11,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-86e05bf5-7ed8-40da-8555-19339315437a 2019-01-03 11:15:11,459 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-3b4b55c4-2ec1-4c0-user 2019-01-03 11:15:11,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4b5193324aab450090e11c9b827523bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94b0d8c7a6ff60aebbbf11f2f8470a76ac632e30" 2019-01-03 11:15:11,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-271eb6d8-821c-407a-ac38-0fea0f8a6e8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:11,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4b5193324aab450090e11c9b827523bb used request id req-271eb6d8-821c-407a-ac38-0fea0f8a6e8f 2019-01-03 11:15:11,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:12,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["VgR3WaPVTgWd33q63uMGUQ"], "issued_at": "2019-01-03T11:15:12.000000Z"}} 2019-01-03 11:15:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcb49b9a131bcab31eaac4eccbbc2a78f711ad2e" 2019-01-03 11:15:12,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55759ace-4855-4d3c-ae95-9dc7ffe4105d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:12,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-55759ace-4855-4d3c-ae95-9dc7ffe4105d 2019-01-03 11:15:12,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:12,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:12,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["xSCcFgqaTbKfU7UGnuDEXA"], "issued_at": "2019-01-03T11:15:12.000000Z"}} 2019-01-03 11:15:12,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:12,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9667ba68-4e91-4b61-83a6-7a11439d9894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:12,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9667ba68-4e91-4b61-83a6-7a11439d9894 2019-01-03 11:15:12,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:12,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:12,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-c159d010-73bc-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:12,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b19ee9-913b-4cf7-b456-0f1256cf8320 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-c159d010-73bc-4b9-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:12,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-c159d010-73bc-4b9-proj used request id req-17b19ee9-913b-4cf7-b456-0f1256cf8320 2019-01-03 11:15:12,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:12,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdde8da-7cff-48bf-b273-14a4183d3126 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:12,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8fdde8da-7cff-48bf-b273-14a4183d3126 2019-01-03 11:15:12,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj"}}' 2019-01-03 11:15:12,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67c26fba-12cf-4cb8-a29c-887cff3fd129 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2"}, "enabled": true, "id": "9538b35f18064a67a0c44d6451acc3e2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj"}} 2019-01-03 11:15:12,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-67c26fba-12cf-4cb8-a29c-887cff3fd129 2019-01-03 11:15:12,891 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-c159d010-73bc-4b9-proj 2019-01-03 11:15:12,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:12,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:13,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4DKZkzLzQjqACQ--eM5w_g"], "issued_at": "2019-01-03T11:15:13.000000Z"}} 2019-01-03 11:15:13,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c9a0b1aa738391963400f7b7a6fae9a52a0f6" 2019-01-03 11:15:13,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50e80ec-a15b-48bb-8d9b-ba24afcd1a70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:13,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a50e80ec-a15b-48bb-8d9b-ba24afcd1a70 2019-01-03 11:15:13,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:13,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c9a0b1aa738391963400f7b7a6fae9a52a0f6" 2019-01-03 11:15:13,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9051ddc-ec6f-42c1-aaac-62a619e37859 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:13,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b9051ddc-ec6f-42c1-aaac-62a619e37859 2019-01-03 11:15:13,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-c159d010-73bc-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c9a0b1aa738391963400f7b7a6fae9a52a0f6" 2019-01-03 11:15:13,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21fc4ec7-f305-4348-bc81-126e7dab3488 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-c159d010-73bc-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2"}, "enabled": true, "id": "9538b35f18064a67a0c44d6451acc3e2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj"}]} 2019-01-03 11:15:13,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-c159d010-73bc-4b9-proj used request id req-21fc4ec7-f305-4348-bc81-126e7dab3488 2019-01-03 11:15:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c9a0b1aa738391963400f7b7a6fae9a52a0f6" 2019-01-03 11:15:13,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf068ae7-62ed-4e1b-873c-55f5f4395e30 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:13,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bf068ae7-62ed-4e1b-873c-55f5f4395e30 2019-01-03 11:15:13,974 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-c159d010-73bc-4b9-user 2019-01-03 11:15:13,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:13,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:14,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaaf11d5-5988-4032-9ee8-1599903196cd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:14,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-eaaf11d5-5988-4032-9ee8-1599903196cd 2019-01-03 11:15:14,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" -d '{"role": {"name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj-role"}}' 2019-01-03 11:15:14,190 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c830b645-9fc2-4611-a391-2e8f4ddbc9e4 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6503476cc4c84843ae702013fa39b22e", "links": {"self": "http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e"}, "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj-role"}} 2019-01-03 11:15:14,190 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c830b645-9fc2-4611-a391-2e8f4ddbc9e4 2019-01-03 11:15:14,190 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-c159d010-73bc-4b9-proj-role 2019-01-03 11:15:14,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:14,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874c5584-8007-483f-949b-48251b634f84 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e"}, "domain_id": null, "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj-role", "id": "6503476cc4c84843ae702013fa39b22e"}} 2019-01-03 11:15:14,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e used request id req-874c5584-8007-483f-949b-48251b634f84 2019-01-03 11:15:14,289 - keystone_utils - INFO - Granting role CreateImageNegativeTests-c159d010-73bc-4b9-proj-role to project CreateImageNegativeTests-c159d010-73bc-4b9-proj 2019-01-03 11:15:14,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2/users/68807117724447b8a271883ca505d1fd/roles/6503476cc4c84843ae702013fa39b22e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:14,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06c95552-6b91-44a9-a70f-bce42236a1b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:14,420 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2/users/68807117724447b8a271883ca505d1fd/roles/6503476cc4c84843ae702013fa39b22e used request id req-06c95552-6b91-44a9-a70f-bce42236a1b8 2019-01-03 11:15:14,421 - openstack_tests - DEBUG - Image metadata - None 2019-01-03 11:15:14,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:14,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:14,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6503476cc4c84843ae702013fa39b22e", "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj-role"}], "expires_at": "2019-01-03T12:15:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9538b35f18064a67a0c44d6451acc3e2", "name": "CreateImageNegativeTests-c159d010-73bc-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9538b35f18064a67a0c44d6451acc3e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9538b35f18064a67a0c44d6451acc3e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9538b35f18064a67a0c44d6451acc3e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9538b35f18064a67a0c44d6451acc3e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9538b35f18064a67a0c44d6451acc3e2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9538b35f18064a67a0c44d6451acc3e2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9538b35f18064a67a0c44d6451acc3e2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-c159d010-73bc-4b9-user", "id": "68807117724447b8a271883ca505d1fd"}, "audit_ids": ["7m_NmIg8QwKWmC8KYZ3NDg"], "issued_at": "2019-01-03T11:15:14.000000Z"}} 2019-01-03 11:15:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc3ff21259a04ea6b1a5b73a3f634d3462f76ef" 2019-01-03 11:15:14,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ff27cb-8602-49f5-89cd-71b0a5385847 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:14,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-04ff27cb-8602-49f5-89cd-71b0a5385847 2019-01-03 11:15:14,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6cc3ff21259a04ea6b1a5b73a3f634d3462f76ef" 2019-01-03 11:15:15,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-7cc4d559-f786-4035-907a-e93cad6b076a Date: Thu, 03 Jan 2019 11:15:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498"} 2019-01-03 11:15:15,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498 used request id req-7cc4d559-f786-4035-907a-e93cad6b076a 2019-01-03 11:15:15,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6cc3ff21259a04ea6b1a5b73a3f634d3462f76ef" 2019-01-03 11:15:15,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9b95414-50f3-4f6a-ac12-293de5c1b1a5 Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:15,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a9b95414-50f3-4f6a-ac12-293de5c1b1a5 2019-01-03 11:15:15,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6cc3ff21259a04ea6b1a5b73a3f634d3462f76ef" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498"}' 2019-01-03 11:15:15,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1d63a112-3a92-43e9-ae06-f5cd11ce99b4 X-Openstack-Request-Id: req-e016e880-677e-4141-925e-6d3ee6015cf9 Date: Thu, 03 Jan 2019 11:15:15 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:15:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:15:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/1d63a112-3a92-43e9-ae06-f5cd11ce99b4", "min_disk": 0, "protected": false, "id": "1d63a112-3a92-43e9-ae06-f5cd11ce99b4", "file": "/v2/images/1d63a112-3a92-43e9-ae06-f5cd11ce99b4/file", "checksum": null, "owner": "9538b35f18064a67a0c44d6451acc3e2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:15:15,463 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e016e880-677e-4141-925e-6d3ee6015cf9 2019-01-03 11:15:15,470 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-03 11:15:15,470 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-16f955a1-7009-4b1a-9014-75c1b0e13498 2019-01-03 11:15:15,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1d63a112-3a92-43e9-ae06-f5cd11ce99b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6cc3ff21259a04ea6b1a5b73a3f634d3462f76ef" 2019-01-03 11:15:15,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e7c0fdd-330f-4608-a1af-f6270d13ff04 Date: Thu, 03 Jan 2019 11:15:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:15:15,699 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1d63a112-3a92-43e9-ae06-f5cd11ce99b4 used request id req-9e7c0fdd-330f-4608-a1af-f6270d13ff04 2019-01-03 11:15:15,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:15,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b181d15d-f597-4a77-970e-8df4940211cf Date: Thu, 03 Jan 2019 11:15:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:15,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b181d15d-f597-4a77-970e-8df4940211cf 2019-01-03 11:15:15,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbcc230a-9f2d-4164-8084-6ce449c696eb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:16,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-fbcc230a-9f2d-4164-8084-6ce449c696eb 2019-01-03 11:15:16,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0665c5b-d87a-4ba0-bbda-4af64026a8ed 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:16,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-e0665c5b-d87a-4ba0-bbda-4af64026a8ed 2019-01-03 11:15:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c354be-4028-491c-a474-b5e06e7e47a7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:16,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e0c354be-4028-491c-a474-b5e06e7e47a7 2019-01-03 11:15:16,264 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-c159d010-73bc-4b9-proj 2019-01-03 11:15:16,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8efff3f0-be76-4852-970d-aae9a530c943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:16,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9538b35f18064a67a0c44d6451acc3e2 used request id req-8efff3f0-be76-4852-970d-aae9a530c943 2019-01-03 11:15:16,577 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-c159d010-73bc-4b9-proj-role 2019-01-03 11:15:16,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f9961a4-dee9-4db4-88fc-a3409563c310 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:16,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6503476cc4c84843ae702013fa39b22e used request id req-4f9961a4-dee9-4db4-88fc-a3409563c310 2019-01-03 11:15:16,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8873daad5e5a2bc912c4bff41564e8ae2991b2e" 2019-01-03 11:15:16,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d80c1ff6-693e-4804-9fea-aa88713e50bf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:16,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d80c1ff6-693e-4804-9fea-aa88713e50bf 2019-01-03 11:15:16,714 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-c159d010-73bc-4b9-user 2019-01-03 11:15:16,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/68807117724447b8a271883ca505d1fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}516c9a0b1aa738391963400f7b7a6fae9a52a0f6" 2019-01-03 11:15:16,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74a47115-a17e-42e4-b30e-c2e59c28b0e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:16,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/68807117724447b8a271883ca505d1fd used request id req-74a47115-a17e-42e4-b30e-c2e59c28b0e1 2019-01-03 11:15:16,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:17,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["L8Z-l6DfTIaajbewL4NDpg"], "issued_at": "2019-01-03T11:15:17.000000Z"}} 2019-01-03 11:15:17,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ec5dd2701175a2fe86a7bc2feb95519e2c12744" 2019-01-03 11:15:17,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af3befd-9b7b-4e0f-94f3-1dcc58916b01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:17,354 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3af3befd-9b7b-4e0f-94f3-1dcc58916b01 2019-01-03 11:15:17,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:17,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:17,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["418eLkZ3RGGb1ZJaHgbyTw"], "issued_at": "2019-01-03T11:15:17.000000Z"}} 2019-01-03 11:15:17,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:17,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b921e4-e91c-4081-8d08-8bdffc126bb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:17,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-99b921e4-e91c-4081-8d08-8bdffc126bb0 2019-01-03 11:15:17,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:17,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a54b1179-8e36-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:17,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56dedee3-5a18-48f6-a366-a705667212af Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a54b1179-8e36-409-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:17,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a54b1179-8e36-409-proj used request id req-56dedee3-5a18-48f6-a366-a705667212af 2019-01-03 11:15:17,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:18,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e470dbb2-57ea-4781-89e6-b2da19f6f9b9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:18,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e470dbb2-57ea-4781-89e6-b2da19f6f9b9 2019-01-03 11:15:18,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj"}}' 2019-01-03 11:15:18,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f1e2af7-6b01-440f-a7e7-5929269307ec Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0"}, "enabled": true, "id": "77453eab1f1246739376be7f17de64e0", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj"}} 2019-01-03 11:15:18,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0f1e2af7-6b01-440f-a7e7-5929269307ec 2019-01-03 11:15:18,142 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-a54b1179-8e36-409-proj 2019-01-03 11:15:18,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:18,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:18,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["YtgdJgklSiqGfvGFn9Mmsw"], "issued_at": "2019-01-03T11:15:18.000000Z"}} 2019-01-03 11:15:18,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da2aaacddf652de7aea41ea813648670945302fa" 2019-01-03 11:15:18,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0c7096-9604-48c9-bb1c-82ff20093255 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:18,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef0c7096-9604-48c9-bb1c-82ff20093255 2019-01-03 11:15:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:18,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:18,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da2aaacddf652de7aea41ea813648670945302fa" 2019-01-03 11:15:18,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197efe96-1f74-451a-a336-2a50aaedcb04 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:18,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-197efe96-1f74-451a-a336-2a50aaedcb04 2019-01-03 11:15:18,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-a54b1179-8e36-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da2aaacddf652de7aea41ea813648670945302fa" 2019-01-03 11:15:18,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3f2d34-6ea0-4075-93be-68d0c3159dc7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-a54b1179-8e36-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0"}, "enabled": true, "id": "77453eab1f1246739376be7f17de64e0", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj"}]} 2019-01-03 11:15:18,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-a54b1179-8e36-409-proj used request id req-1a3f2d34-6ea0-4075-93be-68d0c3159dc7 2019-01-03 11:15:18,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da2aaacddf652de7aea41ea813648670945302fa" 2019-01-03 11:15:18,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0e0f9f-3976-418e-81bb-21f3b1310d50 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:18,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-cc0e0f9f-3976-418e-81bb-21f3b1310d50 2019-01-03 11:15:19,268 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-a54b1179-8e36-409-user 2019-01-03 11:15:19,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:19,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:19,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-276d55c6-ac6c-4913-8606-7d0a390cd15d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:19,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-276d55c6-ac6c-4913-8606-7d0a390cd15d 2019-01-03 11:15:19,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" -d '{"role": {"name": "CreateImageNegativeTests-a54b1179-8e36-409-proj-role"}}' 2019-01-03 11:15:19,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0b7cf3c-3bdd-4a9e-a0ae-848ca4c4f438 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "67d085ce5bde46ff91ae233024cd0246", "links": {"self": "http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246"}, "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj-role"}} 2019-01-03 11:15:19,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b0b7cf3c-3bdd-4a9e-a0ae-848ca4c4f438 2019-01-03 11:15:19,467 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-a54b1179-8e36-409-proj-role 2019-01-03 11:15:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:19,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c30b930c-4234-4bfe-862b-76fd6f241c8a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246"}, "domain_id": null, "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj-role", "id": "67d085ce5bde46ff91ae233024cd0246"}} 2019-01-03 11:15:19,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246 used request id req-c30b930c-4234-4bfe-862b-76fd6f241c8a 2019-01-03 11:15:19,561 - keystone_utils - INFO - Granting role CreateImageNegativeTests-a54b1179-8e36-409-proj-role to project CreateImageNegativeTests-a54b1179-8e36-409-proj 2019-01-03 11:15:19,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0/users/1d30e3f4c509473eb36760f50b1f0377/roles/67d085ce5bde46ff91ae233024cd0246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:19,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c43a21d7-eb36-454e-ba2a-9c164fd2d5bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:19,690 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0/users/1d30e3f4c509473eb36760f50b1f0377/roles/67d085ce5bde46ff91ae233024cd0246 used request id req-c43a21d7-eb36-454e-ba2a-9c164fd2d5bf 2019-01-03 11:15:19,691 - openstack_tests - DEBUG - Image metadata - None 2019-01-03 11:15:19,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:19,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:20,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "67d085ce5bde46ff91ae233024cd0246", "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj-role"}], "expires_at": "2019-01-03T12:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "77453eab1f1246739376be7f17de64e0", "name": "CreateImageNegativeTests-a54b1179-8e36-409-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/77453eab1f1246739376be7f17de64e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/77453eab1f1246739376be7f17de64e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/77453eab1f1246739376be7f17de64e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/77453eab1f1246739376be7f17de64e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/77453eab1f1246739376be7f17de64e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/77453eab1f1246739376be7f17de64e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/77453eab1f1246739376be7f17de64e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/77453eab1f1246739376be7f17de64e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/77453eab1f1246739376be7f17de64e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/77453eab1f1246739376be7f17de64e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/77453eab1f1246739376be7f17de64e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/77453eab1f1246739376be7f17de64e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-a54b1179-8e36-409-user", "id": "1d30e3f4c509473eb36760f50b1f0377"}, "audit_ids": ["PKNSRzO8St61yNJPo1AKPQ"], "issued_at": "2019-01-03T11:15:20.000000Z"}} 2019-01-03 11:15:20,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9608ff900617527a976ea6c1987e8312ce3ffa1" 2019-01-03 11:15:20,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca20b7cf-121b-421c-b9e8-c6c2baff2762 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:20,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ca20b7cf-121b-421c-b9e8-c6c2baff2762 2019-01-03 11:15:20,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-2ca74ef3-6292-429f-9fe6-874539f9ea00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9608ff900617527a976ea6c1987e8312ce3ffa1" 2019-01-03 11:15:20,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-6693132b-4fcc-44f6-8288-0ebffb126eee Date: Thu, 03 Jan 2019 11:15:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-2ca74ef3-6292-429f-9fe6-874539f9ea00"} 2019-01-03 11:15:20,323 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-2ca74ef3-6292-429f-9fe6-874539f9ea00 used request id req-6693132b-4fcc-44f6-8288-0ebffb126eee 2019-01-03 11:15:20,324 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2019-01-03 11:15:20,325 - file_utils - DEBUG - Saving file to - /tmp/c99a38c1-1992-446d-8c21-1c4a4bc7defb 2019-01-03 11:15:20,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9608ff900617527a976ea6c1987e8312ce3ffa1" 2019-01-03 11:15:20,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-65d70851-65a6-41b1-9e8c-28106b05bad1 Date: Thu, 03 Jan 2019 11:15: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"}}} 2019-01-03 11:15:20,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-65d70851-65a6-41b1-9e8c-28106b05bad1 2019-01-03 11:15:20,755 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2019-01-03 11:15:20,755 - glance_utils - DEBUG - Closing file ./tmp/c99a38c1-1992-446d-8c21-1c4a4bc7defb 2019-01-03 11:15:20,755 - glance_utils - INFO - Removing file ./tmp/c99a38c1-1992-446d-8c21-1c4a4bc7defb 2019-01-03 11:15:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:20,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-42827fb2-4ebe-48d3-b721-1e34b829c786 Date: Thu, 03 Jan 2019 11:15:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:20,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-42827fb2-4ebe-48d3-b721-1e34b829c786 2019-01-03 11:15:20,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:20,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee90c5ad-dc2f-48ea-b70c-44974e9d0fca Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:20,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ee90c5ad-dc2f-48ea-b70c-44974e9d0fca 2019-01-03 11:15:21,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:21,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f4e203-9167-4ae5-8a0d-88e36c35f8f3 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:21,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-47f4e203-9167-4ae5-8a0d-88e36c35f8f3 2019-01-03 11:15:21,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:21,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c452301d-da82-4dc9-80cb-1d8301f4dd75 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:21,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-c452301d-da82-4dc9-80cb-1d8301f4dd75 2019-01-03 11:15:21,169 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-a54b1179-8e36-409-proj 2019-01-03 11:15:21,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:21,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7ed1cbe-115f-4b76-9790-6740cac2f407 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:21,380 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/77453eab1f1246739376be7f17de64e0 used request id req-d7ed1cbe-115f-4b76-9790-6740cac2f407 2019-01-03 11:15:21,381 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-a54b1179-8e36-409-proj-role 2019-01-03 11:15:21,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:21,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566a7e52-e9ee-458b-9339-fdee1c06d2f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:21,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/67d085ce5bde46ff91ae233024cd0246 used request id req-566a7e52-e9ee-458b-9339-fdee1c06d2f3 2019-01-03 11:15:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd77ce2fa9a932739eb2e7a875da5d1f9200ea82" 2019-01-03 11:15:21,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d959e8c9-e132-4e0b-af26-bc1498b64c24 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:21,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d959e8c9-e132-4e0b-af26-bc1498b64c24 2019-01-03 11:15:21,577 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-a54b1179-8e36-409-user 2019-01-03 11:15:21,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1d30e3f4c509473eb36760f50b1f0377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da2aaacddf652de7aea41ea813648670945302fa" 2019-01-03 11:15:21,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a09e662-095c-452d-834b-3437d8327eed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:21,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1d30e3f4c509473eb36760f50b1f0377 used request id req-0a09e662-095c-452d-834b-3437d8327eed 2019-01-03 11:15:21,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:22,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4S5dRXSgQgWKbKB5vsAtVA"], "issued_at": "2019-01-03T11:15:22.000000Z"}} 2019-01-03 11:15:22,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cb31f7f6153b174f3cc515990c2854240abaf85" 2019-01-03 11:15:22,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a12766b-5ff7-4661-9928-7c228bfeb98d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:22,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a12766b-5ff7-4661-9928-7c228bfeb98d 2019-01-03 11:15:22,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:22,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:22,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QREniPP-Rg-sNxeAn1TvUQ"], "issued_at": "2019-01-03T11:15:22.000000Z"}} 2019-01-03 11:15:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:22,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae34090-1e60-4c81-92d7-339a97ebc0ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:22,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5ae34090-1e60-4c81-92d7-339a97ebc0ab 2019-01-03 11:15:22,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:22,702 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:22,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3a3401ce-8418-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:22,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce33e20e-2488-43f3-a402-d021278d7428 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3a3401ce-8418-475-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:22,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-3a3401ce-8418-475-proj used request id req-ce33e20e-2488-43f3-a402-d021278d7428 2019-01-03 11:15:22,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:22,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f2cb4c-4eed-4679-9c82-a51420d2ef7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:22,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a0f2cb4c-4eed-4679-9c82-a51420d2ef7d 2019-01-03 11:15:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj"}}' 2019-01-03 11:15:22,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4649273f-acd6-4f5a-a2df-9d4f120e0179 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa"}, "enabled": true, "id": "6ac9b19a9d734fa29583ddeedd791daa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj"}} 2019-01-03 11:15:22,993 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4649273f-acd6-4f5a-a2df-9d4f120e0179 2019-01-03 11:15:22,993 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-3a3401ce-8418-475-proj 2019-01-03 11:15:22,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:22,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:23,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["naWg3xC8S42u0B2Gs7Ru7A"], "issued_at": "2019-01-03T11:15:23.000000Z"}} 2019-01-03 11:15:23,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7baf82f3902f0f3bf32bf111d5f8230fa95d73" 2019-01-03 11:15:23,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8882c94e-7f53-4fe5-b337-57c719b2ed80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:23,461 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8882c94e-7f53-4fe5-b337-57c719b2ed80 2019-01-03 11:15:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:23,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:23,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7baf82f3902f0f3bf32bf111d5f8230fa95d73" 2019-01-03 11:15:23,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe40f83-1a91-4e1b-b0fe-a2a4891f289b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:23,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2fe40f83-1a91-4e1b-b0fe-a2a4891f289b 2019-01-03 11:15:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-3a3401ce-8418-475-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7baf82f3902f0f3bf32bf111d5f8230fa95d73" 2019-01-03 11:15:23,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52829cd-4d9c-4eb8-b56b-38f7c56e6a8d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-3a3401ce-8418-475-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa"}, "enabled": true, "id": "6ac9b19a9d734fa29583ddeedd791daa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj"}]} 2019-01-03 11:15:23,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-3a3401ce-8418-475-proj used request id req-a52829cd-4d9c-4eb8-b56b-38f7c56e6a8d 2019-01-03 11:15:23,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7baf82f3902f0f3bf32bf111d5f8230fa95d73" 2019-01-03 11:15:23,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77548861-ba9c-4168-8054-693f85170bcb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:23,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77548861-ba9c-4168-8054-693f85170bcb 2019-01-03 11:15:24,131 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-3a3401ce-8418-475-user 2019-01-03 11:15:24,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:24,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:24,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484d8334-ef88-45ac-95e0-29f477796eea Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:24,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-484d8334-ef88-45ac-95e0-29f477796eea 2019-01-03 11:15:24,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" -d '{"role": {"name": "CreateImageNegativeTests-3a3401ce-8418-475-proj-role"}}' 2019-01-03 11:15:24,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f606bc5-bdf5-427f-8765-4c43be9f7634 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2b38bfc5ae4f4323b413fe34976c1225", "links": {"self": "http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225"}, "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj-role"}} 2019-01-03 11:15:24,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0f606bc5-bdf5-427f-8765-4c43be9f7634 2019-01-03 11:15:24,322 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-3a3401ce-8418-475-proj-role 2019-01-03 11:15:24,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:24,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c873019e-4b1f-4dad-adec-7ce1b843d69b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225"}, "domain_id": null, "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj-role", "id": "2b38bfc5ae4f4323b413fe34976c1225"}} 2019-01-03 11:15:24,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225 used request id req-c873019e-4b1f-4dad-adec-7ce1b843d69b 2019-01-03 11:15:24,413 - keystone_utils - INFO - Granting role CreateImageNegativeTests-3a3401ce-8418-475-proj-role to project CreateImageNegativeTests-3a3401ce-8418-475-proj 2019-01-03 11:15:24,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa/users/905a56b675574e3a8ce6593226be732f/roles/2b38bfc5ae4f4323b413fe34976c1225 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:24,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80cc3c79-9cd1-4765-9607-5c4e253f5357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:24,533 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa/users/905a56b675574e3a8ce6593226be732f/roles/2b38bfc5ae4f4323b413fe34976c1225 used request id req-80cc3c79-9cd1-4765-9607-5c4e253f5357 2019-01-03 11:15:24,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:24,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:24,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b38bfc5ae4f4323b413fe34976c1225", "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj-role"}], "expires_at": "2019-01-03T12:15:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ac9b19a9d734fa29583ddeedd791daa", "name": "CreateImageNegativeTests-3a3401ce-8418-475-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/6ac9b19a9d734fa29583ddeedd791daa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/6ac9b19a9d734fa29583ddeedd791daa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/6ac9b19a9d734fa29583ddeedd791daa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/6ac9b19a9d734fa29583ddeedd791daa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/6ac9b19a9d734fa29583ddeedd791daa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/6ac9b19a9d734fa29583ddeedd791daa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/6ac9b19a9d734fa29583ddeedd791daa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-3a3401ce-8418-475-user", "id": "905a56b675574e3a8ce6593226be732f"}, "audit_ids": ["iOB0arZrRCOhEHe_q8Lpxw"], "issued_at": "2019-01-03T11:15:24.000000Z"}} 2019-01-03 11:15:24,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e852331b45963615888279579b8b2a8d1755f03c" 2019-01-03 11:15:24,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-669d7152-3305-4f54-8a94-0fc753c41b17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:24,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-669d7152-3305-4f54-8a94-0fc753c41b17 2019-01-03 11:15:25,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e852331b45963615888279579b8b2a8d1755f03c" 2019-01-03 11:15:25,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-cb8fe7d5-cef1-4518-87bf-636e757bc0db Date: Thu, 03 Jan 2019 11:15:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2019-01-03 11:15:25,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&name=foo used request id req-cb8fe7d5-cef1-4518-87bf-636e757bc0db 2019-01-03 11:15:25,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b7107f5b-067e-4387-882b-45f9fcac1895 Date: Thu, 03 Jan 2019 11:15:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:25,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b7107f5b-067e-4387-882b-45f9fcac1895 2019-01-03 11:15:25,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6ceca9-3f9c-4658-bd68-dc73ffa63290 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:25,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-fc6ceca9-3f9c-4658-bd68-dc73ffa63290 2019-01-03 11:15:25,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59819974-9096-4efd-9791-e5c21620b14a 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:25,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-59819974-9096-4efd-9791-e5c21620b14a 2019-01-03 11:15:25,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e67d8b-3f27-46db-bae1-d243a9217e2f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:25,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-04e67d8b-3f27-46db-bae1-d243a9217e2f 2019-01-03 11:15:25,676 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-3a3401ce-8418-475-proj 2019-01-03 11:15:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcc54352-43db-49b2-ad6d-a2c0b4ff5cc5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:25,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/6ac9b19a9d734fa29583ddeedd791daa used request id req-bcc54352-43db-49b2-ad6d-a2c0b4ff5cc5 2019-01-03 11:15:25,857 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-3a3401ce-8418-475-proj-role 2019-01-03 11:15:25,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:25,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2406aeec-1fbe-4808-ac6b-ab5868abd5c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:25,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2b38bfc5ae4f4323b413fe34976c1225 used request id req-2406aeec-1fbe-4808-ac6b-ab5868abd5c6 2019-01-03 11:15:25,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e53f51d99b91e2d45280606157789559c7911ad3" 2019-01-03 11:15:26,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bda728-1e6b-4520-a0d0-905ff91186c4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:26,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-30bda728-1e6b-4520-a0d0-905ff91186c4 2019-01-03 11:15:26,074 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-3a3401ce-8418-475-user 2019-01-03 11:15:26,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/905a56b675574e3a8ce6593226be732f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b7baf82f3902f0f3bf32bf111d5f8230fa95d73" 2019-01-03 11:15:26,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-966e9934-cd63-4518-8bf3-66c42f5e3aca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:26,236 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/905a56b675574e3a8ce6593226be732f used request id req-966e9934-cd63-4518-8bf3-66c42f5e3aca 2019-01-03 11:15:26,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:26,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["RBPFOiTQQiKd8ym5p1YY4g"], "issued_at": "2019-01-03T11:15:26.000000Z"}} 2019-01-03 11:15:26,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268b013dab1dead9e5a3c663f6729c449c8bf98c" 2019-01-03 11:15:26,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5ce1b1-fa24-4910-bc1b-df5223a2f622 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:26,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bc5ce1b1-fa24-4910-bc1b-df5223a2f622 2019-01-03 11:15:26,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:26,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:27,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QdbRYjzKSYusWo7YkiZyQw"], "issued_at": "2019-01-03T11:15:27.000000Z"}} 2019-01-03 11:15:27,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:27,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b20d1f3-2a95-46b5-8e4f-c55326873ab3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:27,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2b20d1f3-2a95-46b5-8e4f-c55326873ab3 2019-01-03 11:15:27,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:27,209 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:27,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-dcc72242-6e42-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:27,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c5a23ba-d20a-47e8-a8ec-355085e666c6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-dcc72242-6e42-408-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:27,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-dcc72242-6e42-408-proj used request id req-4c5a23ba-d20a-47e8-a8ec-355085e666c6 2019-01-03 11:15:27,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:27,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45cc9306-790f-4312-b440-dacd12eb0bf1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:27,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-45cc9306-790f-4312-b440-dacd12eb0bf1 2019-01-03 11:15:27,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj"}}' 2019-01-03 11:15:27,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8ba0d2c-4ce0-403f-95cc-1f7bd2825fbf Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa"}, "enabled": true, "id": "11794651e7684ea693e45b94649ef3aa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj"}} 2019-01-03 11:15:27,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8ba0d2c-4ce0-403f-95cc-1f7bd2825fbf 2019-01-03 11:15:27,526 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-dcc72242-6e42-408-proj 2019-01-03 11:15:27,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:27,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:27,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["My1OqGdlSqqS73BPnhrwcQ"], "issued_at": "2019-01-03T11:15:27.000000Z"}} 2019-01-03 11:15:27,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b8457c1df79ce4e9d7fc2790acb83a5af735b1" 2019-01-03 11:15:27,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53abb5f7-480c-499a-b736-1822537b888a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:27,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-53abb5f7-480c-499a-b736-1822537b888a 2019-01-03 11:15:27,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:28,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:28,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b8457c1df79ce4e9d7fc2790acb83a5af735b1" 2019-01-03 11:15:28,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6af4b4af-7a7f-4b8b-9d70-577588e9e333 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:28,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6af4b4af-7a7f-4b8b-9d70-577588e9e333 2019-01-03 11:15:28,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-dcc72242-6e42-408-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b8457c1df79ce4e9d7fc2790acb83a5af735b1" 2019-01-03 11:15:28,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e13d8273-ecb2-4002-9d92-8978be13e4cd Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-dcc72242-6e42-408-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa"}, "enabled": true, "id": "11794651e7684ea693e45b94649ef3aa", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj"}]} 2019-01-03 11:15:28,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateImageNegativeTests-dcc72242-6e42-408-proj used request id req-e13d8273-ecb2-4002-9d92-8978be13e4cd 2019-01-03 11:15:28,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b8457c1df79ce4e9d7fc2790acb83a5af735b1" 2019-01-03 11:15:28,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51b3ac4-1d5b-4f58-a82e-a35c20cae9b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:28,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d51b3ac4-1d5b-4f58-a82e-a35c20cae9b8 2019-01-03 11:15:28,693 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-dcc72242-6e42-408-user 2019-01-03 11:15:28,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:28,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:28,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc02ae25-903a-40a8-aeff-b116a817a093 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:28,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bc02ae25-903a-40a8-aeff-b116a817a093 2019-01-03 11:15:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" -d '{"role": {"name": "CreateImageNegativeTests-dcc72242-6e42-408-proj-role"}}' 2019-01-03 11:15:28,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d387755-dc70-4ca9-ac8b-7cfc8295a1e2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4cbc2e5ce8a3469882457fb974d13d5c", "links": {"self": "http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c"}, "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj-role"}} 2019-01-03 11:15:28,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d387755-dc70-4ca9-ac8b-7cfc8295a1e2 2019-01-03 11:15:28,904 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-dcc72242-6e42-408-proj-role 2019-01-03 11:15:28,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:29,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bed21a9-bba5-40a0-88e0-66f48c55d758 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c"}, "domain_id": null, "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj-role", "id": "4cbc2e5ce8a3469882457fb974d13d5c"}} 2019-01-03 11:15:29,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c used request id req-7bed21a9-bba5-40a0-88e0-66f48c55d758 2019-01-03 11:15:29,005 - keystone_utils - INFO - Granting role CreateImageNegativeTests-dcc72242-6e42-408-proj-role to project CreateImageNegativeTests-dcc72242-6e42-408-proj 2019-01-03 11:15:29,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa/users/d53e8843ee0645359a91af0d43e0c111/roles/4cbc2e5ce8a3469882457fb974d13d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:29,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c068689d-d6a7-4d2a-a965-7dbeffc0ff52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:29,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa/users/d53e8843ee0645359a91af0d43e0c111/roles/4cbc2e5ce8a3469882457fb974d13d5c used request id req-c068689d-d6a7-4d2a-a965-7dbeffc0ff52 2019-01-03 11:15:29,140 - openstack_tests - DEBUG - Image metadata - None 2019-01-03 11:15:29,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:29,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:29,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4cbc2e5ce8a3469882457fb974d13d5c", "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj-role"}], "expires_at": "2019-01-03T12:15:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "11794651e7684ea693e45b94649ef3aa", "name": "CreateImageNegativeTests-dcc72242-6e42-408-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/11794651e7684ea693e45b94649ef3aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/11794651e7684ea693e45b94649ef3aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/11794651e7684ea693e45b94649ef3aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/11794651e7684ea693e45b94649ef3aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/11794651e7684ea693e45b94649ef3aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/11794651e7684ea693e45b94649ef3aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/11794651e7684ea693e45b94649ef3aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/11794651e7684ea693e45b94649ef3aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/11794651e7684ea693e45b94649ef3aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/11794651e7684ea693e45b94649ef3aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/11794651e7684ea693e45b94649ef3aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/11794651e7684ea693e45b94649ef3aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-dcc72242-6e42-408-user", "id": "d53e8843ee0645359a91af0d43e0c111"}, "audit_ids": ["6fur9igrQ9OpTHKbKaww7Q"], "issued_at": "2019-01-03T11:15:29.000000Z"}} 2019-01-03 11:15:29,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b875f0641485751f9d1d3d25ba0966a2adee4dc" 2019-01-03 11:15:29,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31464d5f-fa00-4c99-afb6-7356f9646f18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:29,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-31464d5f-fa00-4c99-afb6-7356f9646f18 2019-01-03 11:15:29,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-2a673a1d-fd76-41eb-adbe-71d97bf395ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4b875f0641485751f9d1d3d25ba0966a2adee4dc" 2019-01-03 11:15:29,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-a69dffb4-31a7-4ad0-99b7-411eff66f92a Date: Thu, 03 Jan 2019 11:15:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-2a673a1d-fd76-41eb-adbe-71d97bf395ad"} 2019-01-03 11:15:29,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-2a673a1d-fd76-41eb-adbe-71d97bf395ad used request id req-a69dffb4-31a7-4ad0-99b7-411eff66f92a 2019-01-03 11:15:29,799 - file_utils - DEBUG - Downloading file from - http://foo.bar 2019-01-03 11:15:29,800 - file_utils - DEBUG - Saving file to - /tmp/b59cb79a-b8b5-4056-b083-d9cc5ce5328c 2019-01-03 11:15:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0d886d4a-ee74-48e8-8154-1db785314c42 Date: Thu, 03 Jan 2019 11:15:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:30,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0d886d4a-ee74-48e8-8154-1db785314c42 2019-01-03 11:15:30,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5b0517-927f-47ed-853e-cb84dc91883b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:30,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-de5b0517-927f-47ed-853e-cb84dc91883b 2019-01-03 11:15:30,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49730948-03ee-40ec-8391-262d4b12c7b7 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:30,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-49730948-03ee-40ec-8391-262d4b12c7b7 2019-01-03 11:15:30,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872a8972-c41f-4681-ac36-b6e53e888d53 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:30,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-872a8972-c41f-4681-ac36-b6e53e888d53 2019-01-03 11:15:30,304 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-dcc72242-6e42-408-proj 2019-01-03 11:15:30,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47da4521-abec-447f-b322-332fea0c063d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:30,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/11794651e7684ea693e45b94649ef3aa used request id req-47da4521-abec-447f-b322-332fea0c063d 2019-01-03 11:15:30,529 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-dcc72242-6e42-408-proj-role 2019-01-03 11:15:30,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f337badf-b22f-4fbf-8712-8c49d33b7d7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:30,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4cbc2e5ce8a3469882457fb974d13d5c used request id req-f337badf-b22f-4fbf-8712-8c49d33b7d7e 2019-01-03 11:15:30,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08d64f35f1c8d2d73f157323afe3440bcf6df82b" 2019-01-03 11:15:30,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4d5835-0518-4087-907b-ee41263c05a8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:30,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ff4d5835-0518-4087-907b-ee41263c05a8 2019-01-03 11:15:30,722 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-dcc72242-6e42-408-user 2019-01-03 11:15:30,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d53e8843ee0645359a91af0d43e0c111 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6b8457c1df79ce4e9d7fc2790acb83a5af735b1" 2019-01-03 11:15:30,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40176ad7-509a-4960-ab5b-c8184e7e9548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:30,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d53e8843ee0645359a91af0d43e0c111 used request id req-40176ad7-509a-4960-ab5b-c8184e7e9548 2019-01-03 11:15:30,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:31,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["x-KS3mZTSD-c4kCKy8JiNQ"], "issued_at": "2019-01-03T11:15:31.000000Z"}} 2019-01-03 11:15:31,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1d8aee0057cc6053123679a418f088e3e0761e4" 2019-01-03 11:15:31,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f4d173-cdd7-4862-8dda-e857cdabdcbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:31,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-37f4d173-cdd7-4862-8dda-e857cdabdcbb 2019-01-03 11:15:31,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:31,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:31,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["YYlJEXR5SeO7jdIjPORlTg"], "issued_at": "2019-01-03T11:15:31.000000Z"}} 2019-01-03 11:15:31,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:31,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05a3438-dcea-406e-92bc-d5c3da910646 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:31,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a05a3438-dcea-406e-92bc-d5c3da910646 2019-01-03 11:15:31,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:31,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:31,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86d797cc-6154-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:31,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8cd786-72f3-48ba-8cf4-40e913077730 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86d797cc-6154-499-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:31,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-86d797cc-6154-499-proj used request id req-df8cd786-72f3-48ba-8cf4-40e913077730 2019-01-03 11:15:31,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:32,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae2a4de-72c2-400b-9571-eb1b697cd86d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:32,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6ae2a4de-72c2-400b-9571-eb1b697cd86d 2019-01-03 11:15:32,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-86d797cc-6154-499-proj"}}' 2019-01-03 11:15:32,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9640f16e-d1df-4701-b494-3d3412872995 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2"}, "enabled": true, "id": "281f23740e2e491b85b63237d3efe8a2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-86d797cc-6154-499-proj"}} 2019-01-03 11:15:32,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9640f16e-d1df-4701-b494-3d3412872995 2019-01-03 11:15:32,160 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-86d797cc-6154-499-proj 2019-01-03 11:15:32,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:32,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:32,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["N5MuhrLpTz230PYoaka_cA"], "issued_at": "2019-01-03T11:15:32.000000Z"}} 2019-01-03 11:15:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a08dab838de83a7eb3e3c431d4a5ffe6f14a85d9" 2019-01-03 11:15:32,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d10b47fe-f324-4c46-9cb7-a7346d2d07cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:32,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d10b47fe-f324-4c46-9cb7-a7346d2d07cf 2019-01-03 11:15:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:32,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:32,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a08dab838de83a7eb3e3c431d4a5ffe6f14a85d9" 2019-01-03 11:15:32,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a938ce-4ff9-4622-aba5-d3e2197fd5f7 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:32,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d3a938ce-4ff9-4622-aba5-d3e2197fd5f7 2019-01-03 11:15:32,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86d797cc-6154-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a08dab838de83a7eb3e3c431d4a5ffe6f14a85d9" 2019-01-03 11:15:32,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0103f2e9-6c84-4de5-b67f-508ac3f30c79 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86d797cc-6154-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2"}, "enabled": true, "id": "281f23740e2e491b85b63237d3efe8a2", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-86d797cc-6154-499-proj"}]} 2019-01-03 11:15:32,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-86d797cc-6154-499-proj used request id req-0103f2e9-6c84-4de5-b67f-508ac3f30c79 2019-01-03 11:15:32,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a08dab838de83a7eb3e3c431d4a5ffe6f14a85d9" 2019-01-03 11:15:32,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a15dbf84-93a4-4fc6-b007-c31c535a3c16 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:32,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a15dbf84-93a4-4fc6-b007-c31c535a3c16 2019-01-03 11:15:33,160 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-86d797cc-6154-499-user 2019-01-03 11:15:33,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:33,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd215801-c56d-471a-bd88-0d8a1b350759 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:33,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cd215801-c56d-471a-bd88-0d8a1b350759 2019-01-03 11:15:33,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" -d '{"role": {"name": "CreateMultiPartImageTests-86d797cc-6154-499-proj-role"}}' 2019-01-03 11:15:33,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f113963-1dfa-422f-8159-56abec4ebca2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4adde17bd40a46268552c00ab96f6f58", "links": {"self": "http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58"}, "name": "CreateMultiPartImageTests-86d797cc-6154-499-proj-role"}} 2019-01-03 11:15:33,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0f113963-1dfa-422f-8159-56abec4ebca2 2019-01-03 11:15:33,358 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-86d797cc-6154-499-proj-role 2019-01-03 11:15:33,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22659af-3470-47a8-b339-c1b492c264b6 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58"}, "domain_id": null, "name": "CreateMultiPartImageTests-86d797cc-6154-499-proj-role", "id": "4adde17bd40a46268552c00ab96f6f58"}} 2019-01-03 11:15:33,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58 used request id req-b22659af-3470-47a8-b339-c1b492c264b6 2019-01-03 11:15:33,450 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-86d797cc-6154-499-proj-role to project CreateMultiPartImageTests-86d797cc-6154-499-proj 2019-01-03 11:15:33,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2/users/674b9e6feba34d879e98c8d84f1bfc19/roles/4adde17bd40a46268552c00ab96f6f58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86314aef-1693-4215-a42f-83d51ec54af1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:33,588 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2/users/674b9e6feba34d879e98c8d84f1bfc19/roles/4adde17bd40a46268552c00ab96f6f58 used request id req-86314aef-1693-4215-a42f-83d51ec54af1 2019-01-03 11:15:33,589 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2019-01-03 11:15:33,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d3a727b5-7d22-43cf-87b2-d14b014b4641 Date: Thu, 03 Jan 2019 11:15:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:33,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d3a727b5-7d22-43cf-87b2-d14b014b4641 2019-01-03 11:15:33,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f26143cb-319b-403b-a311-a3ab65069bac Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:33,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-f26143cb-319b-403b-a311-a3ab65069bac 2019-01-03 11:15:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:33,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8090b6c6-6f8f-4c07-b5e4-3266df327e0d 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:33,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-8090b6c6-6f8f-4c07-b5e4-3266df327e0d 2019-01-03 11:15:33,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:34,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44786c0-290b-43c6-aa22-1edb8594f9f0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:34,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-c44786c0-290b-43c6-aa22-1edb8594f9f0 2019-01-03 11:15:34,076 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-86d797cc-6154-499-proj 2019-01-03 11:15:34,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:34,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38325c83-9708-46f5-8030-673b6cdeb798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:34,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/281f23740e2e491b85b63237d3efe8a2 used request id req-38325c83-9708-46f5-8030-673b6cdeb798 2019-01-03 11:15:34,277 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-86d797cc-6154-499-proj-role 2019-01-03 11:15:34,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:34,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652e62ef-6ba1-4700-8a67-3e496aeaf26d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:34,387 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4adde17bd40a46268552c00ab96f6f58 used request id req-652e62ef-6ba1-4700-8a67-3e496aeaf26d 2019-01-03 11:15:34,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a55575f8005b2b2a72578fef1835971fa23ae096" 2019-01-03 11:15:34,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a7b329-4436-4ea6-a55c-2b53883c856e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:34,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d1a7b329-4436-4ea6-a55c-2b53883c856e 2019-01-03 11:15:34,480 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-86d797cc-6154-499-user 2019-01-03 11:15:34,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/674b9e6feba34d879e98c8d84f1bfc19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a08dab838de83a7eb3e3c431d4a5ffe6f14a85d9" 2019-01-03 11:15:34,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8947fde7-0d80-40d1-8dce-82fecf0df5d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:34,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/674b9e6feba34d879e98c8d84f1bfc19 used request id req-8947fde7-0d80-40d1-8dce-82fecf0df5d5 2019-01-03 11:15:34,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:35,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["u1zwtr04RG2iPHwETvBFMw"], "issued_at": "2019-01-03T11:15:35.000000Z"}} 2019-01-03 11:15:35,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a517e28ec7feed8c0c8aa7ef2593cd127e3b250" 2019-01-03 11:15:35,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1474d037-2c7b-4fdd-bd31-ec1f901f7b39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:35,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1474d037-2c7b-4fdd-bd31-ec1f901f7b39 2019-01-03 11:15:35,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:35,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:35,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lo1DhkTUSQS3dF17vxVfHA"], "issued_at": "2019-01-03T11:15:35.000000Z"}} 2019-01-03 11:15:35,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:35,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e63c5a39-1553-4853-8cdb-a053a49d05d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:35,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e63c5a39-1553-4853-8cdb-a053a49d05d2 2019-01-03 11:15:35,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:35,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:35,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1e45f24f-8623-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:35,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df044dc8-e5b6-49d0-ba99-7305cc2e0599 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1e45f24f-8623-423-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:35,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1e45f24f-8623-423-proj used request id req-df044dc8-e5b6-49d0-ba99-7305cc2e0599 2019-01-03 11:15:35,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:35,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61cc481-d1ce-49ad-9ea1-d93309061aa9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:35,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e61cc481-d1ce-49ad-9ea1-d93309061aa9 2019-01-03 11:15:35,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj"}}' 2019-01-03 11:15:35,933 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a3f3d00-318d-4857-a0f4-7395ef9e8afe Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1"}, "enabled": true, "id": "1e94ee732a6f4f248f66ed03a2668bf1", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj"}} 2019-01-03 11:15:35,934 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8a3f3d00-318d-4857-a0f4-7395ef9e8afe 2019-01-03 11:15:35,934 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-1e45f24f-8623-423-proj 2019-01-03 11:15:35,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:35,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:36,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7z3gZUcWQZ-JyPAoxzSmiw"], "issued_at": "2019-01-03T11:15:36.000000Z"}} 2019-01-03 11:15:36,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8c40517f7d136c396d2bea8980ef5dfbdc292" 2019-01-03 11:15:36,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2d25c1-43d1-4166-ac0f-912009304ffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:36,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5a2d25c1-43d1-4166-ac0f-912009304ffd 2019-01-03 11:15:36,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:36,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:36,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8c40517f7d136c396d2bea8980ef5dfbdc292" 2019-01-03 11:15:36,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bacd99b-56d5-43d3-8108-01a5a5ca4cb2 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:36,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8bacd99b-56d5-43d3-8108-01a5a5ca4cb2 2019-01-03 11:15:36,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-1e45f24f-8623-423-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8c40517f7d136c396d2bea8980ef5dfbdc292" 2019-01-03 11:15:36,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8387dae8-0926-40e7-ba52-6e54125f150c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-1e45f24f-8623-423-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1"}, "enabled": true, "id": "1e94ee732a6f4f248f66ed03a2668bf1", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj"}]} 2019-01-03 11:15:36,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-1e45f24f-8623-423-proj used request id req-8387dae8-0926-40e7-ba52-6e54125f150c 2019-01-03 11:15:36,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8c40517f7d136c396d2bea8980ef5dfbdc292" 2019-01-03 11:15:36,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f130339-3844-4bf4-94d0-d3f5200c6648 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:36,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2f130339-3844-4bf4-94d0-d3f5200c6648 2019-01-03 11:15:37,022 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-1e45f24f-8623-423-user 2019-01-03 11:15:37,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aabe164-53e6-4867-9eeb-27029de97b59 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:37,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6aabe164-53e6-4867-9eeb-27029de97b59 2019-01-03 11:15:37,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" -d '{"role": {"name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj-role"}}' 2019-01-03 11:15:37,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-838e29de-d366-4cf9-bb57-4525c8933208 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "175bda27adfd47e988db2f9b4b5f9c3c", "links": {"self": "http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c"}, "name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj-role"}} 2019-01-03 11:15:37,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-838e29de-d366-4cf9-bb57-4525c8933208 2019-01-03 11:15:37,257 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-1e45f24f-8623-423-proj-role 2019-01-03 11:15:37,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db3a2d4-be53-47e2-be6d-6e83a00d9d67 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c"}, "domain_id": null, "name": "CreateMultiPartImageTests-1e45f24f-8623-423-proj-role", "id": "175bda27adfd47e988db2f9b4b5f9c3c"}} 2019-01-03 11:15:37,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c used request id req-7db3a2d4-be53-47e2-be6d-6e83a00d9d67 2019-01-03 11:15:37,347 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-1e45f24f-8623-423-proj-role to project CreateMultiPartImageTests-1e45f24f-8623-423-proj 2019-01-03 11:15:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1/users/cecec39c75d348d2b31dc4508b3e1786/roles/175bda27adfd47e988db2f9b4b5f9c3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa2b719a-9984-47b4-88ac-e9be5dd50cec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:37,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1/users/cecec39c75d348d2b31dc4508b3e1786/roles/175bda27adfd47e988db2f9b4b5f9c3c used request id req-aa2b719a-9984-47b4-88ac-e9be5dd50cec 2019-01-03 11:15:37,490 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 11:15:37,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-87efddac-f180-4694-b7c6-92dd7eecfa14 Date: Thu, 03 Jan 2019 11:15:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:37,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-87efddac-f180-4694-b7c6-92dd7eecfa14 2019-01-03 11:15:37,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a814a73-5850-4800-ac42-9332a7f98ad1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:37,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-5a814a73-5850-4800-ac42-9332a7f98ad1 2019-01-03 11:15:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f829a8-df21-4bfd-8fa3-18de6efd2b4a 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:37,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-a9f829a8-df21-4bfd-8fa3-18de6efd2b4a 2019-01-03 11:15:37,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:37,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b488ab-01d5-4a1b-bf52-f85b66ec17f7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:37,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-a3b488ab-01d5-4a1b-bf52-f85b66ec17f7 2019-01-03 11:15:37,923 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-1e45f24f-8623-423-proj 2019-01-03 11:15:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:38,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5efc14aa-0dc6-4816-a4f4-76b3ae21b61c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:38,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1e94ee732a6f4f248f66ed03a2668bf1 used request id req-5efc14aa-0dc6-4816-a4f4-76b3ae21b61c 2019-01-03 11:15:38,122 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-1e45f24f-8623-423-proj-role 2019-01-03 11:15:38,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:38,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4880d154-b136-43e2-b5b2-e0c4b7a2b7ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:38,232 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/175bda27adfd47e988db2f9b4b5f9c3c used request id req-4880d154-b136-43e2-b5b2-e0c4b7a2b7ef 2019-01-03 11:15:38,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de95ca9123b0edfaeabb9f63984b97ed310206e9" 2019-01-03 11:15:38,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3577bd2-a90a-496a-98bf-31229a57aab8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:38,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3577bd2-a90a-496a-98bf-31229a57aab8 2019-01-03 11:15:38,328 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-1e45f24f-8623-423-user 2019-01-03 11:15:38,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/cecec39c75d348d2b31dc4508b3e1786 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8c40517f7d136c396d2bea8980ef5dfbdc292" 2019-01-03 11:15:38,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-681f9b4a-6e6e-4860-9cd8-b54bea0d9320 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:38,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/cecec39c75d348d2b31dc4508b3e1786 used request id req-681f9b4a-6e6e-4860-9cd8-b54bea0d9320 2019-01-03 11:15:38,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:38,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JZLNXAMvR9SQzrTtP43IDg"], "issued_at": "2019-01-03T11:15:38.000000Z"}} 2019-01-03 11:15:38,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}643ce45e7e2f400f8e3afcdc96c5d4acf8ae76bc" 2019-01-03 11:15:39,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee75ac8a-99dc-4376-a27f-a9c7fca78f47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:39,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ee75ac8a-99dc-4376-a27f-a9c7fca78f47 2019-01-03 11:15:39,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:39,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:39,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Hgi4mARtRMK7TN5NhL0swA"], "issued_at": "2019-01-03T11:15:39.000000Z"}} 2019-01-03 11:15:39,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:39,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0430eddf-627c-499d-b35a-3a089d067923 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:39,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0430eddf-627c-499d-b35a-3a089d067923 2019-01-03 11:15:39,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:39,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:39,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:39,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f1385e9-b87c-411b-ad9c-03178a20a7f5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:39,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj used request id req-8f1385e9-b87c-411b-ad9c-03178a20a7f5 2019-01-03 11:15:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:39,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c1bb10-6197-4b3e-a091-623845e241a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:39,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c2c1bb10-6197-4b3e-a091-623845e241a6 2019-01-03 11:15:39,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj"}}' 2019-01-03 11:15:39,861 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bad5e41-557e-4495-a87d-1d6ff509e7b8 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568"}, "enabled": true, "id": "134648db89d44cec87d5d551db7f8568", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj"}} 2019-01-03 11:15:39,861 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4bad5e41-557e-4495-a87d-1d6ff509e7b8 2019-01-03 11:15:39,861 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-b3cedeaf-f368-439-proj 2019-01-03 11:15:39,862 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:39,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:40,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nfTV4akKSJ26KTMek0F2KA"], "issued_at": "2019-01-03T11:15:40.000000Z"}} 2019-01-03 11:15:40,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f995baebad005a2e4d8db4d88d2f2b271bd9ce6e" 2019-01-03 11:15:40,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4a85b9-0a00-4e28-ac47-d16fa2abd70e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:40,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a4a85b9-0a00-4e28-ac47-d16fa2abd70e 2019-01-03 11:15:40,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:40,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:40,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f995baebad005a2e4d8db4d88d2f2b271bd9ce6e" 2019-01-03 11:15:40,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cb97d5-ea98-476e-b3a6-209b1142cb38 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:40,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-10cb97d5-ea98-476e-b3a6-209b1142cb38 2019-01-03 11:15:40,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f995baebad005a2e4d8db4d88d2f2b271bd9ce6e" 2019-01-03 11:15:40,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ddc22e1-6dab-4679-954b-357cb63f9fa9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568"}, "enabled": true, "id": "134648db89d44cec87d5d551db7f8568", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj"}]} 2019-01-03 11:15:40,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateMultiPartImageTests-b3cedeaf-f368-439-proj used request id req-3ddc22e1-6dab-4679-954b-357cb63f9fa9 2019-01-03 11:15:40,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f995baebad005a2e4d8db4d88d2f2b271bd9ce6e" 2019-01-03 11:15:40,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2356235d-55b2-4204-9957-aa7428437ebc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:40,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2356235d-55b2-4204-9957-aa7428437ebc 2019-01-03 11:15:41,017 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-b3cedeaf-f368-439-user 2019-01-03 11:15:41,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:41,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40fdcc76-470e-4731-8926-ab22cc4c7dc7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:41,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-40fdcc76-470e-4731-8926-ab22cc4c7dc7 2019-01-03 11:15:41,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" -d '{"role": {"name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role"}}' 2019-01-03 11:15:41,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b056b857-944c-4efc-86fa-1d58105402a6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63ac95a47d12436da2021e714a4d8b11", "links": {"self": "http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11"}, "name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role"}} 2019-01-03 11:15:41,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b056b857-944c-4efc-86fa-1d58105402a6 2019-01-03 11:15:41,227 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role 2019-01-03 11:15:41,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7930fc2e-ac36-47bb-8efd-6cacd3db058e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11"}, "domain_id": null, "name": "CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role", "id": "63ac95a47d12436da2021e714a4d8b11"}} 2019-01-03 11:15:41,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11 used request id req-7930fc2e-ac36-47bb-8efd-6cacd3db058e 2019-01-03 11:15:41,321 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role to project CreateMultiPartImageTests-b3cedeaf-f368-439-proj 2019-01-03 11:15:41,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568/users/5b0357feca654be9a47df432c06ffab5/roles/63ac95a47d12436da2021e714a4d8b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3970cd87-55c1-43ac-b7a8-4e93a2e02f72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:41,444 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568/users/5b0357feca654be9a47df432c06ffab5/roles/63ac95a47d12436da2021e714a4d8b11 used request id req-3970cd87-55c1-43ac-b7a8-4e93a2e02f72 2019-01-03 11:15:41,454 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2019-01-03 11:15:41,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4d5dabd5-f918-4a8f-965d-0f71bb69c085 Date: Thu, 03 Jan 2019 11:15:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:41,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4d5dabd5-f918-4a8f-965d-0f71bb69c085 2019-01-03 11:15:41,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10920d26-3dac-4463-a2d5-ac507c335760 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:41,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-10920d26-3dac-4463-a2d5-ac507c335760 2019-01-03 11:15:41,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba059b1-bad4-4113-b3d0-4ca0eff74d18 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:41,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-6ba059b1-bad4-4113-b3d0-4ca0eff74d18 2019-01-03 11:15:41,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:41,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a80c209-ccca-44ac-89b3-4ff7526a041b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:41,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-6a80c209-ccca-44ac-89b3-4ff7526a041b 2019-01-03 11:15:41,938 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-b3cedeaf-f368-439-proj 2019-01-03 11:15:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:42,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0a2b72-b724-4a8a-93ab-83ce3621abac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:42,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/134648db89d44cec87d5d551db7f8568 used request id req-6e0a2b72-b724-4a8a-93ab-83ce3621abac 2019-01-03 11:15:42,127 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-b3cedeaf-f368-439-proj-role 2019-01-03 11:15:42,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:42,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-271930d2-4107-44d9-b18d-d4855c2baf1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:42,238 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/63ac95a47d12436da2021e714a4d8b11 used request id req-271930d2-4107-44d9-b18d-d4855c2baf1d 2019-01-03 11:15:42,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b50243e66991bdfc3a4546730017c54004f6fd1d" 2019-01-03 11:15:42,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9a251a-0544-4fb7-a288-60fc2a51c189 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:42,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e9a251a-0544-4fb7-a288-60fc2a51c189 2019-01-03 11:15:42,327 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-b3cedeaf-f368-439-user 2019-01-03 11:15:42,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5b0357feca654be9a47df432c06ffab5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f995baebad005a2e4d8db4d88d2f2b271bd9ce6e" 2019-01-03 11:15:42,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87365b47-1167-458c-9d05-2502ed79a73c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:42,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5b0357feca654be9a47df432c06ffab5 used request id req-87365b47-1167-458c-9d05-2502ed79a73c 2019-01-03 11:15:42,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:42,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DsM5l3Y2TXmdKwE37G6BNg"], "issued_at": "2019-01-03T11:15:42.000000Z"}} 2019-01-03 11:15:42,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d4cb24a1b038550b24b8fc4cccebde9e65e4805" 2019-01-03 11:15:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f860f987-1890-4f62-a543-de915f2998f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:42,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f860f987-1890-4f62-a543-de915f2998f7 2019-01-03 11:15:42,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:42,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:43,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["sb_JXdVDQ3ao8K1Z3UfaAQ"], "issued_at": "2019-01-03T11:15:43.000000Z"}} 2019-01-03 11:15:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:43,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3839589-fb04-4886-839c-2bd75bb3daf3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:43,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c3839589-fb04-4886-839c-2bd75bb3daf3 2019-01-03 11:15:43,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:43,390 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:43,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:43,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db2eef5-9a02-48ec-b880-452c753c4e7a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:43,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj used request id req-5db2eef5-9a02-48ec-b880-452c753c4e7a 2019-01-03 11:15:43,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:43,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dce93fe-cf50-4e78-803e-5dac8549fca2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:43,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2dce93fe-cf50-4e78-803e-5dac8549fca2 2019-01-03 11:15:43,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj"}}' 2019-01-03 11:15:43,687 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c31ecfc6-ed84-4bd1-8dc9-945eb3a5e46b Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455"}, "enabled": true, "id": "b8b139b50d3e4487a8ac6a359e94f455", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj"}} 2019-01-03 11:15:43,687 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c31ecfc6-ed84-4bd1-8dc9-945eb3a5e46b 2019-01-03 11:15:43,688 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj 2019-01-03 11:15:43,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:43,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:44,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["G26aT3VmTL2at6SlNG7J4w"], "issued_at": "2019-01-03T11:15:44.000000Z"}} 2019-01-03 11:15:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba6d09606f0947f69b30bf6cab0c72a6c01ad0" 2019-01-03 11:15:44,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184edff8-27c0-4b5c-bfcd-e4a9c065041f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:44,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-184edff8-27c0-4b5c-bfcd-e4a9c065041f 2019-01-03 11:15:44,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:44,184 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:44,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba6d09606f0947f69b30bf6cab0c72a6c01ad0" 2019-01-03 11:15:44,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1ed078-0b22-48c5-9639-869a63c9fc98 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:44,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2a1ed078-0b22-48c5-9639-869a63c9fc98 2019-01-03 11:15:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba6d09606f0947f69b30bf6cab0c72a6c01ad0" 2019-01-03 11:15:44,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a9a20b-ce66-494d-a8f3-e6d959647610 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455"}, "enabled": true, "id": "b8b139b50d3e4487a8ac6a359e94f455", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj"}]} 2019-01-03 11:15:44,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj used request id req-f6a9a20b-ce66-494d-a8f3-e6d959647610 2019-01-03 11:15:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba6d09606f0947f69b30bf6cab0c72a6c01ad0" 2019-01-03 11:15:44,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18241982-2184-4371-a63c-e6f287ed55f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:44,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-18241982-2184-4371-a63c-e6f287ed55f2 2019-01-03 11:15:44,772 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-user 2019-01-03 11:15:44,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:44,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c80d30-804c-49eb-bb03-529791649c45 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:44,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-66c80d30-804c-49eb-bb03-529791649c45 2019-01-03 11:15:44,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" -d '{"role": {"name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role"}}' 2019-01-03 11:15:44,993 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-599b356b-7dd6-4c8e-a639-943b85db8d80 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2ab5b1137ce942e786defcfb00f10db7", "links": {"self": "http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7"}, "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role"}} 2019-01-03 11:15:44,993 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-599b356b-7dd6-4c8e-a639-943b85db8d80 2019-01-03 11:15:44,993 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role 2019-01-03 11:15:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:45,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f714b900-648b-4fb9-9d60-5fb05d8233a0 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7"}, "domain_id": null, "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role", "id": "2ab5b1137ce942e786defcfb00f10db7"}} 2019-01-03 11:15:45,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7 used request id req-f714b900-648b-4fb9-9d60-5fb05d8233a0 2019-01-03 11:15:45,087 - keystone_utils - INFO - Granting role CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role to project CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj 2019-01-03 11:15:45,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455/users/3e877f7219dc4424bb5ea6301bea2217/roles/2ab5b1137ce942e786defcfb00f10db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:45,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c145d0b1-edc8-4436-829d-0980f9ab5ff0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:45,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455/users/3e877f7219dc4424bb5ea6301bea2217/roles/2ab5b1137ce942e786defcfb00f10db7 used request id req-c145d0b1-edc8-4436-829d-0980f9ab5ff0 2019-01-03 11:15:45,307 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:45,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:45,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:45,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ab5b1137ce942e786defcfb00f10db7", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role"}], "expires_at": "2019-01-03T12:15:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8b139b50d3e4487a8ac6a359e94f455", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-user", "id": "3e877f7219dc4424bb5ea6301bea2217"}, "audit_ids": ["RcDlU6DASJq-yV1UDL3Xqg"], "issued_at": "2019-01-03T11:15:45.000000Z"}} 2019-01-03 11:15:45,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b51ebffa55e1642247b5ef8746ebbd72da18a3b" 2019-01-03 11:15:45,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e539362-0f6f-4d15-8429-2a59e0bd1aa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:45,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0e539362-0f6f-4d15-8429-2a59e0bd1aa0 2019-01-03 11:15:45,822 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:45,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b51ebffa55e1642247b5ef8746ebbd72da18a3b" 2019-01-03 11:15:46,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39ad6309-e6be-4811-82c9-45bcbce2cf1a x-compute-request-id: req-39ad6309-e6be-4811-82c9-45bcbce2cf1a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:15:46,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-39ad6309-e6be-4811-82c9-45bcbce2cf1a 2019-01-03 11:15:46,016 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4... 2019-01-03 11:15:46,016 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:15:46,036 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 2019-01-03 11:15:46,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b51ebffa55e1642247b5ef8746ebbd72da18a3b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIohxFb/KOPh1czc8qEHxzay53ihff4ENQHIs397wHNovjHd+ZmeLGWkOlA/oduIlRPos12lTHheM+5D0g32KPh7bFVTUey2yRtTAQj2vkKAn3VNmm2aRdOxuEq9sqMe5GDCBd9tWVdi4OwoJ4Kk3YNybLdtExwSKrpGzQkZXm1w==", "name": "CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4"}}' 2019-01-03 11:15:46,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-21623985-8996-46a6-808b-be81a05bf515 x-compute-request-id: req-21623985-8996-46a6-808b-be81a05bf515 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIohxFb/KOPh1czc8qEHxzay53ihff4ENQHIs397wHNovjHd+ZmeLGWkOlA/oduIlRPos12lTHheM+5D0g32KPh7bFVTUey2yRtTAQj2vkKAn3VNmm2aRdOxuEq9sqMe5GDCBd9tWVdi4OwoJ4Kk3YNybLdtExwSKrpGzQkZXm1w==", "user_id": "3e877f7219dc4424bb5ea6301bea2217", "name": "CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4", "fingerprint": "a7:fe:24:7f:80:d8:88:8c:f7:43:07:22:e1:b0:9e:4e"}} 2019-01-03 11:15:46,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-21623985-8996-46a6-808b-be81a05bf515 2019-01-03 11:15:46,095 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 2019-01-03 11:15:46,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:46,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2ab5b1137ce942e786defcfb00f10db7", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role"}], "expires_at": "2019-01-03T12:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8b139b50d3e4487a8ac6a359e94f455", "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/b8b139b50d3e4487a8ac6a359e94f455", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1bc5dcbe-e2d9-4b9-user", "id": "3e877f7219dc4424bb5ea6301bea2217"}, "audit_ids": ["N0pWcENARIyuZOkZ7_K-Dw"], "issued_at": "2019-01-03T11:15:46.000000Z"}} 2019-01-03 11:15:46,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4f820d7c662066489f653c986c0a387e94f08c" 2019-01-03 11:15:46,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af38daec-2f07-4b93-a422-ef63f0154471 x-compute-request-id: req-af38daec-2f07-4b93-a422-ef63f0154471 Content-Length: 0 Content-Type: application/json 2019-01-03 11:15:46,658 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 used request id req-af38daec-2f07-4b93-a422-ef63f0154471 2019-01-03 11:15:46,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b4f820d7c662066489f653c986c0a387e94f08c" 2019-01-03 11:15:46,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef31fd6c-2767-431f-b409-c5a038403f44 x-compute-request-id: req-ef31fd6c-2767-431f-b409-c5a038403f44 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:15:46,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-ef31fd6c-2767-431f-b409-c5a038403f44 2019-01-03 11:15:46,680 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 2019-01-03 11:15:46,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b51ebffa55e1642247b5ef8746ebbd72da18a3b" 2019-01-03 11:15:46,715 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ce54ae8-a15b-40d6-95b5-f2f045a4abc9 x-compute-request-id: req-2ce54ae8-a15b-40d6-95b5-f2f045a4abc9 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 not found for user 3e877f7219dc4424bb5ea6301bea2217", "code": 404}} 2019-01-03 11:15:46,715 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-125bac61-2056-4984-9acb-a4dcf87f55c4 used request id req-2ce54ae8-a15b-40d6-95b5-f2f045a4abc9 2019-01-03 11:15:46,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:46,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-09d068f1-227b-4683-af7b-346583f5c674 Date: Thu, 03 Jan 2019 11:15:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:46,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-09d068f1-227b-4683-af7b-346583f5c674 2019-01-03 11:15:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526073e0-c64c-4d98-85fd-ce4931419ed6 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:47,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-526073e0-c64c-4d98-85fd-ce4931419ed6 2019-01-03 11:15:47,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73addb27-6f37-48f3-8281-ae2de35e2e9c 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:47,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-73addb27-6f37-48f3-8281-ae2de35e2e9c 2019-01-03 11:15:47,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845f6666-752d-4ec6-b8bd-ea4a3d2f8bb4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:47,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-845f6666-752d-4ec6-b8bd-ea4a3d2f8bb4 2019-01-03 11:15:47,243 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj 2019-01-03 11:15:47,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d95f588-e948-4e61-9c8c-efb2851a920e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:47,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b8b139b50d3e4487a8ac6a359e94f455 used request id req-8d95f588-e948-4e61-9c8c-efb2851a920e 2019-01-03 11:15:47,445 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-proj-role 2019-01-03 11:15:47,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63c7e23f-12a0-4bdf-b07a-2dac6bed79bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:47,555 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2ab5b1137ce942e786defcfb00f10db7 used request id req-63c7e23f-12a0-4bdf-b07a-2dac6bed79bc 2019-01-03 11:15:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7fc714bc44e6f79df506fe156e190d0c807b1d" 2019-01-03 11:15:47,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad39b61b-9252-483c-92a3-e9d80ebefc02 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:47,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ad39b61b-9252-483c-92a3-e9d80ebefc02 2019-01-03 11:15:47,648 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1bc5dcbe-e2d9-4b9-user 2019-01-03 11:15:47,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3e877f7219dc4424bb5ea6301bea2217 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76ba6d09606f0947f69b30bf6cab0c72a6c01ad0" 2019-01-03 11:15:47,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9550bba-3779-401e-b665-44ed5e2c10d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:47,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3e877f7219dc4424bb5ea6301bea2217 used request id req-d9550bba-3779-401e-b665-44ed5e2c10d9 2019-01-03 11:15:47,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:48,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["K1OJ5_vFSuybZsqGYiStJg"], "issued_at": "2019-01-03T11:15:48.000000Z"}} 2019-01-03 11:15:48,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63b9a8cf80a597f7610a07e94cc15a109831be26" 2019-01-03 11:15:48,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3df2ccc-3490-4b5c-a964-83678993c424 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:48,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3df2ccc-3490-4b5c-a964-83678993c424 2019-01-03 11:15:48,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:48,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:48,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Qt8PrvfFQsiRT4BEELbHyg"], "issued_at": "2019-01-03T11:15:48.000000Z"}} 2019-01-03 11:15:48,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:48,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e49c02b-0941-40b7-8be3-879915b6914c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:48,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e49c02b-0941-40b7-8be3-879915b6914c 2019-01-03 11:15:48,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:48,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e7b92594-1212-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:48,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f001519-01f2-4de6-a81a-6d84664fa993 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e7b92594-1212-401-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:48,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-e7b92594-1212-401-proj used request id req-6f001519-01f2-4de6-a81a-6d84664fa993 2019-01-03 11:15:49,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:49,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c98bdd-b3bb-4f17-a128-cdd3de1a0433 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:49,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c8c98bdd-b3bb-4f17-a128-cdd3de1a0433 2019-01-03 11:15:49,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-e7b92594-1212-401-proj"}}' 2019-01-03 11:15:49,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47a6c550-0de3-42f8-9c04-6aaeaed8934b Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045"}, "enabled": true, "id": "1bc7d2fea0e14171bba6c18c022b7045", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e7b92594-1212-401-proj"}} 2019-01-03 11:15:49,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-47a6c550-0de3-42f8-9c04-6aaeaed8934b 2019-01-03 11:15:49,227 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e7b92594-1212-401-proj 2019-01-03 11:15:49,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:49,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:49,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dzH-TvJdQESp-qZZZ7odVw"], "issued_at": "2019-01-03T11:15:49.000000Z"}} 2019-01-03 11:15:49,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2ba84306440d2d11924c6638d3acc9af4e93f" 2019-01-03 11:15:49,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b571bb7-d044-4499-88cc-eeeaeba98bf3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:49,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5b571bb7-d044-4499-88cc-eeeaeba98bf3 2019-01-03 11:15:49,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:49,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:49,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2ba84306440d2d11924c6638d3acc9af4e93f" 2019-01-03 11:15:49,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25368955-b00c-4adc-8147-8b68f7687c3c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:49,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-25368955-b00c-4adc-8147-8b68f7687c3c 2019-01-03 11:15:49,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e7b92594-1212-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2ba84306440d2d11924c6638d3acc9af4e93f" 2019-01-03 11:15:49,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84493d75-b243-4768-9c01-05dc1e944f41 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e7b92594-1212-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045"}, "enabled": true, "id": "1bc7d2fea0e14171bba6c18c022b7045", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-e7b92594-1212-401-proj"}]} 2019-01-03 11:15:49,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-e7b92594-1212-401-proj used request id req-84493d75-b243-4768-9c01-05dc1e944f41 2019-01-03 11:15:49,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2ba84306440d2d11924c6638d3acc9af4e93f" 2019-01-03 11:15:49,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c455b7b2-76f2-4cb1-9bc5-b9b0dc4b8848 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:49,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c455b7b2-76f2-4cb1-9bc5-b9b0dc4b8848 2019-01-03 11:15:50,306 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e7b92594-1212-401-user 2019-01-03 11:15:50,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:50,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624b7907-889b-4994-9b47-295a7a99ec66 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:50,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-624b7907-889b-4994-9b47-295a7a99ec66 2019-01-03 11:15:50,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" -d '{"role": {"name": "CreateKeypairsTests-e7b92594-1212-401-proj-role"}}' 2019-01-03 11:15:50,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff5e5b4e-0135-4670-b626-6ab58b41e42f Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6904a0b786a74c4c97e40a605a6d7b25", "links": {"self": "http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25"}, "name": "CreateKeypairsTests-e7b92594-1212-401-proj-role"}} 2019-01-03 11:15:50,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ff5e5b4e-0135-4670-b626-6ab58b41e42f 2019-01-03 11:15:50,520 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e7b92594-1212-401-proj-role 2019-01-03 11:15:50,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:50,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ab969e-b2ab-4980-9db1-d391ba547192 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25"}, "domain_id": null, "name": "CreateKeypairsTests-e7b92594-1212-401-proj-role", "id": "6904a0b786a74c4c97e40a605a6d7b25"}} 2019-01-03 11:15:50,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25 used request id req-c8ab969e-b2ab-4980-9db1-d391ba547192 2019-01-03 11:15:50,604 - keystone_utils - INFO - Granting role CreateKeypairsTests-e7b92594-1212-401-proj-role to project CreateKeypairsTests-e7b92594-1212-401-proj 2019-01-03 11:15:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045/users/d5b48687836c4a5eaa1f65bff2865e6c/roles/6904a0b786a74c4c97e40a605a6d7b25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:50,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20c5b100-cc27-4c31-a6c0-8a7b47fa6f3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:50,738 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045/users/d5b48687836c4a5eaa1f65bff2865e6c/roles/6904a0b786a74c4c97e40a605a6d7b25 used request id req-20c5b100-cc27-4c31-a6c0-8a7b47fa6f3e 2019-01-03 11:15:50,738 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:50,888 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93.pub 2019-01-03 11:15:50,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:50,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:51,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6904a0b786a74c4c97e40a605a6d7b25", "name": "CreateKeypairsTests-e7b92594-1212-401-proj-role"}], "expires_at": "2019-01-03T12:15:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1bc7d2fea0e14171bba6c18c022b7045", "name": "CreateKeypairsTests-e7b92594-1212-401-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e7b92594-1212-401-user", "id": "d5b48687836c4a5eaa1f65bff2865e6c"}, "audit_ids": ["zXtX_-S0S5qP2gAU6VBs0g"], "issued_at": "2019-01-03T11:15:51.000000Z"}} 2019-01-03 11:15:51,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02271211783ac6f3c904e7a156eac696e373b079" 2019-01-03 11:15:51,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119e201d-2ea8-493c-8c55-4465b5b3dcec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:51,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-119e201d-2ea8-493c-8c55-4465b5b3dcec 2019-01-03 11:15:51,352 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:51,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02271211783ac6f3c904e7a156eac696e373b079" 2019-01-03 11:15:51,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12ca86c2-a82f-4275-8c83-255a0b3c0a81 x-compute-request-id: req-12ca86c2-a82f-4275-8c83-255a0b3c0a81 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:15:51,526 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-12ca86c2-a82f-4275-8c83-255a0b3c0a81 2019-01-03 11:15:51,527 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93... 2019-01-03 11:15:51,527 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 11:15:51,527 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93.pub 2019-01-03 11:15:51,527 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 2019-01-03 11:15:51,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02271211783ac6f3c904e7a156eac696e373b079" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtxtAuBTPzOWaOyhJU1G4IP1F4skJf9jslztJDyNFQ2rbtMzriq06R7IrZCL4lfEbcJX5Gp7himtSRh4u83UsGfZeYQdr901Yb1ceaF1eaB0d5yxeatjO6Dn3yipkRMKW6ZC52EbgKPg0EC4MVUC4JQK1Yc3ERDneJt2M3JVsnEh4N9QEAEQUctaFPr5CvRBZxCuXAafzp/fq9U/lVSoE8jHPYqLHRD/ir63f5XWXuQ7xvkBSippZwBhab6cXTU97heuH7+tdp8bHQhh7Kc1PSRoHtB7niaSvuPk1tGW+m1rqCXzdlYWsVF3jd2noy4KXTbVI9TX0kwMaS5ZzvNeD/", "name": "CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93"}}' 2019-01-03 11:15:51,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-9e267da4-3022-420d-b308-90f957354fd6 x-compute-request-id: req-9e267da4-3022-420d-b308-90f957354fd6 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtxtAuBTPzOWaOyhJU1G4IP1F4skJf9jslztJDyNFQ2rbtMzriq06R7IrZCL4lfEbcJX5Gp7himtSRh4u83UsGfZeYQdr901Yb1ceaF1eaB0d5yxeatjO6Dn3yipkRMKW6ZC52EbgKPg0EC4MVUC4JQK1Yc3ERDneJt2M3JVsnEh4N9QEAEQUctaFPr5CvRBZxCuXAafzp/fq9U/lVSoE8jHPYqLHRD/ir63f5XWXuQ7xvkBSippZwBhab6cXTU97heuH7+tdp8bHQhh7Kc1PSRoHtB7niaSvuPk1tGW+m1rqCXzdlYWsVF3jd2noy4KXTbVI9TX0kwMaS5ZzvNeD/", "user_id": "d5b48687836c4a5eaa1f65bff2865e6c", "name": "CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93", "fingerprint": "fc:e1:dc:f0:e5:fb:2c:98:20:35:26:b4:ab:91:18:e5"}} 2019-01-03 11:15:51,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-9e267da4-3022-420d-b308-90f957354fd6 2019-01-03 11:15:51,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:51,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6904a0b786a74c4c97e40a605a6d7b25", "name": "CreateKeypairsTests-e7b92594-1212-401-proj-role"}], "expires_at": "2019-01-03T12:15:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1bc7d2fea0e14171bba6c18c022b7045", "name": "CreateKeypairsTests-e7b92594-1212-401-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1bc7d2fea0e14171bba6c18c022b7045", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-e7b92594-1212-401-user", "id": "d5b48687836c4a5eaa1f65bff2865e6c"}, "audit_ids": ["uN8IgCtXRbaFdzB_kVbmfg"], "issued_at": "2019-01-03T11:15:51.000000Z"}} 2019-01-03 11:15:51,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5518804c0e0344070491a9ca08a54e37ace149d" 2019-01-03 11:15:52,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-e6e8d679-6852-4e36-9fa1-9c0fd05a3b0d x-compute-request-id: req-e6e8d679-6852-4e36-9fa1-9c0fd05a3b0d Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtxtAuBTPzOWaOyhJU1G4IP1F4skJf9jslztJDyNFQ2rbtMzriq06R7IrZCL4lfEbcJX5Gp7himtSRh4u83UsGfZeYQdr901Yb1ceaF1eaB0d5yxeatjO6Dn3yipkRMKW6ZC52EbgKPg0EC4MVUC4JQK1Yc3ERDneJt2M3JVsnEh4N9QEAEQUctaFPr5CvRBZxCuXAafzp/fq9U/lVSoE8jHPYqLHRD/ir63f5XWXuQ7xvkBSippZwBhab6cXTU97heuH7+tdp8bHQhh7Kc1PSRoHtB7niaSvuPk1tGW+m1rqCXzdlYWsVF3jd2noy4KXTbVI9TX0kwMaS5ZzvNeD/", "user_id": "d5b48687836c4a5eaa1f65bff2865e6c", "name": "CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93", "deleted": false, "created_at": "2019-01-03T11:15:51.000000", "updated_at": null, "fingerprint": "fc:e1:dc:f0:e5:fb:2c:98:20:35:26:b4:ab:91:18:e5", "deleted_at": null, "id": 65}} 2019-01-03 11:15:52,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 used request id req-e6e8d679-6852-4e36-9fa1-9c0fd05a3b0d 2019-01-03 11:15:52,123 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 2019-01-03 11:15:52,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02271211783ac6f3c904e7a156eac696e373b079" 2019-01-03 11:15:52,154 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-d933d8b1-2064-4104-8b25-abe7242bfd95 x-compute-request-id: req-d933d8b1-2064-4104-8b25-abe7242bfd95 Content-Length: 0 Content-Type: application/json 2019-01-03 11:15:52,154 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-57c528ac-05b7-4f28-bc3e-b72012185e93 used request id req-d933d8b1-2064-4104-8b25-abe7242bfd95 2019-01-03 11:15:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:52,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-72102c5e-c257-457a-906a-26b7c435b51a Date: Thu, 03 Jan 2019 11:15:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:15:52,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-72102c5e-c257-457a-906a-26b7c435b51a 2019-01-03 11:15:52,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:52,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a30ef9-4dd5-4599-ab1e-54053fa90ce1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:15:52,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-f8a30ef9-4dd5-4599-ab1e-54053fa90ce1 2019-01-03 11:15:52,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:52,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1809c497-a318-452a-b449-6c26843c1700 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:15:52,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-1809c497-a318-452a-b449-6c26843c1700 2019-01-03 11:15:52,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:52,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c4796c9-1f99-414d-94d4-f91146108217 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:15:52,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-6c4796c9-1f99-414d-94d4-f91146108217 2019-01-03 11:15:52,686 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e7b92594-1212-401-proj 2019-01-03 11:15:52,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:52,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e15b18e-6112-4de5-b9fa-fca4beff7be7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:52,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1bc7d2fea0e14171bba6c18c022b7045 used request id req-6e15b18e-6112-4de5-b9fa-fca4beff7be7 2019-01-03 11:15:52,912 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e7b92594-1212-401-proj-role 2019-01-03 11:15:52,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:53,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3031786a-6423-4ad4-bfaa-c39b9009d22d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:53,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6904a0b786a74c4c97e40a605a6d7b25 used request id req-3031786a-6423-4ad4-bfaa-c39b9009d22d 2019-01-03 11:15:53,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d76cfcf38ab0712301a3b8adbe5a86f4f600c8e" 2019-01-03 11:15:53,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b36faf77-59f6-4164-960b-ebc7aa09ed2e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:53,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b36faf77-59f6-4164-960b-ebc7aa09ed2e 2019-01-03 11:15:53,113 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e7b92594-1212-401-user 2019-01-03 11:15:53,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d5b48687836c4a5eaa1f65bff2865e6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6a2ba84306440d2d11924c6638d3acc9af4e93f" 2019-01-03 11:15:53,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a4b5b0-baff-4f8e-a95e-fbfd7b122370 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:53,286 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d5b48687836c4a5eaa1f65bff2865e6c used request id req-40a4b5b0-baff-4f8e-a95e-fbfd7b122370 2019-01-03 11:15:53,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:53,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yMd6GkFvSbWcbvfIkCD6nQ"], "issued_at": "2019-01-03T11:15:53.000000Z"}} 2019-01-03 11:15:53,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90384ce4fad7eedab46df2482e2e291e1d47aaff" 2019-01-03 11:15:53,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e54f50cf-bcf1-42a8-80fa-7683b4f28caa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:53,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e54f50cf-bcf1-42a8-80fa-7683b4f28caa 2019-01-03 11:15:53,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:53,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:54,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kpWC_xozTuihsvu1OILlOw"], "issued_at": "2019-01-03T11:15:54.000000Z"}} 2019-01-03 11:15:54,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:54,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7edd541-f260-428d-9ee1-8c920f201457 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:54,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a7edd541-f260-428d-9ee1-8c920f201457 2019-01-03 11:15:54,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:54,233 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:54,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8495903b-c35d-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:54,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02837b4f-cfbd-44d4-932a-22533f37cc03 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8495903b-c35d-406-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:15:54,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-8495903b-c35d-406-proj used request id req-02837b4f-cfbd-44d4-932a-22533f37cc03 2019-01-03 11:15:54,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:54,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f9e1d5-f748-4370-abe6-b333bb6ed08d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:54,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d7f9e1d5-f748-4370-abe6-b333bb6ed08d 2019-01-03 11:15:54,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-8495903b-c35d-406-proj"}}' 2019-01-03 11:15:54,543 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aeec027-f449-405c-846b-816d2bf35d33 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27"}, "enabled": true, "id": "652bb22c90274a63bbc9e0e045a66c27", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8495903b-c35d-406-proj"}} 2019-01-03 11:15:54,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3aeec027-f449-405c-846b-816d2bf35d33 2019-01-03 11:15:54,544 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-8495903b-c35d-406-proj 2019-01-03 11:15:54,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:54,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:54,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:15:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["SgM8-bPaRQy7JuHEaavV-w"], "issued_at": "2019-01-03T11:15:54.000000Z"}} 2019-01-03 11:15:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c7e328e4c11228e6ca434fb237c1ef39561484" 2019-01-03 11:15:55,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9e45cf-4a4b-4c1d-8101-df820ec35aca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:55,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb9e45cf-4a4b-4c1d-8101-df820ec35aca 2019-01-03 11:15:55,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:15:55,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:15: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:15:55,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c7e328e4c11228e6ca434fb237c1ef39561484" 2019-01-03 11:15:55,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fff4ad-4c38-498d-b460-92a21b8d6636 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:15:55,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c3fff4ad-4c38-498d-b460-92a21b8d6636 2019-01-03 11:15:55,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-8495903b-c35d-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c7e328e4c11228e6ca434fb237c1ef39561484" 2019-01-03 11:15:55,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd8a5ea-e904-421b-a47e-716a607f92a6 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-8495903b-c35d-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27"}, "enabled": true, "id": "652bb22c90274a63bbc9e0e045a66c27", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-8495903b-c35d-406-proj"}]} 2019-01-03 11:15:55,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-8495903b-c35d-406-proj used request id req-3dd8a5ea-e904-421b-a47e-716a607f92a6 2019-01-03 11:15:55,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c7e328e4c11228e6ca434fb237c1ef39561484" 2019-01-03 11:15:55,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-956b20fd-0dcd-4cad-911d-89ce3c1994ac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:15:55,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-956b20fd-0dcd-4cad-911d-89ce3c1994ac 2019-01-03 11:15:55,693 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-8495903b-c35d-406-user 2019-01-03 11:15:55,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:55,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:55,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed9a8fd-c273-4968-8a4c-6ff389cc5b54 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:15:55,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2ed9a8fd-c273-4968-8a4c-6ff389cc5b54 2019-01-03 11:15:55,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" -d '{"role": {"name": "CreateKeypairsTests-8495903b-c35d-406-proj-role"}}' 2019-01-03 11:15:55,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65a723e1-dbe7-493a-8c56-f0fae1015b32 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd06cdf058e84cc4b021eb251d68d298", "links": {"self": "http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298"}, "name": "CreateKeypairsTests-8495903b-c35d-406-proj-role"}} 2019-01-03 11:15:55,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-65a723e1-dbe7-493a-8c56-f0fae1015b32 2019-01-03 11:15:55,897 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-8495903b-c35d-406-proj-role 2019-01-03 11:15:55,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:55,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c126608-be55-474f-b89f-c04e78590c41 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298"}, "domain_id": null, "name": "CreateKeypairsTests-8495903b-c35d-406-proj-role", "id": "bd06cdf058e84cc4b021eb251d68d298"}} 2019-01-03 11:15:55,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298 used request id req-8c126608-be55-474f-b89f-c04e78590c41 2019-01-03 11:15:55,994 - keystone_utils - INFO - Granting role CreateKeypairsTests-8495903b-c35d-406-proj-role to project CreateKeypairsTests-8495903b-c35d-406-proj 2019-01-03 11:15:55,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27/users/50e4bacf35bc4fdf8fad36d13913d619/roles/bd06cdf058e84cc4b021eb251d68d298 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:15:56,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:15:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dab26f9-a309-4381-9f31-237fa54351f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:15:56,055 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27/users/50e4bacf35bc4fdf8fad36d13913d619/roles/bd06cdf058e84cc4b021eb251d68d298 used request id req-6dab26f9-a309-4381-9f31-237fa54351f5 2019-01-03 11:15:56,056 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:56,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:15:56,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:15:56,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd06cdf058e84cc4b021eb251d68d298", "name": "CreateKeypairsTests-8495903b-c35d-406-proj-role"}], "expires_at": "2019-01-03T12:15:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "652bb22c90274a63bbc9e0e045a66c27", "name": "CreateKeypairsTests-8495903b-c35d-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8495903b-c35d-406-user", "id": "50e4bacf35bc4fdf8fad36d13913d619"}, "audit_ids": ["2AbqOaxxTQ-nmRNAEdEeuA"], "issued_at": "2019-01-03T11:15:56.000000Z"}} 2019-01-03 11:15:56,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ee9e96df04886f66fa1baeefae23f6ea2557f8d" 2019-01-03 11:15:56,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-214e0a65-71b5-40d1-8813-dccd25ed715c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:15:56,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-214e0a65-71b5-40d1-8813-dccd25ed715c 2019-01-03 11:15:56,518 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:15:56,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ee9e96df04886f66fa1baeefae23f6ea2557f8d" 2019-01-03 11:15:57,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:15:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55ba44d0-ca3e-425c-937e-beb33a291038 x-compute-request-id: req-55ba44d0-ca3e-425c-937e-beb33a291038 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:15:57,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-55ba44d0-ca3e-425c-937e-beb33a291038 2019-01-03 11:15:57,072 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585... 2019-01-03 11:15:57,072 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:16:27,540 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 2019-01-03 11:16:27,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ee9e96df04886f66fa1baeefae23f6ea2557f8d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDheTbh0k3uRGcy4Rj/cewjl1LXszs+O+xhFHD6KOj5kyYEBVhMOtjQl4nAYwwLa0fIotTII+zVEPJVaJXtVIH9UFKUmQdqEK9QHj0PZb9XlrVdJdLkEQcdyU0RQj3fsMnJiXiBzG5qZxzzsNALVALgyF1+gqQZ6/DHSEuvbIb5jY5tEgHuse65tZNf1k02FhYDFsDLaoQ0sZ5fedGMYB5qzfzcL27WUerNib5nk7qqjiD4YjgJV2zX1fwzJkRihCUBuyufVIryoqm/dte5Nn8bpgDZT11JB5bES71xsmcAPz8J8IiWY78a6Bj1/4UYqaS7pySEsROF9lA21mqpeI57rrUTZvWNVdvHU+wwqn+XAocFnM+vBzLNCJaStF3Z4LwpqmMAxRDAxtumxsZwLc5emoFrXvQbyDLQrqt2MT0YYx1RsuSldlbrXbXO0mcDEWUF3W/LmmmnZUckOo847p1jt3wFJ3Ybx614GazMRPJf8hR1qq+KJsk4swm8daFrSzvWEk9yYRaEoim+sXSqOmYEA+HpSuHOA6W2FquiDy0bHXHqwu6KVprf3x7lXN5/JXZJsqLsAH0dj5hcR59SmKlTk0caVYRgq49WfGL1mi7DMkmk3Pfjz35gp9fE4QPKxZJIAo5P9ApQa7EV6iyM5kZiHC9YjhAn9npoL6DnWzNjy7D7OIHOIiwtEN/uI/BearOOozr7kzvmFhmHrYXXHxlV7LxVMQFGSRnWz/bdNDYWQiO+nEVW8bdmGF6pktP5F+MhlNd5z7H6DGo8PYjcf0gxH1Em34BLXDIeu5oItZX918AK8PoPyxVfEH5NjPTG2INE7UTatldLgk9ZDZthx3z25WPAOgy4qlj/aphRoDM0fbz9MZMPWGP5UP8X/oobYBZZAVinS3oFw9J62rwd+4KjWs+MHHEGvuIBo1/fLEgHH6FVl4sl8SjAItRmD4lIoZXHBGbtEKTETCisxEds7wEi2SfVcMuwfcPDdM2UIVxOYjuQ2JHUWzXV0L90M0KAg2QMVEAnzwKC9Mz8oqGW2N+O+M8a1ArDg7A3ettsDoqX7LHuDiuXO+YYYd+OxRWTi7au8tM+MJFK/45BcUrX5ODJQATgW0VGZ98BaumL0fmjq3UHN5WRpZ4hfDk44UrEcE1VaoW1v8K58l9K3zXOKakjlWUjSLtESafKQi6ItFLNrDnqi+MhAAzd4FiL//GlNfXi5HmZ5RfKjGAlxpPV867STKdaZVMaEsPCmf8iSZ9SkURgI0V1+Gjzp48rU42TgC9IwfWq6fV9Z8zaSwvZ/xHKafQwMtAtQXfLYVWUvrv7J7PKxq3MsBJ35Rv7rFs5D17h7ay2v+XGoVyQpQMisdsW/ODLCaVkyemK5BY64/mbc+zYBpmt17UboEfAQvMy2YOxrrCoDnXVhV1LoaCrU9ao84dgheo2CC4kh2WiXtmm/qB/ujAo7HseJe/ogpVovWyM92utqyK7828ZCb14WqDBgin4EehLeOXzL3K4WGAaOFwLnu/KLJArIdCmVE0lzUnNLEau03nR5U2IEcVu2/ddU6soUyHjv93ZsDGiDHjaCs/SWsZtnKr2/hNZfwywvb2qc5hpXhqN4EYwEEbDnQ+6PiAvENO6MFzTxdml+EGGCO5BLxNtQdEqJ8DY9TxNolYTMw==", "name": "CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585"}}' 2019-01-03 11:16:27,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-fff6622b-2a39-4329-be5f-50f60a8681bb x-compute-request-id: req-fff6622b-2a39-4329-be5f-50f60a8681bb Content-Encoding: gzip Content-Length: 1512 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDheTbh0k3uRGcy4Rj/cewjl1LXszs+O+xhFHD6KOj5kyYEBVhMOtjQl4nAYwwLa0fIotTII+zVEPJVaJXtVIH9UFKUmQdqEK9QHj0PZb9XlrVdJdLkEQcdyU0RQj3fsMnJiXiBzG5qZxzzsNALVALgyF1+gqQZ6/DHSEuvbIb5jY5tEgHuse65tZNf1k02FhYDFsDLaoQ0sZ5fedGMYB5qzfzcL27WUerNib5nk7qqjiD4YjgJV2zX1fwzJkRihCUBuyufVIryoqm/dte5Nn8bpgDZT11JB5bES71xsmcAPz8J8IiWY78a6Bj1/4UYqaS7pySEsROF9lA21mqpeI57rrUTZvWNVdvHU+wwqn+XAocFnM+vBzLNCJaStF3Z4LwpqmMAxRDAxtumxsZwLc5emoFrXvQbyDLQrqt2MT0YYx1RsuSldlbrXbXO0mcDEWUF3W/LmmmnZUckOo847p1jt3wFJ3Ybx614GazMRPJf8hR1qq+KJsk4swm8daFrSzvWEk9yYRaEoim+sXSqOmYEA+HpSuHOA6W2FquiDy0bHXHqwu6KVprf3x7lXN5/JXZJsqLsAH0dj5hcR59SmKlTk0caVYRgq49WfGL1mi7DMkmk3Pfjz35gp9fE4QPKxZJIAo5P9ApQa7EV6iyM5kZiHC9YjhAn9npoL6DnWzNjy7D7OIHOIiwtEN/uI/BearOOozr7kzvmFhmHrYXXHxlV7LxVMQFGSRnWz/bdNDYWQiO+nEVW8bdmGF6pktP5F+MhlNd5z7H6DGo8PYjcf0gxH1Em34BLXDIeu5oItZX918AK8PoPyxVfEH5NjPTG2INE7UTatldLgk9ZDZthx3z25WPAOgy4qlj/aphRoDM0fbz9MZMPWGP5UP8X/oobYBZZAVinS3oFw9J62rwd+4KjWs+MHHEGvuIBo1/fLEgHH6FVl4sl8SjAItRmD4lIoZXHBGbtEKTETCisxEds7wEi2SfVcMuwfcPDdM2UIVxOYjuQ2JHUWzXV0L90M0KAg2QMVEAnzwKC9Mz8oqGW2N+O+M8a1ArDg7A3ettsDoqX7LHuDiuXO+YYYd+OxRWTi7au8tM+MJFK/45BcUrX5ODJQATgW0VGZ98BaumL0fmjq3UHN5WRpZ4hfDk44UrEcE1VaoW1v8K58l9K3zXOKakjlWUjSLtESafKQi6ItFLNrDnqi+MhAAzd4FiL//GlNfXi5HmZ5RfKjGAlxpPV867STKdaZVMaEsPCmf8iSZ9SkURgI0V1+Gjzp48rU42TgC9IwfWq6fV9Z8zaSwvZ/xHKafQwMtAtQXfLYVWUvrv7J7PKxq3MsBJ35Rv7rFs5D17h7ay2v+XGoVyQpQMisdsW/ODLCaVkyemK5BY64/mbc+zYBpmt17UboEfAQvMy2YOxrrCoDnXVhV1LoaCrU9ao84dgheo2CC4kh2WiXtmm/qB/ujAo7HseJe/ogpVovWyM92utqyK7828ZCb14WqDBgin4EehLeOXzL3K4WGAaOFwLnu/KLJArIdCmVE0lzUnNLEau03nR5U2IEcVu2/ddU6soUyHjv93ZsDGiDHjaCs/SWsZtnKr2/hNZfwywvb2qc5hpXhqN4EYwEEbDnQ+6PiAvENO6MFzTxdml+EGGCO5BLxNtQdEqJ8DY9TxNolYTMw==", "user_id": "50e4bacf35bc4fdf8fad36d13913d619", "name": "CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585", "fingerprint": "c0:8f:45:28:de:c0:42:65:fb:3e:ed:f2:38:fa:26:bb"}} 2019-01-03 11:16:27,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-fff6622b-2a39-4329-be5f-50f60a8681bb 2019-01-03 11:16:27,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:27,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd06cdf058e84cc4b021eb251d68d298", "name": "CreateKeypairsTests-8495903b-c35d-406-proj-role"}], "expires_at": "2019-01-03T12:16:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "652bb22c90274a63bbc9e0e045a66c27", "name": "CreateKeypairsTests-8495903b-c35d-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/652bb22c90274a63bbc9e0e045a66c27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-8495903b-c35d-406-user", "id": "50e4bacf35bc4fdf8fad36d13913d619"}, "audit_ids": ["HLgCKNK6RHu8js6E1H4nDA"], "issued_at": "2019-01-03T11:16:27.000000Z"}} 2019-01-03 11:16:28,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e877993af728d74dc1223b5d1759986f9fab0855" 2019-01-03 11:16:28,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-58bcc212-36c9-48ba-a306-a76f7f933b60 x-compute-request-id: req-58bcc212-36c9-48ba-a306-a76f7f933b60 Content-Encoding: gzip Content-Length: 1577 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDheTbh0k3uRGcy4Rj/cewjl1LXszs+O+xhFHD6KOj5kyYEBVhMOtjQl4nAYwwLa0fIotTII+zVEPJVaJXtVIH9UFKUmQdqEK9QHj0PZb9XlrVdJdLkEQcdyU0RQj3fsMnJiXiBzG5qZxzzsNALVALgyF1+gqQZ6/DHSEuvbIb5jY5tEgHuse65tZNf1k02FhYDFsDLaoQ0sZ5fedGMYB5qzfzcL27WUerNib5nk7qqjiD4YjgJV2zX1fwzJkRihCUBuyufVIryoqm/dte5Nn8bpgDZT11JB5bES71xsmcAPz8J8IiWY78a6Bj1/4UYqaS7pySEsROF9lA21mqpeI57rrUTZvWNVdvHU+wwqn+XAocFnM+vBzLNCJaStF3Z4LwpqmMAxRDAxtumxsZwLc5emoFrXvQbyDLQrqt2MT0YYx1RsuSldlbrXbXO0mcDEWUF3W/LmmmnZUckOo847p1jt3wFJ3Ybx614GazMRPJf8hR1qq+KJsk4swm8daFrSzvWEk9yYRaEoim+sXSqOmYEA+HpSuHOA6W2FquiDy0bHXHqwu6KVprf3x7lXN5/JXZJsqLsAH0dj5hcR59SmKlTk0caVYRgq49WfGL1mi7DMkmk3Pfjz35gp9fE4QPKxZJIAo5P9ApQa7EV6iyM5kZiHC9YjhAn9npoL6DnWzNjy7D7OIHOIiwtEN/uI/BearOOozr7kzvmFhmHrYXXHxlV7LxVMQFGSRnWz/bdNDYWQiO+nEVW8bdmGF6pktP5F+MhlNd5z7H6DGo8PYjcf0gxH1Em34BLXDIeu5oItZX918AK8PoPyxVfEH5NjPTG2INE7UTatldLgk9ZDZthx3z25WPAOgy4qlj/aphRoDM0fbz9MZMPWGP5UP8X/oobYBZZAVinS3oFw9J62rwd+4KjWs+MHHEGvuIBo1/fLEgHH6FVl4sl8SjAItRmD4lIoZXHBGbtEKTETCisxEds7wEi2SfVcMuwfcPDdM2UIVxOYjuQ2JHUWzXV0L90M0KAg2QMVEAnzwKC9Mz8oqGW2N+O+M8a1ArDg7A3ettsDoqX7LHuDiuXO+YYYd+OxRWTi7au8tM+MJFK/45BcUrX5ODJQATgW0VGZ98BaumL0fmjq3UHN5WRpZ4hfDk44UrEcE1VaoW1v8K58l9K3zXOKakjlWUjSLtESafKQi6ItFLNrDnqi+MhAAzd4FiL//GlNfXi5HmZ5RfKjGAlxpPV867STKdaZVMaEsPCmf8iSZ9SkURgI0V1+Gjzp48rU42TgC9IwfWq6fV9Z8zaSwvZ/xHKafQwMtAtQXfLYVWUvrv7J7PKxq3MsBJ35Rv7rFs5D17h7ay2v+XGoVyQpQMisdsW/ODLCaVkyemK5BY64/mbc+zYBpmt17UboEfAQvMy2YOxrrCoDnXVhV1LoaCrU9ao84dgheo2CC4kh2WiXtmm/qB/ujAo7HseJe/ogpVovWyM92utqyK7828ZCb14WqDBgin4EehLeOXzL3K4WGAaOFwLnu/KLJArIdCmVE0lzUnNLEau03nR5U2IEcVu2/ddU6soUyHjv93ZsDGiDHjaCs/SWsZtnKr2/hNZfwywvb2qc5hpXhqN4EYwEEbDnQ+6PiAvENO6MFzTxdml+EGGCO5BLxNtQdEqJ8DY9TxNolYTMw==", "user_id": "50e4bacf35bc4fdf8fad36d13913d619", "name": "CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585", "deleted": false, "created_at": "2019-01-03T11:16:27.000000", "updated_at": null, "fingerprint": "c0:8f:45:28:de:c0:42:65:fb:3e:ed:f2:38:fa:26:bb", "deleted_at": null, "id": 68}} 2019-01-03 11:16:28,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 used request id req-58bcc212-36c9-48ba-a306-a76f7f933b60 2019-01-03 11:16:28,153 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 2019-01-03 11:16:28,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ee9e96df04886f66fa1baeefae23f6ea2557f8d" 2019-01-03 11:16:28,190 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-edf77442-fecb-4ddf-b027-981ae3ed0ea0 x-compute-request-id: req-edf77442-fecb-4ddf-b027-981ae3ed0ea0 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:28,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-9e97d99e-f30f-462e-aeae-e47e9e908585 used request id req-edf77442-fecb-4ddf-b027-981ae3ed0ea0 2019-01-03 11:16:28,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:28,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d12ad9b3-063b-4048-b9e8-19a245149454 Date: Thu, 03 Jan 2019 11:16:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:28,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d12ad9b3-063b-4048-b9e8-19a245149454 2019-01-03 11:16:28,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:28,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c35c964-dd03-4381-a2b4-90c0fb0ca4e9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:28,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-1c35c964-dd03-4381-a2b4-90c0fb0ca4e9 2019-01-03 11:16:28,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:28,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98d336a-322d-4612-8caf-e274c2edbf10 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:28,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-b98d336a-322d-4612-8caf-e274c2edbf10 2019-01-03 11:16:28,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:28,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f910805-de99-49c3-a013-ec8932ac2e04 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:28,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-2f910805-de99-49c3-a013-ec8932ac2e04 2019-01-03 11:16:28,702 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-8495903b-c35d-406-proj 2019-01-03 11:16:28,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:28,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-196c9c24-e1a2-4ca7-83fd-869dca949bab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:28,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/652bb22c90274a63bbc9e0e045a66c27 used request id req-196c9c24-e1a2-4ca7-83fd-869dca949bab 2019-01-03 11:16:28,961 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-8495903b-c35d-406-proj-role 2019-01-03 11:16:28,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:29,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a19e59d0-6629-4fe0-823a-5a3112a99c4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:29,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/bd06cdf058e84cc4b021eb251d68d298 used request id req-a19e59d0-6629-4fe0-823a-5a3112a99c4d 2019-01-03 11:16:29,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb231fe48c1d3d526a036dc2e29c0443b1c09a97" 2019-01-03 11:16:29,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86c3dba5-c50c-4960-81bf-c11027d4d60b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:29,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-86c3dba5-c50c-4960-81bf-c11027d4d60b 2019-01-03 11:16:29,160 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-8495903b-c35d-406-user 2019-01-03 11:16:29,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/50e4bacf35bc4fdf8fad36d13913d619 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c7e328e4c11228e6ca434fb237c1ef39561484" 2019-01-03 11:16:29,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b114c56b-d6a6-4254-9d86-0519b1be3af1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:29,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/50e4bacf35bc4fdf8fad36d13913d619 used request id req-b114c56b-d6a6-4254-9d86-0519b1be3af1 2019-01-03 11:16:29,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:29,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EIzW7odHTvGGmkhNPmihpA"], "issued_at": "2019-01-03T11:16:29.000000Z"}} 2019-01-03 11:16:29,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50210102a57dac23845cbb8c5f5dfb5569ad5df" 2019-01-03 11:16:29,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1240149-ebd3-4c56-a685-30c3834de4b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:29,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e1240149-ebd3-4c56-a685-30c3834de4b8 2019-01-03 11:16:29,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:29,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:30,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["95kriUr1TRK9wMTMZDhdYQ"], "issued_at": "2019-01-03T11:16:30.000000Z"}} 2019-01-03 11:16:30,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:30,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-370c5e83-b024-4320-9551-f6917ae7fc0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:30,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-370c5e83-b024-4320-9551-f6917ae7fc0b 2019-01-03 11:16:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:30,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a62c961d-8b6f-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:30,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2310093-eef6-4943-8c0d-d87e5eb80094 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a62c961d-8b6f-43e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:30,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-a62c961d-8b6f-43e-proj used request id req-a2310093-eef6-4943-8c0d-d87e5eb80094 2019-01-03 11:16:30,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:30,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27451c24-4baf-4fd7-bfbf-e092249981ca Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:30,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-27451c24-4baf-4fd7-bfbf-e092249981ca 2019-01-03 11:16:30,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj"}}' 2019-01-03 11:16:30,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c5be3b3-eaca-4932-a612-fae0a793788e Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2"}, "enabled": true, "id": "fdf230e4b7954c53ab885a9e57de06b2", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj"}} 2019-01-03 11:16:30,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5c5be3b3-eaca-4932-a612-fae0a793788e 2019-01-03 11:16:30,598 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-a62c961d-8b6f-43e-proj 2019-01-03 11:16:30,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:30,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:30,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["A4JvSTEfStiDV25AUo_Lcw"], "issued_at": "2019-01-03T11:16:30.000000Z"}} 2019-01-03 11:16:30,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3eb9c8e1495721ce0c20997aa5eb3cb892b950" 2019-01-03 11:16:31,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0631c12-3d72-451a-ac97-c8ad291233a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:31,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0631c12-3d72-451a-ac97-c8ad291233a9 2019-01-03 11:16:31,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:31,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:31,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3eb9c8e1495721ce0c20997aa5eb3cb892b950" 2019-01-03 11:16:31,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6db646e-66cc-4440-97a3-1da1d131bee8 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:31,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f6db646e-66cc-4440-97a3-1da1d131bee8 2019-01-03 11:16:31,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a62c961d-8b6f-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3eb9c8e1495721ce0c20997aa5eb3cb892b950" 2019-01-03 11:16:31,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff19e3de-a953-4c9c-8b9e-95bf1a99d436 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a62c961d-8b6f-43e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2"}, "enabled": true, "id": "fdf230e4b7954c53ab885a9e57de06b2", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj"}]} 2019-01-03 11:16:31,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-a62c961d-8b6f-43e-proj used request id req-ff19e3de-a953-4c9c-8b9e-95bf1a99d436 2019-01-03 11:16:31,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3eb9c8e1495721ce0c20997aa5eb3cb892b950" 2019-01-03 11:16:31,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439ac30d-9704-4223-939f-46acacdf1b15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:31,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-439ac30d-9704-4223-939f-46acacdf1b15 2019-01-03 11:16:31,693 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-a62c961d-8b6f-43e-user 2019-01-03 11:16:31,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:31,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:31,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc95b51-3661-4033-9145-b0c4ec364d88 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:31,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2bc95b51-3661-4033-9145-b0c4ec364d88 2019-01-03 11:16:31,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" -d '{"role": {"name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj-role"}}' 2019-01-03 11:16:31,909 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2adb3a69-bd30-4706-b144-a9829383ed7e Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab9636a0a36e4bb581b0770e3f135db7", "links": {"self": "http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7"}, "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj-role"}} 2019-01-03 11:16:31,909 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2adb3a69-bd30-4706-b144-a9829383ed7e 2019-01-03 11:16:31,909 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-a62c961d-8b6f-43e-proj-role 2019-01-03 11:16:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:31,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff2bbf2-0008-4e8a-8b90-e31a7dff627d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7"}, "domain_id": null, "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj-role", "id": "ab9636a0a36e4bb581b0770e3f135db7"}} 2019-01-03 11:16:31,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7 used request id req-4ff2bbf2-0008-4e8a-8b90-e31a7dff627d 2019-01-03 11:16:31,933 - keystone_utils - INFO - Granting role CreateKeypairsTests-a62c961d-8b6f-43e-proj-role to project CreateKeypairsTests-a62c961d-8b6f-43e-proj 2019-01-03 11:16:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2/users/6278877f4c344df1887be7d01135a1f3/roles/ab9636a0a36e4bb581b0770e3f135db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:32,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-630100bc-f383-4c52-9617-4c98e53db2d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:32,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2/users/6278877f4c344df1887be7d01135a1f3/roles/ab9636a0a36e4bb581b0770e3f135db7 used request id req-630100bc-f383-4c52-9617-4c98e53db2d3 2019-01-03 11:16:32,075 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:32,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:32,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:32,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab9636a0a36e4bb581b0770e3f135db7", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj-role"}], "expires_at": "2019-01-03T12:16:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fdf230e4b7954c53ab885a9e57de06b2", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-a62c961d-8b6f-43e-user", "id": "6278877f4c344df1887be7d01135a1f3"}, "audit_ids": ["iADPrQSOTsOn4qhzp5JZXw"], "issued_at": "2019-01-03T11:16:32.000000Z"}} 2019-01-03 11:16:32,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc9353cbcb718e054a5f44607ffd6a5ec749cbd" 2019-01-03 11:16:32,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57bdfd36-248c-43ab-9563-c66e8b103865 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:32,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57bdfd36-248c-43ab-9563-c66e8b103865 2019-01-03 11:16:32,537 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:32,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc9353cbcb718e054a5f44607ffd6a5ec749cbd" 2019-01-03 11:16:32,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16: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-2831bac3-28ae-4e70-99dc-121d0817debc x-compute-request-id: req-2831bac3-28ae-4e70-99dc-121d0817debc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:32,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-2831bac3-28ae-4e70-99dc-121d0817debc 2019-01-03 11:16:32,712 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f... 2019-01-03 11:16:32,712 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:16:32,739 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f 2019-01-03 11:16:32,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc9353cbcb718e054a5f44607ffd6a5ec749cbd" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDLwAJN/j08b81k4xUZDysCjZwqkf9mzp+3/hvcg4hSKtHgXONdDFaLbjIPuqkWggqCfgtK+mTZbKb14Cdrvb+X9JCQD0k45aBv7TGVQyPq7sVXtu9zkbqzJEeyqjPCrXKNc0XNh2In1tAfHj3hTW11ofGu42CV6llmnYBe0b7hzQ==", "name": "CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f"}}' 2019-01-03 11:16:32,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16: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-b9867c11-dd5e-4ccb-8f8f-bbea0b7a82e3 x-compute-request-id: req-b9867c11-dd5e-4ccb-8f8f-bbea0b7a82e3 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDLwAJN/j08b81k4xUZDysCjZwqkf9mzp+3/hvcg4hSKtHgXONdDFaLbjIPuqkWggqCfgtK+mTZbKb14Cdrvb+X9JCQD0k45aBv7TGVQyPq7sVXtu9zkbqzJEeyqjPCrXKNc0XNh2In1tAfHj3hTW11ofGu42CV6llmnYBe0b7hzQ==", "user_id": "6278877f4c344df1887be7d01135a1f3", "name": "CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f", "fingerprint": "d1:23:9f:bd:42:0e:bf:24:fa:3d:a7:bb:dd:00:f7:70"}} 2019-01-03 11:16:32,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b9867c11-dd5e-4ccb-8f8f-bbea0b7a82e3 2019-01-03 11:16:32,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:33,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab9636a0a36e4bb581b0770e3f135db7", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj-role"}], "expires_at": "2019-01-03T12:16:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fdf230e4b7954c53ab885a9e57de06b2", "name": "CreateKeypairsTests-a62c961d-8b6f-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fdf230e4b7954c53ab885a9e57de06b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-a62c961d-8b6f-43e-user", "id": "6278877f4c344df1887be7d01135a1f3"}, "audit_ids": ["BPUMk3RbTj6bpVUdX_0fdA"], "issued_at": "2019-01-03T11:16:33.000000Z"}} 2019-01-03 11:16:33,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb87246fed9cd068a971025e13c9e1960d2b73b6" 2019-01-03 11:16:33,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16: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-0db69402-4ddb-49e9-926f-95258072eee6 x-compute-request-id: req-0db69402-4ddb-49e9-926f-95258072eee6 Content-Encoding: gzip Content-Length: 419 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDLwAJN/j08b81k4xUZDysCjZwqkf9mzp+3/hvcg4hSKtHgXONdDFaLbjIPuqkWggqCfgtK+mTZbKb14Cdrvb+X9JCQD0k45aBv7TGVQyPq7sVXtu9zkbqzJEeyqjPCrXKNc0XNh2In1tAfHj3hTW11ofGu42CV6llmnYBe0b7hzQ==", "user_id": "6278877f4c344df1887be7d01135a1f3", "name": "CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f", "deleted": false, "created_at": "2019-01-03T11:16:32.000000", "updated_at": null, "fingerprint": "d1:23:9f:bd:42:0e:bf:24:fa:3d:a7:bb:dd:00:f7:70", "deleted_at": null, "id": 71}} 2019-01-03 11:16:33,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f used request id req-0db69402-4ddb-49e9-926f-95258072eee6 2019-01-03 11:16:33,371 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f 2019-01-03 11:16:33,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fc9353cbcb718e054a5f44607ffd6a5ec749cbd" 2019-01-03 11:16:33,418 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16: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-dad89cd5-fb91-41f5-8b7e-6f85ab1dab07 x-compute-request-id: req-dad89cd5-fb91-41f5-8b7e-6f85ab1dab07 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:33,418 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-fe2400e6-276f-42bc-b592-5fdab3fc4c5f used request id req-dad89cd5-fb91-41f5-8b7e-6f85ab1dab07 2019-01-03 11:16:33,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:33,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9005964f-1cfa-4ad5-b914-85585a1f5573 Date: Thu, 03 Jan 2019 11:16:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:33,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9005964f-1cfa-4ad5-b914-85585a1f5573 2019-01-03 11:16:33,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:33,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3d1153-33e7-4ff6-9565-6aadf5cb05ab Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:33,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ff3d1153-33e7-4ff6-9565-6aadf5cb05ab 2019-01-03 11:16:33,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:33,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a765b2c5-f31a-4fca-a36c-854a4e4cf219 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:33,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-a765b2c5-f31a-4fca-a36c-854a4e4cf219 2019-01-03 11:16:33,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:33,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a18415-755f-4c18-838c-eb08b85e4379 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:33,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d9a18415-755f-4c18-838c-eb08b85e4379 2019-01-03 11:16:33,919 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-a62c961d-8b6f-43e-proj 2019-01-03 11:16:33,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:34,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46c34f37-d278-415a-b3cc-40cdd6086856 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:34,121 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fdf230e4b7954c53ab885a9e57de06b2 used request id req-46c34f37-d278-415a-b3cc-40cdd6086856 2019-01-03 11:16:34,121 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-a62c961d-8b6f-43e-proj-role 2019-01-03 11:16:34,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:34,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-451ef977-958a-496c-b9f6-ad2c94c0740b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:34,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ab9636a0a36e4bb581b0770e3f135db7 used request id req-451ef977-958a-496c-b9f6-ad2c94c0740b 2019-01-03 11:16:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ffd88288b71107d13019024e672fcd641bd886" 2019-01-03 11:16:34,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099707d7-dc94-4400-8d25-89e07aa84277 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:34,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-099707d7-dc94-4400-8d25-89e07aa84277 2019-01-03 11:16:34,337 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-a62c961d-8b6f-43e-user 2019-01-03 11:16:34,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6278877f4c344df1887be7d01135a1f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c3eb9c8e1495721ce0c20997aa5eb3cb892b950" 2019-01-03 11:16:34,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ee4167-64e5-41a5-907d-1306db6e60b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:34,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6278877f4c344df1887be7d01135a1f3 used request id req-60ee4167-64e5-41a5-907d-1306db6e60b4 2019-01-03 11:16:34,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:34,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EfT6K0NkQ0yJns61BkLlpg"], "issued_at": "2019-01-03T11:16:34.000000Z"}} 2019-01-03 11:16:34,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d35348952cab3875340e144a3f00bbae985917d2" 2019-01-03 11:16:35,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a3c23b-34e5-4869-a931-dcf5d2dfc252 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:35,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-62a3c23b-34e5-4869-a931-dcf5d2dfc252 2019-01-03 11:16:35,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:35,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:35,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["djELRXkvTKyJbmURk8xI8w"], "issued_at": "2019-01-03T11:16:35.000000Z"}} 2019-01-03 11:16:35,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:35,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d251285c-f687-404f-b545-e154dbf59b8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:35,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d251285c-f687-404f-b545-e154dbf59b8b 2019-01-03 11:16:35,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:35,488 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:35,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9fed2939-1af7-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:35,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53de4dee-7b50-4834-8c89-2d3cacb809e8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9fed2939-1af7-486-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:35,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-9fed2939-1af7-486-proj used request id req-53de4dee-7b50-4834-8c89-2d3cacb809e8 2019-01-03 11:16:35,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:35,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9be141-9528-45cd-968f-438143b5938b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:35,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-db9be141-9528-45cd-968f-438143b5938b 2019-01-03 11:16:35,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj"}}' 2019-01-03 11:16:35,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61a50d46-b5f6-4452-831e-cf0314c49e96 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b"}, "enabled": true, "id": "3cfefbbe610a4cd392760c113394b83b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj"}} 2019-01-03 11:16:35,784 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-61a50d46-b5f6-4452-831e-cf0314c49e96 2019-01-03 11:16:35,784 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-9fed2939-1af7-486-proj 2019-01-03 11:16:35,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:35,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:36,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["oc4TQRnMQuqZBkjbVoJw-g"], "issued_at": "2019-01-03T11:16:36.000000Z"}} 2019-01-03 11:16:36,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62232ab9f5d2d4e3100d3b79ab9d8b4bfb07230" 2019-01-03 11:16:36,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9812ec08-edd3-448c-a321-06faafac5141 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:36,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9812ec08-edd3-448c-a321-06faafac5141 2019-01-03 11:16:36,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:36,256 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:36,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62232ab9f5d2d4e3100d3b79ab9d8b4bfb07230" 2019-01-03 11:16:36,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d293dd43-6e0f-49e0-9da5-9aa0b45a2238 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:36,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d293dd43-6e0f-49e0-9da5-9aa0b45a2238 2019-01-03 11:16:36,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-9fed2939-1af7-486-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62232ab9f5d2d4e3100d3b79ab9d8b4bfb07230" 2019-01-03 11:16:36,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbd7995-f96a-43a3-b667-88ddb86a8d2d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-9fed2939-1af7-486-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b"}, "enabled": true, "id": "3cfefbbe610a4cd392760c113394b83b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj"}]} 2019-01-03 11:16:36,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-9fed2939-1af7-486-proj used request id req-dfbd7995-f96a-43a3-b667-88ddb86a8d2d 2019-01-03 11:16:36,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62232ab9f5d2d4e3100d3b79ab9d8b4bfb07230" 2019-01-03 11:16:36,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4128629f-8609-4a23-85ca-bc6710a2096f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:36,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4128629f-8609-4a23-85ca-bc6710a2096f 2019-01-03 11:16:36,843 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-9fed2939-1af7-486-user 2019-01-03 11:16:36,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:36,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:36,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0872111-a567-48a8-a0f5-600d3c598aeb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:36,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d0872111-a567-48a8-a0f5-600d3c598aeb 2019-01-03 11:16:36,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" -d '{"role": {"name": "CreateKeypairsTests-9fed2939-1af7-486-proj-role"}}' 2019-01-03 11:16:37,070 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5bfea5c-26f8-4861-8056-a31475e00261 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5c02f595da0c42df8ea31927a55f026e", "links": {"self": "http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e"}, "name": "CreateKeypairsTests-9fed2939-1af7-486-proj-role"}} 2019-01-03 11:16:37,071 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5bfea5c-26f8-4861-8056-a31475e00261 2019-01-03 11:16:37,071 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-9fed2939-1af7-486-proj-role 2019-01-03 11:16:37,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:37,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a22e676-a5b1-4d49-aa8d-dee7be2d6702 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e"}, "domain_id": null, "name": "CreateKeypairsTests-9fed2939-1af7-486-proj-role", "id": "5c02f595da0c42df8ea31927a55f026e"}} 2019-01-03 11:16:37,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e used request id req-4a22e676-a5b1-4d49-aa8d-dee7be2d6702 2019-01-03 11:16:37,159 - keystone_utils - INFO - Granting role CreateKeypairsTests-9fed2939-1af7-486-proj-role to project CreateKeypairsTests-9fed2939-1af7-486-proj 2019-01-03 11:16:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b/users/fe000b54e20f403896c8739108b1e256/roles/5c02f595da0c42df8ea31927a55f026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:37,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3881e278-3e93-4bc5-8e88-f9cc3e209159 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:37,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b/users/fe000b54e20f403896c8739108b1e256/roles/5c02f595da0c42df8ea31927a55f026e used request id req-3881e278-3e93-4bc5-8e88-f9cc3e209159 2019-01-03 11:16:37,302 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:37,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:37,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:37,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5c02f595da0c42df8ea31927a55f026e", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj-role"}], "expires_at": "2019-01-03T12:16:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cfefbbe610a4cd392760c113394b83b", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9fed2939-1af7-486-user", "id": "fe000b54e20f403896c8739108b1e256"}, "audit_ids": ["uN8sVH69SGeltOAJJ4CbGg"], "issued_at": "2019-01-03T11:16:37.000000Z"}} 2019-01-03 11:16:37,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f825ec36b25971837e6a3d18dca284fb4b1f1ce" 2019-01-03 11:16:37,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1630ee-4d9c-4d43-8adc-f8c8901f4ee8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:37,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-db1630ee-4d9c-4d43-8adc-f8c8901f4ee8 2019-01-03 11:16:37,765 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:37,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f825ec36b25971837e6a3d18dca284fb4b1f1ce" 2019-01-03 11:16:37,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81a2b2db-1db3-4923-bdcf-3376a5041faa x-compute-request-id: req-81a2b2db-1db3-4923-bdcf-3376a5041faa Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:37,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-81a2b2db-1db3-4923-bdcf-3376a5041faa 2019-01-03 11:16:37,928 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096... 2019-01-03 11:16:37,928 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:16:37,992 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 2019-01-03 11:16:37,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f825ec36b25971837e6a3d18dca284fb4b1f1ce" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDqGf2I+3H3fq8A9Qv03F1pTmYaBphT6mHK8m9M6d5GX3nhRMPaaZEyZVUHQZYLYViHHDvyAaOYNvcTFVoQfEOB2JnHKqPd7iatSckMVJm22l87H7Wu8dPtH5Fprxu7I1k+RCXtyda1IcQhGFAhGWpmPOXBqVACAGqGCuBxSmQhPQ==", "name": "CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096"}}' 2019-01-03 11:16:38,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b527ae0-4f98-4dc0-9b88-680f68d64ba5 x-compute-request-id: req-4b527ae0-4f98-4dc0-9b88-680f68d64ba5 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDqGf2I+3H3fq8A9Qv03F1pTmYaBphT6mHK8m9M6d5GX3nhRMPaaZEyZVUHQZYLYViHHDvyAaOYNvcTFVoQfEOB2JnHKqPd7iatSckMVJm22l87H7Wu8dPtH5Fprxu7I1k+RCXtyda1IcQhGFAhGWpmPOXBqVACAGqGCuBxSmQhPQ==", "user_id": "fe000b54e20f403896c8739108b1e256", "name": "CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096", "fingerprint": "99:ab:e8:17:5a:60:c5:c3:ba:60:2f:a3:ab:6b:a0:e1"}} 2019-01-03 11:16:38,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-4b527ae0-4f98-4dc0-9b88-680f68d64ba5 2019-01-03 11:16:38,056 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096.pub 2019-01-03 11:16:38,057 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 2019-01-03 11:16:38,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:38,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5c02f595da0c42df8ea31927a55f026e", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj-role"}], "expires_at": "2019-01-03T12:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cfefbbe610a4cd392760c113394b83b", "name": "CreateKeypairsTests-9fed2939-1af7-486-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3cfefbbe610a4cd392760c113394b83b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-9fed2939-1af7-486-user", "id": "fe000b54e20f403896c8739108b1e256"}, "audit_ids": ["m-UhtBV5Sh2eF1xU0pNiMg"], "issued_at": "2019-01-03T11:16:38.000000Z"}} 2019-01-03 11:16:38,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18accd2b5ec2d4bea572f09aedfa223c27d6d4a1" 2019-01-03 11:16:38,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53eae4ac-c988-4a65-857d-e0df2daf797a x-compute-request-id: req-53eae4ac-c988-4a65-857d-e0df2daf797a Content-Encoding: gzip Content-Length: 419 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDqGf2I+3H3fq8A9Qv03F1pTmYaBphT6mHK8m9M6d5GX3nhRMPaaZEyZVUHQZYLYViHHDvyAaOYNvcTFVoQfEOB2JnHKqPd7iatSckMVJm22l87H7Wu8dPtH5Fprxu7I1k+RCXtyda1IcQhGFAhGWpmPOXBqVACAGqGCuBxSmQhPQ==", "user_id": "fe000b54e20f403896c8739108b1e256", "name": "CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096", "deleted": false, "created_at": "2019-01-03T11:16:38.000000", "updated_at": null, "fingerprint": "99:ab:e8:17:5a:60:c5:c3:ba:60:2f:a3:ab:6b:a0:e1", "deleted_at": null, "id": 74}} 2019-01-03 11:16:38,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 used request id req-53eae4ac-c988-4a65-857d-e0df2daf797a 2019-01-03 11:16:38,621 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 2019-01-03 11:16:38,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f825ec36b25971837e6a3d18dca284fb4b1f1ce" 2019-01-03 11:16:38,657 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d059520-45a6-4484-a01b-f07327f6c930 x-compute-request-id: req-0d059520-45a6-4484-a01b-f07327f6c930 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:38,658 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096 used request id req-0d059520-45a6-4484-a01b-f07327f6c930 2019-01-03 11:16:38,658 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096.pub] 2019-01-03 11:16:38,658 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-be8bf4ea-8547-4805-a8b3-28517667a096] 2019-01-03 11:16:38,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:38,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-83013014-ffd1-4e96-953f-3b699a64344d Date: Thu, 03 Jan 2019 11:16:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:38,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-83013014-ffd1-4e96-953f-3b699a64344d 2019-01-03 11:16:38,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e90986-e940-4cad-b5a3-a869b964d0c9 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:39,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-67e90986-e940-4cad-b5a3-a869b964d0c9 2019-01-03 11:16:39,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28465388-40f4-41c7-85f3-d0dbc9baf9f7 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:39,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-28465388-40f4-41c7-85f3-d0dbc9baf9f7 2019-01-03 11:16:39,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799c2b72-4981-4235-9f42-a694adc18a47 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:39,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-799c2b72-4981-4235-9f42-a694adc18a47 2019-01-03 11:16:39,229 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-9fed2939-1af7-486-proj 2019-01-03 11:16:39,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,428 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0130103f-4ba1-4ba0-b236-0ee131e0b3eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:39,428 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3cfefbbe610a4cd392760c113394b83b used request id req-0130103f-4ba1-4ba0-b236-0ee131e0b3eb 2019-01-03 11:16:39,428 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-9fed2939-1af7-486-proj-role 2019-01-03 11:16:39,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d720b7b8-cce6-4304-802c-d3db1a17c189 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:39,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5c02f595da0c42df8ea31927a55f026e used request id req-d720b7b8-cce6-4304-802c-d3db1a17c189 2019-01-03 11:16:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}134a1129cbbbe9c8a5f39f3df988da38257fb8c8" 2019-01-03 11:16:39,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee0a79b-c9be-434f-b477-3c8697005cd0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:39,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1ee0a79b-c9be-434f-b477-3c8697005cd0 2019-01-03 11:16:39,654 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-9fed2939-1af7-486-user 2019-01-03 11:16:39,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/fe000b54e20f403896c8739108b1e256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62232ab9f5d2d4e3100d3b79ab9d8b4bfb07230" 2019-01-03 11:16:39,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-047c5fff-a98a-479a-8bbb-8411414f5124 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:39,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/fe000b54e20f403896c8739108b1e256 used request id req-047c5fff-a98a-479a-8bbb-8411414f5124 2019-01-03 11:16:39,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:40,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5hg8MxwQTgCzS5lVVtOXHA"], "issued_at": "2019-01-03T11:16:40.000000Z"}} 2019-01-03 11:16:40,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9442bd7bdef48b3021b4a9a51e9b019a50f5e87f" 2019-01-03 11:16:40,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e902f333-4b70-489c-bbad-fa11225f8fcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:40,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e902f333-4b70-489c-bbad-fa11225f8fcf 2019-01-03 11:16:40,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:40,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:40,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Yh6fXpVCRR2Le65dZXpVTA"], "issued_at": "2019-01-03T11:16:40.000000Z"}} 2019-01-03 11:16:40,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:40,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df59c7e-afab-4789-8636-16d1451b1bba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:40,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4df59c7e-afab-4789-8636-16d1451b1bba 2019-01-03 11:16:40,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:40,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:40,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6bb7d926-9705-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:40,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea28f24-c94a-420f-8b86-b01f388bc08c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6bb7d926-9705-459-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:40,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-6bb7d926-9705-459-proj used request id req-bea28f24-c94a-420f-8b86-b01f388bc08c 2019-01-03 11:16:40,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:40,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f281f703-6241-45f1-b168-823ddcdde297 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:40,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f281f703-6241-45f1-b168-823ddcdde297 2019-01-03 11:16:40,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj"}}' 2019-01-03 11:16:41,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83c066a2-3267-4ffc-a86e-bd2ae0184712 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b"}, "enabled": true, "id": "f5882c139a794970adb2f22fcf12fb9b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj"}} 2019-01-03 11:16:41,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-83c066a2-3267-4ffc-a86e-bd2ae0184712 2019-01-03 11:16:41,192 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-6bb7d926-9705-459-proj 2019-01-03 11:16:41,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:41,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:41,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["wMDsV--YQXmuTkzKiP8xGg"], "issued_at": "2019-01-03T11:16:41.000000Z"}} 2019-01-03 11:16:41,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85c173cd41abf3c5934cebf386a94445f7a4e26" 2019-01-03 11:16:41,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2370c0ef-6309-462c-b59c-35ec6897c07d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:41,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2370c0ef-6309-462c-b59c-35ec6897c07d 2019-01-03 11:16:41,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:41,668 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:41,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85c173cd41abf3c5934cebf386a94445f7a4e26" 2019-01-03 11:16:41,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c9171d-ba21-402f-bdcc-2018a62220b0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:41,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-78c9171d-ba21-402f-bdcc-2018a62220b0 2019-01-03 11:16:41,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-6bb7d926-9705-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85c173cd41abf3c5934cebf386a94445f7a4e26" 2019-01-03 11:16:41,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc80d837-0ad7-4e81-a8a2-4c8e22d54bb8 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-6bb7d926-9705-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b"}, "enabled": true, "id": "f5882c139a794970adb2f22fcf12fb9b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj"}]} 2019-01-03 11:16:41,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsTests-6bb7d926-9705-459-proj used request id req-bc80d837-0ad7-4e81-a8a2-4c8e22d54bb8 2019-01-03 11:16:41,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85c173cd41abf3c5934cebf386a94445f7a4e26" 2019-01-03 11:16:41,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe79453-560a-41f6-ae2f-7522004bfa03 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:41,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bbe79453-560a-41f6-ae2f-7522004bfa03 2019-01-03 11:16:42,268 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-6bb7d926-9705-459-user 2019-01-03 11:16:42,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:42,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64ced9ff-bf33-4478-a9b4-d63084c40672 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:42,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-64ced9ff-bf33-4478-a9b4-d63084c40672 2019-01-03 11:16:42,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" -d '{"role": {"name": "CreateKeypairsTests-6bb7d926-9705-459-proj-role"}}' 2019-01-03 11:16:42,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fc2a049-b4a6-4cc4-b741-6e7f236d93b2 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "286f22c628f5411db9e350a68fd828d5", "links": {"self": "http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5"}, "name": "CreateKeypairsTests-6bb7d926-9705-459-proj-role"}} 2019-01-03 11:16:42,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8fc2a049-b4a6-4cc4-b741-6e7f236d93b2 2019-01-03 11:16:42,472 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-6bb7d926-9705-459-proj-role 2019-01-03 11:16:42,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:42,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a55abf-7c84-4c19-96aa-4df18c628f50 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5"}, "domain_id": null, "name": "CreateKeypairsTests-6bb7d926-9705-459-proj-role", "id": "286f22c628f5411db9e350a68fd828d5"}} 2019-01-03 11:16:42,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5 used request id req-90a55abf-7c84-4c19-96aa-4df18c628f50 2019-01-03 11:16:42,572 - keystone_utils - INFO - Granting role CreateKeypairsTests-6bb7d926-9705-459-proj-role to project CreateKeypairsTests-6bb7d926-9705-459-proj 2019-01-03 11:16:42,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b/users/70305fbab8e04793be1af87bb53a4150/roles/286f22c628f5411db9e350a68fd828d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:42,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-733a2da8-0dbc-4c51-8047-e8d7a8294a3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:42,690 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b/users/70305fbab8e04793be1af87bb53a4150/roles/286f22c628f5411db9e350a68fd828d5 used request id req-733a2da8-0dbc-4c51-8047-e8d7a8294a3b 2019-01-03 11:16:42,690 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:42,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:42,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:43,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "286f22c628f5411db9e350a68fd828d5", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj-role"}], "expires_at": "2019-01-03T12:16:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5882c139a794970adb2f22fcf12fb9b", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6bb7d926-9705-459-user", "id": "70305fbab8e04793be1af87bb53a4150"}, "audit_ids": ["NXZK7BI_RoeKoG3xkeX5hw"], "issued_at": "2019-01-03T11:16:43.000000Z"}} 2019-01-03 11:16:43,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f89cf2ad3f2561c86b07b86a82273e1f8b4635" 2019-01-03 11:16:43,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cdddf15-f738-4bef-8868-637027205387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:43,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2cdddf15-f738-4bef-8868-637027205387 2019-01-03 11:16:43,165 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:43,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f89cf2ad3f2561c86b07b86a82273e1f8b4635" 2019-01-03 11:16:43,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a874cbb9-6f0d-4bd9-9fcb-864e91ec7b12 x-compute-request-id: req-a874cbb9-6f0d-4bd9-9fcb-864e91ec7b12 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:43,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-a874cbb9-6f0d-4bd9-9fcb-864e91ec7b12 2019-01-03 11:16:43,329 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9... 2019-01-03 11:16:43,330 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:16:43,358 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 2019-01-03 11:16:43,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f89cf2ad3f2561c86b07b86a82273e1f8b4635" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDk1t5obnRSdPYOAxef5+s4vYokEUe8ypALt2iaHceN+EOQLbKElukIP59LhUIuHPP/UeayGqroi2tYLQ3EdLX84cr05VNP85B6utU6dyvOeX4fI1JtedPldrtMkZCibefB8FeyZC+ixaBsN4xeQAul632Z7OH85FxbO3qCtnmKRw==", "name": "CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9"}}' 2019-01-03 11:16:43,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-1be69821-a744-4795-9d69-4d5f071dce10 x-compute-request-id: req-1be69821-a744-4795-9d69-4d5f071dce10 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDk1t5obnRSdPYOAxef5+s4vYokEUe8ypALt2iaHceN+EOQLbKElukIP59LhUIuHPP/UeayGqroi2tYLQ3EdLX84cr05VNP85B6utU6dyvOeX4fI1JtedPldrtMkZCibefB8FeyZC+ixaBsN4xeQAul632Z7OH85FxbO3qCtnmKRw==", "user_id": "70305fbab8e04793be1af87bb53a4150", "name": "CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9", "fingerprint": "e1:80:d2:a0:45:b7:7b:43:74:a8:e3:3d:3b:6e:6b:f2"}} 2019-01-03 11:16:43,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-1be69821-a744-4795-9d69-4d5f071dce10 2019-01-03 11:16:43,428 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9.pub 2019-01-03 11:16:43,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:43,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "286f22c628f5411db9e350a68fd828d5", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj-role"}], "expires_at": "2019-01-03T12:16:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5882c139a794970adb2f22fcf12fb9b", "name": "CreateKeypairsTests-6bb7d926-9705-459-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f5882c139a794970adb2f22fcf12fb9b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-6bb7d926-9705-459-user", "id": "70305fbab8e04793be1af87bb53a4150"}, "audit_ids": ["UcrEcPpOSvKUkV1gwqQLEQ"], "issued_at": "2019-01-03T11:16:43.000000Z"}} 2019-01-03 11:16:43,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ff30e85b940ba9ff593b60f2c2bda5e74a9024" 2019-01-03 11:16:44,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-930017ab-c0bc-4179-8630-14cdafcff573 x-compute-request-id: req-930017ab-c0bc-4179-8630-14cdafcff573 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDk1t5obnRSdPYOAxef5+s4vYokEUe8ypALt2iaHceN+EOQLbKElukIP59LhUIuHPP/UeayGqroi2tYLQ3EdLX84cr05VNP85B6utU6dyvOeX4fI1JtedPldrtMkZCibefB8FeyZC+ixaBsN4xeQAul632Z7OH85FxbO3qCtnmKRw==", "user_id": "70305fbab8e04793be1af87bb53a4150", "name": "CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9", "deleted": false, "created_at": "2019-01-03T11:16:43.000000", "updated_at": null, "fingerprint": "e1:80:d2:a0:45:b7:7b:43:74:a8:e3:3d:3b:6e:6b:f2", "deleted_at": null, "id": 77}} 2019-01-03 11:16:44,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 used request id req-930017ab-c0bc-4179-8630-14cdafcff573 2019-01-03 11:16:44,361 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 2019-01-03 11:16:44,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84f89cf2ad3f2561c86b07b86a82273e1f8b4635" 2019-01-03 11:16:44,400 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-19ca12cb-9413-4a4b-bdb2-e9f780e5b122 x-compute-request-id: req-19ca12cb-9413-4a4b-bdb2-e9f780e5b122 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:44,400 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9 used request id req-19ca12cb-9413-4a4b-bdb2-e9f780e5b122 2019-01-03 11:16:44,401 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-43ed7ec6-3fa8-4c03-9779-e659c55dcbe9.pub] 2019-01-03 11:16:44,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:44,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-324853fd-b776-42af-92f8-5c49969422a3 Date: Thu, 03 Jan 2019 11:16:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:44,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-324853fd-b776-42af-92f8-5c49969422a3 2019-01-03 11:16:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:44,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac132b4-ec9e-478d-b24f-efe3fdfa9498 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:44,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-1ac132b4-ec9e-478d-b24f-efe3fdfa9498 2019-01-03 11:16:44,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:44,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c9777c-5485-4af3-81dd-acc7a6067178 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:44,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-b5c9777c-5485-4af3-81dd-acc7a6067178 2019-01-03 11:16:44,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:44,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566da64e-47bf-4b73-9b6c-c36f351554d7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:44,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-566da64e-47bf-4b73-9b6c-c36f351554d7 2019-01-03 11:16:45,000 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-6bb7d926-9705-459-proj 2019-01-03 11:16:45,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:45,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad4ae5c4-54ba-40f6-81ba-e24ebf442d40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:45,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f5882c139a794970adb2f22fcf12fb9b used request id req-ad4ae5c4-54ba-40f6-81ba-e24ebf442d40 2019-01-03 11:16:45,200 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-6bb7d926-9705-459-proj-role 2019-01-03 11:16:45,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:45,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a103d89-924f-4a91-b817-a4facedf7b4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:45,310 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/286f22c628f5411db9e350a68fd828d5 used request id req-4a103d89-924f-4a91-b817-a4facedf7b4f 2019-01-03 11:16:45,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7a1d0a3f811969390a7917ca17f137daef3d5a" 2019-01-03 11:16:45,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107e9be8-de1f-44b0-86d5-e3778229d6f1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:45,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-107e9be8-de1f-44b0-86d5-e3778229d6f1 2019-01-03 11:16:45,400 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-6bb7d926-9705-459-user 2019-01-03 11:16:45,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/70305fbab8e04793be1af87bb53a4150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85c173cd41abf3c5934cebf386a94445f7a4e26" 2019-01-03 11:16:45,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e9b8f83-4413-4566-b2fd-7e8efd3d387a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:45,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/70305fbab8e04793be1af87bb53a4150 used request id req-9e9b8f83-4413-4566-b2fd-7e8efd3d387a 2019-01-03 11:16:45,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:45,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["oHB5io_MTu-v17OwOHAIWw"], "issued_at": "2019-01-03T11:16:45.000000Z"}} 2019-01-03 11:16:45,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21dd6f3669bdd38d90dfe13d7084c18cacf1393f" 2019-01-03 11:16:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33f9ce5-6304-44ac-b56c-c28e56795068 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:46,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e33f9ce5-6304-44ac-b56c-c28e56795068 2019-01-03 11:16:46,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:46,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:46,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5ESz4PzPSkW-4YeyFUAk9A"], "issued_at": "2019-01-03T11:16:46.000000Z"}} 2019-01-03 11:16:46,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:46,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c5f802-2260-4993-bf46-31ad1ec32b39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:46,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e4c5f802-2260-4993-bf46-31ad1ec32b39 2019-01-03 11:16:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:46,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:46,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:46,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0f78d8-df14-4e78-87c6-e02118dd1f63 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:46,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj used request id req-1e0f78d8-df14-4e78-87c6-e02118dd1f63 2019-01-03 11:16:46,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:46,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41cbbcba-28fe-4ca5-ae18-b45dec0bd095 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:46,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-41cbbcba-28fe-4ca5-ae18-b45dec0bd095 2019-01-03 11:16:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj"}}' 2019-01-03 11:16:46,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1363528e-44c1-45c6-a574-3aa99242db5c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7"}, "enabled": true, "id": "7eadd1278ebf4d6eb6e7a2531d1f16c7", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj"}} 2019-01-03 11:16:46,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1363528e-44c1-45c6-a574-3aa99242db5c 2019-01-03 11:16:46,807 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj 2019-01-03 11:16:46,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:46,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:47,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mjHfNCxJSJ60vH1GbZG5TA"], "issued_at": "2019-01-03T11:16:47.000000Z"}} 2019-01-03 11:16:47,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26da9303ae9c142f46c3ff4da973ff8cbc0b33e1" 2019-01-03 11:16:47,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9131cb-b873-412e-b2f3-db5574852722 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:47,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2d9131cb-b873-412e-b2f3-db5574852722 2019-01-03 11:16:47,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:47,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:47,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26da9303ae9c142f46c3ff4da973ff8cbc0b33e1" 2019-01-03 11:16:47,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-856cf8ef-bf7d-4457-b171-186a5447e763 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:47,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-856cf8ef-bf7d-4457-b171-186a5447e763 2019-01-03 11:16:47,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26da9303ae9c142f46c3ff4da973ff8cbc0b33e1" 2019-01-03 11:16:47,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a8c2c5-1550-4d72-9499-d1621b7879ea Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7"}, "enabled": true, "id": "7eadd1278ebf4d6eb6e7a2531d1f16c7", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj"}]} 2019-01-03 11:16:47,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj used request id req-34a8c2c5-1550-4d72-9499-d1621b7879ea 2019-01-03 11:16:47,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26da9303ae9c142f46c3ff4da973ff8cbc0b33e1" 2019-01-03 11:16:47,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b857ec38-9db0-4d5e-a346-6e62588ed801 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:47,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b857ec38-9db0-4d5e-a346-6e62588ed801 2019-01-03 11:16:47,867 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-user 2019-01-03 11:16:47,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:47,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:48,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30ac84cb-3889-4942-97cf-d203df22f695 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:48,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-30ac84cb-3889-4942-97cf-d203df22f695 2019-01-03 11:16:48,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" -d '{"role": {"name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role"}}' 2019-01-03 11:16:48,148 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39893dfa-85ba-45f1-8d2b-47a618ef0bab Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f196fe1a26c14003a77dff10e21a9b12", "links": {"self": "http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12"}, "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role"}} 2019-01-03 11:16:48,148 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-39893dfa-85ba-45f1-8d2b-47a618ef0bab 2019-01-03 11:16:48,148 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role 2019-01-03 11:16:48,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7040e2d-fde0-4e99-9386-20d6d3a06d5f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role", "id": "f196fe1a26c14003a77dff10e21a9b12"}} 2019-01-03 11:16:48,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12 used request id req-d7040e2d-fde0-4e99-9386-20d6d3a06d5f 2019-01-03 11:16:48,240 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role to project CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj 2019-01-03 11:16:48,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7/users/56c5568c17cf4e4d92faf2a1baa1aba8/roles/f196fe1a26c14003a77dff10e21a9b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:48,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d156acc-b7c9-45ed-9f8b-02789f789874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:48,372 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7/users/56c5568c17cf4e4d92faf2a1baa1aba8/roles/f196fe1a26c14003a77dff10e21a9b12 used request id req-8d156acc-b7c9-45ed-9f8b-02789f789874 2019-01-03 11:16:48,373 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:48,806 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654.pub 2019-01-03 11:16:48,807 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654 2019-01-03 11:16:48,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:48,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:49,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f196fe1a26c14003a77dff10e21a9b12", "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role"}], "expires_at": "2019-01-03T12:16:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7eadd1278ebf4d6eb6e7a2531d1f16c7", "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7eadd1278ebf4d6eb6e7a2531d1f16c7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-user", "id": "56c5568c17cf4e4d92faf2a1baa1aba8"}, "audit_ids": ["7FYbXTvVRzinGQRcIwKJiw"], "issued_at": "2019-01-03T11:16:49.000000Z"}} 2019-01-03 11:16:49,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1433974adb4f9a6da0f64150ddd86455a5264a80" 2019-01-03 11:16:49,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a98ef50-0e13-4d94-a2d0-020597437058 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:49,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3a98ef50-0e13-4d94-a2d0-020597437058 2019-01-03 11:16:49,270 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:49,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1433974adb4f9a6da0f64150ddd86455a5264a80" 2019-01-03 11:16:49,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16: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-8378fb1e-f194-461d-84ae-667dffd38fa0 x-compute-request-id: req-8378fb1e-f194-461d-84ae-667dffd38fa0 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:49,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-8378fb1e-f194-461d-84ae-667dffd38fa0 2019-01-03 11:16:49,465 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654... 2019-01-03 11:16:49,465 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 11:16:49,465 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654.pub 2019-01-03 11:16:49,465 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654 2019-01-03 11:16:49,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1433974adb4f9a6da0f64150ddd86455a5264a80" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdvJmr11TPu9AS2q10PM5DLpKCJexKzBwP5B0reDtG/vupE0V/8QceFCq2VsWL1JkDxph9bEu2sw0hBTH3bv5bp3tvNeyHQlqlOgu2JXJLeM1DK7lbmoB6tNgS99+hT+c/MiJNiotDK/XoPzwFM0EBQmpx5mTvN/B2QXuRLBCiqWt4nR0eSzF/ojci/uLcqq74JyjaC5VN8BEmhEV3F9BnSk+u0LWzeqPVZTS5FsZ4Qd4jCWKBAFF3IWMUw0b18JwLpXcjmrlDerI6TdCSzmAQ1pqEsvKC6aRCxttHMZ8x4hezucnrwscFpAIx/E/LiXusYF2QrNvU+E6Wh7Yx+4Nj", "name": "CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654"}}' 2019-01-03 11:16:49,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16: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-e1a112aa-f68d-4e2f-9c67-235e2178a2bc x-compute-request-id: req-e1a112aa-f68d-4e2f-9c67-235e2178a2bc Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdvJmr11TPu9AS2q10PM5DLpKCJexKzBwP5B0reDtG/vupE0V/8QceFCq2VsWL1JkDxph9bEu2sw0hBTH3bv5bp3tvNeyHQlqlOgu2JXJLeM1DK7lbmoB6tNgS99+hT+c/MiJNiotDK/XoPzwFM0EBQmpx5mTvN/B2QXuRLBCiqWt4nR0eSzF/ojci/uLcqq74JyjaC5VN8BEmhEV3F9BnSk+u0LWzeqPVZTS5FsZ4Qd4jCWKBAFF3IWMUw0b18JwLpXcjmrlDerI6TdCSzmAQ1pqEsvKC6aRCxttHMZ8x4hezucnrwscFpAIx/E/LiXusYF2QrNvU+E6Wh7Yx+4Nj", "user_id": "56c5568c17cf4e4d92faf2a1baa1aba8", "name": "CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654", "fingerprint": "9e:fc:20:9a:fc:ac:9b:f9:c1:ac:c3:9e:d4:ee:ad:72"}} 2019-01-03 11:16:49,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e1a112aa-f68d-4e2f-9c67-235e2178a2bc 2019-01-03 11:16:49,527 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654 2019-01-03 11:16:49,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1433974adb4f9a6da0f64150ddd86455a5264a80" 2019-01-03 11:16:49,555 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16: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-6b50d743-c3f8-4f4c-a192-83c2f2ee5852 x-compute-request-id: req-6b50d743-c3f8-4f4c-a192-83c2f2ee5852 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:49,555 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654 used request id req-6b50d743-c3f8-4f4c-a192-83c2f2ee5852 2019-01-03 11:16:49,556 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654.pub] 2019-01-03 11:16:49,556 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-6e7dcf46-ff40-413a-9de2-2baeb8256654] 2019-01-03 11:16:49,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-16e5499c-a06a-4bf5-a298-f1f3be4ee397 Date: Thu, 03 Jan 2019 11:16:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:49,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-16e5499c-a06a-4bf5-a298-f1f3be4ee397 2019-01-03 11:16:49,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:49,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bef73f-e386-4450-a848-7b734601c818 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:49,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-84bef73f-e386-4450-a848-7b734601c818 2019-01-03 11:16:49,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:49,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5f3089-89f0-4c49-80c9-71a5c8305da4 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:49,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-5e5f3089-89f0-4c49-80c9-71a5c8305da4 2019-01-03 11:16:49,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:50,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5aa6bf-d6c6-497b-bd05-9a154819c392 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:50,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-7f5aa6bf-d6c6-497b-bd05-9a154819c392 2019-01-03 11:16:50,064 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj 2019-01-03 11:16:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:50,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f90125a-ebc3-4377-852a-8a535ef79340 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:50,277 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7eadd1278ebf4d6eb6e7a2531d1f16c7 used request id req-0f90125a-ebc3-4377-852a-8a535ef79340 2019-01-03 11:16:50,277 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-proj-role 2019-01-03 11:16:50,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:50,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a04ca5d1-c324-4b26-8348-b13e51313939 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:50,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/f196fe1a26c14003a77dff10e21a9b12 used request id req-a04ca5d1-c324-4b26-8348-b13e51313939 2019-01-03 11:16:50,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e1062045d52ac23a1cab9496a2a4b18dd312faf" 2019-01-03 11:16:50,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49cfc18a-8973-4aea-a322-798db9c7fe39 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:50,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-49cfc18a-8973-4aea-a322-798db9c7fe39 2019-01-03 11:16:50,481 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-2be20e7c-eea8-4b3-user 2019-01-03 11:16:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/56c5568c17cf4e4d92faf2a1baa1aba8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26da9303ae9c142f46c3ff4da973ff8cbc0b33e1" 2019-01-03 11:16:50,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03a48381-2c6d-4a1b-924c-d9ad1e5feaf0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:50,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/56c5568c17cf4e4d92faf2a1baa1aba8 used request id req-03a48381-2c6d-4a1b-924c-d9ad1e5feaf0 2019-01-03 11:16:50,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:51,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8TBth5cgTcqdMH6QgRyT4g"], "issued_at": "2019-01-03T11:16:51.000000Z"}} 2019-01-03 11:16:51,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f34d7ad155ec3ea71cc1d534c11058cd52ea76e0" 2019-01-03 11:16:51,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6ca280-b241-4f74-b114-e3a0b0c01e55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:51,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce6ca280-b241-4f74-b114-e3a0b0c01e55 2019-01-03 11:16:51,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:51,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:51,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JCcJKqK-SUusm9gvP5Zdgw"], "issued_at": "2019-01-03T11:16:51.000000Z"}} 2019-01-03 11:16:51,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:51,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4660e7-c21a-4ffc-9429-506da2b79f90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:51,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7a4660e7-c21a-4ffc-9429-506da2b79f90 2019-01-03 11:16:51,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:51,783 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:51,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:51,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9105827a-4b26-4276-b56b-029f7d40bfd0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:51,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj used request id req-9105827a-4b26-4276-b56b-029f7d40bfd0 2019-01-03 11:16:51,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:51,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7a118e-4d63-49cc-a981-eb33f8f7f53d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:51,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1d7a118e-4d63-49cc-a981-eb33f8f7f53d 2019-01-03 11:16:51,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj"}}' 2019-01-03 11:16:52,089 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ddd3e9c-15d1-4d3f-a7a4-51cf2303e96c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad"}, "enabled": true, "id": "e1678523ff074fcdae7af20177da14ad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj"}} 2019-01-03 11:16:52,089 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5ddd3e9c-15d1-4d3f-a7a4-51cf2303e96c 2019-01-03 11:16:52,089 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-proj 2019-01-03 11:16:52,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:52,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:52,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["xyIx4-N6QimDRj2ySnvw4g"], "issued_at": "2019-01-03T11:16:52.000000Z"}} 2019-01-03 11:16:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841c1b62f92306e223f990da94cd8099f8337304" 2019-01-03 11:16:52,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85cfcda-7778-4943-b845-8a2afab807d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:52,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d85cfcda-7778-4943-b845-8a2afab807d7 2019-01-03 11:16:52,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:52,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:52,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841c1b62f92306e223f990da94cd8099f8337304" 2019-01-03 11:16:52,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999d4919-5759-4062-a055-93a1fbb082cf Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:52,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-999d4919-5759-4062-a055-93a1fbb082cf 2019-01-03 11:16:52,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841c1b62f92306e223f990da94cd8099f8337304" 2019-01-03 11:16:52,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01ad3b2-6efe-47e3-8ddf-babdbc727adb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad"}, "enabled": true, "id": "e1678523ff074fcdae7af20177da14ad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj"}]} 2019-01-03 11:16:52,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-01f0f101-86b6-473-proj used request id req-d01ad3b2-6efe-47e3-8ddf-babdbc727adb 2019-01-03 11:16:52,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841c1b62f92306e223f990da94cd8099f8337304" 2019-01-03 11:16:52,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-941d94a0-c60f-4338-a8f0-1336be3c22e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:52,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-941d94a0-c60f-4338-a8f0-1336be3c22e0 2019-01-03 11:16:53,167 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-user 2019-01-03 11:16:53,167 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:53,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:53,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1418583-3870-4d1b-adab-83bbe946f960 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:53,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e1418583-3870-4d1b-adab-83bbe946f960 2019-01-03 11:16:53,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" -d '{"role": {"name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role"}}' 2019-01-03 11:16:53,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3073cbda-8748-4ed4-9566-2b65ab92044a Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "841c54088e4e4c0483dc9515bafbbc70", "links": {"self": "http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70"}, "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role"}} 2019-01-03 11:16:53,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-3073cbda-8748-4ed4-9566-2b65ab92044a 2019-01-03 11:16:53,358 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role 2019-01-03 11:16:53,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:53,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3e40b16-8c75-41ed-9586-6663521f11c4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role", "id": "841c54088e4e4c0483dc9515bafbbc70"}} 2019-01-03 11:16:53,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70 used request id req-c3e40b16-8c75-41ed-9586-6663521f11c4 2019-01-03 11:16:53,380 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role to project CreateKeypairsCleanupTests-01f0f101-86b6-473-proj 2019-01-03 11:16:53,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad/users/9b1e03fd3e974fc792112835dcf0e5cf/roles/841c54088e4e4c0483dc9515bafbbc70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:53,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee3b0461-1072-47d5-b4d2-c728cff60fa8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:53,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad/users/9b1e03fd3e974fc792112835dcf0e5cf/roles/841c54088e4e4c0483dc9515bafbbc70 used request id req-ee3b0461-1072-47d5-b4d2-c728cff60fa8 2019-01-03 11:16:53,499 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:53,727 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529.pub 2019-01-03 11:16:53,728 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529 2019-01-03 11:16:53,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:53,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:54,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "841c54088e4e4c0483dc9515bafbbc70", "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role"}], "expires_at": "2019-01-03T12:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e1678523ff074fcdae7af20177da14ad", "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e1678523ff074fcdae7af20177da14ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e1678523ff074fcdae7af20177da14ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e1678523ff074fcdae7af20177da14ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e1678523ff074fcdae7af20177da14ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e1678523ff074fcdae7af20177da14ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e1678523ff074fcdae7af20177da14ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e1678523ff074fcdae7af20177da14ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e1678523ff074fcdae7af20177da14ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e1678523ff074fcdae7af20177da14ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e1678523ff074fcdae7af20177da14ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e1678523ff074fcdae7af20177da14ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e1678523ff074fcdae7af20177da14ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-01f0f101-86b6-473-user", "id": "9b1e03fd3e974fc792112835dcf0e5cf"}, "audit_ids": ["weUM29HlSt6BJy1xTLtzVA"], "issued_at": "2019-01-03T11:16:54.000000Z"}} 2019-01-03 11:16:54,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827df3fd0c8edeeacb56a8dff56aaa07631ef033" 2019-01-03 11:16:54,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b3d5c4-0aa6-4626-94ac-14324f2a45b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:54,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-05b3d5c4-0aa6-4626-94ac-14324f2a45b3 2019-01-03 11:16:54,195 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:54,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827df3fd0c8edeeacb56a8dff56aaa07631ef033" 2019-01-03 11:16:54,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7613d2bd-e40a-4b9f-ba95-7c8c7cca94ba x-compute-request-id: req-7613d2bd-e40a-4b9f-ba95-7c8c7cca94ba Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:54,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-7613d2bd-e40a-4b9f-ba95-7c8c7cca94ba 2019-01-03 11:16:54,379 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529... 2019-01-03 11:16:54,379 - OpenStackKeypair - INFO - Uploading existing keypair 2019-01-03 11:16:54,380 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529.pub 2019-01-03 11:16:54,380 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529 2019-01-03 11:16:54,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827df3fd0c8edeeacb56a8dff56aaa07631ef033" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9MoyK78Ae2sLLeJFHc6OZllTwELoVP25avksbeJIID9PJADhgpz+MPDRahYUdGfsMY86qenvBAENQPc5CBdGVMf6L21AuGN7oto7O07VRecv2mlS4PmKk8o5TtTuhoSQK6HySSDUP9fIvaW6AVI7NT858N/Z5kNWLr1BRCZ575OFNUbCpRJIC2y4XCVfDgRLCJ7olyVJQ7D/jZPJG0RQp1OxX1sRO8kxR6ii9ysG50T5Jc1fQBXbiB1mxvxKSmcxsRCgGnvfWNCk3h06rreTzp4sP213Ta8TCzjAzDJEu9nWzAn+l7CVPfSWC39zwcHpf3khY/6Q2oC1UO9qomCW5", "name": "CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529"}}' 2019-01-03 11:16:54,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6496d00-494d-47b3-9c37-000ad8afa4c4 x-compute-request-id: req-e6496d00-494d-47b3-9c37-000ad8afa4c4 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9MoyK78Ae2sLLeJFHc6OZllTwELoVP25avksbeJIID9PJADhgpz+MPDRahYUdGfsMY86qenvBAENQPc5CBdGVMf6L21AuGN7oto7O07VRecv2mlS4PmKk8o5TtTuhoSQK6HySSDUP9fIvaW6AVI7NT858N/Z5kNWLr1BRCZ575OFNUbCpRJIC2y4XCVfDgRLCJ7olyVJQ7D/jZPJG0RQp1OxX1sRO8kxR6ii9ysG50T5Jc1fQBXbiB1mxvxKSmcxsRCgGnvfWNCk3h06rreTzp4sP213Ta8TCzjAzDJEu9nWzAn+l7CVPfSWC39zwcHpf3khY/6Q2oC1UO9qomCW5", "user_id": "9b1e03fd3e974fc792112835dcf0e5cf", "name": "CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529", "fingerprint": "62:28:51:55:e6:97:e5:e7:a1:9f:3e:03:ef:e7:5f:23"}} 2019-01-03 11:16:54,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-e6496d00-494d-47b3-9c37-000ad8afa4c4 2019-01-03 11:16:54,443 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529 2019-01-03 11:16:54,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}827df3fd0c8edeeacb56a8dff56aaa07631ef033" 2019-01-03 11:16:54,483 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22cdbe6c-d1bd-4ce7-af08-ff44235ea549 x-compute-request-id: req-22cdbe6c-d1bd-4ce7-af08-ff44235ea549 Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:54,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-65560b29-e8c8-4d3e-b333-36e4a5c93529 used request id req-22cdbe6c-d1bd-4ce7-af08-ff44235ea549 2019-01-03 11:16:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:54,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4c6616a1-fafa-47e2-9d72-230c7334ed2d Date: Thu, 03 Jan 2019 11:16:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:54,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4c6616a1-fafa-47e2-9d72-230c7334ed2d 2019-01-03 11:16:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:54,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c808eec-ad11-4299-9eb3-611f821adcb0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:54,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-8c808eec-ad11-4299-9eb3-611f821adcb0 2019-01-03 11:16:54,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:54,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40b9ed44-5804-4473-b149-dfccc18ae579 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:54,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-40b9ed44-5804-4473-b149-dfccc18ae579 2019-01-03 11:16:54,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:54,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1948eb-92e7-4343-a654-3d6f653f9d47 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:54,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-6b1948eb-92e7-4343-a654-3d6f653f9d47 2019-01-03 11:16:54,991 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-proj 2019-01-03 11:16:54,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:55,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b76b735d-24d8-4ad2-9ba1-e2dbcaca78e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:55,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e1678523ff074fcdae7af20177da14ad used request id req-b76b735d-24d8-4ad2-9ba1-e2dbcaca78e6 2019-01-03 11:16:55,175 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-proj-role 2019-01-03 11:16:55,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:55,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b02a091e-f07d-449d-a9cd-d6b8067edfd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:55,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/841c54088e4e4c0483dc9515bafbbc70 used request id req-b02a091e-f07d-449d-a9cd-d6b8067edfd3 2019-01-03 11:16:55,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}207b0721652db6508493f92f845d9d8a9c20d9bf" 2019-01-03 11:16:55,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aceed45-e333-4ed1-9c6c-f62aec517ac2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:55,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8aceed45-e333-4ed1-9c6c-f62aec517ac2 2019-01-03 11:16:55,392 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-01f0f101-86b6-473-user 2019-01-03 11:16:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9b1e03fd3e974fc792112835dcf0e5cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841c1b62f92306e223f990da94cd8099f8337304" 2019-01-03 11:16:55,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aa8d68e-cf91-4e54-b80a-b64f2f352302 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:55,590 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9b1e03fd3e974fc792112835dcf0e5cf used request id req-7aa8d68e-cf91-4e54-b80a-b64f2f352302 2019-01-03 11:16:55,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:55,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["IIQzPUHBS9KKc7c-LlgWVw"], "issued_at": "2019-01-03T11:16:55.000000Z"}} 2019-01-03 11:16:55,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdab8448ac98a85b6085c81c984c6ecd871200aa" 2019-01-03 11:16:56,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-254159ab-59a2-44ec-b2eb-b290e4f53469 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:56,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-254159ab-59a2-44ec-b2eb-b290e4f53469 2019-01-03 11:16:56,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:56,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:56,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["58QlUelGSUKKv9pJ1IHVLA"], "issued_at": "2019-01-03T11:16:56.000000Z"}} 2019-01-03 11:16:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:56,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68135513-af0d-49a9-bc7d-8f94df51605c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:56,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-68135513-af0d-49a9-bc7d-8f94df51605c 2019-01-03 11:16:56,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:56,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:16: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:56,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65b2477d-2c5b-4c66-85e3-dbcf1db43ef0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:16:56,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj used request id req-65b2477d-2c5b-4c66-85e3-dbcf1db43ef0 2019-01-03 11:16:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:56,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c809fd3-e5f2-4d7e-b477-9a45cb4e5f09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:56,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1c809fd3-e5f2-4d7e-b477-9a45cb4e5f09 2019-01-03 11:16:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj"}}' 2019-01-03 11:16:56,855 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb6d1bd7-2aa4-434b-93c9-96e12eaca5b5 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee"}, "enabled": true, "id": "623c1763a1854f4db369e9408655aaee", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj"}} 2019-01-03 11:16:56,855 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-eb6d1bd7-2aa4-434b-93c9-96e12eaca5b5 2019-01-03 11:16:56,856 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj 2019-01-03 11:16:56,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:56,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:57,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:16:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["r2qoSQJzSTGbUX66Pvh0CQ"], "issued_at": "2019-01-03T11:16:57.000000Z"}} 2019-01-03 11:16:57,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55de043822e57df344bfdce3770e06d5e497a29c" 2019-01-03 11:16:57,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0eca071-8861-4421-bac6-3def9ba71839 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:57,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f0eca071-8861-4421-bac6-3def9ba71839 2019-01-03 11:16:57,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:16:57,339 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:16:57,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55de043822e57df344bfdce3770e06d5e497a29c" 2019-01-03 11:16:57,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c6c36f-c581-47b7-9b54-aeccd31dec65 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:16:57,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-04c6c36f-c581-47b7-9b54-aeccd31dec65 2019-01-03 11:16:57,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55de043822e57df344bfdce3770e06d5e497a29c" 2019-01-03 11:16:57,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb2e25e2-4d55-4bf0-b09f-3420ee0ae480 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee"}, "enabled": true, "id": "623c1763a1854f4db369e9408655aaee", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj"}]} 2019-01-03 11:16:57,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj used request id req-fb2e25e2-4d55-4bf0-b09f-3420ee0ae480 2019-01-03 11:16:57,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55de043822e57df344bfdce3770e06d5e497a29c" 2019-01-03 11:16:57,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f47c0450-b6c6-45d0-b830-2380102bb36d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:16:57,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f47c0450-b6c6-45d0-b830-2380102bb36d 2019-01-03 11:16:57,921 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-user 2019-01-03 11:16:57,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:57,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:58,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d38e2f6-6783-43b2-9fcd-0c2bf12dcf4b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:16:58,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5d38e2f6-6783-43b2-9fcd-0c2bf12dcf4b 2019-01-03 11:16:58,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" -d '{"role": {"name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role"}}' 2019-01-03 11:16:58,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c977ecb6-f7a7-40db-a26e-edf91a0a6105 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "23865da0e4244208a990694aa81918d3", "links": {"self": "http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3"}, "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role"}} 2019-01-03 11:16:58,136 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c977ecb6-f7a7-40db-a26e-edf91a0a6105 2019-01-03 11:16:58,136 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role 2019-01-03 11:16:58,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:58,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d235be-33f7-49a0-84a7-8acc7c19ace2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role", "id": "23865da0e4244208a990694aa81918d3"}} 2019-01-03 11:16:58,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3 used request id req-92d235be-33f7-49a0-84a7-8acc7c19ace2 2019-01-03 11:16:58,220 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role to project CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj 2019-01-03 11:16:58,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee/users/bbf20b50726c42e2bc94c83e266f3c80/roles/23865da0e4244208a990694aa81918d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:58,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77c615e6-a9c0-4313-9543-117e0d304f5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:58,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee/users/bbf20b50726c42e2bc94c83e266f3c80/roles/23865da0e4244208a990694aa81918d3 used request id req-77c615e6-a9c0-4313-9543-117e0d304f5c 2019-01-03 11:16:58,349 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:58,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:16:58,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:16:58,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "23865da0e4244208a990694aa81918d3", "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role"}], "expires_at": "2019-01-03T12:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "623c1763a1854f4db369e9408655aaee", "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/623c1763a1854f4db369e9408655aaee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/623c1763a1854f4db369e9408655aaee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/623c1763a1854f4db369e9408655aaee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/623c1763a1854f4db369e9408655aaee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/623c1763a1854f4db369e9408655aaee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/623c1763a1854f4db369e9408655aaee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/623c1763a1854f4db369e9408655aaee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/623c1763a1854f4db369e9408655aaee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/623c1763a1854f4db369e9408655aaee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/623c1763a1854f4db369e9408655aaee", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/623c1763a1854f4db369e9408655aaee", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/623c1763a1854f4db369e9408655aaee", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-user", "id": "bbf20b50726c42e2bc94c83e266f3c80"}, "audit_ids": ["Bqa76gAjS1uwSezpKXHRjA"], "issued_at": "2019-01-03T11:16:58.000000Z"}} 2019-01-03 11:16:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c6bb81fde7b011925eef47f45d9bc8fd3b5242" 2019-01-03 11:16:58,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83868e62-9a7a-4849-8d8c-1d25f09763d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:16:58,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-83868e62-9a7a-4849-8d8c-1d25f09763d8 2019-01-03 11:16:58,812 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:16:58,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c6bb81fde7b011925eef47f45d9bc8fd3b5242" 2019-01-03 11:16:58,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4e4211f-82af-46fc-89e4-8c8a0408f4cc x-compute-request-id: req-b4e4211f-82af-46fc-89e4-8c8a0408f4cc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:16:58,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b4e4211f-82af-46fc-89e4-8c8a0408f4cc 2019-01-03 11:16:58,986 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567... 2019-01-03 11:16:58,986 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:16:59,034 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567 2019-01-03 11:16:59,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c6bb81fde7b011925eef47f45d9bc8fd3b5242" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgXT6UaMvceXKoXgmhGdPjel+NhkR3+QJqTuwSDY1jSZpz5HK8GiJpN5pTfxDFYTzo3y9uOWYL3lYzv/Z00QeD/t/L7tSIDaD4OMFfIZNi0GAsNBEbjl2zHmpfanTNUMkclygiWj5IsauNh16tm/Zg5r/YY+6In9//8Ri+YFBBSQ==", "name": "CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567"}}' 2019-01-03 11:16:59,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-238c1a67-f9ca-4ec4-a7d8-13ca79403407 x-compute-request-id: req-238c1a67-f9ca-4ec4-a7d8-13ca79403407 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgXT6UaMvceXKoXgmhGdPjel+NhkR3+QJqTuwSDY1jSZpz5HK8GiJpN5pTfxDFYTzo3y9uOWYL3lYzv/Z00QeD/t/L7tSIDaD4OMFfIZNi0GAsNBEbjl2zHmpfanTNUMkclygiWj5IsauNh16tm/Zg5r/YY+6In9//8Ri+YFBBSQ==", "user_id": "bbf20b50726c42e2bc94c83e266f3c80", "name": "CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567", "fingerprint": "e2:90:8e:b7:13:03:ca:b7:b3:11:12:98:d6:a7:e2:75"}} 2019-01-03 11:16:59,095 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-238c1a67-f9ca-4ec4-a7d8-13ca79403407 2019-01-03 11:16:59,110 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567.pub 2019-01-03 11:16:59,111 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567 2019-01-03 11:16:59,111 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567 2019-01-03 11:16:59,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9c6bb81fde7b011925eef47f45d9bc8fd3b5242" 2019-01-03 11:16:59,142 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d135593d-f9f0-439a-9f8c-a00e712be12f x-compute-request-id: req-d135593d-f9f0-439a-9f8c-a00e712be12f Content-Length: 0 Content-Type: application/json 2019-01-03 11:16:59,142 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567 used request id req-d135593d-f9f0-439a-9f8c-a00e712be12f 2019-01-03 11:16:59,143 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567.pub] 2019-01-03 11:16:59,143 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-1c32105c-68b5-42c0-847a-8f81eaa55567] 2019-01-03 11:16:59,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0101fecc-a94f-4978-a423-7c5edca1db0f Date: Thu, 03 Jan 2019 11:16:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:16:59,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0101fecc-a94f-4978-a423-7c5edca1db0f 2019-01-03 11:16:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa958d0a-0c4c-4052-ab22-e2ce952c7329 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:16:59,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-fa958d0a-0c4c-4052-ab22-e2ce952c7329 2019-01-03 11:16:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9613222-eabe-4340-a357-ca00817f10f2 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:16:59,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-e9613222-eabe-4340-a357-ca00817f10f2 2019-01-03 11:16:59,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d7c5db5-750c-45d2-99a8-b6a73991ef1d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:16:59,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-8d7c5db5-750c-45d2-99a8-b6a73991ef1d 2019-01-03 11:16:59,641 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj 2019-01-03 11:16:59,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cca5627e-ba1a-47aa-a0e3-5f43ed06e551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:59,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/623c1763a1854f4db369e9408655aaee used request id req-cca5627e-ba1a-47aa-a0e3-5f43ed06e551 2019-01-03 11:16:59,870 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-proj-role 2019-01-03 11:16:59,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:16:59,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b302fcd-3965-45bb-a56a-42fbd8ca0076 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:16:59,980 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/23865da0e4244208a990694aa81918d3 used request id req-7b302fcd-3965-45bb-a56a-42fbd8ca0076 2019-01-03 11:16:59,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e363a17d864b6c21a6b012ee378ee7392ae1575" 2019-01-03 11:17:00,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:16:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d283aa13-616a-4734-a0b4-448bc2a5b3a3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:00,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d283aa13-616a-4734-a0b4-448bc2a5b3a3 2019-01-03 11:17:00,067 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-d69eb3ae-c507-4e5-user 2019-01-03 11:17:00,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/bbf20b50726c42e2bc94c83e266f3c80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55de043822e57df344bfdce3770e06d5e497a29c" 2019-01-03 11:17:00,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e930ea51-fb4a-4ffe-9a6a-039e0c98f723 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:00,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/bbf20b50726c42e2bc94c83e266f3c80 used request id req-e930ea51-fb4a-4ffe-9a6a-039e0c98f723 2019-01-03 11:17:00,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:00,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["VqbjC22bShSs5R0yjgw9YA"], "issued_at": "2019-01-03T11:17:00.000000Z"}} 2019-01-03 11:17:00,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8cbffc72b3160836c78cadfcd35c9bb230f8a338" 2019-01-03 11:17:00,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d706c5-f2c6-4a26-a83e-0208878f2115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:00,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-68d706c5-f2c6-4a26-a83e-0208878f2115 2019-01-03 11:17:00,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:00,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:01,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["whcd_TkdSr-sRFyWymKkfQ"], "issued_at": "2019-01-03T11:17:01.000000Z"}} 2019-01-03 11:17:01,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:01,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4482b45a-956c-4547-8577-08c98338864b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:01,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4482b45a-956c-4547-8577-08c98338864b 2019-01-03 11:17:01,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:01,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:01,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:01,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12791540-ab4e-4fe5-a5ec-52a9ab2b7e54 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:17:01,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj used request id req-12791540-ab4e-4fe5-a5ec-52a9ab2b7e54 2019-01-03 11:17:01,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:01,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed222c0-88f4-47d8-8bcf-53d7e26045d2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:01,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8ed222c0-88f4-47d8-8bcf-53d7e26045d2 2019-01-03 11:17:01,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj"}}' 2019-01-03 11:17:01,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bba2783-c447-44e6-bae8-412b300cfdd0 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a"}, "enabled": true, "id": "be29ac44b23e45e685c71a8ac13dae3a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj"}} 2019-01-03 11:17:01,514 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0bba2783-c447-44e6-bae8-412b300cfdd0 2019-01-03 11:17:01,514 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-proj 2019-01-03 11:17:01,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:01,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:01,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jBm_pSfzTfq_Ixkzu4HlmA"], "issued_at": "2019-01-03T11:17:01.000000Z"}} 2019-01-03 11:17:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25075313ccc6291598b998fbc4193bad65399e35" 2019-01-03 11:17:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75468ce-7ca7-4756-bc94-b93654380714 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:01,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b75468ce-7ca7-4756-bc94-b93654380714 2019-01-03 11:17:01,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:01,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:01,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25075313ccc6291598b998fbc4193bad65399e35" 2019-01-03 11:17:02,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a586751c-5b03-4236-b363-415d59d5332a Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:17:02,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a586751c-5b03-4236-b363-415d59d5332a 2019-01-03 11:17:02,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25075313ccc6291598b998fbc4193bad65399e35" 2019-01-03 11:17:02,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978f3590-5f20-41a5-b9d6-21856a5caaca Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a"}, "enabled": true, "id": "be29ac44b23e45e685c71a8ac13dae3a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj"}]} 2019-01-03 11:17:02,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-b0657a92-617c-47a-proj used request id req-978f3590-5f20-41a5-b9d6-21856a5caaca 2019-01-03 11:17:02,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25075313ccc6291598b998fbc4193bad65399e35" 2019-01-03 11:17:02,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2ae4d6-6b3d-4590-8bcf-85b947233f10 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:02,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fd2ae4d6-6b3d-4590-8bcf-85b947233f10 2019-01-03 11:17:02,604 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-user 2019-01-03 11:17:02,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:02,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:02,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4c7adc-36c3-40e9-a980-7e703711ba20 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:02,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-af4c7adc-36c3-40e9-a980-7e703711ba20 2019-01-03 11:17:02,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" -d '{"role": {"name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role"}}' 2019-01-03 11:17:02,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f16a93-a3ea-4367-9b63-bd9c33faaf2c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5291ef56f8834e6e9a0f70c26311375d", "links": {"self": "http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d"}, "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role"}} 2019-01-03 11:17:02,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-45f16a93-a3ea-4367-9b63-bd9c33faaf2c 2019-01-03 11:17:02,814 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role 2019-01-03 11:17:02,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:02,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bc30ae3-0fce-4608-b6fd-cdb31f0c1b31 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role", "id": "5291ef56f8834e6e9a0f70c26311375d"}} 2019-01-03 11:17:02,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d used request id req-0bc30ae3-0fce-4608-b6fd-cdb31f0c1b31 2019-01-03 11:17:02,832 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role to project CreateKeypairsCleanupTests-b0657a92-617c-47a-proj 2019-01-03 11:17:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a/users/ae863d5f5872485e9b967c2bd45ccc1d/roles/5291ef56f8834e6e9a0f70c26311375d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:02,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd643ee4-d8ae-4065-b6fd-f20d7d31ced6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:02,972 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a/users/ae863d5f5872485e9b967c2bd45ccc1d/roles/5291ef56f8834e6e9a0f70c26311375d used request id req-bd643ee4-d8ae-4065-b6fd-f20d7d31ced6 2019-01-03 11:17:02,973 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:17:02,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:02,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:03,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5291ef56f8834e6e9a0f70c26311375d", "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role"}], "expires_at": "2019-01-03T12:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be29ac44b23e45e685c71a8ac13dae3a", "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/be29ac44b23e45e685c71a8ac13dae3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/be29ac44b23e45e685c71a8ac13dae3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/be29ac44b23e45e685c71a8ac13dae3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/be29ac44b23e45e685c71a8ac13dae3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/be29ac44b23e45e685c71a8ac13dae3a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/be29ac44b23e45e685c71a8ac13dae3a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/be29ac44b23e45e685c71a8ac13dae3a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-b0657a92-617c-47a-user", "id": "ae863d5f5872485e9b967c2bd45ccc1d"}, "audit_ids": ["qjr9LHA1TO--CmqoPP1RAw"], "issued_at": "2019-01-03T11:17:03.000000Z"}} 2019-01-03 11:17:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41398d4ffaf2f90c1e3234d2feb2f15765f929f" 2019-01-03 11:17:03,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8cfaa9-e474-427e-960f-82fc0df46a0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:03,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-de8cfaa9-e474-427e-960f-82fc0df46a0a 2019-01-03 11:17:03,425 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:17:03,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41398d4ffaf2f90c1e3234d2feb2f15765f929f" 2019-01-03 11:17:03,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1681aa64-2f39-4bc2-837a-28ed7452b17a x-compute-request-id: req-1681aa64-2f39-4bc2-837a-28ed7452b17a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:17:03,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-1681aa64-2f39-4bc2-837a-28ed7452b17a 2019-01-03 11:17:03,978 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e... 2019-01-03 11:17:03,978 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:17:04,013 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e 2019-01-03 11:17:04,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41398d4ffaf2f90c1e3234d2feb2f15765f929f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjNxOrhv9G45XkdP15lrZci1JueYhJsUjUwXZW1+SN0ro7gFKgRD193xwg6gnXcBXm79fVNsSpxtDbOPET5L7nEWMRcvAd5Sp4+Mw4svG93kKpxsWIhgTQLucfMeR9Ncm4s2HZXmaa7vEbMD0XDzQIdLUB6RBOGpj3bz/php1mfQ==", "name": "CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e"}}' 2019-01-03 11:17:04,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0590302-cfe4-4d09-b180-b244888ba7aa x-compute-request-id: req-c0590302-cfe4-4d09-b180-b244888ba7aa Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCjNxOrhv9G45XkdP15lrZci1JueYhJsUjUwXZW1+SN0ro7gFKgRD193xwg6gnXcBXm79fVNsSpxtDbOPET5L7nEWMRcvAd5Sp4+Mw4svG93kKpxsWIhgTQLucfMeR9Ncm4s2HZXmaa7vEbMD0XDzQIdLUB6RBOGpj3bz/php1mfQ==", "user_id": "ae863d5f5872485e9b967c2bd45ccc1d", "name": "CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e", "fingerprint": "6f:ae:16:ba:23:7c:e5:a8:88:49:df:89:bb:6f:6d:03"}} 2019-01-03 11:17:04,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c0590302-cfe4-4d09-b180-b244888ba7aa 2019-01-03 11:17:04,084 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e.pub 2019-01-03 11:17:04,084 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e 2019-01-03 11:17:04,085 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e 2019-01-03 11:17:04,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41398d4ffaf2f90c1e3234d2feb2f15765f929f" 2019-01-03 11:17:04,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fcd97057-47bc-4f97-a9d6-428aebc4a188 x-compute-request-id: req-fcd97057-47bc-4f97-a9d6-428aebc4a188 Content-Length: 0 Content-Type: application/json 2019-01-03 11:17:04,119 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e used request id req-fcd97057-47bc-4f97-a9d6-428aebc4a188 2019-01-03 11:17:04,119 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e.pub] 2019-01-03 11:17:04,120 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-259ca48c-c39e-467a-9e36-8f08ef86a61e] 2019-01-03 11:17:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d3b8aa07-14ad-49f3-85f7-2bce8b93cc19 Date: Thu, 03 Jan 2019 11:17:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:17:04,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d3b8aa07-14ad-49f3-85f7-2bce8b93cc19 2019-01-03 11:17:04,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26fabea-224d-4fb9-88dd-0e8ad9d17d5e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:17:04,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b26fabea-224d-4fb9-88dd-0e8ad9d17d5e 2019-01-03 11:17:04,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49618bd-3098-4de4-93fe-0842c942543f 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:17:04,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-a49618bd-3098-4de4-93fe-0842c942543f 2019-01-03 11:17:04,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1dbc05-fffc-4a57-aa23-83b67ac0db49 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:17:04,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-fe1dbc05-fffc-4a57-aa23-83b67ac0db49 2019-01-03 11:17:04,604 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-proj 2019-01-03 11:17:04,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cb36632-e9ca-49e9-8506-d1ee3f913690 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:04,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/be29ac44b23e45e685c71a8ac13dae3a used request id req-0cb36632-e9ca-49e9-8506-d1ee3f913690 2019-01-03 11:17:04,823 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-proj-role 2019-01-03 11:17:04,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:04,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3684488-56cc-4ba9-b7c6-25f17a699fcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:04,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5291ef56f8834e6e9a0f70c26311375d used request id req-e3684488-56cc-4ba9-b7c6-25f17a699fcd 2019-01-03 11:17:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d8637d0f67f1229579d9881d49f16670bdd45f4" 2019-01-03 11:17:05,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c32678b-6b3c-4ccc-a473-0f760523eaa7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:05,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7c32678b-6b3c-4ccc-a473-0f760523eaa7 2019-01-03 11:17:05,024 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-b0657a92-617c-47a-user 2019-01-03 11:17:05,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ae863d5f5872485e9b967c2bd45ccc1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25075313ccc6291598b998fbc4193bad65399e35" 2019-01-03 11:17:05,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ee0f3f9-76bd-4e1f-a929-8c849a245a58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:05,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ae863d5f5872485e9b967c2bd45ccc1d used request id req-8ee0f3f9-76bd-4e1f-a929-8c849a245a58 2019-01-03 11:17:05,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:05,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["RN23HLfyTcG6ryHuWWkYpA"], "issued_at": "2019-01-03T11:17:05.000000Z"}} 2019-01-03 11:17:05,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6447c579d7a8447e11a6c757d7a104ee2ec07487" 2019-01-03 11:17:05,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8cf45f4-9419-455f-b44d-3fe0877e1cb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:05,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b8cf45f4-9419-455f-b44d-3fe0877e1cb1 2019-01-03 11:17:05,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:05,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:06,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["uqnJFSOGT6GQQNO2Jj2FgA"], "issued_at": "2019-01-03T11:17:06.000000Z"}} 2019-01-03 11:17:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:06,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a4301e-4ee4-4d8a-b6af-ff7a220a7aa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:06,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7a4301e-4ee4-4d8a-b6af-ff7a220a7aa3 2019-01-03 11:17:06,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:06,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:06,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:06,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f037cb7c-20e7-446f-b1a4-a0cd5e787c29 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:17:06,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj used request id req-f037cb7c-20e7-446f-b1a4-a0cd5e787c29 2019-01-03 11:17:06,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:06,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-078e9538-3cc8-4b4c-b5b8-45800f6b20f4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:06,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-078e9538-3cc8-4b4c-b5b8-45800f6b20f4 2019-01-03 11:17:06,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj"}}' 2019-01-03 11:17:06,454 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df41f09b-37c5-45ce-8844-9dbb3322b781 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b"}, "enabled": true, "id": "5cb0bfce75944b8ea64f4e891ad2795b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj"}} 2019-01-03 11:17:06,454 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-df41f09b-37c5-45ce-8844-9dbb3322b781 2019-01-03 11:17:06,454 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj 2019-01-03 11:17:06,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:06,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:06,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["TcfW7KRXTm2JxQKWoetLNA"], "issued_at": "2019-01-03T11:17:06.000000Z"}} 2019-01-03 11:17:06,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684e2f6987171091ed54f03427c9b1d4df6c718" 2019-01-03 11:17:07,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9d5987-c0f7-47fd-987c-9dfea3b70bae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:07,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7e9d5987-c0f7-47fd-987c-9dfea3b70bae 2019-01-03 11:17:07,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:07,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:07,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684e2f6987171091ed54f03427c9b1d4df6c718" 2019-01-03 11:17:07,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e308d6e-4602-4530-9928-fb38df7e51f5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:17:07,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2e308d6e-4602-4530-9928-fb38df7e51f5 2019-01-03 11:17:07,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684e2f6987171091ed54f03427c9b1d4df6c718" 2019-01-03 11:17:07,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28239c46-5f87-4a12-bbba-40276fc211a7 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b"}, "enabled": true, "id": "5cb0bfce75944b8ea64f4e891ad2795b", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj"}]} 2019-01-03 11:17:07,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj used request id req-28239c46-5f87-4a12-bbba-40276fc211a7 2019-01-03 11:17:07,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684e2f6987171091ed54f03427c9b1d4df6c718" 2019-01-03 11:17:07,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b60def-b662-4f55-8f61-b7d8d30bbd1a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:07,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-63b60def-b662-4f55-8f61-b7d8d30bbd1a 2019-01-03 11:17:07,598 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-user 2019-01-03 11:17:07,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:07,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:07,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3909e26c-f28b-40b0-8ed9-9b34e69bafa9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:07,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3909e26c-f28b-40b0-8ed9-9b34e69bafa9 2019-01-03 11:17:07,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" -d '{"role": {"name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role"}}' 2019-01-03 11:17:07,832 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1cd0d42-dfd7-4a38-bb9e-79fda6814ec0 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ea0106f3e2445b194ba1687dd923f2b", "links": {"self": "http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b"}, "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role"}} 2019-01-03 11:17:07,832 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a1cd0d42-dfd7-4a38-bb9e-79fda6814ec0 2019-01-03 11:17:07,832 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role 2019-01-03 11:17:07,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:07,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae22f40c-4571-434a-9441-403d8eab2bc1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role", "id": "6ea0106f3e2445b194ba1687dd923f2b"}} 2019-01-03 11:17:07,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b used request id req-ae22f40c-4571-434a-9441-403d8eab2bc1 2019-01-03 11:17:07,925 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role to project CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj 2019-01-03 11:17:07,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b/users/f909c90fae5742c1a645a0108380b4f5/roles/6ea0106f3e2445b194ba1687dd923f2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:08,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-466a1a19-9930-4576-a58f-f4d5a76e4fca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:08,049 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b/users/f909c90fae5742c1a645a0108380b4f5/roles/6ea0106f3e2445b194ba1687dd923f2b used request id req-466a1a19-9930-4576-a58f-f4d5a76e4fca 2019-01-03 11:17:08,050 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:17:08,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:08,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:08,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ea0106f3e2445b194ba1687dd923f2b", "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role"}], "expires_at": "2019-01-03T12:17:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5cb0bfce75944b8ea64f4e891ad2795b", "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5cb0bfce75944b8ea64f4e891ad2795b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-802dbb6c-22c5-473-user", "id": "f909c90fae5742c1a645a0108380b4f5"}, "audit_ids": ["Ew1JEOfcQWaXG6g00coNXA"], "issued_at": "2019-01-03T11:17:08.000000Z"}} 2019-01-03 11:17:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca63d2bf7bf47f51c6ef5e6bcaf522b9b4036e5" 2019-01-03 11:17:08,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cffe126-cc80-4344-a0d3-03d50fe28c0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:08,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5cffe126-cc80-4344-a0d3-03d50fe28c0d 2019-01-03 11:17:08,528 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:17:08,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca63d2bf7bf47f51c6ef5e6bcaf522b9b4036e5" 2019-01-03 11:17:08,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-2dbc7841-8d67-4be9-95b9-606caa0bd858 x-compute-request-id: req-2dbc7841-8d67-4be9-95b9-606caa0bd858 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:17:08,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-2dbc7841-8d67-4be9-95b9-606caa0bd858 2019-01-03 11:17:08,701 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f... 2019-01-03 11:17:08,701 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:17:08,807 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f 2019-01-03 11:17:08,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca63d2bf7bf47f51c6ef5e6bcaf522b9b4036e5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDlkxkoq9AGtNEDdNQIIHpSTaWv4DsG6KnV1uFS1eTKHNyf/R6Qas/yuhefMyAuCkeWw60yoRrkO3mHu4XQkYJacx48w7g36/X1GilWz0iZaDS6UZpvUS5bZ1Dnhj7z/SakhXrwM3im3PVy5YYo70MuM+w7ViUpWpYiywdBkCCJ1w==", "name": "CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f"}}' 2019-01-03 11:17:08,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-23ef0725-a280-4a40-8dce-b313e5d70737 x-compute-request-id: req-23ef0725-a280-4a40-8dce-b313e5d70737 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDlkxkoq9AGtNEDdNQIIHpSTaWv4DsG6KnV1uFS1eTKHNyf/R6Qas/yuhefMyAuCkeWw60yoRrkO3mHu4XQkYJacx48w7g36/X1GilWz0iZaDS6UZpvUS5bZ1Dnhj7z/SakhXrwM3im3PVy5YYo70MuM+w7ViUpWpYiywdBkCCJ1w==", "user_id": "f909c90fae5742c1a645a0108380b4f5", "name": "CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f", "fingerprint": "85:b3:66:cf:59:c1:ee:36:70:59:bf:5e:2f:d8:55:e3"}} 2019-01-03 11:17:08,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-23ef0725-a280-4a40-8dce-b313e5d70737 2019-01-03 11:17:08,886 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f.pub 2019-01-03 11:17:08,887 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f 2019-01-03 11:17:08,887 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f 2019-01-03 11:17:08,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca63d2bf7bf47f51c6ef5e6bcaf522b9b4036e5" 2019-01-03 11:17:08,921 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-696d380d-66e8-41fe-8645-c429f95813f0 x-compute-request-id: req-696d380d-66e8-41fe-8645-c429f95813f0 Content-Length: 0 Content-Type: application/json 2019-01-03 11:17:08,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d7353288-fb14-4649-8dfe-e3f7b1a5822f used request id req-696d380d-66e8-41fe-8645-c429f95813f0 2019-01-03 11:17:08,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a5670cc7-d724-415f-95e9-f1f9395d1513 Date: Thu, 03 Jan 2019 11:17:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:17:09,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a5670cc7-d724-415f-95e9-f1f9395d1513 2019-01-03 11:17:09,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af6168c6-163b-49ac-b810-b6c6381ed2c1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:17:09,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-af6168c6-163b-49ac-b810-b6c6381ed2c1 2019-01-03 11:17:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a1f97ab-5c5d-46db-981d-147018146834 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:17:09,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-2a1f97ab-5c5d-46db-981d-147018146834 2019-01-03 11:17:09,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9650d116-f633-4623-9ce9-f26768ea3d6f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:17:09,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-9650d116-f633-4623-9ce9-f26768ea3d6f 2019-01-03 11:17:09,430 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj 2019-01-03 11:17:09,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ede98a2-8ce1-4dd8-88d6-fc91aa18ab72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:09,636 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5cb0bfce75944b8ea64f4e891ad2795b used request id req-0ede98a2-8ce1-4dd8-88d6-fc91aa18ab72 2019-01-03 11:17:09,636 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-proj-role 2019-01-03 11:17:09,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4466215a-ea02-451d-aa72-fd861bfe0d5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:09,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/6ea0106f3e2445b194ba1687dd923f2b used request id req-4466215a-ea02-451d-aa72-fd861bfe0d5a 2019-01-03 11:17:09,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a9fc82d89a746978bd2fba8e8f6e843b71477cf" 2019-01-03 11:17:09,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c90eb4-3a23-4e3d-8b2a-1319ad062b3a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:09,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d6c90eb4-3a23-4e3d-8b2a-1319ad062b3a 2019-01-03 11:17:09,852 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-802dbb6c-22c5-473-user 2019-01-03 11:17:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f909c90fae5742c1a645a0108380b4f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3684e2f6987171091ed54f03427c9b1d4df6c718" 2019-01-03 11:17:10,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d3b7d9-b1b8-4ceb-a431-f1e2f244a13e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:10,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f909c90fae5742c1a645a0108380b4f5 used request id req-e7d3b7d9-b1b8-4ceb-a431-f1e2f244a13e 2019-01-03 11:17:10,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:10,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["eE0DDN2pRGeGffdxHf-QNw"], "issued_at": "2019-01-03T11:17:10.000000Z"}} 2019-01-03 11:17:10,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d48a9320703f5c0735a7bcadd77b2e3abf17e0" 2019-01-03 11:17:10,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1862fa0d-77b4-4972-9503-144dc4715efe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:10,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1862fa0d-77b4-4972-9503-144dc4715efe 2019-01-03 11:17:10,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:10,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:10,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ZfzavnN7Tpevsysal2IVNQ"], "issued_at": "2019-01-03T11:17:10.000000Z"}} 2019-01-03 11:17:10,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:10,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d52b48-8e8a-4c6a-a11d-d2e04c36c53a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:10,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9d52b48-8e8a-4c6a-a11d-d2e04c36c53a 2019-01-03 11:17:10,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:10,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:11,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c2aa2b-0d7b-44e3-91ac-9230ad49ca19 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:17:11,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj used request id req-54c2aa2b-0d7b-44e3-91ac-9230ad49ca19 2019-01-03 11:17:11,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:11,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b97f6a-ab1e-4c54-93bb-06878734646f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:11,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f9b97f6a-ab1e-4c54-93bb-06878734646f 2019-01-03 11:17:11,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}}' 2019-01-03 11:17:11,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90c5c91b-41d8-46ef-bd16-1f08ef140aa7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664"}, "enabled": true, "id": "75daa8f4b8524b8d9c8886ea59ece664", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}} 2019-01-03 11:17:11,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-90c5c91b-41d8-46ef-bd16-1f08ef140aa7 2019-01-03 11:17:11,203 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-e66b7092-5965-44e-proj 2019-01-03 11:17:11,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:11,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:11,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["eJCzp_vNSumSv0ZLM_tzkw"], "issued_at": "2019-01-03T11:17:11.000000Z"}} 2019-01-03 11:17:11,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0b16c0ebddef848487d6cf7f02ae3431de7d3d" 2019-01-03 11:17:11,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48420c95-66df-4c4c-a334-ff2b0c0eb4b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:11,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-48420c95-66df-4c4c-a334-ff2b0c0eb4b7 2019-01-03 11:17:11,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:11,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0b16c0ebddef848487d6cf7f02ae3431de7d3d" 2019-01-03 11:17:11,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21e9421-0fc4-42f3-9042-2d3e51f17856 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:17:11,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d21e9421-0fc4-42f3-9042-2d3e51f17856 2019-01-03 11:17:11,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0b16c0ebddef848487d6cf7f02ae3431de7d3d" 2019-01-03 11:17:11,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd5456e2-e78e-4ee4-89c5-d0efb4e3ef85 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664"}, "enabled": true, "id": "75daa8f4b8524b8d9c8886ea59ece664", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}]} 2019-01-03 11:17:11,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-e66b7092-5965-44e-proj used request id req-cd5456e2-e78e-4ee4-89c5-d0efb4e3ef85 2019-01-03 11:17:11,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0b16c0ebddef848487d6cf7f02ae3431de7d3d" 2019-01-03 11:17:11,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8ca047-6e5c-40e0-99a1-d657a66cd89a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:11,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3c8ca047-6e5c-40e0-99a1-d657a66cd89a 2019-01-03 11:17:12,316 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-e66b7092-5965-44e-user 2019-01-03 11:17:12,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:12,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:12,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6db2137-2c80-42e2-bfc0-a150e32032be Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:12,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a6db2137-2c80-42e2-bfc0-a150e32032be 2019-01-03 11:17:12,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" -d '{"role": {"name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role"}}' 2019-01-03 11:17:12,527 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-280373bc-a45f-4184-a1a1-4858a608837d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4dae92cfdb5470683942a5a96a5500f", "links": {"self": "http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f"}, "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role"}} 2019-01-03 11:17:12,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-280373bc-a45f-4184-a1a1-4858a608837d 2019-01-03 11:17:12,528 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role 2019-01-03 11:17:12,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:12,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddfe9c54-a7ed-4f73-975b-49a62969209b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f"}, "domain_id": null, "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role", "id": "f4dae92cfdb5470683942a5a96a5500f"}} 2019-01-03 11:17:12,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f used request id req-ddfe9c54-a7ed-4f73-975b-49a62969209b 2019-01-03 11:17:12,613 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role to project CreateNetworkSuccessTests-e66b7092-5965-44e-proj 2019-01-03 11:17:12,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664/users/5eecc92be5b24d408c68c88b7f2f2733/roles/f4dae92cfdb5470683942a5a96a5500f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:12,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ae8cb5-2a68-45d0-b891-f5ba94c3a44f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:12,750 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664/users/5eecc92be5b24d408c68c88b7f2f2733/roles/f4dae92cfdb5470683942a5a96a5500f used request id req-29ae8cb5-2a68-45d0-b891-f5ba94c3a44f 2019-01-03 11:17:12,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:12,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:13,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4dae92cfdb5470683942a5a96a5500f", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role"}], "expires_at": "2019-01-03T12:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75daa8f4b8524b8d9c8886ea59ece664", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-user", "id": "5eecc92be5b24d408c68c88b7f2f2733"}, "audit_ids": ["njFVmbJPTvuGGRnFB6ni6g"], "issued_at": "2019-01-03T11:17:13.000000Z"}} 2019-01-03 11:17:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:13,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12cd7b02-a43e-4ca8-ab7d-70f0f3ecd3ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:13,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-12cd7b02-a43e-4ca8-ab7d-70f0f3ecd3ef 2019-01-03 11:17:13,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:13,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3b52d36c-aea0-4c11-9d12-d75b78cde84a Date: Thu, 03 Jan 2019 11:17:13 GMT RESP BODY: {"networks":[]} 2019-01-03 11:17:13,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net used request id req-3b52d36c-aea0-4c11-9d12-d75b78cde84a 2019-01-03 11:17:13,381 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net 2019-01-03 11:17:13,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" -d '{"network": {"name": "CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net", "admin_state_up": true}}' 2019-01-03 11:17:13,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7b5ee2b8-44bd-48f1-acfe-f12fef3e5b07 Date: Thu, 03 Jan 2019 11:17:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75daa8f4b8524b8d9c8886ea59ece664","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:17:13Z","is_default":false,"name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:13Z","mtu":1450}} 2019-01-03 11:17:13,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7b5ee2b8-44bd-48f1-acfe-f12fef3e5b07 2019-01-03 11:17:13,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:14,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b46fdad2-a4ed-4517-b0b9-de52c9dfb7e0 Date: Thu, 03 Jan 2019 11:17:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:17:13Z","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net"}]} 2019-01-03 11:17:14,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-b46fdad2-a4ed-4517-b0b9-de52c9dfb7e0 2019-01-03 11:17:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:14,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b76c61e3-ea91-4a26-9244-d4c9b97d5744 Date: Thu, 03 Jan 2019 11:17:14 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:17:14,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-b76c61e3-ea91-4a26-9244-d4c9b97d5744 2019-01-03 11:17:14,361 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet 2019-01-03 11:17:14,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" -d '{"subnets": [{"ip_version": 4, "network_id": "143d8f1c-c76c-48ce-9b93-a722f3d2bf72", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet"}]}' 2019-01-03 11:17:15,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e6299fd7-fb30-4125-be27-587bd31052d8 Date: Thu, 03 Jan 2019 11:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca","subnetpool_id":null,"name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet"}]} 2019-01-03 11:17:15,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-e6299fd7-fb30-4125-be27-587bd31052d8 2019-01-03 11:17:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:15,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b94c2aa5-68e2-4eed-a8c8-c99297dbb0c8 Date: Thu, 03 Jan 2019 11:17: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":["37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca"],"updated_at":"2019-01-03T11:17:14Z","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net"}]} 2019-01-03 11:17:15,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-b94c2aa5-68e2-4eed-a8c8-c99297dbb0c8 2019-01-03 11:17:15,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:15,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8e0bdc94-1348-4095-a0f3-bde6255d7147 Date: Thu, 03 Jan 2019 11:17:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca","subnetpool_id":null,"name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet"}]} 2019-01-03 11:17:15,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-8e0bdc94-1348-4095-a0f3-bde6255d7147 2019-01-03 11:17:15,707 - OpenStackNetwork - DEBUG - Network [143d8f1c-c76c-48ce-9b93-a722f3d2bf72] created successfully 2019-01-03 11:17:15,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:16,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4dae92cfdb5470683942a5a96a5500f", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role"}], "expires_at": "2019-01-03T12:17:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75daa8f4b8524b8d9c8886ea59ece664", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/75daa8f4b8524b8d9c8886ea59ece664", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-user", "id": "5eecc92be5b24d408c68c88b7f2f2733"}, "audit_ids": ["5s6VaDL9SEmbL7q_7_l0ig"], "issued_at": "2019-01-03T11:17:16.000000Z"}} 2019-01-03 11:17:16,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a84f3fec5831cb90bcbd1e637cc44dd9289aca" 2019-01-03 11:17:16,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-88159b5c-0b3b-44cb-b850-6b5a9b3ebcd0 Date: Thu, 03 Jan 2019 11:17: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":["37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca"],"updated_at":"2019-01-03T11:17:14Z","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net"}]} 2019-01-03 11:17:16,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net used request id req-88159b5c-0b3b-44cb-b850-6b5a9b3ebcd0 2019-01-03 11:17:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:16,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:16,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d48a9320703f5c0735a7bcadd77b2e3abf17e0" 2019-01-03 11:17:16,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2c1e3b-c227-4cc1-a8ba-d38b31b16685 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664"}, "enabled": true, "id": "75daa8f4b8524b8d9c8886ea59ece664", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}} 2019-01-03 11:17:16,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 used request id req-fd2c1e3b-c227-4cc1-a8ba-d38b31b16685 2019-01-03 11:17:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a84f3fec5831cb90bcbd1e637cc44dd9289aca" 2019-01-03 11:17:16,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5e04cc1e-470b-4cc6-872c-44a1376bf937 Date: Thu, 03 Jan 2019 11:17:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"143d8f1c-c76c-48ce-9b93-a722f3d2bf72","tenant_id":"75daa8f4b8524b8d9c8886ea59ece664","created_at":"2019-01-03T11:17:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"75daa8f4b8524b8d9c8886ea59ece664","id":"37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca","subnetpool_id":null,"name":"CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet"}]} 2019-01-03 11:17:16,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-5e04cc1e-470b-4cc6-872c-44a1376bf937 2019-01-03 11:17:16,645 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet 2019-01-03 11:17:16,645 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet 2019-01-03 11:17:16,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a84f3fec5831cb90bcbd1e637cc44dd9289aca" 2019-01-03 11:17:18,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d862c592-8718-4940-ae27-1a1061e68dd1 Date: Thu, 03 Jan 2019 11:17:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:18,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca used request id req-d862c592-8718-4940-ae27-1a1061e68dd1 2019-01-03 11:17:18,561 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net 2019-01-03 11:17:18,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a84f3fec5831cb90bcbd1e637cc44dd9289aca" 2019-01-03 11:17:20,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eec793cc-33da-45e1-97c9-a4539789b109 Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:20,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-eec793cc-33da-45e1-97c9-a4539789b109 2019-01-03 11:17:20,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85a84f3fec5831cb90bcbd1e637cc44dd9289aca" 2019-01-03 11:17:20,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2d2078da-4947-4c5e-83ff-1e90dc5e9d9e Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: {"networks":[]} 2019-01-03 11:17:20,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net used request id req-2d2078da-4947-4c5e-83ff-1e90dc5e9d9e 2019-01-03 11:17:20,274 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet 2019-01-03 11:17:20,274 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-subnet 2019-01-03 11:17:20,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:20,318 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-306d3d60-1839-4821-a230-852c68a40624 Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: {"NeutronError": {"message": "Subnet 37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 11:17:20,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca used request id req-306d3d60-1839-4821-a230-852c68a40624 2019-01-03 11:17:20,318 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 37ced1e0-e8ae-4bf3-9c7f-b1f604ae46ca could not be found.", "type": "SubnetNotFound", "detail": ""}} 2019-01-03 11:17:20,318 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-8b4d2a42-af55-4417-bc5b-c898429add1b-pub-net 2019-01-03 11:17:20,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/143d8f1c-c76c-48ce-9b93-a722f3d2bf72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cca69b307c2b95e1305e7ca63be6a20084a6bfe9" 2019-01-03 11:17:20,497 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-98967dca-cfee-4a3e-8d52-c8d2fdb9bf2e Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: {"NeutronError": {"message": "Network 143d8f1c-c76c-48ce-9b93-a722f3d2bf72 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2019-01-03 11:17:20,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/143d8f1c-c76c-48ce-9b93-a722f3d2bf72 used request id req-98967dca-cfee-4a3e-8d52-c8d2fdb9bf2e 2019-01-03 11:17:20,498 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 143d8f1c-c76c-48ce-9b93-a722f3d2bf72 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2019-01-03 11:17:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:20,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5efe4290-da21-4281-a79d-fba36bcf0dc0 Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "created_at": "2019-01-03T11:17:13Z", "updated_at": "2019-01-03T11:17:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "revision_number": 0, "id": "05aa4f1c-b791-4dbd-b9c1-eb94c03cb23c", "remote_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "port_range_min": null, "ethertype": "IPv4", "project_id": "75daa8f4b8524b8d9c8886ea59ece664"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "revision_number": 0, "id": "7191c260-f098-4a34-89f0-f11ec1f94696", "remote_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "port_range_min": null, "ethertype": "IPv6", "project_id": "75daa8f4b8524b8d9c8886ea59ece664"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "revision_number": 0, "id": "db946d5c-9dfb-471a-90d8-8b50f4817701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "port_range_min": null, "ethertype": "IPv6", "project_id": "75daa8f4b8524b8d9c8886ea59ece664"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "revision_number": 0, "id": "fb096b80-2c2e-46c2-acea-211b7f088019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "port_range_min": null, "ethertype": "IPv4", "project_id": "75daa8f4b8524b8d9c8886ea59ece664"}], "revision_number": 4, "project_id": "75daa8f4b8524b8d9c8886ea59ece664", "id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:17:20,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5efe4290-da21-4281-a79d-fba36bcf0dc0 2019-01-03 11:17:20,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:20,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ea7ef7-157e-470c-bce9-3cf85d166ae3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664"}, "enabled": true, "id": "75daa8f4b8524b8d9c8886ea59ece664", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-e66b7092-5965-44e-proj"}} 2019-01-03 11:17:20,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 used request id req-04ea7ef7-157e-470c-bce9-3cf85d166ae3 2019-01-03 11:17:20,823 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 645918f8-2d66-4fee-9a40-dda3a995fed8 2019-01-03 11:17:20,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=645918f8-2d66-4fee-9a40-dda3a995fed8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:20,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d00140a9-87a1-4c6e-9837-fd9bc701f643 Date: Thu, 03 Jan 2019 11:17:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "port_range_min": null, "revision_number": 0, "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "created_at": "2019-01-03T11:17:13Z", "project_id": "75daa8f4b8524b8d9c8886ea59ece664", "id": "05aa4f1c-b791-4dbd-b9c1-eb94c03cb23c"}, {"remote_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "port_range_min": null, "revision_number": 0, "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "created_at": "2019-01-03T11:17:13Z", "project_id": "75daa8f4b8524b8d9c8886ea59ece664", "id": "7191c260-f098-4a34-89f0-f11ec1f94696"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "port_range_min": null, "revision_number": 0, "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "created_at": "2019-01-03T11:17:13Z", "project_id": "75daa8f4b8524b8d9c8886ea59ece664", "id": "db946d5c-9dfb-471a-90d8-8b50f4817701"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:13Z", "security_group_id": "645918f8-2d66-4fee-9a40-dda3a995fed8", "port_range_min": null, "revision_number": 0, "tenant_id": "75daa8f4b8524b8d9c8886ea59ece664", "created_at": "2019-01-03T11:17:13Z", "project_id": "75daa8f4b8524b8d9c8886ea59ece664", "id": "fb096b80-2c2e-46c2-acea-211b7f088019"}]} 2019-01-03 11:17:20,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=645918f8-2d66-4fee-9a40-dda3a995fed8 used request id req-d00140a9-87a1-4c6e-9837-fd9bc701f643 2019-01-03 11:17:20,992 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:17:20,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/645918f8-2d66-4fee-9a40-dda3a995fed8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:21,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d302199-bce7-4290-8154-c00c9b9f4426 Content-Length: 0 Date: Thu, 03 Jan 2019 11:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:21,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/645918f8-2d66-4fee-9a40-dda3a995fed8 used request id req-2d302199-bce7-4290-8154-c00c9b9f4426 2019-01-03 11:17:21,295 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-e66b7092-5965-44e-proj 2019-01-03 11:17:21,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:21,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50958552-72cb-4060-837a-ff30dbd9bd30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:21,506 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/75daa8f4b8524b8d9c8886ea59ece664 used request id req-50958552-72cb-4060-837a-ff30dbd9bd30 2019-01-03 11:17:21,506 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-e66b7092-5965-44e-proj-role 2019-01-03 11:17:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:21,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43d2af55-838d-4c83-871d-6d82ab6d0fb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:21,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/f4dae92cfdb5470683942a5a96a5500f used request id req-43d2af55-838d-4c83-871d-6d82ab6d0fb0 2019-01-03 11:17:21,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ece6f1471571151f41e42750646f372f2801a3f" 2019-01-03 11:17:21,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-736a4037-352c-4c11-8fe5-2b1fdf504a8d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:21,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-736a4037-352c-4c11-8fe5-2b1fdf504a8d 2019-01-03 11:17:21,798 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-e66b7092-5965-44e-user 2019-01-03 11:17:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5eecc92be5b24d408c68c88b7f2f2733 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd0b16c0ebddef848487d6cf7f02ae3431de7d3d" 2019-01-03 11:17:21,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0b54311-99a6-4ec6-97de-720a6b65c751 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:21,968 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5eecc92be5b24d408c68c88b7f2f2733 used request id req-e0b54311-99a6-4ec6-97de-720a6b65c751 2019-01-03 11:17:21,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:22,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DJtTeydNQNWm5pnl5yy7Cg"], "issued_at": "2019-01-03T11:17:22.000000Z"}} 2019-01-03 11:17:22,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06cb92b96e96fba7c1acad9415555c82ea1607" 2019-01-03 11:17:22,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab67469e-a2af-41a7-9354-d18bba4711fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:22,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ab67469e-a2af-41a7-9354-d18bba4711fc 2019-01-03 11:17:22,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:22,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:22,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["I6GLtI9nTO63aP20BaSvAQ"], "issued_at": "2019-01-03T11:17:22.000000Z"}} 2019-01-03 11:17:22,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:22,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4aa669f-9d1d-4036-9c20-bcf841ea4891 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:22,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a4aa669f-9d1d-4036-9c20-bcf841ea4891 2019-01-03 11:17:22,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:22,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:22,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:22,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50390f42-11f5-4ab5-8448-cb0c8d1167bc Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:17:22,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj used request id req-50390f42-11f5-4ab5-8448-cb0c8d1167bc 2019-01-03 11:17:22,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:23,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb99fb4-70f2-4736-9180-4fa7e33b09c5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:23,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1cb99fb4-70f2-4736-9180-4fa7e33b09c5 2019-01-03 11:17:23,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}}' 2019-01-03 11:17:23,200 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b0b33ae-6637-4ae6-a1cd-48b4b1e8cdb9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:23,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5b0b33ae-6637-4ae6-a1cd-48b4b1e8cdb9 2019-01-03 11:17:23,200 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj 2019-01-03 11:17:23,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:23,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:23,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["P-iM5EoxSiKb3TGtAk3Qeg"], "issued_at": "2019-01-03T11:17:23.000000Z"}} 2019-01-03 11:17:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbaeacecd50b27695ec32d3f48a322480bdd5e7" 2019-01-03 11:17:23,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c576887-3d02-4ca1-8d57-05bd9b1d6220 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:23,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c576887-3d02-4ca1-8d57-05bd9b1d6220 2019-01-03 11:17:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:23,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbaeacecd50b27695ec32d3f48a322480bdd5e7" 2019-01-03 11:17:23,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6da50e9-ed7b-4a66-8302-1c87c93771ec Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:17:23,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d6da50e9-ed7b-4a66-8302-1c87c93771ec 2019-01-03 11:17:23,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbaeacecd50b27695ec32d3f48a322480bdd5e7" 2019-01-03 11:17:23,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad78f53-5903-4352-974c-924a41a95eb8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}]} 2019-01-03 11:17:23,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj used request id req-3ad78f53-5903-4352-974c-924a41a95eb8 2019-01-03 11:17:23,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbaeacecd50b27695ec32d3f48a322480bdd5e7" 2019-01-03 11:17:23,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f5fddf-0c26-4af1-8c75-a3fad55a5c60 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:23,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-49f5fddf-0c26-4af1-8c75-a3fad55a5c60 2019-01-03 11:17:24,370 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-user 2019-01-03 11:17:24,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:24,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b28cb3fe-2b40-4db7-ac8d-fb6137e73883 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:24,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b28cb3fe-2b40-4db7-ac8d-fb6137e73883 2019-01-03 11:17:24,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" -d '{"role": {"name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role"}}' 2019-01-03 11:17:24,574 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-503a5b34-35bb-448b-ae22-2b70ecefbb16 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "45f98390c908494496d08a9cf61dfb83", "links": {"self": "http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83"}, "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role"}} 2019-01-03 11:17:24,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-503a5b34-35bb-448b-ae22-2b70ecefbb16 2019-01-03 11:17:24,575 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role 2019-01-03 11:17:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:24,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98000da-140f-461a-8340-86586fa67ada Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83"}, "domain_id": null, "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role", "id": "45f98390c908494496d08a9cf61dfb83"}} 2019-01-03 11:17:24,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83 used request id req-a98000da-140f-461a-8340-86586fa67ada 2019-01-03 11:17:24,668 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role to project CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj 2019-01-03 11:17:24,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f/users/7f51f6a1d8554f15ba81a32c6b4ae337/roles/45f98390c908494496d08a9cf61dfb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:24,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb37d905-03ce-4dd4-9941-f176267bbf5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:24,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f/users/7f51f6a1d8554f15ba81a32c6b4ae337/roles/45f98390c908494496d08a9cf61dfb83 used request id req-bb37d905-03ce-4dd4-9941-f176267bbf5e 2019-01-03 11:17:24,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:24,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:25,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["01H-VAX4QKWGZ3fPbW0V0Q"], "issued_at": "2019-01-03T11:17:25.000000Z"}} 2019-01-03 11:17:25,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:25,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7705381f-2df6-47bc-b946-32323d048934 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:25,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7705381f-2df6-47bc-b946-32323d048934 2019-01-03 11:17:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:25,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cd049ade-7a16-4718-adba-6a9fad6bf5a1 Date: Thu, 03 Jan 2019 11:17:25 GMT RESP BODY: {"networks":[]} 2019-01-03 11:17:25,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net used request id req-cd049ade-7a16-4718-adba-6a9fad6bf5a1 2019-01-03 11:17:25,468 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net 2019-01-03 11:17:25,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:25,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:25,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yX5iA1ZvQQy1SGBgtMKL2Q"], "issued_at": "2019-01-03T11:17:25.000000Z"}} 2019-01-03 11:17:25,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67eee3752fd8cb1a3b4f6a0a5a0e49ce99887db" 2019-01-03 11:17:25,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfdccd0-0e4f-458f-9b71-8fe5d730724d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:25,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cbfdccd0-0e4f-458f-9b71-8fe5d730724d 2019-01-03 11:17:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:25,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:25,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e67eee3752fd8cb1a3b4f6a0a5a0e49ce99887db" 2019-01-03 11:17:26,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2f81b0-27dc-4141-9014-eabc5d26ff4b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}]} 2019-01-03 11:17:26,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj used request id req-8e2f81b0-27dc-4141-9014-eabc5d26ff4b 2019-01-03 11:17:26,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" -d '{"network": {"tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net", "admin_state_up": true}}' 2019-01-03 11:17:26,536 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-ac3e4df5-46a9-4061-8b7e-5349a8b0eebb Date: Thu, 03 Jan 2019 11:17: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":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:17:26Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net","admin_state_up":true,"tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","mtu":1450}} 2019-01-03 11:17:26,536 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ac3e4df5-46a9-4061-8b7e-5349a8b0eebb 2019-01-03 11:17:26,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:26,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3fde768f-c7ac-49cb-8a51-9b8daa9ed165 Date: Thu, 03 Jan 2019 11:17:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:17:26Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net","admin_state_up":true,"tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","provider:network_type":"vxlan"}]} 2019-01-03 11:17:26,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-3fde768f-c7ac-49cb-8a51-9b8daa9ed165 2019-01-03 11:17:26,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:26,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-01dd6d09-ee6f-4640-9387-a8f68a1aeb43 Date: Thu, 03 Jan 2019 11:17:26 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:17:26,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-01dd6d09-ee6f-4640-9387-a8f68a1aeb43 2019-01-03 11:17:26,980 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:26,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:27,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["GWoxQUKHT-GC--JBqHpZBA"], "issued_at": "2019-01-03T11:17:27.000000Z"}} 2019-01-03 11:17:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55daebdddc70072865bdbc03cb77e936ea7eb70" 2019-01-03 11:17:27,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd4ed39-036e-4374-b2a7-3b5de601abe0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:27,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8cd4ed39-036e-4374-b2a7-3b5de601abe0 2019-01-03 11:17:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:27,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:27,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e55daebdddc70072865bdbc03cb77e936ea7eb70" 2019-01-03 11:17:27,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbf5d79-0981-402e-a398-e99a739a777b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}]} 2019-01-03 11:17:27,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj used request id req-8bbf5d79-0981-402e-a398-e99a739a777b 2019-01-03 11:17:27,734 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet 2019-01-03 11:17:27,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" -d '{"subnets": [{"ip_version": 4, "network_id": "1ace2d1c-f66e-496b-b9d7-36463a8c0810", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f"}]}' 2019-01-03 11:17:28,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7fd95415-5b6f-43f9-89aa-f6b28caed545 Date: Thu, 03 Jan 2019 11:17:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","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":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:28,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-7fd95415-5b6f-43f9-89aa-f6b28caed545 2019-01-03 11:17:28,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:28,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3c5d5c27-a198-450a-a1f7-7dd0aae0898a Date: Thu, 03 Jan 2019 11:17:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"ACTIVE","subnets":["e1fa4056-2efc-4120-93c4-cef131e285ab"],"description":"","tags":[],"updated_at":"2019-01-03T11:17:28Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net","admin_state_up":true,"tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","provider:network_type":"vxlan"}]} 2019-01-03 11:17:28,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-3c5d5c27-a198-450a-a1f7-7dd0aae0898a 2019-01-03 11:17:28,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:28,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-823fe083-67e6-48e4-9095-23ac18f73aa4 Date: Thu, 03 Jan 2019 11:17:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:28,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-823fe083-67e6-48e4-9095-23ac18f73aa4 2019-01-03 11:17:28,625 - OpenStackNetwork - DEBUG - Network [1ace2d1c-f66e-496b-b9d7-36463a8c0810] created successfully 2019-01-03 11:17:28,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:29,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f98390c908494496d08a9cf61dfb83", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role"}], "expires_at": "2019-01-03T12:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-user", "id": "7f51f6a1d8554f15ba81a32c6b4ae337"}, "audit_ids": ["PUdlcZPbQOGjIHJMKMM8UQ"], "issued_at": "2019-01-03T11:17:29.000000Z"}} 2019-01-03 11:17:29,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2067aa669d70efb958cf3fe95d16250979d0c2bc" 2019-01-03 11:17:29,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-43acc4cd-f933-430c-8966-dbe2ada441c8 Date: Thu, 03 Jan 2019 11:17: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":["e1fa4056-2efc-4120-93c4-cef131e285ab"],"updated_at":"2019-01-03T11:17:28Z","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net"}]} 2019-01-03 11:17:29,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net used request id req-43acc4cd-f933-430c-8966-dbe2ada441c8 2019-01-03 11:17:29,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:29,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06cb92b96e96fba7c1acad9415555c82ea1607" 2019-01-03 11:17:29,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8100b5b5-fbe2-4fe7-90bd-9b032941cbde Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:29,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-8100b5b5-fbe2-4fe7-90bd-9b032941cbde 2019-01-03 11:17:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2067aa669d70efb958cf3fe95d16250979d0c2bc" 2019-01-03 11:17:29,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6cd2ee40-808d-4614-94db-5b2dd23e5a0a Date: Thu, 03 Jan 2019 11:17:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:29,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-6cd2ee40-808d-4614-94db-5b2dd23e5a0a 2019-01-03 11:17:29,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:29,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:29,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "45f98390c908494496d08a9cf61dfb83", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role"}], "expires_at": "2019-01-03T12:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5a8ae558b7e1460386b8a3ce85749b8f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-user", "id": "7f51f6a1d8554f15ba81a32c6b4ae337"}, "audit_ids": ["gjbixLkRSoSKrh4eHm0UOg"], "issued_at": "2019-01-03T11:17:29.000000Z"}} 2019-01-03 11:17:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e599d0ad23dce424a7659f4567d1dc5b2dfea7a" 2019-01-03 11:17:30,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c382d0f-9f13-487d-8d6e-c638b412e034 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:30,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c382d0f-9f13-487d-8d6e-c638b412e034 2019-01-03 11:17:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e599d0ad23dce424a7659f4567d1dc5b2dfea7a" 2019-01-03 11:17:30,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-892fd074-410f-47a3-98a5-622e850f0260 Date: Thu, 03 Jan 2019 11:17:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e1fa4056-2efc-4120-93c4-cef131e285ab"],"updated_at":"2019-01-03T11:17:28Z","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net"}]} 2019-01-03 11:17:30,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net used request id req-892fd074-410f-47a3-98a5-622e850f0260 2019-01-03 11:17:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:30,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:30,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e599d0ad23dce424a7659f4567d1dc5b2dfea7a" 2019-01-03 11:17:30,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dca160f-5dc0-489c-b395-b9558273a2ed Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:30,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-7dca160f-5dc0-489c-b395-b9558273a2ed 2019-01-03 11:17:30,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e599d0ad23dce424a7659f4567d1dc5b2dfea7a" 2019-01-03 11:17:30,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b9ab55f5-9b95-4306-affd-1626b5be65ff Date: Thu, 03 Jan 2019 11:17:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:30,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-b9ab55f5-9b95-4306-affd-1626b5be65ff 2019-01-03 11:17:30,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:30,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:30,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5ToK9MhVSW6w3YdOFK9VVA"], "issued_at": "2019-01-03T11:17:30.000000Z"}} 2019-01-03 11:17:30,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:30,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204ff6f8-84fa-40d6-91e2-ced840a52d2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:30,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-204ff6f8-84fa-40d6-91e2-ced840a52d2a 2019-01-03 11:17:30,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:31,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bcffdc13-7e92-498a-8d36-ac5f6e99b66b Date: Thu, 03 Jan 2019 11:17:31 GMT RESP BODY: {"routers": []} 2019-01-03 11:17:31,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router&admin_state_up=True used request id req-bcffdc13-7e92-498a-8d36-ac5f6e99b66b 2019-01-03 11:17:31,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:31,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:31,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["RA6YGiYWT4mMddR2fvSZaQ"], "issued_at": "2019-01-03T11:17:31.000000Z"}} 2019-01-03 11:17:31,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2bd083dea64beb47192508517f1f916ffa3d76" 2019-01-03 11:17:31,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e0cd62-9dbf-44d9-a940-50b119833f99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:31,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-10e0cd62-9dbf-44d9-a940-50b119833f99 2019-01-03 11:17:31,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:31,796 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:31,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec2bd083dea64beb47192508517f1f916ffa3d76" 2019-01-03 11:17:31,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b28b14-f65d-46a2-b1ac-f7451c5d573a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}]} 2019-01-03 11:17:31,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj used request id req-84b28b14-f65d-46a2-b1ac-f7451c5d573a 2019-01-03 11:17:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:32,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-441a140b-2135-476e-a462-05d073309477 Date: Thu, 03 Jan 2019 11:17:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:17:32,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-441a140b-2135-476e-a462-05d073309477 2019-01-03 11:17:32,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:32,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b8531198-0a5b-4dbd-9450-3cd4e4bd2156 Date: Thu, 03 Jan 2019 11:17:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:17:32,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-b8531198-0a5b-4dbd-9450-3cd4e4bd2156 2019-01-03 11:17:32,435 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router 2019-01-03 11:17:32,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router", "admin_state_up": true}}' 2019-01-03 11:17:37,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-955664aa-bcf6-45d8-bd3d-3ae2ed3a4a26 Date: Thu, 03 Jan 2019 11:17:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:17:34Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "2aa426b9-1a07-40aa-bf8b-948089db3a95", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router"}} 2019-01-03 11:17:37,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-955664aa-bcf6-45d8-bd3d-3ae2ed3a4a26 2019-01-03 11:17:37,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:37,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-933b483f-5637-4d95-8e0e-e7239e8866b0 Date: Thu, 03 Jan 2019 11:17:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:35Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.11"}],"id":"3d57ac05-3239-4d45-b76d-9f92334f91a1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:47:d1:5e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:35Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:37Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"70661018-dc82-4f88-96d6-c991710cec1d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:9a:a9","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:17:33Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.1"}],"id":"86c32b02-0fa8-43b5-ab10-3a4362858200","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:79:14:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:34Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:36Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.7"}],"id":"eda49d99-32c5-4a3e-8958-5487fbe0fac3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:32:14:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:36Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"}]} 2019-01-03 11:17:37,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 used request id req-933b483f-5637-4d95-8e0e-e7239e8866b0 2019-01-03 11:17:37,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:37,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d8aeab60-8e9d-456f-9457-2f2047ce9522 Date: Thu, 03 Jan 2019 11:17:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:17:37,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-d8aeab60-8e9d-456f-9457-2f2047ce9522 2019-01-03 11:17:37,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3cd7c7c4-f65c-4322-9db2-9d5d5e634081 Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:38,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-3cd7c7c4-f65c-4322-9db2-9d5d5e634081 2019-01-03 11:17:38,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d0c9aac7-876c-4fa2-b30e-515f50de4168 Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:38,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-d0c9aac7-876c-4fa2-b30e-515f50de4168 2019-01-03 11:17:38,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e9af72b6-3517-48e5-bd33-ff570d834676 Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:38,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-e9af72b6-3517-48e5-bd33-ff570d834676 2019-01-03 11:17:38,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c796d3dd-b1da-4596-b318-9f9081875c1e Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"ACTIVE","subnets":["e1fa4056-2efc-4120-93c4-cef131e285ab"],"description":"","tags":[],"updated_at":"2019-01-03T11:17:28Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net","admin_state_up":true,"tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:26Z","provider:network_type":"vxlan"}]} 2019-01-03 11:17:38,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net used request id req-c796d3dd-b1da-4596-b318-9f9081875c1e 2019-01-03 11:17:38,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:38,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:38,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99dba84-fcda-4dee-9ad5-8e9348ded9e1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:38,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-f99dba84-fcda-4dee-9ad5-8e9348ded9e1 2019-01-03 11:17:38,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ef8f84d5-178c-4546-a83d-b95d4e708014 Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:38,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-ef8f84d5-178c-4546-a83d-b95d4e708014 2019-01-03 11:17:38,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810&name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:38,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-68faff4a-ebb5-4134-948c-9b2fa68ed25e Date: Thu, 03 Jan 2019 11:17:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}]} 2019-01-03 11:17:38,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1ace2d1c-f66e-496b-b9d7-36463a8c0810&name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet used request id req-68faff4a-ebb5-4134-948c-9b2fa68ed25e 2019-01-03 11:17:38,962 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:17:38,962 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router 2019-01-03 11:17:38,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" -d '{"subnet_id": "e1fa4056-2efc-4120-93c4-cef131e285ab"}' 2019-01-03 11:17:40,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f06e46c1-1691-44b7-b4b6-1a44c5340a93 Date: Thu, 03 Jan 2019 11:17:40 GMT RESP BODY: {"network_id": "1ace2d1c-f66e-496b-b9d7-36463a8c0810", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "subnet_id": "e1fa4056-2efc-4120-93c4-cef131e285ab", "subnet_ids": ["e1fa4056-2efc-4120-93c4-cef131e285ab"], "port_id": "db8afa70-74b1-4a1d-b406-d87d3a7a19f1", "id": "2aa426b9-1a07-40aa-bf8b-948089db3a95"} 2019-01-03 11:17:40,828 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95/add_router_interface used request id req-f06e46c1-1691-44b7-b4b6-1a44c5340a93 2019-01-03 11:17:40,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-1dd49d81-7612-44a4-b121-4941c61cc30e Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:17:40Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "2aa426b9-1a07-40aa-bf8b-948089db3a95", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router"}} 2019-01-03 11:17:41,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95 used request id req-1dd49d81-7612-44a4-b121-4941c61cc30e 2019-01-03 11:17:41,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4440 X-Openstack-Request-Id: req-fdfe68d9-8f1a-4f4a-92d5-d2b068c7dbfd Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:39Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.11"}],"id":"3d57ac05-3239-4d45-b76d-9f92334f91a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:47:d1:5e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:35Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:39Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"70661018-dc82-4f88-96d6-c991710cec1d","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:9a:a9","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:17:33Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:40Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.1"}],"id":"86c32b02-0fa8-43b5-ab10-3a4362858200","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:79:14:36","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:34Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e1fa4056-2efc-4120-93c4-cef131e285ab","ip_address":"10.55.1.1"}],"id":"db8afa70-74b1-4a1d-b406-d87d3a7a19f1","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:92:d0:9d","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:39Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:40Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"792e452a-93ee-4c85-bef9-10a8688fb5f7","ip_address":"169.254.192.7"}],"id":"eda49d99-32c5-4a3e-8958-5487fbe0fac3","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:14:db","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5a8ae558b7e1460386b8a3ce85749b8f","admin_state_up":true,"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:36Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"}]} 2019-01-03 11:17:41,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 used request id req-fdfe68d9-8f1a-4f4a-92d5-d2b068c7dbfd 2019-01-03 11:17:41,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-12adcada-5539-4590-90af-5c5730e50d5e Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:17:41,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-12adcada-5539-4590-90af-5c5730e50d5e 2019-01-03 11:17:41,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b15dec5-d76b-4084-9893-7d98582b23b5 Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:41,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-0b15dec5-d76b-4084-9893-7d98582b23b5 2019-01-03 11:17:41,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4ba8c72f-8ef9-49f3-ace2-2da3f4dd2aba Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:41,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-4ba8c72f-8ef9-49f3-ace2-2da3f4dd2aba 2019-01-03 11:17:41,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91a0685b-4b49-4bae-95cb-53ef3a0c4eb6 Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"df09da15-9803-476d-a067-1b1c412daf74","tenant_id":"","created_at":"2019-01-03T11:17:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:32Z","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":"792e452a-93ee-4c85-bef9-10a8688fb5f7","subnetpool_id":null,"name":"HA subnet tenant 5a8ae558b7e1460386b8a3ce85749b8f"}} 2019-01-03 11:17:41,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/792e452a-93ee-4c85-bef9-10a8688fb5f7 used request id req-91a0685b-4b49-4bae-95cb-53ef3a0c4eb6 2019-01-03 11:17:41,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:41,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-7751f378-99a2-460d-b7a0-648e2eb8a857 Date: Thu, 03 Jan 2019 11:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","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":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}} 2019-01-03 11:17:41,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab used request id req-7751f378-99a2-460d-b7a0-648e2eb8a857 2019-01-03 11:17:41,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2067aa669d70efb958cf3fe95d16250979d0c2bc" 2019-01-03 11:17:42,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-459da085-6d0e-4735-9afe-bd8bff23e036 Date: Thu, 03 Jan 2019 11:17:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:17:40Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "2aa426b9-1a07-40aa-bf8b-948089db3a95", "name": "CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router"}]} 2019-01-03 11:17:42,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router&admin_state_up=True used request id req-459da085-6d0e-4735-9afe-bd8bff23e036 2019-01-03 11:17:42,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c06cb92b96e96fba7c1acad9415555c82ea1607" 2019-01-03 11:17:42,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae3c73e8-218a-423c-8494-e043803e6e91 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:42,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-ae3c73e8-218a-423c-8494-e043803e6e91 2019-01-03 11:17:42,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2067aa669d70efb958cf3fe95d16250979d0c2bc" 2019-01-03 11:17:42,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-53d8dfb2-0d99-449b-9eca-c9cd39d820f8 Date: Thu, 03 Jan 2019 11:17:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:17:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e1fa4056-2efc-4120-93c4-cef131e285ab","ip_address":"10.55.1.1"}],"id":"db8afa70-74b1-4a1d-b406-d87d3a7a19f1","security_groups":[],"mac_address":"fa:16:3e:92:d0:9d","project_id":"5a8ae558b7e1460386b8a3ce85749b8f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:39Z","binding:vnic_type":"normal","device_id":"2aa426b9-1a07-40aa-bf8b-948089db3a95"}]} 2019-01-03 11:17:42,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=2aa426b9-1a07-40aa-bf8b-948089db3a95 used request id req-53d8dfb2-0d99-449b-9eca-c9cd39d820f8 2019-01-03 11:17:42,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2067aa669d70efb958cf3fe95d16250979d0c2bc" 2019-01-03 11:17:42,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-3446b408-4831-4e96-bf27-34c813a87e82 Date: Thu, 03 Jan 2019 11:17:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ace2d1c-f66e-496b-b9d7-36463a8c0810","tenant_id":"5a8ae558b7e1460386b8a3ce85749b8f","created_at":"2019-01-03T11:17:28Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:28Z","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":"5a8ae558b7e1460386b8a3ce85749b8f","id":"e1fa4056-2efc-4120-93c4-cef131e285ab","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet"}} 2019-01-03 11:17:42,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab used request id req-3446b408-4831-4e96-bf27-34c813a87e82 2019-01-03 11:17:42,668 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router and subnet CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet 2019-01-03 11:17:42,668 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router 2019-01-03 11:17:42,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" -d '{"subnet_id": "e1fa4056-2efc-4120-93c4-cef131e285ab"}' 2019-01-03 11:17:44,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-884f80be-d136-4208-9689-3950536b3915 Date: Thu, 03 Jan 2019 11:17:44 GMT RESP BODY: {"network_id": "1ace2d1c-f66e-496b-b9d7-36463a8c0810", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "subnet_id": "e1fa4056-2efc-4120-93c4-cef131e285ab", "subnet_ids": ["e1fa4056-2efc-4120-93c4-cef131e285ab"], "port_id": "db8afa70-74b1-4a1d-b406-d87d3a7a19f1", "id": "2aa426b9-1a07-40aa-bf8b-948089db3a95"} 2019-01-03 11:17:44,314 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95/remove_router_interface used request id req-884f80be-d136-4208-9689-3950536b3915 2019-01-03 11:17:44,314 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router 2019-01-03 11:17:44,315 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-router 2019-01-03 11:17:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b505d79ec2d021e9eca32d78c118948586777a" 2019-01-03 11:17:48,090 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7788134-3d10-4538-bbff-2f05e1a813a7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:17:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:48,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/2aa426b9-1a07-40aa-bf8b-948089db3a95 used request id req-a7788134-3d10-4538-bbff-2f05e1a813a7 2019-01-03 11:17:48,091 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet 2019-01-03 11:17:48,091 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-subnet 2019-01-03 11:17:48,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:50,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60051206-4fc9-4448-9130-ecf317b1a443 Date: Thu, 03 Jan 2019 11:17:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:50,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/e1fa4056-2efc-4120-93c4-cef131e285ab used request id req-60051206-4fc9-4448-9130-ecf317b1a443 2019-01-03 11:17:50,107 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3ce44019-5e69-4ca1-8b81-8801e8ca2b09-pub-net 2019-01-03 11:17:50,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/1ace2d1c-f66e-496b-b9d7-36463a8c0810 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dabe067836a7c3209a24fed587fb52ce64147bcd" 2019-01-03 11:17:51,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec63e155-4a6f-47ed-8baf-75af3b06e951 Date: Thu, 03 Jan 2019 11:17:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:51,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/1ace2d1c-f66e-496b-b9d7-36463a8c0810 used request id req-ec63e155-4a6f-47ed-8baf-75af3b06e951 2019-01-03 11:17:51,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:51,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-db205a03-6905-44cf-9000-91263d73aa74 Date: Thu, 03 Jan 2019 11:17:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:26Z", "updated_at": "2019-01-03T11:17:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "revision_number": 0, "id": "4ae47af5-aae3-48ce-8b68-0cce4ede3f87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "revision_number": 0, "id": "4fcf25d1-0a0d-4b15-8a74-d7b6a9c1b1b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "revision_number": 0, "id": "72b7a2e7-2216-4584-aff1-205006133848", "remote_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "revision_number": 0, "id": "8a97351d-f27c-4b47-9191-b4a0f1200859", "remote_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f"}], "revision_number": 4, "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:17:51,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-db205a03-6905-44cf-9000-91263d73aa74 2019-01-03 11:17:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:51,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19ad6e6-2e41-40ed-a918-752ce8705290 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f"}, "enabled": true, "id": "5a8ae558b7e1460386b8a3ce85749b8f", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj"}} 2019-01-03 11:17:51,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-f19ad6e6-2e41-40ed-a918-752ce8705290 2019-01-03 11:17:51,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29fb2061-d0e0-4766-8ff6-0ee12b09f06d 2019-01-03 11:17:51,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=29fb2061-d0e0-4766-8ff6-0ee12b09f06d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:51,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dd774f42-e9d8-4c7f-bed2-f462b979750a Date: Thu, 03 Jan 2019 11:17: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": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "port_range_min": null, "revision_number": 0, "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:26Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "4ae47af5-aae3-48ce-8b68-0cce4ede3f87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "port_range_min": null, "revision_number": 0, "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:26Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "4fcf25d1-0a0d-4b15-8a74-d7b6a9c1b1b6"}, {"remote_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "port_range_min": null, "revision_number": 0, "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:26Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "72b7a2e7-2216-4584-aff1-205006133848"}, {"remote_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:26Z", "security_group_id": "29fb2061-d0e0-4766-8ff6-0ee12b09f06d", "port_range_min": null, "revision_number": 0, "tenant_id": "5a8ae558b7e1460386b8a3ce85749b8f", "created_at": "2019-01-03T11:17:26Z", "project_id": "5a8ae558b7e1460386b8a3ce85749b8f", "id": "8a97351d-f27c-4b47-9191-b4a0f1200859"}]} 2019-01-03 11:17:51,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=29fb2061-d0e0-4766-8ff6-0ee12b09f06d used request id req-dd774f42-e9d8-4c7f-bed2-f462b979750a 2019-01-03 11:17:51,969 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:17:51,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/29fb2061-d0e0-4766-8ff6-0ee12b09f06d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:52,295 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2094142f-4528-4091-8d12-2407b80fb057 Content-Length: 0 Date: Thu, 03 Jan 2019 11:17:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:17:52,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/29fb2061-d0e0-4766-8ff6-0ee12b09f06d used request id req-2094142f-4528-4091-8d12-2407b80fb057 2019-01-03 11:17:52,296 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj 2019-01-03 11:17:52,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:52,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd6fc39a-d922-4efe-9fff-a2d8a70d3ede Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:52,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5a8ae558b7e1460386b8a3ce85749b8f used request id req-bd6fc39a-d922-4efe-9fff-a2d8a70d3ede 2019-01-03 11:17:52,525 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-proj-role 2019-01-03 11:17:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:52,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85f99ed0-2e76-4a0c-866a-7172568f85f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:52,640 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/45f98390c908494496d08a9cf61dfb83 used request id req-85f99ed0-2e76-4a0c-866a-7172568f85f3 2019-01-03 11:17:52,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc23082be51639d4a476f3198d3732f035848e2d" 2019-01-03 11:17:52,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94710d66-28b5-4527-933a-03b5a41caed9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:52,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-94710d66-28b5-4527-933a-03b5a41caed9 2019-01-03 11:17:52,724 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-3dc84f1c-2c34-4b9-user 2019-01-03 11:17:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7f51f6a1d8554f15ba81a32c6b4ae337 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edbaeacecd50b27695ec32d3f48a322480bdd5e7" 2019-01-03 11:17:52,945 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1406226-2b00-4c7a-bd11-87d489b572ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:52,945 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7f51f6a1d8554f15ba81a32c6b4ae337 used request id req-d1406226-2b00-4c7a-bd11-87d489b572ed 2019-01-03 11:17:52,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:53,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jcll8DDwSJyYr-p78skhow"], "issued_at": "2019-01-03T11:17:53.000000Z"}} 2019-01-03 11:17:53,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8a928433e45e5bc402466e458263d9e514459" 2019-01-03 11:17:53,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b399e785-954b-4294-a86a-84956803fbe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:53,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b399e785-954b-4294-a86a-84956803fbe4 2019-01-03 11:17:53,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:53,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:53,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vDT6mGq_TLqfVQA3XObbhA"], "issued_at": "2019-01-03T11:17:53.000000Z"}} 2019-01-03 11:17:53,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:53,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc15ab5c-6317-4359-9130-58650b9419d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:53,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bc15ab5c-6317-4359-9130-58650b9419d7 2019-01-03 11:17:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:53,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:53,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:54,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27808743-643e-4986-85a8-2d27bc75caf4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:17:54,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj used request id req-27808743-643e-4986-85a8-2d27bc75caf4 2019-01-03 11:17:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:54,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b988c15-5e76-4c16-a9b1-e00b84fc4816 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:54,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5b988c15-5e76-4c16-a9b1-e00b84fc4816 2019-01-03 11:17:54,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}}' 2019-01-03 11:17:54,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6331c0e-0d51-4265-a049-d275b424e661 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}} 2019-01-03 11:17:54,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d6331c0e-0d51-4265-a049-d275b424e661 2019-01-03 11:17:54,221 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj 2019-01-03 11:17:54,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:54,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:54,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-F4fXItTQpiMjDy2wjaWXg"], "issued_at": "2019-01-03T11:17:54.000000Z"}} 2019-01-03 11:17:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8786b15e12e93bef53b1bc81bd63254a263ffd53" 2019-01-03 11:17:54,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f82a95-f65e-4e35-9df4-1daa7b19f370 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:54,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e4f82a95-f65e-4e35-9df4-1daa7b19f370 2019-01-03 11:17:54,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:54,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:54,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8786b15e12e93bef53b1bc81bd63254a263ffd53" 2019-01-03 11:17:54,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6223946b-3011-4570-afb5-e7c75bbc5b84 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:17:54,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6223946b-3011-4570-afb5-e7c75bbc5b84 2019-01-03 11:17:54,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8786b15e12e93bef53b1bc81bd63254a263ffd53" 2019-01-03 11:17:54,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23079c83-3548-4437-b1e3-95812bcffa59 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}]} 2019-01-03 11:17:54,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj used request id req-23079c83-3548-4437-b1e3-95812bcffa59 2019-01-03 11:17:54,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8786b15e12e93bef53b1bc81bd63254a263ffd53" 2019-01-03 11:17:54,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff0a5a1-7b1c-46c0-a50c-b9897e60e0bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:17:54,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0ff0a5a1-7b1c-46c0-a50c-b9897e60e0bd 2019-01-03 11:17:55,394 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-user 2019-01-03 11:17:55,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:55,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:55,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f326a352-412e-44e6-8c29-7c4b2be555c5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:17:55,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f326a352-412e-44e6-8c29-7c4b2be555c5 2019-01-03 11:17:55,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" -d '{"role": {"name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role"}}' 2019-01-03 11:17:55,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-757563cc-bcd5-4a09-b984-a110135d3252 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d04565743fc448dfb2822c337c19a858", "links": {"self": "http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858"}, "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role"}} 2019-01-03 11:17:55,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-757563cc-bcd5-4a09-b984-a110135d3252 2019-01-03 11:17:55,610 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role 2019-01-03 11:17:55,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:55,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2831c27c-f8d8-42f8-8995-2764ea0f163d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858"}, "domain_id": null, "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role", "id": "d04565743fc448dfb2822c337c19a858"}} 2019-01-03 11:17:55,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858 used request id req-2831c27c-f8d8-42f8-8995-2764ea0f163d 2019-01-03 11:17:55,630 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role to project CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj 2019-01-03 11:17:55,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad/users/a89224ac38ba4c128350c691b64d4af4/roles/d04565743fc448dfb2822c337c19a858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:17:55,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8f9b375-1512-4ebc-ae03-c3d01cbda5d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:17:55,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad/users/a89224ac38ba4c128350c691b64d4af4/roles/d04565743fc448dfb2822c337c19a858 used request id req-f8f9b375-1512-4ebc-ae03-c3d01cbda5d0 2019-01-03 11:17:55,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:55,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:56,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yrr-cKhpRdeR5SmfT4L2OA"], "issued_at": "2019-01-03T11:17:56.000000Z"}} 2019-01-03 11:17:56,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:56,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69581caf-43bf-4f57-a157-e9a647179727 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:56,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-69581caf-43bf-4f57-a157-e9a647179727 2019-01-03 11:17:56,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:56,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-43241ad6-6c79-4fb8-a6bd-218114653bd0 Date: Thu, 03 Jan 2019 11:17:56 GMT RESP BODY: {"networks":[]} 2019-01-03 11:17:56,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net used request id req-43241ad6-6c79-4fb8-a6bd-218114653bd0 2019-01-03 11:17:56,490 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net 2019-01-03 11:17:56,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:56,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:56,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["v-cwslVISLSS7XTJQb3iqQ"], "issued_at": "2019-01-03T11:17:56.000000Z"}} 2019-01-03 11:17:56,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4d9538fe7b0237d7717d2074782ab29a32e4a1" 2019-01-03 11:17:56,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e734883d-b5dc-401d-90af-2605152b8864 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:56,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e734883d-b5dc-401d-90af-2605152b8864 2019-01-03 11:17:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:56,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:56,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4d9538fe7b0237d7717d2074782ab29a32e4a1" 2019-01-03 11:17:57,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b44bb8ba-84b9-43e4-a2ba-e1a3cc5f0bb3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}]} 2019-01-03 11:17:57,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj used request id req-b44bb8ba-84b9-43e4-a2ba-e1a3cc5f0bb3 2019-01-03 11:17:57,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" -d '{"network": {"tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net", "admin_state_up": true}}' 2019-01-03 11:17:57,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-4c8b4486-bb02-48cc-9c95-ab549ce9ad06 Date: Thu, 03 Jan 2019 11:17:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7202a88e-7164-46ea-9efa-9ab353fa803b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:17:57Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net","admin_state_up":true,"tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:57Z","mtu":1450}} 2019-01-03 11:17:57,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4c8b4486-bb02-48cc-9c95-ab549ce9ad06 2019-01-03 11:17:57,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:57,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-31005d6e-bebb-4068-96ea-69416e0f743c Date: Thu, 03 Jan 2019 11:17:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7202a88e-7164-46ea-9efa-9ab353fa803b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:17:57Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net","admin_state_up":true,"tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:57Z","provider:network_type":"vxlan"}]} 2019-01-03 11:17:57,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-31005d6e-bebb-4068-96ea-69416e0f743c 2019-01-03 11:17:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:58,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6d8966d-f6e7-4e2d-86fe-ecdc06482ab9 Date: Thu, 03 Jan 2019 11:17:58 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:17:58,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-e6d8966d-f6e7-4e2d-86fe-ecdc06482ab9 2019-01-03 11:17:58,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:17:58,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:17:58,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:17:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["L0o6nTQJTSqPmGG7eVU2dA"], "issued_at": "2019-01-03T11:17:58.000000Z"}} 2019-01-03 11:17:58,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d358ed60a26ad5be295aae41b858fe6eabb9032b" 2019-01-03 11:17:58,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56f47991-0a3e-4cbb-873f-14871a032515 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:17:58,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-56f47991-0a3e-4cbb-873f-14871a032515 2019-01-03 11:17:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:17:58,556 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:17: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:17:58,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d358ed60a26ad5be295aae41b858fe6eabb9032b" 2019-01-03 11:17:58,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89747e41-1c29-45f8-9367-1214c4ba2dcb Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}]} 2019-01-03 11:17:58,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj used request id req-89747e41-1c29-45f8-9367-1214c4ba2dcb 2019-01-03 11:17:58,644 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet 2019-01-03 11:17:58,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" -d '{"subnets": [{"ip_version": 4, "network_id": "7202a88e-7164-46ea-9efa-9ab353fa803b", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad"}]}' 2019-01-03 11:17:59,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-34a36144-b1ce-4541-8f58-e7758745bff7 Date: Thu, 03 Jan 2019 11:17:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}]} 2019-01-03 11:17:59,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-34a36144-b1ce-4541-8f58-e7758745bff7 2019-01-03 11:17:59,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:59,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1fece394-bf26-4b2b-b195-44eafcb1e0d0 Date: Thu, 03 Jan 2019 11:17:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7202a88e-7164-46ea-9efa-9ab353fa803b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"ACTIVE","subnets":["2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"],"description":"","tags":[],"updated_at":"2019-01-03T11:17:58Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net","admin_state_up":true,"tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:57Z","provider:network_type":"vxlan"}]} 2019-01-03 11:17:59,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-1fece394-bf26-4b2b-b195-44eafcb1e0d0 2019-01-03 11:17:59,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:17:59,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f6cc2f82-0a8d-4fc0-a305-0a40f751bee9 Date: Thu, 03 Jan 2019 11:17:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}]} 2019-01-03 11:17:59,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-f6cc2f82-0a8d-4fc0-a305-0a40f751bee9 2019-01-03 11:17:59,809 - OpenStackNetwork - DEBUG - Network [7202a88e-7164-46ea-9efa-9ab353fa803b] created successfully 2019-01-03 11:17:59,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:00,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d04565743fc448dfb2822c337c19a858", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role"}], "expires_at": "2019-01-03T12:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8bfac3ad8fdd4f2fa3088fff294a4fad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-user", "id": "a89224ac38ba4c128350c691b64d4af4"}, "audit_ids": ["1EuWyBvlSkGlg6ceQYSbMw"], "issued_at": "2019-01-03T11:18:00.000000Z"}} 2019-01-03 11:18:00,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4edced170986741e63907954cc8e2261491f1b" 2019-01-03 11:18:00,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4d4cc4a0-0ba0-4817-8a02-6785ecc64bf4 Date: Thu, 03 Jan 2019 11:18: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":["2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"],"updated_at":"2019-01-03T11:17:58Z","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"7202a88e-7164-46ea-9efa-9ab353fa803b","name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net"}]} 2019-01-03 11:18:00,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net used request id req-4d4cc4a0-0ba0-4817-8a02-6785ecc64bf4 2019-01-03 11:18:00,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:00,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8a928433e45e5bc402466e458263d9e514459" 2019-01-03 11:18:00,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67d5c8e8-4a9d-476d-8cbc-d84f6669c96a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}} 2019-01-03 11:18:00,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad used request id req-67d5c8e8-4a9d-476d-8cbc-d84f6669c96a 2019-01-03 11:18:00,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4edced170986741e63907954cc8e2261491f1b" 2019-01-03 11:18:00,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67c6e9f1-995d-41ec-9837-0979cc31b66d Date: Thu, 03 Jan 2019 11:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}]} 2019-01-03 11:18:00,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-67c6e9f1-995d-41ec-9837-0979cc31b66d 2019-01-03 11:18:00,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:00,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:01,168 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["eHisdrMgSG-IlVAB6b7AQQ"], "issued_at": "2019-01-03T11:18:01.000000Z"}} 2019-01-03 11:18:01,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:01,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e78f953-d4ae-46a1-9be2-20060574843c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:01,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8e78f953-d4ae-46a1-9be2-20060574843c 2019-01-03 11:18:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:01,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d394f224-0771-4570-b5f1-00098933bf04 Date: Thu, 03 Jan 2019 11:18:01 GMT RESP BODY: {"routers": []} 2019-01-03 11:18:01,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router&admin_state_up=True used request id req-d394f224-0771-4570-b5f1-00098933bf04 2019-01-03 11:18:01,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:01,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:01,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["W8Qd7i7oR_K-9cLMjWZ_rA"], "issued_at": "2019-01-03T11:18:01.000000Z"}} 2019-01-03 11:18:01,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a051fce1e91e6136680248d641b568840e658dd" 2019-01-03 11:18:01,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f207587d-7334-4c1a-8c35-165a00b34a7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:01,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f207587d-7334-4c1a-8c35-165a00b34a7a 2019-01-03 11:18:01,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:01,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:01,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a051fce1e91e6136680248d641b568840e658dd" 2019-01-03 11:18:02,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9427d087-cb07-43c2-a798-2f58537d02c7 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}]} 2019-01-03 11:18:02,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj used request id req-9427d087-cb07-43c2-a798-2f58537d02c7 2019-01-03 11:18:02,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:02,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e2e43d75-01fb-4af0-ad2b-fd7f6c38e088 Date: Thu, 03 Jan 2019 11:18:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:18:02,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e2e43d75-01fb-4af0-ad2b-fd7f6c38e088 2019-01-03 11:18:02,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:02,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-97ab53e9-d7af-4210-b6fd-cf1fadfbca9a Date: Thu, 03 Jan 2019 11:18:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:18:02,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-97ab53e9-d7af-4210-b6fd-cf1fadfbca9a 2019-01-03 11:18:02,473 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router 2019-01-03 11:18:02,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router", "admin_state_up": true}}' 2019-01-03 11:18:07,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-86572acc-3aaa-4288-a86c-237209c755b8 Date: Thu, 03 Jan 2019 11:18:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:18:03Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:04Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "d99b6525-337b-456e-80bf-6f3178a0dd96", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router"}} 2019-01-03 11:18:07,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-86572acc-3aaa-4288-a86c-237209c755b8 2019-01-03 11:18:07,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:07,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-ce9574c4-0ad6-4af9-8521-a1ceb32f2ba9 Date: Thu, 03 Jan 2019 11:18:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:03Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.209"}],"id":"1888a515-1cab-4239-bccc-995fbfca599d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:73:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:18:03Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.7"}],"id":"815794e9-1279-41de-8182-c07535b9d9d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:a6:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:04Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.2"}],"id":"b1d5490b-6fc9-4d26-b540-edbf80ac0d64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9c:4f:0e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:06Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.5"}],"id":"b709cc8a-0294-40c9-99b8-2c4a03e9f204","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:74:6c:92","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:05Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"}]} 2019-01-03 11:18:07,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 used request id req-ce9574c4-0ad6-4af9-8521-a1ceb32f2ba9 2019-01-03 11:18:07,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ae103561-0191-46d2-82c1-696303e8f832 Date: Thu, 03 Jan 2019 11:18:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:18:08,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-ae103561-0191-46d2-82c1-696303e8f832 2019-01-03 11:18:08,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-102f6b6e-5e03-41e0-aac1-8a5f6557c386 Date: Thu, 03 Jan 2019 11:18:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:08,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-102f6b6e-5e03-41e0-aac1-8a5f6557c386 2019-01-03 11:18:08,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fe6bb13b-a54d-419f-aef8-00e3a1aa3623 Date: Thu, 03 Jan 2019 11:18:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:08,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-fe6bb13b-a54d-419f-aef8-00e3a1aa3623 2019-01-03 11:18:08,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e4d9240d-3178-47a5-ba63-f162e7bd086d Date: Thu, 03 Jan 2019 11:18:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:08,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-e4d9240d-3178-47a5-ba63-f162e7bd086d 2019-01-03 11:18:08,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5f96e323-3972-4eaa-ae84-deceb885fb22 Date: Thu, 03 Jan 2019 11:18:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7202a88e-7164-46ea-9efa-9ab353fa803b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"ACTIVE","subnets":["2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"],"description":"","tags":[],"updated_at":"2019-01-03T11:17:58Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net","admin_state_up":true,"tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:57Z","provider:network_type":"vxlan"}]} 2019-01-03 11:18:08,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net used request id req-5f96e323-3972-4eaa-ae84-deceb885fb22 2019-01-03 11:18:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:08,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:08,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:08,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8274b8-87a7-4ed5-87de-84f47c426a40 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}} 2019-01-03 11:18:08,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad used request id req-ca8274b8-87a7-4ed5-87de-84f47c426a40 2019-01-03 11:18:08,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:09,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-33499910-e144-41dc-a2a7-2ada4bc35237 Date: Thu, 03 Jan 2019 11:18:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}]} 2019-01-03 11:18:09,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-33499910-e144-41dc-a2a7-2ada4bc35237 2019-01-03 11:18:09,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b&name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:09,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eb02521c-e749-4d8f-9d2c-44c5697e1d85 Date: Thu, 03 Jan 2019 11:18:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}]} 2019-01-03 11:18:09,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=7202a88e-7164-46ea-9efa-9ab353fa803b&name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet used request id req-eb02521c-e749-4d8f-9d2c-44c5697e1d85 2019-01-03 11:18:09,337 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:18:09,337 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router 2019-01-03 11:18:09,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" -d '{"subnet_id": "2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"}' 2019-01-03 11:18:11,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d962480e-821d-45a8-81a8-db05ebc7adad Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"network_id": "7202a88e-7164-46ea-9efa-9ab353fa803b", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "subnet_id": "2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7", "subnet_ids": ["2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"], "port_id": "9178b235-8ca9-4f41-b6bd-ec4a0bea1173", "id": "d99b6525-337b-456e-80bf-6f3178a0dd96"} 2019-01-03 11:18:11,272 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96/add_router_interface used request id req-d962480e-821d-45a8-81a8-db05ebc7adad 2019-01-03 11:18:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:11,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-20ad049f-5c98-421a-b39b-713b341b3cb9 Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:18:03Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:10Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "d99b6525-337b-456e-80bf-6f3178a0dd96", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router"}} 2019-01-03 11:18:11,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96 used request id req-20ad049f-5c98-421a-b39b-713b341b3cb9 2019-01-03 11:18:11,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:11,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4441 X-Openstack-Request-Id: req-6cb9ab54-b006-42e6-88de-405876405af8 Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:09Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.209"}],"id":"1888a515-1cab-4239-bccc-995fbfca599d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fd:73:f6","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:18:03Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:10Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.7"}],"id":"815794e9-1279-41de-8182-c07535b9d9d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:a6:a1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:04Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:10Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","ip_address":"10.55.1.1"}],"id":"9178b235-8ca9-4f41-b6bd-ec4a0bea1173","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9a:00:7b","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:18:09Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:10Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.2"}],"id":"b1d5490b-6fc9-4d26-b540-edbf80ac0d64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9c:4f:0e","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:06Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:10Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4169bbef-9800-4687-8386-7cbbc2c79b10","ip_address":"169.254.192.5"}],"id":"b709cc8a-0294-40c9-99b8-2c4a03e9f204","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:6c:92","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 8bfac3ad8fdd4f2fa3088fff294a4fad","admin_state_up":true,"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:05Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"}]} 2019-01-03 11:18:11,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 used request id req-6cb9ab54-b006-42e6-88de-405876405af8 2019-01-03 11:18:11,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:11,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-426ae65a-eaf0-4034-916f-5c5254bda825 Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:18:11,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-426ae65a-eaf0-4034-916f-5c5254bda825 2019-01-03 11:18:11,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:11,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-739dff62-b961-4270-8813-2f6898ee3e05 Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:11,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-739dff62-b961-4270-8813-2f6898ee3e05 2019-01-03 11:18:11,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:11,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8bec18c6-45a2-43a1-a57d-b0fa55d7aef5 Date: Thu, 03 Jan 2019 11:18:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:11,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-8bec18c6-45a2-43a1-a57d-b0fa55d7aef5 2019-01-03 11:18:12,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:12,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0f3c71df-afc1-4cf8-a9b2-f5ebf202ba54 Date: Thu, 03 Jan 2019 11:18:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b061dfa2-5c60-443d-96a2-b9722960434a","tenant_id":"","created_at":"2019-01-03T11:18:02Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:02Z","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":"4169bbef-9800-4687-8386-7cbbc2c79b10","subnetpool_id":null,"name":"HA subnet tenant 8bfac3ad8fdd4f2fa3088fff294a4fad"}} 2019-01-03 11:18:12,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4169bbef-9800-4687-8386-7cbbc2c79b10 used request id req-0f3c71df-afc1-4cf8-a9b2-f5ebf202ba54 2019-01-03 11:18:12,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:12,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-be32ba80-37a9-40d9-9e2e-c83fc9a6fb9d Date: Thu, 03 Jan 2019 11:18:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}} 2019-01-03 11:18:12,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 used request id req-be32ba80-37a9-40d9-9e2e-c83fc9a6fb9d 2019-01-03 11:18:12,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4edced170986741e63907954cc8e2261491f1b" 2019-01-03 11:18:12,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-83109766-9c11-4dc1-9789-582abff38c38 Date: Thu, 03 Jan 2019 11:18:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:18:03Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:10Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "d99b6525-337b-456e-80bf-6f3178a0dd96", "name": "CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router"}]} 2019-01-03 11:18:12,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router&admin_state_up=True used request id req-83109766-9c11-4dc1-9789-582abff38c38 2019-01-03 11:18:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8a928433e45e5bc402466e458263d9e514459" 2019-01-03 11:18:12,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f848e2a8-e6a2-42ec-8b07-191aeb906b92 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}} 2019-01-03 11:18:12,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad used request id req-f848e2a8-e6a2-42ec-8b07-191aeb906b92 2019-01-03 11:18:12,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4edced170986741e63907954cc8e2261491f1b" 2019-01-03 11:18:12,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-84c78a27-7d46-4a09-ba3f-424bf62c8c43 Date: Thu, 03 Jan 2019 11:18:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","ip_address":"10.55.1.1"}],"id":"9178b235-8ca9-4f41-b6bd-ec4a0bea1173","security_groups":[],"mac_address":"fa:16:3e:9a:00:7b","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:18:09Z","binding:vnic_type":"normal","device_id":"d99b6525-337b-456e-80bf-6f3178a0dd96"}]} 2019-01-03 11:18:12,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d99b6525-337b-456e-80bf-6f3178a0dd96 used request id req-84c78a27-7d46-4a09-ba3f-424bf62c8c43 2019-01-03 11:18:12,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a4edced170986741e63907954cc8e2261491f1b" 2019-01-03 11:18:12,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-41f1b583-a73f-4e00-bc2a-e4bead2ac2b9 Date: Thu, 03 Jan 2019 11:18:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7202a88e-7164-46ea-9efa-9ab353fa803b","tenant_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","created_at":"2019-01-03T11:17:58Z","dns_nameservers":[],"updated_at":"2019-01-03T11:17:58Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8bfac3ad8fdd4f2fa3088fff294a4fad","id":"2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7","subnetpool_id":null,"name":"CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet"}} 2019-01-03 11:18:12,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 used request id req-41f1b583-a73f-4e00-bc2a-e4bead2ac2b9 2019-01-03 11:18:12,875 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router and subnet CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet 2019-01-03 11:18:12,875 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router 2019-01-03 11:18:12,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" -d '{"subnet_id": "2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"}' 2019-01-03 11:18:14,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4cd02193-2cc3-408e-82bb-117e3bcedfec Date: Thu, 03 Jan 2019 11:18:14 GMT RESP BODY: {"network_id": "7202a88e-7164-46ea-9efa-9ab353fa803b", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "subnet_id": "2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7", "subnet_ids": ["2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7"], "port_id": "9178b235-8ca9-4f41-b6bd-ec4a0bea1173", "id": "d99b6525-337b-456e-80bf-6f3178a0dd96"} 2019-01-03 11:18:14,184 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96/remove_router_interface used request id req-4cd02193-2cc3-408e-82bb-117e3bcedfec 2019-01-03 11:18:14,185 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router 2019-01-03 11:18:14,185 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-router 2019-01-03 11:18:14,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4e79a8018d26e88295adfd874f9a62abf636f21" 2019-01-03 11:18:17,259 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab638db8-0de7-41ea-a2bc-7bb186418e3a Content-Length: 0 Date: Thu, 03 Jan 2019 11:18:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:17,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d99b6525-337b-456e-80bf-6f3178a0dd96 used request id req-ab638db8-0de7-41ea-a2bc-7bb186418e3a 2019-01-03 11:18:17,260 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet 2019-01-03 11:18:17,260 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-subnet 2019-01-03 11:18:17,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:18:19,395 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62bd3fa2-ed6c-4c4f-b4ed-cdadf198857d Date: Thu, 03 Jan 2019 11:18:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:19,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2a0aa8e9-b1ba-48d2-ad38-78e7134ef1f7 used request id req-62bd3fa2-ed6c-4c4f-b4ed-cdadf198857d 2019-01-03 11:18:19,395 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-1871948e-7502-41e4-97f6-ca693bb5cd0b-pub-net 2019-01-03 11:18:19,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/7202a88e-7164-46ea-9efa-9ab353fa803b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e97ae1e52c8a85a9d2da482538a21bff909b4a4" 2019-01-03 11:18:20,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8987a5cb-e418-42f3-82ce-e78443577e8d Date: Thu, 03 Jan 2019 11:18:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:20,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/7202a88e-7164-46ea-9efa-9ab353fa803b used request id req-8987a5cb-e418-42f3-82ce-e78443577e8d 2019-01-03 11:18:20,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:20,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cdc1bfa3-47e1-454d-aa20-e2193f4f8de5 Date: Thu, 03 Jan 2019 11:18:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:17:57Z", "updated_at": "2019-01-03T11:17:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "revision_number": 0, "id": "5cd0270d-a569-4cf7-8145-34d2af6244d0", "remote_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "revision_number": 0, "id": "af5469ac-996a-467c-9ffd-b23fc0710bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "revision_number": 0, "id": "cbd43f3f-b73c-4815-a40a-4fdbda22183b", "remote_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "revision_number": 0, "id": "f4d5e95f-da58-4e77-a3e6-acc8d3c27d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad"}], "revision_number": 4, "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:18:20,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cdc1bfa3-47e1-454d-aa20-e2193f4f8de5 2019-01-03 11:18:20,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:20,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10190007-e2ca-4379-8337-780f443e46ba Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:18:20,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-10190007-e2ca-4379-8337-780f443e46ba 2019-01-03 11:18:20,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:21,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697d4485-7a60-4bdc-a8c5-6ef9ea8c98f7 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:18:21,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-697d4485-7a60-4bdc-a8c5-6ef9ea8c98f7 2019-01-03 11:18:21,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:21,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f506e9a-b88a-4a8b-bc48-5c055c253ec8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:18:21,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-9f506e9a-b88a-4a8b-bc48-5c055c253ec8 2019-01-03 11:18:21,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:21,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e31c045-6456-4544-9b01-5c6f9c0df55f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad"}, "enabled": true, "id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj"}} 2019-01-03 11:18:21,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad used request id req-0e31c045-6456-4544-9b01-5c6f9c0df55f 2019-01-03 11:18:21,269 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b8dece38-532f-43a8-85f5-69a5f715ab59 2019-01-03 11:18:21,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b8dece38-532f-43a8-85f5-69a5f715ab59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:21,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9d7d2368-1e49-4284-99f3-00de3d6f19ca Date: Thu, 03 Jan 2019 11:18:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "port_range_min": null, "revision_number": 0, "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:17:57Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "5cd0270d-a569-4cf7-8145-34d2af6244d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "port_range_min": null, "revision_number": 0, "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:17:57Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "af5469ac-996a-467c-9ffd-b23fc0710bae"}, {"remote_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "port_range_min": null, "revision_number": 0, "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:17:57Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "cbd43f3f-b73c-4815-a40a-4fdbda22183b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:17:57Z", "security_group_id": "b8dece38-532f-43a8-85f5-69a5f715ab59", "port_range_min": null, "revision_number": 0, "tenant_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "created_at": "2019-01-03T11:17:57Z", "project_id": "8bfac3ad8fdd4f2fa3088fff294a4fad", "id": "f4d5e95f-da58-4e77-a3e6-acc8d3c27d3c"}]} 2019-01-03 11:18:21,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b8dece38-532f-43a8-85f5-69a5f715ab59 used request id req-9d7d2368-1e49-4284-99f3-00de3d6f19ca 2019-01-03 11:18:21,438 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:18:21,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b8dece38-532f-43a8-85f5-69a5f715ab59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:21,774 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be6c98e0-d0f9-4de5-beb0-a6a3d2e86e57 Content-Length: 0 Date: Thu, 03 Jan 2019 11:18:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:21,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b8dece38-532f-43a8-85f5-69a5f715ab59 used request id req-be6c98e0-d0f9-4de5-beb0-a6a3d2e86e57 2019-01-03 11:18:21,775 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj 2019-01-03 11:18:21,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:22,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea7a2086-3c5d-4af2-a2c5-f0bf6756c362 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:22,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8bfac3ad8fdd4f2fa3088fff294a4fad used request id req-ea7a2086-3c5d-4af2-a2c5-f0bf6756c362 2019-01-03 11:18:22,128 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-proj-role 2019-01-03 11:18:22,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:22,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f37aa466-a30f-4508-b5ad-de7779296720 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:22,239 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d04565743fc448dfb2822c337c19a858 used request id req-f37aa466-a30f-4508-b5ad-de7779296720 2019-01-03 11:18:22,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c682af1f8b437821b7c4fb8ef3de4b14320616da" 2019-01-03 11:18:22,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b302f07f-8786-4fd0-a752-152b4a450800 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:18:22,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b302f07f-8786-4fd0-a752-152b4a450800 2019-01-03 11:18:22,334 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a25e88c3-94a4-40d-user 2019-01-03 11:18:22,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a89224ac38ba4c128350c691b64d4af4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8786b15e12e93bef53b1bc81bd63254a263ffd53" 2019-01-03 11:18:22,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6e3d783-31c4-49c7-853f-ea5af1c9e0cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:22,501 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a89224ac38ba4c128350c691b64d4af4 used request id req-c6e3d783-31c4-49c7-853f-ea5af1c9e0cb 2019-01-03 11:18:22,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:22,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["wwizPlLyRIqz2HoxYlLZTA"], "issued_at": "2019-01-03T11:18:22.000000Z"}} 2019-01-03 11:18:22,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ee31caab3faf7cb0885312006ec09343ece268" 2019-01-03 11:18:22,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-496b3873-08ab-4c03-be76-71646f3a39ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:22,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-496b3873-08ab-4c03-be76-71646f3a39ae 2019-01-03 11:18:22,983 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:22,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:23,368 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Mf8DHAfARdi8EJrdg4nVmA"], "issued_at": "2019-01-03T11:18:23.000000Z"}} 2019-01-03 11:18:23,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:23,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248c1783-e8a0-4f33-a2ec-f46b157cda38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:23,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-248c1783-e8a0-4f33-a2ec-f46b157cda38 2019-01-03 11:18:23,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:23,456 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:23,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0ee78297-a776-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:23,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c214da91-817b-41d2-90c5-db0ca831bcb7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0ee78297-a776-476-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:18:23,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0ee78297-a776-476-proj used request id req-c214da91-817b-41d2-90c5-db0ca831bcb7 2019-01-03 11:18:23,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:23,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7dcec56-b594-4fd2-89ce-49f0f107c30a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:18:23,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e7dcec56-b594-4fd2-89ce-49f0f107c30a 2019-01-03 11:18:23,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}}' 2019-01-03 11:18:23,766 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:18:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c167f75-1412-4074-b988-fdbc68bdb5f4 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}} 2019-01-03 11:18:23,766 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7c167f75-1412-4074-b988-fdbc68bdb5f4 2019-01-03 11:18:23,766 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0ee78297-a776-476-proj 2019-01-03 11:18:23,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:23,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:24,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NsLPz9WHQJeLII8Lr3EDfA"], "issued_at": "2019-01-03T11:18:24.000000Z"}} 2019-01-03 11:18:24,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9725677818370ad73f894d8d0a6d9268e59a8717" 2019-01-03 11:18:24,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2088d3-addb-4675-a0eb-6b85ce1e3cff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:24,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c2088d3-addb-4675-a0eb-6b85ce1e3cff 2019-01-03 11:18:24,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:24,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:24,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9725677818370ad73f894d8d0a6d9268e59a8717" 2019-01-03 11:18:24,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4bb4979-6d4b-47dc-a9d9-19da59d70114 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:18:24,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c4bb4979-6d4b-47dc-a9d9-19da59d70114 2019-01-03 11:18:24,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-0ee78297-a776-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9725677818370ad73f894d8d0a6d9268e59a8717" 2019-01-03 11:18:24,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-756908db-a796-4c8f-9120-c69dd072da58 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-0ee78297-a776-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}]} 2019-01-03 11:18:24,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-0ee78297-a776-476-proj used request id req-756908db-a796-4c8f-9120-c69dd072da58 2019-01-03 11:18:24,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9725677818370ad73f894d8d0a6d9268e59a8717" 2019-01-03 11:18:24,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063916b3-97c3-495d-8835-fd9b11dcb5bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:18:24,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-063916b3-97c3-495d-8835-fd9b11dcb5bc 2019-01-03 11:18:24,784 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0ee78297-a776-476-user 2019-01-03 11:18:24,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:24,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c33bbf-df74-4076-8f3c-e0faca4fbd00 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:18:24,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f5c33bbf-df74-4076-8f3c-e0faca4fbd00 2019-01-03 11:18:24,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" -d '{"role": {"name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}}' 2019-01-03 11:18:25,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:18:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c8d3b47-265c-4745-aac0-f086d917467a Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "12f41f55ace542cf85b4ff5a2e7662ea", "links": {"self": "http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea"}, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}} 2019-01-03 11:18:25,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4c8d3b47-265c-4745-aac0-f086d917467a 2019-01-03 11:18:25,005 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0ee78297-a776-476-proj-role 2019-01-03 11:18:25,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:25,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051ede39-bb9f-437c-9106-6899711bb356 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea"}, "domain_id": null, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role", "id": "12f41f55ace542cf85b4ff5a2e7662ea"}} 2019-01-03 11:18:25,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea used request id req-051ede39-bb9f-437c-9106-6899711bb356 2019-01-03 11:18:25,100 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0ee78297-a776-476-proj-role to project CreateNetworkSuccessTests-0ee78297-a776-476-proj 2019-01-03 11:18:25,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d/users/de1d3dddb2874040991710899a18c48a/roles/12f41f55ace542cf85b4ff5a2e7662ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:25,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6145c23b-d8bb-4d1e-9c00-00249d29a013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:25,223 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d/users/de1d3dddb2874040991710899a18c48a/roles/12f41f55ace542cf85b4ff5a2e7662ea used request id req-6145c23b-d8bb-4d1e-9c00-00249d29a013 2019-01-03 11:18:25,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:25,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:25,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12f41f55ace542cf85b4ff5a2e7662ea", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}], "expires_at": "2019-01-03T12:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-user", "id": "de1d3dddb2874040991710899a18c48a"}, "audit_ids": ["99jp1-PDSWeecPhvhJyweQ"], "issued_at": "2019-01-03T11:18:25.000000Z"}} 2019-01-03 11:18:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:25,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be72e20-f143-437d-bef9-fc28e2693ca4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:25,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4be72e20-f143-437d-bef9-fc28e2693ca4 2019-01-03 11:18:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:25,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b32c7b11-e98c-4b05-a71f-a74b0ef8bb4e Date: Thu, 03 Jan 2019 11:18:25 GMT RESP BODY: {"networks":[]} 2019-01-03 11:18:25,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net used request id req-b32c7b11-e98c-4b05-a71f-a74b0ef8bb4e 2019-01-03 11:18:25,862 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net 2019-01-03 11:18:25,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" -d '{"network": {"name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net", "admin_state_up": true}}' 2019-01-03 11:18:26,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3a177e9c-0819-4741-8ea1-4cf6517111c1 Date: Thu, 03 Jan 2019 11:18:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3b4b0721ff7f4382b5894bdef1ef749d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:18:26Z","is_default":false,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:26Z","mtu":1450}} 2019-01-03 11:18:26,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3a177e9c-0819-4741-8ea1-4cf6517111c1 2019-01-03 11:18:26,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:26,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-46b8d931-0c71-4cad-bf2f-f85e27978e9e Date: Thu, 03 Jan 2019 11:18: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":"2019-01-03T11:18:26Z","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3b4b0721ff7f4382b5894bdef1ef749d","id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net"}]} 2019-01-03 11:18:26,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-46b8d931-0c71-4cad-bf2f-f85e27978e9e 2019-01-03 11:18:26,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:26,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-65c2fa78-ee38-404f-b99f-556252e5bfd1 Date: Thu, 03 Jan 2019 11:18:26 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:18:26,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-65c2fa78-ee38-404f-b99f-556252e5bfd1 2019-01-03 11:18:26,875 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet 2019-01-03 11:18:26,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" -d '{"subnets": [{"ip_version": 4, "network_id": "432151ad-ef7d-4e57-8f26-14bffa0d2352", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]}' 2019-01-03 11:18:27,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-684605c3-0915-40a9-9c4d-1bc4fa0b2223 Date: Thu, 03 Jan 2019 11:18:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:27,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-684605c3-0915-40a9-9c4d-1bc4fa0b2223 2019-01-03 11:18:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:27,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a8f56e14-68c9-457d-b7b4-260cf4ba1470 Date: Thu, 03 Jan 2019 11:18: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":["c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"],"updated_at":"2019-01-03T11:18:27Z","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3b4b0721ff7f4382b5894bdef1ef749d","id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net"}]} 2019-01-03 11:18:27,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-a8f56e14-68c9-457d-b7b4-260cf4ba1470 2019-01-03 11:18:27,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:28,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e3044e16-bda0-4f55-ad73-16397aee8f95 Date: Thu, 03 Jan 2019 11:18:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:28,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-e3044e16-bda0-4f55-ad73-16397aee8f95 2019-01-03 11:18:28,033 - OpenStackNetwork - DEBUG - Network [432151ad-ef7d-4e57-8f26-14bffa0d2352] created successfully 2019-01-03 11:18:28,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:28,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:28,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12f41f55ace542cf85b4ff5a2e7662ea", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}], "expires_at": "2019-01-03T12:18:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-user", "id": "de1d3dddb2874040991710899a18c48a"}, "audit_ids": ["D134KZEETROJBG_eNiqBWA"], "issued_at": "2019-01-03T11:18:28.000000Z"}} 2019-01-03 11:18:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:28,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53b3bb97-81d3-4a94-a932-131314b11f32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:28,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-53b3bb97-81d3-4a94-a932-131314b11f32 2019-01-03 11:18:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:28,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-04e7709c-58a5-473d-b356-b31756099786 Date: Thu, 03 Jan 2019 11:18:28 GMT RESP BODY: {"routers": []} 2019-01-03 11:18:28,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router&admin_state_up=True used request id req-04e7709c-58a5-473d-b356-b31756099786 2019-01-03 11:18:28,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:28,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:29,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12f41f55ace542cf85b4ff5a2e7662ea", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}], "expires_at": "2019-01-03T12:18:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-user", "id": "de1d3dddb2874040991710899a18c48a"}, "audit_ids": ["8aJW2QEpSXSGu5VBqJjPvg"], "issued_at": "2019-01-03T11:18:29.000000Z"}} 2019-01-03 11:18:29,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}511fb9eff54f5f3b9ce35eee7aca8c08fba491b6" 2019-01-03 11:18:29,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c9bdd6-721c-4a5f-b9b8-49ec899dfece Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:29,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-10c9bdd6-721c-4a5f-b9b8-49ec899dfece 2019-01-03 11:18:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:29,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f20fe3bb-5472-4d39-9039-1d6be7b71d4d Date: Thu, 03 Jan 2019 11:18:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:18:29,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-f20fe3bb-5472-4d39-9039-1d6be7b71d4d 2019-01-03 11:18:29,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:29,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83baade6-6c0b-434d-b908-02bbf3c112f9 Date: Thu, 03 Jan 2019 11:18:29 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:18:29,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-83baade6-6c0b-434d-b908-02bbf3c112f9 2019-01-03 11:18:29,529 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router 2019-01-03 11:18:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router", "admin_state_up": true}}' 2019-01-03 11:18:34,576 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7453e9cc-ec44-48ce-9dd7-ae23ee637866 Date: Thu, 03 Jan 2019 11:18:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:30Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:31Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "eaaccda8-cef4-4942-9f16-9be5390ea4f8", "name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router"}} 2019-01-03 11:18:34,576 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-7453e9cc-ec44-48ce-9dd7-ae23ee637866 2019-01-03 11:18:34,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:34,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4f5a2b3f-9eb3-45d9-887c-dd27f455732c Date: Thu, 03 Jan 2019 11:18:34 GMT RESP BODY: {"ports":[]} 2019-01-03 11:18:34,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 used request id req-4f5a2b3f-9eb3-45d9-887c-dd27f455732c 2019-01-03 11:18:34,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:35,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fb22f3fa-bcc8-4e6c-8852-301e09a07798 Date: Thu, 03 Jan 2019 11:18: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":["c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"],"updated_at":"2019-01-03T11:18:27Z","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3b4b0721ff7f4382b5894bdef1ef749d","id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net"}]} 2019-01-03 11:18:35,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net used request id req-fb22f3fa-bcc8-4e6c-8852-301e09a07798 2019-01-03 11:18:35,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:35,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:35,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:35,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa751a13-2d39-4a7c-934e-8d0d30f7a212 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}} 2019-01-03 11:18:35,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d used request id req-fa751a13-2d39-4a7c-934e-8d0d30f7a212 2019-01-03 11:18:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:35,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2101079b-976c-448c-94fe-00b0614b344d Date: Thu, 03 Jan 2019 11:18:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:35,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-2101079b-976c-448c-94fe-00b0614b344d 2019-01-03 11:18:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352&name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:35,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-48d3ce5c-8ba3-4062-b150-ababc0f439a1 Date: Thu, 03 Jan 2019 11:18:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:35,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352&name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet used request id req-48d3ce5c-8ba3-4062-b150-ababc0f439a1 2019-01-03 11:18:35,423 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:18:35,423 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router 2019-01-03 11:18:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" -d '{"subnet_id": "c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"}' 2019-01-03 11:18:37,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-064ee9d2-e961-4767-a1ef-181da179152f Date: Thu, 03 Jan 2019 11:18:37 GMT RESP BODY: {"network_id": "432151ad-ef7d-4e57-8f26-14bffa0d2352", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "subnet_id": "c9cda900-a30f-4c0b-bc3f-a1ac1156d57c", "subnet_ids": ["c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"], "port_id": "33b773ab-498b-4580-bc43-518925e78a62", "id": "eaaccda8-cef4-4942-9f16-9be5390ea4f8"} 2019-01-03 11:18:37,555 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8/add_router_interface used request id req-064ee9d2-e961-4767-a1ef-181da179152f 2019-01-03 11:18:37,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:37,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-ea7a1356-805f-4b13-b412-02c20c80b1d6 Date: Thu, 03 Jan 2019 11:18:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:30Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:36Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "eaaccda8-cef4-4942-9f16-9be5390ea4f8", "name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router"}} 2019-01-03 11:18:37,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8 used request id req-ea7a1356-805f-4b13-b412-02c20c80b1d6 2019-01-03 11:18:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:37,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c70a93f2-4058-4f83-ba7f-9372989a7929 Date: Thu, 03 Jan 2019 11:18:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","ip_address":"10.55.1.1"}],"id":"33b773ab-498b-4580-bc43-518925e78a62","security_groups":[],"mac_address":"fa:16:3e:63:31:4d","project_id":"3b4b0721ff7f4382b5894bdef1ef749d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:36Z","binding:vnic_type":"normal","device_id":"eaaccda8-cef4-4942-9f16-9be5390ea4f8"}]} 2019-01-03 11:18:37,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 used request id req-c70a93f2-4058-4f83-ba7f-9372989a7929 2019-01-03 11:18:37,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:38,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-a60fb2ba-943f-40af-a69a-87b209ef705f Date: Thu, 03 Jan 2019 11:18:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}} 2019-01-03 11:18:38,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c used request id req-a60fb2ba-943f-40af-a69a-87b209ef705f 2019-01-03 11:18:38,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:38,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "12f41f55ace542cf85b4ff5a2e7662ea", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj-role"}], "expires_at": "2019-01-03T12:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3b4b0721ff7f4382b5894bdef1ef749d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0ee78297-a776-476-user", "id": "de1d3dddb2874040991710899a18c48a"}, "audit_ids": ["aFkA1W0SS4eZaeP-eDNfRg"], "issued_at": "2019-01-03T11:18:38.000000Z"}} 2019-01-03 11:18:38,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:38,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bf45f6db-9970-4199-93ce-f3d6e73e7daa Date: Thu, 03 Jan 2019 11:18: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":["c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"],"updated_at":"2019-01-03T11:18:27Z","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3b4b0721ff7f4382b5894bdef1ef749d","id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net"}]} 2019-01-03 11:18:38,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net used request id req-bf45f6db-9970-4199-93ce-f3d6e73e7daa 2019-01-03 11:18:38,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:38,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:38,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ee31caab3faf7cb0885312006ec09343ece268" 2019-01-03 11:18:38,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c8fe149-2b21-45b3-8b9f-5d4706bf6019 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}} 2019-01-03 11:18:38,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d used request id req-0c8fe149-2b21-45b3-8b9f-5d4706bf6019 2019-01-03 11:18:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:38,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4dcb1393-dca2-4e6c-9091-9010e0979e59 Date: Thu, 03 Jan 2019 11:18:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:38,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-4dcb1393-dca2-4e6c-9091-9010e0979e59 2019-01-03 11:18:38,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352&name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:39,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4b150219-f86c-4273-b796-a86e28e30161 Date: Thu, 03 Jan 2019 11:18:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}]} 2019-01-03 11:18:39,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=432151ad-ef7d-4e57-8f26-14bffa0d2352&name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet used request id req-4b150219-f86c-4273-b796-a86e28e30161 2019-01-03 11:18:39,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:39,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-39e34567-55c4-4384-abc4-8b91feb5ccee Date: Thu, 03 Jan 2019 11:18:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:30Z", "admin_state_up": true, "updated_at": "2019-01-03T11:18:36Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "eaaccda8-cef4-4942-9f16-9be5390ea4f8", "name": "CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router"}]} 2019-01-03 11:18:39,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router used request id req-39e34567-55c4-4384-abc4-8b91feb5ccee 2019-01-03 11:18:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7ee31caab3faf7cb0885312006ec09343ece268" 2019-01-03 11:18:39,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2fde13c-4075-4449-8ea0-0bfac4ef515f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}} 2019-01-03 11:18:39,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d used request id req-b2fde13c-4075-4449-8ea0-0bfac4ef515f 2019-01-03 11:18:39,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:39,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7ab7a061-7c5c-49dd-bb76-a60d80e160a0 Date: Thu, 03 Jan 2019 11:18:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:18:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","ip_address":"10.55.1.1"}],"id":"33b773ab-498b-4580-bc43-518925e78a62","security_groups":[],"mac_address":"fa:16:3e:63:31:4d","project_id":"3b4b0721ff7f4382b5894bdef1ef749d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:36Z","binding:vnic_type":"normal","device_id":"eaaccda8-cef4-4942-9f16-9be5390ea4f8"}]} 2019-01-03 11:18:39,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=eaaccda8-cef4-4942-9f16-9be5390ea4f8 used request id req-7ab7a061-7c5c-49dd-bb76-a60d80e160a0 2019-01-03 11:18:39,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e227ea7f4eee45aeaaf7f383aa2c7f5d5e296ea" 2019-01-03 11:18:39,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-712da4e4-d80f-45ad-8bef-800c62ca4a32 Date: Thu, 03 Jan 2019 11:18:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"432151ad-ef7d-4e57-8f26-14bffa0d2352","tenant_id":"3b4b0721ff7f4382b5894bdef1ef749d","created_at":"2019-01-03T11:18:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18: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":"3b4b0721ff7f4382b5894bdef1ef749d","id":"c9cda900-a30f-4c0b-bc3f-a1ac1156d57c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet"}} 2019-01-03 11:18:39,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c used request id req-712da4e4-d80f-45ad-8bef-800c62ca4a32 2019-01-03 11:18:39,742 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router and subnet CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet 2019-01-03 11:18:39,743 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router 2019-01-03 11:18:39,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" -d '{"subnet_id": "c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"}' 2019-01-03 11:18:41,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff71aca6-d80b-4676-951f-89d5aa4a7f4e Date: Thu, 03 Jan 2019 11:18:41 GMT RESP BODY: {"network_id": "432151ad-ef7d-4e57-8f26-14bffa0d2352", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "subnet_id": "c9cda900-a30f-4c0b-bc3f-a1ac1156d57c", "subnet_ids": ["c9cda900-a30f-4c0b-bc3f-a1ac1156d57c"], "port_id": "33b773ab-498b-4580-bc43-518925e78a62", "id": "eaaccda8-cef4-4942-9f16-9be5390ea4f8"} 2019-01-03 11:18:41,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8/remove_router_interface used request id req-ff71aca6-d80b-4676-951f-89d5aa4a7f4e 2019-01-03 11:18:41,211 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router 2019-01-03 11:18:41,211 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-router 2019-01-03 11:18:41,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f961688941c02b2cdfbf2b7d450dd0c52b8b262c" 2019-01-03 11:18:44,427 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e229e261-22d9-4682-9f05-d3714a30a435 Content-Length: 0 Date: Thu, 03 Jan 2019 11:18:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:44,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/eaaccda8-cef4-4942-9f16-9be5390ea4f8 used request id req-e229e261-22d9-4682-9f05-d3714a30a435 2019-01-03 11:18:44,428 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet 2019-01-03 11:18:44,428 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-subnet 2019-01-03 11:18:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:46,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b3c471e-edad-48b6-8f5b-de68cab2ef39 Date: Thu, 03 Jan 2019 11:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:46,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c9cda900-a30f-4c0b-bc3f-a1ac1156d57c used request id req-2b3c471e-edad-48b6-8f5b-de68cab2ef39 2019-01-03 11:18:46,417 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-02409478-d28a-4601-8df2-4c8b81b6388d-pub-net 2019-01-03 11:18:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/432151ad-ef7d-4e57-8f26-14bffa0d2352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8f9426274c6122c32ee8b904b792147910daf7d" 2019-01-03 11:18:47,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-814c86b9-43e8-49b6-b024-13e6dc44a4f1 Date: Thu, 03 Jan 2019 11:18:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:47,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/432151ad-ef7d-4e57-8f26-14bffa0d2352 used request id req-814c86b9-43e8-49b6-b024-13e6dc44a4f1 2019-01-03 11:18:47,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:47,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ab7e0161-6d7e-41af-8d20-3612b19e54b1 Date: Thu, 03 Jan 2019 11:18:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:26Z", "updated_at": "2019-01-03T11:18:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "revision_number": 0, "id": "0f7abe5f-1200-41d5-82da-2dcf80a70b8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "revision_number": 0, "id": "32ce4440-45fb-4480-9750-4fcc4ce2e585", "remote_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "revision_number": 0, "id": "401331e3-3ffd-4992-8209-574b94f209ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "revision_number": 0, "id": "4d3fed0e-46e1-40fe-b27e-22660b3a85b3", "remote_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d"}], "revision_number": 4, "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:18:47,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-ab7e0161-6d7e-41af-8d20-3612b19e54b1 2019-01-03 11:18:47,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:48,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee205746-9636-4ea4-9d05-e71792e6db24 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d"}, "enabled": true, "id": "3b4b0721ff7f4382b5894bdef1ef749d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0ee78297-a776-476-proj"}} 2019-01-03 11:18:48,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d used request id req-ee205746-9636-4ea4-9d05-e71792e6db24 2019-01-03 11:18:48,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c48ccb5-1675-4331-81ec-5853173f05c4 2019-01-03 11:18:48,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2c48ccb5-1675-4331-81ec-5853173f05c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:48,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-37d35b76-6768-40cb-84b5-b0aab52dfc0c Date: Thu, 03 Jan 2019 11:18: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": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "port_range_min": null, "revision_number": 0, "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:26Z", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "0f7abe5f-1200-41d5-82da-2dcf80a70b8e"}, {"remote_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "port_range_min": null, "revision_number": 0, "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:26Z", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "32ce4440-45fb-4480-9750-4fcc4ce2e585"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "port_range_min": null, "revision_number": 0, "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:26Z", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "401331e3-3ffd-4992-8209-574b94f209ba"}, {"remote_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:26Z", "security_group_id": "2c48ccb5-1675-4331-81ec-5853173f05c4", "port_range_min": null, "revision_number": 0, "tenant_id": "3b4b0721ff7f4382b5894bdef1ef749d", "created_at": "2019-01-03T11:18:26Z", "project_id": "3b4b0721ff7f4382b5894bdef1ef749d", "id": "4d3fed0e-46e1-40fe-b27e-22660b3a85b3"}]} 2019-01-03 11:18:48,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=2c48ccb5-1675-4331-81ec-5853173f05c4 used request id req-37d35b76-6768-40cb-84b5-b0aab52dfc0c 2019-01-03 11:18:48,199 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:18:48,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/2c48ccb5-1675-4331-81ec-5853173f05c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:48,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f76ae208-3caa-42a9-b1b7-f14dcfd02816 Content-Length: 0 Date: Thu, 03 Jan 2019 11:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:48,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2c48ccb5-1675-4331-81ec-5853173f05c4 used request id req-f76ae208-3caa-42a9-b1b7-f14dcfd02816 2019-01-03 11:18:48,516 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0ee78297-a776-476-proj 2019-01-03 11:18:48,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:48,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2161aea-05f4-4f51-a0dc-0aa5ab210c85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:48,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3b4b0721ff7f4382b5894bdef1ef749d used request id req-f2161aea-05f4-4f51-a0dc-0aa5ab210c85 2019-01-03 11:18:48,763 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0ee78297-a776-476-proj-role 2019-01-03 11:18:48,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:48,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2ff189b-df65-4c25-9603-1a2209b4c5a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:48,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/12f41f55ace542cf85b4ff5a2e7662ea used request id req-d2ff189b-df65-4c25-9603-1a2209b4c5a2 2019-01-03 11:18:48,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2661d97092218565b41820855283aa9e8273114" 2019-01-03 11:18:49,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5068fab8-58ea-45b3-bed4-a1400ad37d3e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:18:49,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5068fab8-58ea-45b3-bed4-a1400ad37d3e 2019-01-03 11:18:49,047 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0ee78297-a776-476-user 2019-01-03 11:18:49,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/de1d3dddb2874040991710899a18c48a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9725677818370ad73f894d8d0a6d9268e59a8717" 2019-01-03 11:18:49,304 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea3e19fd-d57d-48ee-bf8c-bf88d31c341b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:49,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/de1d3dddb2874040991710899a18c48a used request id req-ea3e19fd-d57d-48ee-bf8c-bf88d31c341b 2019-01-03 11:18:49,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:49,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UmK_76wXR--K95dDSSi41A"], "issued_at": "2019-01-03T11:18:49.000000Z"}} 2019-01-03 11:18:49,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d8c41d80e3083585f4df0de47fb5b90a12a8193" 2019-01-03 11:18:49,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79e9e1d-8af3-4705-8ee9-8dfbfc0b75c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:49,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c79e9e1d-8af3-4705-8ee9-8dfbfc0b75c3 2019-01-03 11:18:49,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:49,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:50,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-KeAifAPQzGId5ogsSfyKA"], "issued_at": "2019-01-03T11:18:50.000000Z"}} 2019-01-03 11:18:50,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:50,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79d33a4a-3b75-48c3-9844-5266a2c73d18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:50,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-79d33a4a-3b75-48c3-9844-5266a2c73d18 2019-01-03 11:18:50,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:50,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:50,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:50,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f971ad1c-75dc-4899-8c39-03057be6e901 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:18:50,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj used request id req-f971ad1c-75dc-4899-8c39-03057be6e901 2019-01-03 11:18:50,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:50,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0dd580c-94c2-4b7a-a99e-1075fb21f51f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:18:50,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c0dd580c-94c2-4b7a-a99e-1075fb21f51f 2019-01-03 11:18:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}}' 2019-01-03 11:18:50,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:18:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e6651d4-2429-42a4-85f7-5088e16d02c6 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a"}, "enabled": true, "id": "859b307c603d4e21a7dc366c1676c23a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}} 2019-01-03 11:18:50,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8e6651d4-2429-42a4-85f7-5088e16d02c6 2019-01-03 11:18:50,653 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-85d84991-62af-4d0-proj 2019-01-03 11:18:50,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:50,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:51,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qujSywSiShmVwN6kZ1PptQ"], "issued_at": "2019-01-03T11:18:51.000000Z"}} 2019-01-03 11:18:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46fb89b5b0ce28bf7f1180580fcb57d5dc2818" 2019-01-03 11:18:51,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46837ba4-116e-46db-9acc-08cfaa6279fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:51,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-46837ba4-116e-46db-9acc-08cfaa6279fd 2019-01-03 11:18:51,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:51,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46fb89b5b0ce28bf7f1180580fcb57d5dc2818" 2019-01-03 11:18:51,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7943b6bf-ade8-4cf2-8694-634eb1a84643 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:18:51,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-7943b6bf-ade8-4cf2-8694-634eb1a84643 2019-01-03 11:18:51,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46fb89b5b0ce28bf7f1180580fcb57d5dc2818" 2019-01-03 11:18:51,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56904694-119f-4a4c-adb7-f601bf9803b6 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a"}, "enabled": true, "id": "859b307c603d4e21a7dc366c1676c23a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}]} 2019-01-03 11:18:51,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-85d84991-62af-4d0-proj used request id req-56904694-119f-4a4c-adb7-f601bf9803b6 2019-01-03 11:18:51,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46fb89b5b0ce28bf7f1180580fcb57d5dc2818" 2019-01-03 11:18:51,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e218293-b7ea-4628-aa18-345c13b1e42c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:18:51,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-0e218293-b7ea-4628-aa18-345c13b1e42c 2019-01-03 11:18:51,736 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-85d84991-62af-4d0-user 2019-01-03 11:18:51,736 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:51,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:51,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-838ae82d-44ae-4845-ac8f-ea3337be469f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:18:51,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-838ae82d-44ae-4845-ac8f-ea3337be469f 2019-01-03 11:18:51,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" -d '{"role": {"name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role"}}' 2019-01-03 11:18:51,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-382f86c9-92e4-45bc-947f-5007da8dc666 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "118e805a2af44b84abf47464f22e1002", "links": {"self": "http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002"}, "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role"}} 2019-01-03 11:18:51,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-382f86c9-92e4-45bc-947f-5007da8dc666 2019-01-03 11:18:51,951 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role 2019-01-03 11:18:51,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:51,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4a462a6-64d4-414b-82f7-41b77055da6d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002"}, "domain_id": null, "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role", "id": "118e805a2af44b84abf47464f22e1002"}} 2019-01-03 11:18:51,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002 used request id req-b4a462a6-64d4-414b-82f7-41b77055da6d 2019-01-03 11:18:51,972 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role to project CreateNetworkSuccessTests-85d84991-62af-4d0-proj 2019-01-03 11:18:51,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a/users/6fdd648c4bd342f8afcd01eac2be8ae3/roles/118e805a2af44b84abf47464f22e1002 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:52,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3cad138-2933-4f76-9783-d28cd1a8a396 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:18:52,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a/users/6fdd648c4bd342f8afcd01eac2be8ae3/roles/118e805a2af44b84abf47464f22e1002 used request id req-b3cad138-2933-4f76-9783-d28cd1a8a396 2019-01-03 11:18:52,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:18:52,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:52,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "118e805a2af44b84abf47464f22e1002", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role"}], "expires_at": "2019-01-03T12:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "859b307c603d4e21a7dc366c1676c23a", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-user", "id": "6fdd648c4bd342f8afcd01eac2be8ae3"}, "audit_ids": ["uhRnYPDCScyAPklNf2gScw"], "issued_at": "2019-01-03T11:18:52.000000Z"}} 2019-01-03 11:18:52,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:52,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49a1467-1c6e-40c6-9c00-1f3d8072f681 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:18:52,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c49a1467-1c6e-40c6-9c00-1f3d8072f681 2019-01-03 11:18:52,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:52,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-05edb310-3e86-4776-b4cc-9d4c1de5d797 Date: Thu, 03 Jan 2019 11:18:52 GMT RESP BODY: {"networks":[]} 2019-01-03 11:18:52,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net used request id req-05edb310-3e86-4776-b4cc-9d4c1de5d797 2019-01-03 11:18:52,745 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net 2019-01-03 11:18:52,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" -d '{"network": {"name": "CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net", "admin_state_up": true}}' 2019-01-03 11:18:53,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8a1981b8-8300-404a-9a64-e824a386bd64 Date: Thu, 03 Jan 2019 11:18:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"859b307c603d4e21a7dc366c1676c23a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:18:53Z","is_default":false,"name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:53Z","mtu":1450}} 2019-01-03 11:18:53,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8a1981b8-8300-404a-9a64-e824a386bd64 2019-01-03 11:18:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:53,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9ae709a2-3c36-4ab5-8856-ad1b4b922a22 Date: Thu, 03 Jan 2019 11:18: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":"2019-01-03T11:18:53Z","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"859b307c603d4e21a7dc366c1676c23a","id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net"}]} 2019-01-03 11:18:53,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-9ae709a2-3c36-4ab5-8856-ad1b4b922a22 2019-01-03 11:18:53,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:53,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ded2e8df-160a-4bcd-a231-455fc6591ea9 Date: Thu, 03 Jan 2019 11:18:53 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:18:53,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-ded2e8df-160a-4bcd-a231-455fc6591ea9 2019-01-03 11:18:53,721 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet 2019-01-03 11:18:53,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" -d '{"subnets": [{"ip_version": 4, "network_id": "18b9a7df-6c3d-4f04-b550-88b611b3ac51", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet"}]}' 2019-01-03 11:18:54,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-69edd075-7d34-4238-8104-65ca5f907fb1 Date: Thu, 03 Jan 2019 11:18:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:54Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"859b307c603d4e21a7dc366c1676c23a","id":"aaa03d76-7abf-4e24-bfa5-5c44bf5adc51","subnetpool_id":null,"name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet"}]} 2019-01-03 11:18:54,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-69edd075-7d34-4238-8104-65ca5f907fb1 2019-01-03 11:18:54,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:54,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-be717f42-e7aa-41cc-a9de-5f9993363db5 Date: Thu, 03 Jan 2019 11:18: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":["aaa03d76-7abf-4e24-bfa5-5c44bf5adc51"],"updated_at":"2019-01-03T11:18:54Z","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"859b307c603d4e21a7dc366c1676c23a","id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net"}]} 2019-01-03 11:18:54,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-be717f42-e7aa-41cc-a9de-5f9993363db5 2019-01-03 11:18:54,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:54,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5b69c580-972d-4c92-a4f8-cf49e5b7dcee Date: Thu, 03 Jan 2019 11:18:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"859b307c603d4e21a7dc366c1676c23a","id":"aaa03d76-7abf-4e24-bfa5-5c44bf5adc51","subnetpool_id":null,"name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet"}]} 2019-01-03 11:18:54,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-5b69c580-972d-4c92-a4f8-cf49e5b7dcee 2019-01-03 11:18:54,976 - OpenStackNetwork - DEBUG - Network [18b9a7df-6c3d-4f04-b550-88b611b3ac51] created successfully 2019-01-03 11:18:54,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:18:55,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "118e805a2af44b84abf47464f22e1002", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role"}], "expires_at": "2019-01-03T12:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "859b307c603d4e21a7dc366c1676c23a", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/859b307c603d4e21a7dc366c1676c23a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-user", "id": "6fdd648c4bd342f8afcd01eac2be8ae3"}, "audit_ids": ["HXMXOmxiSW6TgK83kWwHpA"], "issued_at": "2019-01-03T11:18:55.000000Z"}} 2019-01-03 11:18:55,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc500f68c02dbc7816af549bbafec5916ee2e0e" 2019-01-03 11:18:55,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a925ef67-ec86-456c-a411-c896b3f67790 Date: Thu, 03 Jan 2019 11:18: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":["aaa03d76-7abf-4e24-bfa5-5c44bf5adc51"],"updated_at":"2019-01-03T11:18:54Z","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"859b307c603d4e21a7dc366c1676c23a","id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net"}]} 2019-01-03 11:18:55,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net used request id req-a925ef67-ec86-456c-a411-c896b3f67790 2019-01-03 11:18:55,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:18:55,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:18: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:18:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d8c41d80e3083585f4df0de47fb5b90a12a8193" 2019-01-03 11:18:55,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576176cb-0e32-49c3-93c6-ace7a4feb4fc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a"}, "enabled": true, "id": "859b307c603d4e21a7dc366c1676c23a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}} 2019-01-03 11:18:55,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a used request id req-576176cb-0e32-49c3-93c6-ace7a4feb4fc 2019-01-03 11:18:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc500f68c02dbc7816af549bbafec5916ee2e0e" 2019-01-03 11:18:55,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ca1e81d9-873c-4f57-8360-18e61e4e8454 Date: Thu, 03 Jan 2019 11:18:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"859b307c603d4e21a7dc366c1676c23a","id":"aaa03d76-7abf-4e24-bfa5-5c44bf5adc51","subnetpool_id":null,"name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet"}]} 2019-01-03 11:18:55,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-ca1e81d9-873c-4f57-8360-18e61e4e8454 2019-01-03 11:18:55,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51&name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fc500f68c02dbc7816af549bbafec5916ee2e0e" 2019-01-03 11:18:56,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ba83dc91-708c-4f49-ab2b-d9692532748e Date: Thu, 03 Jan 2019 11:18:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18b9a7df-6c3d-4f04-b550-88b611b3ac51","tenant_id":"859b307c603d4e21a7dc366c1676c23a","created_at":"2019-01-03T11:18:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:18:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"859b307c603d4e21a7dc366c1676c23a","id":"aaa03d76-7abf-4e24-bfa5-5c44bf5adc51","subnetpool_id":null,"name":"CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet"}]} 2019-01-03 11:18:56,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=18b9a7df-6c3d-4f04-b550-88b611b3ac51&name=CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet used request id req-ba83dc91-708c-4f49-ab2b-d9692532748e 2019-01-03 11:18:56,145 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet 2019-01-03 11:18:56,146 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-subnet 2019-01-03 11:18:56,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/aaa03d76-7abf-4e24-bfa5-5c44bf5adc51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:58,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4967c69-f3b7-46a7-b892-288ea16a4b29 Date: Thu, 03 Jan 2019 11:18:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:58,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/aaa03d76-7abf-4e24-bfa5-5c44bf5adc51 used request id req-a4967c69-f3b7-46a7-b892-288ea16a4b29 2019-01-03 11:18:58,499 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-00792d7c-5c10-47e3-8018-e9c4e81dd84a-pub-net 2019-01-03 11:18:58,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/18b9a7df-6c3d-4f04-b550-88b611b3ac51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb3e9b6c6ba9d20395d8de343b18a222def52b33" 2019-01-03 11:18:59,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4e7a183-8df3-438a-a7cd-a756725d8066 Date: Thu, 03 Jan 2019 11:18:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:18:59,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/18b9a7df-6c3d-4f04-b550-88b611b3ac51 used request id req-a4e7a183-8df3-438a-a7cd-a756725d8066 2019-01-03 11:18:59,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:59,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4edb8ac0-d71f-4e68-bfcf-fdeb42415c45 Date: Thu, 03 Jan 2019 11:18:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "created_at": "2019-01-03T11:18:52Z", "updated_at": "2019-01-03T11:18:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "revision_number": 0, "id": "3863295e-095d-435e-956a-b1549e05cd36", "remote_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "port_range_min": null, "ethertype": "IPv6", "project_id": "859b307c603d4e21a7dc366c1676c23a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "revision_number": 0, "id": "3f54de15-19ad-47d6-a903-3d78c4e8e6ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "port_range_min": null, "ethertype": "IPv6", "project_id": "859b307c603d4e21a7dc366c1676c23a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "revision_number": 0, "id": "537aa8ae-2969-40ba-97eb-21cbf1a79cfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "port_range_min": null, "ethertype": "IPv4", "project_id": "859b307c603d4e21a7dc366c1676c23a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "revision_number": 0, "id": "9753c82d-8c34-4b27-a57a-bf418b29cd6a", "remote_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "port_range_min": null, "ethertype": "IPv4", "project_id": "859b307c603d4e21a7dc366c1676c23a"}], "revision_number": 4, "project_id": "859b307c603d4e21a7dc366c1676c23a", "id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:18:59,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4edb8ac0-d71f-4e68-bfcf-fdeb42415c45 2019-01-03 11:18:59,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:59,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b1d549-7f47-4434-b0fd-9f6c7e90640d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:18:59,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-71b1d549-7f47-4434-b0fd-9f6c7e90640d 2019-01-03 11:18:59,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:18:59,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab6aed4-2488-4f5a-9bac-7aab1a5a638d 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:18:59,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7ab6aed4-2488-4f5a-9bac-7aab1a5a638d 2019-01-03 11:18:59,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a875c75-8215-42d1-b46e-4eda9f1a5135 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a"}, "enabled": true, "id": "859b307c603d4e21a7dc366c1676c23a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-85d84991-62af-4d0-proj"}} 2019-01-03 11:19:00,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a used request id req-4a875c75-8215-42d1-b46e-4eda9f1a5135 2019-01-03 11:19:00,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a1259a30-21e5-4db2-8d72-082d2dab3ef5 2019-01-03 11:19:00,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1259a30-21e5-4db2-8d72-082d2dab3ef5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-242dfd64-3e0f-4191-b808-a249269267be Date: Thu, 03 Jan 2019 11:19:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "port_range_min": null, "revision_number": 0, "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "created_at": "2019-01-03T11:18:53Z", "project_id": "859b307c603d4e21a7dc366c1676c23a", "id": "3863295e-095d-435e-956a-b1549e05cd36"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "port_range_min": null, "revision_number": 0, "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "created_at": "2019-01-03T11:18:53Z", "project_id": "859b307c603d4e21a7dc366c1676c23a", "id": "3f54de15-19ad-47d6-a903-3d78c4e8e6ff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "port_range_min": null, "revision_number": 0, "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "created_at": "2019-01-03T11:18:53Z", "project_id": "859b307c603d4e21a7dc366c1676c23a", "id": "537aa8ae-2969-40ba-97eb-21cbf1a79cfd"}, {"remote_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:18:53Z", "security_group_id": "a1259a30-21e5-4db2-8d72-082d2dab3ef5", "port_range_min": null, "revision_number": 0, "tenant_id": "859b307c603d4e21a7dc366c1676c23a", "created_at": "2019-01-03T11:18:53Z", "project_id": "859b307c603d4e21a7dc366c1676c23a", "id": "9753c82d-8c34-4b27-a57a-bf418b29cd6a"}]} 2019-01-03 11:19:00,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a1259a30-21e5-4db2-8d72-082d2dab3ef5 used request id req-242dfd64-3e0f-4191-b808-a249269267be 2019-01-03 11:19:00,206 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:19:00,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a1259a30-21e5-4db2-8d72-082d2dab3ef5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,508 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a78f32f5-fea3-4b00-a306-ccba4c3dcdab Content-Length: 0 Date: Thu, 03 Jan 2019 11:19:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:00,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a1259a30-21e5-4db2-8d72-082d2dab3ef5 used request id req-a78f32f5-fea3-4b00-a306-ccba4c3dcdab 2019-01-03 11:19:00,509 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-85d84991-62af-4d0-proj 2019-01-03 11:19:00,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d89408f-5e44-42e1-bbe4-202318783312 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:00,696 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/859b307c603d4e21a7dc366c1676c23a used request id req-8d89408f-5e44-42e1-bbe4-202318783312 2019-01-03 11:19:00,697 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-85d84991-62af-4d0-proj-role 2019-01-03 11:19:00,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b61efdf-9349-4597-bbfa-b6088de5a9b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:00,814 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/118e805a2af44b84abf47464f22e1002 used request id req-6b61efdf-9349-4597-bbfa-b6088de5a9b7 2019-01-03 11:19:00,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22b7837460aa2ca47ee875128d897fd42bd6cc37" 2019-01-03 11:19:00,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc85fa2-e6b2-4e10-b531-2fd57e43f95a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:00,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-abc85fa2-e6b2-4e10-b531-2fd57e43f95a 2019-01-03 11:19:00,910 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-85d84991-62af-4d0-user 2019-01-03 11:19:00,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6fdd648c4bd342f8afcd01eac2be8ae3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c46fb89b5b0ce28bf7f1180580fcb57d5dc2818" 2019-01-03 11:19:01,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a38a39ba-c369-4014-a10f-2ffe332125bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:01,075 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6fdd648c4bd342f8afcd01eac2be8ae3 used request id req-a38a39ba-c369-4014-a10f-2ffe332125bf 2019-01-03 11:19:01,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:01,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QP30ma7FRWKYC3QS2BJLrg"], "issued_at": "2019-01-03T11:19:01.000000Z"}} 2019-01-03 11:19:01,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cec479bccbe3d86c6e35da7eb1e3bec2a653270" 2019-01-03 11:19:01,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54ea68d9-bc43-4749-821d-817fd909c2ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:01,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-54ea68d9-bc43-4749-821d-817fd909c2ed 2019-01-03 11:19:01,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:01,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:01,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lz9bcJNeT1y3tXUATUtaiQ"], "issued_at": "2019-01-03T11:19:01.000000Z"}} 2019-01-03 11:19:01,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:02,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8299f716-491b-43c3-be9d-aa500ac21ece Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:02,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8299f716-491b-43c3-be9d-aa500ac21ece 2019-01-03 11:19:02,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:02,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:02,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa323464-76a5-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:02,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1237f3cb-251f-4e78-a53c-0f403f2603ac Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa323464-76a5-444-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:19:02,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-fa323464-76a5-444-proj used request id req-1237f3cb-251f-4e78-a53c-0f403f2603ac 2019-01-03 11:19:02,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:02,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692ba2d7-df57-42c4-9a83-1df2cb13897d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:02,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-692ba2d7-df57-42c4-9a83-1df2cb13897d 2019-01-03 11:19:02,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}}' 2019-01-03 11:19:02,329 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6da8e671-628e-4705-bf15-6826fedbc6ae Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e"}, "enabled": true, "id": "0fd9bb8e680646219c33b8329e472a9e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}} 2019-01-03 11:19:02,329 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6da8e671-628e-4705-bf15-6826fedbc6ae 2019-01-03 11:19:02,329 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-fa323464-76a5-444-proj 2019-01-03 11:19:02,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:02,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:02,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["88EXe8znTHqa70R2k6LGUw"], "issued_at": "2019-01-03T11:19:02.000000Z"}} 2019-01-03 11:19:02,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5349afbb7548d4a7869c50fece79cfb87ac12266" 2019-01-03 11:19:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8d38a9-930d-467d-a3e7-9309894d6eeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:02,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e8d38a9-930d-467d-a3e7-9309894d6eeb 2019-01-03 11:19:02,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:02,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:02,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5349afbb7548d4a7869c50fece79cfb87ac12266" 2019-01-03 11:19:02,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c247d9e9-899d-4d79-8ba6-b555e4f45d90 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:19:02,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c247d9e9-899d-4d79-8ba6-b555e4f45d90 2019-01-03 11:19:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-fa323464-76a5-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5349afbb7548d4a7869c50fece79cfb87ac12266" 2019-01-03 11:19:03,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9449ee-bd58-456d-8e05-825005663da7 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-fa323464-76a5-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e"}, "enabled": true, "id": "0fd9bb8e680646219c33b8329e472a9e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}]} 2019-01-03 11:19:03,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateNetworkSuccessTests-fa323464-76a5-444-proj used request id req-9a9449ee-bd58-456d-8e05-825005663da7 2019-01-03 11:19:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5349afbb7548d4a7869c50fece79cfb87ac12266" 2019-01-03 11:19:03,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e4170ea-da85-4ddf-bd73-445eb6dd37c0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:03,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8e4170ea-da85-4ddf-bd73-445eb6dd37c0 2019-01-03 11:19:03,581 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-fa323464-76a5-444-user 2019-01-03 11:19:03,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:03,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:03,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1af732-f713-42fa-bc9c-a765d2bb3323 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:03,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db1af732-f713-42fa-bc9c-a765d2bb3323 2019-01-03 11:19:03,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" -d '{"role": {"name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj-role"}}' 2019-01-03 11:19:03,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b5e87a3-0011-4dff-9d74-dc4f988d0c56 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a64ee34a8f2b42c7be2c398684b72133", "links": {"self": "http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133"}, "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj-role"}} 2019-01-03 11:19:03,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b5e87a3-0011-4dff-9d74-dc4f988d0c56 2019-01-03 11:19:03,803 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-fa323464-76a5-444-proj-role 2019-01-03 11:19:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:03,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d441f7-b281-48dc-a515-a58c10a18ea3 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133"}, "domain_id": null, "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj-role", "id": "a64ee34a8f2b42c7be2c398684b72133"}} 2019-01-03 11:19:03,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133 used request id req-13d441f7-b281-48dc-a515-a58c10a18ea3 2019-01-03 11:19:03,824 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-fa323464-76a5-444-proj-role to project CreateNetworkSuccessTests-fa323464-76a5-444-proj 2019-01-03 11:19:03,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e/users/c72d5ef4b4194d7493faf129f85579db/roles/a64ee34a8f2b42c7be2c398684b72133 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:03,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6af81a-d3b2-4450-acdc-2ff8abdb6fc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:03,961 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e/users/c72d5ef4b4194d7493faf129f85579db/roles/a64ee34a8f2b42c7be2c398684b72133 used request id req-9f6af81a-d3b2-4450-acdc-2ff8abdb6fc6 2019-01-03 11:19:03,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:03,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:04,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a64ee34a8f2b42c7be2c398684b72133", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj-role"}], "expires_at": "2019-01-03T12:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fd9bb8e680646219c33b8329e472a9e", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fa323464-76a5-444-user", "id": "c72d5ef4b4194d7493faf129f85579db"}, "audit_ids": ["aSEknzCaRGutB9YUWIysAA"], "issued_at": "2019-01-03T11:19:04.000000Z"}} 2019-01-03 11:19:04,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:04,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ab1a3d-9349-4be4-874d-b2d933251893 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:04,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e3ab1a3d-9349-4be4-874d-b2d933251893 2019-01-03 11:19:04,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:04,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-24c00f1a-4702-42bd-8f30-c0c24efe26a4 Date: Thu, 03 Jan 2019 11:19:04 GMT RESP BODY: {"networks":[]} 2019-01-03 11:19:04,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net used request id req-24c00f1a-4702-42bd-8f30-c0c24efe26a4 2019-01-03 11:19:04,591 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net 2019-01-03 11:19:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" -d '{"network": {"name": "CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net", "admin_state_up": true}}' 2019-01-03 11:19:05,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b468ba76-3997-4664-8e8d-4ef435e4037b Date: Thu, 03 Jan 2019 11:19:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"616580c3-364d-49e8-a1b5-7f3b67303e67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0fd9bb8e680646219c33b8329e472a9e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:19:05Z","is_default":false,"name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:04Z","mtu":1450}} 2019-01-03 11:19:05,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b468ba76-3997-4664-8e8d-4ef435e4037b 2019-01-03 11:19:05,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:05,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-66f1d688-18c6-4e33-9234-4943b1c457d5 Date: Thu, 03 Jan 2019 11:19:05 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":"2019-01-03T11:19:05Z","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"616580c3-364d-49e8-a1b5-7f3b67303e67","name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net"}]} 2019-01-03 11:19:05,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-66f1d688-18c6-4e33-9234-4943b1c457d5 2019-01-03 11:19:05,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:05,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-14d19fc5-7030-4d06-b86e-5e8c8eb0a447 Date: Thu, 03 Jan 2019 11:19:05 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:19:05,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-14d19fc5-7030-4d06-b86e-5e8c8eb0a447 2019-01-03 11:19:05,662 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet 2019-01-03 11:19:05,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" -d '{"subnets": [{"ip_version": 4, "network_id": "616580c3-364d-49e8-a1b5-7f3b67303e67", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet"}]}' 2019-01-03 11:19:06,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5af6f192-3868-4beb-86d6-90641b80231c Date: Thu, 03 Jan 2019 11:19:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"616580c3-364d-49e8-a1b5-7f3b67303e67","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:19:06Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"bdd3bc93-db48-423b-899f-f20ac33a3507","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet"}]} 2019-01-03 11:19:06,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-5af6f192-3868-4beb-86d6-90641b80231c 2019-01-03 11:19:06,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:06,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4784e635-08ad-423c-9750-1758f777e633 Date: Thu, 03 Jan 2019 11:19: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":["bdd3bc93-db48-423b-899f-f20ac33a3507"],"updated_at":"2019-01-03T11:19:06Z","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"616580c3-364d-49e8-a1b5-7f3b67303e67","name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net"}]} 2019-01-03 11:19:06,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-4784e635-08ad-423c-9750-1758f777e633 2019-01-03 11:19:06,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:06,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-82c74d22-d8a1-4b13-836c-f97b6cdfb5a5 Date: Thu, 03 Jan 2019 11:19:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"616580c3-364d-49e8-a1b5-7f3b67303e67","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"bdd3bc93-db48-423b-899f-f20ac33a3507","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet"}]} 2019-01-03 11:19:06,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-82c74d22-d8a1-4b13-836c-f97b6cdfb5a5 2019-01-03 11:19:06,776 - OpenStackNetwork - DEBUG - Network [616580c3-364d-49e8-a1b5-7f3b67303e67] created successfully 2019-01-03 11:19:06,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:06,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:07,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a64ee34a8f2b42c7be2c398684b72133", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj-role"}], "expires_at": "2019-01-03T12:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fd9bb8e680646219c33b8329e472a9e", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/0fd9bb8e680646219c33b8329e472a9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-fa323464-76a5-444-user", "id": "c72d5ef4b4194d7493faf129f85579db"}, "audit_ids": ["uWgaQ63EQUWzSbg2C2Xtzg"], "issued_at": "2019-01-03T11:19:07.000000Z"}} 2019-01-03 11:19:07,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b9dc4996b4c37d27f0d22c83303bc7dccc0211" 2019-01-03 11:19:07,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b892b13-579d-4a9e-aa1e-7801170a4c76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:07,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9b892b13-579d-4a9e-aa1e-7801170a4c76 2019-01-03 11:19:07,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b9dc4996b4c37d27f0d22c83303bc7dccc0211" 2019-01-03 11:19:07,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9ce9865a-71e9-4805-a89e-6447a491f172 Date: Thu, 03 Jan 2019 11:19: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":["bdd3bc93-db48-423b-899f-f20ac33a3507"],"updated_at":"2019-01-03T11:19:06Z","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"616580c3-364d-49e8-a1b5-7f3b67303e67","name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net"}]} 2019-01-03 11:19:07,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net used request id req-9ce9865a-71e9-4805-a89e-6447a491f172 2019-01-03 11:19:07,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:07,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:07,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b9dc4996b4c37d27f0d22c83303bc7dccc0211" 2019-01-03 11:19:07,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfe9993-7845-4a82-9ffc-485dc64fae06 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e"}, "enabled": true, "id": "0fd9bb8e680646219c33b8329e472a9e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}} 2019-01-03 11:19:07,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e used request id req-acfe9993-7845-4a82-9ffc-485dc64fae06 2019-01-03 11:19:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3b9dc4996b4c37d27f0d22c83303bc7dccc0211" 2019-01-03 11:19:07,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-98c580ae-72aa-41fa-8264-f81fbc546935 Date: Thu, 03 Jan 2019 11:19:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"616580c3-364d-49e8-a1b5-7f3b67303e67","tenant_id":"0fd9bb8e680646219c33b8329e472a9e","created_at":"2019-01-03T11:19:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:19:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"0fd9bb8e680646219c33b8329e472a9e","id":"bdd3bc93-db48-423b-899f-f20ac33a3507","subnetpool_id":null,"name":"CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet"}]} 2019-01-03 11:19:07,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-98c580ae-72aa-41fa-8264-f81fbc546935 2019-01-03 11:19:07,814 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet 2019-01-03 11:19:07,815 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-subnet 2019-01-03 11:19:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/bdd3bc93-db48-423b-899f-f20ac33a3507 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:09,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b32670e5-e11c-4404-b51b-c9271ebe48ed Date: Thu, 03 Jan 2019 11:19:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:09,894 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/bdd3bc93-db48-423b-899f-f20ac33a3507 used request id req-b32670e5-e11c-4404-b51b-c9271ebe48ed 2019-01-03 11:19:09,894 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-a6c915b5-26c7-4bba-91ff-b089647ca212-pub-net 2019-01-03 11:19:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/616580c3-364d-49e8-a1b5-7f3b67303e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b223642e34063e17d4c678c1a30debad11792d6" 2019-01-03 11:19:11,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e24eb00c-a4e5-49e9-83c3-05a3e0451194 Date: Thu, 03 Jan 2019 11:19:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:11,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/616580c3-364d-49e8-a1b5-7f3b67303e67 used request id req-e24eb00c-a4e5-49e9-83c3-05a3e0451194 2019-01-03 11:19:11,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:11,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-64331456-71cf-4f6c-a45b-68348d482138 Date: Thu, 03 Jan 2019 11:19:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "created_at": "2019-01-03T11:19:04Z", "updated_at": "2019-01-03T11:19:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "revision_number": 0, "id": "3788169e-520b-4ece-8111-bf2c70be470d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd9bb8e680646219c33b8329e472a9e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "revision_number": 0, "id": "8a3519d7-e475-4030-8a76-1813e8438112", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd9bb8e680646219c33b8329e472a9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "revision_number": 0, "id": "ceaade31-a6ca-4a75-a188-211df5cb1ae2", "remote_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "remote_ip_prefix": null, "created_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fd9bb8e680646219c33b8329e472a9e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "revision_number": 0, "id": "f15dd09b-a4d4-4969-a480-c127768826ee", "remote_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "remote_ip_prefix": null, "created_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fd9bb8e680646219c33b8329e472a9e"}], "revision_number": 4, "project_id": "0fd9bb8e680646219c33b8329e472a9e", "id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:19:11,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-64331456-71cf-4f6c-a45b-68348d482138 2019-01-03 11:19:11,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:11,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-002439c3-3201-414c-91a4-353d29028b72 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:19:11,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-002439c3-3201-414c-91a4-353d29028b72 2019-01-03 11:19:11,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:11,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fcb6683-4191-4de2-b337-d2c9c47837f5 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:19:11,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-8fcb6683-4191-4de2-b337-d2c9c47837f5 2019-01-03 11:19:11,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:11,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0f84c18-200f-4d38-accc-b5ec12761047 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e"}, "enabled": true, "id": "0fd9bb8e680646219c33b8329e472a9e", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-fa323464-76a5-444-proj"}} 2019-01-03 11:19:11,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e used request id req-f0f84c18-200f-4d38-accc-b5ec12761047 2019-01-03 11:19:11,595 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 99434db8-98f3-4460-9d7c-33df9074ceaa 2019-01-03 11:19:11,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=99434db8-98f3-4460-9d7c-33df9074ceaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b87786e8-a8f0-4dda-a78b-7cbdac0ea09c Date: Thu, 03 Jan 2019 11:19: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": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "created_at": "2019-01-03T11:19:04Z", "project_id": "0fd9bb8e680646219c33b8329e472a9e", "id": "3788169e-520b-4ece-8111-bf2c70be470d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "created_at": "2019-01-03T11:19:04Z", "project_id": "0fd9bb8e680646219c33b8329e472a9e", "id": "8a3519d7-e475-4030-8a76-1813e8438112"}, {"remote_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "created_at": "2019-01-03T11:19:04Z", "project_id": "0fd9bb8e680646219c33b8329e472a9e", "id": "ceaade31-a6ca-4a75-a188-211df5cb1ae2"}, {"remote_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:19:04Z", "security_group_id": "99434db8-98f3-4460-9d7c-33df9074ceaa", "port_range_min": null, "revision_number": 0, "tenant_id": "0fd9bb8e680646219c33b8329e472a9e", "created_at": "2019-01-03T11:19:04Z", "project_id": "0fd9bb8e680646219c33b8329e472a9e", "id": "f15dd09b-a4d4-4969-a480-c127768826ee"}]} 2019-01-03 11:19:11,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=99434db8-98f3-4460-9d7c-33df9074ceaa used request id req-b87786e8-a8f0-4dda-a78b-7cbdac0ea09c 2019-01-03 11:19:11,785 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:19:11,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/99434db8-98f3-4460-9d7c-33df9074ceaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:12,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbb6e2f8-fce2-412d-b874-6f45155c4ac5 Content-Length: 0 Date: Thu, 03 Jan 2019 11:19:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:12,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/99434db8-98f3-4460-9d7c-33df9074ceaa used request id req-dbb6e2f8-fce2-412d-b874-6f45155c4ac5 2019-01-03 11:19:12,065 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-fa323464-76a5-444-proj 2019-01-03 11:19:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:12,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c220a874-8474-450d-a2a0-6ecbeb29c36e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:12,291 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0fd9bb8e680646219c33b8329e472a9e used request id req-c220a874-8474-450d-a2a0-6ecbeb29c36e 2019-01-03 11:19:12,291 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-fa323464-76a5-444-proj-role 2019-01-03 11:19:12,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:12,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85284795-da20-4e5c-9e0c-9ead97f0094a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:12,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a64ee34a8f2b42c7be2c398684b72133 used request id req-85284795-da20-4e5c-9e0c-9ead97f0094a 2019-01-03 11:19:12,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b9d581ae918387deba9343905ab9eb4de9c40" 2019-01-03 11:19:12,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4300293-1c86-47ab-b839-49bd676d1902 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:12,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f4300293-1c86-47ab-b839-49bd676d1902 2019-01-03 11:19:12,485 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-fa323464-76a5-444-user 2019-01-03 11:19:12,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c72d5ef4b4194d7493faf129f85579db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5349afbb7548d4a7869c50fece79cfb87ac12266" 2019-01-03 11:19:12,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21ed5de8-461a-45ec-8f7e-55a6c6a74f4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:12,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c72d5ef4b4194d7493faf129f85579db used request id req-21ed5de8-461a-45ec-8f7e-55a6c6a74f4d 2019-01-03 11:19:12,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:13,075 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["BOSffgZFS0CIKl6ZH81U1g"], "issued_at": "2019-01-03T11:19:13.000000Z"}} 2019-01-03 11:19:13,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa95dc3532b7a44d5ce985543f4db9efff3ea47a" 2019-01-03 11:19:13,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aed132f-0022-4d0c-8eaf-4669eca37465 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:13,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1aed132f-0022-4d0c-8eaf-4669eca37465 2019-01-03 11:19:13,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:13,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:13,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["u9ko52dSTxaUlYaNHOw6Ig"], "issued_at": "2019-01-03T11:19:13.000000Z"}} 2019-01-03 11:19:13,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:13,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-900aa900-b024-4216-880d-d4d57782e040 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:13,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-900aa900-b024-4216-880d-d4d57782e040 2019-01-03 11:19:13,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:13,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:13,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:13,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa88fa8e-7c87-4581-9211-49f04fea8af9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:19:13,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj used request id req-aa88fa8e-7c87-4581-9211-49f04fea8af9 2019-01-03 11:19:13,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:13,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b746668-3dcd-4b87-886c-fc00d476756c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:13,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3b746668-3dcd-4b87-886c-fc00d476756c 2019-01-03 11:19:13,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}}' 2019-01-03 11:19:13,946 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1951d176-2523-4c6b-abd6-a5d2b7d4e096 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b"}, "enabled": true, "id": "f0364646fc264713bbb90179e5411f5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}} 2019-01-03 11:19:13,946 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1951d176-2523-4c6b-abd6-a5d2b7d4e096 2019-01-03 11:19:13,947 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d13468bd-6aa4-458-proj 2019-01-03 11:19:13,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:13,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:14,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_bOFepa5SduxG3FT-Ai8cA"], "issued_at": "2019-01-03T11:19:14.000000Z"}} 2019-01-03 11:19:14,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8ae46ef6f6b84954e1b20d1daa1091dc99ee23" 2019-01-03 11:19:14,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5d01bd-bd0b-4e08-9929-9301d3926c30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:14,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5d5d01bd-bd0b-4e08-9929-9301d3926c30 2019-01-03 11:19:14,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:14,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:14,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8ae46ef6f6b84954e1b20d1daa1091dc99ee23" 2019-01-03 11:19:14,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8206af14-65bf-49b1-937c-de05cd17e304 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:19:14,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-8206af14-65bf-49b1-937c-de05cd17e304 2019-01-03 11:19:14,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8ae46ef6f6b84954e1b20d1daa1091dc99ee23" 2019-01-03 11:19:14,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3273e491-a00b-4fd9-a891-6cd481de9481 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b"}, "enabled": true, "id": "f0364646fc264713bbb90179e5411f5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}]} 2019-01-03 11:19:14,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-d13468bd-6aa4-458-proj used request id req-3273e491-a00b-4fd9-a891-6cd481de9481 2019-01-03 11:19:14,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8ae46ef6f6b84954e1b20d1daa1091dc99ee23" 2019-01-03 11:19:14,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd4c140-749f-4d56-9c9a-ab03ceaac2df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:14,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ccd4c140-749f-4d56-9c9a-ab03ceaac2df 2019-01-03 11:19:14,957 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d13468bd-6aa4-458-user 2019-01-03 11:19:14,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:14,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:15,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3a2382-bf23-48dc-a101-15d10264a67b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:15,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c3a2382-bf23-48dc-a101-15d10264a67b 2019-01-03 11:19:15,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" -d '{"role": {"name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role"}}' 2019-01-03 11:19:15,166 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03ca1246-33df-4670-bbd4-5d7daaab67ca Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dba9800011974c85a9f69ccfa046680e", "links": {"self": "http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e"}, "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role"}} 2019-01-03 11:19:15,166 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-03ca1246-33df-4670-bbd4-5d7daaab67ca 2019-01-03 11:19:15,167 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role 2019-01-03 11:19:15,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:15,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd74ec3-e61b-4628-a7c9-64563812a082 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e"}, "domain_id": null, "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role", "id": "dba9800011974c85a9f69ccfa046680e"}} 2019-01-03 11:19:15,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e used request id req-bcd74ec3-e61b-4628-a7c9-64563812a082 2019-01-03 11:19:15,188 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role to project CreateRouterSuccessTests-d13468bd-6aa4-458-proj 2019-01-03 11:19:15,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b/users/d44766ed7fc7492aac5fa8d5aff6dfd5/roles/dba9800011974c85a9f69ccfa046680e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:15,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a9100a9-e557-454f-b5f7-e69a665b1efb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:15,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b/users/d44766ed7fc7492aac5fa8d5aff6dfd5/roles/dba9800011974c85a9f69ccfa046680e used request id req-8a9100a9-e557-454f-b5f7-e69a665b1efb 2019-01-03 11:19:15,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:15,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:15,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dba9800011974c85a9f69ccfa046680e", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role"}], "expires_at": "2019-01-03T12:19:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0364646fc264713bbb90179e5411f5b", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-user", "id": "d44766ed7fc7492aac5fa8d5aff6dfd5"}, "audit_ids": ["_1DhKu16THKeFbGyC3SioA"], "issued_at": "2019-01-03T11:19:15.000000Z"}} 2019-01-03 11:19:15,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:15,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-debe5121-e1df-4450-adbd-967dfb4ce4dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:15,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-debe5121-e1df-4450-adbd-967dfb4ce4dd 2019-01-03 11:19:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:15,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0d748690-5a2c-4ce4-b908-67def2f3c5f8 Date: Thu, 03 Jan 2019 11:19:15 GMT RESP BODY: {"routers": []} 2019-01-03 11:19:15,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True used request id req-0d748690-5a2c-4ce4-b908-67def2f3c5f8 2019-01-03 11:19:15,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:15,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:16,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dba9800011974c85a9f69ccfa046680e", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role"}], "expires_at": "2019-01-03T12:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0364646fc264713bbb90179e5411f5b", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-user", "id": "d44766ed7fc7492aac5fa8d5aff6dfd5"}, "audit_ids": ["kSHXRhDWQeKGTRpk1U0b4w"], "issued_at": "2019-01-03T11:19:16.000000Z"}} 2019-01-03 11:19:16,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8509a5ce9e0b54a0887855d44570aeee3e03c92" 2019-01-03 11:19:16,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3e4472-b69b-46c2-96c1-460e676ca3a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:16,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4c3e4472-b69b-46c2-96c1-460e676ca3a8 2019-01-03 11:19:16,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:16,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e37cef1b-8077-47e7-8d3f-fe82527be133 Date: Thu, 03 Jan 2019 11:19:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:19:16,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e37cef1b-8077-47e7-8d3f-fe82527be133 2019-01-03 11:19:16,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:16,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc5b9547-fa77-4d11-9bd0-fa4b5c421834 Date: Thu, 03 Jan 2019 11:19:16 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:19:16,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-fc5b9547-fa77-4d11-9bd0-fa4b5c421834 2019-01-03 11:19:16,872 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router 2019-01-03 11:19:16,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router", "admin_state_up": true}}' 2019-01-03 11:19:21,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-7f5320f8-6220-4140-b9eb-92855bb6bb3e Date: Thu, 03 Jan 2019 11:19:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f0364646fc264713bbb90179e5411f5b", "created_at": "2019-01-03T11:19:17Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:18Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "f0364646fc264713bbb90179e5411f5b", "id": "8f538afd-879c-44d5-adfa-667fac755f7d", "name": "CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router"}} 2019-01-03 11:19:21,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-7f5320f8-6220-4140-b9eb-92855bb6bb3e 2019-01-03 11:19:21,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:22,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0a058051-ebac-4c6c-9144-a7ec4607b12b Date: Thu, 03 Jan 2019 11:19:22 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:22,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d used request id req-0a058051-ebac-4c6c-9144-a7ec4607b12b 2019-01-03 11:19:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:22,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-569db2e4-ff25-4b41-964e-376878308ac6 Date: Thu, 03 Jan 2019 11:19:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f0364646fc264713bbb90179e5411f5b", "created_at": "2019-01-03T11:19:17Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:21Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "f0364646fc264713bbb90179e5411f5b", "id": "8f538afd-879c-44d5-adfa-667fac755f7d", "name": "CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router"}} 2019-01-03 11:19:22,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d used request id req-569db2e4-ff25-4b41-964e-376878308ac6 2019-01-03 11:19:22,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:22,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-764d4674-6fe2-44e1-b5cd-7839cdfad13e Date: Thu, 03 Jan 2019 11:19:22 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:22,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d used request id req-764d4674-6fe2-44e1-b5cd-7839cdfad13e 2019-01-03 11:19:22,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:22,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dba9800011974c85a9f69ccfa046680e", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role"}], "expires_at": "2019-01-03T12:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f0364646fc264713bbb90179e5411f5b", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f0364646fc264713bbb90179e5411f5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-user", "id": "d44766ed7fc7492aac5fa8d5aff6dfd5"}, "audit_ids": ["5tsAKNc_Ri6YQA1_S69Z_Q"], "issued_at": "2019-01-03T11:19:22.000000Z"}} 2019-01-03 11:19:22,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c594c6d9f028ab1faa8858e68c09c87bdb5ef5" 2019-01-03 11:19:23,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-6fcab9c0-9bc8-4469-af9c-a6737d2bacbb Date: Thu, 03 Jan 2019 11:19:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f0364646fc264713bbb90179e5411f5b", "created_at": "2019-01-03T11:19:17Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:21Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "f0364646fc264713bbb90179e5411f5b", "id": "8f538afd-879c-44d5-adfa-667fac755f7d", "name": "CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router"}]} 2019-01-03 11:19:23,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True used request id req-6fcab9c0-9bc8-4469-af9c-a6737d2bacbb 2019-01-03 11:19:23,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:23,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:23,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa95dc3532b7a44d5ce985543f4db9efff3ea47a" 2019-01-03 11:19:23,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23cc2ee4-ed08-4feb-b898-31282a00e639 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b"}, "enabled": true, "id": "f0364646fc264713bbb90179e5411f5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-d13468bd-6aa4-458-proj"}} 2019-01-03 11:19:23,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b used request id req-23cc2ee4-ed08-4feb-b898-31282a00e639 2019-01-03 11:19:23,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c594c6d9f028ab1faa8858e68c09c87bdb5ef5" 2019-01-03 11:19:23,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0335d70a-8b22-46fe-8957-248959884ece Date: Thu, 03 Jan 2019 11:19:23 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:23,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=8f538afd-879c-44d5-adfa-667fac755f7d used request id req-0335d70a-8b22-46fe-8957-248959884ece 2019-01-03 11:19:23,301 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router 2019-01-03 11:19:23,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c594c6d9f028ab1faa8858e68c09c87bdb5ef5" 2019-01-03 11:19:27,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd93b019-0a0b-4b78-8611-74ded2788ea8 Content-Length: 0 Date: Thu, 03 Jan 2019 11:19:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:27,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d used request id req-bd93b019-0a0b-4b78-8611-74ded2788ea8 2019-01-03 11:19:27,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2c594c6d9f028ab1faa8858e68c09c87bdb5ef5" 2019-01-03 11:19:27,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d977b687-8082-4a64-b9a1-3420d68a8a0d Date: Thu, 03 Jan 2019 11:19:27 GMT RESP BODY: {"routers": []} 2019-01-03 11:19:27,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router&admin_state_up=True used request id req-d977b687-8082-4a64-b9a1-3420d68a8a0d 2019-01-03 11:19:27,632 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router 2019-01-03 11:19:27,632 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-942ed5ec-cc86-4fd9-a4a7-5acdbe5be98c-pub-router 2019-01-03 11:19:27,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ab8cc233f8bffd5a510e992593d6346f2ea52d" 2019-01-03 11:19:27,838 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-6f63b7bb-97cd-43d6-9e1b-6a39a12afbed Date: Thu, 03 Jan 2019 11:19:27 GMT RESP BODY: {"NeutronError": {"message": "Router 8f538afd-879c-44d5-adfa-667fac755f7d could not be found", "type": "RouterNotFound", "detail": ""}} 2019-01-03 11:19:27,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8f538afd-879c-44d5-adfa-667fac755f7d used request id req-6f63b7bb-97cd-43d6-9e1b-6a39a12afbed 2019-01-03 11:19:27,838 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 8f538afd-879c-44d5-adfa-667fac755f7d could not be found", "type": "RouterNotFound", "detail": ""}} 2019-01-03 11:19:27,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4709bfc3-19ef-4fe9-a51d-341c3eded3c1 Date: Thu, 03 Jan 2019 11:19:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:19:28,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4709bfc3-19ef-4fe9-a51d-341c3eded3c1 2019-01-03 11:19:28,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12705d50-db6f-4bc7-8cce-1c338c46422f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:19:28,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-12705d50-db6f-4bc7-8cce-1c338c46422f 2019-01-03 11:19:28,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4815700a-1a60-4958-afc7-bbd8414fe732 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:19:28,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4815700a-1a60-4958-afc7-bbd8414fe732 2019-01-03 11:19:28,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef363a3a-0235-423f-ae24-d4299e7f4f3b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:19:28,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ef363a3a-0235-423f-ae24-d4299e7f4f3b 2019-01-03 11:19:28,352 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d13468bd-6aa4-458-proj 2019-01-03 11:19:28,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a8f13aa-79cc-4a66-a37a-e1b84d84a6fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:28,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f0364646fc264713bbb90179e5411f5b used request id req-4a8f13aa-79cc-4a66-a37a-e1b84d84a6fe 2019-01-03 11:19:28,547 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d13468bd-6aa4-458-proj-role 2019-01-03 11:19:28,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66a78250-ddcf-4afb-b7b1-80da9ce0fd11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:28,652 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/dba9800011974c85a9f69ccfa046680e used request id req-66a78250-ddcf-4afb-b7b1-80da9ce0fd11 2019-01-03 11:19:28,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0985051ffb2c0863c6b99d7e217baf02511563c8" 2019-01-03 11:19:28,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b779410-6663-4186-92a6-aa3401e3ed4a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:28,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7b779410-6663-4186-92a6-aa3401e3ed4a 2019-01-03 11:19:28,750 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d13468bd-6aa4-458-user 2019-01-03 11:19:28,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d44766ed7fc7492aac5fa8d5aff6dfd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8ae46ef6f6b84954e1b20d1daa1091dc99ee23" 2019-01-03 11:19:28,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35f891c6-ef05-4770-a309-0dde1a7f9e00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:28,937 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d44766ed7fc7492aac5fa8d5aff6dfd5 used request id req-35f891c6-ef05-4770-a309-0dde1a7f9e00 2019-01-03 11:19:28,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:29,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QDg2amVMSF6BcCRFYBifgQ"], "issued_at": "2019-01-03T11:19:29.000000Z"}} 2019-01-03 11:19:29,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddc022e8b02baa4ccad52eaa334a8f69f70fafa" 2019-01-03 11:19:29,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd634e43-d6b6-44ed-9b04-38cdb5d76a00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:29,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bd634e43-d6b6-44ed-9b04-38cdb5d76a00 2019-01-03 11:19:29,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:29,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:29,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["uzK_KJTETWqiABSP8dxR3w"], "issued_at": "2019-01-03T11:19:29.000000Z"}} 2019-01-03 11:19:29,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:29,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deade8d1-8ac5-4ace-8f04-ff759161261c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:29,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-deade8d1-8ac5-4ace-8f04-ff759161261c 2019-01-03 11:19:29,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:29,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:29,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:29,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab833f53-6248-435d-87b5-0b01015b6adf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:19:29,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj used request id req-ab833f53-6248-435d-87b5-0b01015b6adf 2019-01-03 11:19:29,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:30,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786a8411-aacc-4877-bdaa-8327120dc774 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:30,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-786a8411-aacc-4877-bdaa-8327120dc774 2019-01-03 11:19:30,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}}' 2019-01-03 11:19:30,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fba9dcf0-6eeb-4daa-9c68-ce3541fc7ec6 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae"}, "enabled": true, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}} 2019-01-03 11:19:30,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-fba9dcf0-6eeb-4daa-9c68-ce3541fc7ec6 2019-01-03 11:19:30,179 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj 2019-01-03 11:19:30,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:30,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:30,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["BtK_f6vYRg69RoIe1aN0dw"], "issued_at": "2019-01-03T11:19:30.000000Z"}} 2019-01-03 11:19:30,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df40f6f1e765ddc81dddf494b0ebd3c10069f2a7" 2019-01-03 11:19:30,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-554d4cdd-7681-4a63-ae7f-fe95d35d5207 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:30,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-554d4cdd-7681-4a63-ae7f-fe95d35d5207 2019-01-03 11:19:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:30,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:30,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df40f6f1e765ddc81dddf494b0ebd3c10069f2a7" 2019-01-03 11:19:30,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916894a2-e7c4-4b81-8f76-cc2e7aadc4f1 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:19:30,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-916894a2-e7c4-4b81-8f76-cc2e7aadc4f1 2019-01-03 11:19:30,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df40f6f1e765ddc81dddf494b0ebd3c10069f2a7" 2019-01-03 11:19:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b847907-c781-4416-a615-391b18980e09 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae"}, "enabled": true, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}]} 2019-01-03 11:19:30,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj used request id req-5b847907-c781-4416-a615-391b18980e09 2019-01-03 11:19:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df40f6f1e765ddc81dddf494b0ebd3c10069f2a7" 2019-01-03 11:19:30,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f0dfe3-9f02-44a9-8d36-71fe569a4c45 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:30,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-68f0dfe3-9f02-44a9-8d36-71fe569a4c45 2019-01-03 11:19:31,329 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-user 2019-01-03 11:19:31,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:31,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7f2e72-3d2b-4c99-a0e3-463d1fe2e5a7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:31,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a7f2e72-3d2b-4c99-a0e3-463d1fe2e5a7 2019-01-03 11:19:31,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" -d '{"role": {"name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role"}}' 2019-01-03 11:19:31,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e32f546b-c80a-42bd-805f-00e010c6be76 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d245f5f5f9f643da9bf5dc78bea57764", "links": {"self": "http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764"}, "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role"}} 2019-01-03 11:19:31,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e32f546b-c80a-42bd-805f-00e010c6be76 2019-01-03 11:19:31,467 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role 2019-01-03 11:19:31,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:31,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62386337-c099-4400-a525-451947ed40b9 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764"}, "domain_id": null, "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role", "id": "d245f5f5f9f643da9bf5dc78bea57764"}} 2019-01-03 11:19:31,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764 used request id req-62386337-c099-4400-a525-451947ed40b9 2019-01-03 11:19:31,560 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role to project CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj 2019-01-03 11:19:31,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae/users/6d4c87f94d7d4404aa2c996983916ef9/roles/d245f5f5f9f643da9bf5dc78bea57764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:31,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ca45cf2-ceb9-4398-9ca7-98051fc7cbe2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:31,678 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae/users/6d4c87f94d7d4404aa2c996983916ef9/roles/d245f5f5f9f643da9bf5dc78bea57764 used request id req-8ca45cf2-ceb9-4398-9ca7-98051fc7cbe2 2019-01-03 11:19:31,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:31,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:32,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d245f5f5f9f643da9bf5dc78bea57764", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role"}], "expires_at": "2019-01-03T12:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-user", "id": "6d4c87f94d7d4404aa2c996983916ef9"}, "audit_ids": ["GAcYVRyfQy-0sXF4MTMUHQ"], "issued_at": "2019-01-03T11:19:32.000000Z"}} 2019-01-03 11:19:32,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:32,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e932b0-318c-4698-b570-3cdf1c88abf1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:32,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-21e932b0-318c-4698-b570-3cdf1c88abf1 2019-01-03 11:19:32,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:32,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2b88fd24-9970-4940-aca3-86c3d2169748 Date: Thu, 03 Jan 2019 11:19:32 GMT RESP BODY: {"routers": []} 2019-01-03 11:19:32,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router&admin_state_up=True used request id req-2b88fd24-9970-4940-aca3-86c3d2169748 2019-01-03 11:19:32,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:32,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:32,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d245f5f5f9f643da9bf5dc78bea57764", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role"}], "expires_at": "2019-01-03T12:19:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-user", "id": "6d4c87f94d7d4404aa2c996983916ef9"}, "audit_ids": ["O5Klm2pfRU6abFPgfDPy1w"], "issued_at": "2019-01-03T11:19:32.000000Z"}} 2019-01-03 11:19:32,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a4263cc00b9a4ccf2171a726bae56e20ff1cce7" 2019-01-03 11:19:32,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a761d64-fa58-4b39-949a-d3879465b3d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:32,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6a761d64-fa58-4b39-949a-d3879465b3d6 2019-01-03 11:19:32,873 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router 2019-01-03 11:19:32,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" -d '{"router": {"name": "CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router", "admin_state_up": true}}' 2019-01-03 11:19:36,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-e6d24a81-a7b6-4f0f-8e40-5098b4e7cd04 Date: Thu, 03 Jan 2019 11:19:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "created_at": "2019-01-03T11:19:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:33Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "id": "99a18633-b79d-42a6-aa0a-a31d81dab38b", "name": "CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router"}} 2019-01-03 11:19:36,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-e6d24a81-a7b6-4f0f-8e40-5098b4e7cd04 2019-01-03 11:19:36,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:36,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-008e4d3b-e30d-4fb1-a8a5-be06176dfbd7 Date: Thu, 03 Jan 2019 11:19:36 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:36,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b used request id req-008e4d3b-e30d-4fb1-a8a5-be06176dfbd7 2019-01-03 11:19:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/99a18633-b79d-42a6-aa0a-a31d81dab38b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:36,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-f3476109-5cf6-4457-b9a1-f9bfe308db20 Date: Thu, 03 Jan 2019 11:19:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "created_at": "2019-01-03T11:19:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:36Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "id": "99a18633-b79d-42a6-aa0a-a31d81dab38b", "name": "CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router"}} 2019-01-03 11:19:36,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/99a18633-b79d-42a6-aa0a-a31d81dab38b used request id req-f3476109-5cf6-4457-b9a1-f9bfe308db20 2019-01-03 11:19:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:37,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6baf90b1-3a4d-4ed3-9001-a933caf542bd Date: Thu, 03 Jan 2019 11:19:37 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:37,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b used request id req-6baf90b1-3a4d-4ed3-9001-a933caf542bd 2019-01-03 11:19:37,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:37,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d245f5f5f9f643da9bf5dc78bea57764", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role"}], "expires_at": "2019-01-03T12:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e82fc1edebd14c5c82a647cc45b8a9ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-user", "id": "6d4c87f94d7d4404aa2c996983916ef9"}, "audit_ids": ["hXzzVKxnTVuSnInu19Q_cA"], "issued_at": "2019-01-03T11:19:37.000000Z"}} 2019-01-03 11:19:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7099b6e7dbfbfa26a09d97743e24ebaefda8ca42" 2019-01-03 11:19:37,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-848783c1-ef2d-41c1-8164-66addc28b486 Date: Thu, 03 Jan 2019 11:19:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "created_at": "2019-01-03T11:19:33Z", "admin_state_up": true, "updated_at": "2019-01-03T11:19:36Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "e82fc1edebd14c5c82a647cc45b8a9ae", "id": "99a18633-b79d-42a6-aa0a-a31d81dab38b", "name": "CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router"}]} 2019-01-03 11:19:37,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router&admin_state_up=True used request id req-848783c1-ef2d-41c1-8164-66addc28b486 2019-01-03 11:19:37,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:37,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:37,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddc022e8b02baa4ccad52eaa334a8f69f70fafa" 2019-01-03 11:19:37,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc38eb2b-84f3-4a01-b455-609dbc73089f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae"}, "enabled": true, "id": "e82fc1edebd14c5c82a647cc45b8a9ae", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj"}} 2019-01-03 11:19:37,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae used request id req-fc38eb2b-84f3-4a01-b455-609dbc73089f 2019-01-03 11:19:37,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7099b6e7dbfbfa26a09d97743e24ebaefda8ca42" 2019-01-03 11:19:38,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-60193949-3bfb-47d6-b536-b06575917c48 Date: Thu, 03 Jan 2019 11:19:38 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:38,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=99a18633-b79d-42a6-aa0a-a31d81dab38b used request id req-60193949-3bfb-47d6-b536-b06575917c48 2019-01-03 11:19:38,139 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router 2019-01-03 11:19:38,139 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c6717d03-5db0-4bf6-8ac4-6de4a67e3c86-pub-router 2019-01-03 11:19:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/99a18633-b79d-42a6-aa0a-a31d81dab38b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6905edc94e902a2ebccf6a0e49801b9bee7a9899" 2019-01-03 11:19:40,823 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b12865a-2777-4d0e-bda4-539d78a4a365 Content-Length: 0 Date: Thu, 03 Jan 2019 11:19:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:40,823 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/99a18633-b79d-42a6-aa0a-a31d81dab38b used request id req-7b12865a-2777-4d0e-bda4-539d78a4a365 2019-01-03 11:19:40,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f705af78-e957-4666-a19f-55add763843d Date: Thu, 03 Jan 2019 11:19:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:19:41,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f705af78-e957-4666-a19f-55add763843d 2019-01-03 11:19:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a53717a-4943-40d9-b48d-4b6281a7186a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:19:41,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-3a53717a-4943-40d9-b48d-4b6281a7186a 2019-01-03 11:19:41,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cc7e1d-700a-46db-bc66-a598f2835bce 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:19:41,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-31cc7e1d-700a-46db-bc66-a598f2835bce 2019-01-03 11:19:41,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44234773-cd9b-4af6-8167-1d00e71940e5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:19:41,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-44234773-cd9b-4af6-8167-1d00e71940e5 2019-01-03 11:19:41,334 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj 2019-01-03 11:19:41,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-504c166b-68d2-431e-a287-b16c13ab0694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:41,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e82fc1edebd14c5c82a647cc45b8a9ae used request id req-504c166b-68d2-431e-a287-b16c13ab0694 2019-01-03 11:19:41,554 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-proj-role 2019-01-03 11:19:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af8bcf7e-6b54-4265-a90c-215b6d3bcb2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:41,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d245f5f5f9f643da9bf5dc78bea57764 used request id req-af8bcf7e-6b54-4265-a90c-215b6d3bcb2b 2019-01-03 11:19:41,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccc46e3b7fb2eb6a76c4f3192e135e47c8fcea63" 2019-01-03 11:19:41,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09dc6c32-62bf-4b6e-a7db-4136a31c1213 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:41,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-09dc6c32-62bf-4b6e-a7db-4136a31c1213 2019-01-03 11:19:41,770 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-c6d4115e-dc6e-4a6-user 2019-01-03 11:19:41,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6d4c87f94d7d4404aa2c996983916ef9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df40f6f1e765ddc81dddf494b0ebd3c10069f2a7" 2019-01-03 11:19:41,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adcce10c-4c6e-458a-9a0d-e626e4a77068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:41,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6d4c87f94d7d4404aa2c996983916ef9 used request id req-adcce10c-4c6e-458a-9a0d-e626e4a77068 2019-01-03 11:19:41,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:42,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["iWBhsUsYQeeEzfGZt5C5Tw"], "issued_at": "2019-01-03T11:19:42.000000Z"}} 2019-01-03 11:19:42,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da03ab231527a1606f3a367d146a89c48629e663" 2019-01-03 11:19:42,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c059a034-8b29-406d-8226-641d0fd6c200 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:42,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c059a034-8b29-406d-8226-641d0fd6c200 2019-01-03 11:19:42,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:42,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:42,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2KlSdjaHTwOoBD5D62Ywsg"], "issued_at": "2019-01-03T11:19:42.000000Z"}} 2019-01-03 11:19:42,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:42,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14f1b8c3-30a3-45a6-84d7-1641da14576a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:42,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-14f1b8c3-30a3-45a6-84d7-1641da14576a 2019-01-03 11:19:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:42,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:42,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:43,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37857118-b02f-40b4-8513-c72b6a0a8242 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:19:43,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj used request id req-37857118-b02f-40b4-8513-c72b6a0a8242 2019-01-03 11:19:43,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:43,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e62bbc1-037b-4cca-9de1-dbc281f81f94 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:43,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7e62bbc1-037b-4cca-9de1-dbc281f81f94 2019-01-03 11:19:43,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}}' 2019-01-03 11:19:43,234 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a5217ab-5d2d-4dfb-a719-90b607f8add1 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f"}, "enabled": true, "id": "8c14c070a17044f0b93fe3600849e24f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}} 2019-01-03 11:19:43,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4a5217ab-5d2d-4dfb-a719-90b607f8add1 2019-01-03 11:19:43,234 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj 2019-01-03 11:19:43,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:43,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:43,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["veAbKi9DSd65kkus_bH7yA"], "issued_at": "2019-01-03T11:19:43.000000Z"}} 2019-01-03 11:19:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d648c8665b5a7e4b5514fc0edcf9dce0a63433" 2019-01-03 11:19:43,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bac9748-52c9-48a7-83f0-e8d1b321f47c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:43,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9bac9748-52c9-48a7-83f0-e8d1b321f47c 2019-01-03 11:19:43,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:43,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:43,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d648c8665b5a7e4b5514fc0edcf9dce0a63433" 2019-01-03 11:19:43,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ba1394-c9c0-4070-ad28-648e203fce1a Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:19:43,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-68ba1394-c9c0-4070-ad28-648e203fce1a 2019-01-03 11:19:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d648c8665b5a7e4b5514fc0edcf9dce0a63433" 2019-01-03 11:19:43,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f58e788-6252-4824-a8a7-680979bbc91c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f"}, "enabled": true, "id": "8c14c070a17044f0b93fe3600849e24f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}]} 2019-01-03 11:19:43,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj used request id req-5f58e788-6252-4824-a8a7-680979bbc91c 2019-01-03 11:19:43,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d648c8665b5a7e4b5514fc0edcf9dce0a63433" 2019-01-03 11:19:44,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-588b6e4c-807a-400c-838d-d8ac03bb0fd4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:44,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-588b6e4c-807a-400c-838d-d8ac03bb0fd4 2019-01-03 11:19:44,407 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-user 2019-01-03 11:19:44,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:44,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:44,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcdda684-3146-4033-85f8-6faae4de9eb4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:44,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bcdda684-3146-4033-85f8-6faae4de9eb4 2019-01-03 11:19:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" -d '{"role": {"name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role"}}' 2019-01-03 11:19:44,616 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea72efed-d3b5-421b-9616-13157461f442 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "09272712c34b4fbd851685a8cf1138ee", "links": {"self": "http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee"}, "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role"}} 2019-01-03 11:19:44,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ea72efed-d3b5-421b-9616-13157461f442 2019-01-03 11:19:44,617 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role 2019-01-03 11:19:44,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:44,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271ddc3b-6f7c-49d4-ab7a-861f8ca99986 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee"}, "domain_id": null, "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role", "id": "09272712c34b4fbd851685a8cf1138ee"}} 2019-01-03 11:19:44,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee used request id req-271ddc3b-6f7c-49d4-ab7a-861f8ca99986 2019-01-03 11:19:44,713 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role to project CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj 2019-01-03 11:19:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f/users/8e5fca0b90c84ce7aec65e7430f3cdcb/roles/09272712c34b4fbd851685a8cf1138ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:44,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aac179a0-41a0-41d5-86a7-0ea8368b0513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:44,828 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f/users/8e5fca0b90c84ce7aec65e7430f3cdcb/roles/09272712c34b4fbd851685a8cf1138ee used request id req-aac179a0-41a0-41d5-86a7-0ea8368b0513 2019-01-03 11:19:44,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:44,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:45,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09272712c34b4fbd851685a8cf1138ee", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role"}], "expires_at": "2019-01-03T12:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c14c070a17044f0b93fe3600849e24f", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-user", "id": "8e5fca0b90c84ce7aec65e7430f3cdcb"}, "audit_ids": ["RYvSGxy3QXqArxSNytwJjw"], "issued_at": "2019-01-03T11:19:45.000000Z"}} 2019-01-03 11:19:45,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:45,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35818e7-beff-47f7-9e70-7371b1b626eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:45,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d35818e7-beff-47f7-9e70-7371b1b626eb 2019-01-03 11:19:45,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:45,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7d28cf66-be97-41e5-bdc1-f35ed802af85 Date: Thu, 03 Jan 2019 11:19:45 GMT RESP BODY: {"routers": []} 2019-01-03 11:19:45,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router&admin_state_up=False used request id req-7d28cf66-be97-41e5-bdc1-f35ed802af85 2019-01-03 11:19:45,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:45,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:45,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09272712c34b4fbd851685a8cf1138ee", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role"}], "expires_at": "2019-01-03T12:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c14c070a17044f0b93fe3600849e24f", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-user", "id": "8e5fca0b90c84ce7aec65e7430f3cdcb"}, "audit_ids": ["XAMqDo_ZRZmSH9-epp5jfw"], "issued_at": "2019-01-03T11:19:45.000000Z"}} 2019-01-03 11:19:45,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982df77e2eef7feb4c1a95cd447d34d9096e57ef" 2019-01-03 11:19:46,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2488e320-e1a9-4cff-a309-c24d6a26a0ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:46,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2488e320-e1a9-4cff-a309-c24d6a26a0ae 2019-01-03 11:19:46,046 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router 2019-01-03 11:19:46,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" -d '{"router": {"name": "CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router", "admin_state_up": false}}' 2019-01-03 11:19:49,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-29046bc5-9693-4868-bb46-3b8a62bb5baf Date: Thu, 03 Jan 2019 11:19:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8c14c070a17044f0b93fe3600849e24f", "created_at": "2019-01-03T11:19:46Z", "admin_state_up": false, "updated_at": "2019-01-03T11:19:46Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "8c14c070a17044f0b93fe3600849e24f", "id": "ae048cdb-7516-4106-99e2-eb1b5bedaf25", "name": "CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router"}} 2019-01-03 11:19:49,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-29046bc5-9693-4868-bb46-3b8a62bb5baf 2019-01-03 11:19:49,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:50,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1f9187cb-6ad2-4ce9-9bd5-ba96a0d60877 Date: Thu, 03 Jan 2019 11:19:50 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:50,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 used request id req-1f9187cb-6ad2-4ce9-9bd5-ba96a0d60877 2019-01-03 11:19:50,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/ae048cdb-7516-4106-99e2-eb1b5bedaf25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:50,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-a9779605-4adf-4623-a62e-745f5ba16c3e Date: Thu, 03 Jan 2019 11:19:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8c14c070a17044f0b93fe3600849e24f", "created_at": "2019-01-03T11:19:46Z", "admin_state_up": false, "updated_at": "2019-01-03T11:19:49Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "8c14c070a17044f0b93fe3600849e24f", "id": "ae048cdb-7516-4106-99e2-eb1b5bedaf25", "name": "CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router"}} 2019-01-03 11:19:50,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/ae048cdb-7516-4106-99e2-eb1b5bedaf25 used request id req-a9779605-4adf-4623-a62e-745f5ba16c3e 2019-01-03 11:19:50,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:50,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-15ac039a-e028-4764-a6ae-8defecc62cd2 Date: Thu, 03 Jan 2019 11:19:50 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:50,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 used request id req-15ac039a-e028-4764-a6ae-8defecc62cd2 2019-01-03 11:19:50,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:50,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "09272712c34b4fbd851685a8cf1138ee", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role"}], "expires_at": "2019-01-03T12:19:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c14c070a17044f0b93fe3600849e24f", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8c14c070a17044f0b93fe3600849e24f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-user", "id": "8e5fca0b90c84ce7aec65e7430f3cdcb"}, "audit_ids": ["dEFOmhtcS76idokXwJaICQ"], "issued_at": "2019-01-03T11:19:50.000000Z"}} 2019-01-03 11:19:50,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9cae17d268fe9380cae707ddf004ed99407df7" 2019-01-03 11:19:51,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-e6222c63-12f7-4ad7-afb5-6a92eb52a0e2 Date: Thu, 03 Jan 2019 11:19:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8c14c070a17044f0b93fe3600849e24f", "created_at": "2019-01-03T11:19:46Z", "admin_state_up": false, "updated_at": "2019-01-03T11:19:49Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "8c14c070a17044f0b93fe3600849e24f", "id": "ae048cdb-7516-4106-99e2-eb1b5bedaf25", "name": "CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router"}]} 2019-01-03 11:19:51,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router&admin_state_up=False used request id req-e6222c63-12f7-4ad7-afb5-6a92eb52a0e2 2019-01-03 11:19:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:51,158 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:51,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da03ab231527a1606f3a367d146a89c48629e663" 2019-01-03 11:19:51,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f499ac3-40a9-47a2-b680-33f05b5bfbdb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f"}, "enabled": true, "id": "8c14c070a17044f0b93fe3600849e24f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj"}} 2019-01-03 11:19:51,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f used request id req-1f499ac3-40a9-47a2-b680-33f05b5bfbdb 2019-01-03 11:19:51,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b9cae17d268fe9380cae707ddf004ed99407df7" 2019-01-03 11:19:51,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-728812ae-0ee3-44da-88b2-ce03ead826fd Date: Thu, 03 Jan 2019 11:19:51 GMT RESP BODY: {"ports":[]} 2019-01-03 11:19:51,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=ae048cdb-7516-4106-99e2-eb1b5bedaf25 used request id req-728812ae-0ee3-44da-88b2-ce03ead826fd 2019-01-03 11:19:51,451 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router 2019-01-03 11:19:51,451 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ada129aa-538c-48d0-b612-b43046b41641-pub-router 2019-01-03 11:19:51,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/ae048cdb-7516-4106-99e2-eb1b5bedaf25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}304d755680c8349e62f1b5e8c14a2322b8365590" 2019-01-03 11:19:54,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf2194b0-1e9a-4c30-b8e3-2adc0d3d103a Content-Length: 0 Date: Thu, 03 Jan 2019 11:19:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:19:54,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ae048cdb-7516-4106-99e2-eb1b5bedaf25 used request id req-bf2194b0-1e9a-4c30-b8e3-2adc0d3d103a 2019-01-03 11:19:54,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:54,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-917903cf-7ee6-4f33-9d9f-8fe1a1b0696d Date: Thu, 03 Jan 2019 11:19:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:19:54,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-917903cf-7ee6-4f33-9d9f-8fe1a1b0696d 2019-01-03 11:19:54,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:54,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd23061d-6f65-44da-b8c2-0865c555638f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:19:54,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-dd23061d-6f65-44da-b8c2-0865c555638f 2019-01-03 11:19:54,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:54,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045e33a3-1e48-45c4-b428-35176b63b1d6 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:19:54,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-045e33a3-1e48-45c4-b428-35176b63b1d6 2019-01-03 11:19:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:54,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2b8a70-39da-40cf-b06d-79dfcce59035 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:19:54,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-db2b8a70-39da-40cf-b06d-79dfcce59035 2019-01-03 11:19:54,917 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj 2019-01-03 11:19:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:55,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f6d36a7-a5ad-4d31-b97e-4fddff36b075 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:55,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8c14c070a17044f0b93fe3600849e24f used request id req-0f6d36a7-a5ad-4d31-b97e-4fddff36b075 2019-01-03 11:19:55,155 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-proj-role 2019-01-03 11:19:55,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:55,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af26a8a8-413d-4425-bb59-b0df1e27d639 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:55,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/09272712c34b4fbd851685a8cf1138ee used request id req-af26a8a8-413d-4425-bb59-b0df1e27d639 2019-01-03 11:19:55,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8e84f6cf3b52a1f93acca5eacfd42cabb3cf1d8" 2019-01-03 11:19:55,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25ea50e-7014-4206-9410-d19ab1b509e1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:55,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f25ea50e-7014-4206-9410-d19ab1b509e1 2019-01-03 11:19:55,371 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-6f6d7cf8-0c95-42a-user 2019-01-03 11:19:55,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8e5fca0b90c84ce7aec65e7430f3cdcb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2d648c8665b5a7e4b5514fc0edcf9dce0a63433" 2019-01-03 11:19:55,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-462bce3b-81ef-4b70-94fc-86c32e86d8c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:55,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8e5fca0b90c84ce7aec65e7430f3cdcb used request id req-462bce3b-81ef-4b70-94fc-86c32e86d8c6 2019-01-03 11:19:55,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:55,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EBUcyp4JRM2_eewDLpRkOw"], "issued_at": "2019-01-03T11:19:55.000000Z"}} 2019-01-03 11:19:55,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f89e0813e4aed6fc647a4e32ac0c97c7d7dd5fc" 2019-01-03 11:19:56,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ad7d0ef-7713-45d8-ba5c-8ffd9084d27f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:56,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3ad7d0ef-7713-45d8-ba5c-8ffd9084d27f 2019-01-03 11:19:56,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:56,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:56,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6sGtuAlaQoGUu8UGKciTFQ"], "issued_at": "2019-01-03T11:19:56.000000Z"}} 2019-01-03 11:19:56,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:56,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a07a915d-9064-4078-ab64-b16b43c75dba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:56,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a07a915d-9064-4078-ab64-b16b43c75dba 2019-01-03 11:19:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:56,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:56,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:56,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93dc2d6-8654-491f-ab35-b8d71456d0f7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:19:56,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj used request id req-c93dc2d6-8654-491f-ab35-b8d71456d0f7 2019-01-03 11:19:56,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:56,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3eedda1-5e07-4a2c-9840-9af4ff2aa8d2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:56,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f3eedda1-5e07-4a2c-9840-9af4ff2aa8d2 2019-01-03 11:19:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}}' 2019-01-03 11:19:56,874 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e7e8508-1133-4fbb-b668-e1fc293a7583 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca"}, "enabled": true, "id": "a5fd4cf6b85b4bc1a9200565e49803ca", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}} 2019-01-03 11:19:56,874 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4e7e8508-1133-4fbb-b668-e1fc293a7583 2019-01-03 11:19:56,874 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj 2019-01-03 11:19:56,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:56,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:57,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["evWqB-y_TIK8rPHAZj2oXw"], "issued_at": "2019-01-03T11:19:57.000000Z"}} 2019-01-03 11:19:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b67391af4f7c3fc3f980f6700ca49743b5ed3780" 2019-01-03 11:19:57,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6efe94ae-0069-4bcc-b1c2-48f2bf403916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:57,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6efe94ae-0069-4bcc-b1c2-48f2bf403916 2019-01-03 11:19:57,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:57,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:57,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b67391af4f7c3fc3f980f6700ca49743b5ed3780" 2019-01-03 11:19:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a855ed0a-52e4-46e5-9893-4a974567014f Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:19:57,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a855ed0a-52e4-46e5-9893-4a974567014f 2019-01-03 11:19:57,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b67391af4f7c3fc3f980f6700ca49743b5ed3780" 2019-01-03 11:19:57,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95cce241-0798-4b86-aafa-62bbb4bacfb7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca"}, "enabled": true, "id": "a5fd4cf6b85b4bc1a9200565e49803ca", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}]} 2019-01-03 11:19:57,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj used request id req-95cce241-0798-4b86-aafa-62bbb4bacfb7 2019-01-03 11:19:57,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b67391af4f7c3fc3f980f6700ca49743b5ed3780" 2019-01-03 11:19:57,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d484d05a-f472-4ab6-a91b-55dd1800a6a9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:19:57,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d484d05a-f472-4ab6-a91b-55dd1800a6a9 2019-01-03 11:19:57,964 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-user 2019-01-03 11:19:57,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:57,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:58,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a811c14-80fc-49f8-9677-f047ba903a73 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:19:58,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6a811c14-80fc-49f8-9677-f047ba903a73 2019-01-03 11:19:58,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" -d '{"role": {"name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role"}}' 2019-01-03 11:19:58,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19fdd63c-8410-4315-a478-ba5919e67d9e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4ecba09640f04b9cabdfccb977ee8d58", "links": {"self": "http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58"}, "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role"}} 2019-01-03 11:19:58,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-19fdd63c-8410-4315-a478-ba5919e67d9e 2019-01-03 11:19:58,191 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role 2019-01-03 11:19:58,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:58,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8dd98c4-b4a1-4b7c-a944-f55c05d2ebf8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58"}, "domain_id": null, "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role", "id": "4ecba09640f04b9cabdfccb977ee8d58"}} 2019-01-03 11:19:58,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58 used request id req-d8dd98c4-b4a1-4b7c-a944-f55c05d2ebf8 2019-01-03 11:19:58,288 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role to project CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj 2019-01-03 11:19:58,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca/users/4981230b7ae943faa9c9671d740b558d/roles/4ecba09640f04b9cabdfccb977ee8d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:19:58,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-511e9fef-addd-46ef-9b52-629c0fbbb1d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:19:58,421 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca/users/4981230b7ae943faa9c9671d740b558d/roles/4ecba09640f04b9cabdfccb977ee8d58 used request id req-511e9fef-addd-46ef-9b52-629c0fbbb1d4 2019-01-03 11:19:58,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:58,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:58,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["umViTtpLS6WfeVpV3woN1w"], "issued_at": "2019-01-03T11:19:58.000000Z"}} 2019-01-03 11:19:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:19:58,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d183e645-5e52-480e-9431-510ab24f744e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:58,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d183e645-5e52-480e-9431-510ab24f744e 2019-01-03 11:19:58,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:19:59,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9c27c57a-91fb-4e11-b651-b2734924d7f0 Date: Thu, 03 Jan 2019 11:19:59 GMT RESP BODY: {"routers": []} 2019-01-03 11:19:59,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router&admin_state_up=True used request id req-9c27c57a-91fb-4e11-b651-b2734924d7f0 2019-01-03 11:19:59,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:19:59,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:19:59,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2EqA2u4ETUSVHqVUTdl5qQ"], "issued_at": "2019-01-03T11:19:59.000000Z"}} 2019-01-03 11:19:59,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813d18db2c08778812488cc9a69bf452fb8aa6cb" 2019-01-03 11:19:59,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2829ab16-6e0e-4300-b4fa-6b3679c784f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:19:59,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2829ab16-6e0e-4300-b4fa-6b3679c784f1 2019-01-03 11:19:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:19:59,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:19: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:19:59,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}813d18db2c08778812488cc9a69bf452fb8aa6cb" 2019-01-03 11:19:59,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-662f1aa5-c15c-4d3f-92a3-6d4825447a4f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca"}, "enabled": true, "id": "a5fd4cf6b85b4bc1a9200565e49803ca", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}]} 2019-01-03 11:19:59,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj used request id req-662f1aa5-c15c-4d3f-92a3-6d4825447a4f 2019-01-03 11:19:59,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:00,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b0d32a86-ef1c-4935-ad5d-21c02c5ea3e7 Date: Thu, 03 Jan 2019 11:20:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:20:00,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b0d32a86-ef1c-4935-ad5d-21c02c5ea3e7 2019-01-03 11:20:00,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:00,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9926a0ee-128a-4659-9a77-f04ab29ac6ae Date: Thu, 03 Jan 2019 11:20:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:20:00,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-9926a0ee-128a-4659-9a77-f04ab29ac6ae 2019-01-03 11:20:00,345 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router 2019-01-03 11:20:00,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "tenant_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "name": "CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router", "admin_state_up": true}}' 2019-01-03 11:20:05,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-aeb4aee3-728e-4630-ba78-213d708ec3ff Date: Thu, 03 Jan 2019 11:20:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "created_at": "2019-01-03T11:20:00Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:01Z", "project_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "69f679d4-8b23-4e3b-9456-eb23a24944e9", "name": "CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router"}} 2019-01-03 11:20:05,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-aeb4aee3-728e-4630-ba78-213d708ec3ff 2019-01-03 11:20:05,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:05,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-2f631975-57d6-4b4b-b177-73f63d2ba5c0 Date: Thu, 03 Jan 2019 11:20:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.4"}],"id":"29f7da1c-5053-40ff-a229-97aae97cbc42","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:00:3d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:03Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:01Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.207"}],"id":"795450ac-baa4-43c5-912b-38484b43aede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:39:1e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:20:01Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.6"}],"id":"c940ec2a-77ed-4e2d-9933-0dc4d2015c24","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:b1:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:03Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.8"}],"id":"ee6a6c50-494a-40f1-aa9b-12062659d8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:5e:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:02Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"}]} 2019-01-03 11:20:05,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 used request id req-2f631975-57d6-4b4b-b177-73f63d2ba5c0 2019-01-03 11:20:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:05,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8259492d-8885-4dd6-8b7e-848f95766b69 Date: Thu, 03 Jan 2019 11:20:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:20:05,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-8259492d-8885-4dd6-8b7e-848f95766b69 2019-01-03 11:20:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:05,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1bf4c8e2-48e4-4ced-8d78-3f6849c8bdf3 Date: Thu, 03 Jan 2019 11:20:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:05,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-1bf4c8e2-48e4-4ced-8d78-3f6849c8bdf3 2019-01-03 11:20:05,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:05,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-edc7787d-7257-447a-93e2-b9cc0e1869df Date: Thu, 03 Jan 2019 11:20:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:05,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-edc7787d-7257-447a-93e2-b9cc0e1869df 2019-01-03 11:20:05,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3bae6084-9a15-4569-bb36-3f7e0998587f Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:06,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-3bae6084-9a15-4569-bb36-3f7e0998587f 2019-01-03 11:20:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/69f679d4-8b23-4e3b-9456-eb23a24944e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-0d922a96-0a2f-4579-bfe7-7250cd325ff3 Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "created_at": "2019-01-03T11:20:00Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:04Z", "project_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "69f679d4-8b23-4e3b-9456-eb23a24944e9", "name": "CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router"}} 2019-01-03 11:20:06,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/69f679d4-8b23-4e3b-9456-eb23a24944e9 used request id req-0d922a96-0a2f-4579-bfe7-7250cd325ff3 2019-01-03 11:20:06,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-8d92506c-7ae1-4329-822c-57abd28f518d Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:03Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.4"}],"id":"29f7da1c-5053-40ff-a229-97aae97cbc42","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0e:00:3d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:03Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:06Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.207"}],"id":"795450ac-baa4-43c5-912b-38484b43aede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0d:39:1e","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:20:01Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:06Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.6"}],"id":"c940ec2a-77ed-4e2d-9933-0dc4d2015c24","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:b1:d6","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:03Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:02Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","ip_address":"169.254.192.8"}],"id":"ee6a6c50-494a-40f1-aa9b-12062659d8eb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ed:5e:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a5fd4cf6b85b4bc1a9200565e49803ca","admin_state_up":true,"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:02Z","binding:vnic_type":"normal","device_id":"69f679d4-8b23-4e3b-9456-eb23a24944e9"}]} 2019-01-03 11:20:06,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 used request id req-8d92506c-7ae1-4329-822c-57abd28f518d 2019-01-03 11:20:06,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-334b0db6-f05c-4da9-8dbb-1bc174bdcabe Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:20:06,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-334b0db6-f05c-4da9-8dbb-1bc174bdcabe 2019-01-03 11:20:06,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-31fc2497-4d50-4872-9a97-a866933e8c62 Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:06,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-31fc2497-4d50-4872-9a97-a866933e8c62 2019-01-03 11:20:06,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-17cfd099-7b3d-4c38-8f84-415c4dd1557e Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:06,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-17cfd099-7b3d-4c38-8f84-415c4dd1557e 2019-01-03 11:20:06,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:06,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0ffdee31-2fb9-4c8e-bb87-eac9669a2029 Date: Thu, 03 Jan 2019 11:20:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f1a2b128-6f29-4123-aac1-f7417ca3bdba","tenant_id":"","created_at":"2019-01-03T11:20:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"55df1adc-069c-40a4-abb9-31bbc96d7d5a","subnetpool_id":null,"name":"HA subnet tenant a5fd4cf6b85b4bc1a9200565e49803ca"}} 2019-01-03 11:20:06,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/55df1adc-069c-40a4-abb9-31bbc96d7d5a used request id req-0ffdee31-2fb9-4c8e-bb87-eac9669a2029 2019-01-03 11:20:06,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:07,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ecba09640f04b9cabdfccb977ee8d58", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role"}], "expires_at": "2019-01-03T12:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5fd4cf6b85b4bc1a9200565e49803ca", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/a5fd4cf6b85b4bc1a9200565e49803ca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-user", "id": "4981230b7ae943faa9c9671d740b558d"}, "audit_ids": ["iHX_raAbR1yj-YkT4F6VqQ"], "issued_at": "2019-01-03T11:20:07.000000Z"}} 2019-01-03 11:20:07,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32fded1d7b848b90eeb2676001e76dd8125f3120" 2019-01-03 11:20:07,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-0640148c-a394-4619-a23b-c6c76794df05 Date: Thu, 03 Jan 2019 11:20:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "created_at": "2019-01-03T11:20:00Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:04Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "a5fd4cf6b85b4bc1a9200565e49803ca", "id": "69f679d4-8b23-4e3b-9456-eb23a24944e9", "name": "CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router"}]} 2019-01-03 11:20:07,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router&admin_state_up=True used request id req-0640148c-a394-4619-a23b-c6c76794df05 2019-01-03 11:20:07,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:07,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f89e0813e4aed6fc647a4e32ac0c97c7d7dd5fc" 2019-01-03 11:20:07,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c2bce00-28e9-4c2d-8c1c-ef4930641b43 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca"}, "enabled": true, "id": "a5fd4cf6b85b4bc1a9200565e49803ca", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj"}} 2019-01-03 11:20:07,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca used request id req-0c2bce00-28e9-4c2d-8c1c-ef4930641b43 2019-01-03 11:20:07,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32fded1d7b848b90eeb2676001e76dd8125f3120" 2019-01-03 11:20:07,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7242d840-2295-4bf0-999e-0a5f64dbba37 Date: Thu, 03 Jan 2019 11:20:07 GMT RESP BODY: {"ports":[]} 2019-01-03 11:20:07,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=69f679d4-8b23-4e3b-9456-eb23a24944e9 used request id req-7242d840-2295-4bf0-999e-0a5f64dbba37 2019-01-03 11:20:07,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32fded1d7b848b90eeb2676001e76dd8125f3120" 2019-01-03 11:20:08,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6885e8cd-005e-4597-bb36-853c1dc278d8 Date: Thu, 03 Jan 2019 11:20:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:20:08,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-6885e8cd-005e-4597-bb36-853c1dc278d8 2019-01-03 11:20:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32fded1d7b848b90eeb2676001e76dd8125f3120" 2019-01-03 11:20:08,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-76acd30f-4bfc-47bd-98b2-9ec9f6bb13cf Date: Thu, 03 Jan 2019 11:20:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:20:08,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-76acd30f-4bfc-47bd-98b2-9ec9f6bb13cf 2019-01-03 11:20:08,323 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router 2019-01-03 11:20:08,323 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f4174496-9d32-4e8e-a65b-356a462e98bf-pub-router 2019-01-03 11:20:08,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/69f679d4-8b23-4e3b-9456-eb23a24944e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d809835ecd75a536528d02e83986d799d72d1d5f" 2019-01-03 11:20:11,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f212d1d7-6276-44d0-ae10-300a950881aa Content-Length: 0 Date: Thu, 03 Jan 2019 11:20:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:20:11,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/69f679d4-8b23-4e3b-9456-eb23a24944e9 used request id req-f212d1d7-6276-44d0-ae10-300a950881aa 2019-01-03 11:20:11,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:11,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a46e7fd0-89de-42cf-a01f-9d24a92a26e4 Date: Thu, 03 Jan 2019 11:20:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:20:11,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-a46e7fd0-89de-42cf-a01f-9d24a92a26e4 2019-01-03 11:20:11,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:11,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932505f5-5b1b-4515-b807-212097959806 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:20:11,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-932505f5-5b1b-4515-b807-212097959806 2019-01-03 11:20:11,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:11,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58a274b-9b47-4083-9d81-85a3f53a6abc 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:20:11,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-b58a274b-9b47-4083-9d81-85a3f53a6abc 2019-01-03 11:20:11,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:12,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc66930-54ac-4f96-be69-bde211a102df Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:20:12,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-4fc66930-54ac-4f96-be69-bde211a102df 2019-01-03 11:20:12,055 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj 2019-01-03 11:20:12,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:12,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f07175b-a165-44a9-a84f-fa49efd7c1d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:12,299 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a5fd4cf6b85b4bc1a9200565e49803ca used request id req-4f07175b-a165-44a9-a84f-fa49efd7c1d8 2019-01-03 11:20:12,299 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-proj-role 2019-01-03 11:20:12,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:12,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3518976-f66b-4712-9f39-93b3c8346616 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:12,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4ecba09640f04b9cabdfccb977ee8d58 used request id req-c3518976-f66b-4712-9f39-93b3c8346616 2019-01-03 11:20:12,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad1b222521fd0d0dadc59399248e97be648ccc7" 2019-01-03 11:20:12,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f32f9457-c88f-44ec-a3c3-ba72c075f668 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:20:12,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f32f9457-c88f-44ec-a3c3-ba72c075f668 2019-01-03 11:20:12,505 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-dc2d4340-2f20-4f0-user 2019-01-03 11:20:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4981230b7ae943faa9c9671d740b558d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b67391af4f7c3fc3f980f6700ca49743b5ed3780" 2019-01-03 11:20:12,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f6f3d3a-2179-44b5-9279-830edb7bdd9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:12,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4981230b7ae943faa9c9671d740b558d used request id req-8f6f3d3a-2179-44b5-9279-830edb7bdd9f 2019-01-03 11:20:12,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:13,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Wmf-943zTriEgX0k7jkoBw"], "issued_at": "2019-01-03T11:20:13.000000Z"}} 2019-01-03 11:20:13,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41125a5f1158d6fbc74bdcbf171e9fc21f327762" 2019-01-03 11:20:13,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0915fcd2-c7e1-4843-a189-f097ad5e17e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:13,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0915fcd2-c7e1-4843-a189-f097ad5e17e1 2019-01-03 11:20:13,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:13,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:13,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7_SpCcGoRQSdjGqZEj90iw"], "issued_at": "2019-01-03T11:20:13.000000Z"}} 2019-01-03 11:20:13,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:13,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25407a43-e737-4c56-a404-c79c95f80b33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:13,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-25407a43-e737-4c56-a404-c79c95f80b33 2019-01-03 11:20:13,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:13,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:13,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dacba77-ac1c-43f2-a0d7-94d7beb94e8d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:20:13,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj used request id req-2dacba77-ac1c-43f2-a0d7-94d7beb94e8d 2019-01-03 11:20:13,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:13,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0129276-e776-4d23-a626-8fe74b04fe92 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:20:13,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d0129276-e776-4d23-a626-8fe74b04fe92 2019-01-03 11:20:13,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}}' 2019-01-03 11:20:13,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:20:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0b17e35-23b4-47de-a793-b0b34cb1b16d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}} 2019-01-03 11:20:13,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c0b17e35-23b4-47de-a793-b0b34cb1b16d 2019-01-03 11:20:13,988 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj 2019-01-03 11:20:13,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:13,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:14,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2Dc-2dKESJOZ90ioSGa7gQ"], "issued_at": "2019-01-03T11:20:14.000000Z"}} 2019-01-03 11:20:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f089fbee91031ecff20186a7b4e6ff00ed7c7dbb" 2019-01-03 11:20:14,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6b590b-b909-4606-be82-be703fe25fe7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:14,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ed6b590b-b909-4606-be82-be703fe25fe7 2019-01-03 11:20:14,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:14,483 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f089fbee91031ecff20186a7b4e6ff00ed7c7dbb" 2019-01-03 11:20:14,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54aa666-4e19-421e-808d-ebe771557225 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:20:14,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b54aa666-4e19-421e-808d-ebe771557225 2019-01-03 11:20:14,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f089fbee91031ecff20186a7b4e6ff00ed7c7dbb" 2019-01-03 11:20:14,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b90ba4-79b0-4776-8a44-bc8561eb2449 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}]} 2019-01-03 11:20:14,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj used request id req-05b90ba4-79b0-4776-8a44-bc8561eb2449 2019-01-03 11:20:14,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f089fbee91031ecff20186a7b4e6ff00ed7c7dbb" 2019-01-03 11:20:14,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01858ded-8a1f-4dee-939a-730cb15c3dd1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:20:14,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-01858ded-8a1f-4dee-939a-730cb15c3dd1 2019-01-03 11:20:15,018 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user 2019-01-03 11:20:15,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:15,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:15,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93432a71-bd9c-4b74-a15d-21f9dfef237f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:20:15,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-93432a71-bd9c-4b74-a15d-21f9dfef237f 2019-01-03 11:20:15,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" -d '{"role": {"name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}}' 2019-01-03 11:20:15,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:20:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9d1c81d-c4fd-4f7f-97bf-6d7f46242735 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "901bef33e1e441aab13eeebd1257dcb8", "links": {"self": "http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8"}, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}} 2019-01-03 11:20:15,233 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c9d1c81d-c4fd-4f7f-97bf-6d7f46242735 2019-01-03 11:20:15,233 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role 2019-01-03 11:20:15,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:15,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb87131c-ec97-49d5-a6db-4d11bcd44b6f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8"}, "domain_id": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role", "id": "901bef33e1e441aab13eeebd1257dcb8"}} 2019-01-03 11:20:15,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8 used request id req-bb87131c-ec97-49d5-a6db-4d11bcd44b6f 2019-01-03 11:20:15,254 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role to project CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj 2019-01-03 11:20:15,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061/users/4e5700fc55d14b1abc5f82edcc5ff406/roles/901bef33e1e441aab13eeebd1257dcb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:15,385 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-097f9f6c-348b-43cb-91d8-8bae6df4bc2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:15,385 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061/users/4e5700fc55d14b1abc5f82edcc5ff406/roles/901bef33e1e441aab13eeebd1257dcb8 used request id req-097f9f6c-348b-43cb-91d8-8bae6df4bc2a 2019-01-03 11:20:15,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:15,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:15,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "901bef33e1e441aab13eeebd1257dcb8", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}], "expires_at": "2019-01-03T12:20:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5657ebfc87434f98197695e2dfe061", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user", "id": "4e5700fc55d14b1abc5f82edcc5ff406"}, "audit_ids": ["iFit8IcJSiecZuQmu_cexQ"], "issued_at": "2019-01-03T11:20:15.000000Z"}} 2019-01-03 11:20:15,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:15,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f9c4e3-6d14-42c1-ba96-a69f5de4385e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:15,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-06f9c4e3-6d14-42c1-ba96-a69f5de4385e 2019-01-03 11:20:15,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:16,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c4dce931-a8f5-4b70-b4d3-5c9d17decbaa Date: Thu, 03 Jan 2019 11:20:16 GMT RESP BODY: {"networks":[]} 2019-01-03 11:20:16,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 used request id req-c4dce931-a8f5-4b70-b4d3-5c9d17decbaa 2019-01-03 11:20:16,020 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 2019-01-03 11:20:16,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" -d '{"network": {"name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1", "admin_state_up": true}}' 2019-01-03 11:20:16,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-ea2931b1-01ae-46c4-8a56-59e6f1fe4c90 Date: Thu, 03 Jan 2019 11:20:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"be203279-0703-4930-b7c7-cba40c849e1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:20:16Z","is_default":false,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","mtu":1450}} 2019-01-03 11:20:16,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ea2931b1-01ae-46c4-8a56-59e6f1fe4c90 2019-01-03 11:20:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:16,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f226d169-82fe-49af-9fa7-8e870277e449 Date: Thu, 03 Jan 2019 11:20: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":"2019-01-03T11:20:16Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:16,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-f226d169-82fe-49af-9fa7-8e870277e449 2019-01-03 11:20:16,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:16,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-961b350e-def2-4fa0-8763-ae86fd871170 Date: Thu, 03 Jan 2019 11:20:16 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:20:16,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-961b350e-def2-4fa0-8763-ae86fd871170 2019-01-03 11:20:16,881 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1 2019-01-03 11:20:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" -d '{"subnets": [{"ip_version": 4, "network_id": "be203279-0703-4930-b7c7-cba40c849e1c", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]}' 2019-01-03 11:20:17,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-39accd96-cf91-43b3-b6f5-47976d60245b Date: Thu, 03 Jan 2019 11:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:17,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-39accd96-cf91-43b3-b6f5-47976d60245b 2019-01-03 11:20:17,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:18,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5287fe29-57c9-4a5e-9c65-636f25cbcda9 Date: Thu, 03 Jan 2019 11:20:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:18,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-5287fe29-57c9-4a5e-9c65-636f25cbcda9 2019-01-03 11:20:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:18,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8853e0d1-82cb-411c-b2c8-a32a788071d5 Date: Thu, 03 Jan 2019 11:20:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:18,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-8853e0d1-82cb-411c-b2c8-a32a788071d5 2019-01-03 11:20:18,233 - OpenStackNetwork - DEBUG - Network [be203279-0703-4930-b7c7-cba40c849e1c] created successfully 2019-01-03 11:20:18,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:18,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:18,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "901bef33e1e441aab13eeebd1257dcb8", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}], "expires_at": "2019-01-03T12:20:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5657ebfc87434f98197695e2dfe061", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user", "id": "4e5700fc55d14b1abc5f82edcc5ff406"}, "audit_ids": ["ouQmUX7UQr6XNluxTWkRfA"], "issued_at": "2019-01-03T11:20:18.000000Z"}} 2019-01-03 11:20:18,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:18,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db97c02-9c10-4a20-b852-ba7dcd197d7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:18,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5db97c02-9c10-4a20-b852-ba7dcd197d7d 2019-01-03 11:20:18,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:18,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f6f38661-ffa3-44ad-b16e-f2d6aeb13231 Date: Thu, 03 Jan 2019 11:20:18 GMT RESP BODY: {"routers": []} 2019-01-03 11:20:18,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router&admin_state_up=True used request id req-f6f38661-ffa3-44ad-b16e-f2d6aeb13231 2019-01-03 11:20:18,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:18,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:19,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "901bef33e1e441aab13eeebd1257dcb8", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}], "expires_at": "2019-01-03T12:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5657ebfc87434f98197695e2dfe061", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user", "id": "4e5700fc55d14b1abc5f82edcc5ff406"}, "audit_ids": ["SXxpeA54Tc2TNDkkEFdtMg"], "issued_at": "2019-01-03T11:20:19.000000Z"}} 2019-01-03 11:20:19,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e315f4e7aef45788452ac7ef6461e69d88a41217" 2019-01-03 11:20:19,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91566d22-853f-4e9a-a5a7-cb6caa0c6d81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:19,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-91566d22-853f-4e9a-a5a7-cb6caa0c6d81 2019-01-03 11:20:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:19,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d7172850-ea12-436d-a764-48f430323fe9 Date: Thu, 03 Jan 2019 11:20:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:20:19,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-d7172850-ea12-436d-a764-48f430323fe9 2019-01-03 11:20:19,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:19,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2e37ea4e-345b-4019-9bcd-102821c85ad3 Date: Thu, 03 Jan 2019 11:20:19 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:20:19,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-2e37ea4e-345b-4019-9bcd-102821c85ad3 2019-01-03 11:20:19,735 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router", "admin_state_up": true}}' 2019-01-03 11:20:24,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-c10b3d4b-9848-4992-96a5-ebfa2c3882f6 Date: Thu, 03 Jan 2019 11:20:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:20Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:21Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "54188c7a-0d81-42cc-a72d-8787d26c92ca", "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router"}} 2019-01-03 11:20:24,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-c10b3d4b-9848-4992-96a5-ebfa2c3882f6 2019-01-03 11:20:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:24,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8bf512a3-b45d-4b49-80b8-0e2437d4cf1d Date: Thu, 03 Jan 2019 11:20:24 GMT RESP BODY: {"ports":[]} 2019-01-03 11:20:24,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca used request id req-8bf512a3-b45d-4b49-80b8-0e2437d4cf1d 2019-01-03 11:20:24,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:25,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7e34bc5c-978d-439c-bac5-f63d62b90c91 Date: Thu, 03 Jan 2019 11:20: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":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:25,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 used request id req-7e34bc5c-978d-439c-bac5-f63d62b90c91 2019-01-03 11:20:25,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:25,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:25,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:25,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049e90d9-b5a9-4265-b7c6-9bfb113550e8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}} 2019-01-03 11:20:25,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 used request id req-049e90d9-b5a9-4265-b7c6-9bfb113550e8 2019-01-03 11:20:25,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:25,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eab5b0e8-48b0-4483-a986-fd5fe48777fb Date: Thu, 03 Jan 2019 11:20:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:25,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-eab5b0e8-48b0-4483-a986-fd5fe48777fb 2019-01-03 11:20:25,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=be203279-0703-4930-b7c7-cba40c849e1c&name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:25,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1730a03d-2666-405b-ad2d-35b0f9af1ded Date: Thu, 03 Jan 2019 11:20:25 GMT RESP BODY: {"ports":[]} 2019-01-03 11:20:25,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=be203279-0703-4930-b7c7-cba40c849e1c&name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1&admin_state_up=True used request id req-1730a03d-2666-405b-ad2d-35b0f9af1ded 2019-01-03 11:20:25,497 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1 for router - CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:25,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:25,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:25,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "901bef33e1e441aab13eeebd1257dcb8", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}], "expires_at": "2019-01-03T12:20:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5657ebfc87434f98197695e2dfe061", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user", "id": "4e5700fc55d14b1abc5f82edcc5ff406"}, "audit_ids": ["a99miEfRT_6vFyUdNj3Lew"], "issued_at": "2019-01-03T11:20:25.000000Z"}} 2019-01-03 11:20:25,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ade0ab7ad8c6c6358812935fbf23f2f052a7f4f" 2019-01-03 11:20:25,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e63201e-2000-45e3-8cb4-7a2b3e5491ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:25,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8e63201e-2000-45e3-8cb4-7a2b3e5491ec 2019-01-03 11:20:25,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:26,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d07f1a88-e746-4e76-b264-d6799d90aa0f Date: Thu, 03 Jan 2019 11:20: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":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:26,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 used request id req-d07f1a88-e746-4e76-b264-d6799d90aa0f 2019-01-03 11:20:26,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:26,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-06186103-e895-4e49-a6a2-ee0c262b8c95 Date: Thu, 03 Jan 2019 11:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:26,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-06186103-e895-4e49-a6a2-ee0c262b8c95 2019-01-03 11:20:26,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:26,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a46ad2ca-33b3-49ec-80dc-fbe847a30845 Date: Thu, 03 Jan 2019 11:20: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":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:26,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 used request id req-a46ad2ca-33b3-49ec-80dc-fbe847a30845 2019-01-03 11:20:26,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:26,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:26,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ade0ab7ad8c6c6358812935fbf23f2f052a7f4f" 2019-01-03 11:20:26,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9887feb9-d8bb-45fe-8f9d-f9f7e35b3adf Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}} 2019-01-03 11:20:26,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 used request id req-9887feb9-d8bb-45fe-8f9d-f9f7e35b3adf 2019-01-03 11:20:26,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:26,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-56bf10d7-52ba-4955-8e59-d8d6b06174ee Date: Thu, 03 Jan 2019 11:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:26,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-56bf10d7-52ba-4955-8e59-d8d6b06174ee 2019-01-03 11:20:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c&name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:26,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1ef9d190-4224-4230-ae25-c7132e558cd1 Date: Thu, 03 Jan 2019 11:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:26,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c&name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1 used request id req-1ef9d190-4224-4230-ae25-c7132e558cd1 2019-01-03 11:20:26,904 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 2019-01-03 11:20:26,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" -d '{"port": {"network_id": "be203279-0703-4930-b7c7-cba40c849e1c", "fixed_ips": [{"subnet_id": "737385d1-0a2c-4e62-be73-41b67e21294b", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1", "admin_state_up": true}}' 2019-01-03 11:20:28,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-540ffb8f-b6bc-4712-bf00-3464529a9668 Date: Thu, 03 Jan 2019 11:20:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.1"}],"id":"509b12d7-2160-4943-9250-2c01bbc33f7b","security_groups":["6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc"],"mac_address":"fa:16:3e:fa:4d:10","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1","project_id":"8a5657ebfc87434f98197695e2dfe061","qos_policy_id":null,"admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:27Z","binding:vnic_type":"normal"}} 2019-01-03 11:20:28,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-540ffb8f-b6bc-4712-bf00-3464529a9668 2019-01-03 11:20:28,023 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1 for router - CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:28,023 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:28,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" -d '{"port_id": "509b12d7-2160-4943-9250-2c01bbc33f7b"}' 2019-01-03 11:20:30,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a8ad5490-0099-47ea-b534-1aa1cd98ca77 Date: Thu, 03 Jan 2019 11:20:30 GMT RESP BODY: {"network_id": "be203279-0703-4930-b7c7-cba40c849e1c", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "subnet_id": "737385d1-0a2c-4e62-be73-41b67e21294b", "subnet_ids": ["737385d1-0a2c-4e62-be73-41b67e21294b"], "port_id": "509b12d7-2160-4943-9250-2c01bbc33f7b", "id": "54188c7a-0d81-42cc-a72d-8787d26c92ca"} 2019-01-03 11:20:30,005 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca/add_router_interface used request id req-a8ad5490-0099-47ea-b534-1aa1cd98ca77 2019-01-03 11:20:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:30,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-f4a10c58-9e2c-48e2-a234-ffeda659ad54 Date: Thu, 03 Jan 2019 11:20:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:20Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "54188c7a-0d81-42cc-a72d-8787d26c92ca", "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router"}} 2019-01-03 11:20:30,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca used request id req-f4a10c58-9e2c-48e2-a234-ffeda659ad54 2019-01-03 11:20:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:30,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-3726aecf-3e95-4007-8242-445f82d469a5 Date: Thu, 03 Jan 2019 11:20:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.1"}],"id":"509b12d7-2160-4943-9250-2c01bbc33f7b","security_groups":["6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc"],"mac_address":"fa:16:3e:fa:4d:10","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:27Z","binding:vnic_type":"normal","device_id":"54188c7a-0d81-42cc-a72d-8787d26c92ca"}]} 2019-01-03 11:20:30,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca used request id req-3726aecf-3e95-4007-8242-445f82d469a5 2019-01-03 11:20:30,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:30,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-926b6d49-227d-4a99-947c-d840b5020e49 Date: Thu, 03 Jan 2019 11:20:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}} 2019-01-03 11:20:30,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b used request id req-926b6d49-227d-4a99-947c-d840b5020e49 2019-01-03 11:20:30,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:31,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "901bef33e1e441aab13eeebd1257dcb8", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role"}], "expires_at": "2019-01-03T12:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5657ebfc87434f98197695e2dfe061", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8a5657ebfc87434f98197695e2dfe061", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user", "id": "4e5700fc55d14b1abc5f82edcc5ff406"}, "audit_ids": ["gNfjnNbRScKRJeq6LIVseA"], "issued_at": "2019-01-03T11:20:31.000000Z"}} 2019-01-03 11:20:31,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:31,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-c0dc28db-a528-4936-bdbb-6843d547ac15 Date: Thu, 03 Jan 2019 11:20:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:20Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "54188c7a-0d81-42cc-a72d-8787d26c92ca", "name": "CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router"}]} 2019-01-03 11:20:31,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router&admin_state_up=True used request id req-c0dc28db-a528-4936-bdbb-6843d547ac15 2019-01-03 11:20:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:31,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:31,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41125a5f1158d6fbc74bdcbf171e9fc21f327762" 2019-01-03 11:20:31,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed05ca3-2723-4da8-b24e-6921e6297ff9 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}} 2019-01-03 11:20:31,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 used request id req-fed05ca3-2723-4da8-b24e-6921e6297ff9 2019-01-03 11:20:31,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:31,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-5e987a81-ca82-4d6d-83a1-03ba8ae47367 Date: Thu, 03 Jan 2019 11:20:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.1"}],"id":"509b12d7-2160-4943-9250-2c01bbc33f7b","security_groups":["6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc"],"mac_address":"fa:16:3e:fa:4d:10","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:27Z","binding:vnic_type":"normal","device_id":"54188c7a-0d81-42cc-a72d-8787d26c92ca"}]} 2019-01-03 11:20:31,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54188c7a-0d81-42cc-a72d-8787d26c92ca used request id req-5e987a81-ca82-4d6d-83a1-03ba8ae47367 2019-01-03 11:20:31,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:31,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0148f586-efae-47e9-b899-51c1a4294c2c Date: Thu, 03 Jan 2019 11:20:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}} 2019-01-03 11:20:31,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b used request id req-0148f586-efae-47e9-b899-51c1a4294c2c 2019-01-03 11:20:31,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:32,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-65129283-63d2-4570-a7fd-66c34bad57c3 Date: Thu, 03 Jan 2019 11:20:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:20:32,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-65129283-63d2-4570-a7fd-66c34bad57c3 2019-01-03 11:20:32,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:32,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7194f0f5-0d8c-4b88-8b5d-5daefb056328 Date: Thu, 03 Jan 2019 11:20:32 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:20:32,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-7194f0f5-0d8c-4b88-8b5d-5daefb056328 2019-01-03 11:20:32,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:32,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-601518c0-0141-48fc-b910-8aa13645efe8 Date: Thu, 03 Jan 2019 11:20:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:32,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-601518c0-0141-48fc-b910-8aa13645efe8 2019-01-03 11:20:32,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:32,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c4ebdbad-8943-446d-88e6-653acc8c2592 Date: Thu, 03 Jan 2019 11:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:32,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-c4ebdbad-8943-446d-88e6-653acc8c2592 2019-01-03 11:20:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:33,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3147 X-Openstack-Request-Id: req-380d2954-5ab7-468b-bbbb-1751ee438e5b Date: Thu, 03 Jan 2019 11:20:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.2"}],"id":"1cb1e3e9-b54a-434e-b2e6-dcf77e6d6046","security_groups":[],"mac_address":"fa:16:3e:1e:8a:5c","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-be203279-0703-4930-b7c7-cba40c849e1c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.1"}],"id":"509b12d7-2160-4943-9250-2c01bbc33f7b","security_groups":["6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc"],"mac_address":"fa:16:3e:fa:4d:10","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:27Z","binding:vnic_type":"normal","device_id":"54188c7a-0d81-42cc-a72d-8787d26c92ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.4"}],"id":"5893cb91-cd4f-45b4-9e1c-bf5e9354da52","security_groups":[],"mac_address":"fa:16:3e:62:c6:66","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-be203279-0703-4930-b7c7-cba40c849e1c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"737385d1-0a2c-4e62-be73-41b67e21294b","ip_address":"10.200.201.3"}],"id":"9463bf28-88b3-4ecc-8eee-8362ffb01979","security_groups":[],"mac_address":"fa:16:3e:8e:38:8b","project_id":"8a5657ebfc87434f98197695e2dfe061","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-be203279-0703-4930-b7c7-cba40c849e1c"}]} 2019-01-03 11:20:33,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-380d2954-5ab7-468b-bbbb-1751ee438e5b 2019-01-03 11:20:33,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:33,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-174e0b39-db8a-4456-b543-febc0c4961ac Date: Thu, 03 Jan 2019 11:20:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}} 2019-01-03 11:20:33,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b used request id req-174e0b39-db8a-4456-b543-febc0c4961ac 2019-01-03 11:20:33,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:33,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-76eb8a97-3807-427a-856d-00875f463c19 Date: Thu, 03 Jan 2019 11:20: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":["737385d1-0a2c-4e62-be73-41b67e21294b"],"updated_at":"2019-01-03T11:20:17Z","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8a5657ebfc87434f98197695e2dfe061","id":"be203279-0703-4930-b7c7-cba40c849e1c","name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1"}]} 2019-01-03 11:20:33,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-76eb8a97-3807-427a-856d-00875f463c19 2019-01-03 11:20:33,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}685d8dadbe73812ae20957512732539cfc5139c3" 2019-01-03 11:20:33,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e8aef96f-9c76-4e6a-a11b-2442febf16ce Date: Thu, 03 Jan 2019 11:20:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be203279-0703-4930-b7c7-cba40c849e1c","tenant_id":"8a5657ebfc87434f98197695e2dfe061","created_at":"2019-01-03T11:20:17Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:17Z","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":"8a5657ebfc87434f98197695e2dfe061","id":"737385d1-0a2c-4e62-be73-41b67e21294b","subnetpool_id":null,"name":"CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1"}]} 2019-01-03 11:20:33,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=be203279-0703-4930-b7c7-cba40c849e1c used request id req-e8aef96f-9c76-4e6a-a11b-2442febf16ce 2019-01-03 11:20:33,817 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router and port CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-port1 2019-01-03 11:20:33,818 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:33,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" -d '{"port_id": "509b12d7-2160-4943-9250-2c01bbc33f7b"}' 2019-01-03 11:20:35,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33902722-309d-47ef-80a0-d34c7036f873 Date: Thu, 03 Jan 2019 11:20:35 GMT RESP BODY: {"network_id": "be203279-0703-4930-b7c7-cba40c849e1c", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "subnet_id": "737385d1-0a2c-4e62-be73-41b67e21294b", "subnet_ids": ["737385d1-0a2c-4e62-be73-41b67e21294b"], "port_id": "509b12d7-2160-4943-9250-2c01bbc33f7b", "id": "54188c7a-0d81-42cc-a72d-8787d26c92ca"} 2019-01-03 11:20:35,429 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca/remove_router_interface used request id req-33902722-309d-47ef-80a0-d34c7036f873 2019-01-03 11:20:35,430 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:35,430 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-router 2019-01-03 11:20:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}129b17e337cf96cb4323d652b2462b2d8b78cc1a" 2019-01-03 11:20:38,732 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13693969-93b6-440b-bb03-a19ac7a1ce13 Content-Length: 0 Date: Thu, 03 Jan 2019 11:20:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:20:38,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/54188c7a-0d81-42cc-a72d-8787d26c92ca used request id req-13693969-93b6-440b-bb03-a19ac7a1ce13 2019-01-03 11:20:38,733 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1 2019-01-03 11:20:38,733 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-subnet1 2019-01-03 11:20:38,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:41,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3654247f-f147-4a9c-8342-48d00cfd5732 Date: Thu, 03 Jan 2019 11:20:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:20:41,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/737385d1-0a2c-4e62-be73-41b67e21294b used request id req-3654247f-f147-4a9c-8342-48d00cfd5732 2019-01-03 11:20:41,102 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-c2c3cf0d-52b0-408c-a56f-2ad14eed2dea-pub-net1 2019-01-03 11:20:41,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/be203279-0703-4930-b7c7-cba40c849e1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2669522daf5d8662407a4cfc87d1162022a4667b" 2019-01-03 11:20:42,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-901616b5-8192-41cf-a5b5-54e68f48aa1e Date: Thu, 03 Jan 2019 11:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:20:42,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/be203279-0703-4930-b7c7-cba40c849e1c used request id req-901616b5-8192-41cf-a5b5-54e68f48aa1e 2019-01-03 11:20:42,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:42,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c86b487e-735d-4635-b337-97d43ed0ba49 Date: Thu, 03 Jan 2019 11:20:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:16Z", "updated_at": "2019-01-03T11:20:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "revision_number": 0, "id": "1515bedc-7278-4da5-b7d8-6518cd1af802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a5657ebfc87434f98197695e2dfe061"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "revision_number": 0, "id": "7eba4daa-0e0e-4632-a488-1ef7a227a53f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a5657ebfc87434f98197695e2dfe061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "revision_number": 0, "id": "c14b711b-65d1-495e-b388-cf9b1150a2b9", "remote_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "remote_ip_prefix": null, "created_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a5657ebfc87434f98197695e2dfe061"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "revision_number": 0, "id": "ed5cd41b-0be1-47be-a8ab-9d1334a58371", "remote_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "remote_ip_prefix": null, "created_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a5657ebfc87434f98197695e2dfe061"}], "revision_number": 4, "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:20:42,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c86b487e-735d-4635-b337-97d43ed0ba49 2019-01-03 11:20:42,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:42,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a080f90-fdde-4496-9e73-7fb5c1b131da Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061"}, "enabled": true, "id": "8a5657ebfc87434f98197695e2dfe061", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj"}} 2019-01-03 11:20:42,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 used request id req-5a080f90-fdde-4496-9e73-7fb5c1b131da 2019-01-03 11:20:42,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc 2019-01-03 11:20:42,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:42,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4961e397-08de-4a58-8878-41ef50de5a2b Date: Thu, 03 Jan 2019 11:20:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "port_range_min": null, "revision_number": 0, "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:16Z", "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "1515bedc-7278-4da5-b7d8-6518cd1af802"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "port_range_min": null, "revision_number": 0, "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:16Z", "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "7eba4daa-0e0e-4632-a488-1ef7a227a53f"}, {"remote_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "port_range_min": null, "revision_number": 0, "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:16Z", "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "c14b711b-65d1-495e-b388-cf9b1150a2b9"}, {"remote_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:20:16Z", "security_group_id": "6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc", "port_range_min": null, "revision_number": 0, "tenant_id": "8a5657ebfc87434f98197695e2dfe061", "created_at": "2019-01-03T11:20:16Z", "project_id": "8a5657ebfc87434f98197695e2dfe061", "id": "ed5cd41b-0be1-47be-a8ab-9d1334a58371"}]} 2019-01-03 11:20:42,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc used request id req-4961e397-08de-4a58-8878-41ef50de5a2b 2019-01-03 11:20:42,786 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:20:42,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:43,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b8e5ec3-e16c-4e25-94d3-5adc9a987526 Content-Length: 0 Date: Thu, 03 Jan 2019 11:20:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:20:43,122 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/6df8d6c8-65bd-482e-a8c1-0be2bf99b1dc used request id req-4b8e5ec3-e16c-4e25-94d3-5adc9a987526 2019-01-03 11:20:43,123 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj 2019-01-03 11:20:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:43,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-176bcc9e-f64f-4b98-9241-d3df0ddd1a09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:43,339 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8a5657ebfc87434f98197695e2dfe061 used request id req-176bcc9e-f64f-4b98-9241-d3df0ddd1a09 2019-01-03 11:20:43,339 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-proj-role 2019-01-03 11:20:43,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:43,461 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-565d9fbf-895c-4bc0-8091-d03d0329eab4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:43,461 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/901bef33e1e441aab13eeebd1257dcb8 used request id req-565d9fbf-895c-4bc0-8091-d03d0329eab4 2019-01-03 11:20:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a59f6f2bd99fd6d8e02d18798fee5f83f5dc23" 2019-01-03 11:20:43,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3dd36ad-2e86-40e7-86f1-49ccba654d15 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:20:43,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a3dd36ad-2e86-40e7-86f1-49ccba654d15 2019-01-03 11:20:43,547 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4c8b49a7-75c4-4bb-user 2019-01-03 11:20:43,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4e5700fc55d14b1abc5f82edcc5ff406 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f089fbee91031ecff20186a7b4e6ff00ed7c7dbb" 2019-01-03 11:20:43,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0724bab1-c733-4a22-875e-65cb30751bc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:43,736 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4e5700fc55d14b1abc5f82edcc5ff406 used request id req-0724bab1-c733-4a22-875e-65cb30751bc7 2019-01-03 11:20:43,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:44,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ANxQlp9DRRqNlHnmrNwG8w"], "issued_at": "2019-01-03T11:20:44.000000Z"}} 2019-01-03 11:20:44,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bde702e7f9ae0f52b7c8018f05b05b5e4b767c7" 2019-01-03 11:20:44,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd00e3bf-a3c0-48a5-ad53-ba9cd413fa9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:44,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd00e3bf-a3c0-48a5-ad53-ba9cd413fa9c 2019-01-03 11:20:44,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:44,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:44,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kxFZS9aqRmawjp1dip44LA"], "issued_at": "2019-01-03T11:20:44.000000Z"}} 2019-01-03 11:20:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:44,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea83d605-1301-4643-af66-3b97c6ef74ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:44,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ea83d605-1301-4643-af66-3b97c6ef74ad 2019-01-03 11:20:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:44,698 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:44,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:44,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e127fec7-50cd-4460-ba66-1d324c6a63d9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:20:44,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj used request id req-e127fec7-50cd-4460-ba66-1d324c6a63d9 2019-01-03 11:20:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:44,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90fffb83-e3cd-40e1-99a7-7aaa660837d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:20:44,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-90fffb83-e3cd-40e1-99a7-7aaa660837d3 2019-01-03 11:20:44,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}}' 2019-01-03 11:20:45,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:20:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a81d85b-b184-4382-a8a4-23a5fd217468 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f"}, "enabled": true, "id": "911e86585a0f4fe3992f67cdc114f00f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}} 2019-01-03 11:20:45,024 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0a81d85b-b184-4382-a8a4-23a5fd217468 2019-01-03 11:20:45,024 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-proj 2019-01-03 11:20:45,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:45,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:45,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zjM3e6VySzaPIbgljzcKHw"], "issued_at": "2019-01-03T11:20:45.000000Z"}} 2019-01-03 11:20:45,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47937c693d15d8a3e6452e2bf33418a2aa6ca5a1" 2019-01-03 11:20:45,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9a3706-3597-41b6-861f-867cd6bac3f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:45,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7f9a3706-3597-41b6-861f-867cd6bac3f0 2019-01-03 11:20:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:45,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:45,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47937c693d15d8a3e6452e2bf33418a2aa6ca5a1" 2019-01-03 11:20:45,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3b6e37-02cc-4107-868b-065ad9411dee Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:20:45,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ff3b6e37-02cc-4107-868b-065ad9411dee 2019-01-03 11:20:45,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47937c693d15d8a3e6452e2bf33418a2aa6ca5a1" 2019-01-03 11:20:45,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71fe1f26-54e0-42c0-b4c9-6c13c8964494 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f"}, "enabled": true, "id": "911e86585a0f4fe3992f67cdc114f00f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}]} 2019-01-03 11:20:45,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj used request id req-71fe1f26-54e0-42c0-b4c9-6c13c8964494 2019-01-03 11:20:45,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47937c693d15d8a3e6452e2bf33418a2aa6ca5a1" 2019-01-03 11:20:45,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-642ce96b-13b1-4f5e-a3d0-21c339fe4e61 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:20:45,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-642ce96b-13b1-4f5e-a3d0-21c339fe4e61 2019-01-03 11:20:46,108 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-user 2019-01-03 11:20:46,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:46,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:46,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f9e726-289b-4e3d-9dec-e2294370c3fd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:20:46,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-37f9e726-289b-4e3d-9dec-e2294370c3fd 2019-01-03 11:20:46,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" -d '{"role": {"name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role"}}' 2019-01-03 11:20:46,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8140aa8-a9ef-4eb4-a01e-5844c1538dfd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff7520f1f9cf46c28a217e693a3962af", "links": {"self": "http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af"}, "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role"}} 2019-01-03 11:20:46,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f8140aa8-a9ef-4eb4-a01e-5844c1538dfd 2019-01-03 11:20:46,317 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role 2019-01-03 11:20:46,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:46,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f61c1d-600e-464b-ac59-bbf3bcb38d2a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af"}, "domain_id": null, "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role", "id": "ff7520f1f9cf46c28a217e693a3962af"}} 2019-01-03 11:20:46,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af used request id req-68f61c1d-600e-464b-ac59-bbf3bcb38d2a 2019-01-03 11:20:46,338 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role to project CreateRouterSuccessTests-2d36a034-8bca-4b8-proj 2019-01-03 11:20:46,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f/users/d86deb7aa9a144449c749198ce992fab/roles/ff7520f1f9cf46c28a217e693a3962af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:20:46,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:20:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe47f5f-128d-4589-b60f-1e6176afd20e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:20:46,469 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f/users/d86deb7aa9a144449c749198ce992fab/roles/ff7520f1f9cf46c28a217e693a3962af used request id req-8fe47f5f-128d-4589-b60f-1e6176afd20e 2019-01-03 11:20:46,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:46,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:46,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["bBt2Ks-_Syyp0qHq5dzniw"], "issued_at": "2019-01-03T11:20:46.000000Z"}} 2019-01-03 11:20:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:46,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c10563-ff8d-48d3-ada8-3bbcab891afb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:46,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-85c10563-ff8d-48d3-ada8-3bbcab891afb 2019-01-03 11:20:46,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:47,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55843ed8-4ad4-4622-bc9a-a85e7313867f Date: Thu, 03 Jan 2019 11:20:47 GMT RESP BODY: {"routers": []} 2019-01-03 11:20:47,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router&admin_state_up=True used request id req-55843ed8-4ad4-4622-bc9a-a85e7313867f 2019-01-03 11:20:47,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:20:47,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:47,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["9GIeKqcVRn6JBItLJDmd2w"], "issued_at": "2019-01-03T11:20:47.000000Z"}} 2019-01-03 11:20:47,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adade73721348b4e45d9c15065d80a5e24c60cef" 2019-01-03 11:20:47,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abab47df-1772-412f-bc44-01dd309fbcfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:20:47,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-abab47df-1772-412f-bc44-01dd309fbcfb 2019-01-03 11:20:47,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:47,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:47,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adade73721348b4e45d9c15065d80a5e24c60cef" 2019-01-03 11:20:47,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7c17b9-667b-4053-aa74-76dbe2b99db3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f"}, "enabled": true, "id": "911e86585a0f4fe3992f67cdc114f00f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}]} 2019-01-03 11:20:47,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-2d36a034-8bca-4b8-proj used request id req-ef7c17b9-667b-4053-aa74-76dbe2b99db3 2019-01-03 11:20:47,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:47,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-865f0784-fc23-4109-8ad8-ae6026f53fe1 Date: Thu, 03 Jan 2019 11:20:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:20:47,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-865f0784-fc23-4109-8ad8-ae6026f53fe1 2019-01-03 11:20:47,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:48,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6ee54c6b-31c0-492e-ad34-b22c1052aa64 Date: Thu, 03 Jan 2019 11:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:20:48,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-6ee54c6b-31c0-492e-ad34-b22c1052aa64 2019-01-03 11:20:48,203 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router 2019-01-03 11:20:48,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "tenant_id": "911e86585a0f4fe3992f67cdc114f00f", "name": "CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router", "admin_state_up": true}}' 2019-01-03 11:20:53,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-9be15da6-805b-48de-967a-01bf6ca6e339 Date: Thu, 03 Jan 2019 11:20:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "911e86585a0f4fe3992f67cdc114f00f", "created_at": "2019-01-03T11:20:48Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:49Z", "project_id": "911e86585a0f4fe3992f67cdc114f00f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a852edef-61a8-4176-a026-05a48bfe5cad", "name": "CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router"}} 2019-01-03 11:20:53,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9be15da6-805b-48de-967a-01bf6ca6e339 2019-01-03 11:20:53,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:53,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-339cc002-2df3-4eaf-be60-73b7f37e0468 Date: Thu, 03 Jan 2019 11:20:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:50Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.4"}],"id":"58535f49-c4c5-4c6e-8829-e1f35777d14a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:22:79","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:50Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.8"}],"id":"66003e86-6216-4b12-9402-329bc41bb235","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:d3:ea","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:51Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:53Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"73d5b45b-fd6e-4ab7-bff3-3de0b0646e70","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f3:80:df","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:20:49Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.2"}],"id":"8ef8f23b-e666-4944-b699-a193dc20b361","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:01:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:51Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"}]} 2019-01-03 11:20:53,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad used request id req-339cc002-2df3-4eaf-be60-73b7f37e0468 2019-01-03 11:20:53,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:53,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-294e8919-2223-46a7-b659-14b1a2a0069a Date: Thu, 03 Jan 2019 11:20:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:20:53,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-294e8919-2223-46a7-b659-14b1a2a0069a 2019-01-03 11:20:53,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:53,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4719cfa6-2835-4473-986e-3acdc9db916d Date: Thu, 03 Jan 2019 11:20:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:53,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-4719cfa6-2835-4473-986e-3acdc9db916d 2019-01-03 11:20:53,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:54,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6e541204-879a-4927-8734-931c4e819175 Date: Thu, 03 Jan 2019 11:20:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:54,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-6e541204-879a-4927-8734-931c4e819175 2019-01-03 11:20:54,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:54,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c8dbcf91-cafb-451c-a354-2568d20b3fb5 Date: Thu, 03 Jan 2019 11:20:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:54,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-c8dbcf91-cafb-451c-a354-2568d20b3fb5 2019-01-03 11:20:54,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/a852edef-61a8-4176-a026-05a48bfe5cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:54,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-391f1a19-4806-47c3-9b83-6f7a6011eaba Date: Thu, 03 Jan 2019 11:20:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "911e86585a0f4fe3992f67cdc114f00f", "created_at": "2019-01-03T11:20:48Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:52Z", "project_id": "911e86585a0f4fe3992f67cdc114f00f", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "a852edef-61a8-4176-a026-05a48bfe5cad", "name": "CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router"}} 2019-01-03 11:20:54,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/a852edef-61a8-4176-a026-05a48bfe5cad used request id req-391f1a19-4806-47c3-9b83-6f7a6011eaba 2019-01-03 11:20:54,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:54,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-18838936-71b9-4c8b-a1b2-31fd34ed7b8e Date: Thu, 03 Jan 2019 11:20:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:54Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.4"}],"id":"58535f49-c4c5-4c6e-8829-e1f35777d14a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:22:79","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:50Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:51Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.8"}],"id":"66003e86-6216-4b12-9402-329bc41bb235","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0a:d3:ea","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:51Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:54Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"73d5b45b-fd6e-4ab7-bff3-3de0b0646e70","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f3:80:df","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":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T11:20:49Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:20:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","ip_address":"169.254.192.2"}],"id":"8ef8f23b-e666-4944-b699-a193dc20b361","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:01:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 911e86585a0f4fe3992f67cdc114f00f","admin_state_up":true,"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:51Z","binding:vnic_type":"normal","device_id":"a852edef-61a8-4176-a026-05a48bfe5cad"}]} 2019-01-03 11:20:54,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad used request id req-18838936-71b9-4c8b-a1b2-31fd34ed7b8e 2019-01-03 11:20:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:54,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-62849638-d244-409e-8c8d-2e33a875060e Date: Thu, 03 Jan 2019 11:20:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:20:54,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-62849638-d244-409e-8c8d-2e33a875060e 2019-01-03 11:20:54,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:55,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2f6f6a91-7094-4463-afda-4709785b2c97 Date: Thu, 03 Jan 2019 11:20:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:55,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-2f6f6a91-7094-4463-afda-4709785b2c97 2019-01-03 11:20:55,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:55,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-58c0033a-1829-4ecd-b9ae-a9dc42c60b76 Date: Thu, 03 Jan 2019 11:20:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:55,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-58c0033a-1829-4ecd-b9ae-a9dc42c60b76 2019-01-03 11:20:55,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:20:55,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-25e4ec70-cafb-4790-9c82-fae389b6bfa7 Date: Thu, 03 Jan 2019 11:20:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"673806c9-cdfb-4673-983a-ea3b6f0685e5","tenant_id":"","created_at":"2019-01-03T11:20:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:20:48Z","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":"1fe625e1-a03a-4697-a3cf-5d6ae0e8a340","subnetpool_id":null,"name":"HA subnet tenant 911e86585a0f4fe3992f67cdc114f00f"}} 2019-01-03 11:20:55,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/1fe625e1-a03a-4697-a3cf-5d6ae0e8a340 used request id req-25e4ec70-cafb-4790-9c82-fae389b6bfa7 2019-01-03 11:20:55,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:20:55,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff7520f1f9cf46c28a217e693a3962af", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role"}], "expires_at": "2019-01-03T12:20:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "911e86585a0f4fe3992f67cdc114f00f", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/911e86585a0f4fe3992f67cdc114f00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/911e86585a0f4fe3992f67cdc114f00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/911e86585a0f4fe3992f67cdc114f00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/911e86585a0f4fe3992f67cdc114f00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/911e86585a0f4fe3992f67cdc114f00f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/911e86585a0f4fe3992f67cdc114f00f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/911e86585a0f4fe3992f67cdc114f00f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-user", "id": "d86deb7aa9a144449c749198ce992fab"}, "audit_ids": ["jcNkn3_aSgWhR6iMuGvD2w"], "issued_at": "2019-01-03T11:20:55.000000Z"}} 2019-01-03 11:20:55,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bde57b75485c6840f95ad36d7050a4bb5493b" 2019-01-03 11:20:56,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-72a20c1f-43bc-4c8f-b39a-57a02b1f2466 Date: Thu, 03 Jan 2019 11:20:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "911e86585a0f4fe3992f67cdc114f00f", "created_at": "2019-01-03T11:20:48Z", "admin_state_up": true, "updated_at": "2019-01-03T11:20:52Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "911e86585a0f4fe3992f67cdc114f00f", "id": "a852edef-61a8-4176-a026-05a48bfe5cad", "name": "CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router"}]} 2019-01-03 11:20:56,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router&admin_state_up=True used request id req-72a20c1f-43bc-4c8f-b39a-57a02b1f2466 2019-01-03 11:20:56,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:20:56,103 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:20: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:20:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bde702e7f9ae0f52b7c8018f05b05b5e4b767c7" 2019-01-03 11:20:56,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51740224-491d-4be6-906f-2f54f8c1dde6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f"}, "enabled": true, "id": "911e86585a0f4fe3992f67cdc114f00f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2d36a034-8bca-4b8-proj"}} 2019-01-03 11:20:56,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f used request id req-51740224-491d-4be6-906f-2f54f8c1dde6 2019-01-03 11:20:56,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bde57b75485c6840f95ad36d7050a4bb5493b" 2019-01-03 11:20:56,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9e038f9-8c19-4a35-a1b5-874bd636dc81 Date: Thu, 03 Jan 2019 11:20:56 GMT RESP BODY: {"ports":[]} 2019-01-03 11:20:56,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a852edef-61a8-4176-a026-05a48bfe5cad used request id req-d9e038f9-8c19-4a35-a1b5-874bd636dc81 2019-01-03 11:20:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bde57b75485c6840f95ad36d7050a4bb5493b" 2019-01-03 11:20:56,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-10dc7a60-94d9-46a8-a9dd-cf6183d8a0cf Date: Thu, 03 Jan 2019 11:20:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:20:56,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-10dc7a60-94d9-46a8-a9dd-cf6183d8a0cf 2019-01-03 11:20:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bde57b75485c6840f95ad36d7050a4bb5493b" 2019-01-03 11:20:56,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-85bccfe5-8d8e-4d39-97fb-7579f321c2b2 Date: Thu, 03 Jan 2019 11:20:56 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:20:56,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-85bccfe5-8d8e-4d39-97fb-7579f321c2b2 2019-01-03 11:20:56,912 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router 2019-01-03 11:20:56,912 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-513619d9-7345-48f3-8324-39a842b2b4b0-pub-router 2019-01-03 11:20:56,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/a852edef-61a8-4176-a026-05a48bfe5cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e449b984ac7a1d8953b42cdba019fa2afbaaf80a" 2019-01-03 11:21:00,171 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-579e1b02-a964-444b-be1c-484611959c70 Content-Length: 0 Date: Thu, 03 Jan 2019 11:21:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:00,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a852edef-61a8-4176-a026-05a48bfe5cad used request id req-579e1b02-a964-444b-be1c-484611959c70 2019-01-03 11:21:00,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:00,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cd84d5ef-ca78-4c6b-b68e-a12c9ced0779 Date: Thu, 03 Jan 2019 11:21:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:21:00,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-cd84d5ef-ca78-4c6b-b68e-a12c9ced0779 2019-01-03 11:21:00,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:00,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08afd23e-1cd6-494e-a2f6-e0611941d583 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:21:00,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-08afd23e-1cd6-494e-a2f6-e0611941d583 2019-01-03 11:21:00,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:00,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07f9bc75-7c0b-4eac-8e78-7ca9f0ba47bd 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:21:00,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-07f9bc75-7c0b-4eac-8e78-7ca9f0ba47bd 2019-01-03 11:21:00,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:00,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-697e7d59-6eb3-4edc-ab3c-5b368acad45d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:21:00,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-697e7d59-6eb3-4edc-ab3c-5b368acad45d 2019-01-03 11:21:00,677 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-proj 2019-01-03 11:21:00,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:00,895 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d48fd8f-c730-4640-bf3e-9518260086dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:00,895 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/911e86585a0f4fe3992f67cdc114f00f used request id req-6d48fd8f-c730-4640-bf3e-9518260086dd 2019-01-03 11:21:00,896 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-proj-role 2019-01-03 11:21:00,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:01,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45a444b0-a8a0-42ce-be00-2fec2b6ae075 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:01,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ff7520f1f9cf46c28a217e693a3962af used request id req-45a444b0-a8a0-42ce-be00-2fec2b6ae075 2019-01-03 11:21:01,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b1eddb8d6d9948de254a1e2c219daf4ad6e23e3" 2019-01-03 11:21:01,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d3f627-9979-4a9f-a14e-c2e0317b2776 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:21:01,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c9d3f627-9979-4a9f-a14e-c2e0317b2776 2019-01-03 11:21:01,107 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2d36a034-8bca-4b8-user 2019-01-03 11:21:01,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d86deb7aa9a144449c749198ce992fab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47937c693d15d8a3e6452e2bf33418a2aa6ca5a1" 2019-01-03 11:21:01,327 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32db0ac0-68b9-48b7-8d0f-30e3aa5edc38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:01,327 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d86deb7aa9a144449c749198ce992fab used request id req-32db0ac0-68b9-48b7-8d0f-30e3aa5edc38 2019-01-03 11:21:01,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:01,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JXqV4BNASNqrB2YJ0fPrEw"], "issued_at": "2019-01-03T11:21:01.000000Z"}} 2019-01-03 11:21:01,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724b68fafaf3a0b447a366ff3f8bbf3416af7c21" 2019-01-03 11:21:01,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ef2498-ba1a-4834-b36f-65d8642e10e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:01,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-86ef2498-ba1a-4834-b36f-65d8642e10e1 2019-01-03 11:21:01,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:01,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:02,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8HPndSORQR-3JaK9yrVOdQ"], "issued_at": "2019-01-03T11:21:02.000000Z"}} 2019-01-03 11:21:02,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:02,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-545a771d-90c2-420a-8fb9-ee22a3b76268 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:02,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-545a771d-90c2-420a-8fb9-ee22a3b76268 2019-01-03 11:21:02,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:02,280 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:02,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:02,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe358523-1e19-4d36-90f6-fc5b9edfb8c4 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:21:02,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj used request id req-fe358523-1e19-4d36-90f6-fc5b9edfb8c4 2019-01-03 11:21:02,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:02,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25cbae18-be71-4196-81f2-7f3af7ac0f6b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:21:02,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-25cbae18-be71-4196-81f2-7f3af7ac0f6b 2019-01-03 11:21:02,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}}' 2019-01-03 11:21:02,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:21:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4655cef2-c65b-466b-af95-40a335446324 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:02,581 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4655cef2-c65b-466b-af95-40a335446324 2019-01-03 11:21:02,581 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj 2019-01-03 11:21:02,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:02,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:02,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["32n8fSDBTiiwkZi6pmJtAw"], "issued_at": "2019-01-03T11:21:02.000000Z"}} 2019-01-03 11:21:02,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e10c424e86077fbf36b907149031c67399d7a8" 2019-01-03 11:21:03,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4985e592-87f0-4ef1-9e92-a73635b1f7f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:03,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4985e592-87f0-4ef1-9e92-a73635b1f7f2 2019-01-03 11:21:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:03,059 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:03,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e10c424e86077fbf36b907149031c67399d7a8" 2019-01-03 11:21:03,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e1aeca-9904-4a9d-a4a6-bb7363ca6e7a Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:21:03,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-00e1aeca-9904-4a9d-a4a6-bb7363ca6e7a 2019-01-03 11:21:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e10c424e86077fbf36b907149031c67399d7a8" 2019-01-03 11:21:03,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c25d3d26-c864-46d6-8505-000bc146eaae Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}]} 2019-01-03 11:21:03,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj used request id req-c25d3d26-c864-46d6-8505-000bc146eaae 2019-01-03 11:21:03,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e10c424e86077fbf36b907149031c67399d7a8" 2019-01-03 11:21:03,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74699bd8-0f87-4c39-8619-d658110ef56b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:21:03,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-74699bd8-0f87-4c39-8619-d658110ef56b 2019-01-03 11:21:03,659 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-user 2019-01-03 11:21:03,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:03,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cdb50b1-948c-4c13-9751-4d8a219ce890 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:21:03,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5cdb50b1-948c-4c13-9751-4d8a219ce890 2019-01-03 11:21:03,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" -d '{"role": {"name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}}' 2019-01-03 11:21:03,880 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e75ad24-2511-430e-8545-6de9851f5eac Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4b747e814a2e419fae22ed312a090bf4", "links": {"self": "http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4"}, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}} 2019-01-03 11:21:03,880 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1e75ad24-2511-430e-8545-6de9851f5eac 2019-01-03 11:21:03,881 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role 2019-01-03 11:21:03,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:03,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9438dcb-8025-4c5e-a176-5f40d509c555 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4"}, "domain_id": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role", "id": "4b747e814a2e419fae22ed312a090bf4"}} 2019-01-03 11:21:03,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4 used request id req-a9438dcb-8025-4c5e-a176-5f40d509c555 2019-01-03 11:21:03,966 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role to project CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj 2019-01-03 11:21:03,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415/users/3156e70a9f93447994c1ef33b95d1e81/roles/4b747e814a2e419fae22ed312a090bf4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:04,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f3ae372-c5c9-4c09-b0a8-d839703240da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:04,195 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415/users/3156e70a9f93447994c1ef33b95d1e81/roles/4b747e814a2e419fae22ed312a090bf4 used request id req-5f3ae372-c5c9-4c09-b0a8-d839703240da 2019-01-03 11:21:04,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:04,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:04,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["SFbWPlJ-TqyA-PnDxVPauA"], "issued_at": "2019-01-03T11:21:04.000000Z"}} 2019-01-03 11:21:04,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:04,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9d7549-e758-4adf-b972-ff67755d03d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:04,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3c9d7549-e758-4adf-b972-ff67755d03d5 2019-01-03 11:21:04,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:04,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b97852e9-793f-4370-8e05-d094b5eeab95 Date: Thu, 03 Jan 2019 11:21:04 GMT RESP BODY: {"networks":[]} 2019-01-03 11:21:04,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 used request id req-b97852e9-793f-4370-8e05-d094b5eeab95 2019-01-03 11:21:04,828 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 2019-01-03 11:21:04,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" -d '{"network": {"name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1", "admin_state_up": true}}' 2019-01-03 11:21:05,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-036ab6fa-91fb-498e-871e-6d8ce8e25cff Date: Thu, 03 Jan 2019 11:21:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"61103869-005e-436a-9a94-0ce073dfdc9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:21:05Z","is_default":false,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","mtu":1450}} 2019-01-03 11:21:05,411 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-036ab6fa-91fb-498e-871e-6d8ce8e25cff 2019-01-03 11:21:05,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:05,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6a4dd055-1cf9-4238-9176-75454aad4beb Date: Thu, 03 Jan 2019 11:21:05 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":"2019-01-03T11:21:05Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:05,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-6a4dd055-1cf9-4238-9176-75454aad4beb 2019-01-03 11:21:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:05,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-61488aa3-8e29-4285-ac03-705d3e84247f Date: Thu, 03 Jan 2019 11:21:05 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:21:05,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-61488aa3-8e29-4285-ac03-705d3e84247f 2019-01-03 11:21:05,830 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1 2019-01-03 11:21:05,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" -d '{"subnets": [{"ip_version": 4, "network_id": "61103869-005e-436a-9a94-0ce073dfdc9a", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]}' 2019-01-03 11:21:06,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-445b882b-c395-4cf7-8ca6-e11cb4a11137 Date: Thu, 03 Jan 2019 11:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:06,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-445b882b-c395-4cf7-8ca6-e11cb4a11137 2019-01-03 11:21:06,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:06,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c9e9196-4784-4dfc-83e9-4a8e777a2f11 Date: Thu, 03 Jan 2019 11:21:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:06,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-4c9e9196-4784-4dfc-83e9-4a8e777a2f11 2019-01-03 11:21:06,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:07,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2f20a260-3828-4c12-8dfd-f663ab832a90 Date: Thu, 03 Jan 2019 11:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:07,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-2f20a260-3828-4c12-8dfd-f663ab832a90 2019-01-03 11:21:07,138 - OpenStackNetwork - DEBUG - Network [61103869-005e-436a-9a94-0ce073dfdc9a] created successfully 2019-01-03 11:21:07,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:07,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:07,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["N1jrwV-3Q9qtuQdZOwbFGQ"], "issued_at": "2019-01-03T11:21:07.000000Z"}} 2019-01-03 11:21:07,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:07,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc65e9b6-6e9d-4190-9d9a-d4ac08f7a4d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:07,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dc65e9b6-6e9d-4190-9d9a-d4ac08f7a4d5 2019-01-03 11:21:07,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:07,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2d1ecb7-5044-4e6e-a329-2df8eb9b7785 Date: Thu, 03 Jan 2019 11:21:07 GMT RESP BODY: {"networks":[]} 2019-01-03 11:21:07,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 used request id req-a2d1ecb7-5044-4e6e-a329-2df8eb9b7785 2019-01-03 11:21:07,742 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 2019-01-03 11:21:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" -d '{"network": {"name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2", "admin_state_up": true}}' 2019-01-03 11:21:08,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-07232bd8-045e-45b6-a32e-9e62743dc331 Date: Thu, 03 Jan 2019 11:21:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:21:08Z","is_default":false,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","mtu":1450}} 2019-01-03 11:21:08,262 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-07232bd8-045e-45b6-a32e-9e62743dc331 2019-01-03 11:21:08,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:08,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bc51fcf6-6f73-4799-87a7-18106518fcd2 Date: Thu, 03 Jan 2019 11:21: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":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:08,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-bc51fcf6-6f73-4799-87a7-18106518fcd2 2019-01-03 11:21:08,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:08,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3acf316-8304-4ab7-8ec5-3855dc8ec429 Date: Thu, 03 Jan 2019 11:21:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:21:08,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-b3acf316-8304-4ab7-8ec5-3855dc8ec429 2019-01-03 11:21:08,528 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2 2019-01-03 11:21:08,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" -d '{"subnets": [{"ip_version": 4, "network_id": "65c2c9c6-dfec-4b92-8a07-ef8cb91e2105", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]}' 2019-01-03 11:21:09,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-440c9ff6-7806-4f5b-baeb-dbde4cb6610c Date: Thu, 03 Jan 2019 11:21:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:09,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-440c9ff6-7806-4f5b-baeb-dbde4cb6610c 2019-01-03 11:21:09,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:09,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b0a53544-9302-4bc5-9421-61cf21642660 Date: Thu, 03 Jan 2019 11:21: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":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:09,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-b0a53544-9302-4bc5-9421-61cf21642660 2019-01-03 11:21:09,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:09,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-44171132-7044-453a-a02f-428744651aab Date: Thu, 03 Jan 2019 11:21:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:09,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-44171132-7044-453a-a02f-428744651aab 2019-01-03 11:21:09,529 - OpenStackNetwork - DEBUG - Network [65c2c9c6-dfec-4b92-8a07-ef8cb91e2105] created successfully 2019-01-03 11:21:09,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:09,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:09,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["oGNAc8ZaRNqGGEj37plE9w"], "issued_at": "2019-01-03T11:21:09.000000Z"}} 2019-01-03 11:21:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:09,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c126c84-f7ca-49bf-9736-598a3ddec16e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:09,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0c126c84-f7ca-49bf-9736-598a3ddec16e 2019-01-03 11:21:09,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:10,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e1bac276-26b7-443d-b640-a308ed1688c5 Date: Thu, 03 Jan 2019 11:21:10 GMT RESP BODY: {"routers": []} 2019-01-03 11:21:10,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True used request id req-e1bac276-26b7-443d-b640-a308ed1688c5 2019-01-03 11:21:10,187 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:10,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:10,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["HJjHaD-dQK-ZwysSArK68Q"], "issued_at": "2019-01-03T11:21:10.000000Z"}} 2019-01-03 11:21:10,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75f1c4e3c058d6ad067e12bf83684b0b3ab6a7ee" 2019-01-03 11:21:10,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145adc5d-add5-4b45-b1ff-55d2cd745d36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:10,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-145adc5d-add5-4b45-b1ff-55d2cd745d36 2019-01-03 11:21:10,636 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:10,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"router": {"name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router", "admin_state_up": true}}' 2019-01-03 11:21:14,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-88a0c96c-99e1-4f80-982c-efed24dd9a08 Date: Thu, 03 Jan 2019 11:21:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:11Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router"}} 2019-01-03 11:21:14,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-88a0c96c-99e1-4f80-982c-efed24dd9a08 2019-01-03 11:21:14,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:14,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9103cec-a48d-4ef2-add5-97a9f05a4bb2 Date: Thu, 03 Jan 2019 11:21:14 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:14,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-e9103cec-a48d-4ef2-add5-97a9f05a4bb2 2019-01-03 11:21:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:14,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b6a31e61-f014-4473-a5a9-6d102a2b74e8 Date: Thu, 03 Jan 2019 11:21: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":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:14,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 used request id req-b6a31e61-f014-4473-a5a9-6d102a2b74e8 2019-01-03 11:21:14,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:14,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:14,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:14,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76cc1549-b402-4e50-998a-02e511d064fd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:14,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-76cc1549-b402-4e50-998a-02e511d064fd 2019-01-03 11:21:14,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:15,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-557e6140-6898-464a-bc8f-8c0999d4d7fa Date: Thu, 03 Jan 2019 11:21:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:15,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-557e6140-6898-464a-bc8f-8c0999d4d7fa 2019-01-03 11:21:15,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:15,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2441ce6c-6ae6-4b91-80b4-2e44cc7a9440 Date: Thu, 03 Jan 2019 11:21:15 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:15,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1&admin_state_up=True used request id req-2441ce6c-6ae6-4b91-80b4-2e44cc7a9440 2019-01-03 11:21:15,277 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1 for router - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:15,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:15,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:15,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["ugST7kZjTZ-YIwgrCRhMcw"], "issued_at": "2019-01-03T11:21:15.000000Z"}} 2019-01-03 11:21:15,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fee55f1b29055de0ebc5a0c8b8111cd149c74" 2019-01-03 11:21:15,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d6a1477-d797-4b7f-8024-725b4678a41c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:15,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4d6a1477-d797-4b7f-8024-725b4678a41c 2019-01-03 11:21:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:15,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9da8a9fc-e976-4c78-8301-a58f876cc3df Date: Thu, 03 Jan 2019 11:21: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":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:15,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 used request id req-9da8a9fc-e976-4c78-8301-a58f876cc3df 2019-01-03 11:21:15,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:16,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-63c2c0d8-e029-4f0a-8071-f0776ab2a00b Date: Thu, 03 Jan 2019 11:21:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:16,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-63c2c0d8-e029-4f0a-8071-f0776ab2a00b 2019-01-03 11:21:16,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:16,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cc044ab7-d2ff-4784-ada9-e1aed14eaea0 Date: Thu, 03 Jan 2019 11:21:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:16,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 used request id req-cc044ab7-d2ff-4784-ada9-e1aed14eaea0 2019-01-03 11:21:16,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:16,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:16,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab2fee55f1b29055de0ebc5a0c8b8111cd149c74" 2019-01-03 11:21:16,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7664fb2f-b99f-41c8-8306-0a7cf74b7973 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:16,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-7664fb2f-b99f-41c8-8306-0a7cf74b7973 2019-01-03 11:21:16,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:16,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-94bb12cc-caf3-4712-bf1b-ffb78c1c1b27 Date: Thu, 03 Jan 2019 11:21:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:16,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-94bb12cc-caf3-4712-bf1b-ffb78c1c1b27 2019-01-03 11:21:16,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:16,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f63fb92c-c425-4002-b46a-24452bb53c84 Date: Thu, 03 Jan 2019 11:21:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:16,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1 used request id req-f63fb92c-c425-4002-b46a-24452bb53c84 2019-01-03 11:21:16,795 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 2019-01-03 11:21:16,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port": {"network_id": "61103869-005e-436a-9a94-0ce073dfdc9a", "fixed_ips": [{"subnet_id": "2e06e673-3040-4f69-8179-123158699a59", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1", "admin_state_up": true}}' 2019-01-03 11:21:18,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-3e645a9f-bb76-4a46-bf90-bbb78b550f2d Date: Thu, 03 Jan 2019 11:21:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","project_id":"fc2cfd7f48144e1890fa79af33a2f415","qos_policy_id":null,"admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal"}} 2019-01-03 11:21:18,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3e645a9f-bb76-4a46-bf90-bbb78b550f2d 2019-01-03 11:21:18,023 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1 for router - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:18,023 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:18,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port_id": "699c8177-dcd1-4f30-8efd-db0ac416bad4"}' 2019-01-03 11:21:19,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9db72172-3f51-48e4-8c92-2259d2dd8585 Date: Thu, 03 Jan 2019 11:21:19 GMT RESP BODY: {"network_id": "61103869-005e-436a-9a94-0ce073dfdc9a", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "subnet_id": "2e06e673-3040-4f69-8179-123158699a59", "subnet_ids": ["2e06e673-3040-4f69-8179-123158699a59"], "port_id": "699c8177-dcd1-4f30-8efd-db0ac416bad4", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6"} 2019-01-03 11:21:19,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/add_router_interface used request id req-9db72172-3f51-48e4-8c92-2259d2dd8585 2019-01-03 11:21:19,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:20,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d336fa57-7a5e-4d19-a07b-86833b2af4cf Date: Thu, 03 Jan 2019 11:21: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":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:20,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 used request id req-d336fa57-7a5e-4d19-a07b-86833b2af4cf 2019-01-03 11:21:20,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:20,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-879a40fb-e28d-4025-8652-7be96be2c022 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:20,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-879a40fb-e28d-4025-8652-7be96be2c022 2019-01-03 11:21:20,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:20,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eb0e8a72-2e6e-4cd4-bc79-24738284044a Date: Thu, 03 Jan 2019 11:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:20,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-eb0e8a72-2e6e-4cd4-bc79-24738284044a 2019-01-03 11:21:20,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:20,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a5be3888-34c8-4ed6-b667-dfdc57f6a223 Date: Thu, 03 Jan 2019 11:21:20 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:20,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2&admin_state_up=True used request id req-a5be3888-34c8-4ed6-b667-dfdc57f6a223 2019-01-03 11:21:20,508 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2 for router - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:20,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:20,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:20,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["2VxI8FNyRRWa93zB190KfQ"], "issued_at": "2019-01-03T11:21:20.000000Z"}} 2019-01-03 11:21:20,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69deb0fcfae376b0f2ea51ccf2f3a7975e01fa7c" 2019-01-03 11:21:20,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-277493eb-f641-4af9-88d2-5bb96a9af2e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:20,904 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-277493eb-f641-4af9-88d2-5bb96a9af2e2 2019-01-03 11:21:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:21,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7f45b7ac-bd43-4441-9d49-d8a4b66bd12c Date: Thu, 03 Jan 2019 11:21: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":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:21,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 used request id req-7f45b7ac-bd43-4441-9d49-d8a4b66bd12c 2019-01-03 11:21:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:21,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-78d185c7-7766-4389-81f0-6c94dd019493 Date: Thu, 03 Jan 2019 11:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:21,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-78d185c7-7766-4389-81f0-6c94dd019493 2019-01-03 11:21:21,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:21,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8e0d06ce-9e5b-4fb3-ac81-e051cefb6664 Date: Thu, 03 Jan 2019 11:21: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":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:21,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 used request id req-8e0d06ce-9e5b-4fb3-ac81-e051cefb6664 2019-01-03 11:21:21,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:21,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69deb0fcfae376b0f2ea51ccf2f3a7975e01fa7c" 2019-01-03 11:21:21,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b83e70d1-b500-4754-b317-f02bdb162a32 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:21,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-b83e70d1-b500-4754-b317-f02bdb162a32 2019-01-03 11:21:21,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:21,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-dba797f8-94ac-4d32-9420-ae425f365d2f Date: Thu, 03 Jan 2019 11:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:21,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-dba797f8-94ac-4d32-9420-ae425f365d2f 2019-01-03 11:21:21,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:21,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e91f6065-d14e-431c-98a8-981a05f14c81 Date: Thu, 03 Jan 2019 11:21:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:21,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2 used request id req-e91f6065-d14e-431c-98a8-981a05f14c81 2019-01-03 11:21:21,817 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 2019-01-03 11:21:21,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port": {"network_id": "65c2c9c6-dfec-4b92-8a07-ef8cb91e2105", "fixed_ips": [{"subnet_id": "8cfe0005-738b-42de-890f-e0b0a37f8494", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2", "admin_state_up": true}}' 2019-01-03 11:21:23,004 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-324872bf-6d46-42b7-9b96-9dad52d79cbd Date: Thu, 03 Jan 2019 11:21:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","project_id":"fc2cfd7f48144e1890fa79af33a2f415","qos_policy_id":null,"admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal"}} 2019-01-03 11:21:23,004 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-324872bf-6d46-42b7-9b96-9dad52d79cbd 2019-01-03 11:21:23,005 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2 for router - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:23,005 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:23,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port_id": "832fac71-a721-47b9-b04c-0170a0b8ede1"}' 2019-01-03 11:21:24,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eee13def-61bb-454d-a080-8a2f4037788b Date: Thu, 03 Jan 2019 11:21:24 GMT RESP BODY: {"network_id": "65c2c9c6-dfec-4b92-8a07-ef8cb91e2105", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "subnet_id": "8cfe0005-738b-42de-890f-e0b0a37f8494", "subnet_ids": ["8cfe0005-738b-42de-890f-e0b0a37f8494"], "port_id": "832fac71-a721-47b9-b04c-0170a0b8ede1", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6"} 2019-01-03 11:21:24,730 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/add_router_interface used request id req-eee13def-61bb-454d-a080-8a2f4037788b 2019-01-03 11:21:24,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:24,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-668aa642-6a72-4e5b-80de-96382fd8862b Date: Thu, 03 Jan 2019 11:21:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router"}} 2019-01-03 11:21:24,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-668aa642-6a72-4e5b-80de-96382fd8862b 2019-01-03 11:21:24,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:25,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-d92629fb-e89b-4514-bb6b-c5a869618e35 Date: Thu, 03 Jan 2019 11:21:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:25,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-d92629fb-e89b-4514-bb6b-c5a869618e35 2019-01-03 11:21:25,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:25,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8609753f-0d22-47a5-96de-6b69511c860e Date: Thu, 03 Jan 2019 11:21:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}} 2019-01-03 11:21:25,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-8609753f-0d22-47a5-96de-6b69511c860e 2019-01-03 11:21:25,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:25,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ed8b6471-e86b-4d07-b746-3dae44c3a188 Date: Thu, 03 Jan 2019 11:21:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}} 2019-01-03 11:21:25,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-ed8b6471-e86b-4d07-b746-3dae44c3a188 2019-01-03 11:21:25,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:25,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["IgUGf_65Ryy0jOTgORvMDg"], "issued_at": "2019-01-03T11:21:25.000000Z"}} 2019-01-03 11:21:25,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:25,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-33baef24-4158-4198-97c9-30540d87c4e2 Date: Thu, 03 Jan 2019 11:21:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router"}]} 2019-01-03 11:21:25,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True used request id req-33baef24-4158-4198-97c9-30540d87c4e2 2019-01-03 11:21:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:25,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:25,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724b68fafaf3a0b447a366ff3f8bbf3416af7c21" 2019-01-03 11:21:26,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45bfba9c-10eb-412e-ad41-fb40e5e5ecb3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:26,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-45bfba9c-10eb-412e-ad41-fb40e5e5ecb3 2019-01-03 11:21:26,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-dda70b4f-f47c-4c02-94d5-6bd8e680e138 Date: Thu, 03 Jan 2019 11:21:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:26,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-dda70b4f-f47c-4c02-94d5-6bd8e680e138 2019-01-03 11:21:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:26,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9d247e01-5a06-47ce-afce-21f9e0516d52 Date: Thu, 03 Jan 2019 11:21:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}} 2019-01-03 11:21:26,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-9d247e01-5a06-47ce-afce-21f9e0516d52 2019-01-03 11:21:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:26,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5d64ca9e-bab3-400e-ad76-6ff9d2aa9654 Date: Thu, 03 Jan 2019 11:21:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}} 2019-01-03 11:21:26,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-5d64ca9e-bab3-400e-ad76-6ff9d2aa9654 2019-01-03 11:21:26,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:26,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:27,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4b747e814a2e419fae22ed312a090bf4", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role"}], "expires_at": "2019-01-03T12:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc2cfd7f48144e1890fa79af33a2f415", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fc2cfd7f48144e1890fa79af33a2f415", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-user", "id": "3156e70a9f93447994c1ef33b95d1e81"}, "audit_ids": ["QKXPwjGzRIahT2DcRGb7Fw"], "issued_at": "2019-01-03T11:21:27.000000Z"}} 2019-01-03 11:21:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:27,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1c7485f-d68e-44d4-8552-1bcb381eae98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:27,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e1c7485f-d68e-44d4-8552-1bcb381eae98 2019-01-03 11:21:27,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:27,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-b16153f6-78ee-4b29-aaf3-3123cf3a02e6 Date: Thu, 03 Jan 2019 11:21:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router"}]} 2019-01-03 11:21:27,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router&admin_state_up=True used request id req-b16153f6-78ee-4b29-aaf3-3123cf3a02e6 2019-01-03 11:21:27,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:27,572 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:27,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:27,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5474cb42-0ee7-4551-b743-d841fa1a51cb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:27,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-5474cb42-0ee7-4551-b743-d841fa1a51cb 2019-01-03 11:21:27,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:27,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-e7b6eb66-01b9-4a96-b90f-8dee928d1df0 Date: Thu, 03 Jan 2019 11:21:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:27,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-e7b6eb66-01b9-4a96-b90f-8dee928d1df0 2019-01-03 11:21:27,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-79b71558-9e1b-4b97-8483-2cdafd989337 Date: Thu, 03 Jan 2019 11:21:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}} 2019-01-03 11:21:28,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-79b71558-9e1b-4b97-8483-2cdafd989337 2019-01-03 11:21:28,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5b109e35-3242-4521-b9df-b5ddae863619 Date: Thu, 03 Jan 2019 11:21:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}} 2019-01-03 11:21:28,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-5b109e35-3242-4521-b9df-b5ddae863619 2019-01-03 11:21:28,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-962b8cf1-a857-4b45-99fd-971f0809bfe2 Date: Thu, 03 Jan 2019 11:21: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":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:28,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 used request id req-962b8cf1-a857-4b45-99fd-971f0809bfe2 2019-01-03 11:21:28,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146d76b6-49bb-4b14-b202-1c06568783bd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:28,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-146d76b6-49bb-4b14-b202-1c06568783bd 2019-01-03 11:21:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b9525cf3-abc3-40c1-8082-8f8a5cd6c686 Date: Thu, 03 Jan 2019 11:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:28,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-b9525cf3-abc3-40c1-8082-8f8a5cd6c686 2019-01-03 11:21:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-f871dc19-344b-41d4-ace5-2f531399e078 Date: Thu, 03 Jan 2019 11:21:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:28,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1&admin_state_up=True used request id req-f871dc19-344b-41d4-ace5-2f531399e078 2019-01-03 11:21:28,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:28,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7913e871-df4e-4a80-9e3b-3b4dcde1f6ab Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:28,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-7913e871-df4e-4a80-9e3b-3b4dcde1f6ab 2019-01-03 11:21:28,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:29,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fc01188c-4a07-4b9e-9bf3-d56c54dbd41e Date: Thu, 03 Jan 2019 11:21: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":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:29,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 used request id req-fc01188c-4a07-4b9e-9bf3-d56c54dbd41e 2019-01-03 11:21:29,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:29,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779ac111-f76a-407d-867d-6a4e628b8e37 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:29,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-779ac111-f76a-407d-867d-6a4e628b8e37 2019-01-03 11:21:29,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:29,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2f2f8b0b-fdc3-4ff7-82b6-0936170f345a Date: Thu, 03 Jan 2019 11:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:29,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-2f2f8b0b-fdc3-4ff7-82b6-0936170f345a 2019-01-03 11:21:29,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:29,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-6aa1438b-f783-4c5b-aded-19c7d0616c55 Date: Thu, 03 Jan 2019 11:21:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:29,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105&name=CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2&admin_state_up=True used request id req-6aa1438b-f783-4c5b-aded-19c7d0616c55 2019-01-03 11:21:29,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:29,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20f5274-e868-4c6c-9a17-db990370c966 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:29,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-a20f5274-e868-4c6c-9a17-db990370c966 2019-01-03 11:21:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:30,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-37cf50e9-b200-4f98-bfd6-6bbc4046b1f0 Date: Thu, 03 Jan 2019 11:21:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6", "name": "CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router"}} 2019-01-03 11:21:30,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-37cf50e9-b200-4f98-bfd6-6bbc4046b1f0 2019-01-03 11:21:30,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:30,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-55563a28-c3c1-439f-9f10-073039d08da8 Date: Thu, 03 Jan 2019 11:21:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"}]} 2019-01-03 11:21:30,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-55563a28-c3c1-439f-9f10-073039d08da8 2019-01-03 11:21:30,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:30,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-782a2bfb-ad4d-466c-8b11-1641786d27ea Date: Thu, 03 Jan 2019 11:21:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}} 2019-01-03 11:21:30,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-782a2bfb-ad4d-466c-8b11-1641786d27ea 2019-01-03 11:21:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd8fcffae3c2e9c38efdd9aff10115c0d23f82c4" 2019-01-03 11:21:30,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-38bf5ed9-eedf-4e51-9251-c88c67d89645 Date: Thu, 03 Jan 2019 11:21:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}} 2019-01-03 11:21:30,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-38bf5ed9-eedf-4e51-9251-c88c67d89645 2019-01-03 11:21:30,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:30,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-83dadafb-4582-41f5-a9ca-389ddc670eb0 Date: Thu, 03 Jan 2019 11:21: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":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:30,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-83dadafb-4582-41f5-a9ca-389ddc670eb0 2019-01-03 11:21:30,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:30,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-668a9f20-8690-4f83-9a05-0d14597b10f5 Date: Thu, 03 Jan 2019 11:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:30,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-668a9f20-8690-4f83-9a05-0d14597b10f5 2019-01-03 11:21:30,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-1d1b99b2-91ea-46c0-a03b-9171ef1619a6 Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.3"}],"id":"09eca63f-71a5-4c4e-b204-ac1dcfaf4a8e","security_groups":[],"mac_address":"fa:16:3e:f0:99:29","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-61103869-005e-436a-9a94-0ce073dfdc9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.1"}],"id":"699c8177-dcd1-4f30-8efd-db0ac416bad4","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:08:9d:6b","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:17Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.2"}],"id":"9415a3b6-c7b7-40cb-bd03-f2ea795ec312","security_groups":[],"mac_address":"fa:16:3e:c9:7a:f1","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-61103869-005e-436a-9a94-0ce073dfdc9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2e06e673-3040-4f69-8179-123158699a59","ip_address":"10.200.201.4"}],"id":"d0a7259b-eae7-40c7-9528-6bf8444c1915","security_groups":[],"mac_address":"fa:16:3e:9d:1a:0d","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-61103869-005e-436a-9a94-0ce073dfdc9a"}]} 2019-01-03 11:21:31,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-1d1b99b2-91ea-46c0-a03b-9171ef1619a6 2019-01-03 11:21:31,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-323252d3-1e51-4051-b954-40d4da9031c2 Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:31,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-323252d3-1e51-4051-b954-40d4da9031c2 2019-01-03 11:21:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ffa8654b-e95b-422e-bf7a-c760e79474f1 Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:31,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-ffa8654b-e95b-422e-bf7a-c760e79474f1 2019-01-03 11:21:31,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-5b3a849b-f36f-4d43-b106-adc55f1c23c6 Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.4"}],"id":"366c6f7d-ed8a-4ef9-84ae-fda4f5e93d24","security_groups":[],"mac_address":"fa:16:3e:47:90:15","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-65c2c9c6-dfec-4b92-8a07-ef8cb91e2105"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.3"}],"id":"6846ee27-d71f-466e-a51c-703d37af4170","security_groups":[],"mac_address":"fa:16:3e:d4:8e:94","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-65c2c9c6-dfec-4b92-8a07-ef8cb91e2105"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.1"}],"id":"832fac71-a721-47b9-b04c-0170a0b8ede1","security_groups":["b759ad12-e5da-48d9-9329-ab0e406bfe6b"],"mac_address":"fa:16:3e:73:e7:99","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:22Z","binding:vnic_type":"normal","device_id":"a17df382-aafb-4937-9d5d-b37c2ae7b3d6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8cfe0005-738b-42de-890f-e0b0a37f8494","ip_address":"10.200.202.2"}],"id":"edd179c2-5ee9-4325-96ce-690853e1d44f","security_groups":[],"mac_address":"fa:16:3e:5f:32:41","project_id":"fc2cfd7f48144e1890fa79af33a2f415","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-65c2c9c6-dfec-4b92-8a07-ef8cb91e2105"}]} 2019-01-03 11:21:31,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-5b3a849b-f36f-4d43-b106-adc55f1c23c6 2019-01-03 11:21:31,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-28f546e5-3e41-43ab-b4b7-c80579a5fe8e Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}} 2019-01-03 11:21:31,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-28f546e5-3e41-43ab-b4b7-c80579a5fe8e 2019-01-03 11:21:31,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:31,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e7db256c-8603-40ee-91dc-e55b33c0f36f Date: Thu, 03 Jan 2019 11:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2e06e673-3040-4f69-8179-123158699a59"],"updated_at":"2019-01-03T11:21:06Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"61103869-005e-436a-9a94-0ce073dfdc9a","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1"}]} 2019-01-03 11:21:31,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-e7db256c-8603-40ee-91dc-e55b33c0f36f 2019-01-03 11:21:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:32,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ce0e6d88-7683-4479-a91d-5b3e355d6ec4 Date: Thu, 03 Jan 2019 11:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61103869-005e-436a-9a94-0ce073dfdc9a","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:06Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:06Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"2e06e673-3040-4f69-8179-123158699a59","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1"}]} 2019-01-03 11:21:32,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=61103869-005e-436a-9a94-0ce073dfdc9a used request id req-ce0e6d88-7683-4479-a91d-5b3e355d6ec4 2019-01-03 11:21:32,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:32,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c9210d7c-fe1c-4c4d-a4bf-83ecb0d8dca9 Date: Thu, 03 Jan 2019 11:21:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}} 2019-01-03 11:21:32,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-c9210d7c-fe1c-4c4d-a4bf-83ecb0d8dca9 2019-01-03 11:21:32,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:32,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-77ee8786-c7bb-4159-8011-892b0a03420f Date: Thu, 03 Jan 2019 11:21:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8cfe0005-738b-42de-890f-e0b0a37f8494"],"updated_at":"2019-01-03T11:21:08Z","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc2cfd7f48144e1890fa79af33a2f415","id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2"}]} 2019-01-03 11:21:32,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-77ee8786-c7bb-4159-8011-892b0a03420f 2019-01-03 11:21:32,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb839a483927f519a62721cf52f98b33d633a58a" 2019-01-03 11:21:32,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eaae3be6-92fd-4c03-9e88-4513973add58 Date: Thu, 03 Jan 2019 11:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65c2c9c6-dfec-4b92-8a07-ef8cb91e2105","tenant_id":"fc2cfd7f48144e1890fa79af33a2f415","created_at":"2019-01-03T11:21:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:21:08Z","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":"fc2cfd7f48144e1890fa79af33a2f415","id":"8cfe0005-738b-42de-890f-e0b0a37f8494","subnetpool_id":null,"name":"CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2"}]} 2019-01-03 11:21:32,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-eaae3be6-92fd-4c03-9e88-4513973add58 2019-01-03 11:21:32,770 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router and port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port1 2019-01-03 11:21:32,770 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port_id": "699c8177-dcd1-4f30-8efd-db0ac416bad4"}' 2019-01-03 11:21:33,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-83a140c1-dd1d-44ac-b64d-6adc8f54452b Date: Thu, 03 Jan 2019 11:21:33 GMT RESP BODY: {"network_id": "61103869-005e-436a-9a94-0ce073dfdc9a", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "subnet_id": "2e06e673-3040-4f69-8179-123158699a59", "subnet_ids": ["2e06e673-3040-4f69-8179-123158699a59"], "port_id": "699c8177-dcd1-4f30-8efd-db0ac416bad4", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6"} 2019-01-03 11:21:33,999 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/remove_router_interface used request id req-83a140c1-dd1d-44ac-b64d-6adc8f54452b 2019-01-03 11:21:33,999 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router and port CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-port2 2019-01-03 11:21:33,999 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:34,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" -d '{"port_id": "832fac71-a721-47b9-b04c-0170a0b8ede1"}' 2019-01-03 11:21:35,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0909831-7778-471f-b1ff-20bdc9bae1c9 Date: Thu, 03 Jan 2019 11:21:35 GMT RESP BODY: {"network_id": "65c2c9c6-dfec-4b92-8a07-ef8cb91e2105", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "subnet_id": "8cfe0005-738b-42de-890f-e0b0a37f8494", "subnet_ids": ["8cfe0005-738b-42de-890f-e0b0a37f8494"], "port_id": "832fac71-a721-47b9-b04c-0170a0b8ede1", "id": "a17df382-aafb-4937-9d5d-b37c2ae7b3d6"} 2019-01-03 11:21:35,276 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6/remove_router_interface used request id req-b0909831-7778-471f-b1ff-20bdc9bae1c9 2019-01-03 11:21:35,277 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:35,277 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-router 2019-01-03 11:21:35,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91d87a4ba5cbb2895b863a1bc5aa4c5c496f45b6" 2019-01-03 11:21:38,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-473d1f39-b801-43ea-932d-827a1db3602e Content-Length: 0 Date: Thu, 03 Jan 2019 11:21:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:38,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/a17df382-aafb-4937-9d5d-b37c2ae7b3d6 used request id req-473d1f39-b801-43ea-932d-827a1db3602e 2019-01-03 11:21:38,254 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1 2019-01-03 11:21:38,254 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet1 2019-01-03 11:21:38,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:40,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a97b79f0-57bd-4e9a-bc07-8535f4a78dee Date: Thu, 03 Jan 2019 11:21:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:40,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2e06e673-3040-4f69-8179-123158699a59 used request id req-a97b79f0-57bd-4e9a-bc07-8535f4a78dee 2019-01-03 11:21:40,748 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net1 2019-01-03 11:21:40,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/61103869-005e-436a-9a94-0ce073dfdc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b167134d0cb9716ee657601495260879cd66becd" 2019-01-03 11:21:41,836 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9c60603d-57dc-4ce7-aa70-53774ce2972f Date: Thu, 03 Jan 2019 11:21:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:41,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/61103869-005e-436a-9a94-0ce073dfdc9a used request id req-9c60603d-57dc-4ce7-aa70-53774ce2972f 2019-01-03 11:21:41,837 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2 2019-01-03 11:21:41,838 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-subnet2 2019-01-03 11:21:41,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:44,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d84dd88a-3d2d-42ac-9901-d0b121f2a175 Date: Thu, 03 Jan 2019 11:21:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:44,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8cfe0005-738b-42de-890f-e0b0a37f8494 used request id req-d84dd88a-3d2d-42ac-9901-d0b121f2a175 2019-01-03 11:21:44,249 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-0157ca79-f2d6-43db-a08b-24bf7debee1f-pub-net2 2019-01-03 11:21:44,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c94c6161fcef2adb212b3908d457044a38101d" 2019-01-03 11:21:45,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fcb3124b-e85d-4367-9d6b-00469421ae2f Date: Thu, 03 Jan 2019 11:21:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:45,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/65c2c9c6-dfec-4b92-8a07-ef8cb91e2105 used request id req-fcb3124b-e85d-4367-9d6b-00469421ae2f 2019-01-03 11:21:45,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:45,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-708ed6bb-0d18-40ea-a73e-5c81f7fe418c Date: Thu, 03 Jan 2019 11:21:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:05Z", "updated_at": "2019-01-03T11:21:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "revision_number": 0, "id": "58720c04-8258-480b-bef1-11553b77d86b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc2cfd7f48144e1890fa79af33a2f415"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "revision_number": 0, "id": "af6d9f71-1fcd-4a58-9af0-ffde5ddf7e48", "remote_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc2cfd7f48144e1890fa79af33a2f415"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "revision_number": 0, "id": "c81ef68d-1ef5-440e-829b-63ee9d1ae62c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc2cfd7f48144e1890fa79af33a2f415"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "revision_number": 0, "id": "fef4fbab-ca25-4a3b-af52-2c6ee6508071", "remote_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc2cfd7f48144e1890fa79af33a2f415"}], "revision_number": 4, "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:21:45,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-708ed6bb-0d18-40ea-a73e-5c81f7fe418c 2019-01-03 11:21:45,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:45,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c74da2d1-9885-4f78-8744-f754d721a544 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:21:45,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c74da2d1-9885-4f78-8744-f754d721a544 2019-01-03 11:21:45,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:45,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a493e39-4380-443f-ab9b-4b176cc9ce29 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:21:45,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-1a493e39-4380-443f-ab9b-4b176cc9ce29 2019-01-03 11:21:45,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:46,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-041eb038-35b5-40ae-9955-84f7b613ea74 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:21:46,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-041eb038-35b5-40ae-9955-84f7b613ea74 2019-01-03 11:21:46,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:46,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-589818bb-7d31-4dca-9ff6-905c88056bff Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415"}, "enabled": true, "id": "fc2cfd7f48144e1890fa79af33a2f415", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj"}} 2019-01-03 11:21:46,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-589818bb-7d31-4dca-9ff6-905c88056bff 2019-01-03 11:21:46,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b759ad12-e5da-48d9-9329-ab0e406bfe6b 2019-01-03 11:21:46,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b759ad12-e5da-48d9-9329-ab0e406bfe6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:46,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6e55a91e-8844-496c-b0d6-5ee9866298eb Date: Thu, 03 Jan 2019 11:21: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": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "port_range_min": null, "revision_number": 0, "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:05Z", "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "58720c04-8258-480b-bef1-11553b77d86b"}, {"remote_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "port_range_min": null, "revision_number": 0, "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:05Z", "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "af6d9f71-1fcd-4a58-9af0-ffde5ddf7e48"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "port_range_min": null, "revision_number": 0, "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:05Z", "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "c81ef68d-1ef5-440e-829b-63ee9d1ae62c"}, {"remote_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:21:05Z", "security_group_id": "b759ad12-e5da-48d9-9329-ab0e406bfe6b", "port_range_min": null, "revision_number": 0, "tenant_id": "fc2cfd7f48144e1890fa79af33a2f415", "created_at": "2019-01-03T11:21:05Z", "project_id": "fc2cfd7f48144e1890fa79af33a2f415", "id": "fef4fbab-ca25-4a3b-af52-2c6ee6508071"}]} 2019-01-03 11:21:46,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b759ad12-e5da-48d9-9329-ab0e406bfe6b used request id req-6e55a91e-8844-496c-b0d6-5ee9866298eb 2019-01-03 11:21:46,303 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:21:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b759ad12-e5da-48d9-9329-ab0e406bfe6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:46,669 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51f1ae6d-f328-4034-ade2-d73f7be1908e Content-Length: 0 Date: Thu, 03 Jan 2019 11:21:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:21:46,669 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b759ad12-e5da-48d9-9329-ab0e406bfe6b used request id req-51f1ae6d-f328-4034-ade2-d73f7be1908e 2019-01-03 11:21:46,670 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj 2019-01-03 11:21:46,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:46,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03d1d9f2-4b68-4075-8b2a-5369b71441ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:46,913 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fc2cfd7f48144e1890fa79af33a2f415 used request id req-03d1d9f2-4b68-4075-8b2a-5369b71441ad 2019-01-03 11:21:46,914 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-proj-role 2019-01-03 11:21:46,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:47,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b70b781e-f69e-4f89-af74-f1d55cee74b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:47,035 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4b747e814a2e419fae22ed312a090bf4 used request id req-b70b781e-f69e-4f89-af74-f1d55cee74b0 2019-01-03 11:21:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0754bf583f8e9e7c64cf60c6a04eba11d54b86a7" 2019-01-03 11:21:47,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72244284-6c50-40cf-b6e0-430676815510 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:21:47,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-72244284-6c50-40cf-b6e0-430676815510 2019-01-03 11:21:47,129 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bfe17ce8-ce7e-429-user 2019-01-03 11:21:47,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3156e70a9f93447994c1ef33b95d1e81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87e10c424e86077fbf36b907149031c67399d7a8" 2019-01-03 11:21:47,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d809443-ed47-4ef9-a560-93b30e3aef5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:47,304 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3156e70a9f93447994c1ef33b95d1e81 used request id req-1d809443-ed47-4ef9-a560-93b30e3aef5a 2019-01-03 11:21:47,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:47,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4SqbVIlmSROUydfCJkwW8w"], "issued_at": "2019-01-03T11:21:47.000000Z"}} 2019-01-03 11:21:47,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45403538495a0c7ec33fc84cc7ce5c9fb800a9b" 2019-01-03 11:21:47,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa2b851-ad5b-4efa-96d1-83d8363a4ef8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:47,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2fa2b851-ad5b-4efa-96d1-83d8363a4ef8 2019-01-03 11:21:47,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:47,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:48,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["XvfKWZkeTBGvz9og3IFAcw"], "issued_at": "2019-01-03T11:21:48.000000Z"}} 2019-01-03 11:21:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3074703-8def-4a19-a7bb-8aabfa6d2aaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:48,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3074703-8def-4a19-a7bb-8aabfa6d2aaa 2019-01-03 11:21:48,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:48,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:48,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-54138299-fb88-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:48,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740ac241-dc64-4858-b6fc-095d6cc81f51 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-54138299-fb88-4ad-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:21:48,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-54138299-fb88-4ad-proj used request id req-740ac241-dc64-4858-b6fc-095d6cc81f51 2019-01-03 11:21:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:48,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb7138b-3f73-4461-b6cc-3662f6f7fdbc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:21:48,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-efb7138b-3f73-4461-b6cc-3662f6f7fdbc 2019-01-03 11:21:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}}' 2019-01-03 11:21:48,557 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8fa8f11-85b3-4c9c-9f20-1a16cfb1173f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f"}, "enabled": true, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}} 2019-01-03 11:21:48,557 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8fa8f11-85b3-4c9c-9f20-1a16cfb1173f 2019-01-03 11:21:48,558 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-54138299-fb88-4ad-proj 2019-01-03 11:21:48,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:48,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:48,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["VEAbhPcZRVOkqj6a9beZjg"], "issued_at": "2019-01-03T11:21:48.000000Z"}} 2019-01-03 11:21:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aaf9420f6c157c72b77cbc352fa3ab68c4dce25" 2019-01-03 11:21:48,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af4e2510-00d9-4f6c-b0f5-bf3c99997d90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:48,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af4e2510-00d9-4f6c-b0f5-bf3c99997d90 2019-01-03 11:21:48,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:48,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:48,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aaf9420f6c157c72b77cbc352fa3ab68c4dce25" 2019-01-03 11:21:49,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d57f79-f8ea-4197-9c25-51d0bd3556cf Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:21:49,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-81d57f79-f8ea-4197-9c25-51d0bd3556cf 2019-01-03 11:21:49,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-54138299-fb88-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aaf9420f6c157c72b77cbc352fa3ab68c4dce25" 2019-01-03 11:21:49,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae408571-3359-4918-88d1-69ae73be6730 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-54138299-fb88-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f"}, "enabled": true, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}]} 2019-01-03 11:21:49,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-54138299-fb88-4ad-proj used request id req-ae408571-3359-4918-88d1-69ae73be6730 2019-01-03 11:21:49,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aaf9420f6c157c72b77cbc352fa3ab68c4dce25" 2019-01-03 11:21:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4374d8da-9e5b-4c73-8a87-0bd2a68db675 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:21:49,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4374d8da-9e5b-4c73-8a87-0bd2a68db675 2019-01-03 11:21:49,623 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-54138299-fb88-4ad-user 2019-01-03 11:21:49,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:49,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d80e905-e342-466f-89d4-098b743948d4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:21:49,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d80e905-e342-466f-89d4-098b743948d4 2019-01-03 11:21:49,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" -d '{"role": {"name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role"}}' 2019-01-03 11:21:49,838 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb99549a-5048-4140-bde1-20de642f1499 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "db92215a977c40cdb7072b782ca08c02", "links": {"self": "http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02"}, "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role"}} 2019-01-03 11:21:49,838 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bb99549a-5048-4140-bde1-20de642f1499 2019-01-03 11:21:49,839 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-54138299-fb88-4ad-proj-role 2019-01-03 11:21:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:49,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc5591c-dd91-41ad-8f2f-76c975c33c00 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02"}, "domain_id": null, "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role", "id": "db92215a977c40cdb7072b782ca08c02"}} 2019-01-03 11:21:49,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02 used request id req-7bc5591c-dd91-41ad-8f2f-76c975c33c00 2019-01-03 11:21:49,859 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-54138299-fb88-4ad-proj-role to project CreateRouterSuccessTests-54138299-fb88-4ad-proj 2019-01-03 11:21:49,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f/users/30458b2db56548608ecbc353d0e40771/roles/db92215a977c40cdb7072b782ca08c02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:21:49,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:21:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f9d1b33-0b82-4b07-95b9-d242d84edc96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:21:49,991 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f/users/30458b2db56548608ecbc353d0e40771/roles/db92215a977c40cdb7072b782ca08c02 used request id req-3f9d1b33-0b82-4b07-95b9-d242d84edc96 2019-01-03 11:21:49,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:49,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:50,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db92215a977c40cdb7072b782ca08c02", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role"}], "expires_at": "2019-01-03T12:21:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-54138299-fb88-4ad-user", "id": "30458b2db56548608ecbc353d0e40771"}, "audit_ids": ["21QQWpnaRN6_yiYu2q_KJg"], "issued_at": "2019-01-03T11:21:50.000000Z"}} 2019-01-03 11:21:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:50,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c43ff99-1781-45dd-b098-88e4f651c54c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:50,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c43ff99-1781-45dd-b098-88e4f651c54c 2019-01-03 11:21:50,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:50,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-85aad75c-4b3c-4c07-9178-2491193e9a83 Date: Thu, 03 Jan 2019 11:21:50 GMT RESP BODY: {"routers": []} 2019-01-03 11:21:50,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router&admin_state_up=True used request id req-85aad75c-4b3c-4c07-9178-2491193e9a83 2019-01-03 11:21:50,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:21:50,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:51,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db92215a977c40cdb7072b782ca08c02", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role"}], "expires_at": "2019-01-03T12:21:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-54138299-fb88-4ad-user", "id": "30458b2db56548608ecbc353d0e40771"}, "audit_ids": ["VTeEPzHDSfaKECDU4GdC6Q"], "issued_at": "2019-01-03T11:21:51.000000Z"}} 2019-01-03 11:21:51,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a34ffb99e1812b8b8c7f17cd603b4de84c158288" 2019-01-03 11:21:51,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5448c91-bae4-4d86-a535-8db764fdb1f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:21:51,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e5448c91-bae4-4d86-a535-8db764fdb1f1 2019-01-03 11:21:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:51,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e6334198-f102-4418-8aa8-d95e8d1c41ab Date: Thu, 03 Jan 2019 11:21:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:21:51,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e6334198-f102-4418-8aa8-d95e8d1c41ab 2019-01-03 11:21:51,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:51,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4eae71b3-b306-478d-a4aa-1b3a2b8fe214 Date: Thu, 03 Jan 2019 11:21:51 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:21:51,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-4eae71b3-b306-478d-a4aa-1b3a2b8fe214 2019-01-03 11:21:51,588 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router 2019-01-03 11:21:51,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router", "admin_state_up": true}}' 2019-01-03 11:21:56,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-ad0902d2-b976-45dd-8761-53a5e47e0b74 Date: Thu, 03 Jan 2019 11:21:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "edd17bd1b7f1439eb73f9802a9475c6f", "created_at": "2019-01-03T11:21:52Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:53Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "edd17bd1b7f1439eb73f9802a9475c6f", "id": "54190edd-2280-4034-bb0a-fb46c7c0d9bd", "name": "CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router"}} 2019-01-03 11:21:56,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-ad0902d2-b976-45dd-8761-53a5e47e0b74 2019-01-03 11:21:56,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:56,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5ded7bf8-24ce-400d-82d2-514bb490caf7 Date: Thu, 03 Jan 2019 11:21:56 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:56,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd used request id req-5ded7bf8-24ce-400d-82d2-514bb490caf7 2019-01-03 11:21:56,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/54190edd-2280-4034-bb0a-fb46c7c0d9bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:56,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9ac359df-50ad-48c3-99fd-964d8d7509b8 Date: Thu, 03 Jan 2019 11:21:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edd17bd1b7f1439eb73f9802a9475c6f", "created_at": "2019-01-03T11:21:52Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:55Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "edd17bd1b7f1439eb73f9802a9475c6f", "id": "54190edd-2280-4034-bb0a-fb46c7c0d9bd", "name": "CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router"}} 2019-01-03 11:21:56,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/54190edd-2280-4034-bb0a-fb46c7c0d9bd used request id req-9ac359df-50ad-48c3-99fd-964d8d7509b8 2019-01-03 11:21:56,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:21:56,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bf468c34-a6b0-4ddc-aa12-86e83e701b1b Date: Thu, 03 Jan 2019 11:21:56 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:56,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd used request id req-bf468c34-a6b0-4ddc-aa12-86e83e701b1b 2019-01-03 11:21:56,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:21:57,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "db92215a977c40cdb7072b782ca08c02", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj-role"}], "expires_at": "2019-01-03T12:21:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/edd17bd1b7f1439eb73f9802a9475c6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-54138299-fb88-4ad-user", "id": "30458b2db56548608ecbc353d0e40771"}, "audit_ids": ["8aL9hw8OQqilCZgN2oCnjQ"], "issued_at": "2019-01-03T11:21:57.000000Z"}} 2019-01-03 11:21:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3282990f62b39f42628da885eab6620bca5feb" 2019-01-03 11:21:57,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-a3ce1049-3065-4840-b013-f9bc52a87c01 Date: Thu, 03 Jan 2019 11:21:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "edd17bd1b7f1439eb73f9802a9475c6f", "created_at": "2019-01-03T11:21:52Z", "admin_state_up": true, "updated_at": "2019-01-03T11:21:55Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "edd17bd1b7f1439eb73f9802a9475c6f", "id": "54190edd-2280-4034-bb0a-fb46c7c0d9bd", "name": "CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router"}]} 2019-01-03 11:21:57,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router&admin_state_up=True used request id req-a3ce1049-3065-4840-b013-f9bc52a87c01 2019-01-03 11:21:57,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:21:57,531 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:21: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:21:57,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45403538495a0c7ec33fc84cc7ce5c9fb800a9b" 2019-01-03 11:21:57,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e96024-5ffc-42d1-8000-77f2eacdd720 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f"}, "enabled": true, "id": "edd17bd1b7f1439eb73f9802a9475c6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-54138299-fb88-4ad-proj"}} 2019-01-03 11:21:57,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f used request id req-40e96024-5ffc-42d1-8000-77f2eacdd720 2019-01-03 11:21:57,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3282990f62b39f42628da885eab6620bca5feb" 2019-01-03 11:21:57,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-13b3dc28-cedd-4516-b781-3dcfcca55c10 Date: Thu, 03 Jan 2019 11:21:57 GMT RESP BODY: {"ports":[]} 2019-01-03 11:21:57,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=54190edd-2280-4034-bb0a-fb46c7c0d9bd used request id req-13b3dc28-cedd-4516-b781-3dcfcca55c10 2019-01-03 11:21:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3282990f62b39f42628da885eab6620bca5feb" 2019-01-03 11:21:58,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9a2f2d70-8f70-49b9-bd5d-39cb7ac90f50 Date: Thu, 03 Jan 2019 11:21:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:21:58,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-9a2f2d70-8f70-49b9-bd5d-39cb7ac90f50 2019-01-03 11:21:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3282990f62b39f42628da885eab6620bca5feb" 2019-01-03 11:21:58,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8e6df0de-c78c-4eec-8303-2f619acc0f78 Date: Thu, 03 Jan 2019 11:21:58 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:21:58,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-8e6df0de-c78c-4eec-8303-2f619acc0f78 2019-01-03 11:21:58,265 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router 2019-01-03 11:21:58,265 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4d213477-276d-4626-805f-317f15e564c8-pub-router 2019-01-03 11:21:58,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/54190edd-2280-4034-bb0a-fb46c7c0d9bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d239897e49598765ae54db19fa524a6dd618c0db" 2019-01-03 11:22:02,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41db179e-d061-4883-8864-bf93c807feb9 Content-Length: 0 Date: Thu, 03 Jan 2019 11:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:02,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/54190edd-2280-4034-bb0a-fb46c7c0d9bd used request id req-41db179e-d061-4883-8864-bf93c807feb9 2019-01-03 11:22:02,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-87dd75ae-91fa-4bae-8005-8b4d89a64002 Date: Thu, 03 Jan 2019 11:22:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:22:02,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-87dd75ae-91fa-4bae-8005-8b4d89a64002 2019-01-03 11:22:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19aefc4e-3ceb-4fa0-bb5d-cdf6658616bc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:22:02,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-19aefc4e-3ceb-4fa0-bb5d-cdf6658616bc 2019-01-03 11:22:02,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff4df38-98ac-4c5f-bfcf-cac9ef0371db 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:22:02,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-6ff4df38-98ac-4c5f-bfcf-cac9ef0371db 2019-01-03 11:22:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c498b07-e4b4-49d7-b99d-679c760b188a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:22:02,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-0c498b07-e4b4-49d7-b99d-679c760b188a 2019-01-03 11:22:02,516 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-54138299-fb88-4ad-proj 2019-01-03 11:22:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e8ca6e-39f2-4c1c-878a-46cd819da3d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:02,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/edd17bd1b7f1439eb73f9802a9475c6f used request id req-a5e8ca6e-39f2-4c1c-878a-46cd819da3d0 2019-01-03 11:22:02,782 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-54138299-fb88-4ad-proj-role 2019-01-03 11:22:02,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:02,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86eb061c-4371-4294-b463-e6fed4a5cf34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:02,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/db92215a977c40cdb7072b782ca08c02 used request id req-86eb061c-4371-4294-b463-e6fed4a5cf34 2019-01-03 11:22:02,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7187fc3e6e87986ff032baf79bdd4f143e66970" 2019-01-03 11:22:03,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8a7560-b0fb-4bc0-b419-894c976f7308 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:03,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8a8a7560-b0fb-4bc0-b419-894c976f7308 2019-01-03 11:22:03,007 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-54138299-fb88-4ad-user 2019-01-03 11:22:03,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/30458b2db56548608ecbc353d0e40771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aaf9420f6c157c72b77cbc352fa3ab68c4dce25" 2019-01-03 11:22:03,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e1d0be5-cc78-4834-86a0-51b3eb51c83a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:03,280 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/30458b2db56548608ecbc353d0e40771 used request id req-7e1d0be5-cc78-4834-86a0-51b3eb51c83a 2019-01-03 11:22:03,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:03,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["t7QNHRn_QW63EiSExXbbrA"], "issued_at": "2019-01-03T11:22:03.000000Z"}} 2019-01-03 11:22:03,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:03,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-531ca2ba-9bef-4ffb-be01-46dc24ce46ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:03,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-531ca2ba-9bef-4ffb-be01-46dc24ce46ff 2019-01-03 11:22:03,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:03,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:04,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["0T7H6SjfRpuc2R9bPyP8Xw"], "issued_at": "2019-01-03T11:22:04.000000Z"}} 2019-01-03 11:22:04,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:04,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3319388-942f-4410-abcf-c9bdbbd53e08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:04,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b3319388-942f-4410-abcf-c9bdbbd53e08 2019-01-03 11:22:04,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:04,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:04,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:04,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a887fd3-9027-45cf-bf38-377730366ffb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:22:04,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj used request id req-8a887fd3-9027-45cf-bf38-377730366ffb 2019-01-03 11:22:04,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:04,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44096bca-4b7d-4950-9f49-139fb4099870 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:04,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-44096bca-4b7d-4950-9f49-139fb4099870 2019-01-03 11:22:04,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj"}}' 2019-01-03 11:22:04,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92ec499c-5760-4b84-860d-b5a36235492d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640"}, "enabled": true, "id": "3c88674c32ce4ef4973757efe2e5b640", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj"}} 2019-01-03 11:22:04,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-92ec499c-5760-4b84-860d-b5a36235492d 2019-01-03 11:22:04,546 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj 2019-01-03 11:22:04,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:04,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:04,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["D5h8DWiQSVSe687ibtYe8g"], "issued_at": "2019-01-03T11:22:04.000000Z"}} 2019-01-03 11:22:04,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9988aac6f33ecc288f0d080838e8f916a1452f" 2019-01-03 11:22:04,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4394bb7-bdc9-4049-9acc-5e87422d79b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:04,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b4394bb7-bdc9-4049-9acc-5e87422d79b5 2019-01-03 11:22:04,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:04,948 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:04,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9988aac6f33ecc288f0d080838e8f916a1452f" 2019-01-03 11:22:05,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af529ba4-c830-4ce3-ba95-af8af6fcbe94 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:22:05,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-af529ba4-c830-4ce3-ba95-af8af6fcbe94 2019-01-03 11:22:05,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9988aac6f33ecc288f0d080838e8f916a1452f" 2019-01-03 11:22:05,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70000f9a-54f9-44b3-b3aa-138a52e0eabf Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640"}, "enabled": true, "id": "3c88674c32ce4ef4973757efe2e5b640", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj"}]} 2019-01-03 11:22:05,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj used request id req-70000f9a-54f9-44b3-b3aa-138a52e0eabf 2019-01-03 11:22:05,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9988aac6f33ecc288f0d080838e8f916a1452f" 2019-01-03 11:22:05,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f15ba1-62ce-46d6-927e-bb86cecf85bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:05,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e8f15ba1-62ce-46d6-927e-bb86cecf85bf 2019-01-03 11:22:05,600 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-user 2019-01-03 11:22:05,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:05,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:05,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7b5c5b-7d1c-4f26-a4c9-2d52f5026ec2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:05,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d7b5c5b-7d1c-4f26-a4c9-2d52f5026ec2 2019-01-03 11:22:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" -d '{"role": {"name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role"}}' 2019-01-03 11:22:05,826 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43e5ed27-37d0-4b6c-b3ff-8aeb6de85b01 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e62a83db9ed142cc9783e8f3f73cf96a", "links": {"self": "http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a"}, "name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role"}} 2019-01-03 11:22:05,827 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-43e5ed27-37d0-4b6c-b3ff-8aeb6de85b01 2019-01-03 11:22:05,827 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role 2019-01-03 11:22:05,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:05,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efadee67-072c-43eb-9612-d6083a5dd8ca Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a"}, "domain_id": null, "name": "CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role", "id": "e62a83db9ed142cc9783e8f3f73cf96a"}} 2019-01-03 11:22:05,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a used request id req-efadee67-072c-43eb-9612-d6083a5dd8ca 2019-01-03 11:22:05,912 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role to project CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj 2019-01-03 11:22:05,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640/users/c1ac0b94128e406a8a383fdccc6ab95a/roles/e62a83db9ed142cc9783e8f3f73cf96a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:06,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d66da3b9-ef66-442a-9914-fbe7dfd78cce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:06,051 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640/users/c1ac0b94128e406a8a383fdccc6ab95a/roles/e62a83db9ed142cc9783e8f3f73cf96a used request id req-d66da3b9-ef66-442a-9914-fbe7dfd78cce 2019-01-03 11:22:06,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:06,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:06,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gmsb-GirSDu3srgFrfUyWQ"], "issued_at": "2019-01-03T11:22:06.000000Z"}} 2019-01-03 11:22:06,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:06,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec3f84bf-2d19-42be-a770-10032cbc179b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:06,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ec3f84bf-2d19-42be-a770-10032cbc179b 2019-01-03 11:22:06,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:06,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-85df0a54-6b74-41f3-ad4f-7cc5b9dba37d Date: Thu, 03 Jan 2019 11:22:06 GMT RESP BODY: {"routers": []} 2019-01-03 11:22:06,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router&admin_state_up=True used request id req-85df0a54-6b74-41f3-ad4f-7cc5b9dba37d 2019-01-03 11:22:06,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:06,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:07,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dPEH-kE-TrSIesMWW42UUg"], "issued_at": "2019-01-03T11:22:07.000000Z"}} 2019-01-03 11:22:07,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45e04e3fc5d4bf88ee62072acdb7aa6b8269e625" 2019-01-03 11:22:07,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df064ac7-bb97-4d7b-a541-868b454f8096 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:07,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df064ac7-bb97-4d7b-a541-868b454f8096 2019-01-03 11:22:07,187 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:07,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" -d '{"router": {"name": "CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router", "admin_state_up": true}}' 2019-01-03 11:22:10,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-e7eaa00f-2e1a-40d0-8eaf-f7d3c3f3638e Date: Thu, 03 Jan 2019 11:22:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:22:07Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:07Z", "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "flavor_id": null, "revision_number": 0, "routes": [], "ha": true, "id": "e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f", "name": "CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router"}} 2019-01-03 11:22:10,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-e7eaa00f-2e1a-40d0-8eaf-f7d3c3f3638e 2019-01-03 11:22:10,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:10,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2453 X-Openstack-Request-Id: req-b8d9fb7a-b894-4a9a-9354-0232da59d430 Date: Thu, 03 Jan 2019 11:22:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.9"}],"id":"2ef00d2c-c8ee-4104-955b-ba2c4d502c79","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d9:e6:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:08Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.3"}],"id":"c3967994-ad02-45fb-a888-521f65532775","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:ba:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.5"}],"id":"e53b7706-625b-4c9d-9301-fb7657eab304","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:99:50:ff","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"}]} 2019-01-03 11:22:10,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f used request id req-b8d9fb7a-b894-4a9a-9354-0232da59d430 2019-01-03 11:22:10,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5b694cba-ce94-49a4-91a0-11ff43c97115 Date: Thu, 03 Jan 2019 11:22:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:11,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-5b694cba-ce94-49a4-91a0-11ff43c97115 2019-01-03 11:22:11,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-27a1000c-0856-4dd2-b125-e6cac6579127 Date: Thu, 03 Jan 2019 11:22:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:11,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-27a1000c-0856-4dd2-b125-e6cac6579127 2019-01-03 11:22:11,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-09e3352f-dc5d-47ac-b4ff-9a01479ecd02 Date: Thu, 03 Jan 2019 11:22:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:11,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-09e3352f-dc5d-47ac-b4ff-9a01479ecd02 2019-01-03 11:22:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-01de3f51-e6c5-4096-8ad6-9af500521a43 Date: Thu, 03 Jan 2019 11:22:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:22:11,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-01de3f51-e6c5-4096-8ad6-9af500521a43 2019-01-03 11:22:11,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:11,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:11,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d82cbd5-de76-4ce5-9bb8-5ca0bf5f661e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:22:11,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-8d82cbd5-de76-4ce5-9bb8-5ca0bf5f661e 2019-01-03 11:22:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:11,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a9ec8c9d-d7da-4631-b306-80a3c8013288 Date: Thu, 03 Jan 2019 11:22:11 GMT RESP BODY: {"ports":[]} 2019-01-03 11:22:11,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1&admin_state_up=True used request id req-a9ec8c9d-d7da-4631-b306-80a3c8013288 2019-01-03 11:22:11,997 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1 for router - CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:11,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:11,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:12,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fUXwxv_JR9uvWN--HiAVnA"], "issued_at": "2019-01-03T11:22:12.000000Z"}} 2019-01-03 11:22:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e66489fc970fad0ed0a1c22704731124e99307a" 2019-01-03 11:22:12,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ace5159-1342-4f13-8931-2de9a4d94d59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:12,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3ace5159-1342-4f13-8931-2de9a4d94d59 2019-01-03 11:22:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:12,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-dfc3f974-3ed9-449b-aaa6-4a3dad76246a Date: Thu, 03 Jan 2019 11:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:22:12,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-dfc3f974-3ed9-449b-aaa6-4a3dad76246a 2019-01-03 11:22:12,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:12,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5a13cfd1-211a-4a4c-95b7-2925289a3489 Date: Thu, 03 Jan 2019 11:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:22:12,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-5a13cfd1-211a-4a4c-95b7-2925289a3489 2019-01-03 11:22:12,768 - neutron_utils - INFO - Creating port for network with name - external 2019-01-03 11:22:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" -d '{"port": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "name": "CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1", "admin_state_up": true}}' 2019-01-03 11:22:13,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-b17ecdee-6fa9-4cc8-9374-6e851178fee4 Date: Thu, 03 Jan 2019 11:22:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:13Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"d36ecfcf-1231-4fc7-b13a-3d7d130681c9","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b2:ac:e5","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1","project_id":"5abbdf697ace471d93d3a94548c1f7e9","qos_policy_id":null,"admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:12Z","binding:vnic_type":"normal"}} 2019-01-03 11:22:13,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-b17ecdee-6fa9-4cc8-9374-6e851178fee4 2019-01-03 11:22:13,419 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1 for router - CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:13,419 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:13,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" -d '{"port_id": "d36ecfcf-1231-4fc7-b13a-3d7d130681c9"}' 2019-01-03 11:22:15,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5b4a4ee3-1251-4c49-bf5e-604c7d7f5ff6 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "subnet_ids": ["eed37362-4bb2-4fca-a1dd-d476b1932909"], "port_id": "d36ecfcf-1231-4fc7-b13a-3d7d130681c9", "id": "e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"} 2019-01-03 11:22:15,160 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f/add_router_interface used request id req-5b4a4ee3-1251-4c49-bf5e-604c7d7f5ff6 2019-01-03 11:22:15,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f36afb13-5ac8-4483-b7f9-a1b99a1aece5 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:22:07Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:14Z", "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f", "name": "CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router"}} 2019-01-03 11:22:15,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f used request id req-f36afb13-5ac8-4483-b7f9-a1b99a1aece5 2019-01-03 11:22:15,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3692 X-Openstack-Request-Id: req-fe09a05d-29b4-43d6-9767-c81488457d81 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.9"}],"id":"2ef00d2c-c8ee-4104-955b-ba2c4d502c79","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:e6:63","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:08Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:13Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.3"}],"id":"c3967994-ad02-45fb-a888-521f65532775","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:ba:af","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"d36ecfcf-1231-4fc7-b13a-3d7d130681c9","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b2:ac:e5","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:12Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.5"}],"id":"e53b7706-625b-4c9d-9301-fb7657eab304","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:50:ff","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"}]} 2019-01-03 11:22:15,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f used request id req-fe09a05d-29b4-43d6-9767-c81488457d81 2019-01-03 11:22:15,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1235e422-3f90-48ef-b34a-89c6a727e66d Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:15,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-1235e422-3f90-48ef-b34a-89c6a727e66d 2019-01-03 11:22:15,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4a59be5a-4bdb-4989-be0a-7ef9e40a1f98 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:15,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-4a59be5a-4bdb-4989-be0a-7ef9e40a1f98 2019-01-03 11:22:15,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e6edb889-0bcd-4cdc-82d1-dafd228e64c5 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:15,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-e6edb889-0bcd-4cdc-82d1-dafd228e64c5 2019-01-03 11:22:15,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:15,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-aa2c5acf-e8cd-406e-87b8-4772e81e0135 Date: Thu, 03 Jan 2019 11:22:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:22:15,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-aa2c5acf-e8cd-406e-87b8-4772e81e0135 2019-01-03 11:22:15,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:15,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7f5517-7b76-449f-8ca5-522825272c6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:15,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0a7f5517-7b76-449f-8ca5-522825272c6e 2019-01-03 11:22:15,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-e1ed5970-6b6b-4308-9da0-e422dc64c8e8 Date: Thu, 03 Jan 2019 11:22:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:22:07Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:14Z", "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f", "name": "CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router"}]} 2019-01-03 11:22:16,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router&admin_state_up=True used request id req-e1ed5970-6b6b-4308-9da0-e422dc64c8e8 2019-01-03 11:22:16,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:16,080 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:16,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5d227a-f611-4cc8-b547-c52fed99ca18 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:22:16,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-9c5d227a-f611-4cc8-b547-c52fed99ca18 2019-01-03 11:22:16,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3726 X-Openstack-Request-Id: req-9f663a18-4fa3-4e31-ab47-9db326951c62 Date: Thu, 03 Jan 2019 11:22:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.9"}],"id":"2ef00d2c-c8ee-4104-955b-ba2c4d502c79","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:e6:63","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:08Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:13Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.3"}],"id":"c3967994-ad02-45fb-a888-521f65532775","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:ba:af","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.200"}],"id":"d36ecfcf-1231-4fc7-b13a-3d7d130681c9","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b2:ac:e5","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:12Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"79b19b36-0bfc-48a0-828c-1abef48ad22a","ip_address":"169.254.192.5"}],"id":"e53b7706-625b-4c9d-9301-fb7657eab304","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:50:ff","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5abbdf697ace471d93d3a94548c1f7e9","admin_state_up":true,"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:09Z","binding:vnic_type":"normal","device_id":"e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"}]} 2019-01-03 11:22:16,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f used request id req-9f663a18-4fa3-4e31-ab47-9db326951c62 2019-01-03 11:22:16,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-274778e9-5f9d-48e0-be46-6052ccec4a22 Date: Thu, 03 Jan 2019 11:22:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:16,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-274778e9-5f9d-48e0-be46-6052ccec4a22 2019-01-03 11:22:16,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-20989629-9d02-49f3-a577-1108dc887640 Date: Thu, 03 Jan 2019 11:22:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:16,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-20989629-9d02-49f3-a577-1108dc887640 2019-01-03 11:22:16,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:16,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f88d5b36-3407-4daf-8e89-91dd8ce0ecf2 Date: Thu, 03 Jan 2019 11:22:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"06ae339d-a6d8-4b44-83eb-ffa0d97a5dc0","tenant_id":"","created_at":"2019-01-03T11:22:07Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22: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":"79b19b36-0bfc-48a0-828c-1abef48ad22a","subnetpool_id":null,"name":"HA subnet tenant 5abbdf697ace471d93d3a94548c1f7e9"}} 2019-01-03 11:22:16,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/79b19b36-0bfc-48a0-828c-1abef48ad22a used request id req-f88d5b36-3407-4daf-8e89-91dd8ce0ecf2 2019-01-03 11:22:16,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:17,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fcb3d85c-eba4-4ffb-a1f3-536fee3d10e1 Date: Thu, 03 Jan 2019 11:22:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 11:22:17,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-fcb3d85c-eba4-4ffb-a1f3-536fee3d10e1 2019-01-03 11:22:17,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:17,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-bb3c27e9-a69b-4d78-a87e-bf8ac763db91 Date: Thu, 03 Jan 2019 11:22:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 11:22:17,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-bb3c27e9-a69b-4d78-a87e-bf8ac763db91 2019-01-03 11:22:17,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ea4405e44022377581b22649b7cfdab90699697" 2019-01-03 11:22:17,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-676616b6-3372-41eb-a3e9-5a3844d544d4 Date: Thu, 03 Jan 2019 11:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}]} 2019-01-03 11:22:17,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-676616b6-3372-41eb-a3e9-5a3844d544d4 2019-01-03 11:22:17,543 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router and port CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-port1 2019-01-03 11:22:17,543 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:17,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" -d '{"port_id": "d36ecfcf-1231-4fc7-b13a-3d7d130681c9"}' 2019-01-03 11:22:18,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cce2c99d-5bde-4e2b-86e6-1f3a1e7504f9 Date: Thu, 03 Jan 2019 11:22:18 GMT RESP BODY: {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "subnet_ids": ["eed37362-4bb2-4fca-a1dd-d476b1932909"], "port_id": "d36ecfcf-1231-4fc7-b13a-3d7d130681c9", "id": "e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f"} 2019-01-03 11:22:18,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f/remove_router_interface used request id req-cce2c99d-5bde-4e2b-86e6-1f3a1e7504f9 2019-01-03 11:22:18,784 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:18,784 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6d8b4706-3a80-4861-97da-14e471dbcffc-pub-router 2019-01-03 11:22:18,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ff2cdbe58044ef47ee91e777cc64f75bedfe79" 2019-01-03 11:22:21,807 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12cd794d-ae4f-43d5-82b2-fb2335ab2d9f Content-Length: 0 Date: Thu, 03 Jan 2019 11:22:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:21,807 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e9ef4ae1-3d70-4e4a-be4a-26d0b17e328f used request id req-12cd794d-ae4f-43d5-82b2-fb2335ab2d9f 2019-01-03 11:22:21,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-63363393-f5f9-4ee2-9b61-740742398a19 Date: Thu, 03 Jan 2019 11:22:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:22:22,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-63363393-f5f9-4ee2-9b61-740742398a19 2019-01-03 11:22:22,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecda2399-88f1-4385-ab96-b0e302736c35 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:22:22,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ecda2399-88f1-4385-ab96-b0e302736c35 2019-01-03 11:22:22,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c2cab6-48ca-4174-b496-b0ade9e15b49 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:22:22,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-b8c2cab6-48ca-4174-b496-b0ade9e15b49 2019-01-03 11:22:22,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7a4026-5c89-4117-8def-580a5c9660d1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:22:22,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ba7a4026-5c89-4117-8def-580a5c9660d1 2019-01-03 11:22:22,304 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj 2019-01-03 11:22:22,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,524 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ad27c5-b4b5-4f0a-beda-3bb069a42e24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:22,524 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3c88674c32ce4ef4973757efe2e5b640 used request id req-29ad27c5-b4b5-4f0a-beda-3bb069a42e24 2019-01-03 11:22:22,525 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-proj-role 2019-01-03 11:22:22,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b35f830-a215-4376-a295-a9e6ba07a8e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:22,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e62a83db9ed142cc9783e8f3f73cf96a used request id req-8b35f830-a215-4376-a295-a9e6ba07a8e3 2019-01-03 11:22:22,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a91e4c5260a88ca3e3a76782dcd8ba02f97c394d" 2019-01-03 11:22:22,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a243d3db-fe6d-4424-aed3-b1858407bc90 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:22,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a243d3db-fe6d-4424-aed3-b1858407bc90 2019-01-03 11:22:22,748 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-137b55e7-7ffd-4ec-user 2019-01-03 11:22:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c1ac0b94128e406a8a383fdccc6ab95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa9988aac6f33ecc288f0d080838e8f916a1452f" 2019-01-03 11:22:22,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94b16e3-a761-4637-a4a0-490c38b64af7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:22,978 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c1ac0b94128e406a8a383fdccc6ab95a used request id req-c94b16e3-a761-4637-a4a0-490c38b64af7 2019-01-03 11:22:22,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:23,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["clo0KbK6Q3y9oQ35rxkRTg"], "issued_at": "2019-01-03T11:22:23.000000Z"}} 2019-01-03 11:22:23,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e86238f4b62c13de63b6086e786ac4547641cd51" 2019-01-03 11:22:23,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebfe430b-8d60-4fd5-82e7-eb50049ce0b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:23,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ebfe430b-8d60-4fd5-82e7-eb50049ce0b6 2019-01-03 11:22:23,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:23,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:23,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["J5gOYTFnSQOuj4UBN1Zutw"], "issued_at": "2019-01-03T11:22:23.000000Z"}} 2019-01-03 11:22:23,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:23,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d833cf-df82-4070-ba47-f684c69522a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:23,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71d833cf-df82-4070-ba47-f684c69522a0 2019-01-03 11:22:23,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:23,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:24,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930994ef-f656-4828-9c86-70cc3f5ba9d2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:22:24,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj used request id req-930994ef-f656-4828-9c86-70cc3f5ba9d2 2019-01-03 11:22:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:24,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afb1604c-9759-4349-97b2-dfc9380f613b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:24,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-afb1604c-9759-4349-97b2-dfc9380f613b 2019-01-03 11:22:24,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}}' 2019-01-03 11:22:24,265 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4cbecdd-9d81-4359-9080-a09d39ba18e9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3"}, "enabled": true, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}} 2019-01-03 11:22:24,265 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c4cbecdd-9d81-4359-9080-a09d39ba18e9 2019-01-03 11:22:24,265 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-proj 2019-01-03 11:22:24,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:24,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:24,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6WTrem8VQtynUSSb1_lXTg"], "issued_at": "2019-01-03T11:22:24.000000Z"}} 2019-01-03 11:22:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c0283d94e6dc824fe6362d44090f1b1bf6732e" 2019-01-03 11:22:24,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f7f32b-d0c5-4c46-80f3-7b5fbab00cdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:24,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e6f7f32b-d0c5-4c46-80f3-7b5fbab00cdc 2019-01-03 11:22:24,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:24,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c0283d94e6dc824fe6362d44090f1b1bf6732e" 2019-01-03 11:22:24,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425f2dfd-c138-4511-8191-21d5fcd14875 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:22:24,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-425f2dfd-c138-4511-8191-21d5fcd14875 2019-01-03 11:22:24,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c0283d94e6dc824fe6362d44090f1b1bf6732e" 2019-01-03 11:22:24,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f4a81c-67ab-47d5-83a9-593845116c6a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3"}, "enabled": true, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}]} 2019-01-03 11:22:24,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-21dacea8-cc42-4f0-proj used request id req-e7f4a81c-67ab-47d5-83a9-593845116c6a 2019-01-03 11:22:24,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c0283d94e6dc824fe6362d44090f1b1bf6732e" 2019-01-03 11:22:24,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910b36fa-425a-406a-ba5b-83d646fe3f2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:24,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-910b36fa-425a-406a-ba5b-83d646fe3f2c 2019-01-03 11:22:25,282 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-user 2019-01-03 11:22:25,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:25,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:25,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683d70b4-41b7-4483-900f-43987be41f0e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:25,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-683d70b4-41b7-4483-900f-43987be41f0e 2019-01-03 11:22:25,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" -d '{"role": {"name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role"}}' 2019-01-03 11:22:25,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d90a9efa-4c6e-4808-96df-63282f1f4781 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22f9d40d928a454397512b6476c7c095", "links": {"self": "http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095"}, "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role"}} 2019-01-03 11:22:25,486 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-d90a9efa-4c6e-4808-96df-63282f1f4781 2019-01-03 11:22:25,486 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role 2019-01-03 11:22:25,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:25,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ce7a6a-73d7-4d69-abe3-b96c883ab855 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095"}, "domain_id": null, "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role", "id": "22f9d40d928a454397512b6476c7c095"}} 2019-01-03 11:22:25,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095 used request id req-66ce7a6a-73d7-4d69-abe3-b96c883ab855 2019-01-03 11:22:25,586 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role to project CreateRouterSuccessTests-21dacea8-cc42-4f0-proj 2019-01-03 11:22:25,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3/users/72eda70e958442e0af72bd46e25e0455/roles/22f9d40d928a454397512b6476c7c095 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:25,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d46f8361-2289-4e9c-98f1-18fe54cc6296 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:25,717 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3/users/72eda70e958442e0af72bd46e25e0455/roles/22f9d40d928a454397512b6476c7c095 used request id req-d46f8361-2289-4e9c-98f1-18fe54cc6296 2019-01-03 11:22:25,718 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:25,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:26,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22f9d40d928a454397512b6476c7c095", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role"}], "expires_at": "2019-01-03T12:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-user", "id": "72eda70e958442e0af72bd46e25e0455"}, "audit_ids": ["C8lt3uNiTHigx3zDzHpwjQ"], "issued_at": "2019-01-03T11:22:26.000000Z"}} 2019-01-03 11:22:26,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:26,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10aea5a5-474c-439c-b271-bb60bef65887 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:26,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-10aea5a5-474c-439c-b271-bb60bef65887 2019-01-03 11:22:26,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:26,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cc1342b3-f616-4403-ae42-3f591775941f Date: Thu, 03 Jan 2019 11:22:26 GMT RESP BODY: {"networks":[]} 2019-01-03 11:22:26,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1 used request id req-cc1342b3-f616-4403-ae42-3f591775941f 2019-01-03 11:22:26,351 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1 2019-01-03 11:22:26,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" -d '{"network": {"name": "CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1", "admin_state_up": true}}' 2019-01-03 11:22:27,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3bfb20c4-94eb-4154-94a7-fec68ad64f64 Date: Thu, 03 Jan 2019 11:22:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d1190e3ec82e47449de6b7b6df27b6c3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:22:26Z","is_default":false,"name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:26Z","mtu":1450}} 2019-01-03 11:22:27,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3bfb20c4-94eb-4154-94a7-fec68ad64f64 2019-01-03 11:22:27,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=97b941bf-0198-42ba-908f-42da6c7bc2e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:27,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-40e8b3f0-4724-4fcb-92c3-9b998c628069 Date: Thu, 03 Jan 2019 11:22: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":"2019-01-03T11:22:26Z","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1"}]} 2019-01-03 11:22:27,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=97b941bf-0198-42ba-908f-42da6c7bc2e2 used request id req-40e8b3f0-4724-4fcb-92c3-9b998c628069 2019-01-03 11:22:27,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=97b941bf-0198-42ba-908f-42da6c7bc2e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:27,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d7a19694-5eeb-4db7-88b0-2a4fd832f6e0 Date: Thu, 03 Jan 2019 11:22:27 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:22:27,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=97b941bf-0198-42ba-908f-42da6c7bc2e2 used request id req-d7a19694-5eeb-4db7-88b0-2a4fd832f6e0 2019-01-03 11:22:27,512 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 2019-01-03 11:22:27,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" -d '{"subnets": [{"ip_version": 4, "network_id": "97b941bf-0198-42ba-908f-42da6c7bc2e2", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1"}]}' 2019-01-03 11:22:28,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-122e7948-81c0-4ae9-93d7-0df488980455 Date: Thu, 03 Jan 2019 11:22:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"065aec09-ff29-4217-8080-31e6c9b91547","subnetpool_id":null,"name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1"}]} 2019-01-03 11:22:28,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-122e7948-81c0-4ae9-93d7-0df488980455 2019-01-03 11:22:28,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=97b941bf-0198-42ba-908f-42da6c7bc2e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:28,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2adc25e2-c858-4803-8e38-c4176735bc13 Date: Thu, 03 Jan 2019 11:22: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":["065aec09-ff29-4217-8080-31e6c9b91547"],"updated_at":"2019-01-03T11:22:27Z","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1"}]} 2019-01-03 11:22:28,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=97b941bf-0198-42ba-908f-42da6c7bc2e2 used request id req-2adc25e2-c858-4803-8e38-c4176735bc13 2019-01-03 11:22:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=97b941bf-0198-42ba-908f-42da6c7bc2e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:28,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e1fd50e4-9e6f-4b08-a31f-dc90c9a9146c Date: Thu, 03 Jan 2019 11:22:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"065aec09-ff29-4217-8080-31e6c9b91547","subnetpool_id":null,"name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1"}]} 2019-01-03 11:22:28,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=97b941bf-0198-42ba-908f-42da6c7bc2e2 used request id req-e1fd50e4-9e6f-4b08-a31f-dc90c9a9146c 2019-01-03 11:22:28,731 - OpenStackNetwork - DEBUG - Network [97b941bf-0198-42ba-908f-42da6c7bc2e2] created successfully 2019-01-03 11:22:28,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:28,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:29,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22f9d40d928a454397512b6476c7c095", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role"}], "expires_at": "2019-01-03T12:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-user", "id": "72eda70e958442e0af72bd46e25e0455"}, "audit_ids": ["GASMsJMwSFmWwpWkHjUS7Q"], "issued_at": "2019-01-03T11:22:29.000000Z"}} 2019-01-03 11:22:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:29,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23794cd4-9dba-4aa8-81b6-7a34c780802a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:29,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-23794cd4-9dba-4aa8-81b6-7a34c780802a 2019-01-03 11:22:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:29,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ac8bbb24-fb6f-4ad9-8f30-1cafcbecf902 Date: Thu, 03 Jan 2019 11:22:29 GMT RESP BODY: {"routers": []} 2019-01-03 11:22:29,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router&admin_state_up=True used request id req-ac8bbb24-fb6f-4ad9-8f30-1cafcbecf902 2019-01-03 11:22:29,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:29,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:29,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22f9d40d928a454397512b6476c7c095", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role"}], "expires_at": "2019-01-03T12:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d1190e3ec82e47449de6b7b6df27b6c3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-user", "id": "72eda70e958442e0af72bd46e25e0455"}, "audit_ids": ["JdV9rU41T-SWWqTwESsYHg"], "issued_at": "2019-01-03T11:22:29.000000Z"}} 2019-01-03 11:22:29,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b08bbf76c6f6ecd10fede3a16a6511173278a1d" 2019-01-03 11:22:29,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-177b88eb-7e3d-4312-b378-c2b5cdcc66ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:29,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-177b88eb-7e3d-4312-b378-c2b5cdcc66ce 2019-01-03 11:22:29,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:30,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ae98ad95-e67b-436a-a5f8-c8bbcf4785c3 Date: Thu, 03 Jan 2019 11:22:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:22:30,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-ae98ad95-e67b-436a-a5f8-c8bbcf4785c3 2019-01-03 11:22:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:30,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e0923852-1ad4-4cab-afaf-bddef3baf745 Date: Thu, 03 Jan 2019 11:22:30 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:22:30,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e0923852-1ad4-4cab-afaf-bddef3baf745 2019-01-03 11:22:30,373 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router 2019-01-03 11:22:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router", "admin_state_up": true}}' 2019-01-03 11:22:35,427 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-9b30d3f2-75ba-4b08-9e8e-f5f6a620bae7 Date: Thu, 03 Jan 2019 11:22:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:31Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:32Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "f9854183-4d2b-492f-8356-c3dbda1dd8f5", "name": "CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router"}} 2019-01-03 11:22:35,427 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9b30d3f2-75ba-4b08-9e8e-f5f6a620bae7 2019-01-03 11:22:35,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=f9854183-4d2b-492f-8356-c3dbda1dd8f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:35,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-58784e9c-d794-497c-8b1c-9e68aa229e45 Date: Thu, 03 Jan 2019 11:22:35 GMT RESP BODY: {"ports":[]} 2019-01-03 11:22:35,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=f9854183-4d2b-492f-8356-c3dbda1dd8f5 used request id req-58784e9c-d794-497c-8b1c-9e68aa229e45 2019-01-03 11:22:35,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:35,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ef313fbb-7455-4f51-abd6-6cd8a913d335 Date: Thu, 03 Jan 2019 11:22:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"065aec09-ff29-4217-8080-31e6c9b91547","subnetpool_id":null,"name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1"}]} 2019-01-03 11:22:35,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 used request id req-ef313fbb-7455-4f51-abd6-6cd8a913d335 2019-01-03 11:22:35,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:35,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:22: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:35,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:35,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe863cdd-6a86-4d50-a670-1514dc413825 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3"}, "enabled": true, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}} 2019-01-03 11:22:35,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 used request id req-fe863cdd-6a86-4d50-a670-1514dc413825 2019-01-03 11:22:35,771 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:22:35,771 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router 2019-01-03 11:22:35,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" -d '{"subnet_id": "065aec09-ff29-4217-8080-31e6c9b91547"}' 2019-01-03 11:22:37,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ba4160d-acbe-4763-b194-f73b66c6b683 Date: Thu, 03 Jan 2019 11:22:37 GMT RESP BODY: {"network_id": "97b941bf-0198-42ba-908f-42da6c7bc2e2", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "subnet_id": "065aec09-ff29-4217-8080-31e6c9b91547", "subnet_ids": ["065aec09-ff29-4217-8080-31e6c9b91547"], "port_id": "91e8f786-35f2-4556-b188-71e56749d9f5", "id": "f9854183-4d2b-492f-8356-c3dbda1dd8f5"} 2019-01-03 11:22:37,821 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5/add_router_interface used request id req-6ba4160d-acbe-4763-b194-f73b66c6b683 2019-01-03 11:22:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:38,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-543a1628-2970-4b1b-9f59-580e0104fb91 Date: Thu, 03 Jan 2019 11:22:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:31Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:36Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "f9854183-4d2b-492f-8356-c3dbda1dd8f5", "name": "CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router"}} 2019-01-03 11:22:38,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5 used request id req-543a1628-2970-4b1b-9f59-580e0104fb91 2019-01-03 11:22:38,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=f9854183-4d2b-492f-8356-c3dbda1dd8f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:38,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-3e748b46-b7cd-4af5-b95e-74019c3171f6 Date: Thu, 03 Jan 2019 11:22:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:22:37Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"065aec09-ff29-4217-8080-31e6c9b91547","ip_address":"10.200.201.1"}],"id":"91e8f786-35f2-4556-b188-71e56749d9f5","security_groups":[],"mac_address":"fa:16:3e:68:21:eb","project_id":"d1190e3ec82e47449de6b7b6df27b6c3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:36Z","binding:vnic_type":"normal","device_id":"f9854183-4d2b-492f-8356-c3dbda1dd8f5"}]} 2019-01-03 11:22:38,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=f9854183-4d2b-492f-8356-c3dbda1dd8f5 used request id req-3e748b46-b7cd-4af5-b95e-74019c3171f6 2019-01-03 11:22:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/065aec09-ff29-4217-8080-31e6c9b91547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:38,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6a244ddb-995f-4ab8-bdf8-5ab3f7e7c236 Date: Thu, 03 Jan 2019 11:22:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"97b941bf-0198-42ba-908f-42da6c7bc2e2","tenant_id":"d1190e3ec82e47449de6b7b6df27b6c3","created_at":"2019-01-03T11:22:27Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:27Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"d1190e3ec82e47449de6b7b6df27b6c3","id":"065aec09-ff29-4217-8080-31e6c9b91547","subnetpool_id":null,"name":"CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1"}} 2019-01-03 11:22:38,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/065aec09-ff29-4217-8080-31e6c9b91547 used request id req-6a244ddb-995f-4ab8-bdf8-5ab3f7e7c236 2019-01-03 11:22:38,313 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router and subnet CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 2019-01-03 11:22:38,314 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router 2019-01-03 11:22:38,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" -d '{"subnet_id": "065aec09-ff29-4217-8080-31e6c9b91547"}' 2019-01-03 11:22:39,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a9193cd1-e866-4c93-988b-0483ba3f1aae Date: Thu, 03 Jan 2019 11:22:39 GMT RESP BODY: {"network_id": "97b941bf-0198-42ba-908f-42da6c7bc2e2", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "subnet_id": "065aec09-ff29-4217-8080-31e6c9b91547", "subnet_ids": ["065aec09-ff29-4217-8080-31e6c9b91547"], "port_id": "91e8f786-35f2-4556-b188-71e56749d9f5", "id": "f9854183-4d2b-492f-8356-c3dbda1dd8f5"} 2019-01-03 11:22:39,804 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5/remove_router_interface used request id req-a9193cd1-e866-4c93-988b-0483ba3f1aae 2019-01-03 11:22:39,804 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router 2019-01-03 11:22:39,805 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-router 2019-01-03 11:22:39,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e346e5360e3c7b90366aec05998ae36457b41dc" 2019-01-03 11:22:42,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c926a0b-214b-44f8-bafc-a83840bc56cd Content-Length: 0 Date: Thu, 03 Jan 2019 11:22:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:42,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/f9854183-4d2b-492f-8356-c3dbda1dd8f5 used request id req-6c926a0b-214b-44f8-bafc-a83840bc56cd 2019-01-03 11:22:42,907 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 2019-01-03 11:22:42,907 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-subnet1 2019-01-03 11:22:42,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/065aec09-ff29-4217-8080-31e6c9b91547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:45,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a973ef33-9601-4737-b0cb-8ee84cfc24f2 Date: Thu, 03 Jan 2019 11:22:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:45,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/065aec09-ff29-4217-8080-31e6c9b91547 used request id req-a973ef33-9601-4737-b0cb-8ee84cfc24f2 2019-01-03 11:22:45,341 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-dca501d3-c64a-432c-8cda-9a693c6125c0-pub-net1 2019-01-03 11:22:45,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/97b941bf-0198-42ba-908f-42da6c7bc2e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08e801177a41e11c9bdbd5ca081fd1884bb51928" 2019-01-03 11:22:46,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd222169-6ec0-461b-aef3-b01cdd0457b0 Date: Thu, 03 Jan 2019 11:22:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:46,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/97b941bf-0198-42ba-908f-42da6c7bc2e2 used request id req-bd222169-6ec0-461b-aef3-b01cdd0457b0 2019-01-03 11:22:46,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:46,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-37370569-0f2d-4ade-83b4-b8569f8780d1 Date: Thu, 03 Jan 2019 11:22:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:26Z", "updated_at": "2019-01-03T11:22:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "revision_number": 0, "id": "16d9d23e-2413-4176-8c70-980075823cef", "remote_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "revision_number": 0, "id": "2fa07cdb-8526-495d-9585-8e058ef483d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "revision_number": 0, "id": "7d06c441-57d5-4b28-b42f-0d1eb9d25107", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "revision_number": 0, "id": "a48709a0-abad-4bd2-b9aa-22f005a815d2", "remote_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3"}], "revision_number": 4, "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:22:46,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-37370569-0f2d-4ade-83b4-b8569f8780d1 2019-01-03 11:22:46,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:46,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09ec2267-9d84-48e4-bc52-7fb1dae4faa8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:22:46,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-09ec2267-9d84-48e4-bc52-7fb1dae4faa8 2019-01-03 11:22:46,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:46,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e5d6157-e3ba-43da-8db5-98c552ddf4b4 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:22:46,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-8e5d6157-e3ba-43da-8db5-98c552ddf4b4 2019-01-03 11:22:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:46,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ac2a22-9249-4e6d-9bfb-b6469b512376 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3"}, "enabled": true, "id": "d1190e3ec82e47449de6b7b6df27b6c3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-21dacea8-cc42-4f0-proj"}} 2019-01-03 11:22:46,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 used request id req-62ac2a22-9249-4e6d-9bfb-b6469b512376 2019-01-03 11:22:46,883 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 91f57d4d-2cb5-40ae-b81a-48b59467a65a 2019-01-03 11:22:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=91f57d4d-2cb5-40ae-b81a-48b59467a65a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:47,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7ef44682-a956-48eb-9922-6ba2c2b52b1b Date: Thu, 03 Jan 2019 11:22:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "port_range_min": null, "revision_number": 0, "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:26Z", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "16d9d23e-2413-4176-8c70-980075823cef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "port_range_min": null, "revision_number": 0, "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:26Z", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "2fa07cdb-8526-495d-9585-8e058ef483d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "port_range_min": null, "revision_number": 0, "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:26Z", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "7d06c441-57d5-4b28-b42f-0d1eb9d25107"}, {"remote_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:22:26Z", "security_group_id": "91f57d4d-2cb5-40ae-b81a-48b59467a65a", "port_range_min": null, "revision_number": 0, "tenant_id": "d1190e3ec82e47449de6b7b6df27b6c3", "created_at": "2019-01-03T11:22:26Z", "project_id": "d1190e3ec82e47449de6b7b6df27b6c3", "id": "a48709a0-abad-4bd2-b9aa-22f005a815d2"}]} 2019-01-03 11:22:47,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=91f57d4d-2cb5-40ae-b81a-48b59467a65a used request id req-7ef44682-a956-48eb-9922-6ba2c2b52b1b 2019-01-03 11:22:47,158 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:22:47,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/91f57d4d-2cb5-40ae-b81a-48b59467a65a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:47,448 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2352117c-f425-463c-af02-7c2a3c845526 Content-Length: 0 Date: Thu, 03 Jan 2019 11:22:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:22:47,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/91f57d4d-2cb5-40ae-b81a-48b59467a65a used request id req-2352117c-f425-463c-af02-7c2a3c845526 2019-01-03 11:22:47,449 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-proj 2019-01-03 11:22:47,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:47,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-711863c3-99fd-4e1c-b2f6-1e47b4db131d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:47,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d1190e3ec82e47449de6b7b6df27b6c3 used request id req-711863c3-99fd-4e1c-b2f6-1e47b4db131d 2019-01-03 11:22:47,650 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-proj-role 2019-01-03 11:22:47,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:47,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b757377-2da8-46f0-a211-ddfdd92add02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:47,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/22f9d40d928a454397512b6476c7c095 used request id req-1b757377-2da8-46f0-a211-ddfdd92add02 2019-01-03 11:22:47,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12d75ad4da89cac7733cc6b786a8303fde053029" 2019-01-03 11:22:47,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f896bc04-aa57-4517-801f-bea7b12d0e8c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:47,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f896bc04-aa57-4517-801f-bea7b12d0e8c 2019-01-03 11:22:47,935 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-21dacea8-cc42-4f0-user 2019-01-03 11:22:47,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/72eda70e958442e0af72bd46e25e0455 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98c0283d94e6dc824fe6362d44090f1b1bf6732e" 2019-01-03 11:22:48,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e451b1c-b4a7-4bbb-9c40-eee5f21045a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:48,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/72eda70e958442e0af72bd46e25e0455 used request id req-5e451b1c-b4a7-4bbb-9c40-eee5f21045a3 2019-01-03 11:22:48,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:48,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["MKBxxO-TTH6eok7cSCL1LQ"], "issued_at": "2019-01-03T11:22:48.000000Z"}} 2019-01-03 11:22:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b5097305a4c1925c2bc682b90c37cd43d85e770" 2019-01-03 11:22:48,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9781c4b-d1ff-4669-8e5a-dbad81fa747d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:48,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f9781c4b-d1ff-4669-8e5a-dbad81fa747d 2019-01-03 11:22:48,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:48,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:48,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nf16I6lnRHiCAmkKuAs2AA"], "issued_at": "2019-01-03T11:22:48.000000Z"}} 2019-01-03 11:22:48,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:49,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4a53a93-091e-4a4a-be1b-d164f0c8077f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:49,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e4a53a93-091e-4a4a-be1b-d164f0c8077f 2019-01-03 11:22:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:49,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:49,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-78843793-a54b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:49,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab59a45-3661-4258-b425-13680ca661a0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-78843793-a54b-495-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:22:49,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-78843793-a54b-495-proj used request id req-9ab59a45-3661-4258-b425-13680ca661a0 2019-01-03 11:22:49,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:49,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208a9896-17c3-4fac-90a4-8220ccb4424e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:49,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-208a9896-17c3-4fac-90a4-8220ccb4424e 2019-01-03 11:22:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj"}}' 2019-01-03 11:22:49,474 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4858eba2-3582-4f07-a010-1c36d9f0f5c9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7"}, "enabled": true, "id": "c28d9fcd8fdc4e4599052cd8d78112f7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj"}} 2019-01-03 11:22:49,474 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4858eba2-3582-4f07-a010-1c36d9f0f5c9 2019-01-03 11:22:49,474 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-78843793-a54b-495-proj 2019-01-03 11:22:49,475 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:49,476 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:49,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lnbpOF-1Sa2nZEK_AS6qQQ"], "issued_at": "2019-01-03T11:22:49.000000Z"}} 2019-01-03 11:22:49,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c26fa499ce670b175598e3b891c436b931fa78" 2019-01-03 11:22:49,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6cc124-5748-4bc8-a79d-ed8c98d18a57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:49,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e6cc124-5748-4bc8-a79d-ed8c98d18a57 2019-01-03 11:22:49,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:22:49,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:22:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c26fa499ce670b175598e3b891c436b931fa78" 2019-01-03 11:22:50,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f36ef5f1-7e0c-4eb4-8336-56af9ee9549d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:22:50,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f36ef5f1-7e0c-4eb4-8336-56af9ee9549d 2019-01-03 11:22:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-78843793-a54b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c26fa499ce670b175598e3b891c436b931fa78" 2019-01-03 11:22:50,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b2c4df9-342d-4a8d-bd83-d6ba78f21b61 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-78843793-a54b-495-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7"}, "enabled": true, "id": "c28d9fcd8fdc4e4599052cd8d78112f7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj"}]} 2019-01-03 11:22:50,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterSuccessTests-78843793-a54b-495-proj used request id req-2b2c4df9-342d-4a8d-bd83-d6ba78f21b61 2019-01-03 11:22:50,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c26fa499ce670b175598e3b891c436b931fa78" 2019-01-03 11:22:50,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4552299-2500-46ee-8c39-439707776207 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:22:50,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a4552299-2500-46ee-8c39-439707776207 2019-01-03 11:22:50,619 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-78843793-a54b-495-user 2019-01-03 11:22:50,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:50,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:50,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101125d8-2090-4f17-9e76-9aae2062a417 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:22:50,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-101125d8-2090-4f17-9e76-9aae2062a417 2019-01-03 11:22:50,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" -d '{"role": {"name": "CreateRouterSuccessTests-78843793-a54b-495-proj-role"}}' 2019-01-03 11:22:50,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c215861-9d9e-45d1-84fe-fb8e1b0402ef Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8d38e2ea885e4f489d0d17888d8273ff", "links": {"self": "http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff"}, "name": "CreateRouterSuccessTests-78843793-a54b-495-proj-role"}} 2019-01-03 11:22:50,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2c215861-9d9e-45d1-84fe-fb8e1b0402ef 2019-01-03 11:22:50,821 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-78843793-a54b-495-proj-role 2019-01-03 11:22:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:50,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd676cf-b6d4-416d-a78f-d74be96b3b1a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff"}, "domain_id": null, "name": "CreateRouterSuccessTests-78843793-a54b-495-proj-role", "id": "8d38e2ea885e4f489d0d17888d8273ff"}} 2019-01-03 11:22:50,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff used request id req-1bd676cf-b6d4-416d-a78f-d74be96b3b1a 2019-01-03 11:22:50,917 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-78843793-a54b-495-proj-role to project CreateRouterSuccessTests-78843793-a54b-495-proj 2019-01-03 11:22:50,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7/users/a776e2e8bc554bc4a7da6380c2846de3/roles/8d38e2ea885e4f489d0d17888d8273ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:22:51,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:22:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48d654c4-6c10-456e-a018-8631971da9f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:22:51,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7/users/a776e2e8bc554bc4a7da6380c2846de3/roles/8d38e2ea885e4f489d0d17888d8273ff used request id req-48d654c4-6c10-456e-a018-8631971da9f1 2019-01-03 11:22:51,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:51,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:51,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["h9QatyUvT0WDlD8AIIGMrg"], "issued_at": "2019-01-03T11:22:51.000000Z"}} 2019-01-03 11:22:51,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:51,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13223863-0bd9-4a73-8b20-0ff79e523b80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:51,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-13223863-0bd9-4a73-8b20-0ff79e523b80 2019-01-03 11:22:51,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:51,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4ad4f845-303f-4ad3-97d0-a2e3f7568372 Date: Thu, 03 Jan 2019 11:22:51 GMT RESP BODY: {"networks":[]} 2019-01-03 11:22:51,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1 used request id req-4ad4f845-303f-4ad3-97d0-a2e3f7568372 2019-01-03 11:22:51,733 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1 2019-01-03 11:22:51,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" -d '{"network": {"name": "CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1", "admin_state_up": true}}' 2019-01-03 11:22:52,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-8b9feaa2-c9ba-43b5-b5bd-710029a7094d Date: Thu, 03 Jan 2019 11:22:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e2106e59-402a-4492-b227-479a772abebd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:22:52Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:51Z","mtu":1450}} 2019-01-03 11:22:52,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8b9feaa2-c9ba-43b5-b5bd-710029a7094d 2019-01-03 11:22:52,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e2106e59-402a-4492-b227-479a772abebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:52,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3027c6b6-3d74-435f-829f-21c4fef07770 Date: Thu, 03 Jan 2019 11:22:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e2106e59-402a-4492-b227-479a772abebd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:22:52Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:51Z","provider:network_type":"vxlan"}]} 2019-01-03 11:22:52,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e2106e59-402a-4492-b227-479a772abebd used request id req-3027c6b6-3d74-435f-829f-21c4fef07770 2019-01-03 11:22:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e2106e59-402a-4492-b227-479a772abebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:52,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4417a60a-8bcd-48ea-bb31-cb7958bf86cf Date: Thu, 03 Jan 2019 11:22:52 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:22:52,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e2106e59-402a-4492-b227-479a772abebd used request id req-4417a60a-8bcd-48ea-bb31-cb7958bf86cf 2019-01-03 11:22:52,554 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1 2019-01-03 11:22:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" -d '{"subnets": [{"ip_version": 4, "network_id": "e2106e59-402a-4492-b227-479a772abebd", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1"}]}' 2019-01-03 11:22:53,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-00a1fa12-85b9-41db-a3de-7a3e7483f0d3 Date: Thu, 03 Jan 2019 11:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2106e59-402a-4492-b227-479a772abebd","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:52Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"c9e34bea-d5c7-4d0d-aed2-77c2ea53b4ef","subnetpool_id":null,"name":"CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1"}]} 2019-01-03 11:22:53,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-00a1fa12-85b9-41db-a3de-7a3e7483f0d3 2019-01-03 11:22:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e2106e59-402a-4492-b227-479a772abebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:53,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5ceef78e-56e0-4db0-a25a-f8d89b05ea3f Date: Thu, 03 Jan 2019 11:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e2106e59-402a-4492-b227-479a772abebd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c9e34bea-d5c7-4d0d-aed2-77c2ea53b4ef"],"description":"","tags":[],"updated_at":"2019-01-03T11:22:52Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:51Z","provider:network_type":"vxlan"}]} 2019-01-03 11:22:53,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e2106e59-402a-4492-b227-479a772abebd used request id req-5ceef78e-56e0-4db0-a25a-f8d89b05ea3f 2019-01-03 11:22:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e2106e59-402a-4492-b227-479a772abebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:22:53,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-275ff0f1-9f6f-4b18-9e5b-3493966213da Date: Thu, 03 Jan 2019 11:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e2106e59-402a-4492-b227-479a772abebd","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:22:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:22:52Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"c9e34bea-d5c7-4d0d-aed2-77c2ea53b4ef","subnetpool_id":null,"name":"CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1"}]} 2019-01-03 11:22:53,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e2106e59-402a-4492-b227-479a772abebd used request id req-275ff0f1-9f6f-4b18-9e5b-3493966213da 2019-01-03 11:22:53,493 - OpenStackNetwork - DEBUG - Network [e2106e59-402a-4492-b227-479a772abebd] created successfully 2019-01-03 11:22:53,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:53,494 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:53,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d38e2ea885e4f489d0d17888d8273ff", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj-role"}], "expires_at": "2019-01-03T12:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c28d9fcd8fdc4e4599052cd8d78112f7", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-78843793-a54b-495-user", "id": "a776e2e8bc554bc4a7da6380c2846de3"}, "audit_ids": ["FXVSpnl3RKSYChPxULGEsA"], "issued_at": "2019-01-03T11:22:53.000000Z"}} 2019-01-03 11:22:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:22:53,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-225923d8-e241-4448-9800-97e36b679226 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:53,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-225923d8-e241-4448-9800-97e36b679226 2019-01-03 11:22:53,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:22:54,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9a7dbdc-dd1b-483d-9a1b-f0a11a276b7c Date: Thu, 03 Jan 2019 11:22:54 GMT RESP BODY: {"routers": []} 2019-01-03 11:22:54,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router&admin_state_up=True used request id req-a9a7dbdc-dd1b-483d-9a1b-f0a11a276b7c 2019-01-03 11:22:54,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:22:54,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:22:54,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8d38e2ea885e4f489d0d17888d8273ff", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj-role"}], "expires_at": "2019-01-03T12:22:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c28d9fcd8fdc4e4599052cd8d78112f7", "name": "CreateRouterSuccessTests-78843793-a54b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c28d9fcd8fdc4e4599052cd8d78112f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-78843793-a54b-495-user", "id": "a776e2e8bc554bc4a7da6380c2846de3"}, "audit_ids": ["tgE_aIBQQnWQcHk3fetRbg"], "issued_at": "2019-01-03T11:22:54.000000Z"}} 2019-01-03 11:22:54,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93f75434476a010cbb1c680a78295e048e9b99c5" 2019-01-03 11:22:54,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0626f44-0582-408b-81ea-09b60cd6555a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:22:54,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f0626f44-0582-408b-81ea-09b60cd6555a 2019-01-03 11:22:54,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:22:54,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8727d8a1-1238-4ac4-b92a-71cf219ab478 Date: Thu, 03 Jan 2019 11:22:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:22:54,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-8727d8a1-1238-4ac4-b92a-71cf219ab478 2019-01-03 11:22:54,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:22:55,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43435daf-e1c5-4485-883f-aea24a05953f Date: Thu, 03 Jan 2019 11:22:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:22:55,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-43435daf-e1c5-4485-883f-aea24a05953f 2019-01-03 11:22:55,061 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router 2019-01-03 11:22:55,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router", "admin_state_up": true}}' 2019-01-03 11:22:59,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-d27bb28f-d9bc-48b9-b2d9-238fc734da21 Date: Thu, 03 Jan 2019 11:22:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c28d9fcd8fdc4e4599052cd8d78112f7", "created_at": "2019-01-03T11:22:55Z", "admin_state_up": true, "updated_at": "2019-01-03T11:22:56Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "c28d9fcd8fdc4e4599052cd8d78112f7", "id": "db18b81e-536c-49e8-a467-ac3e7963ff35", "name": "CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router"}} 2019-01-03 11:22:59,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-d27bb28f-d9bc-48b9-b2d9-238fc734da21 2019-01-03 11:22:59,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=db18b81e-536c-49e8-a467-ac3e7963ff35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:23:00,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1690a433-a136-4fbc-8659-78d478ccd331 Date: Thu, 03 Jan 2019 11:23:00 GMT RESP BODY: {"ports":[]} 2019-01-03 11:23:00,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=db18b81e-536c-49e8-a467-ac3e7963ff35 used request id req-1690a433-a136-4fbc-8659-78d478ccd331 2019-01-03 11:23:00,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:23:00,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-504ab68e-1996-40a7-a619-e1a27f17fca8 Date: Thu, 03 Jan 2019 11:23:00 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:23:00,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?name=CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1 used request id req-504ab68e-1996-40a7-a619-e1a27f17fca8 2019-01-03 11:23:00,316 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router 2019-01-03 11:23:00,316 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-router 2019-01-03 11:23:00,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/db18b81e-536c-49e8-a467-ac3e7963ff35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfbb1b858039019d12b7c1d22cc64551e9b793d4" 2019-01-03 11:23:03,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d07e9f57-9ae8-4871-90a4-27c89e822927 Content-Length: 0 Date: Thu, 03 Jan 2019 11:23:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:03,789 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/db18b81e-536c-49e8-a467-ac3e7963ff35 used request id req-d07e9f57-9ae8-4871-90a4-27c89e822927 2019-01-03 11:23:03,790 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1 2019-01-03 11:23:03,790 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-subnet1 2019-01-03 11:23:03,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c9e34bea-d5c7-4d0d-aed2-77c2ea53b4ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:23:05,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a65851ce-3477-429e-8c92-fccd975951fd Date: Thu, 03 Jan 2019 11:23:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:05,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c9e34bea-d5c7-4d0d-aed2-77c2ea53b4ef used request id req-a65851ce-3477-429e-8c92-fccd975951fd 2019-01-03 11:23:05,940 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-0be975ed-0573-41cf-995d-8bf176874cd6-pub-net1 2019-01-03 11:23:05,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/e2106e59-402a-4492-b227-479a772abebd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27daa8f49abf14d8ab412fbb56c5375694eecfca" 2019-01-03 11:23:07,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-976f573d-4968-4cd1-939f-27b4637275ac Date: Thu, 03 Jan 2019 11:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:07,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e2106e59-402a-4492-b227-479a772abebd used request id req-976f573d-4968-4cd1-939f-27b4637275ac 2019-01-03 11:23:07,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-05756137-18a4-4240-b691-5609b88a2e87 Date: Thu, 03 Jan 2019 11:23:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:07,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-05756137-18a4-4240-b691-5609b88a2e87 2019-01-03 11:23:07,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81cada1b-7460-4690-9f88-cc9e7577ee67 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:07,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-81cada1b-7460-4690-9f88-cc9e7577ee67 2019-01-03 11:23:07,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991ee0c5-f80f-4e1c-aa9b-2592586e542f 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:07,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-991ee0c5-f80f-4e1c-aa9b-2592586e542f 2019-01-03 11:23:07,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d27a62-1492-4ecc-bc7f-149514220ff9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:07,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e0d27a62-1492-4ecc-bc7f-149514220ff9 2019-01-03 11:23:07,640 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-78843793-a54b-495-proj 2019-01-03 11:23:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf071d7a-7bf2-4a97-8c67-58e060c1918c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:07,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c28d9fcd8fdc4e4599052cd8d78112f7 used request id req-cf071d7a-7bf2-4a97-8c67-58e060c1918c 2019-01-03 11:23:07,879 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-78843793-a54b-495-proj-role 2019-01-03 11:23:07,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:07,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5750267-1b42-44e8-bf58-76f174213ea4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:07,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8d38e2ea885e4f489d0d17888d8273ff used request id req-a5750267-1b42-44e8-bf58-76f174213ea4 2019-01-03 11:23:07,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}033fca29e643ad817224bb7185fbb2bc52db3f12" 2019-01-03 11:23:08,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15601301-58d2-4bcb-81a9-77f25bb0de2b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:08,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-15601301-58d2-4bcb-81a9-77f25bb0de2b 2019-01-03 11:23:08,079 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-78843793-a54b-495-user 2019-01-03 11:23:08,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a776e2e8bc554bc4a7da6380c2846de3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20c26fa499ce670b175598e3b891c436b931fa78" 2019-01-03 11:23:08,281 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-606f7a90-b76e-4003-bfc7-e2e9d18ea2ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:08,281 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a776e2e8bc554bc4a7da6380c2846de3 used request id req-606f7a90-b76e-4003-bfc7-e2e9d18ea2ab 2019-01-03 11:23:08,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:08,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["LLgGGxHuQB2YVSuKwHYhwQ"], "issued_at": "2019-01-03T11:23:08.000000Z"}} 2019-01-03 11:23:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4ffee25feab8ac4d08d3cd292ea793f2a409b41" 2019-01-03 11:23:08,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44117201-5bae-487f-bf36-60de733891e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:08,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-44117201-5bae-487f-bf36-60de733891e7 2019-01-03 11:23:08,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:08,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:09,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mbkNRqn9SK2gf6byPoG29A"], "issued_at": "2019-01-03T11:23:09.000000Z"}} 2019-01-03 11:23:09,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:09,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fad4f34-9fe9-44fc-b446-ffbef85e84db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:09,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8fad4f34-9fe9-44fc-b446-ffbef85e84db 2019-01-03 11:23:09,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:09,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:09,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-9851a619-50c5-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:09,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae89165-132f-4ae4-af5b-42c69ba727b2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-9851a619-50c5-41b-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:09,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-9851a619-50c5-41b-proj used request id req-fae89165-132f-4ae4-af5b-42c69ba727b2 2019-01-03 11:23:09,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:09,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bf51341-6a68-457b-8046-7ea13763f910 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:09,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4bf51341-6a68-457b-8046-7ea13763f910 2019-01-03 11:23:09,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}}' 2019-01-03 11:23:09,551 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ea8bb55-24d5-4bf3-b1b3-8cf340abff30 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a"}, "enabled": true, "id": "c80a10ab1d7d4f16865b2b1d44c9247a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}} 2019-01-03 11:23:09,551 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8ea8bb55-24d5-4bf3-b1b3-8cf340abff30 2019-01-03 11:23:09,552 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-9851a619-50c5-41b-proj 2019-01-03 11:23:09,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:09,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:09,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["u_wtYU-TQEeh7y9TJUswmQ"], "issued_at": "2019-01-03T11:23:09.000000Z"}} 2019-01-03 11:23:09,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b982f688df08d1b0c1d07729d9a15ee8b198d886" 2019-01-03 11:23:10,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1113d88-1e48-464d-beef-7f50b0ec8dd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:10,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1113d88-1e48-464d-beef-7f50b0ec8dd1 2019-01-03 11:23:10,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:10,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:10,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b982f688df08d1b0c1d07729d9a15ee8b198d886" 2019-01-03 11:23:10,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5929ccc-7316-4736-be05-e0a092356ee6 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:10,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d5929ccc-7316-4736-be05-e0a092356ee6 2019-01-03 11:23:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-9851a619-50c5-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b982f688df08d1b0c1d07729d9a15ee8b198d886" 2019-01-03 11:23:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d820788b-94a6-42a1-8da5-22d0bcbf5892 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-9851a619-50c5-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a"}, "enabled": true, "id": "c80a10ab1d7d4f16865b2b1d44c9247a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}]} 2019-01-03 11:23:10,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-9851a619-50c5-41b-proj used request id req-d820788b-94a6-42a1-8da5-22d0bcbf5892 2019-01-03 11:23:10,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b982f688df08d1b0c1d07729d9a15ee8b198d886" 2019-01-03 11:23:10,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77ae403e-b9fc-4dc0-81a7-319e801afae3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:10,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77ae403e-b9fc-4dc0-81a7-319e801afae3 2019-01-03 11:23:10,737 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-9851a619-50c5-41b-user 2019-01-03 11:23:10,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:10,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:10,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d7ead71-d017-4f99-9280-7817131f84be Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:10,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d7ead71-d017-4f99-9280-7817131f84be 2019-01-03 11:23:10,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" -d '{"role": {"name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role"}}' 2019-01-03 11:23:10,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c59cd38b-107c-4ffc-840a-77ad4004a57e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72f4ef6158a04fe88c274ee7b9db9d4c", "links": {"self": "http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c"}, "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role"}} 2019-01-03 11:23:10,952 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c59cd38b-107c-4ffc-840a-77ad4004a57e 2019-01-03 11:23:10,952 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-9851a619-50c5-41b-proj-role 2019-01-03 11:23:10,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:11,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b8aaeb-1d9e-4ed8-afaa-027039d9505a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c"}, "domain_id": null, "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role", "id": "72f4ef6158a04fe88c274ee7b9db9d4c"}} 2019-01-03 11:23:11,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c used request id req-80b8aaeb-1d9e-4ed8-afaa-027039d9505a 2019-01-03 11:23:11,048 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-9851a619-50c5-41b-proj-role to project CreateRouterNegativeTests-9851a619-50c5-41b-proj 2019-01-03 11:23:11,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a/users/3ccb67ef141c4071b85a8071b6a0f372/roles/72f4ef6158a04fe88c274ee7b9db9d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:11,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6209901b-1672-48c4-afef-c3c6126fb7c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:11,195 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a/users/3ccb67ef141c4071b85a8071b6a0f372/roles/72f4ef6158a04fe88c274ee7b9db9d4c used request id req-6209901b-1672-48c4-afef-c3c6126fb7c5 2019-01-03 11:23:11,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:11,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:11,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fgHFwCzsSOy08UWGFnH1XA"], "issued_at": "2019-01-03T11:23:11.000000Z"}} 2019-01-03 11:23:11,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:11,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b45e7f6-9fa4-437e-ba3f-0da1e1ccfbde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:11,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0b45e7f6-9fa4-437e-ba3f-0da1e1ccfbde 2019-01-03 11:23:11,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:11,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-89cb7e3b-55b9-4eb4-82ee-e989d7276d94 Date: Thu, 03 Jan 2019 11:23:11 GMT RESP BODY: {"networks":[]} 2019-01-03 11:23:11,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 used request id req-89cb7e3b-55b9-4eb4-82ee-e989d7276d94 2019-01-03 11:23:11,857 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 2019-01-03 11:23:11,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" -d '{"network": {"name": "CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1", "admin_state_up": true}}' 2019-01-03 11:23:12,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-69eb4207-4352-4a91-bfad-1923588884ab Date: Thu, 03 Jan 2019 11:23: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":"89ab334a-d5a0-439e-b34b-d725c7dcc6e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:23:12Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:23:12Z","mtu":1450}} 2019-01-03 11:23:12,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-69eb4207-4352-4a91-bfad-1923588884ab 2019-01-03 11:23:12,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:12,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-cd096890-9e56-4bab-bc02-09083ae1ba1e Date: Thu, 03 Jan 2019 11:23:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89ab334a-d5a0-439e-b34b-d725c7dcc6e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:23:12Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:23:12Z","provider:network_type":"vxlan"}]} 2019-01-03 11:23:12,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 used request id req-cd096890-9e56-4bab-bc02-09083ae1ba1e 2019-01-03 11:23:12,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:12,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4093ba05-9195-435a-93c5-6cd65bb234bf Date: Thu, 03 Jan 2019 11:23:12 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:23:12,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 used request id req-4093ba05-9195-435a-93c5-6cd65bb234bf 2019-01-03 11:23:12,513 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1 2019-01-03 11:23:12,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" -d '{"subnets": [{"ip_version": 4, "network_id": "89ab334a-d5a0-439e-b34b-d725c7dcc6e8", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1"}]}' 2019-01-03 11:23:12,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-23680531-4594-4ab8-98ae-af9bd2302461 Date: Thu, 03 Jan 2019 11:23:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89ab334a-d5a0-439e-b34b-d725c7dcc6e8","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:23:12Z","dns_nameservers":[],"updated_at":"2019-01-03T11:23:12Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"b28925da-0a2f-49ab-8feb-af560084eb00","subnetpool_id":null,"name":"CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1"}]} 2019-01-03 11:23:12,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-23680531-4594-4ab8-98ae-af9bd2302461 2019-01-03 11:23:12,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:13,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-e8b032e9-2803-4606-b422-549492431602 Date: Thu, 03 Jan 2019 11:23:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"89ab334a-d5a0-439e-b34b-d725c7dcc6e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":97,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["b28925da-0a2f-49ab-8feb-af560084eb00"],"description":"","tags":[],"updated_at":"2019-01-03T11:23:12Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:23:12Z","provider:network_type":"vxlan"}]} 2019-01-03 11:23:13,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 used request id req-e8b032e9-2803-4606-b422-549492431602 2019-01-03 11:23:13,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:13,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-a6c02afa-8881-4a98-a9f7-fd3c7b3e3784 Date: Thu, 03 Jan 2019 11:23:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89ab334a-d5a0-439e-b34b-d725c7dcc6e8","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:23:12Z","dns_nameservers":[],"updated_at":"2019-01-03T11:23:12Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"b28925da-0a2f-49ab-8feb-af560084eb00","subnetpool_id":null,"name":"CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1"}]} 2019-01-03 11:23:13,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=89ab334a-d5a0-439e-b34b-d725c7dcc6e8 used request id req-a6c02afa-8881-4a98-a9f7-fd3c7b3e3784 2019-01-03 11:23:13,365 - OpenStackNetwork - DEBUG - Network [89ab334a-d5a0-439e-b34b-d725c7dcc6e8] created successfully 2019-01-03 11:23:13,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:13,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:13,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72f4ef6158a04fe88c274ee7b9db9d4c", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role"}], "expires_at": "2019-01-03T12:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c80a10ab1d7d4f16865b2b1d44c9247a", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-9851a619-50c5-41b-user", "id": "3ccb67ef141c4071b85a8071b6a0f372"}, "audit_ids": ["VPY5pSigSE6Z3CNA6f5awg"], "issued_at": "2019-01-03T11:23:13.000000Z"}} 2019-01-03 11:23:13,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:13,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62264354-30c9-4a52-86ed-3e34b6dd8698 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:13,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-62264354-30c9-4a52-86ed-3e34b6dd8698 2019-01-03 11:23:13,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:14,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6336dc6e-c10c-46ad-b08c-49dd12e2db70 Date: Thu, 03 Jan 2019 11:23:14 GMT RESP BODY: {"routers": []} 2019-01-03 11:23:14,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router&admin_state_up=True used request id req-6336dc6e-c10c-46ad-b08c-49dd12e2db70 2019-01-03 11:23:14,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:14,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:14,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72f4ef6158a04fe88c274ee7b9db9d4c", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role"}], "expires_at": "2019-01-03T12:23:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c80a10ab1d7d4f16865b2b1d44c9247a", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-9851a619-50c5-41b-user", "id": "3ccb67ef141c4071b85a8071b6a0f372"}, "audit_ids": ["YYvkto4SRS6ddBDpn9dYvg"], "issued_at": "2019-01-03T11:23:14.000000Z"}} 2019-01-03 11:23:14,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e03d84dea40b7910f914ecdf4ace5fa4476d1c2" 2019-01-03 11:23:14,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55da89f0-ac0c-48a2-aa23-a9673d393d6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:14,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-55da89f0-ac0c-48a2-aa23-a9673d393d6b 2019-01-03 11:23:14,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:14,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-30e618d9-9ff8-4c5e-9c6d-c221cec0b739 Date: Thu, 03 Jan 2019 11:23:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:23:14,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-30e618d9-9ff8-4c5e-9c6d-c221cec0b739 2019-01-03 11:23:14,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:14,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6dec8b43-f070-41f6-b5d2-b1624a49acdb Date: Thu, 03 Jan 2019 11:23:14 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:23:14,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-6dec8b43-f070-41f6-b5d2-b1624a49acdb 2019-01-03 11:23:14,929 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router 2019-01-03 11:23:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router", "admin_state_up": true}}' 2019-01-03 11:23:20,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b8c72c5c-9818-44a7-9a12-18aed79e501d Date: Thu, 03 Jan 2019 11:23:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c80a10ab1d7d4f16865b2b1d44c9247a", "created_at": "2019-01-03T11:23:15Z", "admin_state_up": true, "updated_at": "2019-01-03T11:23:16Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c80a10ab1d7d4f16865b2b1d44c9247a", "id": "d1cabb9c-6b5d-42a2-a34a-e8f3fa777e23", "name": "CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router"}} 2019-01-03 11:23:20,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-b8c72c5c-9818-44a7-9a12-18aed79e501d 2019-01-03 11:23:20,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d1cabb9c-6b5d-42a2-a34a-e8f3fa777e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:20,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d32e92f0-84e0-4347-8bb7-95cec5867af9 Date: Thu, 03 Jan 2019 11:23:20 GMT RESP BODY: {"ports":[]} 2019-01-03 11:23:20,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d1cabb9c-6b5d-42a2-a34a-e8f3fa777e23 used request id req-d32e92f0-84e0-4347-8bb7-95cec5867af9 2019-01-03 11:23:20,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:20,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cc8dea05-8b1e-4cfc-a327-e968025a0363 Date: Thu, 03 Jan 2019 11:23:20 GMT RESP BODY: {"networks":[]} 2019-01-03 11:23:20,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 used request id req-cc8dea05-8b1e-4cfc-a327-e968025a0363 2019-01-03 11:23:20,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:20,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-94247895-e70f-4e7f-99fb-6ee126dfd0be Date: Thu, 03 Jan 2019 11:23:20 GMT RESP BODY: {"ports":[]} 2019-01-03 11:23:20,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-port1&admin_state_up=True used request id req-94247895-e70f-4e7f-99fb-6ee126dfd0be 2019-01-03 11:23:20,603 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-port1 for router - CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router 2019-01-03 11:23:20,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:20,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:20,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72f4ef6158a04fe88c274ee7b9db9d4c", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj-role"}], "expires_at": "2019-01-03T12:23:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c80a10ab1d7d4f16865b2b1d44c9247a", "name": "CreateRouterNegativeTests-9851a619-50c5-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c80a10ab1d7d4f16865b2b1d44c9247a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-9851a619-50c5-41b-user", "id": "3ccb67ef141c4071b85a8071b6a0f372"}, "audit_ids": ["LVgeXaiOSAS8zMnWoPGDrQ"], "issued_at": "2019-01-03T11:23:20.000000Z"}} 2019-01-03 11:23:20,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}209fc03e1f174d7080f0ead944159fcb03b6b850" 2019-01-03 11:23:21,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d83f4fa-a9a5-4ae1-94f1-6be02a95a95a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:21,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d83f4fa-a9a5-4ae1-94f1-6be02a95a95a 2019-01-03 11:23:21,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:21,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0c9cac20-d654-405d-8005-9a903d658096 Date: Thu, 03 Jan 2019 11:23:21 GMT RESP BODY: {"networks":[]} 2019-01-03 11:23:21,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 used request id req-0c9cac20-d654-405d-8005-9a903d658096 2019-01-03 11:23:21,240 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router 2019-01-03 11:23:21,241 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-router 2019-01-03 11:23:21,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/d1cabb9c-6b5d-42a2-a34a-e8f3fa777e23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130c397ee3925e58ee62847a719c7ded825db065" 2019-01-03 11:23:24,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32646dfe-cc20-4482-a274-6429b71ccaa4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:23:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:24,776 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d1cabb9c-6b5d-42a2-a34a-e8f3fa777e23 used request id req-32646dfe-cc20-4482-a274-6429b71ccaa4 2019-01-03 11:23:24,777 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1 2019-01-03 11:23:24,777 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-subnet1 2019-01-03 11:23:24,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b28925da-0a2f-49ab-8feb-af560084eb00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:27,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2803e7c-a160-42d5-944c-21c432f81752 Date: Thu, 03 Jan 2019 11:23:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:27,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b28925da-0a2f-49ab-8feb-af560084eb00 used request id req-b2803e7c-a160-42d5-944c-21c432f81752 2019-01-03 11:23:27,035 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-4cbfe349-de66-45fd-8c18-c583c3e4bd2f-pub-net1 2019-01-03 11:23:27,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/89ab334a-d5a0-439e-b34b-d725c7dcc6e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b322e6fe3d48fa038a78364ada4d178dbef431" 2019-01-03 11:23:28,220 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1ce0889-11ce-460b-af13-401df6a9e2e3 Date: Thu, 03 Jan 2019 11:23:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:23:28,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/89ab334a-d5a0-439e-b34b-d725c7dcc6e8 used request id req-b1ce0889-11ce-460b-af13-401df6a9e2e3 2019-01-03 11:23:28,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:28,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5a9a3774-1d09-483a-8a41-6191b352a717 Date: Thu, 03 Jan 2019 11:23:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:28,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5a9a3774-1d09-483a-8a41-6191b352a717 2019-01-03 11:23:28,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:28,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e0c7f9-1d47-405f-b211-97dc95ac0e50 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:28,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-a4e0c7f9-1d47-405f-b211-97dc95ac0e50 2019-01-03 11:23:28,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:28,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe8af44-bc60-465e-8a23-bc2bc47aea9c 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:28,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4fe8af44-bc60-465e-8a23-bc2bc47aea9c 2019-01-03 11:23:28,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:28,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a547b5f9-9470-46fa-a241-b6c25e89bffb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:28,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-a547b5f9-9470-46fa-a241-b6c25e89bffb 2019-01-03 11:23:28,728 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-9851a619-50c5-41b-proj 2019-01-03 11:23:28,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:29,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be2569fd-9fa6-428a-ad4c-c951a3d3b021 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:29,010 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c80a10ab1d7d4f16865b2b1d44c9247a used request id req-be2569fd-9fa6-428a-ad4c-c951a3d3b021 2019-01-03 11:23:29,010 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-9851a619-50c5-41b-proj-role 2019-01-03 11:23:29,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:29,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d440985d-669c-4521-a144-8f8d7953939c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:29,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/72f4ef6158a04fe88c274ee7b9db9d4c used request id req-d440985d-669c-4521-a144-8f8d7953939c 2019-01-03 11:23:29,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc30d7a52732454e5068a900060f874dd8e948ad" 2019-01-03 11:23:29,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff6b0762-e2c8-41a1-9f31-3d72070418ee Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:29,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ff6b0762-e2c8-41a1-9f31-3d72070418ee 2019-01-03 11:23:29,225 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-9851a619-50c5-41b-user 2019-01-03 11:23:29,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3ccb67ef141c4071b85a8071b6a0f372 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b982f688df08d1b0c1d07729d9a15ee8b198d886" 2019-01-03 11:23:29,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34ca1162-a085-4113-96d0-cca61cc115b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:29,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3ccb67ef141c4071b85a8071b6a0f372 used request id req-34ca1162-a085-4113-96d0-cca61cc115b2 2019-01-03 11:23:29,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:29,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nTka59kZRbqTFbl4fC9tLw"], "issued_at": "2019-01-03T11:23:29.000000Z"}} 2019-01-03 11:23:29,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23a08ae26057bd0a200cb895f3abe1c4ebdf32bf" 2019-01-03 11:23:29,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb0d99f4-3f06-4a15-b95d-82fbc1ad7360 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:29,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cb0d99f4-3f06-4a15-b95d-82fbc1ad7360 2019-01-03 11:23:29,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:29,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:30,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NRBtErBBSK2rNleBzDbYNA"], "issued_at": "2019-01-03T11:23:30.000000Z"}} 2019-01-03 11:23:30,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:30,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85372caa-e15a-4701-803c-35641e8293ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:30,356 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-85372caa-e15a-4701-803c-35641e8293ca 2019-01-03 11:23:30,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:30,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:30,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81de84da-9835-4496-925c-df4fc946ec87 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:30,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj used request id req-81de84da-9835-4496-925c-df4fc946ec87 2019-01-03 11:23:30,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:30,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8acc9a21-eecc-4a1b-b93e-ed50dd1a63f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:30,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8acc9a21-eecc-4a1b-b93e-ed50dd1a63f8 2019-01-03 11:23:30,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj"}}' 2019-01-03 11:23:30,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19a61866-7766-436c-9476-00b40260a912 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04"}, "enabled": true, "id": "a674071ed81e444cb74a0ba5285f2b04", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj"}} 2019-01-03 11:23:30,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-19a61866-7766-436c-9476-00b40260a912 2019-01-03 11:23:30,666 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-8ae05285-ff7c-471-proj 2019-01-03 11:23:30,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:30,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:31,060 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8GECjPbyQxG_MZ6bnHBnww"], "issued_at": "2019-01-03T11:23:31.000000Z"}} 2019-01-03 11:23:31,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1964783d8be74c6a1c54de2ea1a1f1983e7a00e" 2019-01-03 11:23:31,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d8ddb2-b70a-4ede-b47b-49c777140995 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:31,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-26d8ddb2-b70a-4ede-b47b-49c777140995 2019-01-03 11:23:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:31,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:31,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1964783d8be74c6a1c54de2ea1a1f1983e7a00e" 2019-01-03 11:23:31,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-111b3514-b4b0-4888-b4ce-e1c67f861307 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:31,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-111b3514-b4b0-4888-b4ce-e1c67f861307 2019-01-03 11:23:31,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1964783d8be74c6a1c54de2ea1a1f1983e7a00e" 2019-01-03 11:23:31,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05a9da2-b9a9-41aa-ae22-036091efbf88 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04"}, "enabled": true, "id": "a674071ed81e444cb74a0ba5285f2b04", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj"}]} 2019-01-03 11:23:31,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-8ae05285-ff7c-471-proj used request id req-d05a9da2-b9a9-41aa-ae22-036091efbf88 2019-01-03 11:23:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1964783d8be74c6a1c54de2ea1a1f1983e7a00e" 2019-01-03 11:23:31,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b6aae67-2fee-469c-ba2b-9cc84364eed7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:31,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9b6aae67-2fee-469c-ba2b-9cc84364eed7 2019-01-03 11:23:31,743 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-8ae05285-ff7c-471-user 2019-01-03 11:23:31,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:31,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:31,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c26784-2d82-4ea9-960c-4879ad2f1cb4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:31,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-30c26784-2d82-4ea9-960c-4879ad2f1cb4 2019-01-03 11:23:31,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" -d '{"role": {"name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role"}}' 2019-01-03 11:23:31,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df8f0697-0255-4c38-a5c3-b62dfc21e782 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd68288283ed4164b4cb09a16f887e9a", "links": {"self": "http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a"}, "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role"}} 2019-01-03 11:23:31,952 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-df8f0697-0255-4c38-a5c3-b62dfc21e782 2019-01-03 11:23:31,953 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role 2019-01-03 11:23:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:32,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb365de-bbb0-4b72-9169-3a6b6c95bea7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a"}, "domain_id": null, "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role", "id": "cd68288283ed4164b4cb09a16f887e9a"}} 2019-01-03 11:23:32,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a used request id req-5eb365de-bbb0-4b72-9169-3a6b6c95bea7 2019-01-03 11:23:32,043 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role to project CreateRouterNegativeTests-8ae05285-ff7c-471-proj 2019-01-03 11:23:32,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04/users/61b41a987ab14cdc947f35df02e261f4/roles/cd68288283ed4164b4cb09a16f887e9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:32,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ea4af72-d5bf-4ae9-afa7-053f6ef39f98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:32,164 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04/users/61b41a987ab14cdc947f35df02e261f4/roles/cd68288283ed4164b4cb09a16f887e9a used request id req-0ea4af72-d5bf-4ae9-afa7-053f6ef39f98 2019-01-03 11:23:32,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:32,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:32,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd68288283ed4164b4cb09a16f887e9a", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role"}], "expires_at": "2019-01-03T12:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a674071ed81e444cb74a0ba5285f2b04", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-user", "id": "61b41a987ab14cdc947f35df02e261f4"}, "audit_ids": ["mWqBsyDuRXC3U-zMxYQEYQ"], "issued_at": "2019-01-03T11:23:32.000000Z"}} 2019-01-03 11:23:32,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163e293ecb24af5e61720a0df2f27c52059f8bcb" 2019-01-03 11:23:32,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6cef8d2-a334-4680-8e37-0d366a8c5327 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:32,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a6cef8d2-a334-4680-8e37-0d366a8c5327 2019-01-03 11:23:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-b9dccbe2-3e8d-4d60-b627-cd818dbb280b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163e293ecb24af5e61720a0df2f27c52059f8bcb" 2019-01-03 11:23:32,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ad531eb8-4323-41fa-ae61-0132db8f8dc8 Date: Thu, 03 Jan 2019 11:23:32 GMT RESP BODY: {"routers": []} 2019-01-03 11:23:32,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateRouterNegativeTests-b9dccbe2-3e8d-4d60-b627-cd818dbb280b-pub-router&admin_state_up=True used request id req-ad531eb8-4323-41fa-ae61-0132db8f8dc8 2019-01-03 11:23:32,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:32,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:33,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd68288283ed4164b4cb09a16f887e9a", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role"}], "expires_at": "2019-01-03T12:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a674071ed81e444cb74a0ba5285f2b04", "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/a674071ed81e444cb74a0ba5285f2b04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-8ae05285-ff7c-471-user", "id": "61b41a987ab14cdc947f35df02e261f4"}, "audit_ids": ["vfEMvhxxTw-WIRG83a7vRA"], "issued_at": "2019-01-03T11:23:33.000000Z"}} 2019-01-03 11:23:33,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3927f61d2d9aec50c17c58bc9007ae694d1d2b1e" 2019-01-03 11:23:33,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-284afed6-5dd8-461f-8815-997e029ef4cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:33,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-284afed6-5dd8-461f-8815-997e029ef4cb 2019-01-03 11:23:33,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}163e293ecb24af5e61720a0df2f27c52059f8bcb" 2019-01-03 11:23:33,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c85397ef-26de-4b02-84f0-e4a314da62a4 Date: Thu, 03 Jan 2019 11:23:33 GMT RESP BODY: {"networks":[]} 2019-01-03 11:23:33,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=Invalid_name used request id req-c85397ef-26de-4b02-84f0-e4a314da62a4 2019-01-03 11:23:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:33,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8bda5bf1-9f09-4d39-bbd7-8b817196f511 Date: Thu, 03 Jan 2019 11:23:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:33,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8bda5bf1-9f09-4d39-bbd7-8b817196f511 2019-01-03 11:23:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:33,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad93023-4234-4dd0-a081-6f3ec4212f1e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:33,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-5ad93023-4234-4dd0-a081-6f3ec4212f1e 2019-01-03 11:23:33,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:33,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb68d643-867e-4353-9275-6dbad48ac312 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:33,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-eb68d643-867e-4353-9275-6dbad48ac312 2019-01-03 11:23:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:33,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082a7f30-ace9-425a-ac00-263bdb11bec2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:33,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-082a7f30-ace9-425a-ac00-263bdb11bec2 2019-01-03 11:23:33,987 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-8ae05285-ff7c-471-proj 2019-01-03 11:23:33,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:34,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8251ee8e-7ea4-473b-a790-64b000e87d96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:34,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a674071ed81e444cb74a0ba5285f2b04 used request id req-8251ee8e-7ea4-473b-a790-64b000e87d96 2019-01-03 11:23:34,225 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-8ae05285-ff7c-471-proj-role 2019-01-03 11:23:34,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:34,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-926c1502-e182-4e2c-ac1e-0f8dcb4c7330 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:34,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/cd68288283ed4164b4cb09a16f887e9a used request id req-926c1502-e182-4e2c-ac1e-0f8dcb4c7330 2019-01-03 11:23:34,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4315111a0cc1c54973d6bfba88aae5ccaa29dda" 2019-01-03 11:23:34,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe1c5f4-7d51-4878-b88c-d6ea1f467ba9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:34,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-afe1c5f4-7d51-4878-b88c-d6ea1f467ba9 2019-01-03 11:23:34,430 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-8ae05285-ff7c-471-user 2019-01-03 11:23:34,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/61b41a987ab14cdc947f35df02e261f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1964783d8be74c6a1c54de2ea1a1f1983e7a00e" 2019-01-03 11:23:34,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0556d55d-452d-4b84-8861-ce11e206a79a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:34,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/61b41a987ab14cdc947f35df02e261f4 used request id req-0556d55d-452d-4b84-8861-ce11e206a79a 2019-01-03 11:23:34,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:35,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6TSTkXK8QkGCLZ0JBrd8zg"], "issued_at": "2019-01-03T11:23:35.000000Z"}} 2019-01-03 11:23:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfd23bddf11a8d65aa07ceb9ba839c6c434b9801" 2019-01-03 11:23:35,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db66fa9-c4fb-4482-adb3-2c41afbadc6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:35,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5db66fa9-c4fb-4482-adb3-2c41afbadc6f 2019-01-03 11:23:35,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:35,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:35,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["K8r0Os-6QLG0s_7CJQrQzw"], "issued_at": "2019-01-03T11:23:35.000000Z"}} 2019-01-03 11:23:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:35,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd15d9ce-690c-40af-a2ef-f33138e906c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:35,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd15d9ce-690c-40af-a2ef-f33138e906c5 2019-01-03 11:23:35,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:35,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:35,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6346201-debc-4226-b1a2-019db483ac38 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:35,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj used request id req-e6346201-debc-4226-b1a2-019db483ac38 2019-01-03 11:23:35,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:35,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ab794e-4874-4b06-ab05-3f49d83f14f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:35,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-19ab794e-4874-4b06-ab05-3f49d83f14f2 2019-01-03 11:23:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj"}}' 2019-01-03 11:23:35,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f213def-a15f-4f86-bfbe-011488c9702b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965"}, "enabled": true, "id": "cd1dbc6158bd435a89a7347bdc54e965", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj"}} 2019-01-03 11:23:35,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5f213def-a15f-4f86-bfbe-011488c9702b 2019-01-03 11:23:35,863 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj 2019-01-03 11:23:35,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:35,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:36,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NSPJb0KHRjSwTrXvhxJh_w"], "issued_at": "2019-01-03T11:23:36.000000Z"}} 2019-01-03 11:23:36,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1601ade6da68fa03b52f482039d0ef6890585ced" 2019-01-03 11:23:36,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba5f7f6a-eaa0-4975-913a-de4a3d0e3a50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:36,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ba5f7f6a-eaa0-4975-913a-de4a3d0e3a50 2019-01-03 11:23:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:36,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1601ade6da68fa03b52f482039d0ef6890585ced" 2019-01-03 11:23:36,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92b5672-07cb-4a1f-939c-951c6b174f79 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:36,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b92b5672-07cb-4a1f-939c-951c6b174f79 2019-01-03 11:23:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1601ade6da68fa03b52f482039d0ef6890585ced" 2019-01-03 11:23:36,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac43e102-7cf0-4cf0-bc37-c9a2c13bba07 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965"}, "enabled": true, "id": "cd1dbc6158bd435a89a7347bdc54e965", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj"}]} 2019-01-03 11:23:36,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj used request id req-ac43e102-7cf0-4cf0-bc37-c9a2c13bba07 2019-01-03 11:23:36,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1601ade6da68fa03b52f482039d0ef6890585ced" 2019-01-03 11:23:36,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91d343be-f459-4f06-8011-b5b57fddcc94 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:36,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-91d343be-f459-4f06-8011-b5b57fddcc94 2019-01-03 11:23:37,000 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-user 2019-01-03 11:23:37,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:37,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cfc880-14dc-41d8-aa7d-590c07052aaa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:37,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b4cfc880-14dc-41d8-aa7d-590c07052aaa 2019-01-03 11:23:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" -d '{"role": {"name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role"}}' 2019-01-03 11:23:37,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ef54133-95df-45cb-8ac6-0d7659429e07 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e25b346885fb40f0aef1d50cacf1cc12", "links": {"self": "http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12"}, "name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role"}} 2019-01-03 11:23:37,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9ef54133-95df-45cb-8ac6-0d7659429e07 2019-01-03 11:23:37,198 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role 2019-01-03 11:23:37,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d64b566-4c71-434d-9c04-a377784fae03 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12"}, "domain_id": null, "name": "CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role", "id": "e25b346885fb40f0aef1d50cacf1cc12"}} 2019-01-03 11:23:37,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12 used request id req-7d64b566-4c71-434d-9c04-a377784fae03 2019-01-03 11:23:37,292 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role to project CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj 2019-01-03 11:23:37,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965/users/c36220d959ba4d3a9ad09e9234115c16/roles/e25b346885fb40f0aef1d50cacf1cc12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4e7084b-fcfb-4eb9-97fa-6979e382379d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:37,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965/users/c36220d959ba4d3a9ad09e9234115c16/roles/e25b346885fb40f0aef1d50cacf1cc12 used request id req-f4e7084b-fcfb-4eb9-97fa-6979e382379d 2019-01-03 11:23:37,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3fec0586-ec35-466d-960e-91210aff36b7 Date: Thu, 03 Jan 2019 11:23:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:37,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3fec0586-ec35-466d-960e-91210aff36b7 2019-01-03 11:23:37,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87cb0499-7c2f-47dc-821e-f842bffd3a6a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:37,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-87cb0499-7c2f-47dc-821e-f842bffd3a6a 2019-01-03 11:23:37,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc7e5f6c-6a8d-466c-a2e4-51d086f9fceb 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:37,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-fc7e5f6c-6a8d-466c-a2e4-51d086f9fceb 2019-01-03 11:23:37,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:37,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8074e48-3f93-4758-8cd5-2349dcbe1948 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:37,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-a8074e48-3f93-4758-8cd5-2349dcbe1948 2019-01-03 11:23:37,929 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj 2019-01-03 11:23:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:38,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49352806-3784-44b0-8614-c1befc61bb78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:38,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cd1dbc6158bd435a89a7347bdc54e965 used request id req-49352806-3784-44b0-8614-c1befc61bb78 2019-01-03 11:23:38,171 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-proj-role 2019-01-03 11:23:38,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:38,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61eda876-26d3-4513-b87d-4ced4ae36b6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:38,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e25b346885fb40f0aef1d50cacf1cc12 used request id req-61eda876-26d3-4513-b87d-4ced4ae36b6b 2019-01-03 11:23:38,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}663ceac0ec4d899b0e18d136d7a504c2c4b4fcb4" 2019-01-03 11:23:38,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce11c382-b709-4ffd-affd-9f54bd8b86cc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:38,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ce11c382-b709-4ffd-affd-9f54bd8b86cc 2019-01-03 11:23:38,374 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-ee38eb09-47d0-4a5-user 2019-01-03 11:23:38,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c36220d959ba4d3a9ad09e9234115c16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1601ade6da68fa03b52f482039d0ef6890585ced" 2019-01-03 11:23:38,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c12ebf3-0adb-4e52-b17e-b0864d261730 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:38,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c36220d959ba4d3a9ad09e9234115c16 used request id req-5c12ebf3-0adb-4e52-b17e-b0864d261730 2019-01-03 11:23:38,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:38,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Dpf3LKJyRIGFwDnZ2-DHcg"], "issued_at": "2019-01-03T11:23:38.000000Z"}} 2019-01-03 11:23:38,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b9c5db58301c01a5743f05d8cb10695b853526" 2019-01-03 11:23:39,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fecba985-8ef5-456d-8489-bc52b4448e3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:39,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fecba985-8ef5-456d-8489-bc52b4448e3b 2019-01-03 11:23:39,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:39,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:39,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JNgzJN8xT4GjKU_mTxcOLA"], "issued_at": "2019-01-03T11:23:39.000000Z"}} 2019-01-03 11:23:39,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:39,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3c5738-6add-4e9c-9f26-ccb8a754b02d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:39,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9a3c5738-6add-4e9c-9f26-ccb8a754b02d 2019-01-03 11:23:39,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:39,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:39,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-fc92e147-c99b-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:39,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40188526-8716-4b5d-9636-d880b91e7895 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-fc92e147-c99b-420-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:39,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-fc92e147-c99b-420-proj used request id req-40188526-8716-4b5d-9636-d880b91e7895 2019-01-03 11:23:39,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:39,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7835f9-4ecc-4a37-97c1-1251811f1410 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:39,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8f7835f9-4ecc-4a37-97c1-1251811f1410 2019-01-03 11:23:39,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-fc92e147-c99b-420-proj"}}' 2019-01-03 11:23:39,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afe1fcc2-72b5-44cf-be8a-4f0a43f02663 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b"}, "enabled": true, "id": "fc0d44d447a44870a6e8c40c0c1c371b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-fc92e147-c99b-420-proj"}} 2019-01-03 11:23:39,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-afe1fcc2-72b5-44cf-be8a-4f0a43f02663 2019-01-03 11:23:39,774 - keystone_utils - INFO - Created project with name - CreateQoSTests-fc92e147-c99b-420-proj 2019-01-03 11:23:39,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:39,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:40,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["tdV8sYRXTUOCxwJmGBPTAQ"], "issued_at": "2019-01-03T11:23:40.000000Z"}} 2019-01-03 11:23:40,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3651d1bbffaa3eef6467cc0343f24079663a94ef" 2019-01-03 11:23:40,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929f4ca5-eadb-4857-b0fb-9cf47696b43b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:40,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-929f4ca5-eadb-4857-b0fb-9cf47696b43b 2019-01-03 11:23:40,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:40,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:40,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3651d1bbffaa3eef6467cc0343f24079663a94ef" 2019-01-03 11:23:40,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-720efab3-ef35-44fa-aa26-71363a51507f Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:40,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-720efab3-ef35-44fa-aa26-71363a51507f 2019-01-03 11:23:40,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-fc92e147-c99b-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3651d1bbffaa3eef6467cc0343f24079663a94ef" 2019-01-03 11:23:40,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a913eaff-1778-4f79-8c2d-961cf7d0cb0f Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-fc92e147-c99b-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b"}, "enabled": true, "id": "fc0d44d447a44870a6e8c40c0c1c371b", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-fc92e147-c99b-420-proj"}]} 2019-01-03 11:23:40,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-fc92e147-c99b-420-proj used request id req-a913eaff-1778-4f79-8c2d-961cf7d0cb0f 2019-01-03 11:23:40,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3651d1bbffaa3eef6467cc0343f24079663a94ef" 2019-01-03 11:23:40,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12787ab2-d4ae-4084-8071-c116461d4d9f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:40,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-12787ab2-d4ae-4084-8071-c116461d4d9f 2019-01-03 11:23:40,894 - keystone_utils - INFO - Created user with name - CreateQoSTests-fc92e147-c99b-420-user 2019-01-03 11:23:40,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:40,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:41,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b296c52e-9773-4e1c-8d4d-b93d970504c6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:41,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b296c52e-9773-4e1c-8d4d-b93d970504c6 2019-01-03 11:23:41,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" -d '{"role": {"name": "CreateQoSTests-fc92e147-c99b-420-proj-role"}}' 2019-01-03 11:23:41,115 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9db2e3ff-7b43-4dbe-bbb6-730f7b56db16 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36806a3d144048a894995a014d86a1e3", "links": {"self": "http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3"}, "name": "CreateQoSTests-fc92e147-c99b-420-proj-role"}} 2019-01-03 11:23:41,115 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9db2e3ff-7b43-4dbe-bbb6-730f7b56db16 2019-01-03 11:23:41,116 - keystone_utils - INFO - Created role with name - CreateQoSTests-fc92e147-c99b-420-proj-role 2019-01-03 11:23:41,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:41,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9375b65e-f32f-4556-84d2-0f6cf5666a29 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3"}, "domain_id": null, "name": "CreateQoSTests-fc92e147-c99b-420-proj-role", "id": "36806a3d144048a894995a014d86a1e3"}} 2019-01-03 11:23:41,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3 used request id req-9375b65e-f32f-4556-84d2-0f6cf5666a29 2019-01-03 11:23:41,213 - keystone_utils - INFO - Granting role CreateQoSTests-fc92e147-c99b-420-proj-role to project CreateQoSTests-fc92e147-c99b-420-proj 2019-01-03 11:23:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b/users/e990d04c2b574fe0b9d36927603e10a4/roles/36806a3d144048a894995a014d86a1e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:41,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6861156c-6998-4c6e-9aaf-69f6ebe5469d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:41,447 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b/users/e990d04c2b574fe0b9d36927603e10a4/roles/36806a3d144048a894995a014d86a1e3 used request id req-6861156c-6998-4c6e-9aaf-69f6ebe5469d 2019-01-03 11:23:41,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:41,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:41,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["bV-CBZlYTJ2gmJdRl05eyg"], "issued_at": "2019-01-03T11:23:41.000000Z"}} 2019-01-03 11:23:41,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b91a6e6480ca1c4b46afe1200940e20d951e760" 2019-01-03 11:23:41,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fe8d18-7ed9-4ac0-969f-ea4ad288c731 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:41,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c6fe8d18-7ed9-4ac0-969f-ea4ad288c731 2019-01-03 11:23:41,942 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b91a6e6480ca1c4b46afe1200940e20d951e760" 2019-01-03 11:23:42,123 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:41 GMT Server: Apache x-compute-request-id: req-6f779414-3800-4178-8162-f10fc94b80ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f779414-3800-4178-8162-f10fc94b80ba Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:23:42,123 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-6f779414-3800-4178-8162-f10fc94b80ba 2019-01-03 11:23:42,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6f779414-3800-4178-8162-f10fc94b80ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b91a6e6480ca1c4b46afe1200940e20d951e760" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70"}}' 2019-01-03 11:23:42,314 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:42 GMT Server: Apache x-compute-request-id: req-c5142553-4b62-4e6d-b438-8dc80b91575b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5142553-4b62-4e6d-b438-8dc80b91575b Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "b2b92873-6ab3-47ab-aab8-288e9428ef83", "name": "CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83", "rel": "bookmark"}]} 2019-01-03 11:23:42,314 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-c5142553-4b62-4e6d-b438-8dc80b91575b 2019-01-03 11:23:42,315 - create_qos - INFO - Created qos with name - CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70 2019-01-03 11:23:42,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b9c5db58301c01a5743f05d8cb10695b853526" 2019-01-03 11:23:42,876 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:42 GMT Server: Apache x-compute-request-id: req-c2688bb8-a3d2-4307-bae0-ebd3163291ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c2688bb8-a3d2-4307-bae0-ebd3163291ba Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "b2b92873-6ab3-47ab-aab8-288e9428ef83", "name": "CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70"}]} 2019-01-03 11:23:42,876 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-c2688bb8-a3d2-4307-bae0-ebd3163291ba 2019-01-03 11:23:42,877 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70 2019-01-03 11:23:42,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2688bb8-a3d2-4307-bae0-ebd3163291ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b9c5db58301c01a5743f05d8cb10695b853526" 2019-01-03 11:23:43,121 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:23:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c1d62a9d-7eaa-495a-85b0-9b983de2cf7f 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. 2019-01-03 11:23:43,121 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83?force=False used request id req-c1d62a9d-7eaa-495a-85b0-9b983de2cf7f 2019-01-03 11:23:43,124 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2688bb8-a3d2-4307-bae0-ebd3163291ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b9c5db58301c01a5743f05d8cb10695b853526" 2019-01-03 11:23:43,748 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:43 GMT Server: Apache x-compute-request-id: req-cc518bc6-b7d4-4368-9f96-3b6604f77bdc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc518bc6-b7d4-4368-9f96-3b6604f77bdc Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:23:43,749 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-cc518bc6-b7d4-4368-9f96-3b6604f77bdc 2019-01-03 11:23:43,749 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d56ff2b4-264c-4bba-b930-6f5dba41ca70 2019-01-03 11:23:43,752 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6f779414-3800-4178-8162-f10fc94b80ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b91a6e6480ca1c4b46afe1200940e20d951e760" 2019-01-03 11:23:44,631 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:23:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4beda3d1-bbf9-44fa-8d1a-44e8a24c4cfa x-openstack-request-id: req-4beda3d1-bbf9-44fa-8d1a-44e8a24c4cfa Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec b2b92873-6ab3-47ab-aab8-288e9428ef83.", "code": 404}} 2019-01-03 11:23:44,631 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/b2b92873-6ab3-47ab-aab8-288e9428ef83?force=False used request id req-4beda3d1-bbf9-44fa-8d1a-44e8a24c4cfa 2019-01-03 11:23:44,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:44,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-aa69a00e-adbc-44c8-9d05-bcd0392fc505 Date: Thu, 03 Jan 2019 11:23:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:44,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-aa69a00e-adbc-44c8-9d05-bcd0392fc505 2019-01-03 11:23:44,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:44,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c99dfc3-0298-4a6a-895c-371518872d8c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:44,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-8c99dfc3-0298-4a6a-895c-371518872d8c 2019-01-03 11:23:44,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:45,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-741a5176-d1f7-43cc-8fbc-c720691d14b4 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:45,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-741a5176-d1f7-43cc-8fbc-c720691d14b4 2019-01-03 11:23:45,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:45,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e87ce9-1783-497e-af36-909286559097 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:45,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-95e87ce9-1783-497e-af36-909286559097 2019-01-03 11:23:45,161 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-fc92e147-c99b-420-proj 2019-01-03 11:23:45,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:45,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcd317a4-1232-40dd-b798-6fac99a927d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:45,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fc0d44d447a44870a6e8c40c0c1c371b used request id req-dcd317a4-1232-40dd-b798-6fac99a927d7 2019-01-03 11:23:45,375 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-fc92e147-c99b-420-proj-role 2019-01-03 11:23:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:45,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d467c97-802b-468e-b496-15dd4447aab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:45,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/36806a3d144048a894995a014d86a1e3 used request id req-7d467c97-802b-468e-b496-15dd4447aab7 2019-01-03 11:23:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75a6d4ae10b06971c791cb69e9b64534ae0c8c97" 2019-01-03 11:23:45,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8dd4b55-c907-49a4-87e9-cee7149cc50d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:45,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c8dd4b55-c907-49a4-87e9-cee7149cc50d 2019-01-03 11:23:45,583 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-fc92e147-c99b-420-user 2019-01-03 11:23:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/e990d04c2b574fe0b9d36927603e10a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3651d1bbffaa3eef6467cc0343f24079663a94ef" 2019-01-03 11:23:45,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cac2b19-db52-4a67-a64c-e9c610a5129e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:45,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e990d04c2b574fe0b9d36927603e10a4 used request id req-6cac2b19-db52-4a67-a64c-e9c610a5129e 2019-01-03 11:23:45,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:46,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yIzIl-nuTiC5KCT-Wt1Lqg"], "issued_at": "2019-01-03T11:23:46.000000Z"}} 2019-01-03 11:23:46,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d288ede8424b8ba206f3925e15768ccb5e8b9a4" 2019-01-03 11:23:46,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c06da3-32d8-4e88-a294-9cebd24b4557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:46,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b0c06da3-32d8-4e88-a294-9cebd24b4557 2019-01-03 11:23:46,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:46,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:46,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Knhq0Qi2TQiUh207xg7BbA"], "issued_at": "2019-01-03T11:23:46.000000Z"}} 2019-01-03 11:23:46,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:46,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54251b7e-bac4-456b-91fc-6b460e027de4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:46,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-54251b7e-bac4-456b-91fc-6b460e027de4 2019-01-03 11:23:46,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:46,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:46,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-62c1b928-1a51-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:46,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f9beb32-7e51-4896-9559-b5258dfc0d9f Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-62c1b928-1a51-431-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:46,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-62c1b928-1a51-431-proj used request id req-0f9beb32-7e51-4896-9559-b5258dfc0d9f 2019-01-03 11:23:46,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:46,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-639da1b7-6364-4ede-864b-6dfa1ad1bd25 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:46,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-639da1b7-6364-4ede-864b-6dfa1ad1bd25 2019-01-03 11:23:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-62c1b928-1a51-431-proj"}}' 2019-01-03 11:23:47,054 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f570078-ac5b-41c2-8747-5cb51354b8d3 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f"}, "enabled": true, "id": "a32f2c85979346d196921f8aa6bbcb2f", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-62c1b928-1a51-431-proj"}} 2019-01-03 11:23:47,054 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9f570078-ac5b-41c2-8747-5cb51354b8d3 2019-01-03 11:23:47,054 - keystone_utils - INFO - Created project with name - CreateQoSTests-62c1b928-1a51-431-proj 2019-01-03 11:23:47,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:47,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:47,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["g1SMiuoYSKy9rng3oFoNEA"], "issued_at": "2019-01-03T11:23:47.000000Z"}} 2019-01-03 11:23:47,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1320550e2f2a826255ce146a2bb227f6adf28ea" 2019-01-03 11:23:47,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8b341b-b832-4f71-a21a-08e8ac48d95c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:47,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6f8b341b-b832-4f71-a21a-08e8ac48d95c 2019-01-03 11:23:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:47,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:47,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1320550e2f2a826255ce146a2bb227f6adf28ea" 2019-01-03 11:23:47,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aeba493-dbc5-493a-a445-d78e6b97d073 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:47,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1aeba493-dbc5-493a-a445-d78e6b97d073 2019-01-03 11:23:47,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-62c1b928-1a51-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1320550e2f2a826255ce146a2bb227f6adf28ea" 2019-01-03 11:23:47,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d175d0a1-8e26-49f6-b2b7-2a9f0bfe4f49 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-62c1b928-1a51-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f"}, "enabled": true, "id": "a32f2c85979346d196921f8aa6bbcb2f", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-62c1b928-1a51-431-proj"}]} 2019-01-03 11:23:47,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-62c1b928-1a51-431-proj used request id req-d175d0a1-8e26-49f6-b2b7-2a9f0bfe4f49 2019-01-03 11:23:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1320550e2f2a826255ce146a2bb227f6adf28ea" 2019-01-03 11:23:47,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-173cc4b4-951a-4ebe-b456-2144b57cc409 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:47,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-173cc4b4-951a-4ebe-b456-2144b57cc409 2019-01-03 11:23:48,127 - keystone_utils - INFO - Created user with name - CreateQoSTests-62c1b928-1a51-431-user 2019-01-03 11:23:48,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:48,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:48,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f883d2-a15d-47bf-a52e-22e743e937d9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:48,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b4f883d2-a15d-47bf-a52e-22e743e937d9 2019-01-03 11:23:48,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" -d '{"role": {"name": "CreateQoSTests-62c1b928-1a51-431-proj-role"}}' 2019-01-03 11:23:48,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4af77087-58a8-4485-9007-1a28813a00bf Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "362595fe0d694278969a33ecbab2b23a", "links": {"self": "http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a"}, "name": "CreateQoSTests-62c1b928-1a51-431-proj-role"}} 2019-01-03 11:23:48,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4af77087-58a8-4485-9007-1a28813a00bf 2019-01-03 11:23:48,336 - keystone_utils - INFO - Created role with name - CreateQoSTests-62c1b928-1a51-431-proj-role 2019-01-03 11:23:48,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:48,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e74dc77d-29ed-41c6-b2c7-996ad7b67edb Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a"}, "domain_id": null, "name": "CreateQoSTests-62c1b928-1a51-431-proj-role", "id": "362595fe0d694278969a33ecbab2b23a"}} 2019-01-03 11:23:48,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a used request id req-e74dc77d-29ed-41c6-b2c7-996ad7b67edb 2019-01-03 11:23:48,360 - keystone_utils - INFO - Granting role CreateQoSTests-62c1b928-1a51-431-proj-role to project CreateQoSTests-62c1b928-1a51-431-proj 2019-01-03 11:23:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f/users/add5336c018c4e3dbcb85416fbd0f006/roles/362595fe0d694278969a33ecbab2b23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:48,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1046669-e185-481a-abcc-a49eb0657d39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:48,482 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f/users/add5336c018c4e3dbcb85416fbd0f006/roles/362595fe0d694278969a33ecbab2b23a used request id req-d1046669-e185-481a-abcc-a49eb0657d39 2019-01-03 11:23:48,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:48,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:48,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["H5bKGsxgTRGhw7epElYZGQ"], "issued_at": "2019-01-03T11:23:48.000000Z"}} 2019-01-03 11:23:48,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9291045fa865b640399475e7cb34910c6a1c3" 2019-01-03 11:23:48,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9703bbb-2dec-474e-9be8-3bc5c1c58808 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:48,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9703bbb-2dec-474e-9be8-3bc5c1c58808 2019-01-03 11:23:48,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9291045fa865b640399475e7cb34910c6a1c3" 2019-01-03 11:23:49,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:48 GMT Server: Apache x-compute-request-id: req-877b90c0-87ac-4e15-b60c-8b00ccd698a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-877b90c0-87ac-4e15-b60c-8b00ccd698a9 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:23:49,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-877b90c0-87ac-4e15-b60c-8b00ccd698a9 2019-01-03 11:23:49,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-877b90c0-87ac-4e15-b60c-8b00ccd698a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9291045fa865b640399475e7cb34910c6a1c3" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-d7fe8cb1-3983-4a60-8934-f812e0d96911"}}' 2019-01-03 11:23:49,739 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:49 GMT Server: Apache x-compute-request-id: req-7390797b-c79d-4c35-9d56-525be3fd4245 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7390797b-c79d-4c35-9d56-525be3fd4245 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "de15c593-cb38-48f5-bcc5-eb4c73d9caa6", "name": "CreateQoSTests-d7fe8cb1-3983-4a60-8934-f812e0d96911"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/de15c593-cb38-48f5-bcc5-eb4c73d9caa6", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/de15c593-cb38-48f5-bcc5-eb4c73d9caa6", "rel": "bookmark"}]} 2019-01-03 11:23:49,739 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-7390797b-c79d-4c35-9d56-525be3fd4245 2019-01-03 11:23:49,740 - create_qos - INFO - Created qos with name - CreateQoSTests-d7fe8cb1-3983-4a60-8934-f812e0d96911 2019-01-03 11:23:49,743 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d288ede8424b8ba206f3925e15768ccb5e8b9a4" 2019-01-03 11:23:49,932 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:49 GMT Server: Apache x-compute-request-id: req-3797f2ec-3d29-4122-b9f0-45cdef019c65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3797f2ec-3d29-4122-b9f0-45cdef019c65 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "de15c593-cb38-48f5-bcc5-eb4c73d9caa6", "name": "CreateQoSTests-d7fe8cb1-3983-4a60-8934-f812e0d96911"}]} 2019-01-03 11:23:49,932 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-3797f2ec-3d29-4122-b9f0-45cdef019c65 2019-01-03 11:23:49,933 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d7fe8cb1-3983-4a60-8934-f812e0d96911 2019-01-03 11:23:49,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/de15c593-cb38-48f5-bcc5-eb4c73d9caa6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-877b90c0-87ac-4e15-b60c-8b00ccd698a9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6d9291045fa865b640399475e7cb34910c6a1c3" 2019-01-03 11:23:50,139 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:23:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0666d2ee-02f3-4b12-876f-3e9c953331d9 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. 2019-01-03 11:23:50,139 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/de15c593-cb38-48f5-bcc5-eb4c73d9caa6?force=False used request id req-0666d2ee-02f3-4b12-876f-3e9c953331d9 2019-01-03 11:23:50,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7bc338c8-0b19-4c4c-b6e6-16feb6db454a Date: Thu, 03 Jan 2019 11:23:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:50,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7bc338c8-0b19-4c4c-b6e6-16feb6db454a 2019-01-03 11:23:50,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f25979d-ec93-4076-8901-5c9ce55642ed Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:50,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7f25979d-ec93-4076-8901-5c9ce55642ed 2019-01-03 11:23:50,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501b9095-4e18-4ac1-bc9d-06bf9ad9a3fb 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:50,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-501b9095-4e18-4ac1-bc9d-06bf9ad9a3fb 2019-01-03 11:23:50,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c272cb95-2670-4a7d-846f-b0a197325060 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:50,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-c272cb95-2670-4a7d-846f-b0a197325060 2019-01-03 11:23:50,625 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-62c1b928-1a51-431-proj 2019-01-03 11:23:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1f4b6eb-d3c0-405b-a165-f826ba80fa2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:50,818 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/a32f2c85979346d196921f8aa6bbcb2f used request id req-c1f4b6eb-d3c0-405b-a165-f826ba80fa2f 2019-01-03 11:23:50,819 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-62c1b928-1a51-431-proj-role 2019-01-03 11:23:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:50,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9d06f27-be75-4120-8469-2c863eecc0ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:50,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/362595fe0d694278969a33ecbab2b23a used request id req-b9d06f27-be75-4120-8469-2c863eecc0ef 2019-01-03 11:23:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}425820fa4a2b46bef946520d79108e85c9ee8f60" 2019-01-03 11:23:51,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe6fc5a-c3b8-41cd-b115-90a09ac34ea0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:51,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6fe6fc5a-c3b8-41cd-b115-90a09ac34ea0 2019-01-03 11:23:51,024 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-62c1b928-1a51-431-user 2019-01-03 11:23:51,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/add5336c018c4e3dbcb85416fbd0f006 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1320550e2f2a826255ce146a2bb227f6adf28ea" 2019-01-03 11:23:51,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-901d1577-f528-4a9e-9028-e499f7bceac8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:51,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/add5336c018c4e3dbcb85416fbd0f006 used request id req-901d1577-f528-4a9e-9028-e499f7bceac8 2019-01-03 11:23:51,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:51,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["b3HjcvtUTAKBWFTPeffsag"], "issued_at": "2019-01-03T11:23:51.000000Z"}} 2019-01-03 11:23:51,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d6d48720fdb0b810015cf44f9ed44d876d6a1d" 2019-01-03 11:23:51,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e87422a-f162-4535-9c79-7a47977eaf24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:51,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5e87422a-f162-4535-9c79-7a47977eaf24 2019-01-03 11:23:51,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:51,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:52,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["CVcg9e9qQ_GzTGVx2BmmlA"], "issued_at": "2019-01-03T11:23:52.000000Z"}} 2019-01-03 11:23:52,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:52,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd1385b-4c05-4a86-9769-f656925d4832 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:52,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7bd1385b-4c05-4a86-9769-f656925d4832 2019-01-03 11:23:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:52,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:52,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bfdccf20-fca7-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:52,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a5b4f6-31ca-4d50-956d-ffc3335d0928 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bfdccf20-fca7-43c-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:52,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bfdccf20-fca7-43c-proj used request id req-b6a5b4f6-31ca-4d50-956d-ffc3335d0928 2019-01-03 11:23:52,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:52,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9818f975-321a-4b81-8195-df775d9ec1af Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:52,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9818f975-321a-4b81-8195-df775d9ec1af 2019-01-03 11:23:52,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-bfdccf20-fca7-43c-proj"}}' 2019-01-03 11:23:52,534 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad38aa5-32a5-413f-9925-c9c882ef07a7 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955"}, "enabled": true, "id": "f51c0a636ecd45d2896b830c74938955", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-bfdccf20-fca7-43c-proj"}} 2019-01-03 11:23:52,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-dad38aa5-32a5-413f-9925-c9c882ef07a7 2019-01-03 11:23:52,535 - keystone_utils - INFO - Created project with name - CreateQoSTests-bfdccf20-fca7-43c-proj 2019-01-03 11:23:52,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:52,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:52,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JCNiJUaTRqKCxP-WPUPfdQ"], "issued_at": "2019-01-03T11:23:52.000000Z"}} 2019-01-03 11:23:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10f90e1bb87731a0783e6598e7fc7c16d5c25425" 2019-01-03 11:23:53,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d08d430-7646-41ba-8821-56742033b77a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:53,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d08d430-7646-41ba-8821-56742033b77a 2019-01-03 11:23:53,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:53,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10f90e1bb87731a0783e6598e7fc7c16d5c25425" 2019-01-03 11:23:53,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3f91db1-429e-446d-8802-622af70a7b01 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:53,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d3f91db1-429e-446d-8802-622af70a7b01 2019-01-03 11:23:53,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-bfdccf20-fca7-43c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10f90e1bb87731a0783e6598e7fc7c16d5c25425" 2019-01-03 11:23:53,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d37ce180-42d9-477c-b2f3-213944b24c4f Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-bfdccf20-fca7-43c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955"}, "enabled": true, "id": "f51c0a636ecd45d2896b830c74938955", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-bfdccf20-fca7-43c-proj"}]} 2019-01-03 11:23:53,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateQoSTests-bfdccf20-fca7-43c-proj used request id req-d37ce180-42d9-477c-b2f3-213944b24c4f 2019-01-03 11:23:53,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10f90e1bb87731a0783e6598e7fc7c16d5c25425" 2019-01-03 11:23:53,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b810fdd1-cb24-4331-b06e-2d92e9c4d454 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:53,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b810fdd1-cb24-4331-b06e-2d92e9c4d454 2019-01-03 11:23:53,623 - keystone_utils - INFO - Created user with name - CreateQoSTests-bfdccf20-fca7-43c-user 2019-01-03 11:23:53,624 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:53,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:53,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e213bd30-827d-4b56-87d1-5bc3d8652ad3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:53,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e213bd30-827d-4b56-87d1-5bc3d8652ad3 2019-01-03 11:23:53,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" -d '{"role": {"name": "CreateQoSTests-bfdccf20-fca7-43c-proj-role"}}' 2019-01-03 11:23:53,851 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38c58e53-5b99-4a67-bc6e-111d2ab65261 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "790775cf86b44049bc74ceec367b16d7", "links": {"self": "http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7"}, "name": "CreateQoSTests-bfdccf20-fca7-43c-proj-role"}} 2019-01-03 11:23:53,852 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-38c58e53-5b99-4a67-bc6e-111d2ab65261 2019-01-03 11:23:53,852 - keystone_utils - INFO - Created role with name - CreateQoSTests-bfdccf20-fca7-43c-proj-role 2019-01-03 11:23:53,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:53,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b74b80-0fb4-430e-bbde-1a639766f163 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7"}, "domain_id": null, "name": "CreateQoSTests-bfdccf20-fca7-43c-proj-role", "id": "790775cf86b44049bc74ceec367b16d7"}} 2019-01-03 11:23:53,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7 used request id req-93b74b80-0fb4-430e-bbde-1a639766f163 2019-01-03 11:23:53,938 - keystone_utils - INFO - Granting role CreateQoSTests-bfdccf20-fca7-43c-proj-role to project CreateQoSTests-bfdccf20-fca7-43c-proj 2019-01-03 11:23:53,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955/users/eb6343a7753649bd948d1ce934672a16/roles/790775cf86b44049bc74ceec367b16d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:54,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb0a93bb-5030-48b5-bd58-52e472088e1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:54,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955/users/eb6343a7753649bd948d1ce934672a16/roles/790775cf86b44049bc74ceec367b16d7 used request id req-fb0a93bb-5030-48b5-bd58-52e472088e1b 2019-01-03 11:23:54,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:54,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:54,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nax58vCxSVSJxX2ymPuC7w"], "issued_at": "2019-01-03T11:23:54.000000Z"}} 2019-01-03 11:23:54,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07bbb6003f38cf5806e5a50fa0d8067fed83c8ae" 2019-01-03 11:23:54,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45059ffe-4372-41c4-81ba-ea8f7bcbd62d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:54,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-45059ffe-4372-41c4-81ba-ea8f7bcbd62d 2019-01-03 11:23:54,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07bbb6003f38cf5806e5a50fa0d8067fed83c8ae" 2019-01-03 11:23:54,645 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:54 GMT Server: Apache x-compute-request-id: req-6ea3f457-14f1-486c-a3c8-f42f40d6c8ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6ea3f457-14f1-486c-a3c8-f42f40d6c8ff Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:23:54,645 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-6ea3f457-14f1-486c-a3c8-f42f40d6c8ff 2019-01-03 11:23:54,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6ea3f457-14f1-486c-a3c8-f42f40d6c8ff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07bbb6003f38cf5806e5a50fa0d8067fed83c8ae" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341"}}' 2019-01-03 11:23:54,822 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:54 GMT Server: Apache x-compute-request-id: req-c9441038-85a3-4da6-b974-ed03961b0eb6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9441038-85a3-4da6-b974-ed03961b0eb6 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5b81dfe2-9cda-47e1-8512-96d908928336", "name": "CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/5b81dfe2-9cda-47e1-8512-96d908928336", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/5b81dfe2-9cda-47e1-8512-96d908928336", "rel": "bookmark"}]} 2019-01-03 11:23:54,823 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-c9441038-85a3-4da6-b974-ed03961b0eb6 2019-01-03 11:23:54,823 - create_qos - INFO - Created qos with name - CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341 2019-01-03 11:23:54,826 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54d6d48720fdb0b810015cf44f9ed44d876d6a1d" 2019-01-03 11:23:55,014 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:54 GMT Server: Apache x-compute-request-id: req-f8a0d290-4a94-477f-ba7c-5243a0efd798 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f8a0d290-4a94-477f-ba7c-5243a0efd798 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5b81dfe2-9cda-47e1-8512-96d908928336", "name": "CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341"}]} 2019-01-03 11:23:55,014 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-f8a0d290-4a94-477f-ba7c-5243a0efd798 2019-01-03 11:23:55,015 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:55,016 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:55,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lIKXUoUxQPaVJsq0aeumeA"], "issued_at": "2019-01-03T11:23:55.000000Z"}} 2019-01-03 11:23:55,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b0f19931478e4b295c50844be496b9b8ba6584c" 2019-01-03 11:23:55,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4846d2d3-5383-46a4-83b5-439e4b588bda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:55,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4846d2d3-5383-46a4-83b5-439e4b588bda 2019-01-03 11:23:55,514 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b0f19931478e4b295c50844be496b9b8ba6584c" 2019-01-03 11:23:55,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:55 GMT Server: Apache x-compute-request-id: req-e608443c-b6cf-4d0b-8bcb-31d122d37e2b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e608443c-b6cf-4d0b-8bcb-31d122d37e2b Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5b81dfe2-9cda-47e1-8512-96d908928336", "name": "CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341"}]} 2019-01-03 11:23:55,691 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-e608443c-b6cf-4d0b-8bcb-31d122d37e2b 2019-01-03 11:23:55,692 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-786f32bf-440c-4148-bc62-c648a8c25341 2019-01-03 11:23:55,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/5b81dfe2-9cda-47e1-8512-96d908928336?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ea3f457-14f1-486c-a3c8-f42f40d6c8ff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07bbb6003f38cf5806e5a50fa0d8067fed83c8ae" 2019-01-03 11:23:56,270 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:23:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ad2d6de2-072b-4ae4-990b-1c3cd1f5d416 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. 2019-01-03 11:23:56,270 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/5b81dfe2-9cda-47e1-8512-96d908928336?force=False used request id req-ad2d6de2-072b-4ae4-990b-1c3cd1f5d416 2019-01-03 11:23:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:56,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1e245067-d1d0-4f8d-8152-98e25d2201fc Date: Thu, 03 Jan 2019 11:23:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:23:56,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1e245067-d1d0-4f8d-8152-98e25d2201fc 2019-01-03 11:23:56,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:56,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4a0fd3-983b-4c80-a67d-c723037a5bb3 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:23:56,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ae4a0fd3-983b-4c80-a67d-c723037a5bb3 2019-01-03 11:23:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:56,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58bd2673-0473-49cc-abb8-98114a1912ad 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:23:56,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-58bd2673-0473-49cc-abb8-98114a1912ad 2019-01-03 11:23:56,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:56,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3705745e-19c2-44e2-a073-19d9635ba8fb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:23:56,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-3705745e-19c2-44e2-a073-19d9635ba8fb 2019-01-03 11:23:56,789 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-bfdccf20-fca7-43c-proj 2019-01-03 11:23:56,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:56,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c4703ef-8d2a-4c5d-9cc9-9638b84e2ca5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:56,973 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f51c0a636ecd45d2896b830c74938955 used request id req-3c4703ef-8d2a-4c5d-9cc9-9638b84e2ca5 2019-01-03 11:23:56,973 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-bfdccf20-fca7-43c-proj-role 2019-01-03 11:23:56,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:57,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22ef7bfc-55b3-466d-be10-317f29833f03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:57,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/790775cf86b44049bc74ceec367b16d7 used request id req-22ef7bfc-55b3-466d-be10-317f29833f03 2019-01-03 11:23:57,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16831380bc4def8413af880c93f0b79936561265" 2019-01-03 11:23:57,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b70f8e-086f-4f27-ad01-6e10f9a355cf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:57,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7b70f8e-086f-4f27-ad01-6e10f9a355cf 2019-01-03 11:23:57,180 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-bfdccf20-fca7-43c-user 2019-01-03 11:23:57,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/eb6343a7753649bd948d1ce934672a16 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10f90e1bb87731a0783e6598e7fc7c16d5c25425" 2019-01-03 11:23:57,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:23:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-622cab28-e012-44e2-9768-4740b5962612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:23:57,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/eb6343a7753649bd948d1ce934672a16 used request id req-622cab28-e012-44e2-9768-4740b5962612 2019-01-03 11:23:57,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:57,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["asRha9v_SW6WVhoAlursDA"], "issued_at": "2019-01-03T11:23:57.000000Z"}} 2019-01-03 11:23:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:23:57,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5f969d-35f7-4218-bacf-9087c0b28b20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:57,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef5f969d-35f7-4218-bacf-9087c0b28b20 2019-01-03 11:23:57,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:57,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:58,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Wl-MBG6jQiK_iB-I2TX_Ig"], "issued_at": "2019-01-03T11:23:58.000000Z"}} 2019-01-03 11:23:58,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:23:58,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-037e34dd-a8b3-4bb8-b427-c6dfc80dacf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:58,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-037e34dd-a8b3-4bb8-b427-c6dfc80dacf5 2019-01-03 11:23:58,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:58,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:58,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:23:58,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a685c19d-4270-4eeb-97d7-ca69743b5fcc Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:23:58,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj used request id req-a685c19d-4270-4eeb-97d7-ca69743b5fcc 2019-01-03 11:23:58,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:23:58,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cf7a6e-9b13-4d5d-8af7-281c96f72006 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:58,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-10cf7a6e-9b13-4d5d-8af7-281c96f72006 2019-01-03 11:23:58,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj"}}' 2019-01-03 11:23:58,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d800447b-14a5-4e3e-ab7c-86da7c28a24a Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0"}, "enabled": true, "id": "0ec7a2b32e774a7fa77f9e645bc358e0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj"}} 2019-01-03 11:23:58,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d800447b-14a5-4e3e-ab7c-86da7c28a24a 2019-01-03 11:23:58,690 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj 2019-01-03 11:23:58,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:58,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:23:59,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:23:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qLpCGVAUQomv2MOcm6hraw"], "issued_at": "2019-01-03T11:23:59.000000Z"}} 2019-01-03 11:23:59,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93309768f32cb407a58f58cae9fffef5134924a4" 2019-01-03 11:23:59,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9f9561-b220-46ba-93e7-8dd1868ed448 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:23:59,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da9f9561-b220-46ba-93e7-8dd1868ed448 2019-01-03 11:23:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:23:59,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:23: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:23:59,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93309768f32cb407a58f58cae9fffef5134924a4" 2019-01-03 11:23:59,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59507877-2e92-4d49-8fbb-c3c1dea8ef48 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:23:59,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-59507877-2e92-4d49-8fbb-c3c1dea8ef48 2019-01-03 11:23:59,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93309768f32cb407a58f58cae9fffef5134924a4" 2019-01-03 11:23:59,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ca0b67-a54f-4c2a-a419-2f2af3821caa Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0"}, "enabled": true, "id": "0ec7a2b32e774a7fa77f9e645bc358e0", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj"}]} 2019-01-03 11:23:59,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj used request id req-75ca0b67-a54f-4c2a-a419-2f2af3821caa 2019-01-03 11:23:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93309768f32cb407a58f58cae9fffef5134924a4" 2019-01-03 11:23:59,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15672f0b-3e6b-48d1-8a6d-0355fa0ac8ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:23:59,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-15672f0b-3e6b-48d1-8a6d-0355fa0ac8ea 2019-01-03 11:23:59,839 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-user 2019-01-03 11:23:59,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:23:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:23:59,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2b36c39-f85c-4236-83e3-fac2d7c62517 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:23:59,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d2b36c39-f85c-4236-83e3-fac2d7c62517 2019-01-03 11:23:59,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role"}}' 2019-01-03 11:24:00,048 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7de5ebb-8fd5-4ab2-9954-aab1ddc2ea1c Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7eb3036ec954ad493b6becdd48b1f36", "links": {"self": "http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36"}, "name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role"}} 2019-01-03 11:24:00,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c7de5ebb-8fd5-4ab2-9954-aab1ddc2ea1c 2019-01-03 11:24:00,048 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role 2019-01-03 11:24:00,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:00,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77cd2611-bd35-4f01-b902-a761ec7bb00d Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role", "id": "d7eb3036ec954ad493b6becdd48b1f36"}} 2019-01-03 11:24:00,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36 used request id req-77cd2611-bd35-4f01-b902-a761ec7bb00d 2019-01-03 11:24:00,066 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role to project CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj 2019-01-03 11:24:00,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0/users/aba06df7cd964db690982d22578375aa/roles/d7eb3036ec954ad493b6becdd48b1f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:00,188 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a65657a4-4d14-4258-96ed-e7e886d1bd86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:00,188 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0/users/aba06df7cd964db690982d22578375aa/roles/d7eb3036ec954ad493b6becdd48b1f36 used request id req-a65657a4-4d14-4258-96ed-e7e886d1bd86 2019-01-03 11:24:00,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:00,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:00,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lNAMos_wRn6Y959Hx6A1Lg"], "issued_at": "2019-01-03T11:24:00.000000Z"}} 2019-01-03 11:24:00,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b470e80784c6ed80cf24bdea25081c6669c0ecd" 2019-01-03 11:24:00,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3150a576-d88b-43c2-9d8e-4de8657c7f58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:00,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3150a576-d88b-43c2-9d8e-4de8657c7f58 2019-01-03 11:24:00,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b470e80784c6ed80cf24bdea25081c6669c0ecd" 2019-01-03 11:24:00,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:00 GMT Server: Apache x-compute-request-id: req-835ee1b5-78b9-45a8-a90a-a44588610e9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-835ee1b5-78b9-45a8-a90a-a44588610e9b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:00,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-835ee1b5-78b9-45a8-a90a-a44588610e9b 2019-01-03 11:24:00,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-835ee1b5-78b9-45a8-a90a-a44588610e9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b470e80784c6ed80cf24bdea25081c6669c0ecd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57", "description": null}}' 2019-01-03 11:24:01,108 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:00 GMT Server: Apache x-compute-request-id: req-31b27867-9b18-47da-8b62-c4b309550b62 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31b27867-9b18-47da-8b62-c4b309550b62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "249235f2-87af-4637-ae06-7c99c3d46a00", "description": null}} 2019-01-03 11:24:01,108 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-31b27867-9b18-47da-8b62-c4b309550b62 2019-01-03 11:24:01,109 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57 2019-01-03 11:24:01,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:24:01,298 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:01 GMT Server: Apache x-compute-request-id: req-8ecaf324-7cf2-457d-b799-368ee381f672 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ecaf324-7cf2-457d-b799-368ee381f672 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "249235f2-87af-4637-ae06-7c99c3d46a00", "description": null}]} 2019-01-03 11:24:01,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-8ecaf324-7cf2-457d-b799-368ee381f672 2019-01-03 11:24:01,302 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ecaf324-7cf2-457d-b799-368ee381f672" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:24:01,486 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:01 GMT Server: Apache x-compute-request-id: req-a6b60d12-7d04-4d99-ac3b-e9fc8eae89de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6b60d12-7d04-4d99-ac3b-e9fc8eae89de Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "249235f2-87af-4637-ae06-7c99c3d46a00", "description": null}} 2019-01-03 11:24:01,486 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 used request id req-a6b60d12-7d04-4d99-ac3b-e9fc8eae89de 2019-01-03 11:24:01,489 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ecaf324-7cf2-457d-b799-368ee381f672" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:24:01,667 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:01 GMT Server: Apache x-compute-request-id: req-8f151cde-a006-4505-b490-eb3234b2759e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f151cde-a006-4505-b490-eb3234b2759e Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:01,667 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00/encryption used request id req-8f151cde-a006-4505-b490-eb3234b2759e 2019-01-03 11:24:01,668 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57 2019-01-03 11:24:01,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ecaf324-7cf2-457d-b799-368ee381f672" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:24:01,893 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a030455c-b526-47aa-9f28-1f371c6a9789 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. 2019-01-03 11:24:01,893 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 used request id req-a030455c-b526-47aa-9f28-1f371c6a9789 2019-01-03 11:24:01,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ecaf324-7cf2-457d-b799-368ee381f672" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fab5571286f273d790a2df51f6b80766bb55839" 2019-01-03 11:24:02,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:01 GMT Server: Apache x-compute-request-id: req-de874c42-198f-422d-9669-4424f93ee068 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de874c42-198f-422d-9669-4424f93ee068 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:02,062 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-de874c42-198f-422d-9669-4424f93ee068 2019-01-03 11:24:02,063 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-4a8088a4-88df-4832-88b0-2b5e434b9c57 2019-01-03 11:24:02,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-835ee1b5-78b9-45a8-a90a-a44588610e9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b470e80784c6ed80cf24bdea25081c6669c0ecd" 2019-01-03 11:24:02,605 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:24:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1797a126-786d-4748-b839-59e9791b8d5c x-openstack-request-id: req-1797a126-786d-4748-b839-59e9791b8d5c Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 249235f2-87af-4637-ae06-7c99c3d46a00 could not be found.", "code": 404}} 2019-01-03 11:24:02,606 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/249235f2-87af-4637-ae06-7c99c3d46a00 used request id req-1797a126-786d-4748-b839-59e9791b8d5c 2019-01-03 11:24:02,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:02,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9a904ee4-ab35-41e0-b4a9-2b12873e5eba Date: Thu, 03 Jan 2019 11:24:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:02,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-9a904ee4-ab35-41e0-b4a9-2b12873e5eba 2019-01-03 11:24:02,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:02,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18fa3623-c7ec-45c9-b6f7-4da5b1b19087 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:02,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-18fa3623-c7ec-45c9-b6f7-4da5b1b19087 2019-01-03 11:24:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:03,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c5021e-5b51-4036-963f-95f97caab653 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:03,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-94c5021e-5b51-4036-963f-95f97caab653 2019-01-03 11:24:03,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:03,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-014d96ac-4e78-42ff-b597-b1f898cbf37b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:03,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-014d96ac-4e78-42ff-b597-b1f898cbf37b 2019-01-03 11:24:03,127 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj 2019-01-03 11:24:03,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:03,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60ddd9cc-0e80-4656-8b55-9dfb9fe8fe99 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:03,320 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/0ec7a2b32e774a7fa77f9e645bc358e0 used request id req-60ddd9cc-0e80-4656-8b55-9dfb9fe8fe99 2019-01-03 11:24:03,321 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-proj-role 2019-01-03 11:24:03,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:03,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f751073-8051-4122-9d57-f287744a919c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:03,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d7eb3036ec954ad493b6becdd48b1f36 used request id req-6f751073-8051-4122-9d57-f287744a919c 2019-01-03 11:24:03,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1314f2fa97f85aa62979bc44a8644eabdacc5e54" 2019-01-03 11:24:03,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0f2786a-a1c7-4ef6-8a3f-e62746f3f5a4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:03,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b0f2786a-a1c7-4ef6-8a3f-e62746f3f5a4 2019-01-03 11:24:03,521 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-d53b9dbb-4b93-44c-user 2019-01-03 11:24:03,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/aba06df7cd964db690982d22578375aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93309768f32cb407a58f58cae9fffef5134924a4" 2019-01-03 11:24:03,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18f5a37b-8bc2-4d34-a1f8-10bc92a723e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:03,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aba06df7cd964db690982d22578375aa used request id req-18f5a37b-8bc2-4d34-a1f8-10bc92a723e2 2019-01-03 11:24:03,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:04,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["B3caSm9jSf-TDtpbcleMSQ"], "issued_at": "2019-01-03T11:24:04.000000Z"}} 2019-01-03 11:24:04,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4331b5509cec68e0f41bbacf55ff3cdaabc150c" 2019-01-03 11:24:04,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cebfb470-2e45-4002-bbcc-1a9f63bbd894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:04,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cebfb470-2e45-4002-bbcc-1a9f63bbd894 2019-01-03 11:24:04,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:04,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:04,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["hP3K2gy1RS6qIGqwZU08dw"], "issued_at": "2019-01-03T11:24:04.000000Z"}} 2019-01-03 11:24:04,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:04,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f47792e-a2d8-43d5-b489-bf680be785e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:04,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6f47792e-a2d8-43d5-b489-bf680be785e4 2019-01-03 11:24:04,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:04,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:04,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:04,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99a18b1-46e7-4c34-adaa-dc052dc44719 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:04,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj used request id req-a99a18b1-46e7-4c34-adaa-dc052dc44719 2019-01-03 11:24:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:04,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fbe4def-65eb-4154-bf32-23edc35c8ede Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:04,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8fbe4def-65eb-4154-bf32-23edc35c8ede 2019-01-03 11:24:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj"}}' 2019-01-03 11:24:04,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e29b0e7-5f96-4ddb-9324-a75dea3b2dc1 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb"}, "enabled": true, "id": "def319a36e4647d7a8380547282495cb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj"}} 2019-01-03 11:24:04,959 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-5e29b0e7-5f96-4ddb-9324-a75dea3b2dc1 2019-01-03 11:24:04,959 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj 2019-01-03 11:24:04,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:04,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:05,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fI2VjgmLTY-ZrItzPqXxHg"], "issued_at": "2019-01-03T11:24:05.000000Z"}} 2019-01-03 11:24:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002fcc04c4b5ef9f2c17672cb395b4dd9baff433" 2019-01-03 11:24:05,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf3c497-c88d-4742-aea3-ce9a02aa5598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:05,435 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7bf3c497-c88d-4742-aea3-ce9a02aa5598 2019-01-03 11:24:05,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:05,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:05,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002fcc04c4b5ef9f2c17672cb395b4dd9baff433" 2019-01-03 11:24:05,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37342ab5-8ac9-44cd-9b71-a60d9a365b3c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:05,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-37342ab5-8ac9-44cd-9b71-a60d9a365b3c 2019-01-03 11:24:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002fcc04c4b5ef9f2c17672cb395b4dd9baff433" 2019-01-03 11:24:05,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a4050d-7e7f-4cc6-bff1-fb21de8530e8 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb"}, "enabled": true, "id": "def319a36e4647d7a8380547282495cb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj"}]} 2019-01-03 11:24:05,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj used request id req-42a4050d-7e7f-4cc6-bff1-fb21de8530e8 2019-01-03 11:24:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002fcc04c4b5ef9f2c17672cb395b4dd9baff433" 2019-01-03 11:24:05,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e19d19-c47a-45ff-a668-95ba9d0ef781 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:05,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d2e19d19-c47a-45ff-a668-95ba9d0ef781 2019-01-03 11:24:05,959 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-user 2019-01-03 11:24:05,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:05,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:06,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca51239c-927f-4d0f-9021-359c72d38f8c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:06,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca51239c-927f-4d0f-9021-359c72d38f8c 2019-01-03 11:24:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role"}}' 2019-01-03 11:24:06,162 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44630572-447e-4bf6-a08b-61040f8ea3ee Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "975bd81796a94200868504a9baf26cd7", "links": {"self": "http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7"}, "name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role"}} 2019-01-03 11:24:06,162 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-44630572-447e-4bf6-a08b-61040f8ea3ee 2019-01-03 11:24:06,163 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role 2019-01-03 11:24:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:06,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1a6271-ac90-4055-96ab-dd1cb2aa8772 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role", "id": "975bd81796a94200868504a9baf26cd7"}} 2019-01-03 11:24:06,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7 used request id req-1f1a6271-ac90-4055-96ab-dd1cb2aa8772 2019-01-03 11:24:06,257 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role to project CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj 2019-01-03 11:24:06,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb/users/40f31951aded4e88a9ec019646d042a5/roles/975bd81796a94200868504a9baf26cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:06,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b5169ba-cde0-46e1-a3f4-e73518a335ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:06,386 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb/users/40f31951aded4e88a9ec019646d042a5/roles/975bd81796a94200868504a9baf26cd7 used request id req-2b5169ba-cde0-46e1-a3f4-e73518a335ed 2019-01-03 11:24:06,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:06,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:06,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["u1X_FyAGTPOkc5JjzvHevA"], "issued_at": "2019-01-03T11:24:06.000000Z"}} 2019-01-03 11:24:06,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2458920e3009a2969826a4f8bb55ad5765fe60" 2019-01-03 11:24:06,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99f22f1-6bd4-4d99-8262-be6cd73f45d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:06,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e99f22f1-6bd4-4d99-8262-be6cd73f45d6 2019-01-03 11:24:06,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2458920e3009a2969826a4f8bb55ad5765fe60" 2019-01-03 11:24:07,018 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:06 GMT Server: Apache x-compute-request-id: req-617d7aaf-4a59-46f8-926c-d207cd780caa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-617d7aaf-4a59-46f8-926c-d207cd780caa Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:07,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-617d7aaf-4a59-46f8-926c-d207cd780caa 2019-01-03 11:24:07,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-617d7aaf-4a59-46f8-926c-d207cd780caa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2458920e3009a2969826a4f8bb55ad5765fe60" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "description": null}}' 2019-01-03 11:24:07,233 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:07 GMT Server: Apache x-compute-request-id: req-69712831-82cc-4e76-b7ab-7e28fdc69b15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69712831-82cc-4e76-b7ab-7e28fdc69b15 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76a59a86-1fbf-4023-94d2-aa2f11a16f5d", "description": null}} 2019-01-03 11:24:07,233 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-69712831-82cc-4e76-b7ab-7e28fdc69b15 2019-01-03 11:24:07,234 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f 2019-01-03 11:24:07,238 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4331b5509cec68e0f41bbacf55ff3cdaabc150c" 2019-01-03 11:24:07,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:07 GMT Server: Apache x-compute-request-id: req-e09c5986-26ac-4e6f-8d04-b4ac52573349 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e09c5986-26ac-4e6f-8d04-b4ac52573349 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76a59a86-1fbf-4023-94d2-aa2f11a16f5d", "description": null}]} 2019-01-03 11:24:07,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-e09c5986-26ac-4e6f-8d04-b4ac52573349 2019-01-03 11:24:07,437 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e09c5986-26ac-4e6f-8d04-b4ac52573349" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4331b5509cec68e0f41bbacf55ff3cdaabc150c" 2019-01-03 11:24:07,598 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:07 GMT Server: Apache x-compute-request-id: req-bd69c627-092d-4da4-abf6-87fcface6a84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd69c627-092d-4da4-abf6-87fcface6a84 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76a59a86-1fbf-4023-94d2-aa2f11a16f5d", "description": null}} 2019-01-03 11:24:07,598 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d used request id req-bd69c627-092d-4da4-abf6-87fcface6a84 2019-01-03 11:24:07,601 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e09c5986-26ac-4e6f-8d04-b4ac52573349" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4331b5509cec68e0f41bbacf55ff3cdaabc150c" 2019-01-03 11:24:07,775 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:07 GMT Server: Apache x-compute-request-id: req-cabd636e-d7fc-469d-acc8-4a8b8fa8595a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cabd636e-d7fc-469d-acc8-4a8b8fa8595a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:07,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d/encryption used request id req-cabd636e-d7fc-469d-acc8-4a8b8fa8595a 2019-01-03 11:24:07,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:07,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:08,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QEikBA5_R_OoaNXVFT5SDg"], "issued_at": "2019-01-03T11:24:08.000000Z"}} 2019-01-03 11:24:08,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7f96b576ce25918fe068bd93c276c95c2e49a6" 2019-01-03 11:24:08,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ee0104-f928-4c93-8fcc-9a70d7e9cb30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:08,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0ee0104-f928-4c93-8fcc-9a70d7e9cb30 2019-01-03 11:24:08,322 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7f96b576ce25918fe068bd93c276c95c2e49a6" 2019-01-03 11:24:08,503 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:08 GMT Server: Apache x-compute-request-id: req-aee8078f-7e31-4a30-90b5-e849430839c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aee8078f-7e31-4a30-90b5-e849430839c6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76a59a86-1fbf-4023-94d2-aa2f11a16f5d", "description": null}]} 2019-01-03 11:24:08,503 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-aee8078f-7e31-4a30-90b5-e849430839c6 2019-01-03 11:24:08,509 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-aee8078f-7e31-4a30-90b5-e849430839c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7f96b576ce25918fe068bd93c276c95c2e49a6" 2019-01-03 11:24:08,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:08 GMT Server: Apache x-compute-request-id: req-612f7d9f-c210-4d58-b3cd-916217d2d31d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-612f7d9f-c210-4d58-b3cd-916217d2d31d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "76a59a86-1fbf-4023-94d2-aa2f11a16f5d", "description": null}} 2019-01-03 11:24:08,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d used request id req-612f7d9f-c210-4d58-b3cd-916217d2d31d 2019-01-03 11:24:08,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-aee8078f-7e31-4a30-90b5-e849430839c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7f96b576ce25918fe068bd93c276c95c2e49a6" 2019-01-03 11:24:08,867 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:08 GMT Server: Apache x-compute-request-id: req-ad0f0c50-016b-4535-900a-f1a608a507b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ad0f0c50-016b-4535-900a-f1a608a507b1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:08,867 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d/encryption used request id req-ad0f0c50-016b-4535-900a-f1a608a507b1 2019-01-03 11:24:08,867 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-176eef98-3fa8-4089-8c9a-49a5a4c3974f 2019-01-03 11:24:08,870 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-617d7aaf-4a59-46f8-926c-d207cd780caa" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2458920e3009a2969826a4f8bb55ad5765fe60" 2019-01-03 11:24:09,480 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b9dbec88-f454-4ded-ba40-c9d425f0d9bf 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. 2019-01-03 11:24:09,481 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/76a59a86-1fbf-4023-94d2-aa2f11a16f5d used request id req-b9dbec88-f454-4ded-ba40-c9d425f0d9bf 2019-01-03 11:24:09,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:09,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1c2472d2-46a2-406c-8913-c3855d95f7d3 Date: Thu, 03 Jan 2019 11:24:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:09,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1c2472d2-46a2-406c-8913-c3855d95f7d3 2019-01-03 11:24:09,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:09,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2527844d-9825-40b8-9b4a-d50f77940eb5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:09,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-2527844d-9825-40b8-9b4a-d50f77940eb5 2019-01-03 11:24:09,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:09,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ca24df-8dc7-422f-9d85-def811a756d8 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:09,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-19ca24df-8dc7-422f-9d85-def811a756d8 2019-01-03 11:24:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:09,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87768668-6730-4b14-94a5-e2bc4acff87b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:09,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-87768668-6730-4b14-94a5-e2bc4acff87b 2019-01-03 11:24:09,968 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj 2019-01-03 11:24:09,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:10,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89977eea-e6bb-4086-9e82-ec896360b8d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:10,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/def319a36e4647d7a8380547282495cb used request id req-89977eea-e6bb-4086-9e82-ec896360b8d5 2019-01-03 11:24:10,171 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-proj-role 2019-01-03 11:24:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:10,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-999640c3-a889-45f0-bfef-bc61bcc70dc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:10,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/975bd81796a94200868504a9baf26cd7 used request id req-999640c3-a889-45f0-bfef-bc61bcc70dc4 2019-01-03 11:24:10,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb6f30420acac8397cdd569e9c4e960a1c1219d" 2019-01-03 11:24:10,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42cb0c17-e23b-48cd-af81-05500ea122ae Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:10,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-42cb0c17-e23b-48cd-af81-05500ea122ae 2019-01-03 11:24:10,380 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-28096c12-7290-47d-user 2019-01-03 11:24:10,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/40f31951aded4e88a9ec019646d042a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}002fcc04c4b5ef9f2c17672cb395b4dd9baff433" 2019-01-03 11:24:10,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a2c7e0b-2a06-4c37-b53d-3fcfba82a384 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:10,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/40f31951aded4e88a9ec019646d042a5 used request id req-7a2c7e0b-2a06-4c37-b53d-3fcfba82a384 2019-01-03 11:24:10,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:10,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lW1yPmg0Q7-4wXdN2mLoSg"], "issued_at": "2019-01-03T11:24:10.000000Z"}} 2019-01-03 11:24:10,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:11,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c4991f5-22b4-4c32-8987-1bc48a44415e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:11,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4c4991f5-22b4-4c32-8987-1bc48a44415e 2019-01-03 11:24:11,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:11,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:11,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fYYPa9GXSp6WbpDLm9bjyg"], "issued_at": "2019-01-03T11:24:11.000000Z"}} 2019-01-03 11:24:11,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:11,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5393f251-60e4-4fa1-8ba4-7dc4c577b4dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:11,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5393f251-60e4-4fa1-8ba4-7dc4c577b4dd 2019-01-03 11:24:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:11,434 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:11,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:11,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8d069c-c055-4442-b1a9-f902870680a1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:11,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj used request id req-5e8d069c-c055-4442-b1a9-f902870680a1 2019-01-03 11:24:11,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:11,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406a8d8a-9e5f-4afa-8216-fb80ec52db59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:11,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-406a8d8a-9e5f-4afa-8216-fb80ec52db59 2019-01-03 11:24:11,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj"}}' 2019-01-03 11:24:11,738 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-913a6e55-bac9-4691-a985-63551ee7d29e Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02"}, "enabled": true, "id": "3b5211db277a44558dcd0710dfb78d02", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj"}} 2019-01-03 11:24:11,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-913a6e55-bac9-4691-a985-63551ee7d29e 2019-01-03 11:24:11,738 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj 2019-01-03 11:24:11,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:11,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:12,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ELuwNMyeSP-vQCAXMWGH8g"], "issued_at": "2019-01-03T11:24:12.000000Z"}} 2019-01-03 11:24:12,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42564f1f5b957d68fb0a07533ab2685619df3b75" 2019-01-03 11:24:12,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8aa1f6-b9e8-401f-b460-2ac8895585a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:12,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c8aa1f6-b9e8-401f-b460-2ac8895585a8 2019-01-03 11:24:12,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:12,217 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:12,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42564f1f5b957d68fb0a07533ab2685619df3b75" 2019-01-03 11:24:12,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3ff73c-ec8f-4e24-a20f-59d12a05c6bf Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:12,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ff3ff73c-ec8f-4e24-a20f-59d12a05c6bf 2019-01-03 11:24:12,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42564f1f5b957d68fb0a07533ab2685619df3b75" 2019-01-03 11:24:12,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67ef683-0466-4594-9bd8-6bf5d4ccfa74 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02"}, "enabled": true, "id": "3b5211db277a44558dcd0710dfb78d02", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj"}]} 2019-01-03 11:24:12,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj used request id req-b67ef683-0466-4594-9bd8-6bf5d4ccfa74 2019-01-03 11:24:12,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42564f1f5b957d68fb0a07533ab2685619df3b75" 2019-01-03 11:24:12,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9318918-2c34-47ee-abf4-fb06bdda2e28 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:12,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f9318918-2c34-47ee-abf4-fb06bdda2e28 2019-01-03 11:24:12,869 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-user 2019-01-03 11:24:12,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:12,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c9ed4f-ffb1-4aae-a2c7-d0e85f19357a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:12,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-79c9ed4f-ffb1-4aae-a2c7-d0e85f19357a 2019-01-03 11:24:12,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role"}}' 2019-01-03 11:24:13,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-046de84d-cac7-4221-a189-fc7de5d581aa Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e9a3a5280c74b6c99a45b81dd64a0cd", "links": {"self": "http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd"}, "name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role"}} 2019-01-03 11:24:13,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-046de84d-cac7-4221-a189-fc7de5d581aa 2019-01-03 11:24:13,067 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role 2019-01-03 11:24:13,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:13,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fadb2a6-05ce-462a-888c-9907dae2687e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role", "id": "8e9a3a5280c74b6c99a45b81dd64a0cd"}} 2019-01-03 11:24:13,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd used request id req-5fadb2a6-05ce-462a-888c-9907dae2687e 2019-01-03 11:24:13,162 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role to project CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj 2019-01-03 11:24:13,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02/users/4033c69e3e2e49e48d4ed450c9b0e55f/roles/8e9a3a5280c74b6c99a45b81dd64a0cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:13,297 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9fa16d8-b72e-4d0d-a775-df56e6f65933 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:13,297 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02/users/4033c69e3e2e49e48d4ed450c9b0e55f/roles/8e9a3a5280c74b6c99a45b81dd64a0cd used request id req-a9fa16d8-b72e-4d0d-a775-df56e6f65933 2019-01-03 11:24:13,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:13,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:13,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["sbQS0wFxSpKGeE5mLWnrIw"], "issued_at": "2019-01-03T11:24:13.000000Z"}} 2019-01-03 11:24:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e43e85de942a40b654f1d8d916b70313cf6bcc7" 2019-01-03 11:24:13,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c270d9da-4e5d-4045-8f90-5d7c22427082 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:13,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c270d9da-4e5d-4045-8f90-5d7c22427082 2019-01-03 11:24:13,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e43e85de942a40b654f1d8d916b70313cf6bcc7" 2019-01-03 11:24:13,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:13 GMT Server: Apache x-compute-request-id: req-652f9bea-51c0-4f56-b638-4bd8d5f2a8e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-652f9bea-51c0-4f56-b638-4bd8d5f2a8e6 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:13,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-652f9bea-51c0-4f56-b638-4bd8d5f2a8e6 2019-01-03 11:24:13,974 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-652f9bea-51c0-4f56-b638-4bd8d5f2a8e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e43e85de942a40b654f1d8d916b70313cf6bcc7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "description": null}}' 2019-01-03 11:24:14,569 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:13 GMT Server: Apache x-compute-request-id: req-6db4fa13-ebd6-4de3-ae24-acdbcb363313 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6db4fa13-ebd6-4de3-ae24-acdbcb363313 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177", "description": null}} 2019-01-03 11:24:14,569 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-6db4fa13-ebd6-4de3-ae24-acdbcb363313 2019-01-03 11:24:14,569 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684 2019-01-03 11:24:14,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:15,129 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:14 GMT Server: Apache x-compute-request-id: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177", "description": null}]} 2019-01-03 11:24:15,129 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-f3bcb2af-9f1a-4f54-9335-41d49fc94498 2019-01-03 11:24:15,133 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:15,311 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:15 GMT Server: Apache x-compute-request-id: req-c86c2eea-9496-49c8-ab69-e221175c3ce2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c86c2eea-9496-49c8-ab69-e221175c3ce2 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177", "description": null}} 2019-01-03 11:24:15,311 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 used request id req-c86c2eea-9496-49c8-ab69-e221175c3ce2 2019-01-03 11:24:15,315 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:15,483 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:15 GMT Server: Apache x-compute-request-id: req-6032fac0-5116-4c26-81b1-e75ed497dc14 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6032fac0-5116-4c26-81b1-e75ed497dc14 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:15,483 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177/encryption used request id req-6032fac0-5116-4c26-81b1-e75ed497dc14 2019-01-03 11:24:15,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:15,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:15 GMT Server: Apache x-compute-request-id: req-bbe7c4a7-a0ba-44c0-ab41-ebe0828817d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bbe7c4a7-a0ba-44c0-ab41-ebe0828817d6 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177", "description": null}} 2019-01-03 11:24:15,668 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 used request id req-bbe7c4a7-a0ba-44c0-ab41-ebe0828817d6 2019-01-03 11:24:15,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:15,846 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:15 GMT Server: Apache x-compute-request-id: req-39a3ffba-456e-401e-b5f4-befe6f3eb5b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39a3ffba-456e-401e-b5f4-befe6f3eb5b5 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177", "description": null}} 2019-01-03 11:24:15,846 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 used request id req-39a3ffba-456e-401e-b5f4-befe6f3eb5b5 2019-01-03 11:24:15,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f3bcb2af-9f1a-4f54-9335-41d49fc94498" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd5fe9e7c40d99ab206cf071b79252f5fa0fe630" 2019-01-03 11:24:16,021 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:15 GMT Server: Apache x-compute-request-id: req-e8f2456d-9006-4f05-ade4-ad68025b404d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e8f2456d-9006-4f05-ade4-ad68025b404d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:16,021 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177/encryption used request id req-e8f2456d-9006-4f05-ade4-ad68025b404d 2019-01-03 11:24:16,021 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-071df065-376b-4c3f-ae2e-6ef6657c7684 2019-01-03 11:24:16,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-652f9bea-51c0-4f56-b638-4bd8d5f2a8e6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e43e85de942a40b654f1d8d916b70313cf6bcc7" 2019-01-03 11:24:16,247 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-de399ddf-aab2-49ef-bc12-c6c0b36974be 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. 2019-01-03 11:24:16,247 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/b9a7c8a9-8e0b-4f3b-8e25-114fa75a1177 used request id req-de399ddf-aab2-49ef-bc12-c6c0b36974be 2019-01-03 11:24:16,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:16,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b216243d-bf42-4cf1-b54d-e5b69f2c9830 Date: Thu, 03 Jan 2019 11:24:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:16,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b216243d-bf42-4cf1-b54d-e5b69f2c9830 2019-01-03 11:24:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:16,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9417af-08e1-4b5b-bb6d-7beca7a11c5b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:16,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-8c9417af-08e1-4b5b-bb6d-7beca7a11c5b 2019-01-03 11:24:16,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:16,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82b06bb-0513-44fd-80b4-d2bb4df257cb 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:16,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-d82b06bb-0513-44fd-80b4-d2bb4df257cb 2019-01-03 11:24:16,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:16,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98cb75a2-e386-4371-b1d3-48e4065e628f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:16,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-98cb75a2-e386-4371-b1d3-48e4065e628f 2019-01-03 11:24:16,754 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj 2019-01-03 11:24:16,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:16,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88aff498-af63-4ddc-8304-fed46730ef09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:16,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3b5211db277a44558dcd0710dfb78d02 used request id req-88aff498-af63-4ddc-8304-fed46730ef09 2019-01-03 11:24:16,956 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-proj-role 2019-01-03 11:24:16,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:17,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88ab4d44-cdc8-41b0-9617-7c15c804bad3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:17,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8e9a3a5280c74b6c99a45b81dd64a0cd used request id req-88ab4d44-cdc8-41b0-9617-7c15c804bad3 2019-01-03 11:24:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f11a40a0290a758fe4de8bdb25666f9ec087c16" 2019-01-03 11:24:17,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb23f3f-ee11-4632-a631-d05b15da48bf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:17,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4eb23f3f-ee11-4632-a631-d05b15da48bf 2019-01-03 11:24:17,165 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-ebc76f03-c863-42e-user 2019-01-03 11:24:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4033c69e3e2e49e48d4ed450c9b0e55f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42564f1f5b957d68fb0a07533ab2685619df3b75" 2019-01-03 11:24:17,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ebeda68-0dba-45b8-8f4c-01f735663375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:17,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4033c69e3e2e49e48d4ed450c9b0e55f used request id req-7ebeda68-0dba-45b8-8f4c-01f735663375 2019-01-03 11:24:17,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:17,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["VLL9tWsTROKGB-23Iy-3Rw"], "issued_at": "2019-01-03T11:24:17.000000Z"}} 2019-01-03 11:24:17,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e97bf62e45cc13e7ec420bd893a524c61abe002" 2019-01-03 11:24:17,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0a8166-18c8-44c2-a0b5-69e65ccbb430 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:17,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-de0a8166-18c8-44c2-a0b5-69e65ccbb430 2019-01-03 11:24:17,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:17,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:18,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zbAc2U-ETyqHdAfy95b5vg"], "issued_at": "2019-01-03T11:24:18.000000Z"}} 2019-01-03 11:24:18,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:18,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d1f650-2796-4b06-9e25-96dd8dc4c6d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:18,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a5d1f650-2796-4b06-9e25-96dd8dc4c6d0 2019-01-03 11:24:18,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:18,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:18,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:18,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfbd998-2c2f-45e0-bbe2-66df30aa3d39 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:18,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj used request id req-bcfbd998-2c2f-45e0-bbe2-66df30aa3d39 2019-01-03 11:24:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:18,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8157445c-21f1-4529-a5c9-b1417c61f23b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:18,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8157445c-21f1-4529-a5c9-b1417c61f23b 2019-01-03 11:24:18,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj"}}' 2019-01-03 11:24:18,683 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f798f9e1-4fdd-434e-ad85-499e31342e2a Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974"}, "enabled": true, "id": "32ad1b8b76a64081b2b3624f27c01974", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj"}} 2019-01-03 11:24:18,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f798f9e1-4fdd-434e-ad85-499e31342e2a 2019-01-03 11:24:18,683 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj 2019-01-03 11:24:18,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:18,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:19,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["pG0w04xERxOALo_sTAm_DA"], "issued_at": "2019-01-03T11:24:19.000000Z"}} 2019-01-03 11:24:19,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd02c740a9d6b967849cd7d15dae3416db2d95fa" 2019-01-03 11:24:19,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eebe1140-ece7-4672-b20f-3e5b1962b4aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:19,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eebe1140-ece7-4672-b20f-3e5b1962b4aa 2019-01-03 11:24:19,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:19,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:19,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd02c740a9d6b967849cd7d15dae3416db2d95fa" 2019-01-03 11:24:19,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da73d698-8662-419d-a16f-d113db78fb2f Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:19,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-da73d698-8662-419d-a16f-d113db78fb2f 2019-01-03 11:24:19,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd02c740a9d6b967849cd7d15dae3416db2d95fa" 2019-01-03 11:24:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce9e868-bb82-45a5-be7b-93c569008b19 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974"}, "enabled": true, "id": "32ad1b8b76a64081b2b3624f27c01974", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj"}]} 2019-01-03 11:24:19,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj used request id req-fce9e868-bb82-45a5-be7b-93c569008b19 2019-01-03 11:24:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd02c740a9d6b967849cd7d15dae3416db2d95fa" 2019-01-03 11:24:19,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33dca7e7-60b2-475a-9678-8a1d06032c85 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:19,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-33dca7e7-60b2-475a-9678-8a1d06032c85 2019-01-03 11:24:19,809 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-user 2019-01-03 11:24:19,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:19,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:19,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d18f82c2-103a-4f10-b098-00e4b89d31df Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:19,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d18f82c2-103a-4f10-b098-00e4b89d31df 2019-01-03 11:24:19,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" -d '{"role": {"name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role"}}' 2019-01-03 11:24:20,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02365fa3-3dc8-4493-853c-9e30f083753b Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fddbef69c77940dfbeb2c275b1b305e1", "links": {"self": "http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1"}, "name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role"}} 2019-01-03 11:24:20,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-02365fa3-3dc8-4493-853c-9e30f083753b 2019-01-03 11:24:20,007 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role 2019-01-03 11:24:20,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:20,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea44672-cab2-4036-8858-04087b088315 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role", "id": "fddbef69c77940dfbeb2c275b1b305e1"}} 2019-01-03 11:24:20,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1 used request id req-cea44672-cab2-4036-8858-04087b088315 2019-01-03 11:24:20,028 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role to project CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj 2019-01-03 11:24:20,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974/users/21c61a2115e74faa81496fd120528b05/roles/fddbef69c77940dfbeb2c275b1b305e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:20,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66569f5b-0d5d-4dfa-b0e2-396df15ce7fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:20,081 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974/users/21c61a2115e74faa81496fd120528b05/roles/fddbef69c77940dfbeb2c275b1b305e1 used request id req-66569f5b-0d5d-4dfa-b0e2-396df15ce7fe 2019-01-03 11:24:20,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:20,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:20,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zvYLNkOLRQWR9TKr3-mIlg"], "issued_at": "2019-01-03T11:24:20.000000Z"}} 2019-01-03 11:24:20,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21095260a8d48e8710d4d92bb6972020f945747" 2019-01-03 11:24:20,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be4e47f-cb3b-4523-9173-89d070b2f161 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:20,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0be4e47f-cb3b-4523-9173-89d070b2f161 2019-01-03 11:24:20,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21095260a8d48e8710d4d92bb6972020f945747" 2019-01-03 11:24:20,727 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:20 GMT Server: Apache x-compute-request-id: req-28d0fb3c-aac1-489a-a51d-01c04b9ed631 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-28d0fb3c-aac1-489a-a51d-01c04b9ed631 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:24:20,728 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-28d0fb3c-aac1-489a-a51d-01c04b9ed631 2019-01-03 11:24:20,731 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-28d0fb3c-aac1-489a-a51d-01c04b9ed631" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21095260a8d48e8710d4d92bb6972020f945747" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-qos-spec"}}' 2019-01-03 11:24:20,941 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:20 GMT Server: Apache x-compute-request-id: req-b63089a6-6f71-4e3e-8c77-a9f4bb9cf2bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b63089a6-6f71-4e3e-8c77-a9f4bb9cf2bb Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "dc69f559-5900-4f0d-bc6c-c09193172746", "name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc69f559-5900-4f0d-bc6c-c09193172746", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc69f559-5900-4f0d-bc6c-c09193172746", "rel": "bookmark"}]} 2019-01-03 11:24:20,941 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-b63089a6-6f71-4e3e-8c77-a9f4bb9cf2bb 2019-01-03 11:24:20,942 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-qos-spec 2019-01-03 11:24:20,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:20,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:21,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["PMjdBfbzTfmPmUhudGznrw"], "issued_at": "2019-01-03T11:24:21.000000Z"}} 2019-01-03 11:24:21,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f5420ccb7a645cd0253677a8437ed09b08b824" 2019-01-03 11:24:21,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed430e32-2e7c-4869-ab76-72c1027baede Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:21,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ed430e32-2e7c-4869-ab76-72c1027baede 2019-01-03 11:24:21,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f5420ccb7a645cd0253677a8437ed09b08b824" 2019-01-03 11:24:21,604 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:21 GMT Server: Apache x-compute-request-id: req-f0412dc0-63a5-435b-adac-e5774e83fb84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f0412dc0-63a5-435b-adac-e5774e83fb84 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:21,604 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-f0412dc0-63a5-435b-adac-e5774e83fb84 2019-01-03 11:24:21,608 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0412dc0-63a5-435b-adac-e5774e83fb84" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f5420ccb7a645cd0253677a8437ed09b08b824" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type", "description": null}}' 2019-01-03 11:24:22,199 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:21 GMT Server: Apache x-compute-request-id: req-3f225aea-e190-48ca-a9f1-913c98aa6869 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f225aea-e190-48ca-a9f1-913c98aa6869 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "056a3171-64fc-4372-8dfa-afd3d743ac98", "description": null}} 2019-01-03 11:24:22,199 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-3f225aea-e190-48ca-a9f1-913c98aa6869 2019-01-03 11:24:22,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0412dc0-63a5-435b-adac-e5774e83fb84" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f5420ccb7a645cd0253677a8437ed09b08b824" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 11:24:22,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:22 GMT Server: Apache x-compute-request-id: req-195d43fc-2aef-4ba1-bfe2-7e117cabda02 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-195d43fc-2aef-4ba1-bfe2-7e117cabda02 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "056a3171-64fc-4372-8dfa-afd3d743ac98", "name": "foo", "control_location": "back-end", "encryption_id": "d9efde86-9701-4e8e-821c-4866dac97f4e", "provider": "bar", "provider_class": "bar"}} 2019-01-03 11:24:22,428 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98/encryption used request id req-195d43fc-2aef-4ba1-bfe2-7e117cabda02 2019-01-03 11:24:22,429 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type 2019-01-03 11:24:22,431 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e97bf62e45cc13e7ec420bd893a524c61abe002" 2019-01-03 11:24:22,619 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:22 GMT Server: Apache x-compute-request-id: req-34eea2c9-8a52-4702-901c-53819b1111da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34eea2c9-8a52-4702-901c-53819b1111da Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "056a3171-64fc-4372-8dfa-afd3d743ac98", "description": null}} 2019-01-03 11:24:22,619 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 used request id req-34eea2c9-8a52-4702-901c-53819b1111da 2019-01-03 11:24:22,623 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34eea2c9-8a52-4702-901c-53819b1111da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e97bf62e45cc13e7ec420bd893a524c61abe002" 2019-01-03 11:24:22,788 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:22 GMT Server: Apache x-compute-request-id: req-ebb0accb-7e68-47ed-9a3f-92692e91bd8f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebb0accb-7e68-47ed-9a3f-92692e91bd8f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "056a3171-64fc-4372-8dfa-afd3d743ac98", "description": null}} 2019-01-03 11:24:22,788 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 used request id req-ebb0accb-7e68-47ed-9a3f-92692e91bd8f 2019-01-03 11:24:22,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-34eea2c9-8a52-4702-901c-53819b1111da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e97bf62e45cc13e7ec420bd893a524c61abe002" 2019-01-03 11:24:22,973 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:22 GMT Server: Apache x-compute-request-id: req-a9fedf79-f341-48d2-a542-c7cd54fcfee2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9fedf79-f341-48d2-a542-c7cd54fcfee2 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "056a3171-64fc-4372-8dfa-afd3d743ac98", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T11:24:22.000000", "updated_at": null, "encryption_id": "d9efde86-9701-4e8e-821c-4866dac97f4e", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 11:24:22,973 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98/encryption used request id req-a9fedf79-f341-48d2-a542-c7cd54fcfee2 2019-01-03 11:24:22,974 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-vol_type 2019-01-03 11:24:22,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0412dc0-63a5-435b-adac-e5774e83fb84" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2f5420ccb7a645cd0253677a8437ed09b08b824" 2019-01-03 11:24:23,277 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ace6300b-1a1c-452c-83a5-c8c3fba1711b 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. 2019-01-03 11:24:23,277 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/056a3171-64fc-4372-8dfa-afd3d743ac98 used request id req-ace6300b-1a1c-452c-83a5-c8c3fba1711b 2019-01-03 11:24:23,278 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-8dce6d65-891f-43eb-a9c1-4fc6b898f536-qos-spec 2019-01-03 11:24:23,281 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc69f559-5900-4f0d-bc6c-c09193172746?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-28d0fb3c-aac1-489a-a51d-01c04b9ed631" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b21095260a8d48e8710d4d92bb6972020f945747" 2019-01-03 11:24:23,462 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc4a63c2-35ac-4201-9d13-4f4a0dbc434b 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. 2019-01-03 11:24:23,462 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc69f559-5900-4f0d-bc6c-c09193172746?force=False used request id req-fc4a63c2-35ac-4201-9d13-4f4a0dbc434b 2019-01-03 11:24:23,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:23,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-af753fda-0f66-40bb-a4e9-3be19c7998be Date: Thu, 03 Jan 2019 11:24:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:23,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-af753fda-0f66-40bb-a4e9-3be19c7998be 2019-01-03 11:24:23,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:23,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1ee562-4859-4dc8-a4b0-762ee68ce49e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:23,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-dd1ee562-4859-4dc8-a4b0-762ee68ce49e 2019-01-03 11:24:23,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:23,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7669178e-03b9-4874-bf37-48fa8bfcf3e4 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:23,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7669178e-03b9-4874-bf37-48fa8bfcf3e4 2019-01-03 11:24:23,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:23,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d289a3ed-ea80-4903-840d-a60aaef812b0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:23,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d289a3ed-ea80-4903-840d-a60aaef812b0 2019-01-03 11:24:23,969 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj 2019-01-03 11:24:23,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:24,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f65ae1f-cf54-47ff-9bd0-83974112f900 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:24,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/32ad1b8b76a64081b2b3624f27c01974 used request id req-7f65ae1f-cf54-47ff-9bd0-83974112f900 2019-01-03 11:24:24,171 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-proj-role 2019-01-03 11:24:24,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:24,270 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e7952fc-5298-492f-b7e3-03b0211b215e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:24,270 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fddbef69c77940dfbeb2c275b1b305e1 used request id req-2e7952fc-5298-492f-b7e3-03b0211b215e 2019-01-03 11:24:24,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6e3357c757c7913304ba741998b68836f4c324" 2019-01-03 11:24:24,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f34ae1-4bf6-4eb2-a770-8c542389efc0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:24,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e6f34ae1-4bf6-4eb2-a770-8c542389efc0 2019-01-03 11:24:24,357 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-9bbdc2ae-48b0-485-user 2019-01-03 11:24:24,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/21c61a2115e74faa81496fd120528b05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd02c740a9d6b967849cd7d15dae3416db2d95fa" 2019-01-03 11:24:24,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-141d08ef-43c8-4f9b-baf0-b8f6db3a08db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:24,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/21c61a2115e74faa81496fd120528b05 used request id req-141d08ef-43c8-4f9b-baf0-b8f6db3a08db 2019-01-03 11:24:24,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:24,899 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EyAhVvpCRWapYOP2RKAh5w"], "issued_at": "2019-01-03T11:24:24.000000Z"}} 2019-01-03 11:24:24,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a36fb1804f613a3d70cf3abbfe7310c3f407b8b" 2019-01-03 11:24:24,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fdccb38-b4ef-4e73-bd4f-c92a113717d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:24,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7fdccb38-b4ef-4e73-bd4f-c92a113717d3 2019-01-03 11:24:24,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:25,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:25,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fE5gWJtsQUOuzU2LDbDzrw"], "issued_at": "2019-01-03T11:24:25.000000Z"}} 2019-01-03 11:24:25,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:25,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9872b1-d58c-48e2-b410-5024fb20fb0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:25,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1b9872b1-d58c-48e2-b410-5024fb20fb0b 2019-01-03 11:24:25,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:25,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:25,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:25,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c828926-3196-483d-8808-7986ac0dd86e Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:25,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj used request id req-1c828926-3196-483d-8808-7986ac0dd86e 2019-01-03 11:24:25,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:25,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7291ecbc-0dab-4bc1-b07d-1a202dc39eea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:25,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7291ecbc-0dab-4bc1-b07d-1a202dc39eea 2019-01-03 11:24:25,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj"}}' 2019-01-03 11:24:25,779 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e1f02fc-dc0b-4c34-8cc1-4c4612b06841 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21"}, "enabled": true, "id": "3ad38a3fb7894b119501522c4f7d9c21", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj"}} 2019-01-03 11:24:25,779 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0e1f02fc-dc0b-4c34-8cc1-4c4612b06841 2019-01-03 11:24:25,779 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj 2019-01-03 11:24:25,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:25,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:26,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["33egIbudThaxfcWvOoPddg"], "issued_at": "2019-01-03T11:24:26.000000Z"}} 2019-01-03 11:24:26,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1634916ef61462285754ab81f94230b76f2fdb28" 2019-01-03 11:24:26,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89598412-afdf-4068-bf76-5831eeb98af9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:26,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89598412-afdf-4068-bf76-5831eeb98af9 2019-01-03 11:24:26,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:26,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:26,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1634916ef61462285754ab81f94230b76f2fdb28" 2019-01-03 11:24:26,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3706487-4490-41df-9ee1-cef5d92468ed Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:26,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d3706487-4490-41df-9ee1-cef5d92468ed 2019-01-03 11:24:26,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1634916ef61462285754ab81f94230b76f2fdb28" 2019-01-03 11:24:26,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0308d02c-9565-4e48-afed-6a7d6ff92331 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21"}, "enabled": true, "id": "3ad38a3fb7894b119501522c4f7d9c21", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj"}]} 2019-01-03 11:24:26,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj used request id req-0308d02c-9565-4e48-afed-6a7d6ff92331 2019-01-03 11:24:26,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1634916ef61462285754ab81f94230b76f2fdb28" 2019-01-03 11:24:26,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e93df8-e1a2-4e45-adfa-0e744d4896b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:26,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-77e93df8-e1a2-4e45-adfa-0e744d4896b4 2019-01-03 11:24:27,000 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-user 2019-01-03 11:24:27,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:27,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:27,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64199c38-3bef-4cfc-bb79-24424d4c8484 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:27,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-64199c38-3bef-4cfc-bb79-24424d4c8484 2019-01-03 11:24:27,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" -d '{"role": {"name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role"}}' 2019-01-03 11:24:27,192 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-799727c5-ac39-4775-bc43-cc9dc723028b Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "198aea7d0ad14e788d42023732ae3617", "links": {"self": "http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617"}, "name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role"}} 2019-01-03 11:24:27,192 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-799727c5-ac39-4775-bc43-cc9dc723028b 2019-01-03 11:24:27,192 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role 2019-01-03 11:24:27,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:27,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea0d67a3-8fd5-487d-ba5e-c62c7da9be9b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role", "id": "198aea7d0ad14e788d42023732ae3617"}} 2019-01-03 11:24:27,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617 used request id req-ea0d67a3-8fd5-487d-ba5e-c62c7da9be9b 2019-01-03 11:24:27,214 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role to project CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj 2019-01-03 11:24:27,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21/users/3c2cfe050a444583959c2af53bb3250f/roles/198aea7d0ad14e788d42023732ae3617 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:27,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ed38789-987b-4d75-9329-71e0e049c3a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:27,332 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21/users/3c2cfe050a444583959c2af53bb3250f/roles/198aea7d0ad14e788d42023732ae3617 used request id req-7ed38789-987b-4d75-9329-71e0e049c3a8 2019-01-03 11:24:27,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:27,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:27,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["skiy9-7wSDOKqzWjpxJqhw"], "issued_at": "2019-01-03T11:24:27.000000Z"}} 2019-01-03 11:24:27,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869010071c53532b4bce898f8e76f8b6bf912725" 2019-01-03 11:24:27,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7877a4ef-47e2-443c-90a8-e0df9305fbc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:27,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7877a4ef-47e2-443c-90a8-e0df9305fbc0 2019-01-03 11:24:27,821 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869010071c53532b4bce898f8e76f8b6bf912725" 2019-01-03 11:24:27,988 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache x-compute-request-id: req-68daf642-bd4a-4dc4-b762-0938992ff376 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68daf642-bd4a-4dc4-b762-0938992ff376 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:24:27,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-68daf642-bd4a-4dc4-b762-0938992ff376 2019-01-03 11:24:27,992 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-68daf642-bd4a-4dc4-b762-0938992ff376" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869010071c53532b4bce898f8e76f8b6bf912725" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec"}}' 2019-01-03 11:24:28,194 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:27 GMT Server: Apache x-compute-request-id: req-8f21e389-1042-4084-b130-f713ea4767b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f21e389-1042-4084-b130-f713ea4767b7 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "rel": "bookmark"}]} 2019-01-03 11:24:28,194 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-8f21e389-1042-4084-b130-f713ea4767b7 2019-01-03 11:24:28,195 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec 2019-01-03 11:24:28,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:28,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:28,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UzFYT4LpQby9g3i5xRuObw"], "issued_at": "2019-01-03T11:24:28.000000Z"}} 2019-01-03 11:24:28,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" 2019-01-03 11:24:28,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d2a0c9-ad76-4779-b7eb-81c0dcf11339 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:28,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b8d2a0c9-ad76-4779-b7eb-81c0dcf11339 2019-01-03 11:24:28,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" 2019-01-03 11:24:28,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:28 GMT Server: Apache x-compute-request-id: req-e9805f23-357e-4339-9cae-565e264d0d5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9805f23-357e-4339-9cae-565e264d0d5b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:28,863 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-e9805f23-357e-4339-9cae-565e264d0d5b 2019-01-03 11:24:28,867 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e9805f23-357e-4339-9cae-565e264d0d5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type", "description": null}}' 2019-01-03 11:24:29,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:28 GMT Server: Apache x-compute-request-id: req-6dde141f-a50f-4426-b135-6cb5c4bcdeed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6dde141f-a50f-4426-b135-6cb5c4bcdeed Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "14c8ec05-da12-47be-8e14-d1bba3bc78fd", "description": null}} 2019-01-03 11:24:29,072 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-6dde141f-a50f-4426-b135-6cb5c4bcdeed 2019-01-03 11:24:29,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9805f23-357e-4339-9cae-565e264d0d5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" 2019-01-03 11:24:29,255 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:29 GMT Server: Apache x-compute-request-id: req-c38dbc28-40f6-45de-9e12-2599a8262260 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c38dbc28-40f6-45de-9e12-2599a8262260 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec"}]} 2019-01-03 11:24:29,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-c38dbc28-40f6-45de-9e12-2599a8262260 2019-01-03 11:24:29,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b/associate?vol_type_id=14c8ec05-da12-47be-8e14-d1bba3bc78fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9805f23-357e-4339-9cae-565e264d0d5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" 2019-01-03 11:24:29,462 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-adbcd878-711a-4867-aa73-7d59da1d8d47 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. 2019-01-03 11:24:29,462 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b/associate?vol_type_id=14c8ec05-da12-47be-8e14-d1bba3bc78fd used request id req-adbcd878-711a-4867-aa73-7d59da1d8d47 2019-01-03 11:24:29,463 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type 2019-01-03 11:24:29,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a36fb1804f613a3d70cf3abbfe7310c3f407b8b" 2019-01-03 11:24:29,634 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:29 GMT Server: Apache x-compute-request-id: req-d9bf039c-016a-4a04-a601-4ffcaab192fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9bf039c-016a-4a04-a601-4ffcaab192fc Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type", "qos_specs_id": "dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "14c8ec05-da12-47be-8e14-d1bba3bc78fd", "description": null}} 2019-01-03 11:24:29,634 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd used request id req-d9bf039c-016a-4a04-a601-4ffcaab192fc 2019-01-03 11:24:29,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9bf039c-016a-4a04-a601-4ffcaab192fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a36fb1804f613a3d70cf3abbfe7310c3f407b8b" 2019-01-03 11:24:29,821 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:29 GMT Server: Apache x-compute-request-id: req-e5f11b1f-4ac7-4b93-9960-193baef3534e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e5f11b1f-4ac7-4b93-9960-193baef3534e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type", "qos_specs_id": "dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "14c8ec05-da12-47be-8e14-d1bba3bc78fd", "description": null}} 2019-01-03 11:24:29,821 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd used request id req-e5f11b1f-4ac7-4b93-9960-193baef3534e 2019-01-03 11:24:29,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9bf039c-016a-4a04-a601-4ffcaab192fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a36fb1804f613a3d70cf3abbfe7310c3f407b8b" 2019-01-03 11:24:30,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:29 GMT Server: Apache x-compute-request-id: req-b1e76de8-9c31-4ae1-8e4d-392e89290592 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b1e76de8-9c31-4ae1-8e4d-392e89290592 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:24:30,008 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd/encryption used request id req-b1e76de8-9c31-4ae1-8e4d-392e89290592 2019-01-03 11:24:30,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d9bf039c-016a-4a04-a601-4ffcaab192fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a36fb1804f613a3d70cf3abbfe7310c3f407b8b" 2019-01-03 11:24:30,176 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache x-compute-request-id: req-b99b0b0d-e133-44f2-9f4f-921fa4734ffa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b99b0b0d-e133-44f2-9f4f-921fa4734ffa Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "name": "CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b", "rel": "bookmark"}]} 2019-01-03 11:24:30,177 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b used request id req-b99b0b0d-e133-44f2-9f4f-921fa4734ffa 2019-01-03 11:24:30,177 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-vol_type 2019-01-03 11:24:30,180 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9805f23-357e-4339-9cae-565e264d0d5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09894f6c2a7e82b36a27a43916e9886fbee0af68" 2019-01-03 11:24:30,390 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1dec6500-aedc-42a5-96b9-6aa78e7607bf 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. 2019-01-03 11:24:30,391 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/14c8ec05-da12-47be-8e14-d1bba3bc78fd used request id req-1dec6500-aedc-42a5-96b9-6aa78e7607bf 2019-01-03 11:24:30,391 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-493aa472-9eb6-4154-9144-16c1c3791689-qos-spec 2019-01-03 11:24:30,394 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-68daf642-bd4a-4dc4-b762-0938992ff376" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869010071c53532b4bce898f8e76f8b6bf912725" 2019-01-03 11:24:30,594 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3b4cdffd-0d5e-4d66-acef-6cde3d12af86 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. 2019-01-03 11:24:30,594 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/dc4a0ea9-5a71-4f2b-b22f-5da09545926b?force=False used request id req-3b4cdffd-0d5e-4d66-acef-6cde3d12af86 2019-01-03 11:24:30,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:30,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-183a5765-8b9a-4729-9e5a-6e0ba734173e Date: Thu, 03 Jan 2019 11:24:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:30,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-183a5765-8b9a-4729-9e5a-6e0ba734173e 2019-01-03 11:24:30,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:30,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9de825-0fe3-4fd4-b12d-5a55b523b6bd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:30,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-6d9de825-0fe3-4fd4-b12d-5a55b523b6bd 2019-01-03 11:24:30,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:30,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1529b8bb-f0cd-4341-962f-b0e1ba50354f 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:30,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-1529b8bb-f0cd-4341-962f-b0e1ba50354f 2019-01-03 11:24:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:31,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0833d6-06fc-4b36-9d9a-bb8aa9509efe Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:31,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-eb0833d6-06fc-4b36-9d9a-bb8aa9509efe 2019-01-03 11:24:31,071 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj 2019-01-03 11:24:31,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:31,286 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df793e6-d029-43be-80ef-b3f93573d875 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:31,286 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3ad38a3fb7894b119501522c4f7d9c21 used request id req-0df793e6-d029-43be-80ef-b3f93573d875 2019-01-03 11:24:31,286 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-proj-role 2019-01-03 11:24:31,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:31,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-744e1906-d036-4db1-a638-e34bd5e8e67f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:31,390 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/198aea7d0ad14e788d42023732ae3617 used request id req-744e1906-d036-4db1-a638-e34bd5e8e67f 2019-01-03 11:24:31,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}170a048cc1abaaabe717b2a3f60835e1a586a181" 2019-01-03 11:24:31,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a1554b-e991-4377-9876-f5398f73f564 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:31,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-04a1554b-e991-4377-9876-f5398f73f564 2019-01-03 11:24:31,483 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-afe375b9-d43f-471-user 2019-01-03 11:24:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3c2cfe050a444583959c2af53bb3250f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1634916ef61462285754ab81f94230b76f2fdb28" 2019-01-03 11:24:31,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e866c6d-94da-4e51-b429-a46e9d8ad9ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:31,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3c2cfe050a444583959c2af53bb3250f used request id req-3e866c6d-94da-4e51-b429-a46e9d8ad9ed 2019-01-03 11:24:31,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:32,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["M_Onj1kjTtKzGgF5zYlzHg"], "issued_at": "2019-01-03T11:24:32.000000Z"}} 2019-01-03 11:24:32,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6305ae0aa8837874ed4d004e52ff567b6e19681" 2019-01-03 11:24:32,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ede6537-86f1-4af4-8113-76cf3ffd7e08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:32,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ede6537-86f1-4af4-8113-76cf3ffd7e08 2019-01-03 11:24:32,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:32,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:32,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4V0shaEdQEqkxIf9lh6PfQ"], "issued_at": "2019-01-03T11:24:32.000000Z"}} 2019-01-03 11:24:32,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:32,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db85b3e-5837-45d9-bf1f-7c76d928de07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:32,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2db85b3e-5837-45d9-bf1f-7c76d928de07 2019-01-03 11:24:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:32,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:32,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e12a734-2ddd-436d-b409-241755031548 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:32,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj used request id req-1e12a734-2ddd-436d-b409-241755031548 2019-01-03 11:24:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:32,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf26a0fa-7d51-40c9-9624-fca8e45dbe80 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:32,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bf26a0fa-7d51-40c9-9624-fca8e45dbe80 2019-01-03 11:24:32,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj"}}' 2019-01-03 11:24:32,882 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe728668-a68b-4806-a36a-13937b0137bd Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572"}, "enabled": true, "id": "b2bb8104c77849d1bab2a682ed0b4572", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj"}} 2019-01-03 11:24:32,882 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-fe728668-a68b-4806-a36a-13937b0137bd 2019-01-03 11:24:32,882 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj 2019-01-03 11:24:32,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:32,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:33,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ePDud-7yQOeMlVdYy7vD0Q"], "issued_at": "2019-01-03T11:24:33.000000Z"}} 2019-01-03 11:24:33,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f88c59997b0816212187a6636eec98ca911827c" 2019-01-03 11:24:33,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186f89d4-bebd-4220-bd3b-db57c5d77d8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:33,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-186f89d4-bebd-4220-bd3b-db57c5d77d8b 2019-01-03 11:24:33,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:33,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f88c59997b0816212187a6636eec98ca911827c" 2019-01-03 11:24:33,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d718d960-8cb0-41c6-ac06-91cff7b9626e Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:33,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-d718d960-8cb0-41c6-ac06-91cff7b9626e 2019-01-03 11:24:33,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f88c59997b0816212187a6636eec98ca911827c" 2019-01-03 11:24:33,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c6b082-a84d-4f22-8ca1-c685bd0effb3 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572"}, "enabled": true, "id": "b2bb8104c77849d1bab2a682ed0b4572", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj"}]} 2019-01-03 11:24:33,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj used request id req-f1c6b082-a84d-4f22-8ca1-c685bd0effb3 2019-01-03 11:24:33,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f88c59997b0816212187a6636eec98ca911827c" 2019-01-03 11:24:33,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c846adf8-43a3-4be3-812e-e1737de5af90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:33,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c846adf8-43a3-4be3-812e-e1737de5af90 2019-01-03 11:24:33,995 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-user 2019-01-03 11:24:33,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:34,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:34,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1780fa24-5e3f-4338-90d0-a8f0c8af2d0b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:34,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-1780fa24-5e3f-4338-90d0-a8f0c8af2d0b 2019-01-03 11:24:34,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" -d '{"role": {"name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role"}}' 2019-01-03 11:24:34,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63bc0fad-9c0c-4949-854a-45f4d5b3333d Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb669d7d48c342fba15b35abf69056da", "links": {"self": "http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da"}, "name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role"}} 2019-01-03 11:24:34,198 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-63bc0fad-9c0c-4949-854a-45f4d5b3333d 2019-01-03 11:24:34,199 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role 2019-01-03 11:24:34,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:34,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08da4da2-e960-4bef-b61c-8b6243bafb6e Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role", "id": "eb669d7d48c342fba15b35abf69056da"}} 2019-01-03 11:24:34,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da used request id req-08da4da2-e960-4bef-b61c-8b6243bafb6e 2019-01-03 11:24:34,290 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role to project CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj 2019-01-03 11:24:34,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572/users/37628f31e18743fd84d768709e8bbea8/roles/eb669d7d48c342fba15b35abf69056da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:34,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e99e778b-2c85-43bc-ab26-06cd7815ead4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:34,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572/users/37628f31e18743fd84d768709e8bbea8/roles/eb669d7d48c342fba15b35abf69056da used request id req-e99e778b-2c85-43bc-ab26-06cd7815ead4 2019-01-03 11:24:34,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:34,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:34,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["bsINhpa8SnS4BYVCaZ38KQ"], "issued_at": "2019-01-03T11:24:34.000000Z"}} 2019-01-03 11:24:34,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfb2afe04793e37d54fc9442c243b4268cdeb697" 2019-01-03 11:24:34,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d71ff3e-30ad-4a25-95dd-cf10daa4f8c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:34,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1d71ff3e-30ad-4a25-95dd-cf10daa4f8c2 2019-01-03 11:24:34,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfb2afe04793e37d54fc9442c243b4268cdeb697" 2019-01-03 11:24:35,088 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:34 GMT Server: Apache x-compute-request-id: req-d315c2cb-cc02-443c-8ea7-00c25905230b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d315c2cb-cc02-443c-8ea7-00c25905230b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2019-01-03 11:24:35,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-d315c2cb-cc02-443c-8ea7-00c25905230b 2019-01-03 11:24:35,092 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d315c2cb-cc02-443c-8ea7-00c25905230b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfb2afe04793e37d54fc9442c243b4268cdeb697" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec"}}' 2019-01-03 11:24:35,277 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:35 GMT Server: Apache x-compute-request-id: req-98feb93c-2d16-4d72-b82b-1ad8435a7d3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98feb93c-2d16-4d72-b82b-1ad8435a7d3a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "e995daf6-6a35-4915-973b-dea250139aa6", "name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6", "rel": "bookmark"}]} 2019-01-03 11:24:35,277 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-98feb93c-2d16-4d72-b82b-1ad8435a7d3a 2019-01-03 11:24:35,278 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec 2019-01-03 11:24:35,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:35,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:35,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7-oDN_mcSJarE-jeq_sOfg"], "issued_at": "2019-01-03T11:24:35.000000Z"}} 2019-01-03 11:24:35,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" 2019-01-03 11:24:35,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf7cf479-ec91-4b55-b6cd-b7ae025ff21c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:35,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bf7cf479-ec91-4b55-b6cd-b7ae025ff21c 2019-01-03 11:24:35,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" 2019-01-03 11:24:35,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:35 GMT Server: Apache x-compute-request-id: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:24:35,925 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18 2019-01-03 11:24:35,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type", "description": null}}' 2019-01-03 11:24:36,149 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:35 GMT Server: Apache x-compute-request-id: req-1306bac9-e478-46e3-bf0c-c58f3481e9f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1306bac9-e478-46e3-bf0c-c58f3481e9f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ce245e11-edef-4374-9851-fef1936e5e7f", "description": null}} 2019-01-03 11:24:36,149 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-1306bac9-e478-46e3-bf0c-c58f3481e9f3 2019-01-03 11:24:36,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2019-01-03 11:24:36,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:36 GMT Server: Apache x-compute-request-id: req-b98a3772-c688-4540-a7a2-bf7cf6a16f43 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b98a3772-c688-4540-a7a2-bf7cf6a16f43 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "ce245e11-edef-4374-9851-fef1936e5e7f", "name": "foo", "control_location": "back-end", "encryption_id": "a920449b-6c96-4966-a613-240c81f525c7", "provider": "bar", "provider_class": "bar"}} 2019-01-03 11:24:36,354 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f/encryption used request id req-b98a3772-c688-4540-a7a2-bf7cf6a16f43 2019-01-03 11:24:36,358 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" 2019-01-03 11:24:36,534 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:36 GMT Server: Apache x-compute-request-id: req-1cbf8fba-9db6-4772-b521-60832e54d52e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1cbf8fba-9db6-4772-b521-60832e54d52e Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "e995daf6-6a35-4915-973b-dea250139aa6", "name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec"}]} 2019-01-03 11:24:36,534 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs used request id req-1cbf8fba-9db6-4772-b521-60832e54d52e 2019-01-03 11:24:36,537 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6/associate?vol_type_id=ce245e11-edef-4374-9851-fef1936e5e7f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" 2019-01-03 11:24:36,762 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-df040fab-ff0b-4f1d-b6b6-fdad53040030 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. 2019-01-03 11:24:36,762 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6/associate?vol_type_id=ce245e11-edef-4374-9851-fef1936e5e7f used request id req-df040fab-ff0b-4f1d-b6b6-fdad53040030 2019-01-03 11:24:36,762 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type 2019-01-03 11:24:36,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6305ae0aa8837874ed4d004e52ff567b6e19681" 2019-01-03 11:24:36,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:36 GMT Server: Apache x-compute-request-id: req-ef6b52f3-673f-42a1-a0e9-541df28eff81 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ef6b52f3-673f-42a1-a0e9-541df28eff81 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type", "qos_specs_id": "e995daf6-6a35-4915-973b-dea250139aa6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ce245e11-edef-4374-9851-fef1936e5e7f", "description": null}} 2019-01-03 11:24:36,935 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f used request id req-ef6b52f3-673f-42a1-a0e9-541df28eff81 2019-01-03 11:24:36,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef6b52f3-673f-42a1-a0e9-541df28eff81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6305ae0aa8837874ed4d004e52ff567b6e19681" 2019-01-03 11:24:37,118 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:36 GMT Server: Apache x-compute-request-id: req-4e7622fa-396c-4aec-b4e8-ea2c9f421fba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e7622fa-396c-4aec-b4e8-ea2c9f421fba Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type", "qos_specs_id": "e995daf6-6a35-4915-973b-dea250139aa6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ce245e11-edef-4374-9851-fef1936e5e7f", "description": null}} 2019-01-03 11:24:37,118 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f used request id req-4e7622fa-396c-4aec-b4e8-ea2c9f421fba 2019-01-03 11:24:37,121 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef6b52f3-673f-42a1-a0e9-541df28eff81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6305ae0aa8837874ed4d004e52ff567b6e19681" 2019-01-03 11:24:37,300 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:37 GMT Server: Apache x-compute-request-id: req-3d3c81bf-03cb-47a5-9b6f-3f06aea27fcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d3c81bf-03cb-47a5-9b6f-3f06aea27fcc Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "ce245e11-edef-4374-9851-fef1936e5e7f", "control_location": "back-end", "deleted": false, "created_at": "2019-01-03T11:24:36.000000", "updated_at": null, "encryption_id": "a920449b-6c96-4966-a613-240c81f525c7", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2019-01-03 11:24:37,300 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f/encryption used request id req-3d3c81bf-03cb-47a5-9b6f-3f06aea27fcc 2019-01-03 11:24:37,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ef6b52f3-673f-42a1-a0e9-541df28eff81" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6305ae0aa8837874ed4d004e52ff567b6e19681" 2019-01-03 11:24:37,464 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:37 GMT Server: Apache x-compute-request-id: req-6eae8052-a09e-4212-a16a-a80c600f80e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6eae8052-a09e-4212-a16a-a80c600f80e5 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "e995daf6-6a35-4915-973b-dea250139aa6", "name": "CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec"}, "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6", "rel": "bookmark"}]} 2019-01-03 11:24:37,464 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6 used request id req-6eae8052-a09e-4212-a16a-a80c600f80e5 2019-01-03 11:24:37,464 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-vol_type 2019-01-03 11:24:37,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a67eb6b6-88c5-4d17-975c-d9b7a3587d18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdeabde5e6ddbcd4650cfd7018c9f79e3b4c817a" 2019-01-03 11:24:37,684 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-add937d6-39ad-4787-b938-8468cc831ed4 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. 2019-01-03 11:24:37,684 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/ce245e11-edef-4374-9851-fef1936e5e7f used request id req-add937d6-39ad-4787-b938-8468cc831ed4 2019-01-03 11:24:37,685 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-d8ea42fc-bf10-41b8-beb8-57e500401d78-qos-spec 2019-01-03 11:24:37,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d315c2cb-cc02-443c-8ea7-00c25905230b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfb2afe04793e37d54fc9442c243b4268cdeb697" 2019-01-03 11:24:37,894 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-48f0ebed-0b67-4d82-b5c9-27284900e595 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. 2019-01-03 11:24:37,894 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/qos-specs/e995daf6-6a35-4915-973b-dea250139aa6?force=False used request id req-48f0ebed-0b67-4d82-b5c9-27284900e595 2019-01-03 11:24:37,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fa6e1eab-065b-4c2a-a234-0e9e6c1cd639 Date: Thu, 03 Jan 2019 11:24:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:38,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-fa6e1eab-065b-4c2a-a234-0e9e6c1cd639 2019-01-03 11:24:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8a0972-c3c9-40e8-ad7e-81b0fbbe443b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:38,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-9e8a0972-c3c9-40e8-ad7e-81b0fbbe443b 2019-01-03 11:24:38,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7538f957-fd1a-4d88-bc8d-3df345dbc763 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:38,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7538f957-fd1a-4d88-bc8d-3df345dbc763 2019-01-03 11:24:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9882a78-19fc-4efe-8507-332b4e41e2d9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:38,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d9882a78-19fc-4efe-8507-332b4e41e2d9 2019-01-03 11:24:38,307 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj 2019-01-03 11:24:38,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99f3011-d70f-4fe1-b712-92bdd31fff91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:38,507 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b2bb8104c77849d1bab2a682ed0b4572 used request id req-c99f3011-d70f-4fe1-b712-92bdd31fff91 2019-01-03 11:24:38,507 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-proj-role 2019-01-03 11:24:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f20410bf-d3fe-4893-a070-0b24af11d3b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:38,545 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/eb669d7d48c342fba15b35abf69056da used request id req-f20410bf-d3fe-4893-a070-0b24af11d3b4 2019-01-03 11:24:38,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbb566ec29cbff0e6f36a3e7f3a8f7f20d4e1fb3" 2019-01-03 11:24:38,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfb1e7d-7e06-422d-94e2-5b690b72f4ba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:38,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-edfb1e7d-7e06-422d-94e2-5b690b72f4ba 2019-01-03 11:24:38,635 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-4cdc6f4f-606f-41b-user 2019-01-03 11:24:38,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/37628f31e18743fd84d768709e8bbea8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f88c59997b0816212187a6636eec98ca911827c" 2019-01-03 11:24:38,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a038c62-004d-4659-9c09-23e6e1012712 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:38,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/37628f31e18743fd84d768709e8bbea8 used request id req-9a038c62-004d-4659-9c09-23e6e1012712 2019-01-03 11:24:38,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:39,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ijJCGxbKTtiHrG_Rd4_o3g"], "issued_at": "2019-01-03T11:24:39.000000Z"}} 2019-01-03 11:24:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f76ba3021379d1bac2569ba5c2a670e7022ad9b" 2019-01-03 11:24:39,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f54b0a-9b00-4390-8b12-5307af0d48ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:39,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-91f54b0a-9b00-4390-8b12-5307af0d48ef 2019-01-03 11:24:39,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:39,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:39,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nfpNm0NDTIKKynEnbZudkQ"], "issued_at": "2019-01-03T11:24:39.000000Z"}} 2019-01-03 11:24:39,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:39,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca25ac8-8857-480d-bab3-305fe39bc68c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:39,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7ca25ac8-8857-480d-bab3-305fe39bc68c 2019-01-03 11:24:39,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:39,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:39,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:39,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4581d38-4cef-4e36-b610-abdfffcd030d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:39,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj used request id req-b4581d38-4cef-4e36-b610-abdfffcd030d 2019-01-03 11:24:39,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:39,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1914ef61-693f-4821-bbf3-53d17c0df913 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:39,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1914ef61-693f-4821-bbf3-53d17c0df913 2019-01-03 11:24:39,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}}' 2019-01-03 11:24:40,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab40a82d-9655-4eb8-b3c7-32e8c5b4dfbd Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc"}, "enabled": true, "id": "3ae188b0fcbf46ce83aa212d598bcdcc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}} 2019-01-03 11:24:40,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ab40a82d-9655-4eb8-b3c7-32e8c5b4dfbd 2019-01-03 11:24:40,073 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj 2019-01-03 11:24:40,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:40,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:40,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["L1w3_C0WRO-d-3Jogt8kLA"], "issued_at": "2019-01-03T11:24:40.000000Z"}} 2019-01-03 11:24:40,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ef6919c809625bffb3c349908e0beb684008a2" 2019-01-03 11:24:40,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd35f96d-4de1-4378-ac39-e88770ede023 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:40,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bd35f96d-4de1-4378-ac39-e88770ede023 2019-01-03 11:24:40,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:40,555 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ef6919c809625bffb3c349908e0beb684008a2" 2019-01-03 11:24:40,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff0ba01-335b-449f-b374-6cf7afcb3700 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:40,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1ff0ba01-335b-449f-b374-6cf7afcb3700 2019-01-03 11:24:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ef6919c809625bffb3c349908e0beb684008a2" 2019-01-03 11:24:40,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4da8549-c297-4d93-8c69-22a38d545bb4 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc"}, "enabled": true, "id": "3ae188b0fcbf46ce83aa212d598bcdcc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}]} 2019-01-03 11:24:40,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj used request id req-d4da8549-c297-4d93-8c69-22a38d545bb4 2019-01-03 11:24:40,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ef6919c809625bffb3c349908e0beb684008a2" 2019-01-03 11:24:40,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f06d02c6-28ee-4c15-bed4-82bf693fe439 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:40,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f06d02c6-28ee-4c15-bed4-82bf693fe439 2019-01-03 11:24:41,163 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-user 2019-01-03 11:24:41,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:41,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:41,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a151573e-adf9-453b-bd74-d2b2e4d8b295 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:41,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a151573e-adf9-453b-bd74-d2b2e4d8b295 2019-01-03 11:24:41,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role"}}' 2019-01-03 11:24:41,384 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a07e82c1-14a4-4ef4-86fc-f1584b6da300 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "70ae6bc5a5d5475c837b179cf74d2bc7", "links": {"self": "http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7"}, "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role"}} 2019-01-03 11:24:41,385 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a07e82c1-14a4-4ef4-86fc-f1584b6da300 2019-01-03 11:24:41,385 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role 2019-01-03 11:24:41,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:41,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def54901-b227-4fcd-b30f-04ed29411525 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role", "id": "70ae6bc5a5d5475c837b179cf74d2bc7"}} 2019-01-03 11:24:41,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7 used request id req-def54901-b227-4fcd-b30f-04ed29411525 2019-01-03 11:24:41,405 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role to project CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj 2019-01-03 11:24:41,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc/users/12bfd78c17a942ae8388e26acdbbfd56/roles/70ae6bc5a5d5475c837b179cf74d2bc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:41,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f5a652b-029a-4852-ad5b-f0636c8f8632 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:41,530 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc/users/12bfd78c17a942ae8388e26acdbbfd56/roles/70ae6bc5a5d5475c837b179cf74d2bc7 used request id req-8f5a652b-029a-4852-ad5b-f0636c8f8632 2019-01-03 11:24:41,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:41,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ae6bc5a5d5475c837b179cf74d2bc7", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role"}], "expires_at": "2019-01-03T12:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ae188b0fcbf46ce83aa212d598bcdcc", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-user", "id": "12bfd78c17a942ae8388e26acdbbfd56"}, "audit_ids": ["yfZeuTGlT32O5CRwXoimEA"], "issued_at": "2019-01-03T11:24:41.000000Z"}} 2019-01-03 11:24:41,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcd6e91dc557284e7400fb0e6099757ef8c838" 2019-01-03 11:24:42,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc77060-7419-42b4-b8cd-8974505a2998 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:42,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7fc77060-7419-42b4-b8cd-8974505a2998 2019-01-03 11:24:42,006 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:42,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:42,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ae6bc5a5d5475c837b179cf74d2bc7", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role"}], "expires_at": "2019-01-03T12:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ae188b0fcbf46ce83aa212d598bcdcc", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3ae188b0fcbf46ce83aa212d598bcdcc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-user", "id": "12bfd78c17a942ae8388e26acdbbfd56"}, "audit_ids": ["CbJIOFuoTnWTfCX5bLtAgQ"], "issued_at": "2019-01-03T11:24:42.000000Z"}} 2019-01-03 11:24:42,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:42,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f24a7aaf-5f07-4725-97b9-a9119a02c82b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:42,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f24a7aaf-5f07-4725-97b9-a9119a02c82b 2019-01-03 11:24:42,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:42,661 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:42 GMT Server: Apache x-compute-request-id: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:24:42,662 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail used request id req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc 2019-01-03 11:24:42,665 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "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}}' 2019-01-03 11:24:43,012 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:42 GMT Server: Apache x-compute-request-id: req-ce7b6828-9338-42bc-8db6-438666a70c54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce7b6828-9338-42bc-8db6-438666a70c54 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.921064", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}} 2019-01-03 11:24:43,012 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes used request id req-ce7b6828-9338-42bc-8db6-438666a70c54 2019-01-03 11:24:43,016 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:43,222 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache x-compute-request-id: req-1ed6889f-bc73-4ee7-92df-1165dccf531a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ed6889f-bc73-4ee7-92df-1165dccf531a Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ae188b0fcbf46ce83aa212d598bcdcc", "updated_at": "2019-01-03T11:24:43.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}} 2019-01-03 11:24:43,222 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-1ed6889f-bc73-4ee7-92df-1165dccf531a 2019-01-03 11:24:43,223 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:43,226 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:43,418 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache x-compute-request-id: req-cc0ed97f-30f3-4cfa-a70a-357b6d95e078 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc0ed97f-30f3-4cfa-a70a-357b6d95e078 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ae188b0fcbf46ce83aa212d598bcdcc", "updated_at": "2019-01-03T11:24:43.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}} 2019-01-03 11:24:43,418 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-cc0ed97f-30f3-4cfa-a70a-357b6d95e078 2019-01-03 11:24:43,419 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:24:43,419 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:43,419 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:43,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcd6e91dc557284e7400fb0e6099757ef8c838" 2019-01-03 11:24:43,609 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache x-compute-request-id: req-cc05cd1b-ec02-4274-b842-e6de28f19083 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc05cd1b-ec02-4274-b842-e6de28f19083 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ae188b0fcbf46ce83aa212d598bcdcc", "updated_at": "2019-01-03T11:24:43.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}]} 2019-01-03 11:24:43,609 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail used request id req-cc05cd1b-ec02-4274-b842-e6de28f19083 2019-01-03 11:24:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:43,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcd6e91dc557284e7400fb0e6099757ef8c838" 2019-01-03 11:24:43,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3e31d0-7469-4a78-80b7-53a4c57161d8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc"}, "enabled": true, "id": "3ae188b0fcbf46ce83aa212d598bcdcc", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj"}} 2019-01-03 11:24:43,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc used request id req-af3e31d0-7469-4a78-80b7-53a4c57161d8 2019-01-03 11:24:43,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:43,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache x-compute-request-id: req-1992349a-0249-4cb0-9132-83acc22eb28c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1992349a-0249-4cb0-9132-83acc22eb28c Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ae188b0fcbf46ce83aa212d598bcdcc", "updated_at": "2019-01-03T11:24:43.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}} 2019-01-03 11:24:43,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-1992349a-0249-4cb0-9132-83acc22eb28c 2019-01-03 11:24:43,830 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:24:43,830 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:43,830 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:43,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:44,061 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-47623a34-6541-44f1-8b69-5238ab86cff6 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. 2019-01-03 11:24:44,061 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-47623a34-6541-44f1-8b69-5238ab86cff6 2019-01-03 11:24:44,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:44,247 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:44 GMT Server: Apache x-compute-request-id: req-d5e8bb9d-b2ba-4268-b559-99605892c907 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5e8bb9d-b2ba-4268-b559-99605892c907 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "12bfd78c17a942ae8388e26acdbbfd56", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "self"}, {"href": "http://172.30.9.28:8776/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:42.000000", "description": null, "os-vol-tenant-attr:tenant_id": "3ae188b0fcbf46ce83aa212d598bcdcc", "updated_at": "2019-01-03T11:24:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "26ed8c84-9af7-4dc0-8450-0e50eaccffbb", "size": 1}} 2019-01-03 11:24:44,247 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-d5e8bb9d-b2ba-4268-b559-99605892c907 2019-01-03 11:24:44,248 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:24:44,248 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:24:47,251 - create_volume - DEBUG - Volume status query timeout in 56.8103449345 2019-01-03 11:24:47,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ef3ea1d-e8c2-4131-95df-4ee93d1b32bc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a26da3db24670a8b9df33801c304e299022cb3" 2019-01-03 11:24:47,450 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:24:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c8752234-19f5-4375-b8de-bdc3fd1f955c x-openstack-request-id: req-c8752234-19f5-4375-b8de-bdc3fd1f955c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 26ed8c84-9af7-4dc0-8450-0e50eaccffbb could not be found.", "code": 404}} 2019-01-03 11:24:47,451 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/26ed8c84-9af7-4dc0-8450-0e50eaccffbb used request id req-c8752234-19f5-4375-b8de-bdc3fd1f955c 2019-01-03 11:24:47,451 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 26ed8c84-9af7-4dc0-8450-0e50eaccffbb could not be found. (HTTP 404) (Request-ID: req-c8752234-19f5-4375-b8de-bdc3fd1f955c) 2019-01-03 11:24:47,451 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-b7ee4643-4b6c-4c53-832f-e7b1e67db171 2019-01-03 11:24:47,455 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc05cd1b-ec02-4274-b842-e6de28f19083" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39dcd6e91dc557284e7400fb0e6099757ef8c838" 2019-01-03 11:24:47,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:47 GMT Server: Apache x-compute-request-id: req-80f85d4c-03a0-41a9-a385-8a711573774c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-80f85d4c-03a0-41a9-a385-8a711573774c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:24:47,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/3ae188b0fcbf46ce83aa212d598bcdcc/volumes/detail used request id req-80f85d4c-03a0-41a9-a385-8a711573774c 2019-01-03 11:24:47,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:47,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-73d1bea8-e27a-4aa2-84b3-accbcc162100 Date: Thu, 03 Jan 2019 11:24:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:47,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-73d1bea8-e27a-4aa2-84b3-accbcc162100 2019-01-03 11:24:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:47,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16799103-6ab5-481e-bd60-06c92c152319 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:47,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-16799103-6ab5-481e-bd60-06c92c152319 2019-01-03 11:24:47,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:48,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5a2883-9977-49d0-8edb-be0ca92f83b0 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:48,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-cc5a2883-9977-49d0-8edb-be0ca92f83b0 2019-01-03 11:24:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:48,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2420e900-eb0b-4a77-93d7-d40c3a581a68 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:48,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-2420e900-eb0b-4a77-93d7-d40c3a581a68 2019-01-03 11:24:48,170 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj 2019-01-03 11:24:48,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:48,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc34e5af-c7f2-4a95-b785-b36f930d018a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:48,400 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3ae188b0fcbf46ce83aa212d598bcdcc used request id req-cc34e5af-c7f2-4a95-b785-b36f930d018a 2019-01-03 11:24:48,400 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-proj-role 2019-01-03 11:24:48,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:48,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36a6294b-ef91-48f1-9741-8705d8df454a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:48,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/70ae6bc5a5d5475c837b179cf74d2bc7 used request id req-36a6294b-ef91-48f1-9741-8705d8df454a 2019-01-03 11:24:48,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9fb80071e435a9b5fd3a64b8bd1e1e97288accd" 2019-01-03 11:24:48,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea4c29a-6311-4e92-b848-c50d9236f909 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:48,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fea4c29a-6311-4e92-b848-c50d9236f909 2019-01-03 11:24:48,602 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-ae9ec9d9-1a3e-446-user 2019-01-03 11:24:48,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/12bfd78c17a942ae8388e26acdbbfd56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ef6919c809625bffb3c349908e0beb684008a2" 2019-01-03 11:24:48,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d70056d-2436-4f38-9ff7-13ccb4073212 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:48,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/12bfd78c17a942ae8388e26acdbbfd56 used request id req-4d70056d-2436-4f38-9ff7-13ccb4073212 2019-01-03 11:24:48,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:49,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UWk9e6N6T6G_RqNOxt2u2Q"], "issued_at": "2019-01-03T11:24:49.000000Z"}} 2019-01-03 11:24:49,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}953e8752f10be8c83bcd13bdd2a13d63340f8fd9" 2019-01-03 11:24:49,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af36632-efde-4c3a-85d2-3f4816f9634b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:49,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5af36632-efde-4c3a-85d2-3f4816f9634b 2019-01-03 11:24:49,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:49,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:49,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lDRqVs8IRGmhujwu2RYKbQ"], "issued_at": "2019-01-03T11:24:49.000000Z"}} 2019-01-03 11:24:49,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:49,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92deaaee-09f0-4535-bc61-e39b86cbeb51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:49,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-92deaaee-09f0-4535-bc61-e39b86cbeb51 2019-01-03 11:24:49,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:49,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:49,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:49,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-663f92c1-8b45-41d0-97d5-ef59d45a2ebc Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:24:49,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj used request id req-663f92c1-8b45-41d0-97d5-ef59d45a2ebc 2019-01-03 11:24:49,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:49,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1a80c4-dd52-4579-a98f-bc4f755b86a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:49,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8c1a80c4-dd52-4579-a98f-bc4f755b86a7 2019-01-03 11:24:49,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}}' 2019-01-03 11:24:50,072 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0720a3-9dc6-4bc1-8fff-92a9bdc6a349 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f"}, "enabled": true, "id": "310a378a6c704deb90f97fd00e3b947f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}} 2019-01-03 11:24:50,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6e0720a3-9dc6-4bc1-8fff-92a9bdc6a349 2019-01-03 11:24:50,073 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj 2019-01-03 11:24:50,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:50,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:50,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7-KT74TeQ1a2QDYhycOx-w"], "issued_at": "2019-01-03T11:24:50.000000Z"}} 2019-01-03 11:24:50,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24485a8de8e2f973a575f449d8410ef6a35805ac" 2019-01-03 11:24:50,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efc0ef2-23e4-4e74-8c9d-6ff73661f3ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:50,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9efc0ef2-23e4-4e74-8c9d-6ff73661f3ab 2019-01-03 11:24:50,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:50,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:50,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24485a8de8e2f973a575f449d8410ef6a35805ac" 2019-01-03 11:24:50,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae7f6ec-bd8f-4640-84e7-1083e2e0b6d2 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:24:50,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-aae7f6ec-bd8f-4640-84e7-1083e2e0b6d2 2019-01-03 11:24:50,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24485a8de8e2f973a575f449d8410ef6a35805ac" 2019-01-03 11:24:50,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d48361-c4d6-455d-8969-9225175ab6d1 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f"}, "enabled": true, "id": "310a378a6c704deb90f97fd00e3b947f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}]} 2019-01-03 11:24:50,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj used request id req-16d48361-c4d6-455d-8969-9225175ab6d1 2019-01-03 11:24:50,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24485a8de8e2f973a575f449d8410ef6a35805ac" 2019-01-03 11:24:50,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bfde54-3869-447b-86a9-9c37f1f34fcf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:24:50,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-32bfde54-3869-447b-86a9-9c37f1f34fcf 2019-01-03 11:24:51,134 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-user 2019-01-03 11:24:51,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:51,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb8feeb-de92-407e-b492-b9befbc05034 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:51,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7eb8feeb-de92-407e-b492-b9befbc05034 2019-01-03 11:24:51,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role"}}' 2019-01-03 11:24:51,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c9bfcac-4bfd-45ad-939a-abad47587528 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c769d30ee26a4636b66a9a6e842f0a49", "links": {"self": "http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49"}, "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role"}} 2019-01-03 11:24:51,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-1c9bfcac-4bfd-45ad-939a-abad47587528 2019-01-03 11:24:51,325 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role 2019-01-03 11:24:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:51,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d5b996-e437-48c1-b763-30777e51866c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role", "id": "c769d30ee26a4636b66a9a6e842f0a49"}} 2019-01-03 11:24:51,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49 used request id req-22d5b996-e437-48c1-b763-30777e51866c 2019-01-03 11:24:51,419 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role to project CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj 2019-01-03 11:24:51,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f/users/92466f3697ac4f48ab3d47182dd4265b/roles/c769d30ee26a4636b66a9a6e842f0a49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:51,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1111e7cc-9f1c-4fb4-821f-433bb902e47f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:51,555 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f/users/92466f3697ac4f48ab3d47182dd4265b/roles/c769d30ee26a4636b66a9a6e842f0a49 used request id req-1111e7cc-9f1c-4fb4-821f-433bb902e47f 2019-01-03 11:24:51,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:51,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c769d30ee26a4636b66a9a6e842f0a49", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role"}], "expires_at": "2019-01-03T12:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "310a378a6c704deb90f97fd00e3b947f", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-user", "id": "92466f3697ac4f48ab3d47182dd4265b"}, "audit_ids": ["KPNbX_FiRnmqHNfPgXPcGw"], "issued_at": "2019-01-03T11:24:51.000000Z"}} 2019-01-03 11:24:51,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f3b7723ba04fd1420304172c034a95146e1e17" 2019-01-03 11:24:52,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ce9506-0f3e-4761-867f-78225f15b46b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:52,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-12ce9506-0f3e-4761-867f-78225f15b46b 2019-01-03 11:24:52,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:52,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:52,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c769d30ee26a4636b66a9a6e842f0a49", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role"}], "expires_at": "2019-01-03T12:24:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "310a378a6c704deb90f97fd00e3b947f", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-user", "id": "92466f3697ac4f48ab3d47182dd4265b"}, "audit_ids": ["OoCVEF79SKOeF6Np7iA1-g"], "issued_at": "2019-01-03T11:24:52.000000Z"}} 2019-01-03 11:24:52,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:52,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c40c2ccc-4ec8-49e1-86be-2fea7bb3ad53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:52,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c40c2ccc-4ec8-49e1-86be-2fea7bb3ad53 2019-01-03 11:24:52,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:52,676 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:52 GMT Server: Apache x-compute-request-id: req-c55d6baa-c509-485c-9d00-d64a7773894b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c55d6baa-c509-485c-9d00-d64a7773894b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:24:52,676 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail used request id req-c55d6baa-c509-485c-9d00-d64a7773894b 2019-01-03 11:24:52,680 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "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}}' 2019-01-03 11:24:53,000 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:52 GMT Server: Apache x-compute-request-id: req-f9b1d0eb-f0fe-48dd-854b-01328b504c21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9b1d0eb-f0fe-48dd-854b-01328b504c21 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.901830", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}} 2019-01-03 11:24:53,000 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes used request id req-f9b1d0eb-f0fe-48dd-854b-01328b504c21 2019-01-03 11:24:53,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:53,203 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:53 GMT Server: Apache x-compute-request-id: req-aa4ad7a0-1010-43cb-bac6-b36f1203b2b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aa4ad7a0-1010-43cb-bac6-b36f1203b2b8 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}} 2019-01-03 11:24:53,203 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-aa4ad7a0-1010-43cb-bac6-b36f1203b2b8 2019-01-03 11:24:53,203 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:53,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:53,391 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:53 GMT Server: Apache x-compute-request-id: req-c7b0ba66-39a6-4605-9f59-3c270649a064 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c7b0ba66-39a6-4605-9f59-3c270649a064 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}} 2019-01-03 11:24:53,392 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-c7b0ba66-39a6-4605-9f59-3c270649a064 2019-01-03 11:24:53,392 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:24:53,392 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:53,392 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:53,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f3b7723ba04fd1420304172c034a95146e1e17" 2019-01-03 11:24:53,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:53 GMT Server: Apache x-compute-request-id: req-77174439-fb39-4301-8dc8-4ba181652756 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77174439-fb39-4301-8dc8-4ba181652756 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}]} 2019-01-03 11:24:53,589 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail used request id req-77174439-fb39-4301-8dc8-4ba181652756 2019-01-03 11:24:53,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:53,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:53,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1f3b7723ba04fd1420304172c034a95146e1e17" 2019-01-03 11:24:53,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58125418-81ee-4d2d-8e78-a764279ed4ec Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f"}, "enabled": true, "id": "310a378a6c704deb90f97fd00e3b947f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}} 2019-01-03 11:24:53,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f used request id req-58125418-81ee-4d2d-8e78-a764279ed4ec 2019-01-03 11:24:53,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:24:53,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:24:54,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c769d30ee26a4636b66a9a6e842f0a49", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role"}], "expires_at": "2019-01-03T12:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "310a378a6c704deb90f97fd00e3b947f", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/310a378a6c704deb90f97fd00e3b947f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-user", "id": "92466f3697ac4f48ab3d47182dd4265b"}, "audit_ids": ["bgUFcCQbQ8a-qv9Rm5UazQ"], "issued_at": "2019-01-03T11:24:54.000000Z"}} 2019-01-03 11:24:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2e3a53d7b9abdbdc119c51ca66454cd505b96b" 2019-01-03 11:24:54,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2123925-ea6d-4806-9d0b-0d413177fc4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:24:54,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d2123925-ea6d-4806-9d0b-0d413177fc4a 2019-01-03 11:24:54,378 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2e3a53d7b9abdbdc119c51ca66454cd505b96b" 2019-01-03 11:24:54,584 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:54 GMT Server: Apache x-compute-request-id: req-b63d9223-5fce-40bb-883d-850750279868 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b63d9223-5fce-40bb-883d-850750279868 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}]} 2019-01-03 11:24:54,584 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/detail used request id req-b63d9223-5fce-40bb-883d-850750279868 2019-01-03 11:24:54,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:24:54,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:24: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:24:54,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d2e3a53d7b9abdbdc119c51ca66454cd505b96b" 2019-01-03 11:24:54,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94125128-4718-4a24-9e69-29d24322ae8e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f"}, "enabled": true, "id": "310a378a6c704deb90f97fd00e3b947f", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj"}} 2019-01-03 11:24:54,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f used request id req-94125128-4718-4a24-9e69-29d24322ae8e 2019-01-03 11:24:54,670 - create_volume - INFO - Did not create volume due to cleanup mode 2019-01-03 11:24:54,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:54,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:54 GMT Server: Apache x-compute-request-id: req-659236fb-1a35-43dc-b701-23f6a98adc4a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-659236fb-1a35-43dc-b701-23f6a98adc4a Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:53.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}} 2019-01-03 11:24:54,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-659236fb-1a35-43dc-b701-23f6a98adc4a 2019-01-03 11:24:54,883 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:24:54,883 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:54,884 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:54,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:55,116 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:24:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ac8359ee-731f-4584-8d3f-ea5c66a482f0 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. 2019-01-03 11:24:55,116 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-ac8359ee-731f-4584-8d3f-ea5c66a482f0 2019-01-03 11:24:55,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:55,317 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:55 GMT Server: Apache x-compute-request-id: req-bdcf2bd2-69e8-403e-8b1b-62f1d48d3909 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdcf2bd2-69e8-403e-8b1b-62f1d48d3909 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "92466f3697ac4f48ab3d47182dd4265b", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "self"}, {"href": "http://172.30.9.28:8776/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:24:52.000000", "description": null, "os-vol-tenant-attr:tenant_id": "310a378a6c704deb90f97fd00e3b947f", "updated_at": "2019-01-03T11:24:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "07da83a5-101a-45fc-b1d8-eb467ac4cbdc", "size": 1}} 2019-01-03 11:24:55,317 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-bdcf2bd2-69e8-403e-8b1b-62f1d48d3909 2019-01-03 11:24:55,317 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:24:55,317 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:24:58,321 - create_volume - DEBUG - Volume status query timeout in 56.7955238819 2019-01-03 11:24:58,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c55d6baa-c509-485c-9d00-d64a7773894b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7763e3df6f0c01fafb9150b7793ecf9b944a8939" 2019-01-03 11:24:58,891 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:24:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2d826e5c-7ee3-47e6-a20b-7a5ee45be22e x-openstack-request-id: req-2d826e5c-7ee3-47e6-a20b-7a5ee45be22e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 07da83a5-101a-45fc-b1d8-eb467ac4cbdc could not be found.", "code": 404}} 2019-01-03 11:24:58,891 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/310a378a6c704deb90f97fd00e3b947f/volumes/07da83a5-101a-45fc-b1d8-eb467ac4cbdc used request id req-2d826e5c-7ee3-47e6-a20b-7a5ee45be22e 2019-01-03 11:24:58,892 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 07da83a5-101a-45fc-b1d8-eb467ac4cbdc could not be found. (HTTP 404) (Request-ID: req-2d826e5c-7ee3-47e6-a20b-7a5ee45be22e) 2019-01-03 11:24:58,892 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-8a0c3173-5ac0-478e-aa81-d7adb7519a97 2019-01-03 11:24:58,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-eb5543e1-b9d8-4014-a1c9-52614381d9d7 Date: Thu, 03 Jan 2019 11:24:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:24:59,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-eb5543e1-b9d8-4014-a1c9-52614381d9d7 2019-01-03 11:24:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2019a6d0-c770-47fc-bffb-1b3451acce0d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:24:59,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-2019a6d0-c770-47fc-bffb-1b3451acce0d 2019-01-03 11:24:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80e2f03-0d89-4541-b4d5-3d6a8a8c9a75 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:24:59,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-b80e2f03-0d89-4541-b4d5-3d6a8a8c9a75 2019-01-03 11:24:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f40752e-4bd5-4b88-8bae-d53780385a1f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:24:59,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-9f40752e-4bd5-4b88-8bae-d53780385a1f 2019-01-03 11:24:59,401 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj 2019-01-03 11:24:59,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-533c7562-f377-4fed-b1bc-b06a41bcb627 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:59,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/310a378a6c704deb90f97fd00e3b947f used request id req-533c7562-f377-4fed-b1bc-b06a41bcb627 2019-01-03 11:24:59,634 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-proj-role 2019-01-03 11:24:59,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37ecf00a-3638-46bd-8827-2eddcc311db6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:24:59,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c769d30ee26a4636b66a9a6e842f0a49 used request id req-37ecf00a-3638-46bd-8827-2eddcc311db6 2019-01-03 11:24:59,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c5a854c80ae270fc4040d60fa0bf754467048e" 2019-01-03 11:24:59,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9458287-dfd6-4259-8ebf-58e60b2c5999 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:24:59,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d9458287-dfd6-4259-8ebf-58e60b2c5999 2019-01-03 11:24:59,841 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-51e6996c-d2aa-4a0-user 2019-01-03 11:24:59,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/92466f3697ac4f48ab3d47182dd4265b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24485a8de8e2f973a575f449d8410ef6a35805ac" 2019-01-03 11:25:00,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:24:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e9806b0-5890-4f55-9f99-465b310d919c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:00,024 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/92466f3697ac4f48ab3d47182dd4265b used request id req-5e9806b0-5890-4f55-9f99-465b310d919c 2019-01-03 11:25:00,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:00,406 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dQiJsRQYR8SKZeevRp2uIw"], "issued_at": "2019-01-03T11:25:00.000000Z"}} 2019-01-03 11:25:00,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b3a19e1f80a2b1ae5d87f7ab42c3040fd9c1bae" 2019-01-03 11:25:00,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a88a32-4f6d-4a41-8a9b-42808fc7b06d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:00,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-73a88a32-4f6d-4a41-8a9b-42808fc7b06d 2019-01-03 11:25:00,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:00,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:00,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UsAkY41oTC-RIiAmLQqlQQ"], "issued_at": "2019-01-03T11:25:00.000000Z"}} 2019-01-03 11:25:00,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:00,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3012cbe-d8bd-4a30-884f-31ae3658d817 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:00,964 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3012cbe-d8bd-4a30-884f-31ae3658d817 2019-01-03 11:25:00,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:00,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:00,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:01,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863761e9-d9d7-488c-858b-b645b5f32617 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:01,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj used request id req-863761e9-d9d7-488c-858b-b645b5f32617 2019-01-03 11:25:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:01,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8e60c7-5b4d-40df-8ec8-13dfe61f1d3b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:01,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3f8e60c7-5b4d-40df-8ec8-13dfe61f1d3b 2019-01-03 11:25:01,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}}' 2019-01-03 11:25:01,278 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77bddba6-e854-4d61-87a0-3cc8a3a5334e Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48"}, "enabled": true, "id": "cac4f0f7e222478cb8515564fcda8a48", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}} 2019-01-03 11:25:01,278 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-77bddba6-e854-4d61-87a0-3cc8a3a5334e 2019-01-03 11:25:01,278 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj 2019-01-03 11:25:01,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:01,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:01,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ajpi3sIyTu2-ZxksTFUKkA"], "issued_at": "2019-01-03T11:25:01.000000Z"}} 2019-01-03 11:25:01,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e06eae6aeec6f14b459f22def3a2bd67ef920f6" 2019-01-03 11:25:01,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b853d3af-8d80-460c-91bf-18b159e726c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:01,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b853d3af-8d80-460c-91bf-18b159e726c2 2019-01-03 11:25:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:01,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:01,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e06eae6aeec6f14b459f22def3a2bd67ef920f6" 2019-01-03 11:25:01,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a8c712-a5c3-401d-a4c1-3d12c2c4fd95 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:01,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-65a8c712-a5c3-401d-a4c1-3d12c2c4fd95 2019-01-03 11:25:01,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e06eae6aeec6f14b459f22def3a2bd67ef920f6" 2019-01-03 11:25:01,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e370e08a-4e4c-44c8-a63e-257c2fe267aa Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48"}, "enabled": true, "id": "cac4f0f7e222478cb8515564fcda8a48", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}]} 2019-01-03 11:25:01,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj used request id req-e370e08a-4e4c-44c8-a63e-257c2fe267aa 2019-01-03 11:25:01,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e06eae6aeec6f14b459f22def3a2bd67ef920f6" 2019-01-03 11:25:02,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a6d149-8dde-481b-ac61-f09dedc7fc08 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:02,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-05a6d149-8dde-481b-ac61-f09dedc7fc08 2019-01-03 11:25:02,427 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-user 2019-01-03 11:25:02,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:02,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:02,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a302b24-a7d2-4555-b37e-22955f55d313 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:02,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6a302b24-a7d2-4555-b37e-22955f55d313 2019-01-03 11:25:02,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role"}}' 2019-01-03 11:25:02,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e7678a9-df0a-423e-bdc8-c22b4ff6c6f6 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "388ca258d49c4b548288f875b90f83dc", "links": {"self": "http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc"}, "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role"}} 2019-01-03 11:25:02,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4e7678a9-df0a-423e-bdc8-c22b4ff6c6f6 2019-01-03 11:25:02,629 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role 2019-01-03 11:25:02,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:02,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819de7b6-e3d3-4d29-8ccc-0a33dc639d73 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role", "id": "388ca258d49c4b548288f875b90f83dc"}} 2019-01-03 11:25:02,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc used request id req-819de7b6-e3d3-4d29-8ccc-0a33dc639d73 2019-01-03 11:25:02,648 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role to project CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj 2019-01-03 11:25:02,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48/users/6b583f5a71e540bb91ed97e067658d67/roles/388ca258d49c4b548288f875b90f83dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:02,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1297e636-15f5-4a24-9b6e-b05c22b0c19a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:02,783 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48/users/6b583f5a71e540bb91ed97e067658d67/roles/388ca258d49c4b548288f875b90f83dc used request id req-1297e636-15f5-4a24-9b6e-b05c22b0c19a 2019-01-03 11:25:02,785 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:03,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "388ca258d49c4b548288f875b90f83dc", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role"}], "expires_at": "2019-01-03T12:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cac4f0f7e222478cb8515564fcda8a48", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-user", "id": "6b583f5a71e540bb91ed97e067658d67"}, "audit_ids": ["BacvvwLlRWCx2WkRyCWerQ"], "issued_at": "2019-01-03T11:25:03.000000Z"}} 2019-01-03 11:25:03,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26fb91204f3d811f682f6f397a700a6a24137bd" 2019-01-03 11:25:03,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd06d653-104b-40f2-a33c-7e8941417304 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:03,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dd06d653-104b-40f2-a33c-7e8941417304 2019-01-03 11:25:03,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:03,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:03,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "388ca258d49c4b548288f875b90f83dc", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role"}], "expires_at": "2019-01-03T12:25:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cac4f0f7e222478cb8515564fcda8a48", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cac4f0f7e222478cb8515564fcda8a48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-user", "id": "6b583f5a71e540bb91ed97e067658d67"}, "audit_ids": ["rsCQzdcBQLONZHPeYD0Q-w"], "issued_at": "2019-01-03T11:25:03.000000Z"}} 2019-01-03 11:25:03,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:03,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46290a75-31b0-4450-a5ab-48ddd5fbdd48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:03,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-46290a75-31b0-4450-a5ab-48ddd5fbdd48 2019-01-03 11:25:03,781 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:03,973 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:03 GMT Server: Apache x-compute-request-id: req-2986f557-2fc7-4e30-a415-b12197fa4c29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2986f557-2fc7-4e30-a415-b12197fa4c29 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:03,974 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/detail used request id req-2986f557-2fc7-4e30-a415-b12197fa4c29 2019-01-03 11:25:03,977 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "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}}' 2019-01-03 11:25:04,323 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:03 GMT Server: Apache x-compute-request-id: req-cf8d1542-59f2-4079-a683-f01aac7dd009 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf8d1542-59f2-4079-a683-f01aac7dd009 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.234719", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}} 2019-01-03 11:25:04,324 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes used request id req-cf8d1542-59f2-4079-a683-f01aac7dd009 2019-01-03 11:25:04,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:04,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:04 GMT Server: Apache x-compute-request-id: req-2d53def6-9203-44f9-80dc-d2edd4d439a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d53def6-9203-44f9-80dc-d2edd4d439a2 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cac4f0f7e222478cb8515564fcda8a48", "updated_at": "2019-01-03T11:25:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}} 2019-01-03 11:25:04,884 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-2d53def6-9203-44f9-80dc-d2edd4d439a2 2019-01-03 11:25:04,885 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:04,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:05,080 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:04 GMT Server: Apache x-compute-request-id: req-c1d2940d-4e45-42b9-90ca-9ee3353cba3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c1d2940d-4e45-42b9-90ca-9ee3353cba3e Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cac4f0f7e222478cb8515564fcda8a48", "updated_at": "2019-01-03T11:25:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}} 2019-01-03 11:25:05,080 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-c1d2940d-4e45-42b9-90ca-9ee3353cba3e 2019-01-03 11:25:05,081 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:25:05,081 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:05,081 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:05,083 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26fb91204f3d811f682f6f397a700a6a24137bd" 2019-01-03 11:25:05,272 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:05 GMT Server: Apache x-compute-request-id: req-695fe53c-8176-4fc1-84ea-202fb131c505 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-695fe53c-8176-4fc1-84ea-202fb131c505 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cac4f0f7e222478cb8515564fcda8a48", "updated_at": "2019-01-03T11:25:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}]} 2019-01-03 11:25:05,272 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/detail used request id req-695fe53c-8176-4fc1-84ea-202fb131c505 2019-01-03 11:25:05,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:05,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c26fb91204f3d811f682f6f397a700a6a24137bd" 2019-01-03 11:25:05,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8cb95c0-c9a9-4264-882d-7f546bb07e5b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48"}, "enabled": true, "id": "cac4f0f7e222478cb8515564fcda8a48", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj"}} 2019-01-03 11:25:05,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48 used request id req-f8cb95c0-c9a9-4264-882d-7f546bb07e5b 2019-01-03 11:25:05,363 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:05,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:05 GMT Server: Apache x-compute-request-id: req-5ce2c00e-59b0-48fe-8a15-3fd9b5e43518 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5ce2c00e-59b0-48fe-8a15-3fd9b5e43518 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cac4f0f7e222478cb8515564fcda8a48", "updated_at": "2019-01-03T11:25:04.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}} 2019-01-03 11:25:05,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-5ce2c00e-59b0-48fe-8a15-3fd9b5e43518 2019-01-03 11:25:05,563 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:25:05,563 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:05,563 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:05,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:05,816 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ba82d2ad-e83e-4312-92aa-0b0136d205c5 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. 2019-01-03 11:25:05,817 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-ba82d2ad-e83e-4312-92aa-0b0136d205c5 2019-01-03 11:25:05,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:06,004 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:05 GMT Server: Apache x-compute-request-id: req-b701a16c-bf17-4ba5-a72f-95ea3151a286 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b701a16c-bf17-4ba5-a72f-95ea3151a286 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "6b583f5a71e540bb91ed97e067658d67", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "self"}, {"href": "http://172.30.9.28:8776/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cac4f0f7e222478cb8515564fcda8a48", "updated_at": "2019-01-03T11:25:05.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3c4a7698-c194-4634-98f8-f4b60f1c1175", "size": 1}} 2019-01-03 11:25:06,004 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-b701a16c-bf17-4ba5-a72f-95ea3151a286 2019-01-03 11:25:06,005 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:25:06,005 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:25:09,007 - create_volume - DEBUG - Volume status query timeout in 56.8101630211 2019-01-03 11:25:09,011 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2986f557-2fc7-4e30-a415-b12197fa4c29" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e8e695d7acd88e0ed99b62643cd9e434e11722" 2019-01-03 11:25:09,044 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-56f74d07-7878-4e08-b9fc-82f45a722e85 x-openstack-request-id: req-56f74d07-7878-4e08-b9fc-82f45a722e85 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3c4a7698-c194-4634-98f8-f4b60f1c1175 could not be found.", "code": 404}} 2019-01-03 11:25:09,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cac4f0f7e222478cb8515564fcda8a48/volumes/3c4a7698-c194-4634-98f8-f4b60f1c1175 used request id req-56f74d07-7878-4e08-b9fc-82f45a722e85 2019-01-03 11:25:09,045 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3c4a7698-c194-4634-98f8-f4b60f1c1175 could not be found. (HTTP 404) (Request-ID: req-56f74d07-7878-4e08-b9fc-82f45a722e85) 2019-01-03 11:25:09,045 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-004ab6b1-7339-4ef1-9b42-1c8f17bd769a 2019-01-03 11:25:09,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c1c62232-cc32-4be2-a3ce-94dd46f125a3 Date: Thu, 03 Jan 2019 11:25:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:09,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c1c62232-cc32-4be2-a3ce-94dd46f125a3 2019-01-03 11:25:09,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e0838a-1c2c-4fc7-9cd3-23c4ab9cd98b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:09,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c4e0838a-1c2c-4fc7-9cd3-23c4ab9cd98b 2019-01-03 11:25:09,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed1195d-d420-460b-b20a-5fa011caa694 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:09,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-0ed1195d-d420-460b-b20a-5fa011caa694 2019-01-03 11:25:09,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-562c54bd-d3a3-46c1-aab8-057786d327e1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:09,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-562c54bd-d3a3-46c1-aab8-057786d327e1 2019-01-03 11:25:09,571 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj 2019-01-03 11:25:09,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8009b3e9-660c-44e3-a0fe-9fcbf721fdef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:09,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cac4f0f7e222478cb8515564fcda8a48 used request id req-8009b3e9-660c-44e3-a0fe-9fcbf721fdef 2019-01-03 11:25:09,789 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-proj-role 2019-01-03 11:25:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:09,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0465beab-70cd-4a93-af2d-bf2acd0bcbae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:09,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/388ca258d49c4b548288f875b90f83dc used request id req-0465beab-70cd-4a93-af2d-bf2acd0bcbae 2019-01-03 11:25:09,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2e7a1eed015a225469a4f5f8e5252e4b662e57" 2019-01-03 11:25:10,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7540679-6c44-43e7-bbf8-2a5f92ffa42e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:10,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7540679-6c44-43e7-bbf8-2a5f92ffa42e 2019-01-03 11:25:10,005 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-42b08424-02fc-48e-user 2019-01-03 11:25:10,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6b583f5a71e540bb91ed97e067658d67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e06eae6aeec6f14b459f22def3a2bd67ef920f6" 2019-01-03 11:25:10,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-171e5978-3cc0-492f-bdeb-1eaab29df5c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:10,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6b583f5a71e540bb91ed97e067658d67 used request id req-171e5978-3cc0-492f-bdeb-1eaab29df5c7 2019-01-03 11:25:10,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:10,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["AmiQBmqzQ0eLm9QwZKHqcA"], "issued_at": "2019-01-03T11:25:10.000000Z"}} 2019-01-03 11:25:10,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cde1b64e06f6c2140c707a4c222b3b8ac5144436" 2019-01-03 11:25:10,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a747a38a-8487-447f-b196-5e5d5bae286c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:10,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a747a38a-8487-447f-b196-5e5d5bae286c 2019-01-03 11:25:10,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:10,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:11,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jUJ4aWNETL6MC07wFPdifQ"], "issued_at": "2019-01-03T11:25:11.000000Z"}} 2019-01-03 11:25:11,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:11,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96b10b84-aac5-4e31-b5c8-b34d645ff5f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:11,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-96b10b84-aac5-4e31-b5c8-b34d645ff5f1 2019-01-03 11:25:11,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:11,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:11,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:11,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1abbcd-0cf9-433b-b3a3-e7c6b1d0350a Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:11,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj used request id req-de1abbcd-0cf9-433b-b3a3-e7c6b1d0350a 2019-01-03 11:25:11,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:11,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b69672-c9c4-4892-9da6-b7ea2141e8cf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:11,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-09b69672-c9c4-4892-9da6-b7ea2141e8cf 2019-01-03 11:25:11,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj"}}' 2019-01-03 11:25:11,456 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3927ea75-4818-4caf-b5ca-911b5954cdd7 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68"}, "enabled": true, "id": "b8122fedcaf04eb6a3eb55d457ab3a68", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj"}} 2019-01-03 11:25:11,456 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3927ea75-4818-4caf-b5ca-911b5954cdd7 2019-01-03 11:25:11,457 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj 2019-01-03 11:25:11,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:11,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:11,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["1lSSHOnUSW61bZxNTtnVHQ"], "issued_at": "2019-01-03T11:25:11.000000Z"}} 2019-01-03 11:25:11,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}653bcc33ace6e7d0b264fb4e833a405904ea4f34" 2019-01-03 11:25:11,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7a6222-29f0-47f5-9721-858fda84c5ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:11,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d7a6222-29f0-47f5-9721-858fda84c5ea 2019-01-03 11:25:11,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:11,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:11,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}653bcc33ace6e7d0b264fb4e833a405904ea4f34" 2019-01-03 11:25:12,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025888a5-dd9a-4b06-a6f1-b91d32606eaa Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:12,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-025888a5-dd9a-4b06-a6f1-b91d32606eaa 2019-01-03 11:25:12,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}653bcc33ace6e7d0b264fb4e833a405904ea4f34" 2019-01-03 11:25:12,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580cb09c-3f9c-4772-97c5-024098930972 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68"}, "enabled": true, "id": "b8122fedcaf04eb6a3eb55d457ab3a68", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj"}]} 2019-01-03 11:25:12,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj used request id req-580cb09c-3f9c-4772-97c5-024098930972 2019-01-03 11:25:12,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}653bcc33ace6e7d0b264fb4e833a405904ea4f34" 2019-01-03 11:25:12,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba82c13-e9cb-4553-8327-6767ca2eb1bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:12,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fba82c13-e9cb-4553-8327-6767ca2eb1bf 2019-01-03 11:25:12,529 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-user 2019-01-03 11:25:12,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:12,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd72510-f393-4d50-9400-47741d1c967b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:12,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4fd72510-f393-4d50-9400-47741d1c967b 2019-01-03 11:25:12,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role"}}' 2019-01-03 11:25:12,755 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faf2c629-cdd0-43ac-a2fd-461a656b908c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "346f61a9b53346b7b2d089e3d7be2d99", "links": {"self": "http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99"}, "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role"}} 2019-01-03 11:25:12,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-faf2c629-cdd0-43ac-a2fd-461a656b908c 2019-01-03 11:25:12,756 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role 2019-01-03 11:25:12,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:12,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e094c0-b051-4e18-8240-fb8e3391cae1 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role", "id": "346f61a9b53346b7b2d089e3d7be2d99"}} 2019-01-03 11:25:12,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99 used request id req-15e094c0-b051-4e18-8240-fb8e3391cae1 2019-01-03 11:25:12,840 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role to project CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj 2019-01-03 11:25:12,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68/users/64ff29cf416a4fcb90743340dd20e82d/roles/346f61a9b53346b7b2d089e3d7be2d99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:12,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-767b13fe-4020-4c73-9a19-4a967ad3d23f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:12,980 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68/users/64ff29cf416a4fcb90743340dd20e82d/roles/346f61a9b53346b7b2d089e3d7be2d99 used request id req-767b13fe-4020-4c73-9a19-4a967ad3d23f 2019-01-03 11:25:12,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:12,984 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:13,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "346f61a9b53346b7b2d089e3d7be2d99", "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role"}], "expires_at": "2019-01-03T12:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8122fedcaf04eb6a3eb55d457ab3a68", "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/b8122fedcaf04eb6a3eb55d457ab3a68", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-user", "id": "64ff29cf416a4fcb90743340dd20e82d"}, "audit_ids": ["2bYFPDP9S4ekyw5EaJ7QsQ"], "issued_at": "2019-01-03T11:25:13.000000Z"}} 2019-01-03 11:25:13,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e066c699bd5b1b5b6d51378734044d50442fbc05" 2019-01-03 11:25:13,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3ac3f6-b418-498d-8231-74cfd552ef6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:13,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d3ac3f6-b418-498d-8231-74cfd552ef6b 2019-01-03 11:25:13,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e066c699bd5b1b5b6d51378734044d50442fbc05" 2019-01-03 11:25:13,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:13 GMT Server: Apache x-compute-request-id: req-b9504719-d3a0-4e99-9b97-595df526dc0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b9504719-d3a0-4e99-9b97-595df526dc0c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:13,633 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68/volumes/detail used request id req-b9504719-d3a0-4e99-9b97-595df526dc0c 2019-01-03 11:25:13,637 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b9504719-d3a0-4e99-9b97-595df526dc0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e066c699bd5b1b5b6d51378734044d50442fbc05" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-5ad7c9e8-8606-4749-b137-fef61a126ee3", "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}}' 2019-01-03 11:25:13,989 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 11:25:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2da178d5-577b-4ee6-a5af-2b326b7440d0 x-openstack-request-id: req-2da178d5-577b-4ee6-a5af-2b326b7440d0 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2019-01-03 11:25:13,990 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/b8122fedcaf04eb6a3eb55d457ab3a68/volumes used request id req-2da178d5-577b-4ee6-a5af-2b326b7440d0 2019-01-03 11:25:13,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3d38216d-068e-4ade-bc25-70101f5b6f6b Date: Thu, 03 Jan 2019 11:25:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:14,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3d38216d-068e-4ade-bc25-70101f5b6f6b 2019-01-03 11:25:14,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc2a20f-9b24-4dd4-8dba-a7a7184bd469 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:14,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-adc2a20f-9b24-4dd4-8dba-a7a7184bd469 2019-01-03 11:25:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd59251c-44f2-4c81-8756-d69d31c360ac 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:14,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-bd59251c-44f2-4c81-8756-d69d31c360ac 2019-01-03 11:25:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e83b292a-e950-4af7-be23-bd53f0881b40 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:14,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e83b292a-e950-4af7-be23-bd53f0881b40 2019-01-03 11:25:14,551 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj 2019-01-03 11:25:14,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ec1abba-44e0-4010-a99e-be4aeb5cbdc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:14,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/b8122fedcaf04eb6a3eb55d457ab3a68 used request id req-4ec1abba-44e0-4010-a99e-be4aeb5cbdc0 2019-01-03 11:25:14,783 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-proj-role 2019-01-03 11:25:14,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ba55f6d-9405-4779-abb7-3f0855fd24a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:14,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/346f61a9b53346b7b2d089e3d7be2d99 used request id req-7ba55f6d-9405-4779-abb7-3f0855fd24a7 2019-01-03 11:25:14,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b303878b88b7c3146a47e00003c32c96536431d" 2019-01-03 11:25:14,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b3cb09-734c-42a2-b8c4-ceb2b32b1eda Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:14,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-92b3cb09-734c-42a2-b8c4-ceb2b32b1eda 2019-01-03 11:25:14,982 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-a3c6681f-b21d-41d-user 2019-01-03 11:25:14,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/64ff29cf416a4fcb90743340dd20e82d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}653bcc33ace6e7d0b264fb4e833a405904ea4f34" 2019-01-03 11:25:15,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83a44264-710c-4bf7-a7aa-9fb168d7baed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:15,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/64ff29cf416a4fcb90743340dd20e82d used request id req-83a44264-710c-4bf7-a7aa-9fb168d7baed 2019-01-03 11:25:15,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:15,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NxgPjhVEQ8K2i6jIbn5_wA"], "issued_at": "2019-01-03T11:25:15.000000Z"}} 2019-01-03 11:25:15,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c97f0b5767f59a6f7280e3e9912b736a8209ac0" 2019-01-03 11:25:15,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ed0b834-344a-4444-b97c-ae4215bf5d64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:15,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ed0b834-344a-4444-b97c-ae4215bf5d64 2019-01-03 11:25:15,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:15,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:16,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Fklz6IhhQgWOpythrFAs_w"], "issued_at": "2019-01-03T11:25:16.000000Z"}} 2019-01-03 11:25:16,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:16,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df8ae90b-fda1-4b1f-857c-49cb8564b6e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:16,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df8ae90b-fda1-4b1f-857c-49cb8564b6e0 2019-01-03 11:25:16,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:16,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:16,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:16,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ef0f20b-2df4-4672-8e1c-c614ad59bafb Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:16,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj used request id req-1ef0f20b-2df4-4672-8e1c-c614ad59bafb 2019-01-03 11:25:16,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:16,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d35bf17d-ba39-4461-904a-4a802187463f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:16,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d35bf17d-ba39-4461-904a-4a802187463f 2019-01-03 11:25:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj"}}' 2019-01-03 11:25:16,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2440b938-698c-4045-a11d-e98a89a3a6f8 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce"}, "enabled": true, "id": "f2a51c62c8f14bc09644d82e5b509fce", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj"}} 2019-01-03 11:25:16,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2440b938-698c-4045-a11d-e98a89a3a6f8 2019-01-03 11:25:16,709 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj 2019-01-03 11:25:16,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:16,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:17,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["u0dF2MFlTe6EPin_muYSMg"], "issued_at": "2019-01-03T11:25:17.000000Z"}} 2019-01-03 11:25:17,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ec6f558d7cedb627965251670b585cc3927309" 2019-01-03 11:25:17,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a75c933-34c9-4bbe-9189-eda5914d1ecd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:17,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a75c933-34c9-4bbe-9189-eda5914d1ecd 2019-01-03 11:25:17,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:17,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:17,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ec6f558d7cedb627965251670b585cc3927309" 2019-01-03 11:25:17,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4cff33-f039-469a-b7e4-6ab74555deac Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:17,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ec4cff33-f039-469a-b7e4-6ab74555deac 2019-01-03 11:25:17,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ec6f558d7cedb627965251670b585cc3927309" 2019-01-03 11:25:17,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b77b3822-4f35-4e4d-8ce2-5bca6528bffb Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce"}, "enabled": true, "id": "f2a51c62c8f14bc09644d82e5b509fce", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj"}]} 2019-01-03 11:25:17,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj used request id req-b77b3822-4f35-4e4d-8ce2-5bca6528bffb 2019-01-03 11:25:17,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ec6f558d7cedb627965251670b585cc3927309" 2019-01-03 11:25:17,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b15ee75-9a2e-464b-a47c-69aa4111a32a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:17,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1b15ee75-9a2e-464b-a47c-69aa4111a32a 2019-01-03 11:25:17,882 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-user 2019-01-03 11:25:17,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:17,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:17,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71de5618-7bce-4f09-b83b-78ef4ab3a206 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:17,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-71de5618-7bce-4f09-b83b-78ef4ab3a206 2019-01-03 11:25:17,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role"}}' 2019-01-03 11:25:18,078 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-238f2e2c-a4b8-45c5-85e3-cdd80ea9850c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "47257dbe4a0b479dba2969df99d923bf", "links": {"self": "http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf"}, "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role"}} 2019-01-03 11:25:18,078 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-238f2e2c-a4b8-45c5-85e3-cdd80ea9850c 2019-01-03 11:25:18,079 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role 2019-01-03 11:25:18,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:18,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aadcd89-c9fb-46a6-b924-1b61971f7cb5 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role", "id": "47257dbe4a0b479dba2969df99d923bf"}} 2019-01-03 11:25:18,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf used request id req-2aadcd89-c9fb-46a6-b924-1b61971f7cb5 2019-01-03 11:25:18,173 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role to project CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj 2019-01-03 11:25:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce/users/204199064bb348fc94c7133965dc23e7/roles/47257dbe4a0b479dba2969df99d923bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:18,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afaee7cc-b734-4ac5-a192-cda61f181fc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:18,302 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce/users/204199064bb348fc94c7133965dc23e7/roles/47257dbe4a0b479dba2969df99d923bf used request id req-afaee7cc-b734-4ac5-a192-cda61f181fc7 2019-01-03 11:25:18,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:18,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:18,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "47257dbe4a0b479dba2969df99d923bf", "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role"}], "expires_at": "2019-01-03T12:25:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2a51c62c8f14bc09644d82e5b509fce", "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f2a51c62c8f14bc09644d82e5b509fce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f2a51c62c8f14bc09644d82e5b509fce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f2a51c62c8f14bc09644d82e5b509fce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f2a51c62c8f14bc09644d82e5b509fce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f2a51c62c8f14bc09644d82e5b509fce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f2a51c62c8f14bc09644d82e5b509fce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f2a51c62c8f14bc09644d82e5b509fce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-user", "id": "204199064bb348fc94c7133965dc23e7"}, "audit_ids": ["ty8bbV6CSsG8-VC0Jh2d8g"], "issued_at": "2019-01-03T11:25:18.000000Z"}} 2019-01-03 11:25:18,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297beb5ba1ae403357ee43d898d2cfdd4983c7f" 2019-01-03 11:25:18,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4497c618-230f-41a6-888b-6e86387327da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:18,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4497c618-230f-41a6-888b-6e86387327da 2019-01-03 11:25:18,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f2a51c62c8f14bc09644d82e5b509fce/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297beb5ba1ae403357ee43d898d2cfdd4983c7f" 2019-01-03 11:25:18,960 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:18 GMT Server: Apache x-compute-request-id: req-fe6bcd6b-309d-488f-96e7-be8c0852ef89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe6bcd6b-309d-488f-96e7-be8c0852ef89 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:18,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f2a51c62c8f14bc09644d82e5b509fce/volumes/detail used request id req-fe6bcd6b-309d-488f-96e7-be8c0852ef89 2019-01-03 11:25:18,965 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f2a51c62c8f14bc09644d82e5b509fce/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fe6bcd6b-309d-488f-96e7-be8c0852ef89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297beb5ba1ae403357ee43d898d2cfdd4983c7f" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-6f2f1e1a-3880-4fa7-ac9d-bb27ff41273c", "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}}' 2019-01-03 11:25:19,121 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 11:25:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b5eb5071-d2b2-4f41-98f3-d514e17e1486 x-openstack-request-id: req-b5eb5071-d2b2-4f41-98f3-d514e17e1486 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}} 2019-01-03 11:25:19,121 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f2a51c62c8f14bc09644d82e5b509fce/volumes used request id req-b5eb5071-d2b2-4f41-98f3-d514e17e1486 2019-01-03 11:25:19,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7671ac37-62b8-4f22-9d5b-27c4db44c501 Date: Thu, 03 Jan 2019 11:25:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:19,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7671ac37-62b8-4f22-9d5b-27c4db44c501 2019-01-03 11:25:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7979db85-58f9-4f6c-94e6-5d431a0af988 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:19,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7979db85-58f9-4f6c-94e6-5d431a0af988 2019-01-03 11:25:19,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a97199-ce7b-419b-8ee1-7ef93845481d 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:19,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-02a97199-ce7b-419b-8ee1-7ef93845481d 2019-01-03 11:25:19,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-385923ec-0548-4fba-8b8d-d82d15056bcb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:19,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-385923ec-0548-4fba-8b8d-d82d15056bcb 2019-01-03 11:25:19,621 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj 2019-01-03 11:25:19,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f359fbd-9575-4d50-a514-35b9eec37640 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:19,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f2a51c62c8f14bc09644d82e5b509fce used request id req-5f359fbd-9575-4d50-a514-35b9eec37640 2019-01-03 11:25:19,850 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-proj-role 2019-01-03 11:25:19,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:19,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1a4407c-5a1a-4782-9c3e-c20d978b3c30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:19,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/47257dbe4a0b479dba2969df99d923bf used request id req-e1a4407c-5a1a-4782-9c3e-c20d978b3c30 2019-01-03 11:25:19,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34ddfde5a07095465e82dbe6cc1c5684cae73f4a" 2019-01-03 11:25:20,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a8fc7c-9714-4cec-9e25-37f50587779e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:20,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b6a8fc7c-9714-4cec-9e25-37f50587779e 2019-01-03 11:25:20,058 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-c14d4aac-11f6-41c-user 2019-01-03 11:25:20,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/204199064bb348fc94c7133965dc23e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ec6f558d7cedb627965251670b585cc3927309" 2019-01-03 11:25:20,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb88e424-cf0a-49f1-92ed-7ae0a1d8835e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:20,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/204199064bb348fc94c7133965dc23e7 used request id req-bb88e424-cf0a-49f1-92ed-7ae0a1d8835e 2019-01-03 11:25:20,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:20,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_ScMIf9fSrOWgtE3vDmyfw"], "issued_at": "2019-01-03T11:25:20.000000Z"}} 2019-01-03 11:25:20,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25c57c9561520c84252b178f5b29edc66c36fc88" 2019-01-03 11:25:20,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c060da9-73ac-4d8d-8bed-0b96768223d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:20,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c060da9-73ac-4d8d-8bed-0b96768223d4 2019-01-03 11:25:20,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:20,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:21,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["cNHEsaieTXa9-CRURCy9Bw"], "issued_at": "2019-01-03T11:25:21.000000Z"}} 2019-01-03 11:25:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:21,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8356f24-620d-4e55-80a0-fb786117ebe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:21,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b8356f24-620d-4e55-80a0-fb786117ebe4 2019-01-03 11:25:21,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:21,127 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:21,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:21,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb112768-772b-4abe-beaf-7839522c7f2e Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:21,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj used request id req-fb112768-772b-4abe-beaf-7839522c7f2e 2019-01-03 11:25:21,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:21,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907a9bb0-d52e-4c7b-ae15-e412edba08b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:21,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-907a9bb0-d52e-4c7b-ae15-e412edba08b8 2019-01-03 11:25:21,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj"}}' 2019-01-03 11:25:21,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71df2221-eab5-4130-825a-398ac95fbc11 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529"}, "enabled": true, "id": "560f55417f1b431787fa5aa4a6748529", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj"}} 2019-01-03 11:25:21,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-71df2221-eab5-4130-825a-398ac95fbc11 2019-01-03 11:25:21,426 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj 2019-01-03 11:25:21,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:21,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:21,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["223bjxlmSR6o5eWGjaU9ug"], "issued_at": "2019-01-03T11:25:21.000000Z"}} 2019-01-03 11:25:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fd2844b071022963fd3c3871be6f6376741dea" 2019-01-03 11:25:21,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8ebdf3-2aee-43b2-81b4-0702d8de134b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:21,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8a8ebdf3-2aee-43b2-81b4-0702d8de134b 2019-01-03 11:25:21,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:21,839 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:21,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fd2844b071022963fd3c3871be6f6376741dea" 2019-01-03 11:25:21,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371a666b-1dfc-42d7-9c7a-c36110b9afd4 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:21,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-371a666b-1dfc-42d7-9c7a-c36110b9afd4 2019-01-03 11:25:21,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fd2844b071022963fd3c3871be6f6376741dea" 2019-01-03 11:25:22,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d90fea5-f166-47f2-aa92-0ecbc048af7d Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529"}, "enabled": true, "id": "560f55417f1b431787fa5aa4a6748529", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj"}]} 2019-01-03 11:25:22,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj used request id req-1d90fea5-f166-47f2-aa92-0ecbc048af7d 2019-01-03 11:25:22,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fd2844b071022963fd3c3871be6f6376741dea" 2019-01-03 11:25:22,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db730caf-9533-450d-bffc-952b61ddc38a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:22,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-db730caf-9533-450d-bffc-952b61ddc38a 2019-01-03 11:25:22,498 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-user 2019-01-03 11:25:22,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:22,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:22,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7b5813b-e00c-48b0-9336-7ceaa282a503 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:22,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c7b5813b-e00c-48b0-9336-7ceaa282a503 2019-01-03 11:25:22,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role"}}' 2019-01-03 11:25:22,702 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-693a9bce-dc1e-4995-855a-1f402c1fcce2 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ebb7b46be3b2491f961682e808920186", "links": {"self": "http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186"}, "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role"}} 2019-01-03 11:25:22,702 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-693a9bce-dc1e-4995-855a-1f402c1fcce2 2019-01-03 11:25:22,703 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role 2019-01-03 11:25:22,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:22,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e5a9b47-1953-4306-b61c-bb283cb51cb7 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role", "id": "ebb7b46be3b2491f961682e808920186"}} 2019-01-03 11:25:22,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186 used request id req-9e5a9b47-1953-4306-b61c-bb283cb51cb7 2019-01-03 11:25:22,722 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role to project CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj 2019-01-03 11:25:22,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529/users/c6d87dc3c7e24c9fbf66304d1e40213b/roles/ebb7b46be3b2491f961682e808920186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:22,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dab161c-89b1-4cf3-9892-fe2a4ed66c2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:22,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529/users/c6d87dc3c7e24c9fbf66304d1e40213b/roles/ebb7b46be3b2491f961682e808920186 used request id req-8dab161c-89b1-4cf3-9892-fe2a4ed66c2e 2019-01-03 11:25:22,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:22,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:23,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ebb7b46be3b2491f961682e808920186", "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role"}], "expires_at": "2019-01-03T12:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "560f55417f1b431787fa5aa4a6748529", "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/560f55417f1b431787fa5aa4a6748529", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/560f55417f1b431787fa5aa4a6748529", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/560f55417f1b431787fa5aa4a6748529", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/560f55417f1b431787fa5aa4a6748529", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/560f55417f1b431787fa5aa4a6748529", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/560f55417f1b431787fa5aa4a6748529", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/560f55417f1b431787fa5aa4a6748529", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/560f55417f1b431787fa5aa4a6748529", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/560f55417f1b431787fa5aa4a6748529", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/560f55417f1b431787fa5aa4a6748529", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/560f55417f1b431787fa5aa4a6748529", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/560f55417f1b431787fa5aa4a6748529", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-user", "id": "c6d87dc3c7e24c9fbf66304d1e40213b"}, "audit_ids": ["_n05IwbMSiqCDw-XK7t6Tg"], "issued_at": "2019-01-03T11:25:23.000000Z"}} 2019-01-03 11:25:23,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fff201a396a0fbe11bb685303667f27a2c6ca732" 2019-01-03 11:25:23,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccf19f81-0544-4ff2-a20a-c9eba90e049d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:23,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ccf19f81-0544-4ff2-a20a-c9eba90e049d 2019-01-03 11:25:23,316 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/560f55417f1b431787fa5aa4a6748529/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fff201a396a0fbe11bb685303667f27a2c6ca732" 2019-01-03 11:25:23,525 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:23 GMT Server: Apache x-compute-request-id: req-f98c577b-33aa-43f1-b6e9-7b2f80818e6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f98c577b-33aa-43f1-b6e9-7b2f80818e6c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:23,525 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/560f55417f1b431787fa5aa4a6748529/volumes/detail used request id req-f98c577b-33aa-43f1-b6e9-7b2f80818e6c 2019-01-03 11:25:23,529 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/560f55417f1b431787fa5aa4a6748529/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f98c577b-33aa-43f1-b6e9-7b2f80818e6c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fff201a396a0fbe11bb685303667f27a2c6ca732" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-a6083f9f-1832-4bef-adcd-db982f73bd35", "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}}' 2019-01-03 11:25:23,685 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:25:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-dadefe9b-8c96-4de6-9ccb-988c38ac4650 x-openstack-request-id: req-dadefe9b-8c96-4de6-9ccb-988c38ac4650 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2019-01-03 11:25:23,685 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/560f55417f1b431787fa5aa4a6748529/volumes used request id req-dadefe9b-8c96-4de6-9ccb-988c38ac4650 2019-01-03 11:25:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:23,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5059fd77-dbc3-4d90-ad2a-80666a5159f5 Date: Thu, 03 Jan 2019 11:25:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:23,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5059fd77-dbc3-4d90-ad2a-80666a5159f5 2019-01-03 11:25:23,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15c1ad2-2880-4c96-8c14-1cb46ec47905 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:24,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-d15c1ad2-2880-4c96-8c14-1cb46ec47905 2019-01-03 11:25:24,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb7a066a-7f3d-435a-8f60-a97571d9d480 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:24,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-bb7a066a-7f3d-435a-8f60-a97571d9d480 2019-01-03 11:25:24,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b78cabd-da45-43a5-9786-13c54df01130 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:24,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-2b78cabd-da45-43a5-9786-13c54df01130 2019-01-03 11:25:24,209 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj 2019-01-03 11:25:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1959b1e-3bf4-4657-8067-344206fdb818 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:24,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/560f55417f1b431787fa5aa4a6748529 used request id req-e1959b1e-3bf4-4657-8067-344206fdb818 2019-01-03 11:25:24,381 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-proj-role 2019-01-03 11:25:24,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,492 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd8a8940-19f1-4f4c-a816-04fb839d65ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:24,492 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ebb7b46be3b2491f961682e808920186 used request id req-dd8a8940-19f1-4f4c-a816-04fb839d65ec 2019-01-03 11:25:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89c97425113c2d61719982e6965b726173b31d73" 2019-01-03 11:25:24,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433b3351-488f-40c9-8049-ad9bf62f3efc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:24,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-433b3351-488f-40c9-8049-ad9bf62f3efc 2019-01-03 11:25:24,592 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-6aae7987-59e5-4da-user 2019-01-03 11:25:24,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c6d87dc3c7e24c9fbf66304d1e40213b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fd2844b071022963fd3c3871be6f6376741dea" 2019-01-03 11:25:24,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-003ea55a-0d4e-4b7c-bbb3-f0603d4a8e8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:24,759 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c6d87dc3c7e24c9fbf66304d1e40213b used request id req-003ea55a-0d4e-4b7c-bbb3-f0603d4a8e8b 2019-01-03 11:25:24,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:25,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gLkBgG0KTX2u0rjdLmKhQA"], "issued_at": "2019-01-03T11:25:25.000000Z"}} 2019-01-03 11:25:25,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5146725fee951dd302b4e9edd1aab95e21c74b8" 2019-01-03 11:25:25,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0714ec-31bb-4e3f-a53a-95cd0948e108 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:25,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eb0714ec-31bb-4e3f-a53a-95cd0948e108 2019-01-03 11:25:25,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:25,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:25,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qzTtMSQTSJK40ByajqpRkQ"], "issued_at": "2019-01-03T11:25:25.000000Z"}} 2019-01-03 11:25:25,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:25,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3143c050-0780-401e-a1b3-c89c9d6a775c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:25,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3143c050-0780-401e-a1b3-c89c9d6a775c 2019-01-03 11:25:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:25,714 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:25,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:25,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ee0b45-48ac-4767-8714-9815ea5b05e0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:25,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj used request id req-e6ee0b45-48ac-4767-8714-9815ea5b05e0 2019-01-03 11:25:25,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:25,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134c9903-07c8-4a2d-ab32-b106dce7cada Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:25,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-134c9903-07c8-4a2d-ab32-b106dce7cada 2019-01-03 11:25:25,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj"}}' 2019-01-03 11:25:25,934 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87bd05f8-9c40-4b36-8cc2-cef937aa1435 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084"}, "enabled": true, "id": "4a31bc6ca73849ff8312e69008161084", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj"}} 2019-01-03 11:25:25,935 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-87bd05f8-9c40-4b36-8cc2-cef937aa1435 2019-01-03 11:25:25,935 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-ea865308-c689-42c-proj 2019-01-03 11:25:25,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:25,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:26,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6KY8WGjOQaqMbfUgZmn--Q"], "issued_at": "2019-01-03T11:25:26.000000Z"}} 2019-01-03 11:25:26,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106c12a0086602bf9a390fd00109c1939c8ed5ea" 2019-01-03 11:25:26,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b46f2b6b-eb92-4b76-b4cf-e1947bf1dbc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:26,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b46f2b6b-eb92-4b76-b4cf-e1947bf1dbc5 2019-01-03 11:25:26,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:26,418 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:26,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106c12a0086602bf9a390fd00109c1939c8ed5ea" 2019-01-03 11:25:26,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508625e1-0dca-43fc-8f58-3f7216a45b4d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:26,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-508625e1-0dca-43fc-8f58-3f7216a45b4d 2019-01-03 11:25:26,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106c12a0086602bf9a390fd00109c1939c8ed5ea" 2019-01-03 11:25:26,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777a9333-61e9-4d9b-a690-2345ebc822b8 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084"}, "enabled": true, "id": "4a31bc6ca73849ff8312e69008161084", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj"}]} 2019-01-03 11:25:26,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-ea865308-c689-42c-proj used request id req-777a9333-61e9-4d9b-a690-2345ebc822b8 2019-01-03 11:25:26,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106c12a0086602bf9a390fd00109c1939c8ed5ea" 2019-01-03 11:25:26,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f26abac-8dbe-4f55-8e47-107c23de25f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:26,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1f26abac-8dbe-4f55-8e47-107c23de25f2 2019-01-03 11:25:27,097 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-ea865308-c689-42c-user 2019-01-03 11:25:27,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:27,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:27,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b7969e-3f56-4dfb-9161-39dcf01766a7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:27,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-43b7969e-3f56-4dfb-9161-39dcf01766a7 2019-01-03 11:25:27,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" -d '{"role": {"name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role"}}' 2019-01-03 11:25:27,306 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9269b7a1-688a-4587-bb94-a75d4765cde9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "05c3290c73a148ea8d05b9d5afc3e008", "links": {"self": "http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008"}, "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role"}} 2019-01-03 11:25:27,306 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-9269b7a1-688a-4587-bb94-a75d4765cde9 2019-01-03 11:25:27,307 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role 2019-01-03 11:25:27,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:27,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204c73a4-3604-4e2f-8de5-ca7031eac4b4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role", "id": "05c3290c73a148ea8d05b9d5afc3e008"}} 2019-01-03 11:25:27,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008 used request id req-204c73a4-3604-4e2f-8de5-ca7031eac4b4 2019-01-03 11:25:27,392 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role to project CreateVolumeWithTypeTests-ea865308-c689-42c-proj 2019-01-03 11:25:27,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084/users/8d5c80d4b3a847abae400d3b5e968cd0/roles/05c3290c73a148ea8d05b9d5afc3e008 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:27,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f34d8533-0787-4190-a85e-e8ff940b460a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:27,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084/users/8d5c80d4b3a847abae400d3b5e968cd0/roles/05c3290c73a148ea8d05b9d5afc3e008 used request id req-f34d8533-0787-4190-a85e-e8ff940b460a 2019-01-03 11:25:27,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:27,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:27,843 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["booJToEuRFmCWSsnDeSZEQ"], "issued_at": "2019-01-03T11:25:27.000000Z"}} 2019-01-03 11:25:27,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5111e5b1b46c7a5e9be2ce66ed2f1995f4e9f032" 2019-01-03 11:25:27,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7020ef03-8bdf-41cf-a26e-297f29f7b6e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:27,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7020ef03-8bdf-41cf-a26e-297f29f7b6e3 2019-01-03 11:25:27,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5111e5b1b46c7a5e9be2ce66ed2f1995f4e9f032" 2019-01-03 11:25:28,097 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:27 GMT Server: Apache x-compute-request-id: req-25b3113b-992a-4f2c-b17c-e7a2a2d75049 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-25b3113b-992a-4f2c-b17c-e7a2a2d75049 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:25:28,097 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-25b3113b-992a-4f2c-b17c-e7a2a2d75049 2019-01-03 11:25:28,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-25b3113b-992a-4f2c-b17c-e7a2a2d75049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5111e5b1b46c7a5e9be2ce66ed2f1995f4e9f032" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-4cbe2bc2-9884-412c-af13-f87af8756955-vol-type", "description": null}}' 2019-01-03 11:25:28,317 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:28 GMT Server: Apache x-compute-request-id: req-3500c3d3-ce00-40e9-9c18-dee469ce12cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3500c3d3-ce00-40e9-9c18-dee469ce12cf Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-4cbe2bc2-9884-412c-af13-f87af8756955-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a181a416-1feb-4ac7-9c12-dad59473b502", "description": null}} 2019-01-03 11:25:28,317 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-3500c3d3-ce00-40e9-9c18-dee469ce12cf 2019-01-03 11:25:28,318 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-4cbe2bc2-9884-412c-af13-f87af8756955-vol-type 2019-01-03 11:25:28,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:28,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:28,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "05c3290c73a148ea8d05b9d5afc3e008", "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role"}], "expires_at": "2019-01-03T12:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4a31bc6ca73849ff8312e69008161084", "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4a31bc6ca73849ff8312e69008161084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4a31bc6ca73849ff8312e69008161084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4a31bc6ca73849ff8312e69008161084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4a31bc6ca73849ff8312e69008161084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4a31bc6ca73849ff8312e69008161084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4a31bc6ca73849ff8312e69008161084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4a31bc6ca73849ff8312e69008161084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4a31bc6ca73849ff8312e69008161084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4a31bc6ca73849ff8312e69008161084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4a31bc6ca73849ff8312e69008161084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4a31bc6ca73849ff8312e69008161084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4a31bc6ca73849ff8312e69008161084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-ea865308-c689-42c-user", "id": "8d5c80d4b3a847abae400d3b5e968cd0"}, "audit_ids": ["6GIde9GVSiywbr7jVY0Hpg"], "issued_at": "2019-01-03T11:25:28.000000Z"}} 2019-01-03 11:25:28,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45855b5e711f089ab52016b088e42ff6d5c68283" 2019-01-03 11:25:28,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-036a3ffa-d0f3-4ce8-ac89-628185705e5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:28,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-036a3ffa-d0f3-4ce8-ac89-628185705e5b 2019-01-03 11:25:28,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/4a31bc6ca73849ff8312e69008161084/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45855b5e711f089ab52016b088e42ff6d5c68283" 2019-01-03 11:25:28,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:28 GMT Server: Apache x-compute-request-id: req-27d81977-0dbb-4ed3-9498-79a0f0aadc1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27d81977-0dbb-4ed3-9498-79a0f0aadc1f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:28,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/4a31bc6ca73849ff8312e69008161084/volumes/detail used request id req-27d81977-0dbb-4ed3-9498-79a0f0aadc1f 2019-01-03 11:25:28,997 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/4a31bc6ca73849ff8312e69008161084/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-27d81977-0dbb-4ed3-9498-79a0f0aadc1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45855b5e711f089ab52016b088e42ff6d5c68283" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-4cbe2bc2-9884-412c-af13-f87af8756955-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}}' 2019-01-03 11:25:29,163 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-89bc0ace-ca6d-4c95-ad37-1d8e1bab99ff x-openstack-request-id: req-89bc0ace-ca6d-4c95-ad37-1d8e1bab99ff Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2019-01-03 11:25:29,164 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/4a31bc6ca73849ff8312e69008161084/volumes used request id req-89bc0ace-ca6d-4c95-ad37-1d8e1bab99ff 2019-01-03 11:25:29,164 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-4cbe2bc2-9884-412c-af13-f87af8756955-vol-type 2019-01-03 11:25:29,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/a181a416-1feb-4ac7-9c12-dad59473b502 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-25b3113b-992a-4f2c-b17c-e7a2a2d75049" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5111e5b1b46c7a5e9be2ce66ed2f1995f4e9f032" 2019-01-03 11:25:29,384 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-67c13a03-3f05-4e1b-b9e4-ef41c39a94dc 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. 2019-01-03 11:25:29,385 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/a181a416-1feb-4ac7-9c12-dad59473b502 used request id req-67c13a03-3f05-4e1b-b9e4-ef41c39a94dc 2019-01-03 11:25:29,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:29,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8b7715a2-8131-44d2-9933-3c0f7cc1117f Date: Thu, 03 Jan 2019 11:25:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:29,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8b7715a2-8131-44d2-9933-3c0f7cc1117f 2019-01-03 11:25:29,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:29,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed48efbd-a3e3-4a38-a35c-e7a9fadc2b57 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:29,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ed48efbd-a3e3-4a38-a35c-e7a9fadc2b57 2019-01-03 11:25:29,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:29,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb84f36f-f5ab-427b-9847-21b6d9f3f0d6 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:29,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-bb84f36f-f5ab-427b-9847-21b6d9f3f0d6 2019-01-03 11:25:29,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:29,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b5d47f-5dbd-4fb7-9f69-6a78cce0b11f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:29,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-43b5d47f-5dbd-4fb7-9f69-6a78cce0b11f 2019-01-03 11:25:29,878 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-ea865308-c689-42c-proj 2019-01-03 11:25:29,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:30,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c090c91-5608-4150-927e-86084b694160 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:30,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4a31bc6ca73849ff8312e69008161084 used request id req-7c090c91-5608-4150-927e-86084b694160 2019-01-03 11:25:30,088 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-ea865308-c689-42c-proj-role 2019-01-03 11:25:30,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:30,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e241aed-eec9-4704-9cda-2c6741f2ffd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:30,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/05c3290c73a148ea8d05b9d5afc3e008 used request id req-7e241aed-eec9-4704-9cda-2c6741f2ffd1 2019-01-03 11:25:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38c4263c9b354c7cc525bf63eeb042f1d250ab1" 2019-01-03 11:25:30,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0a2f0d-a093-47e8-a0b4-a92fe863a188 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:30,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2d0a2f0d-a093-47e8-a0b4-a92fe863a188 2019-01-03 11:25:30,307 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-ea865308-c689-42c-user 2019-01-03 11:25:30,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8d5c80d4b3a847abae400d3b5e968cd0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}106c12a0086602bf9a390fd00109c1939c8ed5ea" 2019-01-03 11:25:30,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9af4ec20-c44b-4d8e-aeda-a07d12f00a0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:30,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8d5c80d4b3a847abae400d3b5e968cd0 used request id req-9af4ec20-c44b-4d8e-aeda-a07d12f00a0b 2019-01-03 11:25:30,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:30,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2MF3QahHTH6FEVjym3vaFw"], "issued_at": "2019-01-03T11:25:30.000000Z"}} 2019-01-03 11:25:30,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362256ac3d95e56c727d6d5e86a57a1e4a4da4c8" 2019-01-03 11:25:30,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ca5896-ec3a-4fb4-ba0c-62104c44a36a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:30,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-84ca5896-ec3a-4fb4-ba0c-62104c44a36a 2019-01-03 11:25:30,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:30,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:31,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["b9hu3kSBT1SHx1zuGFrCIw"], "issued_at": "2019-01-03T11:25:31.000000Z"}} 2019-01-03 11:25:31,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:31,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f98cc17-528d-4253-92ce-a0002e838d52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:31,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6f98cc17-528d-4253-92ce-a0002e838d52 2019-01-03 11:25:31,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:31,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:31,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-315afd87-d269-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:31,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440b1ac5-bbf0-4715-aac9-89e35a175fc3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-315afd87-d269-465-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:31,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-315afd87-d269-465-proj used request id req-440b1ac5-bbf0-4715-aac9-89e35a175fc3 2019-01-03 11:25:31,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:31,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93be9c38-da5e-40a0-a01e-d5e77e0f5cae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:31,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-93be9c38-da5e-40a0-a01e-d5e77e0f5cae 2019-01-03 11:25:31,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj"}}' 2019-01-03 11:25:31,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f4ababa-c7da-4e21-b7b4-ac369da02be2 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1"}, "enabled": true, "id": "19d9ce550e45480ba76dba4664acf6b1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj"}} 2019-01-03 11:25:31,732 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1f4ababa-c7da-4e21-b7b4-ac369da02be2 2019-01-03 11:25:31,732 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-315afd87-d269-465-proj 2019-01-03 11:25:31,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:31,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:32,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2yPeDKDrRia2kcFuD4ww4w"], "issued_at": "2019-01-03T11:25:32.000000Z"}} 2019-01-03 11:25:32,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d40cd2b5029d96e918d8feec7d9d0fd7a3dd81c" 2019-01-03 11:25:32,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0dc38db-25da-439c-a8a0-d5c0ad9b04c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:32,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0dc38db-25da-439c-a8a0-d5c0ad9b04c1 2019-01-03 11:25:32,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:32,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:32,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d40cd2b5029d96e918d8feec7d9d0fd7a3dd81c" 2019-01-03 11:25:32,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b0ec4a-0f7d-44d8-8cb9-3fdc4e396878 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:32,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-59b0ec4a-0f7d-44d8-8cb9-3fdc4e396878 2019-01-03 11:25:32,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-315afd87-d269-465-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d40cd2b5029d96e918d8feec7d9d0fd7a3dd81c" 2019-01-03 11:25:32,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685294b1-21e9-4309-b714-c5a8c128ae51 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-315afd87-d269-465-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1"}, "enabled": true, "id": "19d9ce550e45480ba76dba4664acf6b1", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj"}]} 2019-01-03 11:25:32,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithTypeTests-315afd87-d269-465-proj used request id req-685294b1-21e9-4309-b714-c5a8c128ae51 2019-01-03 11:25:32,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d40cd2b5029d96e918d8feec7d9d0fd7a3dd81c" 2019-01-03 11:25:32,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d2f069a-cf05-4580-a89d-ed0c7f36c465 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:32,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6d2f069a-cf05-4580-a89d-ed0c7f36c465 2019-01-03 11:25:32,785 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-315afd87-d269-465-user 2019-01-03 11:25:32,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:32,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:32,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93416c04-ddda-4216-9ba8-a7d89c5f92ac Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:32,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-93416c04-ddda-4216-9ba8-a7d89c5f92ac 2019-01-03 11:25:32,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" -d '{"role": {"name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj-role"}}' 2019-01-03 11:25:32,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f87ed918-5585-42fc-8866-81d8a71c7406 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c1e608240ea4f508dcb4b9815e0b892", "links": {"self": "http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892"}, "name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj-role"}} 2019-01-03 11:25:32,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f87ed918-5585-42fc-8866-81d8a71c7406 2019-01-03 11:25:32,997 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-315afd87-d269-465-proj-role 2019-01-03 11:25:33,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:33,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63a7b20-2a05-4831-b4d1-e49e52aa6624 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-315afd87-d269-465-proj-role", "id": "0c1e608240ea4f508dcb4b9815e0b892"}} 2019-01-03 11:25:33,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892 used request id req-d63a7b20-2a05-4831-b4d1-e49e52aa6624 2019-01-03 11:25:33,018 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-315afd87-d269-465-proj-role to project CreateVolumeWithTypeTests-315afd87-d269-465-proj 2019-01-03 11:25:33,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1/users/5639913cfb6b427fbbd06c821237c7fa/roles/0c1e608240ea4f508dcb4b9815e0b892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:33,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac182c4-060c-4c18-93e5-abf9cb857d31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:33,148 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1/users/5639913cfb6b427fbbd06c821237c7fa/roles/0c1e608240ea4f508dcb4b9815e0b892 used request id req-cac182c4-060c-4c18-93e5-abf9cb857d31 2019-01-03 11:25:33,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:33,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:33,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["h-k64XzXSmqxMFLHZFJTpg"], "issued_at": "2019-01-03T11:25:33.000000Z"}} 2019-01-03 11:25:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbbd25686a1c531337e13fe5fcab0b0310e14d7" 2019-01-03 11:25:33,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68c2467-3ea2-4202-b49f-9af86c4c1446 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:33,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b68c2467-3ea2-4202-b49f-9af86c4c1446 2019-01-03 11:25:33,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbbd25686a1c531337e13fe5fcab0b0310e14d7" 2019-01-03 11:25:33,791 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:33 GMT Server: Apache x-compute-request-id: req-2dbf664b-b7fa-4728-8239-de1115b09369 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2dbf664b-b7fa-4728-8239-de1115b09369 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2019-01-03 11:25:33,791 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types?is_public=None used request id req-2dbf664b-b7fa-4728-8239-de1115b09369 2019-01-03 11:25:33,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2dbf664b-b7fa-4728-8239-de1115b09369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbbd25686a1c531337e13fe5fcab0b0310e14d7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type", "description": null}}' 2019-01-03 11:25:34,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:33 GMT Server: Apache x-compute-request-id: req-371a5eba-bc4a-477a-a4b0-55b9bbd1eb93 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-371a5eba-bc4a-477a-a4b0-55b9bbd1eb93 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4b801c3b-5bc6-43cb-b205-9a6ff72dde1b", "description": null}} 2019-01-03 11:25:34,006 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types used request id req-371a5eba-bc4a-477a-a4b0-55b9bbd1eb93 2019-01-03 11:25:34,007 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type 2019-01-03 11:25:34,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:34,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:34,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4igMx7mrS6SzKC36YaNMpg"], "issued_at": "2019-01-03T11:25:34.000000Z"}} 2019-01-03 11:25:34,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:34,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30fc79bf-2e1d-4929-bca2-650ba2ed17ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:34,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-30fc79bf-2e1d-4929-bca2-650ba2ed17ad 2019-01-03 11:25:34,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:34,689 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:34 GMT Server: Apache x-compute-request-id: req-29362598-c14f-4d4b-a33a-303a34de75d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-29362598-c14f-4d4b-a33a-303a34de75d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:34,689 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/detail used request id req-29362598-c14f-4d4b-a33a-303a34de75d6 2019-01-03 11:25:34,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2019-01-03 11:25:35,068 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:34 GMT Server: Apache x-compute-request-id: req-1fd40499-f2ed-4a9c-9156-a0344ea0293e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1fd40499-f2ed-4a9c-9156-a0344ea0293e Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "1847a356eeb74ff49a4b93e414c5d023", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:34.968377", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type", "name": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "726142c9-2840-4f3f-8846-1dd714d0eabe", "size": 1}} 2019-01-03 11:25:35,068 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes used request id req-1fd40499-f2ed-4a9c-9156-a0344ea0293e 2019-01-03 11:25:35,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:35,393 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:35 GMT Server: Apache x-compute-request-id: req-3569506e-2610-481e-993a-bf47f292455f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3569506e-2610-481e-993a-bf47f292455f Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:25:35.000000", "replication_status": null, "snapshot_id": null, "id": "726142c9-2840-4f3f-8846-1dd714d0eabe", "size": 1, "user_id": "1847a356eeb74ff49a4b93e414c5d023", "os-vol-tenant-attr:tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "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-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "bootable": "false", "created_at": "2019-01-03T11:25:34.000000", "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type"}} 2019-01-03 11:25:35,393 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-3569506e-2610-481e-993a-bf47f292455f 2019-01-03 11:25:35,393 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:35,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:35,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:35 GMT Server: Apache x-compute-request-id: req-3c033908-487c-40e8-a445-e4366d16c668 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c033908-487c-40e8-a445-e4366d16c668 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:25:35.000000", "replication_status": null, "snapshot_id": null, "id": "726142c9-2840-4f3f-8846-1dd714d0eabe", "size": 1, "user_id": "1847a356eeb74ff49a4b93e414c5d023", "os-vol-tenant-attr:tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "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-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "bootable": "false", "created_at": "2019-01-03T11:25:34.000000", "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type"}} 2019-01-03 11:25:35,596 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-3c033908-487c-40e8-a445-e4366d16c668 2019-01-03 11:25:35,596 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:25:35,596 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:35,596 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:35,599 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:35,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:35 GMT Server: Apache x-compute-request-id: req-175a897f-eb67-4395-9185-89b52ae33a62 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-175a897f-eb67-4395-9185-89b52ae33a62 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:25:35.000000", "replication_status": null, "snapshot_id": null, "id": "726142c9-2840-4f3f-8846-1dd714d0eabe", "size": 1, "user_id": "1847a356eeb74ff49a4b93e414c5d023", "os-vol-tenant-attr:tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "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-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "bootable": "false", "created_at": "2019-01-03T11:25:34.000000", "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type"}} 2019-01-03 11:25:35,808 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-175a897f-eb67-4395-9185-89b52ae33a62 2019-01-03 11:25:35,808 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:25:35,808 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:35,809 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:35,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:36,038 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-549c7ff4-409f-461b-a587-75a352816472 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. 2019-01-03 11:25:36,038 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-549c7ff4-409f-461b-a587-75a352816472 2019-01-03 11:25:36,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:36,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:36 GMT Server: Apache x-compute-request-id: req-cefd26c7-d3f8-43fb-b5fe-f37cc4f4acfd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cefd26c7-d3f8-43fb-b5fe-f37cc4f4acfd Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "self"}, {"href": "http://172.30.9.28:8776/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:25:36.000000", "replication_status": null, "snapshot_id": null, "id": "726142c9-2840-4f3f-8846-1dd714d0eabe", "size": 1, "user_id": "1847a356eeb74ff49a4b93e414c5d023", "os-vol-tenant-attr:tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "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-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol", "bootable": "false", "created_at": "2019-01-03T11:25:34.000000", "volume_type": "CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type"}} 2019-01-03 11:25:36,248 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-cefd26c7-d3f8-43fb-b5fe-f37cc4f4acfd 2019-01-03 11:25:36,249 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:25:36,249 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:25:39,252 - create_volume - DEBUG - Volume status query timeout in 56.7859890461 2019-01-03 11:25:39,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29362598-c14f-4d4b-a33a-303a34de75d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5526bc7a042253e0af455bd17c05fbfe9374ffe8" 2019-01-03 11:25:39,296 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:25:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-63dfc112-73bb-4ba0-aa97-744583532711 x-openstack-request-id: req-63dfc112-73bb-4ba0-aa97-744583532711 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 726142c9-2840-4f3f-8846-1dd714d0eabe could not be found.", "code": 404}} 2019-01-03 11:25:39,296 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/volumes/726142c9-2840-4f3f-8846-1dd714d0eabe used request id req-63dfc112-73bb-4ba0-aa97-744583532711 2019-01-03 11:25:39,297 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 726142c9-2840-4f3f-8846-1dd714d0eabe could not be found. (HTTP 404) (Request-ID: req-63dfc112-73bb-4ba0-aa97-744583532711) 2019-01-03 11:25:39,297 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol 2019-01-03 11:25:39,297 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-7c36df82-57fa-4bf5-9819-9935a24d5a4e-vol-type 2019-01-03 11:25:39,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/4b801c3b-5bc6-43cb-b205-9a6ff72dde1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2dbf664b-b7fa-4728-8239-de1115b09369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fbbd25686a1c531337e13fe5fcab0b0310e14d7" 2019-01-03 11:25:39,523 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae4302b1-1f80-418e-b1d1-f9e0be0643b0 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. 2019-01-03 11:25:39,524 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9/types/4b801c3b-5bc6-43cb-b205-9a6ff72dde1b used request id req-ae4302b1-1f80-418e-b1d1-f9e0be0643b0 2019-01-03 11:25:39,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:39,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7b50d93c-25a3-4b95-af81-6a48b2ab9952 Date: Thu, 03 Jan 2019 11:25:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:39,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-7b50d93c-25a3-4b95-af81-6a48b2ab9952 2019-01-03 11:25:39,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:39,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c44963-4d1f-4536-8509-5d17cdb19e68 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:39,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-f4c44963-4d1f-4536-8509-5d17cdb19e68 2019-01-03 11:25:39,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:39,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d97c84-d0a9-410f-8d7d-5ded2bd8f57f 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:39,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-01d97c84-d0a9-410f-8d7d-5ded2bd8f57f 2019-01-03 11:25:39,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:40,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f9d5182-5a16-431b-9eed-d83ca08197b2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:40,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-6f9d5182-5a16-431b-9eed-d83ca08197b2 2019-01-03 11:25:40,063 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-315afd87-d269-465-proj 2019-01-03 11:25:40,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:40,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f172cf3-e317-44e8-9d5c-f104b326be57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:40,237 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/19d9ce550e45480ba76dba4664acf6b1 used request id req-1f172cf3-e317-44e8-9d5c-f104b326be57 2019-01-03 11:25:40,237 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-315afd87-d269-465-proj-role 2019-01-03 11:25:40,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:40,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3b31c0b-d6a6-40c0-9e13-7af3383b8761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:40,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/0c1e608240ea4f508dcb4b9815e0b892 used request id req-e3b31c0b-d6a6-40c0-9e13-7af3383b8761 2019-01-03 11:25:40,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6170f4a7214ccf3c911549323bd9f06f31d27a" 2019-01-03 11:25:40,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1201b35-5ba0-4b87-ab62-c23bd24813f6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:40,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e1201b35-5ba0-4b87-ab62-c23bd24813f6 2019-01-03 11:25:40,437 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-315afd87-d269-465-user 2019-01-03 11:25:40,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5639913cfb6b427fbbd06c821237c7fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d40cd2b5029d96e918d8feec7d9d0fd7a3dd81c" 2019-01-03 11:25:40,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-297d2c9e-3ca7-44a4-a064-4942c0779ac4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:40,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5639913cfb6b427fbbd06c821237c7fa used request id req-297d2c9e-3ca7-44a4-a064-4942c0779ac4 2019-01-03 11:25:40,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:40,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6PH_I5eFQMujk3FLBoozLA"], "issued_at": "2019-01-03T11:25:40.000000Z"}} 2019-01-03 11:25:40,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc685601fc12fbbb3e2b2cb37408624728649c7f" 2019-01-03 11:25:41,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c52507-1b51-46e5-9375-4d7c9c142949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:41,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d4c52507-1b51-46e5-9375-4d7c9c142949 2019-01-03 11:25:41,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:41,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:41,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EYYFHiOISwqYC_0AfOo_cQ"], "issued_at": "2019-01-03T11:25:41.000000Z"}} 2019-01-03 11:25:41,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:41,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5d4b9c-b4fa-4f47-b563-b2a545d11ca7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:41,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eb5d4b9c-b4fa-4f47-b563-b2a545d11ca7 2019-01-03 11:25:41,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:41,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:41,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c72ffe76-48ae-4299-b595-f1383e9ab1d9 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:41,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj used request id req-c72ffe76-48ae-4299-b595-f1383e9ab1d9 2019-01-03 11:25:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:41,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67766158-6653-47b8-bb4d-9ee81d37b34d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:41,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-67766158-6653-47b8-bb4d-9ee81d37b34d 2019-01-03 11:25:41,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj"}}' 2019-01-03 11:25:41,797 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9adc4e6a-7c39-4eb1-8066-08350d661c61 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a"}, "enabled": true, "id": "f7e91598aa2440bea6831148246c6c1a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj"}} 2019-01-03 11:25:41,798 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-9adc4e6a-7c39-4eb1-8066-08350d661c61 2019-01-03 11:25:41,798 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-proj 2019-01-03 11:25:41,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:41,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:42,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["SDbRo0XwSnaT7xgG-g3jxg"], "issued_at": "2019-01-03T11:25:42.000000Z"}} 2019-01-03 11:25:42,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c164cb4aae97d39a63abf3ea71db6876426186" 2019-01-03 11:25:42,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b7d9a4-f7f9-481d-9977-c6d641bf47c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:42,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e5b7d9a4-f7f9-481d-9977-c6d641bf47c9 2019-01-03 11:25:42,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:42,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:42,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c164cb4aae97d39a63abf3ea71db6876426186" 2019-01-03 11:25:42,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab236380-8e21-4427-aeb4-44467c4b6844 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:42,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ab236380-8e21-4427-aeb4-44467c4b6844 2019-01-03 11:25:42,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c164cb4aae97d39a63abf3ea71db6876426186" 2019-01-03 11:25:42,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757d282d-5933-42a5-8b4b-9e1df36ce89d Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a"}, "enabled": true, "id": "f7e91598aa2440bea6831148246c6c1a", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj"}]} 2019-01-03 11:25:42,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-a2bf71b9-af01-432-proj used request id req-757d282d-5933-42a5-8b4b-9e1df36ce89d 2019-01-03 11:25:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c164cb4aae97d39a63abf3ea71db6876426186" 2019-01-03 11:25:42,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66962a4d-3b3e-42b0-b886-2fc56e92122c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:42,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-66962a4d-3b3e-42b0-b886-2fc56e92122c 2019-01-03 11:25:42,875 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-user 2019-01-03 11:25:42,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:42,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:42,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e870b0c-2c33-4bac-8e8d-d43746d0f2d1 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:42,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0e870b0c-2c33-4bac-8e8d-d43746d0f2d1 2019-01-03 11:25:42,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" -d '{"role": {"name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role"}}' 2019-01-03 11:25:43,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73b7ba21-9d28-4309-96d0-712ed0e0e64d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9d43d3371e644cce8e686b3abad0eaac", "links": {"self": "http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac"}, "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role"}} 2019-01-03 11:25:43,098 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-73b7ba21-9d28-4309-96d0-712ed0e0e64d 2019-01-03 11:25:43,098 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role 2019-01-03 11:25:43,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:43,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b6732d6-4591-414c-95fe-2ec6b898c08c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac"}, "domain_id": null, "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role", "id": "9d43d3371e644cce8e686b3abad0eaac"}} 2019-01-03 11:25:43,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac used request id req-3b6732d6-4591-414c-95fe-2ec6b898c08c 2019-01-03 11:25:43,185 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role to project CreateVolumeWithImageTests-a2bf71b9-af01-432-proj 2019-01-03 11:25:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a/users/d99a07fb257a47a89b3368a974d1b7fd/roles/9d43d3371e644cce8e686b3abad0eaac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:43,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfe41334-7be1-4297-bca9-cf51203bd036 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:43,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a/users/d99a07fb257a47a89b3368a974d1b7fd/roles/9d43d3371e644cce8e686b3abad0eaac used request id req-bfe41334-7be1-4297-bca9-cf51203bd036 2019-01-03 11:25:43,312 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:25:43,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:43,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:43,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9d43d3371e644cce8e686b3abad0eaac", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role"}], "expires_at": "2019-01-03T12:25:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7e91598aa2440bea6831148246c6c1a", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-user", "id": "d99a07fb257a47a89b3368a974d1b7fd"}, "audit_ids": ["BovBA5NaRJKbIUCVNjW-MQ"], "issued_at": "2019-01-03T11:25:43.000000Z"}} 2019-01-03 11:25:43,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:43,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5ade7e3-4719-4a33-9578-e3420e24119d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:43,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f5ade7e3-4719-4a33-9578-e3420e24119d 2019-01-03 11:25:43,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:43,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-3ff6f878-fc96-4bf4-a27f-d7fc10b96a4c Date: Thu, 03 Jan 2019 11:25:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image"} 2019-01-03 11:25:43,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image used request id req-3ff6f878-fc96-4bf4-a27f-d7fc10b96a4c 2019-01-03 11:25:43,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:44,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f4ce028f-7639-484d-ad00-f046b526b355 Date: Thu, 03 Jan 2019 11:25: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"}}} 2019-01-03 11:25:44,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f4ce028f-7639-484d-ad00-f046b526b355 2019-01-03 11:25:44,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image"}' 2019-01-03 11:25:44,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c X-Openstack-Request-Id: req-dbaee4bb-2c2a-4c19-aec5-5512c9f3ff6a Date: Thu, 03 Jan 2019 11:25:44 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c", "min_disk": 0, "protected": false, "id": "0b82f619-8f81-492f-a7b2-9adc823c492c", "file": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c/file", "checksum": null, "owner": "f7e91598aa2440bea6831148246c6c1a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:44,309 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-dbaee4bb-2c2a-4c19-aec5-5512c9f3ff6a 2019-01-03 11:25:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" -d '' 2019-01-03 11:25:46,567 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed1165a9-9daa-418a-8590-3d9cc390a163 Date: Thu, 03 Jan 2019 11:25:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:25:46,567 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c/file used request id req-ed1165a9-9daa-418a-8590-3d9cc390a163 2019-01-03 11:25:46,568 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:25:46,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:46,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bd1348c1-1db2-45ed-ad1e-60c36b62e409 Date: Thu, 03 Jan 2019 11:25:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/0b82f619-8f81-492f-a7b2-9adc823c492c/snap", "metadata": {}}], "self": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c", "min_disk": 0, "protected": false, "id": "0b82f619-8f81-492f-a7b2-9adc823c492c", "file": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f7e91598aa2440bea6831148246c6c1a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/0b82f619-8f81-492f-a7b2-9adc823c492c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:46,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c used request id req-bd1348c1-1db2-45ed-ad1e-60c36b62e409 2019-01-03 11:25:46,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:46,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-213f3dc7-b753-4aa5-adb1-e8de19325297 Date: Thu, 03 Jan 2019 11:25: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"}}} 2019-01-03 11:25:46,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-213f3dc7-b753-4aa5-adb1-e8de19325297 2019-01-03 11:25:46,748 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image 2019-01-03 11:25:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:46,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7a6e03ea-0535-4199-8c75-39860f6a4790 Date: Thu, 03 Jan 2019 11:25:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:46Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/0b82f619-8f81-492f-a7b2-9adc823c492c/snap", "metadata": {}}], "self": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c", "min_disk": 0, "protected": false, "id": "0b82f619-8f81-492f-a7b2-9adc823c492c", "file": "/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f7e91598aa2440bea6831148246c6c1a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/0b82f619-8f81-492f-a7b2-9adc823c492c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:46,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c used request id req-7a6e03ea-0535-4199-8c75-39860f6a4790 2019-01-03 11:25:46,907 - create_image - DEBUG - Instance status is - active 2019-01-03 11:25:46,907 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image 2019-01-03 11:25:46,907 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image 2019-01-03 11:25:46,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:46,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:47,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9d43d3371e644cce8e686b3abad0eaac", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role"}], "expires_at": "2019-01-03T12:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7e91598aa2440bea6831148246c6c1a", "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7e91598aa2440bea6831148246c6c1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-a2bf71b9-af01-432-user", "id": "d99a07fb257a47a89b3368a974d1b7fd"}, "audit_ids": ["3VCB20aSTVmWMDagtr7vgg"], "issued_at": "2019-01-03T11:25:47.000000Z"}} 2019-01-03 11:25:47,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c222dc3d5690b2a0640e1613805cb56fdd87db" 2019-01-03 11:25:47,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03d6a977-8ea7-4a1d-8333-bdef867490e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:47,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-03d6a977-8ea7-4a1d-8333-bdef867490e9 2019-01-03 11:25:47,369 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c222dc3d5690b2a0640e1613805cb56fdd87db" 2019-01-03 11:25:47,559 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:47 GMT Server: Apache x-compute-request-id: req-9be44c8f-9f6a-41bd-adff-5ed21ff47286 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9be44c8f-9f6a-41bd-adff-5ed21ff47286 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:47,560 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a/volumes/detail used request id req-9be44c8f-9f6a-41bd-adff-5ed21ff47286 2019-01-03 11:25:47,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9be44c8f-9f6a-41bd-adff-5ed21ff47286" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c222dc3d5690b2a0640e1613805cb56fdd87db" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-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}}' 2019-01-03 11:25:47,908 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 11:25:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bb50ddb1-430d-4b02-bb16-c3b798b982de x-openstack-request-id: req-bb50ddb1-430d-4b02-bb16-c3b798b982de Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2019-01-03 11:25:47,909 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/f7e91598aa2440bea6831148246c6c1a/volumes used request id req-bb50ddb1-430d-4b02-bb16-c3b798b982de 2019-01-03 11:25:47,910 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-5b7398f6-b388-4930-ad03-32249d5b43ae-image 2019-01-03 11:25:47,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6dfb6fda1fdd9391418467ac9b6eb23313a48ece" 2019-01-03 11:25:49,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0ae8c0c-97dc-4d99-9a73-601668082661 Date: Thu, 03 Jan 2019 11:25:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:25:49,367 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/0b82f619-8f81-492f-a7b2-9adc823c492c used request id req-f0ae8c0c-97dc-4d99-9a73-601668082661 2019-01-03 11:25:49,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:49,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fcb81383-f2e0-4450-ba06-da89b2e1f02b Date: Thu, 03 Jan 2019 11:25:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:25:49,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-fcb81383-f2e0-4450-ba06-da89b2e1f02b 2019-01-03 11:25:49,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:49,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c71d488e-73c6-48a6-856c-fc47725ace93 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:25:49,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c71d488e-73c6-48a6-856c-fc47725ace93 2019-01-03 11:25:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:49,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb3dbd7-2d6a-4044-8db5-1e813f07c787 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:25:49,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4cb3dbd7-2d6a-4044-8db5-1e813f07c787 2019-01-03 11:25:49,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:49,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee4912d-2029-4d30-9f26-df210300fa45 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:25:49,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-dee4912d-2029-4d30-9f26-df210300fa45 2019-01-03 11:25:49,872 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-proj 2019-01-03 11:25:49,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:50,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ab099ae-b6f2-469b-bee3-2c2829a46f85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:50,069 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f7e91598aa2440bea6831148246c6c1a used request id req-5ab099ae-b6f2-469b-bee3-2c2829a46f85 2019-01-03 11:25:50,070 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-proj-role 2019-01-03 11:25:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:50,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ca9dda-a6d9-412c-8cb3-aea83067fe18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:50,186 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9d43d3371e644cce8e686b3abad0eaac used request id req-f5ca9dda-a6d9-412c-8cb3-aea83067fe18 2019-01-03 11:25:50,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd7c62fa16e5bfe2ca94e25d8350c9f5757d2561" 2019-01-03 11:25:50,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db38523d-db32-49ae-9908-458604d5c64c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:50,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-db38523d-db32-49ae-9908-458604d5c64c 2019-01-03 11:25:50,278 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-a2bf71b9-af01-432-user 2019-01-03 11:25:50,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d99a07fb257a47a89b3368a974d1b7fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c164cb4aae97d39a63abf3ea71db6876426186" 2019-01-03 11:25:50,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a622f6bb-3b5f-464d-8787-f5ae9de49d22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:50,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d99a07fb257a47a89b3368a974d1b7fd used request id req-a622f6bb-3b5f-464d-8787-f5ae9de49d22 2019-01-03 11:25:50,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:50,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["OszGKHKKSo-pqzFxD7ax_g"], "issued_at": "2019-01-03T11:25:50.000000Z"}} 2019-01-03 11:25:50,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b595660e8bd99aa36e979866c9957d9c7d205e" 2019-01-03 11:25:50,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ba2980-ab7c-4eaa-9144-f1f2537f05a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:50,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-70ba2980-ab7c-4eaa-9144-f1f2537f05a0 2019-01-03 11:25:50,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:50,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:51,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yX8NK-uhRkyPIcpa_-LnFA"], "issued_at": "2019-01-03T11:25:51.000000Z"}} 2019-01-03 11:25:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:51,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-261d0b93-ade6-4f64-a6f6-9a556f153cfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:51,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-261d0b93-ade6-4f64-a6f6-9a556f153cfc 2019-01-03 11:25:51,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:51,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:51,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:51,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8532de-8710-4339-b7dc-d695fc58af68 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:25:51,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj used request id req-8a8532de-8710-4339-b7dc-d695fc58af68 2019-01-03 11:25:51,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:51,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc4d12a-c6b2-4edc-bf0a-5ba77863359e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:51,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3cc4d12a-c6b2-4edc-bf0a-5ba77863359e 2019-01-03 11:25:51,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}}' 2019-01-03 11:25:51,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5808004-b571-4428-8a51-d2e25371a59e Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b"}, "enabled": true, "id": "cc2353b8986e4ff58fdd06e1bff1af0b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}} 2019-01-03 11:25:51,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c5808004-b571-4428-8a51-d2e25371a59e 2019-01-03 11:25:51,696 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-proj 2019-01-03 11:25:51,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:51,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:52,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-0peh_BCSxuCX4DBg3klcw"], "issued_at": "2019-01-03T11:25:52.000000Z"}} 2019-01-03 11:25:52,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fddfff631927fa3baad22137cd36f5c23d7370d0" 2019-01-03 11:25:52,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea437d6-4d7d-4a60-aa2f-c83897aaa723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:52,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1ea437d6-4d7d-4a60-aa2f-c83897aaa723 2019-01-03 11:25:52,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:25:52,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:25: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:25:52,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fddfff631927fa3baad22137cd36f5c23d7370d0" 2019-01-03 11:25:52,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa22b9f-73a6-42e3-926f-dd770081aced Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:25:52,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-aaa22b9f-73a6-42e3-926f-dd770081aced 2019-01-03 11:25:52,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fddfff631927fa3baad22137cd36f5c23d7370d0" 2019-01-03 11:25:52,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3017b8-a0ad-4661-90dc-42e81376069f Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b"}, "enabled": true, "id": "cc2353b8986e4ff58fdd06e1bff1af0b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}]} 2019-01-03 11:25:52,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateVolumeWithImageTests-0a98d06e-e783-44a-proj used request id req-3a3017b8-a0ad-4661-90dc-42e81376069f 2019-01-03 11:25:52,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fddfff631927fa3baad22137cd36f5c23d7370d0" 2019-01-03 11:25:52,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb72bf3-7779-4746-8c0e-85442f507358 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:25:52,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2cb72bf3-7779-4746-8c0e-85442f507358 2019-01-03 11:25:52,851 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-user 2019-01-03 11:25:52,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:52,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:52,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ccbea76-d243-4ae3-8d94-dabd7afc341d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:25:52,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7ccbea76-d243-4ae3-8d94-dabd7afc341d 2019-01-03 11:25:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" -d '{"role": {"name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role"}}' 2019-01-03 11:25:53,079 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:25:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-868e09ed-ae49-4fa0-a746-ab794603b9c9 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3bb228afc5ac4a5587a3c773425f6b44", "links": {"self": "http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44"}, "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role"}} 2019-01-03 11:25:53,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-868e09ed-ae49-4fa0-a746-ab794603b9c9 2019-01-03 11:25:53,080 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role 2019-01-03 11:25:53,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:53,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe5a1f89-0d31-46cb-bb01-b81b6ded54b8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44"}, "domain_id": null, "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role", "id": "3bb228afc5ac4a5587a3c773425f6b44"}} 2019-01-03 11:25:53,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44 used request id req-fe5a1f89-0d31-46cb-bb01-b81b6ded54b8 2019-01-03 11:25:53,165 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role to project CreateVolumeWithImageTests-0a98d06e-e783-44a-proj 2019-01-03 11:25:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b/users/7d294be853194e20a46723f0a1ee26d9/roles/3bb228afc5ac4a5587a3c773425f6b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:25:53,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:25:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd246569-bf81-4c85-9728-e331312c0ada Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:25:53,292 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b/users/7d294be853194e20a46723f0a1ee26d9/roles/3bb228afc5ac4a5587a3c773425f6b44 used request id req-fd246569-bf81-4c85-9728-e331312c0ada 2019-01-03 11:25:53,294 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:25:53,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:53,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:53,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bb228afc5ac4a5587a3c773425f6b44", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role"}], "expires_at": "2019-01-03T12:25:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc2353b8986e4ff58fdd06e1bff1af0b", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-user", "id": "7d294be853194e20a46723f0a1ee26d9"}, "audit_ids": ["BSZofaG7QMeJZjG9WoHT1w"], "issued_at": "2019-01-03T11:25:53.000000Z"}} 2019-01-03 11:25:53,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:53,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c260807-5d5e-42bb-92cf-7f50b338b196 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:53,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4c260807-5d5e-42bb-92cf-7f50b338b196 2019-01-03 11:25:53,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:54,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-09b02f43-4b8d-42eb-a9ec-b579b684ba85 Date: Thu, 03 Jan 2019 11:25:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image"} 2019-01-03 11:25:54,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image used request id req-09b02f43-4b8d-42eb-a9ec-b579b684ba85 2019-01-03 11:25:54,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:54,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27e294bf-6e57-45c8-89ec-8970d7a4a62b Date: Thu, 03 Jan 2019 11:25: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"}}} 2019-01-03 11:25:54,170 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-27e294bf-6e57-45c8-89ec-8970d7a4a62b 2019-01-03 11:25:54,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image"}' 2019-01-03 11:25:54,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e X-Openstack-Request-Id: req-c022c600-6312-4d72-8700-e21c750fc684 Date: Thu, 03 Jan 2019 11:25:54 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e", "min_disk": 0, "protected": false, "id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "file": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/file", "checksum": null, "owner": "cc2353b8986e4ff58fdd06e1bff1af0b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:54,401 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c022c600-6312-4d72-8700-e21c750fc684 2019-01-03 11:25:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" -d '' 2019-01-03 11:25:55,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb5c806a-2f0f-47b5-8f5d-f77a19c1f6da Date: Thu, 03 Jan 2019 11:25:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:25:55,610 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/file used request id req-cb5c806a-2f0f-47b5-8f5d-f77a19c1f6da 2019-01-03 11:25:55,610 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:25:55,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:55,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-723209ae-25ff-4c73-8298-aa25ff1bc760 Date: Thu, 03 Jan 2019 11:25:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/snap", "metadata": {}}], "self": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e", "min_disk": 0, "protected": false, "id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "file": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cc2353b8986e4ff58fdd06e1bff1af0b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:55,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e used request id req-723209ae-25ff-4c73-8298-aa25ff1bc760 2019-01-03 11:25:55,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:55,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d250a735-a7b1-4dbe-b71d-974273502ad5 Date: Thu, 03 Jan 2019 11:25: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"}}} 2019-01-03 11:25:55,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d250a735-a7b1-4dbe-b71d-974273502ad5 2019-01-03 11:25:55,937 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image 2019-01-03 11:25:55,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:25:55,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2c85fd48-dfc7-4d84-ba34-d6dd6e809b15 Date: Thu, 03 Jan 2019 11:25:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:25:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:25:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/snap", "metadata": {}}], "self": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e", "min_disk": 0, "protected": false, "id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "file": "/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cc2353b8986e4ff58fdd06e1bff1af0b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:25:55,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e used request id req-2c85fd48-dfc7-4d84-ba34-d6dd6e809b15 2019-01-03 11:25:55,958 - create_image - DEBUG - Instance status is - active 2019-01-03 11:25:55,958 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image 2019-01-03 11:25:55,958 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image 2019-01-03 11:25:55,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:25:55,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:25:56,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bb228afc5ac4a5587a3c773425f6b44", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role"}], "expires_at": "2019-01-03T12:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc2353b8986e4ff58fdd06e1bff1af0b", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-user", "id": "7d294be853194e20a46723f0a1ee26d9"}, "audit_ids": ["GYcbzvRuTUm5o2JTxW6snA"], "issued_at": "2019-01-03T11:25:56.000000Z"}} 2019-01-03 11:25:56,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:25:56,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7114268-5831-4fef-a34c-8bf59afddd22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:25:56,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7114268-5831-4fef-a34c-8bf59afddd22 2019-01-03 11:25:56,435 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:25:56,635 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:56 GMT Server: Apache x-compute-request-id: req-10e60033-5187-4d3b-accc-a16e6f2195a4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10e60033-5187-4d3b-accc-a16e6f2195a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:25:56,635 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/detail used request id req-10e60033-5187-4d3b-accc-a16e6f2195a4 2019-01-03 11:25:56,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "imageRef": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-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}}' 2019-01-03 11:25:58,294 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:25:56 GMT Server: Apache x-compute-request-id: req-1e0e09b4-3646-49cc-9f8b-6dd1575a27db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e0e09b4-3646-49cc-9f8b-6dd1575a27db Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7d294be853194e20a46723f0a1ee26d9", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:58.212008", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1}} 2019-01-03 11:25:58,294 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes used request id req-1e0e09b4-3646-49cc-9f8b-6dd1575a27db 2019-01-03 11:25:58,298 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:25:58,496 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:58 GMT Server: Apache x-compute-request-id: req-1ed4c0c8-5a18-44bf-a185-f09931abd9bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ed4c0c8-5a18-44bf-a185-f09931abd9bf Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7d294be853194e20a46723f0a1ee26d9", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "updated_at": "2019-01-03T11:25:58.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1}} 2019-01-03 11:25:58,496 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-1ed4c0c8-5a18-44bf-a185-f09931abd9bf 2019-01-03 11:25:58,496 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:25:58,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:25:58,551 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:25:58 GMT Server: Apache x-compute-request-id: req-9ca23568-7aac-4170-bdeb-56757536821c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9ca23568-7aac-4170-bdeb-56757536821c Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7d294be853194e20a46723f0a1ee26d9", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "updated_at": "2019-01-03T11:25:58.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1}} 2019-01-03 11:25:58,551 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-9ca23568-7aac-4170-bdeb-56757536821c 2019-01-03 11:25:58,552 - create_volume - DEBUG - Instance status is - creating 2019-01-03 11:25:58,552 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:26:01,555 - create_volume - DEBUG - Volume status query timeout in 296.941395998 2019-01-03 11:26:01,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:01,758 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:01 GMT Server: Apache x-compute-request-id: req-6a1a803e-4053-4c3c-85af-67602dee2686 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a1a803e-4053-4c3c-85af-67602dee2686 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "7d294be853194e20a46723f0a1ee26d9", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "updated_at": "2019-01-03T11:26:01.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1}} 2019-01-03 11:26:01,758 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-6a1a803e-4053-4c3c-85af-67602dee2686 2019-01-03 11:26:01,758 - create_volume - DEBUG - Instance status is - downloading 2019-01-03 11:26:01,759 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:26:04,762 - create_volume - DEBUG - Volume status query timeout in 293.734879017 2019-01-03 11:26:04,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:04,820 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:04 GMT Server: Apache x-compute-request-id: req-82c15268-1909-418b-bc7d-31c466d8f6bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82c15268-1909-418b-bc7d-31c466d8f6bc Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "7d294be853194e20a46723f0a1ee26d9", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:25:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "updated_at": "2019-01-03T11:26:01.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1}} 2019-01-03 11:26:04,821 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-82c15268-1909-418b-bc7d-31c466d8f6bc 2019-01-03 11:26:04,821 - create_volume - DEBUG - Instance status is - downloading 2019-01-03 11:26:04,821 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:26:07,825 - create_volume - DEBUG - Volume status query timeout in 290.672075033 2019-01-03 11:26:07,829 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:08,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:07 GMT Server: Apache x-compute-request-id: req-da8c653b-ab9d-4757-8039-9fc3e88da02b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-da8c653b-ab9d-4757-8039-9fc3e88da02b Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-03T11:26:04.000000", "replication_status": null, "snapshot_id": null, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1, "user_id": "7d294be853194e20a46723f0a1ee26d9", "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "image_id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "bootable": "true", "created_at": "2019-01-03T11:25:58.000000", "volume_type": null}} 2019-01-03 11:26:08,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-da8c653b-ab9d-4757-8039-9fc3e88da02b 2019-01-03 11:26:08,044 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:26:08,044 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:08,045 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:08,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:08,101 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:08 GMT Server: Apache x-compute-request-id: req-1ac72355-52e4-4a6a-8aa9-215d3c034d9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ac72355-52e4-4a6a-8aa9-215d3c034d9f Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-03T11:26:04.000000", "replication_status": null, "snapshot_id": null, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1, "user_id": "7d294be853194e20a46723f0a1ee26d9", "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "image_id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "bootable": "true", "created_at": "2019-01-03T11:25:58.000000", "volume_type": null}} 2019-01-03 11:26:08,101 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-1ac72355-52e4-4a6a-8aa9-215d3c034d9f 2019-01-03 11:26:08,101 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:26:08,102 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:08,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:08,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3bb228afc5ac4a5587a3c773425f6b44", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role"}], "expires_at": "2019-01-03T12:26:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc2353b8986e4ff58fdd06e1bff1af0b", "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cc2353b8986e4ff58fdd06e1bff1af0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-0a98d06e-e783-44a-user", "id": "7d294be853194e20a46723f0a1ee26d9"}, "audit_ids": ["x2F9JdHPSpqhPBxqFmfKmg"], "issued_at": "2019-01-03T11:26:08.000000Z"}} 2019-01-03 11:26:08,476 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ae5afa2fb40844137b5171c39c31d6da91e4f1" 2019-01-03 11:26:08,670 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:08 GMT Server: Apache x-compute-request-id: req-1e2b03f9-560c-4ada-b781-65ef90aa2b46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e2b03f9-560c-4ada-b781-65ef90aa2b46 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-03T11:26:04.000000", "replication_status": null, "snapshot_id": null, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1, "user_id": "7d294be853194e20a46723f0a1ee26d9", "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "image_id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "bootable": "true", "created_at": "2019-01-03T11:25:58.000000", "volume_type": null}} 2019-01-03 11:26:08,670 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-1e2b03f9-560c-4ada-b781-65ef90aa2b46 2019-01-03 11:26:08,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:08,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:08 GMT Server: Apache x-compute-request-id: req-28b6d8e2-b475-4302-9dd5-7f3e24e5fe9e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-28b6d8e2-b475-4302-9dd5-7f3e24e5fe9e Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-03T11:26:04.000000", "replication_status": null, "snapshot_id": null, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1, "user_id": "7d294be853194e20a46723f0a1ee26d9", "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "image_id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "bootable": "true", "created_at": "2019-01-03T11:25:58.000000", "volume_type": null}} 2019-01-03 11:26:08,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-28b6d8e2-b475-4302-9dd5-7f3e24e5fe9e 2019-01-03 11:26:08,731 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:26:08,731 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:08,731 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:08,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:08,816 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:26:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d37d961c-1a3f-4509-b386-0e00acb7d195 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. 2019-01-03 11:26:08,816 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-d37d961c-1a3f-4509-b386-0e00acb7d195 2019-01-03 11:26:08,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:09,015 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:08 GMT Server: Apache x-compute-request-id: req-0884e7f1-b0e9-4318-9d2a-d9c324b7942f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0884e7f1-b0e9-4318-9d2a-d9c324b7942f Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "self"}, {"href": "http://172.30.9.28:8776/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2019-01-03T11:26:08.000000", "replication_status": null, "snapshot_id": null, "id": "1022f274-63dc-46b0-b91c-b3f52ef907b8", "size": 1, "user_id": "7d294be853194e20a46723f0a1ee26d9", "os-vol-tenant-attr:tenant_id": "cc2353b8986e4ff58fdd06e1bff1af0b", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image", "image_id": "1b0c52f7-6092-4410-bbf0-995cd7929d8e", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol", "bootable": "true", "created_at": "2019-01-03T11:25:58.000000", "volume_type": null}} 2019-01-03 11:26:09,015 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-0884e7f1-b0e9-4318-9d2a-d9c324b7942f 2019-01-03 11:26:09,016 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:26:09,016 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:26:12,017 - create_volume - DEBUG - Volume status query timeout in 56.8000729084 2019-01-03 11:26:12,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10e60033-5187-4d3b-accc-a16e6f2195a4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d25bb93dc83b134f12bda3c29c247f706f6852eb" 2019-01-03 11:26:12,210 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:26:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1a70912b-331b-4b07-835a-055ebfbb7729 x-openstack-request-id: req-1a70912b-331b-4b07-835a-055ebfbb7729 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 1022f274-63dc-46b0-b91c-b3f52ef907b8 could not be found.", "code": 404}} 2019-01-03 11:26:12,210 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/cc2353b8986e4ff58fdd06e1bff1af0b/volumes/1022f274-63dc-46b0-b91c-b3f52ef907b8 used request id req-1a70912b-331b-4b07-835a-055ebfbb7729 2019-01-03 11:26:12,210 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 1022f274-63dc-46b0-b91c-b3f52ef907b8 could not be found. (HTTP 404) (Request-ID: req-1a70912b-331b-4b07-835a-055ebfbb7729) 2019-01-03 11:26:12,211 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-vol 2019-01-03 11:26:12,211 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-3d9e196a-e827-4ca5-b284-19b51bfd5dd1-image 2019-01-03 11:26:12,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b36f5490882a7cee412c7ca0af1fa61ca3b8fb87" 2019-01-03 11:26:13,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d2c55a4-cc25-4469-9107-ec8ebde9b273 Date: Thu, 03 Jan 2019 11:26:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:26:13,660 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1b0c52f7-6092-4410-bbf0-995cd7929d8e used request id req-4d2c55a4-cc25-4469-9107-ec8ebde9b273 2019-01-03 11:26:13,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:13,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8d944a44-6b8c-4bc7-9b50-69040d3c9a14 Date: Thu, 03 Jan 2019 11:26:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:26:13,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8d944a44-6b8c-4bc7-9b50-69040d3c9a14 2019-01-03 11:26:13,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:13,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76c84207-4cfe-4a0b-bf64-c7803d11adc0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:26:13,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-76c84207-4cfe-4a0b-bf64-c7803d11adc0 2019-01-03 11:26:13,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:14,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fb3774-da93-444b-8fe0-6154618a89a7 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:26:14,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-c2fb3774-da93-444b-8fe0-6154618a89a7 2019-01-03 11:26:14,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:14,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f89e856d-69bd-4d02-8696-dbbc16dc59a7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:26:14,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-f89e856d-69bd-4d02-8696-dbbc16dc59a7 2019-01-03 11:26:14,180 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-proj 2019-01-03 11:26:14,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:14,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2cd0989-e6c8-41cd-9f50-87278686a173 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:26:14,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cc2353b8986e4ff58fdd06e1bff1af0b used request id req-c2cd0989-e6c8-41cd-9f50-87278686a173 2019-01-03 11:26:14,381 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-proj-role 2019-01-03 11:26:14,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:14,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff166f8c-9b89-404a-b358-11ba5e4a7551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:26:14,491 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3bb228afc5ac4a5587a3c773425f6b44 used request id req-ff166f8c-9b89-404a-b358-11ba5e4a7551 2019-01-03 11:26:14,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96f841faa30134d4d3273fd1e9421c329946df91" 2019-01-03 11:26:14,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d978948-6316-4191-8075-29042100fe88 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:26:14,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9d978948-6316-4191-8075-29042100fe88 2019-01-03 11:26:14,578 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-0a98d06e-e783-44a-user 2019-01-03 11:26:14,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7d294be853194e20a46723f0a1ee26d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fddfff631927fa3baad22137cd36f5c23d7370d0" 2019-01-03 11:26:14,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:26:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5cd82a76-6e1b-4799-a70e-a0bb0bbb8eb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:26:14,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7d294be853194e20a46723f0a1ee26d9 used request id req-5cd82a76-6e1b-4799-a70e-a0bb0bbb8eb2 2019-01-03 11:26:14,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:15,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["s7nhWa7ISa-ab4aSm1nOSQ"], "issued_at": "2019-01-03T11:26:15.000000Z"}} 2019-01-03 11:26:15,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0813c1cf873383bde2fef70143791ad7dd102458" 2019-01-03 11:26:15,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f006b899-956a-4eee-ac8b-48d896869585 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:15,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f006b899-956a-4eee-ac8b-48d896869585 2019-01-03 11:26:15,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:15,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:15,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:26:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JkYR6IT_ShGx_fthxuuYrA"], "issued_at": "2019-01-03T11:26:15.000000Z"}} 2019-01-03 11:26:15,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:15,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28571207-c926-453c-8903-8ae67713ba41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:15,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-28571207-c926-453c-8903-8ae67713ba41 2019-01-03 11:26:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:26:15,722 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:26:15,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-55ebf1d8-235d-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:15,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34065fec-af01-48da-8328-1af3c13a6613 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-55ebf1d8-235d-443-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:26:15,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-55ebf1d8-235d-443-proj used request id req-34065fec-af01-48da-8328-1af3c13a6613 2019-01-03 11:26:15,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:15,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a0b458-9ce8-4ce5-b66a-82ced603db2d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:26:15,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-70a0b458-9ce8-4ce5-b66a-82ced603db2d 2019-01-03 11:26:15,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}}' 2019-01-03 11:26:16,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:26:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db62f0f-dd11-4d72-bbc2-f19ca0702437 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:16,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-7db62f0f-dd11-4d72-bbc2-f19ca0702437 2019-01-03 11:26:16,008 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-55ebf1d8-235d-443-proj 2019-01-03 11:26:16,008 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:16,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:16,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mSiVaqcoTeSeJKLZg1BoOQ"], "issued_at": "2019-01-03T11:26:16.000000Z"}} 2019-01-03 11:26:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54fdccf25c473b678d471ecc0af5f1b8a512914" 2019-01-03 11:26:16,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbc9c44-3583-4a46-9746-073424691ae0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:16,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cbbc9c44-3583-4a46-9746-073424691ae0 2019-01-03 11:26:16,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:26:16,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:26: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:26:16,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54fdccf25c473b678d471ecc0af5f1b8a512914" 2019-01-03 11:26:16,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678da71e-e3e2-46a3-8921-1b5ad274f505 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:26:16,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-678da71e-e3e2-46a3-8921-1b5ad274f505 2019-01-03 11:26:16,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-55ebf1d8-235d-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54fdccf25c473b678d471ecc0af5f1b8a512914" 2019-01-03 11:26:16,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54d42f1-737a-4e31-859d-eb465351b809 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-55ebf1d8-235d-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}]} 2019-01-03 11:26:16,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=SimpleHealthCheck-55ebf1d8-235d-443-proj used request id req-f54d42f1-737a-4e31-859d-eb465351b809 2019-01-03 11:26:16,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54fdccf25c473b678d471ecc0af5f1b8a512914" 2019-01-03 11:26:16,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144ee13f-bc6b-4ed8-a5cc-c018975f314b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:26:16,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-144ee13f-bc6b-4ed8-a5cc-c018975f314b 2019-01-03 11:26:17,008 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-55ebf1d8-235d-443-user 2019-01-03 11:26:17,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:17,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:17,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed71e1fc-2d63-4e1c-9584-2804bc2e4ecf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:26:17,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ed71e1fc-2d63-4e1c-9584-2804bc2e4ecf 2019-01-03 11:26:17,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" -d '{"role": {"name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}}' 2019-01-03 11:26:17,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:26:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11116701-0a2d-45b5-8466-002cf9c0b171 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a8b909deb86242599fefbed1e81d87de", "links": {"self": "http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de"}, "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}} 2019-01-03 11:26:17,199 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-11116701-0a2d-45b5-8466-002cf9c0b171 2019-01-03 11:26:17,199 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-55ebf1d8-235d-443-proj-role 2019-01-03 11:26:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:17,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2dfc9f-94c2-42a7-a245-dcfe8cb706af Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de"}, "domain_id": null, "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role", "id": "a8b909deb86242599fefbed1e81d87de"}} 2019-01-03 11:26:17,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de used request id req-ab2dfc9f-94c2-42a7-a245-dcfe8cb706af 2019-01-03 11:26:17,292 - keystone_utils - INFO - Granting role SimpleHealthCheck-55ebf1d8-235d-443-proj-role to project SimpleHealthCheck-55ebf1d8-235d-443-proj 2019-01-03 11:26:17,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a/users/4a9cf76732b44c13965f04729a6a0857/roles/a8b909deb86242599fefbed1e81d87de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:26:17,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:26:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b153aaf6-9673-4ee1-a18d-d53d2c7d0ea1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:26:17,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a/users/4a9cf76732b44c13965f04729a6a0857/roles/a8b909deb86242599fefbed1e81d87de used request id req-b153aaf6-9673-4ee1-a18d-d53d2c7d0ea1 2019-01-03 11:26:17,423 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:26:17,425 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:26:17,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:17,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:17,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a8b909deb86242599fefbed1e81d87de", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}], "expires_at": "2019-01-03T12:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05ca3b529f96434d8aa45fad5f2c991a", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-55ebf1d8-235d-443-user", "id": "4a9cf76732b44c13965f04729a6a0857"}, "audit_ids": ["h_TOb-B7TmCdYuXcCSvwPg"], "issued_at": "2019-01-03T11:26:17.000000Z"}} 2019-01-03 11:26:17,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:17,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4960cc46-5e86-49dd-a438-8e77f97b7b1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:17,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4960cc46-5e86-49dd-a438-8e77f97b7b1f 2019-01-03 11:26:17,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:18,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-c9982861-bbe8-4699-b3b2-4f09296d1f7a Date: Thu, 03 Jan 2019 11:26:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image"} 2019-01-03 11:26:18,146 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image used request id req-c9982861-bbe8-4699-b3b2-4f09296d1f7a 2019-01-03 11:26:18,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:18,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b33ab9f8-64e0-4fa5-a443-ae26bf789649 Date: Thu, 03 Jan 2019 11:26: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"}}} 2019-01-03 11:26:18,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b33ab9f8-64e0-4fa5-a443-ae26bf789649 2019-01-03 11:26:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image"}' 2019-01-03 11:26:18,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 X-Openstack-Request-Id: req-a644e307-454a-4ddd-a28b-7261af986a72 Date: Thu, 03 Jan 2019 11:26:18 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:26:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:26:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "min_disk": 0, "protected": false, "id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "file": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file", "checksum": null, "owner": "05ca3b529f96434d8aa45fad5f2c991a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:26:18,519 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a644e307-454a-4ddd-a28b-7261af986a72 2019-01-03 11:26:18,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" -d '' 2019-01-03 11:26:20,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b50d0deb-f8d3-4555-a766-20813667f0ef Date: Thu, 03 Jan 2019 11:26:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:26:20,472 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file used request id req-b50d0deb-f8d3-4555-a766-20813667f0ef 2019-01-03 11:26:20,473 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:26:20,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:20,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-750357e9-58ab-48cc-a7a0-b99a10363929 Date: Thu, 03 Jan 2019 11:26:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:26:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:26:20Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "metadata": {}}], "self": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "min_disk": 0, "protected": false, "id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "file": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05ca3b529f96434d8aa45fad5f2c991a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:26:20,647 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 used request id req-750357e9-58ab-48cc-a7a0-b99a10363929 2019-01-03 11:26:20,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:20,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1bc5b0ad-7ffd-47d4-8b33-20e0d852c1b6 Date: Thu, 03 Jan 2019 11:26: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"}}} 2019-01-03 11:26:20,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1bc5b0ad-7ffd-47d4-8b33-20e0d852c1b6 2019-01-03 11:26:20,661 - create_image - INFO - Created image with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image 2019-01-03 11:26:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:20,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4ca2de0d-d4b2-4afc-835b-3f57b80fd3bd Date: Thu, 03 Jan 2019 11:26:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:26:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:26:20Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "metadata": {}}], "self": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "min_disk": 0, "protected": false, "id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "file": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05ca3b529f96434d8aa45fad5f2c991a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:26:20,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 used request id req-4ca2de0d-d4b2-4afc-835b-3f57b80fd3bd 2019-01-03 11:26:20,829 - create_image - DEBUG - Instance status is - active 2019-01-03 11:26:20,829 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image 2019-01-03 11:26:20,829 - create_image - INFO - Image is now active with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image 2019-01-03 11:26:20,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:20,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:21,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a8b909deb86242599fefbed1e81d87de", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}], "expires_at": "2019-01-03T12:26:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05ca3b529f96434d8aa45fad5f2c991a", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-55ebf1d8-235d-443-user", "id": "4a9cf76732b44c13965f04729a6a0857"}, "audit_ids": ["WHEDWV2kSQmQz-FR44qZLA"], "issued_at": "2019-01-03T11:26:21.000000Z"}} 2019-01-03 11:26:21,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:21,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da74a69b-1e91-44ec-930d-278a52d1efd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:21,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da74a69b-1e91-44ec-930d-278a52d1efd2 2019-01-03 11:26:21,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:21,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-95029b9c-77bf-4a44-b815-8d2c54652cf3 Date: Thu, 03 Jan 2019 11:26:21 GMT RESP BODY: {"networks":[]} 2019-01-03 11:26:21,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-95029b9c-77bf-4a44-b815-8d2c54652cf3 2019-01-03 11:26:21,437 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net 2019-01-03 11:26:21,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" -d '{"network": {"name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net", "admin_state_up": true}}' 2019-01-03 11:26:21,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-920542df-3ffc-49cc-8361-fd9a3d53c6e3 Date: Thu, 03 Jan 2019 11:26:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"451a89f8-54f1-4390-94b3-20d3338a5bda","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:26:21Z","is_default":false,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","mtu":1450}} 2019-01-03 11:26:21,999 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-920542df-3ffc-49cc-8361-fd9a3d53c6e3 2019-01-03 11:26:22,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:22,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-ad41a2dc-7f1c-490c-82f8-bc4b27b64764 Date: Thu, 03 Jan 2019 11:26:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:26:21Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:22,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-ad41a2dc-7f1c-490c-82f8-bc4b27b64764 2019-01-03 11:26:22,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:22,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-febb7124-2792-481c-a2a9-dd290cf2818e Date: Thu, 03 Jan 2019 11:26:22 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:26:22,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-febb7124-2792-481c-a2a9-dd290cf2818e 2019-01-03 11:26:22,521 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet 2019-01-03 11:26:22,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" -d '{"subnets": [{"ip_version": 4, "network_id": "451a89f8-54f1-4390-94b3-20d3338a5bda", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]}' 2019-01-03 11:26:23,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4f302aea-c7da-49ba-b1d7-9c8dda2c39e9 Date: Thu, 03 Jan 2019 11:26:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","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":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:23,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-4f302aea-c7da-49ba-b1d7-9c8dda2c39e9 2019-01-03 11:26:23,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:23,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9e75d6e1-21a4-48f2-bc8c-9f29435da1d1 Date: Thu, 03 Jan 2019 11:26: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:23,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-9e75d6e1-21a4-48f2-bc8c-9f29435da1d1 2019-01-03 11:26:23,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:23,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bcd51174-caad-4f05-a5cb-9639bbbb2772 Date: Thu, 03 Jan 2019 11:26:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:23,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-bcd51174-caad-4f05-a5cb-9639bbbb2772 2019-01-03 11:26:23,832 - OpenStackNetwork - DEBUG - Network [451a89f8-54f1-4390-94b3-20d3338a5bda] created successfully 2019-01-03 11:26:23,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:23,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:24,223 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["XOUcVkKMR2ywW5LW8wOQaA"], "issued_at": "2019-01-03T11:26:24.000000Z"}} 2019-01-03 11:26:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b09600558f0b1ddb529b75eaa4916c3ff8216b1" 2019-01-03 11:26:24,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca671da-bcd8-4809-8ae0-39c0020cb205 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:24,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ca671da-bcd8-4809-8ae0-39c0020cb205 2019-01-03 11:26:24,316 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:26:24,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b09600558f0b1ddb529b75eaa4916c3ff8216b1" 2019-01-03 11:26:24,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-82e60730-11cf-4c6d-9f3a-ce0d4723cebc x-compute-request-id: req-82e60730-11cf-4c6d-9f3a-ce0d4723cebc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:26:24,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-82e60730-11cf-4c6d-9f3a-ce0d4723cebc 2019-01-03 11:26:24,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b09600558f0b1ddb529b75eaa4916c3ff8216b1" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:26:24,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-ee8206c3-8ad0-4e37-9960-f266573972ba x-compute-request-id: req-ee8206c3-8ad0-4e37-9960-f266573972ba Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "40c926e3-981c-442a-8c84-766587216723", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:26:24,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-ee8206c3-8ad0-4e37-9960-f266573972ba 2019-01-03 11:26:24,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:24,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:24,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a8b909deb86242599fefbed1e81d87de", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}], "expires_at": "2019-01-03T12:26:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05ca3b529f96434d8aa45fad5f2c991a", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-55ebf1d8-235d-443-user", "id": "4a9cf76732b44c13965f04729a6a0857"}, "audit_ids": ["PKPClm2dRSeTgddgsxbgew"], "issued_at": "2019-01-03T11:26:24.000000Z"}} 2019-01-03 11:26:24,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:25,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bee4dc-5c06-4740-8108-55a52d7f3d93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:25,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1bee4dc-5c06-4740-8108-55a52d7f3d93 2019-01-03 11:26:25,034 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:26:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:25,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f56946-b855-454b-8861-2bf40caa96fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:25,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-64f56946-b855-454b-8861-2bf40caa96fa 2019-01-03 11:26:25,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:25,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ca0802ae-1cb0-47ad-bc1b-85720763cdc7 Date: Thu, 03 Jan 2019 11: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:25,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-ca0802ae-1cb0-47ad-bc1b-85720763cdc7 2019-01-03 11:26:25,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:26:25,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:26: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:26:25,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:25,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42937311-5a21-467d-9093-f2779de93f87 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:25,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-42937311-5a21-467d-9093-f2779de93f87 2019-01-03 11:26:25,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:25,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d3b4b9c9-1631-42eb-b97e-807e04d4d78d Date: Thu, 03 Jan 2019 11:26:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:25,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-d3b4b9c9-1631-42eb-b97e-807e04d4d78d 2019-01-03 11:26:25,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:26,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0809c756-41b3-4200-85e9-40bd1409c1e5 Date: Thu, 03 Jan 2019 11:26:26 GMT RESP BODY: {"ports":[]} 2019-01-03 11:26:26,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True used request id req-0809c756-41b3-4200-85e9-40bd1409c1e5 2019-01-03 11:26:26,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:26,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-db604797-5b58-4fdb-ae67-167a20277d54 x-compute-request-id: req-db604797-5b58-4fdb-ae67-167a20277d54 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:26:26,664 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst used request id req-db604797-5b58-4fdb-ae67-167a20277d54 2019-01-03 11:26:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:26,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-001d4d38-4030-4103-8cdf-7cd7dac5a657 Date: Thu, 03 Jan 2019 11:26: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:26,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-001d4d38-4030-4103-8cdf-7cd7dac5a657 2019-01-03 11:26:26,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:27,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65114393-b964-4ade-ab64-6aa12f97b779 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:27,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-65114393-b964-4ade-ab64-6aa12f97b779 2019-01-03 11:26:27,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:27,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5ebca1f2-6de7-4e05-b52a-e67306fd06f7 Date: Thu, 03 Jan 2019 11:26:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:27,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-5ebca1f2-6de7-4e05-b52a-e67306fd06f7 2019-01-03 11:26:27,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:27,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d7c5bca-c24e-422c-80b3-103506870b20 Date: Thu, 03 Jan 2019 11:26:27 GMT RESP BODY: {"ports":[]} 2019-01-03 11:26:27,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True used request id req-0d7c5bca-c24e-422c-80b3-103506870b20 2019-01-03 11:26:27,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:26:27,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:26:27,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a8b909deb86242599fefbed1e81d87de", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj-role"}], "expires_at": "2019-01-03T12:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "05ca3b529f96434d8aa45fad5f2c991a", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/05ca3b529f96434d8aa45fad5f2c991a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-55ebf1d8-235d-443-user", "id": "4a9cf76732b44c13965f04729a6a0857"}, "audit_ids": ["lGedkSd5TAS2AqvpXtOIbA"], "issued_at": "2019-01-03T11:26:27.000000Z"}} 2019-01-03 11:26:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d81b0be1431e705618f9a6c56fb56f8820534e" 2019-01-03 11:26:27,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e1b2c1-32ce-47a9-8276-2eefdac621ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:26:27,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7e1b2c1-32ce-47a9-8276-2eefdac621ce 2019-01-03 11:26:27,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:27,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-82e0f68b-2fdc-4f97-b73b-51e2b14ecb3c Date: Thu, 03 Jan 2019 11:26: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:27,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-82e0f68b-2fdc-4f97-b73b-51e2b14ecb3c 2019-01-03 11:26:27,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:28,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-826446ce-0041-42c1-82c7-9e4ef7a8d6ef Date: Thu, 03 Jan 2019 11:26:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:28,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-826446ce-0041-42c1-82c7-9e4ef7a8d6ef 2019-01-03 11:26:28,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:28,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-415f220c-9bc1-49eb-8f40-c2a66989d21e Date: Thu, 03 Jan 2019 11:26: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:28,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-415f220c-9bc1-49eb-8f40-c2a66989d21e 2019-01-03 11:26:28,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:26:28,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:26:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50d81b0be1431e705618f9a6c56fb56f8820534e" 2019-01-03 11:26:28,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-543e7ffe-f7c1-40ed-b896-19254409b0e1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:28,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-543e7ffe-f7c1-40ed-b896-19254409b0e1 2019-01-03 11:26:28,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:28,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5c7737e7-ebf1-4037-8782-065a4e2066c8 Date: Thu, 03 Jan 2019 11:26:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:28,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-5c7737e7-ebf1-4037-8782-065a4e2066c8 2019-01-03 11:26:28,723 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net 2019-01-03 11:26:28,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" -d '{"port": {"network_id": "451a89f8-54f1-4390-94b3-20d3338a5bda", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1", "admin_state_up": true}}' 2019-01-03 11:26:29,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-6a2d22fb-4129-47ca-8377-2f5f09b1494e Date: Thu, 03 Jan 2019 11:26:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.7"}],"id":"b2cb2197-1d3c-41c1-9ce6-e498d043ceb2","security_groups":["00b2f2ad-1d39-49f9-9860-05fd5c720963"],"mac_address":"fa:16:3e:7c:c6:a5","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1","project_id":"05ca3b529f96434d8aa45fad5f2c991a","qos_policy_id":null,"admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:29Z","binding:vnic_type":"normal"}} 2019-01-03 11:26:29,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-6a2d22fb-4129-47ca-8377-2f5f09b1494e 2019-01-03 11:26:29,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:29,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-182f5776-b57a-4873-8e7f-e83b0eec2c8e Date: Thu, 03 Jan 2019 11:26: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":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:29,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-182f5776-b57a-4873-8e7f-e83b0eec2c8e 2019-01-03 11:26:29,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:29,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c737be-e2a8-430a-a36e-7598c8bb6259 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:29,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-b2c737be-e2a8-430a-a36e-7598c8bb6259 2019-01-03 11:26:29,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:29,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-42fd316f-cd89-469b-95dd-52a28efe34e4 Date: Thu, 03 Jan 2019 11:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:29,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-42fd316f-cd89-469b-95dd-52a28efe34e4 2019-01-03 11:26:29,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-12e60a9f-a344-4f71-bf50-04e29336edec Date: Thu, 03 Jan 2019 11:26:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.7"}],"id":"b2cb2197-1d3c-41c1-9ce6-e498d043ceb2","security_groups":["00b2f2ad-1d39-49f9-9860-05fd5c720963"],"mac_address":"fa:16:3e:7c:c6:a5","project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1","admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:29Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:26:30,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1&admin_state_up=True used request id req-12e60a9f-a344-4f71-bf50-04e29336edec 2019-01-03 11:26:30,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350579e0-9fd9-4942-9418-22a1274c14b2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:30,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-350579e0-9fd9-4942-9418-22a1274c14b2 2019-01-03 11:26:30,293 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst 2019-01-03 11:26:30,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1964e46-d812-46ee-a882-b2098ecdb89e x-compute-request-id: req-f1964e46-d812-46ee-a882-b2098ecdb89e Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}], "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-flavor-name"}]} 2019-01-03 11:26:30,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f1964e46-d812-46ee-a882-b2098ecdb89e 2019-01-03 11:26:30,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f64a311d-2c6a-419e-b516-51e92f1c9b00 x-compute-request-id: req-f64a311d-2c6a-419e-b516-51e92f1c9b00 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "40c926e3-981c-442a-8c84-766587216723", "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:26:30,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723 used request id req-f64a311d-2c6a-419e-b516-51e92f1c9b00 2019-01-03 11:26:30,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-31117f7f-1661-45fa-9980-334d87cf4e6d Date: Thu, 03 Jan 2019 11:26:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:26:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:26:20Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "metadata": {}}], "self": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "min_disk": 0, "protected": false, "id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "file": "/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "05ca3b529f96434d8aa45fad5f2c991a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image"} 2019-01-03 11:26:30,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image used request id req-31117f7f-1661-45fa-9980-334d87cf4e6d 2019-01-03 11:26:30,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:30,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-270a1de0-6223-4337-99a0-8fc21891240d Date: Thu, 03 Jan 2019 11:26: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"}}} 2019-01-03 11:26:30,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-270a1de0-6223-4337-99a0-8fc21891240d 2019-01-03 11:26:30,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" -d '{"server": {"name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "imageRef": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "flavorRef": "40c926e3-981c-442a-8c84-766587216723", "max_count": 1, "min_count": 1, "networks": [{"port": "b2cb2197-1d3c-41c1-9ce6-e498d043ceb2"}]}}' 2019-01-03 11:26:32,830 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:26:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5277a10d-19d8-4a00-a2a5-8b1d96b1a939 x-compute-request-id: req-5277a10d-19d8-4a00-a2a5-8b1d96b1a939 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "adminPass": "3HmbXSpsV52c"}} 2019-01-03 11:26:32,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5277a10d-19d8-4a00-a2a5-8b1d96b1a939 2019-01-03 11:26:32,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:33,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26: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-5c2aed6d-b306-43f5-8035-55363a62a6ce x-compute-request-id: req-5c2aed6d-b306-43f5-8035-55363a62a6ce Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:26:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:33,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-5c2aed6d-b306-43f5-8035-55363a62a6ce 2019-01-03 11:26:33,183 - create_instance - INFO - Created instance with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst 2019-01-03 11:26:33,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:33,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46a524f8-8948-4517-a898-c4d9bd326ec5 x-compute-request-id: req-46a524f8-8948-4517-a898-c4d9bd326ec5 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.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:26:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:33,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-46a524f8-8948-4517-a898-c4d9bd326ec5 2019-01-03 11:26:33,554 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - BUILD 2019-01-03 11:26:33,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:26:36,557 - create_instance - DEBUG - VM status query timeout in 896.62597394 2019-01-03 11:26:36,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:36,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86fafc68-5f21-402f-ac70-c07a8cd0b529 x-compute-request-id: req-86fafc68-5f21-402f-ac70-c07a8cd0b529 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:26:35Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:36,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-86fafc68-5f21-402f-ac70-c07a8cd0b529 2019-01-03 11:26:36,946 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - BUILD 2019-01-03 11:26:36,946 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:26:39,947 - create_instance - DEBUG - VM status query timeout in 893.23615098 2019-01-03 11:26:39,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:40,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26: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-89dd5afb-4849-4f6b-b5d8-b4ac20b9dc21 x-compute-request-id: req-89dd5afb-4849-4f6b-b5d8-b4ac20b9dc21 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.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "security_groups": [{"name": "default"}], "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:26:35Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:40,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-89dd5afb-4849-4f6b-b5d8-b4ac20b9dc21 2019-01-03 11:26:40,506 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - BUILD 2019-01-03 11:26:40,507 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:26:43,510 - create_instance - DEBUG - VM status query timeout in 889.673028946 2019-01-03 11:26:43,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:43,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26: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-62b6f40f-480e-4c8c-8dc5-e02b932a2ac2 x-compute-request-id: req-62b6f40f-480e-4c8c-8dc5-e02b932a2ac2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:c6:a5", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:26:40.000000", "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "security_groups": [{"name": "default"}], "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:26:41Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:43,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-62b6f40f-480e-4c8c-8dc5-e02b932a2ac2 2019-01-03 11:26:43,885 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - ACTIVE 2019-01-03 11:26:43,885 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:26:43,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:44,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26: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-276bb809-4637-42cd-98ef-d044e7b7bbea x-compute-request-id: req-276bb809-4637-42cd-98ef-d044e7b7bbea Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:c6:a5", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:26:40.000000", "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "security_groups": [{"name": "default"}], "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:26:41Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:44,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-276bb809-4637-42cd-98ef-d044e7b7bbea 2019-01-03 11:26:44,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:44,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cc014e67-fe76-4aaa-885d-ae916b99e315 Date: Thu, 03 Jan 2019 11:26:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b9c9ce0b-6c7c-42e3-b70a-81084b24b58c"],"updated_at":"2019-01-03T11:26:22Z","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"451a89f8-54f1-4390-94b3-20d3338a5bda","name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net"}]} 2019-01-03 11:26:44,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net used request id req-cc014e67-fe76-4aaa-885d-ae916b99e315 2019-01-03 11:26:44,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:44,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd4ddde-f872-475e-92dc-276c9b35d940 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:26:44,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-9dd4ddde-f872-475e-92dc-276c9b35d940 2019-01-03 11:26:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:44,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0bfab346-01c2-4aa8-92a2-f5e609dd3539 Date: Thu, 03 Jan 2019 11:26:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:26:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"05ca3b529f96434d8aa45fad5f2c991a","id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","subnetpool_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet"}]} 2019-01-03 11:26:44,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-0bfab346-01c2-4aa8-92a2-f5e609dd3539 2019-01-03 11:26:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:44,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-96deeb02-ba49-4c56-bbfb-944fa2c56ded Date: Thu, 03 Jan 2019 11:26:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.4"}],"id":"6f6f4e37-5b21-426b-82f7-b1dfe9804f88","security_groups":[],"mac_address":"fa:16:3e:5b:62:d4","project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-451a89f8-54f1-4390-94b3-20d3338a5bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.3"}],"id":"84e3e53d-1f02-44fd-aa99-e8ea65090561","security_groups":[],"mac_address":"fa:16:3e:3a:a2:b2","project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-451a89f8-54f1-4390-94b3-20d3338a5bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:40Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.7"}],"id":"b2cb2197-1d3c-41c1-9ce6-e498d043ceb2","security_groups":["00b2f2ad-1d39-49f9-9860-05fd5c720963"],"mac_address":"fa:16:3e:7c:c6:a5","project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1","admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:29Z","binding:vnic_type":"normal","device_id":"ef0a5840-75dc-49d8-96af-a6183561f2a4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:26:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b9c9ce0b-6c7c-42e3-b70a-81084b24b58c","ip_address":"10.55.0.2"}],"id":"ecddeae2-64d0-456b-aab6-f272c4e0551d","security_groups":[],"mac_address":"fa:16:3e:53:91:96","project_id":"05ca3b529f96434d8aa45fad5f2c991a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"451a89f8-54f1-4390-94b3-20d3338a5bda","tenant_id":"05ca3b529f96434d8aa45fad5f2c991a","created_at":"2019-01-03T11:26:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-451a89f8-54f1-4390-94b3-20d3338a5bda"}]} 2019-01-03 11:26:44,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-96deeb02-ba49-4c56-bbfb-944fa2c56ded 2019-01-03 11:26:44,685 - create_instance_tests - INFO - Looking for IP 10.55.0.7 in the console log 2019-01-03 11:26:44,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:45,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a721be5-d8c6-47d6-8aa0-fcbd850275f4 x-compute-request-id: req-6a721be5-d8c6-47d6-8aa0-fcbd850275f4 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:c6:a5", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:26:40.000000", "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "security_groups": [{"name": "default"}], "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:26:41Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:45,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-6a721be5-d8c6-47d6-8aa0-fcbd850275f4 2019-01-03 11:26:45,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:26:46,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e63234b9-2ce2-4582-a2c8-c875b7f49120 x-compute-request-id: req-e63234b9-2ce2-4582-a2c8-c875b7f49120 Content-Encoding: gzip Content-Length: 9403 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 496554218 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.912 MHz processor\n[ 0.174556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.176342] pid_max: default: 32768 minimum: 301\n[ 0.177322] ACPI: Core revision 20150930\n[ 0.178775] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.180188] Security Framework initialized\n[ 0.181092] Yama: becoming mindful.\n[ 0.181944] AppArmor: AppArmor initialized\n[ 0.182892] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.184307] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.185757] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.187085] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.188594] Initializing cgroup subsys io\n[ 0.189472] Initializing cgroup subsys memory\n[ 0.190443] Initializing cgroup subsys devices\n[ 0.191436] Initializing cgroup subsys freezer\n[ 0.192376] Initializing cgroup subsys net_cls\n[ 0.193322] Initializing cgroup subsys perf_event\n[ 0.194397] Initializing cgroup subsys net_prio\n[ 0.195387] Initializing cgroup subsys hugetlb\n[ 0.196345] Initializing cgroup subsys pids\n[ 0.197298] CPU: Physical Processor ID: 0\n[ 0.198931] mce: CPU supports 10 MCE banks\n[ 0.199851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.200968] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.212755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.219298] ftrace: allocating 31920 entries in 125 pages\n[ 0.245136] smpboot: Max logical packages: 1\n[ 0.246101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.247571] x2apic enabled\n[ 0.248413] Switched APIC routing to physical x2apic.\n[ 0.250320] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.251561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.253790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.255784] KVM setup paravirtual spinlock\n[ 0.257174] x86: Booted up 1 node, 1 CPUs\n[ 0.258079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.259668] devtmpfs: initialized\n[ 0.261387] evm: security.selinux\n[ 0.262159] evm: security.SMACK64\n[ 0.262902] evm: security.SMACK64EXEC\n[ 0.263723] evm: security.SMACK64TRANSMUTE\n[ 0.264610] evm: security.SMACK64MMAP\n[ 0.265444] evm: security.ima\n[ 0.266163] evm: security.capability\n[ 0.267059] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.269170] pinctrl core: initialized pinctrl subsystem\n[ 0.270319] RTC time: 11:26:40, date: 01/03/19\n[ 0.271353] NET: Registered protocol family 16\n[ 0.272441] cpuidle: using governor ladder\n[ 0.273330] cpuidle: using governor menu\n[ 0.274191] PCCT header not found.\n[ 0.275009] ACPI: bus type PCI registered\n[ 0.275879] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.277266] PCI: Using configuration type 1 for base access\n[ 0.279140] ACPI: Added _OSI(Module Device)\n[ 0.280061] ACPI: Added _OSI(Processor Device)\n[ 0.281015] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.282050] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.284301] ACPI: Interpreter enabled\n[ 0.285140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293499] ACPI: (supports S0 S5)\n[ 0.294404] ACPI: Using IOAPIC for interrupt routing\n[ 0.295492] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298812] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.300090] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.301482] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302818] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.305308] acpiphp: Slot [3] registered\n[ 0.306193] acpiphp: Slot [4] registered\n[ 0.307126] acpiphp: Slot [5] registered\n[ 0.308002] acpiphp: Slot [6] registered\n[ 0.308902] acpiphp: Slot [7] registered\n[ 0.309773] acpiphp: Slot [8] registered\n[ 0.310679] acpiphp: Slot [9] registered\n[ 0.311571] acpiphp: Slot [10] registered\n[ 0.312490] acpiphp: Slot [11] registered\n[ 0.313395] acpiphp: Slot [12] registered\n[ 0.314321] acpiphp: Slot [13] registered\n[ 0.315231] acpiphp: Slot [14] registered\n[ 0.316151] acpiphp: Slot [15] registered\n[ 0.326895] acpiphp: Slot [16] registered\n[ 0.327909] acpiphp: Slot [17] registered\n[ 0.328805] acpiphp: Slot [18] registered\n[ 0.329718] acpiphp: Slot [19] registered\n[ 0.330641] acpiphp: Slot [20] registered\n[ 0.331564] acpiphp: Slot [21] registered\n[ 0.332488] acpiphp: Slot [22] registered\n[ 0.333397] acpiphp: Slot [23] registered\n[ 0.334288] acpiphp: Slot [24] registered\n[ 0.335185] acpiphp: Slot [25] registered\n[ 0.336104] acpiphp: Slot [26] registered\n[ 0.337002] acpiphp: Slot [27] registered\n[ 0.337925] acpiphp: Slot [28] registered\n[ 0.338851] acpiphp: Slot [29] registered\n[ 0.339768] acpiphp: Slot [30] registered\n[ 0.340679] acpiphp: Slot [31] registered\n[ 0.341562] PCI host bridge to bus 0000:00\n[ 0.342482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343901] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346941] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348534] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354769] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357504] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358952] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365369] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.366955] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.418413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420221] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.421488] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422643] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424381] vgaarb: loaded\n[ 0.425048] vgaarb: bridge control possible 0000:00:02.0\n[ 0.426312] SCSI subsystem initialized\n[ 0.427219] ACPI: bus type USB registered\n[ 0.428110] usbcore: registered new interface driver usbfs\n[ 0.429245] usbcore: registered new interface driver hub\n[ 0.430391] usbcore: registered new device driver usb\n[ 0.431606] PCI: Using ACPI for IRQ routing\n[ 0.432715] NetLabel: Initializing\n[ 0.433501] NetLabel: domain hash size = 128\n[ 0.434469] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435514] NetLabel: unlabeled traffic allowed by default\n[ 0.436747] clocksource: Switched to clocksource kvm-clock\n[ 0.442189] AppArmor: AppArmor Filesystem Enabled\n[ 0.443253] pnp: PnP ACPI init\n[ 0.444221] pnp: PnP ACPI: found 5 devices\n[ 0.450309] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.452236] NET: Registered protocol family 2\n[ 0.453339] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454802] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.456174] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.457500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458733] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460118] NET: Registered protocol family 1\n[ 0.461115] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462360] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463592] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.477901] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.491957] Trying to unpack rootfs image as initramfs...\n[ 0.540924] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.555214] Scanning for low memory corruption every 60 seconds\n[ 0.557203] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.559025] audit: initializing netlink subsys (disabled)\n[ 0.560661] audit: type=2000 audit(1546514801.388:1): initialized\n[ 0.562669] Initialise system trusted keyring\n[ 0.564135] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.566005] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.568701] zbud: loaded\n[ 0.569694] VFS: Disk quotas dquot_6.6.0\n[ 0.570939] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.573213] fuse init (API version 7.23)\n[ 0.574527] Key type big_key registered\n[ 0.575756] Allocating IMA MOK and blacklist keyrings.\n[ 0.577427] Key type asymmetric registered\n[ 0.578702] Asymmetric key parser 'x509' registered\n[ 0.580201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.582489] io scheduler noop registered\n[ 0.583712] io scheduler deadline registered (default)\n[ 0.585269] io scheduler cfq registered\n[ 0.586528] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.588192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.590201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.594362] ACPI: Power Button [PWRF]\n[ 0.595620] GHES: HEST is not enabled!\n[ 0.609724] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.641430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667983] Linux agpgart interface v0.103\n[ 0.670887] brd: module loaded\n[ 0.672377] loop: module loaded\n[ 0.676515] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.678142] GPT:90111 != 20971519\n[ 0.678901] GPT:Alternate GPT header not at the end of the disk.\n[ 0.680096] GPT:90111 != 20971519\n[ 0.680823] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681910] vda: vda1 vda15\n[ 0.683341] scsi host0: ata_piix\n[ 0.684534] scsi host1: ata_piix\n[ 0.685330] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.686712] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.688302] libphy: Fixed MDIO Bus: probed\n[ 0.689391] tun: Universal TUN/TAP device driver, 1.6\n[ 0.690447] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.692499] PPP generic driver version 2.4.2\n[ 0.693690] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695032] ehci-pci: EHCI PCI platform driver\n[ 0.696098] ehci-platform: EHCI generic platform driver\n[ 0.697260] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698567] ohci-pci: OHCI PCI platform driver\n[ 0.699560] ohci-platform: OHCI generic platform driver\n[ 0.700670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715094] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.717619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.718722] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.719896] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.721142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.722575] usb usb1: Product: UHCI Host Controller\n[ 0.723502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.724691] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.725989] hub 1-0:1.0: USB hub found\n[ 0.727080] hub 1-0:1.0: 2 ports detected\n[ 0.728390] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730583] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731536] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732556] mousedev: PS/2 mouse device common for all mice\n[ 0.733804] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.735609] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739048] i2c /dev entries driver\n[ 0.739788] device-mapper: uevent: version 1.0.3\n[ 0.740710] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742321] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743585] NET: Registered protocol family 10\n[ 0.744578] NET: Registered protocol family 17\n[ 0.745465] Key type dns_resolver registered\n[ 0.746385] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747467] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.749191] registered taskstats version 1\n[ 0.750010] Loading compiled-in X.509 certificates\n[ 0.751435] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.753253] zswap: loaded using pool lzo/zbud\n[ 0.754622] Key type trusted registered\n[ 0.756164] Key type encrypted registered\n[ 0.756984] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.757994] ima: No TPM chip found, activating TPM-bypass!\n[ 0.759009] evm: HMAC attrs: 0x1\n[ 0.759928] Magic number: 3:732:427\n[ 0.760770] rtc_cmos 00:00: setting system clock to 2019-01-03 11:26:41 UTC (1546514801)\n[ 0.762345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.763443] EDD information not available.\n[ 0.845700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.847219] Write protecting the kernel read-only data: 14336k\n[ 0.859169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.860971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.65\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.518277] 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.7...\nLease of 10.55.0.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.41. iid=i-000000ad\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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCE+SaVltLqwYetrx6ewhipNpTgn9zDUGRz0ANYUhxVRtfS3KWdf+4bjjSI2VxGkX3Ua4yku1lOosqNb2+B1vr3dM1jWcyCF3ZAbpP39UoxMsYZwEe9KzAMcP6yLREA77K0G6Pr94uhdWpBbcuQ+Zj+CmGciJl+M+uD66ukGQ1uR7JnsnAPgSW+CluvpyTJ+pdTo2XpHsKuPuiUycnRG/Rvsmt9QnuGxcfjM7RDZp86YcY7QPb6/zgn0TC4HTk1tXe1DL0m17F87/ZAO7fgKUcn5n0uJzmuLGBZwwaMJb8ofEloaC/p/N2JOr/oDCSrhodBUUhflJ+CgZixzYyyEBRn root@simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAOuC2n9xDaJt5rdeaPEF8Rbzo/RokMDV31/mTqAesc9HGHVfwAFGw8xv5cm9TgxWCPfIbinKohhJYtGmQXSc9wrrxjXbt1Q7bZ4eQMJsGBl5PoDnkDPZaYAcyNz2tFLIsNFDXt7iYsyz+NME7gYRdPNmPtvJNPHeKEdMrq1RYJstAAAAFQCdx2JYvvNn2qevSg5lGQ38tn9OiQAAAIBK8gIeqmPnEQ6c4FAGYBAu23HDDneQYcgmmcBxlejqluKmfgkiMB0+qXT7yqnGCOvnhfXj9jK2qMxYDnROn3Auwg0sbXaKLs0lQ9Zc2LNyiz/hoNRcSxq8JgiSaf4BS4bBxEkbjOaikpj8fNUyjVNzl9IfrbAhlllYnaRmQXtVXAAAAIA7wI5u2e4haRGlScjInvj1kVRKp9xTnZwVOvuMjL9qNdJjCi2OwXtl70Y+DrHjfJRbbhoCJiRcC7EDPVwUPz9Dav8wYsMegeKKXL4PuiLvakE3xakyo9MIEktCGA3on+B8A9Dojkz6YxpyX5Og58kXPC6rvf7QMFU/2WzC54al6w== root@simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-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.7,24,fe80::f816:3eff:fe7c:c6a5/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.7 \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-000000ad\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.31 ===\n"} 2019-01-03 11:26:46,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4/action used request id req-e63234b9-2ce2-4582-a2c8-c875b7f49120 2019-01-03 11:26:46,278 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:26:46,278 - 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 496554218 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.912 MHz processor [ 0.174556] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.176342] pid_max: default: 32768 minimum: 301 [ 0.177322] ACPI: Core revision 20150930 [ 0.178775] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.180188] Security Framework initialized [ 0.181092] Yama: becoming mindful. [ 0.181944] AppArmor: AppArmor initialized [ 0.182892] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.184307] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.185757] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.187085] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.188594] Initializing cgroup subsys io [ 0.189472] Initializing cgroup subsys memory [ 0.190443] Initializing cgroup subsys devices [ 0.191436] Initializing cgroup subsys freezer [ 0.192376] Initializing cgroup subsys net_cls [ 0.193322] Initializing cgroup subsys perf_event [ 0.194397] Initializing cgroup subsys net_prio [ 0.195387] Initializing cgroup subsys hugetlb [ 0.196345] Initializing cgroup subsys pids [ 0.197298] CPU: Physical Processor ID: 0 [ 0.198931] mce: CPU supports 10 MCE banks [ 0.199851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.200968] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.212755] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.219298] ftrace: allocating 31920 entries in 125 pages [ 0.245136] smpboot: Max logical packages: 1 [ 0.246101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.247571] x2apic enabled [ 0.248413] Switched APIC routing to physical x2apic. [ 0.250320] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.251561] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.253790] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.255784] KVM setup paravirtual spinlock [ 0.257174] x86: Booted up 1 node, 1 CPUs [ 0.258079] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.259668] devtmpfs: initialized [ 0.261387] evm: security.selinux [ 0.262159] evm: security.SMACK64 [ 0.262902] evm: security.SMACK64EXEC [ 0.263723] evm: security.SMACK64TRANSMUTE [ 0.264610] evm: security.SMACK64MMAP [ 0.265444] evm: security.ima [ 0.266163] evm: security.capability [ 0.267059] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.269170] pinctrl core: initialized pinctrl subsystem [ 0.270319] RTC time: 11:26:40, date: 01/03/19 [ 0.271353] NET: Registered protocol family 16 [ 0.272441] cpuidle: using governor ladder [ 0.273330] cpuidle: using governor menu [ 0.274191] PCCT header not found. [ 0.275009] ACPI: bus type PCI registered [ 0.275879] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.277266] PCI: Using configuration type 1 for base access [ 0.279140] ACPI: Added _OSI(Module Device) [ 0.280061] ACPI: Added _OSI(Processor Device) [ 0.281015] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.282050] ACPI: Added _OSI(Processor Aggregator Device) [ 0.284301] ACPI: Interpreter enabled [ 0.285140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289310] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293499] ACPI: (supports S0 S5) [ 0.294404] ACPI: Using IOAPIC for interrupt routing [ 0.295492] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298812] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.300090] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.301482] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302818] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.305308] acpiphp: Slot [3] registered [ 0.306193] acpiphp: Slot [4] registered [ 0.307126] acpiphp: Slot [5] registered [ 0.308002] acpiphp: Slot [6] registered [ 0.308902] acpiphp: Slot [7] registered [ 0.309773] acpiphp: Slot [8] registered [ 0.310679] acpiphp: Slot [9] registered [ 0.311571] acpiphp: Slot [10] registered [ 0.312490] acpiphp: Slot [11] registered [ 0.313395] acpiphp: Slot [12] registered [ 0.314321] acpiphp: Slot [13] registered [ 0.315231] acpiphp: Slot [14] registered [ 0.316151] acpiphp: Slot [15] registered [ 0.326895] acpiphp: Slot [16] registered [ 0.327909] acpiphp: Slot [17] registered [ 0.328805] acpiphp: Slot [18] registered [ 0.329718] acpiphp: Slot [19] registered [ 0.330641] acpiphp: Slot [20] registered [ 0.331564] acpiphp: Slot [21] registered [ 0.332488] acpiphp: Slot [22] registered [ 0.333397] acpiphp: Slot [23] registered [ 0.334288] acpiphp: Slot [24] registered [ 0.335185] acpiphp: Slot [25] registered [ 0.336104] acpiphp: Slot [26] registered [ 0.337002] acpiphp: Slot [27] registered [ 0.337925] acpiphp: Slot [28] registered [ 0.338851] acpiphp: Slot [29] registered [ 0.339768] acpiphp: Slot [30] registered [ 0.340679] acpiphp: Slot [31] registered [ 0.341562] PCI host bridge to bus 0000:00 [ 0.342482] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343901] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346941] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348534] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354769] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356206] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357504] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358952] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365369] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.366955] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.411934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.418413] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420221] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.421488] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422643] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424381] vgaarb: loaded [ 0.425048] vgaarb: bridge control possible 0000:00:02.0 [ 0.426312] SCSI subsystem initialized [ 0.427219] ACPI: bus type USB registered [ 0.428110] usbcore: registered new interface driver usbfs [ 0.429245] usbcore: registered new interface driver hub [ 0.430391] usbcore: registered new device driver usb [ 0.431606] PCI: Using ACPI for IRQ routing [ 0.432715] NetLabel: Initializing [ 0.433501] NetLabel: domain hash size = 128 [ 0.434469] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.435514] NetLabel: unlabeled traffic allowed by default [ 0.436747] clocksource: Switched to clocksource kvm-clock [ 0.442189] AppArmor: AppArmor Filesystem Enabled [ 0.443253] pnp: PnP ACPI init [ 0.444221] pnp: PnP ACPI: found 5 devices [ 0.450309] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.452236] NET: Registered protocol family 2 [ 0.453339] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454802] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.456174] TCP: Hash tables configured (established 2048 bind 2048) [ 0.457500] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.458733] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460118] NET: Registered protocol family 1 [ 0.461115] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462360] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463592] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.477901] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.491957] Trying to unpack rootfs image as initramfs... [ 0.540924] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.555214] Scanning for low memory corruption every 60 seconds [ 0.557203] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.559025] audit: initializing netlink subsys (disabled) [ 0.560661] audit: type=2000 audit(1546514801.388:1): initialized [ 0.562669] Initialise system trusted keyring [ 0.564135] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.566005] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.568701] zbud: loaded [ 0.569694] VFS: Disk quotas dquot_6.6.0 [ 0.570939] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.573213] fuse init (API version 7.23) [ 0.574527] Key type big_key registered [ 0.575756] Allocating IMA MOK and blacklist keyrings. [ 0.577427] Key type asymmetric registered [ 0.578702] Asymmetric key parser 'x509' registered [ 0.580201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.582489] io scheduler noop registered [ 0.583712] io scheduler deadline registered (default) [ 0.585269] io scheduler cfq registered [ 0.586528] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.588192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.590201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.594362] ACPI: Power Button [PWRF] [ 0.595620] GHES: HEST is not enabled! [ 0.609724] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.638484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.641430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667983] Linux agpgart interface v0.103 [ 0.670887] brd: module loaded [ 0.672377] loop: module loaded [ 0.676515] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.678142] GPT:90111 != 20971519 [ 0.678901] GPT:Alternate GPT header not at the end of the disk. [ 0.680096] GPT:90111 != 20971519 [ 0.680823] GPT: Use GNU Parted to correct GPT errors. [ 0.681910] vda: vda1 vda15 [ 0.683341] scsi host0: ata_piix [ 0.684534] scsi host1: ata_piix [ 0.685330] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.686712] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.688302] libphy: Fixed MDIO Bus: probed [ 0.689391] tun: Universal TUN/TAP device driver, 1.6 [ 0.690447] tun: (C) 1999-2004 Max Krasnyansky [ 0.692499] PPP generic driver version 2.4.2 [ 0.693690] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.695032] ehci-pci: EHCI PCI platform driver [ 0.696098] ehci-platform: EHCI generic platform driver [ 0.697260] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698567] ohci-pci: OHCI PCI platform driver [ 0.699560] ohci-platform: OHCI generic platform driver [ 0.700670] uhci_hcd: USB Universal Host Controller Interface driver [ 0.715094] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.716192] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.717619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.718722] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.719896] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.721142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.722575] usb usb1: Product: UHCI Host Controller [ 0.723502] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.724691] usb usb1: SerialNumber: 0000:00:01.2 [ 0.725989] hub 1-0:1.0: USB hub found [ 0.727080] hub 1-0:1.0: 2 ports detected [ 0.728390] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730583] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731536] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732556] mousedev: PS/2 mouse device common for all mice [ 0.733804] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.735609] rtc_cmos 00:00: RTC can wake from S4 [ 0.736697] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737880] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739048] i2c /dev entries driver [ 0.739788] device-mapper: uevent: version 1.0.3 [ 0.740710] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742321] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743585] NET: Registered protocol family 10 [ 0.744578] NET: Registered protocol family 17 [ 0.745465] Key type dns_resolver registered [ 0.746385] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747467] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.749191] registered taskstats version 1 [ 0.750010] Loading compiled-in X.509 certificates [ 0.751435] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.753253] zswap: loaded using pool lzo/zbud [ 0.754622] Key type trusted registered [ 0.756164] Key type encrypted registered [ 0.756984] AppArmor: AppArmor sha1 policy hashing enabled [ 0.757994] ima: No TPM chip found, activating TPM-bypass! [ 0.759009] evm: HMAC attrs: 0x1 [ 0.759928] Magic number: 3:732:427 [ 0.760770] rtc_cmos 00:00: setting system clock to 2019-01-03 11:26:41 UTC (1546514801) [ 0.762345] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.763443] EDD information not available. [ 0.845700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.847219] Write protecting the kernel read-only data: 14336k [ 0.859169] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.860971] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.65 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... [ 1.518277] 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.7... Lease of 10.55.0.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.41. iid=i-000000ad 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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCE+SaVltLqwYetrx6ewhipNpTgn9zDUGRz0ANYUhxVRtfS3KWdf+4bjjSI2VxGkX3Ua4yku1lOosqNb2+B1vr3dM1jWcyCF3ZAbpP39UoxMsYZwEe9KzAMcP6yLREA77K0G6Pr94uhdWpBbcuQ+Zj+CmGciJl+M+uD66ukGQ1uR7JnsnAPgSW+CluvpyTJ+pdTo2XpHsKuPuiUycnRG/Rvsmt9QnuGxcfjM7RDZp86YcY7QPb6/zgn0TC4HTk1tXe1DL0m17F87/ZAO7fgKUcn5n0uJzmuLGBZwwaMJb8ofEloaC/p/N2JOr/oDCSrhodBUUhflJ+CgZixzYyyEBRn root@simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst ssh-dss AAAAB3NzaC1kc3MAAACBAOuC2n9xDaJt5rdeaPEF8Rbzo/RokMDV31/mTqAesc9HGHVfwAFGw8xv5cm9TgxWCPfIbinKohhJYtGmQXSc9wrrxjXbt1Q7bZ4eQMJsGBl5PoDnkDPZaYAcyNz2tFLIsNFDXt7iYsyz+NME7gYRdPNmPtvJNPHeKEdMrq1RYJstAAAAFQCdx2JYvvNn2qevSg5lGQ38tn9OiQAAAIBK8gIeqmPnEQ6c4FAGYBAu23HDDneQYcgmmcBxlejqluKmfgkiMB0+qXT7yqnGCOvnhfXj9jK2qMxYDnROn3Auwg0sbXaKLs0lQ9Zc2LNyiz/hoNRcSxq8JgiSaf4BS4bBxEkbjOaikpj8fNUyjVNzl9IfrbAhlllYnaRmQXtVXAAAAIA7wI5u2e4haRGlScjInvj1kVRKp9xTnZwVOvuMjL9qNdJjCi2OwXtl70Y+DrHjfJRbbhoCJiRcC7EDPVwUPz9Dav8wYsMegeKKXL4PuiLvakE3xakyo9MIEktCGA3on+B8A9Dojkz6YxpyX5Og58kXPC6rvf7QMFU/2WzC54al6w== root@simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.7,24,fe80::f816:3eff:fe7c:c6a5/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.7 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-000000ad name: N/A availability-zone: nova local-hostname: simplehealthcheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst launch-index: 0 === cirros: current=0.4.0 uptime=4.31 === 2019-01-03 11:26:46,279 - create_instance - INFO - Deleting Port with ID - b2cb2197-1d3c-41c1-9ce6-e498d043ceb2 2019-01-03 11:26:46,279 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793port-1 2019-01-03 11:26:46,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/b2cb2197-1d3c-41c1-9ce6-e498d043ceb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:47,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-462e5baa-619c-4d27-b8fc-95875aae9140 Date: Thu, 03 Jan 2019 11:26:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:26:47,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/b2cb2197-1d3c-41c1-9ce6-e498d043ceb2 used request id req-462e5baa-619c-4d27-b8fc-95875aae9140 2019-01-03 11:26:47,114 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst 2019-01-03 11:26:47,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:47,267 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:26:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93dc3472-cb3a-4048-8b54-5bfb5715691d x-compute-request-id: req-93dc3472-cb3a-4048-8b54-5bfb5715691d Content-Type: application/json 2019-01-03 11:26:47,267 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-93dc3472-cb3a-4048-8b54-5bfb5715691d 2019-01-03 11:26:47,267 - create_instance - INFO - Checking deletion status 2019-01-03 11:26:47,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:47,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c19bec1-cda7-45ad-ad89-bfce13ee9046 x-compute-request-id: req-9c19bec1-cda7-45ad-ad89-bfce13ee9046 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7c:c6:a5", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:26:40.000000", "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:26:47Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:47,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-9c19bec1-cda7-45ad-ad89-bfce13ee9046 2019-01-03 11:26:47,641 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - ACTIVE 2019-01-03 11:26:47,641 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:26:50,644 - create_instance - DEBUG - VM status query timeout in 296.623319864 2019-01-03 11:26:50,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:51,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b85d873-e3ef-4bd3-94b5-be3f52ed96c9 x-compute-request-id: req-6b85d873-e3ef-4bd3-94b5-be3f52ed96c9 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4", "rel": "bookmark"}], "image": {"id": "6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "links": [{"href": "http://172.30.9.28:8774/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:26:40.000000", "flavor": {"id": "40c926e3-981c-442a-8c84-766587216723", "links": [{"href": "http://172.30.9.28:8774/flavors/40c926e3-981c-442a-8c84-766587216723", "rel": "bookmark"}]}, "id": "ef0a5840-75dc-49d8-96af-a6183561f2a4", "user_id": "4a9cf76732b44c13965f04729a6a0857", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:26:47Z", "hostId": "5aac57bce391fcb7248fcf33a141a3ad753a00519e21f0d90333ee7f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst", "created": "2019-01-03T11:26:32Z", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:26:51,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-6b85d873-e3ef-4bd3-94b5-be3f52ed96c9 2019-01-03 11:26:51,046 - create_instance - DEBUG - Instance status [SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst] is - ACTIVE 2019-01-03 11:26:51,046 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:26:54,049 - create_instance - DEBUG - VM status query timeout in 293.218590021 2019-01-03 11:26:54,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cde2cf041985283a8409335f0823c651192fa94" 2019-01-03 11:26:54,107 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:26: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-9d9e6e62-688a-4d2a-a224-f0ef4890b1df x-compute-request-id: req-9d9e6e62-688a-4d2a-a224-f0ef4890b1df Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ef0a5840-75dc-49d8-96af-a6183561f2a4 could not be found.", "code": 404}} 2019-01-03 11:26:54,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ef0a5840-75dc-49d8-96af-a6183561f2a4 used request id req-9d9e6e62-688a-4d2a-a224-f0ef4890b1df 2019-01-03 11:26:54,107 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ef0a5840-75dc-49d8-96af-a6183561f2a4 could not be found. (HTTP 404) (Request-ID: req-9d9e6e62-688a-4d2a-a224-f0ef4890b1df) 2019-01-03 11:26:54,107 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-inst 2019-01-03 11:26:54,108 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet 2019-01-03 11:26:54,109 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-subnet 2019-01-03 11:26:54,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b9c9ce0b-6c7c-42e3-b70a-81084b24b58c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:56,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7976734-a048-481c-927b-7cad48c999b1 Date: Thu, 03 Jan 2019 11:26:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:26:56,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b9c9ce0b-6c7c-42e3-b70a-81084b24b58c used request id req-a7976734-a048-481c-927b-7cad48c999b1 2019-01-03 11:26:56,444 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-priv-net 2019-01-03 11:26:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/451a89f8-54f1-4390-94b3-20d3338a5bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167f286f95da20ec4e55753ffd86fc8e8e805cdb" 2019-01-03 11:26:57,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7b3d356f-5e7b-4af1-bb19-8131d45c1fdc Date: Thu, 03 Jan 2019 11:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:26:57,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/451a89f8-54f1-4390-94b3-20d3338a5bda used request id req-7b3d356f-5e7b-4af1-bb19-8131d45c1fdc 2019-01-03 11:26:57,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b09600558f0b1ddb529b75eaa4916c3ff8216b1" 2019-01-03 11:26:57,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:26: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-2eaff9f5-5516-4206-b98f-0c4031baaec9 x-compute-request-id: req-2eaff9f5-5516-4206-b98f-0c4031baaec9 Content-Length: 0 Content-Type: application/json 2019-01-03 11:26:57,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/40c926e3-981c-442a-8c84-766587216723 used request id req-2eaff9f5-5516-4206-b98f-0c4031baaec9 2019-01-03 11:26:57,788 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-fe172f5e-f304-4ef2-be4d-86783bfb0793-image 2019-01-03 11:26:57,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}66314674c13097a432ab80586be17cf9c029ebed" 2019-01-03 11:26:59,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa649e89-01a0-46aa-bf25-e2e7979929e5 Date: Thu, 03 Jan 2019 11:26:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:26:59,799 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/6b21343f-720b-43a6-ac2f-edfc3ccb02d7 used request id req-aa649e89-01a0-46aa-bf25-e2e7979929e5 2019-01-03 11:26:59,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:00,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1407a406-c654-4637-881c-611b041a16d4 Date: Thu, 03 Jan 2019 11:27:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "created_at": "2019-01-03T11:26:21Z", "updated_at": "2019-01-03T11:26:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "revision_number": 0, "id": "52ad55bb-34da-4e09-b415-8f9eaa7608dc", "remote_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "remote_ip_prefix": null, "created_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "port_range_min": null, "ethertype": "IPv6", "project_id": "05ca3b529f96434d8aa45fad5f2c991a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "revision_number": 0, "id": "9eedb102-1bfe-47af-b81a-3f88365543ad", "remote_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "remote_ip_prefix": null, "created_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "port_range_min": null, "ethertype": "IPv4", "project_id": "05ca3b529f96434d8aa45fad5f2c991a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "revision_number": 0, "id": "a7e7a523-6019-4ae8-98c9-5447a174e1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "port_range_min": null, "ethertype": "IPv6", "project_id": "05ca3b529f96434d8aa45fad5f2c991a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "revision_number": 0, "id": "d60ff05b-ecd7-42f6-a44d-0afdd65ab1b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "port_range_min": null, "ethertype": "IPv4", "project_id": "05ca3b529f96434d8aa45fad5f2c991a"}], "revision_number": 4, "project_id": "05ca3b529f96434d8aa45fad5f2c991a", "id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:27:00,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1407a406-c654-4637-881c-611b041a16d4 2019-01-03 11:27:00,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:00,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84628591-6fee-49a9-8e42-951616806874 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a"}, "enabled": true, "id": "05ca3b529f96434d8aa45fad5f2c991a", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-55ebf1d8-235d-443-proj"}} 2019-01-03 11:27:00,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-84628591-6fee-49a9-8e42-951616806874 2019-01-03 11:27:00,130 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 00b2f2ad-1d39-49f9-9860-05fd5c720963 2019-01-03 11:27:00,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=00b2f2ad-1d39-49f9-9860-05fd5c720963 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:00,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d3939834-e340-4d61-8b22-cbd2d7b2793b Date: Thu, 03 Jan 2019 11:27:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "port_range_min": null, "revision_number": 0, "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "created_at": "2019-01-03T11:26:21Z", "project_id": "05ca3b529f96434d8aa45fad5f2c991a", "id": "52ad55bb-34da-4e09-b415-8f9eaa7608dc"}, {"remote_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "port_range_min": null, "revision_number": 0, "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "created_at": "2019-01-03T11:26:21Z", "project_id": "05ca3b529f96434d8aa45fad5f2c991a", "id": "9eedb102-1bfe-47af-b81a-3f88365543ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "port_range_min": null, "revision_number": 0, "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "created_at": "2019-01-03T11:26:21Z", "project_id": "05ca3b529f96434d8aa45fad5f2c991a", "id": "a7e7a523-6019-4ae8-98c9-5447a174e1e1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:26:21Z", "security_group_id": "00b2f2ad-1d39-49f9-9860-05fd5c720963", "port_range_min": null, "revision_number": 0, "tenant_id": "05ca3b529f96434d8aa45fad5f2c991a", "created_at": "2019-01-03T11:26:21Z", "project_id": "05ca3b529f96434d8aa45fad5f2c991a", "id": "d60ff05b-ecd7-42f6-a44d-0afdd65ab1b3"}]} 2019-01-03 11:27:00,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=00b2f2ad-1d39-49f9-9860-05fd5c720963 used request id req-d3939834-e340-4d61-8b22-cbd2d7b2793b 2019-01-03 11:27:00,322 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:27:00,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/00b2f2ad-1d39-49f9-9860-05fd5c720963 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:00,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b23075e-8751-4adf-9c5c-ac89a0234059 Content-Length: 0 Date: Thu, 03 Jan 2019 11:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:27:00,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/00b2f2ad-1d39-49f9-9860-05fd5c720963 used request id req-3b23075e-8751-4adf-9c5c-ac89a0234059 2019-01-03 11:27:00,823 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-55ebf1d8-235d-443-proj 2019-01-03 11:27:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:01,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32b9325e-7cc9-4602-8b90-78684c3d5eab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:27:01,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/05ca3b529f96434d8aa45fad5f2c991a used request id req-32b9325e-7cc9-4602-8b90-78684c3d5eab 2019-01-03 11:27:01,029 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-55ebf1d8-235d-443-proj-role 2019-01-03 11:27:01,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:01,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:27:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adc72cc6-2e12-445d-a9fe-80efaf8faf62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:27:01,133 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a8b909deb86242599fefbed1e81d87de used request id req-adc72cc6-2e12-445d-a9fe-80efaf8faf62 2019-01-03 11:27:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96618e93e432e1ac35b78c9517c644d7eadeb4ea" 2019-01-03 11:27:01,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c37961f-7fdc-42a4-9abb-85308dbb95f9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:27:01,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c37961f-7fdc-42a4-9abb-85308dbb95f9 2019-01-03 11:27:01,237 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-55ebf1d8-235d-443-user 2019-01-03 11:27:01,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4a9cf76732b44c13965f04729a6a0857 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54fdccf25c473b678d471ecc0af5f1b8a512914" 2019-01-03 11:27:01,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:27:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e8fd470-9b9b-4de7-a05d-f80f5d523df4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:27:01,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4a9cf76732b44c13965f04729a6a0857 used request id req-9e8fd470-9b9b-4de7-a05d-f80f5d523df4 2019-01-03 11:27:01,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:01,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_WOIdBv0RbStPDQJ99zcpg"], "issued_at": "2019-01-03T11:27:01.000000Z"}} 2019-01-03 11:27:01,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a34981100520a20ca4e44eff805d82e5448744d3" 2019-01-03 11:27:01,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98d9a0a-4c8d-4480-97a2-c7f9d2255994 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:01,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a98d9a0a-4c8d-4480-97a2-c7f9d2255994 2019-01-03 11:27:01,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:01,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:02,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["cbTltBAHRCCdfVr2iPJ1XA"], "issued_at": "2019-01-03T11:27:02.000000Z"}} 2019-01-03 11:27:02,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:02,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9562a6-ab70-4690-8cf3-1bf2ac5159e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:02,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8c9562a6-ab70-4690-8cf3-1bf2ac5159e6 2019-01-03 11:27:02,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:02,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:02,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:02,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed8d468-ab25-444f-84e0-b49b307a6104 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:27:02,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj used request id req-2ed8d468-ab25-444f-84e0-b49b307a6104 2019-01-03 11:27:02,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:02,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3269fad6-36bf-4f87-82e3-c5668e039738 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:27:02,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3269fad6-36bf-4f87-82e3-c5668e039738 2019-01-03 11:27:02,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}}' 2019-01-03 11:27:02,672 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:27:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee332913-2896-438c-bfce-f7296dfbe65a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:02,672 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ee332913-2896-438c-bfce-f7296dfbe65a 2019-01-03 11:27:02,672 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj 2019-01-03 11:27:02,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:02,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:03,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_qWGUN40RHmKxrk9vnaNWQ"], "issued_at": "2019-01-03T11:27:03.000000Z"}} 2019-01-03 11:27:03,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bd73b9bb7d0e3bd51af75cfacf2862cc407934" 2019-01-03 11:27:03,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304a2b24-26c3-410f-948e-aa98ff009384 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:03,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-304a2b24-26c3-410f-948e-aa98ff009384 2019-01-03 11:27:03,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:03,160 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:03,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bd73b9bb7d0e3bd51af75cfacf2862cc407934" 2019-01-03 11:27:03,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-035f5eb4-e5f9-4166-89aa-ad88a28000cd Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:27:03,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-035f5eb4-e5f9-4166-89aa-ad88a28000cd 2019-01-03 11:27:03,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bd73b9bb7d0e3bd51af75cfacf2862cc407934" 2019-01-03 11:27:03,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158b3296-77a1-4918-883f-a7be78c02566 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}]} 2019-01-03 11:27:03,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj used request id req-158b3296-77a1-4918-883f-a7be78c02566 2019-01-03 11:27:03,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bd73b9bb7d0e3bd51af75cfacf2862cc407934" 2019-01-03 11:27:03,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a440507-081e-4686-845d-ee0210740bd2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:27:03,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-2a440507-081e-4686-845d-ee0210740bd2 2019-01-03 11:27:03,749 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user 2019-01-03 11:27:03,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:03,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e15fc7-bc92-427c-b2d8-0413c12f079b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:27:03,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-33e15fc7-bc92-427c-b2d8-0413c12f079b 2019-01-03 11:27:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" -d '{"role": {"name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}}' 2019-01-03 11:27:03,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0c83644-c23e-4ba3-b5ff-0880276273ac Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11388359aae7445c983d2cf4db533745", "links": {"self": "http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745"}, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}} 2019-01-03 11:27:03,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f0c83644-c23e-4ba3-b5ff-0880276273ac 2019-01-03 11:27:03,960 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role 2019-01-03 11:27:03,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:04,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57002fe6-afee-4f39-9b00-202442894dc9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role", "id": "11388359aae7445c983d2cf4db533745"}} 2019-01-03 11:27:04,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745 used request id req-57002fe6-afee-4f39-9b00-202442894dc9 2019-01-03 11:27:04,056 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role to project CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj 2019-01-03 11:27:04,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d/users/d95124274186467eba8f85a303b491bc/roles/11388359aae7445c983d2cf4db533745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:27:04,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:27:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32eeefc8-2a25-4701-baa3-910f7e9705bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:27:04,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d/users/d95124274186467eba8f85a303b491bc/roles/11388359aae7445c983d2cf4db533745 used request id req-32eeefc8-2a25-4701-baa3-910f7e9705bc 2019-01-03 11:27:04,177 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:27:04,179 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:27:04,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:04,180 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:04,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["ewwMMa_tRZCoGYBoXBWagw"], "issued_at": "2019-01-03T11:27:04.000000Z"}} 2019-01-03 11:27:04,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:04,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabcb100-68b0-4451-b38e-04d6827d0370 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:04,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dabcb100-68b0-4451-b38e-04d6827d0370 2019-01-03 11:27:04,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:04,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-1ebcaf76-702a-4942-a6ae-12bb25e0fd10 Date: Thu, 03 Jan 2019 11:27:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766"} 2019-01-03 11:27:04,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 used request id req-1ebcaf76-702a-4942-a6ae-12bb25e0fd10 2019-01-03 11:27:04,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:04,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aae6b2a8-39dd-4ce0-9706-be893cad732c Date: Thu, 03 Jan 2019 11:27: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"}}} 2019-01-03 11:27:04,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-aae6b2a8-39dd-4ce0-9706-be893cad732c 2019-01-03 11:27:05,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766"}' 2019-01-03 11:27:05,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 X-Openstack-Request-Id: req-b1dc58c7-5fc8-4ec7-8500-f3bd6940b291 Date: Thu, 03 Jan 2019 11:27:05 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:27:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:27:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "min_disk": 0, "protected": false, "id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "file": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file", "checksum": null, "owner": "3a25a5a486c344f3a1786b67d765238d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:27:05,215 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b1dc58c7-5fc8-4ec7-8500-f3bd6940b291 2019-01-03 11:27:05,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" -d '' 2019-01-03 11:27:06,441 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35ce9695-e790-4ad7-ad7e-44e5d04b5ba1 Date: Thu, 03 Jan 2019 11:27:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:27:06,442 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file used request id req-35ce9695-e790-4ad7-ad7e-44e5d04b5ba1 2019-01-03 11:27:06,442 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:27:06,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:06,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-92286e2a-4dbe-4398-a205-7c664ae1793e Date: Thu, 03 Jan 2019 11:27:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "metadata": {}}], "self": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "min_disk": 0, "protected": false, "id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "file": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a25a5a486c344f3a1786b67d765238d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:27:06,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 used request id req-92286e2a-4dbe-4398-a205-7c664ae1793e 2019-01-03 11:27:06,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:06,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e9548048-9a87-4a1b-87af-d9cbb131d92e Date: Thu, 03 Jan 2019 11:27: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"}}} 2019-01-03 11:27:06,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e9548048-9a87-4a1b-87af-d9cbb131d92e 2019-01-03 11:27:06,766 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 2019-01-03 11:27:06,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:27:06,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-d308fb41-5822-480a-a169-31dec795ca1b Date: Thu, 03 Jan 2019 11:27:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "metadata": {}}], "self": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "min_disk": 0, "protected": false, "id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "file": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a25a5a486c344f3a1786b67d765238d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:27:06,944 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 used request id req-d308fb41-5822-480a-a169-31dec795ca1b 2019-01-03 11:27:06,945 - create_image - DEBUG - Instance status is - active 2019-01-03 11:27:06,945 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 2019-01-03 11:27:06,945 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 2019-01-03 11:27:06,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:06,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:07,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["Uh3bwQBVSEGo9dYhSsw2AA"], "issued_at": "2019-01-03T11:27:07.000000Z"}} 2019-01-03 11:27:07,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:07,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9fb3f2-2551-485c-9c29-eefe435c015a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:07,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da9fb3f2-2551-485c-9c29-eefe435c015a 2019-01-03 11:27:07,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:07,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-61a2ba7f-bdb7-4f52-ab99-a9f3dfbe0559 Date: Thu, 03 Jan 2019 11:27:07 GMT RESP BODY: {"networks":[]} 2019-01-03 11:27:07,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-61a2ba7f-bdb7-4f52-ab99-a9f3dfbe0559 2019-01-03 11:27:07,581 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 2019-01-03 11:27:07,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" -d '{"network": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1", "admin_state_up": true}}' 2019-01-03 11:27:08,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-626a59d0-9f2a-4031-9d10-d7f8e12ac193 Date: Thu, 03 Jan 2019 11:27:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:27:08Z","is_default":false,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","mtu":1450}} 2019-01-03 11:27:08,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-626a59d0-9f2a-4031-9d10-d7f8e12ac193 2019-01-03 11:27:08,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:08,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-9633e3a0-d2d3-4d2a-a809-b652601f5357 Date: Thu, 03 Jan 2019 11:27: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":"2019-01-03T11:27:08Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:08,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-9633e3a0-d2d3-4d2a-a809-b652601f5357 2019-01-03 11:27:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:08,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d16c13fe-0e1c-4b0f-8210-b0e35bef8251 Date: Thu, 03 Jan 2019 11:27:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:27:08,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-d16c13fe-0e1c-4b0f-8210-b0e35bef8251 2019-01-03 11:27:08,638 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 2019-01-03 11:27:08,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" -d '{"subnets": [{"ip_version": 4, "network_id": "ce2fa416-cd88-436c-847d-2f4facb2e42f", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]}' 2019-01-03 11:27:09,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-68bdf10f-24ce-463e-a23a-1c66d09af157 Date: Thu, 03 Jan 2019 11:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:09,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-68bdf10f-24ce-463e-a23a-1c66d09af157 2019-01-03 11:27:09,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:09,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d5c77211-760d-450d-858d-566e566a6f92 Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:09,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-d5c77211-760d-450d-858d-566e566a6f92 2019-01-03 11:27:09,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:27:09,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-77767d4c-6c41-4847-82cf-b1c74a7533f2 Date: Thu, 03 Jan 2019 11:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:09,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-77767d4c-6c41-4847-82cf-b1c74a7533f2 2019-01-03 11:27:09,748 - OpenStackNetwork - DEBUG - Network [ce2fa416-cd88-436c-847d-2f4facb2e42f] created successfully 2019-01-03 11:27:09,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:09,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:10,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["d3tBDdLUSRSovz4FGKB5yA"], "issued_at": "2019-01-03T11:27:10.000000Z"}} 2019-01-03 11:27:10,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:10,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc5f061-8220-4399-b6c2-b4f441e435f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:10,212 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9bc5f061-8220-4399-b6c2-b4f441e435f0 2019-01-03 11:27:10,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:10,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f0982124-6601-4452-b5cc-7046ce718da4 Date: Thu, 03 Jan 2019 11:27:10 GMT RESP BODY: {"networks":[]} 2019-01-03 11:27:10,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-f0982124-6601-4452-b5cc-7046ce718da4 2019-01-03 11:27:10,388 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 2019-01-03 11:27:10,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" -d '{"network": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2", "admin_state_up": true}}' 2019-01-03 11:27:10,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-69f2fd77-87ae-4818-a771-40240ea6a1da Date: Thu, 03 Jan 2019 11:27:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0489ab62-cdf6-4396-8791-9c959e078f66","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:27:10Z","is_default":false,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","mtu":1450}} 2019-01-03 11:27:10,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-69f2fd77-87ae-4818-a771-40240ea6a1da 2019-01-03 11:27:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:11,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-28906253-68ac-4c87-abca-b7983f88fb3e Date: Thu, 03 Jan 2019 11:27: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":"2019-01-03T11:27:10Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:11,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-28906253-68ac-4c87-abca-b7983f88fb3e 2019-01-03 11:27:11,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:11,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0e42d4da-32b5-49b1-a518-26a6c1cc0ddf Date: Thu, 03 Jan 2019 11:27:11 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:27:11,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-0e42d4da-32b5-49b1-a518-26a6c1cc0ddf 2019-01-03 11:27:11,064 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 2019-01-03 11:27:11,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" -d '{"subnets": [{"ip_version": 4, "network_id": "0489ab62-cdf6-4396-8791-9c959e078f66", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]}' 2019-01-03 11:27:12,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-746835a2-cd2d-4a1b-9104-a7f2f5132c75 Date: Thu, 03 Jan 2019 11:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:12,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-746835a2-cd2d-4a1b-9104-a7f2f5132c75 2019-01-03 11:27:12,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:12,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bb530d08-edbc-44a6-8100-4618ca3c9258 Date: Thu, 03 Jan 2019 11: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:12,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-bb530d08-edbc-44a6-8100-4618ca3c9258 2019-01-03 11:27:12,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:27:12,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-77688cd3-fc50-4ed4-bdc1-f379c2136154 Date: Thu, 03 Jan 2019 11:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:12,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-77688cd3-fc50-4ed4-bdc1-f379c2136154 2019-01-03 11:27:12,644 - OpenStackNetwork - DEBUG - Network [0489ab62-cdf6-4396-8791-9c959e078f66] created successfully 2019-01-03 11:27:12,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:12,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:13,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["pV7r_O0nTxCu1numqRbOgQ"], "issued_at": "2019-01-03T11:27:13.000000Z"}} 2019-01-03 11:27:13,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:13,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e67f737-b047-4e1a-ab70-c8f02678f662 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:13,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e67f737-b047-4e1a-ab70-c8f02678f662 2019-01-03 11:27:13,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:13,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-abb9363d-eff9-4810-ae71-9abf10dbddb6 Date: Thu, 03 Jan 2019 11:27:13 GMT RESP BODY: {"routers": []} 2019-01-03 11:27:13,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router&admin_state_up=True used request id req-abb9363d-eff9-4810-ae71-9abf10dbddb6 2019-01-03 11:27:13,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:13,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:13,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["emN4J7bLT6K-npJEjOmjqw"], "issued_at": "2019-01-03T11:27:13.000000Z"}} 2019-01-03 11:27:13,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b7b4f63c8b9c092f144a4b3c93544a86e746342" 2019-01-03 11:27:13,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8832819-e9b7-446a-b6c2-0d1675c6cd9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:13,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d8832819-e9b7-446a-b6c2-0d1675c6cd9a 2019-01-03 11:27:13,892 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:13,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"router": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router", "admin_state_up": true}}' 2019-01-03 11:27:17,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-817f38e2-a62c-4667-b312-56fe5531cb9e Date: Thu, 03 Jan 2019 11:27:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:14Z", "admin_state_up": true, "updated_at": "2019-01-03T11:27:14Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router"}} 2019-01-03 11:27:17,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-817f38e2-a62c-4667-b312-56fe5531cb9e 2019-01-03 11:27:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=609b25f8-fac9-4983-8f2b-f4ca2ac83d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:18,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6a508284-a3b0-4fbc-86fe-f02a344657a7 Date: Thu, 03 Jan 2019 11:27:18 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:18,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=609b25f8-fac9-4983-8f2b-f4ca2ac83d53 used request id req-6a508284-a3b0-4fbc-86fe-f02a344657a7 2019-01-03 11:27:18,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:18,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d5196e99-8dae-4714-a3e0-0997a7e08931 Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:18,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-d5196e99-8dae-4714-a3e0-0997a7e08931 2019-01-03 11:27:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:18,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:18,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:18,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8966fb0-b47c-4410-8cfb-a28a05e52ce3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:18,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-d8966fb0-b47c-4410-8cfb-a28a05e52ce3 2019-01-03 11:27:18,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:18,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-0a43c865-7cff-478c-977b-39d5cea5464b Date: Thu, 03 Jan 2019 11:27:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:18,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-0a43c865-7cff-478c-977b-39d5cea5464b 2019-01-03 11:27:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:18,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-68eb4730-46f9-48c2-b518-5c0995d977e0 Date: Thu, 03 Jan 2019 11:27:18 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:18,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1&admin_state_up=True used request id req-68eb4730-46f9-48c2-b518-5c0995d977e0 2019-01-03 11:27:18,676 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1 for router - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:18,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:18,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:19,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["4EvavKXbTzKAY6EsPBnzOA"], "issued_at": "2019-01-03T11:27:19.000000Z"}} 2019-01-03 11:27:19,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8022facdade0207f14bde9f7c8d408e7d1ae3c8b" 2019-01-03 11:27:19,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8e24855-8a2a-46d5-a1f5-4f699a5fc126 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:19,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c8e24855-8a2a-46d5-a1f5-4f699a5fc126 2019-01-03 11:27:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:19,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d07c0643-4948-48fc-9eb8-efe4c459cea8 Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:19,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-d07c0643-4948-48fc-9eb8-efe4c459cea8 2019-01-03 11:27:19,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:19,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9557240d-ec8b-4eed-a459-f2882ff11f36 Date: Thu, 03 Jan 2019 11:27:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:19,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-9557240d-ec8b-4eed-a459-f2882ff11f36 2019-01-03 11:27:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:19,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-584cee05-61f6-40a8-be12-c63371570dd4 Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:19,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-584cee05-61f6-40a8-be12-c63371570dd4 2019-01-03 11:27:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:19,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:19,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8022facdade0207f14bde9f7c8d408e7d1ae3c8b" 2019-01-03 11:27:19,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3034481d-b748-4d05-9e05-2f74b15e9ef4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:19,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-3034481d-b748-4d05-9e05-2f74b15e9ef4 2019-01-03 11:27:19,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:20,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d95f7373-998e-466a-a4a9-6c0bca75af66 Date: Thu, 03 Jan 2019 11:27:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:20,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-d95f7373-998e-466a-a4a9-6c0bca75af66 2019-01-03 11:27:20,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:20,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-08257df7-6e9a-4f45-9fda-0a2d41daf140 Date: Thu, 03 Jan 2019 11:27:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:20,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 used request id req-08257df7-6e9a-4f45-9fda-0a2d41daf140 2019-01-03 11:27:20,359 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 2019-01-03 11:27:20,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port": {"network_id": "ce2fa416-cd88-436c-847d-2f4facb2e42f", "fixed_ips": [{"subnet_id": "d2ae24de-839b-4a7b-8153-3e349ab0c544", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1", "admin_state_up": true}}' 2019-01-03 11:27:21,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-a1048abc-5dce-4069-b26d-f190b5aa0ce4 Date: Thu, 03 Jan 2019 11:27:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.1"}],"id":"fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:7b:2c:01","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1","project_id":"3a25a5a486c344f3a1786b67d765238d","qos_policy_id":null,"admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:20Z","binding:vnic_type":"normal"}} 2019-01-03 11:27:21,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-a1048abc-5dce-4069-b26d-f190b5aa0ce4 2019-01-03 11:27:21,366 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1 for router - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:21,367 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:21,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port_id": "fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74"}' 2019-01-03 11:27:23,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30ab923f-6894-477e-8de5-58a26a46e7f6 Date: Thu, 03 Jan 2019 11:27:23 GMT RESP BODY: {"network_id": "ce2fa416-cd88-436c-847d-2f4facb2e42f", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "subnet_id": "d2ae24de-839b-4a7b-8153-3e349ab0c544", "subnet_ids": ["d2ae24de-839b-4a7b-8153-3e349ab0c544"], "port_id": "fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53"} 2019-01-03 11:27:23,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/add_router_interface used request id req-30ab923f-6894-477e-8de5-58a26a46e7f6 2019-01-03 11:27:23,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:23,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2f3dd54c-6a0a-49e2-9bb7-41176f58ef6d Date: Thu, 03 Jan 2019 11: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:23,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-2f3dd54c-6a0a-49e2-9bb7-41176f58ef6d 2019-01-03 11:27:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:23,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21f5500-9c87-4aab-ab52-27283b11368b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:23,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-d21f5500-9c87-4aab-ab52-27283b11368b 2019-01-03 11:27:23,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:23,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a89fb07f-eeff-408f-bf0e-d9dbe5b84262 Date: Thu, 03 Jan 2019 11:27:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:23,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-a89fb07f-eeff-408f-bf0e-d9dbe5b84262 2019-01-03 11:27:23,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:23,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2b4043a7-c72f-414a-ab68-800e9618b349 Date: Thu, 03 Jan 2019 11:27:23 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:23,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2&admin_state_up=True used request id req-2b4043a7-c72f-414a-ab68-800e9618b349 2019-01-03 11:27:23,454 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2 for router - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:23,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:23,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:23,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["iCuT0wn4QoKfN6PhbUpVCQ"], "issued_at": "2019-01-03T11:27:23.000000Z"}} 2019-01-03 11:27:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b39349b82b30568e2d11b88008b5163e5d529bc" 2019-01-03 11:27:24,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17fef95-89b0-4f9b-9fd0-6c930504e140 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:24,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a17fef95-89b0-4f9b-9fd0-6c930504e140 2019-01-03 11:27:24,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:24,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-51435b01-6347-4111-b864-68677e19d356 Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:24,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-51435b01-6347-4111-b864-68677e19d356 2019-01-03 11:27:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:24,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c1398dfb-e141-48b4-a6fa-efc7031b390f Date: Thu, 03 Jan 2019 11:27:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:24,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-c1398dfb-e141-48b4-a6fa-efc7031b390f 2019-01-03 11:27:24,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:24,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8963e334-9de6-4d5a-8504-8ad409d14615 Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:24,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-8963e334-9de6-4d5a-8504-8ad409d14615 2019-01-03 11:27:24,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:24,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:24,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b39349b82b30568e2d11b88008b5163e5d529bc" 2019-01-03 11:27:24,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a3759f-180e-4bb1-9fcf-346ca4710747 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:24,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-29a3759f-180e-4bb1-9fcf-346ca4710747 2019-01-03 11:27:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:24,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-47c0fd09-ab2c-45f9-8bb0-159d74c0a8e1 Date: Thu, 03 Jan 2019 11:27:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:24,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-47c0fd09-ab2c-45f9-8bb0-159d74c0a8e1 2019-01-03 11:27:24,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:24,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-99936ae2-4dad-4460-b9e8-ccb792d7687e Date: Thu, 03 Jan 2019 11:27:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:24,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 used request id req-99936ae2-4dad-4460-b9e8-ccb792d7687e 2019-01-03 11:27:24,853 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 2019-01-03 11:27:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port": {"network_id": "0489ab62-cdf6-4396-8791-9c959e078f66", "fixed_ips": [{"subnet_id": "2f0db2e1-c2c8-44a2-918a-b3346deef7e3", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2", "admin_state_up": true}}' 2019-01-03 11:27:25,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-2c2b372a-d9a7-431e-b95f-246011033d33 Date: Thu, 03 Jan 2019 11:27:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.1"}],"id":"831fb7b4-7a70-4a8a-a9ae-e9ed885404c2","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:f5:52:7b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2","project_id":"3a25a5a486c344f3a1786b67d765238d","qos_policy_id":null,"admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:25Z","binding:vnic_type":"normal"}} 2019-01-03 11:27:25,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2c2b372a-d9a7-431e-b95f-246011033d33 2019-01-03 11:27:25,917 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2 for router - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:25,917 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:27:25,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port_id": "831fb7b4-7a70-4a8a-a9ae-e9ed885404c2"}' 2019-01-03 11:27:27,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-61a08da7-ea80-4b58-be0b-bf51c5ab9ef2 Date: Thu, 03 Jan 2019 11:27:27 GMT RESP BODY: {"network_id": "0489ab62-cdf6-4396-8791-9c959e078f66", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "subnet_id": "2f0db2e1-c2c8-44a2-918a-b3346deef7e3", "subnet_ids": ["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"], "port_id": "831fb7b4-7a70-4a8a-a9ae-e9ed885404c2", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53"} 2019-01-03 11:27:27,699 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/add_router_interface used request id req-61a08da7-ea80-4b58-be0b-bf51c5ab9ef2 2019-01-03 11:27:27,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:27,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-c0e93c4c-c597-4fc2-b7e6-76af1551aa11 Date: Thu, 03 Jan 2019 11:27:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:14Z", "admin_state_up": true, "updated_at": "2019-01-03T11:27:26Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router"}} 2019-01-03 11:27:27,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53 used request id req-c0e93c4c-c597-4fc2-b7e6-76af1551aa11 2019-01-03 11:27:27,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=609b25f8-fac9-4983-8f2b-f4ca2ac83d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:27,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-22ef0829-d535-46fe-88b9-88b4536a9674 Date: Thu, 03 Jan 2019 11:27:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.1"}],"id":"831fb7b4-7a70-4a8a-a9ae-e9ed885404c2","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:f5:52:7b","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:25Z","binding:vnic_type":"normal","device_id":"609b25f8-fac9-4983-8f2b-f4ca2ac83d53"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.1"}],"id":"fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:7b:2c:01","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:20Z","binding:vnic_type":"normal","device_id":"609b25f8-fac9-4983-8f2b-f4ca2ac83d53"}]} 2019-01-03 11:27:27,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=609b25f8-fac9-4983-8f2b-f4ca2ac83d53 used request id req-22ef0829-d535-46fe-88b9-88b4536a9674 2019-01-03 11:27:27,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/d2ae24de-839b-4a7b-8153-3e349ab0c544 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:28,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-35520c36-ac22-4455-af5f-3a67fbc9031b Date: Thu, 03 Jan 2019 11:27:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}} 2019-01-03 11:27:28,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/d2ae24de-839b-4a7b-8153-3e349ab0c544 used request id req-35520c36-ac22-4455-af5f-3a67fbc9031b 2019-01-03 11:27:28,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/2f0db2e1-c2c8-44a2-918a-b3346deef7e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:27:28,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-d3efd4ed-0194-4c63-a3e1-21df5a9c3054 Date: Thu, 03 Jan 2019 11:27:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}} 2019-01-03 11:27:28,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/2f0db2e1-c2c8-44a2-918a-b3346deef7e3 used request id req-d3efd4ed-0194-4c63-a3e1-21df5a9c3054 2019-01-03 11:27:28,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:28,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:28,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:27:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["iBFX5902SLGUUKqNxtMGoQ"], "issued_at": "2019-01-03T11:27:28.000000Z"}} 2019-01-03 11:27:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25684e1f1da1bee74f24b0de2ae80665c9548f66" 2019-01-03 11:27:28,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c87fd6f-3ec8-48cf-98c2-6f23050f61c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:28,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c87fd6f-3ec8-48cf-98c2-6f23050f61c6 2019-01-03 11:27:28,718 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:27:28,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25684e1f1da1bee74f24b0de2ae80665c9548f66" 2019-01-03 11:27:28,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-c2805b3b-6563-4269-9e3b-972e6d2156c4 x-compute-request-id: req-c2805b3b-6563-4269-9e3b-972e6d2156c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:27:28,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c2805b3b-6563-4269-9e3b-972e6d2156c4 2019-01-03 11:27:28,898 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25684e1f1da1bee74f24b0de2ae80665c9548f66" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2019-01-03 11:27:28,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-856154b0-fa6e-4ac3-b304-ee123c960186 x-compute-request-id: req-856154b0-fa6e-4ac3-b304-ee123c960186 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:27:28,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-856154b0-fa6e-4ac3-b304-ee123c960186 2019-01-03 11:27:28,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:28,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:29,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["j8Hv7T3EQFOaBECtJtwLTg"], "issued_at": "2019-01-03T11:27:29.000000Z"}} 2019-01-03 11:27:29,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:29,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2f7b5b-7936-49ec-b71f-3c612775f831 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:29,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d2f7b5b-7936-49ec-b71f-3c612775f831 2019-01-03 11:27:29,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:29,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-72443d6c-583e-459b-bbe9-656a5cc3fd2a Date: Thu, 03 Jan 2019 11:27:29 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:27:29,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp used request id req-72443d6c-583e-459b-bbe9-656a5cc3fd2a 2019-01-03 11:27:29,586 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp... 2019-01-03 11:27:29,586 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp 2019-01-03 11:27:29,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}}' 2019-01-03 11:27:29,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-90a52aec-7e20-48f2-bafe-58183641e766 Date: Thu, 03 Jan 2019 11:27:29 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "updated_at": "2019-01-03T11:27:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "11274d0a-441c-4d8e-841f-4b29f5933c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 2, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}} 2019-01-03 11:27:29,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-90a52aec-7e20-48f2-bafe-58183641e766 2019-01-03 11:27:29,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eb46f6ee-51ee-411e-a055-509cf5cae0ec Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:30,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-eb46f6ee-51ee-411e-a055-509cf5cae0ec 2019-01-03 11:27:30,173 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bc9187e0-ec20-4580-b476-f90deae3d8c4 Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:30,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-bc9187e0-ec20-4580-b476-f90deae3d8c4 2019-01-03 11:27:30,344 - neutron_utils - INFO - Retrieving security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-8f3080b3-fae3-4401-b663-ee3f64b29f24 Date: Thu, 03 Jan 2019 11:27:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "updated_at": "2019-01-03T11:27:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "11274d0a-441c-4d8e-841f-4b29f5933c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 2, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}]} 2019-01-03 11:27:30,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-8f3080b3-fae3-4401-b663-ee3f64b29f24 2019-01-03 11:27:30,431 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9da0dc27-b262-4fa3-b377-c4da793be1ce Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:30,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-9da0dc27-b262-4fa3-b377-c4da793be1ce 2019-01-03 11:27:30,641 - neutron_utils - INFO - Retrieving security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-4d743efa-2eb4-4929-8321-6902e8320994 Date: Thu, 03 Jan 2019 11:27:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "updated_at": "2019-01-03T11:27:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "11274d0a-441c-4d8e-841f-4b29f5933c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 2, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}]} 2019-01-03 11:27:30,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-4d743efa-2eb4-4929-8321-6902e8320994 2019-01-03 11:27:30,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a4cd4930-1053-4f9c-828f-b0a26b393799 Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:30,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-a4cd4930-1053-4f9c-828f-b0a26b393799 2019-01-03 11:27:30,729 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp 2019-01-03 11:27:30,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-bb1b8386-9acd-4454-b6e4-2a408dba7a76 Date: Thu, 03 Jan 2019 11:27:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "updated_at": "2019-01-03T11:27:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "11274d0a-441c-4d8e-841f-4b29f5933c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 2, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}]} 2019-01-03 11:27:30,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp used request id req-bb1b8386-9acd-4454-b6e4-2a408dba7a76 2019-01-03 11:27:30,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:30,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:30,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:30,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27eda6d8-14ed-4a9b-941b-75f77f22cd0c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:30,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-27eda6d8-14ed-4a9b-941b-75f77f22cd0c 2019-01-03 11:27:30,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:30,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:31,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b1e99c91-f4d0-41fb-91c7-5964e55a9206 Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:31,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-b1e99c91-f4d0-41fb-91c7-5964e55a9206 2019-01-03 11:27:31,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}d640068aefe94485d2490d1e4b1d34404435546d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6"}}' 2019-01-03 11:27:31,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-b01f93f6-ce6e-4cdc-842c-11b5e85256a4 Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:31Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:31Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "317ef51d-aac5-4f7c-8a1a-069b17cc4cc2"}} 2019-01-03 11:27:31,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-b01f93f6-ce6e-4cdc-842c-11b5e85256a4 2019-01-03 11:27:31,261 - neutron_utils - INFO - Retrieving security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:31,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:31,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-e4105a30-0506-45fd-a39d-193f3fb343e8 Date: Thu, 03 Jan 2019 11:27:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "updated_at": "2019-01-03T11:27:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "11274d0a-441c-4d8e-841f-4b29f5933c17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:31Z", "revision_number": 0, "id": "317ef51d-aac5-4f7c-8a1a-069b17cc4cc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:31Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "revision_number": 0, "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 3, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp"}]} 2019-01-03 11:27:31,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-e4105a30-0506-45fd-a39d-193f3fb343e8 2019-01-03 11:27:31,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 2019-01-03 11:27:31,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:27:31,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-4408f847-1413-4bb7-ae9c-3da25f18eecc Date: Thu, 03 Jan 2019 11:27: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": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "11274d0a-441c-4d8e-841f-4b29f5933c17"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:31Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:31Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "317ef51d-aac5-4f7c-8a1a-069b17cc4cc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:29Z", "security_group_id": "d3093c57-43a7-417e-9aaa-0c98b3b3a9b6", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:29Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "f782c603-626c-4746-b2ff-4b1f7b56fbe5"}]} 2019-01-03 11:27:31,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-4408f847-1413-4bb7-ae9c-3da25f18eecc 2019-01-03 11:27:31,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:31,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:32,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["XrEx9ARsT7KOZlonmtDzHA"], "issued_at": "2019-01-03T11:27:32.000000Z"}} 2019-01-03 11:27:32,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a6537c-07af-4638-9240-3edcb967abed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:32,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-59a6537c-07af-4638-9240-3edcb967abed 2019-01-03 11:27:32,108 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:27:32,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e494b7f-f01b-49b3-921f-2206c5b769e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:32,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e494b7f-f01b-49b3-921f-2206c5b769e0 2019-01-03 11:27:32,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-fd73bc93-5374-4c38-812c-7d5b6d9dcba9 Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:32,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-fd73bc93-5374-4c38-812c-7d5b6d9dcba9 2019-01-03 11:27:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:32,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:32,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4909c10-952e-42da-a911-b770d4f447c9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:32,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-b4909c10-952e-42da-a911-b770d4f447c9 2019-01-03 11:27:32,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d553f1bb-2e65-4b14-b1fd-2a96f3609265 Date: Thu, 03 Jan 2019 11:27:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:32,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-d553f1bb-2e65-4b14-b1fd-2a96f3609265 2019-01-03 11:27:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:32,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d5b586a2-2e3e-4af8-b5a5-6586fdb00840 Date: Thu, 03 Jan 2019 11:27:32 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:32,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True used request id req-d5b586a2-2e3e-4af8-b5a5-6586fdb00840 2019-01-03 11:27:32,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:33,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72affd39-746c-4bec-b84c-6599adb07360 x-compute-request-id: req-72affd39-746c-4bec-b84c-6599adb07360 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:27:33,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 used request id req-72affd39-746c-4bec-b84c-6599adb07360 2019-01-03 11:27:33,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:33,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8d172a77-5209-4459-8407-6af564868b94 Date: Thu, 03 Jan 2019 11: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:33,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-8d172a77-5209-4459-8407-6af564868b94 2019-01-03 11:27:33,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:33,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1448c3c0-f4b5-4407-9048-bdebbb0040c3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:33,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-1448c3c0-f4b5-4407-9048-bdebbb0040c3 2019-01-03 11:27:33,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:33,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e68e701a-9649-48e3-87d3-1348117f32ef Date: Thu, 03 Jan 2019 11:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:33,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-e68e701a-9649-48e3-87d3-1348117f32ef 2019-01-03 11:27:33,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:33,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f08bab39-fd8d-488b-8272-dd7bbb4d82c7 Date: Thu, 03 Jan 2019 11:27:33 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:33,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True used request id req-f08bab39-fd8d-488b-8272-dd7bbb4d82c7 2019-01-03 11:27:33,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:33,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:34,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["nE_r2apXQpiOE5LpCGKc3w"], "issued_at": "2019-01-03T11:27:34.000000Z"}} 2019-01-03 11:27:34,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8caeee9883733695df9908c9a68703b2607879c" 2019-01-03 11:27:34,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd85776-cb24-4236-8a4f-fa7bec2b4cc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:34,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3bd85776-cb24-4236-8a4f-fa7bec2b4cc6 2019-01-03 11:27:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:34,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7a5be942-8e1d-4907-adad-c611d369ec33 Date: Thu, 03 Jan 2019 11: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:34,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-7a5be942-8e1d-4907-adad-c611d369ec33 2019-01-03 11:27:34,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:34,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-51cf5c4d-0122-46e1-8de4-e761dafe97b9 Date: Thu, 03 Jan 2019 11:27:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:34,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-51cf5c4d-0122-46e1-8de4-e761dafe97b9 2019-01-03 11:27:34,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:34,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5a2c645b-7b00-4bbd-8e37-9d85209bed31 Date: Thu, 03 Jan 2019 11: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:34,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-5a2c645b-7b00-4bbd-8e37-9d85209bed31 2019-01-03 11:27:34,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:34,874 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:34,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8caeee9883733695df9908c9a68703b2607879c" 2019-01-03 11:27:34,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-166a4e88-fce3-4f03-8800-8e2b822a5968 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:34,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-166a4e88-fce3-4f03-8800-8e2b822a5968 2019-01-03 11:27:34,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:35,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9325ec4c-a07c-4ebb-913e-9d78fb6a8bb4 Date: Thu, 03 Jan 2019 11:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:35,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-9325ec4c-a07c-4ebb-913e-9d78fb6a8bb4 2019-01-03 11:27:35,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:35,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b132590e-4b83-456f-a832-b9aa30587ece Date: Thu, 03 Jan 2019 11:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:35,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 used request id req-b132590e-4b83-456f-a832-b9aa30587ece 2019-01-03 11:27:35,232 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 2019-01-03 11:27:35,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" -d '{"port": {"network_id": "ce2fa416-cd88-436c-847d-2f4facb2e42f", "fixed_ips": [{"subnet_id": "d2ae24de-839b-4a7b-8153-3e349ab0c544", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port", "admin_state_up": true}}' 2019-01-03 11:27:36,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-d6640d61-8ddb-48fc-bf29-635364686aa2 Date: Thu, 03 Jan 2019 11:27:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.5"}],"id":"e717e85a-792d-44c1-913b-e382d951de09","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:6a:5c:fc","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port","project_id":"3a25a5a486c344f3a1786b67d765238d","qos_policy_id":null,"admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:35Z","binding:vnic_type":"normal"}} 2019-01-03 11:27:36,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d6640d61-8ddb-48fc-bf29-635364686aa2 2019-01-03 11:27:36,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:36,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-3ad3d752-3eaa-4fb8-942b-a971ae4b884e Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:36,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-3ad3d752-3eaa-4fb8-942b-a971ae4b884e 2019-01-03 11:27:36,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:36,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7aba08-ec32-47ca-838a-42108504f004 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:36,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-1b7aba08-ec32-47ca-838a-42108504f004 2019-01-03 11:27:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:36,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a9e69fce-3c96-4569-876f-6fb66e3994c3 Date: Thu, 03 Jan 2019 11:27:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:36,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-a9e69fce-3c96-4569-876f-6fb66e3994c3 2019-01-03 11:27:36,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-010c15c5-b2b1-440c-8372-615215b72b46 Date: Thu, 03 Jan 2019 11:27:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.5"}],"id":"e717e85a-792d-44c1-913b-e382d951de09","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:6a:5c:fc","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:35Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:27:37,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port&admin_state_up=True used request id req-010c15c5-b2b1-440c-8372-615215b72b46 2019-01-03 11:27:37,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e889d3-e1bd-4d08-81d0-76043b9d95ea Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:37,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-c5e889d3-e1bd-4d08-81d0-76043b9d95ea 2019-01-03 11:27:37,116 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 2019-01-03 11:27:37,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cb82033-01d0-4b6e-a116-76956a200cc4 x-compute-request-id: req-9cb82033-01d0-4b6e-a116-76956a200cc4 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name"}]} 2019-01-03 11:27:37,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9cb82033-01d0-4b6e-a116-76956a200cc4 2019-01-03 11:27:37,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b28b6805-48fe-422d-9c3c-6913340b5a41 x-compute-request-id: req-b28b6805-48fe-422d-9c3c-6913340b5a41 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:27:37,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 used request id req-b28b6805-48fe-422d-9c3c-6913340b5a41 2019-01-03 11:27:37,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-574a77b3-d0ca-49a9-a6e7-c7f4a74d08ab Date: Thu, 03 Jan 2019 11:27:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "metadata": {}}], "self": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "min_disk": 0, "protected": false, "id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "file": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a25a5a486c344f3a1786b67d765238d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766"} 2019-01-03 11:27:37,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 used request id req-574a77b3-d0ca-49a9-a6e7-c7f4a74d08ab 2019-01-03 11:27:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:37,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b3e33b89-053e-4500-bc6e-6df4c5c07523 Date: Thu, 03 Jan 2019 11:27: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"}}} 2019-01-03 11:27:37,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b3e33b89-053e-4500-bc6e-6df4c5c07523 2019-01-03 11:27:37,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" -d '{"server": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "imageRef": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "flavorRef": "bd18f3d7-fadb-433a-89ba-442befd24e89", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "e717e85a-792d-44c1-913b-e382d951de09"}]}}' 2019-01-03 11:27:39,339 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-835e547a-dd04-4ddb-b003-d7d957d2ef8d x-compute-request-id: req-835e547a-dd04-4ddb-b003-d7d957d2ef8d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b7da20d6-8143-4662-b85b-d2393130b666", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "adminPass": "gEEQjvT4ge7i"}} 2019-01-03 11:27:39,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-835e547a-dd04-4ddb-b003-d7d957d2ef8d 2019-01-03 11:27:39,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:39,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-45da9423-5a79-4e77-b0ac-cce48eeda894 x-compute-request-id: req-45da9423-5a79-4e77-b0ac-cce48eeda894 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.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:27:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:39,568 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-45da9423-5a79-4e77-b0ac-cce48eeda894 2019-01-03 11:27:39,569 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 2019-01-03 11:27:39,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:39,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-c02fa105-ed4e-4d1a-9f6f-3d562fe1da20 x-compute-request-id: req-c02fa105-ed4e-4d1a-9f6f-3d562fe1da20 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.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:27:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:39,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-c02fa105-ed4e-4d1a-9f6f-3d562fe1da20 2019-01-03 11:27:39,941 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - BUILD 2019-01-03 11:27:39,941 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:27:42,945 - create_instance - DEBUG - VM status query timeout in 896.624317884 2019-01-03 11:27:42,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:43,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-499ed529-4c47-45fb-9aad-83dbf1728d33 x-compute-request-id: req-499ed529-4c47-45fb-9aad-83dbf1728d33 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:27:41Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:43,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-499ed529-4c47-45fb-9aad-83dbf1728d33 2019-01-03 11:27:43,279 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - BUILD 2019-01-03 11:27:43,279 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:27:46,282 - create_instance - DEBUG - VM status query timeout in 893.287056923 2019-01-03 11:27:46,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:46,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-78270cec-ea56-46c2-a3f3-cc1560de046f x-compute-request-id: req-78270cec-ea56-46c2-a3f3-cc1560de046f Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:27:41Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:46,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-78270cec-ea56-46c2-a3f3-cc1560de046f 2019-01-03 11:27:46,998 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - BUILD 2019-01-03 11:27:46,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:27:49,999 - create_instance - DEBUG - VM status query timeout in 889.569873095 2019-01-03 11:27:50,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:50,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27: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-b26e6d17-f4dc-4672-8697-786e92310700 x-compute-request-id: req-b26e6d17-f4dc-4672-8697-786e92310700 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:27:47Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:50,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-b26e6d17-f4dc-4672-8697-786e92310700 2019-01-03 11:27:50,646 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - ACTIVE 2019-01-03 11:27:50,646 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:27:50,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:51,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27: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-d1ec52b7-38d9-47f4-90a5-13ec613f4c4c x-compute-request-id: req-d1ec52b7-38d9-47f4-90a5-13ec613f4c4c Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:27:47Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:27:51,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-d1ec52b7-38d9-47f4-90a5-13ec613f4c4c 2019-01-03 11:27:51,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:51,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-904c99fe-2f4b-43db-8683-23510af01ebb Date: Thu, 03 Jan 2019 11:27: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":["d2ae24de-839b-4a7b-8153-3e349ab0c544"],"updated_at":"2019-01-03T11:27:09Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1"}]} 2019-01-03 11:27:51,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 used request id req-904c99fe-2f4b-43db-8683-23510af01ebb 2019-01-03 11:27:51,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:51,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c8f255-69ab-4485-ac3b-e97c70f9f633 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:51,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-c9c8f255-69ab-4485-ac3b-e97c70f9f633 2019-01-03 11:27:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:51,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-72eefbc7-2cf3-43a0-9c32-f460ea5b1dee Date: Thu, 03 Jan 2019 11:27:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:09Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1"}]} 2019-01-03 11:27:51,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-72eefbc7-2cf3-43a0-9c32-f460ea5b1dee 2019-01-03 11:27:51,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:27:52,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-3a4ff550-fb88-41fc-bf15-8edfbae86c2e Date: Thu, 03 Jan 2019 11:27:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.4"}],"id":"233b4e29-941a-4c06-b8ca-3cd58eaff873","security_groups":[],"mac_address":"fa:16:3e:4a:45:d7","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ce2fa416-cd88-436c-847d-2f4facb2e42f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.3"}],"id":"95714925-13e1-4e09-a0ea-b6175d76fd2b","security_groups":[],"mac_address":"fa:16:3e:53:1b:03","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ce2fa416-cd88-436c-847d-2f4facb2e42f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.5"}],"id":"e717e85a-792d-44c1-913b-e382d951de09","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:6a:5c:fc","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:35Z","binding:vnic_type":"normal","device_id":"b7da20d6-8143-4662-b85b-d2393130b666"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.2"}],"id":"f0fd4e2f-6521-440f-ae37-1b85514131f8","security_groups":[],"mac_address":"fa:16:3e:41:cd:1c","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ce2fa416-cd88-436c-847d-2f4facb2e42f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae24de-839b-4a7b-8153-3e349ab0c544","ip_address":"10.200.201.1"}],"id":"fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:7b:2c:01","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1","admin_state_up":true,"network_id":"ce2fa416-cd88-436c-847d-2f4facb2e42f","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:20Z","binding:vnic_type":"normal","device_id":"609b25f8-fac9-4983-8f2b-f4ca2ac83d53"}]} 2019-01-03 11:27:52,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-3a4ff550-fb88-41fc-bf15-8edfbae86c2e 2019-01-03 11:27:52,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:52,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:52,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["2GtdH_PpSQ-iTmJMIlOKyg"], "issued_at": "2019-01-03T11:27:52.000000Z"}} 2019-01-03 11:27:52,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:52,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c2e786-9e31-48c1-89fe-c06bd15a34c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:52,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d6c2e786-9e31-48c1-89fe-c06bd15a34c6 2019-01-03 11:27:52,509 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:27:52,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:52,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca2d6cb-0972-4f6a-84e1-56b842d7f1eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:52,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1ca2d6cb-0972-4f6a-84e1-56b842d7f1eb 2019-01-03 11:27:52,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:52,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-39744267-0659-4a90-9a34-5200c930cd5b Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:52,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-39744267-0659-4a90-9a34-5200c930cd5b 2019-01-03 11:27:52,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:52,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:52,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:53,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d3a75f-a964-4904-8aa1-f31402d831b5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:53,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-80d3a75f-a964-4904-8aa1-f31402d831b5 2019-01-03 11:27:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:53,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1436b94e-f5ab-4f75-b0b5-69e5896034be Date: Thu, 03 Jan 2019 11:27:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:53,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-1436b94e-f5ab-4f75-b0b5-69e5896034be 2019-01-03 11:27:53,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:53,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-13d89ddf-e775-4a9f-a9e2-c6a46a518d90 Date: Thu, 03 Jan 2019 11:27:53 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:53,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True used request id req-13d89ddf-e775-4a9f-a9e2-c6a46a518d90 2019-01-03 11:27:53,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:53,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04b78740-0cea-4713-8993-28c60b20ca27 x-compute-request-id: req-04b78740-0cea-4713-8993-28c60b20ca27 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:27:53,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 used request id req-04b78740-0cea-4713-8993-28c60b20ca27 2019-01-03 11:27:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:53,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-12f9d593-0a4e-4244-9c41-1ce43147853e Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:53,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-12f9d593-0a4e-4244-9c41-1ce43147853e 2019-01-03 11:27:53,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:54,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7212ad5-6e58-4faf-91e9-60351bb5af6a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:54,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-f7212ad5-6e58-4faf-91e9-60351bb5af6a 2019-01-03 11:27:54,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:54,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b8a667b4-b1b4-4a20-b05c-971f27679f46 Date: Thu, 03 Jan 2019 11:27:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:54,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-b8a667b4-b1b4-4a20-b05c-971f27679f46 2019-01-03 11:27:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:54,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c79d9132-41d0-4f43-a7db-20b3db42a65f Date: Thu, 03 Jan 2019 11:27:54 GMT RESP BODY: {"ports":[]} 2019-01-03 11:27:54,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True used request id req-c79d9132-41d0-4f43-a7db-20b3db42a65f 2019-01-03 11:27:54,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:27:54,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:27:54,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11388359aae7445c983d2cf4db533745", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role"}], "expires_at": "2019-01-03T12:27:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a25a5a486c344f3a1786b67d765238d", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3a25a5a486c344f3a1786b67d765238d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user", "id": "d95124274186467eba8f85a303b491bc"}, "audit_ids": ["tB6WeGkTTf-NN4mZjba-uA"], "issued_at": "2019-01-03T11:27:54.000000Z"}} 2019-01-03 11:27:54,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11df51ef6f16fc8fa5f2c9426de118a24dcdbb60" 2019-01-03 11:27:54,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8014f99d-9dc2-473c-b36b-3018dd02a500 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:27:54,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8014f99d-9dc2-473c-b36b-3018dd02a500 2019-01-03 11:27:54,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:54,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-77f34190-e27e-4eac-ab7e-bedc89f04e41 Date: Thu, 03 Jan 2019 11: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:54,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-77f34190-e27e-4eac-ab7e-bedc89f04e41 2019-01-03 11:27:54,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:55,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5064ecce-60a9-4a62-9076-f9cf9aed6240 Date: Thu, 03 Jan 2019 11:27:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:55,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-5064ecce-60a9-4a62-9076-f9cf9aed6240 2019-01-03 11:27:55,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:55,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ca5851fa-128d-424c-a9c0-5e2cfebfcd4b Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:55,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-ca5851fa-128d-424c-a9c0-5e2cfebfcd4b 2019-01-03 11:27:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:27:55,496 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:27: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:27:55,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11df51ef6f16fc8fa5f2c9426de118a24dcdbb60" 2019-01-03 11:27:55,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feb8ba9a-02c1-4c51-b1d9-ce4c0760e7f4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:55,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-feb8ba9a-02c1-4c51-b1d9-ce4c0760e7f4 2019-01-03 11:27:55,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:55,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-123f901a-2b18-4437-8f40-19f5864c3e4d Date: Thu, 03 Jan 2019 11:27:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:55,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-123f901a-2b18-4437-8f40-19f5864c3e4d 2019-01-03 11:27:55,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:55,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-41c95c2a-e0db-4ac5-8398-3d5a44c78070 Date: Thu, 03 Jan 2019 11:27:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:55,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 used request id req-41c95c2a-e0db-4ac5-8398-3d5a44c78070 2019-01-03 11:27:55,860 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 2019-01-03 11:27:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" -d '{"port": {"network_id": "0489ab62-cdf6-4396-8791-9c959e078f66", "fixed_ips": [{"subnet_id": "2f0db2e1-c2c8-44a2-918a-b3346deef7e3", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port", "admin_state_up": true}}' 2019-01-03 11:27:57,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-231b1f21-ba4a-4e2f-adef-92d71e508da3 Date: Thu, 03 Jan 2019 11:27:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.5"}],"id":"155a1215-f101-4e20-859e-a4bca2222514","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:95:b6:02","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port","project_id":"3a25a5a486c344f3a1786b67d765238d","qos_policy_id":null,"admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:56Z","binding:vnic_type":"normal"}} 2019-01-03 11:27:57,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-231b1f21-ba4a-4e2f-adef-92d71e508da3 2019-01-03 11:27:57,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e3cd9366-f6da-4cd2-9d37-c6d26254e9df Date: Thu, 03 Jan 2019 11:27: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:27:57,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-e3cd9366-f6da-4cd2-9d37-c6d26254e9df 2019-01-03 11:27:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a035e253-4fa1-42d6-8a04-3f2eb7f8acbd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:57,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-a035e253-4fa1-42d6-8a04-3f2eb7f8acbd 2019-01-03 11:27:57,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-589191a7-0953-48e3-ab52-432463006ff7 Date: Thu, 03 Jan 2019 11:27:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:27:57,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-589191a7-0953-48e3-ab52-432463006ff7 2019-01-03 11:27:57,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-1224f13a-a21d-4e32-9d05-fd1b531301fb Date: Thu, 03 Jan 2019 11:27:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.5"}],"id":"155a1215-f101-4e20-859e-a4bca2222514","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:95:b6:02","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:56Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:27:57,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66&name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port&admin_state_up=True used request id req-1224f13a-a21d-4e32-9d05-fd1b531301fb 2019-01-03 11:27:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e01399-8c09-44fb-8de8-730cf8ffb5ae Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:27:57,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-67e01399-8c09-44fb-8de8-730cf8ffb5ae 2019-01-03 11:27:57,723 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 2019-01-03 11:27:57,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27: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-0a70b71d-5367-4c78-87f5-aa5816c672c3 x-compute-request-id: req-0a70b71d-5367-4c78-87f5-aa5816c672c3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name"}]} 2019-01-03 11:27:57,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0a70b71d-5367-4c78-87f5-aa5816c672c3 2019-01-03 11:27:57,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27: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-ee691e05-3d8d-4165-930b-43581ad55c71 x-compute-request-id: req-ee691e05-3d8d-4165-930b-43581ad55c71 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:27:57,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 used request id req-ee691e05-3d8d-4165-930b-43581ad55c71 2019-01-03 11:27:57,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:57,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-99386cbb-c387-4a88-a7a2-9b09c558e30b Date: Thu, 03 Jan 2019 11:27:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:27:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:27:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "metadata": {}}], "self": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "min_disk": 0, "protected": false, "id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "file": "/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a25a5a486c344f3a1786b67d765238d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766"} 2019-01-03 11:27:57,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 used request id req-99386cbb-c387-4a88-a7a2-9b09c558e30b 2019-01-03 11:27:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:27:58,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-73d980b0-5019-4ba1-a6a4-b802f951ff0c Date: Thu, 03 Jan 2019 11:27: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"}}} 2019-01-03 11:27:58,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-73d980b0-5019-4ba1-a6a4-b802f951ff0c 2019-01-03 11:27:58,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" -d '{"server": {"name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "imageRef": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "flavorRef": "bd18f3d7-fadb-433a-89ba-442befd24e89", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "155a1215-f101-4e20-859e-a4bca2222514"}]}}' 2019-01-03 11:27:59,897 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:27: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-05f49acf-41ce-404f-8f7e-e974151754b4 x-compute-request-id: req-05f49acf-41ce-404f-8f7e-e974151754b4 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "adminPass": "KHMfmi38ZYB2"}} 2019-01-03 11:27:59,897 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-05f49acf-41ce-404f-8f7e-e974151754b4 2019-01-03 11:27:59,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:00,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc766665-ac14-4c08-b915-9fc23d5ba3f4 x-compute-request-id: req-dc766665-ac14-4c08-b915-9fc23d5ba3f4 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.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:27:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:00,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-dc766665-ac14-4c08-b915-9fc23d5ba3f4 2019-01-03 11:28:00,300 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 2019-01-03 11:28:00,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:00,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-e1cce60f-6ae9-4773-832f-a908970aee22 x-compute-request-id: req-e1cce60f-6ae9-4773-832f-a908970aee22 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.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:28:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:00,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-e1cce60f-6ae9-4773-832f-a908970aee22 2019-01-03 11:28:00,543 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - BUILD 2019-01-03 11:28:00,543 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:03,547 - create_instance - DEBUG - VM status query timeout in 896.753243923 2019-01-03 11:28:03,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:04,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-7ad966d6-679e-426f-8d7c-f686c3c0f93c x-compute-request-id: req-7ad966d6-679e-426f-8d7c-f686c3c0f93c Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:28:02Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:04,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-7ad966d6-679e-426f-8d7c-f686c3c0f93c 2019-01-03 11:28:04,025 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - BUILD 2019-01-03 11:28:04,025 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:07,029 - create_instance - DEBUG - VM status query timeout in 893.271258831 2019-01-03 11:28:07,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:08,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-f93ad5b1-39a4-4ebe-9c8b-a372bdcc281a x-compute-request-id: req-f93ad5b1-39a4-4ebe-9c8b-a372bdcc281a Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:28:02Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:08,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-f93ad5b1-39a4-4ebe-9c8b-a372bdcc281a 2019-01-03 11:28:08,056 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - BUILD 2019-01-03 11:28:08,056 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:11,059 - create_instance - DEBUG - VM status query timeout in 889.240466833 2019-01-03 11:28:11,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:11,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-31cc4284-79d8-4dd0-85a9-f0b43e3aa760 x-compute-request-id: req-31cc4284-79d8-4dd0-85a9-f0b43e3aa760 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:28:02Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:11,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-31cc4284-79d8-4dd0-85a9-f0b43e3aa760 2019-01-03 11:28:11,524 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - BUILD 2019-01-03 11:28:11,524 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:14,527 - create_instance - DEBUG - VM status query timeout in 885.772833824 2019-01-03 11:28:14,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:15,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-1d58f5f9-fd09-4efa-828f-e729f2e91645 x-compute-request-id: req-1d58f5f9-fd09-4efa-828f-e729f2e91645 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b6:02", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:13Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:15,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-1d58f5f9-fd09-4efa-828f-e729f2e91645 2019-01-03 11:28:15,162 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - ACTIVE 2019-01-03 11:28:15,163 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:28:15,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:15,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-a5f19022-218e-4c6f-8888-00d9c91de7a4 x-compute-request-id: req-a5f19022-218e-4c6f-8888-00d9c91de7a4 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b6:02", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:13Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:15,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-a5f19022-218e-4c6f-8888-00d9c91de7a4 2019-01-03 11:28:16,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:16,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f2afb0ce-ebc2-4ca2-a62e-31d0c6a616c1 Date: Thu, 03 Jan 2019 11:28: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":["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"],"updated_at":"2019-01-03T11:27:11Z","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a25a5a486c344f3a1786b67d765238d","id":"0489ab62-cdf6-4396-8791-9c959e078f66","name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2"}]} 2019-01-03 11:28:16,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 used request id req-f2afb0ce-ebc2-4ca2-a62e-31d0c6a616c1 2019-01-03 11:28:16,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:16,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184b9cfa-eb58-4816-9afe-e3e212fdb5a2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:28:16,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-184b9cfa-eb58-4816-9afe-e3e212fdb5a2 2019-01-03 11:28:16,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:16,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7a335cf4-cbcc-4c13-82c5-4daed524c01e Date: Thu, 03 Jan 2019 11:28:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:27:11Z","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":"3a25a5a486c344f3a1786b67d765238d","id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2"}]} 2019-01-03 11:28:16,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-7a335cf4-cbcc-4c13-82c5-4daed524c01e 2019-01-03 11:28:16,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:16,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-fb56668d-8724-4ef1-8330-d1011affaf05 Date: Thu, 03 Jan 2019 11:28:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:28:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.5"}],"id":"155a1215-f101-4e20-859e-a4bca2222514","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:95:b6:02","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:56Z","binding:vnic_type":"normal","device_id":"7956fe27-a0fb-42ef-ad84-7202f3f638be"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.3"}],"id":"293b203e-18da-421a-87d3-a5a910b0f985","security_groups":[],"mac_address":"fa:16:3e:1b:cb:a4","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0489ab62-cdf6-4396-8791-9c959e078f66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":15,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.1"}],"id":"831fb7b4-7a70-4a8a-a9ae-e9ed885404c2","security_groups":["9f17554c-c69a-4495-b43c-c4d803439cb1"],"mac_address":"fa:16:3e:f5:52:7b","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:25Z","binding:vnic_type":"normal","device_id":"609b25f8-fac9-4983-8f2b-f4ca2ac83d53"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.4"}],"id":"a449770d-e612-4610-9617-06c7de5f81d5","security_groups":[],"mac_address":"fa:16:3e:e7:24:ec","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0489ab62-cdf6-4396-8791-9c959e078f66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:27:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f0db2e1-c2c8-44a2-918a-b3346deef7e3","ip_address":"10.200.202.2"}],"id":"d1f1b5a4-7dcd-4521-813b-1ee3b7c2ffd5","security_groups":[],"mac_address":"fa:16:3e:87:0a:80","project_id":"3a25a5a486c344f3a1786b67d765238d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0489ab62-cdf6-4396-8791-9c959e078f66","tenant_id":"3a25a5a486c344f3a1786b67d765238d","created_at":"2019-01-03T11:27:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0489ab62-cdf6-4396-8791-9c959e078f66"}]} 2019-01-03 11:28:16,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-fb56668d-8724-4ef1-8330-d1011affaf05 2019-01-03 11:28:16,508 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2019-01-03 11:28:16,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:17,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-d047a356-818c-4069-91c2-410800ad4227 x-compute-request-id: req-d047a356-818c-4069-91c2-410800ad4227 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:27:47Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:17,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-d047a356-818c-4069-91c2-410800ad4227 2019-01-03 11:28:17,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:28:18,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7515a4ad-b97f-4989-a6a5-1d540884d996 x-compute-request-id: req-7515a4ad-b97f-4989-a6a5-1d540884d996 Content-Encoding: gzip Content-Length: 8109 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 520496602 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.128431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130042] pid_max: default: 32768 minimum: 301\n[ 0.130912] ACPI: Core revision 20150930\n[ 0.132282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133557] Security Framework initialized\n[ 0.134355] Yama: becoming mindful.\n[ 0.135068] AppArmor: AppArmor initialized\n[ 0.135910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137210] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138448] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139619] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140965] Initializing cgroup subsys io\n[ 0.141759] Initializing cgroup subsys memory\n[ 0.142595] Initializing cgroup subsys devices\n[ 0.143438] Initializing cgroup subsys freezer\n[ 0.144286] Initializing cgroup subsys net_cls\n[ 0.145129] Initializing cgroup subsys perf_event\n[ 0.146009] Initializing cgroup subsys net_prio\n[ 0.146862] Initializing cgroup subsys hugetlb\n[ 0.147710] Initializing cgroup subsys pids\n[ 0.148560] CPU: Physical Processor ID: 0\n[ 0.150029] mce: CPU supports 10 MCE banks\n[ 0.150851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151824] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160466] ftrace: allocating 31920 entries in 125 pages\n[ 0.190117] smpboot: Max logical packages: 2\n[ 0.191598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193079] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194408] x2apic enabled\n[ 0.195204] Switched APIC routing to physical x2apic.\n[ 0.197142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203422] KVM setup paravirtual spinlock\n[ 0.205738] x86: Booting SMP configuration:\n[ 0.207320] .... node #0, CPUs: #1\n[ 0.208880] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.230543] x86: Booted up 1 node, 2 CPUs\n[ 0.230545] KVM setup async PF for cpu 1\n[ 0.230548] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.233099] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234566] devtmpfs: initialized\n[ 0.236279] evm: security.selinux\n[ 0.236963] evm: security.SMACK64\n[ 0.237638] evm: security.SMACK64EXEC\n[ 0.238361] evm: security.SMACK64TRANSMUTE\n[ 0.239159] evm: security.SMACK64MMAP\n[ 0.239886] evm: security.ima\n[ 0.240508] evm: security.capability\n[ 0.241312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243132] pinctrl core: initialized pinctrl subsystem\n[ 0.244223] RTC time: 11:27:47, date: 01/03/19\n[ 0.245172] NET: Registered protocol family 16\n[ 0.256183] cpuidle: using governor ladder\n[ 0.268282] cpuidle: using governor menu\n[ 0.269087] PCCT header not found.\n[ 0.269840] ACPI: bus type PCI registered\n[ 0.270624] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271847] PCI: Using configuration type 1 for base access\n[ 0.285238] ACPI: Added _OSI(Module Device)\n[ 0.286078] ACPI: Added _OSI(Processor Device)\n[ 0.286934] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287815] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290092] ACPI: Interpreter enabled\n[ 0.290843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298060] ACPI: (supports S0 S5)\n[ 0.298752] ACPI: Using IOAPIC for interrupt routing\n[ 0.299756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308772] acpiphp: Slot [3] registered\n[ 0.309561] acpiphp: Slot [4] registered\n[ 0.310349] acpiphp: Slot [5] registered\n[ 0.311134] acpiphp: Slot [6] registered\n[ 0.311911] acpiphp: Slot [7] registered\n[ 0.312687] acpiphp: Slot [8] registered\n[ 0.313459] acpiphp: Slot [9] registered\n[ 0.314247] acpiphp: Slot [10] registered\n[ 0.325078] acpiphp: Slot [11] registered\n[ 0.325884] acpiphp: Slot [12] registered\n[ 0.326674] acpiphp: Slot [13] registered\n[ 0.327460] acpiphp: Slot [14] registered\n[ 0.328246] acpiphp: Slot [15] registered\n[ 0.329034] acpiphp: Slot [16] registered\n[ 0.329824] acpiphp: Slot [17] registered\n[ 0.330612] acpiphp: Slot [18] registered\n[ 0.331394] acpiphp: Slot [19] registered\n[ 0.332183] acpiphp: Slot [20] registered\n[ 0.332972] acpiphp: Slot [21] registered\n[ 0.333761] acpiphp: Slot [22] registered\n[ 0.334575] acpiphp: Slot [23] registered\n[ 0.335363] acpiphp: Slot [24] registered\n[ 0.336153] acpiphp: Slot [25] registered\n[ 0.336941] acpiphp: Slot [26] registered\n[ 0.337730] acpiphp: Slot [27] registered\n[ 0.338519] acpiphp: Slot [28] registered\n[ 0.339309] acpiphp: Slot [29] registered\n[ 0.340098] acpiphp: Slot [30] registered\n[ 0.340886] acpiphp: Slot [31] registered\n[ 0.341667] PCI host bridge to bus 0000:00\n[ 0.342451] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343634] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415016] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420845] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422419] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423921] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426110] vgaarb: loaded\n[ 0.426937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428884] SCSI subsystem initialized\n[ 0.430029] ACPI: bus type USB registered\n[ 0.431185] usbcore: registered new interface driver usbfs\n[ 0.432649] usbcore: registered new interface driver hub\n[ 0.434093] usbcore: registered new device driver usb\n[ 0.435603] PCI: Using ACPI for IRQ routing\n[ 0.436959] NetLabel: Initializing\n[ 0.437949] NetLabel: domain hash size = 128\n[ 0.439142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440496] NetLabel: unlabeled traffic allowed by default\n[ 0.442055] clocksource: Switched to clocksource kvm-clock\n[ 0.448487] AppArmor: AppArmor Filesystem Enabled\n[ 0.449824] pnp: PnP ACPI init\n[ 0.450999] pnp: PnP ACPI: found 5 devices\n[ 0.458062] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.459859] NET: Registered protocol family 2\n[ 0.460872] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.462179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.463323] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.464466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465518] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466667] NET: Registered protocol family 1\n[ 0.467518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468592] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469654] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507270] Trying to unpack rootfs image as initramfs...\n[ 0.558283] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572498] Scanning for low memory corruption every 60 seconds\n[ 0.573961] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.575116] audit: initializing netlink subsys (disabled)\n[ 0.576132] audit: type=2000 audit(1546514867.952:1): initialized\n[ 0.577442] Initialise system trusted keyring\n[ 0.578407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581644] zbud: loaded\n[ 0.582379] VFS: Disk quotas dquot_6.6.0\n[ 0.583197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585139] fuse init (API version 7.23)\n[ 0.586072] Key type big_key registered\n[ 0.586870] Allocating IMA MOK and blacklist keyrings.\n[ 0.588362] Key type asymmetric registered\n[ 0.589367] Asymmetric key parser 'x509' registered\n[ 0.590583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.592470] io scheduler noop registered\n[ 0.593446] io scheduler deadline registered (default)\n[ 0.594704] io scheduler cfq registered\n[ 0.595742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.597081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.598693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.600547] ACPI: Power Button [PWRF]\n[ 0.601667] GHES: HEST is not enabled!\n[ 0.620237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.692521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.695700] Linux agpgart interface v0.103\n[ 0.698527] brd: module loaded\n[ 0.700443] loop: module loaded\n[ 0.706671] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708136] GPT:90111 != 20971519\n[ 0.708824] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709895] GPT:90111 != 20971519\n[ 0.710581] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711536] vda: vda1 vda15\n[ 0.713488] scsi host0: ata_piix\n[ 0.714306] scsi host1: ata_piix\n[ 0.715020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.716207] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.717454] libphy: Fixed MDIO Bus: probed\n[ 0.718341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.721465] PPP generic driver version 2.4.2\n[ 0.722381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723679] ehci-pci: EHCI PCI platform driver\n[ 0.724530] ehci-platform: EHCI generic platform driver\n[ 0.725495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.726601] ohci-pci: OHCI PCI platform driver\n[ 0.727453] ohci-platform: OHCI generic platform driver\n[ 0.728419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748272] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749690] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.751790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.754379] usb usb1: Product: UHCI Host Controller\n[ 0.755295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.756406] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757459] hub 1-0:1.0: USB hub found\n[ 0.758233] hub 1-0:1.0: 2 ports detected\n[ 0.759135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.761229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.762191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.763266] mousedev: PS/2 mouse device common for all mice\n[ 0.764546] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766351] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767464] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.768650] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769815] i2c /dev entries driver\n[ 0.770569] device-mapper: uevent: version 1.0.3\n[ 0.771509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773106] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774449] NET: Registered protocol family 10\n[ 0.775872] NET: Registered protocol family 17\n[ 0.776747] Key type dns_resolver registered\n[ 0.777709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780592] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782390] registered taskstats version 1\n[ 0.783217] Loading compiled-in X.509 certificates\n[ 0.784640] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.786446] zswap: loaded using pool lzo/zbud\n[ 0.788127] Key type trusted registered\n[ 0.789861] Key type encrypted registered\n[ 0.790691] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791763] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793000] evm: HMAC attrs: 0x1\n[ 0.794070] Magic number: 3:285:478\n[ 0.794936] rtc rtc0: hash matches\n[ 0.806104] rtc_cmos 00:00: setting system clock to 2019-01-03 11:27:48 UTC (1546514868)\n[ 0.808019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809339] EDD information not available.\n[ 0.875151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.876719] Write protecting the kernel read-only data: 14336k\n[ 0.878340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.880147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.599084] 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.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.56. iid=i-000000b0\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\n"} 2019-01-03 11:28:18,389 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action used request id req-7515a4ad-b97f-4989-a6a5-1d540884d996 2019-01-03 11:28:18,390 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:28:18,391 - 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 520496602 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.128431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130042] pid_max: default: 32768 minimum: 301 [ 0.130912] ACPI: Core revision 20150930 [ 0.132282] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133557] Security Framework initialized [ 0.134355] Yama: becoming mindful. [ 0.135068] AppArmor: AppArmor initialized [ 0.135910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137210] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138448] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.139619] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140965] Initializing cgroup subsys io [ 0.141759] Initializing cgroup subsys memory [ 0.142595] Initializing cgroup subsys devices [ 0.143438] Initializing cgroup subsys freezer [ 0.144286] Initializing cgroup subsys net_cls [ 0.145129] Initializing cgroup subsys perf_event [ 0.146009] Initializing cgroup subsys net_prio [ 0.146862] Initializing cgroup subsys hugetlb [ 0.147710] Initializing cgroup subsys pids [ 0.148560] CPU: Physical Processor ID: 0 [ 0.150029] mce: CPU supports 10 MCE banks [ 0.150851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151824] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160466] ftrace: allocating 31920 entries in 125 pages [ 0.190117] smpboot: Max logical packages: 2 [ 0.191598] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193079] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194408] x2apic enabled [ 0.195204] Switched APIC routing to physical x2apic. [ 0.197142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203422] KVM setup paravirtual spinlock [ 0.205738] x86: Booting SMP configuration: [ 0.207320] .... node #0, CPUs: #1 [ 0.208880] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.230543] x86: Booted up 1 node, 2 CPUs [ 0.230545] KVM setup async PF for cpu 1 [ 0.230548] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.233099] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234566] devtmpfs: initialized [ 0.236279] evm: security.selinux [ 0.236963] evm: security.SMACK64 [ 0.237638] evm: security.SMACK64EXEC [ 0.238361] evm: security.SMACK64TRANSMUTE [ 0.239159] evm: security.SMACK64MMAP [ 0.239886] evm: security.ima [ 0.240508] evm: security.capability [ 0.241312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243132] pinctrl core: initialized pinctrl subsystem [ 0.244223] RTC time: 11:27:47, date: 01/03/19 [ 0.245172] NET: Registered protocol family 16 [ 0.256183] cpuidle: using governor ladder [ 0.268282] cpuidle: using governor menu [ 0.269087] PCCT header not found. [ 0.269840] ACPI: bus type PCI registered [ 0.270624] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.271847] PCI: Using configuration type 1 for base access [ 0.285238] ACPI: Added _OSI(Module Device) [ 0.286078] ACPI: Added _OSI(Processor Device) [ 0.286934] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.287815] ACPI: Added _OSI(Processor Aggregator Device) [ 0.290092] ACPI: Interpreter enabled [ 0.290843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.292639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.294459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298060] ACPI: (supports S0 S5) [ 0.298752] ACPI: Using IOAPIC for interrupt routing [ 0.299756] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.303094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.306581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308772] acpiphp: Slot [3] registered [ 0.309561] acpiphp: Slot [4] registered [ 0.310349] acpiphp: Slot [5] registered [ 0.311134] acpiphp: Slot [6] registered [ 0.311911] acpiphp: Slot [7] registered [ 0.312687] acpiphp: Slot [8] registered [ 0.313459] acpiphp: Slot [9] registered [ 0.314247] acpiphp: Slot [10] registered [ 0.325078] acpiphp: Slot [11] registered [ 0.325884] acpiphp: Slot [12] registered [ 0.326674] acpiphp: Slot [13] registered [ 0.327460] acpiphp: Slot [14] registered [ 0.328246] acpiphp: Slot [15] registered [ 0.329034] acpiphp: Slot [16] registered [ 0.329824] acpiphp: Slot [17] registered [ 0.330612] acpiphp: Slot [18] registered [ 0.331394] acpiphp: Slot [19] registered [ 0.332183] acpiphp: Slot [20] registered [ 0.332972] acpiphp: Slot [21] registered [ 0.333761] acpiphp: Slot [22] registered [ 0.334575] acpiphp: Slot [23] registered [ 0.335363] acpiphp: Slot [24] registered [ 0.336153] acpiphp: Slot [25] registered [ 0.336941] acpiphp: Slot [26] registered [ 0.337730] acpiphp: Slot [27] registered [ 0.338519] acpiphp: Slot [28] registered [ 0.339309] acpiphp: Slot [29] registered [ 0.340098] acpiphp: Slot [30] registered [ 0.340886] acpiphp: Slot [31] registered [ 0.341667] PCI host bridge to bus 0000:00 [ 0.342451] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343634] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.347653] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.353738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.356158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.357390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.363936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.365754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.411211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.413146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.415016] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.420845] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.422419] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.423921] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426110] vgaarb: loaded [ 0.426937] vgaarb: bridge control possible 0000:00:02.0 [ 0.428884] SCSI subsystem initialized [ 0.430029] ACPI: bus type USB registered [ 0.431185] usbcore: registered new interface driver usbfs [ 0.432649] usbcore: registered new interface driver hub [ 0.434093] usbcore: registered new device driver usb [ 0.435603] PCI: Using ACPI for IRQ routing [ 0.436959] NetLabel: Initializing [ 0.437949] NetLabel: domain hash size = 128 [ 0.439142] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.440496] NetLabel: unlabeled traffic allowed by default [ 0.442055] clocksource: Switched to clocksource kvm-clock [ 0.448487] AppArmor: AppArmor Filesystem Enabled [ 0.449824] pnp: PnP ACPI init [ 0.450999] pnp: PnP ACPI: found 5 devices [ 0.458062] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.459859] NET: Registered protocol family 2 [ 0.460872] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.462179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.463323] TCP: Hash tables configured (established 4096 bind 4096) [ 0.464466] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.465518] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466667] NET: Registered protocol family 1 [ 0.467518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.468592] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.469654] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.488329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507270] Trying to unpack rootfs image as initramfs... [ 0.558283] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.572498] Scanning for low memory corruption every 60 seconds [ 0.573961] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.575116] audit: initializing netlink subsys (disabled) [ 0.576132] audit: type=2000 audit(1546514867.952:1): initialized [ 0.577442] Initialise system trusted keyring [ 0.578407] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579557] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581644] zbud: loaded [ 0.582379] VFS: Disk quotas dquot_6.6.0 [ 0.583197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.585139] fuse init (API version 7.23) [ 0.586072] Key type big_key registered [ 0.586870] Allocating IMA MOK and blacklist keyrings. [ 0.588362] Key type asymmetric registered [ 0.589367] Asymmetric key parser 'x509' registered [ 0.590583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.592470] io scheduler noop registered [ 0.593446] io scheduler deadline registered (default) [ 0.594704] io scheduler cfq registered [ 0.595742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.597081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.598693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.600547] ACPI: Power Button [PWRF] [ 0.601667] GHES: HEST is not enabled! [ 0.620237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.668634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.692521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.695700] Linux agpgart interface v0.103 [ 0.698527] brd: module loaded [ 0.700443] loop: module loaded [ 0.706671] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.708136] GPT:90111 != 20971519 [ 0.708824] GPT:Alternate GPT header not at the end of the disk. [ 0.709895] GPT:90111 != 20971519 [ 0.710581] GPT: Use GNU Parted to correct GPT errors. [ 0.711536] vda: vda1 vda15 [ 0.713488] scsi host0: ata_piix [ 0.714306] scsi host1: ata_piix [ 0.715020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.716207] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.717454] libphy: Fixed MDIO Bus: probed [ 0.718341] tun: Universal TUN/TAP device driver, 1.6 [ 0.719351] tun: (C) 1999-2004 Max Krasnyansky [ 0.721465] PPP generic driver version 2.4.2 [ 0.722381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.723679] ehci-pci: EHCI PCI platform driver [ 0.724530] ehci-platform: EHCI generic platform driver [ 0.725495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.726601] ohci-pci: OHCI PCI platform driver [ 0.727453] ohci-platform: OHCI generic platform driver [ 0.728419] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747258] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.748272] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.749690] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.750698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.751790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.752978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.754379] usb usb1: Product: UHCI Host Controller [ 0.755295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.756406] usb usb1: SerialNumber: 0000:00:01.2 [ 0.757459] hub 1-0:1.0: USB hub found [ 0.758233] hub 1-0:1.0: 2 ports detected [ 0.759135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.761229] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.762191] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.763266] mousedev: PS/2 mouse device common for all mice [ 0.764546] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.766351] rtc_cmos 00:00: RTC can wake from S4 [ 0.767464] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.768650] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.769815] i2c /dev entries driver [ 0.770569] device-mapper: uevent: version 1.0.3 [ 0.771509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.773106] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774449] NET: Registered protocol family 10 [ 0.775872] NET: Registered protocol family 17 [ 0.776747] Key type dns_resolver registered [ 0.777709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.778819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.780592] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.782390] registered taskstats version 1 [ 0.783217] Loading compiled-in X.509 certificates [ 0.784640] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.786446] zswap: loaded using pool lzo/zbud [ 0.788127] Key type trusted registered [ 0.789861] Key type encrypted registered [ 0.790691] AppArmor: AppArmor sha1 policy hashing enabled [ 0.791763] ima: No TPM chip found, activating TPM-bypass! [ 0.793000] evm: HMAC attrs: 0x1 [ 0.794070] Magic number: 3:285:478 [ 0.794936] rtc rtc0: hash matches [ 0.806104] rtc_cmos 00:00: setting system clock to 2019-01-03 11:27:48 UTC (1546514868) [ 0.808019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.809339] EDD information not available. [ 0.875151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.876719] Write protecting the kernel read-only data: 14336k [ 0.878340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.880147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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... [ 1.599084] 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.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.56. iid=i-000000b0 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 2019-01-03 11:28:18,391 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2019-01-03 11:28:18,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:18,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d69177e9-8b74-402b-8577-01420045d1f1 x-compute-request-id: req-d69177e9-8b74-402b-8577-01420045d1f1 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b6:02", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:13Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:18,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-d69177e9-8b74-402b-8577-01420045d1f1 2019-01-03 11:28:18,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:28:20,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67063ead-fb2d-4cc5-98c7-7ef9a043a35b x-compute-request-id: req-67063ead-fb2d-4cc5-98c7-7ef9a043a35b Content-Encoding: gzip Content-Length: 8048 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 592495952 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.146677] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148918] pid_max: default: 32768 minimum: 301\n[ 0.150151] ACPI: Core revision 20150930\n[ 0.151771] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153538] Security Framework initialized\n[ 0.154599] Yama: becoming mindful.\n[ 0.155569] AppArmor: AppArmor initialized\n[ 0.156700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158502] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160256] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163687] Initializing cgroup subsys io\n[ 0.164744] Initializing cgroup subsys memory\n[ 0.165874] Initializing cgroup subsys devices\n[ 0.167012] Initializing cgroup subsys freezer\n[ 0.168164] Initializing cgroup subsys net_cls\n[ 0.169314] Initializing cgroup subsys perf_event\n[ 0.170566] Initializing cgroup subsys net_prio\n[ 0.171752] Initializing cgroup subsys hugetlb\n[ 0.172909] Initializing cgroup subsys pids\n[ 0.174046] CPU: Physical Processor ID: 0\n[ 0.175786] mce: CPU supports 10 MCE banks\n[ 0.176876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178235] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187816] ftrace: allocating 31920 entries in 125 pages\n[ 0.214247] smpboot: Max logical packages: 2\n[ 0.215408] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216995] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.218799] x2apic enabled\n[ 0.219797] Switched APIC routing to physical x2apic.\n[ 0.221905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223540] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228817] KVM setup paravirtual spinlock\n[ 0.230498] x86: Booting SMP configuration:\n[ 0.231703] .... node #0, CPUs: #1\n[ 0.232846] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.255131] x86: Booted up 1 node, 2 CPUs\n[ 0.255135] KVM setup async PF for cpu 1\n[ 0.255138] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.258519] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.260511] devtmpfs: initialized\n[ 0.262464] evm: security.selinux\n[ 0.263382] evm: security.SMACK64\n[ 0.264300] evm: security.SMACK64EXEC\n[ 0.265286] evm: security.SMACK64TRANSMUTE\n[ 0.266358] evm: security.SMACK64MMAP\n[ 0.267345] evm: security.ima\n[ 0.268175] evm: security.capability\n[ 0.269273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271792] pinctrl core: initialized pinctrl subsystem\n[ 0.273240] RTC time: 11:28:12, date: 01/03/19\n[ 0.274522] NET: Registered protocol family 16\n[ 0.285188] cpuidle: using governor ladder\n[ 0.297222] cpuidle: using governor menu\n[ 0.298430] PCCT header not found.\n[ 0.299442] ACPI: bus type PCI registered\n[ 0.300466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302147] PCI: Using configuration type 1 for base access\n[ 0.314440] ACPI: Added _OSI(Module Device)\n[ 0.315580] ACPI: Added _OSI(Processor Device)\n[ 0.316685] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317842] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320493] ACPI: Interpreter enabled\n[ 0.321436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330743] ACPI: (supports S0 S5)\n[ 0.331610] ACPI: Using IOAPIC for interrupt routing\n[ 0.332812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338094] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341177] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344169] acpiphp: Slot [3] registered\n[ 0.345188] acpiphp: Slot [4] registered\n[ 0.346115] acpiphp: Slot [5] registered\n[ 0.347082] acpiphp: Slot [6] registered\n[ 0.348064] acpiphp: Slot [7] registered\n[ 0.349016] acpiphp: Slot [8] registered\n[ 0.350014] acpiphp: Slot [9] registered\n[ 0.350988] acpiphp: Slot [10] registered\n[ 0.362034] acpiphp: Slot [11] registered\n[ 0.363042] acpiphp: Slot [12] registered\n[ 0.364032] acpiphp: Slot [13] registered\n[ 0.365034] acpiphp: Slot [14] registered\n[ 0.366099] acpiphp: Slot [15] registered\n[ 0.367144] acpiphp: Slot [16] registered\n[ 0.368221] acpiphp: Slot [17] registered\n[ 0.369261] acpiphp: Slot [18] registered\n[ 0.370302] acpiphp: Slot [19] registered\n[ 0.371372] acpiphp: Slot [20] registered\n[ 0.372474] acpiphp: Slot [21] registered\n[ 0.373522] acpiphp: Slot [22] registered\n[ 0.374567] acpiphp: Slot [23] registered\n[ 0.375586] acpiphp: Slot [24] registered\n[ 0.376624] acpiphp: Slot [25] registered\n[ 0.377652] acpiphp: Slot [26] registered\n[ 0.378700] acpiphp: Slot [27] registered\n[ 0.379720] acpiphp: Slot [28] registered\n[ 0.380728] acpiphp: Slot [29] registered\n[ 0.381728] acpiphp: Slot [30] registered\n[ 0.382751] acpiphp: Slot [31] registered\n[ 0.383767] PCI host bridge to bus 0000:00\n[ 0.384794] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386371] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389778] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391594] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398110] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399714] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.409850] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.411942] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457603] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461214] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.463926] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.465628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.468770] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470102] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.472044] vgaarb: loaded\n[ 0.472801] vgaarb: bridge control possible 0000:00:02.0\n[ 0.474564] SCSI subsystem initialized\n[ 0.475533] ACPI: bus type USB registered\n[ 0.476507] usbcore: registered new interface driver usbfs\n[ 0.477747] usbcore: registered new interface driver hub\n[ 0.478976] usbcore: registered new device driver usb\n[ 0.480342] PCI: Using ACPI for IRQ routing\n[ 0.481612] NetLabel: Initializing\n[ 0.482657] NetLabel: domain hash size = 128\n[ 0.483922] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485329] NetLabel: unlabeled traffic allowed by default\n[ 0.486958] clocksource: Switched to clocksource kvm-clock\n[ 0.494067] AppArmor: AppArmor Filesystem Enabled\n[ 0.495499] pnp: PnP ACPI init\n[ 0.496745] pnp: PnP ACPI: found 5 devices\n[ 0.503908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.506212] NET: Registered protocol family 2\n[ 0.507429] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.509061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515012] NET: Registered protocol family 1\n[ 0.516131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518902] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.537949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557175] Trying to unpack rootfs image as initramfs...\n[ 0.607431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621863] Scanning for low memory corruption every 60 seconds\n[ 0.623503] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.624898] audit: initializing netlink subsys (disabled)\n[ 0.626108] audit: type=2000 audit(1546514893.455:1): initialized\n[ 0.627684] Initialise system trusted keyring\n[ 0.628845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630237] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.632572] zbud: loaded\n[ 0.633413] VFS: Disk quotas dquot_6.6.0\n[ 0.634414] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.636647] fuse init (API version 7.23)\n[ 0.637717] Key type big_key registered\n[ 0.638651] Allocating IMA MOK and blacklist keyrings.\n[ 0.640086] Key type asymmetric registered\n[ 0.641071] Asymmetric key parser 'x509' registered\n[ 0.642195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.643966] io scheduler noop registered\n[ 0.644908] io scheduler deadline registered (default)\n[ 0.646068] io scheduler cfq registered\n[ 0.647050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.649853] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.651593] ACPI: Power Button [PWRF]\n[ 0.652625] GHES: HEST is not enabled!\n[ 0.670897] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.708133] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.734894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.737382] Linux agpgart interface v0.103\n[ 0.739839] brd: module loaded\n[ 0.741792] loop: module loaded\n[ 0.746221] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.748110] GPT:90111 != 20971519\n[ 0.748916] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750587] GPT:90111 != 20971519\n[ 0.751724] GPT: Use GNU Parted to correct GPT errors.\n[ 0.753275] vda: vda1 vda15\n[ 0.755457] scsi host0: ata_piix\n[ 0.756671] scsi host1: ata_piix\n[ 0.757814] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.759893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.761956] libphy: Fixed MDIO Bus: probed\n[ 0.763463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765060] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.767955] PPP generic driver version 2.4.2\n[ 0.769346] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771113] ehci-pci: EHCI PCI platform driver\n[ 0.772051] ehci-platform: EHCI generic platform driver\n[ 0.773068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.774333] ohci-pci: OHCI PCI platform driver\n[ 0.775310] ohci-platform: OHCI generic platform driver\n[ 0.776400] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.795425] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.796626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.798555] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.799751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.801115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.802530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.804320] usb usb1: Product: UHCI Host Controller\n[ 0.805582] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.807054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808167] hub 1-0:1.0: USB hub found\n[ 0.809037] hub 1-0:1.0: 2 ports detected\n[ 0.810059] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.812439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.813528] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.814714] mousedev: PS/2 mouse device common for all mice\n[ 0.816020] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817341] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.818731] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822095] i2c /dev entries driver\n[ 0.823007] device-mapper: uevent: version 1.0.3\n[ 0.824186] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.826047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827626] NET: Registered protocol family 10\n[ 0.834487] NET: Registered protocol family 17\n[ 0.835646] Key type dns_resolver registered\n[ 0.836814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838123] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841442] registered taskstats version 1\n[ 0.842359] Loading compiled-in X.509 certificates\n[ 0.844127] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.846264] zswap: loaded using pool lzo/zbud\n[ 0.848434] Key type trusted registered\n[ 0.850326] Key type encrypted registered\n[ 0.851277] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.852514] ima: No TPM chip found, activating TPM-bypass!\n[ 0.853846] evm: HMAC attrs: 0x1\n[ 0.855019] Magic number: 3:285:478\n[ 0.855927] rtc rtc0: hash matches\n[ 0.867271] rtc_cmos 00:00: setting system clock to 2019-01-03 11:28:13 UTC (1546514893)\n[ 0.869408] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.870746] EDD information not available.\n[ 0.920150] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922223] Write protecting the kernel read-only data: 14336k\n[ 0.924344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.926554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\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 3.69\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... [ 3.957040] random: dd urandom read with 6 bits of entropy available\ndone.\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 3.92. iid=i-000000b3\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: "} 2019-01-03 11:28:20,112 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be/action used request id req-67063ead-fb2d-4cc5-98c7-7ef9a043a35b 2019-01-03 11:28:20,113 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:28:20,114 - 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 592495952 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.146677] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148918] pid_max: default: 32768 minimum: 301 [ 0.150151] ACPI: Core revision 20150930 [ 0.151771] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153538] Security Framework initialized [ 0.154599] Yama: becoming mindful. [ 0.155569] AppArmor: AppArmor initialized [ 0.156700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.158502] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160256] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163687] Initializing cgroup subsys io [ 0.164744] Initializing cgroup subsys memory [ 0.165874] Initializing cgroup subsys devices [ 0.167012] Initializing cgroup subsys freezer [ 0.168164] Initializing cgroup subsys net_cls [ 0.169314] Initializing cgroup subsys perf_event [ 0.170566] Initializing cgroup subsys net_prio [ 0.171752] Initializing cgroup subsys hugetlb [ 0.172909] Initializing cgroup subsys pids [ 0.174046] CPU: Physical Processor ID: 0 [ 0.175786] mce: CPU supports 10 MCE banks [ 0.176876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178235] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187816] ftrace: allocating 31920 entries in 125 pages [ 0.214247] smpboot: Max logical packages: 2 [ 0.215408] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216995] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.218799] x2apic enabled [ 0.219797] Switched APIC routing to physical x2apic. [ 0.221905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223540] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.228817] KVM setup paravirtual spinlock [ 0.230498] x86: Booting SMP configuration: [ 0.231703] .... node #0, CPUs: #1 [ 0.232846] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.255131] x86: Booted up 1 node, 2 CPUs [ 0.255135] KVM setup async PF for cpu 1 [ 0.255138] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.258519] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.260511] devtmpfs: initialized [ 0.262464] evm: security.selinux [ 0.263382] evm: security.SMACK64 [ 0.264300] evm: security.SMACK64EXEC [ 0.265286] evm: security.SMACK64TRANSMUTE [ 0.266358] evm: security.SMACK64MMAP [ 0.267345] evm: security.ima [ 0.268175] evm: security.capability [ 0.269273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.271792] pinctrl core: initialized pinctrl subsystem [ 0.273240] RTC time: 11:28:12, date: 01/03/19 [ 0.274522] NET: Registered protocol family 16 [ 0.285188] cpuidle: using governor ladder [ 0.297222] cpuidle: using governor menu [ 0.298430] PCCT header not found. [ 0.299442] ACPI: bus type PCI registered [ 0.300466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302147] PCI: Using configuration type 1 for base access [ 0.314440] ACPI: Added _OSI(Module Device) [ 0.315580] ACPI: Added _OSI(Processor Device) [ 0.316685] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317842] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320493] ACPI: Interpreter enabled [ 0.321436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.330743] ACPI: (supports S0 S5) [ 0.331610] ACPI: Using IOAPIC for interrupt routing [ 0.332812] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.336659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.338094] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.339645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.341177] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.344169] acpiphp: Slot [3] registered [ 0.345188] acpiphp: Slot [4] registered [ 0.346115] acpiphp: Slot [5] registered [ 0.347082] acpiphp: Slot [6] registered [ 0.348064] acpiphp: Slot [7] registered [ 0.349016] acpiphp: Slot [8] registered [ 0.350014] acpiphp: Slot [9] registered [ 0.350988] acpiphp: Slot [10] registered [ 0.362034] acpiphp: Slot [11] registered [ 0.363042] acpiphp: Slot [12] registered [ 0.364032] acpiphp: Slot [13] registered [ 0.365034] acpiphp: Slot [14] registered [ 0.366099] acpiphp: Slot [15] registered [ 0.367144] acpiphp: Slot [16] registered [ 0.368221] acpiphp: Slot [17] registered [ 0.369261] acpiphp: Slot [18] registered [ 0.370302] acpiphp: Slot [19] registered [ 0.371372] acpiphp: Slot [20] registered [ 0.372474] acpiphp: Slot [21] registered [ 0.373522] acpiphp: Slot [22] registered [ 0.374567] acpiphp: Slot [23] registered [ 0.375586] acpiphp: Slot [24] registered [ 0.376624] acpiphp: Slot [25] registered [ 0.377652] acpiphp: Slot [26] registered [ 0.378700] acpiphp: Slot [27] registered [ 0.379720] acpiphp: Slot [28] registered [ 0.380728] acpiphp: Slot [29] registered [ 0.381728] acpiphp: Slot [30] registered [ 0.382751] acpiphp: Slot [31] registered [ 0.383767] PCI host bridge to bus 0000:00 [ 0.384794] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.386371] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389778] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391594] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398110] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399714] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.401307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.409850] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.411942] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457603] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.461214] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.463926] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.465628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.467351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.468770] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.470102] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.472044] vgaarb: loaded [ 0.472801] vgaarb: bridge control possible 0000:00:02.0 [ 0.474564] SCSI subsystem initialized [ 0.475533] ACPI: bus type USB registered [ 0.476507] usbcore: registered new interface driver usbfs [ 0.477747] usbcore: registered new interface driver hub [ 0.478976] usbcore: registered new device driver usb [ 0.480342] PCI: Using ACPI for IRQ routing [ 0.481612] NetLabel: Initializing [ 0.482657] NetLabel: domain hash size = 128 [ 0.483922] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485329] NetLabel: unlabeled traffic allowed by default [ 0.486958] clocksource: Switched to clocksource kvm-clock [ 0.494067] AppArmor: AppArmor Filesystem Enabled [ 0.495499] pnp: PnP ACPI init [ 0.496745] pnp: PnP ACPI: found 5 devices [ 0.503908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.506212] NET: Registered protocol family 2 [ 0.507429] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.509061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510585] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512140] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515012] NET: Registered protocol family 1 [ 0.516131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517560] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518902] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.537949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.557175] Trying to unpack rootfs image as initramfs... [ 0.607431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.621863] Scanning for low memory corruption every 60 seconds [ 0.623503] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.624898] audit: initializing netlink subsys (disabled) [ 0.626108] audit: type=2000 audit(1546514893.455:1): initialized [ 0.627684] Initialise system trusted keyring [ 0.628845] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630237] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.632572] zbud: loaded [ 0.633413] VFS: Disk quotas dquot_6.6.0 [ 0.634414] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.636647] fuse init (API version 7.23) [ 0.637717] Key type big_key registered [ 0.638651] Allocating IMA MOK and blacklist keyrings. [ 0.640086] Key type asymmetric registered [ 0.641071] Asymmetric key parser 'x509' registered [ 0.642195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643966] io scheduler noop registered [ 0.644908] io scheduler deadline registered (default) [ 0.646068] io scheduler cfq registered [ 0.647050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.649853] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.651593] ACPI: Power Button [PWRF] [ 0.652625] GHES: HEST is not enabled! [ 0.670897] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.708133] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.710595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.734894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.737382] Linux agpgart interface v0.103 [ 0.739839] brd: module loaded [ 0.741792] loop: module loaded [ 0.746221] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.748110] GPT:90111 != 20971519 [ 0.748916] GPT:Alternate GPT header not at the end of the disk. [ 0.750587] GPT:90111 != 20971519 [ 0.751724] GPT: Use GNU Parted to correct GPT errors. [ 0.753275] vda: vda1 vda15 [ 0.755457] scsi host0: ata_piix [ 0.756671] scsi host1: ata_piix [ 0.757814] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.759893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.761956] libphy: Fixed MDIO Bus: probed [ 0.763463] tun: Universal TUN/TAP device driver, 1.6 [ 0.765060] tun: (C) 1999-2004 Max Krasnyansky [ 0.767955] PPP generic driver version 2.4.2 [ 0.769346] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.771113] ehci-pci: EHCI PCI platform driver [ 0.772051] ehci-platform: EHCI generic platform driver [ 0.773068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.774333] ohci-pci: OHCI PCI platform driver [ 0.775310] ohci-platform: OHCI generic platform driver [ 0.776400] uhci_hcd: USB Universal Host Controller Interface driver [ 0.795425] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.796626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.798555] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.799751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.801115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.802530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.804320] usb usb1: Product: UHCI Host Controller [ 0.805582] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.807054] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808167] hub 1-0:1.0: USB hub found [ 0.809037] hub 1-0:1.0: 2 ports detected [ 0.810059] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.812439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.813528] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.814714] mousedev: PS/2 mouse device common for all mice [ 0.816020] rtc_cmos 00:00: RTC can wake from S4 [ 0.817341] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.818731] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822095] i2c /dev entries driver [ 0.823007] device-mapper: uevent: version 1.0.3 [ 0.824186] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.826047] ledtrig-cpu: registered to indicate activity on CPUs [ 0.827626] NET: Registered protocol family 10 [ 0.834487] NET: Registered protocol family 17 [ 0.835646] Key type dns_resolver registered [ 0.836814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838123] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839419] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.841442] registered taskstats version 1 [ 0.842359] Loading compiled-in X.509 certificates [ 0.844127] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.846264] zswap: loaded using pool lzo/zbud [ 0.848434] Key type trusted registered [ 0.850326] Key type encrypted registered [ 0.851277] AppArmor: AppArmor sha1 policy hashing enabled [ 0.852514] ima: No TPM chip found, activating TPM-bypass! [ 0.853846] evm: HMAC attrs: 0x1 [ 0.855019] Magic number: 3:285:478 [ 0.855927] rtc rtc0: hash matches [ 0.867271] rtc_cmos 00:00: setting system clock to 2019-01-03 11:28:13 UTC (1546514893) [ 0.869408] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.870746] EDD information not available. [ 0.920150] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922223] Write protecting the kernel read-only data: 14336k [ 0.924344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.926554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.72 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 3.69 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... [ 3.957040] random: dd urandom read with 6 bits of entropy available 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 3.92. iid=i-000000b3 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: 2019-01-03 11:28:21,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:21,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02b26dbb-83f2-4695-a31f-bcdfeb0afa2f x-compute-request-id: req-02b26dbb-83f2-4695-a31f-bcdfeb0afa2f Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:27:47Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:21,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-02b26dbb-83f2-4695-a31f-bcdfeb0afa2f 2019-01-03 11:28:21,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:28:22,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6081b70-3bd0-4d65-b9c3-ba45a0387c6c x-compute-request-id: req-f6081b70-3bd0-4d65-b9c3-ba45a0387c6c Content-Encoding: gzip Content-Length: 8109 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 520496602 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.128431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130042] pid_max: default: 32768 minimum: 301\n[ 0.130912] ACPI: Core revision 20150930\n[ 0.132282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133557] Security Framework initialized\n[ 0.134355] Yama: becoming mindful.\n[ 0.135068] AppArmor: AppArmor initialized\n[ 0.135910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137210] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138448] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139619] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140965] Initializing cgroup subsys io\n[ 0.141759] Initializing cgroup subsys memory\n[ 0.142595] Initializing cgroup subsys devices\n[ 0.143438] Initializing cgroup subsys freezer\n[ 0.144286] Initializing cgroup subsys net_cls\n[ 0.145129] Initializing cgroup subsys perf_event\n[ 0.146009] Initializing cgroup subsys net_prio\n[ 0.146862] Initializing cgroup subsys hugetlb\n[ 0.147710] Initializing cgroup subsys pids\n[ 0.148560] CPU: Physical Processor ID: 0\n[ 0.150029] mce: CPU supports 10 MCE banks\n[ 0.150851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151824] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160466] ftrace: allocating 31920 entries in 125 pages\n[ 0.190117] smpboot: Max logical packages: 2\n[ 0.191598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193079] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194408] x2apic enabled\n[ 0.195204] Switched APIC routing to physical x2apic.\n[ 0.197142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203422] KVM setup paravirtual spinlock\n[ 0.205738] x86: Booting SMP configuration:\n[ 0.207320] .... node #0, CPUs: #1\n[ 0.208880] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.230543] x86: Booted up 1 node, 2 CPUs\n[ 0.230545] KVM setup async PF for cpu 1\n[ 0.230548] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.233099] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234566] devtmpfs: initialized\n[ 0.236279] evm: security.selinux\n[ 0.236963] evm: security.SMACK64\n[ 0.237638] evm: security.SMACK64EXEC\n[ 0.238361] evm: security.SMACK64TRANSMUTE\n[ 0.239159] evm: security.SMACK64MMAP\n[ 0.239886] evm: security.ima\n[ 0.240508] evm: security.capability\n[ 0.241312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243132] pinctrl core: initialized pinctrl subsystem\n[ 0.244223] RTC time: 11:27:47, date: 01/03/19\n[ 0.245172] NET: Registered protocol family 16\n[ 0.256183] cpuidle: using governor ladder\n[ 0.268282] cpuidle: using governor menu\n[ 0.269087] PCCT header not found.\n[ 0.269840] ACPI: bus type PCI registered\n[ 0.270624] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271847] PCI: Using configuration type 1 for base access\n[ 0.285238] ACPI: Added _OSI(Module Device)\n[ 0.286078] ACPI: Added _OSI(Processor Device)\n[ 0.286934] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287815] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290092] ACPI: Interpreter enabled\n[ 0.290843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298060] ACPI: (supports S0 S5)\n[ 0.298752] ACPI: Using IOAPIC for interrupt routing\n[ 0.299756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308772] acpiphp: Slot [3] registered\n[ 0.309561] acpiphp: Slot [4] registered\n[ 0.310349] acpiphp: Slot [5] registered\n[ 0.311134] acpiphp: Slot [6] registered\n[ 0.311911] acpiphp: Slot [7] registered\n[ 0.312687] acpiphp: Slot [8] registered\n[ 0.313459] acpiphp: Slot [9] registered\n[ 0.314247] acpiphp: Slot [10] registered\n[ 0.325078] acpiphp: Slot [11] registered\n[ 0.325884] acpiphp: Slot [12] registered\n[ 0.326674] acpiphp: Slot [13] registered\n[ 0.327460] acpiphp: Slot [14] registered\n[ 0.328246] acpiphp: Slot [15] registered\n[ 0.329034] acpiphp: Slot [16] registered\n[ 0.329824] acpiphp: Slot [17] registered\n[ 0.330612] acpiphp: Slot [18] registered\n[ 0.331394] acpiphp: Slot [19] registered\n[ 0.332183] acpiphp: Slot [20] registered\n[ 0.332972] acpiphp: Slot [21] registered\n[ 0.333761] acpiphp: Slot [22] registered\n[ 0.334575] acpiphp: Slot [23] registered\n[ 0.335363] acpiphp: Slot [24] registered\n[ 0.336153] acpiphp: Slot [25] registered\n[ 0.336941] acpiphp: Slot [26] registered\n[ 0.337730] acpiphp: Slot [27] registered\n[ 0.338519] acpiphp: Slot [28] registered\n[ 0.339309] acpiphp: Slot [29] registered\n[ 0.340098] acpiphp: Slot [30] registered\n[ 0.340886] acpiphp: Slot [31] registered\n[ 0.341667] PCI host bridge to bus 0000:00\n[ 0.342451] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343634] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415016] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420845] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422419] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423921] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426110] vgaarb: loaded\n[ 0.426937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428884] SCSI subsystem initialized\n[ 0.430029] ACPI: bus type USB registered\n[ 0.431185] usbcore: registered new interface driver usbfs\n[ 0.432649] usbcore: registered new interface driver hub\n[ 0.434093] usbcore: registered new device driver usb\n[ 0.435603] PCI: Using ACPI for IRQ routing\n[ 0.436959] NetLabel: Initializing\n[ 0.437949] NetLabel: domain hash size = 128\n[ 0.439142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440496] NetLabel: unlabeled traffic allowed by default\n[ 0.442055] clocksource: Switched to clocksource kvm-clock\n[ 0.448487] AppArmor: AppArmor Filesystem Enabled\n[ 0.449824] pnp: PnP ACPI init\n[ 0.450999] pnp: PnP ACPI: found 5 devices\n[ 0.458062] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.459859] NET: Registered protocol family 2\n[ 0.460872] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.462179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.463323] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.464466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465518] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466667] NET: Registered protocol family 1\n[ 0.467518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468592] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469654] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507270] Trying to unpack rootfs image as initramfs...\n[ 0.558283] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572498] Scanning for low memory corruption every 60 seconds\n[ 0.573961] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.575116] audit: initializing netlink subsys (disabled)\n[ 0.576132] audit: type=2000 audit(1546514867.952:1): initialized\n[ 0.577442] Initialise system trusted keyring\n[ 0.578407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581644] zbud: loaded\n[ 0.582379] VFS: Disk quotas dquot_6.6.0\n[ 0.583197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585139] fuse init (API version 7.23)\n[ 0.586072] Key type big_key registered\n[ 0.586870] Allocating IMA MOK and blacklist keyrings.\n[ 0.588362] Key type asymmetric registered\n[ 0.589367] Asymmetric key parser 'x509' registered\n[ 0.590583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.592470] io scheduler noop registered\n[ 0.593446] io scheduler deadline registered (default)\n[ 0.594704] io scheduler cfq registered\n[ 0.595742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.597081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.598693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.600547] ACPI: Power Button [PWRF]\n[ 0.601667] GHES: HEST is not enabled!\n[ 0.620237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.692521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.695700] Linux agpgart interface v0.103\n[ 0.698527] brd: module loaded\n[ 0.700443] loop: module loaded\n[ 0.706671] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708136] GPT:90111 != 20971519\n[ 0.708824] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709895] GPT:90111 != 20971519\n[ 0.710581] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711536] vda: vda1 vda15\n[ 0.713488] scsi host0: ata_piix\n[ 0.714306] scsi host1: ata_piix\n[ 0.715020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.716207] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.717454] libphy: Fixed MDIO Bus: probed\n[ 0.718341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.721465] PPP generic driver version 2.4.2\n[ 0.722381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723679] ehci-pci: EHCI PCI platform driver\n[ 0.724530] ehci-platform: EHCI generic platform driver\n[ 0.725495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.726601] ohci-pci: OHCI PCI platform driver\n[ 0.727453] ohci-platform: OHCI generic platform driver\n[ 0.728419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748272] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749690] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.751790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.754379] usb usb1: Product: UHCI Host Controller\n[ 0.755295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.756406] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757459] hub 1-0:1.0: USB hub found\n[ 0.758233] hub 1-0:1.0: 2 ports detected\n[ 0.759135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.761229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.762191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.763266] mousedev: PS/2 mouse device common for all mice\n[ 0.764546] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766351] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767464] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.768650] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769815] i2c /dev entries driver\n[ 0.770569] device-mapper: uevent: version 1.0.3\n[ 0.771509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773106] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774449] NET: Registered protocol family 10\n[ 0.775872] NET: Registered protocol family 17\n[ 0.776747] Key type dns_resolver registered\n[ 0.777709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780592] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782390] registered taskstats version 1\n[ 0.783217] Loading compiled-in X.509 certificates\n[ 0.784640] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.786446] zswap: loaded using pool lzo/zbud\n[ 0.788127] Key type trusted registered\n[ 0.789861] Key type encrypted registered\n[ 0.790691] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791763] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793000] evm: HMAC attrs: 0x1\n[ 0.794070] Magic number: 3:285:478\n[ 0.794936] rtc rtc0: hash matches\n[ 0.806104] rtc_cmos 00:00: setting system clock to 2019-01-03 11:27:48 UTC (1546514868)\n[ 0.808019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809339] EDD information not available.\n[ 0.875151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.876719] Write protecting the kernel read-only data: 14336k\n[ 0.878340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.880147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.599084] 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.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.56. iid=i-000000b0\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\n"} 2019-01-03 11:28:22,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action used request id req-f6081b70-3bd0-4d65-b9c3-ba45a0387c6c 2019-01-03 11:28:23,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:24,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-92a7980a-cb4c-4eea-87a2-123ed5d03194 x-compute-request-id: req-92a7980a-cb4c-4eea-87a2-123ed5d03194 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:27:47Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:24,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-92a7980a-cb4c-4eea-87a2-123ed5d03194 2019-01-03 11:28:24,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:28:25,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-b96b1514-8dcf-4e86-bf73-8cf71359cad0 x-compute-request-id: req-b96b1514-8dcf-4e86-bf73-8cf71359cad0 Content-Encoding: gzip Content-Length: 9636 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 520496602 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.128431] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130042] pid_max: default: 32768 minimum: 301\n[ 0.130912] ACPI: Core revision 20150930\n[ 0.132282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133557] Security Framework initialized\n[ 0.134355] Yama: becoming mindful.\n[ 0.135068] AppArmor: AppArmor initialized\n[ 0.135910] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137210] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138448] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139619] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140965] Initializing cgroup subsys io\n[ 0.141759] Initializing cgroup subsys memory\n[ 0.142595] Initializing cgroup subsys devices\n[ 0.143438] Initializing cgroup subsys freezer\n[ 0.144286] Initializing cgroup subsys net_cls\n[ 0.145129] Initializing cgroup subsys perf_event\n[ 0.146009] Initializing cgroup subsys net_prio\n[ 0.146862] Initializing cgroup subsys hugetlb\n[ 0.147710] Initializing cgroup subsys pids\n[ 0.148560] CPU: Physical Processor ID: 0\n[ 0.150029] mce: CPU supports 10 MCE banks\n[ 0.150851] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151824] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154069] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160466] ftrace: allocating 31920 entries in 125 pages\n[ 0.190117] smpboot: Max logical packages: 2\n[ 0.191598] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193079] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194408] x2apic enabled\n[ 0.195204] Switched APIC routing to physical x2apic.\n[ 0.197142] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198959] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203422] KVM setup paravirtual spinlock\n[ 0.205738] x86: Booting SMP configuration:\n[ 0.207320] .... node #0, CPUs: #1\n[ 0.208880] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.230543] x86: Booted up 1 node, 2 CPUs\n[ 0.230545] KVM setup async PF for cpu 1\n[ 0.230548] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.233099] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234566] devtmpfs: initialized\n[ 0.236279] evm: security.selinux\n[ 0.236963] evm: security.SMACK64\n[ 0.237638] evm: security.SMACK64EXEC\n[ 0.238361] evm: security.SMACK64TRANSMUTE\n[ 0.239159] evm: security.SMACK64MMAP\n[ 0.239886] evm: security.ima\n[ 0.240508] evm: security.capability\n[ 0.241312] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243132] pinctrl core: initialized pinctrl subsystem\n[ 0.244223] RTC time: 11:27:47, date: 01/03/19\n[ 0.245172] NET: Registered protocol family 16\n[ 0.256183] cpuidle: using governor ladder\n[ 0.268282] cpuidle: using governor menu\n[ 0.269087] PCCT header not found.\n[ 0.269840] ACPI: bus type PCI registered\n[ 0.270624] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271847] PCI: Using configuration type 1 for base access\n[ 0.285238] ACPI: Added _OSI(Module Device)\n[ 0.286078] ACPI: Added _OSI(Processor Device)\n[ 0.286934] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287815] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.290092] ACPI: Interpreter enabled\n[ 0.290843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294459] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298060] ACPI: (supports S0 S5)\n[ 0.298752] ACPI: Using IOAPIC for interrupt routing\n[ 0.299756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303094] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304219] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305415] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.306581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308772] acpiphp: Slot [3] registered\n[ 0.309561] acpiphp: Slot [4] registered\n[ 0.310349] acpiphp: Slot [5] registered\n[ 0.311134] acpiphp: Slot [6] registered\n[ 0.311911] acpiphp: Slot [7] registered\n[ 0.312687] acpiphp: Slot [8] registered\n[ 0.313459] acpiphp: Slot [9] registered\n[ 0.314247] acpiphp: Slot [10] registered\n[ 0.325078] acpiphp: Slot [11] registered\n[ 0.325884] acpiphp: Slot [12] registered\n[ 0.326674] acpiphp: Slot [13] registered\n[ 0.327460] acpiphp: Slot [14] registered\n[ 0.328246] acpiphp: Slot [15] registered\n[ 0.329034] acpiphp: Slot [16] registered\n[ 0.329824] acpiphp: Slot [17] registered\n[ 0.330612] acpiphp: Slot [18] registered\n[ 0.331394] acpiphp: Slot [19] registered\n[ 0.332183] acpiphp: Slot [20] registered\n[ 0.332972] acpiphp: Slot [21] registered\n[ 0.333761] acpiphp: Slot [22] registered\n[ 0.334575] acpiphp: Slot [23] registered\n[ 0.335363] acpiphp: Slot [24] registered\n[ 0.336153] acpiphp: Slot [25] registered\n[ 0.336941] acpiphp: Slot [26] registered\n[ 0.337730] acpiphp: Slot [27] registered\n[ 0.338519] acpiphp: Slot [28] registered\n[ 0.339309] acpiphp: Slot [29] registered\n[ 0.340098] acpiphp: Slot [30] registered\n[ 0.340886] acpiphp: Slot [31] registered\n[ 0.341667] PCI host bridge to bus 0000:00\n[ 0.342451] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343634] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347653] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353738] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.356158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357390] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363936] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.365754] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.411211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.413146] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.415016] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.416877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419047] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.420845] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422419] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423921] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426110] vgaarb: loaded\n[ 0.426937] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428884] SCSI subsystem initialized\n[ 0.430029] ACPI: bus type USB registered\n[ 0.431185] usbcore: registered new interface driver usbfs\n[ 0.432649] usbcore: registered new interface driver hub\n[ 0.434093] usbcore: registered new device driver usb\n[ 0.435603] PCI: Using ACPI for IRQ routing\n[ 0.436959] NetLabel: Initializing\n[ 0.437949] NetLabel: domain hash size = 128\n[ 0.439142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.440496] NetLabel: unlabeled traffic allowed by default\n[ 0.442055] clocksource: Switched to clocksource kvm-clock\n[ 0.448487] AppArmor: AppArmor Filesystem Enabled\n[ 0.449824] pnp: PnP ACPI init\n[ 0.450999] pnp: PnP ACPI: found 5 devices\n[ 0.458062] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.459859] NET: Registered protocol family 2\n[ 0.460872] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.462179] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.463323] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.464466] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465518] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466667] NET: Registered protocol family 1\n[ 0.467518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468592] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469654] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488329] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507270] Trying to unpack rootfs image as initramfs...\n[ 0.558283] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.572498] Scanning for low memory corruption every 60 seconds\n[ 0.573961] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.575116] audit: initializing netlink subsys (disabled)\n[ 0.576132] audit: type=2000 audit(1546514867.952:1): initialized\n[ 0.577442] Initialise system trusted keyring\n[ 0.578407] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579557] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581644] zbud: loaded\n[ 0.582379] VFS: Disk quotas dquot_6.6.0\n[ 0.583197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585139] fuse init (API version 7.23)\n[ 0.586072] Key type big_key registered\n[ 0.586870] Allocating IMA MOK and blacklist keyrings.\n[ 0.588362] Key type asymmetric registered\n[ 0.589367] Asymmetric key parser 'x509' registered\n[ 0.590583] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.592470] io scheduler noop registered\n[ 0.593446] io scheduler deadline registered (default)\n[ 0.594704] io scheduler cfq registered\n[ 0.595742] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.597081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.598693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.600547] ACPI: Power Button [PWRF]\n[ 0.601667] GHES: HEST is not enabled!\n[ 0.620237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664786] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.668634] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.692521] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.695700] Linux agpgart interface v0.103\n[ 0.698527] brd: module loaded\n[ 0.700443] loop: module loaded\n[ 0.706671] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708136] GPT:90111 != 20971519\n[ 0.708824] GPT:Alternate GPT header not at the end of the disk.\n[ 0.709895] GPT:90111 != 20971519\n[ 0.710581] GPT: Use GNU Parted to correct GPT errors.\n[ 0.711536] vda: vda1 vda15\n[ 0.713488] scsi host0: ata_piix\n[ 0.714306] scsi host1: ata_piix\n[ 0.715020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.716207] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.717454] libphy: Fixed MDIO Bus: probed\n[ 0.718341] tun: Universal TUN/TAP device driver, 1.6\n[ 0.719351] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.721465] PPP generic driver version 2.4.2\n[ 0.722381] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.723679] ehci-pci: EHCI PCI platform driver\n[ 0.724530] ehci-platform: EHCI generic platform driver\n[ 0.725495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.726601] ohci-pci: OHCI PCI platform driver\n[ 0.727453] ohci-platform: OHCI generic platform driver\n[ 0.728419] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747258] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.748272] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.749690] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.750698] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.751790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.752978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.754379] usb usb1: Product: UHCI Host Controller\n[ 0.755295] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.756406] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.757459] hub 1-0:1.0: USB hub found\n[ 0.758233] hub 1-0:1.0: 2 ports detected\n[ 0.759135] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.761229] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.762191] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.763266] mousedev: PS/2 mouse device common for all mice\n[ 0.764546] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.766351] rtc_cmos 00:00: RTC can wake from S4\n[ 0.767464] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.768650] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769815] i2c /dev entries driver\n[ 0.770569] device-mapper: uevent: version 1.0.3\n[ 0.771509] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773106] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774449] NET: Registered protocol family 10\n[ 0.775872] NET: Registered protocol family 17\n[ 0.776747] Key type dns_resolver registered\n[ 0.777709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780592] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.782390] registered taskstats version 1\n[ 0.783217] Loading compiled-in X.509 certificates\n[ 0.784640] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.786446] zswap: loaded using pool lzo/zbud\n[ 0.788127] Key type trusted registered\n[ 0.789861] Key type encrypted registered\n[ 0.790691] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791763] ima: No TPM chip found, activating TPM-bypass!\n[ 0.793000] evm: HMAC attrs: 0x1\n[ 0.794070] Magic number: 3:285:478\n[ 0.794936] rtc rtc0: hash matches\n[ 0.806104] rtc_cmos 00:00: setting system clock to 2019-01-03 11:27:48 UTC (1546514868)\n[ 0.808019] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809339] EDD information not available.\n[ 0.875151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.876719] Write protecting the kernel read-only data: 14336k\n[ 0.878340] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.880147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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... [ 1.599084] 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.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.56. iid=i-000000b0\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 KO\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDSyUz6R26xDrUfCmHB8e1NJxHzHQi5QQ5Zqbn5zgOfA9JMHzqU1bmQLC2VMwo5XvvjSsW3BhdcxhrhI+TwAyyD39J5DvdTmOlYL8Q2n8b4+Ust7BEy1q6a68nNtNKpDqdG4AgPu6YR21zWt54c7/M2y8Qjr00oGHVA/2FL52ZFKcI83XbrMRa/XCxr4OqjLlEN9NiQTe7ACN7/Vm46A92PbidtE9t0Hx3Y/PMS6Xm6g5V3iEZPsP/OvsOFKjU1RNmJ3SZcOMTu0uL0xzhi7QiW9kZF89/qZMrnXsTQA4JlQF/q6odhIW3b9a1ZXQbaPVag0h577z1eVKEwSm4/m0m9 root@createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\nssh-dss AAAAB3NzaC1kc3MAAACBAMwNO7QWAJHg38u6pELkZy8+jkp5pSCUNx6LN5fue6TGeWc/sKWm5gGZ1TcbrOmJwpS+IcdF50H/CV6GCflo1ytEHNuv/7K5XnTDzsZCk5f8CYzntW/iry7kN+uFSQ7CGmAQ3MauAnqyV52OnQKRHA4fLKBGoNSJRHeQbUlR069PAAAAFQDaZsJJaiHkSQDYBnSnJRZvIHqw/wAAAIAZRgRHmjFFsRQQ3wcCmFGehGY8J347zramxCwlAVjE+InKvwBT+8JX/fzIr5w+u5FMg+tmRV3Ewa1IhD4aAPBmklHokZNfaN5ytew+TXuywXbOaLaTHO6HT6VI02BvVe50AaSSK3goBSwR8L+lqCSEWsRiOYThIhBiYrYhzjvB9QAAAIAFC+Nz55hqA4TM1FzY1Jswl/YzHJMu9L7HaFxy/S1B3nTEomBhpYkhppv2jHePKpuJzj4Tq7yWorJuKMD2ntTp+LTdj+0Aq079IrYHg+kaVhJ9MkuznZPxpBSFgFweKdw7b5blDHkfBAnwJF6Z8DuNVjvk5nOl5HHmKnwibe5S/w== root@createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\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:fe6a:5cfc/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.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-000000b0\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=36.71 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2 login: "} 2019-01-03 11:28:25,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666/action used request id req-b96b1514-8dcf-4e86-bf73-8cf71359cad0 2019-01-03 11:28:26,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:27,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4e20fa0-f221-42b3-a4f4-0f33b9a8e9a0 x-compute-request-id: req-d4e20fa0-f221-42b3-a4f4-0f33b9a8e9a0 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b6:02", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "security_groups": [{"name": "default"}], "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:13Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:27,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-d4e20fa0-f221-42b3-a4f4-0f33b9a8e9a0 2019-01-03 11:28:27,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:28:28,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-5b3b796e-9d63-4396-99ce-2ba8bf57a992 x-compute-request-id: req-5b3b796e-9d63-4396-99ce-2ba8bf57a992 Content-Encoding: gzip Content-Length: 9638 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 592495952 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.146677] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148918] pid_max: default: 32768 minimum: 301\n[ 0.150151] ACPI: Core revision 20150930\n[ 0.151771] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153538] Security Framework initialized\n[ 0.154599] Yama: becoming mindful.\n[ 0.155569] AppArmor: AppArmor initialized\n[ 0.156700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158502] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160256] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163687] Initializing cgroup subsys io\n[ 0.164744] Initializing cgroup subsys memory\n[ 0.165874] Initializing cgroup subsys devices\n[ 0.167012] Initializing cgroup subsys freezer\n[ 0.168164] Initializing cgroup subsys net_cls\n[ 0.169314] Initializing cgroup subsys perf_event\n[ 0.170566] Initializing cgroup subsys net_prio\n[ 0.171752] Initializing cgroup subsys hugetlb\n[ 0.172909] Initializing cgroup subsys pids\n[ 0.174046] CPU: Physical Processor ID: 0\n[ 0.175786] mce: CPU supports 10 MCE banks\n[ 0.176876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178235] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180895] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187816] ftrace: allocating 31920 entries in 125 pages\n[ 0.214247] smpboot: Max logical packages: 2\n[ 0.215408] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216995] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.218799] x2apic enabled\n[ 0.219797] Switched APIC routing to physical x2apic.\n[ 0.221905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223540] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226320] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228817] KVM setup paravirtual spinlock\n[ 0.230498] x86: Booting SMP configuration:\n[ 0.231703] .... node #0, CPUs: #1\n[ 0.232846] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.255131] x86: Booted up 1 node, 2 CPUs\n[ 0.255135] KVM setup async PF for cpu 1\n[ 0.255138] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.258519] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.260511] devtmpfs: initialized\n[ 0.262464] evm: security.selinux\n[ 0.263382] evm: security.SMACK64\n[ 0.264300] evm: security.SMACK64EXEC\n[ 0.265286] evm: security.SMACK64TRANSMUTE\n[ 0.266358] evm: security.SMACK64MMAP\n[ 0.267345] evm: security.ima\n[ 0.268175] evm: security.capability\n[ 0.269273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.271792] pinctrl core: initialized pinctrl subsystem\n[ 0.273240] RTC time: 11:28:12, date: 01/03/19\n[ 0.274522] NET: Registered protocol family 16\n[ 0.285188] cpuidle: using governor ladder\n[ 0.297222] cpuidle: using governor menu\n[ 0.298430] PCCT header not found.\n[ 0.299442] ACPI: bus type PCI registered\n[ 0.300466] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302147] PCI: Using configuration type 1 for base access\n[ 0.314440] ACPI: Added _OSI(Module Device)\n[ 0.315580] ACPI: Added _OSI(Processor Device)\n[ 0.316685] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317842] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320493] ACPI: Interpreter enabled\n[ 0.321436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.330743] ACPI: (supports S0 S5)\n[ 0.331610] ACPI: Using IOAPIC for interrupt routing\n[ 0.332812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.336659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.338094] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.339645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.341177] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.344169] acpiphp: Slot [3] registered\n[ 0.345188] acpiphp: Slot [4] registered\n[ 0.346115] acpiphp: Slot [5] registered\n[ 0.347082] acpiphp: Slot [6] registered\n[ 0.348064] acpiphp: Slot [7] registered\n[ 0.349016] acpiphp: Slot [8] registered\n[ 0.350014] acpiphp: Slot [9] registered\n[ 0.350988] acpiphp: Slot [10] registered\n[ 0.362034] acpiphp: Slot [11] registered\n[ 0.363042] acpiphp: Slot [12] registered\n[ 0.364032] acpiphp: Slot [13] registered\n[ 0.365034] acpiphp: Slot [14] registered\n[ 0.366099] acpiphp: Slot [15] registered\n[ 0.367144] acpiphp: Slot [16] registered\n[ 0.368221] acpiphp: Slot [17] registered\n[ 0.369261] acpiphp: Slot [18] registered\n[ 0.370302] acpiphp: Slot [19] registered\n[ 0.371372] acpiphp: Slot [20] registered\n[ 0.372474] acpiphp: Slot [21] registered\n[ 0.373522] acpiphp: Slot [22] registered\n[ 0.374567] acpiphp: Slot [23] registered\n[ 0.375586] acpiphp: Slot [24] registered\n[ 0.376624] acpiphp: Slot [25] registered\n[ 0.377652] acpiphp: Slot [26] registered\n[ 0.378700] acpiphp: Slot [27] registered\n[ 0.379720] acpiphp: Slot [28] registered\n[ 0.380728] acpiphp: Slot [29] registered\n[ 0.381728] acpiphp: Slot [30] registered\n[ 0.382751] acpiphp: Slot [31] registered\n[ 0.383767] PCI host bridge to bus 0000:00\n[ 0.384794] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386371] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389778] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391594] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398110] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399714] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401307] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402984] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.409850] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.411942] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457603] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459462] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461214] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.463926] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.465628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.468770] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.470102] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.472044] vgaarb: loaded\n[ 0.472801] vgaarb: bridge control possible 0000:00:02.0\n[ 0.474564] SCSI subsystem initialized\n[ 0.475533] ACPI: bus type USB registered\n[ 0.476507] usbcore: registered new interface driver usbfs\n[ 0.477747] usbcore: registered new interface driver hub\n[ 0.478976] usbcore: registered new device driver usb\n[ 0.480342] PCI: Using ACPI for IRQ routing\n[ 0.481612] NetLabel: Initializing\n[ 0.482657] NetLabel: domain hash size = 128\n[ 0.483922] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485329] NetLabel: unlabeled traffic allowed by default\n[ 0.486958] clocksource: Switched to clocksource kvm-clock\n[ 0.494067] AppArmor: AppArmor Filesystem Enabled\n[ 0.495499] pnp: PnP ACPI init\n[ 0.496745] pnp: PnP ACPI: found 5 devices\n[ 0.503908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.506212] NET: Registered protocol family 2\n[ 0.507429] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.509061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512140] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513563] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515012] NET: Registered protocol family 1\n[ 0.516131] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517560] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518902] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.537949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.557175] Trying to unpack rootfs image as initramfs...\n[ 0.607431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.621863] Scanning for low memory corruption every 60 seconds\n[ 0.623503] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.624898] audit: initializing netlink subsys (disabled)\n[ 0.626108] audit: type=2000 audit(1546514893.455:1): initialized\n[ 0.627684] Initialise system trusted keyring\n[ 0.628845] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630237] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.632572] zbud: loaded\n[ 0.633413] VFS: Disk quotas dquot_6.6.0\n[ 0.634414] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.636647] fuse init (API version 7.23)\n[ 0.637717] Key type big_key registered\n[ 0.638651] Allocating IMA MOK and blacklist keyrings.\n[ 0.640086] Key type asymmetric registered\n[ 0.641071] Asymmetric key parser 'x509' registered\n[ 0.642195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.643966] io scheduler noop registered\n[ 0.644908] io scheduler deadline registered (default)\n[ 0.646068] io scheduler cfq registered\n[ 0.647050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.649853] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.651593] ACPI: Power Button [PWRF]\n[ 0.652625] GHES: HEST is not enabled!\n[ 0.670897] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.708133] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.734894] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.737382] Linux agpgart interface v0.103\n[ 0.739839] brd: module loaded\n[ 0.741792] loop: module loaded\n[ 0.746221] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.748110] GPT:90111 != 20971519\n[ 0.748916] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750587] GPT:90111 != 20971519\n[ 0.751724] GPT: Use GNU Parted to correct GPT errors.\n[ 0.753275] vda: vda1 vda15\n[ 0.755457] scsi host0: ata_piix\n[ 0.756671] scsi host1: ata_piix\n[ 0.757814] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.759893] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.761956] libphy: Fixed MDIO Bus: probed\n[ 0.763463] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765060] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.767955] PPP generic driver version 2.4.2\n[ 0.769346] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.771113] ehci-pci: EHCI PCI platform driver\n[ 0.772051] ehci-platform: EHCI generic platform driver\n[ 0.773068] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.774333] ohci-pci: OHCI PCI platform driver\n[ 0.775310] ohci-platform: OHCI generic platform driver\n[ 0.776400] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.795425] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.796626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.798555] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.799751] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.801115] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.802530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.804320] usb usb1: Product: UHCI Host Controller\n[ 0.805582] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.807054] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808167] hub 1-0:1.0: USB hub found\n[ 0.809037] hub 1-0:1.0: 2 ports detected\n[ 0.810059] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.812439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.813528] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.814714] mousedev: PS/2 mouse device common for all mice\n[ 0.816020] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817341] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.818731] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820690] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822095] i2c /dev entries driver\n[ 0.823007] device-mapper: uevent: version 1.0.3\n[ 0.824186] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.826047] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.827626] NET: Registered protocol family 10\n[ 0.834487] NET: Registered protocol family 17\n[ 0.835646] Key type dns_resolver registered\n[ 0.836814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838123] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841442] registered taskstats version 1\n[ 0.842359] Loading compiled-in X.509 certificates\n[ 0.844127] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.846264] zswap: loaded using pool lzo/zbud\n[ 0.848434] Key type trusted registered\n[ 0.850326] Key type encrypted registered\n[ 0.851277] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.852514] ima: No TPM chip found, activating TPM-bypass!\n[ 0.853846] evm: HMAC attrs: 0x1\n[ 0.855019] Magic number: 3:285:478\n[ 0.855927] rtc rtc0: hash matches\n[ 0.867271] rtc_cmos 00:00: setting system clock to 2019-01-03 11:28:13 UTC (1546514893)\n[ 0.869408] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.870746] EDD information not available.\n[ 0.920150] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922223] Write protecting the kernel read-only data: 14336k\n[ 0.924344] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.926554] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\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 3.69\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... [ 3.957040] random: dd urandom read with 6 bits of entropy available\ndone.\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 3.92. iid=i-000000b3\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCK3rqQBORMRXpc4LdPjB6bO8HRTfXa6l6clSSzwJuwfY9EDgjjCJyyZWvcqjSZLH25O7jrTg4OgNoTA1pk9BORkdfTgJPOAJI+YmUhkN2CdYnNTnCntzCx3fqrnyXQaezpuAJpDEEL6PnEh8flhttSXjmkSzxaEPwfzEeXvx4sFPcrhpqOymZV5ywu5ww3KYW8O9arAahV5D7QI6/4rnveh+rns3Cg0PpI+DoM7UJ6gSru06gRgyzgyun7MZVeOaJllSXr0NH7WTGX4ubTNgsT5SBI2CQtUTZ/E6w2EY/83ZQmXpsvGiNimL+GxSS9vXb94n64HJMFoavM5dneHVq/ root@createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\nssh-dss AAAAB3NzaC1kc3MAAACBAMNJsL4dhP5VNAElaa03fW9WgFmbA7NOquTlamFdhfNDiyVyQV62trr3rgKBYuGlSGl3EAbInvkwvhqy9Su8F8pvH4ZdANVm7OfH0bMK6bO4nrVLc2ED4o3rH2c7vguV9RE9weVYrxXaCMmYSvLqkhiWicLjw2LcglfrUr2RoCtVAAAAFQCrMtDwcYC/1iWYUKzINE012bCQFQAAAIEAuAAwmpbHvy8bMxhG+fS/VdG6GfmINWxGwplvYdOnEZ8VyD1KXV1R+Euko+TdOTusjNeFZ30dus86giD+j6/0QG/h32E1Ejv1H0rWO1gVfcFuftnYlYXoO3ETdwu9QFv/5JjX989/BvvT0CHyN9B0/dwPPEkepXC/vQq+tzS9auMAAACBAMHyXsNLh+r40NahvzfqpHLJBFlO6GWuOoGDBgNqe1ekZ1cZnwjpKKlDZgPfuzgFqTFq+Z8kLwPJ+41AbV/PiDd5VSnpxlvRUhH0ArwOKKhfT0BjKjsUgEUk8j3Qgrx6EBBRIEVkxJViGvwxBhPPAuvkW0+mSy49Nj7A+4fQmZsu root@createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\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:fe95:b602/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.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-000000b3\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=7.35 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2 login: "} 2019-01-03 11:28:28,365 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be/action used request id req-5b3b796e-9d63-4396-99ce-2ba8bf57a992 2019-01-03 11:28:28,367 - create_instance - INFO - Deleting Port with ID - e717e85a-792d-44c1-913b-e382d951de09 2019-01-03 11:28:28,367 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm1-port 2019-01-03 11:28:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/e717e85a-792d-44c1-913b-e382d951de09 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:28,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c8648d6-5483-4bc2-9674-3937df15a36c Date: Thu, 03 Jan 2019 11:28:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:28:28,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/e717e85a-792d-44c1-913b-e382d951de09 used request id req-1c8648d6-5483-4bc2-9674-3937df15a36c 2019-01-03 11:28:28,946 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 2019-01-03 11:28:28,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:29,117 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:28: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-6bef54f4-50a7-44fc-aeb7-923b1dd8da54 x-compute-request-id: req-6bef54f4-50a7-44fc-aeb7-923b1dd8da54 Content-Type: application/json 2019-01-03 11:28:29,117 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-6bef54f4-50a7-44fc-aeb7-923b1dd8da54 2019-01-03 11:28:29,117 - create_instance - INFO - Checking deletion status 2019-01-03 11:28:29,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:29,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-8155d6f0-1e8b-4810-b602-4b24e589903e x-compute-request-id: req-8155d6f0-1e8b-4810-b602-4b24e589903e Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:5c:fc", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:29Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:29,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-8155d6f0-1e8b-4810-b602-4b24e589903e 2019-01-03 11:28:29,511 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - ACTIVE 2019-01-03 11:28:29,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:32,515 - create_instance - DEBUG - VM status query timeout in 296.602427006 2019-01-03 11:28:32,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:32,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-58ddffc2-4509-4e53-a875-a4eae9a303f9 x-compute-request-id: req-58ddffc2-4509-4e53-a875-a4eae9a303f9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:29Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:32,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-58ddffc2-4509-4e53-a875-a4eae9a303f9 2019-01-03 11:28:32,802 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - ACTIVE 2019-01-03 11:28:32,802 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:35,805 - create_instance - DEBUG - VM status query timeout in 293.311762094 2019-01-03 11:28:35,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:36,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-33ba7daf-e6ee-4512-9e1e-dc8c53921f38 x-compute-request-id: req-33ba7daf-e6ee-4512-9e1e-dc8c53921f38 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:29Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:36,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-33ba7daf-e6ee-4512-9e1e-dc8c53921f38 2019-01-03 11:28:36,234 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - ACTIVE 2019-01-03 11:28:36,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:39,237 - create_instance - DEBUG - VM status query timeout in 289.879903078 2019-01-03 11:28:39,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:39,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34a62e2d-12d7-4e40-9463-4f7e3d1a6e97 x-compute-request-id: req-34a62e2d-12d7-4e40-9463-4f7e3d1a6e97 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b7da20d6-8143-4662-b85b-d2393130b666", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:27:47.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "b7da20d6-8143-4662-b85b-d2393130b666", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:29Z", "hostId": "1217c450abb53231a33e1f67af3b02901627d08da40049ad0bc64753", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1", "created": "2019-01-03T11:27:39Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:39,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-34a62e2d-12d7-4e40-9463-4f7e3d1a6e97 2019-01-03 11:28:39,497 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1] is - ACTIVE 2019-01-03 11:28:39,498 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:42,501 - create_instance - DEBUG - VM status query timeout in 286.616427898 2019-01-03 11:28:42,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e68c4a57b4efd643028a6c9046e58c3a330a982" 2019-01-03 11:28:42,553 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5aa446ba-b802-40ac-bca8-5eeee24b31e1 x-compute-request-id: req-5aa446ba-b802-40ac-bca8-5eeee24b31e1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b7da20d6-8143-4662-b85b-d2393130b666 could not be found.", "code": 404}} 2019-01-03 11:28:42,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b7da20d6-8143-4662-b85b-d2393130b666 used request id req-5aa446ba-b802-40ac-bca8-5eeee24b31e1 2019-01-03 11:28:42,553 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b7da20d6-8143-4662-b85b-d2393130b666 could not be found. (HTTP 404) (Request-ID: req-5aa446ba-b802-40ac-bca8-5eeee24b31e1) 2019-01-03 11:28:42,553 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst1 2019-01-03 11:28:42,554 - create_instance - INFO - Deleting Port with ID - 155a1215-f101-4e20-859e-a4bca2222514 2019-01-03 11:28:42,555 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-vm2-port 2019-01-03 11:28:42,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/155a1215-f101-4e20-859e-a4bca2222514 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:43,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8bf65435-03d4-49d7-9823-8b5dfc5b9655 Date: Thu, 03 Jan 2019 11:28:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:28:43,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/155a1215-f101-4e20-859e-a4bca2222514 used request id req-8bf65435-03d4-49d7-9823-8b5dfc5b9655 2019-01-03 11:28:43,379 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 2019-01-03 11:28:43,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:43,530 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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-5d49d0ce-f5fb-46a4-a962-9d005e808f1d x-compute-request-id: req-5d49d0ce-f5fb-46a4-a962-9d005e808f1d Content-Type: application/json 2019-01-03 11:28:43,530 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-5d49d0ce-f5fb-46a4-a962-9d005e808f1d 2019-01-03 11:28:43,530 - create_instance - INFO - Checking deletion status 2019-01-03 11:28:43,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:43,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-51ffc71e-f216-4d4b-8983-4bff2d505c25 x-compute-request-id: req-51ffc71e-f216-4d4b-8983-4bff2d505c25 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b6:02", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:43Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:43,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-51ffc71e-f216-4d4b-8983-4bff2d505c25 2019-01-03 11:28:43,788 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - ACTIVE 2019-01-03 11:28:43,788 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:46,791 - create_instance - DEBUG - VM status query timeout in 296.739336014 2019-01-03 11:28:46,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:47,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28: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-fb0b3470-0c15-4de6-9022-46c87263c111 x-compute-request-id: req-fb0b3470-0c15-4de6-9022-46c87263c111 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:43Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:47,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-fb0b3470-0c15-4de6-9022-46c87263c111 2019-01-03 11:28:47,058 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - ACTIVE 2019-01-03 11:28:47,059 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:50,062 - create_instance - DEBUG - VM status query timeout in 293.468769073 2019-01-03 11:28:50,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:50,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e317f08-8428-4cd5-8dfc-086c3e2a9d69 x-compute-request-id: req-8e317f08-8428-4cd5-8dfc-086c3e2a9d69 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be", "rel": "bookmark"}], "image": {"id": "30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "links": [{"href": "http://172.30.9.28:8774/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:28:12.000000", "flavor": {"id": "bd18f3d7-fadb-433a-89ba-442befd24e89", "links": [{"href": "http://172.30.9.28:8774/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89", "rel": "bookmark"}]}, "id": "7956fe27-a0fb-42ef-ad84-7202f3f638be", "user_id": "d95124274186467eba8f85a303b491bc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:28:43Z", "hostId": "2be39a23f5ea5fd94b010e699a4c376c94568fad4f0e210ef87d7b74", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2", "created": "2019-01-03T11:27:59Z", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:28:50,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-8e317f08-8428-4cd5-8dfc-086c3e2a9d69 2019-01-03 11:28:50,470 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2] is - ACTIVE 2019-01-03 11:28:50,470 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:28:53,473 - create_instance - DEBUG - VM status query timeout in 290.057410955 2019-01-03 11:28:53,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d397b6a45c453b6c9656c379a75c56856aa827" 2019-01-03 11:28:53,535 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd33dfc9-e37b-48c4-9ba4-1bad9e45392a x-compute-request-id: req-cd33dfc9-e37b-48c4-9ba4-1bad9e45392a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7956fe27-a0fb-42ef-ad84-7202f3f638be could not be found.", "code": 404}} 2019-01-03 11:28:53,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/7956fe27-a0fb-42ef-ad84-7202f3f638be used request id req-cd33dfc9-e37b-48c4-9ba4-1bad9e45392a 2019-01-03 11:28:53,535 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7956fe27-a0fb-42ef-ad84-7202f3f638be could not be found. (HTTP 404) (Request-ID: req-cd33dfc9-e37b-48c4-9ba4-1bad9e45392a) 2019-01-03 11:28:53,536 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-inst2 2019-01-03 11:28:53,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25684e1f1da1bee74f24b0de2ae80665c9548f66" 2019-01-03 11:28:53,597 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:28:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79a8fbbf-039f-4364-a2b4-e849a2b020ed x-compute-request-id: req-79a8fbbf-039f-4364-a2b4-e849a2b020ed Content-Length: 0 Content-Type: application/json 2019-01-03 11:28:53,597 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bd18f3d7-fadb-433a-89ba-442befd24e89 used request id req-79a8fbbf-039f-4364-a2b4-e849a2b020ed 2019-01-03 11:28:53,598 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router and port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port1 2019-01-03 11:28:53,599 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:28:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port_id": "fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74"}' 2019-01-03 11:28:55,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b546255e-d300-400c-a403-16aeb54f6323 Date: Thu, 03 Jan 2019 11:28:55 GMT RESP BODY: {"network_id": "ce2fa416-cd88-436c-847d-2f4facb2e42f", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "subnet_id": "d2ae24de-839b-4a7b-8153-3e349ab0c544", "subnet_ids": ["d2ae24de-839b-4a7b-8153-3e349ab0c544"], "port_id": "fd8a82ec-b8bb-4dbe-9809-83e1e2ba6f74", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53"} 2019-01-03 11:28:55,205 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/remove_router_interface used request id req-b546255e-d300-400c-a403-16aeb54f6323 2019-01-03 11:28:55,205 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router and port CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-router-port2 2019-01-03 11:28:55,206 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:28:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" -d '{"port_id": "831fb7b4-7a70-4a8a-a9ae-e9ed885404c2"}' 2019-01-03 11:28:56,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94da3206-0af5-463b-8f58-ec5e87f31352 Date: Thu, 03 Jan 2019 11:28:56 GMT RESP BODY: {"network_id": "0489ab62-cdf6-4396-8791-9c959e078f66", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "subnet_id": "2f0db2e1-c2c8-44a2-918a-b3346deef7e3", "subnet_ids": ["2f0db2e1-c2c8-44a2-918a-b3346deef7e3"], "port_id": "831fb7b4-7a70-4a8a-a9ae-e9ed885404c2", "id": "609b25f8-fac9-4983-8f2b-f4ca2ac83d53"} 2019-01-03 11:28:56,615 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53/remove_router_interface used request id req-94da3206-0af5-463b-8f58-ec5e87f31352 2019-01-03 11:28:56,615 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:28:56,615 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-pub-router 2019-01-03 11:28:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1aec6082c83225f009376e3702592fd1c6c37b0" 2019-01-03 11:28:59,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76e826c6-0a0c-4e90-808f-3a12e95363e3 Content-Length: 0 Date: Thu, 03 Jan 2019 11:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:28:59,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/609b25f8-fac9-4983-8f2b-f4ca2ac83d53 used request id req-76e826c6-0a0c-4e90-808f-3a12e95363e3 2019-01-03 11:28:59,485 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 2019-01-03 11:28:59,485 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet1 2019-01-03 11:28:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d2ae24de-839b-4a7b-8153-3e349ab0c544 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:29:01,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c142b12d-911e-4d0e-8b18-a7895daea4c2 Date: Thu, 03 Jan 2019 11:29:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:01,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d2ae24de-839b-4a7b-8153-3e349ab0c544 used request id req-c142b12d-911e-4d0e-8b18-a7895daea4c2 2019-01-03 11:29:01,881 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net1 2019-01-03 11:29:01,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/ce2fa416-cd88-436c-847d-2f4facb2e42f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69eed15861d0ed3acfc222b2333c65e365db824d" 2019-01-03 11:29:03,149 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0899c28b-fcdd-4837-bc25-6b227b383a69 Date: Thu, 03 Jan 2019 11:29:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:03,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/ce2fa416-cd88-436c-847d-2f4facb2e42f used request id req-0899c28b-fcdd-4837-bc25-6b227b383a69 2019-01-03 11:29:03,150 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 2019-01-03 11:29:03,150 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-subnet2 2019-01-03 11:29:03,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2f0db2e1-c2c8-44a2-918a-b3346deef7e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:29:05,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0a2551a-799e-474b-9eaa-fd9a11578837 Date: Thu, 03 Jan 2019 11:29:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:05,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2f0db2e1-c2c8-44a2-918a-b3346deef7e3 used request id req-f0a2551a-799e-474b-9eaa-fd9a11578837 2019-01-03 11:29:05,468 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-net2 2019-01-03 11:29:05,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/0489ab62-cdf6-4396-8791-9c959e078f66 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c462762becd2d3e28313fff20a07e96633ed1a" 2019-01-03 11:29:06,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36a68a99-ac75-495d-86ff-da01327daa21 Date: Thu, 03 Jan 2019 11:29:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:06,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0489ab62-cdf6-4396-8791-9c959e078f66 used request id req-36a68a99-ac75-495d-86ff-da01327daa21 2019-01-03 11:29:06,970 - neutron_utils - INFO - Deleting security group rule with ID - 317ef51d-aac5-4f7c-8a1a-069b17cc4cc2 2019-01-03 11:29:06,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/317ef51d-aac5-4f7c-8a1a-069b17cc4cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:29:07,240 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9206ccb1-7a59-4fd2-9501-313fbad6e48b Content-Length: 0 Date: Thu, 03 Jan 2019 11:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:07,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/317ef51d-aac5-4f7c-8a1a-069b17cc4cc2 used request id req-9206ccb1-7a59-4fd2-9501-313fbad6e48b 2019-01-03 11:29:07,241 - neutron_utils - INFO - Deleting security group rule with ID - 11274d0a-441c-4d8e-841f-4b29f5933c17 2019-01-03 11:29:07,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/11274d0a-441c-4d8e-841f-4b29f5933c17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:29:07,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1116a0db-123a-4fde-aa92-1c96b65c2e3a Content-Length: 0 Date: Thu, 03 Jan 2019 11:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:07,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/11274d0a-441c-4d8e-841f-4b29f5933c17 used request id req-1116a0db-123a-4fde-aa92-1c96b65c2e3a 2019-01-03 11:29:07,503 - neutron_utils - INFO - Deleting security group rule with ID - f782c603-626c-4746-b2ff-4b1f7b56fbe5 2019-01-03 11:29:07,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f782c603-626c-4746-b2ff-4b1f7b56fbe5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:29:07,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f083201-6fb0-4845-8c27-6ce7a38bf9aa Content-Length: 0 Date: Thu, 03 Jan 2019 11:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:07,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f782c603-626c-4746-b2ff-4b1f7b56fbe5 used request id req-7f083201-6fb0-4845-8c27-6ce7a38bf9aa 2019-01-03 11:29:07,631 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-12c6774a-b8ba-41ec-9d2f-a5c285f7ebd2-sec-grp 2019-01-03 11:29:07,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d640068aefe94485d2490d1e4b1d34404435546d" 2019-01-03 11:29:07,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-612c783e-a258-4bc7-b88f-37c3252b7526 Content-Length: 0 Date: Thu, 03 Jan 2019 11:29:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:07,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d3093c57-43a7-417e-9aaa-0c98b3b3a9b6 used request id req-612c783e-a258-4bc7-b88f-37c3252b7526 2019-01-03 11:29:07,997 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-f59e345d-5c12-4eb5-baae-e32d2db0e766 2019-01-03 11:29:08,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec9886c7f4056b8aad8cf7f018d5439a022b4eab" 2019-01-03 11:29:09,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-189c9161-b39e-4c7d-862b-b0a3949f58ce Date: Thu, 03 Jan 2019 11:29:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:29:09,583 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/30e00acd-eb59-48c4-b5e1-ab61c7b142d7 used request id req-189c9161-b39e-4c7d-862b-b0a3949f58ce 2019-01-03 11:29:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:09,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4416ace7-8991-4f75-9dd5-7216b43d708d Date: Thu, 03 Jan 2019 11:29:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:07Z", "updated_at": "2019-01-03T11:27:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "revision_number": 0, "id": "56cbaee9-28b3-4c7a-b457-f40c00c1a229", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "revision_number": 0, "id": "6ce823eb-776c-4e56-b5e0-8330225ea20b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "revision_number": 0, "id": "8f9077a9-5893-4721-b051-73084e2c121f", "remote_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a25a5a486c344f3a1786b67d765238d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "revision_number": 0, "id": "d0293aac-70e8-48eb-8d51-5a931e950592", "remote_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "remote_ip_prefix": null, "created_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a25a5a486c344f3a1786b67d765238d"}], "revision_number": 4, "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:29:09,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4416ace7-8991-4f75-9dd5-7216b43d708d 2019-01-03 11:29:09,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:09,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9c86c5-e461-4d85-a8cd-260e02dbc123 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:29:09,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-cf9c86c5-e461-4d85-a8cd-260e02dbc123 2019-01-03 11:29:09,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:09,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189b482f-a7d6-4bd2-88c4-05491635258b 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:29:09,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-189b482f-a7d6-4bd2-88c4-05491635258b 2019-01-03 11:29:09,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-924cb1e2-23dc-45a6-8160-2b0b31360531 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d"}, "enabled": true, "id": "3a25a5a486c344f3a1786b67d765238d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj"}} 2019-01-03 11:29:10,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-924cb1e2-23dc-45a6-8160-2b0b31360531 2019-01-03 11:29:10,069 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f17554c-c69a-4495-b43c-c4d803439cb1 2019-01-03 11:29:10,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9f17554c-c69a-4495-b43c-c4d803439cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-387465d5-be86-41aa-bb8a-127489067242 Date: Thu, 03 Jan 2019 11:29: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": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:07Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "56cbaee9-28b3-4c7a-b457-f40c00c1a229"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:07Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "6ce823eb-776c-4e56-b5e0-8330225ea20b"}, {"remote_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:07Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "8f9077a9-5893-4721-b051-73084e2c121f"}, {"remote_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:27:07Z", "security_group_id": "9f17554c-c69a-4495-b43c-c4d803439cb1", "port_range_min": null, "revision_number": 0, "tenant_id": "3a25a5a486c344f3a1786b67d765238d", "created_at": "2019-01-03T11:27:07Z", "project_id": "3a25a5a486c344f3a1786b67d765238d", "id": "d0293aac-70e8-48eb-8d51-5a931e950592"}]} 2019-01-03 11:29:10,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9f17554c-c69a-4495-b43c-c4d803439cb1 used request id req-387465d5-be86-41aa-bb8a-127489067242 2019-01-03 11:29:10,252 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:29:10,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9f17554c-c69a-4495-b43c-c4d803439cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3f83fc32-36cb-435e-8218-c98f2839b10a Content-Length: 0 Date: Thu, 03 Jan 2019 11:29:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:10,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9f17554c-c69a-4495-b43c-c4d803439cb1 used request id req-3f83fc32-36cb-435e-8218-c98f2839b10a 2019-01-03 11:29:10,536 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj 2019-01-03 11:29:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-573357d8-33d2-418a-a0be-bcb51831ddf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:10,729 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3a25a5a486c344f3a1786b67d765238d used request id req-573357d8-33d2-418a-a0be-bcb51831ddf2 2019-01-03 11:29:10,729 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-proj-role 2019-01-03 11:29:10,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13703629-5464-4034-9ff3-b4d28f834455 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:10,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/11388359aae7445c983d2cf4db533745 used request id req-13703629-5464-4034-9ff3-b4d28f834455 2019-01-03 11:29:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c690e5dc0f8d72181c111630f0da694cd561a5" 2019-01-03 11:29:10,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a26b85-7f78-40e7-85b7-a833221596f5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:29:10,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-52a26b85-7f78-40e7-85b7-a833221596f5 2019-01-03 11:29:10,936 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-25248ef1-84bf-4fc-user 2019-01-03 11:29:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d95124274186467eba8f85a303b491bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15bd73b9bb7d0e3bd51af75cfacf2862cc407934" 2019-01-03 11:29:11,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4aeda7f-9fe7-4106-81ad-3977a2d4ebd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:11,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d95124274186467eba8f85a303b491bc used request id req-c4aeda7f-9fe7-4106-81ad-3977a2d4ebd6 2019-01-03 11:29:11,158 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:11,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8bPiUfuBSoWFXaG8l7TEkg"], "issued_at": "2019-01-03T11:29:11.000000Z"}} 2019-01-03 11:29:11,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}561671025c5f9658aa15bb52d1db4e5ec4f744ad" 2019-01-03 11:29:11,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a38c86c7-57c5-475f-b74c-53fa6f3c4d47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:11,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a38c86c7-57c5-475f-b74c-53fa6f3c4d47 2019-01-03 11:29:11,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:11,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:12,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QkNCEy4bR4uqrrMRSPSAtw"], "issued_at": "2019-01-03T11:29:12.000000Z"}} 2019-01-03 11:29:12,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:12,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c242436-2512-4286-8ddc-35f588a2cb5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:12,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0c242436-2512-4286-8ddc-35f588a2cb5f 2019-01-03 11:29:12,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:29:12,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:29:12,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:12,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89918f0b-a427-4577-a0ff-4ad5c3c3aeec Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:29:12,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj used request id req-89918f0b-a427-4577-a0ff-4ad5c3c3aeec 2019-01-03 11:29:12,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:12,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a164301-8b33-4d0c-997a-12d641bb1248 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:29:12,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8a164301-8b33-4d0c-997a-12d641bb1248 2019-01-03 11:29:12,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj"}}' 2019-01-03 11:29:12,428 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11d32a5d-db6d-4b91-bdb2-3a146b2363e4 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715"}, "enabled": true, "id": "7a6b6909fafa4989ad4fe08ac20a0715", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj"}} 2019-01-03 11:29:12,428 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-11d32a5d-db6d-4b91-bdb2-3a146b2363e4 2019-01-03 11:29:12,428 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj 2019-01-03 11:29:12,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:12,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:12,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["S-7CceS2QMKf-u_M2KGjzw"], "issued_at": "2019-01-03T11:29:12.000000Z"}} 2019-01-03 11:29:12,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ad3aa20a5678a82593817a3a28fee8c61bb0ae" 2019-01-03 11:29:12,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdb50bd-9b53-4f3c-bbdf-92f73f7f2f9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:12,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1cdb50bd-9b53-4f3c-bbdf-92f73f7f2f9e 2019-01-03 11:29:12,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:29:12,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:29:12,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ad3aa20a5678a82593817a3a28fee8c61bb0ae" 2019-01-03 11:29:13,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1152c8fe-347d-4912-bd24-1ca235b0f686 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:29:13,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1152c8fe-347d-4912-bd24-1ca235b0f686 2019-01-03 11:29:13,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ad3aa20a5678a82593817a3a28fee8c61bb0ae" 2019-01-03 11:29:13,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd571343-3918-47f6-8127-4bb0fe563c28 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715"}, "enabled": true, "id": "7a6b6909fafa4989ad4fe08ac20a0715", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj"}]} 2019-01-03 11:29:13,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj used request id req-bd571343-3918-47f6-8127-4bb0fe563c28 2019-01-03 11:29:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ad3aa20a5678a82593817a3a28fee8c61bb0ae" 2019-01-03 11:29:13,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c8ca01-c895-4257-bbe7-df8158208121 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:29:13,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-63c8ca01-c895-4257-bbe7-df8158208121 2019-01-03 11:29:13,655 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-user 2019-01-03 11:29:13,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:13,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:13,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee6852e-c02e-4646-aa5c-593775e1c3ca Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:29:13,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fee6852e-c02e-4646-aa5c-593775e1c3ca 2019-01-03 11:29:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" -d '{"role": {"name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role"}}' 2019-01-03 11:29:13,924 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:29:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3a76b25-eda0-4513-a49d-63fe8a92c10e Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c87792bbcb2d47708eaa8bf2e9cf2e7c", "links": {"self": "http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c"}, "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role"}} 2019-01-03 11:29:13,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a3a76b25-eda0-4513-a49d-63fe8a92c10e 2019-01-03 11:29:13,925 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role 2019-01-03 11:29:13,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:14,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754881b9-046b-4ef5-8c07-691f60249eec Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c"}, "domain_id": null, "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role", "id": "c87792bbcb2d47708eaa8bf2e9cf2e7c"}} 2019-01-03 11:29:14,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c used request id req-754881b9-046b-4ef5-8c07-691f60249eec 2019-01-03 11:29:14,011 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role to project CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj 2019-01-03 11:29:14,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715/users/6a3bc93e083c4b119273f2b50a3869c7/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:14,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6395c54-dadb-4adc-bb45-23a5091d417f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:14,142 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715/users/6a3bc93e083c4b119273f2b50a3869c7/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c used request id req-a6395c54-dadb-4adc-bb45-23a5091d417f 2019-01-03 11:29:14,142 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:29:14,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:14,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:14,145 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:29:14,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:14,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:14,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c87792bbcb2d47708eaa8bf2e9cf2e7c", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role"}], "expires_at": "2019-01-03T12:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a6b6909fafa4989ad4fe08ac20a0715", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-user", "id": "6a3bc93e083c4b119273f2b50a3869c7"}, "audit_ids": ["ijAr2EqsQhKtNUFFB9Rvgg"], "issued_at": "2019-01-03T11:29:14.000000Z"}} 2019-01-03 11:29:14,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:14,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf0cae8-0a26-42c9-8ce9-af89110dbdc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:14,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-edf0cae8-0a26-42c9-8ce9-af89110dbdc8 2019-01-03 11:29:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:14,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-7eb2d30a-026b-437a-a993-25151dde8f3e Date: Thu, 03 Jan 2019 11:29:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image"} 2019-01-03 11:29:14,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image used request id req-7eb2d30a-026b-437a-a993-25151dde8f3e 2019-01-03 11:29:14,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:15,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1bc6da9d-7b78-4fb8-b287-cd75c202663e Date: Thu, 03 Jan 2019 11:29: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"}}} 2019-01-03 11:29:15,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1bc6da9d-7b78-4fb8-b287-cd75c202663e 2019-01-03 11:29:15,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image"}' 2019-01-03 11:29:15,285 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 X-Openstack-Request-Id: req-3857cb27-693c-4c1c-8abd-91e7188375ea Date: Thu, 03 Jan 2019 11:29:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:29:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:29:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "min_disk": 0, "protected": false, "id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "file": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file", "checksum": null, "owner": "7a6b6909fafa4989ad4fe08ac20a0715", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:29:15,286 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3857cb27-693c-4c1c-8abd-91e7188375ea 2019-01-03 11:29:15,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" -d '' 2019-01-03 11:29:17,565 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d85dcde-e971-4989-acc2-f523176cd1d8 Date: Thu, 03 Jan 2019 11:29:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:29:17,565 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file used request id req-4d85dcde-e971-4989-acc2-f523176cd1d8 2019-01-03 11:29:17,566 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:29:17,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:17,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-28910eb5-65ff-4e8a-8215-a46877d7bd4d Date: Thu, 03 Jan 2019 11:29:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:29:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:29:17Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "metadata": {}}], "self": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "min_disk": 0, "protected": false, "id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "file": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a6b6909fafa4989ad4fe08ac20a0715", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:29:17,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 used request id req-28910eb5-65ff-4e8a-8215-a46877d7bd4d 2019-01-03 11:29:17,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:17,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-16523b75-9b01-4e55-9dcc-c9476c8aaddd Date: Thu, 03 Jan 2019 11:29: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"}}} 2019-01-03 11:29:17,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-16523b75-9b01-4e55-9dcc-c9476c8aaddd 2019-01-03 11:29:17,746 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image 2019-01-03 11:29:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:17,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-28d2b388-3fa0-4091-9a14-eac6f79e29bd Date: Thu, 03 Jan 2019 11:29:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:29:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:29:17Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "metadata": {}}], "self": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "min_disk": 0, "protected": false, "id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "file": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a6b6909fafa4989ad4fe08ac20a0715", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:29:17,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 used request id req-28d2b388-3fa0-4091-9a14-eac6f79e29bd 2019-01-03 11:29:17,905 - create_image - DEBUG - Instance status is - active 2019-01-03 11:29:17,905 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image 2019-01-03 11:29:17,905 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image 2019-01-03 11:29:17,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:17,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:18,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Yngir92SQbKifqBWthzEXQ"], "issued_at": "2019-01-03T11:29:18.000000Z"}} 2019-01-03 11:29:18,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12aafe87adde094e269f3cf960137566d68d80aa" 2019-01-03 11:29:18,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8057b8a3-2217-40d0-a2fd-4feae0ff6516 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:18,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8057b8a3-2217-40d0-a2fd-4feae0ff6516 2019-01-03 11:29:18,384 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:29:18,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12aafe87adde094e269f3cf960137566d68d80aa" 2019-01-03 11:29:18,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc279840-2138-4715-9eaf-4d3dc6db03c4 x-compute-request-id: req-fc279840-2138-4715-9eaf-4d3dc6db03c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:29:18,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fc279840-2138-4715-9eaf-4d3dc6db03c4 2019-01-03 11:29:18,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12aafe87adde094e269f3cf960137566d68d80aa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:29:18,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c060e406-0e24-4c5d-aeb0-1a14ff8c51bd x-compute-request-id: req-c060e406-0e24-4c5d-aeb0-1a14ff8c51bd Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "535b25a5-e450-4e8a-9e35-26d9138926af", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:29:18,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c060e406-0e24-4c5d-aeb0-1a14ff8c51bd 2019-01-03 11:29:18,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:18,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:19,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6P_DttSWTXCqw36rjknOHw"], "issued_at": "2019-01-03T11:29:18.000000Z"}} 2019-01-03 11:29:19,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:19,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb02bb81-00d5-4609-8d7e-a61a24aa6ec7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:19,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bb02bb81-00d5-4609-8d7e-a61a24aa6ec7 2019-01-03 11:29:19,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:19,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-81fa2940-b470-4ab9-8714-05f5ca5bf8b1 Date: Thu, 03 Jan 2019 11:29:19 GMT RESP BODY: {"networks":[]} 2019-01-03 11:29:19,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-81fa2940-b470-4ab9-8714-05f5ca5bf8b1 2019-01-03 11:29:19,329 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net 2019-01-03 11:29:19,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" -d '{"network": {"name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net", "admin_state_up": true}}' 2019-01-03 11:29:19,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-fdbfba79-fcbb-44ac-819a-83731de228ff Date: Thu, 03 Jan 2019 11:29:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:29:19Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","mtu":1450}} 2019-01-03 11:29:19,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-fdbfba79-fcbb-44ac-819a-83731de228ff 2019-01-03 11:29:19,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:19,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-73063f73-9cbb-44fb-ac0b-d402dd1af375 Date: Thu, 03 Jan 2019 11:29:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:29:19Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:19,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-73063f73-9cbb-44fb-ac0b-d402dd1af375 2019-01-03 11:29:19,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:20,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3b872336-e4d9-4e6f-97dc-b7252a78645e Date: Thu, 03 Jan 2019 11:29:20 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:29:20,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-3b872336-e4d9-4e6f-97dc-b7252a78645e 2019-01-03 11:29:20,182 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet 2019-01-03 11:29:20,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" -d '{"subnets": [{"ip_version": 4, "network_id": "52ba4cee-d3cb-48b1-9699-156d66e4de97", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]}' 2019-01-03 11:29:20,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-06e703d7-8a40-4979-bc82-702642d7613b Date: Thu, 03 Jan 2019 11:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:20,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-06e703d7-8a40-4979-bc82-702642d7613b 2019-01-03 11:29:20,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:20,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-5ba4c131-67cd-4c9a-a9d3-c4730f6b10d1 Date: Thu, 03 Jan 2019 11:29:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:20,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-5ba4c131-67cd-4c9a-a9d3-c4730f6b10d1 2019-01-03 11:29:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:20,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-629c0493-2b8e-48f7-bfd4-bc06ecbf6785 Date: Thu, 03 Jan 2019 11:29:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:20,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-629c0493-2b8e-48f7-bfd4-bc06ecbf6785 2019-01-03 11:29:20,959 - OpenStackNetwork - DEBUG - Network [52ba4cee-d3cb-48b1-9699-156d66e4de97] created successfully 2019-01-03 11:29:20,959 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:29:20,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:20,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:20,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:20,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:21,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["LmZMFFd0TvS1sFbzZal6KA"], "issued_at": "2019-01-03T11:29:21.000000Z"}} 2019-01-03 11:29:21,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f9547976e1a146794b6b46ed411629f656123e" 2019-01-03 11:29:21,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5cc5393-85f2-4c1b-9515-5e577fa5d8f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:21,365 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c5cc5393-85f2-4c1b-9515-5e577fa5d8f5 2019-01-03 11:29:21,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:21,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:21,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["pHBuyK-8R0WD0R0UdVOyDQ"], "issued_at": "2019-01-03T11:29:21.000000Z"}} 2019-01-03 11:29:21,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:21,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5656032-cec4-4330-a7e8-23d857fdb289 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:21,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f5656032-cec4-4330-a7e8-23d857fdb289 2019-01-03 11:29:21,846 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:29:21,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:21,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9d68d3-b615-4fe2-b145-a400f15d7aa1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:21,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3d9d68d3-b615-4fe2-b145-a400f15d7aa1 2019-01-03 11:29:21,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:22,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-83dc2af1-7b82-48dc-9232-213056e05ee5 Date: Thu, 03 Jan 2019 11:29:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:22,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-83dc2af1-7b82-48dc-9232-213056e05ee5 2019-01-03 11:29:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:29:22,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:29:22,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:22,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df646934-5339-46f3-b776-0fb27a511cd3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:22,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-df646934-5339-46f3-b776-0fb27a511cd3 2019-01-03 11:29:22,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:22,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a8b5b16f-1eb7-44df-bdf3-5d15955b194b Date: Thu, 03 Jan 2019 11:29:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:22,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-a8b5b16f-1eb7-44df-bdf3-5d15955b194b 2019-01-03 11:29:22,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:22,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b8529966-7c33-4aa6-9e42-e064669ffba0 Date: Thu, 03 Jan 2019 11:29:22 GMT RESP BODY: {"ports":[]} 2019-01-03 11:29:22,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True used request id req-b8529966-7c33-4aa6-9e42-e064669ffba0 2019-01-03 11:29:22,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:23,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-eecb0439-d4e2-46ee-bb6e-567f1cc7f053 x-compute-request-id: req-eecb0439-d4e2-46ee-bb6e-567f1cc7f053 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:29:23,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst used request id req-eecb0439-d4e2-46ee-bb6e-567f1cc7f053 2019-01-03 11:29:23,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:23,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d9ffcc35-6948-455c-96f2-1d3e4ac15525 Date: Thu, 03 Jan 2019 11:29:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:23,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-d9ffcc35-6948-455c-96f2-1d3e4ac15525 2019-01-03 11:29:23,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:23,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f4e36f5-3d52-4378-b614-9d254c94463f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:23,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-5f4e36f5-3d52-4378-b614-9d254c94463f 2019-01-03 11:29:23,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:23,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-448f0fc0-b48a-452b-87b9-16d739710d52 Date: Thu, 03 Jan 2019 11:29:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:23,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-448f0fc0-b48a-452b-87b9-16d739710d52 2019-01-03 11:29:23,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:23,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9eca7778-ca10-4bb0-b5e2-15cb9688fc6f Date: Thu, 03 Jan 2019 11:29:23 GMT RESP BODY: {"ports":[]} 2019-01-03 11:29:23,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True used request id req-9eca7778-ca10-4bb0-b5e2-15cb9688fc6f 2019-01-03 11:29:23,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:29:23,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:24,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6hvrJqWRTpqYDEsrllpcxg"], "issued_at": "2019-01-03T11:29:24.000000Z"}} 2019-01-03 11:29:24,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a820d837b00d4654c6c5f279a31318e16d9687b" 2019-01-03 11:29:24,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44546faa-f3e3-46bc-b612-74c54db18b3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:29:24,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-44546faa-f3e3-46bc-b612-74c54db18b3e 2019-01-03 11:29:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:24,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-57d8acb8-c23f-406e-89ab-0990ce30a162 Date: Thu, 03 Jan 2019 11:29:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:24,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-57d8acb8-c23f-406e-89ab-0990ce30a162 2019-01-03 11:29:24,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:24,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b754ea09-447a-4fd6-9027-cbd5cfa6ee73 Date: Thu, 03 Jan 2019 11:29:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:24,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-b754ea09-447a-4fd6-9027-cbd5cfa6ee73 2019-01-03 11:29:24,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:24,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-61fd46be-6a58-4897-9ddb-4fa4a289e172 Date: Thu, 03 Jan 2019 11:29:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:24,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-61fd46be-6a58-4897-9ddb-4fa4a289e172 2019-01-03 11:29:24,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:29:24,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:29: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:29:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a820d837b00d4654c6c5f279a31318e16d9687b" 2019-01-03 11:29:24,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ffa0ff-4ca0-4687-82d8-96b5764c714f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:24,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-48ffa0ff-4ca0-4687-82d8-96b5764c714f 2019-01-03 11:29:24,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:25,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dc2cba09-a2b9-46e5-8a3e-3fd2d9001990 Date: Thu, 03 Jan 2019 11:29:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:25,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-dc2cba09-a2b9-46e5-8a3e-3fd2d9001990 2019-01-03 11:29:25,036 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net 2019-01-03 11:29:25,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" -d '{"port": {"network_id": "52ba4cee-d3cb-48b1-9699-156d66e4de97", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port", "admin_state_up": true}}' 2019-01-03 11:29:25,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-2650a352-b3d6-4a18-ba29-412b11a365bb Date: Thu, 03 Jan 2019 11:29:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:25Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:b4:56","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","project_id":"5abbdf697ace471d93d3a94548c1f7e9","qos_policy_id":null,"admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal"}} 2019-01-03 11:29:25,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2650a352-b3d6-4a18-ba29-412b11a365bb 2019-01-03 11:29:25,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:25,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-da041b3c-429a-4319-8de0-54e2759064b9 Date: Thu, 03 Jan 2019 11:29:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:25,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-da041b3c-429a-4319-8de0-54e2759064b9 2019-01-03 11:29:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2066886-bcd5-435c-9492-483150bff46e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:26,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-c2066886-bcd5-435c-9492-483150bff46e 2019-01-03 11:29:26,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b0d9648b-4115-4915-b6b9-5b2d44db9d39 Date: Thu, 03 Jan 2019 11:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:26,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-b0d9648b-4115-4915-b6b9-5b2d44db9d39 2019-01-03 11:29:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-65a30899-b42f-4547-8ecb-b738c7a1dc57 Date: Thu, 03 Jan 2019 11:29:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ea:b4:56","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:29:26,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port&admin_state_up=True used request id req-65a30899-b42f-4547-8ecb-b738c7a1dc57 2019-01-03 11:29:26,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98130a13-2d07-4b8e-9f19-e4528477522f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:26,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-98130a13-2d07-4b8e-9f19-e4528477522f 2019-01-03 11:29:26,669 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst 2019-01-03 11:29:26,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3368ee11-ea2b-4759-bf91-d1cf8818842c x-compute-request-id: req-3368ee11-ea2b-4759-bf91-d1cf8818842c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-flavor-name"}]} 2019-01-03 11:29:26,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3368ee11-ea2b-4759-bf91-d1cf8818842c 2019-01-03 11:29:26,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69fc3b73-4abd-46a4-b7f6-b49375e835f4 x-compute-request-id: req-69fc3b73-4abd-46a4-b7f6-b49375e835f4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "535b25a5-e450-4e8a-9e35-26d9138926af", "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:29:26,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af used request id req-69fc3b73-4abd-46a4-b7f6-b49375e835f4 2019-01-03 11:29:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:26,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-6c1c94de-a2b2-48f8-af8f-11c1c8fe3eaa Date: Thu, 03 Jan 2019 11:29:26 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:29:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:29:17Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "metadata": {}}], "self": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "min_disk": 0, "protected": false, "id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "file": "/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7a6b6909fafa4989ad4fe08ac20a0715", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image"} 2019-01-03 11:29:26,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image used request id req-6c1c94de-a2b2-48f8-af8f-11c1c8fe3eaa 2019-01-03 11:29:26,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:27,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-151e9076-b0cc-47d8-9ec8-5ad1009d4bc2 Date: Thu, 03 Jan 2019 11:29: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"}}} 2019-01-03 11:29:27,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-151e9076-b0cc-47d8-9ec8-5ad1009d4bc2 2019-01-03 11:29:27,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" -d '{"server": {"name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "imageRef": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "flavorRef": "535b25a5-e450-4e8a-9e35-26d9138926af", "max_count": 1, "min_count": 1, "networks": [{"port": "c7c4e264-04e4-413d-83e4-457902942b33"}]}}' 2019-01-03 11:29:28,597 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-c7a6ca85-c16d-40d3-a4bb-36784a61cc2d x-compute-request-id: req-c7a6ca85-c16d-40d3-a4bb-36784a61cc2d Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "adminPass": "WG3Ti5yFm2BE"}} 2019-01-03 11:29:28,597 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c7a6ca85-c16d-40d3-a4bb-36784a61cc2d 2019-01-03 11:29:28,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:29,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99112aa0-83bb-42f3-a7e9-77ef1d39a515 x-compute-request-id: req-99112aa0-83bb-42f3-a7e9-77ef1d39a515 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.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:29:28Z", "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-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:29,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-99112aa0-83bb-42f3-a7e9-77ef1d39a515 2019-01-03 11:29:29,140 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst 2019-01-03 11:29:29,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:29,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-f364feff-3779-40e9-ae98-c13f19c1255c x-compute-request-id: req-f364feff-3779-40e9-ae98-c13f19c1255c Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:29:29Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:29,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-f364feff-3779-40e9-ae98-c13f19c1255c 2019-01-03 11:29:29,535 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - BUILD 2019-01-03 11:29:29,535 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:29:32,538 - create_instance - DEBUG - VM status query timeout in 896.602301836 2019-01-03 11:29:32,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:32,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-7575b0d1-d2d1-48e9-ae22-2f58d4437598 x-compute-request-id: req-7575b0d1-d2d1-48e9-ae22-2f58d4437598 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:29:29Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:32,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-7575b0d1-d2d1-48e9-ae22-2f58d4437598 2019-01-03 11:29:32,989 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - BUILD 2019-01-03 11:29:32,989 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:29:35,992 - create_instance - DEBUG - VM status query timeout in 893.148492813 2019-01-03 11:29:35,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:36,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93a79869-ca4e-434a-94dd-00d73aa98716 x-compute-request-id: req-93a79869-ca4e-434a-94dd-00d73aa98716 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:35Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:36,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-93a79869-ca4e-434a-94dd-00d73aa98716 2019-01-03 11:29:36,474 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - ACTIVE 2019-01-03 11:29:36,474 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:29:36,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:36,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-a3d2fb71-e2ba-48f1-a06a-22d40dbf6b6e x-compute-request-id: req-a3d2fb71-e2ba-48f1-a06a-22d40dbf6b6e Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:35Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:36,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-a3d2fb71-e2ba-48f1-a06a-22d40dbf6b6e 2019-01-03 11:29:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:37,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-23ac6c04-12a3-4e0d-9496-a2c9bed4ba00 Date: Thu, 03 Jan 2019 11:29:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:37,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-23ac6c04-12a3-4e0d-9496-a2c9bed4ba00 2019-01-03 11:29:37,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:37,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa2eac1f-c3b6-412d-a2b8-0420ea13bde6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:37,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-aa2eac1f-c3b6-412d-a2b8-0420ea13bde6 2019-01-03 11:29:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:37,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8176aec3-aa2e-47d2-a739-5e17ec9434b1 Date: Thu, 03 Jan 2019 11:29:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:37,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-8176aec3-aa2e-47d2-a739-5e17ec9434b1 2019-01-03 11:29:37,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:37,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-d13a362a-6a75-46df-81dc-e256fcb81441 Date: Thu, 03 Jan 2019 11:29:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.3"}],"id":"0026cdeb-831b-49c6-ab77-91d0fdcec892","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:75:99","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.2"}],"id":"4412f4ba-7845-413b-9d4f-6de2f1a8f6f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e8:24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.4"}],"id":"6549cea7-714c-48d5-8051-ec1b7b5edfb1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:ed:cd","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b4:56","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal","device_id":"88402b3b-1d0c-40c9-9c82-cb334b703d9d"}]} 2019-01-03 11:29:37,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-d13a362a-6a75-46df-81dc-e256fcb81441 2019-01-03 11:29:37,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:37,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gYLgeaTxQjSHj0cU143NIw"], "issued_at": "2019-01-03T11:29:37.000000Z"}} 2019-01-03 11:29:37,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92b1037cfeb34c983213b9bc81b2ede6f6e4b76e" 2019-01-03 11:29:38,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-6b9bf830-e739-46d4-a402-d855ed8f5242 x-compute-request-id: req-6b9bf830-e739-46d4-a402-d855ed8f5242 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:35Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 11:29:38,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst used request id req-6b9bf830-e739-46d4-a402-d855ed8f5242 2019-01-03 11:29:38,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:38,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:29:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6s6iHE-bQ9qpkzvGyr4WeA"], "issued_at": "2019-01-03T11:29:38.000000Z"}} 2019-01-03 11:29:38,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb163f7c0536bc6b1a1957bb9e7a3183f26226f4" 2019-01-03 11:29:39,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3c28e08d-a430-45d5-8a4c-4a1d54431225 Date: Thu, 03 Jan 2019 11:29:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:39,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-3c28e08d-a430-45d5-8a4c-4a1d54431225 2019-01-03 11:29:39,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb163f7c0536bc6b1a1957bb9e7a3183f26226f4" 2019-01-03 11:29:39,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1ae12095-6568-42df-95a2-e017ac377810 Date: Thu, 03 Jan 2019 11:29:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:39,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-1ae12095-6568-42df-95a2-e017ac377810 2019-01-03 11:29:39,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb163f7c0536bc6b1a1957bb9e7a3183f26226f4" 2019-01-03 11:29:39,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-b4bb2b4e-c7e9-48cf-a11d-71e21dcca9f0 Date: Thu, 03 Jan 2019 11:29:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.3"}],"id":"0026cdeb-831b-49c6-ab77-91d0fdcec892","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:75:99","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.2"}],"id":"4412f4ba-7845-413b-9d4f-6de2f1a8f6f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e8:24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.4"}],"id":"6549cea7-714c-48d5-8051-ec1b7b5edfb1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:ed:cd","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b4:56","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal","device_id":"88402b3b-1d0c-40c9-9c82-cb334b703d9d"}]} 2019-01-03 11:29:39,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-b4bb2b4e-c7e9-48cf-a11d-71e21dcca9f0 2019-01-03 11:29:39,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:29:39,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c87792bbcb2d47708eaa8bf2e9cf2e7c", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role"}], "expires_at": "2019-01-03T12:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a6b6909fafa4989ad4fe08ac20a0715", "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7a6b6909fafa4989ad4fe08ac20a0715", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-c8facf90-b6ff-49c-user", "id": "6a3bc93e083c4b119273f2b50a3869c7"}, "audit_ids": ["VBPFPwvETSO6k5JTDvvMBg"], "issued_at": "2019-01-03T11:29:39.000000Z"}} 2019-01-03 11:29:39,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a05f8b8f6de231afe59f2e02b73301657025a072" 2019-01-03 11:29:40,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-afdba89c-e395-472e-b456-e3ffe931eeda x-compute-request-id: req-afdba89c-e395-472e-b456-e3ffe931eeda Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:29:40,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst used request id req-afdba89c-e395-472e-b456-e3ffe931eeda 2019-01-03 11:29:40,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:40,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea53a72a-5839-4c77-b1a3-faa0120d8f85 x-compute-request-id: req-ea53a72a-5839-4c77-b1a3-faa0120d8f85 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:35Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:40,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-ea53a72a-5839-4c77-b1a3-faa0120d8f85 2019-01-03 11:29:40,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c77e453b-0767-4ebd-89dc-6301c9329115 Date: Thu, 03 Jan 2019 11:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:41,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-c77e453b-0767-4ebd-89dc-6301c9329115 2019-01-03 11:29:41,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c4b549-7cdc-40ad-8caa-2991c96cfe02 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:41,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d2c4b549-7cdc-40ad-8caa-2991c96cfe02 2019-01-03 11:29:41,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d7e244a-038a-442e-b4b9-22d670c2c538 Date: Thu, 03 Jan 2019 11:29:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:41,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-8d7e244a-038a-442e-b4b9-22d670c2c538 2019-01-03 11:29:41,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-71b86dad-6137-4229-acf5-c6bd859a8860 Date: Thu, 03 Jan 2019 11:29:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.3"}],"id":"0026cdeb-831b-49c6-ab77-91d0fdcec892","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:75:99","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.2"}],"id":"4412f4ba-7845-413b-9d4f-6de2f1a8f6f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e8:24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.4"}],"id":"6549cea7-714c-48d5-8051-ec1b7b5edfb1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:ed:cd","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b4:56","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal","device_id":"88402b3b-1d0c-40c9-9c82-cb334b703d9d"}]} 2019-01-03 11:29:41,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-71b86dad-6137-4229-acf5-c6bd859a8860 2019-01-03 11:29:41,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-af68a7a4-2b3f-4585-a827-b64af7d7a6d5 x-compute-request-id: req-af68a7a4-2b3f-4585-a827-b64af7d7a6d5 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b4:56", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:35Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:41,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-af68a7a4-2b3f-4585-a827-b64af7d7a6d5 2019-01-03 11:29:41,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a1705792-b9ee-446c-b544-de5626aea4b3 Date: Thu, 03 Jan 2019 11:29:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["4d0fed12-0c1b-4645-b422-41db68234b71"],"description":"","tags":[],"updated_at":"2019-01-03T11:29:20Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:19Z","provider:network_type":"vxlan"}]} 2019-01-03 11:29:41,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net used request id req-a1705792-b9ee-446c-b544-de5626aea4b3 2019-01-03 11:29:41,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:41,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da6dd175-fd51-4143-b5e8-84ade658e01c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:41,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-da6dd175-fd51-4143-b5e8-84ade658e01c 2019-01-03 11:29:41,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:42,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6a0341fb-da88-4f33-ad87-f562bceb6f57 Date: Thu, 03 Jan 2019 11:29:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","dns_nameservers":[],"updated_at":"2019-01-03T11:29:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"4d0fed12-0c1b-4645-b422-41db68234b71","subnetpool_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet"}]} 2019-01-03 11:29:42,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-6a0341fb-da88-4f33-ad87-f562bceb6f57 2019-01-03 11:29:42,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:42,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-f948663c-68de-4759-8142-007f0b0e954f Date: Thu, 03 Jan 2019 11:29:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.3"}],"id":"0026cdeb-831b-49c6-ab77-91d0fdcec892","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:75:99","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.2"}],"id":"4412f4ba-7845-413b-9d4f-6de2f1a8f6f9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:e8:24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.4"}],"id":"6549cea7-714c-48d5-8051-ec1b7b5edfb1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:ed:cd","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-52ba4cee-d3cb-48b1-9699-156d66e4de97"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:29:34Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4d0fed12-0c1b-4645-b422-41db68234b71","ip_address":"10.55.0.13"}],"id":"c7c4e264-04e4-413d-83e4-457902942b33","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:b4:56","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port","admin_state_up":true,"network_id":"52ba4cee-d3cb-48b1-9699-156d66e4de97","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:29:25Z","binding:vnic_type":"normal","device_id":"88402b3b-1d0c-40c9-9c82-cb334b703d9d"}]} 2019-01-03 11:29:42,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-f948663c-68de-4759-8142-007f0b0e954f 2019-01-03 11:29:42,394 - create_instance - INFO - Deleting Port with ID - c7c4e264-04e4-413d-83e4-457902942b33 2019-01-03 11:29:42,395 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-port 2019-01-03 11:29:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/c7c4e264-04e4-413d-83e4-457902942b33 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:42,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9354ed30-ac51-47df-b709-63230090e770 Date: Thu, 03 Jan 2019 11:29:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:42,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/c7c4e264-04e4-413d-83e4-457902942b33 used request id req-9354ed30-ac51-47df-b709-63230090e770 2019-01-03 11:29:42,978 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst 2019-01-03 11:29:42,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:43,159 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29: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-281b0555-18c9-42ae-9231-c411e7829931 x-compute-request-id: req-281b0555-18c9-42ae-9231-c411e7829931 Content-Type: application/json 2019-01-03 11:29:43,159 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-281b0555-18c9-42ae-9231-c411e7829931 2019-01-03 11:29:43,159 - create_instance - INFO - Checking deletion status 2019-01-03 11:29:43,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:43,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29: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-37a9b223-19f9-4314-8cb3-70d65cff198c x-compute-request-id: req-37a9b223-19f9-4314-8cb3-70d65cff198c 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.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:43Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:43,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-37a9b223-19f9-4314-8cb3-70d65cff198c 2019-01-03 11:29:43,402 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - ACTIVE 2019-01-03 11:29:43,402 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:29:46,405 - create_instance - DEBUG - VM status query timeout in 296.754523993 2019-01-03 11:29:46,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:46,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-533b72b8-7956-4e77-aad2-5e1a32a157f8 x-compute-request-id: req-533b72b8-7956-4e77-aad2-5e1a32a157f8 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.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:43Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:46,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-533b72b8-7956-4e77-aad2-5e1a32a157f8 2019-01-03 11:29:46,663 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - ACTIVE 2019-01-03 11:29:46,664 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:29:49,667 - create_instance - DEBUG - VM status query timeout in 293.492848873 2019-01-03 11:29:49,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:50,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42babce7-3e0b-45bc-a895-ad7507854f13 x-compute-request-id: req-42babce7-3e0b-45bc-a895-ad7507854f13 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.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d", "rel": "bookmark"}], "image": {"id": "23952739-ae63-4c3d-b82e-2580e8f6bbb9", "links": [{"href": "http://172.30.9.28:8774/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2019-01-03T11:29:34.000000", "flavor": {"id": "535b25a5-e450-4e8a-9e35-26d9138926af", "links": [{"href": "http://172.30.9.28:8774/flavors/535b25a5-e450-4e8a-9e35-26d9138926af", "rel": "bookmark"}]}, "id": "88402b3b-1d0c-40c9-9c82-cb334b703d9d", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:29:43Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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": "CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst", "created": "2019-01-03T11:29:28Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:29:50,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-42babce7-3e0b-45bc-a895-ad7507854f13 2019-01-03 11:29:50,101 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst] is - ACTIVE 2019-01-03 11:29:50,101 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:29:53,104 - create_instance - DEBUG - VM status query timeout in 290.055434942 2019-01-03 11:29:53,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78e616c46a40f49fcf9044bbb96a2078c1d7b810" 2019-01-03 11:29:53,163 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:29: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-2d24be17-404a-4451-84cb-37ea0ff4bc36 x-compute-request-id: req-2d24be17-404a-4451-84cb-37ea0ff4bc36 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 88402b3b-1d0c-40c9-9c82-cb334b703d9d could not be found.", "code": 404}} 2019-01-03 11:29:53,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/88402b3b-1d0c-40c9-9c82-cb334b703d9d used request id req-2d24be17-404a-4451-84cb-37ea0ff4bc36 2019-01-03 11:29:53,163 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 88402b3b-1d0c-40c9-9c82-cb334b703d9d could not be found. (HTTP 404) (Request-ID: req-2d24be17-404a-4451-84cb-37ea0ff4bc36) 2019-01-03 11:29:53,164 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-inst 2019-01-03 11:29:53,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12aafe87adde094e269f3cf960137566d68d80aa" 2019-01-03 11:29:53,220 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:29: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-a4ddc0e7-d903-4a35-abc8-d9ad3b600d88 x-compute-request-id: req-a4ddc0e7-d903-4a35-abc8-d9ad3b600d88 Content-Length: 0 Content-Type: application/json 2019-01-03 11:29:53,220 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/535b25a5-e450-4e8a-9e35-26d9138926af used request id req-a4ddc0e7-d903-4a35-abc8-d9ad3b600d88 2019-01-03 11:29:53,221 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet 2019-01-03 11:29:53,221 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-subnet 2019-01-03 11:29:53,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/4d0fed12-0c1b-4645-b422-41db68234b71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:55,318 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5eacbf9d-eb4c-4843-b68c-60dd03663f4e Date: Thu, 03 Jan 2019 11:29:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:55,318 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4d0fed12-0c1b-4645-b422-41db68234b71 used request id req-5eacbf9d-eb4c-4843-b68c-60dd03663f4e 2019-01-03 11:29:55,318 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-pub-net 2019-01-03 11:29:55,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/52ba4cee-d3cb-48b1-9699-156d66e4de97 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b8e0077151866807d93e633f42c73dc1a4cac44" 2019-01-03 11:29:56,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85c629d7-c33e-45ff-b70f-c183944f3c1c Date: Thu, 03 Jan 2019 11:29:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:29:56,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/52ba4cee-d3cb-48b1-9699-156d66e4de97 used request id req-85c629d7-c33e-45ff-b70f-c183944f3c1c 2019-01-03 11:29:56,702 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-739bbad6-34d2-417e-82a5-a2702b158ad3-image 2019-01-03 11:29:56,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d17de8bea08e8507419b316a3099b130cba4e514" 2019-01-03 11:29:58,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59e8610b-d4e0-4ae3-8ceb-522477f46670 Date: Thu, 03 Jan 2019 11:29:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:29:58,620 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/23952739-ae63-4c3d-b82e-2580e8f6bbb9 used request id req-59e8610b-d4e0-4ae3-8ceb-522477f46670 2019-01-03 11:29:58,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:58,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-035eee20-19eb-4478-8dd3-24fc09a939a6 Date: Thu, 03 Jan 2019 11:29:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:29:58,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-035eee20-19eb-4478-8dd3-24fc09a939a6 2019-01-03 11:29:58,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:58,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16d6646-1cb6-4067-be07-44c86eb4a0ad Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:29:58,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b16d6646-1cb6-4067-be07-44c86eb4a0ad 2019-01-03 11:29:58,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:59,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c138f080-d6cc-44b3-b838-b64f23d84461 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:29:59,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-c138f080-d6cc-44b3-b838-b64f23d84461 2019-01-03 11:29:59,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:59,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da3aec6-f6b0-4568-ab39-b7e64eff363b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:29:59,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-0da3aec6-f6b0-4568-ab39-b7e64eff363b 2019-01-03 11:29:59,236 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj 2019-01-03 11:29:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:59,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc1fab29-e596-420c-8fcc-17253fc668d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:59,460 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7a6b6909fafa4989ad4fe08ac20a0715 used request id req-dc1fab29-e596-420c-8fcc-17253fc668d4 2019-01-03 11:29:59,461 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-proj-role 2019-01-03 11:29:59,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:59,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b875a8ea-832a-4785-9fc8-ecf715729317 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:59,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c87792bbcb2d47708eaa8bf2e9cf2e7c used request id req-b875a8ea-832a-4785-9fc8-ecf715729317 2019-01-03 11:29:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ec836e0c8b48fd4e76dc0b79d1e0a9a58af0044" 2019-01-03 11:29:59,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ac5f12-4e93-4db0-a72b-3be0d1b0c508 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:29:59,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-08ac5f12-4e93-4db0-a72b-3be0d1b0c508 2019-01-03 11:29:59,670 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-c8facf90-b6ff-49c-user 2019-01-03 11:29:59,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6a3bc93e083c4b119273f2b50a3869c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1ad3aa20a5678a82593817a3a28fee8c61bb0ae" 2019-01-03 11:29:59,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:29:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0742d3a-4238-4020-afe4-1ecfee28adf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:29:59,857 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6a3bc93e083c4b119273f2b50a3869c7 used request id req-c0742d3a-4238-4020-afe4-1ecfee28adf3 2019-01-03 11:29:59,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:00,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["n_eKAEdxTyeegmNU0QH2bg"], "issued_at": "2019-01-03T11:30:00.000000Z"}} 2019-01-03 11:30:00,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8c699670cd7d14f98063c9f79331771d57c96ff" 2019-01-03 11:30:00,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e24cc6e-5a72-4641-b31e-c138c6a99669 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:00,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9e24cc6e-5a72-4641-b31e-c138c6a99669 2019-01-03 11:30:00,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:00,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:00,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["a2xDV7zyTrS0avQjlh62Bg"], "issued_at": "2019-01-03T11:30:00.000000Z"}} 2019-01-03 11:30:00,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:00,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f1a2e2-f5ff-4ae2-adb5-bcd929b51939 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:00,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-10f1a2e2-f5ff-4ae2-adb5-bcd929b51939 2019-01-03 11:30:00,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:00,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:00,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:00,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84780587-57d1-44c1-a708-8f33fc650f14 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:30:00,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj used request id req-84780587-57d1-44c1-a708-8f33fc650f14 2019-01-03 11:30:00,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:00,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d60fa64-f3e5-4423-800e-f118eff2faf5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:30:00,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5d60fa64-f3e5-4423-800e-f118eff2faf5 2019-01-03 11:30:00,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}}' 2019-01-03 11:30:01,038 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:30:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4716dee-3ee5-4cd3-9d8f-8c0398256ba9 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:01,038 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-d4716dee-3ee5-4cd3-9d8f-8c0398256ba9 2019-01-03 11:30:01,038 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-17b4bf88-3790-410-proj 2019-01-03 11:30:01,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:01,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:01,422 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vMzbwBBDTBSkwpz8GlTmtw"], "issued_at": "2019-01-03T11:30:01.000000Z"}} 2019-01-03 11:30:01,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116814eb653007ece445edb3a64a4a3f1c37e376" 2019-01-03 11:30:01,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8eb4a3-4267-4eeb-8dc8-57cf8f895e92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:01,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc8eb4a3-4267-4eeb-8dc8-57cf8f895e92 2019-01-03 11:30:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:01,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:01,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116814eb653007ece445edb3a64a4a3f1c37e376" 2019-01-03 11:30:01,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac79d98a-3c37-4129-90b8-779e2721f8d6 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:30:01,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ac79d98a-3c37-4129-90b8-779e2721f8d6 2019-01-03 11:30:01,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116814eb653007ece445edb3a64a4a3f1c37e376" 2019-01-03 11:30:01,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-478b6a3e-0cf1-44e4-90ec-0ea2e7b468cd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}]} 2019-01-03 11:30:01,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSimpleTests-17b4bf88-3790-410-proj used request id req-478b6a3e-0cf1-44e4-90ec-0ea2e7b468cd 2019-01-03 11:30:01,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116814eb653007ece445edb3a64a4a3f1c37e376" 2019-01-03 11:30:01,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c666356-914d-4361-975e-f9040ddc7d04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:30:01,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3c666356-914d-4361-975e-f9040ddc7d04 2019-01-03 11:30:02,207 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-17b4bf88-3790-410-user 2019-01-03 11:30:02,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:02,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:02,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b89a75e-0b5d-4fb6-875d-2d8fc2a2fd9a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:30:02,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8b89a75e-0b5d-4fb6-875d-2d8fc2a2fd9a 2019-01-03 11:30:02,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" -d '{"role": {"name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}}' 2019-01-03 11:30:02,416 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b06a0b7c-d580-4e78-b694-e398881d3227 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1784c944ebe74c78a217c00a49839063", "links": {"self": "http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063"}, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}} 2019-01-03 11:30:02,416 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b06a0b7c-d580-4e78-b694-e398881d3227 2019-01-03 11:30:02,416 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role 2019-01-03 11:30:02,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:02,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c20b413-d07f-43b3-a863-71b78b33c62d Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063"}, "domain_id": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role", "id": "1784c944ebe74c78a217c00a49839063"}} 2019-01-03 11:30:02,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063 used request id req-2c20b413-d07f-43b3-a863-71b78b33c62d 2019-01-03 11:30:02,436 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role to project CreateInstanceSimpleTests-17b4bf88-3790-410-proj 2019-01-03 11:30:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a/users/d58ef49d762c4c08b167fd2d329d6c65/roles/1784c944ebe74c78a217c00a49839063 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:02,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef210805-fe9f-4ba4-b673-89b635056b6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:30:02,567 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a/users/d58ef49d762c4c08b167fd2d329d6c65/roles/1784c944ebe74c78a217c00a49839063 used request id req-ef210805-fe9f-4ba4-b673-89b635056b6f 2019-01-03 11:30:02,567 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:30:02,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:02,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:02,570 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:30:02,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:02,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:02,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["qDNIv-ymSUGPUgpH2s4nzA"], "issued_at": "2019-01-03T11:30:02.000000Z"}} 2019-01-03 11:30:02,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:03,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3b694e-c501-4538-8e2b-d4159400e86c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:03,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c3b694e-c501-4538-8e2b-d4159400e86c 2019-01-03 11:30:03,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:03,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-9d35977f-b41b-4771-a896-10c7ddc4abfb Date: Thu, 03 Jan 2019 11:30:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image"} 2019-01-03 11:30:03,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image used request id req-9d35977f-b41b-4771-a896-10c7ddc4abfb 2019-01-03 11:30:03,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:03,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b52d38e2-b673-4faa-b767-014fa985015d Date: Thu, 03 Jan 2019 11:30: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"}}} 2019-01-03 11:30:03,364 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b52d38e2-b673-4faa-b767-014fa985015d 2019-01-03 11:30:03,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image"}' 2019-01-03 11:30:03,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda X-Openstack-Request-Id: req-bffff701-cc55-49eb-8025-31310f2ac59a Date: Thu, 03 Jan 2019 11:30:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "min_disk": 0, "protected": false, "id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "file": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file", "checksum": null, "owner": "917c64c5e8794a26a5188b690940334a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:03,659 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-bffff701-cc55-49eb-8025-31310f2ac59a 2019-01-03 11:30:03,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" -d '' 2019-01-03 11:30:05,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b30959c-6fc8-44e4-a0b3-d20c7c22f3a9 Date: Thu, 03 Jan 2019 11:30:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:30:05,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file used request id req-4b30959c-6fc8-44e4-a0b3-d20c7c22f3a9 2019-01-03 11:30:05,427 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:30:05,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:05,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-ee154085-b88a-4c2b-b39f-dd004de27f18 Date: Thu, 03 Jan 2019 11:30:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "metadata": {}}], "self": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "min_disk": 0, "protected": false, "id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "file": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "917c64c5e8794a26a5188b690940334a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:05,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda used request id req-ee154085-b88a-4c2b-b39f-dd004de27f18 2019-01-03 11:30:05,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:05,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b72f5511-b24d-4139-b803-b55101717541 Date: Thu, 03 Jan 2019 11:30: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"}}} 2019-01-03 11:30:05,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b72f5511-b24d-4139-b803-b55101717541 2019-01-03 11:30:05,769 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image 2019-01-03 11:30:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:05,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-6c4a0142-b5f2-4f89-b0f0-1adaf6cfa7d3 Date: Thu, 03 Jan 2019 11:30:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "metadata": {}}], "self": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "min_disk": 0, "protected": false, "id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "file": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "917c64c5e8794a26a5188b690940334a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:05,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda used request id req-6c4a0142-b5f2-4f89-b0f0-1adaf6cfa7d3 2019-01-03 11:30:05,946 - create_image - DEBUG - Instance status is - active 2019-01-03 11:30:05,946 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image 2019-01-03 11:30:05,947 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image 2019-01-03 11:30:05,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:05,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:06,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["rkvhN595S5asWM5by9HOwA"], "issued_at": "2019-01-03T11:30:06.000000Z"}} 2019-01-03 11:30:06,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc38967525106bbbde5777b0a0a8b5063a25d4a" 2019-01-03 11:30:06,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346ab054-67ee-4b2a-88be-9b90f005094e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:06,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-346ab054-67ee-4b2a-88be-9b90f005094e 2019-01-03 11:30:06,415 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:30:06,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc38967525106bbbde5777b0a0a8b5063a25d4a" 2019-01-03 11:30:06,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bdedbd1-7e37-4ae9-94f8-36989e329580 x-compute-request-id: req-0bdedbd1-7e37-4ae9-94f8-36989e329580 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:30:06,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0bdedbd1-7e37-4ae9-94f8-36989e329580 2019-01-03 11:30:06,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc38967525106bbbde5777b0a0a8b5063a25d4a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:30:06,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a8a3e60-ac25-4d32-86d4-fc31729d6454 x-compute-request-id: req-7a8a3e60-ac25-4d32-86d4-fc31729d6454 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:30:06,644 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-7a8a3e60-ac25-4d32-86d4-fc31729d6454 2019-01-03 11:30:06,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:06,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:07,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["PifUy-taRCuI7Eq3COpVVQ"], "issued_at": "2019-01-03T11:30:07.000000Z"}} 2019-01-03 11:30:07,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:07,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af89aedc-47f8-4fdf-8367-452c449f297b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:07,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af89aedc-47f8-4fdf-8367-452c449f297b 2019-01-03 11:30:07,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:07,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c3a8d189-1c55-4ecd-a349-a2934bc7b9ff Date: Thu, 03 Jan 2019 11:30:07 GMT RESP BODY: {"networks":[]} 2019-01-03 11:30:07,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-c3a8d189-1c55-4ecd-a349-a2934bc7b9ff 2019-01-03 11:30:07,302 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net 2019-01-03 11:30:07,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" -d '{"network": {"name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net", "admin_state_up": true}}' 2019-01-03 11:30:07,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-58b9dcff-fef4-4ca8-b101-cb48f58bc6f0 Date: Thu, 03 Jan 2019 11:30:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"09d800aa-78c9-408a-829d-21d9b6241a78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:30:07Z","is_default":false,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","mtu":1450}} 2019-01-03 11:30:07,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-58b9dcff-fef4-4ca8-b101-cb48f58bc6f0 2019-01-03 11:30:07,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:08,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-514ca4fa-064d-47b6-8fb6-fdc604ee839b Date: Thu, 03 Jan 2019 11:30: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":"2019-01-03T11:30:07Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:08,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-514ca4fa-064d-47b6-8fb6-fdc604ee839b 2019-01-03 11:30:08,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:08,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2b04cb71-e9a7-4f61-8fda-9e2118804976 Date: Thu, 03 Jan 2019 11:30:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:30:08,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-2b04cb71-e9a7-4f61-8fda-9e2118804976 2019-01-03 11:30:08,243 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet 2019-01-03 11:30:08,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" -d '{"subnets": [{"ip_version": 4, "network_id": "09d800aa-78c9-408a-829d-21d9b6241a78", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]}' 2019-01-03 11:30:09,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-83a061e5-5a59-44bc-890a-0a90342744f6 Date: Thu, 03 Jan 2019 11:30:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","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":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:09,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-83a061e5-5a59-44bc-890a-0a90342744f6 2019-01-03 11:30:09,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:09,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-882d3647-2205-478f-bede-ebb23137c7ec Date: Thu, 03 Jan 2019 11:30: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":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:09,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-882d3647-2205-478f-bede-ebb23137c7ec 2019-01-03 11:30:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:09,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2755fae7-6f47-4703-8762-c6bf11167ef3 Date: Thu, 03 Jan 2019 11:30:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:09,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-2755fae7-6f47-4703-8762-c6bf11167ef3 2019-01-03 11:30:09,944 - OpenStackNetwork - DEBUG - Network [09d800aa-78c9-408a-829d-21d9b6241a78] created successfully 2019-01-03 11:30:09,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:09,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:10,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["33mnMdRFQL-p5PbiWg2Dig"], "issued_at": "2019-01-03T11:30:10.000000Z"}} 2019-01-03 11:30:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071b2e91-2eb6-43f9-8549-e74424ec95bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:10,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-071b2e91-2eb6-43f9-8549-e74424ec95bc 2019-01-03 11:30:10,394 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:30:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:10,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7dc06d-cfde-47c6-b79d-895d6c9078a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:10,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bd7dc06d-cfde-47c6-b79d-895d6c9078a4 2019-01-03 11:30:10,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:10,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6166cb7f-0261-47a3-a65e-28831e527776 Date: Thu, 03 Jan 2019 11:30:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:10,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-6166cb7f-0261-47a3-a65e-28831e527776 2019-01-03 11:30:10,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:10,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:10,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:10,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b90dd2-7e6b-4625-a0c0-70ba19c5a02f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:10,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-f3b90dd2-7e6b-4625-a0c0-70ba19c5a02f 2019-01-03 11:30:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:10,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d4dca493-a525-4839-8e98-271a98b7244e Date: Thu, 03 Jan 2019 11:30:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:10,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-d4dca493-a525-4839-8e98-271a98b7244e 2019-01-03 11:30:11,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:11,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-94eb1663-8756-4c12-80eb-f6a754456a4a Date: Thu, 03 Jan 2019 11:30:11 GMT RESP BODY: {"ports":[]} 2019-01-03 11:30:11,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True used request id req-94eb1663-8756-4c12-80eb-f6a754456a4a 2019-01-03 11:30:11,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:11,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30: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-fc878c03-8d24-4efe-900d-f18af22adb4a x-compute-request-id: req-fc878c03-8d24-4efe-900d-f18af22adb4a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:30:11,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst used request id req-fc878c03-8d24-4efe-900d-f18af22adb4a 2019-01-03 11:30:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:11,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d8c6a9fd-3474-46f2-8264-51c63862cd60 Date: Thu, 03 Jan 2019 11:30:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:11,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-d8c6a9fd-3474-46f2-8264-51c63862cd60 2019-01-03 11:30:11,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:11,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27dd3767-c251-4578-9d88-09b4bef268df Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:11,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-27dd3767-c251-4578-9d88-09b4bef268df 2019-01-03 11:30:11,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:12,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5d638c47-29c7-46ba-bdf7-05f269c57203 Date: Thu, 03 Jan 2019 11:30:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:12,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-5d638c47-29c7-46ba-bdf7-05f269c57203 2019-01-03 11:30:12,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:12,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e84dd04b-d5ac-480c-9a43-df00225163e5 Date: Thu, 03 Jan 2019 11:30:12 GMT RESP BODY: {"ports":[]} 2019-01-03 11:30:12,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True used request id req-e84dd04b-d5ac-480c-9a43-df00225163e5 2019-01-03 11:30:12,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:12,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:12,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["Yxsp-MqUS7mgopWP3IVekg"], "issued_at": "2019-01-03T11:30:12.000000Z"}} 2019-01-03 11:30:12,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd2157b6b9fffab4dac53cee4caba2d4ce72dfd" 2019-01-03 11:30:12,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299272e1-b9d0-47bb-a22a-b0709ae5594b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:12,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-299272e1-b9d0-47bb-a22a-b0709ae5594b 2019-01-03 11:30:12,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:13,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8b61c272-c4ee-4e5e-9c52-7ce2beceec53 Date: Thu, 03 Jan 2019 11:30:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:13,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-8b61c272-c4ee-4e5e-9c52-7ce2beceec53 2019-01-03 11:30:13,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:13,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e69a9dd2-c5e7-487b-bb01-257efbc819d8 Date: Thu, 03 Jan 2019 11:30:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:13,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-e69a9dd2-c5e7-487b-bb01-257efbc819d8 2019-01-03 11:30:13,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:13,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-fec935cd-b18e-44ec-80db-bcbf2e2be014 Date: Thu, 03 Jan 2019 11:30:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:13,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-fec935cd-b18e-44ec-80db-bcbf2e2be014 2019-01-03 11:30:13,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:13,731 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:13,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efd2157b6b9fffab4dac53cee4caba2d4ce72dfd" 2019-01-03 11:30:13,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ad56c4-2b26-4cbc-b461-3adedbb94da0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:13,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-70ad56c4-2b26-4cbc-b461-3adedbb94da0 2019-01-03 11:30:13,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:13,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4372255d-64ed-4db8-babb-f15d8f74931f Date: Thu, 03 Jan 2019 11:30:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:13,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-4372255d-64ed-4db8-babb-f15d8f74931f 2019-01-03 11:30:13,807 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net 2019-01-03 11:30:13,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" -d '{"port": {"network_id": "09d800aa-78c9-408a-829d-21d9b6241a78", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port", "admin_state_up": true}}' 2019-01-03 11:30:14,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-25aa2217-bad9-46f6-b744-ef824ae83d9d Date: Thu, 03 Jan 2019 11:30:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","project_id":"917c64c5e8794a26a5188b690940334a","qos_policy_id":null,"admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal"}} 2019-01-03 11:30:14,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-25aa2217-bad9-46f6-b744-ef824ae83d9d 2019-01-03 11:30:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-88259381-e074-4b92-b1d1-f5ea9762b8ac Date: Thu, 03 Jan 2019 11:30: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":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:15,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-88259381-e074-4b92-b1d1-f5ea9762b8ac 2019-01-03 11:30:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778e53ef-1797-4c6e-a350-c60ebea37898 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:15,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-778e53ef-1797-4c6e-a350-c60ebea37898 2019-01-03 11:30:15,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0c1e7669-57f8-4b0e-b5d6-ff38d417e473 Date: Thu, 03 Jan 2019 11:30:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:15,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-0c1e7669-57f8-4b0e-b5d6-ff38d417e473 2019-01-03 11:30:15,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-7509a6b4-2350-4fb9-b387-786a839509fd Date: Thu, 03 Jan 2019 11:30:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","project_id":"917c64c5e8794a26a5188b690940334a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:30:15,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port&admin_state_up=True used request id req-7509a6b4-2350-4fb9-b387-786a839509fd 2019-01-03 11:30:15,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3aed6e3-81b9-41d5-b7a8-ec43c30dff9d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:15,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-a3aed6e3-81b9-41d5-b7a8-ec43c30dff9d 2019-01-03 11:30:15,490 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst 2019-01-03 11:30:15,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cdd16b5-b20c-4e12-a367-2465701d63f0 x-compute-request-id: req-9cdd16b5-b20c-4e12-a367-2465701d63f0 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-flavor-name"}]} 2019-01-03 11:30:15,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9cdd16b5-b20c-4e12-a367-2465701d63f0 2019-01-03 11:30:15,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc784774-b736-4a94-bb89-41ad7503b7ec x-compute-request-id: req-dc784774-b736-4a94-bb89-41ad7503b7ec Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:30:15,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b used request id req-dc784774-b736-4a94-bb89-41ad7503b7ec 2019-01-03 11:30:15,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-2bc8ec60-3250-4076-9bd7-72c092993560 Date: Thu, 03 Jan 2019 11:30:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "metadata": {}}], "self": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "min_disk": 0, "protected": false, "id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "file": "/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "917c64c5e8794a26a5188b690940334a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d2d69b14-fb12-4622-aa3d-529a6c644bda/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image"} 2019-01-03 11:30:15,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image used request id req-2bc8ec60-3250-4076-9bd7-72c092993560 2019-01-03 11:30:15,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:15,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0bc80859-2762-4732-96d7-3bc0ec958628 Date: Thu, 03 Jan 2019 11:30:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:30:15,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0bc80859-2762-4732-96d7-3bc0ec958628 2019-01-03 11:30:15,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" -d '{"server": {"name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "imageRef": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "flavorRef": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "max_count": 1, "min_count": 1, "networks": [{"port": "49e426f9-3414-41e2-aefa-d65e3bbe38fb"}]}}' 2019-01-03 11:30:17,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:30:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99f74db5-6689-43c5-b81b-5e68426c0dab x-compute-request-id: req-99f74db5-6689-43c5-b81b-5e68426c0dab Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "adminPass": "4LQuQz577PBx"}} 2019-01-03 11:30:17,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-99f74db5-6689-43c5-b81b-5e68426c0dab 2019-01-03 11:30:17,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:18,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8c18ceb-8c6b-41b5-afc5-2efbb0ad8075 x-compute-request-id: req-e8c18ceb-8c6b-41b5-afc5-2efbb0ad8075 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.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:30:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:18,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-e8c18ceb-8c6b-41b5-afc5-2efbb0ad8075 2019-01-03 11:30:18,024 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst 2019-01-03 11:30:18,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:18,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7548bf3d-f532-4db2-a73a-a95aaf19aec9 x-compute-request-id: req-7548bf3d-f532-4db2-a73a-a95aaf19aec9 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.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:30:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:18,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-7548bf3d-f532-4db2-a73a-a95aaf19aec9 2019-01-03 11:30:18,256 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst] is - BUILD 2019-01-03 11:30:18,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:30:21,260 - create_instance - DEBUG - VM status query timeout in 896.764780045 2019-01-03 11:30:21,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:22,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4efe8c6-2326-4a07-93c3-f67c947bb1a3 x-compute-request-id: req-e4efe8c6-2326-4a07-93c3-f67c947bb1a3 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.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:30:18Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:22,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-e4efe8c6-2326-4a07-93c3-f67c947bb1a3 2019-01-03 11:30:22,087 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst] is - BUILD 2019-01-03 11:30:22,087 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:30:25,091 - create_instance - DEBUG - VM status query timeout in 892.933800936 2019-01-03 11:30:25,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:25,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bce6bb3-1c67-4790-a2b6-8bab43240ed9 x-compute-request-id: req-3bce6bb3-1c67-4790-a2b6-8bab43240ed9 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:25Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:25,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-3bce6bb3-1c67-4790-a2b6-8bab43240ed9 2019-01-03 11:30:25,686 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst] is - ACTIVE 2019-01-03 11:30:25,687 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:30:25,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:26,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7964200a-aef5-43f3-8359-51ddca584347 x-compute-request-id: req-7964200a-aef5-43f3-8359-51ddca584347 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:25Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:26,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-7964200a-aef5-43f3-8359-51ddca584347 2019-01-03 11:30:26,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:26,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6b24b728-240e-4b59-ac37-94662f286c15 Date: Thu, 03 Jan 2019 11:30:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:26,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-6b24b728-240e-4b59-ac37-94662f286c15 2019-01-03 11:30:26,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:26,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dcf4606-a31e-4a7c-9fe0-5cff432ba0b3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:26,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-6dcf4606-a31e-4a7c-9fe0-5cff432ba0b3 2019-01-03 11:30:26,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:26,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-27e98176-2d0c-4d5b-a469-e180e125e496 Date: Thu, 03 Jan 2019 11:30:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:26,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-27e98176-2d0c-4d5b-a469-e180e125e496 2019-01-03 11:30:26,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:26,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-f826149b-db95-42f7-aa4b-d44d24c479c0 Date: Thu, 03 Jan 2019 11:30:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.4"}],"id":"28803594-eae0-4fc2-99c6-d8c59cfc6607","security_groups":[],"mac_address":"fa:16:3e:60:17:05","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.2"}],"id":"2cc6effb-a24f-4c0f-a691-713a381a0db4","security_groups":[],"mac_address":"fa:16:3e:de:34:f9","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal","device_id":"f4355be8-8c12-485c-9e3e-93b78735696e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.3"}],"id":"df043272-c97d-4666-acd4-b1b55d074a6a","security_groups":[],"mac_address":"fa:16:3e:94:98:ad","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-09d800aa-78c9-408a-829d-21d9b6241a78"}]} 2019-01-03 11:30:26,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-f826149b-db95-42f7-aa4b-d44d24c479c0 2019-01-03 11:30:26,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:27,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["TzbOGmdZQpWCCaCTVHgkgw"], "issued_at": "2019-01-03T11:30:27.000000Z"}} 2019-01-03 11:30:27,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37933ef350bb95811470b15ef6636946b1074bc8" 2019-01-03 11:30:28,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30f63311-c4b2-4821-b160-c3df8ba639ee x-compute-request-id: req-30f63311-c4b2-4821-b160-c3df8ba639ee Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:25Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 11:30:28,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst used request id req-30f63311-c4b2-4821-b160-c3df8ba639ee 2019-01-03 11:30:28,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:29,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1784c944ebe74c78a217c00a49839063", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role"}], "expires_at": "2019-01-03T12:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "917c64c5e8794a26a5188b690940334a", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/917c64c5e8794a26a5188b690940334a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-user", "id": "d58ef49d762c4c08b167fd2d329d6c65"}, "audit_ids": ["GEmvA1gaRiSQcPkzoa3apw"], "issued_at": "2019-01-03T11:30:29.000000Z"}} 2019-01-03 11:30:29,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be90acd763c2ab09788daf31c358880dd921ff9" 2019-01-03 11:30:29,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8766076e-460d-448b-af09-1a9d01bf0c09 Date: Thu, 03 Jan 2019 11:30:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:29,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-8766076e-460d-448b-af09-1a9d01bf0c09 2019-01-03 11:30:29,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be90acd763c2ab09788daf31c358880dd921ff9" 2019-01-03 11:30:29,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d53e401-8809-47a1-a21a-c637159f3eae Date: Thu, 03 Jan 2019 11:30:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:29,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-8d53e401-8809-47a1-a21a-c637159f3eae 2019-01-03 11:30:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6be90acd763c2ab09788daf31c358880dd921ff9" 2019-01-03 11:30:29,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-23680019-de3f-4491-82c8-3f9adf1b0d19 Date: Thu, 03 Jan 2019 11:30:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.4"}],"id":"28803594-eae0-4fc2-99c6-d8c59cfc6607","security_groups":[],"mac_address":"fa:16:3e:60:17:05","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.2"}],"id":"2cc6effb-a24f-4c0f-a691-713a381a0db4","security_groups":[],"mac_address":"fa:16:3e:de:34:f9","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal","device_id":"f4355be8-8c12-485c-9e3e-93b78735696e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.3"}],"id":"df043272-c97d-4666-acd4-b1b55d074a6a","security_groups":[],"mac_address":"fa:16:3e:94:98:ad","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-09d800aa-78c9-408a-829d-21d9b6241a78"}]} 2019-01-03 11:30:29,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-23680019-de3f-4491-82c8-3f9adf1b0d19 2019-01-03 11:30:29,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:30,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b266a64-b142-48b8-983d-7f90847552b6 x-compute-request-id: req-9b266a64-b142-48b8-983d-7f90847552b6 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:25Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:30,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-9b266a64-b142-48b8-983d-7f90847552b6 2019-01-03 11:30:30,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:30,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8e6624dc-e66b-4757-8a27-6eaed2b471f9 Date: Thu, 03 Jan 2019 11:30:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:30,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-8e6624dc-e66b-4757-8a27-6eaed2b471f9 2019-01-03 11:30:30,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:30,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b343118d-333c-4b59-8269-d21895dc9d28 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:30,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-b343118d-333c-4b59-8269-d21895dc9d28 2019-01-03 11:30:30,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-054e056c-c304-4063-b945-f92639304616 Date: Thu, 03 Jan 2019 11:30:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:31,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-054e056c-c304-4063-b945-f92639304616 2019-01-03 11:30:31,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-a70fc138-9920-425b-8e45-c7990b784101 Date: Thu, 03 Jan 2019 11:30:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.4"}],"id":"28803594-eae0-4fc2-99c6-d8c59cfc6607","security_groups":[],"mac_address":"fa:16:3e:60:17:05","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.2"}],"id":"2cc6effb-a24f-4c0f-a691-713a381a0db4","security_groups":[],"mac_address":"fa:16:3e:de:34:f9","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal","device_id":"f4355be8-8c12-485c-9e3e-93b78735696e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.3"}],"id":"df043272-c97d-4666-acd4-b1b55d074a6a","security_groups":[],"mac_address":"fa:16:3e:94:98:ad","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-09d800aa-78c9-408a-829d-21d9b6241a78"}]} 2019-01-03 11:30:31,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-a70fc138-9920-425b-8e45-c7990b784101 2019-01-03 11:30:31,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a3285e7-0744-4891-a277-6d69455a4eb2 x-compute-request-id: req-1a3285e7-0744-4891-a277-6d69455a4eb2 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:25Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:31,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-1a3285e7-0744-4891-a277-6d69455a4eb2 2019-01-03 11:30:31,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6b27ac11-f4de-4ddd-bf4f-f676cf6fbfb5 Date: Thu, 03 Jan 2019 11:30: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":["5dcdc565-b8b6-4e70-b012-798e75626d0f"],"updated_at":"2019-01-03T11:30:08Z","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"917c64c5e8794a26a5188b690940334a","id":"09d800aa-78c9-408a-829d-21d9b6241a78","name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net"}]} 2019-01-03 11:30:31,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net used request id req-6b27ac11-f4de-4ddd-bf4f-f676cf6fbfb5 2019-01-03 11:30:31,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1790989a-ab81-479f-988f-5e42ce09991a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:31,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-1790989a-ab81-479f-988f-5e42ce09991a 2019-01-03 11:30:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:31,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5c21345c-41b3-439b-8a2f-bde1578ee952 Date: Thu, 03 Jan 2019 11:30:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"917c64c5e8794a26a5188b690940334a","id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","subnetpool_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet"}]} 2019-01-03 11:30:31,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-5c21345c-41b3-439b-8a2f-bde1578ee952 2019-01-03 11:30:31,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:32,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-fa6f6e9e-edc4-4f80-b84e-69066878df54 Date: Thu, 03 Jan 2019 11:30:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.4"}],"id":"28803594-eae0-4fc2-99c6-d8c59cfc6607","security_groups":[],"mac_address":"fa:16:3e:60:17:05","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.2"}],"id":"2cc6effb-a24f-4c0f-a691-713a381a0db4","security_groups":[],"mac_address":"fa:16:3e:de:34:f9","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-09d800aa-78c9-408a-829d-21d9b6241a78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.12"}],"id":"49e426f9-3414-41e2-aefa-d65e3bbe38fb","security_groups":["0fef8e67-7742-4eff-93d6-2ed7788a29bb"],"mac_address":"fa:16:3e:5f:17:28","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:14Z","binding:vnic_type":"normal","device_id":"f4355be8-8c12-485c-9e3e-93b78735696e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5dcdc565-b8b6-4e70-b012-798e75626d0f","ip_address":"10.55.0.3"}],"id":"df043272-c97d-4666-acd4-b1b55d074a6a","security_groups":[],"mac_address":"fa:16:3e:94:98:ad","project_id":"917c64c5e8794a26a5188b690940334a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"09d800aa-78c9-408a-829d-21d9b6241a78","tenant_id":"917c64c5e8794a26a5188b690940334a","created_at":"2019-01-03T11:30:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-09d800aa-78c9-408a-829d-21d9b6241a78"}]} 2019-01-03 11:30:32,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-fa6f6e9e-edc4-4f80-b84e-69066878df54 2019-01-03 11:30:32,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37933ef350bb95811470b15ef6636946b1074bc8" 2019-01-03 11:30:32,388 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30: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-a9ea67b5-f03c-4444-85c1-83b2d36bcec0 x-compute-request-id: req-a9ea67b5-f03c-4444-85c1-83b2d36bcec0 Content-Type: application/json 2019-01-03 11:30:32,388 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-a9ea67b5-f03c-4444-85c1-83b2d36bcec0 2019-01-03 11:30:32,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:32,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30: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-efaf2e72-4824-4b30-ae1d-6e0b39c42a2f x-compute-request-id: req-efaf2e72-4824-4b30-ae1d-6e0b39c42a2f Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:32Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:32,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-efaf2e72-4824-4b30-ae1d-6e0b39c42a2f 2019-01-03 11:30:32,990 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst] is - ACTIVE 2019-01-03 11:30:32,990 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:30:35,993 - create_instance - DEBUG - VM status query timeout in 296.395025015 2019-01-03 11:30:35,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:36,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e47a0cd-ebaa-477f-b439-c257aa17d01c x-compute-request-id: req-7e47a0cd-ebaa-477f-b439-c257aa17d01c Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:17:28", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f4355be8-8c12-485c-9e3e-93b78735696e", "rel": "bookmark"}], "image": {"id": "d2d69b14-fb12-4622-aa3d-529a6c644bda", "links": [{"href": "http://172.30.9.28:8774/images/d2d69b14-fb12-4622-aa3d-529a6c644bda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:30:24.000000", "flavor": {"id": "0b70fe98-2d4b-4c2c-8877-a04957b2824b", "links": [{"href": "http://172.30.9.28:8774/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b", "rel": "bookmark"}]}, "id": "f4355be8-8c12-485c-9e3e-93b78735696e", "security_groups": [{"name": "default"}], "user_id": "d58ef49d762c4c08b167fd2d329d6c65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:30:32Z", "hostId": "20e847c0aaf76ca0adc3e8438e0151810368fdd43b92eb215e86acaa", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst", "created": "2019-01-03T11:30:17Z", "tenant_id": "917c64c5e8794a26a5188b690940334a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:30:36,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-7e47a0cd-ebaa-477f-b439-c257aa17d01c 2019-01-03 11:30:36,517 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst] is - ACTIVE 2019-01-03 11:30:36,517 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:30:39,520 - create_instance - DEBUG - VM status query timeout in 292.86826396 2019-01-03 11:30:39,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:39,575 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:30:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0269370-a8aa-40ec-a58b-bb952ea3a02e x-compute-request-id: req-d0269370-a8aa-40ec-a58b-bb952ea3a02e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found.", "code": 404}} 2019-01-03 11:30:39,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-d0269370-a8aa-40ec-a58b-bb952ea3a02e 2019-01-03 11:30:39,576 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found. (HTTP 404) (Request-ID: req-d0269370-a8aa-40ec-a58b-bb952ea3a02e) 2019-01-03 11:30:39,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37933ef350bb95811470b15ef6636946b1074bc8" 2019-01-03 11:30:39,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3cff1be3-d57e-4bfa-8cc1-18eb32a205ca x-compute-request-id: req-3cff1be3-d57e-4bfa-8cc1-18eb32a205ca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:30:39,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst used request id req-3cff1be3-d57e-4bfa-8cc1-18eb32a205ca 2019-01-03 11:30:39,666 - create_instance - INFO - Deleting Port with ID - 49e426f9-3414-41e2-aefa-d65e3bbe38fb 2019-01-03 11:30:39,666 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-port 2019-01-03 11:30:39,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/49e426f9-3414-41e2-aefa-d65e3bbe38fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:40,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae9c2294-eb4e-4c88-98ee-d8bf253c99cb Date: Thu, 03 Jan 2019 11:30:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:30:40,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/49e426f9-3414-41e2-aefa-d65e3bbe38fb used request id req-ae9c2294-eb4e-4c88-98ee-d8bf253c99cb 2019-01-03 11:30:40,140 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst 2019-01-03 11:30:40,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:40,188 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5653490f-3578-4141-9db4-eede5c5b9c45 x-compute-request-id: req-5653490f-3578-4141-9db4-eede5c5b9c45 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found.", "code": 404}} 2019-01-03 11:30:40,189 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-5653490f-3578-4141-9db4-eede5c5b9c45 2019-01-03 11:30:40,189 - create_instance - WARNING - Instance already deleted - Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found. (HTTP 404) (Request-ID: req-5653490f-3578-4141-9db4-eede5c5b9c45) 2019-01-03 11:30:40,190 - create_instance - INFO - Checking deletion status 2019-01-03 11:30:40,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cc70f5df5b967203aff3cdcc3974fb7dda498c" 2019-01-03 11:30:40,241 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d282144-c4bd-4cda-bf87-d8e4a73ef31a x-compute-request-id: req-6d282144-c4bd-4cda-bf87-d8e4a73ef31a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found.", "code": 404}} 2019-01-03 11:30:40,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f4355be8-8c12-485c-9e3e-93b78735696e used request id req-6d282144-c4bd-4cda-bf87-d8e4a73ef31a 2019-01-03 11:30:40,241 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f4355be8-8c12-485c-9e3e-93b78735696e could not be found. (HTTP 404) (Request-ID: req-6d282144-c4bd-4cda-bf87-d8e4a73ef31a) 2019-01-03 11:30:40,241 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-inst 2019-01-03 11:30:40,246 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc38967525106bbbde5777b0a0a8b5063a25d4a" 2019-01-03 11:30:40,285 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5eea9546-5401-4822-9fdd-718e9ce6ab74 x-compute-request-id: req-5eea9546-5401-4822-9fdd-718e9ce6ab74 Content-Length: 0 Content-Type: application/json 2019-01-03 11:30:40,285 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0b70fe98-2d4b-4c2c-8877-a04957b2824b used request id req-5eea9546-5401-4822-9fdd-718e9ce6ab74 2019-01-03 11:30:40,286 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet 2019-01-03 11:30:40,286 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-subnet 2019-01-03 11:30:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5dcdc565-b8b6-4e70-b012-798e75626d0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:42,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af5e8b05-307c-4e35-b8df-0b9722cfeb80 Date: Thu, 03 Jan 2019 11:30:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:30:42,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5dcdc565-b8b6-4e70-b012-798e75626d0f used request id req-af5e8b05-307c-4e35-b8df-0b9722cfeb80 2019-01-03 11:30:42,708 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-pub-net 2019-01-03 11:30:42,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/09d800aa-78c9-408a-829d-21d9b6241a78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}167888477d53e43e3116f9f9c5cdbed9fac925be" 2019-01-03 11:30:44,076 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19c65f2b-a3eb-4aa3-8546-685d1414474b Date: Thu, 03 Jan 2019 11:30:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:30:44,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/09d800aa-78c9-408a-829d-21d9b6241a78 used request id req-19c65f2b-a3eb-4aa3-8546-685d1414474b 2019-01-03 11:30:44,077 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-427455dc-8a3a-449d-ade3-eecd27834964-image 2019-01-03 11:30:44,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20450024df6113dbaf2a4075e52684ad1125749d" 2019-01-03 11:30:46,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a0601845-c8cb-442b-91aa-ff7e313a1256 Date: Thu, 03 Jan 2019 11:30:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:30:46,069 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d2d69b14-fb12-4622-aa3d-529a6c644bda used request id req-a0601845-c8cb-442b-91aa-ff7e313a1256 2019-01-03 11:30:46,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:46,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ff411d9d-1865-48ba-b5a0-239a3aa508bc Date: Thu, 03 Jan 2019 11:30:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "917c64c5e8794a26a5188b690940334a", "created_at": "2019-01-03T11:30:07Z", "updated_at": "2019-01-03T11:30:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "revision_number": 0, "id": "4659b582-b0d3-4285-b4e4-e5e0989051f4", "remote_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "tenant_id": "917c64c5e8794a26a5188b690940334a", "port_range_min": null, "ethertype": "IPv6", "project_id": "917c64c5e8794a26a5188b690940334a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "revision_number": 0, "id": "51daf440-5bb7-4759-9420-94950d23494e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "tenant_id": "917c64c5e8794a26a5188b690940334a", "port_range_min": null, "ethertype": "IPv4", "project_id": "917c64c5e8794a26a5188b690940334a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "revision_number": 0, "id": "64b746c9-d186-4bfd-9374-84ce714f5adb", "remote_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "tenant_id": "917c64c5e8794a26a5188b690940334a", "port_range_min": null, "ethertype": "IPv4", "project_id": "917c64c5e8794a26a5188b690940334a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "revision_number": 0, "id": "8bb228fb-bd3d-49a7-ad1e-fb95f80dc259", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "tenant_id": "917c64c5e8794a26a5188b690940334a", "port_range_min": null, "ethertype": "IPv6", "project_id": "917c64c5e8794a26a5188b690940334a"}], "revision_number": 4, "project_id": "917c64c5e8794a26a5188b690940334a", "id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:30:46,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-ff411d9d-1865-48ba-b5a0-239a3aa508bc 2019-01-03 11:30:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:46,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd8b0b77-7418-46bc-95d6-1223eb541ba8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a"}, "enabled": true, "id": "917c64c5e8794a26a5188b690940334a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-17b4bf88-3790-410-proj"}} 2019-01-03 11:30:46,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-bd8b0b77-7418-46bc-95d6-1223eb541ba8 2019-01-03 11:30:46,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0fef8e67-7742-4eff-93d6-2ed7788a29bb 2019-01-03 11:30:46,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0fef8e67-7742-4eff-93d6-2ed7788a29bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:46,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5665c28d-0e93-4fc7-a0f4-488459b1cdc5 Date: Thu, 03 Jan 2019 11:30:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "port_range_min": null, "revision_number": 0, "tenant_id": "917c64c5e8794a26a5188b690940334a", "created_at": "2019-01-03T11:30:07Z", "project_id": "917c64c5e8794a26a5188b690940334a", "id": "4659b582-b0d3-4285-b4e4-e5e0989051f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "port_range_min": null, "revision_number": 0, "tenant_id": "917c64c5e8794a26a5188b690940334a", "created_at": "2019-01-03T11:30:07Z", "project_id": "917c64c5e8794a26a5188b690940334a", "id": "51daf440-5bb7-4759-9420-94950d23494e"}, {"remote_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "port_range_min": null, "revision_number": 0, "tenant_id": "917c64c5e8794a26a5188b690940334a", "created_at": "2019-01-03T11:30:07Z", "project_id": "917c64c5e8794a26a5188b690940334a", "id": "64b746c9-d186-4bfd-9374-84ce714f5adb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:07Z", "security_group_id": "0fef8e67-7742-4eff-93d6-2ed7788a29bb", "port_range_min": null, "revision_number": 0, "tenant_id": "917c64c5e8794a26a5188b690940334a", "created_at": "2019-01-03T11:30:07Z", "project_id": "917c64c5e8794a26a5188b690940334a", "id": "8bb228fb-bd3d-49a7-ad1e-fb95f80dc259"}]} 2019-01-03 11:30:46,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0fef8e67-7742-4eff-93d6-2ed7788a29bb used request id req-5665c28d-0e93-4fc7-a0f4-488459b1cdc5 2019-01-03 11:30:46,552 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:30:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0fef8e67-7742-4eff-93d6-2ed7788a29bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:46,871 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d78e195f-65f8-429c-b117-0c73f210df28 Content-Length: 0 Date: Thu, 03 Jan 2019 11:30:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:30:46,871 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0fef8e67-7742-4eff-93d6-2ed7788a29bb used request id req-d78e195f-65f8-429c-b117-0c73f210df28 2019-01-03 11:30:46,872 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-17b4bf88-3790-410-proj 2019-01-03 11:30:46,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:47,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c18bf510-e7c4-45ad-90af-3513820eb2e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:30:47,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/917c64c5e8794a26a5188b690940334a used request id req-c18bf510-e7c4-45ad-90af-3513820eb2e7 2019-01-03 11:30:47,059 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-17b4bf88-3790-410-proj-role 2019-01-03 11:30:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:47,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3e3d5ad-9929-4a53-8cd9-bffb48b2f97f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:30:47,182 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1784c944ebe74c78a217c00a49839063 used request id req-b3e3d5ad-9929-4a53-8cd9-bffb48b2f97f 2019-01-03 11:30:47,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e43f2e86976f340b8c14631e26d1e6659145b9" 2019-01-03 11:30:47,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e76776-19eb-40e5-b323-3780b70efff5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:30:47,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-81e76776-19eb-40e5-b323-3780b70efff5 2019-01-03 11:30:47,275 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-17b4bf88-3790-410-user 2019-01-03 11:30:47,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/d58ef49d762c4c08b167fd2d329d6c65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}116814eb653007ece445edb3a64a4a3f1c37e376" 2019-01-03 11:30:47,640 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97ccf052-2ea6-425f-abca-8c04245c29fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:30:47,641 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/d58ef49d762c4c08b167fd2d329d6c65 used request id req-97ccf052-2ea6-425f-abca-8c04245c29fb 2019-01-03 11:30:47,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:48,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["sxnCZR6-TV-nd-Ux3DDdnQ"], "issued_at": "2019-01-03T11:30:48.000000Z"}} 2019-01-03 11:30:48,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e24ed45bf473e7d6f69532e71bae657b668bd3" 2019-01-03 11:30:48,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f4eacf-bf0b-4a27-b997-5f2831e50f59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:48,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-28f4eacf-bf0b-4a27-b997-5f2831e50f59 2019-01-03 11:30:48,199 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:48,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:48,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qTDSux-PRrqIXIdlUr0avA"], "issued_at": "2019-01-03T11:30:48.000000Z"}} 2019-01-03 11:30:48,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:48,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0501630-2802-47ea-933d-5c7b3c608a57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:48,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b0501630-2802-47ea-933d-5c7b3c608a57 2019-01-03 11:30:48,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:48,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:48,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:48,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e95fb82-44b7-4aae-a93a-66fccb74be5a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:30:48,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj used request id req-2e95fb82-44b7-4aae-a93a-66fccb74be5a 2019-01-03 11:30:48,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:48,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb1d27d-5314-4c93-9a44-dddd6c489347 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:30:48,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-fcb1d27d-5314-4c93-9a44-dddd6c489347 2019-01-03 11:30:48,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}}' 2019-01-03 11:30:49,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:30:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e24c562e-77a4-4ff9-be09-07e958786c99 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:30:49,021 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e24c562e-77a4-4ff9-be09-07e958786c99 2019-01-03 11:30:49,022 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj 2019-01-03 11:30:49,022 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:49,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:49,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["46mSuEkjQlGxAuVfwU24-w"], "issued_at": "2019-01-03T11:30:49.000000Z"}} 2019-01-03 11:30:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95b80aa9fe45f79dcb9be686fc200a5c4decca3" 2019-01-03 11:30:49,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c7169f-64de-4c83-a2e4-1fcef14c2e89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:49,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b2c7169f-64de-4c83-a2e4-1fcef14c2e89 2019-01-03 11:30:49,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:49,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:49,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95b80aa9fe45f79dcb9be686fc200a5c4decca3" 2019-01-03 11:30:49,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea4b30f8-4de2-4e08-a11e-fd5bf4e393d1 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:30:49,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ea4b30f8-4de2-4e08-a11e-fd5bf4e393d1 2019-01-03 11:30:49,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95b80aa9fe45f79dcb9be686fc200a5c4decca3" 2019-01-03 11:30:49,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6e3a37-a29d-4a9a-8617-88d0f3a15d7d Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}]} 2019-01-03 11:30:49,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj used request id req-ec6e3a37-a29d-4a9a-8617-88d0f3a15d7d 2019-01-03 11:30:49,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95b80aa9fe45f79dcb9be686fc200a5c4decca3" 2019-01-03 11:30:49,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a35438-c807-4ced-83e5-4c6f05f6672e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:30:49,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-05a35438-c807-4ced-83e5-4c6f05f6672e 2019-01-03 11:30:50,104 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user 2019-01-03 11:30:50,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:50,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9e4351-edc3-4629-be14-21bea5ac6f40 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:30:50,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3e9e4351-edc3-4629-be14-21bea5ac6f40 2019-01-03 11:30:50,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" -d '{"role": {"name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}}' 2019-01-03 11:30:50,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eb93f16-2c46-402b-b291-87aa388754ec Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b068462eb2a84515abbc93b186bb3b47", "links": {"self": "http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47"}, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}} 2019-01-03 11:30:50,320 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2eb93f16-2c46-402b-b291-87aa388754ec 2019-01-03 11:30:50,320 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role 2019-01-03 11:30:50,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:50,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6d1f60-6e76-43da-a3fc-41bbae1a6ae4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role", "id": "b068462eb2a84515abbc93b186bb3b47"}} 2019-01-03 11:30:50,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47 used request id req-4b6d1f60-6e76-43da-a3fc-41bbae1a6ae4 2019-01-03 11:30:50,403 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role to project CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj 2019-01-03 11:30:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36/users/6127306068a8431c973ec3c1257250f5/roles/b068462eb2a84515abbc93b186bb3b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:30:50,537 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b727d33f-8b93-4415-99a1-a364ea36082d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:30:50,537 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36/users/6127306068a8431c973ec3c1257250f5/roles/b068462eb2a84515abbc93b186bb3b47 used request id req-b727d33f-8b93-4415-99a1-a364ea36082d 2019-01-03 11:30:50,538 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:30:50,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:50,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:50,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b068462eb2a84515abbc93b186bb3b47", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}], "expires_at": "2019-01-03T12:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1848daa68dfa4fe0956d92581465ff36", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user", "id": "6127306068a8431c973ec3c1257250f5"}, "audit_ids": ["GNS89iuHSM2XvE1xBXsGsQ"], "issued_at": "2019-01-03T11:30:50.000000Z"}} 2019-01-03 11:30:50,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:51,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7377eb1-a816-4eff-889e-2574d4c95cae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:51,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a7377eb1-a816-4eff-889e-2574d4c95cae 2019-01-03 11:30:51,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:51,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a3bb9dd7-cb48-4553-bfb7-b7d779e4b921 Date: Thu, 03 Jan 2019 11:30:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image"} 2019-01-03 11:30:51,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image used request id req-a3bb9dd7-cb48-4553-bfb7-b7d779e4b921 2019-01-03 11:30:51,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:51,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-035837e5-fbb3-4df2-b699-5d609c848736 Date: Thu, 03 Jan 2019 11:30: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"}}} 2019-01-03 11:30:51,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-035837e5-fbb3-4df2-b699-5d609c848736 2019-01-03 11:30:51,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image"}' 2019-01-03 11:30:51,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 X-Openstack-Request-Id: req-8b9472db-4559-4815-903f-d3a2d40d355e Date: Thu, 03 Jan 2019 11:30:51 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691", "min_disk": 0, "protected": false, "id": "62301005-5df7-4300-bf69-0a7b41258691", "file": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file", "checksum": null, "owner": "1848daa68dfa4fe0956d92581465ff36", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:51,609 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-8b9472db-4559-4815-903f-d3a2d40d355e 2019-01-03 11:30:51,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" -d '' 2019-01-03 11:30:53,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7c492c6-79fc-4c3f-8444-86223c74a26b Date: Thu, 03 Jan 2019 11:30:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:30:53,460 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file used request id req-e7c492c6-79fc-4c3f-8444-86223c74a26b 2019-01-03 11:30:53,460 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:30:53,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:53,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-84687342-32bb-4f49-b359-6450ad8a69d9 Date: Thu, 03 Jan 2019 11:30:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "metadata": {}}], "self": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691", "min_disk": 0, "protected": false, "id": "62301005-5df7-4300-bf69-0a7b41258691", "file": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1848daa68dfa4fe0956d92581465ff36", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:53,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 used request id req-84687342-32bb-4f49-b359-6450ad8a69d9 2019-01-03 11:30:53,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:53,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-79517897-5742-4284-a49b-b09a42e1295b Date: Thu, 03 Jan 2019 11:30: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"}}} 2019-01-03 11:30:53,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-79517897-5742-4284-a49b-b09a42e1295b 2019-01-03 11:30:53,775 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image 2019-01-03 11:30:53,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:30:53,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-9e2e269d-bf8f-4e2a-a48c-bf1dae74b255 Date: Thu, 03 Jan 2019 11:30:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "metadata": {}}], "self": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691", "min_disk": 0, "protected": false, "id": "62301005-5df7-4300-bf69-0a7b41258691", "file": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1848daa68dfa4fe0956d92581465ff36", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:30:53,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 used request id req-9e2e269d-bf8f-4e2a-a48c-bf1dae74b255 2019-01-03 11:30:53,944 - create_image - DEBUG - Instance status is - active 2019-01-03 11:30:53,944 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image 2019-01-03 11:30:53,944 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image 2019-01-03 11:30:53,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:53,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:54,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b068462eb2a84515abbc93b186bb3b47", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}], "expires_at": "2019-01-03T12:30:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1848daa68dfa4fe0956d92581465ff36", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user", "id": "6127306068a8431c973ec3c1257250f5"}, "audit_ids": ["BHANdz2dQgGcWbcCg9xIWw"], "issued_at": "2019-01-03T11:30:54.000000Z"}} 2019-01-03 11:30:54,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:54,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-846fa4fc-7ddf-48a5-83a7-af0964835cab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:54,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-846fa4fc-7ddf-48a5-83a7-af0964835cab 2019-01-03 11:30:54,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:54,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7682bbc8-27da-4658-8b97-0e0c6c16a25f Date: Thu, 03 Jan 2019 11:30:54 GMT RESP BODY: {"networks":[]} 2019-01-03 11:30:54,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-7682bbc8-27da-4658-8b97-0e0c6c16a25f 2019-01-03 11:30:54,661 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net 2019-01-03 11:30:54,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" -d '{"network": {"name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net", "admin_state_up": true}}' 2019-01-03 11:30:55,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-7887c4d4-7ef0-4cc3-9308-861fd7eb8e37 Date: Thu, 03 Jan 2019 11:30:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:30:55Z","is_default":false,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","mtu":1450}} 2019-01-03 11:30:55,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7887c4d4-7ef0-4cc3-9308-861fd7eb8e37 2019-01-03 11:30:55,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:55,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c16cfcd9-549f-4dc7-9443-5d14bfff8ddc Date: Thu, 03 Jan 2019 11:30:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:30:55Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:30:55,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-c16cfcd9-549f-4dc7-9443-5d14bfff8ddc 2019-01-03 11:30:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:55,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-31d5bd24-1dcc-44df-83f7-346f3fea642f Date: Thu, 03 Jan 2019 11:30:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:30:55,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-31d5bd24-1dcc-44df-83f7-346f3fea642f 2019-01-03 11:30:55,795 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet 2019-01-03 11:30:55,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" -d '{"subnets": [{"ip_version": 4, "network_id": "e9d2f3d5-ea92-413c-89ae-8184564f47c8", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]}' 2019-01-03 11:30:56,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f17c9a68-288f-4bf2-a7bb-9c4f22b50bc0 Date: Thu, 03 Jan 2019 11:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:30:56,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f17c9a68-288f-4bf2-a7bb-9c4f22b50bc0 2019-01-03 11:30:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:56,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2dcdab5a-a72d-4e5f-87dd-776407c0a342 Date: Thu, 03 Jan 2019 11:30: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:30:56,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-2dcdab5a-a72d-4e5f-87dd-776407c0a342 2019-01-03 11:30:56,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:30:56,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6a4bb0cf-ed0c-4482-ae04-869cc44ca6be Date: Thu, 03 Jan 2019 11:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:30:56,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-6a4bb0cf-ed0c-4482-ae04-869cc44ca6be 2019-01-03 11:30:56,754 - OpenStackNetwork - DEBUG - Network [e9d2f3d5-ea92-413c-89ae-8184564f47c8] created successfully 2019-01-03 11:30:56,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:56,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:57,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["OPL0WmDvTY6PiBRQZ-qqNw"], "issued_at": "2019-01-03T11:30:57.000000Z"}} 2019-01-03 11:30:57,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43cb7ffc1069d147b21d6c491ff2949a365b4dd" 2019-01-03 11:30:57,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4ac07a-1643-40f2-8ba9-7fdf1f986160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:57,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ee4ac07a-1643-40f2-8ba9-7fdf1f986160 2019-01-03 11:30:57,224 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:30:57,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43cb7ffc1069d147b21d6c491ff2949a365b4dd" 2019-01-03 11:30:57,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5078f94-74b8-415c-9302-4e9e58c08fe3 x-compute-request-id: req-c5078f94-74b8-415c-9302-4e9e58c08fe3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:30:57,418 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c5078f94-74b8-415c-9302-4e9e58c08fe3 2019-01-03 11:30:57,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43cb7ffc1069d147b21d6c491ff2949a365b4dd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:30:57,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-317c10a7-5558-4545-9d4c-5195ab69f0a0 x-compute-request-id: req-317c10a7-5558-4545-9d4c-5195ab69f0a0 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:30:57,477 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-317c10a7-5558-4545-9d4c-5195ab69f0a0 2019-01-03 11:30:57,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:57,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:30:57,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b068462eb2a84515abbc93b186bb3b47", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}], "expires_at": "2019-01-03T12:30:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1848daa68dfa4fe0956d92581465ff36", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user", "id": "6127306068a8431c973ec3c1257250f5"}, "audit_ids": ["3N-W0UZGRUG5kf9RZYW9Ag"], "issued_at": "2019-01-03T11:30:57.000000Z"}} 2019-01-03 11:30:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:57,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac8d9b4-6b20-4db4-9979-636ef88d868e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:57,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4ac8d9b4-6b20-4db4-9979-636ef88d868e 2019-01-03 11:30:57,928 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:30:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e9824a-6ffd-4940-ae8e-f5318270d004 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:30:58,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e3e9824a-6ffd-4940-ae8e-f5318270d004 2019-01-03 11:30:58,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-da52f77e-5e88-4f56-8241-2a3c5276a17a Date: Thu, 03 Jan 2019 11:30: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:30:58,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-da52f77e-5e88-4f56-8241-2a3c5276a17a 2019-01-03 11:30:58,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:30:58,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:30: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:30:58,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d67eb71-5b65-4734-92ba-3c73b2ee390a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:30:58,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-5d67eb71-5b65-4734-92ba-3c73b2ee390a 2019-01-03 11:30:58,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-679172e4-4f78-421c-91ec-267c4c50741a Date: Thu, 03 Jan 2019 11:30:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:30:58,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-679172e4-4f78-421c-91ec-267c4c50741a 2019-01-03 11:30:58,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2390d285-713c-453f-8e67-08d634d67393 Date: Thu, 03 Jan 2019 11:30:58 GMT RESP BODY: {"ports":[]} 2019-01-03 11:30:58,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True used request id req-2390d285-713c-453f-8e67-08d634d67393 2019-01-03 11:30:58,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:58,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30: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-5c17d0db-f871-46bb-8ca0-5e1e733f1273 x-compute-request-id: req-5c17d0db-f871-46bb-8ca0-5e1e733f1273 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:30:58,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst used request id req-5c17d0db-f871-46bb-8ca0-5e1e733f1273 2019-01-03 11:30:59,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:59,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-fd3c01c5-30c4-4848-b67e-eb779cb279d8 Date: Thu, 03 Jan 2019 11:30: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:30:59,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-fd3c01c5-30c4-4848-b67e-eb779cb279d8 2019-01-03 11:30:59,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:30:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1ba908-07e2-4822-9d96-60c1171bdf81 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:30:59,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-9a1ba908-07e2-4822-9d96-60c1171bdf81 2019-01-03 11:30:59,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:59,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bad8f7df-379a-488e-9abd-b66ede6a62d9 Date: Thu, 03 Jan 2019 11:30:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:30:59,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-bad8f7df-379a-488e-9abd-b66ede6a62d9 2019-01-03 11:30:59,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:30:59,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a44b0188-2bfa-4eb8-88db-cc5525058d5a Date: Thu, 03 Jan 2019 11:30:59 GMT RESP BODY: {"ports":[]} 2019-01-03 11:30:59,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True used request id req-a44b0188-2bfa-4eb8-88db-cc5525058d5a 2019-01-03 11:30:59,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:30:59,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:00,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b068462eb2a84515abbc93b186bb3b47", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role"}], "expires_at": "2019-01-03T12:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1848daa68dfa4fe0956d92581465ff36", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/1848daa68dfa4fe0956d92581465ff36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user", "id": "6127306068a8431c973ec3c1257250f5"}, "audit_ids": ["HPax7DiUTo6jZAkhCI-32Q"], "issued_at": "2019-01-03T11:31:00.000000Z"}} 2019-01-03 11:31:00,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5725368c0d21c027d40f12cd0f0a3e8d41baa0" 2019-01-03 11:31:00,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58d8d666-62fa-4fc0-9ff1-963ce0877148 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:00,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-58d8d666-62fa-4fc0-9ff1-963ce0877148 2019-01-03 11:31:00,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:00,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8b86e22b-4a6c-4a90-9a68-9d5cec47c3e7 Date: Thu, 03 Jan 2019 11:31: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:31:00,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-8b86e22b-4a6c-4a90-9a68-9d5cec47c3e7 2019-01-03 11:31:00,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:00,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4beceacd-b9cd-46d6-b82c-7ea20c27747d Date: Thu, 03 Jan 2019 11:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:31:00,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-4beceacd-b9cd-46d6-b82c-7ea20c27747d 2019-01-03 11:31:00,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:00,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-13c6c582-c4ae-433d-b769-fa602773e737 Date: Thu, 03 Jan 2019 11:31: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:31:00,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-13c6c582-c4ae-433d-b769-fa602773e737 2019-01-03 11:31:00,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:00,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:00,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5725368c0d21c027d40f12cd0f0a3e8d41baa0" 2019-01-03 11:31:00,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c05299-b71a-45ef-be60-3644cb30aaab Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:31:00,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-97c05299-b71a-45ef-be60-3644cb30aaab 2019-01-03 11:31:00,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:00,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2d9a962c-da61-477e-be2b-b0b2d91c97a9 Date: Thu, 03 Jan 2019 11:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:31:00,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-2d9a962c-da61-477e-be2b-b0b2d91c97a9 2019-01-03 11:31:00,958 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net 2019-01-03 11:31:00,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" -d '{"port": {"network_id": "e9d2f3d5-ea92-413c-89ae-8184564f47c8", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2019-01-03 11:31:01,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-0d0139cc-cacf-445f-bcf2-57a5f5714600 Date: Thu, 03 Jan 2019 11:31:01 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":"2019-01-03T11:31:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.7"}],"id":"8bdc2621-837f-45a6-84b4-f92768e7dac4","security_groups":["185f6042-b578-43ca-9486-2bc0f409326c"],"mac_address":"fa:16:3e:f3:2a:6a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1","project_id":"1848daa68dfa4fe0956d92581465ff36","qos_policy_id":null,"admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:31:01Z","binding:vnic_type":"normal"}} 2019-01-03 11:31:01,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0d0139cc-cacf-445f-bcf2-57a5f5714600 2019-01-03 11:31:01,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0a735f20-5ede-4085-976d-912cddfe817a Date: Thu, 03 Jan 2019 11:31: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:31:02,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-0a735f20-5ede-4085-976d-912cddfe817a 2019-01-03 11:31:02,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4596ff6-db49-493f-98bf-2c5dfb8cb745 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:31:02,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-e4596ff6-db49-493f-98bf-2c5dfb8cb745 2019-01-03 11:31:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5db1fc34-75dd-4088-a90a-04649657e1a1 Date: Thu, 03 Jan 2019 11:31:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:31:02,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-5db1fc34-75dd-4088-a90a-04649657e1a1 2019-01-03 11:31:02,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-c02ba0bd-69bb-48f1-bbd8-5b72433fdbae Date: Thu, 03 Jan 2019 11:31:02 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":"2019-01-03T11:31:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.7"}],"id":"8bdc2621-837f-45a6-84b4-f92768e7dac4","security_groups":["185f6042-b578-43ca-9486-2bc0f409326c"],"mac_address":"fa:16:3e:f3:2a:6a","project_id":"1848daa68dfa4fe0956d92581465ff36","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1","admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:31:01Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:31:02,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1&admin_state_up=True used request id req-c02ba0bd-69bb-48f1-bbd8-5b72433fdbae 2019-01-03 11:31:02,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cecfaab-a39a-43d4-bb4d-174404336099 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:31:02,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-0cecfaab-a39a-43d4-bb4d-174404336099 2019-01-03 11:31:02,332 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst 2019-01-03 11:31:02,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-577f1cca-f63c-4fbe-84fc-fd47438ebe3e x-compute-request-id: req-577f1cca-f63c-4fbe-84fc-fd47438ebe3e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-flavor-name"}]} 2019-01-03 11:31:02,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-577f1cca-f63c-4fbe-84fc-fd47438ebe3e 2019-01-03 11:31:02,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-269eaa6c-72f0-4fca-ba1f-fb096fbb0476 x-compute-request-id: req-269eaa6c-72f0-4fca-ba1f-fb096fbb0476 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:31:02,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89 used request id req-269eaa6c-72f0-4fca-ba1f-fb096fbb0476 2019-01-03 11:31:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-6bdae905-0384-4e55-a13a-c932969e5fd6 Date: Thu, 03 Jan 2019 11:31:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:30:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:30:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "metadata": {}}], "self": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691", "min_disk": 0, "protected": false, "id": "62301005-5df7-4300-bf69-0a7b41258691", "file": "/v2/images/62301005-5df7-4300-bf69-0a7b41258691/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1848daa68dfa4fe0956d92581465ff36", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/62301005-5df7-4300-bf69-0a7b41258691/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image"} 2019-01-03 11:31:02,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image used request id req-6bdae905-0384-4e55-a13a-c932969e5fd6 2019-01-03 11:31:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:02,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ce11668-c3f2-45d3-bc3d-398b26be8b7f Date: Thu, 03 Jan 2019 11:31:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:31:02,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-9ce11668-c3f2-45d3-bc3d-398b26be8b7f 2019-01-03 11:31:02,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" -d '{"server": {"name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "imageRef": "62301005-5df7-4300-bf69-0a7b41258691", "flavorRef": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "max_count": 1, "min_count": 1, "networks": [{"port": "8bdc2621-837f-45a6-84b4-f92768e7dac4"}]}}' 2019-01-03 11:31:04,402 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:31: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-99eaba4a-5dfe-4edf-bf82-89670ce10cbe x-compute-request-id: req-99eaba4a-5dfe-4edf-bf82-89670ce10cbe Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "adminPass": "GZcVAan6ZoB7"}} 2019-01-03 11:31:04,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-99eaba4a-5dfe-4edf-bf82-89670ce10cbe 2019-01-03 11:31:04,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:04,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-df19f546-97eb-40eb-9f1a-9ccdb6c04116 x-compute-request-id: req-df19f546-97eb-40eb-9f1a-9ccdb6c04116 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.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:31:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:04,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-df19f546-97eb-40eb-9f1a-9ccdb6c04116 2019-01-03 11:31:04,786 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst 2019-01-03 11:31:04,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:05,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-d51405cf-d538-4c03-9e2f-34fdf5ea8604 x-compute-request-id: req-d51405cf-d538-4c03-9e2f-34fdf5ea8604 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.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:31:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:05,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-d51405cf-d538-4c03-9e2f-34fdf5ea8604 2019-01-03 11:31:05,033 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst] is - BUILD 2019-01-03 11:31:05,033 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:31:08,036 - create_instance - DEBUG - VM status query timeout in 896.75030303 2019-01-03 11:31:08,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:08,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3ad8935-db53-4f40-9742-ae6cc3a9e882 x-compute-request-id: req-d3ad8935-db53-4f40-9742-ae6cc3a9e882 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.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "security_groups": [{"name": "default"}], "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:31:05Z", "hostId": "619d8c99c9e39cd7fe95ff84ef4ade73e317ff09bf3d987251b3922c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:08,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-d3ad8935-db53-4f40-9742-ae6cc3a9e882 2019-01-03 11:31:08,382 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst] is - BUILD 2019-01-03 11:31:08,382 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:31:11,385 - create_instance - DEBUG - VM status query timeout in 893.40152216 2019-01-03 11:31:11,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:12,095 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eddb0618-2cd1-4f17-9e64-d8363efd06ae x-compute-request-id: req-eddb0618-2cd1-4f17-9e64-d8363efd06ae Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:2a:6a", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:31:10.000000", "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "security_groups": [{"name": "default"}], "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:31:10Z", "hostId": "619d8c99c9e39cd7fe95ff84ef4ade73e317ff09bf3d987251b3922c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:12,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-eddb0618-2cd1-4f17-9e64-d8363efd06ae 2019-01-03 11:31:12,096 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst] is - ACTIVE 2019-01-03 11:31:12,096 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:31:12,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:12,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-5d6230bc-a5c2-4341-9e09-331982a016e9 x-compute-request-id: req-5d6230bc-a5c2-4341-9e09-331982a016e9 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:2a:6a", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:31:10.000000", "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "security_groups": [{"name": "default"}], "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:31:10Z", "hostId": "619d8c99c9e39cd7fe95ff84ef4ade73e317ff09bf3d987251b3922c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:12,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-5d6230bc-a5c2-4341-9e09-331982a016e9 2019-01-03 11:31:12,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:12,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9d8ebd3c-85c8-455b-a20e-5cc77625a2c3 Date: Thu, 03 Jan 2019 11:31: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":["63fb7ca8-b621-4b22-8923-2a2115fbdc4c"],"updated_at":"2019-01-03T11:30:56Z","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1848daa68dfa4fe0956d92581465ff36","id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net"}]} 2019-01-03 11:31:12,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net used request id req-9d8ebd3c-85c8-455b-a20e-5cc77625a2c3 2019-01-03 11:31:12,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:12,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f49c67-2904-4a54-8538-1554b0517a9c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:31:12,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-28f49c67-2904-4a54-8538-1554b0517a9c 2019-01-03 11:31:12,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:12,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dd7c8763-fe36-4b73-8a5d-b1aa8668aa74 Date: Thu, 03 Jan 2019 11:31:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:30:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"1848daa68dfa4fe0956d92581465ff36","id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet"}]} 2019-01-03 11:31:12,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-dd7c8763-fe36-4b73-8a5d-b1aa8668aa74 2019-01-03 11:31:12,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:13,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3183 X-Openstack-Request-Id: req-39c1bc45-b4ea-436d-98e9-3d864c12c0a8 Date: Thu, 03 Jan 2019 11:31:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.3"}],"id":"412333a5-db9f-460d-bfdb-9b27c829a74c","security_groups":[],"mac_address":"fa:16:3e:f5:2f:f9","project_id":"1848daa68dfa4fe0956d92581465ff36","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e9d2f3d5-ea92-413c-89ae-8184564f47c8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:30:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.2"}],"id":"78880d55-9f24-4c46-9b97-d2a3fa65a8f1","security_groups":[],"mac_address":"fa:16:3e:e5:41:7b","project_id":"1848daa68dfa4fe0956d92581465ff36","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e9d2f3d5-ea92-413c-89ae-8184564f47c8"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:31:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.7"}],"id":"8bdc2621-837f-45a6-84b4-f92768e7dac4","security_groups":["185f6042-b578-43ca-9486-2bc0f409326c"],"mac_address":"fa:16:3e:f3:2a:6a","project_id":"1848daa68dfa4fe0956d92581465ff36","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1","admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:31:01Z","binding:vnic_type":"normal","device_id":"c65b42d8-5562-4f25-a9c3-0cd2f44d1fae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:31:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"63fb7ca8-b621-4b22-8923-2a2115fbdc4c","ip_address":"10.55.0.4"}],"id":"e45861b4-01b8-44f4-82ad-2cd08edc623d","security_groups":[],"mac_address":"fa:16:3e:97:a8:24","project_id":"1848daa68dfa4fe0956d92581465ff36","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e9d2f3d5-ea92-413c-89ae-8184564f47c8","tenant_id":"1848daa68dfa4fe0956d92581465ff36","created_at":"2019-01-03T11:30:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e9d2f3d5-ea92-413c-89ae-8184564f47c8"}]} 2019-01-03 11:31:13,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-39c1bc45-b4ea-436d-98e9-3d864c12c0a8 2019-01-03 11:31:13,076 - create_instance - INFO - Deleting Port with ID - 8bdc2621-837f-45a6-84b4-f92768e7dac4 2019-01-03 11:31:13,076 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144cport-1 2019-01-03 11:31:13,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/8bdc2621-837f-45a6-84b4-f92768e7dac4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:13,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a28223e2-a173-4bc9-abe2-a1683fd2a3d1 Date: Thu, 03 Jan 2019 11:31:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:13,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/8bdc2621-837f-45a6-84b4-f92768e7dac4 used request id req-a28223e2-a173-4bc9-abe2-a1683fd2a3d1 2019-01-03 11:31:13,714 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst 2019-01-03 11:31:13,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:14,210 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31: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-bc3cb772-c585-4c94-894e-e670b6aedc74 x-compute-request-id: req-bc3cb772-c585-4c94-894e-e670b6aedc74 Content-Type: application/json 2019-01-03 11:31:14,210 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-bc3cb772-c585-4c94-894e-e670b6aedc74 2019-01-03 11:31:14,210 - create_instance - INFO - Checking deletion status 2019-01-03 11:31:14,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:14,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-4ec90554-f8c7-4bf1-aa16-5ae668673c8b x-compute-request-id: req-4ec90554-f8c7-4bf1-aa16-5ae668673c8b 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.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "rel": "bookmark"}], "image": {"id": "62301005-5df7-4300-bf69-0a7b41258691", "links": [{"href": "http://172.30.9.28:8774/images/62301005-5df7-4300-bf69-0a7b41258691", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:31:10.000000", "flavor": {"id": "70f20b51-51c9-409d-97b5-1a3b56d10a89", "links": [{"href": "http://172.30.9.28:8774/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89", "rel": "bookmark"}]}, "id": "c65b42d8-5562-4f25-a9c3-0cd2f44d1fae", "user_id": "6127306068a8431c973ec3c1257250f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:31:13Z", "hostId": "619d8c99c9e39cd7fe95ff84ef4ade73e317ff09bf3d987251b3922c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst", "created": "2019-01-03T11:31:04Z", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:31:14,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-4ec90554-f8c7-4bf1-aa16-5ae668673c8b 2019-01-03 11:31:14,309 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst] is - ACTIVE 2019-01-03 11:31:14,309 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:31:17,312 - create_instance - DEBUG - VM status query timeout in 296.898381948 2019-01-03 11:31:17,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}454b0784c6081d798d9f863ec49b1e0e6ab43387" 2019-01-03 11:31:17,506 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:31: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-946cc537-c5c7-420c-b7c1-2ba701250f3d x-compute-request-id: req-946cc537-c5c7-420c-b7c1-2ba701250f3d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c65b42d8-5562-4f25-a9c3-0cd2f44d1fae could not be found.", "code": 404}} 2019-01-03 11:31:17,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c65b42d8-5562-4f25-a9c3-0cd2f44d1fae used request id req-946cc537-c5c7-420c-b7c1-2ba701250f3d 2019-01-03 11:31:17,507 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c65b42d8-5562-4f25-a9c3-0cd2f44d1fae could not be found. (HTTP 404) (Request-ID: req-946cc537-c5c7-420c-b7c1-2ba701250f3d) 2019-01-03 11:31:17,507 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-inst 2019-01-03 11:31:17,511 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a43cb7ffc1069d147b21d6c491ff2949a365b4dd" 2019-01-03 11:31:17,561 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:31: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-919aec50-f0e7-45aa-b8b7-f03f947c5f44 x-compute-request-id: req-919aec50-f0e7-45aa-b8b7-f03f947c5f44 Content-Length: 0 Content-Type: application/json 2019-01-03 11:31:17,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/70f20b51-51c9-409d-97b5-1a3b56d10a89 used request id req-919aec50-f0e7-45aa-b8b7-f03f947c5f44 2019-01-03 11:31:17,562 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet 2019-01-03 11:31:17,562 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-subnet 2019-01-03 11:31:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/63fb7ca8-b621-4b22-8923-2a2115fbdc4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:31:19,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85bb951f-0883-4994-ab9d-1b4379745662 Date: Thu, 03 Jan 2019 11:31:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:19,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/63fb7ca8-b621-4b22-8923-2a2115fbdc4c used request id req-85bb951f-0883-4994-ab9d-1b4379745662 2019-01-03 11:31:19,949 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-pub-net 2019-01-03 11:31:19,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/e9d2f3d5-ea92-413c-89ae-8184564f47c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45461152b2ddaa3164239514a7fa33547c9310a7" 2019-01-03 11:31:21,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f564c938-f3c9-4661-948b-74aa9c191b64 Date: Thu, 03 Jan 2019 11:31:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:21,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e9d2f3d5-ea92-413c-89ae-8184564f47c8 used request id req-f564c938-f3c9-4661-948b-74aa9c191b64 2019-01-03 11:31:21,173 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-dfa404a4-749f-43b9-b0b1-bcf94e57144c-image 2019-01-03 11:31:21,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}380a95588e42e2fd17175770b1b898a5346a81e7" 2019-01-03 11:31:22,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d0943bb-d39b-493d-a3fa-10da225cf96e Date: Thu, 03 Jan 2019 11:31:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:31:22,231 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/62301005-5df7-4300-bf69-0a7b41258691 used request id req-6d0943bb-d39b-493d-a3fa-10da225cf96e 2019-01-03 11:31:22,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:22,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0de11c98-feb4-4073-81a2-edf05ef6ba92 Date: Thu, 03 Jan 2019 11:31:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "created_at": "2019-01-03T11:30:54Z", "updated_at": "2019-01-03T11:30:55Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:55Z", "revision_number": 0, "id": "121a62c9-5b38-4168-8eda-cf9b731ec620", "remote_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:55Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "port_range_min": null, "ethertype": "IPv6", "project_id": "1848daa68dfa4fe0956d92581465ff36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:55Z", "revision_number": 0, "id": "23ac5fa6-1cda-48dc-80df-90bb10c1ab7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:55Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "port_range_min": null, "ethertype": "IPv6", "project_id": "1848daa68dfa4fe0956d92581465ff36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:54Z", "revision_number": 0, "id": "9a48f5e8-3313-471d-b854-23c3e6af1bbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:54Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "port_range_min": null, "ethertype": "IPv4", "project_id": "1848daa68dfa4fe0956d92581465ff36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:30:54Z", "revision_number": 0, "id": "c65b1a64-f2d1-4357-ab05-3da196556a6b", "remote_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:30:54Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "port_range_min": null, "ethertype": "IPv4", "project_id": "1848daa68dfa4fe0956d92581465ff36"}], "revision_number": 4, "project_id": "1848daa68dfa4fe0956d92581465ff36", "id": "185f6042-b578-43ca-9486-2bc0f409326c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:31:22,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0de11c98-feb4-4073-81a2-edf05ef6ba92 2019-01-03 11:31:22,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:22,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf37df5e-39ac-4081-bcf9-d56429df98a5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36"}, "enabled": true, "id": "1848daa68dfa4fe0956d92581465ff36", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj"}} 2019-01-03 11:31:22,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-bf37df5e-39ac-4081-bcf9-d56429df98a5 2019-01-03 11:31:22,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 185f6042-b578-43ca-9486-2bc0f409326c 2019-01-03 11:31:22,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=185f6042-b578-43ca-9486-2bc0f409326c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:22,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b03660b8-7e48-4216-981b-81b9e39450b4 Date: Thu, 03 Jan 2019 11:31:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:55Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "port_range_min": null, "revision_number": 0, "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "created_at": "2019-01-03T11:30:55Z", "project_id": "1848daa68dfa4fe0956d92581465ff36", "id": "121a62c9-5b38-4168-8eda-cf9b731ec620"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:55Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "port_range_min": null, "revision_number": 0, "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "created_at": "2019-01-03T11:30:55Z", "project_id": "1848daa68dfa4fe0956d92581465ff36", "id": "23ac5fa6-1cda-48dc-80df-90bb10c1ab7f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:54Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "port_range_min": null, "revision_number": 0, "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "created_at": "2019-01-03T11:30:54Z", "project_id": "1848daa68dfa4fe0956d92581465ff36", "id": "9a48f5e8-3313-471d-b854-23c3e6af1bbc"}, {"remote_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:30:54Z", "security_group_id": "185f6042-b578-43ca-9486-2bc0f409326c", "port_range_min": null, "revision_number": 0, "tenant_id": "1848daa68dfa4fe0956d92581465ff36", "created_at": "2019-01-03T11:30:54Z", "project_id": "1848daa68dfa4fe0956d92581465ff36", "id": "c65b1a64-f2d1-4357-ab05-3da196556a6b"}]} 2019-01-03 11:31:22,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=185f6042-b578-43ca-9486-2bc0f409326c used request id req-b03660b8-7e48-4216-981b-81b9e39450b4 2019-01-03 11:31:22,712 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:31:22,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/185f6042-b578-43ca-9486-2bc0f409326c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:23,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3653e878-4489-449b-ba24-797861332d11 Content-Length: 0 Date: Thu, 03 Jan 2019 11:31:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:23,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/185f6042-b578-43ca-9486-2bc0f409326c used request id req-3653e878-4489-449b-ba24-797861332d11 2019-01-03 11:31:23,063 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj 2019-01-03 11:31:23,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:23,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68456704-1393-4b6b-8ae5-fb3c4e568b95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:23,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/1848daa68dfa4fe0956d92581465ff36 used request id req-68456704-1393-4b6b-8ae5-fb3c4e568b95 2019-01-03 11:31:23,251 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-proj-role 2019-01-03 11:31:23,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:23,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27d860b1-b86d-40eb-9c55-7f2f42fd9b43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:23,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b068462eb2a84515abbc93b186bb3b47 used request id req-27d860b1-b86d-40eb-9c55-7f2f42fd9b43 2019-01-03 11:31:23,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d13ee31598831cb914e26380bf3f0d424c6dfe89" 2019-01-03 11:31:23,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0368ce75-c558-4b2f-86ef-31f71d2f19b9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:31:23,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0368ce75-c558-4b2f-86ef-31f71d2f19b9 2019-01-03 11:31:23,447 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-cbf6f409-ca0d-49f-user 2019-01-03 11:31:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6127306068a8431c973ec3c1257250f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95b80aa9fe45f79dcb9be686fc200a5c4decca3" 2019-01-03 11:31:23,625 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6843dd9c-ac4e-4915-b527-8a47762cd291 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:23,625 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6127306068a8431c973ec3c1257250f5 used request id req-6843dd9c-ac4e-4915-b527-8a47762cd291 2019-01-03 11:31:23,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:24,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Z7A_TA3RQBqklePuhnCqPg"], "issued_at": "2019-01-03T11:31:24.000000Z"}} 2019-01-03 11:31:24,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9c8443a2f7d812cfa4ed489299aefd2cca1751" 2019-01-03 11:31:24,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdfae3c-4665-4254-a22a-5f6cc825d207 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:24,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6cdfae3c-4665-4254-a22a-5f6cc825d207 2019-01-03 11:31:24,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:24,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:24,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["YYs9b66ITfy6n5B7q7Ch8Q"], "issued_at": "2019-01-03T11:31:24.000000Z"}} 2019-01-03 11:31:24,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:24,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abcd906a-64e3-4882-a804-5f39e4c8401a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:24,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-abcd906a-64e3-4882-a804-5f39e4c8401a 2019-01-03 11:31:24,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:24,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:24,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:24,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b41a491-38aa-45f4-be22-f7478abe16e8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:31:24,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj used request id req-8b41a491-38aa-45f4-be22-f7478abe16e8 2019-01-03 11:31:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:24,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deabf553-8c60-4663-b2f8-6229c35a0c2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:31:24,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-deabf553-8c60-4663-b2f8-6229c35a0c2a 2019-01-03 11:31:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}}' 2019-01-03 11:31:24,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:31:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3507d301-a996-4637-936b-7de70595c0a1 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}} 2019-01-03 11:31:24,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-3507d301-a996-4637-936b-7de70595c0a1 2019-01-03 11:31:24,883 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-40e0b104-f421-424-proj 2019-01-03 11:31:24,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:24,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:25,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["67EjzbpZR6GRKX7RxKySWQ"], "issued_at": "2019-01-03T11:31:25.000000Z"}} 2019-01-03 11:31:25,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92a80fef0407ab70e453efb3ee1c0e06249b120" 2019-01-03 11:31:25,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7607ac39-4d91-43ae-b6c0-fb5a0a800082 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:25,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7607ac39-4d91-43ae-b6c0-fb5a0a800082 2019-01-03 11:31:25,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:25,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:25,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92a80fef0407ab70e453efb3ee1c0e06249b120" 2019-01-03 11:31:25,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1e33f0-9124-4396-8704-a108bba68995 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:31:25,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1f1e33f0-9124-4396-8704-a108bba68995 2019-01-03 11:31:25,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92a80fef0407ab70e453efb3ee1c0e06249b120" 2019-01-03 11:31:25,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-059a83eb-0072-4b5e-a4f5-ed868e161073 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}]} 2019-01-03 11:31:25,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-40e0b104-f421-424-proj used request id req-059a83eb-0072-4b5e-a4f5-ed868e161073 2019-01-03 11:31:25,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92a80fef0407ab70e453efb3ee1c0e06249b120" 2019-01-03 11:31:25,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aee2b5d-a5b6-45b5-9e75-34a86f236cbb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:31:25,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5aee2b5d-a5b6-45b5-9e75-34a86f236cbb 2019-01-03 11:31:26,062 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-40e0b104-f421-424-user 2019-01-03 11:31:26,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:26,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:26,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3514f9-5c25-4ba5-a5aa-f4f5d71e6c2b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:31:26,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2e3514f9-5c25-4ba5-a5aa-f4f5d71e6c2b 2019-01-03 11:31:26,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" -d '{"role": {"name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}}' 2019-01-03 11:31:26,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-368fe07b-fae9-4e29-b3e8-20a9744caf18 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d8efd1df0603466493a6f45083489a13", "links": {"self": "http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13"}, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}} 2019-01-03 11:31:26,272 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-368fe07b-fae9-4e29-b3e8-20a9744caf18 2019-01-03 11:31:26,272 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role 2019-01-03 11:31:26,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:26,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa4fd20-8710-4b7c-a5c0-c957ac21b68a Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role", "id": "d8efd1df0603466493a6f45083489a13"}} 2019-01-03 11:31:26,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13 used request id req-6fa4fd20-8710-4b7c-a5c0-c957ac21b68a 2019-01-03 11:31:26,290 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role to project CreateInstancePortManipulationTests-40e0b104-f421-424-proj 2019-01-03 11:31:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2/users/fb8b7bdaad0d441aaae3dcc3d80790d6/roles/d8efd1df0603466493a6f45083489a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:26,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b13bae44-ff1a-439b-aa53-d3f7d20a82c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:26,418 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2/users/fb8b7bdaad0d441aaae3dcc3d80790d6/roles/d8efd1df0603466493a6f45083489a13 used request id req-b13bae44-ff1a-439b-aa53-d3f7d20a82c8 2019-01-03 11:31:26,418 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:31:26,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:26,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:26,868 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8efd1df0603466493a6f45083489a13", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}], "expires_at": "2019-01-03T12:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-user", "id": "fb8b7bdaad0d441aaae3dcc3d80790d6"}, "audit_ids": ["9jtBhVDnQMCt1QbFi7d0aw"], "issued_at": "2019-01-03T11:31:26.000000Z"}} 2019-01-03 11:31:26,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:26,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a9f8d8-7530-47c5-925c-81a5342bf3ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:26,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-61a9f8d8-7530-47c5-925c-81a5342bf3ba 2019-01-03 11:31:26,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:27,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-4cf6634d-fb53-47d3-95f3-4698cbeb1d5d Date: Thu, 03 Jan 2019 11:31:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image"} 2019-01-03 11:31:27,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image used request id req-4cf6634d-fb53-47d3-95f3-4698cbeb1d5d 2019-01-03 11:31:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:27,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2e62b6e-4938-4499-b23e-822d8f3f7bc0 Date: Thu, 03 Jan 2019 11:31: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"}}} 2019-01-03 11:31:27,281 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a2e62b6e-4938-4499-b23e-822d8f3f7bc0 2019-01-03 11:31:27,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image"}' 2019-01-03 11:31:27,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 X-Openstack-Request-Id: req-2ffef405-7a86-4fe6-8b5a-3d465e82e0d2 Date: Thu, 03 Jan 2019 11:31:27 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "min_disk": 0, "protected": false, "id": "9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "file": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/file", "checksum": null, "owner": "18c2c0a44d904ee6b16cb75330f2f8b2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:27,491 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2ffef405-7a86-4fe6-8b5a-3d465e82e0d2 2019-01-03 11:31:27,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" -d '' 2019-01-03 11:31:29,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a555436-8a62-4fa6-a7bb-975dfc4de9f1 Date: Thu, 03 Jan 2019 11:31:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:31:29,390 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/file used request id req-8a555436-8a62-4fa6-a7bb-975dfc4de9f1 2019-01-03 11:31:29,390 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:31:29,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:29,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1d228252-332e-4ad4-a01b-cff97120b0ea Date: Thu, 03 Jan 2019 11:31:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/snap", "metadata": {}}], "self": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "min_disk": 0, "protected": false, "id": "9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "file": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18c2c0a44d904ee6b16cb75330f2f8b2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:29,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 used request id req-1d228252-332e-4ad4-a01b-cff97120b0ea 2019-01-03 11:31:29,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:29,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-27fb0893-5fc2-4789-852e-d0f32a12f4bd Date: Thu, 03 Jan 2019 11:31:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:31:29,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-27fb0893-5fc2-4789-852e-d0f32a12f4bd 2019-01-03 11:31:29,578 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image 2019-01-03 11:31:29,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:29,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f47e255b-fd80-4267-8363-e9a8f35ccab3 Date: Thu, 03 Jan 2019 11:31:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/snap", "metadata": {}}], "self": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "min_disk": 0, "protected": false, "id": "9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4", "file": "/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18c2c0a44d904ee6b16cb75330f2f8b2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:29,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 used request id req-f47e255b-fd80-4267-8363-e9a8f35ccab3 2019-01-03 11:31:29,739 - create_image - DEBUG - Instance status is - active 2019-01-03 11:31:29,739 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image 2019-01-03 11:31:29,739 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image 2019-01-03 11:31:29,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:29,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:30,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8efd1df0603466493a6f45083489a13", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}], "expires_at": "2019-01-03T12:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-user", "id": "fb8b7bdaad0d441aaae3dcc3d80790d6"}, "audit_ids": ["vGERU0GPR_SWCOZY4LbDQw"], "issued_at": "2019-01-03T11:31:30.000000Z"}} 2019-01-03 11:31:30,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:30,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed760ee-28d7-4573-9b17-105dc90fd634 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:30,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fed760ee-28d7-4573-9b17-105dc90fd634 2019-01-03 11:31:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:30,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1ecf87c9-3b58-4151-ae26-70761b0d09a6 Date: Thu, 03 Jan 2019 11:31:30 GMT RESP BODY: {"networks":[]} 2019-01-03 11:31:30,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net used request id req-1ecf87c9-3b58-4151-ae26-70761b0d09a6 2019-01-03 11:31:30,319 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net 2019-01-03 11:31:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" -d '{"network": {"name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net", "admin_state_up": true}}' 2019-01-03 11:31:30,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-ed92194a-e2f5-4635-b8d5-d00e0eb0d1ee Date: Thu, 03 Jan 2019 11:31:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:31:30Z","is_default":false,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","mtu":1450}} 2019-01-03 11:31:30,905 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-ed92194a-e2f5-4635-b8d5-d00e0eb0d1ee 2019-01-03 11:31:30,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:31,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-71084691-ef8a-4c8a-836f-02abee2366e9 Date: Thu, 03 Jan 2019 11:31: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":"2019-01-03T11:31:30Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:31,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-71084691-ef8a-4c8a-836f-02abee2366e9 2019-01-03 11:31:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:31,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9df0783d-3fd8-4b4b-88cc-b771ff0668d7 Date: Thu, 03 Jan 2019 11:31:31 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:31:31,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-9df0783d-3fd8-4b4b-88cc-b771ff0668d7 2019-01-03 11:31:31,320 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet 2019-01-03 11:31:31,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" -d '{"subnets": [{"ip_version": 4, "network_id": "0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]}' 2019-01-03 11:31:32,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fe4975a7-2581-4e5a-a08d-070713374af7 Date: Thu, 03 Jan 2019 11:31:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:32,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-fe4975a7-2581-4e5a-a08d-070713374af7 2019-01-03 11:31:32,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:32,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d9cd33b7-0650-42d8-b721-beb80b4d48ed Date: Thu, 03 Jan 2019 11:31: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":["aef51e13-104e-4c2e-9857-cf69458ee4fe"],"updated_at":"2019-01-03T11:31:31Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:32,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-d9cd33b7-0650-42d8-b721-beb80b4d48ed 2019-01-03 11:31:32,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:32,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d4ee852b-1868-4233-b86f-d480ebde8e0f Date: Thu, 03 Jan 2019 11:31:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:32,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-d4ee852b-1868-4233-b86f-d480ebde8e0f 2019-01-03 11:31:32,366 - OpenStackNetwork - DEBUG - Network [0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f] created successfully 2019-01-03 11:31:32,366 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:32,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:32,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nyshhAiEQLOCS7szFp1Uwg"], "issued_at": "2019-01-03T11:31:32.000000Z"}} 2019-01-03 11:31:32,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83626b58484e9bbce92ad9fad2d0aa8e9eb25f3" 2019-01-03 11:31:32,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c7a502-2baa-4e59-a10e-135f1bec4fc3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:32,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-85c7a502-2baa-4e59-a10e-135f1bec4fc3 2019-01-03 11:31:32,844 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:31:32,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83626b58484e9bbce92ad9fad2d0aa8e9eb25f3" 2019-01-03 11:31:33,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-104337d5-01fc-4458-9afb-15497b153102 x-compute-request-id: req-104337d5-01fc-4458-9afb-15497b153102 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:31:33,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-104337d5-01fc-4458-9afb-15497b153102 2019-01-03 11:31:33,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83626b58484e9bbce92ad9fad2d0aa8e9eb25f3" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:31:33,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96f28545-cdbc-45ab-823b-a997ec116a30 x-compute-request-id: req-96f28545-cdbc-45ab-823b-a997ec116a30 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/954106ff-fac8-4f40-96df-9307b5372f1c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/954106ff-fac8-4f40-96df-9307b5372f1c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "954106ff-fac8-4f40-96df-9307b5372f1c", "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:31:33,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-96f28545-cdbc-45ab-823b-a997ec116a30 2019-01-03 11:31:33,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:33,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:33,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8efd1df0603466493a6f45083489a13", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}], "expires_at": "2019-01-03T12:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-user", "id": "fb8b7bdaad0d441aaae3dcc3d80790d6"}, "audit_ids": ["In5HGFtTR7u3ub6WXoJPHQ"], "issued_at": "2019-01-03T11:31:33.000000Z"}} 2019-01-03 11:31:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:33,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3736139-6b81-4a42-9461-366d8bc216ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:33,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c3736139-6b81-4a42-9461-366d8bc216ad 2019-01-03 11:31:33,551 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:31:33,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:33,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-263ceb18-c949-496a-b73a-716dca9c6874 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:33,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-263ceb18-c949-496a-b73a-716dca9c6874 2019-01-03 11:31:33,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:33,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-64a7cd58-92e8-41c9-aaf2-5cdfd3936fcf Date: Thu, 03 Jan 2019 11:31: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":["aef51e13-104e-4c2e-9857-cf69458ee4fe"],"updated_at":"2019-01-03T11:31:31Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:33,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net used request id req-64a7cd58-92e8-41c9-aaf2-5cdfd3936fcf 2019-01-03 11:31:33,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:33,890 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:33,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:33,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef31d299-4c70-499d-b6f1-59d07f0456c9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}} 2019-01-03 11:31:33,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 used request id req-ef31d299-4c70-499d-b6f1-59d07f0456c9 2019-01-03 11:31:33,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:34,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-df907559-c5fd-45b9-b3d2-46e5ce1e9f1f Date: Thu, 03 Jan 2019 11:31:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:34,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-df907559-c5fd-45b9-b3d2-46e5ce1e9f1f 2019-01-03 11:31:34,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81dafport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:34,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6c9714b9-7bfa-4dfa-98f3-4469cbc2197c Date: Thu, 03 Jan 2019 11:31:34 GMT RESP BODY: {"ports":[]} 2019-01-03 11:31:34,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81dafport-1&admin_state_up=True used request id req-6c9714b9-7bfa-4dfa-98f3-4469cbc2197c 2019-01-03 11:31:34,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:34,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31: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-900705ba-c31a-440e-ae0b-8e85e1c2f2d2 x-compute-request-id: req-900705ba-c31a-440e-ae0b-8e85e1c2f2d2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:31:34,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-inst used request id req-900705ba-c31a-440e-ae0b-8e85e1c2f2d2 2019-01-03 11:31:34,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:35,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2cd37342-e133-4928-9262-11c9b53afcf2 Date: Thu, 03 Jan 2019 11:31: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":["aef51e13-104e-4c2e-9857-cf69458ee4fe"],"updated_at":"2019-01-03T11:31:31Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:35,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net used request id req-2cd37342-e133-4928-9262-11c9b53afcf2 2019-01-03 11:31:35,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:35,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23906f88-ac72-407b-a778-fe23be588249 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}} 2019-01-03 11:31:35,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 used request id req-23906f88-ac72-407b-a778-fe23be588249 2019-01-03 11:31:35,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:35,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15b04bb0-13e8-40ee-9427-0b5ce8118bbf Date: Thu, 03 Jan 2019 11:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:35,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-15b04bb0-13e8-40ee-9427-0b5ce8118bbf 2019-01-03 11:31:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81dafport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:35,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-677f38cc-aa84-46f6-918d-631412056e3a Date: Thu, 03 Jan 2019 11:31:35 GMT RESP BODY: {"ports":[]} 2019-01-03 11:31:35,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f&name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81dafport-1&admin_state_up=True used request id req-677f38cc-aa84-46f6-918d-631412056e3a 2019-01-03 11:31:35,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:35,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:35,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8efd1df0603466493a6f45083489a13", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role"}], "expires_at": "2019-01-03T12:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18c2c0a44d904ee6b16cb75330f2f8b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-user", "id": "fb8b7bdaad0d441aaae3dcc3d80790d6"}, "audit_ids": ["2dXhcLGkTD2M04WjMS2cTQ"], "issued_at": "2019-01-03T11:31:35.000000Z"}} 2019-01-03 11:31:35,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052ba5a740e4523c720548d19758d2d95ede5719" 2019-01-03 11:31:36,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-241acda9-aab6-49bc-a460-c96563e0d960 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:36,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-241acda9-aab6-49bc-a460-c96563e0d960 2019-01-03 11:31:36,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:36,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-90722723-859f-498b-82ac-1f41bcb2de5d Date: Thu, 03 Jan 2019 11:31: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":["aef51e13-104e-4c2e-9857-cf69458ee4fe"],"updated_at":"2019-01-03T11:31:31Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:36,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net used request id req-90722723-859f-498b-82ac-1f41bcb2de5d 2019-01-03 11:31:36,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:36,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-094ff233-77a8-41ea-903f-8144bdb79697 Date: Thu, 03 Jan 2019 11:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:36,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-094ff233-77a8-41ea-903f-8144bdb79697 2019-01-03 11:31:36,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:36,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-afa3d318-3a4b-45a8-afb2-252e1b8e4d05 Date: Thu, 03 Jan 2019 11:31: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":["aef51e13-104e-4c2e-9857-cf69458ee4fe"],"updated_at":"2019-01-03T11:31:31Z","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net"}]} 2019-01-03 11:31:36,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net used request id req-afa3d318-3a4b-45a8-afb2-252e1b8e4d05 2019-01-03 11:31:36,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:36,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:36,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052ba5a740e4523c720548d19758d2d95ede5719" 2019-01-03 11:31:36,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8edef77b-36f1-48f6-82d8-31f7a7f47159 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}} 2019-01-03 11:31:36,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 used request id req-8edef77b-36f1-48f6-82d8-31f7a7f47159 2019-01-03 11:31:36,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" 2019-01-03 11:31:36,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0bde8dc6-42fe-4b9b-b5b5-fe49392f984b Date: Thu, 03 Jan 2019 11:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f","tenant_id":"18c2c0a44d904ee6b16cb75330f2f8b2","created_at":"2019-01-03T11:31:31Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18c2c0a44d904ee6b16cb75330f2f8b2","id":"aef51e13-104e-4c2e-9857-cf69458ee4fe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet"}]} 2019-01-03 11:31:36,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-0bde8dc6-42fe-4b9b-b5b5-fe49392f984b 2019-01-03 11:31:36,867 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net 2019-01-03 11:31:36,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b479dee9ccf43e240e723b8ebb001a0975282a7a" -d '{"port": {"network_id": "0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f", "name": "CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81dafport-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2019-01-03 11:31:37,042 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-87396235-5d97-49ca-b8ce-19d6672e476a Date: Thu, 03 Jan 2019 11:31:37 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 11:31:37,042 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-87396235-5d97-49ca-b8ce-19d6672e476a 2019-01-03 11:31:37,042 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 11:31:37,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/954106ff-fac8-4f40-96df-9307b5372f1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b83626b58484e9bbce92ad9fad2d0aa8e9eb25f3" 2019-01-03 11:31:37,088 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a1a2a017-366e-4761-b627-60887afdfb20 x-compute-request-id: req-a1a2a017-366e-4761-b627-60887afdfb20 Content-Length: 0 Content-Type: application/json 2019-01-03 11:31:37,088 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/954106ff-fac8-4f40-96df-9307b5372f1c used request id req-a1a2a017-366e-4761-b627-60887afdfb20 2019-01-03 11:31:37,089 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet 2019-01-03 11:31:37,089 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-subnet 2019-01-03 11:31:37,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/aef51e13-104e-4c2e-9857-cf69458ee4fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:39,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d845f05-de88-4509-b4bb-e36600861da1 Date: Thu, 03 Jan 2019 11:31:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:39,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/aef51e13-104e-4c2e-9857-cf69458ee4fe used request id req-7d845f05-de88-4509-b4bb-e36600861da1 2019-01-03 11:31:39,264 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-pub-net 2019-01-03 11:31:39,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}184761a137a3fd948e1c7ade422c3e741c970c94" 2019-01-03 11:31:40,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ea3f4b0-e15c-4ae4-8cbf-d53cbcb43000 Date: Thu, 03 Jan 2019 11:31:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:40,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/0573b0db-1eaa-46a5-90e0-bc4c8c66cf6f used request id req-3ea3f4b0-e15c-4ae4-8cbf-d53cbcb43000 2019-01-03 11:31:40,378 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-61e461db-4347-4b54-958c-7bd535d81daf-image 2019-01-03 11:31:40,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da6d10f2183edc5bd99b57525e81b1cd0c236761" 2019-01-03 11:31:41,601 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bb16bf04-2972-4cac-8d8a-c8446c1975b6 Date: Thu, 03 Jan 2019 11:31:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:31:41,602 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9299a51a-f9d4-41ae-9ec0-1ac0b807f2c4 used request id req-bb16bf04-2972-4cac-8d8a-c8446c1975b6 2019-01-03 11:31:41,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:41,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5b538f0f-63b6-41d2-935d-cde3a1864e48 Date: Thu, 03 Jan 2019 11:31:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "created_at": "2019-01-03T11:31:30Z", "updated_at": "2019-01-03T11:31:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "revision_number": 0, "id": "060878bf-d123-4a66-b6f5-6eb20aa5de74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "revision_number": 0, "id": "39e6d9cf-2c10-46ba-9d65-7049f53d39c0", "remote_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "revision_number": 0, "id": "5b8a8355-8502-478d-9d53-d3f1207d8a28", "remote_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "revision_number": 0, "id": "bef0d05f-198d-4a20-9c29-62d9bd811a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2"}], "revision_number": 4, "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:31:41,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5b538f0f-63b6-41d2-935d-cde3a1864e48 2019-01-03 11:31:41,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:41,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae10f72e-962c-4e5c-a6e2-9894bd082919 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:31:41,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ae10f72e-962c-4e5c-a6e2-9894bd082919 2019-01-03 11:31:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8104b682-405f-41a1-a8ba-b5501d3c2624 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:31:42,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-8104b682-405f-41a1-a8ba-b5501d3c2624 2019-01-03 11:31:42,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa76f69a-2f91-4351-b4f5-c713966418de Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:31:42,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-fa76f69a-2f91-4351-b4f5-c713966418de 2019-01-03 11:31:42,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9750d083-6f6c-424f-9847-e397f9c293e2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2"}, "enabled": true, "id": "18c2c0a44d904ee6b16cb75330f2f8b2", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-40e0b104-f421-424-proj"}} 2019-01-03 11:31:42,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 used request id req-9750d083-6f6c-424f-9847-e397f9c293e2 2019-01-03 11:31:42,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e891b7f5-ef3e-4eb5-b35f-99b76edeaec4 2019-01-03 11:31:42,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e891b7f5-ef3e-4eb5-b35f-99b76edeaec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7760cc68-029e-4606-9c0a-3e80ffb62511 Date: Thu, 03 Jan 2019 11:31:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "port_range_min": null, "revision_number": 0, "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "created_at": "2019-01-03T11:31:30Z", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "id": "060878bf-d123-4a66-b6f5-6eb20aa5de74"}, {"remote_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "port_range_min": null, "revision_number": 0, "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "created_at": "2019-01-03T11:31:30Z", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "id": "39e6d9cf-2c10-46ba-9d65-7049f53d39c0"}, {"remote_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "port_range_min": null, "revision_number": 0, "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "created_at": "2019-01-03T11:31:30Z", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "id": "5b8a8355-8502-478d-9d53-d3f1207d8a28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:30Z", "security_group_id": "e891b7f5-ef3e-4eb5-b35f-99b76edeaec4", "port_range_min": null, "revision_number": 0, "tenant_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "created_at": "2019-01-03T11:31:30Z", "project_id": "18c2c0a44d904ee6b16cb75330f2f8b2", "id": "bef0d05f-198d-4a20-9c29-62d9bd811a9f"}]} 2019-01-03 11:31:42,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e891b7f5-ef3e-4eb5-b35f-99b76edeaec4 used request id req-7760cc68-029e-4606-9c0a-3e80ffb62511 2019-01-03 11:31:42,389 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:31:42,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e891b7f5-ef3e-4eb5-b35f-99b76edeaec4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ab2cd39-7767-4d83-87d3-6d2121911783 Content-Length: 0 Date: Thu, 03 Jan 2019 11:31:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:42,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e891b7f5-ef3e-4eb5-b35f-99b76edeaec4 used request id req-8ab2cd39-7767-4d83-87d3-6d2121911783 2019-01-03 11:31:42,680 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-40e0b104-f421-424-proj 2019-01-03 11:31:42,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:42,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec33452c-ccc2-416a-94e7-d18db6a20105 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:42,898 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/18c2c0a44d904ee6b16cb75330f2f8b2 used request id req-ec33452c-ccc2-416a-94e7-d18db6a20105 2019-01-03 11:31:42,898 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-40e0b104-f421-424-proj-role 2019-01-03 11:31:42,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:43,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f38bdcc-d451-45b9-bf4c-9ad98e3500ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:43,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d8efd1df0603466493a6f45083489a13 used request id req-1f38bdcc-d451-45b9-bf4c-9ad98e3500ae 2019-01-03 11:31:43,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f458cf8d74a7c9be3dadb79d50c9e5d15e7aaba" 2019-01-03 11:31:43,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c42aaf-9bc3-460b-b345-538c7b85c262 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:31:43,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a4c42aaf-9bc3-460b-b345-538c7b85c262 2019-01-03 11:31:43,122 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-40e0b104-f421-424-user 2019-01-03 11:31:43,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/fb8b7bdaad0d441aaae3dcc3d80790d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d92a80fef0407ab70e453efb3ee1c0e06249b120" 2019-01-03 11:31:43,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d500bca-5d7d-4d6a-8b71-7d1176d6d412 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:43,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/fb8b7bdaad0d441aaae3dcc3d80790d6 used request id req-2d500bca-5d7d-4d6a-8b71-7d1176d6d412 2019-01-03 11:31:43,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:43,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["48wZgBiYQ-KFH_429e80jA"], "issued_at": "2019-01-03T11:31:43.000000Z"}} 2019-01-03 11:31:43,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}faa6d215011c8191c51ec2f4cbb580650e5880bb" 2019-01-03 11:31:43,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f025cf95-6fcb-4450-b17e-9d1339894a34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:43,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f025cf95-6fcb-4450-b17e-9d1339894a34 2019-01-03 11:31:43,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:43,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:44,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["W4K24sx7TKGKF9DqkKgLQA"], "issued_at": "2019-01-03T11:31:44.000000Z"}} 2019-01-03 11:31:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:44,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b2e77c-d6e0-4536-86f3-d8f02e01002b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:44,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-30b2e77c-d6e0-4536-86f3-d8f02e01002b 2019-01-03 11:31:44,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:44,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:44,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:44,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab42b57-4e90-4dca-bced-d4f1cc7c3bf8 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:31:44,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj used request id req-9ab42b57-4e90-4dca-bced-d4f1cc7c3bf8 2019-01-03 11:31:44,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:44,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bddc992-d4ca-4565-82b4-bca5197af0bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:31:44,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4bddc992-d4ca-4565-82b4-bca5197af0bc 2019-01-03 11:31:44,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}}' 2019-01-03 11:31:44,655 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1776d0b9-a835-4ea8-b65b-1fbb6e79dfad Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}} 2019-01-03 11:31:44,655 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1776d0b9-a835-4ea8-b65b-1fbb6e79dfad 2019-01-03 11:31:44,656 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj 2019-01-03 11:31:44,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:44,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:45,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QUM5S-QSShmoYuuS5DmaDw"], "issued_at": "2019-01-03T11:31:45.000000Z"}} 2019-01-03 11:31:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9341381535502149fd22d9007baddaa21e00c154" 2019-01-03 11:31:45,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3515890-359e-468d-9f10-936ba1f6378b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:45,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e3515890-359e-468d-9f10-936ba1f6378b 2019-01-03 11:31:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:45,138 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:45,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9341381535502149fd22d9007baddaa21e00c154" 2019-01-03 11:31:45,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0629ed17-342a-4029-ac14-8bcbdc44d10e Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:31:45,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-0629ed17-342a-4029-ac14-8bcbdc44d10e 2019-01-03 11:31:45,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9341381535502149fd22d9007baddaa21e00c154" 2019-01-03 11:31:45,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aeb5214-d01d-4970-af7b-33bcd72b4394 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}]} 2019-01-03 11:31:45,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj used request id req-1aeb5214-d01d-4970-af7b-33bcd72b4394 2019-01-03 11:31:45,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9341381535502149fd22d9007baddaa21e00c154" 2019-01-03 11:31:45,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e6bd11-51e1-440a-8302-82c0cecf509a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:31:45,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-18e6bd11-51e1-440a-8302-82c0cecf509a 2019-01-03 11:31:45,835 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user 2019-01-03 11:31:45,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:45,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:45,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7403c18-d2b9-4143-937e-0460bed75fe8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:31:45,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e7403c18-d2b9-4143-937e-0460bed75fe8 2019-01-03 11:31:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" -d '{"role": {"name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}}' 2019-01-03 11:31:46,062 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2b55b84-46ad-42b9-9ea6-2b979f87b2b6 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a317dc2c03ee44e4ba07b0f37cbb03c9", "links": {"self": "http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9"}, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}} 2019-01-03 11:31:46,063 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c2b55b84-46ad-42b9-9ea6-2b979f87b2b6 2019-01-03 11:31:46,063 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role 2019-01-03 11:31:46,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:46,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1d05335-6128-41aa-a38b-75e595d2d260 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role", "id": "a317dc2c03ee44e4ba07b0f37cbb03c9"}} 2019-01-03 11:31:46,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 used request id req-b1d05335-6128-41aa-a38b-75e595d2d260 2019-01-03 11:31:46,153 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role to project CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj 2019-01-03 11:31:46,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382/users/1b1a7ac352814398b9728c8af639a71b/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:31:46,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3572d9ca-c0eb-4716-8cd2-e5eb26702258 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:31:46,293 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382/users/1b1a7ac352814398b9728c8af639a71b/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 used request id req-3572d9ca-c0eb-4716-8cd2-e5eb26702258 2019-01-03 11:31:46,293 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:31:46,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:46,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:46,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a317dc2c03ee44e4ba07b0f37cbb03c9", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}], "expires_at": "2019-01-03T12:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfbb9f4a71b44a10951f50198039b382", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user", "id": "1b1a7ac352814398b9728c8af639a71b"}, "audit_ids": ["YN0qENx2T0mYB8r0Nb6Iug"], "issued_at": "2019-01-03T11:31:46.000000Z"}} 2019-01-03 11:31:46,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:46,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab9634a-3868-41e2-9c23-63ebb65f0145 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:46,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ab9634a-3868-41e2-9c23-63ebb65f0145 2019-01-03 11:31:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:46,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-603bd390-81eb-436f-900b-05c3b519b4d5 Date: Thu, 03 Jan 2019 11:31:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image"} 2019-01-03 11:31:46,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image used request id req-603bd390-81eb-436f-900b-05c3b519b4d5 2019-01-03 11:31:46,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:47,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b84c3f3d-36c6-4fff-a411-66154d0f9c5a Date: Thu, 03 Jan 2019 11:31: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"}}} 2019-01-03 11:31:47,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b84c3f3d-36c6-4fff-a411-66154d0f9c5a 2019-01-03 11:31:47,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image"}' 2019-01-03 11:31:47,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 X-Openstack-Request-Id: req-012b1873-7b80-41db-b3f1-5f55dfa520f2 Date: Thu, 03 Jan 2019 11:31:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967", "min_disk": 0, "protected": false, "id": "cff12c37-4241-4803-8321-025e7fca3967", "file": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967/file", "checksum": null, "owner": "cfbb9f4a71b44a10951f50198039b382", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:47,304 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-012b1873-7b80-41db-b3f1-5f55dfa520f2 2019-01-03 11:31:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" -d '' 2019-01-03 11:31:49,322 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e494e253-24c9-474e-8af7-dc00aea9bc9b Date: Thu, 03 Jan 2019 11:31:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:31:49,322 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967/file used request id req-e494e253-24c9-474e-8af7-dc00aea9bc9b 2019-01-03 11:31:49,323 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:31:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:49,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ea0cae75-e975-48d1-aa9c-d7421bcddb82 Date: Thu, 03 Jan 2019 11:31:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cff12c37-4241-4803-8321-025e7fca3967/snap", "metadata": {}}], "self": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967", "min_disk": 0, "protected": false, "id": "cff12c37-4241-4803-8321-025e7fca3967", "file": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cfbb9f4a71b44a10951f50198039b382", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cff12c37-4241-4803-8321-025e7fca3967/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:49,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 used request id req-ea0cae75-e975-48d1-aa9c-d7421bcddb82 2019-01-03 11:31:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:49,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cb262e0e-e39d-4c33-9d1e-767998b07bfd Date: Thu, 03 Jan 2019 11:31:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:31:49,643 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cb262e0e-e39d-4c33-9d1e-767998b07bfd 2019-01-03 11:31:49,646 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image 2019-01-03 11:31:49,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:31:49,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-fcd500f9-c291-4d0a-be4c-1c5f7fb4e748 Date: Thu, 03 Jan 2019 11:31:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:31:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:31:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cff12c37-4241-4803-8321-025e7fca3967/snap", "metadata": {}}], "self": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967", "min_disk": 0, "protected": false, "id": "cff12c37-4241-4803-8321-025e7fca3967", "file": "/v2/images/cff12c37-4241-4803-8321-025e7fca3967/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cfbb9f4a71b44a10951f50198039b382", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cff12c37-4241-4803-8321-025e7fca3967/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:31:49,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 used request id req-fcd500f9-c291-4d0a-be4c-1c5f7fb4e748 2019-01-03 11:31:49,671 - create_image - DEBUG - Instance status is - active 2019-01-03 11:31:49,671 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image 2019-01-03 11:31:49,671 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image 2019-01-03 11:31:49,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:49,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:50,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a317dc2c03ee44e4ba07b0f37cbb03c9", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}], "expires_at": "2019-01-03T12:31:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfbb9f4a71b44a10951f50198039b382", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user", "id": "1b1a7ac352814398b9728c8af639a71b"}, "audit_ids": ["IF3NB3OQScmbQd2niiOT5g"], "issued_at": "2019-01-03T11:31:50.000000Z"}} 2019-01-03 11:31:50,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:50,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2de7e1-dcbc-4080-a8bf-bf432432f22e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:50,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5b2de7e1-dcbc-4080-a8bf-bf432432f22e 2019-01-03 11:31:50,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:50,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31c1673b-cefd-467f-b9fc-b5f2c163e543 Date: Thu, 03 Jan 2019 11:31:50 GMT RESP BODY: {"networks":[]} 2019-01-03 11:31:50,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net used request id req-31c1673b-cefd-467f-b9fc-b5f2c163e543 2019-01-03 11:31:50,250 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net 2019-01-03 11:31:50,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" -d '{"network": {"name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net", "admin_state_up": true}}' 2019-01-03 11:31:50,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-252f1fd8-1db2-4a05-9a24-d025d0aba63e Date: Thu, 03 Jan 2019 11:31:50 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d949e514-e404-43a8-a951-6343236a5248","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:31:50Z","is_default":false,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","mtu":1450}} 2019-01-03 11:31:50,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-252f1fd8-1db2-4a05-9a24-d025d0aba63e 2019-01-03 11:31:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:51,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-1e9580bf-d356-404d-9577-ae5a40fe38be Date: Thu, 03 Jan 2019 11:31:51 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":"2019-01-03T11:31:50Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:51,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d949e514-e404-43a8-a951-6343236a5248 used request id req-1e9580bf-d356-404d-9577-ae5a40fe38be 2019-01-03 11:31:51,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:51,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-94ce5b3d-8237-4414-a235-c2bcf92c52c6 Date: Thu, 03 Jan 2019 11:31:51 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:31:51,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-94ce5b3d-8237-4414-a235-c2bcf92c52c6 2019-01-03 11:31:51,254 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet 2019-01-03 11:31:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" -d '{"subnets": [{"ip_version": 4, "network_id": "d949e514-e404-43a8-a951-6343236a5248", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]}' 2019-01-03 11:31:51,900 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6cc5aba0-300f-4003-b85f-844b967d82a8 Date: Thu, 03 Jan 2019 11:31:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:51,900 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-6cc5aba0-300f-4003-b85f-844b967d82a8 2019-01-03 11:31:51,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:52,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-83f69f08-e7cf-472c-9925-4b2850424d2e Date: Thu, 03 Jan 2019 11:31: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":["5a51766b-0f7a-4c79-98d0-311f080da19b"],"updated_at":"2019-01-03T11:31:51Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:52,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d949e514-e404-43a8-a951-6343236a5248 used request id req-83f69f08-e7cf-472c-9925-4b2850424d2e 2019-01-03 11:31:52,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:52,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-09132730-ed17-4231-926a-ffceb34383a0 Date: Thu, 03 Jan 2019 11:31:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:52,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-09132730-ed17-4231-926a-ffceb34383a0 2019-01-03 11:31:52,223 - OpenStackNetwork - DEBUG - Network [d949e514-e404-43a8-a951-6343236a5248] created successfully 2019-01-03 11:31:52,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:52,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:52,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["xdiiZiALQSu2w4kMv9M0Fg"], "issued_at": "2019-01-03T11:31:52.000000Z"}} 2019-01-03 11:31:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c04a39098814290e4b1167583b83ca9ff29762" 2019-01-03 11:31:52,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1d8d15-4b18-4f1c-9638-637f421b1115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:52,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fa1d8d15-4b18-4f1c-9638-637f421b1115 2019-01-03 11:31:52,708 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:31:52,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c04a39098814290e4b1167583b83ca9ff29762" 2019-01-03 11:31:52,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a71cdce0-134f-4863-a46d-d7c65414a784 x-compute-request-id: req-a71cdce0-134f-4863-a46d-d7c65414a784 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:31:52,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a71cdce0-134f-4863-a46d-d7c65414a784 2019-01-03 11:31:52,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c04a39098814290e4b1167583b83ca9ff29762" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:31:52,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c8a9a89-0c4a-4f6e-9e5d-032972a5e5a2 x-compute-request-id: req-1c8a9a89-0c4a-4f6e-9e5d-032972a5e5a2 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a514a952-9e74-4bdf-97a8-b86817b04e0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a514a952-9e74-4bdf-97a8-b86817b04e0e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a514a952-9e74-4bdf-97a8-b86817b04e0e", "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:31:52,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1c8a9a89-0c4a-4f6e-9e5d-032972a5e5a2 2019-01-03 11:31:52,965 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:52,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:53,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a317dc2c03ee44e4ba07b0f37cbb03c9", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}], "expires_at": "2019-01-03T12:31:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfbb9f4a71b44a10951f50198039b382", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user", "id": "1b1a7ac352814398b9728c8af639a71b"}, "audit_ids": ["6LiTv5OjTaetxSdEyjo3SA"], "issued_at": "2019-01-03T11:31:53.000000Z"}} 2019-01-03 11:31:53,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:53,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c141699-e5bd-4b1f-9c80-4dd0d750aeac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:53,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c141699-e5bd-4b1f-9c80-4dd0d750aeac 2019-01-03 11:31:53,441 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:31:53,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:53,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3555ac92-8b34-4348-abbc-087868626dd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:53,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3555ac92-8b34-4348-abbc-087868626dd3 2019-01-03 11:31:53,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:53,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e4f56441-1329-4cc4-95d5-386737e2d011 Date: Thu, 03 Jan 2019 11:31:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5a51766b-0f7a-4c79-98d0-311f080da19b"],"updated_at":"2019-01-03T11:31:51Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:53,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net used request id req-e4f56441-1329-4cc4-95d5-386737e2d011 2019-01-03 11:31:53,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:53,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:53,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:53,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a04296f-1170-45a3-91a0-51d5319395a1 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}} 2019-01-03 11:31:53,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 used request id req-7a04296f-1170-45a3-91a0-51d5319395a1 2019-01-03 11:31:53,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:54,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a8972533-8aea-49b6-9b87-ef4f20fdd87d Date: Thu, 03 Jan 2019 11:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:54,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-a8972533-8aea-49b6-9b87-ef4f20fdd87d 2019-01-03 11:31:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d949e514-e404-43a8-a951-6343236a5248&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:54,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0aad4816-78e4-4ea3-a766-fe5ea37a1b0e Date: Thu, 03 Jan 2019 11:31:54 GMT RESP BODY: {"ports":[]} 2019-01-03 11:31:54,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d949e514-e404-43a8-a951-6343236a5248&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6fport-1&admin_state_up=True used request id req-0aad4816-78e4-4ea3-a766-fe5ea37a1b0e 2019-01-03 11:31:54,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:54,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6468bdc9-1a03-42bf-b987-e801bcef797f x-compute-request-id: req-6468bdc9-1a03-42bf-b987-e801bcef797f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:31:54,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-inst used request id req-6468bdc9-1a03-42bf-b987-e801bcef797f 2019-01-03 11:31:54,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:54,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dc408902-e5df-494f-be9e-80708cc63544 Date: Thu, 03 Jan 2019 11:31: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":["5a51766b-0f7a-4c79-98d0-311f080da19b"],"updated_at":"2019-01-03T11:31:51Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:54,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net used request id req-dc408902-e5df-494f-be9e-80708cc63544 2019-01-03 11:31:54,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:54,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8864d029-da7f-471b-8315-bdd93689f76f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}} 2019-01-03 11:31:54,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 used request id req-8864d029-da7f-471b-8315-bdd93689f76f 2019-01-03 11:31:54,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:55,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-330cfc3b-de11-4233-b69c-ac9343ebb52f Date: Thu, 03 Jan 2019 11:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:55,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-330cfc3b-de11-4233-b69c-ac9343ebb52f 2019-01-03 11:31:55,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=d949e514-e404-43a8-a951-6343236a5248&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:55,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfddd671-da11-4817-91e1-4776c2a66bf6 Date: Thu, 03 Jan 2019 11:31:55 GMT RESP BODY: {"ports":[]} 2019-01-03 11:31:55,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=d949e514-e404-43a8-a951-6343236a5248&name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6fport-1&admin_state_up=True used request id req-dfddd671-da11-4817-91e1-4776c2a66bf6 2019-01-03 11:31:55,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:31:55,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:31:55,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a317dc2c03ee44e4ba07b0f37cbb03c9", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role"}], "expires_at": "2019-01-03T12:31:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cfbb9f4a71b44a10951f50198039b382", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cfbb9f4a71b44a10951f50198039b382", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user", "id": "1b1a7ac352814398b9728c8af639a71b"}, "audit_ids": ["jQGlAf-zTdKqyq4VeuQiwA"], "issued_at": "2019-01-03T11:31:55.000000Z"}} 2019-01-03 11:31:55,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a144024805e86e6251eed867aa114ffafbd3a9c" 2019-01-03 11:31:55,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7bca941-7c10-433b-99a5-6dff86dc0e03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:31:55,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d7bca941-7c10-433b-99a5-6dff86dc0e03 2019-01-03 11:31:55,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:55,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-37a9610b-6ebe-40cd-bb48-322c470f443c Date: Thu, 03 Jan 2019 11:31: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":["5a51766b-0f7a-4c79-98d0-311f080da19b"],"updated_at":"2019-01-03T11:31:51Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:55,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net used request id req-37a9610b-6ebe-40cd-bb48-322c470f443c 2019-01-03 11:31:55,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:55,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a623b8ff-ac41-4830-b5f7-c3956f0645f2 Date: Thu, 03 Jan 2019 11:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:55,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-a623b8ff-ac41-4830-b5f7-c3956f0645f2 2019-01-03 11:31:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:56,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f0718478-e3db-41a2-895d-acdce0003f08 Date: Thu, 03 Jan 2019 11:31: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":["5a51766b-0f7a-4c79-98d0-311f080da19b"],"updated_at":"2019-01-03T11:31:51Z","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"cfbb9f4a71b44a10951f50198039b382","id":"d949e514-e404-43a8-a951-6343236a5248","name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net"}]} 2019-01-03 11:31:56,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net used request id req-f0718478-e3db-41a2-895d-acdce0003f08 2019-01-03 11:31:56,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:31:56,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:31: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:31:56,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a144024805e86e6251eed867aa114ffafbd3a9c" 2019-01-03 11:31:56,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189a63f4-fb52-4c38-b1a3-3898809bc198 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}} 2019-01-03 11:31:56,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 used request id req-189a63f4-fb52-4c38-b1a3-3898809bc198 2019-01-03 11:31:56,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" 2019-01-03 11:31:56,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d6827feb-1da8-4786-872a-01b682477b28 Date: Thu, 03 Jan 2019 11:31:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d949e514-e404-43a8-a951-6343236a5248","tenant_id":"cfbb9f4a71b44a10951f50198039b382","created_at":"2019-01-03T11:31:51Z","dns_nameservers":[],"updated_at":"2019-01-03T11:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"cfbb9f4a71b44a10951f50198039b382","id":"5a51766b-0f7a-4c79-98d0-311f080da19b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet"}]} 2019-01-03 11:31:56,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d949e514-e404-43a8-a951-6343236a5248 used request id req-d6827feb-1da8-4786-872a-01b682477b28 2019-01-03 11:31:56,266 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net 2019-01-03 11:31:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb593aff2f23152f3aeb2de3a015d09d0ebaa7df" -d '{"port": {"network_id": "d949e514-e404-43a8-a951-6343236a5248", "name": "CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6fport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2019-01-03 11:31:56,443 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-709dd911-f6e4-4fcd-8a65-2e9f473fc51e Date: Thu, 03 Jan 2019 11:31:56 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 11:31:56,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-709dd911-f6e4-4fcd-8a65-2e9f473fc51e 2019-01-03 11:31:56,444 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 11:31:56,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a514a952-9e74-4bdf-97a8-b86817b04e0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c04a39098814290e4b1167583b83ca9ff29762" 2019-01-03 11:31:56,476 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3724e95-5e4f-48c3-b4ea-34234ed26fbd x-compute-request-id: req-a3724e95-5e4f-48c3-b4ea-34234ed26fbd Content-Length: 0 Content-Type: application/json 2019-01-03 11:31:56,476 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a514a952-9e74-4bdf-97a8-b86817b04e0e used request id req-a3724e95-5e4f-48c3-b4ea-34234ed26fbd 2019-01-03 11:31:56,477 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet 2019-01-03 11:31:56,477 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-subnet 2019-01-03 11:31:56,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5a51766b-0f7a-4c79-98d0-311f080da19b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:58,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c13119ed-a115-4e7c-b142-84f907ba56c8 Date: Thu, 03 Jan 2019 11:31:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:58,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5a51766b-0f7a-4c79-98d0-311f080da19b used request id req-c13119ed-a115-4e7c-b142-84f907ba56c8 2019-01-03 11:31:58,723 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-pub-net 2019-01-03 11:31:58,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/d949e514-e404-43a8-a951-6343236a5248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4aba0ed69a9cce0bc5380f498c07eaae87b2e556" 2019-01-03 11:31:59,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c4d6029-4ad9-4c92-8d11-db30fa87e22d Date: Thu, 03 Jan 2019 11:31:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:31:59,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/d949e514-e404-43a8-a951-6343236a5248 used request id req-2c4d6029-4ad9-4c92-8d11-db30fa87e22d 2019-01-03 11:31:59,888 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-207ee372-63a7-40df-9c47-75767a080e6f-image 2019-01-03 11:31:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad04a965a4448408d82db840699a94be9b43423b" 2019-01-03 11:32:01,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-025927a1-1564-4a76-b1d7-ceba16256fd0 Date: Thu, 03 Jan 2019 11:32:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:01,602 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cff12c37-4241-4803-8321-025e7fca3967 used request id req-025927a1-1564-4a76-b1d7-ceba16256fd0 2019-01-03 11:32:01,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:01,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ff84ef4b-56a6-4b41-9c53-b22fd059b8a7 Date: Thu, 03 Jan 2019 11:32:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "created_at": "2019-01-03T11:31:50Z", "updated_at": "2019-01-03T11:31:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "revision_number": 0, "id": "214d0a06-8ed2-43e6-9739-d53051ebc5ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfbb9f4a71b44a10951f50198039b382"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "revision_number": 0, "id": "638ebc50-5e90-4727-ad92-b13f9603ddff", "remote_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "port_range_min": null, "ethertype": "IPv6", "project_id": "cfbb9f4a71b44a10951f50198039b382"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "revision_number": 0, "id": "89283131-4ddd-45a4-a7cd-4b2e6a93ca71", "remote_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfbb9f4a71b44a10951f50198039b382"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "revision_number": 0, "id": "d02c46b2-b2ff-433f-ae11-b8af0bcf838a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "port_range_min": null, "ethertype": "IPv4", "project_id": "cfbb9f4a71b44a10951f50198039b382"}], "revision_number": 4, "project_id": "cfbb9f4a71b44a10951f50198039b382", "id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:32:01,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-ff84ef4b-56a6-4b41-9c53-b22fd059b8a7 2019-01-03 11:32:01,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:01,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ced733c-aede-41f8-b102-b07dee322a9b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:32:01,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-5ced733c-aede-41f8-b102-b07dee322a9b 2019-01-03 11:32:01,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:02,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4044c702-3288-43cc-8a3b-969085cb51a9 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:32:02,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4044c702-3288-43cc-8a3b-969085cb51a9 2019-01-03 11:32:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:02,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da0d6158-5018-4eee-8b54-8ebd833c985f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382"}, "enabled": true, "id": "cfbb9f4a71b44a10951f50198039b382", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj"}} 2019-01-03 11:32:02,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 used request id req-da0d6158-5018-4eee-8b54-8ebd833c985f 2019-01-03 11:32:02,112 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 889688cb-cd15-4439-be83-d3ad012ec7d0 2019-01-03 11:32:02,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=889688cb-cd15-4439-be83-d3ad012ec7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:02,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c30db347-b5a6-4308-b056-00883b1ae9c7 Date: Thu, 03 Jan 2019 11:32: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": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "port_range_min": null, "revision_number": 0, "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "created_at": "2019-01-03T11:31:50Z", "project_id": "cfbb9f4a71b44a10951f50198039b382", "id": "214d0a06-8ed2-43e6-9739-d53051ebc5ad"}, {"remote_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "port_range_min": null, "revision_number": 0, "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "created_at": "2019-01-03T11:31:50Z", "project_id": "cfbb9f4a71b44a10951f50198039b382", "id": "638ebc50-5e90-4727-ad92-b13f9603ddff"}, {"remote_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "port_range_min": null, "revision_number": 0, "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "created_at": "2019-01-03T11:31:50Z", "project_id": "cfbb9f4a71b44a10951f50198039b382", "id": "89283131-4ddd-45a4-a7cd-4b2e6a93ca71"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:31:50Z", "security_group_id": "889688cb-cd15-4439-be83-d3ad012ec7d0", "port_range_min": null, "revision_number": 0, "tenant_id": "cfbb9f4a71b44a10951f50198039b382", "created_at": "2019-01-03T11:31:50Z", "project_id": "cfbb9f4a71b44a10951f50198039b382", "id": "d02c46b2-b2ff-433f-ae11-b8af0bcf838a"}]} 2019-01-03 11:32:02,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=889688cb-cd15-4439-be83-d3ad012ec7d0 used request id req-c30db347-b5a6-4308-b056-00883b1ae9c7 2019-01-03 11:32:02,283 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:32:02,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/889688cb-cd15-4439-be83-d3ad012ec7d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:02,661 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24628e63-83a8-4cd2-9177-f6c88b792e4a Content-Length: 0 Date: Thu, 03 Jan 2019 11:32:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:02,661 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/889688cb-cd15-4439-be83-d3ad012ec7d0 used request id req-24628e63-83a8-4cd2-9177-f6c88b792e4a 2019-01-03 11:32:02,662 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj 2019-01-03 11:32:02,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:02,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23f7290d-02b7-4a2f-a271-d32309e3f8a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:02,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cfbb9f4a71b44a10951f50198039b382 used request id req-23f7290d-02b7-4a2f-a271-d32309e3f8a6 2019-01-03 11:32:02,874 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-proj-role 2019-01-03 11:32:02,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:03,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b865b15-17fa-47b3-add2-6e18ad387db9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:03,062 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a317dc2c03ee44e4ba07b0f37cbb03c9 used request id req-1b865b15-17fa-47b3-add2-6e18ad387db9 2019-01-03 11:32:03,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e53ebbead1468174433b54a4708a1d60381887" 2019-01-03 11:32:03,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcc17a91-1bbf-4daf-8290-92559d50aaec Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:03,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fcc17a91-1bbf-4daf-8290-92559d50aaec 2019-01-03 11:32:03,165 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-67eee9fc-a74d-4e7-user 2019-01-03 11:32:03,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1b1a7ac352814398b9728c8af639a71b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9341381535502149fd22d9007baddaa21e00c154" 2019-01-03 11:32:03,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-787e6c1c-f4e3-4614-aafb-fa0b36620507 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:03,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1b1a7ac352814398b9728c8af639a71b used request id req-787e6c1c-f4e3-4614-aafb-fa0b36620507 2019-01-03 11:32:03,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:03,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DGGb8YIBQ9ulD-YvKZpCcA"], "issued_at": "2019-01-03T11:32:03.000000Z"}} 2019-01-03 11:32:03,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b05b06177c99486f38afd5b8f096d7a27ea0f19" 2019-01-03 11:32:03,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be64ae9a-e818-4726-a554-e8ffc15c500d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:03,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be64ae9a-e818-4726-a554-e8ffc15c500d 2019-01-03 11:32:03,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:03,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:04,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lz1T8n6XS_WofgWrcmrOLA"], "issued_at": "2019-01-03T11:32:04.000000Z"}} 2019-01-03 11:32:04,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:04,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf341bd-4ead-49a2-9354-10c05233be5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:04,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7bf341bd-4ead-49a2-9354-10c05233be5c 2019-01-03 11:32:04,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:04,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:04,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:04,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4639734e-20ec-41ba-8054-62cfba849eac Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:32:04,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj used request id req-4639734e-20ec-41ba-8054-62cfba849eac 2019-01-03 11:32:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:04,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b918ef8f-a14f-45fa-91d6-7cb87c525bc6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:04,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b918ef8f-a14f-45fa-91d6-7cb87c525bc6 2019-01-03 11:32:04,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}}' 2019-01-03 11:32:04,625 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b3b4b0a-87d0-4b83-ba69-45a0b330e04b Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}} 2019-01-03 11:32:04,625 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4b3b4b0a-87d0-4b83-ba69-45a0b330e04b 2019-01-03 11:32:04,626 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj 2019-01-03 11:32:04,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:04,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:05,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JFsWInJJRwm7U58X6TEb0g"], "issued_at": "2019-01-03T11:32:05.000000Z"}} 2019-01-03 11:32:05,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5f61ca28cefd5fd3589296103175957c99a625" 2019-01-03 11:32:05,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47559d75-290a-472e-956f-7b6790dc7977 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:05,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-47559d75-290a-472e-956f-7b6790dc7977 2019-01-03 11:32:05,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:05,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:05,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5f61ca28cefd5fd3589296103175957c99a625" 2019-01-03 11:32:05,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993a5db0-1d8b-47db-aa73-d9f8c2fd06e0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:32:05,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-993a5db0-1d8b-47db-aa73-d9f8c2fd06e0 2019-01-03 11:32:05,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5f61ca28cefd5fd3589296103175957c99a625" 2019-01-03 11:32:05,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1345935d-9a49-4ddf-8839-b19f67db09d8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}]} 2019-01-03 11:32:05,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj used request id req-1345935d-9a49-4ddf-8839-b19f67db09d8 2019-01-03 11:32:05,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5f61ca28cefd5fd3589296103175957c99a625" 2019-01-03 11:32:05,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d0b253-51d5-47ad-b87d-b4bbe1fdce0e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:05,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-31d0b253-51d5-47ad-b87d-b4bbe1fdce0e 2019-01-03 11:32:05,703 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-user 2019-01-03 11:32:05,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:05,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210a049c-2a78-42c3-8cec-3b2f270fef8a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:05,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-210a049c-2a78-42c3-8cec-3b2f270fef8a 2019-01-03 11:32:05,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" -d '{"role": {"name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}}' 2019-01-03 11:32:05,901 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f770e7b9-44ba-418f-bc93-f6122b53d59c Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b4adc21f033e4489ad96038630208480", "links": {"self": "http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480"}, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}} 2019-01-03 11:32:05,901 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f770e7b9-44ba-418f-bc93-f6122b53d59c 2019-01-03 11:32:05,902 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role 2019-01-03 11:32:05,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:05,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c243d78d-87f8-41a2-93a8-3043ebf1ad8b Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role", "id": "b4adc21f033e4489ad96038630208480"}} 2019-01-03 11:32:05,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480 used request id req-c243d78d-87f8-41a2-93a8-3043ebf1ad8b 2019-01-03 11:32:05,994 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role to project CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj 2019-01-03 11:32:05,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf/users/7d64c0a881864292b3d2c7207ddddcb2/roles/b4adc21f033e4489ad96038630208480 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:06,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cbd1c4e-3969-488e-8361-ef00f4edee88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:06,125 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf/users/7d64c0a881864292b3d2c7207ddddcb2/roles/b4adc21f033e4489ad96038630208480 used request id req-0cbd1c4e-3969-488e-8361-ef00f4edee88 2019-01-03 11:32:06,126 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:32:06,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:06,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:06,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4adc21f033e4489ad96038630208480", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}], "expires_at": "2019-01-03T12:32:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "049bc7c9d19f48a9850c4a331935e4bf", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-user", "id": "7d64c0a881864292b3d2c7207ddddcb2"}, "audit_ids": ["Lyi463J3SvW_A_LohWzXBw"], "issued_at": "2019-01-03T11:32:06.000000Z"}} 2019-01-03 11:32:06,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:06,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebfcdaf2-f6f0-4c99-8167-a37ab649bda6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:06,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ebfcdaf2-f6f0-4c99-8167-a37ab649bda6 2019-01-03 11:32:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:06,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-ec80f75c-6952-485e-bfe4-d8b8697df796 Date: Thu, 03 Jan 2019 11:32:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image"} 2019-01-03 11:32:06,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image used request id req-ec80f75c-6952-485e-bfe4-d8b8697df796 2019-01-03 11:32:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:06,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7f70de18-1997-40ed-addd-b7a1e1b6fdda Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:06,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7f70de18-1997-40ed-addd-b7a1e1b6fdda 2019-01-03 11:32:06,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image"}' 2019-01-03 11:32:07,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc X-Openstack-Request-Id: req-440343e2-feb3-4474-aeee-904c18c9d5df Date: Thu, 03 Jan 2019 11:32:07 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc", "min_disk": 0, "protected": false, "id": "1631dd40-1cb5-402f-bdd3-2e61c78478cc", "file": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/file", "checksum": null, "owner": "049bc7c9d19f48a9850c4a331935e4bf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:07,143 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-440343e2-feb3-4474-aeee-904c18c9d5df 2019-01-03 11:32:07,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" -d '' 2019-01-03 11:32:09,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d727214-bf81-4dd7-adcf-88f0869857c4 Date: Thu, 03 Jan 2019 11:32:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:09,326 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/file used request id req-7d727214-bf81-4dd7-adcf-88f0869857c4 2019-01-03 11:32:09,326 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:32:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:09,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0d5bef8b-67bb-4b24-9c5d-0849eefb2fae Date: Thu, 03 Jan 2019 11:32:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:09Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/snap", "metadata": {}}], "self": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc", "min_disk": 0, "protected": false, "id": "1631dd40-1cb5-402f-bdd3-2e61c78478cc", "file": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "049bc7c9d19f48a9850c4a331935e4bf", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:09,509 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc used request id req-0d5bef8b-67bb-4b24-9c5d-0849eefb2fae 2019-01-03 11:32:09,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:09,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-08d08d2d-282f-4454-938c-3f4015462a5e Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:09,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-08d08d2d-282f-4454-938c-3f4015462a5e 2019-01-03 11:32:09,667 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image 2019-01-03 11:32:09,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:09,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-29b2ffe3-365a-4d45-af08-45149b276ed1 Date: Thu, 03 Jan 2019 11:32:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:09Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/snap", "metadata": {}}], "self": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc", "min_disk": 0, "protected": false, "id": "1631dd40-1cb5-402f-bdd3-2e61c78478cc", "file": "/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "049bc7c9d19f48a9850c4a331935e4bf", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:09,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc used request id req-29b2ffe3-365a-4d45-af08-45149b276ed1 2019-01-03 11:32:09,840 - create_image - DEBUG - Instance status is - active 2019-01-03 11:32:09,840 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image 2019-01-03 11:32:09,840 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image 2019-01-03 11:32:09,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:09,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:10,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4adc21f033e4489ad96038630208480", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}], "expires_at": "2019-01-03T12:32:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "049bc7c9d19f48a9850c4a331935e4bf", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-user", "id": "7d64c0a881864292b3d2c7207ddddcb2"}, "audit_ids": ["rx2g_vz5R3y2p-CrTh6mNw"], "issued_at": "2019-01-03T11:32:10.000000Z"}} 2019-01-03 11:32:10,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:10,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c4c5911-cdaa-4194-b25b-da7ceacd4203 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:10,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9c4c5911-cdaa-4194-b25b-da7ceacd4203 2019-01-03 11:32:10,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:10,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50733d3d-9635-4ab3-acd7-8c6d1cc3508d Date: Thu, 03 Jan 2019 11:32:10 GMT RESP BODY: {"networks":[]} 2019-01-03 11:32:10,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net used request id req-50733d3d-9635-4ab3-acd7-8c6d1cc3508d 2019-01-03 11:32:10,473 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net 2019-01-03 11:32:10,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" -d '{"network": {"name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net", "admin_state_up": true}}' 2019-01-03 11:32:11,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-8219b95a-05dc-4865-997e-2fdd424aa13f Date: Thu, 03 Jan 2019 11:32:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:32:10Z","is_default":false,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","mtu":1450}} 2019-01-03 11:32:11,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8219b95a-05dc-4865-997e-2fdd424aa13f 2019-01-03 11:32:11,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:11,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8fec183d-aeda-4f89-8592-4eb4fadfa8c1 Date: Thu, 03 Jan 2019 11:32: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":"2019-01-03T11:32:10Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:11,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-8fec183d-aeda-4f89-8592-4eb4fadfa8c1 2019-01-03 11:32:11,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:11,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9edec394-9dfc-4685-a066-604b2ce6a48f Date: Thu, 03 Jan 2019 11:32:11 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:32:11,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-9edec394-9dfc-4685-a066-604b2ce6a48f 2019-01-03 11:32:11,496 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet 2019-01-03 11:32:11,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" -d '{"subnets": [{"ip_version": 4, "network_id": "bd6ba9a1-6ce1-4331-8018-a98e18d81ae5", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]}' 2019-01-03 11:32:12,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c6e1eadf-fe69-4126-80e7-4772cb928ba9 Date: Thu, 03 Jan 2019 11:32:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:12,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c6e1eadf-fe69-4126-80e7-4772cb928ba9 2019-01-03 11:32:12,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:12,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-98ffd2b8-77e3-48d6-b8b4-492e0df4c05a Date: Thu, 03 Jan 2019 11:32: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":["c0572082-cf6c-4562-b5d7-59525f24c1a7"],"updated_at":"2019-01-03T11:32:11Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:12,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-98ffd2b8-77e3-48d6-b8b4-492e0df4c05a 2019-01-03 11:32:12,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:12,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6509e61e-57ef-435c-b96e-b82372cf9d5a Date: Thu, 03 Jan 2019 11:32:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:12,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-6509e61e-57ef-435c-b96e-b82372cf9d5a 2019-01-03 11:32:12,570 - OpenStackNetwork - DEBUG - Network [bd6ba9a1-6ce1-4331-8018-a98e18d81ae5] created successfully 2019-01-03 11:32:12,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:12,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:12,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JONYJiNKQ0SveKGJytmdfw"], "issued_at": "2019-01-03T11:32:12.000000Z"}} 2019-01-03 11:32:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63635d013832dd92d1a2c091f146c3532218faf" 2019-01-03 11:32:13,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6927596-7115-4ef0-babe-99b8821e74a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:13,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e6927596-7115-4ef0-babe-99b8821e74a1 2019-01-03 11:32:13,031 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:13,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63635d013832dd92d1a2c091f146c3532218faf" 2019-01-03 11:32:13,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32: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-92a18d95-18d3-4c16-952d-63113354e1b2 x-compute-request-id: req-92a18d95-18d3-4c16-952d-63113354e1b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:32:13,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-92a18d95-18d3-4c16-952d-63113354e1b2 2019-01-03 11:32:13,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63635d013832dd92d1a2c091f146c3532218faf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:32:13,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32: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-2cf4016b-a631-4184-851b-da42c4fd8f57 x-compute-request-id: req-2cf4016b-a631-4184-851b-da42c4fd8f57 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ab6e0f0f-9167-4284-aa08-8e61de59a12a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ab6e0f0f-9167-4284-aa08-8e61de59a12a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab6e0f0f-9167-4284-aa08-8e61de59a12a", "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:32:13,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2cf4016b-a631-4184-851b-da42c4fd8f57 2019-01-03 11:32:13,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:13,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:13,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4adc21f033e4489ad96038630208480", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}], "expires_at": "2019-01-03T12:32:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "049bc7c9d19f48a9850c4a331935e4bf", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-user", "id": "7d64c0a881864292b3d2c7207ddddcb2"}, "audit_ids": ["GNphlhExQFSqDKprzTE9NQ"], "issued_at": "2019-01-03T11:32:13.000000Z"}} 2019-01-03 11:32:13,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:13,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7719122d-d3cd-4fa8-b248-d03203a0dfcd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:13,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7719122d-d3cd-4fa8-b248-d03203a0dfcd 2019-01-03 11:32:13,715 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:13,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:13,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16552af2-a52d-4111-a890-cb4abfe67807 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:13,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-16552af2-a52d-4111-a890-cb4abfe67807 2019-01-03 11:32:13,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:14,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dfe89c40-b99e-44a2-b6b3-216172953af3 Date: Thu, 03 Jan 2019 11:32: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":["c0572082-cf6c-4562-b5d7-59525f24c1a7"],"updated_at":"2019-01-03T11:32:11Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:14,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net used request id req-dfe89c40-b99e-44a2-b6b3-216172953af3 2019-01-03 11:32:14,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:14,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:14,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd81daaa-e064-4c6d-97a7-7895aa8d6b7f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}} 2019-01-03 11:32:14,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf used request id req-fd81daaa-e064-4c6d-97a7-7895aa8d6b7f 2019-01-03 11:32:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:14,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7c8d9e29-2590-4b59-9bad-4bafdf1919a5 Date: Thu, 03 Jan 2019 11:32:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:14,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-7c8d9e29-2590-4b59-9bad-4bafdf1919a5 2019-01-03 11:32:14,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:14,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c50d730d-d9fd-462c-b757-5b1e8874520f Date: Thu, 03 Jan 2019 11:32:14 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:14,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6port-1&admin_state_up=True used request id req-c50d730d-d9fd-462c-b757-5b1e8874520f 2019-01-03 11:32:14,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:14,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c7b0ff1-7bfd-4045-807a-3c7b35ce4d35 x-compute-request-id: req-9c7b0ff1-7bfd-4045-807a-3c7b35ce4d35 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:32:14,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-inst used request id req-9c7b0ff1-7bfd-4045-807a-3c7b35ce4d35 2019-01-03 11:32:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:15,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-dbf2bf79-2ec3-47ea-bd6b-ea655e50ffb3 Date: Thu, 03 Jan 2019 11:32: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":["c0572082-cf6c-4562-b5d7-59525f24c1a7"],"updated_at":"2019-01-03T11:32:11Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:15,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net used request id req-dbf2bf79-2ec3-47ea-bd6b-ea655e50ffb3 2019-01-03 11:32:15,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:15,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7496d42-0ab5-4657-a58d-99bfc1bcebca Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}} 2019-01-03 11:32:15,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf used request id req-e7496d42-0ab5-4657-a58d-99bfc1bcebca 2019-01-03 11:32:15,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:15,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-059a1640-3bcb-4612-b205-031807ca565f Date: Thu, 03 Jan 2019 11:32:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:15,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-059a1640-3bcb-4612-b205-031807ca565f 2019-01-03 11:32:15,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:15,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c3e4a936-460a-4624-a842-cfd56b67d634 Date: Thu, 03 Jan 2019 11:32:15 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:15,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6port-1&admin_state_up=True used request id req-c3e4a936-460a-4624-a842-cfd56b67d634 2019-01-03 11:32:15,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:15,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:16,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b4adc21f033e4489ad96038630208480", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role"}], "expires_at": "2019-01-03T12:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "049bc7c9d19f48a9850c4a331935e4bf", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/049bc7c9d19f48a9850c4a331935e4bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-user", "id": "7d64c0a881864292b3d2c7207ddddcb2"}, "audit_ids": ["-ovLjXC4QeWsj7uieXW0iA"], "issued_at": "2019-01-03T11:32:16.000000Z"}} 2019-01-03 11:32:16,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8efbb7043f8c0d5d47b7b77cd580ce9fd853655d" 2019-01-03 11:32:16,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8658c9a2-bda5-4e32-9e03-b58d95dd507e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:16,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8658c9a2-bda5-4e32-9e03-b58d95dd507e 2019-01-03 11:32:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:16,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7e8316ce-9a2b-4f5c-9dc9-2b688d5f8147 Date: Thu, 03 Jan 2019 11:32: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":["c0572082-cf6c-4562-b5d7-59525f24c1a7"],"updated_at":"2019-01-03T11:32:11Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:16,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net used request id req-7e8316ce-9a2b-4f5c-9dc9-2b688d5f8147 2019-01-03 11:32:16,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:16,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ce26d50f-4502-4ba9-908d-712769cfa7f2 Date: Thu, 03 Jan 2019 11:32:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:16,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-ce26d50f-4502-4ba9-908d-712769cfa7f2 2019-01-03 11:32:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:16,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1daf9014-6ebf-4223-88b2-f4aad7cf2216 Date: Thu, 03 Jan 2019 11:32: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":["c0572082-cf6c-4562-b5d7-59525f24c1a7"],"updated_at":"2019-01-03T11:32:11Z","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net"}]} 2019-01-03 11:32:16,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net used request id req-1daf9014-6ebf-4223-88b2-f4aad7cf2216 2019-01-03 11:32:16,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:16,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:16,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8efbb7043f8c0d5d47b7b77cd580ce9fd853655d" 2019-01-03 11:32:16,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41722ff-d242-4364-a38a-eb87dda235e8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}} 2019-01-03 11:32:16,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf used request id req-c41722ff-d242-4364-a38a-eb87dda235e8 2019-01-03 11:32:16,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:17,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a828debf-ba08-4fd3-be96-ce166fb5cb75 Date: Thu, 03 Jan 2019 11:32:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:17,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-a828debf-ba08-4fd3-be96-ce166fb5cb75 2019-01-03 11:32:17,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" 2019-01-03 11:32:17,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f5b28cb6-b1f2-48d1-8f38-61a40149131b Date: Thu, 03 Jan 2019 11:32:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd6ba9a1-6ce1-4331-8018-a98e18d81ae5","tenant_id":"049bc7c9d19f48a9850c4a331935e4bf","created_at":"2019-01-03T11:32:11Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"049bc7c9d19f48a9850c4a331935e4bf","id":"c0572082-cf6c-4562-b5d7-59525f24c1a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet"}]} 2019-01-03 11:32:17,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bd6ba9a1-6ce1-4331-8018-a98e18d81ae5&name=CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet used request id req-f5b28cb6-b1f2-48d1-8f38-61a40149131b 2019-01-03 11:32:17,281 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net 2019-01-03 11:32:17,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d76723ec5e1247807c8ac1b75450b766a9da3db5" -d '{"port": {"network_id": "bd6ba9a1-6ce1-4331-8018-a98e18d81ae5", "fixed_ips": [{"subnet_id": "c0572082-cf6c-4562-b5d7-59525f24c1a7", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6port-1", "admin_state_up": true}}' 2019-01-03 11:32:17,671 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-0618c890-4f57-4ac9-b6c1-9083d535ccf5 Date: Thu, 03 Jan 2019 11:32:17 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2019-01-03 11:32:17,671 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-0618c890-4f57-4ac9-b6c1-9083d535ccf5 2019-01-03 11:32:17,672 - 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": ""}} 2019-01-03 11:32:17,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/ab6e0f0f-9167-4284-aa08-8e61de59a12a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f63635d013832dd92d1a2c091f146c3532218faf" 2019-01-03 11:32:17,711 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fac1ee95-3548-4c18-95e1-540326cf405e x-compute-request-id: req-fac1ee95-3548-4c18-95e1-540326cf405e Content-Length: 0 Content-Type: application/json 2019-01-03 11:32:17,711 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ab6e0f0f-9167-4284-aa08-8e61de59a12a used request id req-fac1ee95-3548-4c18-95e1-540326cf405e 2019-01-03 11:32:17,712 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet 2019-01-03 11:32:17,712 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-subnet 2019-01-03 11:32:17,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c0572082-cf6c-4562-b5d7-59525f24c1a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:19,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9381e92-e0f0-4fcb-bc71-6a5c22cee37b Date: Thu, 03 Jan 2019 11:32:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:19,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c0572082-cf6c-4562-b5d7-59525f24c1a7 used request id req-a9381e92-e0f0-4fcb-bc71-6a5c22cee37b 2019-01-03 11:32:19,974 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-pub-net 2019-01-03 11:32:19,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a0647a93445c5094899d4ea441888b9945169d" 2019-01-03 11:32:21,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5ba55f2-4b4a-4286-8b2f-eae54567770e Date: Thu, 03 Jan 2019 11:32:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:21,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bd6ba9a1-6ce1-4331-8018-a98e18d81ae5 used request id req-b5ba55f2-4b4a-4286-8b2f-eae54567770e 2019-01-03 11:32:21,194 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-797559cf-2bf6-452d-97a5-159c123b6cd6-image 2019-01-03 11:32:21,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d60eb578b42f65416b5a2b8e441a7ee59494b8e4" 2019-01-03 11:32:22,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-301c9932-0468-4ec8-9e6d-8dd8f6a68ee3 Date: Thu, 03 Jan 2019 11:32:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:22,344 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1631dd40-1cb5-402f-bdd3-2e61c78478cc used request id req-301c9932-0468-4ec8-9e6d-8dd8f6a68ee3 2019-01-03 11:32:22,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:22,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d0491b4c-5cfc-4451-b6ce-23c36bd25235 Date: Thu, 03 Jan 2019 11:32:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "created_at": "2019-01-03T11:32:10Z", "updated_at": "2019-01-03T11:32:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "revision_number": 0, "id": "04f73b39-f442-4aa7-ace7-3a0dbba9db32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "049bc7c9d19f48a9850c4a331935e4bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "revision_number": 0, "id": "0cc7b368-9cb5-45d4-823f-3f3c32fc0283", "remote_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "049bc7c9d19f48a9850c4a331935e4bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "revision_number": 0, "id": "2d95c56d-1511-4910-b22a-a6c3127cf271", "remote_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "049bc7c9d19f48a9850c4a331935e4bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "revision_number": 0, "id": "59e405e6-b345-41c0-bb79-02bb24b1900b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "049bc7c9d19f48a9850c4a331935e4bf"}], "revision_number": 4, "project_id": "049bc7c9d19f48a9850c4a331935e4bf", "id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:32:22,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d0491b4c-5cfc-4451-b6ce-23c36bd25235 2019-01-03 11:32:22,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:22,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb200e3-806f-4c72-a752-0feeeba71db0 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:32:22,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-4fb200e3-806f-4c72-a752-0feeeba71db0 2019-01-03 11:32:22,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:22,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a9f987-f3a9-47c8-8869-573d72109d04 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:32:22,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-e6a9f987-f3a9-47c8-8869-573d72109d04 2019-01-03 11:32:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:22,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bcc5e36-6f9e-4150-9fad-c95f380112dc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf"}, "enabled": true, "id": "049bc7c9d19f48a9850c4a331935e4bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj"}} 2019-01-03 11:32:22,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf used request id req-3bcc5e36-6f9e-4150-9fad-c95f380112dc 2019-01-03 11:32:22,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95c4f454-7dcb-46dc-8f49-39c49229def6 2019-01-03 11:32:22,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=95c4f454-7dcb-46dc-8f49-39c49229def6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:23,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f7e40702-2234-4baa-a2cf-0aa76724d5cf Date: Thu, 03 Jan 2019 11:32:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "port_range_min": null, "revision_number": 0, "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "created_at": "2019-01-03T11:32:10Z", "project_id": "049bc7c9d19f48a9850c4a331935e4bf", "id": "04f73b39-f442-4aa7-ace7-3a0dbba9db32"}, {"remote_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "port_range_min": null, "revision_number": 0, "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "created_at": "2019-01-03T11:32:10Z", "project_id": "049bc7c9d19f48a9850c4a331935e4bf", "id": "0cc7b368-9cb5-45d4-823f-3f3c32fc0283"}, {"remote_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "port_range_min": null, "revision_number": 0, "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "created_at": "2019-01-03T11:32:10Z", "project_id": "049bc7c9d19f48a9850c4a331935e4bf", "id": "2d95c56d-1511-4910-b22a-a6c3127cf271"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:10Z", "security_group_id": "95c4f454-7dcb-46dc-8f49-39c49229def6", "port_range_min": null, "revision_number": 0, "tenant_id": "049bc7c9d19f48a9850c4a331935e4bf", "created_at": "2019-01-03T11:32:10Z", "project_id": "049bc7c9d19f48a9850c4a331935e4bf", "id": "59e405e6-b345-41c0-bb79-02bb24b1900b"}]} 2019-01-03 11:32:23,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=95c4f454-7dcb-46dc-8f49-39c49229def6 used request id req-f7e40702-2234-4baa-a2cf-0aa76724d5cf 2019-01-03 11:32:23,043 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:32:23,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/95c4f454-7dcb-46dc-8f49-39c49229def6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:23,353 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-66060a36-dab2-43a9-a6c7-768a7b1d2a33 Content-Length: 0 Date: Thu, 03 Jan 2019 11:32:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:23,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/95c4f454-7dcb-46dc-8f49-39c49229def6 used request id req-66060a36-dab2-43a9-a6c7-768a7b1d2a33 2019-01-03 11:32:23,354 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj 2019-01-03 11:32:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:23,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ecb2e28-932c-40d2-bdce-26be2d32a03c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:23,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/049bc7c9d19f48a9850c4a331935e4bf used request id req-2ecb2e28-932c-40d2-bdce-26be2d32a03c 2019-01-03 11:32:23,544 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-proj-role 2019-01-03 11:32:23,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:23,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c68e7e-81ca-4f6a-aab2-7dbf3b8e6a53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:23,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b4adc21f033e4489ad96038630208480 used request id req-50c68e7e-81ca-4f6a-aab2-7dbf3b8e6a53 2019-01-03 11:32:23,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b25bef1fee6e5676128040836e9d126589333bf3" 2019-01-03 11:32:23,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74388535-660b-4342-813b-1a8b818640f7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:23,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-74388535-660b-4342-813b-1a8b818640f7 2019-01-03 11:32:23,745 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-b333729a-a78a-4e7-user 2019-01-03 11:32:23,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/7d64c0a881864292b3d2c7207ddddcb2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5f61ca28cefd5fd3589296103175957c99a625" 2019-01-03 11:32:23,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b6650b8-eddb-4a15-9f93-d30b96f5f676 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:23,943 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7d64c0a881864292b3d2c7207ddddcb2 used request id req-0b6650b8-eddb-4a15-9f93-d30b96f5f676 2019-01-03 11:32:23,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:24,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["m6QqHSSmQnG49tMJXiSjjg"], "issued_at": "2019-01-03T11:32:24.000000Z"}} 2019-01-03 11:32:24,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868c03ea97b844d58b6de48f3b9af3681728ad38" 2019-01-03 11:32:24,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0aea965-7ff4-4a58-bf92-cfd9c52eed71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:24,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f0aea965-7ff4-4a58-bf92-cfd9c52eed71 2019-01-03 11:32:24,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:24,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:24,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["KIxh5mB0SSGZTe2kHyiLAA"], "issued_at": "2019-01-03T11:32:24.000000Z"}} 2019-01-03 11:32:24,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:24,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f415d7b3-00fc-4b39-81e7-f3fb11bbe848 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:24,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f415d7b3-00fc-4b39-81e7-f3fb11bbe848 2019-01-03 11:32:24,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:24,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:24,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:24,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580db288-3bbb-4d0c-a798-c1059c6bc8c2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:32:24,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj used request id req-580db288-3bbb-4d0c-a798-c1059c6bc8c2 2019-01-03 11:32:24,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:25,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e869604-8888-41ca-bb59-2daa59e64f67 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:25,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4e869604-8888-41ca-bb59-2daa59e64f67 2019-01-03 11:32:25,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}}' 2019-01-03 11:32:25,207 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501f6d7f-69f3-421d-a3d3-b81a3ac778f1 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}} 2019-01-03 11:32:25,207 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-501f6d7f-69f3-421d-a3d3-b81a3ac778f1 2019-01-03 11:32:25,207 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj 2019-01-03 11:32:25,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:25,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:25,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["HnfqCSi5Sv2wCkkHIZpK_Q"], "issued_at": "2019-01-03T11:32:25.000000Z"}} 2019-01-03 11:32:25,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019a793353522415e92a0c2e9ce3343c3399650" 2019-01-03 11:32:25,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9072cc6f-f8cf-4732-8aa2-f01da5e54952 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:25,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9072cc6f-f8cf-4732-8aa2-f01da5e54952 2019-01-03 11:32:25,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:25,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019a793353522415e92a0c2e9ce3343c3399650" 2019-01-03 11:32:25,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666d1be5-bf43-44c8-a547-8358dd814f1b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:32:25,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-666d1be5-bf43-44c8-a547-8358dd814f1b 2019-01-03 11:32:25,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019a793353522415e92a0c2e9ce3343c3399650" 2019-01-03 11:32:25,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3532d9-8eff-4367-bf39-013f926d09ec Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}]} 2019-01-03 11:32:25,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj used request id req-5f3532d9-8eff-4367-bf39-013f926d09ec 2019-01-03 11:32:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019a793353522415e92a0c2e9ce3343c3399650" 2019-01-03 11:32:25,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1533acbe-2830-46a4-b29a-9e0219278421 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:25,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1533acbe-2830-46a4-b29a-9e0219278421 2019-01-03 11:32:26,308 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-user 2019-01-03 11:32:26,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:26,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:26,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273cee7b-6cf5-455f-8a79-e98320fe2b5d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:26,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-273cee7b-6cf5-455f-8a79-e98320fe2b5d 2019-01-03 11:32:26,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" -d '{"role": {"name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}}' 2019-01-03 11:32:26,524 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dcf322e-07a9-4222-8f35-614eeb2e097f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e10612c6ffdb4f4ea10ce8f4d0484128", "links": {"self": "http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128"}, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}} 2019-01-03 11:32:26,524 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4dcf322e-07a9-4222-8f35-614eeb2e097f 2019-01-03 11:32:26,525 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role 2019-01-03 11:32:26,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:26,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76502a4-49eb-4360-bb99-b81b60e165cf Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role", "id": "e10612c6ffdb4f4ea10ce8f4d0484128"}} 2019-01-03 11:32:26,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128 used request id req-f76502a4-49eb-4360-bb99-b81b60e165cf 2019-01-03 11:32:26,546 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role to project CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj 2019-01-03 11:32:26,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681/users/53ac4b524b4b46f0b4df9324e2ffef38/roles/e10612c6ffdb4f4ea10ce8f4d0484128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:26,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ce3893-e568-4f03-8e8b-00186b0cdf12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:26,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681/users/53ac4b524b4b46f0b4df9324e2ffef38/roles/e10612c6ffdb4f4ea10ce8f4d0484128 used request id req-f5ce3893-e568-4f03-8e8b-00186b0cdf12 2019-01-03 11:32:26,664 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:32:26,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:26,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:27,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e10612c6ffdb4f4ea10ce8f4d0484128", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}], "expires_at": "2019-01-03T12:32:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f3ad41888524f488dc8313b49169681", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-user", "id": "53ac4b524b4b46f0b4df9324e2ffef38"}, "audit_ids": ["o8o8AxYKR5qi3s73oCQy3w"], "issued_at": "2019-01-03T11:32:27.000000Z"}} 2019-01-03 11:32:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:27,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86bf3439-afee-4641-89b4-063e1bb60e86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:27,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-86bf3439-afee-4641-89b4-063e1bb60e86 2019-01-03 11:32:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:27,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-d3acf396-977d-4c7b-aa08-03a9ef7c49f0 Date: Thu, 03 Jan 2019 11:32:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image"} 2019-01-03 11:32:27,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image used request id req-d3acf396-977d-4c7b-aa08-03a9ef7c49f0 2019-01-03 11:32:27,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:27,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34d399f9-d5a5-4b5c-a88a-7fe6e10829ec Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:27,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-34d399f9-d5a5-4b5c-a88a-7fe6e10829ec 2019-01-03 11:32:27,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image"}' 2019-01-03 11:32:27,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e X-Openstack-Request-Id: req-66b5ab08-5837-4578-8082-c4b732c4c5f8 Date: Thu, 03 Jan 2019 11:32:27 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e", "min_disk": 0, "protected": false, "id": "4c4eb82a-06bc-4554-aede-0db00537821e", "file": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e/file", "checksum": null, "owner": "7f3ad41888524f488dc8313b49169681", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:27,753 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-66b5ab08-5837-4578-8082-c4b732c4c5f8 2019-01-03 11:32:27,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" -d '' 2019-01-03 11:32:29,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c19d34c8-deec-419a-ab2b-a1a2d958acd1 Date: Thu, 03 Jan 2019 11:32:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:29,360 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e/file used request id req-c19d34c8-deec-419a-ab2b-a1a2d958acd1 2019-01-03 11:32:29,360 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:32:29,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:29,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-c11b2b25-301d-4210-a0d8-1b26a0cf2fb4 Date: Thu, 03 Jan 2019 11:32:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/4c4eb82a-06bc-4554-aede-0db00537821e/snap", "metadata": {}}], "self": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e", "min_disk": 0, "protected": false, "id": "4c4eb82a-06bc-4554-aede-0db00537821e", "file": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7f3ad41888524f488dc8313b49169681", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/4c4eb82a-06bc-4554-aede-0db00537821e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:29,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e used request id req-c11b2b25-301d-4210-a0d8-1b26a0cf2fb4 2019-01-03 11:32:29,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:29,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-390bc25b-8906-4b04-9f98-8b7f05e93cac Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:29,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-390bc25b-8906-4b04-9f98-8b7f05e93cac 2019-01-03 11:32:29,674 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image 2019-01-03 11:32:29,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:29,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-175e5a2f-5313-463b-8f04-22a4e78136b8 Date: Thu, 03 Jan 2019 11:32:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/4c4eb82a-06bc-4554-aede-0db00537821e/snap", "metadata": {}}], "self": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e", "min_disk": 0, "protected": false, "id": "4c4eb82a-06bc-4554-aede-0db00537821e", "file": "/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7f3ad41888524f488dc8313b49169681", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/4c4eb82a-06bc-4554-aede-0db00537821e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:29,830 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e used request id req-175e5a2f-5313-463b-8f04-22a4e78136b8 2019-01-03 11:32:29,830 - create_image - DEBUG - Instance status is - active 2019-01-03 11:32:29,831 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image 2019-01-03 11:32:29,831 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image 2019-01-03 11:32:29,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:29,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:30,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e10612c6ffdb4f4ea10ce8f4d0484128", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}], "expires_at": "2019-01-03T12:32:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f3ad41888524f488dc8313b49169681", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-user", "id": "53ac4b524b4b46f0b4df9324e2ffef38"}, "audit_ids": ["vAnbpLfkRKabJixNrzGN-g"], "issued_at": "2019-01-03T11:32:30.000000Z"}} 2019-01-03 11:32:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:30,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89dbe7a0-9690-48b2-a086-01cc851ef926 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:30,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89dbe7a0-9690-48b2-a086-01cc851ef926 2019-01-03 11:32:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:30,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-51cd12fa-1a1b-4cdc-9a13-391f2da254bf Date: Thu, 03 Jan 2019 11:32:30 GMT RESP BODY: {"networks":[]} 2019-01-03 11:32:30,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net used request id req-51cd12fa-1a1b-4cdc-9a13-391f2da254bf 2019-01-03 11:32:30,465 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net 2019-01-03 11:32:30,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" -d '{"network": {"name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net", "admin_state_up": true}}' 2019-01-03 11:32:31,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2b04eb7f-24ea-43d2-a96b-ae8e5d2810b1 Date: Thu, 03 Jan 2019 11:32:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:32:30Z","is_default":false,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","mtu":1450}} 2019-01-03 11:32:31,013 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-2b04eb7f-24ea-43d2-a96b-ae8e5d2810b1 2019-01-03 11:32:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:31,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8b749d66-203d-4203-b3f4-bccc6f69caf9 Date: Thu, 03 Jan 2019 11:32: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":"2019-01-03T11:32:30Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:31,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-8b749d66-203d-4203-b3f4-bccc6f69caf9 2019-01-03 11:32:31,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:31,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fa4c37a3-2ecb-4271-a4a0-19fe76ac43cb Date: Thu, 03 Jan 2019 11:32:31 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:32:31,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-fa4c37a3-2ecb-4271-a4a0-19fe76ac43cb 2019-01-03 11:32:31,613 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet 2019-01-03 11:32:31,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" -d '{"subnets": [{"ip_version": 4, "network_id": "3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]}' 2019-01-03 11:32:32,510 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed75a2ad-95d7-46c4-9ea2-d512acde14be Date: Thu, 03 Jan 2019 11:32:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:32,510 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ed75a2ad-95d7-46c4-9ea2-d512acde14be 2019-01-03 11:32:32,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:32,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-39ae085c-7db0-45d7-ab65-84016dd928d3 Date: Thu, 03 Jan 2019 11:32: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":["8d737e3f-b1e4-4d05-bd12-df67ad4cd47d"],"updated_at":"2019-01-03T11:32:32Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:32,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-39ae085c-7db0-45d7-ab65-84016dd928d3 2019-01-03 11:32:32,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:32,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0e9f35f7-acee-42ab-8c39-d8b44e60c499 Date: Thu, 03 Jan 2019 11:32:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:32,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-0e9f35f7-acee-42ab-8c39-d8b44e60c499 2019-01-03 11:32:32,982 - OpenStackNetwork - DEBUG - Network [3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d] created successfully 2019-01-03 11:32:32,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:32,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:33,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qNANUgnkRpKdfDiGaYLg9g"], "issued_at": "2019-01-03T11:32:33.000000Z"}} 2019-01-03 11:32:33,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de463b6c89494f5b3bc559e81d8a4ffa6efabfe0" 2019-01-03 11:32:33,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e87904be-ecd6-4c4e-93ce-a5fc173933e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:33,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e87904be-ecd6-4c4e-93ce-a5fc173933e1 2019-01-03 11:32:33,535 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:33,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de463b6c89494f5b3bc559e81d8a4ffa6efabfe0" 2019-01-03 11:32:33,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32: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-fe97ed6a-cee6-4441-ab53-e39e0e05f1c8 x-compute-request-id: req-fe97ed6a-cee6-4441-ab53-e39e0e05f1c8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:32:33,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-fe97ed6a-cee6-4441-ab53-e39e0e05f1c8 2019-01-03 11:32:33,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de463b6c89494f5b3bc559e81d8a4ffa6efabfe0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:32:33,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32: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-b286e99a-0270-4bc6-b1c2-b2b92ff48182 x-compute-request-id: req-b286e99a-0270-4bc6-b1c2-b2b92ff48182 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a808e602-95e3-4ec6-adc9-963e4f7c1e58", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a808e602-95e3-4ec6-adc9-963e4f7c1e58", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a808e602-95e3-4ec6-adc9-963e4f7c1e58", "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:32:33,785 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b286e99a-0270-4bc6-b1c2-b2b92ff48182 2019-01-03 11:32:33,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:33,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:34,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e10612c6ffdb4f4ea10ce8f4d0484128", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}], "expires_at": "2019-01-03T12:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f3ad41888524f488dc8313b49169681", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-user", "id": "53ac4b524b4b46f0b4df9324e2ffef38"}, "audit_ids": ["ve6WN0cpSRClu4wMcP_l_A"], "issued_at": "2019-01-03T11:32:34.000000Z"}} 2019-01-03 11:32:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:34,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f465bb2-4ae1-4a55-b627-0a7e46e502e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:34,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4f465bb2-4ae1-4a55-b627-0a7e46e502e5 2019-01-03 11:32:34,246 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:34,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd64a30c-2578-4d35-9f8a-b6c6ed680084 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:34,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fd64a30c-2578-4d35-9f8a-b6c6ed680084 2019-01-03 11:32:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:34,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8b536e5c-91c5-44dc-a97a-245dbefc5051 Date: Thu, 03 Jan 2019 11:32: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":["8d737e3f-b1e4-4d05-bd12-df67ad4cd47d"],"updated_at":"2019-01-03T11:32:32Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:34,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net used request id req-8b536e5c-91c5-44dc-a97a-245dbefc5051 2019-01-03 11:32:34,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:34,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:34,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:34,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14da759f-ae4d-479f-a25c-7b1da8aa71f1 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}} 2019-01-03 11:32:34,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 used request id req-14da759f-ae4d-479f-a25c-7b1da8aa71f1 2019-01-03 11:32:34,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:34,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-40fd9f26-8b61-417a-b3e6-b9e8a6816c49 Date: Thu, 03 Jan 2019 11:32:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:34,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-40fd9f26-8b61-417a-b3e6-b9e8a6816c49 2019-01-03 11:32:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d&mac_address=foo&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:35,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c644375b-e91a-48a8-8bd9-36c6f4692688 Date: Thu, 03 Jan 2019 11:32:35 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:35,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d&mac_address=foo&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1port-1&admin_state_up=True used request id req-c644375b-e91a-48a8-8bd9-36c6f4692688 2019-01-03 11:32:35,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:35,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-44851f8e-e7ec-4380-9ade-d1c6e97944bd x-compute-request-id: req-44851f8e-e7ec-4380-9ade-d1c6e97944bd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:32:35,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-inst used request id req-44851f8e-e7ec-4380-9ade-d1c6e97944bd 2019-01-03 11:32:35,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:35,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e46921b6-ad8f-44df-9569-30e3425241c9 Date: Thu, 03 Jan 2019 11:32:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d737e3f-b1e4-4d05-bd12-df67ad4cd47d"],"updated_at":"2019-01-03T11:32:32Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:35,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net used request id req-e46921b6-ad8f-44df-9569-30e3425241c9 2019-01-03 11:32:35,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:35,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce2d579-6766-4eaa-b427-8d937f331ca0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}} 2019-01-03 11:32:35,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 used request id req-fce2d579-6766-4eaa-b427-8d937f331ca0 2019-01-03 11:32:35,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:35,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5acf452c-a101-45f3-82ca-e4166a620b4d Date: Thu, 03 Jan 2019 11:32:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:35,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-5acf452c-a101-45f3-82ca-e4166a620b4d 2019-01-03 11:32:35,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d&mac_address=foo&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:36,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b49058ea-6433-4312-99cc-1d66108e69ff Date: Thu, 03 Jan 2019 11:32:36 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:36,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d&mac_address=foo&name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1port-1&admin_state_up=True used request id req-b49058ea-6433-4312-99cc-1d66108e69ff 2019-01-03 11:32:36,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:36,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:36,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e10612c6ffdb4f4ea10ce8f4d0484128", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role"}], "expires_at": "2019-01-03T12:32:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f3ad41888524f488dc8313b49169681", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/7f3ad41888524f488dc8313b49169681", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-user", "id": "53ac4b524b4b46f0b4df9324e2ffef38"}, "audit_ids": ["3sm7ads-Qj2Yu4TbHbvM1A"], "issued_at": "2019-01-03T11:32:36.000000Z"}} 2019-01-03 11:32:36,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2b3d61a4b4cb2906959361c910185320c5fdf3" 2019-01-03 11:32:36,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790e87bb-1f42-4510-ae1a-b03ad115410c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:36,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-790e87bb-1f42-4510-ae1a-b03ad115410c 2019-01-03 11:32:36,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:36,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f92c9d45-a8a6-47ce-90cd-bc21bd5bdc5c Date: Thu, 03 Jan 2019 11:32: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":["8d737e3f-b1e4-4d05-bd12-df67ad4cd47d"],"updated_at":"2019-01-03T11:32:32Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:36,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net used request id req-f92c9d45-a8a6-47ce-90cd-bc21bd5bdc5c 2019-01-03 11:32:36,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:36,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-758bde04-2ac2-4fc5-aa32-c447862c797b Date: Thu, 03 Jan 2019 11:32:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:36,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-758bde04-2ac2-4fc5-aa32-c447862c797b 2019-01-03 11:32:37,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:37,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-23e12ee8-797e-4067-bbd3-22eb237deb59 Date: Thu, 03 Jan 2019 11:32: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":["8d737e3f-b1e4-4d05-bd12-df67ad4cd47d"],"updated_at":"2019-01-03T11:32:32Z","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7f3ad41888524f488dc8313b49169681","id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net"}]} 2019-01-03 11:32:37,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net used request id req-23e12ee8-797e-4067-bbd3-22eb237deb59 2019-01-03 11:32:37,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:37,113 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:37,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a2b3d61a4b4cb2906959361c910185320c5fdf3" 2019-01-03 11:32:37,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0de345d-b2f6-46ff-8a46-87a36ef7762c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}} 2019-01-03 11:32:37,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 used request id req-c0de345d-b2f6-46ff-8a46-87a36ef7762c 2019-01-03 11:32:37,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" 2019-01-03 11:32:37,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-50bb5c8c-6304-4e23-a4de-595ff0a8ba71 Date: Thu, 03 Jan 2019 11:32:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d","tenant_id":"7f3ad41888524f488dc8313b49169681","created_at":"2019-01-03T11:32:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32: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":"7f3ad41888524f488dc8313b49169681","id":"8d737e3f-b1e4-4d05-bd12-df67ad4cd47d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet"}]} 2019-01-03 11:32:37,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-50bb5c8c-6304-4e23-a4de-595ff0a8ba71 2019-01-03 11:32:37,457 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net 2019-01-03 11:32:37,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f18771dab4d91f6fbbd2ff9719de82ffdd1d57b" -d '{"port": {"network_id": "3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1port-1", "admin_state_up": true}}' 2019-01-03 11:32:37,475 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-96515973-e09b-4ff8-a5eb-06801e387679 Date: Thu, 03 Jan 2019 11:32:37 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2019-01-03 11:32:37,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-96515973-e09b-4ff8-a5eb-06801e387679 2019-01-03 11:32:37,475 - 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": ""}} 2019-01-03 11:32:37,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a808e602-95e3-4ec6-adc9-963e4f7c1e58 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de463b6c89494f5b3bc559e81d8a4ffa6efabfe0" 2019-01-03 11:32:37,525 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:32:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4f11de9-d23a-43a0-9197-e16e2c6eb942 x-compute-request-id: req-c4f11de9-d23a-43a0-9197-e16e2c6eb942 Content-Length: 0 Content-Type: application/json 2019-01-03 11:32:37,525 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a808e602-95e3-4ec6-adc9-963e4f7c1e58 used request id req-c4f11de9-d23a-43a0-9197-e16e2c6eb942 2019-01-03 11:32:37,526 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet 2019-01-03 11:32:37,526 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-subnet 2019-01-03 11:32:37,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/8d737e3f-b1e4-4d05-bd12-df67ad4cd47d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:39,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8187b598-f30d-4384-956d-001b33284c6c Date: Thu, 03 Jan 2019 11:32:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:39,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/8d737e3f-b1e4-4d05-bd12-df67ad4cd47d used request id req-8187b598-f30d-4384-956d-001b33284c6c 2019-01-03 11:32:39,810 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-pub-net 2019-01-03 11:32:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}531229ea6d9e3713d30e1dcb6e5c4eed47434f84" 2019-01-03 11:32:41,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8852bf61-11ce-4c53-b280-ea796a362247 Date: Thu, 03 Jan 2019 11:32:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:41,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3f528dc9-ae3b-4b57-b5a8-ca46d4ae6b5d used request id req-8852bf61-11ce-4c53-b280-ea796a362247 2019-01-03 11:32:41,002 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-91fc2226-e657-44d6-8c55-4d7c964a33a1-image 2019-01-03 11:32:41,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24a839e4d4789ac31dc710a74622b06aa25426e4" 2019-01-03 11:32:42,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9cb8a285-7e0a-400d-bcdd-5dd4871e4e43 Date: Thu, 03 Jan 2019 11:32:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:42,111 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/4c4eb82a-06bc-4554-aede-0db00537821e used request id req-9cb8a285-7e0a-400d-bcdd-5dd4871e4e43 2019-01-03 11:32:42,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:42,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f0b1c39a-8a63-47ad-bafd-87f1571ac74f Date: Thu, 03 Jan 2019 11:32:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7f3ad41888524f488dc8313b49169681", "created_at": "2019-01-03T11:32:30Z", "updated_at": "2019-01-03T11:32:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "revision_number": 0, "id": "66615fb4-08df-4967-a0de-113873a79a24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "tenant_id": "7f3ad41888524f488dc8313b49169681", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f3ad41888524f488dc8313b49169681"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "revision_number": 0, "id": "cd3561f3-e915-4315-9227-1334866eb3c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "tenant_id": "7f3ad41888524f488dc8313b49169681", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f3ad41888524f488dc8313b49169681"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "revision_number": 0, "id": "e35342ae-ab00-46ca-9813-717f6fdae91b", "remote_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "tenant_id": "7f3ad41888524f488dc8313b49169681", "port_range_min": null, "ethertype": "IPv6", "project_id": "7f3ad41888524f488dc8313b49169681"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "revision_number": 0, "id": "e3760f44-b554-4fb6-8473-0882092e6994", "remote_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "tenant_id": "7f3ad41888524f488dc8313b49169681", "port_range_min": null, "ethertype": "IPv4", "project_id": "7f3ad41888524f488dc8313b49169681"}], "revision_number": 4, "project_id": "7f3ad41888524f488dc8313b49169681", "id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:32:42,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f0b1c39a-8a63-47ad-bafd-87f1571ac74f 2019-01-03 11:32:42,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:42,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a812241e-4370-4e05-aa4c-5947ddc4450d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681"}, "enabled": true, "id": "7f3ad41888524f488dc8313b49169681", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj"}} 2019-01-03 11:32:42,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 used request id req-a812241e-4370-4e05-aa4c-5947ddc4450d 2019-01-03 11:32:42,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4282c2c8-49f5-40ad-8510-e2ea28ec8053 2019-01-03 11:32:42,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4282c2c8-49f5-40ad-8510-e2ea28ec8053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:42,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ef97fbf4-ac8a-43e6-8ae9-c5af96f148f4 Date: Thu, 03 Jan 2019 11:32:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "port_range_min": null, "revision_number": 0, "tenant_id": "7f3ad41888524f488dc8313b49169681", "created_at": "2019-01-03T11:32:30Z", "project_id": "7f3ad41888524f488dc8313b49169681", "id": "66615fb4-08df-4967-a0de-113873a79a24"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "port_range_min": null, "revision_number": 0, "tenant_id": "7f3ad41888524f488dc8313b49169681", "created_at": "2019-01-03T11:32:30Z", "project_id": "7f3ad41888524f488dc8313b49169681", "id": "cd3561f3-e915-4315-9227-1334866eb3c9"}, {"remote_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "port_range_min": null, "revision_number": 0, "tenant_id": "7f3ad41888524f488dc8313b49169681", "created_at": "2019-01-03T11:32:30Z", "project_id": "7f3ad41888524f488dc8313b49169681", "id": "e35342ae-ab00-46ca-9813-717f6fdae91b"}, {"remote_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:30Z", "security_group_id": "4282c2c8-49f5-40ad-8510-e2ea28ec8053", "port_range_min": null, "revision_number": 0, "tenant_id": "7f3ad41888524f488dc8313b49169681", "created_at": "2019-01-03T11:32:30Z", "project_id": "7f3ad41888524f488dc8313b49169681", "id": "e3760f44-b554-4fb6-8473-0882092e6994"}]} 2019-01-03 11:32:42,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4282c2c8-49f5-40ad-8510-e2ea28ec8053 used request id req-ef97fbf4-ac8a-43e6-8ae9-c5af96f148f4 2019-01-03 11:32:42,645 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:32:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4282c2c8-49f5-40ad-8510-e2ea28ec8053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:42,924 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa3de189-7acb-4b78-9579-97f7b21b564a Content-Length: 0 Date: Thu, 03 Jan 2019 11:32:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:32:42,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4282c2c8-49f5-40ad-8510-e2ea28ec8053 used request id req-aa3de189-7acb-4b78-9579-97f7b21b564a 2019-01-03 11:32:42,925 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj 2019-01-03 11:32:42,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:43,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-517d2409-084f-452c-9487-f003ed822bfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:43,150 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/7f3ad41888524f488dc8313b49169681 used request id req-517d2409-084f-452c-9487-f003ed822bfd 2019-01-03 11:32:43,150 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-proj-role 2019-01-03 11:32:43,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:43,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e56fc3e2-848d-4775-8dc4-49b7692ee947 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:43,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e10612c6ffdb4f4ea10ce8f4d0484128 used request id req-e56fc3e2-848d-4775-8dc4-49b7692ee947 2019-01-03 11:32:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46aadb2855d4d312140d4eb16d71dbc08f43fbd0" 2019-01-03 11:32:43,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3caa8ec0-905a-4a08-88dc-f2a18d8278f4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:43,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3caa8ec0-905a-4a08-88dc-f2a18d8278f4 2019-01-03 11:32:43,365 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-ead2d222-657c-4d7-user 2019-01-03 11:32:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/53ac4b524b4b46f0b4df9324e2ffef38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7019a793353522415e92a0c2e9ce3343c3399650" 2019-01-03 11:32:43,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-343c88d4-f2a6-4c65-ba9c-1f992c5f03f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:43,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/53ac4b524b4b46f0b4df9324e2ffef38 used request id req-343c88d4-f2a6-4c65-ba9c-1f992c5f03f4 2019-01-03 11:32:43,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:43,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EjJV_UQLT3egVVAQW7_Lxg"], "issued_at": "2019-01-03T11:32:43.000000Z"}} 2019-01-03 11:32:43,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15abc982f7cc49b3845a7a6227828d682c154425" 2019-01-03 11:32:44,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e29917-8a21-46b2-813b-864421791c44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:44,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a9e29917-8a21-46b2-813b-864421791c44 2019-01-03 11:32:44,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:44,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:44,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mdukB_6FSHisZj7dIa33FA"], "issued_at": "2019-01-03T11:32:44.000000Z"}} 2019-01-03 11:32:44,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:44,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-723636eb-8285-45b7-a99b-6d89c76ec61a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:44,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-723636eb-8285-45b7-a99b-6d89c76ec61a 2019-01-03 11:32:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:44,533 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:44,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a677cb21-d8e2-446c-b57b-41f03ffe4d1a Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:32:44,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj used request id req-a677cb21-d8e2-446c-b57b-41f03ffe4d1a 2019-01-03 11:32:44,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:44,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc6d7e6b-099e-4f99-863b-c09e10aaaf05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:44,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-dc6d7e6b-099e-4f99-863b-c09e10aaaf05 2019-01-03 11:32:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}}' 2019-01-03 11:32:44,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97b86e4a-e82d-4532-9440-b576068550d8 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:44,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-97b86e4a-e82d-4532-9440-b576068550d8 2019-01-03 11:32:44,848 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj 2019-01-03 11:32:44,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:44,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:45,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vbWAtc1KTMODvPJTNVKB5g"], "issued_at": "2019-01-03T11:32:45.000000Z"}} 2019-01-03 11:32:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8224e6af6f3d0a0fa6e7c70366af2f4916d03ab9" 2019-01-03 11:32:45,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a5a3b9-b917-4bac-afb8-dc0bec75283b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:45,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-98a5a3b9-b917-4bac-afb8-dc0bec75283b 2019-01-03 11:32:45,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:45,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:45,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8224e6af6f3d0a0fa6e7c70366af2f4916d03ab9" 2019-01-03 11:32:45,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea1b7b92-2f18-4ca0-b794-8c8ad451adae Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:32:45,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ea1b7b92-2f18-4ca0-b794-8c8ad451adae 2019-01-03 11:32:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8224e6af6f3d0a0fa6e7c70366af2f4916d03ab9" 2019-01-03 11:32:45,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d1a97c-3d0b-4529-8791-2c87a785fc84 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}]} 2019-01-03 11:32:45,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj used request id req-f5d1a97c-3d0b-4529-8791-2c87a785fc84 2019-01-03 11:32:45,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8224e6af6f3d0a0fa6e7c70366af2f4916d03ab9" 2019-01-03 11:32:45,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee1c320-0aa6-4803-8119-6cb739270497 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:32:45,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-eee1c320-0aa6-4803-8119-6cb739270497 2019-01-03 11:32:46,063 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user 2019-01-03 11:32:46,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:46,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:46,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d5525d-f73e-4670-b843-e42001156d07 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:32:46,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c7d5525d-f73e-4670-b843-e42001156d07 2019-01-03 11:32:46,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" -d '{"role": {"name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}}' 2019-01-03 11:32:46,284 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3861bad-2c58-47af-8540-a48252fc6058 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "aeacac963f6f4db9bc8daa43de63e771", "links": {"self": "http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771"}, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}} 2019-01-03 11:32:46,284 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3861bad-2c58-47af-8540-a48252fc6058 2019-01-03 11:32:46,285 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role 2019-01-03 11:32:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:46,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb7111f-6035-4627-9972-8e0cfbaf2f29 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role", "id": "aeacac963f6f4db9bc8daa43de63e771"}} 2019-01-03 11:32:46,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771 used request id req-2fb7111f-6035-4627-9972-8e0cfbaf2f29 2019-01-03 11:32:46,372 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role to project CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj 2019-01-03 11:32:46,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463/users/80fe9fe66a7b4842b10b41aa8064e76e/roles/aeacac963f6f4db9bc8daa43de63e771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:32:46,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3b044a3-32ca-4247-b79f-40af00c5e057 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:32:46,430 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463/users/80fe9fe66a7b4842b10b41aa8064e76e/roles/aeacac963f6f4db9bc8daa43de63e771 used request id req-a3b044a3-32ca-4247-b79f-40af00c5e057 2019-01-03 11:32:46,430 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:32:46,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:46,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:46,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aeacac963f6f4db9bc8daa43de63e771", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}], "expires_at": "2019-01-03T12:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user", "id": "80fe9fe66a7b4842b10b41aa8064e76e"}, "audit_ids": ["PM5SV2ZDSK66ZPkwB_LE8w"], "issued_at": "2019-01-03T11:32:46.000000Z"}} 2019-01-03 11:32:46,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:46,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cecd361c-7291-4676-b75d-a8ec66c33160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:46,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cecd361c-7291-4676-b75d-a8ec66c33160 2019-01-03 11:32:46,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:47,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-e06ac6fe-948f-4ba3-87bd-c499e060f300 Date: Thu, 03 Jan 2019 11:32:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image"} 2019-01-03 11:32:47,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image used request id req-e06ac6fe-948f-4ba3-87bd-c499e060f300 2019-01-03 11:32:47,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:47,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5244fedf-7cca-4e29-8537-a966545169cc Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:47,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5244fedf-7cca-4e29-8537-a966545169cc 2019-01-03 11:32:47,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image"}' 2019-01-03 11:32:47,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d X-Openstack-Request-Id: req-62c4a8d3-c35e-449b-bb05-8c1f6855ca9a Date: Thu, 03 Jan 2019 11:32:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d", "min_disk": 0, "protected": false, "id": "d582a6f8-9821-4117-9626-d68499f8c48d", "file": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file", "checksum": null, "owner": "f3a8ac40d9704174bbae8a8ce82b7463", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:47,425 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-62c4a8d3-c35e-449b-bb05-8c1f6855ca9a 2019-01-03 11:32:47,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" -d '' 2019-01-03 11:32:49,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8de7e3c1-0adf-4d94-b909-c10495dc55b4 Date: Thu, 03 Jan 2019 11:32:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:32:49,429 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file used request id req-8de7e3c1-0adf-4d94-b909-c10495dc55b4 2019-01-03 11:32:49,429 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:32:49,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:49,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-8d98d278-2923-450c-b389-9145132c7dd1 Date: Thu, 03 Jan 2019 11:32:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "metadata": {}}], "self": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d", "min_disk": 0, "protected": false, "id": "d582a6f8-9821-4117-9626-d68499f8c48d", "file": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f3a8ac40d9704174bbae8a8ce82b7463", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:49,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d used request id req-8d98d278-2923-450c-b389-9145132c7dd1 2019-01-03 11:32:49,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:49,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e96042a6-e00c-4c4a-878c-45c8fafb0501 Date: Thu, 03 Jan 2019 11:32:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:32:49,772 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e96042a6-e00c-4c4a-878c-45c8fafb0501 2019-01-03 11:32:49,775 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image 2019-01-03 11:32:49,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:32:49,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e051129a-3e5f-4d4d-ae25-f3b4ce4dcff6 Date: Thu, 03 Jan 2019 11:32:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "metadata": {}}], "self": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d", "min_disk": 0, "protected": false, "id": "d582a6f8-9821-4117-9626-d68499f8c48d", "file": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f3a8ac40d9704174bbae8a8ce82b7463", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:32:49,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d used request id req-e051129a-3e5f-4d4d-ae25-f3b4ce4dcff6 2019-01-03 11:32:49,797 - create_image - DEBUG - Instance status is - active 2019-01-03 11:32:49,797 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image 2019-01-03 11:32:49,797 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image 2019-01-03 11:32:49,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:49,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:50,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aeacac963f6f4db9bc8daa43de63e771", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}], "expires_at": "2019-01-03T12:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user", "id": "80fe9fe66a7b4842b10b41aa8064e76e"}, "audit_ids": ["3IvjCiciQMyJFbZcsc9W0w"], "issued_at": "2019-01-03T11:32:50.000000Z"}} 2019-01-03 11:32:50,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:50,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f59df8-5f64-4d83-a85b-72dd2af96676 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:50,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-25f59df8-5f64-4d83-a85b-72dd2af96676 2019-01-03 11:32:50,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:50,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bf7610b7-437d-4110-9f1d-fbcde3305c4a Date: Thu, 03 Jan 2019 11:32:50 GMT RESP BODY: {"networks":[]} 2019-01-03 11:32:50,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-bf7610b7-437d-4110-9f1d-fbcde3305c4a 2019-01-03 11:32:50,366 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net 2019-01-03 11:32:50,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" -d '{"network": {"name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net", "admin_state_up": true}}' 2019-01-03 11:32:51,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-209d61df-dddc-4b03-b157-07675801a785 Date: Thu, 03 Jan 2019 11:32:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c706cace-025e-4ea8-89d3-23fb86390cc9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:32:50Z","is_default":false,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","mtu":1450}} 2019-01-03 11:32:51,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-209d61df-dddc-4b03-b157-07675801a785 2019-01-03 11:32:51,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:51,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-dfdce55d-424f-4c25-b4b0-949fd26c8c67 Date: Thu, 03 Jan 2019 11:32:51 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":"2019-01-03T11:32:50Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:51,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-dfdce55d-424f-4c25-b4b0-949fd26c8c67 2019-01-03 11:32:51,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:51,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-878cff31-396e-485c-b5c6-68de9080905b Date: Thu, 03 Jan 2019 11:32:51 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:32:51,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-878cff31-396e-485c-b5c6-68de9080905b 2019-01-03 11:32:51,654 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet 2019-01-03 11:32:51,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" -d '{"subnets": [{"ip_version": 4, "network_id": "c706cace-025e-4ea8-89d3-23fb86390cc9", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]}' 2019-01-03 11:32:52,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d8f50169-6462-4f16-b892-2b0cb6bec81c Date: Thu, 03 Jan 2019 11:32:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","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":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:52,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d8f50169-6462-4f16-b892-2b0cb6bec81c 2019-01-03 11:32:52,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:52,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e5036b04-b2f4-409d-b5a9-339426470109 Date: Thu, 03 Jan 2019 11:32: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:52,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-e5036b04-b2f4-409d-b5a9-339426470109 2019-01-03 11:32:52,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:32:52,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f489ec85-a931-4bd8-b3c5-ee564792837b Date: Thu, 03 Jan 2019 11:32:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:52,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-f489ec85-a931-4bd8-b3c5-ee564792837b 2019-01-03 11:32:52,853 - OpenStackNetwork - DEBUG - Network [c706cace-025e-4ea8-89d3-23fb86390cc9] created successfully 2019-01-03 11:32:52,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:52,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:53,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["RvdgZHBZSMSKeXeZwp6muw"], "issued_at": "2019-01-03T11:32:53.000000Z"}} 2019-01-03 11:32:53,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7713371c7bc3d37903d3809d9e13fd4c141818" 2019-01-03 11:32:53,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987051ea-9f23-4620-8623-d6941aeb55e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:53,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-987051ea-9f23-4620-8623-d6941aeb55e4 2019-01-03 11:32:53,388 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:53,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7713371c7bc3d37903d3809d9e13fd4c141818" 2019-01-03 11:32:53,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82823f51-2a94-4988-aeab-eb2c6a087943 x-compute-request-id: req-82823f51-2a94-4988-aeab-eb2c6a087943 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:32:53,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-82823f51-2a94-4988-aeab-eb2c6a087943 2019-01-03 11:32:53,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7713371c7bc3d37903d3809d9e13fd4c141818" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:32:53,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-279c06c3-3e36-43b7-b333-12813a14c1b4 x-compute-request-id: req-279c06c3-3e36-43b7-b333-12813a14c1b4 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:32:53,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-279c06c3-3e36-43b7-b333-12813a14c1b4 2019-01-03 11:32:53,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:53,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:54,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aeacac963f6f4db9bc8daa43de63e771", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}], "expires_at": "2019-01-03T12:32:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user", "id": "80fe9fe66a7b4842b10b41aa8064e76e"}, "audit_ids": ["5W_H_juETjOVzWeAxcJnbA"], "issued_at": "2019-01-03T11:32:54.000000Z"}} 2019-01-03 11:32:54,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-065dbd26-3469-4bca-ac2b-3464ccbbcea2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:54,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-065dbd26-3469-4bca-ac2b-3464ccbbcea2 2019-01-03 11:32:54,096 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:32:54,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a816af5-4ee3-4df8-8238-014f00b4225a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:54,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0a816af5-4ee3-4df8-8238-014f00b4225a 2019-01-03 11:32:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f6c179eb-2096-4dfd-ba0d-f13fa48471e4 Date: Thu, 03 Jan 2019 11:32: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:54,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-f6c179eb-2096-4dfd-ba0d-f13fa48471e4 2019-01-03 11:32:54,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:54,445 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:54,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec01e0f1-dc15-4d75-b5cd-68a329c92018 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:54,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-ec01e0f1-dc15-4d75-b5cd-68a329c92018 2019-01-03 11:32:54,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ae7a036a-8fac-470f-a15c-db8f3bba87bd Date: Thu, 03 Jan 2019 11:32:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:54,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-ae7a036a-8fac-470f-a15c-db8f3bba87bd 2019-01-03 11:32:54,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:54,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6c04be31-26c8-4d63-b5cf-ce993b1902e0 Date: Thu, 03 Jan 2019 11:32:54 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:54,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True used request id req-6c04be31-26c8-4d63-b5cf-ce993b1902e0 2019-01-03 11:32:54,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:55,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32: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-4b6ac52a-d783-4b36-b6fa-e32c56f94a27 x-compute-request-id: req-4b6ac52a-d783-4b36-b6fa-e32c56f94a27 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:32:55,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst used request id req-4b6ac52a-d783-4b36-b6fa-e32c56f94a27 2019-01-03 11:32:55,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:55,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9bc814de-82a5-4374-9461-0cb507d24cc5 Date: Thu, 03 Jan 2019 11:32: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:55,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-9bc814de-82a5-4374-9461-0cb507d24cc5 2019-01-03 11:32:55,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:55,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e2e82bc-6e3a-43ce-9847-007755c34dad Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:55,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-8e2e82bc-6e3a-43ce-9847-007755c34dad 2019-01-03 11:32:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:55,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8785bf67-4191-4133-9640-0c92f31db73f Date: Thu, 03 Jan 2019 11:32:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:55,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-8785bf67-4191-4133-9640-0c92f31db73f 2019-01-03 11:32:55,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:55,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-958c769e-885a-431f-bb79-64297ad1ec59 Date: Thu, 03 Jan 2019 11:32:55 GMT RESP BODY: {"ports":[]} 2019-01-03 11:32:55,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True used request id req-958c769e-885a-431f-bb79-64297ad1ec59 2019-01-03 11:32:55,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:32:55,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:32:56,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aeacac963f6f4db9bc8daa43de63e771", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role"}], "expires_at": "2019-01-03T12:32:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f3a8ac40d9704174bbae8a8ce82b7463", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user", "id": "80fe9fe66a7b4842b10b41aa8064e76e"}, "audit_ids": ["41d-vhzpQh22x7Mq_2eitA"], "issued_at": "2019-01-03T11:32:56.000000Z"}} 2019-01-03 11:32:56,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4dc8d59bea9736986179bf60391e2735d5cda7" 2019-01-03 11:32:56,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b347f4-f2b2-4b10-a4a7-abbd6cefd7b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:32:56,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f9b347f4-f2b2-4b10-a4a7-abbd6cefd7b6 2019-01-03 11:32:56,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:56,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c62340e7-94ba-470d-89b8-72a007d8de90 Date: Thu, 03 Jan 2019 11:32: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:56,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-c62340e7-94ba-470d-89b8-72a007d8de90 2019-01-03 11:32:56,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:56,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-933093a1-961f-4c46-8830-209e56b525ca Date: Thu, 03 Jan 2019 11:32:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:56,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-933093a1-961f-4c46-8830-209e56b525ca 2019-01-03 11:32:56,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:57,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d4e246f8-1e39-42b2-88d6-6ee9bb35fb85 Date: Thu, 03 Jan 2019 11:32: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:57,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-d4e246f8-1e39-42b2-88d6-6ee9bb35fb85 2019-01-03 11:32:57,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:32:57,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:32: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:32:57,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c4dc8d59bea9736986179bf60391e2735d5cda7" 2019-01-03 11:32:57,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bfb029c-ea5c-419a-8a44-e106c9fb9dfa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:57,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-3bfb029c-ea5c-419a-8a44-e106c9fb9dfa 2019-01-03 11:32:57,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:57,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5b11914d-4f0a-4b76-af37-167c92a44d7a Date: Thu, 03 Jan 2019 11:32:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:57,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-5b11914d-4f0a-4b76-af37-167c92a44d7a 2019-01-03 11:32:57,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:57,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5cbd0823-0562-407c-8961-329d05d5ba0b Date: Thu, 03 Jan 2019 11:32:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:57,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet used request id req-5cbd0823-0562-407c-8961-329d05d5ba0b 2019-01-03 11:32:57,723 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net 2019-01-03 11:32:57,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" -d '{"port": {"network_id": "c706cace-025e-4ea8-89d3-23fb86390cc9", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "5ea4aa6f-74dd-4a13-8923-572d8ae32136", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1", "admin_state_up": true}}' 2019-01-03 11:32:58,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-294ca363-a346-46a9-a2d1-d1d7a20bb74f Date: Thu, 03 Jan 2019 11:32:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:32:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.101"}],"id":"35300ebb-87a5-4060-b63e-d37afe9d53b4","security_groups":["58abb6cd-3418-42d3-af8f-9bab4127a703"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","qos_policy_id":null,"admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:58Z","binding:vnic_type":"normal"}} 2019-01-03 11:32:58,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-294ca363-a346-46a9-a2d1-d1d7a20bb74f 2019-01-03 11:32:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:58,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4b4546ab-73f7-42f0-bae6-2ce2c8693384 Date: Thu, 03 Jan 2019 11:32:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:32:58,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-4b4546ab-73f7-42f0-bae6-2ce2c8693384 2019-01-03 11:32:58,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e75f53d-ba1d-481a-80c8-b31925be0586 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:59,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-4e75f53d-ba1d-481a-80c8-b31925be0586 2019-01-03 11:32:59,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-821fc009-0a8f-44da-9c3b-0ba8c7a211a1 Date: Thu, 03 Jan 2019 11:32:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:32:59,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-821fc009-0a8f-44da-9c3b-0ba8c7a211a1 2019-01-03 11:32:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-bca9a540-5517-4242-a44a-e60d1bd1613e Date: Thu, 03 Jan 2019 11:32:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:32:58Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.101"}],"id":"35300ebb-87a5-4060-b63e-d37afe9d53b4","security_groups":["58abb6cd-3418-42d3-af8f-9bab4127a703"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1","admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:58Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:32:59,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1&admin_state_up=True used request id req-bca9a540-5517-4242-a44a-e60d1bd1613e 2019-01-03 11:32:59,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e78584e3-caca-4421-94ce-395c1f4d6421 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:32:59,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-e78584e3-caca-4421-94ce-395c1f4d6421 2019-01-03 11:32:59,408 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst 2019-01-03 11:32:59,412 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42b29099-656d-45af-aa13-e89aaa43f266 x-compute-request-id: req-42b29099-656d-45af-aa13-e89aaa43f266 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-flavor-name"}]} 2019-01-03 11:32:59,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42b29099-656d-45af-aa13-e89aaa43f266 2019-01-03 11:32:59,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10883346-0b0b-49e2-abbb-d376cd0a2b36 x-compute-request-id: req-10883346-0b0b-49e2-abbb-d376cd0a2b36 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:32:59,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad used request id req-10883346-0b0b-49e2-abbb-d376cd0a2b36 2019-01-03 11:32:59,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-b6e4f710-895f-4cf7-afe1-a4975dec38c4 Date: Thu, 03 Jan 2019 11:32:59 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:32:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:32:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "metadata": {}}], "self": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d", "min_disk": 0, "protected": false, "id": "d582a6f8-9821-4117-9626-d68499f8c48d", "file": "/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f3a8ac40d9704174bbae8a8ce82b7463", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d582a6f8-9821-4117-9626-d68499f8c48d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image"} 2019-01-03 11:32:59,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image used request id req-b6e4f710-895f-4cf7-afe1-a4975dec38c4 2019-01-03 11:32:59,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:32:59,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ac1aff44-d55a-4203-8195-4afdb69aad38 Date: Thu, 03 Jan 2019 11:32: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"}}} 2019-01-03 11:32:59,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ac1aff44-d55a-4203-8195-4afdb69aad38 2019-01-03 11:32:59,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" -d '{"server": {"name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "imageRef": "d582a6f8-9821-4117-9626-d68499f8c48d", "flavorRef": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "max_count": 1, "min_count": 1, "networks": [{"port": "35300ebb-87a5-4060-b63e-d37afe9d53b4"}]}}' 2019-01-03 11:33:01,574 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:32:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80d69310-9f12-48fd-9bfc-074519d8be05 x-compute-request-id: req-80d69310-9f12-48fd-9bfc-074519d8be05 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "adminPass": "s4rM5UFYTPdP"}} 2019-01-03 11:33:01,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-80d69310-9f12-48fd-9bfc-074519d8be05 2019-01-03 11:33:01,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:01,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-aec68410-75d8-4ee9-8576-c5c78782abc7 x-compute-request-id: req-aec68410-75d8-4ee9-8576-c5c78782abc7 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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:01,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-aec68410-75d8-4ee9-8576-c5c78782abc7 2019-01-03 11:33:01,956 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst 2019-01-03 11:33:01,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:02,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-e1edd709-70c6-4415-b933-a18562e348ea x-compute-request-id: req-e1edd709-70c6-4415-b933-a18562e348ea 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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:02,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-e1edd709-70c6-4415-b933-a18562e348ea 2019-01-03 11:33:02,176 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - BUILD 2019-01-03 11:33:02,176 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:05,179 - create_instance - DEBUG - VM status query timeout in 896.777026176 2019-01-03 11:33:05,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:05,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a372356-54bd-441e-920d-626cdbd67a89 x-compute-request-id: req-5a372356-54bd-441e-920d-626cdbd67a89 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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "security_groups": [{"name": "default"}], "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:03Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:05,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-5a372356-54bd-441e-920d-626cdbd67a89 2019-01-03 11:33:05,745 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - BUILD 2019-01-03 11:33:05,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:08,749 - create_instance - DEBUG - VM status query timeout in 893.207226992 2019-01-03 11:33:08,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:09,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57c5c6e1-4f61-49bd-b921-c2b22f97592a x-compute-request-id: req-57c5c6e1-4f61-49bd-b921-c2b22f97592a 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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "security_groups": [{"name": "default"}], "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:03Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:09,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-57c5c6e1-4f61-49bd-b921-c2b22f97592a 2019-01-03 11:33:09,387 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - BUILD 2019-01-03 11:33:09,387 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:12,390 - create_instance - DEBUG - VM status query timeout in 889.566163063 2019-01-03 11:33:12,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:13,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cc5dc7b-a454-4153-8c75-ebf9c801eb1a x-compute-request-id: req-0cc5dc7b-a454-4153-8c75-ebf9c801eb1a Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:10.000000", "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "security_groups": [{"name": "default"}], "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:10Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:13,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-0cc5dc7b-a454-4153-8c75-ebf9c801eb1a 2019-01-03 11:33:13,149 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - ACTIVE 2019-01-03 11:33:13,150 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:33:13,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:13,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d0234a8-693d-407f-87ce-413b0592c450 x-compute-request-id: req-9d0234a8-693d-407f-87ce-413b0592c450 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:10.000000", "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "security_groups": [{"name": "default"}], "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:10Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:13,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-9d0234a8-693d-407f-87ce-413b0592c450 2019-01-03 11:33:13,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:13,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-337c6e5c-db29-4851-8d5b-87ca3834f798 Date: Thu, 03 Jan 2019 11:33: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:33:13,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net used request id req-337c6e5c-db29-4851-8d5b-87ca3834f798 2019-01-03 11:33:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:13,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f02536d-ae84-4748-b0e4-9406315464d6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:33:13,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-1f02536d-ae84-4748-b0e4-9406315464d6 2019-01-03 11:33:13,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:14,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b4e29faa-6ae4-4a7d-892f-26c4b87567b8 Date: Thu, 03 Jan 2019 11:33:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:33:14,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-b4e29faa-6ae4-4a7d-892f-26c4b87567b8 2019-01-03 11:33:14,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:14,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-78fc35d3-9683-493d-8c21-3052515cb874 Date: Thu, 03 Jan 2019 11:33:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.101"}],"id":"35300ebb-87a5-4060-b63e-d37afe9d53b4","security_groups":["58abb6cd-3418-42d3-af8f-9bab4127a703"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1","admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:58Z","binding:vnic_type":"normal","device_id":"31a68ad1-4e00-4e1a-b39e-17395f426571"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:32:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.3"}],"id":"669fdd85-bf28-4564-bebf-22f95a66057f","security_groups":[],"mac_address":"fa:16:3e:74:81:3a","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c706cace-025e-4ea8-89d3-23fb86390cc9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:32:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.4"}],"id":"d52fe2bd-12cf-458d-bdae-7910fef5335a","security_groups":[],"mac_address":"fa:16:3e:68:8e:eb","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c706cace-025e-4ea8-89d3-23fb86390cc9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:32:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","ip_address":"10.55.0.2"}],"id":"e088a034-6d1e-4398-9b6c-f5a8a997c72b","security_groups":[],"mac_address":"fa:16:3e:20:cb:db","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c706cace-025e-4ea8-89d3-23fb86390cc9"}]} 2019-01-03 11:33:14,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-78fc35d3-9683-493d-8c21-3052515cb874 2019-01-03 11:33:14,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:14,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f2207786-f01f-4f4f-886f-00da7875c13e Date: Thu, 03 Jan 2019 11:33: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":["5ea4aa6f-74dd-4a13-8923-572d8ae32136"],"updated_at":"2019-01-03T11:32:52Z","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"c706cace-025e-4ea8-89d3-23fb86390cc9","name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net"}]} 2019-01-03 11:33:14,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-f2207786-f01f-4f4f-886f-00da7875c13e 2019-01-03 11:33:14,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:14,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a60503d9-675c-4f7a-97a4-a2c15d80069a Date: Thu, 03 Jan 2019 11:33:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:33:14,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-a60503d9-675c-4f7a-97a4-a2c15d80069a 2019-01-03 11:33:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:14,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-78dcf702-af98-4e96-ba34-623335fb8b76 Date: Thu, 03 Jan 2019 11:33:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c706cace-025e-4ea8-89d3-23fb86390cc9","tenant_id":"f3a8ac40d9704174bbae8a8ce82b7463","created_at":"2019-01-03T11:32:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:32:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"f3a8ac40d9704174bbae8a8ce82b7463","id":"5ea4aa6f-74dd-4a13-8923-572d8ae32136","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet"}]} 2019-01-03 11:33:14,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c706cace-025e-4ea8-89d3-23fb86390cc9&name=CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet used request id req-78dcf702-af98-4e96-ba34-623335fb8b76 2019-01-03 11:33:14,769 - create_instance - INFO - Deleting Port with ID - 35300ebb-87a5-4060-b63e-d37afe9d53b4 2019-01-03 11:33:14,769 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280faport-1 2019-01-03 11:33:14,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/35300ebb-87a5-4060-b63e-d37afe9d53b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:15,240 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b0d59bb-8580-4b1a-b562-35abd4e22999 Date: Thu, 03 Jan 2019 11:33:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:33:15,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/35300ebb-87a5-4060-b63e-d37afe9d53b4 used request id req-3b0d59bb-8580-4b1a-b562-35abd4e22999 2019-01-03 11:33:15,240 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst 2019-01-03 11:33:15,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:15,387 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:33: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-26d23d91-14e4-4595-9bed-c6e284a8aa13 x-compute-request-id: req-26d23d91-14e4-4595-9bed-c6e284a8aa13 Content-Type: application/json 2019-01-03 11:33:15,387 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-26d23d91-14e4-4595-9bed-c6e284a8aa13 2019-01-03 11:33:15,388 - create_instance - INFO - Checking deletion status 2019-01-03 11:33:15,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:15,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-3d3ca729-1ea4-42d7-89aa-dc28605965b7 x-compute-request-id: req-3d3ca729-1ea4-42d7-89aa-dc28605965b7 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:10.000000", "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:15Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:15,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-3d3ca729-1ea4-42d7-89aa-dc28605965b7 2019-01-03 11:33:15,729 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - ACTIVE 2019-01-03 11:33:15,729 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:18,732 - create_instance - DEBUG - VM status query timeout in 296.655608892 2019-01-03 11:33:18,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:19,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-cc85eb47-71bd-4083-ba61-990a171c1469 x-compute-request-id: req-cc85eb47-71bd-4083-ba61-990a171c1469 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.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/31a68ad1-4e00-4e1a-b39e-17395f426571", "rel": "bookmark"}], "image": {"id": "d582a6f8-9821-4117-9626-d68499f8c48d", "links": [{"href": "http://172.30.9.28:8774/images/d582a6f8-9821-4117-9626-d68499f8c48d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:10.000000", "flavor": {"id": "0a1fded8-299b-4002-b89d-b70d0ea092ad", "links": [{"href": "http://172.30.9.28:8774/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad", "rel": "bookmark"}]}, "id": "31a68ad1-4e00-4e1a-b39e-17395f426571", "user_id": "80fe9fe66a7b4842b10b41aa8064e76e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:15Z", "hostId": "61e74e4522470acf12311548b1d8decae4bacb3c63dc9934140ea634", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst", "created": "2019-01-03T11:33:01Z", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:19,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-cc85eb47-71bd-4083-ba61-990a171c1469 2019-01-03 11:33:19,166 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst] is - ACTIVE 2019-01-03 11:33:19,166 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:22,169 - create_instance - DEBUG - VM status query timeout in 293.218589067 2019-01-03 11:33:22,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1308900087a39fbf8b4fcce13cacecddd08bac2f" 2019-01-03 11:33:22,216 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:33: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-824c02c9-e850-4956-86b5-4aef8325f838 x-compute-request-id: req-824c02c9-e850-4956-86b5-4aef8325f838 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 31a68ad1-4e00-4e1a-b39e-17395f426571 could not be found.", "code": 404}} 2019-01-03 11:33:22,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/31a68ad1-4e00-4e1a-b39e-17395f426571 used request id req-824c02c9-e850-4956-86b5-4aef8325f838 2019-01-03 11:33:22,216 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 31a68ad1-4e00-4e1a-b39e-17395f426571 could not be found. (HTTP 404) (Request-ID: req-824c02c9-e850-4956-86b5-4aef8325f838) 2019-01-03 11:33:22,217 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-inst 2019-01-03 11:33:22,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c7713371c7bc3d37903d3809d9e13fd4c141818" 2019-01-03 11:33:22,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:33: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-0f44fbf3-8b49-499a-b05f-b4de6fa6610d x-compute-request-id: req-0f44fbf3-8b49-499a-b05f-b4de6fa6610d Content-Length: 0 Content-Type: application/json 2019-01-03 11:33:22,256 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0a1fded8-299b-4002-b89d-b70d0ea092ad used request id req-0f44fbf3-8b49-499a-b05f-b4de6fa6610d 2019-01-03 11:33:22,257 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet 2019-01-03 11:33:22,257 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-subnet 2019-01-03 11:33:22,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5ea4aa6f-74dd-4a13-8923-572d8ae32136 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:33:24,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4399bf4d-601e-4c76-ac9e-8d0d4123b7c5 Date: Thu, 03 Jan 2019 11:33:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:33:24,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5ea4aa6f-74dd-4a13-8923-572d8ae32136 used request id req-4399bf4d-601e-4c76-ac9e-8d0d4123b7c5 2019-01-03 11:33:24,288 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-pub-net 2019-01-03 11:33:24,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c706cace-025e-4ea8-89d3-23fb86390cc9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f7b5314175ae8dc7521b813e87e63a0795026f6" 2019-01-03 11:33:25,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-169c68f8-9dc9-46ac-9877-d10843645970 Date: Thu, 03 Jan 2019 11:33:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:33:25,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c706cace-025e-4ea8-89d3-23fb86390cc9 used request id req-169c68f8-9dc9-46ac-9877-d10843645970 2019-01-03 11:33:25,822 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-610eb643-cbeb-4e21-a71e-89c3f2b280fa-image 2019-01-03 11:33:25,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bac81c33e2cc7fd969f87611cdaddc5a031cc8cf" 2019-01-03 11:33:26,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7d4e621-464f-43eb-af2e-7346ae49b4cf Date: Thu, 03 Jan 2019 11:33:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:33:26,853 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d582a6f8-9821-4117-9626-d68499f8c48d used request id req-a7d4e621-464f-43eb-af2e-7346ae49b4cf 2019-01-03 11:33:26,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:27,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b76cb804-ea46-4567-9826-f3df605efe06 Date: Thu, 03 Jan 2019 11:33:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "created_at": "2019-01-03T11:32:50Z", "updated_at": "2019-01-03T11:32:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "revision_number": 0, "id": "0361e003-4049-450a-86d2-434a48c8ab82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "port_range_min": null, "ethertype": "IPv6", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "revision_number": 0, "id": "2cd68faa-476d-469b-a9e9-8badd8dcd87d", "remote_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "port_range_min": null, "ethertype": "IPv4", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "revision_number": 0, "id": "9b46ef73-9189-4064-baf3-e6d44c3e6916", "remote_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "port_range_min": null, "ethertype": "IPv6", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "revision_number": 0, "id": "9b7c2ae4-b0c3-45a8-88aa-609f552f6ef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "port_range_min": null, "ethertype": "IPv4", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463"}], "revision_number": 4, "project_id": "f3a8ac40d9704174bbae8a8ce82b7463", "id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:33:27,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b76cb804-ea46-4567-9826-f3df605efe06 2019-01-03 11:33:27,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:27,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b1247fb-1aea-4311-b4d3-7b3de50de7e2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463"}, "enabled": true, "id": "f3a8ac40d9704174bbae8a8ce82b7463", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj"}} 2019-01-03 11:33:27,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-8b1247fb-1aea-4311-b4d3-7b3de50de7e2 2019-01-03 11:33:27,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 58abb6cd-3418-42d3-af8f-9bab4127a703 2019-01-03 11:33:27,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=58abb6cd-3418-42d3-af8f-9bab4127a703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:27,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-09088ccc-1661-4b7f-82c9-615ddfe3148d Date: Thu, 03 Jan 2019 11:33: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": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "port_range_min": null, "revision_number": 0, "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "created_at": "2019-01-03T11:32:50Z", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463", "id": "0361e003-4049-450a-86d2-434a48c8ab82"}, {"remote_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "port_range_min": null, "revision_number": 0, "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "created_at": "2019-01-03T11:32:50Z", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463", "id": "2cd68faa-476d-469b-a9e9-8badd8dcd87d"}, {"remote_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "port_range_min": null, "revision_number": 0, "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "created_at": "2019-01-03T11:32:50Z", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463", "id": "9b46ef73-9189-4064-baf3-e6d44c3e6916"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:32:50Z", "security_group_id": "58abb6cd-3418-42d3-af8f-9bab4127a703", "port_range_min": null, "revision_number": 0, "tenant_id": "f3a8ac40d9704174bbae8a8ce82b7463", "created_at": "2019-01-03T11:32:50Z", "project_id": "f3a8ac40d9704174bbae8a8ce82b7463", "id": "9b7c2ae4-b0c3-45a8-88aa-609f552f6ef7"}]} 2019-01-03 11:33:27,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=58abb6cd-3418-42d3-af8f-9bab4127a703 used request id req-09088ccc-1661-4b7f-82c9-615ddfe3148d 2019-01-03 11:33:27,353 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:33:27,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/58abb6cd-3418-42d3-af8f-9bab4127a703 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:27,668 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4a3af5d5-c7ff-4ccd-bd71-a512c53b5d46 Content-Length: 0 Date: Thu, 03 Jan 2019 11:33:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:33:27,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/58abb6cd-3418-42d3-af8f-9bab4127a703 used request id req-4a3af5d5-c7ff-4ccd-bd71-a512c53b5d46 2019-01-03 11:33:27,669 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj 2019-01-03 11:33:27,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:27,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:33:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53171f03-fe1e-4397-8e97-dd380eee7227 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:33:27,886 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f3a8ac40d9704174bbae8a8ce82b7463 used request id req-53171f03-fe1e-4397-8e97-dd380eee7227 2019-01-03 11:33:27,886 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-proj-role 2019-01-03 11:33:27,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:28,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:33:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb90b258-e994-48c1-ac1d-66516834e2b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:33:28,002 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/aeacac963f6f4db9bc8daa43de63e771 used request id req-bb90b258-e994-48c1-ac1d-66516834e2b7 2019-01-03 11:33:28,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14d6686239573849e57dd5baf7fcc37d177e9eac" 2019-01-03 11:33:28,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159ed376-902d-41f4-859e-4cb72a21fbbb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:33:28,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-159ed376-902d-41f4-859e-4cb72a21fbbb 2019-01-03 11:33:28,092 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-cb6f3c4a-0f5b-495-user 2019-01-03 11:33:28,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/80fe9fe66a7b4842b10b41aa8064e76e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8224e6af6f3d0a0fa6e7c70366af2f4916d03ab9" 2019-01-03 11:33:28,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:33:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bb1f55d-5480-48e9-b604-6e93246fc56c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:33:28,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/80fe9fe66a7b4842b10b41aa8064e76e used request id req-7bb1f55d-5480-48e9-b604-6e93246fc56c 2019-01-03 11:33:28,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:28,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:33:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["W_lX82BFQlOueHH7IbNsLQ"], "issued_at": "2019-01-03T11:33:28.000000Z"}} 2019-01-03 11:33:28,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b11de065d8689f51f878de69cdf484aff2d29b1" 2019-01-03 11:33:28,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88aba6a8-90ce-4e1d-8b90-7732b0fa9281 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:28,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-88aba6a8-90ce-4e1d-8b90-7732b0fa9281 2019-01-03 11:33:28,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:28,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:29,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["afl-qdH7S_GM8OvIeKN8nw"], "issued_at": "2019-01-03T11:33:29.000000Z"}} 2019-01-03 11:33:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:29,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a789206-8160-4d3e-abb2-ea10f9a69a94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:29,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a789206-8160-4d3e-abb2-ea10f9a69a94 2019-01-03 11:33:29,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:33:29,234 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:33: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:33:29,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:29,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1748b4-88bb-4ecc-85fd-404c4f550772 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:33:29,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj used request id req-9e1748b4-88bb-4ecc-85fd-404c4f550772 2019-01-03 11:33:29,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:29,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbdd5b2-e02f-4d7c-bd9a-a7b1664da033 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:33:29,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3bbdd5b2-e02f-4d7c-bd9a-a7b1664da033 2019-01-03 11:33:29,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}}' 2019-01-03 11:33:29,457 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdfbf02f-7f1b-42ed-b610-df78b8b2ffcc Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:29,458 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cdfbf02f-7f1b-42ed-b610-df78b8b2ffcc 2019-01-03 11:33:29,458 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-proj 2019-01-03 11:33:29,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:29,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:29,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:33:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["qyJzto0qQzuBPdlAVGfb8A"], "issued_at": "2019-01-03T11:33:29.000000Z"}} 2019-01-03 11:33:29,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef03e5b036bd24f0853c45349381b70da97915ae" 2019-01-03 11:33:29,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d2f498-bc8b-4184-a775-8b74a1922ef9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:29,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b6d2f498-bc8b-4184-a775-8b74a1922ef9 2019-01-03 11:33:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:33:29,941 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:33: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:33:29,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef03e5b036bd24f0853c45349381b70da97915ae" 2019-01-03 11:33:30,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6804a7f0-36c1-49a9-9ce5-a3e5ce2a6216 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:33:30,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6804a7f0-36c1-49a9-9ce5-a3e5ce2a6216 2019-01-03 11:33:30,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef03e5b036bd24f0853c45349381b70da97915ae" 2019-01-03 11:33:30,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f959c1-0696-4681-ac59-d2b46932098c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}]} 2019-01-03 11:33:30,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-c18aea20-8dee-431-proj used request id req-02f959c1-0696-4681-ac59-d2b46932098c 2019-01-03 11:33:30,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef03e5b036bd24f0853c45349381b70da97915ae" 2019-01-03 11:33:30,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d06723-1c49-4467-898a-79d8547a18c3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:33:30,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b8d06723-1c49-4467-898a-79d8547a18c3 2019-01-03 11:33:30,620 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-user 2019-01-03 11:33:30,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:30,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:30,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6716ff2-1b1f-49ac-aa82-e50f04c19fa6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:33:30,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e6716ff2-1b1f-49ac-aa82-e50f04c19fa6 2019-01-03 11:33:30,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" -d '{"role": {"name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}}' 2019-01-03 11:33:30,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b33f2a3-2f3e-4280-ad89-c25a065773b1 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55324a4577044c8caf95b0e700d7b924", "links": {"self": "http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924"}, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}} 2019-01-03 11:33:30,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4b33f2a3-2f3e-4280-ad89-c25a065773b1 2019-01-03 11:33:30,824 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role 2019-01-03 11:33:30,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:30,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573a626c-7729-4b7e-8852-545e0b198a5e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role", "id": "55324a4577044c8caf95b0e700d7b924"}} 2019-01-03 11:33:30,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924 used request id req-573a626c-7729-4b7e-8852-545e0b198a5e 2019-01-03 11:33:30,917 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role to project CreateInstancePortManipulationTests-c18aea20-8dee-431-proj 2019-01-03 11:33:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230/users/a74d0fdbf728412f91e7047a5f75dcd5/roles/55324a4577044c8caf95b0e700d7b924 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:33:31,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:33:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aecdb1da-b734-4781-8ddc-c5a803ebabad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:33:31,048 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230/users/a74d0fdbf728412f91e7047a5f75dcd5/roles/55324a4577044c8caf95b0e700d7b924 used request id req-aecdb1da-b734-4781-8ddc-c5a803ebabad 2019-01-03 11:33:31,048 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:33:31,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:31,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:31,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55324a4577044c8caf95b0e700d7b924", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}], "expires_at": "2019-01-03T12:33:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8816c227c34ed78eca3a1dfb994230", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-user", "id": "a74d0fdbf728412f91e7047a5f75dcd5"}, "audit_ids": ["uEvV-yNITK6XoDzNidecwQ"], "issued_at": "2019-01-03T11:33:31.000000Z"}} 2019-01-03 11:33:31,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:31,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9402779a-11bc-427d-a98b-64cbde68c441 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:31,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9402779a-11bc-427d-a98b-64cbde68c441 2019-01-03 11:33:31,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:31,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-11bbc2c8-9587-4c2e-8848-e2a47a85ceca Date: Thu, 03 Jan 2019 11:33:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image"} 2019-01-03 11:33:31,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image used request id req-11bbc2c8-9587-4c2e-8848-e2a47a85ceca 2019-01-03 11:33:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:31,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2039673e-aab3-4c60-aac5-74b5d7e9718d Date: Thu, 03 Jan 2019 11:33: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"}}} 2019-01-03 11:33:31,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2039673e-aab3-4c60-aac5-74b5d7e9718d 2019-01-03 11:33:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image"}' 2019-01-03 11:33:32,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 X-Openstack-Request-Id: req-c2358a3a-3aa2-4330-8445-153b28cf8246 Date: Thu, 03 Jan 2019 11:33:32 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:33:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:33:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39", "min_disk": 0, "protected": false, "id": "5866c419-4142-4216-b5dc-277d91516c39", "file": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file", "checksum": null, "owner": "ba8816c227c34ed78eca3a1dfb994230", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:33:32,042 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c2358a3a-3aa2-4330-8445-153b28cf8246 2019-01-03 11:33:32,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" -d '' 2019-01-03 11:33:33,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12c95bcf-eada-454e-88c2-414af7148418 Date: Thu, 03 Jan 2019 11:33:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:33:33,386 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file used request id req-12c95bcf-eada-454e-88c2-414af7148418 2019-01-03 11:33:33,387 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:33:33,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:33,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-43cbd973-9da6-462e-9b54-92ce58963418 Date: Thu, 03 Jan 2019 11:33:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:33:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:33:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "metadata": {}}], "self": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39", "min_disk": 0, "protected": false, "id": "5866c419-4142-4216-b5dc-277d91516c39", "file": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ba8816c227c34ed78eca3a1dfb994230", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:33:33,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 used request id req-43cbd973-9da6-462e-9b54-92ce58963418 2019-01-03 11:33:33,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:33,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0d6af2f-5303-46cf-9a94-e70cf251a9f5 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:33:33,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-d0d6af2f-5303-46cf-9a94-e70cf251a9f5 2019-01-03 11:33:33,719 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image 2019-01-03 11:33:33,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:33:33,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7d4fd9f6-6c5c-41c2-b313-1d0d52f34e08 Date: Thu, 03 Jan 2019 11:33:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:33:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:33:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "metadata": {}}], "self": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39", "min_disk": 0, "protected": false, "id": "5866c419-4142-4216-b5dc-277d91516c39", "file": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ba8816c227c34ed78eca3a1dfb994230", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:33:33,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 used request id req-7d4fd9f6-6c5c-41c2-b313-1d0d52f34e08 2019-01-03 11:33:33,885 - create_image - DEBUG - Instance status is - active 2019-01-03 11:33:33,885 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image 2019-01-03 11:33:33,885 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image 2019-01-03 11:33:33,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:33,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:34,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55324a4577044c8caf95b0e700d7b924", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}], "expires_at": "2019-01-03T12:33:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8816c227c34ed78eca3a1dfb994230", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-user", "id": "a74d0fdbf728412f91e7047a5f75dcd5"}, "audit_ids": ["1oNDGJakRJa3peI_llbw0A"], "issued_at": "2019-01-03T11:33:34.000000Z"}} 2019-01-03 11:33:34,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:34,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e13e173f-d09e-4871-93db-c97809b12679 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:34,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e13e173f-d09e-4871-93db-c97809b12679 2019-01-03 11:33:34,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:34,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1799ce6b-03e3-4513-bc21-45820a8ea478 Date: Thu, 03 Jan 2019 11:33:34 GMT RESP BODY: {"networks":[]} 2019-01-03 11:33:34,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-1799ce6b-03e3-4513-bc21-45820a8ea478 2019-01-03 11:33:34,521 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net 2019-01-03 11:33:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" -d '{"network": {"name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net", "admin_state_up": true}}' 2019-01-03 11:33:35,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-322a7bc5-c2b0-4b70-8f14-83604697be14 Date: Thu, 03 Jan 2019 11:33:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:33:34Z","is_default":false,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","mtu":1450}} 2019-01-03 11:33:35,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-322a7bc5-c2b0-4b70-8f14-83604697be14 2019-01-03 11:33:35,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:35,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-18e3637c-95d2-4747-bc86-cf50de67d907 Date: Thu, 03 Jan 2019 11:33: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":"2019-01-03T11:33:34Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:35,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-18e3637c-95d2-4747-bc86-cf50de67d907 2019-01-03 11:33:35,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:35,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6c86aedc-4086-45ae-9024-b9108021a0d1 Date: Thu, 03 Jan 2019 11:33:35 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:33:35,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-6c86aedc-4086-45ae-9024-b9108021a0d1 2019-01-03 11:33:35,478 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet 2019-01-03 11:33:35,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" -d '{"subnets": [{"ip_version": 4, "network_id": "6be1c27a-26ef-4eb8-8b0e-8601587298bd", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]}' 2019-01-03 11:33:36,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-783099c7-5c99-4869-bbf7-8a85607a8a59 Date: Thu, 03 Jan 2019 11:33:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","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":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:36,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-783099c7-5c99-4869-bbf7-8a85607a8a59 2019-01-03 11:33:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:36,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8bc48c77-bf91-4142-9dfc-5d861fc870c5 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:36,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-8bc48c77-bf91-4142-9dfc-5d861fc870c5 2019-01-03 11:33:36,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:33:36,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5cf12839-cf0a-43a8-ae6f-3f552f91e782 Date: Thu, 03 Jan 2019 11:33:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:36,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-5cf12839-cf0a-43a8-ae6f-3f552f91e782 2019-01-03 11:33:36,640 - OpenStackNetwork - DEBUG - Network [6be1c27a-26ef-4eb8-8b0e-8601587298bd] created successfully 2019-01-03 11:33:36,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:36,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:37,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:33:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ktB6Ru2XR8S11D20prOQZQ"], "issued_at": "2019-01-03T11:33:37.000000Z"}} 2019-01-03 11:33:37,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869eff3a080cde5d1f66c52c906cb1a7c654eb31" 2019-01-03 11:33:37,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e35c84-f3f6-40d4-8f27-11f94328c737 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:37,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-94e35c84-f3f6-40d4-8f27-11f94328c737 2019-01-03 11:33:37,110 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:33:37,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869eff3a080cde5d1f66c52c906cb1a7c654eb31" 2019-01-03 11:33:37,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-006cc582-b710-4edd-b0f7-651e6475b367 x-compute-request-id: req-006cc582-b710-4edd-b0f7-651e6475b367 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:33:37,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-006cc582-b710-4edd-b0f7-651e6475b367 2019-01-03 11:33:37,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869eff3a080cde5d1f66c52c906cb1a7c654eb31" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:33:37,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-da01044e-85c6-4315-9803-9bb9f6cf59db x-compute-request-id: req-da01044e-85c6-4315-9803-9bb9f6cf59db Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:33:37,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-da01044e-85c6-4315-9803-9bb9f6cf59db 2019-01-03 11:33:37,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:37,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:37,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55324a4577044c8caf95b0e700d7b924", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}], "expires_at": "2019-01-03T12:33:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8816c227c34ed78eca3a1dfb994230", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-user", "id": "a74d0fdbf728412f91e7047a5f75dcd5"}, "audit_ids": ["xdt6oPwdTli31BjXCjUS9g"], "issued_at": "2019-01-03T11:33:37.000000Z"}} 2019-01-03 11:33:37,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:37,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b4f107-f5d1-4e61-b3ce-5e420c1f9550 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:37,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-76b4f107-f5d1-4e61-b3ce-5e420c1f9550 2019-01-03 11:33:37,828 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:33:37,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:37,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ceb2c3-69bf-4abc-b313-b34b92e257b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:37,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50ceb2c3-69bf-4abc-b313-b34b92e257b8 2019-01-03 11:33:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:38,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-75d99db6-c74d-4f42-804a-605deffdb003 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:38,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-75d99db6-c74d-4f42-804a-605deffdb003 2019-01-03 11:33:38,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:33:38,181 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:33: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:33:38,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:38,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07002d2c-2080-4764-a722-8a7767fa38f9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:38,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-07002d2c-2080-4764-a722-8a7767fa38f9 2019-01-03 11:33:38,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:38,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-edc1ef26-c898-4e6b-854d-c27fcbbd7e0d Date: Thu, 03 Jan 2019 11:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:38,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-edc1ef26-c898-4e6b-854d-c27fcbbd7e0d 2019-01-03 11:33:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:38,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-24e4983a-57d8-40dc-9a60-e85a4286e520 Date: Thu, 03 Jan 2019 11:33:38 GMT RESP BODY: {"ports":[]} 2019-01-03 11:33:38,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True used request id req-24e4983a-57d8-40dc-9a60-e85a4286e520 2019-01-03 11:33:38,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:38,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-312d11fc-b6ab-43ed-ac6f-11fc6a4ac3fd x-compute-request-id: req-312d11fc-b6ab-43ed-ac6f-11fc6a4ac3fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:33:38,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst used request id req-312d11fc-b6ab-43ed-ac6f-11fc6a4ac3fd 2019-01-03 11:33:38,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:39,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4acf6207-5d49-4c92-9cbe-609fab33b422 Date: Thu, 03 Jan 2019 11: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:39,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-4acf6207-5d49-4c92-9cbe-609fab33b422 2019-01-03 11:33:39,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:39,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccc48f81-a375-47d2-ba34-7f7d52984b26 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:39,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-ccc48f81-a375-47d2-ba34-7f7d52984b26 2019-01-03 11:33:39,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:39,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56770291-fa91-4ca5-85d9-effa3364d68d Date: Thu, 03 Jan 2019 11:33:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:39,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-56770291-fa91-4ca5-85d9-effa3364d68d 2019-01-03 11:33:39,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:39,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-41063b4a-3a34-4030-a981-6b1028d3715f Date: Thu, 03 Jan 2019 11:33:39 GMT RESP BODY: {"ports":[]} 2019-01-03 11:33:39,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True used request id req-41063b4a-3a34-4030-a981-6b1028d3715f 2019-01-03 11:33:39,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:33:39,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:33:39,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55324a4577044c8caf95b0e700d7b924", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role"}], "expires_at": "2019-01-03T12:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba8816c227c34ed78eca3a1dfb994230", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ba8816c227c34ed78eca3a1dfb994230", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-user", "id": "a74d0fdbf728412f91e7047a5f75dcd5"}, "audit_ids": ["2O4un1hxSSKwXwEVmXzFNg"], "issued_at": "2019-01-03T11:33:39.000000Z"}} 2019-01-03 11:33:39,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12246b15efaeb57455c134ec8cb0eb53ad3c9933" 2019-01-03 11:33:39,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d90445a-e17c-43e9-a4ae-9cd40a23ec16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:33:39,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8d90445a-e17c-43e9-a4ae-9cd40a23ec16 2019-01-03 11:33:39,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:40,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9ded7cba-99c2-4195-901a-ac0010e0deb6 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:40,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-9ded7cba-99c2-4195-901a-ac0010e0deb6 2019-01-03 11:33:40,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:40,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-46655dcb-fc20-4cb7-a37a-3c680573f257 Date: Thu, 03 Jan 2019 11:33:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:40,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-46655dcb-fc20-4cb7-a37a-3c680573f257 2019-01-03 11:33:40,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:40,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cf85c014-3253-4d4f-91c8-ba82e4d8bf61 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:40,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-cf85c014-3253-4d4f-91c8-ba82e4d8bf61 2019-01-03 11:33:40,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:33:40,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:33: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:33:40,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12246b15efaeb57455c134ec8cb0eb53ad3c9933" 2019-01-03 11:33:40,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61161c3-a6ac-4a12-b977-bc53eeee27f3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:40,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-b61161c3-a6ac-4a12-b977-bc53eeee27f3 2019-01-03 11:33:40,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:40,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-56067dcb-ed14-48b1-9943-e80a84a4fdce Date: Thu, 03 Jan 2019 11:33:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:40,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-56067dcb-ed14-48b1-9943-e80a84a4fdce 2019-01-03 11:33:40,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:40,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-eff78fa6-65ac-48e6-92e2-f7c980ef9401 Date: Thu, 03 Jan 2019 11:33:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:40,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet used request id req-eff78fa6-65ac-48e6-92e2-f7c980ef9401 2019-01-03 11:33:40,985 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net 2019-01-03 11:33:40,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" -d '{"port": {"network_id": "6be1c27a-26ef-4eb8-8b0e-8601587298bd", "fixed_ips": [{"subnet_id": "f72cf68c-b93c-43ee-be78-acd4da23cdbe", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1", "admin_state_up": true}}' 2019-01-03 11:33:42,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-82ab3883-c71e-442e-ae96-495afa5d1f99 Date: Thu, 03 Jan 2019 11:33:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.101"}],"id":"6f3df21e-268c-45d7-b528-412a270ab90a","security_groups":["dff5feaa-246b-40c3-b165-a96ba8e30b74"],"mac_address":"fa:16:3e:32:50:00","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1","project_id":"ba8816c227c34ed78eca3a1dfb994230","qos_policy_id":null,"admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:41Z","binding:vnic_type":"normal"}} 2019-01-03 11:33:42,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-82ab3883-c71e-442e-ae96-495afa5d1f99 2019-01-03 11:33:42,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d220cf60-9f9c-4a9c-8173-4b57ef695153 Date: Thu, 03 Jan 2019 11: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:42,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-d220cf60-9f9c-4a9c-8173-4b57ef695153 2019-01-03 11:33:42,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2ea0a57-ed6a-435d-889d-0c68eac6c790 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:42,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-f2ea0a57-ed6a-435d-889d-0c68eac6c790 2019-01-03 11:33:42,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0ec294fa-aa37-4271-b057-08f67d6046c8 Date: Thu, 03 Jan 2019 11:33:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:42,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-0ec294fa-aa37-4271-b057-08f67d6046c8 2019-01-03 11:33:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-9d3be5b1-feb5-47af-93e7-8d439d5d808e Date: Thu, 03 Jan 2019 11:33:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.101"}],"id":"6f3df21e-268c-45d7-b528-412a270ab90a","security_groups":["dff5feaa-246b-40c3-b165-a96ba8e30b74"],"mac_address":"fa:16:3e:32:50:00","project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1","admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:41Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:33:42,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1&admin_state_up=True used request id req-9d3be5b1-feb5-47af-93e7-8d439d5d808e 2019-01-03 11:33:42,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd256f9a-0cb8-45c7-8645-2b8c6a7e8963 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:42,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-bd256f9a-0cb8-45c7-8645-2b8c6a7e8963 2019-01-03 11:33:42,745 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst 2019-01-03 11:33:42,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55113287-baad-48ac-8616-b3f6ffe74588 x-compute-request-id: req-55113287-baad-48ac-8616-b3f6ffe74588 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-flavor-name"}]} 2019-01-03 11:33:42,779 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-55113287-baad-48ac-8616-b3f6ffe74588 2019-01-03 11:33:42,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d17d35ff-8a6f-455a-a579-e8deb030e27b x-compute-request-id: req-d17d35ff-8a6f-455a-a579-e8deb030e27b Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:33:42,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1 used request id req-d17d35ff-8a6f-455a-a579-e8deb030e27b 2019-01-03 11:33:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:42,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-c0b0ef65-1a50-445f-9930-ba77ad3f8a90 Date: Thu, 03 Jan 2019 11:33:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:33:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:33:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "metadata": {}}], "self": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39", "min_disk": 0, "protected": false, "id": "5866c419-4142-4216-b5dc-277d91516c39", "file": "/v2/images/5866c419-4142-4216-b5dc-277d91516c39/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ba8816c227c34ed78eca3a1dfb994230", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5866c419-4142-4216-b5dc-277d91516c39/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image"} 2019-01-03 11:33:42,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image used request id req-c0b0ef65-1a50-445f-9930-ba77ad3f8a90 2019-01-03 11:33:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:43,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-31d2a65d-7fed-4196-bbd8-280b9291600e Date: Thu, 03 Jan 2019 11:33: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"}}} 2019-01-03 11:33:43,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-31d2a65d-7fed-4196-bbd8-280b9291600e 2019-01-03 11:33:43,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" -d '{"server": {"name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "imageRef": "5866c419-4142-4216-b5dc-277d91516c39", "flavorRef": "235348af-ad43-48b1-9282-20b9c3e16dd1", "max_count": 1, "min_count": 1, "networks": [{"port": "6f3df21e-268c-45d7-b528-412a270ab90a"}]}}' 2019-01-03 11:33:44,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:33: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-4232ea7b-cee0-45fa-9d1a-12e903d06479 x-compute-request-id: req-4232ea7b-cee0-45fa-9d1a-12e903d06479 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "adminPass": "SR3h4bCyJCnG"}} 2019-01-03 11:33:44,669 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4232ea7b-cee0-45fa-9d1a-12e903d06479 2019-01-03 11:33:44,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:44,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-48e1f9d3-b8d9-4cfe-82ea-75fd27f638fc x-compute-request-id: req-48e1f9d3-b8d9-4cfe-82ea-75fd27f638fc 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.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:44,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-48e1f9d3-b8d9-4cfe-82ea-75fd27f638fc 2019-01-03 11:33:44,922 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst 2019-01-03 11:33:44,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:45,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-afb05165-83b6-402c-a74f-f4aa20601519 x-compute-request-id: req-afb05165-83b6-402c-a74f-f4aa20601519 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.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:45,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-afb05165-83b6-402c-a74f-f4aa20601519 2019-01-03 11:33:45,295 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst] is - BUILD 2019-01-03 11:33:45,295 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:48,298 - create_instance - DEBUG - VM status query timeout in 896.623618841 2019-01-03 11:33:48,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:49,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-393571ca-a527-4f19-ae0e-a04fd76f1769 x-compute-request-id: req-393571ca-a527-4f19-ae0e-a04fd76f1769 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.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "security_groups": [{"name": "default"}], "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:33:46Z", "hostId": "8d57401affb6bb5f31fb8d76ddec0ab8ebcf57be26878474b7c45962", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:49,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-393571ca-a527-4f19-ae0e-a04fd76f1769 2019-01-03 11:33:49,035 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst] is - BUILD 2019-01-03 11:33:49,035 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:52,038 - create_instance - DEBUG - VM status query timeout in 892.883794069 2019-01-03 11:33:52,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:52,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-76d6cdab-01e2-4100-b95a-c8e83c8096fc x-compute-request-id: req-76d6cdab-01e2-4100-b95a-c8e83c8096fc Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:50:00", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:50.000000", "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "security_groups": [{"name": "default"}], "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:50Z", "hostId": "8d57401affb6bb5f31fb8d76ddec0ab8ebcf57be26878474b7c45962", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:52,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-76d6cdab-01e2-4100-b95a-c8e83c8096fc 2019-01-03 11:33:52,679 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst] is - ACTIVE 2019-01-03 11:33:52,680 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:33:52,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33: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-938f114c-b587-483f-ab62-f063013835d0 x-compute-request-id: req-938f114c-b587-483f-ab62-f063013835d0 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:50:00", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:50.000000", "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "security_groups": [{"name": "default"}], "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:50Z", "hostId": "8d57401affb6bb5f31fb8d76ddec0ab8ebcf57be26878474b7c45962", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:53,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-938f114c-b587-483f-ab62-f063013835d0 2019-01-03 11:33:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7dfea694-0592-470a-8824-282c406ab180 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:53,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net used request id req-7dfea694-0592-470a-8824-282c406ab180 2019-01-03 11:33:53,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e4d5a8-fe69-4592-a487-9d02f70006cd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:33:53,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-18e4d5a8-fe69-4592-a487-9d02f70006cd 2019-01-03 11:33:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-60b92df0-9356-4294-acb5-33c5e0c8b558 Date: Thu, 03 Jan 2019 11:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:53,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-60b92df0-9356-4294-acb5-33c5e0c8b558 2019-01-03 11:33:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-c71c3d9e-6d98-48d1-a4e2-01a2b8ec285f Date: Thu, 03 Jan 2019 11:33:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.4"}],"id":"0d29d8f9-13f1-4750-a11b-472eefcc144b","security_groups":[],"mac_address":"fa:16:3e:63:b2:30","project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6be1c27a-26ef-4eb8-8b0e-8601587298bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.101"}],"id":"6f3df21e-268c-45d7-b528-412a270ab90a","security_groups":["dff5feaa-246b-40c3-b165-a96ba8e30b74"],"mac_address":"fa:16:3e:32:50:00","project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1","admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:41Z","binding:vnic_type":"normal","device_id":"370481dd-d57e-4b52-9c03-994a83d3a2cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.3"}],"id":"ee67c97b-24fc-4886-9d59-5df94513e3d7","security_groups":[],"mac_address":"fa:16:3e:f3:ed:13","project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6be1c27a-26ef-4eb8-8b0e-8601587298bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:33:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","ip_address":"10.55.0.2"}],"id":"f04c5126-26b4-4f6f-97e7-32cfafa708a4","security_groups":[],"mac_address":"fa:16:3e:c5:e0:74","project_id":"ba8816c227c34ed78eca3a1dfb994230","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6be1c27a-26ef-4eb8-8b0e-8601587298bd"}]} 2019-01-03 11:33:53,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-c71c3d9e-6d98-48d1-a4e2-01a2b8ec285f 2019-01-03 11:33:53,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-78d4d647-601c-4077-b8f2-3503444be943 Date: Thu, 03 Jan 2019 11:33: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":["f72cf68c-b93c-43ee-be78-acd4da23cdbe"],"updated_at":"2019-01-03T11:33:35Z","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net"}]} 2019-01-03 11:33:53,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-78d4d647-601c-4077-b8f2-3503444be943 2019-01-03 11:33:53,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:53,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9de45f8-26ac-461d-ac7a-bfc600fcc41b Date: Thu, 03 Jan 2019 11:33:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:53,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-c9de45f8-26ac-461d-ac7a-bfc600fcc41b 2019-01-03 11:33:53,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:54,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-52511c80-f88b-44df-bc0e-c6462b3083d1 Date: Thu, 03 Jan 2019 11:33:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6be1c27a-26ef-4eb8-8b0e-8601587298bd","tenant_id":"ba8816c227c34ed78eca3a1dfb994230","created_at":"2019-01-03T11:33:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:33:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"ba8816c227c34ed78eca3a1dfb994230","id":"f72cf68c-b93c-43ee-be78-acd4da23cdbe","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet"}]} 2019-01-03 11:33:54,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=6be1c27a-26ef-4eb8-8b0e-8601587298bd&name=CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet used request id req-52511c80-f88b-44df-bc0e-c6462b3083d1 2019-01-03 11:33:54,183 - create_instance - INFO - Deleting Port with ID - 6f3df21e-268c-45d7-b528-412a270ab90a 2019-01-03 11:33:54,183 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7port-1 2019-01-03 11:33:54,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/6f3df21e-268c-45d7-b528-412a270ab90a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:54,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f065c995-6ec7-46c7-9bb9-519691ec6f1f Date: Thu, 03 Jan 2019 11:33:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:33:54,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/6f3df21e-268c-45d7-b528-412a270ab90a used request id req-f065c995-6ec7-46c7-9bb9-519691ec6f1f 2019-01-03 11:33:54,937 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst 2019-01-03 11:33:54,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:55,305 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-8299bfce-5f56-4488-b6b9-37bbc7778177 x-compute-request-id: req-8299bfce-5f56-4488-b6b9-37bbc7778177 Content-Type: application/json 2019-01-03 11:33:55,305 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-8299bfce-5f56-4488-b6b9-37bbc7778177 2019-01-03 11:33:55,306 - create_instance - INFO - Checking deletion status 2019-01-03 11:33:55,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:55,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:33:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4acb13e2-4991-42eb-bbfb-f596ed278518 x-compute-request-id: req-4acb13e2-4991-42eb-bbfb-f596ed278518 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.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:50.000000", "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:55Z", "hostId": "8d57401affb6bb5f31fb8d76ddec0ab8ebcf57be26878474b7c45962", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:55,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-4acb13e2-4991-42eb-bbfb-f596ed278518 2019-01-03 11:33:55,409 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst] is - ACTIVE 2019-01-03 11:33:55,409 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:33:58,412 - create_instance - DEBUG - VM status query timeout in 296.893558025 2019-01-03 11:33:58,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:33:58,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-6facc667-3965-452d-89db-51216efe0af4 x-compute-request-id: req-6facc667-3965-452d-89db-51216efe0af4 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.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc", "rel": "bookmark"}], "image": {"id": "5866c419-4142-4216-b5dc-277d91516c39", "links": [{"href": "http://172.30.9.28:8774/images/5866c419-4142-4216-b5dc-277d91516c39", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:33:50.000000", "flavor": {"id": "235348af-ad43-48b1-9282-20b9c3e16dd1", "links": [{"href": "http://172.30.9.28:8774/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1", "rel": "bookmark"}]}, "id": "370481dd-d57e-4b52-9c03-994a83d3a2cc", "user_id": "a74d0fdbf728412f91e7047a5f75dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:33:55Z", "hostId": "8d57401affb6bb5f31fb8d76ddec0ab8ebcf57be26878474b7c45962", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst", "created": "2019-01-03T11:33:44Z", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:33:58,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-6facc667-3965-452d-89db-51216efe0af4 2019-01-03 11:33:58,837 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst] is - ACTIVE 2019-01-03 11:33:58,837 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:34:01,840 - create_instance - DEBUG - VM status query timeout in 293.465538025 2019-01-03 11:34:01,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7149c1308ad4b6f5d0d6ec40cba4e9e32cd8913b" 2019-01-03 11:34:01,892 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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-db19a13e-4568-4795-9e1a-62670f87167f x-compute-request-id: req-db19a13e-4568-4795-9e1a-62670f87167f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 370481dd-d57e-4b52-9c03-994a83d3a2cc could not be found.", "code": 404}} 2019-01-03 11:34:01,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/370481dd-d57e-4b52-9c03-994a83d3a2cc used request id req-db19a13e-4568-4795-9e1a-62670f87167f 2019-01-03 11:34:01,893 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 370481dd-d57e-4b52-9c03-994a83d3a2cc could not be found. (HTTP 404) (Request-ID: req-db19a13e-4568-4795-9e1a-62670f87167f) 2019-01-03 11:34:01,893 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-inst 2019-01-03 11:34:01,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}869eff3a080cde5d1f66c52c906cb1a7c654eb31" 2019-01-03 11:34:01,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-df16b478-7500-4e8e-8b59-44d1cd7bd45c x-compute-request-id: req-df16b478-7500-4e8e-8b59-44d1cd7bd45c Content-Length: 0 Content-Type: application/json 2019-01-03 11:34:01,932 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/235348af-ad43-48b1-9282-20b9c3e16dd1 used request id req-df16b478-7500-4e8e-8b59-44d1cd7bd45c 2019-01-03 11:34:01,933 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet 2019-01-03 11:34:01,933 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-subnet 2019-01-03 11:34:01,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/f72cf68c-b93c-43ee-be78-acd4da23cdbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:34:04,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05e1e5cc-9b7a-42ca-bd1c-5b9f3d6079a1 Date: Thu, 03 Jan 2019 11:34:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:04,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/f72cf68c-b93c-43ee-be78-acd4da23cdbe used request id req-05e1e5cc-9b7a-42ca-bd1c-5b9f3d6079a1 2019-01-03 11:34:04,241 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-pub-net 2019-01-03 11:34:04,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/6be1c27a-26ef-4eb8-8b0e-8601587298bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}367affbd0447e19473883f2df23e602e57aec77f" 2019-01-03 11:34:05,473 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5980806a-c97a-4268-b101-5e7344f7f4d1 Date: Thu, 03 Jan 2019 11:34:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:05,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/6be1c27a-26ef-4eb8-8b0e-8601587298bd used request id req-5980806a-c97a-4268-b101-5e7344f7f4d1 2019-01-03 11:34:05,474 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0a037907-354b-4239-a375-dde8a8a612a7-image 2019-01-03 11:34:05,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}235872013b9dbbcd7c253eeb35c84a3a6441f752" 2019-01-03 11:34:06,877 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e70783f2-6d5f-415b-97a6-9cc6bcf498c8 Date: Thu, 03 Jan 2019 11:34:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:34:06,878 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5866c419-4142-4216-b5dc-277d91516c39 used request id req-e70783f2-6d5f-415b-97a6-9cc6bcf498c8 2019-01-03 11:34:06,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-87f94a22-4aa5-4c3b-ada3-5a76f914b52b Date: Thu, 03 Jan 2019 11:34:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "created_at": "2019-01-03T11:33:34Z", "updated_at": "2019-01-03T11:33:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "revision_number": 0, "id": "34a8c216-f4c1-489a-acc9-9d4964dacd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8816c227c34ed78eca3a1dfb994230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "revision_number": 0, "id": "37506587-cd68-48bb-8172-0aba9bfb366f", "remote_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "remote_ip_prefix": null, "created_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8816c227c34ed78eca3a1dfb994230"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "revision_number": 0, "id": "3785b89f-a58d-4865-8b3d-803d185c0afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "port_range_min": null, "ethertype": "IPv6", "project_id": "ba8816c227c34ed78eca3a1dfb994230"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "revision_number": 0, "id": "c97df69c-da51-44e2-a23f-3b0c7c3d0a24", "remote_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "remote_ip_prefix": null, "created_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "port_range_min": null, "ethertype": "IPv4", "project_id": "ba8816c227c34ed78eca3a1dfb994230"}], "revision_number": 4, "project_id": "ba8816c227c34ed78eca3a1dfb994230", "id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:34:07,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-87f94a22-4aa5-4c3b-ada3-5a76f914b52b 2019-01-03 11:34:07,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6fae49d-6b13-49dc-8cff-13e368e05d27 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:34:07,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-e6fae49d-6b13-49dc-8cff-13e368e05d27 2019-01-03 11:34:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa6ebf5-5362-4ec0-b51e-ce64e84fcde6 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:34:07,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-7fa6ebf5-5362-4ec0-b51e-ce64e84fcde6 2019-01-03 11:34:07,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df6cfd24-f88a-4948-97bb-1f0c11cd2eea Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:34:07,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-df6cfd24-f88a-4948-97bb-1f0c11cd2eea 2019-01-03 11:34:07,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6b6ad5b-d2c9-4509-ab3b-3ee44632c617 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230"}, "enabled": true, "id": "ba8816c227c34ed78eca3a1dfb994230", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c18aea20-8dee-431-proj"}} 2019-01-03 11:34:07,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-f6b6ad5b-d2c9-4509-ab3b-3ee44632c617 2019-01-03 11:34:07,452 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dff5feaa-246b-40c3-b165-a96ba8e30b74 2019-01-03 11:34:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dff5feaa-246b-40c3-b165-a96ba8e30b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e35f5cec-d3ca-438a-91a0-0c858b15f4a3 Date: Thu, 03 Jan 2019 11:34:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "port_range_min": null, "revision_number": 0, "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "created_at": "2019-01-03T11:33:34Z", "project_id": "ba8816c227c34ed78eca3a1dfb994230", "id": "34a8c216-f4c1-489a-acc9-9d4964dacd02"}, {"remote_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "port_range_min": null, "revision_number": 0, "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "created_at": "2019-01-03T11:33:34Z", "project_id": "ba8816c227c34ed78eca3a1dfb994230", "id": "37506587-cd68-48bb-8172-0aba9bfb366f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "port_range_min": null, "revision_number": 0, "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "created_at": "2019-01-03T11:33:34Z", "project_id": "ba8816c227c34ed78eca3a1dfb994230", "id": "3785b89f-a58d-4865-8b3d-803d185c0afc"}, {"remote_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:33:34Z", "security_group_id": "dff5feaa-246b-40c3-b165-a96ba8e30b74", "port_range_min": null, "revision_number": 0, "tenant_id": "ba8816c227c34ed78eca3a1dfb994230", "created_at": "2019-01-03T11:33:34Z", "project_id": "ba8816c227c34ed78eca3a1dfb994230", "id": "c97df69c-da51-44e2-a23f-3b0c7c3d0a24"}]} 2019-01-03 11:34:07,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dff5feaa-246b-40c3-b165-a96ba8e30b74 used request id req-e35f5cec-d3ca-438a-91a0-0c858b15f4a3 2019-01-03 11:34:07,632 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:34:07,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dff5feaa-246b-40c3-b165-a96ba8e30b74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:07,934 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59a2e2f8-7bf8-4845-ab64-5cb76f63bf73 Content-Length: 0 Date: Thu, 03 Jan 2019 11:34:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:07,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dff5feaa-246b-40c3-b165-a96ba8e30b74 used request id req-59a2e2f8-7bf8-4845-ab64-5cb76f63bf73 2019-01-03 11:34:07,935 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-proj 2019-01-03 11:34:07,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:08,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67037caa-f892-495d-8009-9d30c9264fd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:08,198 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ba8816c227c34ed78eca3a1dfb994230 used request id req-67037caa-f892-495d-8009-9d30c9264fd3 2019-01-03 11:34:08,198 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-proj-role 2019-01-03 11:34:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:08,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52201349-24e2-4ac0-9c8d-36f33170a11c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:08,308 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/55324a4577044c8caf95b0e700d7b924 used request id req-52201349-24e2-4ac0-9c8d-36f33170a11c 2019-01-03 11:34:08,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b92fde6fc27021709955d445ca4e8fbfb8443c8f" 2019-01-03 11:34:08,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d467323f-971f-4042-85ca-2ff7e79b08e8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:34:08,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d467323f-971f-4042-85ca-2ff7e79b08e8 2019-01-03 11:34:08,403 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c18aea20-8dee-431-user 2019-01-03 11:34:08,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a74d0fdbf728412f91e7047a5f75dcd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef03e5b036bd24f0853c45349381b70da97915ae" 2019-01-03 11:34:08,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2184003-4dc9-4437-871f-eb61f97ac623 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:08,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a74d0fdbf728412f91e7047a5f75dcd5 used request id req-b2184003-4dc9-4437-871f-eb61f97ac623 2019-01-03 11:34:08,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:09,008 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5aNGOzMqSV2k981gT8AoCw"], "issued_at": "2019-01-03T11:34:09.000000Z"}} 2019-01-03 11:34:09,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f90ba97e1df7edb9f38e6199f87717a00ba41f7" 2019-01-03 11:34:09,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ff6f1e4-21f4-429f-9e52-27289241da70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:09,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9ff6f1e4-21f4-429f-9e52-27289241da70 2019-01-03 11:34:09,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:09,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:09,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kv2AzcirTbmoOjiLRgl1OA"], "issued_at": "2019-01-03T11:34:09.000000Z"}} 2019-01-03 11:34:09,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:09,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-decd809e-f08a-49da-90e7-928e9bed5984 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:09,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-decd809e-f08a-49da-90e7-928e9bed5984 2019-01-03 11:34:09,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:09,583 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:09,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:09,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a15ad0-7c4e-434b-9aa6-a5d9fe6c5558 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:34:09,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj used request id req-93a15ad0-7c4e-434b-9aa6-a5d9fe6c5558 2019-01-03 11:34:09,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:09,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6343b3a5-846f-4f50-a1b6-259c5febfa2a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:34:09,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6343b3a5-846f-4f50-a1b6-259c5febfa2a 2019-01-03 11:34:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}}' 2019-01-03 11:34:09,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:34:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30e91c4e-7212-47b4-bc25-88618637e33e Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:09,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-30e91c4e-7212-47b4-bc25-88618637e33e 2019-01-03 11:34:09,884 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-proj 2019-01-03 11:34:09,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:09,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:10,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["cN1Q4Ll0SQC7tevIyF7yWQ"], "issued_at": "2019-01-03T11:34:10.000000Z"}} 2019-01-03 11:34:10,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eacb61fb8498bfd82a1e989b65275b7ab718b07" 2019-01-03 11:34:10,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00eb7c3-11a8-45a1-972c-00026f701efa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:10,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b00eb7c3-11a8-45a1-972c-00026f701efa 2019-01-03 11:34:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:10,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:10,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eacb61fb8498bfd82a1e989b65275b7ab718b07" 2019-01-03 11:34:10,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabd8e17-caa0-454e-9dec-7024a5360ae7 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:34:10,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-dabd8e17-caa0-454e-9dec-7024a5360ae7 2019-01-03 11:34:10,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eacb61fb8498bfd82a1e989b65275b7ab718b07" 2019-01-03 11:34:10,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8a1a56a-4de5-419b-b6e8-115729e3ca3a Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}]} 2019-01-03 11:34:10,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-9245055c-5138-4ed-proj used request id req-e8a1a56a-4de5-419b-b6e8-115729e3ca3a 2019-01-03 11:34:10,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eacb61fb8498bfd82a1e989b65275b7ab718b07" 2019-01-03 11:34:10,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1463e625-4e24-45d2-b1e3-f1c579043274 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:34:10,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1463e625-4e24-45d2-b1e3-f1c579043274 2019-01-03 11:34:11,165 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-user 2019-01-03 11:34:11,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:11,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:11,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c73060-2097-4ddf-b129-5aaee0f76b64 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:34:11,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e6c73060-2097-4ddf-b129-5aaee0f76b64 2019-01-03 11:34:11,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" -d '{"role": {"name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}}' 2019-01-03 11:34:11,369 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04ce6e03-c17b-4907-89cf-ec914e09751f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "94c2ba0c84a14870b0081aa31596b174", "links": {"self": "http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174"}, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}} 2019-01-03 11:34:11,369 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-04ce6e03-c17b-4907-89cf-ec914e09751f 2019-01-03 11:34:11,369 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role 2019-01-03 11:34:11,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:11,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d746c198-5ef2-4d08-a21c-2c20133c0478 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role", "id": "94c2ba0c84a14870b0081aa31596b174"}} 2019-01-03 11:34:11,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174 used request id req-d746c198-5ef2-4d08-a21c-2c20133c0478 2019-01-03 11:34:11,465 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role to project CreateInstancePortManipulationTests-9245055c-5138-4ed-proj 2019-01-03 11:34:11,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f/users/0c5bde22e72c4b92a5f9d8bcf01fbb6c/roles/94c2ba0c84a14870b0081aa31596b174 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:11,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a01a05f-aba3-4929-a0a8-aacbde78a4ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:11,598 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f/users/0c5bde22e72c4b92a5f9d8bcf01fbb6c/roles/94c2ba0c84a14870b0081aa31596b174 used request id req-4a01a05f-aba3-4929-a0a8-aacbde78a4ee 2019-01-03 11:34:11,599 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:34:11,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:11,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:11,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "94c2ba0c84a14870b0081aa31596b174", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}], "expires_at": "2019-01-03T12:34:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c350664137994647b4ac0096ce8ad99f", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-user", "id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c"}, "audit_ids": ["s8c3BIe6QKO3hbJ1b2EkQg"], "issued_at": "2019-01-03T11:34:11.000000Z"}} 2019-01-03 11:34:11,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:12,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de80d3e-77ab-459b-9bb0-f5ac078dca32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:12,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6de80d3e-77ab-459b-9bb0-f5ac078dca32 2019-01-03 11:34:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:12,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-008b44d9-961f-4429-a158-b522483993e6 Date: Thu, 03 Jan 2019 11:34:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image"} 2019-01-03 11:34:12,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image used request id req-008b44d9-961f-4429-a158-b522483993e6 2019-01-03 11:34:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:12,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bc484ee8-3fb3-408b-9a76-ae2fed554cc0 Date: Thu, 03 Jan 2019 11:34: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"}}} 2019-01-03 11:34:12,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bc484ee8-3fb3-408b-9a76-ae2fed554cc0 2019-01-03 11:34:12,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image"}' 2019-01-03 11:34:12,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 X-Openstack-Request-Id: req-7868444b-101a-46f0-b1be-dc0f59d30cbe Date: Thu, 03 Jan 2019 11:34:12 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83", "min_disk": 0, "protected": false, "id": "ef609e8c-e266-4343-8c65-959b4de68b83", "file": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file", "checksum": null, "owner": "c350664137994647b4ac0096ce8ad99f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:12,622 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7868444b-101a-46f0-b1be-dc0f59d30cbe 2019-01-03 11:34:12,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" -d '' 2019-01-03 11:34:14,276 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa10e0ff-f5b3-4435-84d9-1b606ca518cd Date: Thu, 03 Jan 2019 11:34:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:34:14,277 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file used request id req-aa10e0ff-f5b3-4435-84d9-1b606ca518cd 2019-01-03 11:34:14,277 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:34:14,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:14,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-afd77b81-39c2-4cff-be3f-06feb32c5c67 Date: Thu, 03 Jan 2019 11:34:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:14Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "metadata": {}}], "self": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83", "min_disk": 0, "protected": false, "id": "ef609e8c-e266-4343-8c65-959b4de68b83", "file": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c350664137994647b4ac0096ce8ad99f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:14,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 used request id req-afd77b81-39c2-4cff-be3f-06feb32c5c67 2019-01-03 11:34:14,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:14,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04eac300-5056-45ce-bd5a-e070678f8059 Date: Thu, 03 Jan 2019 11:34: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"}}} 2019-01-03 11:34:14,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-04eac300-5056-45ce-bd5a-e070678f8059 2019-01-03 11:34:14,627 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image 2019-01-03 11:34:14,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:14,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ba2e817d-0367-4cc4-8880-3527cf770e22 Date: Thu, 03 Jan 2019 11:34:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:14Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "metadata": {}}], "self": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83", "min_disk": 0, "protected": false, "id": "ef609e8c-e266-4343-8c65-959b4de68b83", "file": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c350664137994647b4ac0096ce8ad99f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:14,647 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 used request id req-ba2e817d-0367-4cc4-8880-3527cf770e22 2019-01-03 11:34:14,648 - create_image - DEBUG - Instance status is - active 2019-01-03 11:34:14,648 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image 2019-01-03 11:34:14,648 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image 2019-01-03 11:34:14,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:14,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:15,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "94c2ba0c84a14870b0081aa31596b174", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}], "expires_at": "2019-01-03T12:34:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c350664137994647b4ac0096ce8ad99f", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-user", "id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c"}, "audit_ids": ["2u8e6UkZRtaZtrIMa3YJag"], "issued_at": "2019-01-03T11:34:15.000000Z"}} 2019-01-03 11:34:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:15,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9447dd66-7408-44d2-a5f4-62981165fe47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:15,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9447dd66-7408-44d2-a5f4-62981165fe47 2019-01-03 11:34:15,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:15,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9d565952-b6d3-49fe-ad0b-f073761eeb05 Date: Thu, 03 Jan 2019 11:34:15 GMT RESP BODY: {"networks":[]} 2019-01-03 11:34:15,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-9d565952-b6d3-49fe-ad0b-f073761eeb05 2019-01-03 11:34:15,350 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net 2019-01-03 11:34:15,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" -d '{"network": {"name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net", "admin_state_up": true}}' 2019-01-03 11:34:15,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-528109dd-1b32-4e04-8ec8-475b2741a7fe Date: Thu, 03 Jan 2019 11:34:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:34:15Z","is_default":false,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","mtu":1450}} 2019-01-03 11:34:15,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-528109dd-1b32-4e04-8ec8-475b2741a7fe 2019-01-03 11:34:15,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:16,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f37ee5ef-52de-4e54-8139-0985b97bf5a3 Date: Thu, 03 Jan 2019 11:34: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":"2019-01-03T11:34:15Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:16,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-f37ee5ef-52de-4e54-8139-0985b97bf5a3 2019-01-03 11:34:16,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:16,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c6d49336-960c-4035-9b7b-89c09fcad330 Date: Thu, 03 Jan 2019 11:34:16 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:34:16,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-c6d49336-960c-4035-9b7b-89c09fcad330 2019-01-03 11:34:16,516 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet 2019-01-03 11:34:16,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" -d '{"subnets": [{"ip_version": 4, "network_id": "2a163a63-fd3a-43ea-a028-1611a72bc3bb", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]}' 2019-01-03 11:34:17,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1220f709-9fa2-49ac-bb6c-c256a80f0ca7 Date: Thu, 03 Jan 2019 11:34:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","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":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:17,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-1220f709-9fa2-49ac-bb6c-c256a80f0ca7 2019-01-03 11:34:17,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:17,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1c27f721-2054-45cb-9a56-ce88b46097ed Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:17,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-1c27f721-2054-45cb-9a56-ce88b46097ed 2019-01-03 11:34:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:17,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-965e2167-b922-4e7a-8f28-c3f6875840dd Date: Thu, 03 Jan 2019 11:34:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:17,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-965e2167-b922-4e7a-8f28-c3f6875840dd 2019-01-03 11:34:17,794 - OpenStackNetwork - DEBUG - Network [2a163a63-fd3a-43ea-a028-1611a72bc3bb] created successfully 2019-01-03 11:34:17,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:17,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:18,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["y_ACxT93TdKaSwPDqGDI9g"], "issued_at": "2019-01-03T11:34:18.000000Z"}} 2019-01-03 11:34:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b5b6eac1e587e72683aa80e173b5337a42b75ba" 2019-01-03 11:34:18,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea2b0ff-528b-4d6e-8832-9db81aa8c411 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:18,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ea2b0ff-528b-4d6e-8832-9db81aa8c411 2019-01-03 11:34:18,280 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:34:18,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b5b6eac1e587e72683aa80e173b5337a42b75ba" 2019-01-03 11:34:18,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc02bc9b-d2d3-4291-91b0-6080b144eb1c x-compute-request-id: req-bc02bc9b-d2d3-4291-91b0-6080b144eb1c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:34:18,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bc02bc9b-d2d3-4291-91b0-6080b144eb1c 2019-01-03 11:34:18,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b5b6eac1e587e72683aa80e173b5337a42b75ba" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:34:18,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e14ad0a-140e-4b49-8fdd-a249222fcf7e x-compute-request-id: req-5e14ad0a-140e-4b49-8fdd-a249222fcf7e Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:34:18,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5e14ad0a-140e-4b49-8fdd-a249222fcf7e 2019-01-03 11:34:18,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:18,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:18,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "94c2ba0c84a14870b0081aa31596b174", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}], "expires_at": "2019-01-03T12:34:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c350664137994647b4ac0096ce8ad99f", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-user", "id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c"}, "audit_ids": ["R10Ty-UuTd257GyN6J3wnQ"], "issued_at": "2019-01-03T11:34:18.000000Z"}} 2019-01-03 11:34:18,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:18,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ef0c36-5ed7-4ab8-b828-8244dd69dad8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:18,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1ef0c36-5ed7-4ab8-b828-8244dd69dad8 2019-01-03 11:34:18,972 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:34:18,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:19,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-612f3426-7222-49a2-8e3a-0be26fd6d658 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:19,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-612f3426-7222-49a2-8e3a-0be26fd6d658 2019-01-03 11:34:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:19,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9696cb5b-3b49-4ab8-b3d8-3e617fd8efea Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:19,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-9696cb5b-3b49-4ab8-b3d8-3e617fd8efea 2019-01-03 11:34:19,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:19,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:19,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:19,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15efe62-6342-42ef-adcd-5a6da4194cf0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:19,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-f15efe62-6342-42ef-adcd-5a6da4194cf0 2019-01-03 11:34:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:19,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5d0ac81c-d8f5-4fbc-bc5a-859e828b396f Date: Thu, 03 Jan 2019 11:34:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:19,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-5d0ac81c-d8f5-4fbc-bc5a-859e828b396f 2019-01-03 11:34:19,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:19,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2863964c-c58a-485f-990b-aca87017f5c0 Date: Thu, 03 Jan 2019 11:34:19 GMT RESP BODY: {"ports":[]} 2019-01-03 11:34:19,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True used request id req-2863964c-c58a-485f-990b-aca87017f5c0 2019-01-03 11:34:19,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:20,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cc4dc38-d9c0-4f3d-b3b5-ebf7f459e0b1 x-compute-request-id: req-5cc4dc38-d9c0-4f3d-b3b5-ebf7f459e0b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:34:20,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst used request id req-5cc4dc38-d9c0-4f3d-b3b5-ebf7f459e0b1 2019-01-03 11:34:20,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:20,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b190b941-837d-4461-a7af-d0d3d101876d Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:20,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-b190b941-837d-4461-a7af-d0d3d101876d 2019-01-03 11:34:20,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:20,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6ced72-22ce-4e27-b78d-c9a5fb59b06f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:20,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-ef6ced72-22ce-4e27-b78d-c9a5fb59b06f 2019-01-03 11:34:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:20,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c5754e96-b289-4620-ba50-32d282ce2105 Date: Thu, 03 Jan 2019 11:34:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:20,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-c5754e96-b289-4620-ba50-32d282ce2105 2019-01-03 11:34:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:20,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-daaaf8a8-9e80-4cb0-a4a4-5c5d5048fa3b Date: Thu, 03 Jan 2019 11:34:20 GMT RESP BODY: {"ports":[]} 2019-01-03 11:34:20,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True used request id req-daaaf8a8-9e80-4cb0-a4a4-5c5d5048fa3b 2019-01-03 11:34:20,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:20,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:21,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "94c2ba0c84a14870b0081aa31596b174", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role"}], "expires_at": "2019-01-03T12:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c350664137994647b4ac0096ce8ad99f", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c350664137994647b4ac0096ce8ad99f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-user", "id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c"}, "audit_ids": ["wX_r5UxKTSef7AiSFyJwvQ"], "issued_at": "2019-01-03T11:34:21.000000Z"}} 2019-01-03 11:34:21,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4e0a209e8729a8edb35773f113a713f3c17cf1f" 2019-01-03 11:34:21,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e50c186-26d7-4bfd-87a8-91c4fcfa85a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:21,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4e50c186-26d7-4bfd-87a8-91c4fcfa85a9 2019-01-03 11:34:21,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:21,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e9ddf1ec-75ff-4853-8f86-dac88d77e108 Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:21,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-e9ddf1ec-75ff-4853-8f86-dac88d77e108 2019-01-03 11:34:21,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:21,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5034bcfb-8385-4f66-855b-a6b33f1533dd Date: Thu, 03 Jan 2019 11:34:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:21,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-5034bcfb-8385-4f66-855b-a6b33f1533dd 2019-01-03 11:34:21,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:21,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-928bce69-ec2e-417e-bbbc-dfe61d661a74 Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:21,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-928bce69-ec2e-417e-bbbc-dfe61d661a74 2019-01-03 11:34:21,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:21,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:21,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4e0a209e8729a8edb35773f113a713f3c17cf1f" 2019-01-03 11:34:21,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c73cddc-f86a-4a8f-aff4-4124295c2195 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:21,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-9c73cddc-f86a-4a8f-aff4-4124295c2195 2019-01-03 11:34:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:22,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bcc26fc9-6574-4c6d-902d-91f9888f5425 Date: Thu, 03 Jan 2019 11:34:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:22,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-bcc26fc9-6574-4c6d-902d-91f9888f5425 2019-01-03 11:34:22,079 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net 2019-01-03 11:34:22,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" -d '{"port": {"network_id": "2a163a63-fd3a-43ea-a028-1611a72bc3bb", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1", "admin_state_up": true}}' 2019-01-03 11:34:23,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-3ebe2ab8-f70d-49f6-b3f5-b828d0318989 Date: Thu, 03 Jan 2019 11:34:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.9"}],"id":"7dfa646d-6fe2-4b39-bd2c-96ff4075949e","security_groups":["c141b576-72a4-4883-a9b3-b687b16e8c03"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1","project_id":"c350664137994647b4ac0096ce8ad99f","qos_policy_id":null,"admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:22Z","binding:vnic_type":"normal"}} 2019-01-03 11:34:23,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-3ebe2ab8-f70d-49f6-b3f5-b828d0318989 2019-01-03 11:34:23,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8e46a464-b741-4423-b196-520d030e1c5e Date: Thu, 03 Jan 2019 11:34: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:23,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-8e46a464-b741-4423-b196-520d030e1c5e 2019-01-03 11:34:23,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17c614d-bbe1-4110-8fbd-e5bf553c6818 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:23,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-e17c614d-bbe1-4110-8fbd-e5bf553c6818 2019-01-03 11:34:23,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0e07e080-b3fe-449f-8fae-3363e91e0905 Date: Thu, 03 Jan 2019 11:34:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:23,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-0e07e080-b3fe-449f-8fae-3363e91e0905 2019-01-03 11:34:23,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-c15a45d5-5540-497f-9725-17825896a9e9 Date: Thu, 03 Jan 2019 11:34:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:22Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.9"}],"id":"7dfa646d-6fe2-4b39-bd2c-96ff4075949e","security_groups":["c141b576-72a4-4883-a9b3-b687b16e8c03"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c350664137994647b4ac0096ce8ad99f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1","admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:22Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:34:23,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1&admin_state_up=True used request id req-c15a45d5-5540-497f-9725-17825896a9e9 2019-01-03 11:34:23,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75924a43-479b-4527-a9af-747161728dfa Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:23,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-75924a43-479b-4527-a9af-747161728dfa 2019-01-03 11:34:23,857 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst 2019-01-03 11:34:23,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b52b631e-8acf-47ba-a62d-57989f0f3e9e x-compute-request-id: req-b52b631e-8acf-47ba-a62d-57989f0f3e9e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-flavor-name"}]} 2019-01-03 11:34:23,893 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b52b631e-8acf-47ba-a62d-57989f0f3e9e 2019-01-03 11:34:23,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:23,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0e34cd7-0447-4699-8f61-6b79bb20c7cc x-compute-request-id: req-a0e34cd7-0447-4699-8f61-6b79bb20c7cc Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:34:23,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed used request id req-a0e34cd7-0447-4699-8f61-6b79bb20c7cc 2019-01-03 11:34:23,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:24,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-8b13ba20-ef79-4c28-9c91-293fac8bccef Date: Thu, 03 Jan 2019 11:34:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:14Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "metadata": {}}], "self": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83", "min_disk": 0, "protected": false, "id": "ef609e8c-e266-4343-8c65-959b4de68b83", "file": "/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c350664137994647b4ac0096ce8ad99f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ef609e8c-e266-4343-8c65-959b4de68b83/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image"} 2019-01-03 11:34:24,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image used request id req-8b13ba20-ef79-4c28-9c91-293fac8bccef 2019-01-03 11:34:24,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:24,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-db3baeb9-3a2c-4eef-ae53-e2b9df9b16aa Date: Thu, 03 Jan 2019 11:34: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"}}} 2019-01-03 11:34:24,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-db3baeb9-3a2c-4eef-ae53-e2b9df9b16aa 2019-01-03 11:34:24,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" -d '{"server": {"name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "imageRef": "ef609e8c-e266-4343-8c65-959b4de68b83", "flavorRef": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "max_count": 1, "min_count": 1, "networks": [{"port": "7dfa646d-6fe2-4b39-bd2c-96ff4075949e"}]}}' 2019-01-03 11:34:25,975 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:34:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5447d099-c2fe-4ce5-91d3-edbc0210f2ce x-compute-request-id: req-5447d099-c2fe-4ce5-91d3-edbc0210f2ce Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "adminPass": "astWDkDVB8v4"}} 2019-01-03 11:34:25,975 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5447d099-c2fe-4ce5-91d3-edbc0210f2ce 2019-01-03 11:34:25,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:26,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7eec45a8-8260-490f-9244-e40256a53b2e x-compute-request-id: req-7eec45a8-8260-490f-9244-e40256a53b2e 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.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:34:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:26,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-7eec45a8-8260-490f-9244-e40256a53b2e 2019-01-03 11:34:26,501 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst 2019-01-03 11:34:26,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:26,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c9746f7-bfa7-498c-99dd-18741d0366a9 x-compute-request-id: req-0c9746f7-bfa7-498c-99dd-18741d0366a9 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.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:34:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:26,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-0c9746f7-bfa7-498c-99dd-18741d0366a9 2019-01-03 11:34:26,804 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst] is - BUILD 2019-01-03 11:34:26,804 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:34:29,807 - create_instance - DEBUG - VM status query timeout in 896.693821907 2019-01-03 11:34:29,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:30,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34: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-65df3cd7-31e2-4b79-b65b-b79e8f2a9da3 x-compute-request-id: req-65df3cd7-31e2-4b79-b65b-b79e8f2a9da3 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "security_groups": [{"name": "default"}], "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:34:27Z", "hostId": "c9484785fd94715555622d6cae6932e7c2140eb858546080440c9f29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:30,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-65df3cd7-31e2-4b79-b65b-b79e8f2a9da3 2019-01-03 11:34:30,577 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst] is - BUILD 2019-01-03 11:34:30,577 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:34:33,580 - create_instance - DEBUG - VM status query timeout in 892.920686007 2019-01-03 11:34:33,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:34,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c6f99fb-3c56-41d0-a31c-801651c3a45b x-compute-request-id: req-5c6f99fb-3c56-41d0-a31c-801651c3a45b Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:34:32.000000", "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "security_groups": [{"name": "default"}], "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:34:32Z", "hostId": "c9484785fd94715555622d6cae6932e7c2140eb858546080440c9f29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:34,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-5c6f99fb-3c56-41d0-a31c-801651c3a45b 2019-01-03 11:34:34,163 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst] is - ACTIVE 2019-01-03 11:34:34,163 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:34:34,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:34,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c7d4e04-75cb-44c6-b951-de9613cc1d14 x-compute-request-id: req-0c7d4e04-75cb-44c6-b951-de9613cc1d14 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:34:32.000000", "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "security_groups": [{"name": "default"}], "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:34:32Z", "hostId": "c9484785fd94715555622d6cae6932e7c2140eb858546080440c9f29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:34,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-0c7d4e04-75cb-44c6-b951-de9613cc1d14 2019-01-03 11:34:34,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:34,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-286e80d0-49da-479a-bce2-ca00374aefbe Date: Thu, 03 Jan 2019 11: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":["da562f32-58d4-4e07-a178-d7235c70eb14"],"updated_at":"2019-01-03T11:34:16Z","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c350664137994647b4ac0096ce8ad99f","id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net"}]} 2019-01-03 11:34:34,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net used request id req-286e80d0-49da-479a-bce2-ca00374aefbe 2019-01-03 11:34:34,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:34,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d0ccc0-c4d8-4b63-b284-f8a5d893a5a5 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:34,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-07d0ccc0-c4d8-4b63-b284-f8a5d893a5a5 2019-01-03 11:34:34,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:35,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8060846c-aa50-45a5-8fe7-9da7f72fe08d Date: Thu, 03 Jan 2019 11:34:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:16Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c350664137994647b4ac0096ce8ad99f","id":"da562f32-58d4-4e07-a178-d7235c70eb14","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet"}]} 2019-01-03 11:34:35,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-8060846c-aa50-45a5-8fe7-9da7f72fe08d 2019-01-03 11:34:35,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:35,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-134c7a23-9904-4117-b0b5-2c2e8cf10341 Date: Thu, 03 Jan 2019 11:34:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.3"}],"id":"50a37b58-f3af-45a9-a4fc-4d0de9951374","security_groups":[],"mac_address":"fa:16:3e:75:43:87","project_id":"c350664137994647b4ac0096ce8ad99f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a163a63-fd3a-43ea-a028-1611a72bc3bb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.2"}],"id":"739364b0-1f6f-49e0-80f3-50f6b05b3d92","security_groups":[],"mac_address":"fa:16:3e:00:d1:17","project_id":"c350664137994647b4ac0096ce8ad99f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a163a63-fd3a-43ea-a028-1611a72bc3bb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.9"}],"id":"7dfa646d-6fe2-4b39-bd2c-96ff4075949e","security_groups":["c141b576-72a4-4883-a9b3-b687b16e8c03"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"c350664137994647b4ac0096ce8ad99f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1","admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:22Z","binding:vnic_type":"normal","device_id":"b18783bb-5acd-4dfe-b247-f15e724ec398"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"da562f32-58d4-4e07-a178-d7235c70eb14","ip_address":"10.55.0.4"}],"id":"93a2fbca-308c-4097-82f8-eba4049a2361","security_groups":[],"mac_address":"fa:16:3e:f1:5f:2f","project_id":"c350664137994647b4ac0096ce8ad99f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a163a63-fd3a-43ea-a028-1611a72bc3bb","tenant_id":"c350664137994647b4ac0096ce8ad99f","created_at":"2019-01-03T11:34:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a163a63-fd3a-43ea-a028-1611a72bc3bb"}]} 2019-01-03 11:34:35,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-134c7a23-9904-4117-b0b5-2c2e8cf10341 2019-01-03 11:34:35,143 - create_instance - INFO - Deleting Port with ID - 7dfa646d-6fe2-4b39-bd2c-96ff4075949e 2019-01-03 11:34:35,144 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10dport-1 2019-01-03 11:34:35,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/7dfa646d-6fe2-4b39-bd2c-96ff4075949e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:35,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d31eb00-6fdd-4eef-a404-297388090ab2 Date: Thu, 03 Jan 2019 11:34:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:35,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/7dfa646d-6fe2-4b39-bd2c-96ff4075949e used request id req-0d31eb00-6fdd-4eef-a404-297388090ab2 2019-01-03 11:34:35,714 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst 2019-01-03 11:34:35,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:35,860 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2491716-4fc0-44f2-9ec4-84d17e570e0f x-compute-request-id: req-d2491716-4fc0-44f2-9ec4-84d17e570e0f Content-Type: application/json 2019-01-03 11:34:35,861 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-d2491716-4fc0-44f2-9ec4-84d17e570e0f 2019-01-03 11:34:35,861 - create_instance - INFO - Checking deletion status 2019-01-03 11:34:35,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:36,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dab5db1-0f6f-49b9-818d-34c2a25c0400 x-compute-request-id: req-6dab5db1-0f6f-49b9-818d-34c2a25c0400 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/b18783bb-5acd-4dfe-b247-f15e724ec398", "rel": "bookmark"}], "image": {"id": "ef609e8c-e266-4343-8c65-959b4de68b83", "links": [{"href": "http://172.30.9.28:8774/images/ef609e8c-e266-4343-8c65-959b4de68b83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:34:32.000000", "flavor": {"id": "fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "links": [{"href": "http://172.30.9.28:8774/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed", "rel": "bookmark"}]}, "id": "b18783bb-5acd-4dfe-b247-f15e724ec398", "user_id": "0c5bde22e72c4b92a5f9d8bcf01fbb6c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:34:35Z", "hostId": "c9484785fd94715555622d6cae6932e7c2140eb858546080440c9f29", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst", "created": "2019-01-03T11:34:25Z", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:34:36,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-6dab5db1-0f6f-49b9-818d-34c2a25c0400 2019-01-03 11:34:36,113 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst] is - ACTIVE 2019-01-03 11:34:36,113 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:34:39,117 - create_instance - DEBUG - VM status query timeout in 296.744501114 2019-01-03 11:34:39,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f5db95e5f357e646a6f85c9da998d6f456b953" 2019-01-03 11:34:39,172 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:34:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86eebb5f-3cda-412d-8638-110ac92f70b5 x-compute-request-id: req-86eebb5f-3cda-412d-8638-110ac92f70b5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b18783bb-5acd-4dfe-b247-f15e724ec398 could not be found.", "code": 404}} 2019-01-03 11:34:39,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/b18783bb-5acd-4dfe-b247-f15e724ec398 used request id req-86eebb5f-3cda-412d-8638-110ac92f70b5 2019-01-03 11:34:39,172 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b18783bb-5acd-4dfe-b247-f15e724ec398 could not be found. (HTTP 404) (Request-ID: req-86eebb5f-3cda-412d-8638-110ac92f70b5) 2019-01-03 11:34:39,173 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-inst 2019-01-03 11:34:39,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b5b6eac1e587e72683aa80e173b5337a42b75ba" 2019-01-03 11:34:39,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:34:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd84161e-061f-4a76-8001-8fb30c178548 x-compute-request-id: req-bd84161e-061f-4a76-8001-8fb30c178548 Content-Length: 0 Content-Type: application/json 2019-01-03 11:34:39,233 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/fa8c3b06-12b6-4eda-81d8-c0ca7b27dfed used request id req-bd84161e-061f-4a76-8001-8fb30c178548 2019-01-03 11:34:39,234 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet 2019-01-03 11:34:39,234 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-subnet 2019-01-03 11:34:39,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/da562f32-58d4-4e07-a178-d7235c70eb14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:41,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1623894d-9e75-4998-aa3a-8e4802a6f579 Date: Thu, 03 Jan 2019 11:34:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:41,566 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/da562f32-58d4-4e07-a178-d7235c70eb14 used request id req-1623894d-9e75-4998-aa3a-8e4802a6f579 2019-01-03 11:34:41,567 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-pub-net 2019-01-03 11:34:41,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/2a163a63-fd3a-43ea-a028-1611a72bc3bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10306ba508ebb4f8ebb459b4b22b339a543289c5" 2019-01-03 11:34:42,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da292010-56a6-4936-886e-a9482f1f7d47 Date: Thu, 03 Jan 2019 11:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:42,863 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2a163a63-fd3a-43ea-a028-1611a72bc3bb used request id req-da292010-56a6-4936-886e-a9482f1f7d47 2019-01-03 11:34:42,864 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-1390a5d1-c274-4e25-9106-173facaae10d-image 2019-01-03 11:34:42,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af18ac09f0fffc3d3a8c2faf06cbbb80c55731b2" 2019-01-03 11:34:44,733 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73b6b3f9-5208-4134-85c6-eba2c216d522 Date: Thu, 03 Jan 2019 11:34:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:34:44,733 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ef609e8c-e266-4343-8c65-959b4de68b83 used request id req-73b6b3f9-5208-4134-85c6-eba2c216d522 2019-01-03 11:34:44,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:44,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c7ec4a8e-5796-4ea9-8305-251452d61e0f Date: Thu, 03 Jan 2019 11:34:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c350664137994647b4ac0096ce8ad99f", "created_at": "2019-01-03T11:34:15Z", "updated_at": "2019-01-03T11:34:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "revision_number": 0, "id": "038ea71e-b037-436e-a276-dc6787727750", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c350664137994647b4ac0096ce8ad99f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "revision_number": 0, "id": "36d6d1e7-1f67-4ae8-8c32-505c0aa893d6", "remote_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c350664137994647b4ac0096ce8ad99f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "revision_number": 0, "id": "53c289ed-e647-407d-b71b-379e23497d4a", "remote_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c350664137994647b4ac0096ce8ad99f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "revision_number": 0, "id": "87c21200-e840-4736-b8b2-752f0699dd7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "tenant_id": "c350664137994647b4ac0096ce8ad99f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c350664137994647b4ac0096ce8ad99f"}], "revision_number": 4, "project_id": "c350664137994647b4ac0096ce8ad99f", "id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:34:44,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c7ec4a8e-5796-4ea9-8305-251452d61e0f 2019-01-03 11:34:44,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a609f0f-9a5c-4997-bd5b-f20cd8226a4a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:34:45,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-3a609f0f-9a5c-4997-bd5b-f20cd8226a4a 2019-01-03 11:34:45,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29d827f-94f5-482c-931e-4dfd3a72afbd 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:34:45,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-c29d827f-94f5-482c-931e-4dfd3a72afbd 2019-01-03 11:34:45,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1e16733-66c1-41f8-b615-3edf9d93b53a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:34:45,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e1e16733-66c1-41f8-b615-3edf9d93b53a 2019-01-03 11:34:45,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf9f5c7-a683-4777-971e-b64461481bea Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f"}, "enabled": true, "id": "c350664137994647b4ac0096ce8ad99f", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-9245055c-5138-4ed-proj"}} 2019-01-03 11:34:45,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-bdf9f5c7-a683-4777-971e-b64461481bea 2019-01-03 11:34:45,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c141b576-72a4-4883-a9b3-b687b16e8c03 2019-01-03 11:34:45,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c141b576-72a4-4883-a9b3-b687b16e8c03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4c09a143-45fb-4f7b-8a9a-57509ede2fa9 Date: Thu, 03 Jan 2019 11: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": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "port_range_min": null, "revision_number": 0, "tenant_id": "c350664137994647b4ac0096ce8ad99f", "created_at": "2019-01-03T11:34:15Z", "project_id": "c350664137994647b4ac0096ce8ad99f", "id": "038ea71e-b037-436e-a276-dc6787727750"}, {"remote_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "port_range_min": null, "revision_number": 0, "tenant_id": "c350664137994647b4ac0096ce8ad99f", "created_at": "2019-01-03T11:34:15Z", "project_id": "c350664137994647b4ac0096ce8ad99f", "id": "36d6d1e7-1f67-4ae8-8c32-505c0aa893d6"}, {"remote_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "port_range_min": null, "revision_number": 0, "tenant_id": "c350664137994647b4ac0096ce8ad99f", "created_at": "2019-01-03T11:34:15Z", "project_id": "c350664137994647b4ac0096ce8ad99f", "id": "53c289ed-e647-407d-b71b-379e23497d4a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:15Z", "security_group_id": "c141b576-72a4-4883-a9b3-b687b16e8c03", "port_range_min": null, "revision_number": 0, "tenant_id": "c350664137994647b4ac0096ce8ad99f", "created_at": "2019-01-03T11:34:15Z", "project_id": "c350664137994647b4ac0096ce8ad99f", "id": "87c21200-e840-4736-b8b2-752f0699dd7e"}]} 2019-01-03 11:34:45,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c141b576-72a4-4883-a9b3-b687b16e8c03 used request id req-4c09a143-45fb-4f7b-8a9a-57509ede2fa9 2019-01-03 11:34:45,543 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:34:45,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c141b576-72a4-4883-a9b3-b687b16e8c03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:45,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81027c5f-e70e-4946-ac15-ed37d658f25c Content-Length: 0 Date: Thu, 03 Jan 2019 11:34:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:34:45,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c141b576-72a4-4883-a9b3-b687b16e8c03 used request id req-81027c5f-e70e-4946-ac15-ed37d658f25c 2019-01-03 11:34:45,869 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-proj 2019-01-03 11:34:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:46,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bb201fc-fac9-4af1-a6fa-1fa456f24845 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:46,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c350664137994647b4ac0096ce8ad99f used request id req-7bb201fc-fac9-4af1-a6fa-1fa456f24845 2019-01-03 11:34:46,060 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-proj-role 2019-01-03 11:34:46,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:46,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-269711f3-0157-435d-9195-3b9e4bf976af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:46,177 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/94c2ba0c84a14870b0081aa31596b174 used request id req-269711f3-0157-435d-9195-3b9e4bf976af 2019-01-03 11:34:46,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a6f07d1d7a439317d375a5ae1f8a765770b5ddc" 2019-01-03 11:34:46,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51cf708-3071-4134-869b-636d0f2a7e7b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:34:46,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b51cf708-3071-4134-869b-636d0f2a7e7b 2019-01-03 11:34:46,273 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-9245055c-5138-4ed-user 2019-01-03 11:34:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0c5bde22e72c4b92a5f9d8bcf01fbb6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eacb61fb8498bfd82a1e989b65275b7ab718b07" 2019-01-03 11:34:46,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16edf9e0-69bb-4885-b37d-2af84b8b2d64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:46,448 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0c5bde22e72c4b92a5f9d8bcf01fbb6c used request id req-16edf9e0-69bb-4885-b37d-2af84b8b2d64 2019-01-03 11:34:46,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:46,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kHFrj9CLQlyXVUXBVt0YWw"], "issued_at": "2019-01-03T11:34:46.000000Z"}} 2019-01-03 11:34:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fd7269d58f5ff4d8eefaeba43dec804a55b10ee" 2019-01-03 11:34:46,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b15951-9876-4ab9-88a4-b3b4ff487551 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:46,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7b15951-9876-4ab9-88a4-b3b4ff487551 2019-01-03 11:34:46,933 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:46,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:47,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["MqY5YbwKT6e3ko6hfqGIMQ"], "issued_at": "2019-01-03T11:34:47.000000Z"}} 2019-01-03 11:34:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:47,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d754562e-dfa5-4694-9cad-bc597cfe3fef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:47,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d754562e-dfa5-4694-9cad-bc597cfe3fef 2019-01-03 11:34:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:47,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:47,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95cd3a3e-5394-45c0-9c80-491565801b7d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:34:47,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj used request id req-95cd3a3e-5394-45c0-9c80-491565801b7d 2019-01-03 11:34:47,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:47,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac479a1-b9c0-43dd-a817-c70f84383d5a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:34:47,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-5ac479a1-b9c0-43dd-a817-c70f84383d5a 2019-01-03 11:34:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}}' 2019-01-03 11:34:47,704 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:34:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f023da81-6ce5-451f-b122-ed6da90a4b8f Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:34:47,704 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f023da81-6ce5-451f-b122-ed6da90a4b8f 2019-01-03 11:34:47,705 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj 2019-01-03 11:34:47,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:47,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:48,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["TbqZLg7ETgqwdje2KPfz6w"], "issued_at": "2019-01-03T11:34:48.000000Z"}} 2019-01-03 11:34:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c316ad36cfb75ba93ad9e128d73589a4c3d179" 2019-01-03 11:34:48,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81ec42a-4e8d-472f-8b1a-341f1462a670 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:48,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a81ec42a-4e8d-472f-8b1a-341f1462a670 2019-01-03 11:34:48,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:48,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:48,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c316ad36cfb75ba93ad9e128d73589a4c3d179" 2019-01-03 11:34:48,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d34cbbe-90c0-4ee0-bac2-d6bdfe8799ae Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:34:48,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6d34cbbe-90c0-4ee0-bac2-d6bdfe8799ae 2019-01-03 11:34:48,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c316ad36cfb75ba93ad9e128d73589a4c3d179" 2019-01-03 11:34:48,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d345b023-327b-4ef5-b4d6-bec67240dc13 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}]} 2019-01-03 11:34:48,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj used request id req-d345b023-327b-4ef5-b4d6-bec67240dc13 2019-01-03 11:34:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c316ad36cfb75ba93ad9e128d73589a4c3d179" 2019-01-03 11:34:48,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cf3911-b785-4f3a-8961-f6bce90c0e50 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:34:48,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-48cf3911-b785-4f3a-8961-f6bce90c0e50 2019-01-03 11:34:48,698 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-user 2019-01-03 11:34:48,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:48,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:48,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3213b1e6-9513-4de1-89fc-38925d9102f5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:34:48,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3213b1e6-9513-4de1-89fc-38925d9102f5 2019-01-03 11:34:48,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" -d '{"role": {"name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}}' 2019-01-03 11:34:48,914 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fc972fe-8e57-4df0-87e3-00182edd0a53 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59349acffa1c47abae849803a139435c", "links": {"self": "http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c"}, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}} 2019-01-03 11:34:48,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-7fc972fe-8e57-4df0-87e3-00182edd0a53 2019-01-03 11:34:48,915 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role 2019-01-03 11:34:48,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:48,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b97d268-e08b-4ab8-9106-01f235154397 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role", "id": "59349acffa1c47abae849803a139435c"}} 2019-01-03 11:34:48,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c used request id req-3b97d268-e08b-4ab8-9106-01f235154397 2019-01-03 11:34:48,999 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role to project CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj 2019-01-03 11:34:49,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d/users/41ed7508b54249128966a03aa9104a85/roles/59349acffa1c47abae849803a139435c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:34:49,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:34:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-572e47ea-c780-44a8-9c4f-05da13d40535 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:34:49,144 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d/users/41ed7508b54249128966a03aa9104a85/roles/59349acffa1c47abae849803a139435c used request id req-572e47ea-c780-44a8-9c4f-05da13d40535 2019-01-03 11:34:49,145 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:34:49,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:49,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:49,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59349acffa1c47abae849803a139435c", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}], "expires_at": "2019-01-03T12:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81044d30f21643caa868f6f55613293d", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-user", "id": "41ed7508b54249128966a03aa9104a85"}, "audit_ids": ["18k8fG8kTay8t9is_e4o2g"], "issued_at": "2019-01-03T11:34:49.000000Z"}} 2019-01-03 11:34:49,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:49,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51040e01-ad32-4e29-baa8-eb16e9dcc6a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:49,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-51040e01-ad32-4e29-baa8-eb16e9dcc6a4 2019-01-03 11:34:49,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:49,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a71c85cf-1844-4c41-81d0-04793af463b0 Date: Thu, 03 Jan 2019 11:34:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image"} 2019-01-03 11:34:49,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image used request id req-a71c85cf-1844-4c41-81d0-04793af463b0 2019-01-03 11:34:49,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:49,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2b90f7e3-d4e2-4767-aaff-64cba7e56a39 Date: Thu, 03 Jan 2019 11:34:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:34:49,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2b90f7e3-d4e2-4767-aaff-64cba7e56a39 2019-01-03 11:34:49,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image"}' 2019-01-03 11:34:50,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 X-Openstack-Request-Id: req-db9b1025-f931-4de8-bffc-9fd57aa4bbef Date: Thu, 03 Jan 2019 11:34:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "min_disk": 0, "protected": false, "id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "file": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file", "checksum": null, "owner": "81044d30f21643caa868f6f55613293d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:50,180 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-db9b1025-f931-4de8-bffc-9fd57aa4bbef 2019-01-03 11:34:50,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" -d '' 2019-01-03 11:34:51,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a79e9a5-f55b-4db4-98c6-a4b532b173aa Date: Thu, 03 Jan 2019 11:34:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:34:51,763 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file used request id req-8a79e9a5-f55b-4db4-98c6-a4b532b173aa 2019-01-03 11:34:51,763 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:34:51,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:51,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-155b7ab9-b83c-4032-bb25-a830339c5948 Date: Thu, 03 Jan 2019 11:34:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "metadata": {}}], "self": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "min_disk": 0, "protected": false, "id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "file": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81044d30f21643caa868f6f55613293d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:51,928 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 used request id req-155b7ab9-b83c-4032-bb25-a830339c5948 2019-01-03 11:34:51,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:51,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-325fae29-0c89-426b-b9e4-2cef2ddad2ab Date: Thu, 03 Jan 2019 11:34: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"}}} 2019-01-03 11:34:51,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-325fae29-0c89-426b-b9e4-2cef2ddad2ab 2019-01-03 11:34:51,943 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image 2019-01-03 11:34:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:34:52,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-fe8953b7-9350-446f-bb2a-6d7a1d02c5e4 Date: Thu, 03 Jan 2019 11:34:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "metadata": {}}], "self": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "min_disk": 0, "protected": false, "id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "file": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81044d30f21643caa868f6f55613293d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:34:52,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 used request id req-fe8953b7-9350-446f-bb2a-6d7a1d02c5e4 2019-01-03 11:34:52,111 - create_image - DEBUG - Instance status is - active 2019-01-03 11:34:52,111 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image 2019-01-03 11:34:52,111 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image 2019-01-03 11:34:52,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:52,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:52,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59349acffa1c47abae849803a139435c", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}], "expires_at": "2019-01-03T12:34:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81044d30f21643caa868f6f55613293d", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-user", "id": "41ed7508b54249128966a03aa9104a85"}, "audit_ids": ["WD048xk0RmGBa7Lr0DzBBw"], "issued_at": "2019-01-03T11:34:52.000000Z"}} 2019-01-03 11:34:52,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:52,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8fc930-15ef-4161-9e90-3d8f444652bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:52,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fb8fc930-15ef-4161-9e90-3d8f444652bb 2019-01-03 11:34:52,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:52,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d4457fb1-6734-450c-b6e0-81cd3bcf84f5 Date: Thu, 03 Jan 2019 11:34:52 GMT RESP BODY: {"networks":[]} 2019-01-03 11:34:52,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-d4457fb1-6734-450c-b6e0-81cd3bcf84f5 2019-01-03 11:34:52,683 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net 2019-01-03 11:34:52,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" -d '{"network": {"name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net", "admin_state_up": true}}' 2019-01-03 11:34:53,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-9259963b-7d8d-4763-a0d0-1dcc21b131b5 Date: Thu, 03 Jan 2019 11:34:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:34:53Z","is_default":false,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","mtu":1450}} 2019-01-03 11:34:53,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9259963b-7d8d-4763-a0d0-1dcc21b131b5 2019-01-03 11:34:53,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:53,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-1e4c90f8-615e-4c86-9ee9-bc297a64e0cb Date: Thu, 03 Jan 2019 11:34: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":"2019-01-03T11:34:53Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:53,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-1e4c90f8-615e-4c86-9ee9-bc297a64e0cb 2019-01-03 11:34:53,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:53,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-38c91ed0-8f88-4bb2-a7b0-d4d8967452da Date: Thu, 03 Jan 2019 11:34:53 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:34:53,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-38c91ed0-8f88-4bb2-a7b0-d4d8967452da 2019-01-03 11:34:53,864 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet 2019-01-03 11:34:53,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" -d '{"subnets": [{"ip_version": 4, "network_id": "abf99382-abf6-4ac8-a08f-7ffe7c9461cb", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]}' 2019-01-03 11:34:54,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-11ccf046-50c8-43a3-92f7-fb82573a5339 Date: Thu, 03 Jan 2019 11:34:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:54,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-11ccf046-50c8-43a3-92f7-fb82573a5339 2019-01-03 11:34:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:54,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2787b2a6-cb06-4813-ae5c-9786945afe5a Date: Thu, 03 Jan 2019 11:34: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:54,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-2787b2a6-cb06-4813-ae5c-9786945afe5a 2019-01-03 11:34:54,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:34:54,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e5ab55a6-5353-4efa-baa9-aa5a684f7155 Date: Thu, 03 Jan 2019 11:34:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:54,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-e5ab55a6-5353-4efa-baa9-aa5a684f7155 2019-01-03 11:34:54,980 - OpenStackNetwork - DEBUG - Network [abf99382-abf6-4ac8-a08f-7ffe7c9461cb] created successfully 2019-01-03 11:34:54,980 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:54,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:55,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["pEnYNUIbTPOZRcXEzy5_GA"], "issued_at": "2019-01-03T11:34:55.000000Z"}} 2019-01-03 11:34:55,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e77ed9936e865da2f58a96bf970f012270defa" 2019-01-03 11:34:55,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be6806e-40ac-4caf-b399-c3f46a02ec31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:55,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3be6806e-40ac-4caf-b399-c3f46a02ec31 2019-01-03 11:34:55,448 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:34:55,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e77ed9936e865da2f58a96bf970f012270defa" 2019-01-03 11:34:55,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-b9b26ec7-34be-4919-8664-8abf1f5dc837 x-compute-request-id: req-b9b26ec7-34be-4919-8664-8abf1f5dc837 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:34:55,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b9b26ec7-34be-4919-8664-8abf1f5dc837 2019-01-03 11:34:55,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e77ed9936e865da2f58a96bf970f012270defa" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:34:55,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a735fa16-29fd-4c95-a4b4-bb34f0b663be x-compute-request-id: req-a735fa16-29fd-4c95-a4b4-bb34f0b663be Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ba14b823-0158-4624-9726-9a2c4d20a594", "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:34:55,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a735fa16-29fd-4c95-a4b4-bb34f0b663be 2019-01-03 11:34:55,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:55,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:56,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59349acffa1c47abae849803a139435c", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}], "expires_at": "2019-01-03T12:34:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81044d30f21643caa868f6f55613293d", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-user", "id": "41ed7508b54249128966a03aa9104a85"}, "audit_ids": ["EfR3Ey8NSCeJVSEooTuJSg"], "issued_at": "2019-01-03T11:34:56.000000Z"}} 2019-01-03 11:34:56,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:56,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42368c9-8f3f-433c-9e5c-9386cbe1a569 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:56,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b42368c9-8f3f-433c-9e5c-9386cbe1a569 2019-01-03 11:34:56,146 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:34:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:56,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a942ab-c21a-412d-8bb3-dcbb5c62a4e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:56,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-92a942ab-c21a-412d-8bb3-dcbb5c62a4e9 2019-01-03 11:34:56,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:56,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-def995ee-b2e5-4042-8385-f10e8748c060 Date: Thu, 03 Jan 2019 11:34: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:56,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-def995ee-b2e5-4042-8385-f10e8748c060 2019-01-03 11:34:56,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:56,580 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:56,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:56,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46fa6a5e-0a62-420b-b1b3-8ca7cf93b5bf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:34:56,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-46fa6a5e-0a62-420b-b1b3-8ca7cf93b5bf 2019-01-03 11:34:56,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:56,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-15110f4b-e2a1-4b36-86e8-9ea08adbe214 Date: Thu, 03 Jan 2019 11:34:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:56,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-15110f4b-e2a1-4b36-86e8-9ea08adbe214 2019-01-03 11:34:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5008c601-1563-46c3-832d-61e35e313ffd Date: Thu, 03 Jan 2019 11:34:57 GMT RESP BODY: {"ports":[]} 2019-01-03 11:34:57,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True used request id req-5008c601-1563-46c3-832d-61e35e313ffd 2019-01-03 11:34:57,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-986fd3b6-e7aa-4644-89d1-a662ed2fe626 x-compute-request-id: req-986fd3b6-e7aa-4644-89d1-a662ed2fe626 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:34:57,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst used request id req-986fd3b6-e7aa-4644-89d1-a662ed2fe626 2019-01-03 11:34:57,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9798e3fd-33f3-43a8-81ec-19f3d9561e37 Date: Thu, 03 Jan 2019 11:34: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:57,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-9798e3fd-33f3-43a8-81ec-19f3d9561e37 2019-01-03 11:34:57,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e09372-c92c-4a4a-af58-4a085a3fdec6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:34:57,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-f5e09372-c92c-4a4a-af58-4a085a3fdec6 2019-01-03 11:34:57,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2ae7d8d5-3f5e-4f82-a855-7c70bb2c9456 Date: Thu, 03 Jan 2019 11:34:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:57,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-2ae7d8d5-3f5e-4f82-a855-7c70bb2c9456 2019-01-03 11:34:57,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:57,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-699b2509-e07d-4393-8db2-9fe12e4e6ba3 Date: Thu, 03 Jan 2019 11:34:57 GMT RESP BODY: {"ports":[]} 2019-01-03 11:34:57,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True used request id req-699b2509-e07d-4393-8db2-9fe12e4e6ba3 2019-01-03 11:34:57,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:34:57,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:34:58,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "59349acffa1c47abae849803a139435c", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role"}], "expires_at": "2019-01-03T12:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81044d30f21643caa868f6f55613293d", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/81044d30f21643caa868f6f55613293d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-user", "id": "41ed7508b54249128966a03aa9104a85"}, "audit_ids": ["q0xE3CcHQcG25-lANh1ZHA"], "issued_at": "2019-01-03T11:34:58.000000Z"}} 2019-01-03 11:34:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28edb71f8dc1d2265f0e103af39205e2d8bcffe8" 2019-01-03 11:34:58,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acacdef3-b4aa-42b7-84ca-eb521b9079cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:34:58,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-acacdef3-b4aa-42b7-84ca-eb521b9079cd 2019-01-03 11:34:58,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:58,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1f5f3e85-a20b-4a3f-9d6c-ee21db9e1c08 Date: Thu, 03 Jan 2019 11:34: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:58,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-1f5f3e85-a20b-4a3f-9d6c-ee21db9e1c08 2019-01-03 11:34:58,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:58,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-de573f4b-248a-4803-b1ed-b116a2845f1b Date: Thu, 03 Jan 2019 11:34:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:58,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-de573f4b-248a-4803-b1ed-b116a2845f1b 2019-01-03 11:34:58,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:58,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4c3a3ee4-bacb-4158-bb84-6c4e45532464 Date: Thu, 03 Jan 2019 11:34: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:34:58,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-4c3a3ee4-bacb-4158-bb84-6c4e45532464 2019-01-03 11:34:58,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:34:58,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:34: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:34:58,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28edb71f8dc1d2265f0e103af39205e2d8bcffe8" 2019-01-03 11:34:58,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b95327-b8fb-4b3f-a01a-cf59b5e9e393 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:34:58,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-e5b95327-b8fb-4b3f-a01a-cf59b5e9e393 2019-01-03 11:34:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:59,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3e72c9c8-9cd1-4ba5-9e58-66b15da6f505 Date: Thu, 03 Jan 2019 11:34:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:59,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-3e72c9c8-9cd1-4ba5-9e58-66b15da6f505 2019-01-03 11:34:59,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:59,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-59c8f8b3-5cef-47f2-a9cd-c1dae24cb677 Date: Thu, 03 Jan 2019 11:34:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:59,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet used request id req-59c8f8b3-5cef-47f2-a9cd-c1dae24cb677 2019-01-03 11:34:59,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:34:59,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e8c812e1-44ce-4e00-8872-098298ea2007 Date: Thu, 03 Jan 2019 11:34:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:34:59,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet used request id req-e8c812e1-44ce-4e00-8872-098298ea2007 2019-01-03 11:34:59,601 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net 2019-01-03 11:34:59,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" -d '{"port": {"network_id": "abf99382-abf6-4ac8-a08f-7ffe7c9461cb", "fixed_ips": [{"subnet_id": "5ef34751-1834-4eef-afed-88e238a07713", "ip_address": "10.55.0.101"}, {"subnet_id": "5ef34751-1834-4eef-afed-88e238a07713", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1", "admin_state_up": true}}' 2019-01-03 11:35:00,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-07edadd8-b9d9-444f-8b42-f9e9904ace7d Date: Thu, 03 Jan 2019 11:35:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:00Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.101"},{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.102"}],"id":"86242034-d3fa-49f3-b389-4c03a28f58ce","security_groups":["a5121585-d728-41fb-8c2a-be614daf2d7a"],"mac_address":"fa:16:3e:aa:86:78","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1","project_id":"81044d30f21643caa868f6f55613293d","qos_policy_id":null,"admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:35:00Z","binding:vnic_type":"normal"}} 2019-01-03 11:35:00,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-07edadd8-b9d9-444f-8b42-f9e9904ace7d 2019-01-03 11:35:00,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7cd3d268-ac4e-4d8d-9414-6edefd994a7d Date: Thu, 03 Jan 2019 11:35:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:35:01,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-7cd3d268-ac4e-4d8d-9414-6edefd994a7d 2019-01-03 11:35:01,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af4291e-e20c-4abd-8d29-ae5d75d8f490 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:35:01,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-1af4291e-e20c-4abd-8d29-ae5d75d8f490 2019-01-03 11:35:01,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-95bbfe94-4b9d-4485-9ab5-d9ccaea2e7a6 Date: Thu, 03 Jan 2019 11:35:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:35:01,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-95bbfe94-4b9d-4485-9ab5-d9ccaea2e7a6 2019-01-03 11:35:01,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-0c7710bb-b4d6-4a76-94f1-2095b500726d Date: Thu, 03 Jan 2019 11:35:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:00Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.101"},{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.102"}],"id":"86242034-d3fa-49f3-b389-4c03a28f58ce","security_groups":["a5121585-d728-41fb-8c2a-be614daf2d7a"],"mac_address":"fa:16:3e:aa:86:78","project_id":"81044d30f21643caa868f6f55613293d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1","admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:35:00Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:35:01,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1&admin_state_up=True used request id req-0c7710bb-b4d6-4a76-94f1-2095b500726d 2019-01-03 11:35:01,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4674dfef-3a6c-4ea1-9f80-6e2d8c03df3a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:35:01,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-4674dfef-3a6c-4ea1-9f80-6e2d8c03df3a 2019-01-03 11:35:01,502 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst 2019-01-03 11:35:01,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-31fe1ba5-0c20-4154-b236-b2e29ed1fbde x-compute-request-id: req-31fe1ba5-0c20-4154-b236-b2e29ed1fbde Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-flavor-name"}]} 2019-01-03 11:35:01,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-31fe1ba5-0c20-4154-b236-b2e29ed1fbde 2019-01-03 11:35:01,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-e16eee9d-9bf2-47e1-a40c-c552c43f6939 x-compute-request-id: req-e16eee9d-9bf2-47e1-a40c-c552c43f6939 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ba14b823-0158-4624-9726-9a2c4d20a594", "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:35:01,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594 used request id req-e16eee9d-9bf2-47e1-a40c-c552c43f6939 2019-01-03 11:35:01,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-dee49979-f875-4db8-959e-975495232d4d Date: Thu, 03 Jan 2019 11:35:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:34:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:34:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "metadata": {}}], "self": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "min_disk": 0, "protected": false, "id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "file": "/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "81044d30f21643caa868f6f55613293d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image"} 2019-01-03 11:35:01,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image used request id req-dee49979-f875-4db8-959e-975495232d4d 2019-01-03 11:35:01,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:01,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-61a9bcd7-296f-460e-b8d0-091b09f61e80 Date: Thu, 03 Jan 2019 11:35: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"}}} 2019-01-03 11:35:01,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-61a9bcd7-296f-460e-b8d0-091b09f61e80 2019-01-03 11:35:01,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" -d '{"server": {"name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "imageRef": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "flavorRef": "ba14b823-0158-4624-9726-9a2c4d20a594", "max_count": 1, "min_count": 1, "networks": [{"port": "86242034-d3fa-49f3-b389-4c03a28f58ce"}]}}' 2019-01-03 11:35:03,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-3dbc282e-2241-4e8a-9c8a-249ca786d264 x-compute-request-id: req-3dbc282e-2241-4e8a-9c8a-249ca786d264 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "adminPass": "57ZBZVxkSmsM"}} 2019-01-03 11:35:03,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-3dbc282e-2241-4e8a-9c8a-249ca786d264 2019-01-03 11:35:03,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:03,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da0cfcdf-72df-45d5-bb76-c19ca9a7cd7a x-compute-request-id: req-da0cfcdf-72df-45d5-bb76-c19ca9a7cd7a 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.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:03,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-da0cfcdf-72df-45d5-bb76-c19ca9a7cd7a 2019-01-03 11:35:03,880 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst 2019-01-03 11:35:03,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:04,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b134f60-df18-4a3d-8d26-07893b092577 x-compute-request-id: req-8b134f60-df18-4a3d-8d26-07893b092577 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:04,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-8b134f60-df18-4a3d-8d26-07893b092577 2019-01-03 11:35:04,468 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst] is - BUILD 2019-01-03 11:35:04,468 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:07,471 - create_instance - DEBUG - VM status query timeout in 896.408557177 2019-01-03 11:35:07,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:08,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fcfd09f-d749-4a9b-b9ae-1d65bae54aca x-compute-request-id: req-7fcfd09f-d749-4a9b-b9ae-1d65bae54aca 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.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "security_groups": [{"name": "default"}], "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:04Z", "hostId": "1a589aa4c8df27abb9545788995baecb8d27a0327fc06bde72023c1a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:08,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-7fcfd09f-d749-4a9b-b9ae-1d65bae54aca 2019-01-03 11:35:08,011 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst] is - BUILD 2019-01-03 11:35:08,012 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:11,015 - create_instance - DEBUG - VM status query timeout in 892.865256071 2019-01-03 11:35:11,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:11,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35: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-6f387e2b-a7a6-43f8-a55b-9b88dee05396 x-compute-request-id: req-6f387e2b-a7a6-43f8-a55b-9b88dee05396 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:86:78", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:86:78", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:10.000000", "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "security_groups": [{"name": "default"}], "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:10Z", "hostId": "1a589aa4c8df27abb9545788995baecb8d27a0327fc06bde72023c1a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:11,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-6f387e2b-a7a6-43f8-a55b-9b88dee05396 2019-01-03 11:35:11,615 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst] is - ACTIVE 2019-01-03 11:35:11,615 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:35:11,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:12,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35: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-3046d406-04cf-4c39-b18f-57b91a00e92f x-compute-request-id: req-3046d406-04cf-4c39-b18f-57b91a00e92f Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:86:78", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:86:78", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:10.000000", "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "security_groups": [{"name": "default"}], "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:10Z", "hostId": "1a589aa4c8df27abb9545788995baecb8d27a0327fc06bde72023c1a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:12,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-3046d406-04cf-4c39-b18f-57b91a00e92f 2019-01-03 11:35:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:12,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ea75d6ec-2170-46ef-9b57-c7ee033f7acc Date: Thu, 03 Jan 2019 11:35: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":["5ef34751-1834-4eef-afed-88e238a07713"],"updated_at":"2019-01-03T11:34:54Z","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81044d30f21643caa868f6f55613293d","id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net"}]} 2019-01-03 11:35:12,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net used request id req-ea75d6ec-2170-46ef-9b57-c7ee033f7acc 2019-01-03 11:35:12,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:12,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36641d2f-8fbd-49f6-abc8-091f7845d1fc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:35:12,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-36641d2f-8fbd-49f6-abc8-091f7845d1fc 2019-01-03 11:35:12,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:12,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-37b0900c-5f53-4ed5-86c4-38b6f276c95a Date: Thu, 03 Jan 2019 11:35:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","dns_nameservers":[],"updated_at":"2019-01-03T11:34: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":"81044d30f21643caa868f6f55613293d","id":"5ef34751-1834-4eef-afed-88e238a07713","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet"}]} 2019-01-03 11:35:12,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-37b0900c-5f53-4ed5-86c4-38b6f276c95a 2019-01-03 11:35:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:13,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-8d86609a-6a17-4b25-adf7-7f44568e789e Date: Thu, 03 Jan 2019 11:35:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:10Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.101"},{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.102"}],"id":"86242034-d3fa-49f3-b389-4c03a28f58ce","security_groups":["a5121585-d728-41fb-8c2a-be614daf2d7a"],"mac_address":"fa:16:3e:aa:86:78","project_id":"81044d30f21643caa868f6f55613293d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1","admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:35:00Z","binding:vnic_type":"normal","device_id":"c5c7e8a8-e021-4889-bfbc-6f44615e504f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.3"}],"id":"979e43d4-34a2-405a-957c-4f86a21332a6","security_groups":[],"mac_address":"fa:16:3e:9a:13:22","project_id":"81044d30f21643caa868f6f55613293d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-abf99382-abf6-4ac8-a08f-7ffe7c9461cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.4"}],"id":"a0f825ed-ba41-4f39-81a5-a2bcf127c6a2","security_groups":[],"mac_address":"fa:16:3e:bc:d6:c2","project_id":"81044d30f21643caa868f6f55613293d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-abf99382-abf6-4ac8-a08f-7ffe7c9461cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:34:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5ef34751-1834-4eef-afed-88e238a07713","ip_address":"10.55.0.2"}],"id":"b5a36501-05e5-4ae8-a329-9eb124edb5d6","security_groups":[],"mac_address":"fa:16:3e:e2:32:66","project_id":"81044d30f21643caa868f6f55613293d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"abf99382-abf6-4ac8-a08f-7ffe7c9461cb","tenant_id":"81044d30f21643caa868f6f55613293d","created_at":"2019-01-03T11:34:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-abf99382-abf6-4ac8-a08f-7ffe7c9461cb"}]} 2019-01-03 11:35:13,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-8d86609a-6a17-4b25-adf7-7f44568e789e 2019-01-03 11:35:13,014 - create_instance - INFO - Deleting Port with ID - 86242034-d3fa-49f3-b389-4c03a28f58ce 2019-01-03 11:35:13,015 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2port-1 2019-01-03 11:35:13,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/86242034-d3fa-49f3-b389-4c03a28f58ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:13,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3fb52127-dd9f-4dec-80bb-7eaa5549613c Date: Thu, 03 Jan 2019 11:35:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:35:13,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/86242034-d3fa-49f3-b389-4c03a28f58ce used request id req-3fb52127-dd9f-4dec-80bb-7eaa5549613c 2019-01-03 11:35:13,700 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst 2019-01-03 11:35:13,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:13,891 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-b38ddc03-d89d-4eac-9f8e-a6d81eeb37bc x-compute-request-id: req-b38ddc03-d89d-4eac-9f8e-a6d81eeb37bc Content-Type: application/json 2019-01-03 11:35:13,891 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-b38ddc03-d89d-4eac-9f8e-a6d81eeb37bc 2019-01-03 11:35:13,891 - create_instance - INFO - Checking deletion status 2019-01-03 11:35:13,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:14,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-bd43705d-be6b-40ef-a77c-d736396242de x-compute-request-id: req-bd43705d-be6b-40ef-a77c-d736396242de 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.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:10.000000", "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:13Z", "hostId": "1a589aa4c8df27abb9545788995baecb8d27a0327fc06bde72023c1a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:14,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-bd43705d-be6b-40ef-a77c-d736396242de 2019-01-03 11:35:14,139 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst] is - ACTIVE 2019-01-03 11:35:14,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:17,142 - create_instance - DEBUG - VM status query timeout in 296.749052048 2019-01-03 11:35:17,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:17,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-348bb71d-e6cf-47fe-9c51-62ba69c57672 x-compute-request-id: req-348bb71d-e6cf-47fe-9c51-62ba69c57672 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.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f", "rel": "bookmark"}], "image": {"id": "e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "links": [{"href": "http://172.30.9.28:8774/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:10.000000", "flavor": {"id": "ba14b823-0158-4624-9726-9a2c4d20a594", "links": [{"href": "http://172.30.9.28:8774/flavors/ba14b823-0158-4624-9726-9a2c4d20a594", "rel": "bookmark"}]}, "id": "c5c7e8a8-e021-4889-bfbc-6f44615e504f", "user_id": "41ed7508b54249128966a03aa9104a85", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:13Z", "hostId": "1a589aa4c8df27abb9545788995baecb8d27a0327fc06bde72023c1a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst", "created": "2019-01-03T11:35:03Z", "tenant_id": "81044d30f21643caa868f6f55613293d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:17,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-348bb71d-e6cf-47fe-9c51-62ba69c57672 2019-01-03 11:35:17,394 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst] is - ACTIVE 2019-01-03 11:35:17,394 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:20,397 - create_instance - DEBUG - VM status query timeout in 293.494585991 2019-01-03 11:35:20,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c97e568ae462700ce0df3310f0582382a262a3f" 2019-01-03 11:35:20,449 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:35: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-4eef10d7-2b4d-4132-8e33-b0335d59d4c6 x-compute-request-id: req-4eef10d7-2b4d-4132-8e33-b0335d59d4c6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c5c7e8a8-e021-4889-bfbc-6f44615e504f could not be found.", "code": 404}} 2019-01-03 11:35:20,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c5c7e8a8-e021-4889-bfbc-6f44615e504f used request id req-4eef10d7-2b4d-4132-8e33-b0335d59d4c6 2019-01-03 11:35:20,449 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c5c7e8a8-e021-4889-bfbc-6f44615e504f could not be found. (HTTP 404) (Request-ID: req-4eef10d7-2b4d-4132-8e33-b0335d59d4c6) 2019-01-03 11:35:20,449 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-inst 2019-01-03 11:35:20,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13e77ed9936e865da2f58a96bf970f012270defa" 2019-01-03 11:35:20,509 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:35: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-143fbf4c-e23d-4f85-8acd-47e320e9561d x-compute-request-id: req-143fbf4c-e23d-4f85-8acd-47e320e9561d Content-Length: 0 Content-Type: application/json 2019-01-03 11:35:20,509 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ba14b823-0158-4624-9726-9a2c4d20a594 used request id req-143fbf4c-e23d-4f85-8acd-47e320e9561d 2019-01-03 11:35:20,510 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet 2019-01-03 11:35:20,510 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-subnet 2019-01-03 11:35:20,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5ef34751-1834-4eef-afed-88e238a07713 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:35:22,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e573acb8-4e4f-499b-bac9-9e4669ddf164 Date: Thu, 03 Jan 2019 11:35:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:35:22,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5ef34751-1834-4eef-afed-88e238a07713 used request id req-e573acb8-4e4f-499b-bac9-9e4669ddf164 2019-01-03 11:35:22,829 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-pub-net 2019-01-03 11:35:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/abf99382-abf6-4ac8-a08f-7ffe7c9461cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}910b6b6bad264e319823f7504f73bdfad98447ad" 2019-01-03 11:35:24,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d64018b-2c2a-489f-a1b2-6cb2f886a0cf Date: Thu, 03 Jan 2019 11:35:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:35:24,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/abf99382-abf6-4ac8-a08f-7ffe7c9461cb used request id req-9d64018b-2c2a-489f-a1b2-6cb2f886a0cf 2019-01-03 11:35:24,062 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ff382763-9dd3-423b-bc72-a5a628c863b2-image 2019-01-03 11:35:24,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02cf7c85e3bfcff74d8afc324e76ea478df192c8" 2019-01-03 11:35:25,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76dda2da-a78b-429b-9012-e4a9f3b59f17 Date: Thu, 03 Jan 2019 11:35:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:35:25,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e3dbf9f8-c4b1-452a-aa97-813f2d8e3572 used request id req-76dda2da-a78b-429b-9012-e4a9f3b59f17 2019-01-03 11:35:25,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:25,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ed2201be-434a-4786-9693-1d73def354a8 Date: Thu, 03 Jan 2019 11:35:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "81044d30f21643caa868f6f55613293d", "created_at": "2019-01-03T11:34:52Z", "updated_at": "2019-01-03T11:34:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "revision_number": 0, "id": "0e95dbaf-5353-45d5-9e9f-304152053de6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "tenant_id": "81044d30f21643caa868f6f55613293d", "port_range_min": null, "ethertype": "IPv4", "project_id": "81044d30f21643caa868f6f55613293d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "revision_number": 0, "id": "2e3c6178-2e63-4c31-b743-7947e22f0c77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "tenant_id": "81044d30f21643caa868f6f55613293d", "port_range_min": null, "ethertype": "IPv6", "project_id": "81044d30f21643caa868f6f55613293d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:52Z", "revision_number": 0, "id": "6fa5cfa1-8158-4c6f-94dd-fcf57b2900cd", "remote_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:52Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "tenant_id": "81044d30f21643caa868f6f55613293d", "port_range_min": null, "ethertype": "IPv4", "project_id": "81044d30f21643caa868f6f55613293d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "revision_number": 0, "id": "e01e6c06-59f3-4b1e-8c24-aab9d09008e9", "remote_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "tenant_id": "81044d30f21643caa868f6f55613293d", "port_range_min": null, "ethertype": "IPv6", "project_id": "81044d30f21643caa868f6f55613293d"}], "revision_number": 4, "project_id": "81044d30f21643caa868f6f55613293d", "id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:35:25,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-ed2201be-434a-4786-9693-1d73def354a8 2019-01-03 11:35:25,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6fe8230-2786-4a73-b060-aa7468580f8b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:35:26,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-e6fe8230-2786-4a73-b060-aa7468580f8b 2019-01-03 11:35:26,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d02ad0f-f5d1-45f0-a458-a465bd67e017 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:35:26,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-3d02ad0f-f5d1-45f0-a458-a465bd67e017 2019-01-03 11:35:26,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b8464e4-7853-4a41-811f-258e844c9736 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d"}, "enabled": true, "id": "81044d30f21643caa868f6f55613293d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj"}} 2019-01-03 11:35:26,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-2b8464e4-7853-4a41-811f-258e844c9736 2019-01-03 11:35:26,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5121585-d728-41fb-8c2a-be614daf2d7a 2019-01-03 11:35:26,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a5121585-d728-41fb-8c2a-be614daf2d7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0549e273-bfd8-4bfe-ba69-8e92c8896296 Date: Thu, 03 Jan 2019 11:35:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "port_range_min": null, "revision_number": 0, "tenant_id": "81044d30f21643caa868f6f55613293d", "created_at": "2019-01-03T11:34:53Z", "project_id": "81044d30f21643caa868f6f55613293d", "id": "0e95dbaf-5353-45d5-9e9f-304152053de6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "port_range_min": null, "revision_number": 0, "tenant_id": "81044d30f21643caa868f6f55613293d", "created_at": "2019-01-03T11:34:53Z", "project_id": "81044d30f21643caa868f6f55613293d", "id": "2e3c6178-2e63-4c31-b743-7947e22f0c77"}, {"remote_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:52Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "port_range_min": null, "revision_number": 0, "tenant_id": "81044d30f21643caa868f6f55613293d", "created_at": "2019-01-03T11:34:52Z", "project_id": "81044d30f21643caa868f6f55613293d", "id": "6fa5cfa1-8158-4c6f-94dd-fcf57b2900cd"}, {"remote_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:34:53Z", "security_group_id": "a5121585-d728-41fb-8c2a-be614daf2d7a", "port_range_min": null, "revision_number": 0, "tenant_id": "81044d30f21643caa868f6f55613293d", "created_at": "2019-01-03T11:34:53Z", "project_id": "81044d30f21643caa868f6f55613293d", "id": "e01e6c06-59f3-4b1e-8c24-aab9d09008e9"}]} 2019-01-03 11:35:26,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a5121585-d728-41fb-8c2a-be614daf2d7a used request id req-0549e273-bfd8-4bfe-ba69-8e92c8896296 2019-01-03 11:35:26,400 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:35:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a5121585-d728-41fb-8c2a-be614daf2d7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,722 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38e5f6c5-d2b7-495a-a856-822b89945913 Content-Length: 0 Date: Thu, 03 Jan 2019 11:35:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:35:26,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a5121585-d728-41fb-8c2a-be614daf2d7a used request id req-38e5f6c5-d2b7-495a-a856-822b89945913 2019-01-03 11:35:26,723 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj 2019-01-03 11:35:26,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:26,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:35:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e42f476a-f9da-4b62-a65a-2e8c9dc64586 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:35:26,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/81044d30f21643caa868f6f55613293d used request id req-e42f476a-f9da-4b62-a65a-2e8c9dc64586 2019-01-03 11:35:26,961 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-proj-role 2019-01-03 11:35:26,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:27,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:35:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84d948e7-1f6b-4a13-9e7c-619e36fa9573 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:35:27,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/59349acffa1c47abae849803a139435c used request id req-84d948e7-1f6b-4a13-9e7c-619e36fa9573 2019-01-03 11:35:27,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9eb05c9f1ee05ca234934f824dfbfe2b273fe8c5" 2019-01-03 11:35:27,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f13be09-9065-430a-9443-31d21cfb576a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:35:27,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2f13be09-9065-430a-9443-31d21cfb576a 2019-01-03 11:35:27,218 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-5921ad31-c862-4d6-user 2019-01-03 11:35:27,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/41ed7508b54249128966a03aa9104a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2c316ad36cfb75ba93ad9e128d73589a4c3d179" 2019-01-03 11:35:27,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a6aad76-43de-44e4-9a14-b85df7d59c53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:35:27,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/41ed7508b54249128966a03aa9104a85 used request id req-6a6aad76-43de-44e4-9a14-b85df7d59c53 2019-01-03 11:35:27,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:27,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["bzb7paJKRw6t38RzSlpWOg"], "issued_at": "2019-01-03T11:35:27.000000Z"}} 2019-01-03 11:35:27,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b6f04766de1923ebfe1e7639cf487a74f0c405d" 2019-01-03 11:35:27,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799ccc82-8149-4182-9a01-c2f9318b3e54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:27,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-799ccc82-8149-4182-9a01-c2f9318b3e54 2019-01-03 11:35:27,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:27,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:28,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:35:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ibAfL850TxqBzScbq0E2BQ"], "issued_at": "2019-01-03T11:35:28.000000Z"}} 2019-01-03 11:35:28,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:28,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2670fa-1134-4b49-a512-c150bcc1bda7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:28,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ac2670fa-1134-4b49-a512-c150bcc1bda7 2019-01-03 11:35:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:35:28,394 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:35:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:28,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc4dd127-155e-4962-9c6f-ecf82205f333 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:35:28,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj used request id req-bc4dd127-155e-4962-9c6f-ecf82205f333 2019-01-03 11:35:28,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:28,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f25a48-ef38-42bd-a356-bbfd8e7f3603 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:35:28,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c3f25a48-ef38-42bd-a356-bbfd8e7f3603 2019-01-03 11:35:28,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}}' 2019-01-03 11:35:28,710 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70b85ed9-ba57-4955-80c2-2ce6f1bd5db0 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:28,710 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-70b85ed9-ba57-4955-80c2-2ce6f1bd5db0 2019-01-03 11:35:28,710 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj 2019-01-03 11:35:28,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:28,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:29,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gqYiBQ-WRw-D5ZB0F0x6Jw"], "issued_at": "2019-01-03T11:35:29.000000Z"}} 2019-01-03 11:35:29,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27b50ba008e66ef823275f2d816697098249bc41" 2019-01-03 11:35:29,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1704e7-8b40-4bbe-a949-d0fbfefddf5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:29,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2c1704e7-8b40-4bbe-a949-d0fbfefddf5c 2019-01-03 11:35:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:35:29,190 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:35:29,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27b50ba008e66ef823275f2d816697098249bc41" 2019-01-03 11:35:29,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9414ccb-1872-4118-bba2-63a381edbbef Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:35:29,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-a9414ccb-1872-4118-bba2-63a381edbbef 2019-01-03 11:35:29,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27b50ba008e66ef823275f2d816697098249bc41" 2019-01-03 11:35:29,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c04b138-1c07-4c09-b7d4-3168fda44d14 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}]} 2019-01-03 11:35:29,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj used request id req-6c04b138-1c07-4c09-b7d4-3168fda44d14 2019-01-03 11:35:29,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27b50ba008e66ef823275f2d816697098249bc41" 2019-01-03 11:35:29,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22abcb27-2ba6-47e3-a77e-5765a46e7a31 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:35:29,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-22abcb27-2ba6-47e3-a77e-5765a46e7a31 2019-01-03 11:35:29,872 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user 2019-01-03 11:35:29,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:29,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:29,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e257e2-778c-40ce-9293-061e4bc83f63 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:35:29,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f5e257e2-778c-40ce-9293-061e4bc83f63 2019-01-03 11:35:29,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" -d '{"role": {"name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}}' 2019-01-03 11:35:30,081 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:35:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eff63be2-7ae2-46ae-ae5e-d1527220c328 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d7503b700b5b434aae49207fa8374176", "links": {"self": "http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176"}, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}} 2019-01-03 11:35:30,081 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-eff63be2-7ae2-46ae-ae5e-d1527220c328 2019-01-03 11:35:30,081 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role 2019-01-03 11:35:30,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:30,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ab36898-6986-4a80-85c5-394fccab792c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role", "id": "d7503b700b5b434aae49207fa8374176"}} 2019-01-03 11:35:30,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176 used request id req-4ab36898-6986-4a80-85c5-394fccab792c 2019-01-03 11:35:30,169 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role to project CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj 2019-01-03 11:35:30,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b/users/66b293f1be384426b10cd8ee783d3e35/roles/d7503b700b5b434aae49207fa8374176 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:35:30,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:35:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03124e5-3e3b-4a68-956c-78f62f57312f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:35:30,320 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b/users/66b293f1be384426b10cd8ee783d3e35/roles/d7503b700b5b434aae49207fa8374176 used request id req-b03124e5-3e3b-4a68-956c-78f62f57312f 2019-01-03 11:35:30,321 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:35:30,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:30,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:30,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7503b700b5b434aae49207fa8374176", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}], "expires_at": "2019-01-03T12:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c894d5b68eed446aa56eec0317b9e39b", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user", "id": "66b293f1be384426b10cd8ee783d3e35"}, "audit_ids": ["eN3vZppJTaCaOWAnazOb0Q"], "issued_at": "2019-01-03T11:35:30.000000Z"}} 2019-01-03 11:35:30,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc084c16-54c3-4b32-9f99-8e485cb1635b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:30,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc084c16-54c3-4b32-9f99-8e485cb1635b 2019-01-03 11:35:30,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:30,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-c62e1858-0ab8-4530-8534-8e0f055ebf23 Date: Thu, 03 Jan 2019 11:35:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image"} 2019-01-03 11:35:30,951 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image used request id req-c62e1858-0ab8-4530-8534-8e0f055ebf23 2019-01-03 11:35:30,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:31,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a27d8805-257f-4062-8205-4b536e983e5c Date: Thu, 03 Jan 2019 11:35: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"}}} 2019-01-03 11:35:31,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a27d8805-257f-4062-8205-4b536e983e5c 2019-01-03 11:35:31,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image"}' 2019-01-03 11:35:31,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 X-Openstack-Request-Id: req-0a5253a9-c4c2-4569-8010-e2ac2f42afa9 Date: Thu, 03 Jan 2019 11:35:31 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:35:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:35:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "min_disk": 0, "protected": false, "id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "file": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file", "checksum": null, "owner": "c894d5b68eed446aa56eec0317b9e39b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:35:31,338 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0a5253a9-c4c2-4569-8010-e2ac2f42afa9 2019-01-03 11:35:31,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" -d '' 2019-01-03 11:35:33,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc968831-311c-4ead-9285-6f8ddca5ace2 Date: Thu, 03 Jan 2019 11:35:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:35:33,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file used request id req-cc968831-311c-4ead-9285-6f8ddca5ace2 2019-01-03 11:35:33,286 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:35:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:33,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-584e23d5-1b76-4cad-bf32-b7b10bfdd038 Date: Thu, 03 Jan 2019 11:35:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:35:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:35:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "metadata": {}}], "self": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "min_disk": 0, "protected": false, "id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "file": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c894d5b68eed446aa56eec0317b9e39b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:35:33,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 used request id req-584e23d5-1b76-4cad-bf32-b7b10bfdd038 2019-01-03 11:35:33,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:33,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cabdf9c7-8dd7-4a20-8037-ba6d0c328947 Date: Thu, 03 Jan 2019 11:35: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"}}} 2019-01-03 11:35:33,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cabdf9c7-8dd7-4a20-8037-ba6d0c328947 2019-01-03 11:35:33,715 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image 2019-01-03 11:35:33,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:35:33,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1b8616a1-a3ad-4d07-9cb9-5a63d66b1cb4 Date: Thu, 03 Jan 2019 11:35:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:35:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:35:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "metadata": {}}], "self": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "min_disk": 0, "protected": false, "id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "file": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c894d5b68eed446aa56eec0317b9e39b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:35:33,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 used request id req-1b8616a1-a3ad-4d07-9cb9-5a63d66b1cb4 2019-01-03 11:35:33,876 - create_image - DEBUG - Instance status is - active 2019-01-03 11:35:33,876 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image 2019-01-03 11:35:33,876 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image 2019-01-03 11:35:33,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:33,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:34,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7503b700b5b434aae49207fa8374176", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}], "expires_at": "2019-01-03T12:35:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c894d5b68eed446aa56eec0317b9e39b", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user", "id": "66b293f1be384426b10cd8ee783d3e35"}, "audit_ids": ["PM5zr79vREWXxJufFTW3DQ"], "issued_at": "2019-01-03T11:35:34.000000Z"}} 2019-01-03 11:35:34,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:34,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d24c551-e887-427f-b2da-044c3f1174d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:34,432 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6d24c551-e887-427f-b2da-044c3f1174d8 2019-01-03 11:35:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:34,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-51350afa-6b19-4282-8606-2091d3c39c16 Date: Thu, 03 Jan 2019 11:35:34 GMT RESP BODY: {"networks":[]} 2019-01-03 11:35:34,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net used request id req-51350afa-6b19-4282-8606-2091d3c39c16 2019-01-03 11:35:34,615 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net 2019-01-03 11:35:34,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" -d '{"network": {"name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net", "admin_state_up": true}}' 2019-01-03 11:35:35,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-d5f44a0c-f883-41b7-94ee-ccdc38475479 Date: Thu, 03 Jan 2019 11:35:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"38b61602-5ad1-479b-8cba-70a9ceed96ce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:35:35Z","is_default":false,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:34Z","mtu":1450}} 2019-01-03 11:35:35,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-d5f44a0c-f883-41b7-94ee-ccdc38475479 2019-01-03 11:35:35,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=38b61602-5ad1-479b-8cba-70a9ceed96ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:35,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-00b347e9-e386-4ecf-bc17-486770074e88 Date: Thu, 03 Jan 2019 11:35: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":"2019-01-03T11:35:35Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"38b61602-5ad1-479b-8cba-70a9ceed96ce","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net"}]} 2019-01-03 11:35:35,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=38b61602-5ad1-479b-8cba-70a9ceed96ce used request id req-00b347e9-e386-4ecf-bc17-486770074e88 2019-01-03 11:35:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=38b61602-5ad1-479b-8cba-70a9ceed96ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:35,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5f8d9079-0399-4236-8538-8e66758d134a Date: Thu, 03 Jan 2019 11:35:35 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:35:35,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=38b61602-5ad1-479b-8cba-70a9ceed96ce used request id req-5f8d9079-0399-4236-8538-8e66758d134a 2019-01-03 11:35:35,591 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet 2019-01-03 11:35:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" -d '{"subnets": [{"ip_version": 4, "network_id": "38b61602-5ad1-479b-8cba-70a9ceed96ce", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet"}]}' 2019-01-03 11:35:36,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d684c32e-46e8-4c60-bcfc-55b52b8777f9 Date: Thu, 03 Jan 2019 11:35:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38b61602-5ad1-479b-8cba-70a9ceed96ce","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:35Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"b0670302-04fa-404d-a028-248f1dae804a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet"}]} 2019-01-03 11:35:36,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d684c32e-46e8-4c60-bcfc-55b52b8777f9 2019-01-03 11:35:36,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=38b61602-5ad1-479b-8cba-70a9ceed96ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:36,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-74d1487a-2fb4-4cde-b19f-5c5ef26de0a9 Date: Thu, 03 Jan 2019 11:35:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b0670302-04fa-404d-a028-248f1dae804a"],"updated_at":"2019-01-03T11:35:35Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"38b61602-5ad1-479b-8cba-70a9ceed96ce","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net"}]} 2019-01-03 11:35:36,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=38b61602-5ad1-479b-8cba-70a9ceed96ce used request id req-74d1487a-2fb4-4cde-b19f-5c5ef26de0a9 2019-01-03 11:35:36,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=38b61602-5ad1-479b-8cba-70a9ceed96ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:35:36,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e9a73739-b38a-4883-af08-2519e8427382 Date: Thu, 03 Jan 2019 11:35:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38b61602-5ad1-479b-8cba-70a9ceed96ce","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:35Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"b0670302-04fa-404d-a028-248f1dae804a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet"}]} 2019-01-03 11:35:36,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=38b61602-5ad1-479b-8cba-70a9ceed96ce used request id req-e9a73739-b38a-4883-af08-2519e8427382 2019-01-03 11:35:36,749 - OpenStackNetwork - DEBUG - Network [38b61602-5ad1-479b-8cba-70a9ceed96ce] created successfully 2019-01-03 11:35:36,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:36,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:37,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["yYwcqrPORmWtrmBn9NvTQA"], "issued_at": "2019-01-03T11:35:37.000000Z"}} 2019-01-03 11:35:37,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e5f469a1ab0913b54dc2ab7c15fcb5ccb20bd60" 2019-01-03 11:35:37,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3156dbc8-b1f7-4366-b02a-9fdaac69d673 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:37,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3156dbc8-b1f7-4366-b02a-9fdaac69d673 2019-01-03 11:35:37,219 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:35:37,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e5f469a1ab0913b54dc2ab7c15fcb5ccb20bd60" 2019-01-03 11:35:37,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-2497c71f-ea89-49e7-bad2-bd25dd69cbfa x-compute-request-id: req-2497c71f-ea89-49e7-bad2-bd25dd69cbfa Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:35:37,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2497c71f-ea89-49e7-bad2-bd25dd69cbfa 2019-01-03 11:35:37,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e5f469a1ab0913b54dc2ab7c15fcb5ccb20bd60" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:35:37,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-4e258c3a-7c4b-408e-9fa6-55a6c0b4b698 x-compute-request-id: req-4e258c3a-7c4b-408e-9fa6-55a6c0b4b698 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:35:37,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4e258c3a-7c4b-408e-9fa6-55a6c0b4b698 2019-01-03 11:35:37,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:37,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:37,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7503b700b5b434aae49207fa8374176", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}], "expires_at": "2019-01-03T12:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c894d5b68eed446aa56eec0317b9e39b", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user", "id": "66b293f1be384426b10cd8ee783d3e35"}, "audit_ids": ["H6DIzFLhSOCd4EpREoOE8g"], "issued_at": "2019-01-03T11:35:37.000000Z"}} 2019-01-03 11:35:37,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:37,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ca4a7bd-1de7-45c6-a5ea-a4ac1e4b01c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:37,930 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ca4a7bd-1de7-45c6-a5ea-a4ac1e4b01c5 2019-01-03 11:35:37,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:38,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0d7aaf8e-379f-4242-9610-cf742e8e2c8d Date: Thu, 03 Jan 2019 11:35:38 GMT RESP BODY: {"networks":[]} 2019-01-03 11:35:38,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-0d7aaf8e-379f-4242-9610-cf742e8e2c8d 2019-01-03 11:35:38,109 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 2019-01-03 11:35:38,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" -d '{"network": {"name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2", "admin_state_up": true}}' 2019-01-03 11:35:38,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-5ef4f903-e48e-4274-9bd4-4602d7b16518 Date: Thu, 03 Jan 2019 11:35:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4bff645e-1f42-44d1-bbe3-e437afeda512","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:35:38Z","is_default":false,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","mtu":1450}} 2019-01-03 11:35:38,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-5ef4f903-e48e-4274-9bd4-4602d7b16518 2019-01-03 11:35:38,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:38,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-c16b4648-86f8-448a-8c15-80e6f70c0f68 Date: Thu, 03 Jan 2019 11:35:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:35:38Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:38,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-c16b4648-86f8-448a-8c15-80e6f70c0f68 2019-01-03 11:35:38,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:39,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ba3ceb06-19e7-424a-a9b7-03d654e3d736 Date: Thu, 03 Jan 2019 11:35:39 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:35:39,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-ba3ceb06-19e7-424a-a9b7-03d654e3d736 2019-01-03 11:35:39,135 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1 2019-01-03 11:35:39,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" -d '{"subnets": [{"ip_version": 4, "network_id": "4bff645e-1f42-44d1-bbe3-e437afeda512", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"}]}' 2019-01-03 11:35:40,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82f53a37-c17c-417a-8338-0d613e02c077 Date: Thu, 03 Jan 2019 11:35:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"}]} 2019-01-03 11:35:40,068 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-82f53a37-c17c-417a-8338-0d613e02c077 2019-01-03 11:35:40,069 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2 2019-01-03 11:35:40,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" -d '{"subnets": [{"ip_version": 4, "network_id": "4bff645e-1f42-44d1-bbe3-e437afeda512", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]}' 2019-01-03 11:35:40,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82566ac0-1ded-4412-bd0a-b86c3b23a737 Date: Thu, 03 Jan 2019 11:35:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:40,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-82566ac0-1ded-4412-bd0a-b86c3b23a737 2019-01-03 11:35:40,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:40,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-864109c5-fbf3-40d2-bcd9-cee8c290408f Date: Thu, 03 Jan 2019 11:35: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":["3e811de0-34a6-4636-8356-49a967f9c97a","5aa3af84-7fa3-430c-99f7-262d464f67bb"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:40,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-864109c5-fbf3-40d2-bcd9-cee8c290408f 2019-01-03 11:35:40,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:35:41,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b0dc1eb4-1faa-4429-be7b-f880ae3aeee0 Date: Thu, 03 Jan 2019 11:35:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:41,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-b0dc1eb4-1faa-4429-be7b-f880ae3aeee0 2019-01-03 11:35:41,110 - OpenStackNetwork - DEBUG - Network [4bff645e-1f42-44d1-bbe3-e437afeda512] created successfully 2019-01-03 11:35:41,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:41,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:41,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7503b700b5b434aae49207fa8374176", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}], "expires_at": "2019-01-03T12:35:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c894d5b68eed446aa56eec0317b9e39b", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user", "id": "66b293f1be384426b10cd8ee783d3e35"}, "audit_ids": ["T_5HDMaDRXewylfrndK4vw"], "issued_at": "2019-01-03T11:35:41.000000Z"}} 2019-01-03 11:35:41,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:41,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2541b9-e7e0-4ea1-896b-6bf0a0547d3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:41,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-db2541b9-e7e0-4ea1-896b-6bf0a0547d3d 2019-01-03 11:35:41,575 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:35:41,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:41,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-816f9105-c18b-417a-8fb6-2c76c7b3ff20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:41,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-816f9105-c18b-417a-8fb6-2c76c7b3ff20 2019-01-03 11:35:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:41,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8d88ee92-f9d5-48d9-aafa-c75ec84bbedb Date: Thu, 03 Jan 2019 11:35: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":["3e811de0-34a6-4636-8356-49a967f9c97a","5aa3af84-7fa3-430c-99f7-262d464f67bb"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:41,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-8d88ee92-f9d5-48d9-aafa-c75ec84bbedb 2019-01-03 11:35:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:35:41,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:35:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:41,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd3b1529-4a6b-45ab-819b-90684b779656 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:41,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-cd3b1529-4a6b-45ab-819b-90684b779656 2019-01-03 11:35:42,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:42,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-cf9a3440-f43d-4b73-b7d1-6a8de6a3c468 Date: Thu, 03 Jan 2019 11:35:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:42,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-cf9a3440-f43d-4b73-b7d1-6a8de6a3c468 2019-01-03 11:35:42,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:42,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9e290633-bb6c-4bb9-b5a8-b91b8fabe95d Date: Thu, 03 Jan 2019 11:35:42 GMT RESP BODY: {"ports":[]} 2019-01-03 11:35:42,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True used request id req-9e290633-bb6c-4bb9-b5a8-b91b8fabe95d 2019-01-03 11:35:42,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:42,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-6f6945ac-bd13-4ae1-b281-b053ba5ac255 x-compute-request-id: req-6f6945ac-bd13-4ae1-b281-b053ba5ac255 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:35:42,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst used request id req-6f6945ac-bd13-4ae1-b281-b053ba5ac255 2019-01-03 11:35:42,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:42,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5e940d9a-e12a-4161-83c0-4358c303bdee Date: Thu, 03 Jan 2019 11:35: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":["3e811de0-34a6-4636-8356-49a967f9c97a","5aa3af84-7fa3-430c-99f7-262d464f67bb"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:42,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-5e940d9a-e12a-4161-83c0-4358c303bdee 2019-01-03 11:35:42,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:42,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68fa46a-80d3-4434-b6a4-6bcdeb061cd1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:42,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-f68fa46a-80d3-4434-b6a4-6bcdeb061cd1 2019-01-03 11:35:43,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:43,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-7a7bd402-6889-4b8b-9fd1-ef41329e84dd Date: Thu, 03 Jan 2019 11:35:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:43,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-7a7bd402-6889-4b8b-9fd1-ef41329e84dd 2019-01-03 11:35:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:43,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc9b912e-a6f2-447d-a028-302280984fae Date: Thu, 03 Jan 2019 11:35:43 GMT RESP BODY: {"ports":[]} 2019-01-03 11:35:43,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True used request id req-dc9b912e-a6f2-447d-a028-302280984fae 2019-01-03 11:35:43,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:35:43,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:35:43,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d7503b700b5b434aae49207fa8374176", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role"}], "expires_at": "2019-01-03T12:35:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c894d5b68eed446aa56eec0317b9e39b", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/c894d5b68eed446aa56eec0317b9e39b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user", "id": "66b293f1be384426b10cd8ee783d3e35"}, "audit_ids": ["OfIwZy5gSHOOd8kR1yUj3w"], "issued_at": "2019-01-03T11:35:43.000000Z"}} 2019-01-03 11:35:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca1070ce36c57357d13c5ccb1a4a9f554c3e28b2" 2019-01-03 11:35:43,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c73f4d89-b9a7-48b0-a538-64acb32f7c44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:35:43,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c73f4d89-b9a7-48b0-a538-64acb32f7c44 2019-01-03 11:35:43,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-773e4dc5-c159-4941-b88a-616f820b8a85 Date: Thu, 03 Jan 2019 11:35: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":["3e811de0-34a6-4636-8356-49a967f9c97a","5aa3af84-7fa3-430c-99f7-262d464f67bb"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:44,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-773e4dc5-c159-4941-b88a-616f820b8a85 2019-01-03 11:35:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-f80f64b3-9f3e-4c7b-97db-e4f3e1aae874 Date: Thu, 03 Jan 2019 11:35:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:44,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-f80f64b3-9f3e-4c7b-97db-e4f3e1aae874 2019-01-03 11:35:44,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-20427cbe-fa34-4042-b88b-08c4e8ec2d7a Date: Thu, 03 Jan 2019 11:35: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":["5aa3af84-7fa3-430c-99f7-262d464f67bb","3e811de0-34a6-4636-8356-49a967f9c97a"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:44,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-20427cbe-fa34-4042-b88b-08c4e8ec2d7a 2019-01-03 11:35:44,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:35:44,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:35:44,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca1070ce36c57357d13c5ccb1a4a9f554c3e28b2" 2019-01-03 11:35:44,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e235f28c-2f86-4503-85b8-6be3d97108d2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:44,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-e235f28c-2f86-4503-85b8-6be3d97108d2 2019-01-03 11:35:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-02428004-97ad-4651-8a10-8a98e4610241 Date: Thu, 03 Jan 2019 11:35:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:44,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-02428004-97ad-4651-8a10-8a98e4610241 2019-01-03 11:35:44,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f7095ca3-fb0d-4a6c-83ce-d8d0fb9049d6 Date: Thu, 03 Jan 2019 11:35:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"}]} 2019-01-03 11:35:44,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1 used request id req-f7095ca3-fb0d-4a6c-83ce-d8d0fb9049d6 2019-01-03 11:35:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:44,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcdee4c8-b2e9-495e-9fbd-6b48ff1cfe4b Date: Thu, 03 Jan 2019 11:35:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:44,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2 used request id req-bcdee4c8-b2e9-495e-9fbd-6b48ff1cfe4b 2019-01-03 11:35:44,830 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 2019-01-03 11:35:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" -d '{"port": {"network_id": "4bff645e-1f42-44d1-bbe3-e437afeda512", "fixed_ips": [{"subnet_id": "3e811de0-34a6-4636-8356-49a967f9c97a", "ip_address": "10.55.0.101"}, {"subnet_id": "5aa3af84-7fa3-430c-99f7-262d464f67bb", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1", "admin_state_up": true}}' 2019-01-03 11:35:45,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-e8e441a4-7bb5-4645-9ea4-034cf3813b1e Date: Thu, 03 Jan 2019 11:35:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:45Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.101"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.101"}],"id":"7a5e951d-3534-42b3-b3f2-2ec676f34b98","security_groups":["a6642703-4806-4cbf-9a37-4d7fdb95f6d6"],"mac_address":"fa:16:3e:8f:01:c5","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1","project_id":"c894d5b68eed446aa56eec0317b9e39b","qos_policy_id":null,"admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:45Z","binding:vnic_type":"normal"}} 2019-01-03 11:35:45,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e8e441a4-7bb5-4645-9ea4-034cf3813b1e 2019-01-03 11:35:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5cc4e634-876b-4b67-9ea6-bd0cebc996d1 Date: Thu, 03 Jan 2019 11:35:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5aa3af84-7fa3-430c-99f7-262d464f67bb","3e811de0-34a6-4636-8356-49a967f9c97a"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:46,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-5cc4e634-876b-4b67-9ea6-bd0cebc996d1 2019-01-03 11:35:46,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab6f946-2a4c-49f0-b99d-8c7d8c4def94 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:46,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-2ab6f946-2a4c-49f0-b99d-8c7d8c4def94 2019-01-03 11:35:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3d368280-b866-4b56-8fe5-c543342ae5e7 Date: Thu, 03 Jan 2019 11:35:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:46,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-3d368280-b866-4b56-8fe5-c543342ae5e7 2019-01-03 11:35:46,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-bb8fd781-d6e4-4bcc-bcf9-14fbc74a8a23 Date: Thu, 03 Jan 2019 11:35:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:45Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.101"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.101"}],"id":"7a5e951d-3534-42b3-b3f2-2ec676f34b98","security_groups":["a6642703-4806-4cbf-9a37-4d7fdb95f6d6"],"mac_address":"fa:16:3e:8f:01:c5","project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1","admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:45Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:35:46,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1&admin_state_up=True used request id req-bb8fd781-d6e4-4bcc-bcf9-14fbc74a8a23 2019-01-03 11:35:46,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3674d585-164d-498a-89a0-02bf141e5b52 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:46,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-3674d585-164d-498a-89a0-02bf141e5b52 2019-01-03 11:35:46,610 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst 2019-01-03 11:35:46,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35: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-5ce8711e-6f4e-40a0-a110-127d7df6f440 x-compute-request-id: req-5ce8711e-6f4e-40a0-a110-127d7df6f440 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-flavor-name"}]} 2019-01-03 11:35:46,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-5ce8711e-6f4e-40a0-a110-127d7df6f440 2019-01-03 11:35:46,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35: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-844e52c4-51bf-426e-a400-775086de399c x-compute-request-id: req-844e52c4-51bf-426e-a400-775086de399c Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:35:46,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff used request id req-844e52c4-51bf-426e-a400-775086de399c 2019-01-03 11:35:46,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-2ea38be5-062d-4615-81b1-0e92e15d652e Date: Thu, 03 Jan 2019 11:35:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:35:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:35:33Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "metadata": {}}], "self": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "min_disk": 0, "protected": false, "id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "file": "/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c894d5b68eed446aa56eec0317b9e39b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/931cf2fc-2b5e-484b-84f3-a990ce94e844/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image"} 2019-01-03 11:35:46,854 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image used request id req-2ea38be5-062d-4615-81b1-0e92e15d652e 2019-01-03 11:35:46,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:46,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d702577-0b15-43a7-8f14-8db24c34d930 Date: Thu, 03 Jan 2019 11:35: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"}}} 2019-01-03 11:35:46,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0d702577-0b15-43a7-8f14-8db24c34d930 2019-01-03 11:35:47,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" -d '{"server": {"name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "imageRef": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "flavorRef": "23d39159-d6e0-48be-837f-7222ba60f1ff", "max_count": 1, "min_count": 1, "networks": [{"port": "7a5e951d-3534-42b3-b3f2-2ec676f34b98"}]}}' 2019-01-03 11:35:48,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47828956-64fc-4a06-931a-54d675459a7e x-compute-request-id: req-47828956-64fc-4a06-931a-54d675459a7e Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "adminPass": "BLotWZJe2DHd"}} 2019-01-03 11:35:48,371 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-47828956-64fc-4a06-931a-54d675459a7e 2019-01-03 11:35:48,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:48,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-d0cd2d20-9c6f-4835-8bc8-c5adca13c583 x-compute-request-id: req-d0cd2d20-9c6f-4835-8bc8-c5adca13c583 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.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:48,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-d0cd2d20-9c6f-4835-8bc8-c5adca13c583 2019-01-03 11:35:48,601 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst 2019-01-03 11:35:48,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:48,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-6e3f6d3a-628b-42c5-8fb8-402b6355e2c1 x-compute-request-id: req-6e3f6d3a-628b-42c5-8fb8-402b6355e2c1 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.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:48,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-6e3f6d3a-628b-42c5-8fb8-402b6355e2c1 2019-01-03 11:35:48,960 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst] is - BUILD 2019-01-03 11:35:48,960 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:51,962 - create_instance - DEBUG - VM status query timeout in 896.639278173 2019-01-03 11:35:51,965 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:52,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-9bdab2a2-7237-4d67-b0a6-021ff8c474e7 x-compute-request-id: req-9bdab2a2-7237-4d67-b0a6-021ff8c474e7 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.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "security_groups": [{"name": "default"}], "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:35:49Z", "hostId": "0322802868d573a134a113d8a0d79decf42ac56210f5546e3e29664a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:52,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-9bdab2a2-7237-4d67-b0a6-021ff8c474e7 2019-01-03 11:35:52,713 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst] is - BUILD 2019-01-03 11:35:52,713 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:35:55,717 - create_instance - DEBUG - VM status query timeout in 892.884149075 2019-01-03 11:35:55,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:56,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-94e29451-7b5e-4794-9fa6-47b3bda09dc5 x-compute-request-id: req-94e29451-7b5e-4794-9fa6-47b3bda09dc5 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:54.000000", "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "security_groups": [{"name": "default"}], "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:55Z", "hostId": "0322802868d573a134a113d8a0d79decf42ac56210f5546e3e29664a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:56,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-94e29451-7b5e-4794-9fa6-47b3bda09dc5 2019-01-03 11:35:56,479 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst] is - ACTIVE 2019-01-03 11:35:56,479 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:35:56,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:57,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e7b07fd-f595-47f6-bbae-0129a039dabc x-compute-request-id: req-5e7b07fd-f595-47f6-bbae-0129a039dabc Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:54.000000", "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "security_groups": [{"name": "default"}], "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:55Z", "hostId": "0322802868d573a134a113d8a0d79decf42ac56210f5546e3e29664a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:57,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-5e7b07fd-f595-47f6-bbae-0129a039dabc 2019-01-03 11:35:57,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:57,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-005c38d9-9397-49fb-b3df-95ce0bb44a78 Date: Thu, 03 Jan 2019 11:35: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":["5aa3af84-7fa3-430c-99f7-262d464f67bb","3e811de0-34a6-4636-8356-49a967f9c97a"],"updated_at":"2019-01-03T11:35:40Z","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"4bff645e-1f42-44d1-bbe3-e437afeda512","name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2"}]} 2019-01-03 11:35:57,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 used request id req-005c38d9-9397-49fb-b3df-95ce0bb44a78 2019-01-03 11:35:57,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:57,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63cfdb55-41b9-4047-a955-c0947132670b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:35:57,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-63cfdb55-41b9-4047-a955-c0947132670b 2019-01-03 11:35:57,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:57,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-49fc04c9-d1ea-43e3-b068-de7e72f210db Date: Thu, 03 Jan 2019 11:35:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:39Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c894d5b68eed446aa56eec0317b9e39b","id":"3e811de0-34a6-4636-8356-49a967f9c97a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","dns_nameservers":[],"updated_at":"2019-01-03T11:35:40Z","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":"c894d5b68eed446aa56eec0317b9e39b","id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2"}]} 2019-01-03 11:35:57,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-49fc04c9-d1ea-43e3-b068-de7e72f210db 2019-01-03 11:35:57,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:57,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-36ea163d-4e87-43b3-8463-0df2030477a3 Date: Thu, 03 Jan 2019 11:35:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:43Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.4"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.4"}],"id":"0598c437-0d1a-49a8-9765-f6fc5889f8c2","security_groups":[],"mac_address":"fa:16:3e:84:67:b4","project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4bff645e-1f42-44d1-bbe3-e437afeda512"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.101"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.101"}],"id":"7a5e951d-3534-42b3-b3f2-2ec676f34b98","security_groups":["a6642703-4806-4cbf-9a37-4d7fdb95f6d6"],"mac_address":"fa:16:3e:8f:01:c5","project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1","admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:45Z","binding:vnic_type":"normal","device_id":"36794b90-e7d4-4b56-855d-3dca06f3ff0e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:42Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.3"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.3"}],"id":"cab4cd7e-b7ba-4f78-aad7-47ecbee029a3","security_groups":[],"mac_address":"fa:16:3e:7f:58:e2","project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4bff645e-1f42-44d1-bbe3-e437afeda512"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:35:42Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3e811de0-34a6-4636-8356-49a967f9c97a","ip_address":"10.55.0.2"},{"subnet_id":"5aa3af84-7fa3-430c-99f7-262d464f67bb","ip_address":"10.65.0.2"}],"id":"e3534c79-ff75-438a-bf3c-3941a8035d12","security_groups":[],"mac_address":"fa:16:3e:11:3a:b2","project_id":"c894d5b68eed446aa56eec0317b9e39b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4bff645e-1f42-44d1-bbe3-e437afeda512","tenant_id":"c894d5b68eed446aa56eec0317b9e39b","created_at":"2019-01-03T11:35:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4bff645e-1f42-44d1-bbe3-e437afeda512"}]} 2019-01-03 11:35:57,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-36ea163d-4e87-43b3-8463-0df2030477a3 2019-01-03 11:35:57,446 - create_instance - INFO - Deleting Port with ID - 7a5e951d-3534-42b3-b3f2-2ec676f34b98 2019-01-03 11:35:57,446 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7aport-1 2019-01-03 11:35:57,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/7a5e951d-3534-42b3-b3f2-2ec676f34b98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:58,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c3129ff-0554-478e-bb06-ce8cb73868da Date: Thu, 03 Jan 2019 11:35:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:35:58,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/7a5e951d-3534-42b3-b3f2-2ec676f34b98 used request id req-2c3129ff-0554-478e-bb06-ce8cb73868da 2019-01-03 11:35:58,063 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst 2019-01-03 11:35:58,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:58,208 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-1e0a70f8-0ca4-4a24-83d5-88878d9211e6 x-compute-request-id: req-1e0a70f8-0ca4-4a24-83d5-88878d9211e6 Content-Type: application/json 2019-01-03 11:35:58,209 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-1e0a70f8-0ca4-4a24-83d5-88878d9211e6 2019-01-03 11:35:58,209 - create_instance - INFO - Checking deletion status 2019-01-03 11:35:58,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:35:58,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-5dcb0c4f-e811-4e75-958c-545f75f7c666 x-compute-request-id: req-5dcb0c4f-e811-4e75-958c-545f75f7c666 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:01:c5", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e", "rel": "bookmark"}], "image": {"id": "931cf2fc-2b5e-484b-84f3-a990ce94e844", "links": [{"href": "http://172.30.9.28:8774/images/931cf2fc-2b5e-484b-84f3-a990ce94e844", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:35:54.000000", "flavor": {"id": "23d39159-d6e0-48be-837f-7222ba60f1ff", "links": [{"href": "http://172.30.9.28:8774/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff", "rel": "bookmark"}]}, "id": "36794b90-e7d4-4b56-855d-3dca06f3ff0e", "user_id": "66b293f1be384426b10cd8ee783d3e35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:35:58Z", "hostId": "0322802868d573a134a113d8a0d79decf42ac56210f5546e3e29664a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst", "created": "2019-01-03T11:35:48Z", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:35:58,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-5dcb0c4f-e811-4e75-958c-545f75f7c666 2019-01-03 11:35:58,752 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst] is - ACTIVE 2019-01-03 11:35:58,753 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:36:01,756 - create_instance - DEBUG - VM status query timeout in 296.453309059 2019-01-03 11:36:01,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bfa8fad54662b97388beaee7401b7da5544b18" 2019-01-03 11:36:01,813 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:36: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-108eedd9-0f3a-4acc-99fd-bd7874198343 x-compute-request-id: req-108eedd9-0f3a-4acc-99fd-bd7874198343 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 36794b90-e7d4-4b56-855d-3dca06f3ff0e could not be found.", "code": 404}} 2019-01-03 11:36:01,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/36794b90-e7d4-4b56-855d-3dca06f3ff0e used request id req-108eedd9-0f3a-4acc-99fd-bd7874198343 2019-01-03 11:36:01,813 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 36794b90-e7d4-4b56-855d-3dca06f3ff0e could not be found. (HTTP 404) (Request-ID: req-108eedd9-0f3a-4acc-99fd-bd7874198343) 2019-01-03 11:36:01,814 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-inst 2019-01-03 11:36:01,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e5f469a1ab0913b54dc2ab7c15fcb5ccb20bd60" 2019-01-03 11:36:01,868 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:36: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-96d53f40-aba1-4f76-bcff-b30ea894a46a x-compute-request-id: req-96d53f40-aba1-4f76-bcff-b30ea894a46a Content-Length: 0 Content-Type: application/json 2019-01-03 11:36:01,868 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/23d39159-d6e0-48be-837f-7222ba60f1ff used request id req-96d53f40-aba1-4f76-bcff-b30ea894a46a 2019-01-03 11:36:01,869 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet 2019-01-03 11:36:01,869 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-subnet 2019-01-03 11:36:01,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b0670302-04fa-404d-a028-248f1dae804a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:36:04,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a07d9ab-95d8-4b9b-aeea-ece6878ad8d1 Date: Thu, 03 Jan 2019 11:36:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:04,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b0670302-04fa-404d-a028-248f1dae804a used request id req-6a07d9ab-95d8-4b9b-aeea-ece6878ad8d1 2019-01-03 11:36:04,031 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-pub-net 2019-01-03 11:36:04,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/38b61602-5ad1-479b-8cba-70a9ceed96ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79595ea661d1af8c29188f97446187e51d6369dc" 2019-01-03 11:36:05,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cb1e6b39-3da0-4798-a974-39f0d6ab1725 Date: Thu, 03 Jan 2019 11:36:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:05,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/38b61602-5ad1-479b-8cba-70a9ceed96ce used request id req-cb1e6b39-3da0-4798-a974-39f0d6ab1725 2019-01-03 11:36:05,356 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1 2019-01-03 11:36:05,356 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet1 2019-01-03 11:36:05,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3e811de0-34a6-4636-8356-49a967f9c97a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:36:07,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-531c0afc-170c-40b6-a312-e88b32ebb5e1 Date: Thu, 03 Jan 2019 11:36:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:07,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3e811de0-34a6-4636-8356-49a967f9c97a used request id req-531c0afc-170c-40b6-a312-e88b32ebb5e1 2019-01-03 11:36:07,581 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2 2019-01-03 11:36:07,581 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-subnet2 2019-01-03 11:36:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5aa3af84-7fa3-430c-99f7-262d464f67bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:36:09,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8e25b3b-3b34-4057-a223-ef8253503561 Date: Thu, 03 Jan 2019 11:36:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:09,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5aa3af84-7fa3-430c-99f7-262d464f67bb used request id req-e8e25b3b-3b34-4057-a223-ef8253503561 2019-01-03 11:36:09,747 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7anet2 2019-01-03 11:36:09,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/4bff645e-1f42-44d1-bbe3-e437afeda512 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd96418a13ffe0d3b8d3c782e2af498838b59862" 2019-01-03 11:36:10,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c8edc59-a8f5-4997-a83d-291c988fc759 Date: Thu, 03 Jan 2019 11:36:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:10,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/4bff645e-1f42-44d1-bbe3-e437afeda512 used request id req-3c8edc59-a8f5-4997-a83d-291c988fc759 2019-01-03 11:36:10,976 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-4864d2aa-a911-4d71-a7a3-8d20ead66c7a-image 2019-01-03 11:36:10,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b71ac9951053a0e9632d0316065b5e764b0dcbbf" 2019-01-03 11:36:12,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f5e30bb9-2d80-496d-a6b9-84eae7dbe03a Date: Thu, 03 Jan 2019 11:36:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:36:12,189 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/931cf2fc-2b5e-484b-84f3-a990ce94e844 used request id req-f5e30bb9-2d80-496d-a6b9-84eae7dbe03a 2019-01-03 11:36:12,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:12,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-931c9c94-0cd6-4d0e-8980-a32aeeeaa4ab Date: Thu, 03 Jan 2019 11:36:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "created_at": "2019-01-03T11:35:34Z", "updated_at": "2019-01-03T11:35:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "revision_number": 0, "id": "2c6262aa-947b-4135-b0ea-ab5910be40eb", "remote_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "remote_ip_prefix": null, "created_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c894d5b68eed446aa56eec0317b9e39b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "revision_number": 0, "id": "3c8a9720-a547-4d8f-b54c-b3b6cf56afd0", "remote_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "remote_ip_prefix": null, "created_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c894d5b68eed446aa56eec0317b9e39b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "revision_number": 0, "id": "4b19f4d9-fd85-4d9a-9bf5-ed43bf6fe0fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "port_range_min": null, "ethertype": "IPv6", "project_id": "c894d5b68eed446aa56eec0317b9e39b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "revision_number": 0, "id": "8162f08b-ed3e-4fb0-9293-12e34770d7e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "port_range_min": null, "ethertype": "IPv4", "project_id": "c894d5b68eed446aa56eec0317b9e39b"}], "revision_number": 4, "project_id": "c894d5b68eed446aa56eec0317b9e39b", "id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:36:12,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-931c9c94-0cd6-4d0e-8980-a32aeeeaa4ab 2019-01-03 11:36:12,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:12,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f908f1cc-1d1b-421a-ae4d-84c81420ef1f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:36:12,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-f908f1cc-1d1b-421a-ae4d-84c81420ef1f 2019-01-03 11:36:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:12,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e73771-724e-46dd-bd0b-3d5d53b65daf 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:36:12,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-53e73771-724e-46dd-bd0b-3d5d53b65daf 2019-01-03 11:36:12,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:12,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c578b2-f367-4549-b47f-7b0ab6f627b8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b"}, "enabled": true, "id": "c894d5b68eed446aa56eec0317b9e39b", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj"}} 2019-01-03 11:36:12,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-f4c578b2-f367-4549-b47f-7b0ab6f627b8 2019-01-03 11:36:12,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6642703-4806-4cbf-9a37-4d7fdb95f6d6 2019-01-03 11:36:12,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6642703-4806-4cbf-9a37-4d7fdb95f6d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:12,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bff1c7d2-5180-4cf6-aef4-136ca886c216 Date: Thu, 03 Jan 2019 11:36:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "port_range_min": null, "revision_number": 0, "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "created_at": "2019-01-03T11:35:34Z", "project_id": "c894d5b68eed446aa56eec0317b9e39b", "id": "2c6262aa-947b-4135-b0ea-ab5910be40eb"}, {"remote_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "port_range_min": null, "revision_number": 0, "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "created_at": "2019-01-03T11:35:34Z", "project_id": "c894d5b68eed446aa56eec0317b9e39b", "id": "3c8a9720-a547-4d8f-b54c-b3b6cf56afd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "port_range_min": null, "revision_number": 0, "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "created_at": "2019-01-03T11:35:34Z", "project_id": "c894d5b68eed446aa56eec0317b9e39b", "id": "4b19f4d9-fd85-4d9a-9bf5-ed43bf6fe0fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:35:34Z", "security_group_id": "a6642703-4806-4cbf-9a37-4d7fdb95f6d6", "port_range_min": null, "revision_number": 0, "tenant_id": "c894d5b68eed446aa56eec0317b9e39b", "created_at": "2019-01-03T11:35:34Z", "project_id": "c894d5b68eed446aa56eec0317b9e39b", "id": "8162f08b-ed3e-4fb0-9293-12e34770d7e0"}]} 2019-01-03 11:36:12,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a6642703-4806-4cbf-9a37-4d7fdb95f6d6 used request id req-bff1c7d2-5180-4cf6-aef4-136ca886c216 2019-01-03 11:36:12,870 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:36:12,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a6642703-4806-4cbf-9a37-4d7fdb95f6d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:13,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-329438cd-c04c-42f5-a2fd-27cd18a17d1a Content-Length: 0 Date: Thu, 03 Jan 2019 11:36:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:13,174 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a6642703-4806-4cbf-9a37-4d7fdb95f6d6 used request id req-329438cd-c04c-42f5-a2fd-27cd18a17d1a 2019-01-03 11:36:13,175 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj 2019-01-03 11:36:13,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:13,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9523a156-9402-46c1-bcbc-be2e72acc3ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:36:13,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/c894d5b68eed446aa56eec0317b9e39b used request id req-9523a156-9402-46c1-bcbc-be2e72acc3ef 2019-01-03 11:36:13,408 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-proj-role 2019-01-03 11:36:13,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:13,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b7e305f-9b09-4edc-8969-ed0e27d9df66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:36:13,518 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d7503b700b5b434aae49207fa8374176 used request id req-8b7e305f-9b09-4edc-8969-ed0e27d9df66 2019-01-03 11:36:13,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}672a14d13071ae0e547e70dc203a973e4da29a3e" 2019-01-03 11:36:13,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47786385-04fd-4ecd-842e-b48f004dad9b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:36:13,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-47786385-04fd-4ecd-842e-b48f004dad9b 2019-01-03 11:36:13,614 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-3a207eb9-3690-4c6-user 2019-01-03 11:36:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/66b293f1be384426b10cd8ee783d3e35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27b50ba008e66ef823275f2d816697098249bc41" 2019-01-03 11:36:13,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-392bc96c-bc05-4f3e-b328-174be39ec20f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:36:13,798 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/66b293f1be384426b10cd8ee783d3e35 used request id req-392bc96c-bc05-4f3e-b328-174be39ec20f 2019-01-03 11:36:13,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:14,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mjQ1aeD4Qe6xsNvtta72JQ"], "issued_at": "2019-01-03T11:36:14.000000Z"}} 2019-01-03 11:36:14,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edc3cec24025be2c6083b42ff9ef5d0a62af090f" 2019-01-03 11:36:14,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fdc2a39-a3d4-4a01-8e00-4330397bd9cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:14,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8fdc2a39-a3d4-4a01-8e00-4330397bd9cb 2019-01-03 11:36:14,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:14,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:14,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["uJCBg9tpSPqJsf4myGvx1w"], "issued_at": "2019-01-03T11:36:14.000000Z"}} 2019-01-03 11:36:14,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd1dba4-3fb7-4a15-95fe-d04313fc2769 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:14,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3dd1dba4-3fb7-4a15-95fe-d04313fc2769 2019-01-03 11:36:14,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:36:14,754 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:36: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:36:14,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:14,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be41204-795e-4bcf-9cef-e4d0af22760a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:36:14,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj used request id req-4be41204-795e-4bcf-9cef-e4d0af22760a 2019-01-03 11:36:14,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:14,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163ed8e7-daa7-428b-b2a4-256002b64972 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:36:14,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-163ed8e7-daa7-428b-b2a4-256002b64972 2019-01-03 11:36:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}}' 2019-01-03 11:36:15,063 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:36:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cadc2605-5d6b-4c8c-b37e-17351f926fc7 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:15,064 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cadc2605-5d6b-4c8c-b37e-17351f926fc7 2019-01-03 11:36:15,064 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-proj 2019-01-03 11:36:15,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:15,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:15,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Xs2qX086TXat8dvh8Ja3Fw"], "issued_at": "2019-01-03T11:36:15.000000Z"}} 2019-01-03 11:36:15,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24835848e3137ca4748137663dfecf1ca7e5e370" 2019-01-03 11:36:15,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce86bee-1ce1-4520-a145-2123277af318 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:15,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cce86bee-1ce1-4520-a145-2123277af318 2019-01-03 11:36:15,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:36:15,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:36: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:36:15,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24835848e3137ca4748137663dfecf1ca7e5e370" 2019-01-03 11:36:15,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3368d722-6097-439d-ab4c-d452f749b96d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:36:15,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3368d722-6097-439d-ab4c-d452f749b96d 2019-01-03 11:36:15,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24835848e3137ca4748137663dfecf1ca7e5e370" 2019-01-03 11:36:15,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd48ecf7-f0fb-4193-a4c5-340e435ec5d1 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}]} 2019-01-03 11:36:15,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-26468c61-d51a-4e5-proj used request id req-fd48ecf7-f0fb-4193-a4c5-340e435ec5d1 2019-01-03 11:36:15,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24835848e3137ca4748137663dfecf1ca7e5e370" 2019-01-03 11:36:15,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af95b565-fe46-4e0b-a62e-513ed978460c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:36:15,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-af95b565-fe46-4e0b-a62e-513ed978460c 2019-01-03 11:36:16,261 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-user 2019-01-03 11:36:16,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:16,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:16,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f19bf6-0d8f-4e10-b7b8-fa184d587ec2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:36:16,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c3f19bf6-0d8f-4e10-b7b8-fa184d587ec2 2019-01-03 11:36:16,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" -d '{"role": {"name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}}' 2019-01-03 11:36:16,526 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0c996d2-387d-466e-a4c5-1b9354a70e64 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "14c95231beaa430f94d1bbea82578cb1", "links": {"self": "http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1"}, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}} 2019-01-03 11:36:16,526 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b0c996d2-387d-466e-a4c5-1b9354a70e64 2019-01-03 11:36:16,526 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role 2019-01-03 11:36:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:16,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e40eb81-bec0-43dd-9e72-34beec867995 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1"}, "domain_id": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role", "id": "14c95231beaa430f94d1bbea82578cb1"}} 2019-01-03 11:36:16,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1 used request id req-8e40eb81-bec0-43dd-9e72-34beec867995 2019-01-03 11:36:16,618 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role to project InstanceSecurityGroupTests-26468c61-d51a-4e5-proj 2019-01-03 11:36:16,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71/users/58786e4b13634411aa28dd32e7d2d43a/roles/14c95231beaa430f94d1bbea82578cb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:36:16,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fd7d4f3-2610-4abc-801e-f0a3ba1a3f4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:36:16,742 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71/users/58786e4b13634411aa28dd32e7d2d43a/roles/14c95231beaa430f94d1bbea82578cb1 used request id req-8fd7d4f3-2610-4abc-801e-f0a3ba1a3f4d 2019-01-03 11:36:16,743 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:36:16,744 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:36:16,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:16,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:17,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["CIOCVI2lQh6qBTeyTO-cvw"], "issued_at": "2019-01-03T11:36:17.000000Z"}} 2019-01-03 11:36:17,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:17,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50df480b-4be3-49e4-9f0a-64ddb4dda060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:17,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50df480b-4be3-49e4-9f0a-64ddb4dda060 2019-01-03 11:36:17,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:17,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-6579444e-70a8-427a-a709-e3cf260298c3 Date: Thu, 03 Jan 2019 11:36:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image"} 2019-01-03 11:36:17,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image used request id req-6579444e-70a8-427a-a709-e3cf260298c3 2019-01-03 11:36:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:17,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-444dd2d8-442a-47a6-8d89-a647ef567200 Date: Thu, 03 Jan 2019 11:36: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"}}} 2019-01-03 11:36:17,559 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-444dd2d8-442a-47a6-8d89-a647ef567200 2019-01-03 11:36:17,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image"}' 2019-01-03 11:36:17,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 X-Openstack-Request-Id: req-a780f1fe-1af9-42c7-aec6-0870a14ae0d9 Date: Thu, 03 Jan 2019 11:36:17 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:36:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:36:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "min_disk": 0, "protected": false, "id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "file": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file", "checksum": null, "owner": "31b818f14c99443b823439fed4da0d71", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:36:17,794 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-a780f1fe-1af9-42c7-aec6-0870a14ae0d9 2019-01-03 11:36:17,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" -d '' 2019-01-03 11:36:19,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e15f8fc-bab6-490f-b364-b2162dbf725b Date: Thu, 03 Jan 2019 11:36:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:36:19,737 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file used request id req-5e15f8fc-bab6-490f-b364-b2162dbf725b 2019-01-03 11:36:19,738 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:36:19,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:19,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e2de4db9-d68d-494e-95ca-1d88e19b2977 Date: Thu, 03 Jan 2019 11:36:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "metadata": {}}], "self": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "min_disk": 0, "protected": false, "id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "file": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "31b818f14c99443b823439fed4da0d71", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:36:19,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 used request id req-e2de4db9-d68d-494e-95ca-1d88e19b2977 2019-01-03 11:36:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:20,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-969fce04-fbaf-4e01-8b57-02479bb3d466 Date: Thu, 03 Jan 2019 11:36: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"}}} 2019-01-03 11:36:20,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-969fce04-fbaf-4e01-8b57-02479bb3d466 2019-01-03 11:36:20,048 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image 2019-01-03 11:36:20,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:36:20,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1b099405-0bb0-45ad-b258-74e249f21053 Date: Thu, 03 Jan 2019 11:36:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "metadata": {}}], "self": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "min_disk": 0, "protected": false, "id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "file": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "31b818f14c99443b823439fed4da0d71", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:36:20,219 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 used request id req-1b099405-0bb0-45ad-b258-74e249f21053 2019-01-03 11:36:20,220 - create_image - DEBUG - Instance status is - active 2019-01-03 11:36:20,220 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image 2019-01-03 11:36:20,220 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image 2019-01-03 11:36:20,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:20,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:20,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["0oIvH1TqRVS1hZO5l2bhLQ"], "issued_at": "2019-01-03T11:36:20.000000Z"}} 2019-01-03 11:36:20,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:20,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1afe328-88cc-44e8-aaff-010a845d19c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:20,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1afe328-88cc-44e8-aaff-010a845d19c7 2019-01-03 11:36:20,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:20,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-595f7ee1-2111-4f09-9ddc-1e06a7c5723a Date: Thu, 03 Jan 2019 11:36:20 GMT RESP BODY: {"networks":[]} 2019-01-03 11:36:20,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-595f7ee1-2111-4f09-9ddc-1e06a7c5723a 2019-01-03 11:36:20,777 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net 2019-01-03 11:36:20,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" -d '{"network": {"name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net", "admin_state_up": true}}' 2019-01-03 11:36:21,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-7cd637ac-1935-4654-b87f-c908ce21140d Date: Thu, 03 Jan 2019 11:36:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"33de0a12-9193-416c-b02f-4775a493963a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:36:21Z","is_default":false,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","mtu":1450}} 2019-01-03 11:36:21,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-7cd637ac-1935-4654-b87f-c908ce21140d 2019-01-03 11:36:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:21,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-d29fb1a1-1156-434f-b915-58cf77d11704 Date: Thu, 03 Jan 2019 11:36:21 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":"2019-01-03T11:36:21Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:21,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=33de0a12-9193-416c-b02f-4775a493963a used request id req-d29fb1a1-1156-434f-b915-58cf77d11704 2019-01-03 11:36:21,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:21,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73cde490-cfe0-4b77-b1ab-5622ff5b1897 Date: Thu, 03 Jan 2019 11:36:21 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:36:21,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-73cde490-cfe0-4b77-b1ab-5622ff5b1897 2019-01-03 11:36:21,791 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet 2019-01-03 11:36:21,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" -d '{"subnets": [{"ip_version": 4, "network_id": "33de0a12-9193-416c-b02f-4775a493963a", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]}' 2019-01-03 11:36:22,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-be56fdba-5075-4206-bceb-2b001a81fbb0 Date: Thu, 03 Jan 2019 11:36:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","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":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:22,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-be56fdba-5075-4206-bceb-2b001a81fbb0 2019-01-03 11:36:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:22,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7e871e1d-d2f3-41d7-b799-7e9a150a3c4f Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:22,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=33de0a12-9193-416c-b02f-4775a493963a used request id req-7e871e1d-d2f3-41d7-b799-7e9a150a3c4f 2019-01-03 11:36:22,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:36:23,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0e1263a5-3888-4458-974b-0bd4b8a3fe4e Date: Thu, 03 Jan 2019 11:36:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:23,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-0e1263a5-3888-4458-974b-0bd4b8a3fe4e 2019-01-03 11:36:23,057 - OpenStackNetwork - DEBUG - Network [33de0a12-9193-416c-b02f-4775a493963a] created successfully 2019-01-03 11:36:23,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:23,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:23,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["W6yKRZwfSaijrL7PgtBkow"], "issued_at": "2019-01-03T11:36:23.000000Z"}} 2019-01-03 11:36:23,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f55c5b41ea816fa1894808dedbb589b6aaf98dc" 2019-01-03 11:36:23,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73aeb0cf-b536-428a-a24b-984441747232 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:23,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-73aeb0cf-b536-428a-a24b-984441747232 2019-01-03 11:36:23,531 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:36:23,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f55c5b41ea816fa1894808dedbb589b6aaf98dc" 2019-01-03 11:36:23,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83915ec6-4a7b-450e-b3ed-6d54127a1533 x-compute-request-id: req-83915ec6-4a7b-450e-b3ed-6d54127a1533 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:36:23,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-83915ec6-4a7b-450e-b3ed-6d54127a1533 2019-01-03 11:36:23,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f55c5b41ea816fa1894808dedbb589b6aaf98dc" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:36:23,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cddd3228-fb7d-4e1e-b88f-297f040c6294 x-compute-request-id: req-cddd3228-fb7d-4e1e-b88f-297f040c6294 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "202f5684-2737-4e61-8abe-2d702c711182", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:36:23,770 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cddd3228-fb7d-4e1e-b88f-297f040c6294 2019-01-03 11:36:23,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:23,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:24,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["Hvcm_KPCRPqzWlEX8j04IA"], "issued_at": "2019-01-03T11:36:24.000000Z"}} 2019-01-03 11:36:24,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:24,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f9dc38-d6ec-41bd-95cb-b380034b32ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:24,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1f9dc38-d6ec-41bd-95cb-b380034b32ac 2019-01-03 11:36:24,311 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:36:24,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:24,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687d4ba4-9d7e-4016-8717-e55b75b894ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:24,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-687d4ba4-9d7e-4016-8717-e55b75b894ae 2019-01-03 11:36:24,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:24,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5af9bd6b-8988-4b32-abd8-87f00b48895a Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:24,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-5af9bd6b-8988-4b32-abd8-87f00b48895a 2019-01-03 11:36:24,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:36:24,651 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:36:24,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:24,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dbe6370-b125-47d0-b0dc-b0077566fa34 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:24,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-4dbe6370-b125-47d0-b0dc-b0077566fa34 2019-01-03 11:36:24,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:24,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-42e42d28-8bab-4cff-8f50-cdb95754ae5d Date: Thu, 03 Jan 2019 11:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:24,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-42e42d28-8bab-4cff-8f50-cdb95754ae5d 2019-01-03 11:36:24,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:25,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdff0c0d-0f1c-4173-845c-abe707ed2f37 Date: Thu, 03 Jan 2019 11:36:25 GMT RESP BODY: {"ports":[]} 2019-01-03 11:36:25,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True used request id req-bdff0c0d-0f1c-4173-845c-abe707ed2f37 2019-01-03 11:36:25,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:25,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-54861e22-f422-45df-b99e-b7e5a06b6612 x-compute-request-id: req-54861e22-f422-45df-b99e-b7e5a06b6612 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:36:25,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst used request id req-54861e22-f422-45df-b99e-b7e5a06b6612 2019-01-03 11:36:25,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:25,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-291b7e05-70f4-42f0-832d-e9778ec6703f Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:25,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-291b7e05-70f4-42f0-832d-e9778ec6703f 2019-01-03 11:36:25,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:25,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1353280c-71c9-4d62-954b-b6cc39769955 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:25,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-1353280c-71c9-4d62-954b-b6cc39769955 2019-01-03 11:36:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:25,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-18db266f-8f1c-4051-a343-2805e7c8f147 Date: Thu, 03 Jan 2019 11:36:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:25,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-18db266f-8f1c-4051-a343-2805e7c8f147 2019-01-03 11:36:26,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:26,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-28573d7e-850a-45bc-a5f6-77614ce955ce Date: Thu, 03 Jan 2019 11:36:26 GMT RESP BODY: {"ports":[]} 2019-01-03 11:36:26,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True used request id req-28573d7e-850a-45bc-a5f6-77614ce955ce 2019-01-03 11:36:26,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:26,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:26,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["H9S1qSg0RV-SXMLyIttaHA"], "issued_at": "2019-01-03T11:36:26.000000Z"}} 2019-01-03 11:36:26,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7c090971ebae4afc3d658cea629a3d511e56cf" 2019-01-03 11:36:26,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5f1a846-83af-4e84-84ad-54282d80fa7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:26,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e5f1a846-83af-4e84-84ad-54282d80fa7f 2019-01-03 11:36:26,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:26,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4aa3f91c-d72c-4fb8-a183-a2f0ed797a5c Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:26,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-4aa3f91c-d72c-4fb8-a183-a2f0ed797a5c 2019-01-03 11:36:26,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:27,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5b311189-a1ad-4d06-a21f-3682be8054f0 Date: Thu, 03 Jan 2019 11:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:27,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-5b311189-a1ad-4d06-a21f-3682be8054f0 2019-01-03 11:36:27,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:27,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d8d13db3-f071-441d-a718-3a98b06cf8c1 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:27,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-d8d13db3-f071-441d-a718-3a98b06cf8c1 2019-01-03 11:36:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:36:27,307 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:36: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:36:27,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7c090971ebae4afc3d658cea629a3d511e56cf" 2019-01-03 11:36:27,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305ee1a9-e275-4d77-8d62-61231faafcb8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:27,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-305ee1a9-e275-4d77-8d62-61231faafcb8 2019-01-03 11:36:27,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:27,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d12094f7-2fa3-4e52-94c6-6b4370a653d6 Date: Thu, 03 Jan 2019 11:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:27,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-d12094f7-2fa3-4e52-94c6-6b4370a653d6 2019-01-03 11:36:27,588 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net 2019-01-03 11:36:27,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" -d '{"port": {"network_id": "33de0a12-9193-416c-b02f-4775a493963a", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port", "admin_state_up": true}}' 2019-01-03 11:36:28,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-212a1af1-424d-4156-9fdb-dab43393783c Date: Thu, 03 Jan 2019 11:36:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","project_id":"31b818f14c99443b823439fed4da0d71","qos_policy_id":null,"admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal"}} 2019-01-03 11:36:28,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-212a1af1-424d-4156-9fdb-dab43393783c 2019-01-03 11:36:28,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:28,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a60be30d-e7e4-4fee-836a-51e56496ca11 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:28,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-a60be30d-e7e4-4fee-836a-51e56496ca11 2019-01-03 11:36:28,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e966e2-212c-4fa7-b9d9-84e2d7f53051 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:29,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-03e966e2-212c-4fa7-b9d9-84e2d7f53051 2019-01-03 11:36:29,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-74e9ee47-a68a-4cc2-a05d-c06c12e7ca2a Date: Thu, 03 Jan 2019 11:36:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:29,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-74e9ee47-a68a-4cc2-a05d-c06c12e7ca2a 2019-01-03 11:36:29,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-212fc9d6-bccd-4b26-8dbf-4eae3989948b Date: Thu, 03 Jan 2019 11:36:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:36:29,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port&admin_state_up=True used request id req-212fc9d6-bccd-4b26-8dbf-4eae3989948b 2019-01-03 11:36:29,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fddefcca-f7f0-4d29-9ca3-6a0616686ffe Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:29,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-fddefcca-f7f0-4d29-9ca3-6a0616686ffe 2019-01-03 11:36:29,297 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst 2019-01-03 11:36:29,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-9c32a710-bbc3-4401-9d74-004efbe99908 x-compute-request-id: req-9c32a710-bbc3-4401-9d74-004efbe99908 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-flavor-name"}]} 2019-01-03 11:36:29,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9c32a710-bbc3-4401-9d74-004efbe99908 2019-01-03 11:36:29,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-6de055e6-b407-46cc-a487-6aeffff78b7d x-compute-request-id: req-6de055e6-b407-46cc-a487-6aeffff78b7d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "202f5684-2737-4e61-8abe-2d702c711182", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:36:29,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182 used request id req-6de055e6-b407-46cc-a487-6aeffff78b7d 2019-01-03 11:36:29,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-2c393756-4922-4093-a63e-e1da5d845c17 Date: Thu, 03 Jan 2019 11:36:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "metadata": {}}], "self": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "min_disk": 0, "protected": false, "id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "file": "/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "31b818f14c99443b823439fed4da0d71", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2281659f-4789-4456-a119-eaaf76a4ddd3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image"} 2019-01-03 11:36:29,532 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image used request id req-2c393756-4922-4093-a63e-e1da5d845c17 2019-01-03 11:36:29,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:29,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5efa6e47-b1ea-440a-9e05-a46ecda8893d Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:36:29,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5efa6e47-b1ea-440a-9e05-a46ecda8893d 2019-01-03 11:36:29,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" -d '{"server": {"name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "imageRef": "2281659f-4789-4456-a119-eaaf76a4ddd3", "flavorRef": "202f5684-2737-4e61-8abe-2d702c711182", "max_count": 1, "min_count": 1, "networks": [{"port": "a8097eae-c4b4-4cdb-9035-9d6687c31e9d"}]}}' 2019-01-03 11:36:31,001 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:36: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-4a0c72d2-00a7-40b7-ae67-432c28f13e51 x-compute-request-id: req-4a0c72d2-00a7-40b7-ae67-432c28f13e51 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "adminPass": "Dwpz9ekq3axR"}} 2019-01-03 11:36:31,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4a0c72d2-00a7-40b7-ae67-432c28f13e51 2019-01-03 11:36:31,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:31,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-200021f2-4d3d-4d63-ac61-3e7bd0ad47db x-compute-request-id: req-200021f2-4d3d-4d63-ac61-3e7bd0ad47db 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:36:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:31,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-200021f2-4d3d-4d63-ac61-3e7bd0ad47db 2019-01-03 11:36:31,309 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst 2019-01-03 11:36:31,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:31,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-aa0d0812-f9b8-4658-a0ba-a7ab58c95e00 x-compute-request-id: req-aa0d0812-f9b8-4658-a0ba-a7ab58c95e00 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:36:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:31,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-aa0d0812-f9b8-4658-a0ba-a7ab58c95e00 2019-01-03 11:36:31,542 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - BUILD 2019-01-03 11:36:31,543 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:36:34,546 - create_instance - DEBUG - VM status query timeout in 896.763710022 2019-01-03 11:36:34,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:34,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-2d4b4aa3-271d-4c58-bdf5-6da36b9b348f x-compute-request-id: req-2d4b4aa3-271d-4c58-bdf5-6da36b9b348f 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:36:32Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:34,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-2d4b4aa3-271d-4c58-bdf5-6da36b9b348f 2019-01-03 11:36:34,950 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - BUILD 2019-01-03 11:36:34,950 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:36:37,953 - create_instance - DEBUG - VM status query timeout in 893.356135845 2019-01-03 11:36:37,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:38,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-5f0bff37-35a6-40dd-bb5d-22cd1d995228 x-compute-request-id: req-5f0bff37-35a6-40dd-bb5d-22cd1d995228 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:36:32Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:38,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-5f0bff37-35a6-40dd-bb5d-22cd1d995228 2019-01-03 11:36:38,735 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - BUILD 2019-01-03 11:36:38,735 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:36:41,738 - create_instance - DEBUG - VM status query timeout in 889.571357965 2019-01-03 11:36:41,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:42,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-01f989ad-995f-437c-b3ab-f0055688552a x-compute-request-id: req-01f989ad-995f-437c-b3ab-f0055688552a Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:42,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-01f989ad-995f-437c-b3ab-f0055688552a 2019-01-03 11:36:42,447 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - ACTIVE 2019-01-03 11:36:42,448 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:36:42,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:43,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-247d5517-2af6-4003-8d8e-4c17b7394033 x-compute-request-id: req-247d5517-2af6-4003-8d8e-4c17b7394033 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:43,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-247d5517-2af6-4003-8d8e-4c17b7394033 2019-01-03 11:36:43,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:43,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a1805cb6-1d5e-4ae6-8327-3a94a9ab82f0 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:43,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-a1805cb6-1d5e-4ae6-8327-3a94a9ab82f0 2019-01-03 11:36:43,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:43,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d57dbc47-5463-42af-ad03-6c36ad41d56a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:43,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-d57dbc47-5463-42af-ad03-6c36ad41d56a 2019-01-03 11:36:43,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:43,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a2d873d8-bc28-447b-8784-cea30c4ddd1e Date: Thu, 03 Jan 2019 11:36:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:43,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-a2d873d8-bc28-447b-8784-cea30c4ddd1e 2019-01-03 11:36:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:43,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-50576ba2-570a-4785-b67b-9f56663a8598 Date: Thu, 03 Jan 2019 11:36:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.2"}],"id":"03381393-de7e-4124-b12a-b209663d597c","security_groups":[],"mac_address":"fa:16:3e:51:85:31","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.3"}],"id":"477d9437-0fe3-4a47-8492-b16e1f13bddc","security_groups":[],"mac_address":"fa:16:3e:db:ee:da","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":"d74f82dc-1ac0-4ee5-8a7b-179601d54a3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.4"}],"id":"fd18ad4f-38ad-4e3a-bb9c-b2620acb9b8a","security_groups":[],"mac_address":"fa:16:3e:6b:b6:c9","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33de0a12-9193-416c-b02f-4775a493963a"}]} 2019-01-03 11:36:43,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-50576ba2-570a-4785-b67b-9f56663a8598 2019-01-03 11:36:43,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:36:43,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:44,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["YZ9L3MOWRoGqCQYzXCx0OA"], "issued_at": "2019-01-03T11:36:43.000000Z"}} 2019-01-03 11:36:44,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:44,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab6618c-003f-4380-a68f-af721e3e7a73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:36:44,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cab6618c-003f-4380-a68f-af721e3e7a73 2019-01-03 11:36:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:44,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-186d6438-d577-47cb-a758-5844ec4478bd Date: Thu, 03 Jan 2019 11:36:44 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:36:44,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name&description=hello+group used request id req-186d6438-d577-47cb-a758-5844ec4478bd 2019-01-03 11:36:44,269 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name... 2019-01-03 11:36:44,269 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name 2019-01-03 11:36:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" -d '{"security_group": {"name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name", "description": "hello group"}}' 2019-01-03 11:36:44,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1bf3cc02-fc9a-4282-9b1d-a12162b581eb Date: Thu, 03 Jan 2019 11:36:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "updated_at": "2019-01-03T11:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "47bfd0d3-01e2-4b47-801a-471f6988696c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}], "revision_number": 2, "project_id": "31b818f14c99443b823439fed4da0d71", "id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name"}} 2019-01-03 11:36:44,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-1bf3cc02-fc9a-4282-9b1d-a12162b581eb 2019-01-03 11:36:44,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:44,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:44,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3b90537-3b9f-4f33-8645-ead9951fe913 Date: Thu, 03 Jan 2019 11:36: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": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "47bfd0d3-01e2-4b47-801a-471f6988696c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e"}]} 2019-01-03 11:36:44,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-c3b90537-3b9f-4f33-8645-ead9951fe913 2019-01-03 11:36:44,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:44,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:44,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-31519913-0a75-4e70-8e3f-00fe8dce5cee Date: Thu, 03 Jan 2019 11:36: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": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "47bfd0d3-01e2-4b47-801a-471f6988696c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e"}]} 2019-01-03 11:36:44,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-31519913-0a75-4e70-8e3f-00fe8dce5cee 2019-01-03 11:36:44,998 - neutron_utils - INFO - Retrieving security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:45,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-21685e35-3c38-4528-b518-5eb76e6b55c9 Date: Thu, 03 Jan 2019 11:36:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "updated_at": "2019-01-03T11:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "47bfd0d3-01e2-4b47-801a-471f6988696c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}], "revision_number": 2, "project_id": "31b818f14c99443b823439fed4da0d71", "id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name"}]} 2019-01-03 11:36:45,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-21685e35-3c38-4528-b518-5eb76e6b55c9 2019-01-03 11:36:45,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:45,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e4ab402-2170-4ff1-b75b-66c5042d1157 Date: Thu, 03 Jan 2019 11:36: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": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "47bfd0d3-01e2-4b47-801a-471f6988696c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e"}]} 2019-01-03 11:36:45,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-8e4ab402-2170-4ff1-b75b-66c5042d1157 2019-01-03 11:36:45,397 - neutron_utils - INFO - Retrieving security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:45,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-df1d9e9d-b7e0-467c-a149-9fcf34e535bd Date: Thu, 03 Jan 2019 11:36:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "updated_at": "2019-01-03T11:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "47bfd0d3-01e2-4b47-801a-471f6988696c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}], "revision_number": 2, "project_id": "31b818f14c99443b823439fed4da0d71", "id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name"}]} 2019-01-03 11:36:45,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-df1d9e9d-b7e0-467c-a149-9fcf34e535bd 2019-01-03 11:36:45,611 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:45,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6df7fbaf-20ca-4616-8f48-80806d750808 Date: Thu, 03 Jan 2019 11:36: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": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "47bfd0d3-01e2-4b47-801a-471f6988696c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e"}]} 2019-01-03 11:36:45,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-6df7fbaf-20ca-4616-8f48-80806d750808 2019-01-03 11:36:45,667 - neutron_utils - INFO - Retrieving security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:45,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-5ae3535c-27c9-4775-aee6-014d0901f7b2 Date: Thu, 03 Jan 2019 11:36:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "updated_at": "2019-01-03T11:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "47bfd0d3-01e2-4b47-801a-471f6988696c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "revision_number": 0, "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}], "revision_number": 2, "project_id": "31b818f14c99443b823439fed4da0d71", "id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name"}]} 2019-01-03 11:36:45,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-5ae3535c-27c9-4775-aee6-014d0901f7b2 2019-01-03 11:36:45,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d8488a89-1b3a-4da1-823e-c94fb9bdbc47 2019-01-03 11:36:45,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:46,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db2a5dd3-da6c-4c2d-8b87-3e2e0c2280fb Date: Thu, 03 Jan 2019 11:36: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": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "47bfd0d3-01e2-4b47-801a-471f6988696c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:44Z", "security_group_id": "d8488a89-1b3a-4da1-823e-c94fb9bdbc47", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:44Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "96ebb5f0-8a69-4171-8fcd-00e203b37e6e"}]} 2019-01-03 11:36:46,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-db2a5dd3-da6c-4c2d-8b87-3e2e0c2280fb 2019-01-03 11:36:46,038 - neutron_utils - INFO - Deleting security group rule with ID - 96ebb5f0-8a69-4171-8fcd-00e203b37e6e 2019-01-03 11:36:46,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/96ebb5f0-8a69-4171-8fcd-00e203b37e6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:46,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6af0848-3248-44f5-8114-dc97fd63de51 Content-Length: 0 Date: Thu, 03 Jan 2019 11:36:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:46,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/96ebb5f0-8a69-4171-8fcd-00e203b37e6e used request id req-a6af0848-3248-44f5-8114-dc97fd63de51 2019-01-03 11:36:46,479 - neutron_utils - INFO - Deleting security group rule with ID - 47bfd0d3-01e2-4b47-801a-471f6988696c 2019-01-03 11:36:46,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/47bfd0d3-01e2-4b47-801a-471f6988696c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:47,196 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9a70edf-e2de-4a4b-af3b-75747d8658e7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:36:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:47,196 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/47bfd0d3-01e2-4b47-801a-471f6988696c used request id req-c9a70edf-e2de-4a4b-af3b-75747d8658e7 2019-01-03 11:36:47,196 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name 2019-01-03 11:36:47,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d8488a89-1b3a-4da1-823e-c94fb9bdbc47 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}badd11c0e65d24cc06c41cb6438bf8d2c09634fb" 2019-01-03 11:36:47,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-313177f3-3a8c-4c42-9a12-00171aeb1ba4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:36:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:47,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d8488a89-1b3a-4da1-823e-c94fb9bdbc47 used request id req-313177f3-3a8c-4c42-9a12-00171aeb1ba4 2019-01-03 11:36:47,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:48,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-3bf4fa9a-6ba8-4c62-b603-9965211c5cb2 x-compute-request-id: req-3bf4fa9a-6ba8-4c62-b603-9965211c5cb2 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:48,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-3bf4fa9a-6ba8-4c62-b603-9965211c5cb2 2019-01-03 11:36:48,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:48,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8c45d427-2f98-49b7-af3f-dded33c78536 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:48,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-8c45d427-2f98-49b7-af3f-dded33c78536 2019-01-03 11:36:48,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:48,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c0f350-5ce1-4ec9-9f41-19663ea6f603 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:48,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-e5c0f350-5ce1-4ec9-9f41-19663ea6f603 2019-01-03 11:36:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:48,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-44197dc0-4ef1-4a62-85a4-5247156c181f Date: Thu, 03 Jan 2019 11:36:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:48,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-44197dc0-4ef1-4a62-85a4-5247156c181f 2019-01-03 11:36:48,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:49,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-34a05b65-2cf7-4f26-a6a4-b0c0458c131d Date: Thu, 03 Jan 2019 11:36:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.2"}],"id":"03381393-de7e-4124-b12a-b209663d597c","security_groups":[],"mac_address":"fa:16:3e:51:85:31","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.3"}],"id":"477d9437-0fe3-4a47-8492-b16e1f13bddc","security_groups":[],"mac_address":"fa:16:3e:db:ee:da","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":"d74f82dc-1ac0-4ee5-8a7b-179601d54a3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.4"}],"id":"fd18ad4f-38ad-4e3a-bb9c-b2620acb9b8a","security_groups":[],"mac_address":"fa:16:3e:6b:b6:c9","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33de0a12-9193-416c-b02f-4775a493963a"}]} 2019-01-03 11:36:49,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-34a05b65-2cf7-4f26-a6a4-b0c0458c131d 2019-01-03 11:36:49,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:36:49,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "14c95231beaa430f94d1bbea82578cb1", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role"}], "expires_at": "2019-01-03T12:36:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31b818f14c99443b823439fed4da0d71", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/31b818f14c99443b823439fed4da0d71", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-user", "id": "58786e4b13634411aa28dd32e7d2d43a"}, "audit_ids": ["75GDi8AURsmL4gkjFaAPQQ"], "issued_at": "2019-01-03T11:36:49.000000Z"}} 2019-01-03 11:36:49,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eaea681e18b0426b71677e17ce088fd1cf28eb5" 2019-01-03 11:36:50,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-e0e20606-a18e-4892-a535-3aa1cf3c2aa5 x-compute-request-id: req-e0e20606-a18e-4892-a535-3aa1cf3c2aa5 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:50,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-e0e20606-a18e-4892-a535-3aa1cf3c2aa5 2019-01-03 11:36:50,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:50,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a2add973-9613-4bc0-a027-02aa444d301f x-compute-request-id: req-a2add973-9613-4bc0-a027-02aa444d301f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:50,855 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-a2add973-9613-4bc0-a027-02aa444d301f 2019-01-03 11:36:50,856 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - ACTIVE 2019-01-03 11:36:50,856 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:36:50,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:51,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-1f90387b-5843-4ce5-b199-371627a5233b x-compute-request-id: req-1f90387b-5843-4ce5-b199-371627a5233b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:51,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-1f90387b-5843-4ce5-b199-371627a5233b 2019-01-03 11:36:51,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:51,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-39c3d2f5-ce8f-4710-840b-d8c51a42c513 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:51,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-39c3d2f5-ce8f-4710-840b-d8c51a42c513 2019-01-03 11:36:51,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:51,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d8c40c8-e370-47fb-b580-fcdb0e6c9a84 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:51,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-7d8c40c8-e370-47fb-b580-fcdb0e6c9a84 2019-01-03 11:36:51,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:51,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-932c0418-7874-44fc-a66a-5da210c20a7d Date: Thu, 03 Jan 2019 11:36:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:51,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-932c0418-7874-44fc-a66a-5da210c20a7d 2019-01-03 11:36:51,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:51,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-9a54a7aa-0da7-44b3-9bfe-75200598eeaa Date: Thu, 03 Jan 2019 11:36:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.2"}],"id":"03381393-de7e-4124-b12a-b209663d597c","security_groups":[],"mac_address":"fa:16:3e:51:85:31","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.3"}],"id":"477d9437-0fe3-4a47-8492-b16e1f13bddc","security_groups":[],"mac_address":"fa:16:3e:db:ee:da","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":"d74f82dc-1ac0-4ee5-8a7b-179601d54a3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.4"}],"id":"fd18ad4f-38ad-4e3a-bb9c-b2620acb9b8a","security_groups":[],"mac_address":"fa:16:3e:6b:b6:c9","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33de0a12-9193-416c-b02f-4775a493963a"}]} 2019-01-03 11:36:51,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-9a54a7aa-0da7-44b3-9bfe-75200598eeaa 2019-01-03 11:36:51,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:52,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36: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-73d790d6-4e79-478e-9fdb-1d06c4961d60 x-compute-request-id: req-73d790d6-4e79-478e-9fdb-1d06c4961d60 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:52,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-73d790d6-4e79-478e-9fdb-1d06c4961d60 2019-01-03 11:36:52,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:52,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6587bb9e-a676-438c-815b-582187161d51 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:52,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-6587bb9e-a676-438c-815b-582187161d51 2019-01-03 11:36:52,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:52,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4b088a-247b-46e1-ace9-76469302f1da Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:52,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-0f4b088a-247b-46e1-ace9-76469302f1da 2019-01-03 11:36:52,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:53,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-19f3af19-48ef-4261-a78a-c24937029277 Date: Thu, 03 Jan 2019 11:36:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:53,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-19f3af19-48ef-4261-a78a-c24937029277 2019-01-03 11:36:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:53,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-a61b80d0-db69-43c4-b807-5bfe42d1fb39 Date: Thu, 03 Jan 2019 11:36:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.2"}],"id":"03381393-de7e-4124-b12a-b209663d597c","security_groups":[],"mac_address":"fa:16:3e:51:85:31","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.3"}],"id":"477d9437-0fe3-4a47-8492-b16e1f13bddc","security_groups":[],"mac_address":"fa:16:3e:db:ee:da","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":"d74f82dc-1ac0-4ee5-8a7b-179601d54a3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.4"}],"id":"fd18ad4f-38ad-4e3a-bb9c-b2620acb9b8a","security_groups":[],"mac_address":"fa:16:3e:6b:b6:c9","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33de0a12-9193-416c-b02f-4775a493963a"}]} 2019-01-03 11:36:53,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-a61b80d0-db69-43c4-b807-5bfe42d1fb39 2019-01-03 11:36:53,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name"}}' 2019-01-03 11:36:53,375 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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-129974d6-dac7-401f-af86-84c2b85542c5 x-compute-request-id: req-129974d6-dac7-401f-af86-84c2b85542c5 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name is not found for project 31b818f14c99443b823439fed4da0d71", "code": 404}} 2019-01-03 11:36:53,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e/action used request id req-129974d6-dac7-401f-af86-84c2b85542c5 2019-01-03 11:36:53,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3e55cb4-5583-44fc-809a-8be000148080 x-compute-request-id: req-e3e55cb4-5583-44fc-809a-8be000148080 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:54,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-e3e55cb4-5583-44fc-809a-8be000148080 2019-01-03 11:36:54,081 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name] - Security group InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name is not found for project 31b818f14c99443b823439fed4da0d71 (HTTP 404) (Request-ID: req-129974d6-dac7-401f-af86-84c2b85542c5) 2019-01-03 11:36:54,081 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-name is not found for project 31b818f14c99443b823439fed4da0d71 (HTTP 404) (Request-ID: req-129974d6-dac7-401f-af86-84c2b85542c5) 2019-01-03 11:36:54,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-80cb6fab-425d-418d-af30-b394e4d832ac x-compute-request-id: req-80cb6fab-425d-418d-af30-b394e4d832ac Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:54,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-80cb6fab-425d-418d-af30-b394e4d832ac 2019-01-03 11:36:54,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a598da1c-84e2-4083-9f3a-ac6df4a28f11 Date: Thu, 03 Jan 2019 11:36: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":["25ff4f29-d241-4fe7-9108-fac3d6077293"],"updated_at":"2019-01-03T11:36:22Z","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"31b818f14c99443b823439fed4da0d71","id":"33de0a12-9193-416c-b02f-4775a493963a","name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net"}]} 2019-01-03 11:36:54,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net used request id req-a598da1c-84e2-4083-9f3a-ac6df4a28f11 2019-01-03 11:36:54,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e65258-c73f-460a-bbbe-7375d45a89ba Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:36:54,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-10e65258-c73f-460a-bbbe-7375d45a89ba 2019-01-03 11:36:54,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d7af6973-6959-43df-abf1-a298ae77199e Date: Thu, 03 Jan 2019 11:36:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","dns_nameservers":[],"updated_at":"2019-01-03T11:36:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"31b818f14c99443b823439fed4da0d71","id":"25ff4f29-d241-4fe7-9108-fac3d6077293","subnetpool_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet"}]} 2019-01-03 11:36:54,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-d7af6973-6959-43df-abf1-a298ae77199e 2019-01-03 11:36:54,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:54,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-27dbd7de-596a-4f2f-ac34-a839d91c218e Date: Thu, 03 Jan 2019 11:36:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.2"}],"id":"03381393-de7e-4124-b12a-b209663d597c","security_groups":[],"mac_address":"fa:16:3e:51:85:31","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.3"}],"id":"477d9437-0fe3-4a47-8492-b16e1f13bddc","security_groups":[],"mac_address":"fa:16:3e:db:ee:da","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-33de0a12-9193-416c-b02f-4775a493963a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.12"}],"id":"a8097eae-c4b4-4cdb-9035-9d6687c31e9d","security_groups":["a92e56a8-6fef-4d61-84fa-a06240897e2f"],"mac_address":"fa:16:3e:c2:1d:75","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:28Z","binding:vnic_type":"normal","device_id":"d74f82dc-1ac0-4ee5-8a7b-179601d54a3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"25ff4f29-d241-4fe7-9108-fac3d6077293","ip_address":"10.55.0.4"}],"id":"fd18ad4f-38ad-4e3a-bb9c-b2620acb9b8a","security_groups":[],"mac_address":"fa:16:3e:6b:b6:c9","project_id":"31b818f14c99443b823439fed4da0d71","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33de0a12-9193-416c-b02f-4775a493963a","tenant_id":"31b818f14c99443b823439fed4da0d71","created_at":"2019-01-03T11:36:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-33de0a12-9193-416c-b02f-4775a493963a"}]} 2019-01-03 11:36:54,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=33de0a12-9193-416c-b02f-4775a493963a used request id req-27dbd7de-596a-4f2f-ac34-a839d91c218e 2019-01-03 11:36:54,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1eaea681e18b0426b71677e17ce088fd1cf28eb5" 2019-01-03 11:36:55,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-20d8eedc-5770-4a1b-a269-0ff3ef5e9f1d x-compute-request-id: req-20d8eedc-5770-4a1b-a269-0ff3ef5e9f1d Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "security_groups": [{"name": "default"}], "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:39Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:55,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-20d8eedc-5770-4a1b-a269-0ff3ef5e9f1d 2019-01-03 11:36:55,672 - create_instance - INFO - Deleting Port with ID - a8097eae-c4b4-4cdb-9035-9d6687c31e9d 2019-01-03 11:36:55,672 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-port 2019-01-03 11:36:55,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/a8097eae-c4b4-4cdb-9035-9d6687c31e9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:56,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67de5a02-4c09-4016-adec-d95f9ec4b9e6 Date: Thu, 03 Jan 2019 11:36:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:36:56,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/a8097eae-c4b4-4cdb-9035-9d6687c31e9d used request id req-67de5a02-4c09-4016-adec-d95f9ec4b9e6 2019-01-03 11:36:56,253 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst 2019-01-03 11:36:56,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:56,412 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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-a3a1524d-f3ca-46f8-9d06-428ffda7f79b x-compute-request-id: req-a3a1524d-f3ca-46f8-9d06-428ffda7f79b Content-Type: application/json 2019-01-03 11:36:56,413 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-a3a1524d-f3ca-46f8-9d06-428ffda7f79b 2019-01-03 11:36:56,413 - create_instance - INFO - Checking deletion status 2019-01-03 11:36:56,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:36:56,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a7941f88-0e7a-455c-95bc-73b5bde564f0 x-compute-request-id: req-a7941f88-0e7a-455c-95bc-73b5bde564f0 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:1d:75", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:56Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:36:56,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-a7941f88-0e7a-455c-95bc-73b5bde564f0 2019-01-03 11:36:56,657 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - ACTIVE 2019-01-03 11:36:56,657 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:36:59,661 - create_instance - DEBUG - VM status query timeout in 296.752512932 2019-01-03 11:36:59,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:37:00,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d57a8dc-25b2-42ef-adb7-d72471a9f2cf x-compute-request-id: req-4d57a8dc-25b2-42ef-adb7-d72471a9f2cf 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:36:56Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:00,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-4d57a8dc-25b2-42ef-adb7-d72471a9f2cf 2019-01-03 11:37:00,062 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - ACTIVE 2019-01-03 11:37:00,062 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:37:03,065 - create_instance - DEBUG - VM status query timeout in 293.347757101 2019-01-03 11:37:03,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:37:03,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-6b260008-7fbf-4ef2-9be1-e842ff54794f x-compute-request-id: req-6b260008-7fbf-4ef2-9be1-e842ff54794f 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.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "rel": "bookmark"}], "image": {"id": "2281659f-4789-4456-a119-eaaf76a4ddd3", "links": [{"href": "http://172.30.9.28:8774/images/2281659f-4789-4456-a119-eaaf76a4ddd3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:36:38.000000", "flavor": {"id": "202f5684-2737-4e61-8abe-2d702c711182", "links": [{"href": "http://172.30.9.28:8774/flavors/202f5684-2737-4e61-8abe-2d702c711182", "rel": "bookmark"}]}, "id": "d74f82dc-1ac0-4ee5-8a7b-179601d54a3e", "user_id": "58786e4b13634411aa28dd32e7d2d43a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:02Z", "hostId": "02ad8e44e23e5a250d483d7c2549d8df87259ffad086a42b237d3407", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst", "created": "2019-01-03T11:36:30Z", "tenant_id": "31b818f14c99443b823439fed4da0d71", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:03,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-6b260008-7fbf-4ef2-9be1-e842ff54794f 2019-01-03 11:37:03,486 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst] is - ACTIVE 2019-01-03 11:37:03,486 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:37:06,490 - create_instance - DEBUG - VM status query timeout in 289.92347908 2019-01-03 11:37:06,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d227910f0e112587df0d35c3058284149a77619" 2019-01-03 11:37:06,539 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:37: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-7d26f3ce-a478-4d9c-b23a-a5cc15140592 x-compute-request-id: req-7d26f3ce-a478-4d9c-b23a-a5cc15140592 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d74f82dc-1ac0-4ee5-8a7b-179601d54a3e could not be found.", "code": 404}} 2019-01-03 11:37:06,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/d74f82dc-1ac0-4ee5-8a7b-179601d54a3e used request id req-7d26f3ce-a478-4d9c-b23a-a5cc15140592 2019-01-03 11:37:06,540 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d74f82dc-1ac0-4ee5-8a7b-179601d54a3e could not be found. (HTTP 404) (Request-ID: req-7d26f3ce-a478-4d9c-b23a-a5cc15140592) 2019-01-03 11:37:06,540 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-inst 2019-01-03 11:37:06,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f55c5b41ea816fa1894808dedbb589b6aaf98dc" 2019-01-03 11:37:06,580 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:37: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-05490544-e84e-4ed9-9f11-5bc3fd7ea77f x-compute-request-id: req-05490544-e84e-4ed9-9f11-5bc3fd7ea77f Content-Length: 0 Content-Type: application/json 2019-01-03 11:37:06,581 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/202f5684-2737-4e61-8abe-2d702c711182 used request id req-05490544-e84e-4ed9-9f11-5bc3fd7ea77f 2019-01-03 11:37:06,581 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet 2019-01-03 11:37:06,582 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-subnet 2019-01-03 11:37:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/25ff4f29-d241-4fe7-9108-fac3d6077293 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:37:08,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-841ae6ea-a7f4-4135-b222-85971effc482 Date: Thu, 03 Jan 2019 11:37:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:37:08,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/25ff4f29-d241-4fe7-9108-fac3d6077293 used request id req-841ae6ea-a7f4-4135-b222-85971effc482 2019-01-03 11:37:08,840 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-pub-net 2019-01-03 11:37:08,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/33de0a12-9193-416c-b02f-4775a493963a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a88e1f5a58bd70e13584d254e6858df2b695b36" 2019-01-03 11:37:09,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-161be158-0145-45a2-a472-e60230a3ecf7 Date: Thu, 03 Jan 2019 11:37:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:37:09,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/33de0a12-9193-416c-b02f-4775a493963a used request id req-161be158-0145-45a2-a472-e60230a3ecf7 2019-01-03 11:37:09,948 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-3d8242a8-20ba-4a78-9838-74c4afdb0689-image 2019-01-03 11:37:09,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d821821b95cd437b10aa08a071dab8dd2f56fe" 2019-01-03 11:37:11,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fff74ca-9e3d-41b1-ac7c-1f9efe2777d4 Date: Thu, 03 Jan 2019 11:37:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:37:11,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2281659f-4789-4456-a119-eaaf76a4ddd3 used request id req-1fff74ca-9e3d-41b1-ac7c-1f9efe2777d4 2019-01-03 11:37:11,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:11,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5b4fcc61-743f-4724-8c35-21551526931e Date: Thu, 03 Jan 2019 11:37:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:21Z", "updated_at": "2019-01-03T11:36:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "revision_number": 0, "id": "020f1784-78e6-448c-9aa0-ab410c58a3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "revision_number": 0, "id": "58112538-2c3c-4370-a691-db55afdc0687", "remote_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv6", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "revision_number": 0, "id": "c59c94d8-f6ce-485c-bb67-4f5404a0c9d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "revision_number": 0, "id": "df35e2b1-d9c0-4ae0-8d64-b97d337af166", "remote_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "remote_ip_prefix": null, "created_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "tenant_id": "31b818f14c99443b823439fed4da0d71", "port_range_min": null, "ethertype": "IPv4", "project_id": "31b818f14c99443b823439fed4da0d71"}], "revision_number": 4, "project_id": "31b818f14c99443b823439fed4da0d71", "id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:37:11,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5b4fcc61-743f-4724-8c35-21551526931e 2019-01-03 11:37:11,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:11,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28c1106-0885-44e0-b0b4-41bca4269685 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:37:11,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c28c1106-0885-44e0-b0b4-41bca4269685 2019-01-03 11:37:11,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed411fdd-5161-4cfc-b7b9-3327fab1b308 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:37:12,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-ed411fdd-5161-4cfc-b7b9-3327fab1b308 2019-01-03 11:37:12,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754792dc-4ca4-400f-b09c-656b47744c21 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71"}, "enabled": true, "id": "31b818f14c99443b823439fed4da0d71", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-26468c61-d51a-4e5-proj"}} 2019-01-03 11:37:12,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-754792dc-4ca4-400f-b09c-656b47744c21 2019-01-03 11:37:12,152 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a92e56a8-6fef-4d61-84fa-a06240897e2f 2019-01-03 11:37:12,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a92e56a8-6fef-4d61-84fa-a06240897e2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-da3d05b5-5288-46bb-b4a3-ab726ae6665b Date: Thu, 03 Jan 2019 11:37: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": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:21Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "020f1784-78e6-448c-9aa0-ab410c58a3aa"}, {"remote_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:21Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "58112538-2c3c-4370-a691-db55afdc0687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:21Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "c59c94d8-f6ce-485c-bb67-4f5404a0c9d7"}, {"remote_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:36:21Z", "security_group_id": "a92e56a8-6fef-4d61-84fa-a06240897e2f", "port_range_min": null, "revision_number": 0, "tenant_id": "31b818f14c99443b823439fed4da0d71", "created_at": "2019-01-03T11:36:21Z", "project_id": "31b818f14c99443b823439fed4da0d71", "id": "df35e2b1-d9c0-4ae0-8d64-b97d337af166"}]} 2019-01-03 11:37:12,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a92e56a8-6fef-4d61-84fa-a06240897e2f used request id req-da3d05b5-5288-46bb-b4a3-ab726ae6665b 2019-01-03 11:37:12,327 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:37:12,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a92e56a8-6fef-4d61-84fa-a06240897e2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b4f3c3b-ef40-4b64-a63f-614b32380de9 Content-Length: 0 Date: Thu, 03 Jan 2019 11:37:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:37:12,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a92e56a8-6fef-4d61-84fa-a06240897e2f used request id req-1b4f3c3b-ef40-4b64-a63f-614b32380de9 2019-01-03 11:37:12,659 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-proj 2019-01-03 11:37:12,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-143a36eb-8ad9-4757-983a-eaf137690cee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:37:12,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/31b818f14c99443b823439fed4da0d71 used request id req-143a36eb-8ad9-4757-983a-eaf137690cee 2019-01-03 11:37:12,875 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-proj-role 2019-01-03 11:37:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:12,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:37:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2f478fa-084d-41d8-a647-276b24190e5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:37:12,992 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/14c95231beaa430f94d1bbea82578cb1 used request id req-d2f478fa-084d-41d8-a647-276b24190e5b 2019-01-03 11:37:12,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679eeb6fd232de89e59c5cba6262d3efb21bf59d" 2019-01-03 11:37:13,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9816a27a-d229-4987-9fad-41325dfbd46a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:37:13,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9816a27a-d229-4987-9fad-41325dfbd46a 2019-01-03 11:37:13,090 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-26468c61-d51a-4e5-user 2019-01-03 11:37:13,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/58786e4b13634411aa28dd32e7d2d43a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24835848e3137ca4748137663dfecf1ca7e5e370" 2019-01-03 11:37:13,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:37:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81c3f4e3-06f6-4ca1-b203-39b3bc07ecee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:37:13,300 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/58786e4b13634411aa28dd32e7d2d43a used request id req-81c3f4e3-06f6-4ca1-b203-39b3bc07ecee 2019-01-03 11:37:13,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:13,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["oxwC39T0S9aSzdRbKbhGqg"], "issued_at": "2019-01-03T11:37:13.000000Z"}} 2019-01-03 11:37:13,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db3b1933e39a34afea447218ff8f2b286abd6a18" 2019-01-03 11:37:13,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98fa75c-1ac1-4636-ae56-01a45829b04e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:13,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d98fa75c-1ac1-4636-ae56-01a45829b04e 2019-01-03 11:37:13,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:13,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:14,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["HHMP5nteRMmg-3rA1AcBhw"], "issued_at": "2019-01-03T11:37:14.000000Z"}} 2019-01-03 11:37:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:14,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3536a5fc-1290-4c22-8550-fb81dd69c2a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:14,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3536a5fc-1290-4c22-8550-fb81dd69c2a2 2019-01-03 11:37:14,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:37:14,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:37: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:37:14,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-836105a9-7c73-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:14,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ba215d-109b-425b-846b-af7863caae74 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-836105a9-7c73-436-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:37:14,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-836105a9-7c73-436-proj used request id req-75ba215d-109b-425b-846b-af7863caae74 2019-01-03 11:37:14,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:14,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50ee042c-f77d-432b-8b13-fb8ec1b6ab69 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:37:14,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-50ee042c-f77d-432b-8b13-fb8ec1b6ab69 2019-01-03 11:37:14,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}}' 2019-01-03 11:37:14,549 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:37:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6836a554-9696-48bd-8b7b-aa67d72b3f2b Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:14,549 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6836a554-9696-48bd-8b7b-aa67d72b3f2b 2019-01-03 11:37:14,549 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-836105a9-7c73-436-proj 2019-01-03 11:37:14,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:14,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:14,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["G20JyWDHQ3qqs6aM6X3k2Q"], "issued_at": "2019-01-03T11:37:14.000000Z"}} 2019-01-03 11:37:14,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79c54150e361546bc70680a8f49021a20a7e9020" 2019-01-03 11:37:15,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a432f51-1455-4be5-9837-156f7822bafb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:15,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5a432f51-1455-4be5-9837-156f7822bafb 2019-01-03 11:37:15,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:37:15,028 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:37: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:37:15,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79c54150e361546bc70680a8f49021a20a7e9020" 2019-01-03 11:37:15,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c09ffb-2888-4e0c-8f11-c0a32811c811 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:37:15,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-85c09ffb-2888-4e0c-8f11-c0a32811c811 2019-01-03 11:37:15,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-836105a9-7c73-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79c54150e361546bc70680a8f49021a20a7e9020" 2019-01-03 11:37:15,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab18f60c-78bf-4de7-a431-1fe12017caa7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-836105a9-7c73-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}]} 2019-01-03 11:37:15,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-836105a9-7c73-436-proj used request id req-ab18f60c-78bf-4de7-a431-1fe12017caa7 2019-01-03 11:37:15,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79c54150e361546bc70680a8f49021a20a7e9020" 2019-01-03 11:37:15,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-accd0936-5d7b-4ba7-9545-15b5a26f2161 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:37:15,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-accd0936-5d7b-4ba7-9545-15b5a26f2161 2019-01-03 11:37:15,620 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-836105a9-7c73-436-user 2019-01-03 11:37:15,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:15,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:15,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32068fc-16f4-4b2c-9365-30e6700cc88a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:37:15,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a32068fc-16f4-4b2c-9365-30e6700cc88a 2019-01-03 11:37:15,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" -d '{"role": {"name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}}' 2019-01-03 11:37:15,830 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ee1f5dc-7045-45f2-9a8f-872614f26056 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d2397211f598401c977e866e4de1bbc1", "links": {"self": "http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1"}, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}} 2019-01-03 11:37:15,831 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6ee1f5dc-7045-45f2-9a8f-872614f26056 2019-01-03 11:37:15,831 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-836105a9-7c73-436-proj-role 2019-01-03 11:37:15,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:15,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b738ed-f41b-4e27-b2fb-34f151838d81 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1"}, "domain_id": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role", "id": "d2397211f598401c977e866e4de1bbc1"}} 2019-01-03 11:37:15,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1 used request id req-92b738ed-f41b-4e27-b2fb-34f151838d81 2019-01-03 11:37:15,917 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-836105a9-7c73-436-proj-role to project InstanceSecurityGroupTests-836105a9-7c73-436-proj 2019-01-03 11:37:15,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec/users/f35b33f69da34e908463c47526c4addf/roles/d2397211f598401c977e866e4de1bbc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:37:15,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:37:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5179b43-8304-451c-a08f-b033c7cdcccb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:37:15,977 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec/users/f35b33f69da34e908463c47526c4addf/roles/d2397211f598401c977e866e4de1bbc1 used request id req-b5179b43-8304-451c-a08f-b033c7cdcccb 2019-01-03 11:37:15,977 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:37:15,978 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:37:15,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:15,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:16,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["ANdZwTYkSlmIdV41PkZvSg"], "issued_at": "2019-01-03T11:37:16.000000Z"}} 2019-01-03 11:37:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:16,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ce54c8-c634-4c01-9b5a-df12547bd31d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:16,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5ce54c8-c634-4c01-9b5a-df12547bd31d 2019-01-03 11:37:16,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:16,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-54aa7125-93ba-4eea-a156-2ca8d5683473 Date: Thu, 03 Jan 2019 11:37:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image"} 2019-01-03 11:37:16,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image used request id req-54aa7125-93ba-4eea-a156-2ca8d5683473 2019-01-03 11:37:16,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:16,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4f7e5437-0474-4f7e-b52d-c578f31e7439 Date: Thu, 03 Jan 2019 11:37: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"}}} 2019-01-03 11:37:16,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4f7e5437-0474-4f7e-b52d-c578f31e7439 2019-01-03 11:37:16,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image"}' 2019-01-03 11:37:16,989 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c X-Openstack-Request-Id: req-b00969ba-6a92-4ff2-be77-ed02a8448f6d Date: Thu, 03 Jan 2019 11:37:16 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:37:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:37:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "min_disk": 0, "protected": false, "id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "file": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file", "checksum": null, "owner": "3bfffd728b07405e9a6e1852de11eeec", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:37:16,989 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b00969ba-6a92-4ff2-be77-ed02a8448f6d 2019-01-03 11:37:17,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" -d '' 2019-01-03 11:37:19,432 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b64cac1-a8b6-485d-9982-77a444b69e26 Date: Thu, 03 Jan 2019 11:37:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:37:19,432 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file used request id req-6b64cac1-a8b6-485d-9982-77a444b69e26 2019-01-03 11:37:19,432 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:37:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:19,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-4bd87b9c-07ef-461c-8b2f-133470bbf3a8 Date: Thu, 03 Jan 2019 11:37:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:37:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:37:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "metadata": {}}], "self": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "min_disk": 0, "protected": false, "id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "file": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bfffd728b07405e9a6e1852de11eeec", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:37:19,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c used request id req-4bd87b9c-07ef-461c-8b2f-133470bbf3a8 2019-01-03 11:37:19,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:19,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0be51fdf-8970-4462-8042-2f52f74ada88 Date: Thu, 03 Jan 2019 11:37: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"}}} 2019-01-03 11:37:19,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0be51fdf-8970-4462-8042-2f52f74ada88 2019-01-03 11:37:19,747 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image 2019-01-03 11:37:19,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:37:19,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3fc08ad8-0a69-405b-be7f-8f2f036d4a9d Date: Thu, 03 Jan 2019 11:37:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:37:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:37:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "metadata": {}}], "self": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "min_disk": 0, "protected": false, "id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "file": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bfffd728b07405e9a6e1852de11eeec", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:37:19,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c used request id req-3fc08ad8-0a69-405b-be7f-8f2f036d4a9d 2019-01-03 11:37:19,920 - create_image - DEBUG - Instance status is - active 2019-01-03 11:37:19,920 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image 2019-01-03 11:37:19,920 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image 2019-01-03 11:37:19,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:19,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:20,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["MddGhH5yRrGXX86AKo7k-A"], "issued_at": "2019-01-03T11:37:20.000000Z"}} 2019-01-03 11:37:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:20,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62345da7-10f4-4ced-aee0-4023f858a7ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:20,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-62345da7-10f4-4ced-aee0-4023f858a7ed 2019-01-03 11:37:20,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:20,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1c3e7b7a-3364-4e7b-bc26-0177dd28172a Date: Thu, 03 Jan 2019 11:37:20 GMT RESP BODY: {"networks":[]} 2019-01-03 11:37:20,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-1c3e7b7a-3364-4e7b-bc26-0177dd28172a 2019-01-03 11:37:20,562 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net 2019-01-03 11:37:20,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" -d '{"network": {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net", "admin_state_up": true}}' 2019-01-03 11:37:21,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c549ba9d-3add-4e5c-b990-a1603c3ae002 Date: Thu, 03 Jan 2019 11:37:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c872e158-0f45-4d23-983a-3840a2306147","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:37:20Z","is_default":false,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","mtu":1450}} 2019-01-03 11:37:21,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-c549ba9d-3add-4e5c-b990-a1603c3ae002 2019-01-03 11:37:21,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:21,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-57aab0aa-a3d5-4c0c-84f3-9d6a0dd5bf41 Date: Thu, 03 Jan 2019 11:37:21 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":"2019-01-03T11:37:20Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:21,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-57aab0aa-a3d5-4c0c-84f3-9d6a0dd5bf41 2019-01-03 11:37:21,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:21,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f074b3ca-1bf8-40ca-90a0-d2ef54cdaec6 Date: Thu, 03 Jan 2019 11:37:21 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:37:21,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-f074b3ca-1bf8-40ca-90a0-d2ef54cdaec6 2019-01-03 11:37:21,553 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet 2019-01-03 11:37:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" -d '{"subnets": [{"ip_version": 4, "network_id": "c872e158-0f45-4d23-983a-3840a2306147", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]}' 2019-01-03 11:37:22,391 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f1f1b4c6-3bde-426a-b028-30d4b0ff2687 Date: Thu, 03 Jan 2019 11:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:22,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f1f1b4c6-3bde-426a-b028-30d4b0ff2687 2019-01-03 11:37:22,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:22,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6bb0ec5b-d939-4674-93c4-3301f9f913a6 Date: Thu, 03 Jan 2019 11: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:22,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-6bb0ec5b-d939-4674-93c4-3301f9f913a6 2019-01-03 11:37:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:37:22,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e6c12cc6-72f3-47d8-9260-589373a6742f Date: Thu, 03 Jan 2019 11:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:22,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-e6c12cc6-72f3-47d8-9260-589373a6742f 2019-01-03 11:37:22,886 - OpenStackNetwork - DEBUG - Network [c872e158-0f45-4d23-983a-3840a2306147] created successfully 2019-01-03 11:37:22,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:22,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:23,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zfbMmjwjSOKxpx0mq-qXzA"], "issued_at": "2019-01-03T11:37:23.000000Z"}} 2019-01-03 11:37:23,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577e3260cbf15aa7156801a4d75194a67d2d5326" 2019-01-03 11:37:23,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0914db0-4d6c-4c15-b5fa-8bf5fa9fbc50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:23,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0914db0-4d6c-4c15-b5fa-8bf5fa9fbc50 2019-01-03 11:37:23,362 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:37:23,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577e3260cbf15aa7156801a4d75194a67d2d5326" 2019-01-03 11:37:23,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-bb90594a-c292-467f-b478-4a9fb5f3598b x-compute-request-id: req-bb90594a-c292-467f-b478-4a9fb5f3598b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:37:23,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bb90594a-c292-467f-b478-4a9fb5f3598b 2019-01-03 11:37:23,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577e3260cbf15aa7156801a4d75194a67d2d5326" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:37:23,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-b922c8ac-dbfa-42b7-9759-aed582f8a08b x-compute-request-id: req-b922c8ac-dbfa-42b7-9759-aed582f8a08b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0d87c487-a960-4f79-a69f-072dae6ee941", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:37:23,538 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b922c8ac-dbfa-42b7-9759-aed582f8a08b 2019-01-03 11:37:23,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:23,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:23,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["RovOJkvuRzGgtYDjv_h7qQ"], "issued_at": "2019-01-03T11:37:23.000000Z"}} 2019-01-03 11:37:23,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:24,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ce4a1a-8241-492b-a831-f094e2b9c480 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:24,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-83ce4a1a-8241-492b-a831-f094e2b9c480 2019-01-03 11:37:24,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:24,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7e856a11-ac24-43b0-94ce-f322affe584d Date: Thu, 03 Jan 2019 11:37:24 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:37:24,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name&description=hello+group used request id req-7e856a11-ac24-43b0-94ce-f322affe584d 2019-01-03 11:37:24,268 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name... 2019-01-03 11:37:24,268 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name 2019-01-03 11:37:24,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" -d '{"security_group": {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name", "description": "hello group"}}' 2019-01-03 11:37:24,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-09cb2b4e-d0a8-4370-ab05-83168c02c3a0 Date: Thu, 03 Jan 2019 11:37:24 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "updated_at": "2019-01-03T11:37:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}], "revision_number": 2, "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "3385024a-863f-4989-a387-9acbe441364a", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}} 2019-01-03 11:37:24,610 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-09cb2b4e-d0a8-4370-ab05-83168c02c3a0 2019-01-03 11:37:24,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:24,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:24,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-26019e8f-2c22-429a-81dd-6900285db58a Date: Thu, 03 Jan 2019 11:37:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861"}]} 2019-01-03 11:37:24,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a used request id req-26019e8f-2c22-429a-81dd-6900285db58a 2019-01-03 11:37:24,792 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:24,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:24,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-31e105fd-4764-4a11-bc61-f1e8b6f3fd97 Date: Thu, 03 Jan 2019 11:37:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861"}]} 2019-01-03 11:37:24,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a used request id req-31e105fd-4764-4a11-bc61-f1e8b6f3fd97 2019-01-03 11:37:24,969 - neutron_utils - INFO - Retrieving security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7074ad88-e8a9-47d2-8844-631fa14e6793 Date: Thu, 03 Jan 2019 11:37:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "updated_at": "2019-01-03T11:37:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}], "revision_number": 2, "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "3385024a-863f-4989-a387-9acbe441364a", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}]} 2019-01-03 11:37:25,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a used request id req-7074ad88-e8a9-47d2-8844-631fa14e6793 2019-01-03 11:37:25,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:25,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b4e27d3-a9cc-4605-811d-df1cb1968221 Date: Thu, 03 Jan 2019 11:37: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": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861"}]} 2019-01-03 11:37:25,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a used request id req-9b4e27d3-a9cc-4605-811d-df1cb1968221 2019-01-03 11:37:25,344 - neutron_utils - INFO - Retrieving security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-72b861b1-0827-4e82-990b-b47db79ae288 Date: Thu, 03 Jan 2019 11:37:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "updated_at": "2019-01-03T11:37:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}], "revision_number": 2, "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "3385024a-863f-4989-a387-9acbe441364a", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}]} 2019-01-03 11:37:25,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a used request id req-72b861b1-0827-4e82-990b-b47db79ae288 2019-01-03 11:37:25,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:25,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e276d40c-0e40-483a-9c9d-85818d9c97ae Date: Thu, 03 Jan 2019 11:37: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": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861"}]} 2019-01-03 11:37:25,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a used request id req-e276d40c-0e40-483a-9c9d-85818d9c97ae 2019-01-03 11:37:25,569 - neutron_utils - INFO - Retrieving security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:25,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f386f250-63c8-4f77-b9cf-23eb43ddb9b6 Date: Thu, 03 Jan 2019 11:37:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "updated_at": "2019-01-03T11:37:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "revision_number": 0, "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}], "revision_number": 2, "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "3385024a-863f-4989-a387-9acbe441364a", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}]} 2019-01-03 11:37:25,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=3385024a-863f-4989-a387-9acbe441364a used request id req-f386f250-63c8-4f77-b9cf-23eb43ddb9b6 2019-01-03 11:37:25,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3385024a-863f-4989-a387-9acbe441364a 2019-01-03 11:37:25,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:37:25,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-21f04402-05ac-42d4-9216-fa806ba085c7 Date: Thu, 03 Jan 2019 11:37: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": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "55dc4ec1-f4ec-45e0-b521-6393eb63e0c0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:24Z", "security_group_id": "3385024a-863f-4989-a387-9acbe441364a", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:24Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "86ecd3f8-d6d4-4e8a-b2d2-e48826d22861"}]} 2019-01-03 11:37:25,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3385024a-863f-4989-a387-9acbe441364a used request id req-21f04402-05ac-42d4-9216-fa806ba085c7 2019-01-03 11:37:25,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:25,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:26,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["ZXOmmyJFQwCfkcx2JhoSIw"], "issued_at": "2019-01-03T11:37:26.000000Z"}} 2019-01-03 11:37:26,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2508f0-2053-4373-b69b-45385280a2cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:26,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4b2508f0-2053-4373-b69b-45385280a2cd 2019-01-03 11:37:26,248 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:37:26,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-948a2e5f-4e55-47be-9df9-d2347a8b021f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:26,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-948a2e5f-4e55-47be-9df9-d2347a8b021f 2019-01-03 11:37:26,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8598015f-ce2b-46af-8c8b-59aaf08a9e30 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:26,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-8598015f-ce2b-46af-8c8b-59aaf08a9e30 2019-01-03 11:37:26,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:37:26,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:37: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:37:26,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c2e2199-e6ce-4e96-85ce-418d5d3cfbc0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:26,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-5c2e2199-e6ce-4e96-85ce-418d5d3cfbc0 2019-01-03 11:37:26,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-91f9437c-6459-45a6-a97b-f7a8e445f0d7 Date: Thu, 03 Jan 2019 11:37:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:26,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-91f9437c-6459-45a6-a97b-f7a8e445f0d7 2019-01-03 11:37:26,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:26,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-537c5116-165b-449d-ad75-ad2e4315ad69 Date: Thu, 03 Jan 2019 11:37:26 GMT RESP BODY: {"ports":[]} 2019-01-03 11:37:26,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True used request id req-537c5116-165b-449d-ad75-ad2e4315ad69 2019-01-03 11:37:27,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:27,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80d814b0-7b3d-488f-9032-f0e2a9147cb3 x-compute-request-id: req-80d814b0-7b3d-488f-9032-f0e2a9147cb3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:37:27,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst used request id req-80d814b0-7b3d-488f-9032-f0e2a9147cb3 2019-01-03 11:37:27,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:27,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-59e5fd1d-9ee5-4529-bd28-79af2f4780c1 Date: Thu, 03 Jan 2019 11:37:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:27,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-59e5fd1d-9ee5-4529-bd28-79af2f4780c1 2019-01-03 11:37:27,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:27,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b31e6f4-b64f-4164-a703-3ad7797cf194 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:27,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-6b31e6f4-b64f-4164-a703-3ad7797cf194 2019-01-03 11:37:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:27,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8e662806-2917-4102-95ca-3a6a193a1894 Date: Thu, 03 Jan 2019 11:37:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:27,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-8e662806-2917-4102-95ca-3a6a193a1894 2019-01-03 11:37:27,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:27,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-92a13cc1-2dc3-4b6a-8739-6750a344f874 Date: Thu, 03 Jan 2019 11:37:27 GMT RESP BODY: {"ports":[]} 2019-01-03 11:37:27,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True used request id req-92a13cc1-2dc3-4b6a-8739-6750a344f874 2019-01-03 11:37:27,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:37:27,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:28,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["PhyoZv7iREyNGGUBpF4krQ"], "issued_at": "2019-01-03T11:37:28.000000Z"}} 2019-01-03 11:37:28,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ebd00f7347058c56ff1f67a14249e5991a7f6" 2019-01-03 11:37:28,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce350dae-8f1c-4980-b734-66408b0dd6f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:37:28,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce350dae-8f1c-4980-b734-66408b0dd6f5 2019-01-03 11:37:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:28,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-db66087c-8677-496d-9f39-d2d564c5dfe0 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:28,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-db66087c-8677-496d-9f39-d2d564c5dfe0 2019-01-03 11:37:28,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:28,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f72dff71-29f2-4e50-87eb-e26da3dae865 Date: Thu, 03 Jan 2019 11:37:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:28,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-f72dff71-29f2-4e50-87eb-e26da3dae865 2019-01-03 11:37:28,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:28,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-34b5729f-9430-488d-b0e9-59b98b9028a5 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:28,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-34b5729f-9430-488d-b0e9-59b98b9028a5 2019-01-03 11:37:28,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:37:28,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:37: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:37:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ebd00f7347058c56ff1f67a14249e5991a7f6" 2019-01-03 11:37:28,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e765b7e9-a207-46b0-b67a-b02f1a459ff7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:28,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-e765b7e9-a207-46b0-b67a-b02f1a459ff7 2019-01-03 11:37:28,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:29,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5eadbd97-44bd-4fb0-aa55-6a37b16c6457 Date: Thu, 03 Jan 2019 11:37:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:29,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-5eadbd97-44bd-4fb0-aa55-6a37b16c6457 2019-01-03 11:37:29,207 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net 2019-01-03 11:37:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" -d '{"port": {"network_id": "c872e158-0f45-4d23-983a-3840a2306147", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port", "admin_state_up": true}}' 2019-01-03 11:37:30,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-81ef8a53-bd8f-47b5-a440-cd428c6feda1 Date: Thu, 03 Jan 2019 11:37:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e"],"mac_address":"fa:16:3e:e5:1d:27","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","project_id":"3bfffd728b07405e9a6e1852de11eeec","qos_policy_id":null,"admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal"}} 2019-01-03 11:37:30,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-81ef8a53-bd8f-47b5-a440-cd428c6feda1 2019-01-03 11:37:30,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:30,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-31185670-f9d5-4ed3-8807-215038d07345 Date: Thu, 03 Jan 2019 11:37:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:30,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-31185670-f9d5-4ed3-8807-215038d07345 2019-01-03 11:37:30,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:30,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7dc9e35-a744-4a1b-a856-257867f75ac5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:30,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-f7dc9e35-a744-4a1b-a856-257867f75ac5 2019-01-03 11:37:30,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:30,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-40f9fa56-602b-45cb-aca5-818b631a7764 Date: Thu, 03 Jan 2019 11:37:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:30,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-40f9fa56-602b-45cb-aca5-818b631a7764 2019-01-03 11:37:30,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-4d884cff-5905-4ccd-bc62-c141448e1bbe Date: Thu, 03 Jan 2019 11:37:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:37:31,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port&admin_state_up=True used request id req-4d884cff-5905-4ccd-bc62-c141448e1bbe 2019-01-03 11:37:31,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4630969-dd29-4665-a40a-247165a9b4c0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:31,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-e4630969-dd29-4665-a40a-247165a9b4c0 2019-01-03 11:37:31,130 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst 2019-01-03 11:37:31,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8434c470-8775-4c2f-8fbd-fd79ba09c8e2 x-compute-request-id: req-8434c470-8775-4c2f-8fbd-fd79ba09c8e2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-flavor-name"}]} 2019-01-03 11:37:31,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-8434c470-8775-4c2f-8fbd-fd79ba09c8e2 2019-01-03 11:37:31,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d45dfe8b-2b31-4a2d-9091-59aaf15cfc44 x-compute-request-id: req-d45dfe8b-2b31-4a2d-9091-59aaf15cfc44 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0d87c487-a960-4f79-a69f-072dae6ee941", "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:37:31,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941 used request id req-d45dfe8b-2b31-4a2d-9091-59aaf15cfc44 2019-01-03 11:37:31,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-a92f2ce7-d6bc-424c-bdc4-b6bd1db0c6d5 Date: Thu, 03 Jan 2019 11:37:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:37:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:37:19Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "metadata": {}}], "self": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "min_disk": 0, "protected": false, "id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "file": "/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bfffd728b07405e9a6e1852de11eeec", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image"} 2019-01-03 11:37:31,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image used request id req-a92f2ce7-d6bc-424c-bdc4-b6bd1db0c6d5 2019-01-03 11:37:31,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:31,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e20e77c5-df85-4ac2-b699-9d9159b93697 Date: Thu, 03 Jan 2019 11:37: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"}}} 2019-01-03 11:37:31,528 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e20e77c5-df85-4ac2-b699-9d9159b93697 2019-01-03 11:37:31,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" -d '{"server": {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "imageRef": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "flavorRef": "0d87c487-a960-4f79-a69f-072dae6ee941", "max_count": 1, "min_count": 1, "networks": [{"port": "94771ac8-e87e-4fac-a23c-fd5208c216ab"}], "security_groups": [{"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}]}}' 2019-01-03 11:37:33,570 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:37:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd01ce70-6ee6-4762-b950-8073e5c0ede1 x-compute-request-id: req-bd01ce70-6ee6-4762-b950-8073e5c0ede1 Content-Length: 435 location: http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "adminPass": "oQp5X7kRB9do"}} 2019-01-03 11:37:33,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-bd01ce70-6ee6-4762-b950-8073e5c0ede1 2019-01-03 11:37:33,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:33,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-e4942090-b4dd-450e-bc11-9865c1d0f38a x-compute-request-id: req-e4942090-b4dd-450e-bc11-9865c1d0f38a 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.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:37:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:33,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-e4942090-b4dd-450e-bc11-9865c1d0f38a 2019-01-03 11:37:33,798 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst 2019-01-03 11:37:33,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:34,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-13d8604f-4719-44d3-8983-77a069a9d37b x-compute-request-id: req-13d8604f-4719-44d3-8983-77a069a9d37b 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.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:37:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:34,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-13d8604f-4719-44d3-8983-77a069a9d37b 2019-01-03 11:37:34,247 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - BUILD 2019-01-03 11:37:34,247 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:37:37,250 - create_instance - DEBUG - VM status query timeout in 896.547703028 2019-01-03 11:37:37,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:37,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-3c398beb-511d-4a95-ab55-e3ee5d7dc24c x-compute-request-id: req-3c398beb-511d-4a95-ab55-e3ee5d7dc24c 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.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:37:34Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:37,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-3c398beb-511d-4a95-ab55-e3ee5d7dc24c 2019-01-03 11:37:37,594 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - BUILD 2019-01-03 11:37:37,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:37:40,597 - create_instance - DEBUG - VM status query timeout in 893.200603962 2019-01-03 11:37:40,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:41,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-22a942da-d104-4d42-9463-94cedaac0a1d x-compute-request-id: req-22a942da-d104-4d42-9463-94cedaac0a1d Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:41,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-22a942da-d104-4d42-9463-94cedaac0a1d 2019-01-03 11:37:41,219 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - ACTIVE 2019-01-03 11:37:41,219 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:37:41,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:41,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-7c148cf3-512a-4a5e-929b-51f91935eedd x-compute-request-id: req-7c148cf3-512a-4a5e-929b-51f91935eedd Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:41,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-7c148cf3-512a-4a5e-929b-51f91935eedd 2019-01-03 11:37:41,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:41,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-58eff6ed-f3dc-4944-876c-4a037efa5411 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:41,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-58eff6ed-f3dc-4944-876c-4a037efa5411 2019-01-03 11:37:41,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:41,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798fb996-8e06-46bc-892d-15bb957eb69b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:41,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-798fb996-8e06-46bc-892d-15bb957eb69b 2019-01-03 11:37:41,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:41,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a80cd71-3ae0-4641-b402-d841efd6fb03 Date: Thu, 03 Jan 2019 11:37:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:41,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-2a80cd71-3ae0-4641-b402-d841efd6fb03 2019-01-03 11:37:41,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:42,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-1653c719-43f4-48b7-a695-c046545a1de1 Date: Thu, 03 Jan 2019 11:37:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:42,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-1653c719-43f4-48b7-a695-c046545a1de1 2019-01-03 11:37:42,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:42,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-236dd6de-4e44-43b4-8946-b989aa31972c x-compute-request-id: req-236dd6de-4e44-43b4-8946-b989aa31972c Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:42,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-236dd6de-4e44-43b4-8946-b989aa31972c 2019-01-03 11:37:42,642 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - ACTIVE 2019-01-03 11:37:42,642 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:37:42,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:43,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8ae0c35-3349-43d9-b63e-bdf7442fe9f5 x-compute-request-id: req-c8ae0c35-3349-43d9-b63e-bdf7442fe9f5 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:43,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-c8ae0c35-3349-43d9-b63e-bdf7442fe9f5 2019-01-03 11:37:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:43,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ce096538-9b34-4094-815d-06259138212e Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:43,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-ce096538-9b34-4094-815d-06259138212e 2019-01-03 11:37:43,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:43,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f909ca8-bc6c-40c4-96f7-2abba7d5dfe0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:43,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-4f909ca8-bc6c-40c4-96f7-2abba7d5dfe0 2019-01-03 11:37:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:43,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e3eabb34-cb3a-4f00-9566-40bda8baaa25 Date: Thu, 03 Jan 2019 11:37:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:43,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-e3eabb34-cb3a-4f00-9566-40bda8baaa25 2019-01-03 11:37:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:43,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-dd608932-0ea1-434e-87c6-675e8b89d3f6 Date: Thu, 03 Jan 2019 11:37:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:43,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-dd608932-0ea1-434e-87c6-675e8b89d3f6 2019-01-03 11:37:43,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}}' 2019-01-03 11:37:44,709 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-9ebd261d-a95c-48b7-b35f-a3327fefc105 x-compute-request-id: req-9ebd261d-a95c-48b7-b35f-a3327fefc105 Content-Length: 0 Content-Type: application/json 2019-01-03 11:37:44,710 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb/action used request id req-9ebd261d-a95c-48b7-b35f-a3327fefc105 2019-01-03 11:37:44,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:45,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-381bb2a9-54da-4d14-a97f-213d02d39823 x-compute-request-id: req-381bb2a9-54da-4d14-a97f-213d02d39823 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:45,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-381bb2a9-54da-4d14-a97f-213d02d39823 2019-01-03 11:37:45,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:45,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-027e21c9-1b18-4219-aba9-f3859245c267 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:45,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-027e21c9-1b18-4219-aba9-f3859245c267 2019-01-03 11:37:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:45,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-945c9b64-aafd-411f-9c62-ffce6bb85939 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:45,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-945c9b64-aafd-411f-9c62-ffce6bb85939 2019-01-03 11:37:45,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:45,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-43ac52a1-f63a-472c-81ad-5d036a9cc28d Date: Thu, 03 Jan 2019 11:37:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:45,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-43ac52a1-f63a-472c-81ad-5d036a9cc28d 2019-01-03 11:37:45,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:45,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-f2010e9c-b703-488c-b274-871d496e5f58 Date: Thu, 03 Jan 2019 11:37:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e","3385024a-863f-4989-a387-9acbe441364a"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:45,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-f2010e9c-b703-488c-b274-871d496e5f58 2019-01-03 11:37:45,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:37:46,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d2397211f598401c977e866e4de1bbc1", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj-role"}], "expires_at": "2019-01-03T12:37:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bfffd728b07405e9a6e1852de11eeec", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3bfffd728b07405e9a6e1852de11eeec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-836105a9-7c73-436-user", "id": "f35b33f69da34e908463c47526c4addf"}, "audit_ids": ["GYQiwFSZSI6QF44sJo4xgw"], "issued_at": "2019-01-03T11:37:46.000000Z"}} 2019-01-03 11:37:46,195 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462cb10bb578d81df4d541ca6cb5a8314853c939" 2019-01-03 11:37:47,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b4f16d9-e094-4d14-bfd8-d8b29ea4754f x-compute-request-id: req-1b4f16d9-e094-4d14-bfd8-d8b29ea4754f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:47,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-1b4f16d9-e094-4d14-bfd8-d8b29ea4754f 2019-01-03 11:37:47,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:47,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14cca21b-852c-4c1e-8079-a11891c897ef x-compute-request-id: req-14cca21b-852c-4c1e-8079-a11891c897ef Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:47,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-14cca21b-852c-4c1e-8079-a11891c897ef 2019-01-03 11:37:47,787 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - ACTIVE 2019-01-03 11:37:47,788 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:37:47,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:48,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a523773a-d20a-4036-9c0a-6ff2646eaaab x-compute-request-id: req-a523773a-d20a-4036-9c0a-6ff2646eaaab Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:48,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-a523773a-d20a-4036-9c0a-6ff2646eaaab 2019-01-03 11:37:48,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:48,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-3fb0ccad-ee1e-45d3-b4a6-80056060a2d1 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:48,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-3fb0ccad-ee1e-45d3-b4a6-80056060a2d1 2019-01-03 11:37:48,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:48,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e17fc7-78e1-43ff-9639-e3ac832e1c6a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:48,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-02e17fc7-78e1-43ff-9639-e3ac832e1c6a 2019-01-03 11:37:48,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:48,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-42a27776-b718-4fff-a8ed-04f07ff3a0c6 Date: Thu, 03 Jan 2019 11:37:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:48,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-42a27776-b718-4fff-a8ed-04f07ff3a0c6 2019-01-03 11:37:48,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:48,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-c9067749-e66c-4133-91da-d1c120765be5 Date: Thu, 03 Jan 2019 11:37:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e","3385024a-863f-4989-a387-9acbe441364a"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:48,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-c9067749-e66c-4133-91da-d1c120765be5 2019-01-03 11:37:48,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:49,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-706e6e8b-b849-43a8-b54b-040ad22a7c45 x-compute-request-id: req-706e6e8b-b849-43a8-b54b-040ad22a7c45 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:49,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-706e6e8b-b849-43a8-b54b-040ad22a7c45 2019-01-03 11:37:49,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:49,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a306f915-b097-42d5-8394-74c30be334e1 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:49,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-a306f915-b097-42d5-8394-74c30be334e1 2019-01-03 11:37:49,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:49,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96362e38-4771-49ce-90a3-aefdcf742709 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:49,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-96362e38-4771-49ce-90a3-aefdcf742709 2019-01-03 11:37:49,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:49,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8c48e9cd-26d2-4d0a-8c1d-b21527947e47 Date: Thu, 03 Jan 2019 11:37:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:49,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-8c48e9cd-26d2-4d0a-8c1d-b21527947e47 2019-01-03 11:37:49,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:49,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-174f1a2e-2f8b-4c73-ab8c-74d21f329971 Date: Thu, 03 Jan 2019 11:37:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e","3385024a-863f-4989-a387-9acbe441364a"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:49,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-174f1a2e-2f8b-4c73-ab8c-74d21f329971 2019-01-03 11:37:49,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}}' 2019-01-03 11:37:50,706 - novaclient.v2.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 11:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53040c57-c844-45b4-a7ad-9da43d51bbb1 x-compute-request-id: req-53040c57-c844-45b4-a7ad-9da43d51bbb1 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: '3385024a-863f-4989-a387-9acbe441364a'.\nNeutron server returns request_ids: ['req-0200c0eb-b4ba-4cf1-aeab-b90f8c8f51ab']", "code": 400}} 2019-01-03 11:37:50,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb/action used request id req-53040c57-c844-45b4-a7ad-9da43d51bbb1 2019-01-03 11:37:50,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:51,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-6922a1f5-03e6-46c6-a3d4-9dd0108f9bf1 x-compute-request-id: req-6922a1f5-03e6-46c6-a3d4-9dd0108f9bf1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:51,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-6922a1f5-03e6-46c6-a3d4-9dd0108f9bf1 2019-01-03 11:37:51,358 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name] already added to VM [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] 2019-01-03 11:37:51,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:51,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-8e38fb13-fc48-4908-a0bd-6476d6555518 x-compute-request-id: req-8e38fb13-fc48-4908-a0bd-6476d6555518 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:51,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-8e38fb13-fc48-4908-a0bd-6476d6555518 2019-01-03 11:37:51,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:52,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ff53b106-a465-4ac3-a898-7454418ac346 Date: Thu, 03 Jan 2019 11:37: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":["fb093a36-f5e5-47f5-8671-826d00c1acca"],"updated_at":"2019-01-03T11:37:21Z","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3bfffd728b07405e9a6e1852de11eeec","id":"c872e158-0f45-4d23-983a-3840a2306147","name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net"}]} 2019-01-03 11:37:52,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net used request id req-ff53b106-a465-4ac3-a898-7454418ac346 2019-01-03 11:37:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:52,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665b75a2-1d60-4f78-a259-01dbbe8de4df Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:37:52,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-665b75a2-1d60-4f78-a259-01dbbe8de4df 2019-01-03 11:37:52,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:52,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-025cea2a-4ecd-438a-b568-edbe992bb18b Date: Thu, 03 Jan 2019 11:37:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:21Z","dns_nameservers":[],"updated_at":"2019-01-03T11:37: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":"3bfffd728b07405e9a6e1852de11eeec","id":"fb093a36-f5e5-47f5-8671-826d00c1acca","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet"}]} 2019-01-03 11:37:52,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-025cea2a-4ecd-438a-b568-edbe992bb18b 2019-01-03 11:37:52,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:52,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-76c45cc0-fc14-429e-8bb3-3ab3bcd8419a Date: Thu, 03 Jan 2019 11:37:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.4"}],"id":"19a20d65-33e3-4999-a97b-73decded0065","security_groups":[],"mac_address":"fa:16:3e:3f:91:0b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.2"}],"id":"27666118-8905-401f-a3cc-62c563cc3d01","security_groups":[],"mac_address":"fa:16:3e:6a:e3:3b","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.3"}],"id":"493f552d-bc8c-4357-84fb-06b1c93f2d61","security_groups":[],"mac_address":"fa:16:3e:23:ad:5c","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c872e158-0f45-4d23-983a-3840a2306147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:37:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb093a36-f5e5-47f5-8671-826d00c1acca","ip_address":"10.55.0.13"}],"id":"94771ac8-e87e-4fac-a23c-fd5208c216ab","security_groups":["0304aa88-a213-4306-96b6-e670c4c67e1e","3385024a-863f-4989-a387-9acbe441364a"],"mac_address":"fa:16:3e:e5:1d:27","project_id":"3bfffd728b07405e9a6e1852de11eeec","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port","admin_state_up":true,"network_id":"c872e158-0f45-4d23-983a-3840a2306147","tenant_id":"3bfffd728b07405e9a6e1852de11eeec","created_at":"2019-01-03T11:37:29Z","binding:vnic_type":"normal","device_id":"52270392-97f3-4a87-af50-a3a8d75f85eb"}]} 2019-01-03 11:37:52,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c872e158-0f45-4d23-983a-3840a2306147 used request id req-76c45cc0-fc14-429e-8bb3-3ab3bcd8419a 2019-01-03 11:37:52,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462cb10bb578d81df4d541ca6cb5a8314853c939" 2019-01-03 11:37:52,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99ab5810-4753-4b0e-bf33-2d654de69934 x-compute-request-id: req-99ab5810-4753-4b0e-bf33-2d654de69934 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1d:27", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name"}], "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:38Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:52,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-99ab5810-4753-4b0e-bf33-2d654de69934 2019-01-03 11:37:52,816 - create_instance - INFO - Deleting Port with ID - 94771ac8-e87e-4fac-a23c-fd5208c216ab 2019-01-03 11:37:52,817 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-port 2019-01-03 11:37:52,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/94771ac8-e87e-4fac-a23c-fd5208c216ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:53,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7811e145-cd1c-4dcc-b9bd-726cf9ffa08f Date: Thu, 03 Jan 2019 11:37:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:37:53,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/94771ac8-e87e-4fac-a23c-fd5208c216ab used request id req-7811e145-cd1c-4dcc-b9bd-726cf9ffa08f 2019-01-03 11:37:53,544 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst 2019-01-03 11:37:53,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:53,694 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78405829-4a4b-4fdd-8988-ab8221fad001 x-compute-request-id: req-78405829-4a4b-4fdd-8988-ab8221fad001 Content-Type: application/json 2019-01-03 11:37:53,695 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-78405829-4a4b-4fdd-8988-ab8221fad001 2019-01-03 11:37:53,695 - create_instance - INFO - Checking deletion status 2019-01-03 11:37:53,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:53,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83173e90-28b0-4059-8899-79e351065e85 x-compute-request-id: req-83173e90-28b0-4059-8899-79e351065e85 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.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:53Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:53,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-83173e90-28b0-4059-8899-79e351065e85 2019-01-03 11:37:53,952 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - ACTIVE 2019-01-03 11:37:53,952 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:37:56,953 - create_instance - DEBUG - VM status query timeout in 296.742537975 2019-01-03 11:37:56,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:37:57,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:37: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-23a8cc1b-28aa-4cb6-945f-58eaf1903989 x-compute-request-id: req-23a8cc1b-28aa-4cb6-945f-58eaf1903989 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.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/52270392-97f3-4a87-af50-a3a8d75f85eb", "rel": "bookmark"}], "image": {"id": "3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "links": [{"href": "http://172.30.9.28:8774/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:37:38.000000", "flavor": {"id": "0d87c487-a960-4f79-a69f-072dae6ee941", "links": [{"href": "http://172.30.9.28:8774/flavors/0d87c487-a960-4f79-a69f-072dae6ee941", "rel": "bookmark"}]}, "id": "52270392-97f3-4a87-af50-a3a8d75f85eb", "user_id": "f35b33f69da34e908463c47526c4addf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:37:53Z", "hostId": "840be5b033fd8bf2eba392ba00c79483b8961ac0890afa96e24ea129", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst", "created": "2019-01-03T11:37:33Z", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:37:57,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-23a8cc1b-28aa-4cb6-945f-58eaf1903989 2019-01-03 11:37:57,259 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst] is - ACTIVE 2019-01-03 11:37:57,259 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:00,262 - create_instance - DEBUG - VM status query timeout in 293.43294692 2019-01-03 11:38:00,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3f947e8759d48f726c267e017110133ea6338df" 2019-01-03 11:38:00,310 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ae48058-5391-4e91-bd8b-da97722c6482 x-compute-request-id: req-0ae48058-5391-4e91-bd8b-da97722c6482 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 52270392-97f3-4a87-af50-a3a8d75f85eb could not be found.", "code": 404}} 2019-01-03 11:38:00,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/52270392-97f3-4a87-af50-a3a8d75f85eb used request id req-0ae48058-5391-4e91-bd8b-da97722c6482 2019-01-03 11:38:00,310 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 52270392-97f3-4a87-af50-a3a8d75f85eb could not be found. (HTTP 404) (Request-ID: req-0ae48058-5391-4e91-bd8b-da97722c6482) 2019-01-03 11:38:00,310 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-inst 2019-01-03 11:38:00,312 - neutron_utils - INFO - Deleting security group rule with ID - 55dc4ec1-f4ec-45e0-b521-6393eb63e0c0 2019-01-03 11:38:00,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/55dc4ec1-f4ec-45e0-b521-6393eb63e0c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:38:00,564 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c72497b-20c7-45a9-b4d7-bc8a7a1133e7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:00,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/55dc4ec1-f4ec-45e0-b521-6393eb63e0c0 used request id req-2c72497b-20c7-45a9-b4d7-bc8a7a1133e7 2019-01-03 11:38:00,564 - neutron_utils - INFO - Deleting security group rule with ID - 86ecd3f8-d6d4-4e8a-b2d2-e48826d22861 2019-01-03 11:38:00,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/86ecd3f8-d6d4-4e8a-b2d2-e48826d22861 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:38:00,825 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12161046-2db3-4637-b4e1-7c6902729cf9 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:00,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/86ecd3f8-d6d4-4e8a-b2d2-e48826d22861 used request id req-12161046-2db3-4637-b4e1-7c6902729cf9 2019-01-03 11:38:00,826 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-name 2019-01-03 11:38:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3385024a-863f-4989-a387-9acbe441364a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}983e6c568af63626d11ecd4e726f7198aeb12afa" 2019-01-03 11:38:01,100 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a4b2dd5-1503-4f29-a200-dd3c36dda699 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:01,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3385024a-863f-4989-a387-9acbe441364a used request id req-9a4b2dd5-1503-4f29-a200-dd3c36dda699 2019-01-03 11:38:01,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}577e3260cbf15aa7156801a4d75194a67d2d5326" 2019-01-03 11:38:01,137 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:38: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-c3213da8-1237-4cca-bc35-c50ee19bf275 x-compute-request-id: req-c3213da8-1237-4cca-bc35-c50ee19bf275 Content-Length: 0 Content-Type: application/json 2019-01-03 11:38:01,137 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/0d87c487-a960-4f79-a69f-072dae6ee941 used request id req-c3213da8-1237-4cca-bc35-c50ee19bf275 2019-01-03 11:38:01,138 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet 2019-01-03 11:38:01,138 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-subnet 2019-01-03 11:38:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/fb093a36-f5e5-47f5-8671-826d00c1acca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:38:03,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62591966-941b-42f1-bfc5-b15a9319887c Date: Thu, 03 Jan 2019 11:38:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:03,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/fb093a36-f5e5-47f5-8671-826d00c1acca used request id req-62591966-941b-42f1-bfc5-b15a9319887c 2019-01-03 11:38:03,417 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-pub-net 2019-01-03 11:38:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c872e158-0f45-4d23-983a-3840a2306147 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}012dc9ff12bb110324a37786e1d3b95156e50ae4" 2019-01-03 11:38:04,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ebc60f37-181e-46af-94e1-f85e2e34350d Date: Thu, 03 Jan 2019 11:38:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:04,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c872e158-0f45-4d23-983a-3840a2306147 used request id req-ebc60f37-181e-46af-94e1-f85e2e34350d 2019-01-03 11:38:04,722 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-f4ebb98d-c49b-412e-b473-4a2c4a7fa98c-image 2019-01-03 11:38:04,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84e59e03d204bee08ca5fc884bf8aec80695bce8" 2019-01-03 11:38:05,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c413e9ab-92cb-4a0b-af14-2fa93f35a7c3 Date: Thu, 03 Jan 2019 11:38:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:38:05,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3b1a1b9c-1f58-4ce0-a8b5-a24f98ed715c used request id req-c413e9ab-92cb-4a0b-af14-2fa93f35a7c3 2019-01-03 11:38:05,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:05,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dcbbf016-f463-45cc-b8da-09fff5035723 Date: Thu, 03 Jan 2019 11:38:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:20Z", "updated_at": "2019-01-03T11:37:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "revision_number": 0, "id": "0a0ebead-2e38-47e4-bc7d-bf0abdbd7b04", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "revision_number": 0, "id": "5a23d2a2-843f-4988-b704-d10679169c76", "remote_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "revision_number": 0, "id": "8f6721fb-6468-4240-ba0a-6d33106d1fb8", "remote_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "revision_number": 0, "id": "c98250f3-477f-4369-b5fa-19b8d3478d4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bfffd728b07405e9a6e1852de11eeec"}], "revision_number": 4, "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:38:05,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-dcbbf016-f463-45cc-b8da-09fff5035723 2019-01-03 11:38:06,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb211e1-e792-490f-af3f-826f3fd5bca4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec"}, "enabled": true, "id": "3bfffd728b07405e9a6e1852de11eeec", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-836105a9-7c73-436-proj"}} 2019-01-03 11:38:06,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-5cb211e1-e792-490f-af3f-826f3fd5bca4 2019-01-03 11:38:06,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0304aa88-a213-4306-96b6-e670c4c67e1e 2019-01-03 11:38:06,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0304aa88-a213-4306-96b6-e670c4c67e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-53672e66-2c13-4d8a-9334-71bfad2b66a8 Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:20Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "0a0ebead-2e38-47e4-bc7d-bf0abdbd7b04"}, {"remote_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:20Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "5a23d2a2-843f-4988-b704-d10679169c76"}, {"remote_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:20Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "8f6721fb-6468-4240-ba0a-6d33106d1fb8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:37:20Z", "security_group_id": "0304aa88-a213-4306-96b6-e670c4c67e1e", "port_range_min": null, "revision_number": 0, "tenant_id": "3bfffd728b07405e9a6e1852de11eeec", "created_at": "2019-01-03T11:37:20Z", "project_id": "3bfffd728b07405e9a6e1852de11eeec", "id": "c98250f3-477f-4369-b5fa-19b8d3478d4c"}]} 2019-01-03 11:38:06,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=0304aa88-a213-4306-96b6-e670c4c67e1e used request id req-53672e66-2c13-4d8a-9334-71bfad2b66a8 2019-01-03 11:38:06,281 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:38:06,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/0304aa88-a213-4306-96b6-e670c4c67e1e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3eeadf3-856f-434c-b51a-5b0e5643c6c4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:06,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/0304aa88-a213-4306-96b6-e670c4c67e1e used request id req-d3eeadf3-856f-434c-b51a-5b0e5643c6c4 2019-01-03 11:38:06,589 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-836105a9-7c73-436-proj 2019-01-03 11:38:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,779 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a50b9bea-e69c-4964-a550-33aa75fe8a95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:38:06,779 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3bfffd728b07405e9a6e1852de11eeec used request id req-a50b9bea-e69c-4964-a550-33aa75fe8a95 2019-01-03 11:38:06,779 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-836105a9-7c73-436-proj-role 2019-01-03 11:38:06,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91152fec-c6b6-457f-a203-47dbd0ccad24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:38:06,896 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d2397211f598401c977e866e4de1bbc1 used request id req-91152fec-c6b6-457f-a203-47dbd0ccad24 2019-01-03 11:38:06,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}051e82fbee495ec1f20332b311d7bd2156eef278" 2019-01-03 11:38:06,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce518f0b-c330-4ce3-bec4-51541a501d75 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:38:06,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ce518f0b-c330-4ce3-bec4-51541a501d75 2019-01-03 11:38:06,988 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-836105a9-7c73-436-user 2019-01-03 11:38:06,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/f35b33f69da34e908463c47526c4addf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79c54150e361546bc70680a8f49021a20a7e9020" 2019-01-03 11:38:07,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c065706-370f-40ae-8666-7142fd64ddf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:38:07,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/f35b33f69da34e908463c47526c4addf used request id req-1c065706-370f-40ae-8666-7142fd64ddf8 2019-01-03 11:38:07,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:07,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:38:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lwSaxn3kSwWVPluZDgORjQ"], "issued_at": "2019-01-03T11:38:07.000000Z"}} 2019-01-03 11:38:07,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7582ff1f4fce7a08845cfdcf3a1a0891282dafce" 2019-01-03 11:38:07,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734e615c-9fdc-4b39-99d9-59be9f5541c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:07,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-734e615c-9fdc-4b39-99d9-59be9f5541c0 2019-01-03 11:38:07,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:07,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:08,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DCxz4SHDTsOLRW1Mt-eocw"], "issued_at": "2019-01-03T11:38:08.000000Z"}} 2019-01-03 11:38:08,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:08,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f7fe8c-3934-468e-8a5c-27a5755fe87d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:08,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7f7fe8c-3934-468e-8a5c-27a5755fe87d 2019-01-03 11:38:08,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:38:08,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:38:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:08,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91aaca43-0af6-4e9f-8d95-3873a4511cfe Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:38:08,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj used request id req-91aaca43-0af6-4e9f-8d95-3873a4511cfe 2019-01-03 11:38:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:08,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4d993c-ff79-40bb-aea7-d3e8f6a7ea79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:38:08,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-aa4d993c-ff79-40bb-aea7-d3e8f6a7ea79 2019-01-03 11:38:08,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}}' 2019-01-03 11:38:08,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59697b67-23af-468e-9248-d30e808ebd29 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:08,514 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-59697b67-23af-468e-9248-d30e808ebd29 2019-01-03 11:38:08,514 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-proj 2019-01-03 11:38:08,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:08,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:08,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["SEBq5BhJTC24OaqbTNvTyQ"], "issued_at": "2019-01-03T11:38:08.000000Z"}} 2019-01-03 11:38:08,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04157f16808a687c003867716608347c73a1e23" 2019-01-03 11:38:08,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08fe693e-6c39-40dc-8a8f-965741d6bb79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:08,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-08fe693e-6c39-40dc-8a8f-965741d6bb79 2019-01-03 11:38:08,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:38:08,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:38:08,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04157f16808a687c003867716608347c73a1e23" 2019-01-03 11:38:09,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f54cd0-5ad7-45ed-8be7-7cecece716c0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:38:09,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-92f54cd0-5ad7-45ed-8be7-7cecece716c0 2019-01-03 11:38:09,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04157f16808a687c003867716608347c73a1e23" 2019-01-03 11:38:09,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73847d59-6162-4019-9ef4-e9c2e5d25465 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}]} 2019-01-03 11:38:09,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-f513790f-3e47-4bc-proj used request id req-73847d59-6162-4019-9ef4-e9c2e5d25465 2019-01-03 11:38:09,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04157f16808a687c003867716608347c73a1e23" 2019-01-03 11:38:09,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b808c2-2e99-4b49-8704-80eef521021c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:38:09,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e2b808c2-2e99-4b49-8704-80eef521021c 2019-01-03 11:38:09,586 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-user 2019-01-03 11:38:09,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:09,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:09,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7eef3a-fe2b-4c2d-9317-4e1fb61558c9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:38:09,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0d7eef3a-fe2b-4c2d-9317-4e1fb61558c9 2019-01-03 11:38:09,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" -d '{"role": {"name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}}' 2019-01-03 11:38:09,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61be21fe-fb5c-434c-9b01-c346b84f5da4 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "255f0e31dbd745b58d0728e242f90ac1", "links": {"self": "http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1"}, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}} 2019-01-03 11:38:09,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-61be21fe-fb5c-434c-9b01-c346b84f5da4 2019-01-03 11:38:09,801 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role 2019-01-03 11:38:09,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:09,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14cbfa74-e99d-4246-a2f3-70469989b947 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1"}, "domain_id": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role", "id": "255f0e31dbd745b58d0728e242f90ac1"}} 2019-01-03 11:38:09,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1 used request id req-14cbfa74-e99d-4246-a2f3-70469989b947 2019-01-03 11:38:09,888 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role to project InstanceSecurityGroupTests-f513790f-3e47-4bc-proj 2019-01-03 11:38:09,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89/users/053372311e614878af057138b5f0274d/roles/255f0e31dbd745b58d0728e242f90ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:10,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-460c5c34-c06c-4fec-b8ed-615317ee096c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:38:10,019 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89/users/053372311e614878af057138b5f0274d/roles/255f0e31dbd745b58d0728e242f90ac1 used request id req-460c5c34-c06c-4fec-b8ed-615317ee096c 2019-01-03 11:38:10,019 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:38:10,021 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:38:10,021 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:10,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:10,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["EyORAgnRSw6MJrtA7233Gw"], "issued_at": "2019-01-03T11:38:10.000000Z"}} 2019-01-03 11:38:10,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:10,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3ef954-a35f-4b4c-8730-aa8fd3f11208 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:10,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2f3ef954-a35f-4b4c-8730-aa8fd3f11208 2019-01-03 11:38:10,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:10,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-7185a191-fef5-4d66-9941-3c9a2e41cf9b Date: Thu, 03 Jan 2019 11:38:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image"} 2019-01-03 11:38:10,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image used request id req-7185a191-fef5-4d66-9941-3c9a2e41cf9b 2019-01-03 11:38:10,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:10,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8fc6d195-d4fb-4202-bc3a-65325b11baf2 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:38:10,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8fc6d195-d4fb-4202-bc3a-65325b11baf2 2019-01-03 11:38:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image"}' 2019-01-03 11:38:11,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c X-Openstack-Request-Id: req-9d60c200-86ad-48a9-a6e7-6de2d02be64e Date: Thu, 03 Jan 2019 11:38:11 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:38:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:38:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c", "min_disk": 0, "protected": false, "id": "d7322ff2-168f-4941-9eff-05e5f454897c", "file": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file", "checksum": null, "owner": "3710755e70514769a369b6732d795f89", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:38:11,037 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9d60c200-86ad-48a9-a6e7-6de2d02be64e 2019-01-03 11:38:11,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" -d '' 2019-01-03 11:38:12,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83fae114-fb97-45c5-8ccf-9a15232f23ed Date: Thu, 03 Jan 2019 11:38:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:38:12,326 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file used request id req-83fae114-fb97-45c5-8ccf-9a15232f23ed 2019-01-03 11:38:12,327 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:38:12,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:12,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-14fc1a33-317b-48ac-9cae-d6d633220acb Date: Thu, 03 Jan 2019 11:38:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:38:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:38:12Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "metadata": {}}], "self": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c", "min_disk": 0, "protected": false, "id": "d7322ff2-168f-4941-9eff-05e5f454897c", "file": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3710755e70514769a369b6732d795f89", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:38:12,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c used request id req-14fc1a33-317b-48ac-9cae-d6d633220acb 2019-01-03 11:38:12,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:12,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1d9544b6-90be-409a-957e-d5046db6651b Date: Thu, 03 Jan 2019 11:38: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"}}} 2019-01-03 11:38:12,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1d9544b6-90be-409a-957e-d5046db6651b 2019-01-03 11:38:12,656 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image 2019-01-03 11:38:12,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:12,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2f4d6fcb-71c2-4d06-8069-54cf9e83391a Date: Thu, 03 Jan 2019 11:38:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:38:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:38:12Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "metadata": {}}], "self": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c", "min_disk": 0, "protected": false, "id": "d7322ff2-168f-4941-9eff-05e5f454897c", "file": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3710755e70514769a369b6732d795f89", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:38:12,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c used request id req-2f4d6fcb-71c2-4d06-8069-54cf9e83391a 2019-01-03 11:38:12,821 - create_image - DEBUG - Instance status is - active 2019-01-03 11:38:12,821 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image 2019-01-03 11:38:12,821 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image 2019-01-03 11:38:12,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:12,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:13,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["Wt8GW7gvRM2qaFA50xG0Mw"], "issued_at": "2019-01-03T11:38:13.000000Z"}} 2019-01-03 11:38:13,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:13,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-029037b1-2ede-4801-a8eb-b08482091045 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:13,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-029037b1-2ede-4801-a8eb-b08482091045 2019-01-03 11:38:13,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:13,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8ef8b59b-53a1-4f1f-be6f-446671aa2974 Date: Thu, 03 Jan 2019 11:38:13 GMT RESP BODY: {"networks":[]} 2019-01-03 11:38:13,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-8ef8b59b-53a1-4f1f-be6f-446671aa2974 2019-01-03 11:38:13,439 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net 2019-01-03 11:38:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" -d '{"network": {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net", "admin_state_up": true}}' 2019-01-03 11:38:13,996 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-3cd67047-d901-49ac-8432-be8fc250fa04 Date: Thu, 03 Jan 2019 11:38:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:38:13Z","is_default":false,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","mtu":1450}} 2019-01-03 11:38:13,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-3cd67047-d901-49ac-8432-be8fc250fa04 2019-01-03 11:38:14,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:14,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-cab61d42-2a19-4db3-831c-2698d3466b1a Date: Thu, 03 Jan 2019 11:38:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:38:13Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:14,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-cab61d42-2a19-4db3-831c-2698d3466b1a 2019-01-03 11:38:14,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:14,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9dd10d66-ff64-46bf-adcb-b7c7ab14d134 Date: Thu, 03 Jan 2019 11:38:14 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:38:14,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-9dd10d66-ff64-46bf-adcb-b7c7ab14d134 2019-01-03 11:38:14,417 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet 2019-01-03 11:38:14,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" -d '{"subnets": [{"ip_version": 4, "network_id": "9f8b9cd7-a93b-491c-ab14-21f43c13607d", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]}' 2019-01-03 11:38:15,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e612ef2d-c097-45ca-8d02-b16e54e070ba Date: Thu, 03 Jan 2019 11:38:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:15,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-e612ef2d-c097-45ca-8d02-b16e54e070ba 2019-01-03 11:38:15,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:15,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-61c7a860-262f-49d2-bb0f-6b53de3e1e60 Date: Thu, 03 Jan 2019 11:38:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:15,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-61c7a860-262f-49d2-bb0f-6b53de3e1e60 2019-01-03 11:38:15,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:15,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8ff92518-4146-4b58-81ff-bd68bf66481b Date: Thu, 03 Jan 2019 11:38:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:15,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-8ff92518-4146-4b58-81ff-bd68bf66481b 2019-01-03 11:38:15,825 - OpenStackNetwork - DEBUG - Network [9f8b9cd7-a93b-491c-ab14-21f43c13607d] created successfully 2019-01-03 11:38:15,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:15,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:16,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:38:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["3d7C4VDMTs-XTrc6MFQpAA"], "issued_at": "2019-01-03T11:38:16.000000Z"}} 2019-01-03 11:38:16,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b7d5505ba7b9456763dc5f4b8329fcae3762a42" 2019-01-03 11:38:16,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6c863a-cb6c-40d8-b4eb-205f57adacfd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:16,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9c6c863a-cb6c-40d8-b4eb-205f57adacfd 2019-01-03 11:38:16,302 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:38:16,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b7d5505ba7b9456763dc5f4b8329fcae3762a42" 2019-01-03 11:38:16,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-d81dfaae-6443-4b2b-8b31-73468812cf70 x-compute-request-id: req-d81dfaae-6443-4b2b-8b31-73468812cf70 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:38:16,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d81dfaae-6443-4b2b-8b31-73468812cf70 2019-01-03 11:38:16,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b7d5505ba7b9456763dc5f4b8329fcae3762a42" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:38:16,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-25769673-e960-42a9-9e6e-5c593584f2e1 x-compute-request-id: req-25769673-e960-42a9-9e6e-5c593584f2e1 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:38:16,746 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-25769673-e960-42a9-9e6e-5c593584f2e1 2019-01-03 11:38:16,747 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:16,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:17,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["aOSY7R2qS8aQCRFQL2ErxQ"], "issued_at": "2019-01-03T11:38:17.000000Z"}} 2019-01-03 11:38:17,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2153818f-8417-43e2-9011-8918a626bcec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:17,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2153818f-8417-43e2-9011-8918a626bcec 2019-01-03 11:38:17,191 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:38:17,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e084a97b-fa32-4b95-bc54-172464d1ecd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:17,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e084a97b-fa32-4b95-bc54-172464d1ecd1 2019-01-03 11:38:17,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1ea20cf8-48b2-4b83-96ba-acc4a10cdbd6 Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:17,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-1ea20cf8-48b2-4b83-96ba-acc4a10cdbd6 2019-01-03 11:38:17,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:38:17,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:38: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:38:17,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f5ce3e-3f1d-4074-a102-74359fd320a2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:17,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-d1f5ce3e-3f1d-4074-a102-74359fd320a2 2019-01-03 11:38:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fffc8a40-704f-448d-9e3d-d1fbb4a6677d Date: Thu, 03 Jan 2019 11:38:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:17,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-fffc8a40-704f-448d-9e3d-d1fbb4a6677d 2019-01-03 11:38:17,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:17,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-00e7bab5-25c5-40e3-bfc3-907f73f87bf5 Date: Thu, 03 Jan 2019 11:38:17 GMT RESP BODY: {"ports":[]} 2019-01-03 11:38:17,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True used request id req-00e7bab5-25c5-40e3-bfc3-907f73f87bf5 2019-01-03 11:38:17,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:18,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42ab5df8-66af-4fc6-91da-b8593c9abe00 x-compute-request-id: req-42ab5df8-66af-4fc6-91da-b8593c9abe00 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:38:18,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst used request id req-42ab5df8-66af-4fc6-91da-b8593c9abe00 2019-01-03 11:38:18,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:18,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-83ea7588-ecbf-4166-b1e8-7e34000e1f93 Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:18,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-83ea7588-ecbf-4166-b1e8-7e34000e1f93 2019-01-03 11:38:18,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:18,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f725fc99-8893-4614-9cdf-ffd68147545e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:18,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-f725fc99-8893-4614-9cdf-ffd68147545e 2019-01-03 11:38:18,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:18,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1eab3164-503d-4924-9be1-46132078622b Date: Thu, 03 Jan 2019 11:38:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:18,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-1eab3164-503d-4924-9be1-46132078622b 2019-01-03 11:38:18,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:18,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-30a89fe1-5bf5-4901-ae2f-af6c88c774ee Date: Thu, 03 Jan 2019 11:38:18 GMT RESP BODY: {"ports":[]} 2019-01-03 11:38:18,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True used request id req-30a89fe1-5bf5-4901-ae2f-af6c88c774ee 2019-01-03 11:38:18,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:18,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:19,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["tmsPaF9yRcOxyF9A5SiWUw"], "issued_at": "2019-01-03T11:38:19.000000Z"}} 2019-01-03 11:38:19,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1422f90f36830f0799b9526183ac83d40cd8a0e1" 2019-01-03 11:38:19,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef89d89a-5cd2-4b14-a822-41bad141dac5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:19,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef89d89a-5cd2-4b14-a822-41bad141dac5 2019-01-03 11:38:19,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:19,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e6c15ea8-24d1-4581-bbf4-303ffb46a928 Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:19,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-e6c15ea8-24d1-4581-bbf4-303ffb46a928 2019-01-03 11:38:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:19,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-25e91ceb-cbef-4a39-8175-5061b43cec0b Date: Thu, 03 Jan 2019 11:38:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:19,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-25e91ceb-cbef-4a39-8175-5061b43cec0b 2019-01-03 11:38:19,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:19,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-29a52b0f-59e7-4467-bc2a-76547e15d9b7 Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:19,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-29a52b0f-59e7-4467-bc2a-76547e15d9b7 2019-01-03 11:38:19,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:38:19,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:38: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:38:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1422f90f36830f0799b9526183ac83d40cd8a0e1" 2019-01-03 11:38:19,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f793f005-54ab-4eef-b7a2-2ce495b80606 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:19,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-f793f005-54ab-4eef-b7a2-2ce495b80606 2019-01-03 11:38:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:20,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4d579d25-496d-4646-b237-115d6d419a52 Date: Thu, 03 Jan 2019 11:38:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:20,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-4d579d25-496d-4646-b237-115d6d419a52 2019-01-03 11:38:20,111 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net 2019-01-03 11:38:20,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" -d '{"port": {"network_id": "9f8b9cd7-a93b-491c-ab14-21f43c13607d", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port", "admin_state_up": true}}' 2019-01-03 11:38:21,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-750c1031-2713-4a3a-825e-4b30f86cfc9d Date: Thu, 03 Jan 2019 11:38:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","project_id":"3710755e70514769a369b6732d795f89","qos_policy_id":null,"admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal"}} 2019-01-03 11:38:21,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-750c1031-2713-4a3a-825e-4b30f86cfc9d 2019-01-03 11:38:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-70880e09-0e7e-4768-9998-362fea6fa94e Date: Thu, 03 Jan 2019 11: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:21,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-70880e09-0e7e-4768-9998-362fea6fa94e 2019-01-03 11:38:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c140a5-7545-4e6f-9a10-5751a73d7003 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:21,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-b0c140a5-7545-4e6f-9a10-5751a73d7003 2019-01-03 11:38:21,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-394bc148-cae9-4704-888c-aed7c8d7d8d5 Date: Thu, 03 Jan 2019 11:38:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:21,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-394bc148-cae9-4704-888c-aed7c8d7d8d5 2019-01-03 11:38:21,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-f5263973-2827-4c05-9e85-a9f57c2768c1 Date: Thu, 03 Jan 2019 11:38:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:38:21,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port&admin_state_up=True used request id req-f5263973-2827-4c05-9e85-a9f57c2768c1 2019-01-03 11:38:21,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19b39c66-491c-4972-adfe-a4b526488423 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:21,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-19b39c66-491c-4972-adfe-a4b526488423 2019-01-03 11:38:21,760 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst 2019-01-03 11:38:21,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-d59bf46f-ca66-41e5-9038-3fd219220145 x-compute-request-id: req-d59bf46f-ca66-41e5-9038-3fd219220145 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-flavor-name"}]} 2019-01-03 11:38:21,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d59bf46f-ca66-41e5-9038-3fd219220145 2019-01-03 11:38:21,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-c3e170b9-7800-47fc-8fcc-4af8814eb5a5 x-compute-request-id: req-c3e170b9-7800-47fc-8fcc-4af8814eb5a5 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:38:21,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906 used request id req-c3e170b9-7800-47fc-8fcc-4af8814eb5a5 2019-01-03 11:38:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:21,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-ea9aeb5e-a4ba-48bc-b37e-a18ff23ab259 Date: Thu, 03 Jan 2019 11:38:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:38:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:38:12Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "metadata": {}}], "self": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c", "min_disk": 0, "protected": false, "id": "d7322ff2-168f-4941-9eff-05e5f454897c", "file": "/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3710755e70514769a369b6732d795f89", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d7322ff2-168f-4941-9eff-05e5f454897c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image"} 2019-01-03 11:38:21,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image used request id req-ea9aeb5e-a4ba-48bc-b37e-a18ff23ab259 2019-01-03 11:38:22,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:22,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4721ae7c-8153-4ae0-9c0b-d4f91b4e70a9 Date: Thu, 03 Jan 2019 11:38: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"}}} 2019-01-03 11:38:22,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4721ae7c-8153-4ae0-9c0b-d4f91b4e70a9 2019-01-03 11:38:22,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" -d '{"server": {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "imageRef": "d7322ff2-168f-4941-9eff-05e5f454897c", "flavorRef": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "max_count": 1, "min_count": 1, "networks": [{"port": "0a2cea65-3edd-4b86-b259-b1373f95cdd1"}]}}' 2019-01-03 11:38:23,738 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-f9a537e9-7bfb-4ab9-9206-3d7d224ce791 x-compute-request-id: req-f9a537e9-7bfb-4ab9-9206-3d7d224ce791 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "adminPass": "TvLGxE2igcpe"}} 2019-01-03 11:38:23,738 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-f9a537e9-7bfb-4ab9-9206-3d7d224ce791 2019-01-03 11:38:23,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:24,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53a68bd1-3472-476a-b74d-d6ac1b7312ee x-compute-request-id: req-53a68bd1-3472-476a-b74d-d6ac1b7312ee Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:38:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:24,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-53a68bd1-3472-476a-b74d-d6ac1b7312ee 2019-01-03 11:38:24,097 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst 2019-01-03 11:38:24,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:24,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76dd811b-f9ac-4cb4-907f-547eca41dcff x-compute-request-id: req-76dd811b-f9ac-4cb4-907f-547eca41dcff 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.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:38:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:24,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-76dd811b-f9ac-4cb4-907f-547eca41dcff 2019-01-03 11:38:24,494 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - BUILD 2019-01-03 11:38:24,494 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:27,498 - create_instance - DEBUG - VM status query timeout in 896.599768877 2019-01-03 11:38:27,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:28,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b70cc3e-4971-4655-aa1f-6dd1893953a5 x-compute-request-id: req-3b70cc3e-4971-4655-aa1f-6dd1893953a5 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.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:38:24Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:28,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-3b70cc3e-4971-4655-aa1f-6dd1893953a5 2019-01-03 11:38:28,250 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - BUILD 2019-01-03 11:38:28,250 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:31,250 - create_instance - DEBUG - VM status query timeout in 892.847131014 2019-01-03 11:38:31,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:32,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be55831a-ae86-4657-a005-a4737995c42a x-compute-request-id: req-be55831a-ae86-4657-a005-a4737995c42a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:32,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-be55831a-ae86-4657-a005-a4737995c42a 2019-01-03 11:38:32,018 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - ACTIVE 2019-01-03 11:38:32,018 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:38:32,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:32,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-a35c5fb2-f979-437b-af4a-fff3a9e5956c x-compute-request-id: req-a35c5fb2-f979-437b-af4a-fff3a9e5956c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:32,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-a35c5fb2-f979-437b-af4a-fff3a9e5956c 2019-01-03 11:38:32,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:32,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-232f8032-34ac-468f-b480-f529ba271c22 Date: Thu, 03 Jan 2019 11:38:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:32,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-232f8032-34ac-468f-b480-f529ba271c22 2019-01-03 11:38:32,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:32,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63ab5b6-f741-474a-9b86-d718c3f5eebf Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:32,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-a63ab5b6-f741-474a-9b86-d718c3f5eebf 2019-01-03 11:38:32,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:32,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0ddd89e1-6345-4661-8e9e-57b7cebad565 Date: Thu, 03 Jan 2019 11:38:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:32,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-0ddd89e1-6345-4661-8e9e-57b7cebad565 2019-01-03 11:38:32,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:33,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-9a2323ec-bae9-4204-9a2c-7466c109613f Date: Thu, 03 Jan 2019 11:38:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":"9908f550-40b6-4cac-839a-32d3d05d51c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.3"}],"id":"0a753cf9-e75b-45fc-b120-f92daddb3656","security_groups":[],"mac_address":"fa:16:3e:d7:be:d8","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.4"}],"id":"bdbe68e5-6483-40e4-9932-24ad2c41923c","security_groups":[],"mac_address":"fa:16:3e:f6:c8:83","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.2"}],"id":"e805af37-ccd3-450c-ac77-dbbfcfbead4f","security_groups":[],"mac_address":"fa:16:3e:29:41:2c","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f8b9cd7-a93b-491c-ab14-21f43c13607d"}]} 2019-01-03 11:38:33,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-9a2323ec-bae9-4204-9a2c-7466c109613f 2019-01-03 11:38:33,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:38:33,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:33,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["ckhRzmt_QVmcReWwObITWA"], "issued_at": "2019-01-03T11:38:33.000000Z"}} 2019-01-03 11:38:33,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:33,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d8d1cae-4308-4150-8370-0ef684cbf866 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:38:33,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2d8d1cae-4308-4150-8370-0ef684cbf866 2019-01-03 11:38:33,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:33,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f5478daf-fe13-4edf-88ed-b2deee1f13fe Date: Thu, 03 Jan 2019 11:38:33 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:38:33,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name&description=hello+group used request id req-f5478daf-fe13-4edf-88ed-b2deee1f13fe 2019-01-03 11:38:33,882 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name... 2019-01-03 11:38:33,882 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name 2019-01-03 11:38:33,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" -d '{"security_group": {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name", "description": "hello group"}}' 2019-01-03 11:38:34,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1d85a3f4-9785-4747-ba5e-b2bb8f8d2db7 Date: Thu, 03 Jan 2019 11:38:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "updated_at": "2019-01-03T11:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}], "revision_number": 2, "project_id": "3710755e70514769a369b6732d795f89", "id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}} 2019-01-03 11:38:34,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-1d85a3f4-9785-4747-ba5e-b2bb8f8d2db7 2019-01-03 11:38:34,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:34,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:34,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-43e6e2e4-6d94-41de-880c-973e1b2e0c5e Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f"}]} 2019-01-03 11:38:34,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-43e6e2e4-6d94-41de-880c-973e1b2e0c5e 2019-01-03 11:38:34,406 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:34,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:34,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ace24fa-0b1d-488a-9be7-806b3dc1677d Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f"}]} 2019-01-03 11:38:34,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-2ace24fa-0b1d-488a-9be7-806b3dc1677d 2019-01-03 11:38:34,584 - neutron_utils - INFO - Retrieving security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:34,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:34,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ba090a4f-7399-4432-b096-da94db540f7f Date: Thu, 03 Jan 2019 11:38:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "updated_at": "2019-01-03T11:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}], "revision_number": 2, "project_id": "3710755e70514769a369b6732d795f89", "id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}]} 2019-01-03 11:38:34,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-ba090a4f-7399-4432-b096-da94db540f7f 2019-01-03 11:38:34,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:34,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:35,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9ee5040-e5c4-4f17-8d6d-4083746175bd Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f"}]} 2019-01-03 11:38:35,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-c9ee5040-e5c4-4f17-8d6d-4083746175bd 2019-01-03 11:38:35,016 - neutron_utils - INFO - Retrieving security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:35,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f808be1a-3292-4e1a-87e8-f6e96ac7b9ac Date: Thu, 03 Jan 2019 11:38:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "updated_at": "2019-01-03T11:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}], "revision_number": 2, "project_id": "3710755e70514769a369b6732d795f89", "id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}]} 2019-01-03 11:38:35,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-f808be1a-3292-4e1a-87e8-f6e96ac7b9ac 2019-01-03 11:38:35,214 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:35,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:35,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a24fdf97-9e2d-4dee-be5b-e7dd8ede2044 Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f"}]} 2019-01-03 11:38:35,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-a24fdf97-9e2d-4dee-be5b-e7dd8ede2044 2019-01-03 11:38:35,290 - neutron_utils - INFO - Retrieving security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:35,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:35,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-bf233f97-e353-40a3-a973-ea195cffb41b Date: Thu, 03 Jan 2019 11:38:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "updated_at": "2019-01-03T11:38:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "revision_number": 0, "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}], "revision_number": 2, "project_id": "3710755e70514769a369b6732d795f89", "id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}]} 2019-01-03 11:38:35,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-bf233f97-e353-40a3-a973-ea195cffb41b 2019-01-03 11:38:35,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e5730246-b914-4a3e-afa0-a1689ca5e541 2019-01-03 11:38:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:35,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-208a037a-7de2-4ede-b663-0700a4c1bed4 Date: Thu, 03 Jan 2019 11:38: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": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "21f5f01b-b3fd-4921-b7db-68fcbd46b220"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:34Z", "security_group_id": "e5730246-b914-4a3e-afa0-a1689ca5e541", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:34Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "a14e2713-9c3c-478a-ba2f-d35d33d38a2f"}]} 2019-01-03 11:38:35,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-208a037a-7de2-4ede-b663-0700a4c1bed4 2019-01-03 11:38:35,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:36,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-5a403f04-de0b-49d9-bbed-85eb66a7faa0 x-compute-request-id: req-5a403f04-de0b-49d9-bbed-85eb66a7faa0 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:36,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-5a403f04-de0b-49d9-bbed-85eb66a7faa0 2019-01-03 11:38:36,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:36,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-be912985-bd13-4df1-b291-a80eebf3c1e9 Date: Thu, 03 Jan 2019 11:38:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:36,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-be912985-bd13-4df1-b291-a80eebf3c1e9 2019-01-03 11:38:36,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:36,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0159ea34-579d-472f-afe3-4832c1456d85 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:36,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-0159ea34-579d-472f-afe3-4832c1456d85 2019-01-03 11:38:36,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:36,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c5ba4bfc-09d5-42ad-807b-6ed0c00edb58 Date: Thu, 03 Jan 2019 11:38:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:36,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-c5ba4bfc-09d5-42ad-807b-6ed0c00edb58 2019-01-03 11:38:36,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:36,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b6df2cfb-4343-4644-95e7-dbb91ba295da Date: Thu, 03 Jan 2019 11:38:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":"9908f550-40b6-4cac-839a-32d3d05d51c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.3"}],"id":"0a753cf9-e75b-45fc-b120-f92daddb3656","security_groups":[],"mac_address":"fa:16:3e:d7:be:d8","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.4"}],"id":"bdbe68e5-6483-40e4-9932-24ad2c41923c","security_groups":[],"mac_address":"fa:16:3e:f6:c8:83","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.2"}],"id":"e805af37-ccd3-450c-ac77-dbbfcfbead4f","security_groups":[],"mac_address":"fa:16:3e:29:41:2c","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f8b9cd7-a93b-491c-ab14-21f43c13607d"}]} 2019-01-03 11:38:36,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-b6df2cfb-4343-4644-95e7-dbb91ba295da 2019-01-03 11:38:36,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:38:37,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "255f0e31dbd745b58d0728e242f90ac1", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role"}], "expires_at": "2019-01-03T12:38:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3710755e70514769a369b6732d795f89", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3710755e70514769a369b6732d795f89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3710755e70514769a369b6732d795f89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-user", "id": "053372311e614878af057138b5f0274d"}, "audit_ids": ["bnxG223kQ4GB8DWmwQr6ww"], "issued_at": "2019-01-03T11:38:37.000000Z"}} 2019-01-03 11:38:37,143 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad13e84cfaceb66eac93d364eaab6146b33dc2a" 2019-01-03 11:38:38,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26923876-52c8-4c7a-b7c3-7a2d99535177 x-compute-request-id: req-26923876-52c8-4c7a-b7c3-7a2d99535177 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:38,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-26923876-52c8-4c7a-b7c3-7a2d99535177 2019-01-03 11:38:38,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:38,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-556e098d-68b9-47a0-91b3-11aa66242040 x-compute-request-id: req-556e098d-68b9-47a0-91b3-11aa66242040 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:38,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-556e098d-68b9-47a0-91b3-11aa66242040 2019-01-03 11:38:38,519 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - ACTIVE 2019-01-03 11:38:38,519 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:38:38,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:39,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-b60cff13-8f40-4d99-a4db-c1bf5aa0e237 x-compute-request-id: req-b60cff13-8f40-4d99-a4db-c1bf5aa0e237 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:39,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-b60cff13-8f40-4d99-a4db-c1bf5aa0e237 2019-01-03 11:38:39,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:39,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7204f066-5680-4e91-8011-802a6c3fe2cb Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:39,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-7204f066-5680-4e91-8011-802a6c3fe2cb 2019-01-03 11:38:39,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:39,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76baa501-a664-43e2-a092-da7f8b1a9595 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:39,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-76baa501-a664-43e2-a092-da7f8b1a9595 2019-01-03 11:38:39,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:39,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7f4b72c8-696c-4a8e-aec9-bca0b5fc9408 Date: Thu, 03 Jan 2019 11:38:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:39,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-7f4b72c8-696c-4a8e-aec9-bca0b5fc9408 2019-01-03 11:38:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:39,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-f34e0650-f197-4450-8050-0ec54863eaf9 Date: Thu, 03 Jan 2019 11:38:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":"9908f550-40b6-4cac-839a-32d3d05d51c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.3"}],"id":"0a753cf9-e75b-45fc-b120-f92daddb3656","security_groups":[],"mac_address":"fa:16:3e:d7:be:d8","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.4"}],"id":"bdbe68e5-6483-40e4-9932-24ad2c41923c","security_groups":[],"mac_address":"fa:16:3e:f6:c8:83","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.2"}],"id":"e805af37-ccd3-450c-ac77-dbbfcfbead4f","security_groups":[],"mac_address":"fa:16:3e:29:41:2c","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f8b9cd7-a93b-491c-ab14-21f43c13607d"}]} 2019-01-03 11:38:39,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-f34e0650-f197-4450-8050-0ec54863eaf9 2019-01-03 11:38:39,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:40,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8678b241-fdfc-48c9-bd10-6bc60eaed02a x-compute-request-id: req-8678b241-fdfc-48c9-bd10-6bc60eaed02a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:40,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-8678b241-fdfc-48c9-bd10-6bc60eaed02a 2019-01-03 11:38:40,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:40,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e9c1723f-0f0c-41a1-9f6e-32a659688de2 Date: Thu, 03 Jan 2019 11:38: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:40,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-e9c1723f-0f0c-41a1-9f6e-32a659688de2 2019-01-03 11:38:40,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:40,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10da44f4-ce02-4b03-bde5-57ed662c9247 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:40,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-10da44f4-ce02-4b03-bde5-57ed662c9247 2019-01-03 11:38:40,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:40,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-eafbc67a-cfbe-4279-a50c-f4f0bf682acb Date: Thu, 03 Jan 2019 11:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:40,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-eafbc67a-cfbe-4279-a50c-f4f0bf682acb 2019-01-03 11:38:40,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:40,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6da45ee6-1f50-48e7-881a-bcbe1dc21208 Date: Thu, 03 Jan 2019 11:38:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":"9908f550-40b6-4cac-839a-32d3d05d51c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.3"}],"id":"0a753cf9-e75b-45fc-b120-f92daddb3656","security_groups":[],"mac_address":"fa:16:3e:d7:be:d8","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.4"}],"id":"bdbe68e5-6483-40e4-9932-24ad2c41923c","security_groups":[],"mac_address":"fa:16:3e:f6:c8:83","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.2"}],"id":"e805af37-ccd3-450c-ac77-dbbfcfbead4f","security_groups":[],"mac_address":"fa:16:3e:29:41:2c","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f8b9cd7-a93b-491c-ab14-21f43c13607d"}]} 2019-01-03 11:38:40,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-6da45ee6-1f50-48e7-881a-bcbe1dc21208 2019-01-03 11:38:40,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}}' 2019-01-03 11:38:41,734 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:38: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-36076d31-8a9c-4731-97de-d709c63a0f34 x-compute-request-id: req-36076d31-8a9c-4731-97de-d709c63a0f34 Content-Length: 0 Content-Type: application/json 2019-01-03 11:38:41,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3/action used request id req-36076d31-8a9c-4731-97de-d709c63a0f34 2019-01-03 11:38:41,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:41,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-d571cf27-01b6-48f8-b771-cc2b883f431d x-compute-request-id: req-d571cf27-01b6-48f8-b771-cc2b883f431d Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:41,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-d571cf27-01b6-48f8-b771-cc2b883f431d 2019-01-03 11:38:41,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:42,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dd55933f-aa0a-4c8d-ba00-6452de5000a8 Date: Thu, 03 Jan 2019 11: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":["5885f7ad-264d-4361-9de1-7de2a5ca8a1b"],"updated_at":"2019-01-03T11:38:14Z","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3710755e70514769a369b6732d795f89","id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net"}]} 2019-01-03 11:38:42,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net used request id req-dd55933f-aa0a-4c8d-ba00-6452de5000a8 2019-01-03 11:38:42,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:42,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f65eea4-152d-4613-ab0b-29fbf255c98e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:38:42,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-4f65eea4-152d-4613-ab0b-29fbf255c98e 2019-01-03 11:38:42,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:42,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e47c5c53-1abb-4515-81c9-68736150eca5 Date: Thu, 03 Jan 2019 11:38:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:38:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3710755e70514769a369b6732d795f89","id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","subnetpool_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet"}]} 2019-01-03 11:38:42,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-e47c5c53-1abb-4515-81c9-68736150eca5 2019-01-03 11:38:42,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:42,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-b908e14e-748b-4a63-a2a1-a9a0bafb3af8 Date: Thu, 03 Jan 2019 11:38:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.8"}],"id":"0a2cea65-3edd-4b86-b259-b1373f95cdd1","security_groups":["e4676a1b-0cf2-4d90-b703-91c2fdbe4cde","e5730246-b914-4a3e-afa0-a1689ca5e541"],"mac_address":"fa:16:3e:b0:91:17","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:20Z","binding:vnic_type":"normal","device_id":"9908f550-40b6-4cac-839a-32d3d05d51c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.3"}],"id":"0a753cf9-e75b-45fc-b120-f92daddb3656","security_groups":[],"mac_address":"fa:16:3e:d7:be:d8","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.4"}],"id":"bdbe68e5-6483-40e4-9932-24ad2c41923c","security_groups":[],"mac_address":"fa:16:3e:f6:c8:83","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9f8b9cd7-a93b-491c-ab14-21f43c13607d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:38:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5885f7ad-264d-4361-9de1-7de2a5ca8a1b","ip_address":"10.55.0.2"}],"id":"e805af37-ccd3-450c-ac77-dbbfcfbead4f","security_groups":[],"mac_address":"fa:16:3e:29:41:2c","project_id":"3710755e70514769a369b6732d795f89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9f8b9cd7-a93b-491c-ab14-21f43c13607d","tenant_id":"3710755e70514769a369b6732d795f89","created_at":"2019-01-03T11:38:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9f8b9cd7-a93b-491c-ab14-21f43c13607d"}]} 2019-01-03 11:38:42,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-b908e14e-748b-4a63-a2a1-a9a0bafb3af8 2019-01-03 11:38:42,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad13e84cfaceb66eac93d364eaab6146b33dc2a" 2019-01-03 11:38:43,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-ac901950-0c95-485d-a300-de46325951a6 x-compute-request-id: req-ac901950-0c95-485d-a300-de46325951a6 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name"}], "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:29Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:43,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-ac901950-0c95-485d-a300-de46325951a6 2019-01-03 11:38:43,009 - create_instance - INFO - Deleting Port with ID - 0a2cea65-3edd-4b86-b259-b1373f95cdd1 2019-01-03 11:38:43,009 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-port 2019-01-03 11:38:43,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0a2cea65-3edd-4b86-b259-b1373f95cdd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:43,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4eb8675-f124-4eeb-ba41-61a292aeffee Date: Thu, 03 Jan 2019 11:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:43,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0a2cea65-3edd-4b86-b259-b1373f95cdd1 used request id req-c4eb8675-f124-4eeb-ba41-61a292aeffee 2019-01-03 11:38:43,432 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst 2019-01-03 11:38:43,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:43,637 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:38: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-e60b04ba-8c80-477a-af08-8845b3687205 x-compute-request-id: req-e60b04ba-8c80-477a-af08-8845b3687205 Content-Type: application/json 2019-01-03 11:38:43,638 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-e60b04ba-8c80-477a-af08-8845b3687205 2019-01-03 11:38:43,638 - create_instance - INFO - Checking deletion status 2019-01-03 11:38:43,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:43,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-306298de-c118-40dc-aa7d-e65db81957fa x-compute-request-id: req-306298de-c118-40dc-aa7d-e65db81957fa Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:91:17", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:43Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:43,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-306298de-c118-40dc-aa7d-e65db81957fa 2019-01-03 11:38:43,880 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - ACTIVE 2019-01-03 11:38:43,881 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:46,884 - create_instance - DEBUG - VM status query timeout in 296.754575014 2019-01-03 11:38:46,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:47,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be60b0fc-c791-4352-af2d-801963875e3a x-compute-request-id: req-be60b0fc-c791-4352-af2d-801963875e3a 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.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:43Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:47,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-be60b0fc-c791-4352-af2d-801963875e3a 2019-01-03 11:38:47,161 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - ACTIVE 2019-01-03 11:38:47,161 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:50,164 - create_instance - DEBUG - VM status query timeout in 293.474153996 2019-01-03 11:38:50,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:50,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38: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-4b4c9246-dad8-4318-8812-646a69eb6cec x-compute-request-id: req-4b4c9246-dad8-4318-8812-646a69eb6cec 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.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/9908f550-40b6-4cac-839a-32d3d05d51c3", "rel": "bookmark"}], "image": {"id": "d7322ff2-168f-4941-9eff-05e5f454897c", "links": [{"href": "http://172.30.9.28:8774/images/d7322ff2-168f-4941-9eff-05e5f454897c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:38:28.000000", "flavor": {"id": "b15381c8-4ecd-40ec-a8b4-2dff001e5906", "links": [{"href": "http://172.30.9.28:8774/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906", "rel": "bookmark"}]}, "id": "9908f550-40b6-4cac-839a-32d3d05d51c3", "user_id": "053372311e614878af057138b5f0274d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:38:43Z", "hostId": "50919686ed1f43b1fae29c8c90b416db56e31f29668951f572141330", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst", "created": "2019-01-03T11:38:23Z", "tenant_id": "3710755e70514769a369b6732d795f89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:38:50,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-4b4c9246-dad8-4318-8812-646a69eb6cec 2019-01-03 11:38:50,412 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst] is - ACTIVE 2019-01-03 11:38:50,412 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:38:53,415 - create_instance - DEBUG - VM status query timeout in 290.22302103 2019-01-03 11:38:53,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d13243dffd3f8fb77800ca81bb2387ea74f1327" 2019-01-03 11:38:53,472 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:38: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-fbcc30f8-e64f-4442-b2e2-8ee538a5d2cc x-compute-request-id: req-fbcc30f8-e64f-4442-b2e2-8ee538a5d2cc Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9908f550-40b6-4cac-839a-32d3d05d51c3 could not be found.", "code": 404}} 2019-01-03 11:38:53,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/9908f550-40b6-4cac-839a-32d3d05d51c3 used request id req-fbcc30f8-e64f-4442-b2e2-8ee538a5d2cc 2019-01-03 11:38:53,472 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9908f550-40b6-4cac-839a-32d3d05d51c3 could not be found. (HTTP 404) (Request-ID: req-fbcc30f8-e64f-4442-b2e2-8ee538a5d2cc) 2019-01-03 11:38:53,472 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-inst 2019-01-03 11:38:53,473 - neutron_utils - INFO - Deleting security group rule with ID - a14e2713-9c3c-478a-ba2f-d35d33d38a2f 2019-01-03 11:38:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/a14e2713-9c3c-478a-ba2f-d35d33d38a2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:53,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4efed8a-2b1f-4ecc-9178-219aad92516f Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:53,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/a14e2713-9c3c-478a-ba2f-d35d33d38a2f used request id req-e4efed8a-2b1f-4ecc-9178-219aad92516f 2019-01-03 11:38:53,773 - neutron_utils - INFO - Deleting security group rule with ID - 21f5f01b-b3fd-4921-b7db-68fcbd46b220 2019-01-03 11:38:53,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/21f5f01b-b3fd-4921-b7db-68fcbd46b220 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:54,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8e7e65d-0ce3-4ed1-bdc5-025fcf37f462 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:54,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/21f5f01b-b3fd-4921-b7db-68fcbd46b220 used request id req-d8e7e65d-0ce3-4ed1-bdc5-025fcf37f462 2019-01-03 11:38:54,062 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-name 2019-01-03 11:38:54,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e5730246-b914-4a3e-afa0-a1689ca5e541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41c0f34dbe908b6207e12c7956d9db38c44c4c08" 2019-01-03 11:38:54,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df449c02-bc66-4444-a10c-131f12b2bc52 Content-Length: 0 Date: Thu, 03 Jan 2019 11:38:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:54,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e5730246-b914-4a3e-afa0-a1689ca5e541 used request id req-df449c02-bc66-4444-a10c-131f12b2bc52 2019-01-03 11:38:54,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b7d5505ba7b9456763dc5f4b8329fcae3762a42" 2019-01-03 11:38:54,593 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a808faeb-e368-411a-9105-fba9592fb6f8 x-compute-request-id: req-a808faeb-e368-411a-9105-fba9592fb6f8 Content-Length: 0 Content-Type: application/json 2019-01-03 11:38:54,594 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b15381c8-4ecd-40ec-a8b4-2dff001e5906 used request id req-a808faeb-e368-411a-9105-fba9592fb6f8 2019-01-03 11:38:54,595 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet 2019-01-03 11:38:54,595 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-subnet 2019-01-03 11:38:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/5885f7ad-264d-4361-9de1-7de2a5ca8a1b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:56,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7878cddf-2a27-4984-bcd0-eafab7e65e5f Date: Thu, 03 Jan 2019 11:38:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:56,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/5885f7ad-264d-4361-9de1-7de2a5ca8a1b used request id req-7878cddf-2a27-4984-bcd0-eafab7e65e5f 2019-01-03 11:38:56,967 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-pub-net 2019-01-03 11:38:56,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9f8b9cd7-a93b-491c-ab14-21f43c13607d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a617ae95a6350d0b46c99c1d018a1ed4f7f55d89" 2019-01-03 11:38:58,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-146f8ee2-10dc-415b-a983-f1d3d33de137 Date: Thu, 03 Jan 2019 11:38:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:38:58,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9f8b9cd7-a93b-491c-ab14-21f43c13607d used request id req-146f8ee2-10dc-415b-a983-f1d3d33de137 2019-01-03 11:38:58,224 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-73226c8b-5191-4848-829c-10cc65b1553d-image 2019-01-03 11:38:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f0299f2d383b44e9d2b721e0540e52d0d27cb173" 2019-01-03 11:38:59,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-227ba6d1-4bf2-4540-a6b9-54f1af274f98 Date: Thu, 03 Jan 2019 11:38:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:38:59,550 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d7322ff2-168f-4941-9eff-05e5f454897c used request id req-227ba6d1-4bf2-4540-a6b9-54f1af274f98 2019-01-03 11:38:59,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:59,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4c3a9a90-0019-417c-b627-7a99582f193e Date: Thu, 03 Jan 2019 11:38:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:13Z", "updated_at": "2019-01-03T11:38:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "revision_number": 0, "id": "188b9613-a987-4a63-8cd9-77e61403b4b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "revision_number": 0, "id": "32860cba-558a-48c6-8fd6-4e7452c768c4", "remote_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "revision_number": 0, "id": "7d2d57ae-fbd7-4486-93a4-79f8f37210cb", "remote_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv6", "project_id": "3710755e70514769a369b6732d795f89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "revision_number": 0, "id": "99d875fc-9c71-42b9-9545-a7a2aa353258", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "tenant_id": "3710755e70514769a369b6732d795f89", "port_range_min": null, "ethertype": "IPv4", "project_id": "3710755e70514769a369b6732d795f89"}], "revision_number": 4, "project_id": "3710755e70514769a369b6732d795f89", "id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:38:59,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4c3a9a90-0019-417c-b627-7a99582f193e 2019-01-03 11:38:59,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:59,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3ad309-5580-4a27-bb8d-f288e4d7bb13 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:38:59,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7f3ad309-5580-4a27-bb8d-f288e4d7bb13 2019-01-03 11:38:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:38:59,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d87b044-c40c-484e-a57f-20232ab9c804 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:38:59,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-3d87b044-c40c-484e-a57f-20232ab9c804 2019-01-03 11:38:59,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:00,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca462fe4-f29d-4485-bbae-26f13d41aad4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:39:00,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ca462fe4-f29d-4485-bbae-26f13d41aad4 2019-01-03 11:39:00,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:00,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-331639d5-b4fa-4357-8467-c30b6032ec83 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89"}, "enabled": true, "id": "3710755e70514769a369b6732d795f89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f513790f-3e47-4bc-proj"}} 2019-01-03 11:39:00,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-331639d5-b4fa-4357-8467-c30b6032ec83 2019-01-03 11:39:00,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4676a1b-0cf2-4d90-b703-91c2fdbe4cde 2019-01-03 11:39:00,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e4676a1b-0cf2-4d90-b703-91c2fdbe4cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:00,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7c912653-97ce-4822-9717-d5335d6ca436 Date: Thu, 03 Jan 2019 11:39: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": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:13Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "188b9613-a987-4a63-8cd9-77e61403b4b4"}, {"remote_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:13Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "32860cba-558a-48c6-8fd6-4e7452c768c4"}, {"remote_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:13Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "7d2d57ae-fbd7-4486-93a4-79f8f37210cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:38:13Z", "security_group_id": "e4676a1b-0cf2-4d90-b703-91c2fdbe4cde", "port_range_min": null, "revision_number": 0, "tenant_id": "3710755e70514769a369b6732d795f89", "created_at": "2019-01-03T11:38:13Z", "project_id": "3710755e70514769a369b6732d795f89", "id": "99d875fc-9c71-42b9-9545-a7a2aa353258"}]} 2019-01-03 11:39:00,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e4676a1b-0cf2-4d90-b703-91c2fdbe4cde used request id req-7c912653-97ce-4822-9717-d5335d6ca436 2019-01-03 11:39:00,415 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:39:00,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e4676a1b-0cf2-4d90-b703-91c2fdbe4cde -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:00,719 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c078921-3c06-4a02-bd55-66296d177952 Content-Length: 0 Date: Thu, 03 Jan 2019 11:39:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:00,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e4676a1b-0cf2-4d90-b703-91c2fdbe4cde used request id req-2c078921-3c06-4a02-bd55-66296d177952 2019-01-03 11:39:00,720 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-proj 2019-01-03 11:39:00,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:00,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35ea5f7b-6e7a-49ab-b4d5-f592777f26c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:00,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3710755e70514769a369b6732d795f89 used request id req-35ea5f7b-6e7a-49ab-b4d5-f592777f26c4 2019-01-03 11:39:00,954 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-proj-role 2019-01-03 11:39:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:01,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6926e89b-0de0-4db5-b53d-6ca836307a87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:01,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/255f0e31dbd745b58d0728e242f90ac1 used request id req-6926e89b-0de0-4db5-b53d-6ca836307a87 2019-01-03 11:39:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff8c09e73e655f190b27ed909338b9de5598cab3" 2019-01-03 11:39:01,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e3a4d3f-2e69-4a4f-9bcd-64f3de12ea37 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:39:01,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9e3a4d3f-2e69-4a4f-9bcd-64f3de12ea37 2019-01-03 11:39:01,159 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f513790f-3e47-4bc-user 2019-01-03 11:39:01,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/053372311e614878af057138b5f0274d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04157f16808a687c003867716608347c73a1e23" 2019-01-03 11:39:01,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2037b6d-fa3b-4c78-b008-ab42a848393f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:01,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/053372311e614878af057138b5f0274d used request id req-b2037b6d-fa3b-4c78-b008-ab42a848393f 2019-01-03 11:39:01,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:01,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5hZ8XzKJS2K8Bmo-KUbcSA"], "issued_at": "2019-01-03T11:39:01.000000Z"}} 2019-01-03 11:39:01,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e543fa888d0859c78de49ff9423c7342e20aa25" 2019-01-03 11:39:01,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b83c7f-2da9-41ec-8ada-08b24b9307e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:01,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f3b83c7f-2da9-41ec-8ada-08b24b9307e1 2019-01-03 11:39:01,870 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:01,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:02,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["CBM-ByX-TEiOB5Kkw8hcvA"], "issued_at": "2019-01-03T11:39:02.000000Z"}} 2019-01-03 11:39:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:02,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ba59b1c-9f1d-4adc-9db0-6c4e3577daa6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:02,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3ba59b1c-9f1d-4adc-9db0-6c4e3577daa6 2019-01-03 11:39:02,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:02,345 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:39:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:02,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5437882d-a472-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:02,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4c2ff59-7938-4f6d-8440-ae328cb87579 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5437882d-a472-413-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:39:02,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-5437882d-a472-413-proj used request id req-b4c2ff59-7938-4f6d-8440-ae328cb87579 2019-01-03 11:39:02,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:02,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605c1e41-2d79-4273-9cd6-f8276b554491 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:39:02,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-605c1e41-2d79-4273-9cd6-f8276b554491 2019-01-03 11:39:02,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}}' 2019-01-03 11:39:02,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ae041d-f8e7-469f-8a74-37c321e88c8f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:02,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c0ae041d-f8e7-469f-8a74-37c321e88c8f 2019-01-03 11:39:02,640 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-5437882d-a472-413-proj 2019-01-03 11:39:02,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:02,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:03,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["e_iAGk46TZKn7_GxGnPJSg"], "issued_at": "2019-01-03T11:39:03.000000Z"}} 2019-01-03 11:39:03,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba6bb9505b96114b6e5404c5241548f1c710ec7" 2019-01-03 11:39:03,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b663773c-ea7b-4ad8-a4ed-cc552963f5d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:03,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b663773c-ea7b-4ad8-a4ed-cc552963f5d5 2019-01-03 11:39:03,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:03,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:39: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba6bb9505b96114b6e5404c5241548f1c710ec7" 2019-01-03 11:39:03,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41611e43-993a-4e7c-ae44-395d0fcb9e6b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:39:03,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-41611e43-993a-4e7c-ae44-395d0fcb9e6b 2019-01-03 11:39:03,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5437882d-a472-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba6bb9505b96114b6e5404c5241548f1c710ec7" 2019-01-03 11:39:03,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b70ed3-5a22-45d1-9f83-1cbbad6721aa Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5437882d-a472-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}]} 2019-01-03 11:39:03,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-5437882d-a472-413-proj used request id req-47b70ed3-5a22-45d1-9f83-1cbbad6721aa 2019-01-03 11:39:03,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba6bb9505b96114b6e5404c5241548f1c710ec7" 2019-01-03 11:39:03,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c31e5263-ee13-43e7-9335-19e2d98d73fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:39:03,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c31e5263-ee13-43e7-9335-19e2d98d73fb 2019-01-03 11:39:03,886 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-5437882d-a472-413-user 2019-01-03 11:39:03,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:03,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:03,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c322690-06ac-4432-a469-528af4508466 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:39:03,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3c322690-06ac-4432-a469-528af4508466 2019-01-03 11:39:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" -d '{"role": {"name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}}' 2019-01-03 11:39:04,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7b2a29b-65e0-42dd-a6b0-03d2ed95f241 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "029ebd1e82f14fc8b3fa572b0a3aea86", "links": {"self": "http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86"}, "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}} 2019-01-03 11:39:04,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b7b2a29b-65e0-42dd-a6b0-03d2ed95f241 2019-01-03 11:39:04,125 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-5437882d-a472-413-proj-role 2019-01-03 11:39:04,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:04,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0e833c-1594-4e17-8eea-8254f369f977 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86"}, "domain_id": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role", "id": "029ebd1e82f14fc8b3fa572b0a3aea86"}} 2019-01-03 11:39:04,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86 used request id req-9e0e833c-1594-4e17-8eea-8254f369f977 2019-01-03 11:39:04,145 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-5437882d-a472-413-proj-role to project InstanceSecurityGroupTests-5437882d-a472-413-proj 2019-01-03 11:39:04,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574/users/91d72938414d4f9885bf258b3a52da28/roles/029ebd1e82f14fc8b3fa572b0a3aea86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:04,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bed28b3d-c46e-4456-886a-beea48fc5df0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:04,265 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574/users/91d72938414d4f9885bf258b3a52da28/roles/029ebd1e82f14fc8b3fa572b0a3aea86 used request id req-bed28b3d-c46e-4456-886a-beea48fc5df0 2019-01-03 11:39:04,265 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:39:04,266 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:39:04,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:04,268 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:04,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["FLqoiWZmRiqwBqFfyd9spg"], "issued_at": "2019-01-03T11:39:04.000000Z"}} 2019-01-03 11:39:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:04,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-415edcf4-85aa-40ae-a5b5-af950bf6b735 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:04,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-415edcf4-85aa-40ae-a5b5-af950bf6b735 2019-01-03 11:39:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:04,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-36a24b90-f0e1-473f-ad6c-b7ee4bc59335 Date: Thu, 03 Jan 2019 11:39:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image"} 2019-01-03 11:39:04,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image used request id req-36a24b90-f0e1-473f-ad6c-b7ee4bc59335 2019-01-03 11:39:04,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:05,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-77872a88-e2d0-4c28-b7ac-688f870894a6 Date: Thu, 03 Jan 2019 11:39: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"}}} 2019-01-03 11:39:05,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-77872a88-e2d0-4c28-b7ac-688f870894a6 2019-01-03 11:39:05,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image"}' 2019-01-03 11:39:05,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d X-Openstack-Request-Id: req-3a81aade-9455-4881-b105-fb86b3f0308e Date: Thu, 03 Jan 2019 11:39:05 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "min_disk": 0, "protected": false, "id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "file": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file", "checksum": null, "owner": "746c4072645848b6b19216e6c3815574", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:05,294 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3a81aade-9455-4881-b105-fb86b3f0308e 2019-01-03 11:39:05,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" -d '' 2019-01-03 11:39:06,582 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52a28f8a-ae65-4c5b-a8be-167259592a50 Date: Thu, 03 Jan 2019 11:39:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:39:06,582 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file used request id req-52a28f8a-ae65-4c5b-a8be-167259592a50 2019-01-03 11:39:06,582 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:39:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:06,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7093a9f3-5b19-4fc5-9d8b-75aae9f3e1ea Date: Thu, 03 Jan 2019 11:39:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "metadata": {}}], "self": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "min_disk": 0, "protected": false, "id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "file": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "746c4072645848b6b19216e6c3815574", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:06,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d used request id req-7093a9f3-5b19-4fc5-9d8b-75aae9f3e1ea 2019-01-03 11:39:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:06,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc8fa124-9c13-43eb-a9e9-e9b63b35f151 Date: Thu, 03 Jan 2019 11:39: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"}}} 2019-01-03 11:39:06,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fc8fa124-9c13-43eb-a9e9-e9b63b35f151 2019-01-03 11:39:06,905 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image 2019-01-03 11:39:06,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:07,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8889c159-ae8f-4dca-9947-dd504d770e4a Date: Thu, 03 Jan 2019 11:39:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "metadata": {}}], "self": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "min_disk": 0, "protected": false, "id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "file": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "746c4072645848b6b19216e6c3815574", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:07,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d used request id req-8889c159-ae8f-4dca-9947-dd504d770e4a 2019-01-03 11:39:07,076 - create_image - DEBUG - Instance status is - active 2019-01-03 11:39:07,076 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image 2019-01-03 11:39:07,076 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image 2019-01-03 11:39:07,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:07,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:07,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["s5jtvhNvQ6mPhbA-L_kaPA"], "issued_at": "2019-01-03T11:39:07.000000Z"}} 2019-01-03 11:39:07,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:07,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abdb368f-aa74-4fb2-993c-129002a617b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:07,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-abdb368f-aa74-4fb2-993c-129002a617b2 2019-01-03 11:39:07,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:07,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-28feeffd-f6e8-4bc2-8338-169ab9eb8232 Date: Thu, 03 Jan 2019 11:39:07 GMT RESP BODY: {"networks":[]} 2019-01-03 11:39:07,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-28feeffd-f6e8-4bc2-8338-169ab9eb8232 2019-01-03 11:39:07,708 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net 2019-01-03 11:39:07,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" -d '{"network": {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net", "admin_state_up": true}}' 2019-01-03 11:39:08,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-a783423d-e08e-42b8-9581-e88a038b3286 Date: Thu, 03 Jan 2019 11:39:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99a971be-b928-4ba0-bf76-31516b7864db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:39:08Z","is_default":false,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","mtu":1450}} 2019-01-03 11:39:08,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-a783423d-e08e-42b8-9581-e88a038b3286 2019-01-03 11:39:08,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:08,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-79459b3a-1f6e-463a-a54b-995903192cf3 Date: Thu, 03 Jan 2019 11:39: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":"2019-01-03T11:39:08Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:08,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-79459b3a-1f6e-463a-a54b-995903192cf3 2019-01-03 11:39:08,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:08,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81ae3583-ae65-454a-aef9-c35c5feaca9c Date: Thu, 03 Jan 2019 11:39:08 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:39:08,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-81ae3583-ae65-454a-aef9-c35c5feaca9c 2019-01-03 11:39:08,666 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet 2019-01-03 11:39:08,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" -d '{"subnets": [{"ip_version": 4, "network_id": "99a971be-b928-4ba0-bf76-31516b7864db", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]}' 2019-01-03 11:39:09,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ba402e9e-59ab-43d3-9102-4549ed31e484 Date: Thu, 03 Jan 2019 11:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:09,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ba402e9e-59ab-43d3-9102-4549ed31e484 2019-01-03 11:39:09,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:09,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8f1839d3-651c-44e2-a467-bfe2d8fc5061 Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:09,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-8f1839d3-651c-44e2-a467-bfe2d8fc5061 2019-01-03 11:39:09,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:09,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4291b46f-e374-4325-b411-d782ebd79d0e Date: Thu, 03 Jan 2019 11:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:09,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-4291b46f-e374-4325-b411-d782ebd79d0e 2019-01-03 11:39:09,810 - OpenStackNetwork - DEBUG - Network [99a971be-b928-4ba0-bf76-31516b7864db] created successfully 2019-01-03 11:39:09,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:09,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:10,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Xzw1S4k1QRKWt-4_lhQuRw"], "issued_at": "2019-01-03T11:39:10.000000Z"}} 2019-01-03 11:39:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9192e8b53245e93a52cffe61fe3bdfdc7c7f97c" 2019-01-03 11:39:10,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fcb9d9-3abd-4845-a0e0-af26b078a873 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:10,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e7fcb9d9-3abd-4845-a0e0-af26b078a873 2019-01-03 11:39:10,277 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:39:10,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9192e8b53245e93a52cffe61fe3bdfdc7c7f97c" 2019-01-03 11:39:10,451 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9eb9a5ed-6db3-4057-9c53-051b6f6dc4d4 x-compute-request-id: req-9eb9a5ed-6db3-4057-9c53-051b6f6dc4d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:39:10,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9eb9a5ed-6db3-4057-9c53-051b6f6dc4d4 2019-01-03 11:39:10,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9192e8b53245e93a52cffe61fe3bdfdc7c7f97c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:39:10,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43fd1670-6ced-4d4c-8efe-2a875d4160f6 x-compute-request-id: req-43fd1670-6ced-4d4c-8efe-2a875d4160f6 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a054ae74-a981-4129-ae70-20089fc41026", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:39:10,496 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-43fd1670-6ced-4d4c-8efe-2a875d4160f6 2019-01-03 11:39:10,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:10,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:10,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["ja4i0BRLSrih-O_-nTemfg"], "issued_at": "2019-01-03T11:39:10.000000Z"}} 2019-01-03 11:39:10,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:10,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd08e02-03d8-4732-b246-7e1267b67734 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:10,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7bd08e02-03d8-4732-b246-7e1267b67734 2019-01-03 11:39:10,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:11,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e80f2cfa-13d3-4281-8aa4-a8704bc71eef Date: Thu, 03 Jan 2019 11:39:11 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:39:11,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name&description=hello+group used request id req-e80f2cfa-13d3-4281-8aa4-a8704bc71eef 2019-01-03 11:39:11,143 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name... 2019-01-03 11:39:11,144 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name 2019-01-03 11:39:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" -d '{"security_group": {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name", "description": "hello group"}}' 2019-01-03 11:39:11,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b50fbffc-9a19-4e87-a519-3b8315a945d7 Date: Thu, 03 Jan 2019 11:39:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "updated_at": "2019-01-03T11:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}], "revision_number": 2, "project_id": "746c4072645848b6b19216e6c3815574", "id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}} 2019-01-03 11:39:11,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-b50fbffc-9a19-4e87-a519-3b8315a945d7 2019-01-03 11:39:11,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:11,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:11,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5da222be-d6aa-4984-9829-17a0a09ce672 Date: Thu, 03 Jan 2019 11:39: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": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db"}]} 2019-01-03 11:39:11,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-5da222be-d6aa-4984-9829-17a0a09ce672 2019-01-03 11:39:11,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:11,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:11,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1cc93019-2e46-4829-b024-1b6e2d31f4ea Date: Thu, 03 Jan 2019 11:39: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": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db"}]} 2019-01-03 11:39:11,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-1cc93019-2e46-4829-b024-1b6e2d31f4ea 2019-01-03 11:39:11,842 - neutron_utils - INFO - Retrieving security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:11,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:11,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7cfc7400-f1f9-44e2-b027-63e47dd2b329 Date: Thu, 03 Jan 2019 11:39:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "updated_at": "2019-01-03T11:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}], "revision_number": 2, "project_id": "746c4072645848b6b19216e6c3815574", "id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}]} 2019-01-03 11:39:11,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-7cfc7400-f1f9-44e2-b027-63e47dd2b329 2019-01-03 11:39:11,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:11,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:11,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84177805-3413-4bb4-bc78-01fd8a0977aa Date: Thu, 03 Jan 2019 11:39: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": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db"}]} 2019-01-03 11:39:11,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-84177805-3413-4bb4-bc78-01fd8a0977aa 2019-01-03 11:39:11,949 - neutron_utils - INFO - Retrieving security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:11,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:12,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-85efb7fb-da14-4cf6-8b24-39b3bc7cacf9 Date: Thu, 03 Jan 2019 11:39:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "updated_at": "2019-01-03T11:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}], "revision_number": 2, "project_id": "746c4072645848b6b19216e6c3815574", "id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}]} 2019-01-03 11:39:12,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-85efb7fb-da14-4cf6-8b24-39b3bc7cacf9 2019-01-03 11:39:12,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:12,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:12,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7de71148-03a7-4738-a5ec-30360b740439 Date: Thu, 03 Jan 2019 11:39:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db"}]} 2019-01-03 11:39:12,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-7de71148-03a7-4738-a5ec-30360b740439 2019-01-03 11:39:12,332 - neutron_utils - INFO - Retrieving security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:12,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:12,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7b7af6a9-53c0-40a3-9b8c-04c4fe01daeb Date: Thu, 03 Jan 2019 11:39:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "updated_at": "2019-01-03T11:39:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "revision_number": 0, "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}], "revision_number": 2, "project_id": "746c4072645848b6b19216e6c3815574", "id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}]} 2019-01-03 11:39:12,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-7b7af6a9-53c0-40a3-9b8c-04c4fe01daeb 2019-01-03 11:39:12,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - efb5fcac-3671-46ae-8514-bbe840d6a815 2019-01-03 11:39:12,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:12,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-35250791-42e7-4e2d-aba3-160df44c7f33 Date: Thu, 03 Jan 2019 11:39:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "19152a7a-8103-42e7-93b2-3f539c4dfa90"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:11Z", "security_group_id": "efb5fcac-3671-46ae-8514-bbe840d6a815", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:11Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "59d052b1-5baa-45e2-a9e1-56b1337e89db"}]} 2019-01-03 11:39:12,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-35250791-42e7-4e2d-aba3-160df44c7f33 2019-01-03 11:39:12,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:12,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:12,933 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["Blp7BS2zSbGj1p7k_hhIjg"], "issued_at": "2019-01-03T11:39:12.000000Z"}} 2019-01-03 11:39:12,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4d6b1b-d144-45a5-87be-621d19a734de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:13,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4e4d6b1b-d144-45a5-87be-621d19a734de 2019-01-03 11:39:13,011 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:39:13,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38fc98bf-655c-4803-b960-f2d6cf5f715e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:13,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-38fc98bf-655c-4803-b960-f2d6cf5f715e 2019-01-03 11:39:13,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1037998e-4292-44a9-a1ed-bbc5d7090d06 Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:13,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-1037998e-4292-44a9-a1ed-bbc5d7090d06 2019-01-03 11:39:13,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:13,506 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:39: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:13,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f2da50-8490-45fe-b265-17680e40ae7a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:13,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-35f2da50-8490-45fe-b265-17680e40ae7a 2019-01-03 11:39:13,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0fb36f77-e816-49e7-b9a9-30049a658be7 Date: Thu, 03 Jan 2019 11:39:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:13,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-0fb36f77-e816-49e7-b9a9-30049a658be7 2019-01-03 11:39:13,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:13,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62ff8c12-d87b-4933-8bc2-29783c7d35bc Date: Thu, 03 Jan 2019 11:39:13 GMT RESP BODY: {"ports":[]} 2019-01-03 11:39:13,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True used request id req-62ff8c12-d87b-4933-8bc2-29783c7d35bc 2019-01-03 11:39:13,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:14,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-3d23e924-2a1f-4a42-9f3c-e4e2e4ea9b45 x-compute-request-id: req-3d23e924-2a1f-4a42-9f3c-e4e2e4ea9b45 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:39:14,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst used request id req-3d23e924-2a1f-4a42-9f3c-e4e2e4ea9b45 2019-01-03 11:39:14,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:14,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8aeb67b4-a429-45f9-a737-6369828da33f Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:14,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-8aeb67b4-a429-45f9-a737-6369828da33f 2019-01-03 11:39:14,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:14,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a260d9e0-e8c3-4db8-9511-59a74be00ec3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:14,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-a260d9e0-e8c3-4db8-9511-59a74be00ec3 2019-01-03 11:39:14,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:14,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6139dc99-cc40-47ce-96fa-30b482cfcec0 Date: Thu, 03 Jan 2019 11:39:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:14,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-6139dc99-cc40-47ce-96fa-30b482cfcec0 2019-01-03 11:39:14,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:14,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1091494a-a6e2-48ab-b832-acb1eb34f128 Date: Thu, 03 Jan 2019 11:39:14 GMT RESP BODY: {"ports":[]} 2019-01-03 11:39:14,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True used request id req-1091494a-a6e2-48ab-b832-acb1eb34f128 2019-01-03 11:39:14,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:14,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:15,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["TiceG20PSbya4cELEeqcIw"], "issued_at": "2019-01-03T11:39:15.000000Z"}} 2019-01-03 11:39:15,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d59f2f2a69b0f8102750ea3a74fe1b7c5f09cc21" 2019-01-03 11:39:15,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71758542-7b42-45a2-9014-2ee73feedf0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:15,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71758542-7b42-45a2-9014-2ee73feedf0b 2019-01-03 11:39:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:15,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c9b5e93e-389c-462f-ba71-ea7697931c1e Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:15,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-c9b5e93e-389c-462f-ba71-ea7697931c1e 2019-01-03 11:39:15,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:15,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d6d5dbb1-7fa6-4279-bde4-13972ba7f996 Date: Thu, 03 Jan 2019 11:39:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:15,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-d6d5dbb1-7fa6-4279-bde4-13972ba7f996 2019-01-03 11:39:15,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:15,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5a5ad6ad-5ffb-48b7-b15a-18db36ae56cc Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:15,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-5a5ad6ad-5ffb-48b7-b15a-18db36ae56cc 2019-01-03 11:39:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:15,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:39: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d59f2f2a69b0f8102750ea3a74fe1b7c5f09cc21" 2019-01-03 11:39:16,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a443b25-126f-407c-8e90-8fa03f514d1d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:16,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-1a443b25-126f-407c-8e90-8fa03f514d1d 2019-01-03 11:39:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:16,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c2eba998-5a7b-4e88-b60f-c318636506aa Date: Thu, 03 Jan 2019 11:39:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:16,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-c2eba998-5a7b-4e88-b60f-c318636506aa 2019-01-03 11:39:16,078 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net 2019-01-03 11:39:16,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" -d '{"port": {"network_id": "99a971be-b928-4ba0-bf76-31516b7864db", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port", "admin_state_up": true}}' 2019-01-03 11:39:17,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-cef31b74-db1b-4ec4-acd0-2eeb55100861 Date: Thu, 03 Jan 2019 11:39:17 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb"],"mac_address":"fa:16:3e:92:d5:54","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","project_id":"746c4072645848b6b19216e6c3815574","qos_policy_id":null,"admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal"}} 2019-01-03 11:39:17,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-cef31b74-db1b-4ec4-acd0-2eeb55100861 2019-01-03 11:39:17,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:17,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ddcbed94-6fdd-46fe-9c13-1e35e93278aa Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:17,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-ddcbed94-6fdd-46fe-9c13-1e35e93278aa 2019-01-03 11:39:17,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:17,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1856be9-a565-4039-a647-fb2a400a6d03 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:17,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-a1856be9-a565-4039-a647-fb2a400a6d03 2019-01-03 11:39:17,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:17,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ef709e5c-45a3-4855-b41c-c25b8b1feb6e Date: Thu, 03 Jan 2019 11:39:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:17,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-ef709e5c-45a3-4855-b41c-c25b8b1feb6e 2019-01-03 11:39:17,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-1ce31f8d-013e-46a1-b14f-be6d70261149 Date: Thu, 03 Jan 2019 11:39:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:16Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:39:18,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port&admin_state_up=True used request id req-1ce31f8d-013e-46a1-b14f-be6d70261149 2019-01-03 11:39:18,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c4caa19-eba3-4548-aae7-d498b8859df2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:18,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-0c4caa19-eba3-4548-aae7-d498b8859df2 2019-01-03 11:39:18,114 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst 2019-01-03 11:39:18,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-0da7cc9a-536c-46f2-b982-d754e4f30ad5 x-compute-request-id: req-0da7cc9a-536c-46f2-b982-d754e4f30ad5 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-flavor-name"}]} 2019-01-03 11:39:18,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0da7cc9a-536c-46f2-b982-d754e4f30ad5 2019-01-03 11:39:18,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-5a971d4e-038a-4446-84d4-c5558fc20314 x-compute-request-id: req-5a971d4e-038a-4446-84d4-c5558fc20314 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a054ae74-a981-4129-ae70-20089fc41026", "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:39:18,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026 used request id req-5a971d4e-038a-4446-84d4-c5558fc20314 2019-01-03 11:39:18,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-9177bb2f-d22f-4522-80a5-ebf423ede547 Date: Thu, 03 Jan 2019 11:39:18 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:06Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "metadata": {}}], "self": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "min_disk": 0, "protected": false, "id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "file": "/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "746c4072645848b6b19216e6c3815574", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image"} 2019-01-03 11:39:18,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image used request id req-9177bb2f-d22f-4522-80a5-ebf423ede547 2019-01-03 11:39:18,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:18,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f42b9589-79d6-410e-82c8-faa9b464b37d Date: Thu, 03 Jan 2019 11:39: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"}}} 2019-01-03 11:39:18,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f42b9589-79d6-410e-82c8-faa9b464b37d 2019-01-03 11:39:18,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" -d '{"server": {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "imageRef": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "flavorRef": "a054ae74-a981-4129-ae70-20089fc41026", "max_count": 1, "min_count": 1, "networks": [{"port": "7bab060c-d7e2-40b4-8c6e-92c07feb2853"}], "security_groups": [{"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}]}}' 2019-01-03 11:39:19,988 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:39: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-24e15ee9-0e72-4ce2-88a4-1cb7c5ec55c6 x-compute-request-id: req-24e15ee9-0e72-4ce2-88a4-1cb7c5ec55c6 Content-Length: 435 location: http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "adminPass": "NH8sHPijzpuG"}} 2019-01-03 11:39:19,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-24e15ee9-0e72-4ce2-88a4-1cb7c5ec55c6 2019-01-03 11:39:19,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:20,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-f4ca24fc-9aa6-4d2a-b0b3-e2cdea49ed34 x-compute-request-id: req-f4ca24fc-9aa6-4d2a-b0b3-e2cdea49ed34 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.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:39:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:20,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-f4ca24fc-9aa6-4d2a-b0b3-e2cdea49ed34 2019-01-03 11:39:20,069 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst 2019-01-03 11:39:20,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:20,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d2f6e98-e07b-4830-b1f3-da9171d357b5 x-compute-request-id: req-2d2f6e98-e07b-4830-b1f3-da9171d357b5 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.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:39:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:20,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-2d2f6e98-e07b-4830-b1f3-da9171d357b5 2019-01-03 11:39:20,438 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - BUILD 2019-01-03 11:39:20,438 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:39:23,441 - create_instance - DEBUG - VM status query timeout in 896.627430916 2019-01-03 11:39:23,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:24,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7dde3afe-8a42-4fb1-a7c3-4d0c79259767 x-compute-request-id: req-7dde3afe-8a42-4fb1-a7c3-4d0c79259767 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.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:39:20Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:24,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-7dde3afe-8a42-4fb1-a7c3-4d0c79259767 2019-01-03 11:39:24,215 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - BUILD 2019-01-03 11:39:24,215 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:39:27,218 - create_instance - DEBUG - VM status query timeout in 892.850420952 2019-01-03 11:39:27,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:27,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-c3f32955-6280-405c-9f4e-1864ec616aaf x-compute-request-id: req-c3f32955-6280-405c-9f4e-1864ec616aaf Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:27,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-c3f32955-6280-405c-9f4e-1864ec616aaf 2019-01-03 11:39:27,824 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - ACTIVE 2019-01-03 11:39:27,824 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:39:27,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:28,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-f17141bf-8df2-4a62-b13c-4eb91a492429 x-compute-request-id: req-f17141bf-8df2-4a62-b13c-4eb91a492429 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:28,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-f17141bf-8df2-4a62-b13c-4eb91a492429 2019-01-03 11:39:28,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:28,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-883f525b-06be-43b2-a7f4-49ed5124cdfc Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:28,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-883f525b-06be-43b2-a7f4-49ed5124cdfc 2019-01-03 11:39:28,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:28,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e646d6d-7ab2-4934-a233-1c0ebfe7ac3b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:28,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-7e646d6d-7ab2-4934-a233-1c0ebfe7ac3b 2019-01-03 11:39:28,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:28,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-495acaba-8e6b-4ad9-9086-fb244c033380 Date: Thu, 03 Jan 2019 11:39:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:28,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-495acaba-8e6b-4ad9-9086-fb244c033380 2019-01-03 11:39:28,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:29,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-b4ac8b3d-6681-4280-b6bd-79986ffc8481 Date: Thu, 03 Jan 2019 11:39:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.4"}],"id":"5549b44d-6aca-4263-96cb-308ad03c26f1","security_groups":[],"mac_address":"fa:16:3e:cd:f5:9a","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":"aa22308f-45a8-4d1c-b76b-5d5d9ab98493"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.2"}],"id":"98d06034-6acf-4c6c-bcb2-da11394bbc55","security_groups":[],"mac_address":"fa:16:3e:06:fa:59","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.3"}],"id":"f3cee294-c6e0-4a56-83ae-84f2bc3355a4","security_groups":[],"mac_address":"fa:16:3e:be:e7:da","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-99a971be-b928-4ba0-bf76-31516b7864db"}]} 2019-01-03 11:39:29,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-b4ac8b3d-6681-4280-b6bd-79986ffc8481 2019-01-03 11:39:29,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:29,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-3dd21b8f-8149-4476-bebc-dd25d16fc840 x-compute-request-id: req-3dd21b8f-8149-4476-bebc-dd25d16fc840 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:29,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-3dd21b8f-8149-4476-bebc-dd25d16fc840 2019-01-03 11:39:29,399 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - ACTIVE 2019-01-03 11:39:29,399 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:39:29,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:30,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-de199422-202e-4b0c-ac1b-220297564800 x-compute-request-id: req-de199422-202e-4b0c-ac1b-220297564800 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:30,102 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-de199422-202e-4b0c-ac1b-220297564800 2019-01-03 11:39:30,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:30,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1594c031-a863-4460-a910-fbc9f7153d10 Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:30,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-1594c031-a863-4460-a910-fbc9f7153d10 2019-01-03 11:39:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:30,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-454a7824-c465-4e68-bba0-37dcebf81d94 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:30,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-454a7824-c465-4e68-bba0-37dcebf81d94 2019-01-03 11:39:30,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:30,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7e0725c7-93c9-4e45-a515-9dd94008c17b Date: Thu, 03 Jan 2019 11:39:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:30,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-7e0725c7-93c9-4e45-a515-9dd94008c17b 2019-01-03 11:39:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:30,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e68683da-49c2-4825-9c3b-c11eebf976a1 Date: Thu, 03 Jan 2019 11:39:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.4"}],"id":"5549b44d-6aca-4263-96cb-308ad03c26f1","security_groups":[],"mac_address":"fa:16:3e:cd:f5:9a","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":"aa22308f-45a8-4d1c-b76b-5d5d9ab98493"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.2"}],"id":"98d06034-6acf-4c6c-bcb2-da11394bbc55","security_groups":[],"mac_address":"fa:16:3e:06:fa:59","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.3"}],"id":"f3cee294-c6e0-4a56-83ae-84f2bc3355a4","security_groups":[],"mac_address":"fa:16:3e:be:e7:da","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-99a971be-b928-4ba0-bf76-31516b7864db"}]} 2019-01-03 11:39:30,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-e68683da-49c2-4825-9c3b-c11eebf976a1 2019-01-03 11:39:30,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}}' 2019-01-03 11:39:32,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:39: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-743a1e58-27cc-478f-86b6-cfb806221d4f x-compute-request-id: req-743a1e58-27cc-478f-86b6-cfb806221d4f Content-Length: 0 Content-Type: application/json 2019-01-03 11:39:32,450 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493/action used request id req-743a1e58-27cc-478f-86b6-cfb806221d4f 2019-01-03 11:39:32,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:32,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "029ebd1e82f14fc8b3fa572b0a3aea86", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj-role"}], "expires_at": "2019-01-03T12:39:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "746c4072645848b6b19216e6c3815574", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/746c4072645848b6b19216e6c3815574", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-5437882d-a472-413-user", "id": "91d72938414d4f9885bf258b3a52da28"}, "audit_ids": ["BTo0Fa_JSwGKDbvj8rDX4Q"], "issued_at": "2019-01-03T11:39:32.000000Z"}} 2019-01-03 11:39:32,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a3ff2330f0637c9bc6d230571ed5cec4c790e4" 2019-01-03 11:39:33,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-d8168b48-86c3-4005-a1f7-bac2b4032ceb x-compute-request-id: req-d8168b48-86c3-4005-a1f7-bac2b4032ceb Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:33,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-d8168b48-86c3-4005-a1f7-bac2b4032ceb 2019-01-03 11:39:33,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:34,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-aec6b5ae-1ff7-4455-8c9e-8f1259287590 x-compute-request-id: req-aec6b5ae-1ff7-4455-8c9e-8f1259287590 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:34,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-aec6b5ae-1ff7-4455-8c9e-8f1259287590 2019-01-03 11:39:34,350 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - ACTIVE 2019-01-03 11:39:34,350 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:39:34,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:35,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-f037cb5b-3b1a-4035-86e3-b7a4e6add871 x-compute-request-id: req-f037cb5b-3b1a-4035-86e3-b7a4e6add871 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:35,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-f037cb5b-3b1a-4035-86e3-b7a4e6add871 2019-01-03 11:39:35,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:35,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6b133029-76eb-4c05-be33-dc6702fd14d2 Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:35,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-6b133029-76eb-4c05-be33-dc6702fd14d2 2019-01-03 11:39:35,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:35,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33450ca-f0f5-4880-8711-251692d3eb84 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:35,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-b33450ca-f0f5-4880-8711-251692d3eb84 2019-01-03 11:39:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:35,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e6a6a9e1-18f2-4dbd-89f7-b3af522bf4c6 Date: Thu, 03 Jan 2019 11:39:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:35,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-e6a6a9e1-18f2-4dbd-89f7-b3af522bf4c6 2019-01-03 11:39:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:35,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-8347f85c-dca0-45cb-8b4b-7b593728178a Date: Thu, 03 Jan 2019 11:39:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.4"}],"id":"5549b44d-6aca-4263-96cb-308ad03c26f1","security_groups":[],"mac_address":"fa:16:3e:cd:f5:9a","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:31Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb","efb5fcac-3671-46ae-8514-bbe840d6a815"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":"aa22308f-45a8-4d1c-b76b-5d5d9ab98493"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.2"}],"id":"98d06034-6acf-4c6c-bcb2-da11394bbc55","security_groups":[],"mac_address":"fa:16:3e:06:fa:59","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.3"}],"id":"f3cee294-c6e0-4a56-83ae-84f2bc3355a4","security_groups":[],"mac_address":"fa:16:3e:be:e7:da","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-99a971be-b928-4ba0-bf76-31516b7864db"}]} 2019-01-03 11:39:35,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-8347f85c-dca0-45cb-8b4b-7b593728178a 2019-01-03 11:39:35,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:36,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-613dc22e-abec-4155-8481-fae628a21051 x-compute-request-id: req-613dc22e-abec-4155-8481-fae628a21051 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:36,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-613dc22e-abec-4155-8481-fae628a21051 2019-01-03 11:39:36,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:36,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1078957c-eed6-4e97-920b-054ac59c8642 Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:36,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-1078957c-eed6-4e97-920b-054ac59c8642 2019-01-03 11:39:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:36,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee4b05d-1023-4b48-9575-6d97f7687509 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:36,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-8ee4b05d-1023-4b48-9575-6d97f7687509 2019-01-03 11:39:36,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:36,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a60aaf0c-8423-4ac7-b8da-508ddc4410a4 Date: Thu, 03 Jan 2019 11:39:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:36,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-a60aaf0c-8423-4ac7-b8da-508ddc4410a4 2019-01-03 11:39:36,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:36,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-2affd8b2-4327-48f1-97c7-c9c34f5da16b Date: Thu, 03 Jan 2019 11:39:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.4"}],"id":"5549b44d-6aca-4263-96cb-308ad03c26f1","security_groups":[],"mac_address":"fa:16:3e:cd:f5:9a","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:31Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb","efb5fcac-3671-46ae-8514-bbe840d6a815"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":"aa22308f-45a8-4d1c-b76b-5d5d9ab98493"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.2"}],"id":"98d06034-6acf-4c6c-bcb2-da11394bbc55","security_groups":[],"mac_address":"fa:16:3e:06:fa:59","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.3"}],"id":"f3cee294-c6e0-4a56-83ae-84f2bc3355a4","security_groups":[],"mac_address":"fa:16:3e:be:e7:da","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-99a971be-b928-4ba0-bf76-31516b7864db"}]} 2019-01-03 11:39:36,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-2affd8b2-4327-48f1-97c7-c9c34f5da16b 2019-01-03 11:39:36,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name"}}' 2019-01-03 11:39:38,383 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:39: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-43330c7f-c9f4-42e1-9b22-9c0a307b5470 x-compute-request-id: req-43330c7f-c9f4-42e1-9b22-9c0a307b5470 Content-Length: 0 Content-Type: application/json 2019-01-03 11:39:38,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493/action used request id req-43330c7f-c9f4-42e1-9b22-9c0a307b5470 2019-01-03 11:39:38,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:38,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-a753329b-0d3c-4141-8818-d49704f941e1 x-compute-request-id: req-a753329b-0d3c-4141-8818-d49704f941e1 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:38,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-a753329b-0d3c-4141-8818-d49704f941e1 2019-01-03 11:39:38,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:38,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-12806000-f1b8-4355-ad9a-e0b80efa317a Date: Thu, 03 Jan 2019 11:39: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":["2295afb0-55a1-4f80-b8df-bb5f247be029"],"updated_at":"2019-01-03T11:39:09Z","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"746c4072645848b6b19216e6c3815574","id":"99a971be-b928-4ba0-bf76-31516b7864db","name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net"}]} 2019-01-03 11:39:38,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net used request id req-12806000-f1b8-4355-ad9a-e0b80efa317a 2019-01-03 11:39:38,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:38,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ccf33b-eebe-4fce-a5ac-505f40fbd031 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:38,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-d8ccf33b-eebe-4fce-a5ac-505f40fbd031 2019-01-03 11:39:38,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:38,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-71a9932a-a07b-4be8-964b-ebda8bcd5a70 Date: Thu, 03 Jan 2019 11:39:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","dns_nameservers":[],"updated_at":"2019-01-03T11:39:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"746c4072645848b6b19216e6c3815574","id":"2295afb0-55a1-4f80-b8df-bb5f247be029","subnetpool_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet"}]} 2019-01-03 11:39:38,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-71a9932a-a07b-4be8-964b-ebda8bcd5a70 2019-01-03 11:39:38,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:38,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-9ccee9b7-56ea-4401-bc6a-be3a0550c26e Date: Thu, 03 Jan 2019 11:39:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.4"}],"id":"5549b44d-6aca-4263-96cb-308ad03c26f1","security_groups":[],"mac_address":"fa:16:3e:cd:f5:9a","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:37Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.9"}],"id":"7bab060c-d7e2-40b4-8c6e-92c07feb2853","security_groups":["e174fcef-b061-4c0b-9e2b-ee51d1d25abb"],"mac_address":"fa:16:3e:92:d5:54","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:16Z","binding:vnic_type":"normal","device_id":"aa22308f-45a8-4d1c-b76b-5d5d9ab98493"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.2"}],"id":"98d06034-6acf-4c6c-bcb2-da11394bbc55","security_groups":[],"mac_address":"fa:16:3e:06:fa:59","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:09Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-99a971be-b928-4ba0-bf76-31516b7864db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:39:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2295afb0-55a1-4f80-b8df-bb5f247be029","ip_address":"10.55.0.3"}],"id":"f3cee294-c6e0-4a56-83ae-84f2bc3355a4","security_groups":[],"mac_address":"fa:16:3e:be:e7:da","project_id":"746c4072645848b6b19216e6c3815574","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99a971be-b928-4ba0-bf76-31516b7864db","tenant_id":"746c4072645848b6b19216e6c3815574","created_at":"2019-01-03T11:39:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-99a971be-b928-4ba0-bf76-31516b7864db"}]} 2019-01-03 11:39:38,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=99a971be-b928-4ba0-bf76-31516b7864db used request id req-9ccee9b7-56ea-4401-bc6a-be3a0550c26e 2019-01-03 11:39:38,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a3ff2330f0637c9bc6d230571ed5cec4c790e4" 2019-01-03 11:39:39,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-e0512c6f-8d7d-4be7-827d-c059dd67f93f x-compute-request-id: req-e0512c6f-8d7d-4be7-827d-c059dd67f93f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "security_groups": [{"name": "default"}], "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:25Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:39,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-e0512c6f-8d7d-4be7-827d-c059dd67f93f 2019-01-03 11:39:39,729 - create_instance - INFO - Deleting Port with ID - 7bab060c-d7e2-40b4-8c6e-92c07feb2853 2019-01-03 11:39:39,729 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-port 2019-01-03 11:39:39,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/7bab060c-d7e2-40b4-8c6e-92c07feb2853 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:40,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8eb64208-de70-4401-aa51-d6ac212cf8ee Date: Thu, 03 Jan 2019 11:39:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:40,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/7bab060c-d7e2-40b4-8c6e-92c07feb2853 used request id req-8eb64208-de70-4401-aa51-d6ac212cf8ee 2019-01-03 11:39:40,183 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst 2019-01-03 11:39:40,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:40,348 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39: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-1ef204c6-7548-495e-9fe0-a9348b42b435 x-compute-request-id: req-1ef204c6-7548-495e-9fe0-a9348b42b435 Content-Type: application/json 2019-01-03 11:39:40,348 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-1ef204c6-7548-495e-9fe0-a9348b42b435 2019-01-03 11:39:40,349 - create_instance - INFO - Checking deletion status 2019-01-03 11:39:40,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:40,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39: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-60e43c5e-fe40-4139-8175-42b2a240c2e2 x-compute-request-id: req-60e43c5e-fe40-4139-8175-42b2a240c2e2 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:d5:54", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:40Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:40,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-60e43c5e-fe40-4139-8175-42b2a240c2e2 2019-01-03 11:39:40,616 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - ACTIVE 2019-01-03 11:39:40,616 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:39:43,619 - create_instance - DEBUG - VM status query timeout in 296.72944212 2019-01-03 11:39:43,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:43,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65ca4eb0-d26a-4db2-85a0-c667aff20bb4 x-compute-request-id: req-65ca4eb0-d26a-4db2-85a0-c667aff20bb4 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "rel": "bookmark"}], "image": {"id": "842ac85c-731b-4c70-a879-4f7fe2a05e0d", "links": [{"href": "http://172.30.9.28:8774/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:39:24.000000", "flavor": {"id": "a054ae74-a981-4129-ae70-20089fc41026", "links": [{"href": "http://172.30.9.28:8774/flavors/a054ae74-a981-4129-ae70-20089fc41026", "rel": "bookmark"}]}, "id": "aa22308f-45a8-4d1c-b76b-5d5d9ab98493", "user_id": "91d72938414d4f9885bf258b3a52da28", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:39:40Z", "hostId": "60424374c5c1397f27ae5c2c386d695b8b029c49f79846d91a6781e4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst", "created": "2019-01-03T11:39:19Z", "tenant_id": "746c4072645848b6b19216e6c3815574", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:39:43,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-65ca4eb0-d26a-4db2-85a0-c667aff20bb4 2019-01-03 11:39:43,877 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst] is - ACTIVE 2019-01-03 11:39:43,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:39:46,881 - create_instance - DEBUG - VM status query timeout in 293.467960119 2019-01-03 11:39:46,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}290f9a8556da2d70ea8898850ffd6951c4862905" 2019-01-03 11:39:46,937 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:39:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93b5318f-edf0-4034-b701-3415c539c16c x-compute-request-id: req-93b5318f-edf0-4034-b701-3415c539c16c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance aa22308f-45a8-4d1c-b76b-5d5d9ab98493 could not be found.", "code": 404}} 2019-01-03 11:39:46,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/aa22308f-45a8-4d1c-b76b-5d5d9ab98493 used request id req-93b5318f-edf0-4034-b701-3415c539c16c 2019-01-03 11:39:46,938 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance aa22308f-45a8-4d1c-b76b-5d5d9ab98493 could not be found. (HTTP 404) (Request-ID: req-93b5318f-edf0-4034-b701-3415c539c16c) 2019-01-03 11:39:46,938 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-inst 2019-01-03 11:39:46,939 - neutron_utils - INFO - Deleting security group rule with ID - 19152a7a-8103-42e7-93b2-3f539c4dfa90 2019-01-03 11:39:46,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/19152a7a-8103-42e7-93b2-3f539c4dfa90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:47,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0adc156-49fe-412b-9893-51046b6a42d8 Content-Length: 0 Date: Thu, 03 Jan 2019 11:39:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:47,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/19152a7a-8103-42e7-93b2-3f539c4dfa90 used request id req-b0adc156-49fe-412b-9893-51046b6a42d8 2019-01-03 11:39:47,199 - neutron_utils - INFO - Deleting security group rule with ID - 59d052b1-5baa-45e2-a9e1-56b1337e89db 2019-01-03 11:39:47,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/59d052b1-5baa-45e2-a9e1-56b1337e89db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:47,492 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b935d93-cf32-42d6-834e-1e9b56dabb68 Content-Length: 0 Date: Thu, 03 Jan 2019 11:39:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:47,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/59d052b1-5baa-45e2-a9e1-56b1337e89db used request id req-4b935d93-cf32-42d6-834e-1e9b56dabb68 2019-01-03 11:39:47,492 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-name 2019-01-03 11:39:47,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/efb5fcac-3671-46ae-8514-bbe840d6a815 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c6939a2b2a9cf9b93f86a481cbc69aa0af60e22" 2019-01-03 11:39:47,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb561fc8-4394-4bdf-941d-46091868973b Content-Length: 0 Date: Thu, 03 Jan 2019 11:39:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:47,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/efb5fcac-3671-46ae-8514-bbe840d6a815 used request id req-cb561fc8-4394-4bdf-941d-46091868973b 2019-01-03 11:39:47,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9192e8b53245e93a52cffe61fe3bdfdc7c7f97c" 2019-01-03 11:39:47,695 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:39: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-012a17e9-9d43-4af5-a1e0-6b5a3c9124bc x-compute-request-id: req-012a17e9-9d43-4af5-a1e0-6b5a3c9124bc Content-Length: 0 Content-Type: application/json 2019-01-03 11:39:47,695 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/a054ae74-a981-4129-ae70-20089fc41026 used request id req-012a17e9-9d43-4af5-a1e0-6b5a3c9124bc 2019-01-03 11:39:47,696 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet 2019-01-03 11:39:47,696 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-subnet 2019-01-03 11:39:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/2295afb0-55a1-4f80-b8df-bb5f247be029 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:50,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2206316d-951d-4c5b-8653-fdbe851cb549 Date: Thu, 03 Jan 2019 11:39:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:50,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/2295afb0-55a1-4f80-b8df-bb5f247be029 used request id req-2206316d-951d-4c5b-8653-fdbe851cb549 2019-01-03 11:39:50,207 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-pub-net 2019-01-03 11:39:50,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/99a971be-b928-4ba0-bf76-31516b7864db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af04e08832d0a4c2e29eac16b05c26ab2823a79" 2019-01-03 11:39:51,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad7518c6-5e06-48c0-b4e5-61a361b1f0f4 Date: Thu, 03 Jan 2019 11:39:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:51,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/99a971be-b928-4ba0-bf76-31516b7864db used request id req-ad7518c6-5e06-48c0-b4e5-61a361b1f0f4 2019-01-03 11:39:51,287 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-17370080-44b0-496a-a1bf-8137f7a46d22-image 2019-01-03 11:39:51,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb89d1a84baea8a40d88aac7160d302085c40993" 2019-01-03 11:39:52,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3fd25e8-0711-42bd-8aba-114eb4941b74 Date: Thu, 03 Jan 2019 11:39:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:39:52,012 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/842ac85c-731b-4c70-a879-4f7fe2a05e0d used request id req-a3fd25e8-0711-42bd-8aba-114eb4941b74 2019-01-03 11:39:52,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-aab99f74-757a-462d-acc2-710c9f2a6637 Date: Thu, 03 Jan 2019 11:39:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:07Z", "updated_at": "2019-01-03T11:39:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "revision_number": 0, "id": "0efb64e9-db55-4000-9bfb-40faaed3dee0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "revision_number": 0, "id": "52770b36-ff1d-499b-94bd-f10bfd786ba6", "remote_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "revision_number": 0, "id": "ecb0d2a5-763c-4dc6-a425-de0a9ed9f255", "remote_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv4", "project_id": "746c4072645848b6b19216e6c3815574"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "revision_number": 0, "id": "f5b6ae34-ff0c-415a-8f29-900b45eb9be3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "tenant_id": "746c4072645848b6b19216e6c3815574", "port_range_min": null, "ethertype": "IPv6", "project_id": "746c4072645848b6b19216e6c3815574"}], "revision_number": 4, "project_id": "746c4072645848b6b19216e6c3815574", "id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:39:52,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-aab99f74-757a-462d-acc2-710c9f2a6637 2019-01-03 11:39:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9175d9c4-827a-4f17-a035-8a49c0f52703 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:39:52,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-9175d9c4-827a-4f17-a035-8a49c0f52703 2019-01-03 11:39:52,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2e0e39-e035-4643-be16-390e1820b3b3 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:39:52,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-5e2e0e39-e035-4643-be16-390e1820b3b3 2019-01-03 11:39:52,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb5a8d1-c091-4d92-8b72-14f6b82b33f8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:39:52,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-1fb5a8d1-c091-4d92-8b72-14f6b82b33f8 2019-01-03 11:39:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d77876-513d-4835-b6a9-f5502150db06 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574"}, "enabled": true, "id": "746c4072645848b6b19216e6c3815574", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-5437882d-a472-413-proj"}} 2019-01-03 11:39:52,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-e0d77876-513d-4835-b6a9-f5502150db06 2019-01-03 11:39:52,528 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e174fcef-b061-4c0b-9e2b-ee51d1d25abb 2019-01-03 11:39:52,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e174fcef-b061-4c0b-9e2b-ee51d1d25abb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3e910ed-6cba-4e8c-92f6-e87db975b76b Date: Thu, 03 Jan 2019 11:39: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": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:07Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "0efb64e9-db55-4000-9bfb-40faaed3dee0"}, {"remote_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:07Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "52770b36-ff1d-499b-94bd-f10bfd786ba6"}, {"remote_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:07Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "ecb0d2a5-763c-4dc6-a425-de0a9ed9f255"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:39:07Z", "security_group_id": "e174fcef-b061-4c0b-9e2b-ee51d1d25abb", "port_range_min": null, "revision_number": 0, "tenant_id": "746c4072645848b6b19216e6c3815574", "created_at": "2019-01-03T11:39:07Z", "project_id": "746c4072645848b6b19216e6c3815574", "id": "f5b6ae34-ff0c-415a-8f29-900b45eb9be3"}]} 2019-01-03 11:39:52,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e174fcef-b061-4c0b-9e2b-ee51d1d25abb used request id req-e3e910ed-6cba-4e8c-92f6-e87db975b76b 2019-01-03 11:39:52,705 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:39:52,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e174fcef-b061-4c0b-9e2b-ee51d1d25abb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:52,991 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6bb7a7d5-7191-4000-a69e-0cbae32a8b82 Content-Length: 0 Date: Thu, 03 Jan 2019 11:39:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:39:52,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e174fcef-b061-4c0b-9e2b-ee51d1d25abb used request id req-6bb7a7d5-7191-4000-a69e-0cbae32a8b82 2019-01-03 11:39:52,992 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-5437882d-a472-413-proj 2019-01-03 11:39:52,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:53,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2383eea-6fc5-4c1e-9739-813e24402a98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:53,200 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/746c4072645848b6b19216e6c3815574 used request id req-d2383eea-6fc5-4c1e-9739-813e24402a98 2019-01-03 11:39:53,200 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-5437882d-a472-413-proj-role 2019-01-03 11:39:53,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:53,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9476df93-30cc-400e-9544-ad5fd8f4b459 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:53,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/029ebd1e82f14fc8b3fa572b0a3aea86 used request id req-9476df93-30cc-400e-9544-ad5fd8f4b459 2019-01-03 11:39:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b0279c99ced0817eecdebd6de45246c86a5d3e" 2019-01-03 11:39:53,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d8b82d-8a89-41f4-85c3-270e2d581595 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:39:53,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-56d8b82d-8a89-41f4-85c3-270e2d581595 2019-01-03 11:39:53,437 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-5437882d-a472-413-user 2019-01-03 11:39:53,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/91d72938414d4f9885bf258b3a52da28 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ba6bb9505b96114b6e5404c5241548f1c710ec7" 2019-01-03 11:39:53,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a4253a7-0f3f-438c-a948-8f849adc244a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:53,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/91d72938414d4f9885bf258b3a52da28 used request id req-7a4253a7-0f3f-438c-a948-8f849adc244a 2019-01-03 11:39:53,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:54,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gN24mpgcS9yRrCFUpb69FA"], "issued_at": "2019-01-03T11:39:54.000000Z"}} 2019-01-03 11:39:54,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bae3c79b5c8a876c24d5e948e405a9389e5aa2" 2019-01-03 11:39:54,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f11a49-a77e-4e24-92a5-a16cb7f53d7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:54,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c8f11a49-a77e-4e24-92a5-a16cb7f53d7d 2019-01-03 11:39:54,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:54,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:54,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8i7KjXraTmy9eyrDh3h22g"], "issued_at": "2019-01-03T11:39:54.000000Z"}} 2019-01-03 11:39:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:54,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4008ea5c-0489-42be-93b7-9902215a0a79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:54,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4008ea5c-0489-42be-93b7-9902215a0a79 2019-01-03 11:39:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:54,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:39: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:54,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:54,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456b8a4e-cc18-4e33-b93d-c3062d8568ae Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:39:54,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj used request id req-456b8a4e-cc18-4e33-b93d-c3062d8568ae 2019-01-03 11:39:54,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:54,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3e2273-5bbf-4996-b24f-191cc978ddd7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:39:54,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-3a3e2273-5bbf-4996-b24f-191cc978ddd7 2019-01-03 11:39:54,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}}' 2019-01-03 11:39:54,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4663dbe6-e5b4-462b-a8c3-d49a93c7e4c3 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:39:54,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4663dbe6-e5b4-462b-a8c3-d49a93c7e4c3 2019-01-03 11:39:54,891 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj 2019-01-03 11:39:54,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:54,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:55,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["xalmmd_5QJmnwEC9dW3eWA"], "issued_at": "2019-01-03T11:39:55.000000Z"}} 2019-01-03 11:39:55,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5fc941ea6ca12ded2b626fdfa1c917254374eb5" 2019-01-03 11:39:55,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc49233-0d8a-4fee-81e3-d6e5811a10d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:55,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-afc49233-0d8a-4fee-81e3-d6e5811a10d8 2019-01-03 11:39:55,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:39:55,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:39:55,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5fc941ea6ca12ded2b626fdfa1c917254374eb5" 2019-01-03 11:39:55,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72c130f-736d-4068-8073-c5c41fce8f69 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:39:55,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b72c130f-736d-4068-8073-c5c41fce8f69 2019-01-03 11:39:55,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5fc941ea6ca12ded2b626fdfa1c917254374eb5" 2019-01-03 11:39:55,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc576e2-ea80-4231-988c-713df39070a3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}]} 2019-01-03 11:39:55,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj used request id req-1dc576e2-ea80-4231-988c-713df39070a3 2019-01-03 11:39:55,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5fc941ea6ca12ded2b626fdfa1c917254374eb5" 2019-01-03 11:39:55,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7727ef12-fb7d-4e19-974f-6b1ac5f64522 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:39:55,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7727ef12-fb7d-4e19-974f-6b1ac5f64522 2019-01-03 11:39:56,054 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user 2019-01-03 11:39:56,055 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:56,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e35954ef-eb2d-4b72-9d92-351fa168170d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:39:56,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e35954ef-eb2d-4b72-9d92-351fa168170d 2019-01-03 11:39:56,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" -d '{"role": {"name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}}' 2019-01-03 11:39:56,268 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-958728b2-13eb-49e4-a015-85b77666ff9d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48a10cee64b0420cb7f112a08373721d", "links": {"self": "http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d"}, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}} 2019-01-03 11:39:56,268 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-958728b2-13eb-49e4-a015-85b77666ff9d 2019-01-03 11:39:56,269 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role 2019-01-03 11:39:56,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:56,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2dad388-377f-4175-8b16-cd3609a3d146 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d"}, "domain_id": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role", "id": "48a10cee64b0420cb7f112a08373721d"}} 2019-01-03 11:39:56,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d used request id req-b2dad388-377f-4175-8b16-cd3609a3d146 2019-01-03 11:39:56,361 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role to project InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj 2019-01-03 11:39:56,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a/users/018afa8140b94874adbaed9297302bc2/roles/48a10cee64b0420cb7f112a08373721d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:39:56,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:39:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a3202f6-90e9-4f19-a88b-c4ffa6366822 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:39:56,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a/users/018afa8140b94874adbaed9297302bc2/roles/48a10cee64b0420cb7f112a08373721d used request id req-7a3202f6-90e9-4f19-a88b-c4ffa6366822 2019-01-03 11:39:56,499 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:39:56,500 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:39:56,500 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:56,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:39:56,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:39:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["eiwY9xqVRAmJ6QSrt84J4Q"], "issued_at": "2019-01-03T11:39:56.000000Z"}} 2019-01-03 11:39:56,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:56,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e093703-8517-4f16-90a8-7d366b89acf1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:39:56,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8e093703-8517-4f16-90a8-7d366b89acf1 2019-01-03 11:39:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:57,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0a547dbf-3b13-4d66-8641-47a8eab072b6 Date: Thu, 03 Jan 2019 11:39:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image"} 2019-01-03 11:39:57,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image used request id req-0a547dbf-3b13-4d66-8641-47a8eab072b6 2019-01-03 11:39:57,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:57,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fbe6ff8e-d785-439c-8893-82c6bcb3b975 Date: Thu, 03 Jan 2019 11:39: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"}}} 2019-01-03 11:39:57,295 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fbe6ff8e-d785-439c-8893-82c6bcb3b975 2019-01-03 11:39:57,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image"}' 2019-01-03 11:39:57,522 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 X-Openstack-Request-Id: req-17baddd8-6882-45f6-8789-3013f37f5d7c Date: Thu, 03 Jan 2019 11:39:57 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:57Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:57Z", "visibility": "shared", "locations": [], "self": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823", "min_disk": 0, "protected": false, "id": "cafdbfde-960f-46d5-b842-0f82fd089823", "file": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file", "checksum": null, "owner": "f7b8ade9eda2470a86f11309aeb7705a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:57,523 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-17baddd8-6882-45f6-8789-3013f37f5d7c 2019-01-03 11:39:57,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" -d '' 2019-01-03 11:39:59,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3baa0fe0-5622-422f-b37d-4c2282bdb3f9 Date: Thu, 03 Jan 2019 11:39:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:39:59,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file used request id req-3baa0fe0-5622-422f-b37d-4c2282bdb3f9 2019-01-03 11:39:59,383 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:39:59,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:59,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ce57de72-839f-4a0b-96bd-889f5300f30f Date: Thu, 03 Jan 2019 11:39:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:59Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "metadata": {}}], "self": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823", "min_disk": 0, "protected": false, "id": "cafdbfde-960f-46d5-b842-0f82fd089823", "file": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f7b8ade9eda2470a86f11309aeb7705a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:59,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 used request id req-ce57de72-839f-4a0b-96bd-889f5300f30f 2019-01-03 11:39:59,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:59,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eb8ad47e-06a1-42bd-8818-07c9201ef8d1 Date: Thu, 03 Jan 2019 11:39: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"}}} 2019-01-03 11:39:59,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-eb8ad47e-06a1-42bd-8818-07c9201ef8d1 2019-01-03 11:39:59,729 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image 2019-01-03 11:39:59,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:39:59,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-beb588d1-3814-40cd-b12a-9eaf7d6434ec Date: Thu, 03 Jan 2019 11:39:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:59Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "metadata": {}}], "self": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823", "min_disk": 0, "protected": false, "id": "cafdbfde-960f-46d5-b842-0f82fd089823", "file": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f7b8ade9eda2470a86f11309aeb7705a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:39:59,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 used request id req-beb588d1-3814-40cd-b12a-9eaf7d6434ec 2019-01-03 11:39:59,902 - create_image - DEBUG - Instance status is - active 2019-01-03 11:39:59,902 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image 2019-01-03 11:39:59,902 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image 2019-01-03 11:39:59,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:39:59,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:00,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:40:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["YZL7rjaHSlqKLpxFpXT8pQ"], "issued_at": "2019-01-03T11:40:00.000000Z"}} 2019-01-03 11:40:00,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:00,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af14ea9-918e-4033-9df3-f1e769a28d72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:00,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4af14ea9-918e-4033-9df3-f1e769a28d72 2019-01-03 11:40:00,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:00,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e02af310-8438-463f-8e25-5da6c6fbbab0 Date: Thu, 03 Jan 2019 11:40:00 GMT RESP BODY: {"networks":[]} 2019-01-03 11:40:00,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-e02af310-8438-463f-8e25-5da6c6fbbab0 2019-01-03 11:40:00,485 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net 2019-01-03 11:40:00,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" -d '{"network": {"name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net", "admin_state_up": true}}' 2019-01-03 11:40:00,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-24888deb-2cfe-4ebf-babc-26501c72abd2 Date: Thu, 03 Jan 2019 11:40:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3e721882-7318-44a3-92bb-6f52796daa6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:40:00Z","is_default":false,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","mtu":1450}} 2019-01-03 11:40:00,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-24888deb-2cfe-4ebf-babc-26501c72abd2 2019-01-03 11:40:00,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:01,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-804c9512-4b25-4746-be80-de91291c436d Date: Thu, 03 Jan 2019 11:40: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":"2019-01-03T11:40:00Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:01,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-804c9512-4b25-4746-be80-de91291c436d 2019-01-03 11:40:01,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:01,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0cd82e65-3a7d-4f06-a55c-65c5db949456 Date: Thu, 03 Jan 2019 11:40:01 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:40:01,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-0cd82e65-3a7d-4f06-a55c-65c5db949456 2019-01-03 11:40:01,425 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet 2019-01-03 11:40:01,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" -d '{"subnets": [{"ip_version": 4, "network_id": "3e721882-7318-44a3-92bb-6f52796daa6f", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]}' 2019-01-03 11:40:02,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c8f3646f-c60f-4a8c-98fb-52c8553d1437 Date: Thu, 03 Jan 2019 11:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:02,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-c8f3646f-c60f-4a8c-98fb-52c8553d1437 2019-01-03 11:40:02,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:02,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8b3ab2db-85c1-4c5f-80ef-fef80921e44b Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:02,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-8b3ab2db-85c1-4c5f-80ef-fef80921e44b 2019-01-03 11:40:02,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:02,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fa2867aa-05b9-42d0-90e4-b436a81ccc18 Date: Thu, 03 Jan 2019 11:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:02,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-fa2867aa-05b9-42d0-90e4-b436a81ccc18 2019-01-03 11:40:02,578 - OpenStackNetwork - DEBUG - Network [3e721882-7318-44a3-92bb-6f52796daa6f] created successfully 2019-01-03 11:40:02,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:02,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:02,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["KkrsaX0TTWanw9IKxfSTJA"], "issued_at": "2019-01-03T11:40:02.000000Z"}} 2019-01-03 11:40:02,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f90c90bc56b5b0b98daecf5b830ced67921f110" 2019-01-03 11:40:03,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c15be5-25a3-4afc-b84c-dcad81e9b83c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:03,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a2c15be5-25a3-4afc-b84c-dcad81e9b83c 2019-01-03 11:40:03,048 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:40:03,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f90c90bc56b5b0b98daecf5b830ced67921f110" 2019-01-03 11:40:03,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0594007e-c7aa-4737-b1ac-3296d4d711e6 x-compute-request-id: req-0594007e-c7aa-4737-b1ac-3296d4d711e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:40:03,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0594007e-c7aa-4737-b1ac-3296d4d711e6 2019-01-03 11:40:03,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f90c90bc56b5b0b98daecf5b830ced67921f110" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:40:03,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59b5a834-67e4-44ad-818e-d18109e42389 x-compute-request-id: req-59b5a834-67e4-44ad-818e-d18109e42389 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "025e21be-23b7-4337-a3b4-827d8c46f197", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:40:03,274 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-59b5a834-67e4-44ad-818e-d18109e42389 2019-01-03 11:40:03,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:03,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:03,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:40:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["bLoz-OLwQVi4UG5-ECCqTw"], "issued_at": "2019-01-03T11:40:03.000000Z"}} 2019-01-03 11:40:03,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:03,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad61999-7345-49d0-bdf1-0895d3f2022d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:03,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6ad61999-7345-49d0-bdf1-0895d3f2022d 2019-01-03 11:40:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:04,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c27f7add-0f4e-4f91-9827-285c73a98887 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:40:04,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name&description=hello+group used request id req-c27f7add-0f4e-4f91-9827-285c73a98887 2019-01-03 11:40:04,016 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name... 2019-01-03 11:40:04,016 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name 2019-01-03 11:40:04,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" -d '{"security_group": {"name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name", "description": "hello group"}}' 2019-01-03 11:40:04,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b65511e6-2534-446c-b8bd-6920ad51a222 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "updated_at": "2019-01-03T11:40:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f889312a-a9b6-44bf-b633-06976a0e7059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f985b585-4923-45ca-89f3-1988b729d547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}], "revision_number": 2, "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name"}} 2019-01-03 11:40:04,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-b65511e6-2534-446c-b8bd-6920ad51a222 2019-01-03 11:40:04,360 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:04,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:04,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4170eac6-7e2d-4e84-b186-36ce27a785e7 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f889312a-a9b6-44bf-b633-06976a0e7059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f985b585-4923-45ca-89f3-1988b729d547"}]} 2019-01-03 11:40:04,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-4170eac6-7e2d-4e84-b186-36ce27a785e7 2019-01-03 11:40:04,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:04,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:04,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39fc5383-fcec-4f5f-bf86-7f9177045a02 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f889312a-a9b6-44bf-b633-06976a0e7059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f985b585-4923-45ca-89f3-1988b729d547"}]} 2019-01-03 11:40:04,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-39fc5383-fcec-4f5f-bf86-7f9177045a02 2019-01-03 11:40:04,566 - neutron_utils - INFO - Retrieving security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:04,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:04,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-34822696-92d6-48fb-b317-91ed3e88a2c8 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "updated_at": "2019-01-03T11:40:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f889312a-a9b6-44bf-b633-06976a0e7059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f985b585-4923-45ca-89f3-1988b729d547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}], "revision_number": 2, "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name"}]} 2019-01-03 11:40:04,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-34822696-92d6-48fb-b317-91ed3e88a2c8 2019-01-03 11:40:04,771 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:04,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f427413f-cac7-4b20-afc7-a763fe552837 Date: Thu, 03 Jan 2019 11:40:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f889312a-a9b6-44bf-b633-06976a0e7059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f985b585-4923-45ca-89f3-1988b729d547"}]} 2019-01-03 11:40:04,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-f427413f-cac7-4b20-afc7-a763fe552837 2019-01-03 11:40:04,944 - neutron_utils - INFO - Retrieving security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:04,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:05,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e9d2193b-ab5b-4c4c-be5b-c0142b81ad5b Date: Thu, 03 Jan 2019 11:40:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "updated_at": "2019-01-03T11:40:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f889312a-a9b6-44bf-b633-06976a0e7059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f985b585-4923-45ca-89f3-1988b729d547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}], "revision_number": 2, "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name"}]} 2019-01-03 11:40:05,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-e9d2193b-ab5b-4c4c-be5b-c0142b81ad5b 2019-01-03 11:40:05,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:05,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:05,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b1a7392-c0e9-4f11-8558-7a29c86c32c7 Date: Thu, 03 Jan 2019 11:40: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": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f889312a-a9b6-44bf-b633-06976a0e7059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f985b585-4923-45ca-89f3-1988b729d547"}]} 2019-01-03 11:40:05,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-9b1a7392-c0e9-4f11-8558-7a29c86c32c7 2019-01-03 11:40:05,319 - neutron_utils - INFO - Retrieving security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:05,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:05,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3469375b-20ea-46cd-8be0-8c0a914ab4c6 Date: Thu, 03 Jan 2019 11:40:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "updated_at": "2019-01-03T11:40:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f889312a-a9b6-44bf-b633-06976a0e7059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "revision_number": 0, "id": "f985b585-4923-45ca-89f3-1988b729d547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}], "revision_number": 2, "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name"}]} 2019-01-03 11:40:05,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-3469375b-20ea-46cd-8be0-8c0a914ab4c6 2019-01-03 11:40:05,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6e8f74df-496a-4210-a872-b1a1bfe0c6d9 2019-01-03 11:40:05,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:05,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1daac954-6ab6-4fe4-a7f2-de0a761ab47f Date: Thu, 03 Jan 2019 11:40: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": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f889312a-a9b6-44bf-b633-06976a0e7059"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:04Z", "security_group_id": "6e8f74df-496a-4210-a872-b1a1bfe0c6d9", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:04Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f985b585-4923-45ca-89f3-1988b729d547"}]} 2019-01-03 11:40:05,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-1daac954-6ab6-4fe4-a7f2-de0a761ab47f 2019-01-03 11:40:05,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:05,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:05,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:40:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["z9AlHDEoQ5etsHXB7UrBkA"], "issued_at": "2019-01-03T11:40:05.000000Z"}} 2019-01-03 11:40:05,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:05,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27cd5f11-cb28-45a9-a3bd-979a9233df1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:05,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27cd5f11-cb28-45a9-a3bd-979a9233df1f 2019-01-03 11:40:05,989 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:40:05,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:06,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef61de3-a562-4a8d-8424-c332da350e55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:06,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9ef61de3-a562-4a8d-8424-c332da350e55 2019-01-03 11:40:06,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:06,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0e4d5a37-d702-4731-811f-b04eba35966b Date: Thu, 03 Jan 2019 11: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:06,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-0e4d5a37-d702-4731-811f-b04eba35966b 2019-01-03 11:40:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:06,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:40: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:06,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:06,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9731de-31b6-4271-bdd7-cf107bd3640a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:06,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-cb9731de-31b6-4271-bdd7-cf107bd3640a 2019-01-03 11:40:06,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:06,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-54a769a9-2a9b-4b65-a247-a6a061fe4431 Date: Thu, 03 Jan 2019 11:40:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:06,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-54a769a9-2a9b-4b65-a247-a6a061fe4431 2019-01-03 11:40:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:06,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9d10a3b3-58e5-46f0-b826-e8db624deb02 Date: Thu, 03 Jan 2019 11:40:06 GMT RESP BODY: {"ports":[]} 2019-01-03 11:40:06,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True used request id req-9d10a3b3-58e5-46f0-b826-e8db624deb02 2019-01-03 11:40:06,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:07,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-f26db8e8-f9e4-4863-bdb3-a951bf834129 x-compute-request-id: req-f26db8e8-f9e4-4863-bdb3-a951bf834129 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:40:07,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst used request id req-f26db8e8-f9e4-4863-bdb3-a951bf834129 2019-01-03 11:40:07,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:07,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f6a8020f-22ed-4450-ac1b-84eb42a4574f Date: Thu, 03 Jan 2019 11: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:07,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-f6a8020f-22ed-4450-ac1b-84eb42a4574f 2019-01-03 11:40:07,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:07,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0f3d03-a810-4598-9b1b-8bb377abd020 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:07,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-dd0f3d03-a810-4598-9b1b-8bb377abd020 2019-01-03 11:40:07,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:07,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-44b178ba-94c8-4633-979f-c4a6190d753b Date: Thu, 03 Jan 2019 11:40:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:07,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-44b178ba-94c8-4633-979f-c4a6190d753b 2019-01-03 11:40:07,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:07,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c2b9aa4c-99bd-4aa4-9963-b59b6a88aecc Date: Thu, 03 Jan 2019 11:40:07 GMT RESP BODY: {"ports":[]} 2019-01-03 11:40:07,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True used request id req-c2b9aa4c-99bd-4aa4-9963-b59b6a88aecc 2019-01-03 11:40:07,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:07,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:08,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:40:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["zKVOgdQOR0mfe4gfvOB0CQ"], "issued_at": "2019-01-03T11:40:08.000000Z"}} 2019-01-03 11:40:08,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b26a8d8351f948317acda10992b05f7e677ee0" 2019-01-03 11:40:08,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88685c8-6585-45c8-8d19-b4d6a00899b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:08,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a88685c8-6585-45c8-8d19-b4d6a00899b5 2019-01-03 11:40:08,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:08,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d6346d4d-a20b-4c4f-9e1e-4fa2048452ab Date: Thu, 03 Jan 2019 11: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:08,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-d6346d4d-a20b-4c4f-9e1e-4fa2048452ab 2019-01-03 11:40:08,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:08,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fbed83d2-ae3e-475e-b3f2-8aff2a98bd88 Date: Thu, 03 Jan 2019 11:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:08,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-fbed83d2-ae3e-475e-b3f2-8aff2a98bd88 2019-01-03 11:40:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:08,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8499ba6c-f343-4b77-9026-79e6b9494c86 Date: Thu, 03 Jan 2019 11: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:08,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-8499ba6c-f343-4b77-9026-79e6b9494c86 2019-01-03 11:40:08,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:08,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:08,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b26a8d8351f948317acda10992b05f7e677ee0" 2019-01-03 11:40:08,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874685c5-0899-4dac-ab1c-a85f8f9f5b9f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:08,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-874685c5-0899-4dac-ab1c-a85f8f9f5b9f 2019-01-03 11:40:08,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:08,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-63a19f7c-62a9-4c08-b7db-32a0df6df8a1 Date: Thu, 03 Jan 2019 11:40:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:08,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-63a19f7c-62a9-4c08-b7db-32a0df6df8a1 2019-01-03 11:40:08,918 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net 2019-01-03 11:40:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" -d '{"port": {"network_id": "3e721882-7318-44a3-92bb-6f52796daa6f", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port", "admin_state_up": true}}' 2019-01-03 11:40:09,985 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-632a5bf1-1eba-450e-885b-01c79bad7f95 Date: Thu, 03 Jan 2019 11:40:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","project_id":"f7b8ade9eda2470a86f11309aeb7705a","qos_policy_id":null,"admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal"}} 2019-01-03 11:40:09,986 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-632a5bf1-1eba-450e-885b-01c79bad7f95 2019-01-03 11:40:09,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0bb7d8ce-9210-4528-ab64-fefa73401e57 Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:10,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-0bb7d8ce-9210-4528-ab64-fefa73401e57 2019-01-03 11:40:10,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2948398d-05b1-4d7f-99b1-2de58e59e7a9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:10,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-2948398d-05b1-4d7f-99b1-2de58e59e7a9 2019-01-03 11:40:10,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b99c94b9-3ffd-45bc-9358-428736ae5b20 Date: Thu, 03 Jan 2019 11:40:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:10,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-b99c94b9-3ffd-45bc-9358-428736ae5b20 2019-01-03 11:40:10,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-4a01b6dc-a125-4203-9e35-203ed2d7abe3 Date: Thu, 03 Jan 2019 11:40:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:40:10,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port&admin_state_up=True used request id req-4a01b6dc-a125-4203-9e35-203ed2d7abe3 2019-01-03 11:40:10,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffba69a1-aec1-4060-b614-1a29942a32d9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:10,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-ffba69a1-aec1-4060-b614-1a29942a32d9 2019-01-03 11:40:10,545 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst 2019-01-03 11:40:10,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-c7ca201c-05d3-453f-b502-3e575f228b45 x-compute-request-id: req-c7ca201c-05d3-453f-b502-3e575f228b45 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-flavor-name"}]} 2019-01-03 11:40:10,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c7ca201c-05d3-453f-b502-3e575f228b45 2019-01-03 11:40:10,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-aeefb539-2b03-446d-a801-3af347fbf84f x-compute-request-id: req-aeefb539-2b03-446d-a801-3af347fbf84f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "025e21be-23b7-4337-a3b4-827d8c46f197", "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:40:10,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197 used request id req-aeefb539-2b03-446d-a801-3af347fbf84f 2019-01-03 11:40:10,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-9f9a5bb4-cf77-4628-bc24-465daa9de882 Date: Thu, 03 Jan 2019 11:40:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:39:57Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:39:59Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "metadata": {}}], "self": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823", "min_disk": 0, "protected": false, "id": "cafdbfde-960f-46d5-b842-0f82fd089823", "file": "/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "f7b8ade9eda2470a86f11309aeb7705a", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/cafdbfde-960f-46d5-b842-0f82fd089823/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image"} 2019-01-03 11:40:10,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image used request id req-9f9a5bb4-cf77-4628-bc24-465daa9de882 2019-01-03 11:40:10,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:10,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc698865-cae2-4e10-ace6-8614e130a445 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:40:10,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dc698865-cae2-4e10-ace6-8614e130a445 2019-01-03 11:40:10,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" -d '{"server": {"name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "imageRef": "cafdbfde-960f-46d5-b842-0f82fd089823", "flavorRef": "025e21be-23b7-4337-a3b4-827d8c46f197", "max_count": 1, "min_count": 1, "networks": [{"port": "95797028-eb03-4995-8dac-1e28083a7b90"}]}}' 2019-01-03 11:40:12,815 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-606137be-9775-4771-8fb4-7a7736266319 x-compute-request-id: req-606137be-9775-4771-8fb4-7a7736266319 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "adminPass": "N7zedc8bUFKv"}} 2019-01-03 11:40:12,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-606137be-9775-4771-8fb4-7a7736266319 2019-01-03 11:40:12,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:13,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-5bf3f0b0-5290-4ecc-a12b-d33415b60483 x-compute-request-id: req-5bf3f0b0-5290-4ecc-a12b-d33415b60483 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.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:40:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:13,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-5bf3f0b0-5290-4ecc-a12b-d33415b60483 2019-01-03 11:40:13,168 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst 2019-01-03 11:40:13,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:13,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-e2ed2030-5828-44e4-b122-bbaa0e051d45 x-compute-request-id: req-e2ed2030-5828-44e4-b122-bbaa0e051d45 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.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:40:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:13,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-e2ed2030-5828-44e4-b122-bbaa0e051d45 2019-01-03 11:40:13,396 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - BUILD 2019-01-03 11:40:13,396 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:40:16,399 - create_instance - DEBUG - VM status query timeout in 896.769171953 2019-01-03 11:40:16,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:16,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c7e7cea-f7c7-406e-9b23-b97d196b066d x-compute-request-id: req-8c7e7cea-f7c7-406e-9b23-b97d196b066d 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.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:40:14Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:16,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-8c7e7cea-f7c7-406e-9b23-b97d196b066d 2019-01-03 11:40:16,897 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - BUILD 2019-01-03 11:40:16,897 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:40:19,901 - create_instance - DEBUG - VM status query timeout in 893.267971992 2019-01-03 11:40:19,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:20,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0c3a3bbf-c1c8-4572-a271-64f3c97a7779 x-compute-request-id: req-0c3a3bbf-c1c8-4572-a271-64f3c97a7779 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:20,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-0c3a3bbf-c1c8-4572-a271-64f3c97a7779 2019-01-03 11:40:20,444 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - ACTIVE 2019-01-03 11:40:20,445 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:40:20,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:20,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7320867b-242e-49b3-86ad-6e1a29ac211e x-compute-request-id: req-7320867b-242e-49b3-86ad-6e1a29ac211e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:20,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-7320867b-242e-49b3-86ad-6e1a29ac211e 2019-01-03 11:40:20,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:20,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9bc4bb91-8351-4993-8a00-5acc54c2e9e9 Date: Thu, 03 Jan 2019 11: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:20,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-9bc4bb91-8351-4993-8a00-5acc54c2e9e9 2019-01-03 11:40:20,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:20,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b0f1359-512c-468f-bee8-b695490f6b04 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:20,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-9b0f1359-512c-468f-bee8-b695490f6b04 2019-01-03 11:40:20,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:21,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-02b3cda3-6014-42ee-bf4f-617bdf9320ca Date: Thu, 03 Jan 2019 11:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:21,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-02b3cda3-6014-42ee-bf4f-617bdf9320ca 2019-01-03 11:40:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:21,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-08f7263a-3006-4059-a1d9-fdfb58f4e84b Date: Thu, 03 Jan 2019 11:40:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.3"}],"id":"2c18b582-14ea-4eb4-80ed-8f050b214736","security_groups":[],"mac_address":"fa:16:3e:8e:d9:d6","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.2"}],"id":"5b965bcb-45cc-4615-956a-36a133da54ab","security_groups":[],"mac_address":"fa:16:3e:4c:3c:44","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.4"}],"id":"797c45d9-e50c-4a9c-87c7-f4602ca02a7f","security_groups":[],"mac_address":"fa:16:3e:73:8e:ab","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":"e8041f5c-a730-430f-97d8-3255784fc9b1"}]} 2019-01-03 11:40:21,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-08f7263a-3006-4059-a1d9-fdfb58f4e84b 2019-01-03 11:40:21,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:22,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-727e431a-28d3-4425-90ea-57c2f74b948e x-compute-request-id: req-727e431a-28d3-4425-90ea-57c2f74b948e Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:22,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-727e431a-28d3-4425-90ea-57c2f74b948e 2019-01-03 11:40:22,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:22,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-80990dcb-b016-43e8-8590-6827682ee4d2 Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:22,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-80990dcb-b016-43e8-8590-6827682ee4d2 2019-01-03 11:40:22,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:22,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236d1739-7af8-41fb-b84b-48ebda0da6aa Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:22,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-236d1739-7af8-41fb-b84b-48ebda0da6aa 2019-01-03 11:40:22,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:22,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f5ad1e57-3e74-4a8f-b3e0-f09fa9e19e76 Date: Thu, 03 Jan 2019 11:40:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:22,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-f5ad1e57-3e74-4a8f-b3e0-f09fa9e19e76 2019-01-03 11:40:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:22,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-aea16d18-8827-4042-85c6-feae07175405 Date: Thu, 03 Jan 2019 11:40:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.3"}],"id":"2c18b582-14ea-4eb4-80ed-8f050b214736","security_groups":[],"mac_address":"fa:16:3e:8e:d9:d6","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.2"}],"id":"5b965bcb-45cc-4615-956a-36a133da54ab","security_groups":[],"mac_address":"fa:16:3e:4c:3c:44","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.4"}],"id":"797c45d9-e50c-4a9c-87c7-f4602ca02a7f","security_groups":[],"mac_address":"fa:16:3e:73:8e:ab","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":"e8041f5c-a730-430f-97d8-3255784fc9b1"}]} 2019-01-03 11:40:22,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-aea16d18-8827-4042-85c6-feae07175405 2019-01-03 11:40:22,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:22,867 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48a10cee64b0420cb7f112a08373721d", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role"}], "expires_at": "2019-01-03T12:40:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7b8ade9eda2470a86f11309aeb7705a", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f7b8ade9eda2470a86f11309aeb7705a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user", "id": "018afa8140b94874adbaed9297302bc2"}, "audit_ids": ["IiBpZKNpTSOt36z3XONbfQ"], "issued_at": "2019-01-03T11:40:22.000000Z"}} 2019-01-03 11:40:22,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad8a872ca6b43338db14748f2af5a7edae606d1" 2019-01-03 11:40:23,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a5be4d80-278e-4da6-816e-0c0d4d93dc11 x-compute-request-id: req-a5be4d80-278e-4da6-816e-0c0d4d93dc11 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:23,711 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-a5be4d80-278e-4da6-816e-0c0d4d93dc11 2019-01-03 11:40:23,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:24,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-3c1a2584-d532-4f38-8f9a-8e0e360142c5 x-compute-request-id: req-3c1a2584-d532-4f38-8f9a-8e0e360142c5 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:24,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-3c1a2584-d532-4f38-8f9a-8e0e360142c5 2019-01-03 11:40:24,174 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - ACTIVE 2019-01-03 11:40:24,174 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:40:24,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:24,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f67d84d8-c8f3-47c0-a892-3eb1546ae992 x-compute-request-id: req-f67d84d8-c8f3-47c0-a892-3eb1546ae992 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:24,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-f67d84d8-c8f3-47c0-a892-3eb1546ae992 2019-01-03 11:40:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-86a493e6-54a7-4bdd-aac6-84784c172cec Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:25,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-86a493e6-54a7-4bdd-aac6-84784c172cec 2019-01-03 11:40:25,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8710e8ab-c819-4755-a064-c6b0e4cb31b7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:25,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-8710e8ab-c819-4755-a064-c6b0e4cb31b7 2019-01-03 11:40:25,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d6940845-7045-4661-bec9-b0d582c741a1 Date: Thu, 03 Jan 2019 11:40:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:25,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-d6940845-7045-4661-bec9-b0d582c741a1 2019-01-03 11:40:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-0eddc2aa-b4f9-442a-ade4-4dbc409b58d1 Date: Thu, 03 Jan 2019 11:40:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.3"}],"id":"2c18b582-14ea-4eb4-80ed-8f050b214736","security_groups":[],"mac_address":"fa:16:3e:8e:d9:d6","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.2"}],"id":"5b965bcb-45cc-4615-956a-36a133da54ab","security_groups":[],"mac_address":"fa:16:3e:4c:3c:44","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.4"}],"id":"797c45d9-e50c-4a9c-87c7-f4602ca02a7f","security_groups":[],"mac_address":"fa:16:3e:73:8e:ab","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":"e8041f5c-a730-430f-97d8-3255784fc9b1"}]} 2019-01-03 11:40:25,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-0eddc2aa-b4f9-442a-ade4-4dbc409b58d1 2019-01-03 11:40:25,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-03d82289-01c2-4189-94cb-82371502cd46 x-compute-request-id: req-03d82289-01c2-4189-94cb-82371502cd46 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:25,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-03d82289-01c2-4189-94cb-82371502cd46 2019-01-03 11:40:25,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:25,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7cd6878e-b303-450f-9c02-11b4002f637f Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:25,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-7cd6878e-b303-450f-9c02-11b4002f637f 2019-01-03 11:40:25,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:26,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c5195ce-1d05-40f5-b223-e0959df752a5 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:26,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-0c5195ce-1d05-40f5-b223-e0959df752a5 2019-01-03 11:40:26,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:26,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6dcae3dd-1c30-4fc5-b45e-96d8c5f2bd75 Date: Thu, 03 Jan 2019 11:40:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:26,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-6dcae3dd-1c30-4fc5-b45e-96d8c5f2bd75 2019-01-03 11:40:26,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:26,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-f2b80c13-463d-4c68-8c53-1cde51956a16 Date: Thu, 03 Jan 2019 11:40:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.3"}],"id":"2c18b582-14ea-4eb4-80ed-8f050b214736","security_groups":[],"mac_address":"fa:16:3e:8e:d9:d6","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.2"}],"id":"5b965bcb-45cc-4615-956a-36a133da54ab","security_groups":[],"mac_address":"fa:16:3e:4c:3c:44","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.4"}],"id":"797c45d9-e50c-4a9c-87c7-f4602ca02a7f","security_groups":[],"mac_address":"fa:16:3e:73:8e:ab","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":"e8041f5c-a730-430f-97d8-3255784fc9b1"}]} 2019-01-03 11:40:26,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-f2b80c13-463d-4c68-8c53-1cde51956a16 2019-01-03 11:40:26,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name"}}' 2019-01-03 11:40:26,752 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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-52e86f4d-b643-431d-84dd-9492700222b2 x-compute-request-id: req-52e86f4d-b643-431d-84dd-9492700222b2 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name not associated with the instance e8041f5c-a730-430f-97d8-3255784fc9b1", "code": 404}} 2019-01-03 11:40:26,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1/action used request id req-52e86f4d-b643-431d-84dd-9492700222b2 2019-01-03 11:40:26,752 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name not associated with the instance e8041f5c-a730-430f-97d8-3255784fc9b1 (HTTP 404) (Request-ID: req-52e86f4d-b643-431d-84dd-9492700222b2) 2019-01-03 11:40:26,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:27,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-7648699d-039d-415a-a55f-7b43d0bacca7 x-compute-request-id: req-7648699d-039d-415a-a55f-7b43d0bacca7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:27,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-7648699d-039d-415a-a55f-7b43d0bacca7 2019-01-03 11:40:27,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:27,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ef47ac3c-1f56-4fb5-b4b1-cd18522750ca Date: Thu, 03 Jan 2019 11:40: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":["61d3c515-99d8-4f05-a5bc-196145c85aff"],"updated_at":"2019-01-03T11:40:01Z","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f7b8ade9eda2470a86f11309aeb7705a","id":"3e721882-7318-44a3-92bb-6f52796daa6f","name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net"}]} 2019-01-03 11:40:27,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net used request id req-ef47ac3c-1f56-4fb5-b4b1-cd18522750ca 2019-01-03 11:40:27,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:27,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65146b7c-13d5-4479-b58b-021ea3c190d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:27,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-65146b7c-13d5-4479-b58b-021ea3c190d8 2019-01-03 11:40:27,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:27,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c74159e4-fab3-4116-886a-ec98e1d3143d Date: Thu, 03 Jan 2019 11:40:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:01Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40: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":"f7b8ade9eda2470a86f11309aeb7705a","id":"61d3c515-99d8-4f05-a5bc-196145c85aff","subnetpool_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet"}]} 2019-01-03 11:40:27,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-c74159e4-fab3-4116-886a-ec98e1d3143d 2019-01-03 11:40:27,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:27,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-cc3dbec7-49a1-4d1f-b271-a9cebb8ca044 Date: Thu, 03 Jan 2019 11:40:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.3"}],"id":"2c18b582-14ea-4eb4-80ed-8f050b214736","security_groups":[],"mac_address":"fa:16:3e:8e:d9:d6","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.2"}],"id":"5b965bcb-45cc-4615-956a-36a133da54ab","security_groups":[],"mac_address":"fa:16:3e:4c:3c:44","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.4"}],"id":"797c45d9-e50c-4a9c-87c7-f4602ca02a7f","security_groups":[],"mac_address":"fa:16:3e:73:8e:ab","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:03Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e721882-7318-44a3-92bb-6f52796daa6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"61d3c515-99d8-4f05-a5bc-196145c85aff","ip_address":"10.55.0.11"}],"id":"95797028-eb03-4995-8dac-1e28083a7b90","security_groups":["f64d22aa-497e-4c75-8530-ccb11785104e"],"mac_address":"fa:16:3e:c6:51:7b","project_id":"f7b8ade9eda2470a86f11309aeb7705a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port","admin_state_up":true,"network_id":"3e721882-7318-44a3-92bb-6f52796daa6f","tenant_id":"f7b8ade9eda2470a86f11309aeb7705a","created_at":"2019-01-03T11:40:09Z","binding:vnic_type":"normal","device_id":"e8041f5c-a730-430f-97d8-3255784fc9b1"}]} 2019-01-03 11:40:27,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e721882-7318-44a3-92bb-6f52796daa6f used request id req-cc3dbec7-49a1-4d1f-b271-a9cebb8ca044 2019-01-03 11:40:27,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bad8a872ca6b43338db14748f2af5a7edae606d1" 2019-01-03 11:40:28,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-2d5ac183-89a3-42a0-90e1-140ed7fd155a x-compute-request-id: req-2d5ac183-89a3-42a0-90e1-140ed7fd155a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:51:7b", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "security_groups": [{"name": "default"}], "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:18Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:28,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-2d5ac183-89a3-42a0-90e1-140ed7fd155a 2019-01-03 11:40:28,363 - create_instance - INFO - Deleting Port with ID - 95797028-eb03-4995-8dac-1e28083a7b90 2019-01-03 11:40:28,364 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-port 2019-01-03 11:40:28,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/95797028-eb03-4995-8dac-1e28083a7b90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:29,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1e6ea0cc-a11c-4830-965e-9f02e89fa7ad Date: Thu, 03 Jan 2019 11:40:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:29,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/95797028-eb03-4995-8dac-1e28083a7b90 used request id req-1e6ea0cc-a11c-4830-965e-9f02e89fa7ad 2019-01-03 11:40:29,111 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst 2019-01-03 11:40:29,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:29,269 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:40: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-8059471a-aa09-4a07-a847-64effb712579 x-compute-request-id: req-8059471a-aa09-4a07-a847-64effb712579 Content-Type: application/json 2019-01-03 11:40:29,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-8059471a-aa09-4a07-a847-64effb712579 2019-01-03 11:40:29,270 - create_instance - INFO - Checking deletion status 2019-01-03 11:40:29,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:29,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-255e6a25-0ae0-4324-9fc9-1d1b342fea6a x-compute-request-id: req-255e6a25-0ae0-4324-9fc9-1d1b342fea6a 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.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:29Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:29,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-255e6a25-0ae0-4324-9fc9-1d1b342fea6a 2019-01-03 11:40:29,370 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - ACTIVE 2019-01-03 11:40:29,370 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:40:32,373 - create_instance - DEBUG - VM status query timeout in 296.896804094 2019-01-03 11:40:32,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:32,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40: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-3ed6dd88-c681-4954-b7f1-d865f4d3e837 x-compute-request-id: req-3ed6dd88-c681-4954-b7f1-d865f4d3e837 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.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8041f5c-a730-430f-97d8-3255784fc9b1", "rel": "bookmark"}], "image": {"id": "cafdbfde-960f-46d5-b842-0f82fd089823", "links": [{"href": "http://172.30.9.28:8774/images/cafdbfde-960f-46d5-b842-0f82fd089823", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:40:18.000000", "flavor": {"id": "025e21be-23b7-4337-a3b4-827d8c46f197", "links": [{"href": "http://172.30.9.28:8774/flavors/025e21be-23b7-4337-a3b4-827d8c46f197", "rel": "bookmark"}]}, "id": "e8041f5c-a730-430f-97d8-3255784fc9b1", "user_id": "018afa8140b94874adbaed9297302bc2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:40:29Z", "hostId": "cefb0fcabe8aebab0f58d4d554f06f546402423c746a1fedf907cc11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst", "created": "2019-01-03T11:40:12Z", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:40:32,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-3ed6dd88-c681-4954-b7f1-d865f4d3e837 2019-01-03 11:40:32,807 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst] is - ACTIVE 2019-01-03 11:40:32,807 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:40:35,810 - create_instance - DEBUG - VM status query timeout in 293.45976305 2019-01-03 11:40:35,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e036fae0316c43c5c982e3fda921a4b789467db9" 2019-01-03 11:40:35,864 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:40: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-69f15fd1-7c29-4393-8a20-2c27aa839519 x-compute-request-id: req-69f15fd1-7c29-4393-8a20-2c27aa839519 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e8041f5c-a730-430f-97d8-3255784fc9b1 could not be found.", "code": 404}} 2019-01-03 11:40:35,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/e8041f5c-a730-430f-97d8-3255784fc9b1 used request id req-69f15fd1-7c29-4393-8a20-2c27aa839519 2019-01-03 11:40:35,864 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e8041f5c-a730-430f-97d8-3255784fc9b1 could not be found. (HTTP 404) (Request-ID: req-69f15fd1-7c29-4393-8a20-2c27aa839519) 2019-01-03 11:40:35,865 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-inst 2019-01-03 11:40:35,866 - neutron_utils - INFO - Deleting security group rule with ID - f985b585-4923-45ca-89f3-1988b729d547 2019-01-03 11:40:35,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f985b585-4923-45ca-89f3-1988b729d547 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:36,134 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc1b44e9-53e0-4c73-b380-085a1f77333d Content-Length: 0 Date: Thu, 03 Jan 2019 11:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:36,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f985b585-4923-45ca-89f3-1988b729d547 used request id req-dc1b44e9-53e0-4c73-b380-085a1f77333d 2019-01-03 11:40:36,134 - neutron_utils - INFO - Deleting security group rule with ID - f889312a-a9b6-44bf-b633-06976a0e7059 2019-01-03 11:40:36,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f889312a-a9b6-44bf-b633-06976a0e7059 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:36,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4eac9a53-8538-453b-aa82-82bc8686fef4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:36,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f889312a-a9b6-44bf-b633-06976a0e7059 used request id req-4eac9a53-8538-453b-aa82-82bc8686fef4 2019-01-03 11:40:36,417 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-name 2019-01-03 11:40:36,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/6e8f74df-496a-4210-a872-b1a1bfe0c6d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658653d9b4734c9a227a00959e0ea3a4ea2a0b39" 2019-01-03 11:40:36,700 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6374e8d4-a160-4551-ad2a-3da797214520 Content-Length: 0 Date: Thu, 03 Jan 2019 11:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:36,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/6e8f74df-496a-4210-a872-b1a1bfe0c6d9 used request id req-6374e8d4-a160-4551-ad2a-3da797214520 2019-01-03 11:40:36,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f90c90bc56b5b0b98daecf5b830ced67921f110" 2019-01-03 11:40:36,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:40: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-1ea44a51-a9fa-4a44-b75c-63e841ae128d x-compute-request-id: req-1ea44a51-a9fa-4a44-b75c-63e841ae128d Content-Length: 0 Content-Type: application/json 2019-01-03 11:40:36,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/025e21be-23b7-4337-a3b4-827d8c46f197 used request id req-1ea44a51-a9fa-4a44-b75c-63e841ae128d 2019-01-03 11:40:36,749 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet 2019-01-03 11:40:36,749 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-subnet 2019-01-03 11:40:36,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/61d3c515-99d8-4f05-a5bc-196145c85aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:39,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a12337a-c130-48e8-b1a3-49ef9459536e Date: Thu, 03 Jan 2019 11:40:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:39,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/61d3c515-99d8-4f05-a5bc-196145c85aff used request id req-2a12337a-c130-48e8-b1a3-49ef9459536e 2019-01-03 11:40:39,203 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-pub-net 2019-01-03 11:40:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/3e721882-7318-44a3-92bb-6f52796daa6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a8528683f03729382496868752a8775e6df91a" 2019-01-03 11:40:40,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f60a9e62-3f4c-42e9-b71c-5bf433fdb1a7 Date: Thu, 03 Jan 2019 11:40:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:40,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/3e721882-7318-44a3-92bb-6f52796daa6f used request id req-f60a9e62-3f4c-42e9-b71c-5bf433fdb1a7 2019-01-03 11:40:40,446 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-43aac170-5ad3-4bae-9ce3-3ad5e7867ca0-image 2019-01-03 11:40:40,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}914d560e48c3e58ac96f5c150cd4412528a32ebe" 2019-01-03 11:40:41,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb4650d9-68ad-4735-a2ef-d88b3a872111 Date: Thu, 03 Jan 2019 11:40:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:40:41,537 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/cafdbfde-960f-46d5-b842-0f82fd089823 used request id req-eb4650d9-68ad-4735-a2ef-d88b3a872111 2019-01-03 11:40:41,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:41,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e3c3fdbf-8a53-4012-b922-1dd9f7089026 Date: Thu, 03 Jan 2019 11:40:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:00Z", "updated_at": "2019-01-03T11:40:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "revision_number": 0, "id": "22c2de2c-707a-49d0-9fa3-749a9e9a1d3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "revision_number": 0, "id": "2e0659de-c3f5-4ca2-9c62-04501bc3bda4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "revision_number": 0, "id": "d5541013-60d1-4133-a680-eacdf24be8be", "remote_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "revision_number": 0, "id": "e847af31-6c30-4486-ad13-69b861163863", "remote_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "remote_ip_prefix": null, "created_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f7b8ade9eda2470a86f11309aeb7705a"}], "revision_number": 4, "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "f64d22aa-497e-4c75-8530-ccb11785104e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:40:41,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-e3c3fdbf-8a53-4012-b922-1dd9f7089026 2019-01-03 11:40:41,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:41,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f4d538-cd33-4dc0-b7e8-478d11b6e052 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:40:41,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c6f4d538-cd33-4dc0-b7e8-478d11b6e052 2019-01-03 11:40:41,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:41,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d170554-67c6-4390-adbe-d6fd5d037762 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:40:41,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-6d170554-67c6-4390-adbe-d6fd5d037762 2019-01-03 11:40:41,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:42,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95f3e05d-912b-4e65-b42d-ad70f90d0332 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:42,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-95f3e05d-912b-4e65-b42d-ad70f90d0332 2019-01-03 11:40:42,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:42,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2757af95-2ec2-4cd8-a2c9-1d3f798f5ed1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a"}, "enabled": true, "id": "f7b8ade9eda2470a86f11309aeb7705a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj"}} 2019-01-03 11:40:42,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-2757af95-2ec2-4cd8-a2c9-1d3f798f5ed1 2019-01-03 11:40:42,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f64d22aa-497e-4c75-8530-ccb11785104e 2019-01-03 11:40:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f64d22aa-497e-4c75-8530-ccb11785104e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:42,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c32fdcf4-6984-454a-9efe-036744ae046a Date: Thu, 03 Jan 2019 11:40:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:00Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "22c2de2c-707a-49d0-9fa3-749a9e9a1d3e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:00Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "2e0659de-c3f5-4ca2-9c62-04501bc3bda4"}, {"remote_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:00Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "d5541013-60d1-4133-a680-eacdf24be8be"}, {"remote_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:40:00Z", "security_group_id": "f64d22aa-497e-4c75-8530-ccb11785104e", "port_range_min": null, "revision_number": 0, "tenant_id": "f7b8ade9eda2470a86f11309aeb7705a", "created_at": "2019-01-03T11:40:00Z", "project_id": "f7b8ade9eda2470a86f11309aeb7705a", "id": "e847af31-6c30-4486-ad13-69b861163863"}]} 2019-01-03 11:40:42,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f64d22aa-497e-4c75-8530-ccb11785104e used request id req-c32fdcf4-6984-454a-9efe-036744ae046a 2019-01-03 11:40:42,319 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:40:42,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f64d22aa-497e-4c75-8530-ccb11785104e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:42,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03f882df-3f31-4852-b039-c917ee189727 Content-Length: 0 Date: Thu, 03 Jan 2019 11:40:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:40:42,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f64d22aa-497e-4c75-8530-ccb11785104e used request id req-03f882df-3f31-4852-b039-c917ee189727 2019-01-03 11:40:42,709 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj 2019-01-03 11:40:42,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:42,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:40:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4968ed0f-a33f-4791-8833-e78c0700e674 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:40:42,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f7b8ade9eda2470a86f11309aeb7705a used request id req-4968ed0f-a33f-4791-8833-e78c0700e674 2019-01-03 11:40:42,924 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-proj-role 2019-01-03 11:40:42,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:43,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:40:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f32d55aa-33e5-443d-a9de-7fbd0670947c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:40:43,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/48a10cee64b0420cb7f112a08373721d used request id req-f32d55aa-33e5-443d-a9de-7fbd0670947c 2019-01-03 11:40:43,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1048f7a8f7338391f8175ac787cbe05f405c33e5" 2019-01-03 11:40:43,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82e4323-526f-4410-8c5a-b2fc78291d5c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:40:43,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f82e4323-526f-4410-8c5a-b2fc78291d5c 2019-01-03 11:40:43,140 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-154dfcb1-fee4-4cb-user 2019-01-03 11:40:43,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/018afa8140b94874adbaed9297302bc2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5fc941ea6ca12ded2b626fdfa1c917254374eb5" 2019-01-03 11:40:43,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:40:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14528dbf-8998-4984-a82c-c26f69559071 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:40:43,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/018afa8140b94874adbaed9297302bc2 used request id req-14528dbf-8998-4984-a82c-c26f69559071 2019-01-03 11:40:43,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:43,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["GPcaeoxDSQWIvCNdEGMsRQ"], "issued_at": "2019-01-03T11:40:43.000000Z"}} 2019-01-03 11:40:43,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb00d450086f75ea10ef86841ddd27f9003e3578" 2019-01-03 11:40:43,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bda42cc-c0ac-469f-866c-158f334c82cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:43,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6bda42cc-c0ac-469f-866c-158f334c82cd 2019-01-03 11:40:43,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:43,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:44,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["VUlZKNhyTxe_v7TXKSpR9g"], "issued_at": "2019-01-03T11:40:44.000000Z"}} 2019-01-03 11:40:44,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:44,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d992ca02-c1a3-434f-8943-ae189e3902b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:44,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d992ca02-c1a3-434f-8943-ae189e3902b5 2019-01-03 11:40:44,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:44,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:40: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:44,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:44,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eb9a5ae-9429-41df-8093-da37d1674ebd Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:40:44,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj used request id req-7eb9a5ae-9429-41df-8093-da37d1674ebd 2019-01-03 11:40:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:44,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd4c7b11-1c94-40af-b78b-7c85fb067c90 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:40:44,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-dd4c7b11-1c94-40af-b78b-7c85fb067c90 2019-01-03 11:40:44,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj"}}' 2019-01-03 11:40:44,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:40:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea504ace-5bd2-484e-b357-2564f3456b51 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3"}, "enabled": true, "id": "653a515d56584650b068ac4a62dde3f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj"}} 2019-01-03 11:40:44,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ea504ace-5bd2-484e-b357-2564f3456b51 2019-01-03 11:40:44,748 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj 2019-01-03 11:40:44,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:44,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:45,124 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mVLC1isSRo6Lf6brXJg85Q"], "issued_at": "2019-01-03T11:40:45.000000Z"}} 2019-01-03 11:40:45,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0fb5a7c5dba7c5b38051066828f97c60cc8e45" 2019-01-03 11:40:45,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1baee74-419e-4b12-8b62-546cb1d53518 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:45,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c1baee74-419e-4b12-8b62-546cb1d53518 2019-01-03 11:40:45,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:45,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:40: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:45,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0fb5a7c5dba7c5b38051066828f97c60cc8e45" 2019-01-03 11:40:45,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c84d5c57-39c4-49f2-a241-d501908c313c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:40:45,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c84d5c57-39c4-49f2-a241-d501908c313c 2019-01-03 11:40:45,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0fb5a7c5dba7c5b38051066828f97c60cc8e45" 2019-01-03 11:40:45,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb6b332-5ed7-4b98-9636-233193ba687b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3"}, "enabled": true, "id": "653a515d56584650b068ac4a62dde3f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj"}]} 2019-01-03 11:40:45,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj used request id req-cfb6b332-5ed7-4b98-9636-233193ba687b 2019-01-03 11:40:45,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0fb5a7c5dba7c5b38051066828f97c60cc8e45" 2019-01-03 11:40:45,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73976533-c020-4b27-8e65-f85956eb4100 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:40:45,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-73976533-c020-4b27-8e65-f85956eb4100 2019-01-03 11:40:45,819 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-user 2019-01-03 11:40:45,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:45,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:45,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a3c8dea-f3aa-4ceb-816c-d1a005972975 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:40:45,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2a3c8dea-f3aa-4ceb-816c-d1a005972975 2019-01-03 11:40:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" -d '{"role": {"name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role"}}' 2019-01-03 11:40:45,957 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3d68ab8-e0c3-4eaf-95d4-9390a279687b Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "993787b05c9941748125c2904153c812", "links": {"self": "http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812"}, "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role"}} 2019-01-03 11:40:45,957 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-c3d68ab8-e0c3-4eaf-95d4-9390a279687b 2019-01-03 11:40:45,957 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role 2019-01-03 11:40:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:46,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730c682b-0905-4966-a8ce-92a1e7e187e4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role", "id": "993787b05c9941748125c2904153c812"}} 2019-01-03 11:40:46,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812 used request id req-730c682b-0905-4966-a8ce-92a1e7e187e4 2019-01-03 11:40:46,043 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role to project CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj 2019-01-03 11:40:46,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3/users/ee9b4d2eb58a4919810421598789dbf9/roles/993787b05c9941748125c2904153c812 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:40:46,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:40:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4c04d12-5608-49e6-940a-ac9f32be3204 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:40:46,175 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3/users/ee9b4d2eb58a4919810421598789dbf9/roles/993787b05c9941748125c2904153c812 used request id req-c4c04d12-5608-49e6-940a-ac9f32be3204 2019-01-03 11:40:46,175 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:40:46,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:46,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:46,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dU04jGIYR_6Tw5rdpm4l_A"], "issued_at": "2019-01-03T11:40:46.000000Z"}} 2019-01-03 11:40:46,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:46,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-505a0d31-79a0-45a4-8497-5024226f03e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:46,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-505a0d31-79a0-45a4-8497-5024226f03e3 2019-01-03 11:40:46,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:46,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-99a6e03a-6dfc-4131-a9bc-d8c5a034cbe8 Date: Thu, 03 Jan 2019 11:40:46 GMT RESP BODY: {"networks":[]} 2019-01-03 11:40:46,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-99a6e03a-6dfc-4131-a9bc-d8c5a034cbe8 2019-01-03 11:40:46,872 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net 2019-01-03 11:40:46,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" -d '{"network": {"name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net", "admin_state_up": true}}' 2019-01-03 11:40:47,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-76dd1a27-40e8-4c73-b5f3-06443feb66d4 Date: Thu, 03 Jan 2019 11:40:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:40:47Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","mtu":1450}} 2019-01-03 11:40:47,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-76dd1a27-40e8-4c73-b5f3-06443feb66d4 2019-01-03 11:40:47,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:47,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-0e34ae1c-411e-4e18-8ceb-d02b659bee95 Date: Thu, 03 Jan 2019 11:40:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:40:47Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:47,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-0e34ae1c-411e-4e18-8ceb-d02b659bee95 2019-01-03 11:40:47,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:47,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a9353660-9797-4c68-93f2-2831c3a1a855 Date: Thu, 03 Jan 2019 11:40:47 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:40:47,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-a9353660-9797-4c68-93f2-2831c3a1a855 2019-01-03 11:40:47,874 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet 2019-01-03 11:40:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" -d '{"subnets": [{"ip_version": 4, "network_id": "67d97813-8230-4368-9508-34ee01567cc2", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]}' 2019-01-03 11:40:48,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d5f80107-cf42-4f62-a613-ba135e3d1791 Date: Thu, 03 Jan 2019 11:40:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","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":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:48,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-d5f80107-cf42-4f62-a613-ba135e3d1791 2019-01-03 11:40:48,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:48,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-ffecd93a-e20f-473a-8964-48cc74a1dddb Date: Thu, 03 Jan 2019 11:40:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:48,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-ffecd93a-e20f-473a-8964-48cc74a1dddb 2019-01-03 11:40:48,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:40:48,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-733731f8-2099-4b14-8d49-5b32a48d5d4e Date: Thu, 03 Jan 2019 11:40:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:48,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-733731f8-2099-4b14-8d49-5b32a48d5d4e 2019-01-03 11:40:48,922 - OpenStackNetwork - DEBUG - Network [67d97813-8230-4368-9508-34ee01567cc2] created successfully 2019-01-03 11:40:48,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:48,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:49,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["t7VYL0f7SIKPS2SkqKuh0Q"], "issued_at": "2019-01-03T11:40:49.000000Z"}} 2019-01-03 11:40:49,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175178f327d46ababfb1120d837c04bc503cda1a" 2019-01-03 11:40:49,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce0c5e8-a0be-4b5c-9f8c-ce2ab16c6018 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:49,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8ce0c5e8-a0be-4b5c-9f8c-ce2ab16c6018 2019-01-03 11:40:49,393 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:40:49,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175178f327d46ababfb1120d837c04bc503cda1a" 2019-01-03 11:40:49,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6800c8c1-25a0-4d76-876e-70da4e789e29 x-compute-request-id: req-6800c8c1-25a0-4d76-876e-70da4e789e29 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:40:49,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6800c8c1-25a0-4d76-876e-70da4e789e29 2019-01-03 11:40:49,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175178f327d46ababfb1120d837c04bc503cda1a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2019-01-03 11:40:49,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b63c68c9-b906-4b64-bf2f-6a193d577812 x-compute-request-id: req-b63c68c9-b906-4b64-bf2f-6a193d577812 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "617f430b-f646-4997-85e8-78a3be102f34", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:40:49,634 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b63c68c9-b906-4b64-bf2f-6a193d577812 2019-01-03 11:40:49,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:49,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:50,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "993787b05c9941748125c2904153c812", "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role"}], "expires_at": "2019-01-03T12:40:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "653a515d56584650b068ac4a62dde3f3", "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/653a515d56584650b068ac4a62dde3f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/653a515d56584650b068ac4a62dde3f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/653a515d56584650b068ac4a62dde3f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/653a515d56584650b068ac4a62dde3f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/653a515d56584650b068ac4a62dde3f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/653a515d56584650b068ac4a62dde3f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/653a515d56584650b068ac4a62dde3f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/653a515d56584650b068ac4a62dde3f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/653a515d56584650b068ac4a62dde3f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/653a515d56584650b068ac4a62dde3f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/653a515d56584650b068ac4a62dde3f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/653a515d56584650b068ac4a62dde3f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-52bac8ce-84a2-494-user", "id": "ee9b4d2eb58a4919810421598789dbf9"}, "audit_ids": ["hRQvB-T3Rmi_GqbmrCrTgA"], "issued_at": "2019-01-03T11:40:49.000000Z"}} 2019-01-03 11:40:50,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:50,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a52a95-93be-4d78-9a39-9c1dcca3e31d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:50,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-25a52a95-93be-4d78-9a39-9c1dcca3e31d 2019-01-03 11:40:50,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:50,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-4bc7256c-a8e4-4e74-a9b7-b2d2209a6fc7 Date: Thu, 03 Jan 2019 11:40:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image"} 2019-01-03 11:40:50,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image used request id req-4bc7256c-a8e4-4e74-a9b7-b2d2209a6fc7 2019-01-03 11:40:50,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:50,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-88764c6c-7e65-4357-9cd9-8602db667e9f Date: Thu, 03 Jan 2019 11:40: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"}}} 2019-01-03 11:40:50,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-88764c6c-7e65-4357-9cd9-8602db667e9f 2019-01-03 11:40:50,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image"}' 2019-01-03 11:40:50,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed X-Openstack-Request-Id: req-e5bdf8cf-eafe-4664-b801-f2ef9698f8f1 Date: Thu, 03 Jan 2019 11:40:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:40:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:40:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "min_disk": 0, "protected": false, "id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "file": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file", "checksum": null, "owner": "653a515d56584650b068ac4a62dde3f3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:40:50,682 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e5bdf8cf-eafe-4664-b801-f2ef9698f8f1 2019-01-03 11:40:50,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" -d '' 2019-01-03 11:40:51,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee5703b3-4f16-4921-a491-db6131ecd374 Date: Thu, 03 Jan 2019 11:40:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:40:51,685 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file used request id req-ee5703b3-4f16-4921-a491-db6131ecd374 2019-01-03 11:40:51,686 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:40:51,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:51,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-29e82455-2737-47a5-8732-ca3efce13564 Date: Thu, 03 Jan 2019 11:40:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:40:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:40:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "metadata": {}}], "self": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "min_disk": 0, "protected": false, "id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "file": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "653a515d56584650b068ac4a62dde3f3", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:40:51,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed used request id req-29e82455-2737-47a5-8732-ca3efce13564 2019-01-03 11:40:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:52,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f0cf7f3-9572-4850-b22c-aa8827103f66 Date: Thu, 03 Jan 2019 11:40: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"}}} 2019-01-03 11:40:52,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8f0cf7f3-9572-4850-b22c-aa8827103f66 2019-01-03 11:40:52,024 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image 2019-01-03 11:40:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:40:52,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-b32aca10-ffa2-41d9-8627-6dfcf71d43b9 Date: Thu, 03 Jan 2019 11:40:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:40:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:40:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "metadata": {}}], "self": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "min_disk": 0, "protected": false, "id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "file": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "653a515d56584650b068ac4a62dde3f3", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:40:52,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed used request id req-b32aca10-ffa2-41d9-8627-6dfcf71d43b9 2019-01-03 11:40:52,196 - create_image - DEBUG - Instance status is - active 2019-01-03 11:40:52,196 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image 2019-01-03 11:40:52,196 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image 2019-01-03 11:40:52,196 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:40:52,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb00d450086f75ea10ef86841ddd27f9003e3578" 2019-01-03 11:40:52,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b418d76-b0f1-40a2-ba16-09966070c3c9 x-compute-request-id: req-9b418d76-b0f1-40a2-ba16-09966070c3c9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:49.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:43.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:45.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:46.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:50.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:42.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:42.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:43.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:49.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:49.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2019-01-03T11:40:46.000000"}}}, "zoneName": "nova"}]} 2019-01-03 11:40:52,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-availability-zone/detail used request id req-9b418d76-b0f1-40a2-ba16-09966070c3c9 2019-01-03 11:40:52,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:52,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:52,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["lFkZQbHIR2u8gyJeNSlooQ"], "issued_at": "2019-01-03T11:40:52.000000Z"}} 2019-01-03 11:40:52,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:52,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3629988a-7450-42df-88e3-8e955d65470b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:52,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3629988a-7450-42df-88e3-8e955d65470b 2019-01-03 11:40:52,996 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:40:52,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:53,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afac5c29-ad39-4cb0-b915-f38457da2324 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:53,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-afac5c29-ad39-4cb0-b915-f38457da2324 2019-01-03 11:40:53,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:53,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-1a61eabc-5fd3-4b6e-9589-af5caa2dc82f Date: Thu, 03 Jan 2019 11:40:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:53,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-1a61eabc-5fd3-4b6e-9589-af5caa2dc82f 2019-01-03 11:40:53,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:53,352 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:40: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:53,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3324ea-ba6e-4c65-8892-068894461905 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:53,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-fe3324ea-ba6e-4c65-8892-068894461905 2019-01-03 11:40:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:53,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c4005741-8d20-4ae5-b334-a8c8524a6dfc Date: Thu, 03 Jan 2019 11:40:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:53,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-c4005741-8d20-4ae5-b334-a8c8524a6dfc 2019-01-03 11:40:53,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:53,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fead3a75-231e-48cb-8173-e6d03aa2e4e9 Date: Thu, 03 Jan 2019 11:40:53 GMT RESP BODY: {"ports":[]} 2019-01-03 11:40:53,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True used request id req-fead3a75-231e-48cb-8173-e6d03aa2e4e9 2019-01-03 11:40:53,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:54,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-c261e8cd-5a68-4da5-a868-8ff4e0115521 x-compute-request-id: req-c261e8cd-5a68-4da5-a868-8ff4e0115521 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:40:54,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-c261e8cd-5a68-4da5-a868-8ff4e0115521 2019-01-03 11:40:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:54,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-a61844f9-929e-41f4-ba5c-8b60ff833c5b Date: Thu, 03 Jan 2019 11:40:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:54,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-a61844f9-929e-41f4-ba5c-8b60ff833c5b 2019-01-03 11:40:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:54,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7496947f-116c-4be9-ab30-a70e129201a7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:54,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-7496947f-116c-4be9-ab30-a70e129201a7 2019-01-03 11:40:54,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:54,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-bb719989-b44e-4347-8690-74bf09b36278 Date: Thu, 03 Jan 2019 11:40:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:54,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-bb719989-b44e-4347-8690-74bf09b36278 2019-01-03 11:40:54,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:54,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7a1e49d-78ee-4144-a044-fe18edd381ba Date: Thu, 03 Jan 2019 11:40:54 GMT RESP BODY: {"ports":[]} 2019-01-03 11:40:54,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True used request id req-c7a1e49d-78ee-4144-a044-fe18edd381ba 2019-01-03 11:40:54,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:40:54,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:40:55,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["q_PWWv37SzC2U5fpL6fdvQ"], "issued_at": "2019-01-03T11:40:55.000000Z"}} 2019-01-03 11:40:55,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}710e19bf08ab1cf9e1b44dc3016800a4f8562af0" 2019-01-03 11:40:55,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7971eb2-a5f0-4089-b407-2bbbb46aa986 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:40:55,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7971eb2-a5f0-4089-b407-2bbbb46aa986 2019-01-03 11:40:55,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:55,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-084227d3-afa4-4457-85fc-0a5d6a16a616 Date: Thu, 03 Jan 2019 11:40:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:55,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-084227d3-afa4-4457-85fc-0a5d6a16a616 2019-01-03 11:40:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:55,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-e5662cb9-1033-4586-b256-2fd16b38750c Date: Thu, 03 Jan 2019 11:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:55,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-e5662cb9-1033-4586-b256-2fd16b38750c 2019-01-03 11:40:55,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:56,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3fba84eb-840c-4326-9e1b-f3075494a5b6 Date: Thu, 03 Jan 2019 11:40:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:56,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-3fba84eb-840c-4326-9e1b-f3075494a5b6 2019-01-03 11:40:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:40:56,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:40: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:40:56,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}710e19bf08ab1cf9e1b44dc3016800a4f8562af0" 2019-01-03 11:40:56,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4d60d6-be62-463e-b949-e5aaec427c57 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:56,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ab4d60d6-be62-463e-b949-e5aaec427c57 2019-01-03 11:40:56,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:56,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6ce0207c-3a95-4998-9cae-09a02f73489e Date: Thu, 03 Jan 2019 11:40:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:56,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-6ce0207c-3a95-4998-9cae-09a02f73489e 2019-01-03 11:40:56,338 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net 2019-01-03 11:40:56,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" -d '{"port": {"network_id": "67d97813-8230-4368-9508-34ee01567cc2", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1", "admin_state_up": true}}' 2019-01-03 11:40:57,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-5f4cf779-73ac-46f8-ac59-cf30af22fea1 Date: Thu, 03 Jan 2019 11:40:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:56Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:76:b1:89","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","project_id":"5abbdf697ace471d93d3a94548c1f7e9","qos_policy_id":null,"admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal"}} 2019-01-03 11:40:57,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-5f4cf779-73ac-46f8-ac59-cf30af22fea1 2019-01-03 11:40:57,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5ba3704b-e21c-4d27-9f74-cce29326c736 Date: Thu, 03 Jan 2019 11:40:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:40:57,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-5ba3704b-e21c-4d27-9f74-cce29326c736 2019-01-03 11:40:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a30af3f8-23d5-4ce4-89da-785df9ff6bf9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:57,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-a30af3f8-23d5-4ce4-89da-785df9ff6bf9 2019-01-03 11:40:57,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d39995fb-a9ad-4fe8-9720-7f276af2d25b Date: Thu, 03 Jan 2019 11:40:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:40:57,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-d39995fb-a9ad-4fe8-9720-7f276af2d25b 2019-01-03 11:40:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-4f239c5f-3581-4786-8e55-adcd9fdd0166 Date: Thu, 03 Jan 2019 11:40:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:40:57,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1&admin_state_up=True used request id req-4f239c5f-3581-4786-8e55-adcd9fdd0166 2019-01-03 11:40:57,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a56189c-6b8c-4d20-8738-96d00e7835f8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:40:57,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-0a56189c-6b8c-4d20-8738-96d00e7835f8 2019-01-03 11:40:57,556 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 11:40:57,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-3b4bb4c2-5566-489d-a775-50e3c78a3f55 x-compute-request-id: req-3b4bb4c2-5566-489d-a775-50e3c78a3f55 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name"}]} 2019-01-03 11:40:57,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3b4bb4c2-5566-489d-a775-50e3c78a3f55 2019-01-03 11:40:57,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-96ac36cb-deef-459c-85a4-a05bcf3b7dbf x-compute-request-id: req-96ac36cb-deef-459c-85a4-a05bcf3b7dbf Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "617f430b-f646-4997-85e8-78a3be102f34", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:40:57,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 used request id req-96ac36cb-deef-459c-85a4-a05bcf3b7dbf 2019-01-03 11:40:57,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-2ea95d5e-45b3-447e-934e-5e93a401b62b Date: Thu, 03 Jan 2019 11:40:57 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:40:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:40:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "metadata": {}}], "self": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "min_disk": 0, "protected": false, "id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "file": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "653a515d56584650b068ac4a62dde3f3", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image"} 2019-01-03 11:40:57,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image used request id req-2ea95d5e-45b3-447e-934e-5e93a401b62b 2019-01-03 11:40:57,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:40:57,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6ae81bcb-91da-49f5-ae32-2dd15175aec1 Date: Thu, 03 Jan 2019 11:40: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"}}} 2019-01-03 11:40:57,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6ae81bcb-91da-49f5-ae32-2dd15175aec1 2019-01-03 11:40:57,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" -d '{"server": {"name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "617f430b-f646-4997-85e8-78a3be102f34", "max_count": 1, "min_count": 1, "networks": [{"port": "1db68d98-ec02-48cf-8e72-fdcc89cea163"}]}}' 2019-01-03 11:40:59,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-7108e42a-2e8a-4b54-b5cb-d5ea18d542ba x-compute-request-id: req-7108e42a-2e8a-4b54-b5cb-d5ea18d542ba Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "adminPass": "ERtiZxDyjD4R"}} 2019-01-03 11:40:59,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-7108e42a-2e8a-4b54-b5cb-d5ea18d542ba 2019-01-03 11:40:59,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:00,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-e81ad659-14c6-4d29-9bdf-bf56c0906159 x-compute-request-id: req-e81ad659-14c6-4d29-9bdf-bf56c0906159 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:40: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": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:00,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-e81ad659-14c6-4d29-9bdf-bf56c0906159 2019-01-03 11:41:00,013 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 11:41:00,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:00,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0498a28d-9923-4627-a7d3-d94c42ffecba x-compute-request-id: req-0498a28d-9923-4627-a7d3-d94c42ffecba Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:00Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:00,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-0498a28d-9923-4627-a7d3-d94c42ffecba 2019-01-03 11:41:00,248 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2019-01-03 11:41:00,248 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:03,251 - create_instance - DEBUG - VM status query timeout in 896.761846781 2019-01-03 11:41:03,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:03,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a126b20-583c-4fbb-aefd-ea943cdc1353 x-compute-request-id: req-6a126b20-583c-4fbb-aefd-ea943cdc1353 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:01Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:03,702 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-6a126b20-583c-4fbb-aefd-ea943cdc1353 2019-01-03 11:41:03,703 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2019-01-03 11:41:03,703 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:06,706 - create_instance - DEBUG - VM status query timeout in 893.306916952 2019-01-03 11:41:06,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:07,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8906d117-7526-4994-b335-e83a05563c59 x-compute-request-id: req-8906d117-7526-4994-b335-e83a05563c59 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:01Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:07,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-8906d117-7526-4994-b335-e83a05563c59 2019-01-03 11:41:07,353 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2019-01-03 11:41:07,353 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:10,356 - create_instance - DEBUG - VM status query timeout in 889.657382965 2019-01-03 11:41:10,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:10,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b6c203c-d520-4c70-aeb8-b1a8466c014a x-compute-request-id: req-5b6c203c-d520-4c70-aeb8-b1a8466c014a Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:10,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-5b6c203c-d520-4c70-aeb8-b1a8466c014a 2019-01-03 11:41:10,905 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:10,905 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:41:10,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7f35e81-739a-4845-9206-8031e9aa93e3 x-compute-request-id: req-b7f35e81-739a-4845-9206-8031e9aa93e3 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:11,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-b7f35e81-739a-4845-9206-8031e9aa93e3 2019-01-03 11:41:11,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-bb57f9ef-03e2-4279-aa36-f792386b4125 Date: Thu, 03 Jan 2019 11:41:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:11,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-bb57f9ef-03e2-4279-aa36-f792386b4125 2019-01-03 11:41:11,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ec518a-774d-4a36-85ff-e357af530b14 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:11,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e0ec518a-774d-4a36-85ff-e357af530b14 2019-01-03 11:41:11,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c0748fed-7ea3-423d-8a53-a25577b8a350 Date: Thu, 03 Jan 2019 11:41:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:11,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-c0748fed-7ea3-423d-8a53-a25577b8a350 2019-01-03 11:41:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-60de18f2-9f17-467f-a0bd-98a9025f383f Date: Thu, 03 Jan 2019 11:41:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"}]} 2019-01-03 11:41:11,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-60de18f2-9f17-467f-a0bd-98a9025f383f 2019-01-03 11:41:11,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:11,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-006b8125-3826-47c0-9774-401d579f2f43 x-compute-request-id: req-006b8125-3826-47c0-9774-401d579f2f43 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:11,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-006b8125-3826-47c0-9774-401d579f2f43 2019-01-03 11:41:11,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:12,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-ea9c7c92-4c0b-41af-a7ac-e99609ec7f41 Date: Thu, 03 Jan 2019 11:41:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:12,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-ea9c7c92-4c0b-41af-a7ac-e99609ec7f41 2019-01-03 11:41:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:12,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8629a49a-3a86-426d-90bf-f8d4e2ffa882 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:12,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-8629a49a-3a86-426d-90bf-f8d4e2ffa882 2019-01-03 11:41:12,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:12,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-82c1a837-8d55-4779-ac51-854742183460 Date: Thu, 03 Jan 2019 11:41:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:12,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-82c1a837-8d55-4779-ac51-854742183460 2019-01-03 11:41:12,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:12,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-44117ee7-456d-4bf2-a54a-9b58398a4fab Date: Thu, 03 Jan 2019 11:41:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"}]} 2019-01-03 11:41:12,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-44117ee7-456d-4bf2-a54a-9b58398a4fab 2019-01-03 11:41:12,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:13,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbe44cdf-1aa6-4410-a8f9-2134cfb7beff x-compute-request-id: req-dbe44cdf-1aa6-4410-a8f9-2134cfb7beff Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:13,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-dbe44cdf-1aa6-4410-a8f9-2134cfb7beff 2019-01-03 11:41:13,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:13,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-8cec2df6-1665-464b-b7a1-f8a4308b8bd7 Date: Thu, 03 Jan 2019 11:41:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:13,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-8cec2df6-1665-464b-b7a1-f8a4308b8bd7 2019-01-03 11:41:13,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:13,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-191546ac-fd0b-402b-a51c-2e9a660cefc4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:13,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-191546ac-fd0b-402b-a51c-2e9a660cefc4 2019-01-03 11:41:13,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:13,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-7a1c856a-f94c-4887-b7a6-4c5c7f572d1c Date: Thu, 03 Jan 2019 11:41:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:13,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-7a1c856a-f94c-4887-b7a6-4c5c7f572d1c 2019-01-03 11:41:13,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:13,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-4b31077a-b135-4c02-a569-a05096178496 Date: Thu, 03 Jan 2019 11:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"}]} 2019-01-03 11:41:13,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-4b31077a-b135-4c02-a569-a05096178496 2019-01-03 11:41:13,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:13,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:14,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7SrdgFXRRVqMoXC9wVoLTQ"], "issued_at": "2019-01-03T11:41:14.000000Z"}} 2019-01-03 11:41:14,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:14,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90128315-06fa-4de8-92af-526ebb206ab6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:14,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-90128315-06fa-4de8-92af-526ebb206ab6 2019-01-03 11:41:14,225 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:41:14,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:14,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6f2b2c-9b35-42c9-b8e0-59db5d732e71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:14,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be6f2b2c-9b35-42c9-b8e0-59db5d732e71 2019-01-03 11:41:14,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:14,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d4ec4907-b5ac-416c-8443-0ce9a0b3cb3b Date: Thu, 03 Jan 2019 11:41:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:14,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-d4ec4907-b5ac-416c-8443-0ce9a0b3cb3b 2019-01-03 11:41:14,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:41:14,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:41: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:41:14,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:14,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54762ab0-41d0-4911-9757-1bd3e4b32590 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:14,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-54762ab0-41d0-4911-9757-1bd3e4b32590 2019-01-03 11:41:14,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:14,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-85541ff8-e585-44ea-ad13-8f43ee7b7cf2 Date: Thu, 03 Jan 2019 11:41:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:14,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-85541ff8-e585-44ea-ad13-8f43ee7b7cf2 2019-01-03 11:41:14,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:15,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2411d9c5-8615-44db-b47d-b294d7c3f95d Date: Thu, 03 Jan 2019 11:41:15 GMT RESP BODY: {"ports":[]} 2019-01-03 11:41:15,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True used request id req-2411d9c5-8615-44db-b47d-b294d7c3f95d 2019-01-03 11:41:15,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:15,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e9fae13-3875-4775-b420-b18981628692 x-compute-request-id: req-5e9fae13-3875-4775-b420-b18981628692 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:41:15,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-5e9fae13-3875-4775-b420-b18981628692 2019-01-03 11:41:15,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:15,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-de6b6669-ec84-407e-b5ae-b838dc3f8f72 Date: Thu, 03 Jan 2019 11:41:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:15,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-de6b6669-ec84-407e-b5ae-b838dc3f8f72 2019-01-03 11:41:15,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:15,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20dfedd-856c-4e5c-bacf-0c9c59402b7b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:15,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-d20dfedd-856c-4e5c-bacf-0c9c59402b7b 2019-01-03 11:41:15,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:15,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b941e1f3-aa70-42e0-be79-579e3f940372 Date: Thu, 03 Jan 2019 11:41:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:15,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-b941e1f3-aa70-42e0-be79-579e3f940372 2019-01-03 11:41:15,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:16,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-45b7cf22-aefd-4c40-8a99-5c87967fa867 Date: Thu, 03 Jan 2019 11:41:16 GMT RESP BODY: {"ports":[]} 2019-01-03 11:41:16,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True used request id req-45b7cf22-aefd-4c40-8a99-5c87967fa867 2019-01-03 11:41:16,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:16,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:16,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["IDvsk3d-QsKW0JfbOveXbg"], "issued_at": "2019-01-03T11:41:16.000000Z"}} 2019-01-03 11:41:16,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ef772dff61b493198f6c2ab423a41164d51083" 2019-01-03 11:41:16,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d58bdd5-7926-483a-b032-6fad43a4f567 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:16,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6d58bdd5-7926-483a-b032-6fad43a4f567 2019-01-03 11:41:16,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:16,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-38a1e4ac-e36d-4258-838c-f44a0992cb1c Date: Thu, 03 Jan 2019 11:41:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:16,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-38a1e4ac-e36d-4258-838c-f44a0992cb1c 2019-01-03 11:41:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:16,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f611afc7-0a14-4352-b3b6-ce0a0a48ec30 Date: Thu, 03 Jan 2019 11:41:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:16,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-f611afc7-0a14-4352-b3b6-ce0a0a48ec30 2019-01-03 11:41:16,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:17,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-283fbf8e-e092-458c-82ee-31f562f0eb73 Date: Thu, 03 Jan 2019 11:41:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:17,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-283fbf8e-e092-458c-82ee-31f562f0eb73 2019-01-03 11:41:17,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:41:17,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:41: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:41:17,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74ef772dff61b493198f6c2ab423a41164d51083" 2019-01-03 11:41:17,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05c312b7-7131-415a-a3fd-b82a010bac49 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:17,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-05c312b7-7131-415a-a3fd-b82a010bac49 2019-01-03 11:41:17,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:17,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-51349465-2abd-4d71-8d07-9feff8b10471 Date: Thu, 03 Jan 2019 11:41:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:17,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-51349465-2abd-4d71-8d07-9feff8b10471 2019-01-03 11:41:17,232 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net 2019-01-03 11:41:17,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" -d '{"port": {"network_id": "67d97813-8230-4368-9508-34ee01567cc2", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2", "admin_state_up": true}}' 2019-01-03 11:41:18,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-fed85a9f-6e40-429d-974c-515cb0a881be Date: Thu, 03 Jan 2019 11:41:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:17Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:60:d9","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","project_id":"5abbdf697ace471d93d3a94548c1f7e9","qos_policy_id":null,"admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal"}} 2019-01-03 11:41:18,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-fed85a9f-6e40-429d-974c-515cb0a881be 2019-01-03 11:41:18,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:18,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0bbfeb11-8e13-47cd-b46e-1996e3260389 Date: Thu, 03 Jan 2019 11:41:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:18,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-0bbfeb11-8e13-47cd-b46e-1996e3260389 2019-01-03 11:41:18,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:18,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79740949-04cb-4443-9fe6-efa60af039aa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:18,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-79740949-04cb-4443-9fe6-efa60af039aa 2019-01-03 11:41:18,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:18,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c8b31d37-0118-46d1-9d3a-b34751746e3c Date: Thu, 03 Jan 2019 11:41:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:18,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-c8b31d37-0118-46d1-9d3a-b34751746e3c 2019-01-03 11:41:18,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:18,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-3286dd2c-de88-4ca6-8c24-28e873f22d3d Date: Thu, 03 Jan 2019 11:41:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:17Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:41:18,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2&admin_state_up=True used request id req-3286dd2c-de88-4ca6-8c24-28e873f22d3d 2019-01-03 11:41:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:19,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4abd6e28-7b6a-4ea5-aa6b-ded1d01b7aff Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:19,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-4abd6e28-7b6a-4ea5-aa6b-ded1d01b7aff 2019-01-03 11:41:19,051 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 11:41:19,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:19,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6b89ea1-102d-4682-b3df-6204c480357e x-compute-request-id: req-f6b89ea1-102d-4682-b3df-6204c480357e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name"}]} 2019-01-03 11:41:19,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f6b89ea1-102d-4682-b3df-6204c480357e 2019-01-03 11:41:19,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:19,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8333c8b-b2c7-45f0-b89c-669bdb85442c x-compute-request-id: req-e8333c8b-b2c7-45f0-b89c-669bdb85442c Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "617f430b-f646-4997-85e8-78a3be102f34", "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:41:19,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 used request id req-e8333c8b-b2c7-45f0-b89c-669bdb85442c 2019-01-03 11:41:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:19,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-cb5f8c58-1a87-457f-97d8-d4142844df4c Date: Thu, 03 Jan 2019 11:41:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:40:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:40:51Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "metadata": {}}], "self": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "min_disk": 0, "protected": false, "id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "file": "/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "653a515d56584650b068ac4a62dde3f3", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image"} 2019-01-03 11:41:19,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image used request id req-cb5f8c58-1a87-457f-97d8-d4142844df4c 2019-01-03 11:41:19,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:19,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-74053bf3-c828-4cdf-84aa-7f21dfb97c46 Date: Thu, 03 Jan 2019 11:41: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"}}} 2019-01-03 11:41:19,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-74053bf3-c828-4cdf-84aa-7f21dfb97c46 2019-01-03 11:41:19,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" -d '{"server": {"name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "617f430b-f646-4997-85e8-78a3be102f34", "max_count": 1, "min_count": 1, "networks": [{"port": "b97157fb-e811-42ca-8930-086b65f23526"}]}}' 2019-01-03 11:41:21,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-69c00d32-2434-4bf4-a350-e7e6177c28cc x-compute-request-id: req-69c00d32-2434-4bf4-a350-e7e6177c28cc Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "adminPass": "Kq7zjLrjKSV8"}} 2019-01-03 11:41:21,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-69c00d32-2434-4bf4-a350-e7e6177c28cc 2019-01-03 11:41:21,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:21,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21e293af-b175-4349-9d75-eeec2607937b x-compute-request-id: req-21e293af-b175-4349-9d75-eeec2607937b Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:21,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-21e293af-b175-4349-9d75-eeec2607937b 2019-01-03 11:41:21,265 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 11:41:21,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:21,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6f0980b-38d4-4d6a-8c05-f7f84a2da40c x-compute-request-id: req-e6f0980b-38d4-4d6a-8c05-f7f84a2da40c Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:21Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:21,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-e6f0980b-38d4-4d6a-8c05-f7f84a2da40c 2019-01-03 11:41:21,478 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2019-01-03 11:41:21,478 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:24,481 - create_instance - DEBUG - VM status query timeout in 896.784345865 2019-01-03 11:41:24,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:24,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-ed5090fe-7777-49e5-90ae-dd495e5098b7 x-compute-request-id: req-ed5090fe-7777-49e5-90ae-dd495e5098b7 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:41:22Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:24,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-ed5090fe-7777-49e5-90ae-dd495e5098b7 2019-01-03 11:41:24,939 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2019-01-03 11:41:24,939 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:27,942 - create_instance - DEBUG - VM status query timeout in 893.323362827 2019-01-03 11:41:27,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:28,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-ec16cfa7-3e1d-4157-a30c-8fceddcea2ee x-compute-request-id: req-ec16cfa7-3e1d-4157-a30c-8fceddcea2ee Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:28,683 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-ec16cfa7-3e1d-4157-a30c-8fceddcea2ee 2019-01-03 11:41:28,684 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:28,684 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:41:28,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:29,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7404ef5b-37da-4db6-8e0f-0cd633d9ce74 x-compute-request-id: req-7404ef5b-37da-4db6-8e0f-0cd633d9ce74 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:29,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-7404ef5b-37da-4db6-8e0f-0cd633d9ce74 2019-01-03 11:41:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:29,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-55c0d0b2-2eef-48c0-ab5f-9c9d1e8d8a52 Date: Thu, 03 Jan 2019 11:41:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:29,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-55c0d0b2-2eef-48c0-ab5f-9c9d1e8d8a52 2019-01-03 11:41:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:29,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aac811d0-a15f-4af5-8753-0a314bdc6132 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:29,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-aac811d0-a15f-4af5-8753-0a314bdc6132 2019-01-03 11:41:29,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:29,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4dfa5989-874e-45b6-a1eb-a82d3e960043 Date: Thu, 03 Jan 2019 11:41:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:29,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-4dfa5989-874e-45b6-a1eb-a82d3e960043 2019-01-03 11:41:29,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:29,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-cfaab85a-4897-406a-8fca-6db1049fd163 Date: Thu, 03 Jan 2019 11:41:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":"6ea96822-e82e-4ea7-b416-709925a98f52"}]} 2019-01-03 11:41:29,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-cfaab85a-4897-406a-8fca-6db1049fd163 2019-01-03 11:41:29,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:30,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-75328bcd-4fdd-4d54-8e32-2606298c44bd x-compute-request-id: req-75328bcd-4fdd-4d54-8e32-2606298c44bd Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:30,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-75328bcd-4fdd-4d54-8e32-2606298c44bd 2019-01-03 11:41:30,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:30,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-28539a0b-f376-4903-a996-2739e397cdd8 Date: Thu, 03 Jan 2019 11:41:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:30,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-28539a0b-f376-4903-a996-2739e397cdd8 2019-01-03 11:41:30,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:30,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b81a82c-b077-4617-a14a-d3ace1ddbf4e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:30,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-0b81a82c-b077-4617-a14a-d3ace1ddbf4e 2019-01-03 11:41:30,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:30,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-52fae354-f46f-4c0c-88e8-8aec6308ece6 Date: Thu, 03 Jan 2019 11:41:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:30,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-52fae354-f46f-4c0c-88e8-8aec6308ece6 2019-01-03 11:41:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:30,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-4be7da7c-1af9-4c06-b803-049814ded567 Date: Thu, 03 Jan 2019 11:41:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":"6ea96822-e82e-4ea7-b416-709925a98f52"}]} 2019-01-03 11:41:30,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-4be7da7c-1af9-4c06-b803-049814ded567 2019-01-03 11:41:30,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:31,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e3fbb48-e254-453e-946e-2d75d038918f x-compute-request-id: req-8e3fbb48-e254-453e-946e-2d75d038918f Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:31,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-8e3fbb48-e254-453e-946e-2d75d038918f 2019-01-03 11:41:31,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:31,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-7bd40c45-2cdc-4505-ad41-34b1f2a09e68 Date: Thu, 03 Jan 2019 11:41:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:31,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-7bd40c45-2cdc-4505-ad41-34b1f2a09e68 2019-01-03 11:41:31,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:31,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebdccc0b-2ced-4440-9348-353607e974c9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:31,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ebdccc0b-2ced-4440-9348-353607e974c9 2019-01-03 11:41:31,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:31,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9c6c7683-4305-4034-b861-48fb65dee905 Date: Thu, 03 Jan 2019 11:41:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:31,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-9c6c7683-4305-4034-b861-48fb65dee905 2019-01-03 11:41:31,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:31,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-42363ea2-9ba0-4b30-9eff-3ba943f0926e Date: Thu, 03 Jan 2019 11:41:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":"6ea96822-e82e-4ea7-b416-709925a98f52"}]} 2019-01-03 11:41:31,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-42363ea2-9ba0-4b30-9eff-3ba943f0926e 2019-01-03 11:41:31,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:32,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-b8be33fb-3879-4462-91bb-643a1d5d00c5 x-compute-request-id: req-b8be33fb-3879-4462-91bb-643a1d5d00c5 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:32,400 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-b8be33fb-3879-4462-91bb-643a1d5d00c5 2019-01-03 11:41:32,401 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:32,401 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:41:32,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:32,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-11e47e98-fa1c-4f85-bffc-0ce5e2f14c64 x-compute-request-id: req-11e47e98-fa1c-4f85-bffc-0ce5e2f14c64 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:32,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-11e47e98-fa1c-4f85-bffc-0ce5e2f14c64 2019-01-03 11:41:32,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:32,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-1bb83ad2-701a-4fc4-8d71-220dfc6c088f Date: Thu, 03 Jan 2019 11:41:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:32,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-1bb83ad2-701a-4fc4-8d71-220dfc6c088f 2019-01-03 11:41:32,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:33,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526d4f6e-aecb-432e-8ca8-083e39f6f876 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:33,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-526d4f6e-aecb-432e-8ca8-083e39f6f876 2019-01-03 11:41:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:33,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5f972822-5d45-43a3-b0a1-ff03b23be79a Date: Thu, 03 Jan 2019 11:41:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:33,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-5f972822-5d45-43a3-b0a1-ff03b23be79a 2019-01-03 11:41:33,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:33,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-68a40dcf-9143-46bb-befd-ff6e4bedf01a Date: Thu, 03 Jan 2019 11:41:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":"6ea96822-e82e-4ea7-b416-709925a98f52"}]} 2019-01-03 11:41:33,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-68a40dcf-9143-46bb-befd-ff6e4bedf01a 2019-01-03 11:41:33,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:33,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ea6d6f8-d8a9-45b8-9e2a-5213117e6991 x-compute-request-id: req-9ea6d6f8-d8a9-45b8-9e2a-5213117e6991 Content-Encoding: gzip Content-Length: 828 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:b1:89", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:07Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:33,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-9ea6d6f8-d8a9-45b8-9e2a-5213117e6991 2019-01-03 11:41:33,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:34,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bf042b9-f4cb-40c5-a0b9-e95fe87c4e5c x-compute-request-id: req-3bf042b9-f4cb-40c5-a0b9-e95fe87c4e5c Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:34,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-3bf042b9-f4cb-40c5-a0b9-e95fe87c4e5c 2019-01-03 11:41:34,460 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:34,460 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:41:34,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:34,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-b4e4ff79-113c-42ef-a1e1-9c863e81daeb x-compute-request-id: req-b4e4ff79-113c-42ef-a1e1-9c863e81daeb Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:34,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-b4e4ff79-113c-42ef-a1e1-9c863e81daeb 2019-01-03 11:41:34,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:35,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-bab34dc5-7fba-4bba-938f-cee01f41907c Date: Thu, 03 Jan 2019 11:41:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"67d97813-8230-4368-9508-34ee01567cc2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":27,"ipv4_address_scope":null,"shared":false,"project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","subnets":["c289b63c-e3e2-43a5-8ee5-82e355da33fa"],"description":"","tags":[],"updated_at":"2019-01-03T11:40:48Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net","admin_state_up":true,"tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:47Z","provider:network_type":"vxlan"}]} 2019-01-03 11:41:35,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net used request id req-bab34dc5-7fba-4bba-938f-cee01f41907c 2019-01-03 11:41:35,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:35,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1eaabd-3321-4027-ab9b-c8f9b7aeffad Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:35,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-ba1eaabd-3321-4027-ab9b-c8f9b7aeffad 2019-01-03 11:41:35,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:35,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-794c0feb-14c7-448d-98eb-c76b2f07b056 Date: Thu, 03 Jan 2019 11:41:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","dns_nameservers":[],"updated_at":"2019-01-03T11:40:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"5abbdf697ace471d93d3a94548c1f7e9","id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet"}]} 2019-01-03 11:41:35,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-794c0feb-14c7-448d-98eb-c76b2f07b056 2019-01-03 11:41:35,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:35,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4902 X-Openstack-Request-Id: req-b9eb2e2c-ae07-4329-a1f6-b79fde7d068c Date: Thu, 03 Jan 2019 11:41:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.14"}],"id":"1db68d98-ec02-48cf-8e72-fdcc89cea163","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:76:b1:89","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:56Z","binding:vnic_type":"normal","device_id":"ec46d35e-5c63-4aa0-81b3-c5594357d201"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.3"}],"id":"2374c723-07f1-47e7-8d28-cd588d316253","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:df:ea","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.4"}],"id":"4970cc31-6b8f-48c4-94c0-abd9cb6c59a0","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:80:bc","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:40:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.2"}],"id":"4f10b0b3-8251-46c4-9cf1-ff19144e2dab","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e4:5a:60","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:40:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-67d97813-8230-4368-9508-34ee01567cc2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:41:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c289b63c-e3e2-43a5-8ee5-82e355da33fa","ip_address":"10.55.0.10"}],"id":"b97157fb-e811-42ca-8930-086b65f23526","security_groups":["b248fbb6-1b3f-4836-851c-d4287ae3eb69"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:60:d9","project_id":"5abbdf697ace471d93d3a94548c1f7e9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2","admin_state_up":true,"network_id":"67d97813-8230-4368-9508-34ee01567cc2","tenant_id":"5abbdf697ace471d93d3a94548c1f7e9","created_at":"2019-01-03T11:41:17Z","binding:vnic_type":"normal","device_id":"6ea96822-e82e-4ea7-b416-709925a98f52"}]} 2019-01-03 11:41:35,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=67d97813-8230-4368-9508-34ee01567cc2 used request id req-b9eb2e2c-ae07-4329-a1f6-b79fde7d068c 2019-01-03 11:41:35,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:35,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-fbac37c8-3f2a-498d-a1cc-d364b111fad7 x-compute-request-id: req-fbac37c8-3f2a-498d-a1cc-d364b111fad7 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "security_groups": [{"name": "default"}], "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:27Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:35,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-fbac37c8-3f2a-498d-a1cc-d364b111fad7 2019-01-03 11:41:35,802 - create_instance - INFO - Deleting Port with ID - 1db68d98-ec02-48cf-8e72-fdcc89cea163 2019-01-03 11:41:35,802 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-1 2019-01-03 11:41:35,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/1db68d98-ec02-48cf-8e72-fdcc89cea163 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:36,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7d707ef-1f73-469e-a19f-df4699870077 Date: Thu, 03 Jan 2019 11:41:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:41:36,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/1db68d98-ec02-48cf-8e72-fdcc89cea163 used request id req-d7d707ef-1f73-469e-a19f-df4699870077 2019-01-03 11:41:36,374 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 11:41:36,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:36,522 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c3a5a7c-9a0a-43ac-8ee7-2a35ae53949b x-compute-request-id: req-4c3a5a7c-9a0a-43ac-8ee7-2a35ae53949b Content-Type: application/json 2019-01-03 11:41:36,522 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-4c3a5a7c-9a0a-43ac-8ee7-2a35ae53949b 2019-01-03 11:41:36,522 - create_instance - INFO - Checking deletion status 2019-01-03 11:41:36,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:36,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2417a6b3-fcd0-425c-a4ee-db3f0c3e7680 x-compute-request-id: req-2417a6b3-fcd0-425c-a4ee-db3f0c3e7680 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2019-01-03T11:41:06.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "ec46d35e-5c63-4aa0-81b3-c5594357d201", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:36Z", "hostId": "ded242c1f4048e08d526b124a14194382363343d950cc868f02732ac", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2019-01-03T11:40:59Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:36,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-2417a6b3-fcd0-425c-a4ee-db3f0c3e7680 2019-01-03 11:41:36,930 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:36,930 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:39,934 - create_instance - DEBUG - VM status query timeout in 296.588759899 2019-01-03 11:41:39,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1811c480b96ff16456673a9e56492df357551b90" 2019-01-03 11:41:39,980 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-65ba4684-be32-4634-a0d8-04880ddb310f x-compute-request-id: req-65ba4684-be32-4634-a0d8-04880ddb310f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ec46d35e-5c63-4aa0-81b3-c5594357d201 could not be found.", "code": 404}} 2019-01-03 11:41:39,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/ec46d35e-5c63-4aa0-81b3-c5594357d201 used request id req-65ba4684-be32-4634-a0d8-04880ddb310f 2019-01-03 11:41:39,981 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ec46d35e-5c63-4aa0-81b3-c5594357d201 could not be found. (HTTP 404) (Request-ID: req-65ba4684-be32-4634-a0d8-04880ddb310f) 2019-01-03 11:41:39,981 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-0.opnfvlf.org 2019-01-03 11:41:39,982 - create_instance - INFO - Deleting Port with ID - b97157fb-e811-42ca-8930-086b65f23526 2019-01-03 11:41:39,982 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7eport-2 2019-01-03 11:41:39,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/b97157fb-e811-42ca-8930-086b65f23526 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:40,539 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6cc71bfc-f774-48d3-b240-3d17bd78e931 Date: Thu, 03 Jan 2019 11:41:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:41:40,540 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/b97157fb-e811-42ca-8930-086b65f23526 used request id req-6cc71bfc-f774-48d3-b240-3d17bd78e931 2019-01-03 11:41:40,540 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 11:41:40,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:40,864 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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-1bca26b1-19f8-4864-bd2c-6b6a6a6ceb75 x-compute-request-id: req-1bca26b1-19f8-4864-bd2c-6b6a6a6ceb75 Content-Type: application/json 2019-01-03 11:41:40,864 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-1bca26b1-19f8-4864-bd2c-6b6a6a6ceb75 2019-01-03 11:41:40,865 - create_instance - INFO - Checking deletion status 2019-01-03 11:41:40,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:41,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-6536fd4e-964b-4687-99da-70de8613ec1c x-compute-request-id: req-6536fd4e-964b-4687-99da-70de8613ec1c Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:60:d9", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/6ea96822-e82e-4ea7-b416-709925a98f52", "rel": "bookmark"}], "image": {"id": "e346e4be-40fc-4dff-a13f-dcca4d2aabed", "links": [{"href": "http://172.30.9.28:8774/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2019-01-03T11:41:26.000000", "flavor": {"id": "617f430b-f646-4997-85e8-78a3be102f34", "links": [{"href": "http://172.30.9.28:8774/flavors/617f430b-f646-4997-85e8-78a3be102f34", "rel": "bookmark"}]}, "id": "6ea96822-e82e-4ea7-b416-709925a98f52", "user_id": "1847a356eeb74ff49a4b93e414c5d023", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:41:40Z", "hostId": "9a5957a32c8b7cf2a6b872040a55f0c3dd1fc47059fbc453504f6598", "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-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2019-01-03T11:41:20Z", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:41:41,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-6536fd4e-964b-4687-99da-70de8613ec1c 2019-01-03 11:41:41,116 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2019-01-03 11:41:41,116 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:41:44,120 - create_instance - DEBUG - VM status query timeout in 296.745274067 2019-01-03 11:41:44,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3a277990d5f97fdc5eb4347f16b28cea50dd56" 2019-01-03 11:41:44,167 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-1d1faad2-fb32-4051-908f-65236c72e05e x-compute-request-id: req-1d1faad2-fb32-4051-908f-65236c72e05e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6ea96822-e82e-4ea7-b416-709925a98f52 could not be found.", "code": 404}} 2019-01-03 11:41:44,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/6ea96822-e82e-4ea7-b416-709925a98f52 used request id req-1d1faad2-fb32-4051-908f-65236c72e05e 2019-01-03 11:41:44,167 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6ea96822-e82e-4ea7-b416-709925a98f52 could not be found. (HTTP 404) (Request-ID: req-1d1faad2-fb32-4051-908f-65236c72e05e) 2019-01-03 11:41:44,167 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-inst-nova:overcloud-novacompute-1.opnfvlf.org 2019-01-03 11:41:44,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175178f327d46ababfb1120d837c04bc503cda1a" 2019-01-03 11:41:44,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-f604fb14-3724-4310-824c-9f89f6404237 x-compute-request-id: req-f604fb14-3724-4310-824c-9f89f6404237 Content-Length: 0 Content-Type: application/json 2019-01-03 11:41:44,228 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/617f430b-f646-4997-85e8-78a3be102f34 used request id req-f604fb14-3724-4310-824c-9f89f6404237 2019-01-03 11:41:44,229 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet 2019-01-03 11:41:44,229 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-subnet 2019-01-03 11:41:44,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c289b63c-e3e2-43a5-8ee5-82e355da33fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:41:46,476 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85d91854-efc8-41c5-a026-936393551dbf Date: Thu, 03 Jan 2019 11:41:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:41:46,476 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c289b63c-e3e2-43a5-8ee5-82e355da33fa used request id req-85d91854-efc8-41c5-a026-936393551dbf 2019-01-03 11:41:46,476 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-priv-net 2019-01-03 11:41:46,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/67d97813-8230-4368-9508-34ee01567cc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1d9c5b4745f05320edf37090391d0f80c067bae" 2019-01-03 11:41:48,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3a27f41-46ef-40d5-8005-8473117097fd Date: Thu, 03 Jan 2019 11:41:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:41:48,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/67d97813-8230-4368-9508-34ee01567cc2 used request id req-a3a27f41-46ef-40d5-8005-8473117097fd 2019-01-03 11:41:48,004 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-b8fbdae6-0f77-4cb6-a1f4-4ad13bb65d7e-image 2019-01-03 11:41:48,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c93503f0c62f20bef986cd747be5618486783f78" 2019-01-03 11:41:49,743 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fea86de3-48b0-45da-8427-aaa6c4bea2f6 Date: Thu, 03 Jan 2019 11:41:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:41:49,744 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e346e4be-40fc-4dff-a13f-dcca4d2aabed used request id req-fea86de3-48b0-45da-8427-aaa6c4bea2f6 2019-01-03 11:41:49,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:49,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-446b3351-eaef-4761-b2f1-1aa66fc4e114 Date: Thu, 03 Jan 2019 11:41:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:41:49,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-446b3351-eaef-4761-b2f1-1aa66fc4e114 2019-01-03 11:41:49,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a1cd973-73ae-4730-b5d9-1479794476a8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:41:50,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-9a1cd973-73ae-4730-b5d9-1479794476a8 2019-01-03 11:41:50,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c8b364-c579-4d48-961a-390631c66576 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:41:50,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-78c8b364-c579-4d48-961a-390631c66576 2019-01-03 11:41:50,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26203b7b-bf99-47d5-b32e-f8f11c08f96b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:41:50,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-26203b7b-bf99-47d5-b32e-f8f11c08f96b 2019-01-03 11:41:50,261 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj 2019-01-03 11:41:50,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1756660-5c2b-4b61-9c4f-ba1ed54d869c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:41:50,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/653a515d56584650b068ac4a62dde3f3 used request id req-b1756660-5c2b-4b61-9c4f-ba1ed54d869c 2019-01-03 11:41:50,481 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-proj-role 2019-01-03 11:41:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac9697d1-d024-4684-b5ef-c51ef6409c95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:41:50,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/993787b05c9941748125c2904153c812 used request id req-ac9697d1-d024-4684-b5ef-c51ef6409c95 2019-01-03 11:41:50,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}730a3ba4758513065209c91d742055d6b3147e6c" 2019-01-03 11:41:50,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e880e6d-2480-46bb-8101-ac58dc227f80 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:41:50,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e880e6d-2480-46bb-8101-ac58dc227f80 2019-01-03 11:41:50,683 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-52bac8ce-84a2-494-user 2019-01-03 11:41:50,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ee9b4d2eb58a4919810421598789dbf9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0fb5a7c5dba7c5b38051066828f97c60cc8e45" 2019-01-03 11:41:50,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:41:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-127dc8cf-ac0d-49b0-a892-4c9e9fea56bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:41:50,858 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ee9b4d2eb58a4919810421598789dbf9 used request id req-127dc8cf-ac0d-49b0-a892-4c9e9fea56bc 2019-01-03 11:41:50,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:51,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["cROfGNl3SsePA3bLA766PA"], "issued_at": "2019-01-03T11:41:51.000000Z"}} 2019-01-03 11:41:51,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b46f7a7837acda4a64e239526445d1a97578de5" 2019-01-03 11:41:51,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f61555-7080-4b41-b7e4-b8d2850ac2fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:51,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-39f61555-7080-4b41-b7e4-b8d2850ac2fb 2019-01-03 11:41:51,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:51,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:51,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["l-8QWb3hQOevklLQpQ6Rig"], "issued_at": "2019-01-03T11:41:51.000000Z"}} 2019-01-03 11:41:51,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:51,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d3648a-de43-4f4d-b805-ecca6cb766a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:51,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d6d3648a-de43-4f4d-b805-ecca6cb766a9 2019-01-03 11:41:51,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:41:51,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:41:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:41:51,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:52,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f44032e3-ad73-43d4-8353-f9fd1882e9b6 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:41:52,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj used request id req-f44032e3-ad73-43d4-8353-f9fd1882e9b6 2019-01-03 11:41:52,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:52,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6edcdf-485c-4e6d-b305-f8f31ae112ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:41:52,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-db6edcdf-485c-4e6d-b305-f8f31ae112ce 2019-01-03 11:41:52,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}}' 2019-01-03 11:41:52,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e998569c-708b-44db-9cd9-8f06bb18efad Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:41:52,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e998569c-708b-44db-9cd9-8f06bb18efad 2019-01-03 11:41:52,204 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj 2019-01-03 11:41:52,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:52,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:52,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vTR7cGyeQVmLvXojaLzMjg"], "issued_at": "2019-01-03T11:41:52.000000Z"}} 2019-01-03 11:41:52,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5616af46e6a20dfe2a8a2229a26d9f4340aa8e56" 2019-01-03 11:41:52,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1acf10-cc1b-4dd4-af3a-6d262a294fbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:52,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7d1acf10-cc1b-4dd4-af3a-6d262a294fbe 2019-01-03 11:41:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:41:52,690 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:41: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:41:52,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5616af46e6a20dfe2a8a2229a26d9f4340aa8e56" 2019-01-03 11:41:52,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a570794-8568-4660-a663-088e11c33b6b Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:41:52,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5a570794-8568-4660-a663-088e11c33b6b 2019-01-03 11:41:52,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5616af46e6a20dfe2a8a2229a26d9f4340aa8e56" 2019-01-03 11:41:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84730f50-d061-4d87-8e52-32e732ec4cad Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}]} 2019-01-03 11:41:52,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj used request id req-84730f50-d061-4d87-8e52-32e732ec4cad 2019-01-03 11:41:52,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5616af46e6a20dfe2a8a2229a26d9f4340aa8e56" 2019-01-03 11:41:52,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989d7e0b-e6f0-4feb-a974-6dbb94f3e9db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:41:52,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-989d7e0b-e6f0-4feb-a974-6dbb94f3e9db 2019-01-03 11:41:53,400 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user 2019-01-03 11:41:53,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:53,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:53,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c97b7d8-17a8-4305-a686-875b0d60476c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:41:53,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3c97b7d8-17a8-4305-a686-875b0d60476c 2019-01-03 11:41:53,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" -d '{"role": {"name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}}' 2019-01-03 11:41:53,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:41:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fec7902d-0bc6-4feb-a07e-fdaf7cc6ac8b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33f2ef6fa91748a58db6f38e9a5bba3d", "links": {"self": "http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d"}, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}} 2019-01-03 11:41:53,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-fec7902d-0bc6-4feb-a07e-fdaf7cc6ac8b 2019-01-03 11:41:53,598 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role 2019-01-03 11:41:53,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:53,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b783e32d-257e-4a94-9efa-fae5e15fda53 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role", "id": "33f2ef6fa91748a58db6f38e9a5bba3d"}} 2019-01-03 11:41:53,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d used request id req-b783e32d-257e-4a94-9efa-fae5e15fda53 2019-01-03 11:41:53,694 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role to project CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj 2019-01-03 11:41:53,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b/users/1ef5cc60cf4d4996ab1004c6ff0f543a/roles/33f2ef6fa91748a58db6f38e9a5bba3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:41:53,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:41:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc471099-7409-4c7f-9ab3-5a7bc798f539 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:41:53,823 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b/users/1ef5cc60cf4d4996ab1004c6ff0f543a/roles/33f2ef6fa91748a58db6f38e9a5bba3d used request id req-fc471099-7409-4c7f-9ab3-5a7bc798f539 2019-01-03 11:41:53,823 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:41:53,825 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:41:53,825 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2019-01-03 11:41:53,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:53,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:54,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33f2ef6fa91748a58db6f38e9a5bba3d", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}], "expires_at": "2019-01-03T12:41:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8209607b779448b2956dbd9e05ff7e5b", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user", "id": "1ef5cc60cf4d4996ab1004c6ff0f543a"}, "audit_ids": ["7JtKQvarSeSp36ngMDts0w"], "issued_at": "2019-01-03T11:41:54.000000Z"}} 2019-01-03 11:41:54,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:54,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9fdd49-6fab-4490-a445-93b93228af34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:54,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dd9fdd49-6fab-4490-a445-93b93228af34 2019-01-03 11:41:54,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:54,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ab3e0fa4-85ba-4d59-aace-977692380aa1 Date: Thu, 03 Jan 2019 11:41:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2"} 2019-01-03 11:41:54,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 used request id req-ab3e0fa4-85ba-4d59-aace-977692380aa1 2019-01-03 11:41:54,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:54,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-094577ea-8c20-4a49-80a3-c8ab394b7a21 Date: Thu, 03 Jan 2019 11:41: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"}}} 2019-01-03 11:41:54,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-094577ea-8c20-4a49-80a3-c8ab394b7a21 2019-01-03 11:41:54,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2"}' 2019-01-03 11:41:54,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 X-Openstack-Request-Id: req-99bb5a7e-0af7-488b-9aa4-bb7fe52450ff Date: Thu, 03 Jan 2019 11:41:54 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:41:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:41:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "min_disk": 0, "protected": false, "id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "file": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file", "checksum": null, "owner": "8209607b779448b2956dbd9e05ff7e5b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:41:54,840 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-99bb5a7e-0af7-488b-9aa4-bb7fe52450ff 2019-01-03 11:41:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" -d '' 2019-01-03 11:41:56,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80e8c1d5-41a3-4ab1-a007-7248b708d7bb Date: Thu, 03 Jan 2019 11:41:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:41:56,530 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file used request id req-80e8c1d5-41a3-4ab1-a007-7248b708d7bb 2019-01-03 11:41:56,531 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:41:56,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:56,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-423a679c-03fe-43e4-97eb-abb709255e9f Date: Thu, 03 Jan 2019 11:41:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:41:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:41:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "metadata": {}}], "self": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "min_disk": 0, "protected": false, "id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "file": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8209607b779448b2956dbd9e05ff7e5b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:41:56,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 used request id req-423a679c-03fe-43e4-97eb-abb709255e9f 2019-01-03 11:41:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:56,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e5453b1-de00-48cb-969a-2eae0fbfd6d4 Date: Thu, 03 Jan 2019 11:41: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"}}} 2019-01-03 11:41:56,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6e5453b1-de00-48cb-969a-2eae0fbfd6d4 2019-01-03 11:41:56,852 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 2019-01-03 11:41:56,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:41:57,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-0c4aa893-5ad3-4cf4-a6bd-272b858e42fe Date: Thu, 03 Jan 2019 11:41:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:41:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:41:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "metadata": {}}], "self": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "min_disk": 0, "protected": false, "id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "file": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8209607b779448b2956dbd9e05ff7e5b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:41:57,099 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 used request id req-0c4aa893-5ad3-4cf4-a6bd-272b858e42fe 2019-01-03 11:41:57,100 - create_image - DEBUG - Instance status is - active 2019-01-03 11:41:57,100 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 2019-01-03 11:41:57,100 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 2019-01-03 11:41:57,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:57,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:57,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["b7O3cIumR36aBD-lr5WBrQ"], "issued_at": "2019-01-03T11:41:57.000000Z"}} 2019-01-03 11:41:57,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e94bfe360234a3a2a3a16e8ddcd3393239d24b" 2019-01-03 11:41:57,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa2e24d-6db0-4d19-9fb0-f555799effe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:57,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7fa2e24d-6db0-4d19-9fb0-f555799effe4 2019-01-03 11:41:57,564 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:41:57,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e94bfe360234a3a2a3a16e8ddcd3393239d24b" 2019-01-03 11:41:57,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-95d9f63b-dcf1-439d-9f07-c1ab71a224ab x-compute-request-id: req-95d9f63b-dcf1-439d-9f07-c1ab71a224ab Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:41:57,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-95d9f63b-dcf1-439d-9f07-c1ab71a224ab 2019-01-03 11:41:57,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e94bfe360234a3a2a3a16e8ddcd3393239d24b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:41:57,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41: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-a050f778-2522-493b-8aa2-9ac02520cbb4 x-compute-request-id: req-a050f778-2522-493b-8aa2-9ac02520cbb4 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:41:57,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a050f778-2522-493b-8aa2-9ac02520cbb4 2019-01-03 11:41:57,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:41:57,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:41:58,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33f2ef6fa91748a58db6f38e9a5bba3d", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}], "expires_at": "2019-01-03T12:41:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8209607b779448b2956dbd9e05ff7e5b", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user", "id": "1ef5cc60cf4d4996ab1004c6ff0f543a"}, "audit_ids": ["wz6pOHrfQc-ro2zrZiVSdQ"], "issued_at": "2019-01-03T11:41:58.000000Z"}} 2019-01-03 11:41:58,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:41:58,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e252da8f-c503-49d5-b993-e20729a5049e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:41:58,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e252da8f-c503-49d5-b993-e20729a5049e 2019-01-03 11:41:58,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:41:58,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2e6da67c-c2aa-41dc-afa1-435106b33cb3 Date: Thu, 03 Jan 2019 11:41:58 GMT RESP BODY: {"networks":[]} 2019-01-03 11:41:58,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-2e6da67c-c2aa-41dc-afa1-435106b33cb3 2019-01-03 11:41:58,603 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net 2019-01-03 11:41:58,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" -d '{"network": {"name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net", "admin_state_up": true}}' 2019-01-03 11:41:59,261 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-58372ec6-26dd-4896-9de0-34bd694a0c3f Date: Thu, 03 Jan 2019 11:41:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:41:59Z","is_default":false,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","mtu":1450}} 2019-01-03 11:41:59,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-58372ec6-26dd-4896-9de0-34bd694a0c3f 2019-01-03 11:41:59,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:41:59,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-7df769b2-53c0-435a-9499-f9b81cb94537 Date: Thu, 03 Jan 2019 11:41: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":"2019-01-03T11:41:59Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:41:59,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-7df769b2-53c0-435a-9499-f9b81cb94537 2019-01-03 11:41:59,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:41:59,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e38450b1-b63a-4fb8-ab0b-2206b2bcf57b Date: Thu, 03 Jan 2019 11:41:59 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:41:59,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-e38450b1-b63a-4fb8-ab0b-2206b2bcf57b 2019-01-03 11:41:59,527 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet 2019-01-03 11:41:59,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" -d '{"subnets": [{"ip_version": 4, "network_id": "b7fa16ba-d676-42c0-8b8e-f52b49511197", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]}' 2019-01-03 11:42:00,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e2db67a6-0ff1-4e98-ac86-0242809e7198 Date: Thu, 03 Jan 2019 11:42:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","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":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:00,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-e2db67a6-0ff1-4e98-ac86-0242809e7198 2019-01-03 11:42:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:42:00,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6cc6c626-237d-468f-88d5-5fd6bece363d Date: Thu, 03 Jan 2019 11:42: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:00,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-6cc6c626-237d-468f-88d5-5fd6bece363d 2019-01-03 11:42:00,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:42:00,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-24f9325f-4f3d-408a-93eb-d7bef9710c33 Date: Thu, 03 Jan 2019 11:42:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:00,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-24f9325f-4f3d-408a-93eb-d7bef9710c33 2019-01-03 11:42:00,770 - OpenStackNetwork - DEBUG - Network [b7fa16ba-d676-42c0-8b8e-f52b49511197] created successfully 2019-01-03 11:42:00,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:00,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:01,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33f2ef6fa91748a58db6f38e9a5bba3d", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}], "expires_at": "2019-01-03T12:42:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8209607b779448b2956dbd9e05ff7e5b", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user", "id": "1ef5cc60cf4d4996ab1004c6ff0f543a"}, "audit_ids": ["cMx1QgfrQvSLMwu0-kfa8w"], "issued_at": "2019-01-03T11:42:01.000000Z"}} 2019-01-03 11:42:01,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:01,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d076c1f6-ea85-4243-b946-da860098f513 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:01,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d076c1f6-ea85-4243-b946-da860098f513 2019-01-03 11:42:01,227 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:42:01,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:01,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90e2f480-65af-4477-a926-befea760c381 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:01,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-90e2f480-65af-4477-a926-befea760c381 2019-01-03 11:42:01,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:01,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-49d3ba3e-6ea7-412d-844b-3f3de303a653 Date: Thu, 03 Jan 2019 11:42:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:01,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-49d3ba3e-6ea7-412d-844b-3f3de303a653 2019-01-03 11:42:01,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:01,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:42: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:01,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:01,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2414a3-4ec1-42a6-b325-b456b3185a19 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:01,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-da2414a3-4ec1-42a6-b325-b456b3185a19 2019-01-03 11:42:01,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:02,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0b4d389d-664a-4df3-9766-07a2af678b9b Date: Thu, 03 Jan 2019 11:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:02,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-0b4d389d-664a-4df3-9766-07a2af678b9b 2019-01-03 11:42:02,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:02,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b56bb225-e03e-4ba7-a0cd-8703c8df369a Date: Thu, 03 Jan 2019 11:42:02 GMT RESP BODY: {"ports":[]} 2019-01-03 11:42:02,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True used request id req-b56bb225-e03e-4ba7-a0cd-8703c8df369a 2019-01-03 11:42:02,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:02,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-84263221-57db-46e1-9d73-7540b675e270 x-compute-request-id: req-84263221-57db-46e1-9d73-7540b675e270 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:42:02,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst used request id req-84263221-57db-46e1-9d73-7540b675e270 2019-01-03 11:42:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:02,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0868d612-5032-4af4-a35f-a52dd4aa9a80 Date: Thu, 03 Jan 2019 11:42: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:02,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-0868d612-5032-4af4-a35f-a52dd4aa9a80 2019-01-03 11:42:02,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:02,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fe3f484-6080-46e3-953c-4f05fca82876 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:02,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-2fe3f484-6080-46e3-953c-4f05fca82876 2019-01-03 11:42:02,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:03,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a5731165-1745-464f-b315-66d644b1e34a Date: Thu, 03 Jan 2019 11:42:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:03,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-a5731165-1745-464f-b315-66d644b1e34a 2019-01-03 11:42:03,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:03,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-354fa025-6b8b-433c-aa26-604be32af64e Date: Thu, 03 Jan 2019 11:42:03 GMT RESP BODY: {"ports":[]} 2019-01-03 11:42:03,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True used request id req-354fa025-6b8b-433c-aa26-604be32af64e 2019-01-03 11:42:03,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:03,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:03,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33f2ef6fa91748a58db6f38e9a5bba3d", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role"}], "expires_at": "2019-01-03T12:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8209607b779448b2956dbd9e05ff7e5b", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8209607b779448b2956dbd9e05ff7e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user", "id": "1ef5cc60cf4d4996ab1004c6ff0f543a"}, "audit_ids": ["W6gZOllfQyqV7V5wmlwW-A"], "issued_at": "2019-01-03T11:42:03.000000Z"}} 2019-01-03 11:42:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a7015b4684d5ce7bd1e92d13ec787cd9f34441" 2019-01-03 11:42:03,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22fd796-aa77-4441-af2e-1d4f4c07395b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:03,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b22fd796-aa77-4441-af2e-1d4f4c07395b 2019-01-03 11:42:03,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:03,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7c6dca21-3cff-4bf9-9cf6-28f3c3842a8c Date: Thu, 03 Jan 2019 11:42: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:03,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-7c6dca21-3cff-4bf9-9cf6-28f3c3842a8c 2019-01-03 11:42:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:04,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-777cc5ea-9f2a-4a26-851d-4098664e7bc1 Date: Thu, 03 Jan 2019 11:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:04,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-777cc5ea-9f2a-4a26-851d-4098664e7bc1 2019-01-03 11:42:04,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:04,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2528e7f3-58e1-4656-9bec-d0cb0eb21cbd Date: Thu, 03 Jan 2019 11: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:04,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-2528e7f3-58e1-4656-9bec-d0cb0eb21cbd 2019-01-03 11:42:04,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:04,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:42: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:04,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a7015b4684d5ce7bd1e92d13ec787cd9f34441" 2019-01-03 11:42:04,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf767bc3-c908-417d-a4bc-9ce59b073ea9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:04,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-cf767bc3-c908-417d-a4bc-9ce59b073ea9 2019-01-03 11:42:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:04,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9f8c1118-4f29-44cc-b2e5-ee64d759e98f Date: Thu, 03 Jan 2019 11:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:04,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-9f8c1118-4f29-44cc-b2e5-ee64d759e98f 2019-01-03 11:42:04,672 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net 2019-01-03 11:42:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" -d '{"port": {"network_id": "b7fa16ba-d676-42c0-8b8e-f52b49511197", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port", "admin_state_up": true}}' 2019-01-03 11:42:05,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-d39896de-b9d2-4016-9d91-b71c81bf77dc Date: Thu, 03 Jan 2019 11:42:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.11"}],"id":"8095e969-32d7-4bde-bb16-a47dd491464b","security_groups":["aec8339c-f29b-4b9f-9a4a-b7e794e1186a"],"mac_address":"fa:16:3e:85:03:b7","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port","project_id":"8209607b779448b2956dbd9e05ff7e5b","qos_policy_id":null,"admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:04Z","binding:vnic_type":"normal"}} 2019-01-03 11:42:05,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-d39896de-b9d2-4016-9d91-b71c81bf77dc 2019-01-03 11:42:05,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:05,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5090d6ee-277c-4224-b666-e1843fdc58f9 Date: Thu, 03 Jan 2019 11:42: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:05,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-5090d6ee-277c-4224-b666-e1843fdc58f9 2019-01-03 11:42:05,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:05,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107a293e-da1d-491c-84de-41c3a165c6ca Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:05,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-107a293e-da1d-491c-84de-41c3a165c6ca 2019-01-03 11:42:05,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e351f7e0-52ed-4e54-91dc-7466818f6f07 Date: Thu, 03 Jan 2019 11:42:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:06,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-e351f7e0-52ed-4e54-91dc-7466818f6f07 2019-01-03 11:42:06,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-5a47db62-ce65-46c1-a7a7-3be0869ba966 Date: Thu, 03 Jan 2019 11:42:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:05Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.11"}],"id":"8095e969-32d7-4bde-bb16-a47dd491464b","security_groups":["aec8339c-f29b-4b9f-9a4a-b7e794e1186a"],"mac_address":"fa:16:3e:85:03:b7","project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port","admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:04Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:42:06,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port&admin_state_up=True used request id req-5a47db62-ce65-46c1-a7a7-3be0869ba966 2019-01-03 11:42:06,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a5ed88-7004-4b33-9d8f-fa2456ac696f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:06,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-87a5ed88-7004-4b33-9d8f-fa2456ac696f 2019-01-03 11:42:06,548 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst 2019-01-03 11:42:06,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3954629d-d09b-4a36-a671-849dd821ca1b x-compute-request-id: req-3954629d-d09b-4a36-a671-849dd821ca1b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-flavor-name"}]} 2019-01-03 11:42:06,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3954629d-d09b-4a36-a671-849dd821ca1b 2019-01-03 11:42:06,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b5b17ff-5118-4c06-80e2-68d0bc2d2d45 x-compute-request-id: req-4b5b17ff-5118-4c06-80e2-68d0bc2d2d45 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:42:06,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659 used request id req-4b5b17ff-5118-4c06-80e2-68d0bc2d2d45 2019-01-03 11:42:06,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-839b55a9-474e-4b7b-82ff-d387004da272 Date: Thu, 03 Jan 2019 11:42:06 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:41:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:41:56Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "metadata": {}}], "self": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "min_disk": 0, "protected": false, "id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "file": "/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8209607b779448b2956dbd9e05ff7e5b", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a23a727d-9b46-4d34-8203-1cbc8a975b47/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2"} 2019-01-03 11:42:06,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 used request id req-839b55a9-474e-4b7b-82ff-d387004da272 2019-01-03 11:42:06,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:06,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c771390f-c8fa-45f7-8cef-cd0ab1da89f3 Date: Thu, 03 Jan 2019 11:42: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"}}} 2019-01-03 11:42:06,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c771390f-c8fa-45f7-8cef-cd0ab1da89f3 2019-01-03 11:42:06,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" -d '{"server": {"name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "imageRef": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "flavorRef": "82724e30-1ed5-4a65-be93-a7989bc6d659", "max_count": 1, "min_count": 1, "networks": [{"port": "8095e969-32d7-4bde-bb16-a47dd491464b"}]}}' 2019-01-03 11:42:08,241 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-4ab5ab57-926f-4df7-b6b9-d8f277501b14 x-compute-request-id: req-4ab5ab57-926f-4df7-b6b9-d8f277501b14 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "adminPass": "eMZvL9hHAQX9"}} 2019-01-03 11:42:08,241 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4ab5ab57-926f-4df7-b6b9-d8f277501b14 2019-01-03 11:42:08,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:08,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-22cbfa64-2c5d-460c-8c9e-eba9b912c9a3 x-compute-request-id: req-22cbfa64-2c5d-460c-8c9e-eba9b912c9a3 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.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:08,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-22cbfa64-2c5d-460c-8c9e-eba9b912c9a3 2019-01-03 11:42:08,479 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst 2019-01-03 11:42:08,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:08,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-acc7a375-f28b-475b-893f-82dbb34c656f x-compute-request-id: req-acc7a375-f28b-475b-893f-82dbb34c656f 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.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:08,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-acc7a375-f28b-475b-893f-82dbb34c656f 2019-01-03 11:42:08,692 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - BUILD 2019-01-03 11:42:08,692 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:11,695 - create_instance - DEBUG - VM status query timeout in 896.784209967 2019-01-03 11:42:11,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:12,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-0622a0b1-7d08-417c-b6d1-b474e741e190 x-compute-request-id: req-0622a0b1-7d08-417c-b6d1-b474e741e190 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.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "security_groups": [{"name": "default"}], "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:09Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:12,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-0622a0b1-7d08-417c-b6d1-b474e741e190 2019-01-03 11:42:12,047 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - BUILD 2019-01-03 11:42:12,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:15,051 - create_instance - DEBUG - VM status query timeout in 893.428698063 2019-01-03 11:42:15,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:15,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef12df52-3811-4c6b-bac2-906b9f24cd09 x-compute-request-id: req-ef12df52-3811-4c6b-bac2-906b9f24cd09 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.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "security_groups": [{"name": "default"}], "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:09Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:15,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-ef12df52-3811-4c6b-bac2-906b9f24cd09 2019-01-03 11:42:15,802 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - BUILD 2019-01-03 11:42:15,802 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:18,805 - create_instance - DEBUG - VM status query timeout in 889.674329042 2019-01-03 11:42:18,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:19,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-721e2c43-9d5b-4dc5-a03b-98a1c5ea9cb1 x-compute-request-id: req-721e2c43-9d5b-4dc5-a03b-98a1c5ea9cb1 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:03:b7", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:14.000000", "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "security_groups": [{"name": "default"}], "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:15Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:19,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-721e2c43-9d5b-4dc5-a03b-98a1c5ea9cb1 2019-01-03 11:42:19,428 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - ACTIVE 2019-01-03 11:42:19,428 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:42:19,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:20,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-4e42635a-be21-42b9-b328-4e0c0969517e x-compute-request-id: req-4e42635a-be21-42b9-b328-4e0c0969517e Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:03:b7", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:14.000000", "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "security_groups": [{"name": "default"}], "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:15Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:20,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-4e42635a-be21-42b9-b328-4e0c0969517e 2019-01-03 11:42:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:20,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-867b8746-9be4-4ba9-88c5-f330ff6ff80a Date: Thu, 03 Jan 2019 11:42: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":["60462234-2c92-42a2-a727-ea559e3e6efe"],"updated_at":"2019-01-03T11:42:00Z","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net"}]} 2019-01-03 11:42:20,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net used request id req-867b8746-9be4-4ba9-88c5-f330ff6ff80a 2019-01-03 11:42:20,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:20,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50d39f0-d285-43d0-8b7e-e13bca2036f8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:20,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-c50d39f0-d285-43d0-8b7e-e13bca2036f8 2019-01-03 11:42:20,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:20,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78ab485b-2257-46f0-b804-a64be7e2546e Date: Thu, 03 Jan 2019 11:42:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8209607b779448b2956dbd9e05ff7e5b","id":"60462234-2c92-42a2-a727-ea559e3e6efe","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet"}]} 2019-01-03 11:42:20,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-78ab485b-2257-46f0-b804-a64be7e2546e 2019-01-03 11:42:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:20,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-583faa94-89ed-4663-90dd-933c2ee4e477 Date: Thu, 03 Jan 2019 11:42:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.2"}],"id":"38df4e1e-8f05-4cc0-8793-101d21540ee9","security_groups":[],"mac_address":"fa:16:3e:1f:6d:c8","project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b7fa16ba-d676-42c0-8b8e-f52b49511197"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.3"}],"id":"437c6bad-2847-4be2-a770-6ddf615d9530","security_groups":[],"mac_address":"fa:16:3e:1e:69:6c","project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:01Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b7fa16ba-d676-42c0-8b8e-f52b49511197"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.11"}],"id":"8095e969-32d7-4bde-bb16-a47dd491464b","security_groups":["aec8339c-f29b-4b9f-9a4a-b7e794e1186a"],"mac_address":"fa:16:3e:85:03:b7","project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port","admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:04Z","binding:vnic_type":"normal","device_id":"67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"60462234-2c92-42a2-a727-ea559e3e6efe","ip_address":"10.55.0.4"}],"id":"e553d4e4-c17e-4713-91f7-5af5d91e6dbc","security_groups":[],"mac_address":"fa:16:3e:c6:b5:bf","project_id":"8209607b779448b2956dbd9e05ff7e5b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b7fa16ba-d676-42c0-8b8e-f52b49511197","tenant_id":"8209607b779448b2956dbd9e05ff7e5b","created_at":"2019-01-03T11:42:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b7fa16ba-d676-42c0-8b8e-f52b49511197"}]} 2019-01-03 11:42:20,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-583faa94-89ed-4663-90dd-933c2ee4e477 2019-01-03 11:42:20,699 - create_instance - INFO - Deleting Port with ID - 8095e969-32d7-4bde-bb16-a47dd491464b 2019-01-03 11:42:20,699 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-port 2019-01-03 11:42:20,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/8095e969-32d7-4bde-bb16-a47dd491464b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:21,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d83b150e-76cf-4e3b-87f2-f83dab4c4b48 Date: Thu, 03 Jan 2019 11:42:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:42:21,169 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/8095e969-32d7-4bde-bb16-a47dd491464b used request id req-d83b150e-76cf-4e3b-87f2-f83dab4c4b48 2019-01-03 11:42:21,170 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst 2019-01-03 11:42:21,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:21,312 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:42: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-5e7bf594-651b-4a1c-94b9-dd20a800be07 x-compute-request-id: req-5e7bf594-651b-4a1c-94b9-dd20a800be07 Content-Type: application/json 2019-01-03 11:42:21,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-5e7bf594-651b-4a1c-94b9-dd20a800be07 2019-01-03 11:42:21,312 - create_instance - INFO - Checking deletion status 2019-01-03 11:42:21,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:21,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-e4d9739e-b027-4c09-990f-e34245703506 x-compute-request-id: req-e4d9739e-b027-4c09-990f-e34245703506 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:03:b7", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:14.000000", "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:21Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:21,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-e4d9739e-b027-4c09-990f-e34245703506 2019-01-03 11:42:21,501 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - ACTIVE 2019-01-03 11:42:21,501 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:24,504 - create_instance - DEBUG - VM status query timeout in 296.808336973 2019-01-03 11:42:24,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:24,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfdace1f-2d2a-443b-a958-3fb70fc4b225 x-compute-request-id: req-cfdace1f-2d2a-443b-a958-3fb70fc4b225 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "rel": "bookmark"}], "image": {"id": "a23a727d-9b46-4d34-8203-1cbc8a975b47", "links": [{"href": "http://172.30.9.28:8774/images/a23a727d-9b46-4d34-8203-1cbc8a975b47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:14.000000", "flavor": {"id": "82724e30-1ed5-4a65-be93-a7989bc6d659", "links": [{"href": "http://172.30.9.28:8774/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659", "rel": "bookmark"}]}, "id": "67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57", "user_id": "1ef5cc60cf4d4996ab1004c6ff0f543a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:21Z", "hostId": "9925069b6c523df6d603ee7150820df66364f24a30ee78b67c8e44e6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst", "created": "2019-01-03T11:42:08Z", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:24,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-cfdace1f-2d2a-443b-a958-3fb70fc4b225 2019-01-03 11:42:24,953 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst] is - ACTIVE 2019-01-03 11:42:24,953 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:27,956 - create_instance - DEBUG - VM status query timeout in 293.35649395 2019-01-03 11:42:27,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0565337d8b9de3abdb6ecbb5d1dd029cb385a6ba" 2019-01-03 11:42:28,004 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:42:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-57f1c8e8-ef4f-4e95-ae2e-fccf1746ad63 x-compute-request-id: req-57f1c8e8-ef4f-4e95-ae2e-fccf1746ad63 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 could not be found.", "code": 404}} 2019-01-03 11:42:28,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 used request id req-57f1c8e8-ef4f-4e95-ae2e-fccf1746ad63 2019-01-03 11:42:28,004 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 67b2dd8e-5f3e-4f13-b08c-97f2ff23ec57 could not be found. (HTTP 404) (Request-ID: req-57f1c8e8-ef4f-4e95-ae2e-fccf1746ad63) 2019-01-03 11:42:28,005 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-inst 2019-01-03 11:42:28,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71e94bfe360234a3a2a3a16e8ddcd3393239d24b" 2019-01-03 11:42:28,049 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56be47b4-d088-41c0-b110-3601c00de406 x-compute-request-id: req-56be47b4-d088-41c0-b110-3601c00de406 Content-Length: 0 Content-Type: application/json 2019-01-03 11:42:28,049 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/82724e30-1ed5-4a65-be93-a7989bc6d659 used request id req-56be47b4-d088-41c0-b110-3601c00de406 2019-01-03 11:42:28,050 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet 2019-01-03 11:42:28,050 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-subnet 2019-01-03 11:42:28,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/60462234-2c92-42a2-a727-ea559e3e6efe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:42:30,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cf042d0-9853-4062-b6b7-87c8c56b11b3 Date: Thu, 03 Jan 2019 11:42:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:42:30,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/60462234-2c92-42a2-a727-ea559e3e6efe used request id req-4cf042d0-9853-4062-b6b7-87c8c56b11b3 2019-01-03 11:42:30,250 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2-pub-net 2019-01-03 11:42:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/b7fa16ba-d676-42c0-8b8e-f52b49511197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e7473797d5e63e376a9a7936511233f2f9225fa" 2019-01-03 11:42:31,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b77ce291-817b-40bd-929b-3227482c9024 Date: Thu, 03 Jan 2019 11:42:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:42:31,493 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/b7fa16ba-d676-42c0-8b8e-f52b49511197 used request id req-b77ce291-817b-40bd-929b-3227482c9024 2019-01-03 11:42:31,494 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-ec251703-1e5a-4593-ab95-9c8e99bacdf2 2019-01-03 11:42:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fa38b4b98ec1526d59b840ceccf1ec020b613c8" 2019-01-03 11:42:32,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7ceb2f1-6541-413b-91fb-4f9fda8d074a Date: Thu, 03 Jan 2019 11:42:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:42:32,023 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a23a727d-9b46-4d34-8203-1cbc8a975b47 used request id req-e7ceb2f1-6541-413b-91fb-4f9fda8d074a 2019-01-03 11:42:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:32,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8c05588b-2f76-4472-9c48-d64b59f30c53 Date: Thu, 03 Jan 2019 11:42:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "created_at": "2019-01-03T11:41:58Z", "updated_at": "2019-01-03T11:41:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "revision_number": 0, "id": "340fbe74-6865-4f36-b497-76dcbd78b242", "remote_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8209607b779448b2956dbd9e05ff7e5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "revision_number": 0, "id": "f4e5018d-746a-4849-b3af-2d39583eccfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8209607b779448b2956dbd9e05ff7e5b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "revision_number": 0, "id": "fae097fc-c539-42c1-9793-3fe6544f950d", "remote_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "port_range_min": null, "ethertype": "IPv6", "project_id": "8209607b779448b2956dbd9e05ff7e5b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "revision_number": 0, "id": "fc216246-5acc-4c92-8675-929b9d1508bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "port_range_min": null, "ethertype": "IPv4", "project_id": "8209607b779448b2956dbd9e05ff7e5b"}], "revision_number": 4, "project_id": "8209607b779448b2956dbd9e05ff7e5b", "id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:42:32,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-8c05588b-2f76-4472-9c48-d64b59f30c53 2019-01-03 11:42:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:32,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01ede7cd-3f7a-42c2-b6d6-6274624f0a4e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:42:32,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-01ede7cd-3f7a-42c2-b6d6-6274624f0a4e 2019-01-03 11:42:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:32,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6df3834-caeb-4778-880e-9434fd0dc91f 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:42:32,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-a6df3834-caeb-4778-880e-9434fd0dc91f 2019-01-03 11:42:32,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:32,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c234c8-e63c-42f9-b297-4813cc220d7b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b"}, "enabled": true, "id": "8209607b779448b2956dbd9e05ff7e5b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj"}} 2019-01-03 11:42:32,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-62c234c8-e63c-42f9-b297-4813cc220d7b 2019-01-03 11:42:32,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aec8339c-f29b-4b9f-9a4a-b7e794e1186a 2019-01-03 11:42:32,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aec8339c-f29b-4b9f-9a4a-b7e794e1186a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:32,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-68ba0a2f-06bb-4a1f-a9c9-a8f863488627 Date: Thu, 03 Jan 2019 11:42:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "port_range_min": null, "revision_number": 0, "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "created_at": "2019-01-03T11:41:58Z", "project_id": "8209607b779448b2956dbd9e05ff7e5b", "id": "340fbe74-6865-4f36-b497-76dcbd78b242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "port_range_min": null, "revision_number": 0, "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "created_at": "2019-01-03T11:41:58Z", "project_id": "8209607b779448b2956dbd9e05ff7e5b", "id": "f4e5018d-746a-4849-b3af-2d39583eccfd"}, {"remote_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "port_range_min": null, "revision_number": 0, "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "created_at": "2019-01-03T11:41:58Z", "project_id": "8209607b779448b2956dbd9e05ff7e5b", "id": "fae097fc-c539-42c1-9793-3fe6544f950d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:41:58Z", "security_group_id": "aec8339c-f29b-4b9f-9a4a-b7e794e1186a", "port_range_min": null, "revision_number": 0, "tenant_id": "8209607b779448b2956dbd9e05ff7e5b", "created_at": "2019-01-03T11:41:58Z", "project_id": "8209607b779448b2956dbd9e05ff7e5b", "id": "fc216246-5acc-4c92-8675-929b9d1508bd"}]} 2019-01-03 11:42:32,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aec8339c-f29b-4b9f-9a4a-b7e794e1186a used request id req-68ba0a2f-06bb-4a1f-a9c9-a8f863488627 2019-01-03 11:42:32,707 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:42:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/aec8339c-f29b-4b9f-9a4a-b7e794e1186a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:33,016 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88ca8e4b-160a-495d-a2ef-ac7386da43f8 Content-Length: 0 Date: Thu, 03 Jan 2019 11:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:42:33,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/aec8339c-f29b-4b9f-9a4a-b7e794e1186a used request id req-88ca8e4b-160a-495d-a2ef-ac7386da43f8 2019-01-03 11:42:33,017 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj 2019-01-03 11:42:33,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:33,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b2bfa99-3b89-4f05-88b1-7e920342de62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:42:33,218 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8209607b779448b2956dbd9e05ff7e5b used request id req-5b2bfa99-3b89-4f05-88b1-7e920342de62 2019-01-03 11:42:33,218 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-proj-role 2019-01-03 11:42:33,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:33,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-506ef83f-6211-4678-87cf-bdf4bb3963c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:42:33,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/33f2ef6fa91748a58db6f38e9a5bba3d used request id req-506ef83f-6211-4678-87cf-bdf4bb3963c5 2019-01-03 11:42:33,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839cf080b3bb030ebf91b87ab691682a3f31550e" 2019-01-03 11:42:33,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8d7615-bc4f-413e-93e2-cd90d1533996 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:42:33,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7a8d7615-bc4f-413e-93e2-cd90d1533996 2019-01-03 11:42:33,407 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-a4b1d92b-6248-45d-user 2019-01-03 11:42:33,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1ef5cc60cf4d4996ab1004c6ff0f543a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5616af46e6a20dfe2a8a2229a26d9f4340aa8e56" 2019-01-03 11:42:33,694 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:42:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2538f799-e58b-4bcc-b71f-049795533c6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:42:33,694 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1ef5cc60cf4d4996ab1004c6ff0f543a used request id req-2538f799-e58b-4bcc-b71f-049795533c6a 2019-01-03 11:42:33,696 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:34,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:42:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["0969HbJ0T8qxcurOsqAN8Q"], "issued_at": "2019-01-03T11:42:34.000000Z"}} 2019-01-03 11:42:34,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cf526f5abbc9b2bebaf174d3c9cd66fed9bbec" 2019-01-03 11:42:34,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df73124c-9520-40bc-8f57-8d2fcb821d6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:34,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-df73124c-9520-40bc-8f57-8d2fcb821d6b 2019-01-03 11:42:34,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:34,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:34,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:42:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["uytlYXW0Tai12kpA1YXXiQ"], "issued_at": "2019-01-03T11:42:34.000000Z"}} 2019-01-03 11:42:34,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:34,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d7fd699-7c0f-4ce4-8b59-ff616641be52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:34,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0d7fd699-7c0f-4ce4-8b59-ff616641be52 2019-01-03 11:42:34,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:34,647 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:34,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df9ffda-7cef-4a53-9bc7-c0539f7c711d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:42:34,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj used request id req-7df9ffda-7cef-4a53-9bc7-c0539f7c711d 2019-01-03 11:42:34,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:34,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8985b497-80ce-4e39-9ad2-26c37261aef5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:42:34,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-8985b497-80ce-4e39-9ad2-26c37261aef5 2019-01-03 11:42:34,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}}' 2019-01-03 11:42:34,945 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4224c1c6-e340-4263-9bf0-c7217f590d1b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:34,945 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-4224c1c6-e340-4263-9bf0-c7217f590d1b 2019-01-03 11:42:34,946 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj 2019-01-03 11:42:34,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:34,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:35,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Q5EFp4S0QyijCDq-56UjVQ"], "issued_at": "2019-01-03T11:42:35.000000Z"}} 2019-01-03 11:42:35,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ee5329d302f7d4de13a66395c44d2d9e17c07a" 2019-01-03 11:42:35,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02effcb-4ae2-4dce-a5e9-18c50b0499bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:35,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d02effcb-4ae2-4dce-a5e9-18c50b0499bc 2019-01-03 11:42:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:35,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ee5329d302f7d4de13a66395c44d2d9e17c07a" 2019-01-03 11:42:35,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ec2c77-4af8-4611-8fe4-e8ade10c12a2 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:42:35,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-83ec2c77-4af8-4611-8fe4-e8ade10c12a2 2019-01-03 11:42:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ee5329d302f7d4de13a66395c44d2d9e17c07a" 2019-01-03 11:42:35,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03b9372a-e94b-451b-b25c-330d10079ada Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}]} 2019-01-03 11:42:35,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj used request id req-03b9372a-e94b-451b-b25c-330d10079ada 2019-01-03 11:42:35,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ee5329d302f7d4de13a66395c44d2d9e17c07a" 2019-01-03 11:42:35,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf22ad59-a750-4218-861e-6fd54c2e3ee6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:42:35,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bf22ad59-a750-4218-861e-6fd54c2e3ee6 2019-01-03 11:42:36,035 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user 2019-01-03 11:42:36,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:36,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:36,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27f31eb-6b99-4590-abde-833ea5497dfc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:42:36,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a27f31eb-6b99-4590-abde-833ea5497dfc 2019-01-03 11:42:36,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" -d '{"role": {"name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}}' 2019-01-03 11:42:36,239 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:42:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec579a93-4aee-4455-adca-b6f2027bdcf6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c559c12153b49acbe4dff81e6b72d3b", "links": {"self": "http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b"}, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}} 2019-01-03 11:42:36,239 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ec579a93-4aee-4455-adca-b6f2027bdcf6 2019-01-03 11:42:36,239 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role 2019-01-03 11:42:36,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:36,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311c59cb-2c53-48b4-b470-492628b8bf6f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b"}, "domain_id": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role", "id": "0c559c12153b49acbe4dff81e6b72d3b"}} 2019-01-03 11:42:36,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b used request id req-311c59cb-2c53-48b4-b470-492628b8bf6f 2019-01-03 11:42:36,333 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role to project CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj 2019-01-03 11:42:36,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7/users/c69488abab8744c8b56664f9443d4203/roles/0c559c12153b49acbe4dff81e6b72d3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:42:36,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:42:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f3c2e3f-887b-49ca-ae4d-62368ad7fdf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:42:36,481 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7/users/c69488abab8744c8b56664f9443d4203/roles/0c559c12153b49acbe4dff81e6b72d3b used request id req-5f3c2e3f-887b-49ca-ae4d-62368ad7fdf3 2019-01-03 11:42:36,482 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:42:36,483 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:42:36,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:36,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:36,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["AInNFCT6SX6eBQp8llmWfw"], "issued_at": "2019-01-03T11:42:36.000000Z"}} 2019-01-03 11:42:36,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:36,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb97542-5448-45df-bf4d-7e5310310617 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:36,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3bb97542-5448-45df-bf4d-7e5310310617 2019-01-03 11:42:36,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:37,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-33aad9fd-741e-4e8c-b5ea-81c273faa7ef Date: Thu, 03 Jan 2019 11:42:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image"} 2019-01-03 11:42:37,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image used request id req-33aad9fd-741e-4e8c-b5ea-81c273faa7ef 2019-01-03 11:42:37,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:37,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2222d4e2-2b89-4735-8aa3-ac9f3c62990c Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:42:37,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2222d4e2-2b89-4735-8aa3-ac9f3c62990c 2019-01-03 11:42:37,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image"}' 2019-01-03 11:42:37,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf X-Openstack-Request-Id: req-afc2ca7b-5f17-42ff-a21a-a10e98a72954 Date: Thu, 03 Jan 2019 11:42:37 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:42:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:42:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "min_disk": 0, "protected": false, "id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "file": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file", "checksum": null, "owner": "23401a830ed5436cbe68569012e6ced7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:42:37,505 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-afc2ca7b-5f17-42ff-a21a-a10e98a72954 2019-01-03 11:42:37,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" -d '' 2019-01-03 11:42:39,337 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f26b427-a39b-46ba-81a9-a4b572a09a50 Date: Thu, 03 Jan 2019 11:42:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:42:39,337 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file used request id req-6f26b427-a39b-46ba-81a9-a4b572a09a50 2019-01-03 11:42:39,338 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:42:39,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:39,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-eeccfd86-e3b5-46b8-a79f-6fc858781666 Date: Thu, 03 Jan 2019 11:42:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:42:39Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "metadata": {}}], "self": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "min_disk": 0, "protected": false, "id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "file": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "23401a830ed5436cbe68569012e6ced7", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:42:39,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf used request id req-eeccfd86-e3b5-46b8-a79f-6fc858781666 2019-01-03 11:42:39,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:39,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-67784c71-e92a-4644-a4b7-b47112aa86e9 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:42:39,536 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-67784c71-e92a-4644-a4b7-b47112aa86e9 2019-01-03 11:42:39,540 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image 2019-01-03 11:42:39,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:42:39,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-fe0f7def-bfd9-46d9-a547-490eac373695 Date: Thu, 03 Jan 2019 11:42:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:42:39Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "metadata": {}}], "self": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "min_disk": 0, "protected": false, "id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "file": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "23401a830ed5436cbe68569012e6ced7", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:42:39,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf used request id req-fe0f7def-bfd9-46d9-a547-490eac373695 2019-01-03 11:42:39,722 - create_image - DEBUG - Instance status is - active 2019-01-03 11:42:39,722 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image 2019-01-03 11:42:39,722 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image 2019-01-03 11:42:39,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:39,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:40,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_2ZuWLiDQJiK2WsV2OWnFw"], "issued_at": "2019-01-03T11:42:40.000000Z"}} 2019-01-03 11:42:40,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44d042d07d034be5e73caaff17b092b36c11f33" 2019-01-03 11:42:40,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6a5f9-aef4-40d6-897f-75b3b0224f45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:40,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-18c6a5f9-aef4-40d6-897f-75b3b0224f45 2019-01-03 11:42:40,185 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:42:40,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44d042d07d034be5e73caaff17b092b36c11f33" 2019-01-03 11:42:40,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-271537fb-c635-40b8-8f11-3346a65354a1 x-compute-request-id: req-271537fb-c635-40b8-8f11-3346a65354a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:42:40,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-271537fb-c635-40b8-8f11-3346a65354a1 2019-01-03 11:42:40,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44d042d07d034be5e73caaff17b092b36c11f33" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:42:40,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-d1690ad0-57b2-4af6-9930-a03d8e545adc x-compute-request-id: req-d1690ad0-57b2-4af6-9930-a03d8e545adc Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:42:40,447 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d1690ad0-57b2-4af6-9930-a03d8e545adc 2019-01-03 11:42:40,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:40,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:40,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["4Ut5siC4QGKFo2AOt4-sdA"], "issued_at": "2019-01-03T11:42:40.000000Z"}} 2019-01-03 11:42:40,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:40,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14172664-5e5c-43d8-a721-af5e8e1db2d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:40,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-14172664-5e5c-43d8-a721-af5e8e1db2d0 2019-01-03 11:42:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:41,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a09e122d-87ca-499b-bd97-eb83ee6c0d28 Date: Thu, 03 Jan 2019 11:42:41 GMT RESP BODY: {"networks":[]} 2019-01-03 11:42:41,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-a09e122d-87ca-499b-bd97-eb83ee6c0d28 2019-01-03 11:42:41,077 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net 2019-01-03 11:42:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" -d '{"network": {"name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net", "admin_state_up": true}}' 2019-01-03 11:42:41,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b890a24d-3d82-41e0-8e09-272d9126c1a0 Date: Thu, 03 Jan 2019 11:42:41 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:42:41Z","is_default":false,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","mtu":1450}} 2019-01-03 11:42:41,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b890a24d-3d82-41e0-8e09-272d9126c1a0 2019-01-03 11:42:41,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:41,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-14876b2e-8f3f-4459-8d58-ba984cbb44d7 Date: Thu, 03 Jan 2019 11:42: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":"2019-01-03T11:42:41Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:41,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-14876b2e-8f3f-4459-8d58-ba984cbb44d7 2019-01-03 11:42:41,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:42,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c8175bc2-1251-4401-bbd0-934453a0c252 Date: Thu, 03 Jan 2019 11:42:42 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:42:42,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-c8175bc2-1251-4401-bbd0-934453a0c252 2019-01-03 11:42:42,072 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet 2019-01-03 11:42:42,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" -d '{"subnets": [{"ip_version": 4, "network_id": "981b9bed-62f9-48d9-baa4-2b2cd3e62764", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]}' 2019-01-03 11:42:42,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dacacf64-ca9a-47b4-828b-dad28eda9234 Date: Thu, 03 Jan 2019 11:42:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:42,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-dacacf64-ca9a-47b4-828b-dad28eda9234 2019-01-03 11:42:42,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:43,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8a818ef0-9b57-4da7-bd8f-5d3fc10945a6 Date: Thu, 03 Jan 2019 11:42: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:43,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-8a818ef0-9b57-4da7-bd8f-5d3fc10945a6 2019-01-03 11:42:43,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:42:43,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-52ba10c1-469a-4509-a24e-5abd031cc7db Date: Thu, 03 Jan 2019 11:42:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:43,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-52ba10c1-469a-4509-a24e-5abd031cc7db 2019-01-03 11:42:43,140 - OpenStackNetwork - DEBUG - Network [981b9bed-62f9-48d9-baa4-2b2cd3e62764] created successfully 2019-01-03 11:42:43,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:43,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:43,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["M1PeSuyRShCu9j0oMGfjBQ"], "issued_at": "2019-01-03T11:42:43.000000Z"}} 2019-01-03 11:42:43,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:42:43,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d877d68d-fe68-4c88-a7fe-d756ba548fd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:43,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d877d68d-fe68-4c88-a7fe-d756ba548fd5 2019-01-03 11:42:43,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:42:43,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:43 GMT Server: Apache x-compute-request-id: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:42:43,811 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail used request id req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019 2019-01-03 11:42:43,814 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-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}}' 2019-01-03 11:42:44,226 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:42:43 GMT Server: Apache x-compute-request-id: req-ae372462-d360-44d9-bc31-c4a120c6f414 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae372462-d360-44d9-bc31-c4a120c6f414 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.113677", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}} 2019-01-03 11:42:44,226 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes used request id req-ae372462-d360-44d9-bc31-c4a120c6f414 2019-01-03 11:42:44,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:42:44,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:44 GMT Server: Apache x-compute-request-id: req-dfad3ccc-0984-4a61-ab01-ed465d91fdc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dfad3ccc-0984-4a61-ab01-ed465d91fdc6 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:44.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}} 2019-01-03 11:42:44,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-dfad3ccc-0984-4a61-ab01-ed465d91fdc6 2019-01-03 11:42:44,451 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:42:44,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:42:44,657 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:44 GMT Server: Apache x-compute-request-id: req-d5486d2c-b246-4808-9284-e5ce667b2e23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5486d2c-b246-4808-9284-e5ce667b2e23 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:44.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}} 2019-01-03 11:42:44,657 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-d5486d2c-b246-4808-9284-e5ce667b2e23 2019-01-03 11:42:44,657 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:42:44,657 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:42:44,658 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:42:44,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:44,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:45,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["z0Q7nIWESqGblZ_zlA_wWA"], "issued_at": "2019-01-03T11:42:45.000000Z"}} 2019-01-03 11:42:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:42:45,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e0c6ba-b56e-4827-b733-a6ce1ea19676 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:45,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9e0c6ba-b56e-4827-b733-a6ce1ea19676 2019-01-03 11:42:45,122 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:42:45,324 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:45 GMT Server: Apache x-compute-request-id: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:44.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}]} 2019-01-03 11:42:45,324 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail used request id req-ea340cd5-f8a4-4070-a854-45dcb1f988f7 2019-01-03 11:42:45,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-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}}' 2019-01-03 11:42:45,645 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:42:45 GMT Server: Apache x-compute-request-id: req-5223cf96-5e9a-460d-970b-1fb2736ccb73 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5223cf96-5e9a-460d-970b-1fb2736ccb73 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.558688", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}} 2019-01-03 11:42:45,645 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes used request id req-5223cf96-5e9a-460d-970b-1fb2736ccb73 2019-01-03 11:42:45,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:42:45,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:45 GMT Server: Apache x-compute-request-id: req-90f511f4-4c8f-4966-ba4c-a75709723fd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90f511f4-4c8f-4966-ba4c-a75709723fd7 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}} 2019-01-03 11:42:45,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-90f511f4-4c8f-4966-ba4c-a75709723fd7 2019-01-03 11:42:45,861 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:42:45,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:42:46,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:45 GMT Server: Apache x-compute-request-id: req-c10e58b6-994f-4259-88fb-0aa1ab8859a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c10e58b6-994f-4259-88fb-0aa1ab8859a5 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}} 2019-01-03 11:42:46,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-c10e58b6-994f-4259-88fb-0aa1ab8859a5 2019-01-03 11:42:46,059 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:42:46,059 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:42:46,059 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:42:46,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:46,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:46,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["mtiIIHr-QumEAEUDuutrgw"], "issued_at": "2019-01-03T11:42:46.000000Z"}} 2019-01-03 11:42:46,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:46,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beffd984-2b1a-4a9f-83e0-1750c2ce02f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:46,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-beffd984-2b1a-4a9f-83e0-1750c2ce02f9 2019-01-03 11:42:46,529 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:42:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:46,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab2af89-9525-4adc-b640-fc0b468b0e1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:46,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5ab2af89-9525-4adc-b640-fc0b468b0e1b 2019-01-03 11:42:46,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:46,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b3db30aa-fc31-4339-a10c-3300ea55a5b5 Date: Thu, 03 Jan 2019 11: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:46,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-b3db30aa-fc31-4339-a10c-3300ea55a5b5 2019-01-03 11:42:46,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:46,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:42: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:46,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:46,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6699367-86ac-4257-99b1-35cb4ab3c5c3 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:46,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-b6699367-86ac-4257-99b1-35cb4ab3c5c3 2019-01-03 11:42:46,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e8a4deb5-1228-44c8-90e0-d4398da54077 Date: Thu, 03 Jan 2019 11:42:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:47,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-e8a4deb5-1228-44c8-90e0-d4398da54077 2019-01-03 11:42:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5306cefe-c6f5-4377-8649-e5a5f2f31d18 Date: Thu, 03 Jan 2019 11:42:47 GMT RESP BODY: {"ports":[]} 2019-01-03 11:42:47,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True used request id req-5306cefe-c6f5-4377-8649-e5a5f2f31d18 2019-01-03 11:42:47,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42: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-364e3ed8-5ddc-4027-acb0-72e3e96866bf x-compute-request-id: req-364e3ed8-5ddc-4027-acb0-72e3e96866bf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:42:47,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst used request id req-364e3ed8-5ddc-4027-acb0-72e3e96866bf 2019-01-03 11:42:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bbea2224-f366-4029-b323-d0f4301db612 Date: Thu, 03 Jan 2019 11: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:47,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-bbea2224-f366-4029-b323-d0f4301db612 2019-01-03 11:42:47,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6a94c66-e310-473b-ab36-ef9441584a01 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:47,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-f6a94c66-e310-473b-ab36-ef9441584a01 2019-01-03 11:42:47,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:47,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f89c17aa-7372-47ff-882a-79f5bb62683b Date: Thu, 03 Jan 2019 11:42:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:47,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-f89c17aa-7372-47ff-882a-79f5bb62683b 2019-01-03 11:42:47,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:48,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d6b4984-8a71-4341-9d30-2d03f2a3d983 Date: Thu, 03 Jan 2019 11:42:48 GMT RESP BODY: {"ports":[]} 2019-01-03 11:42:48,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True used request id req-2d6b4984-8a71-4341-9d30-2d03f2a3d983 2019-01-03 11:42:48,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:42:48,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:42:48,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["zTQ76L_VTZyn0iYwwQc-ZA"], "issued_at": "2019-01-03T11:42:48.000000Z"}} 2019-01-03 11:42:48,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249bb7128221aed80cd7149213caa3b3cbbc3425" 2019-01-03 11:42:48,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0854aa-bdcf-4283-856f-4280d327967d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:42:48,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5e0854aa-bdcf-4283-856f-4280d327967d 2019-01-03 11:42:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:48,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9d90b36d-e8d7-4ac6-9fb2-4fd45fbc3e85 Date: Thu, 03 Jan 2019 11: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:48,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-9d90b36d-e8d7-4ac6-9fb2-4fd45fbc3e85 2019-01-03 11:42:48,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:49,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a98c336d-ba95-4c59-a73e-22ee1c402e13 Date: Thu, 03 Jan 2019 11:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:49,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-a98c336d-ba95-4c59-a73e-22ee1c402e13 2019-01-03 11:42:49,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:49,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-15b608ad-7456-4749-92cb-dce41a971e50 Date: Thu, 03 Jan 2019 11: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:49,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-15b608ad-7456-4749-92cb-dce41a971e50 2019-01-03 11:42:49,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:42:49,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:42: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:42:49,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}249bb7128221aed80cd7149213caa3b3cbbc3425" 2019-01-03 11:42:49,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8a99fc-4fe9-486e-bd8f-c716e5233874 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:49,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-ef8a99fc-4fe9-486e-bd8f-c716e5233874 2019-01-03 11:42:49,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:49,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-95021179-af4c-4486-a3ce-e508c4d44649 Date: Thu, 03 Jan 2019 11:42:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:49,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-95021179-af4c-4486-a3ce-e508c4d44649 2019-01-03 11:42:49,459 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net 2019-01-03 11:42:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" -d '{"port": {"network_id": "981b9bed-62f9-48d9-baa4-2b2cd3e62764", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port", "admin_state_up": true}}' 2019-01-03 11:42:50,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-365faa62-4d34-40da-b022-5ba6b0f3aee8 Date: Thu, 03 Jan 2019 11:42:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","project_id":"23401a830ed5436cbe68569012e6ced7","qos_policy_id":null,"admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal"}} 2019-01-03 11:42:50,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-365faa62-4d34-40da-b022-5ba6b0f3aee8 2019-01-03 11:42:50,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:50,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-37cd698b-4e61-475d-93ab-ce3ee25762b6 Date: Thu, 03 Jan 2019 11: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:42:50,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-37cd698b-4e61-475d-93ab-ce3ee25762b6 2019-01-03 11:42:50,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:50,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca48c5a6-ed6c-4611-8958-0e193a9e0e8c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:50,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-ca48c5a6-ed6c-4611-8958-0e193a9e0e8c 2019-01-03 11:42:50,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:50,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cac57004-c606-4a6f-90b3-a56d57b15ed9 Date: Thu, 03 Jan 2019 11:42:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:42:50,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-cac57004-c606-4a6f-90b3-a56d57b15ed9 2019-01-03 11:42:50,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-69186461-0a66-4de8-a2b6-39ab0044187a Date: Thu, 03 Jan 2019 11:42:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","project_id":"23401a830ed5436cbe68569012e6ced7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:42:51,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port&admin_state_up=True used request id req-69186461-0a66-4de8-a2b6-39ab0044187a 2019-01-03 11:42:51,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4548d0c9-32b5-411f-8cbb-fca2aeaed875 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:42:51,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-4548d0c9-32b5-411f-8cbb-fca2aeaed875 2019-01-03 11:42:51,194 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst 2019-01-03 11:42:51,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c85ba9f5-5dd5-40cf-9713-786411b52ce5 x-compute-request-id: req-c85ba9f5-5dd5-40cf-9713-786411b52ce5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-flavor-name"}]} 2019-01-03 11:42:51,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c85ba9f5-5dd5-40cf-9713-786411b52ce5 2019-01-03 11:42:51,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1418387-c90b-4313-8152-2c184a64b2da x-compute-request-id: req-d1418387-c90b-4313-8152-2c184a64b2da Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:42:51,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205 used request id req-d1418387-c90b-4313-8152-2c184a64b2da 2019-01-03 11:42:51,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-cc0736a2-2c4c-4cf2-a993-ba04611ecd87 Date: Thu, 03 Jan 2019 11:42:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:42:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:42:39Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "metadata": {}}], "self": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "min_disk": 0, "protected": false, "id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "file": "/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "23401a830ed5436cbe68569012e6ced7", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image"} 2019-01-03 11:42:51,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image used request id req-cc0736a2-2c4c-4cf2-a993-ba04611ecd87 2019-01-03 11:42:51,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:51,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-248cba70-5e51-4d52-9551-b48fc9d9c894 Date: Thu, 03 Jan 2019 11:42: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"}}} 2019-01-03 11:42:51,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-248cba70-5e51-4d52-9551-b48fc9d9c894 2019-01-03 11:42:51,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" -d '{"server": {"name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "imageRef": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "flavorRef": "5a93e572-523f-4171-b9c7-c97aa7d53205", "max_count": 1, "min_count": 1, "networks": [{"port": "fa7a937d-b1b6-4d99-8b00-79483689703d"}]}}' 2019-01-03 11:42:53,319 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:42:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3107eff-7ee8-44df-8e62-cb711937f78c x-compute-request-id: req-c3107eff-7ee8-44df-8e62-cb711937f78c Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "adminPass": "Rgc4E7GhoCnL"}} 2019-01-03 11:42:53,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c3107eff-7ee8-44df-8e62-cb711937f78c 2019-01-03 11:42:53,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:53,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed7014b0-c95f-4958-b6c0-d5be61ec8e6b x-compute-request-id: req-ed7014b0-c95f-4958-b6c0-d5be61ec8e6b 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.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:53,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-ed7014b0-c95f-4958-b6c0-d5be61ec8e6b 2019-01-03 11:42:53,687 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst 2019-01-03 11:42:53,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:53,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-536a81f7-affb-419a-b8b1-c3d585aed904 x-compute-request-id: req-536a81f7-affb-419a-b8b1-c3d585aed904 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.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:53,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-536a81f7-affb-419a-b8b1-c3d585aed904 2019-01-03 11:42:53,906 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst] is - BUILD 2019-01-03 11:42:53,906 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:42:56,909 - create_instance - DEBUG - VM status query timeout in 896.777478933 2019-01-03 11:42:56,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:42:57,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2db19bb1-1435-436e-a976-5344a0bc6204 x-compute-request-id: req-2db19bb1-1435-436e-a976-5344a0bc6204 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.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:42:54Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:42:57,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-2db19bb1-1435-436e-a976-5344a0bc6204 2019-01-03 11:42:57,524 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst] is - BUILD 2019-01-03 11:42:57,524 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:43:00,527 - create_instance - DEBUG - VM status query timeout in 893.159398079 2019-01-03 11:43:00,531 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:01,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d5849a-9c97-4835-b94a-cad11ec114dc x-compute-request-id: req-b1d5849a-9c97-4835-b94a-cad11ec114dc Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:59Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:01,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-b1d5849a-9c97-4835-b94a-cad11ec114dc 2019-01-03 11:43:01,297 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst] is - ACTIVE 2019-01-03 11:43:01,298 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:43:01,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:01,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-df9f0175-6c13-4812-b18d-ef338c1a212f x-compute-request-id: req-df9f0175-6c13-4812-b18d-ef338c1a212f Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:59Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:01,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-df9f0175-6c13-4812-b18d-ef338c1a212f 2019-01-03 11:43:01,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:01,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3bb0c04f-2506-4bd3-baa8-2b023888361b Date: Thu, 03 Jan 2019 11:43: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:43:01,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-3bb0c04f-2506-4bd3-baa8-2b023888361b 2019-01-03 11:43:01,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:02,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f7d8b6-9295-4163-8f5d-609174821d1d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:43:02,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-43f7d8b6-9295-4163-8f5d-609174821d1d 2019-01-03 11:43:02,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:02,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-57a69139-3386-4cad-924a-ad3c0bb1ab89 Date: Thu, 03 Jan 2019 11:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:43:02,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-57a69139-3386-4cad-924a-ad3c0bb1ab89 2019-01-03 11:43:02,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:02,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-623a9189-f54e-48e0-b600-c088ae54f032 Date: Thu, 03 Jan 2019 11:43:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.4"}],"id":"037ae40b-db77-4b06-828d-647f5e375b90","security_groups":[],"mac_address":"fa:16:3e:31:34:fb","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.2"}],"id":"1b79c7d4-727d-416b-bf4e-d46d5e4a734f","security_groups":[],"mac_address":"fa:16:3e:03:68:d3","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.3"}],"id":"d9b1014b-0f67-43c0-931a-fa8e4d1747f7","security_groups":[],"mac_address":"fa:16:3e:c3:ff:78","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal","device_id":"98578ecc-3531-44a0-bb7a-486e21dfb14e"}]} 2019-01-03 11:43:02,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-623a9189-f54e-48e0-b600-c088ae54f032 2019-01-03 11:43:02,848 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:03,039 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:02 GMT Server: Apache x-compute-request-id: req-b407c78e-f8af-432d-a256-7c2dcdf26e1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b407c78e-f8af-432d-a256-7c2dcdf26e1f Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}, {"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:44.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}]} 2019-01-03 11:43:03,039 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/detail used request id req-b407c78e-f8af-432d-a256-7c2dcdf26e1f 2019-01-03 11:43:03,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:03,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e636de-c0a9-4831-bd91-ed52bb988a61 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:43:03,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-e3e636de-c0a9-4831-bd91-ed52bb988a61 2019-01-03 11:43:03,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:03,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f169aa4f-0a1d-4dbb-8167-442f57c15295 x-compute-request-id: req-f169aa4f-0a1d-4dbb-8167-442f57c15295 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:59Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:03,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-f169aa4f-0a1d-4dbb-8167-442f57c15295 2019-01-03 11:43:03,747 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst] is - ACTIVE 2019-01-03 11:43:03,747 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:43:03,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:04,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5166cdb0-a6ef-409a-893c-0a4d8b7622c8 x-compute-request-id: req-5166cdb0-a6ef-409a-893c-0a4d8b7622c8 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:59Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:04,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-5166cdb0-a6ef-409a-893c-0a4d8b7622c8 2019-01-03 11:43:04,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:04,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-495d58f6-e047-48a7-91e8-8cd4b2d9db75 Date: Thu, 03 Jan 2019 11:43: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:43:04,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-495d58f6-e047-48a7-91e8-8cd4b2d9db75 2019-01-03 11:43:04,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:04,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5bfb204-4ede-4d66-9e68-61e85d7108df Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:43:04,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-c5bfb204-4ede-4d66-9e68-61e85d7108df 2019-01-03 11:43:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:04,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b722bc6f-3a7d-47b3-b1e1-dc3db85567ca Date: Thu, 03 Jan 2019 11:43:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:43:04,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-b722bc6f-3a7d-47b3-b1e1-dc3db85567ca 2019-01-03 11:43:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:04,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-297cc0c7-50d8-4c48-8d46-35668bb9d769 Date: Thu, 03 Jan 2019 11:43:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.4"}],"id":"037ae40b-db77-4b06-828d-647f5e375b90","security_groups":[],"mac_address":"fa:16:3e:31:34:fb","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.2"}],"id":"1b79c7d4-727d-416b-bf4e-d46d5e4a734f","security_groups":[],"mac_address":"fa:16:3e:03:68:d3","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.3"}],"id":"d9b1014b-0f67-43c0-931a-fa8e4d1747f7","security_groups":[],"mac_address":"fa:16:3e:c3:ff:78","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal","device_id":"98578ecc-3531-44a0-bb7a-486e21dfb14e"}]} 2019-01-03 11:43:04,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-297cc0c7-50d8-4c48-8d46-35668bb9d769 2019-01-03 11:43:04,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" -d '{"volumeAttachment": {"volumeId": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}}' 2019-01-03 11:43:06,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-6932ed27-cd3b-4f7e-8c13-387886267860 x-compute-request-id: req-6932ed27-cd3b-4f7e-8c13-387886267860 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "volumeId": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}} 2019-01-03 11:43:06,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e/os-volume_attachments used request id req-6932ed27-cd3b-4f7e-8c13-387886267860 2019-01-03 11:43:06,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:06,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43: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-00c82bb7-94f9-458b-9793-e5835742d2f6 x-compute-request-id: req-00c82bb7-94f9-458b-9793-e5835742d2f6 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:42:59Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [{"id": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}], "metadata": {}}} 2019-01-03 11:43:06,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-00c82bb7-94f9-458b-9793-e5835742d2f6 2019-01-03 11:43:06,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:06,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e0ae1663-c674-4061-8652-d3c25d51008a Date: Thu, 03 Jan 2019 11:43: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:43:06,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-e0ae1663-c674-4061-8652-d3c25d51008a 2019-01-03 11:43:06,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:06,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac7bd97-1ab2-4018-a23d-baf4776f37e0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:43:06,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-0ac7bd97-1ab2-4018-a23d-baf4776f37e0 2019-01-03 11:43:06,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:06,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-07a959f7-a360-4974-8738-69e14c71f347 Date: Thu, 03 Jan 2019 11:43:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:43:06,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-07a959f7-a360-4974-8738-69e14c71f347 2019-01-03 11:43:06,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:07,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-3b385fa1-9733-44ea-8945-bfcd520d317d Date: Thu, 03 Jan 2019 11:43:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.4"}],"id":"037ae40b-db77-4b06-828d-647f5e375b90","security_groups":[],"mac_address":"fa:16:3e:31:34:fb","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.2"}],"id":"1b79c7d4-727d-416b-bf4e-d46d5e4a734f","security_groups":[],"mac_address":"fa:16:3e:03:68:d3","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.3"}],"id":"d9b1014b-0f67-43c0-931a-fa8e4d1747f7","security_groups":[],"mac_address":"fa:16:3e:c3:ff:78","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal","device_id":"98578ecc-3531-44a0-bb7a-486e21dfb14e"}]} 2019-01-03 11:43:07,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-3b385fa1-9733-44ea-8945-bfcd520d317d 2019-01-03 11:43:07,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:07,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c559c12153b49acbe4dff81e6b72d3b", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role"}], "expires_at": "2019-01-03T12:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23401a830ed5436cbe68569012e6ced7", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/23401a830ed5436cbe68569012e6ced7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user", "id": "c69488abab8744c8b56664f9443d4203"}, "audit_ids": ["urUYv5_sQ6ufPqKt6oMvWQ"], "issued_at": "2019-01-03T11:43:07.000000Z"}} 2019-01-03 11:43:07,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551569b6adc18f7582b9fe160485baa2d5f33a3" 2019-01-03 11:43:08,364 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-486bf0ff-3410-4707-90ec-c7b9292efe72 x-compute-request-id: req-486bf0ff-3410-4707-90ec-c7b9292efe72 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:03:4c", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "security_groups": [{"name": "default"}], "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:07Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [{"id": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}], "metadata": {}}]} 2019-01-03 11:43:08,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst used request id req-486bf0ff-3410-4707-90ec-c7b9292efe72 2019-01-03 11:43:08,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551569b6adc18f7582b9fe160485baa2d5f33a3" 2019-01-03 11:43:08,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-baa1de11-118b-4b7b-8c35-d19bd856dee0 Date: Thu, 03 Jan 2019 11:43: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":["254e0af6-fd8a-42e9-9a2c-d1cf8bd62680"],"updated_at":"2019-01-03T11:42:42Z","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"23401a830ed5436cbe68569012e6ced7","id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net"}]} 2019-01-03 11:43:08,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net used request id req-baa1de11-118b-4b7b-8c35-d19bd856dee0 2019-01-03 11:43:08,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551569b6adc18f7582b9fe160485baa2d5f33a3" 2019-01-03 11:43:08,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cbd0711a-e140-4e70-815f-13cd5d77b350 Date: Thu, 03 Jan 2019 11:43:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:42Z","dns_nameservers":[],"updated_at":"2019-01-03T11:42: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":"23401a830ed5436cbe68569012e6ced7","id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","subnetpool_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet"}]} 2019-01-03 11:43:08,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-cbd0711a-e140-4e70-815f-13cd5d77b350 2019-01-03 11:43:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4551569b6adc18f7582b9fe160485baa2d5f33a3" 2019-01-03 11:43:09,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-ccc244e6-45e5-4d1a-99ea-d5072538ddbd Date: Thu, 03 Jan 2019 11:43:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.4"}],"id":"037ae40b-db77-4b06-828d-647f5e375b90","security_groups":[],"mac_address":"fa:16:3e:31:34:fb","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:44Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.2"}],"id":"1b79c7d4-727d-416b-bf4e-d46d5e4a734f","security_groups":[],"mac_address":"fa:16:3e:03:68:d3","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.3"}],"id":"d9b1014b-0f67-43c0-931a-fa8e4d1747f7","security_groups":[],"mac_address":"fa:16:3e:c3:ff:78","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-981b9bed-62f9-48d9-baa4-2b2cd3e62764"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:42:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"254e0af6-fd8a-42e9-9a2c-d1cf8bd62680","ip_address":"10.55.0.9"}],"id":"fa7a937d-b1b6-4d99-8b00-79483689703d","security_groups":["b4e7a465-7cf2-42b3-83ad-fb722ad2202c"],"mac_address":"fa:16:3e:94:03:4c","project_id":"23401a830ed5436cbe68569012e6ced7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port","admin_state_up":true,"network_id":"981b9bed-62f9-48d9-baa4-2b2cd3e62764","tenant_id":"23401a830ed5436cbe68569012e6ced7","created_at":"2019-01-03T11:42:49Z","binding:vnic_type":"normal","device_id":"98578ecc-3531-44a0-bb7a-486e21dfb14e"}]} 2019-01-03 11:43:09,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-ccc244e6-45e5-4d1a-99ea-d5072538ddbd 2019-01-03 11:43:09,077 - create_instance - INFO - Deleting Port with ID - fa7a937d-b1b6-4d99-8b00-79483689703d 2019-01-03 11:43:09,077 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-port 2019-01-03 11:43:09,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/fa7a937d-b1b6-4d99-8b00-79483689703d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:09,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83e9ac38-a282-4c5a-9ca8-a512c9882986 Date: Thu, 03 Jan 2019 11:43:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:43:09,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/fa7a937d-b1b6-4d99-8b00-79483689703d used request id req-83e9ac38-a282-4c5a-9ca8-a512c9882986 2019-01-03 11:43:09,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b407c78e-f8af-432d-a256-7c2dcdf26e1f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:09,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:09 GMT Server: Apache x-compute-request-id: req-12540970-ce9b-42a3-911a-46f047816652 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12540970-ce9b-42a3-911a-46f047816652 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [{"server_id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "attachment_id": "c37423aa-c06d-4323-a9f9-5979e3cd75ce", "attached_at": "2019-01-03T11:43:07.000000", "host_name": null, "volume_id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "device": "/dev/vdb", "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:43:07.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}} 2019-01-03 11:43:09,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-12540970-ce9b-42a3-911a-46f047816652 2019-01-03 11:43:09,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e/os-volume_attachments/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:10,926 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43: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-9e52001a-8903-4edd-8969-0f7c13c9426d x-compute-request-id: req-9e52001a-8903-4edd-8969-0f7c13c9426d Content-Length: 0 Content-Type: application/json 2019-01-03 11:43:10,926 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e/os-volume_attachments/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-9e52001a-8903-4edd-8969-0f7c13c9426d 2019-01-03 11:43:10,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:11,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43: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-76d6b6dc-c9f5-45d5-a288-fd5b4322b170 x-compute-request-id: req-76d6b6dc-c9f5-45d5-a288-fd5b4322b170 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:07Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [{"id": "105a3a00-2d69-47c2-a680-2dcd219d76bb"}], "metadata": {}}} 2019-01-03 11:43:11,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-76d6b6dc-c9f5-45d5-a288-fd5b4322b170 2019-01-03 11:43:14,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:14,596 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dd707a7-872f-4223-a144-3f0568a12b11 x-compute-request-id: req-5dd707a7-872f-4223-a144-3f0568a12b11 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.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:07Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:14,596 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-5dd707a7-872f-4223-a144-3f0568a12b11 2019-01-03 11:43:14,596 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst 2019-01-03 11:43:14,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:14,774 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c42485c7-8c7c-4c41-9312-6ff2b6301e68 x-compute-request-id: req-c42485c7-8c7c-4c41-9312-6ff2b6301e68 Content-Type: application/json 2019-01-03 11:43:14,774 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-c42485c7-8c7c-4c41-9312-6ff2b6301e68 2019-01-03 11:43:14,774 - create_instance - INFO - Checking deletion status 2019-01-03 11:43:14,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:15,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40b1e5d0-a309-48dc-bcb0-f503d0470844 x-compute-request-id: req-40b1e5d0-a309-48dc-bcb0-f503d0470844 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.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e", "rel": "bookmark"}], "image": {"id": "3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "links": [{"href": "http://172.30.9.28:8774/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:42:58.000000", "flavor": {"id": "5a93e572-523f-4171-b9c7-c97aa7d53205", "links": [{"href": "http://172.30.9.28:8774/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205", "rel": "bookmark"}]}, "id": "98578ecc-3531-44a0-bb7a-486e21dfb14e", "user_id": "c69488abab8744c8b56664f9443d4203", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:14Z", "hostId": "01656dccc59cd9e627c2f5d87ec18b7ac43b12f45cd8ece866d48d51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst", "created": "2019-01-03T11:42:53Z", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:15,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-40b1e5d0-a309-48dc-bcb0-f503d0470844 2019-01-03 11:43:15,161 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst] is - ACTIVE 2019-01-03 11:43:15,161 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:43:18,164 - create_instance - DEBUG - VM status query timeout in 296.610389948 2019-01-03 11:43:18,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cd587de2fd2385cad8bbf39a43eb35788233ced" 2019-01-03 11:43:18,223 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5418c051-3a72-471b-ad24-2ad30927bc11 x-compute-request-id: req-5418c051-3a72-471b-ad24-2ad30927bc11 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 98578ecc-3531-44a0-bb7a-486e21dfb14e could not be found.", "code": 404}} 2019-01-03 11:43:18,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/98578ecc-3531-44a0-bb7a-486e21dfb14e used request id req-5418c051-3a72-471b-ad24-2ad30927bc11 2019-01-03 11:43:18,224 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 98578ecc-3531-44a0-bb7a-486e21dfb14e could not be found. (HTTP 404) (Request-ID: req-5418c051-3a72-471b-ad24-2ad30927bc11) 2019-01-03 11:43:18,224 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-inst 2019-01-03 11:43:18,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44d042d07d034be5e73caaff17b092b36c11f33" 2019-01-03 11:43:18,271 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bdc88cb-deb9-4b09-8bb3-ba1fe6ebf6c4 x-compute-request-id: req-4bdc88cb-deb9-4b09-8bb3-ba1fe6ebf6c4 Content-Length: 0 Content-Type: application/json 2019-01-03 11:43:18,271 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/5a93e572-523f-4171-b9c7-c97aa7d53205 used request id req-4bdc88cb-deb9-4b09-8bb3-ba1fe6ebf6c4 2019-01-03 11:43:18,272 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet 2019-01-03 11:43:18,272 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-subnet 2019-01-03 11:43:18,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/254e0af6-fd8a-42e9-9a2c-d1cf8bd62680 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:43:20,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ec34fb5-0167-4846-bc3c-8fcf3e96b451 Date: Thu, 03 Jan 2019 11:43:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:43:20,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/254e0af6-fd8a-42e9-9a2c-d1cf8bd62680 used request id req-5ec34fb5-0167-4846-bc3c-8fcf3e96b451 2019-01-03 11:43:20,676 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-pub-net 2019-01-03 11:43:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/981b9bed-62f9-48d9-baa4-2b2cd3e62764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bccabc5b5ee187bb1ac1b671c9f80fb8d5a61a45" 2019-01-03 11:43:21,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f39e4a9-dd1e-4b5b-aa21-d8c7f3c207ff Date: Thu, 03 Jan 2019 11:43:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:43:21,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/981b9bed-62f9-48d9-baa4-2b2cd3e62764 used request id req-7f39e4a9-dd1e-4b5b-aa21-d8c7f3c207ff 2019-01-03 11:43:21,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:43:21,807 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:21 GMT Server: Apache x-compute-request-id: req-5af6f2b6-1312-42ec-b8bf-fa6b77abf604 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5af6f2b6-1312-42ec-b8bf-fa6b77abf604 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:42:45.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}} 2019-01-03 11:43:21,807 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-5af6f2b6-1312-42ec-b8bf-fa6b77abf604 2019-01-03 11:43:21,808 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:43:21,808 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:43:21,808 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:43:21,811 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:43:22,055 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bc8873a4-46b1-44f2-9b10-3684268b130c 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. 2019-01-03 11:43:22,055 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-bc8873a4-46b1-44f2-9b10-3684268b130c 2019-01-03 11:43:22,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:43:22,254 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:22 GMT Server: Apache x-compute-request-id: req-c4d73a6d-d6d0-412d-98ec-537ec489fa4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4d73a6d-d6d0-412d-98ec-537ec489fa4c Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:45.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:43:22.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4f8bc063-abfe-48b1-9c95-b851287f7abf", "size": 1}} 2019-01-03 11:43:22,255 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-c4d73a6d-d6d0-412d-98ec-537ec489fa4c 2019-01-03 11:43:22,255 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:43:22,255 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:43:25,259 - create_volume - DEBUG - Volume status query timeout in 56.7967250347 2019-01-03 11:43:25,262 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ea340cd5-f8a4-4070-a854-45dcb1f988f7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaee06213025d47deec7a16a7bd3448324bb92e2" 2019-01-03 11:43:25,474 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:43:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eac63c8f-771c-47f2-bfb6-f500fc01f53c x-openstack-request-id: req-eac63c8f-771c-47f2-bfb6-f500fc01f53c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4f8bc063-abfe-48b1-9c95-b851287f7abf could not be found.", "code": 404}} 2019-01-03 11:43:25,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/4f8bc063-abfe-48b1-9c95-b851287f7abf used request id req-eac63c8f-771c-47f2-bfb6-f500fc01f53c 2019-01-03 11:43:25,475 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4f8bc063-abfe-48b1-9c95-b851287f7abf could not be found. (HTTP 404) (Request-ID: req-eac63c8f-771c-47f2-bfb6-f500fc01f53c) 2019-01-03 11:43:25,475 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-2 2019-01-03 11:43:25,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:43:25,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:25 GMT Server: Apache x-compute-request-id: req-6e6c99c7-2b89-4df9-8414-08092d55eb7d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e6c99c7-2b89-4df9-8414-08092d55eb7d Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "c69488abab8744c8b56664f9443d4203", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "self"}, {"href": "http://172.30.9.28:8776/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:42:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "23401a830ed5436cbe68569012e6ced7", "updated_at": "2019-01-03T11:43:10.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "105a3a00-2d69-47c2-a680-2dcd219d76bb", "size": 1}} 2019-01-03 11:43:25,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-6e6c99c7-2b89-4df9-8414-08092d55eb7d 2019-01-03 11:43:25,703 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:43:25,704 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:43:25,704 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:43:25,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:43:25,803 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-018901b2-ee40-4206-bc52-1ac79d58b77a 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. 2019-01-03 11:43:25,803 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-018901b2-ee40-4206-bc52-1ac79d58b77a 2019-01-03 11:43:25,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f368f11-47b9-4c6f-b1fa-aa784d1ec019" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b93ae8de703e19372598d547bba22c18bab94c0e" 2019-01-03 11:43:26,377 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:43:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bbb3609f-b0b4-4c18-9a77-6fe479e42bfa x-openstack-request-id: req-bbb3609f-b0b4-4c18-9a77-6fe479e42bfa Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 105a3a00-2d69-47c2-a680-2dcd219d76bb could not be found.", "code": 404}} 2019-01-03 11:43:26,377 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/23401a830ed5436cbe68569012e6ced7/volumes/105a3a00-2d69-47c2-a680-2dcd219d76bb used request id req-bbb3609f-b0b4-4c18-9a77-6fe479e42bfa 2019-01-03 11:43:26,378 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 105a3a00-2d69-47c2-a680-2dcd219d76bb could not be found. (HTTP 404) (Request-ID: req-bbb3609f-b0b4-4c18-9a77-6fe479e42bfa) 2019-01-03 11:43:26,378 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-1 2019-01-03 11:43:26,379 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-5237c36d-b6ac-486a-b646-7e8590f8e7b7-image 2019-01-03 11:43:26,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bd2071c295442dfb1e5cf450bfa80aad399ffe28" 2019-01-03 11:43:27,640 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8541c3b8-b5a2-47bf-a8f0-ee0a4b05aa2e Date: Thu, 03 Jan 2019 11:43:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:43:27,641 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3889c7b1-24a0-4dc3-a351-0c089eaf1dcf used request id req-8541c3b8-b5a2-47bf-a8f0-ee0a4b05aa2e 2019-01-03 11:43:27,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:27,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b8095cd5-9ec3-40b2-81ea-56bb12057c73 Date: Thu, 03 Jan 2019 11:43:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "23401a830ed5436cbe68569012e6ced7", "created_at": "2019-01-03T11:42:41Z", "updated_at": "2019-01-03T11:42:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "revision_number": 0, "id": "125518a7-c26a-4d53-9c31-e0bdb408b6d6", "remote_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "port_range_min": null, "ethertype": "IPv4", "project_id": "23401a830ed5436cbe68569012e6ced7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "revision_number": 0, "id": "9468514b-7072-4bed-956b-00bd294a9360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "port_range_min": null, "ethertype": "IPv6", "project_id": "23401a830ed5436cbe68569012e6ced7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "revision_number": 0, "id": "d280266d-2b05-4ebe-8ad1-676010dd01f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "port_range_min": null, "ethertype": "IPv4", "project_id": "23401a830ed5436cbe68569012e6ced7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "revision_number": 0, "id": "e234bea7-33c5-49d8-a37c-01994c40d81e", "remote_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "tenant_id": "23401a830ed5436cbe68569012e6ced7", "port_range_min": null, "ethertype": "IPv6", "project_id": "23401a830ed5436cbe68569012e6ced7"}], "revision_number": 4, "project_id": "23401a830ed5436cbe68569012e6ced7", "id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:43:27,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b8095cd5-9ec3-40b2-81ea-56bb12057c73 2019-01-03 11:43:27,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:27,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672bf8b9-acbd-4644-9b71-f298e77a82f8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:43:27,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-672bf8b9-acbd-4644-9b71-f298e77a82f8 2019-01-03 11:43:27,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:28,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2710a5-a8d7-4926-acc6-bd622deabf84 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:43:28,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-4a2710a5-a8d7-4926-acc6-bd622deabf84 2019-01-03 11:43:28,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:28,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd246259-9b9f-4666-b78d-b7e1c89da5d5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:43:28,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-fd246259-9b9f-4666-b78d-b7e1c89da5d5 2019-01-03 11:43:28,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:28,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88e5c6d0-0cf2-4eb1-8a7a-1a4471040803 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7"}, "enabled": true, "id": "23401a830ed5436cbe68569012e6ced7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj"}} 2019-01-03 11:43:28,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-88e5c6d0-0cf2-4eb1-8a7a-1a4471040803 2019-01-03 11:43:28,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b4e7a465-7cf2-42b3-83ad-fb722ad2202c 2019-01-03 11:43:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b4e7a465-7cf2-42b3-83ad-fb722ad2202c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:28,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1e546592-a4a7-4835-9449-f74b5e41c280 Date: Thu, 03 Jan 2019 11:43:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "port_range_min": null, "revision_number": 0, "tenant_id": "23401a830ed5436cbe68569012e6ced7", "created_at": "2019-01-03T11:42:41Z", "project_id": "23401a830ed5436cbe68569012e6ced7", "id": "125518a7-c26a-4d53-9c31-e0bdb408b6d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "port_range_min": null, "revision_number": 0, "tenant_id": "23401a830ed5436cbe68569012e6ced7", "created_at": "2019-01-03T11:42:41Z", "project_id": "23401a830ed5436cbe68569012e6ced7", "id": "9468514b-7072-4bed-956b-00bd294a9360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "port_range_min": null, "revision_number": 0, "tenant_id": "23401a830ed5436cbe68569012e6ced7", "created_at": "2019-01-03T11:42:41Z", "project_id": "23401a830ed5436cbe68569012e6ced7", "id": "d280266d-2b05-4ebe-8ad1-676010dd01f0"}, {"remote_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:42:41Z", "security_group_id": "b4e7a465-7cf2-42b3-83ad-fb722ad2202c", "port_range_min": null, "revision_number": 0, "tenant_id": "23401a830ed5436cbe68569012e6ced7", "created_at": "2019-01-03T11:42:41Z", "project_id": "23401a830ed5436cbe68569012e6ced7", "id": "e234bea7-33c5-49d8-a37c-01994c40d81e"}]} 2019-01-03 11:43:28,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b4e7a465-7cf2-42b3-83ad-fb722ad2202c used request id req-1e546592-a4a7-4835-9449-f74b5e41c280 2019-01-03 11:43:28,437 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:43:28,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b4e7a465-7cf2-42b3-83ad-fb722ad2202c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:28,803 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d03a6007-683b-4fcc-b0eb-79f26750da4a Content-Length: 0 Date: Thu, 03 Jan 2019 11:43:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:43:28,803 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b4e7a465-7cf2-42b3-83ad-fb722ad2202c used request id req-d03a6007-683b-4fcc-b0eb-79f26750da4a 2019-01-03 11:43:28,804 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj 2019-01-03 11:43:28,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:29,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:43:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf2dbada-dd96-4a81-b840-101279c562a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:43:29,027 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/23401a830ed5436cbe68569012e6ced7 used request id req-cf2dbada-dd96-4a81-b840-101279c562a7 2019-01-03 11:43:29,027 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-proj-role 2019-01-03 11:43:29,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:29,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b62fe59-c2cc-4add-a09b-f92b3abf0b5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:43:29,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/0c559c12153b49acbe4dff81e6b72d3b used request id req-5b62fe59-c2cc-4add-a09b-f92b3abf0b5b 2019-01-03 11:43:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}955af05e5587fc215c514883f503b7844bb96b7a" 2019-01-03 11:43:29,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec112d30-2fb4-460a-b5ed-95bc5bea24fb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:43:29,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ec112d30-2fb4-460a-b5ed-95bc5bea24fb 2019-01-03 11:43:29,229 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-01fd2ed0-2fd6-4d6-user 2019-01-03 11:43:29,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c69488abab8744c8b56664f9443d4203 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30ee5329d302f7d4de13a66395c44d2d9e17c07a" 2019-01-03 11:43:29,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e29f7cef-ba5c-47b7-890b-2bb39cd7ab5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:43:29,407 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c69488abab8744c8b56664f9443d4203 used request id req-e29f7cef-ba5c-47b7-890b-2bb39cd7ab5c 2019-01-03 11:43:29,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:29,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mX7hZ9DWR2iwX7RS9hNrpQ"], "issued_at": "2019-01-03T11:43:29.000000Z"}} 2019-01-03 11:43:29,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49dc933321e5e755d908cc1e642b346ec0ba1cee" 2019-01-03 11:43:29,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9a8d4e-228b-4a99-a1cc-e33235ba144e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:29,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7f9a8d4e-228b-4a99-a1cc-e33235ba144e 2019-01-03 11:43:29,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:29,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:30,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UzOzHa0QRe-ECi3GzcFK5w"], "issued_at": "2019-01-03T11:43:30.000000Z"}} 2019-01-03 11:43:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:30,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8765df9e-2ae1-478c-86ff-062ad27cae82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:30,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8765df9e-2ae1-478c-86ff-062ad27cae82 2019-01-03 11:43:30,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:43:30,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:43:30,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-502d2614-e421-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:30,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b21905-e84d-4801-8935-b33478077cd8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-502d2614-e421-457-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:43:30,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-502d2614-e421-457-proj used request id req-06b21905-e84d-4801-8935-b33478077cd8 2019-01-03 11:43:30,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:30,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e853cee4-cff7-4c9f-af7f-783193978a2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:43:30,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e853cee4-cff7-4c9f-af7f-783193978a2c 2019-01-03 11:43:30,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}}' 2019-01-03 11:43:30,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb388207-7b06-42de-a82e-b64378a8fd19 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:30,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-eb388207-7b06-42de-a82e-b64378a8fd19 2019-01-03 11:43:30,659 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-502d2614-e421-457-proj 2019-01-03 11:43:30,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:30,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:31,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Pr6QXLmgR9qwP_xL8S11iw"], "issued_at": "2019-01-03T11:43:31.000000Z"}} 2019-01-03 11:43:31,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3d484f55aa0446dd2da911849f608d05f02f57" 2019-01-03 11:43:31,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148269b3-66f7-4d5f-9dea-4292dded68cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:31,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-148269b3-66f7-4d5f-9dea-4292dded68cf 2019-01-03 11:43:31,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:43:31,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:43: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:43:31,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3d484f55aa0446dd2da911849f608d05f02f57" 2019-01-03 11:43:31,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5eb0ac-f8eb-435d-8ea4-db91a656b2e1 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:43:31,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-1a5eb0ac-f8eb-435d-8ea4-db91a656b2e1 2019-01-03 11:43:31,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-502d2614-e421-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3d484f55aa0446dd2da911849f608d05f02f57" 2019-01-03 11:43:31,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b367ed71-71e6-403b-9a81-b9b064df710f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-502d2614-e421-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}]} 2019-01-03 11:43:31,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceVolumeTests-502d2614-e421-457-proj used request id req-b367ed71-71e6-403b-9a81-b9b064df710f 2019-01-03 11:43:31,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3d484f55aa0446dd2da911849f608d05f02f57" 2019-01-03 11:43:31,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f96c566-eebb-4ef4-ab90-f0d3035f2f29 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:43:31,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-9f96c566-eebb-4ef4-ab90-f0d3035f2f29 2019-01-03 11:43:31,748 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-502d2614-e421-457-user 2019-01-03 11:43:31,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:31,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:31,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16fbf714-566b-493d-a3fa-9ad1c65420ba Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:43:31,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-16fbf714-566b-493d-a3fa-9ad1c65420ba 2019-01-03 11:43:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" -d '{"role": {"name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}}' 2019-01-03 11:43:31,976 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-098c66e5-425b-4f2d-a5b8-e82e9561cbfb Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fbdf4bd9897844e9933bdd2ded5b2876", "links": {"self": "http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876"}, "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}} 2019-01-03 11:43:31,976 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-098c66e5-425b-4f2d-a5b8-e82e9561cbfb 2019-01-03 11:43:31,976 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-502d2614-e421-457-proj-role 2019-01-03 11:43:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:32,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989d6247-6eae-4bde-970f-c0919611cb5b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876"}, "domain_id": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role", "id": "fbdf4bd9897844e9933bdd2ded5b2876"}} 2019-01-03 11:43:32,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876 used request id req-989d6247-6eae-4bde-970f-c0919611cb5b 2019-01-03 11:43:32,069 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-502d2614-e421-457-proj-role to project CreateInstanceVolumeTests-502d2614-e421-457-proj 2019-01-03 11:43:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725/users/eb027a6c8acc46afa89adc20ceac04be/roles/fbdf4bd9897844e9933bdd2ded5b2876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:43:32,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd7f6713-961d-4793-af4f-2634626038e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:43:32,200 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725/users/eb027a6c8acc46afa89adc20ceac04be/roles/fbdf4bd9897844e9933bdd2ded5b2876 used request id req-bd7f6713-961d-4793-af4f-2634626038e9 2019-01-03 11:43:32,200 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:43:32,202 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:43:32,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:32,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:32,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["4Funcu80R6WtNQa66bJd3g"], "issued_at": "2019-01-03T11:43:32.000000Z"}} 2019-01-03 11:43:32,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:32,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d3a42e-f82b-46a2-a79d-5100572ceb55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:32,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c3d3a42e-f82b-46a2-a79d-5100572ceb55 2019-01-03 11:43:32,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:32,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-4665cec7-dff7-4e28-96b4-77f5763d336b Date: Thu, 03 Jan 2019 11:43:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image"} 2019-01-03 11:43:32,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image used request id req-4665cec7-dff7-4e28-96b4-77f5763d336b 2019-01-03 11:43:32,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:33,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e146fd6-74d4-444f-a6f7-ff5a21c61690 Date: Thu, 03 Jan 2019 11:43: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"}}} 2019-01-03 11:43:33,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5e146fd6-74d4-444f-a6f7-ff5a21c61690 2019-01-03 11:43:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image"}' 2019-01-03 11:43:33,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd X-Openstack-Request-Id: req-7f7bf0d5-04fc-4c62-b311-ac4626fee3a0 Date: Thu, 03 Jan 2019 11:43:33 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:43:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:43:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "min_disk": 0, "protected": false, "id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "file": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file", "checksum": null, "owner": "5726e3f1a09a4c6d808efbcc1b766725", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:43:33,277 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-7f7bf0d5-04fc-4c62-b311-ac4626fee3a0 2019-01-03 11:43:33,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" -d '' 2019-01-03 11:43:34,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-14eb122b-6b6a-4f8c-a8ec-587d3c27489c Date: Thu, 03 Jan 2019 11:43:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:43:34,358 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file used request id req-14eb122b-6b6a-4f8c-a8ec-587d3c27489c 2019-01-03 11:43:34,358 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:43:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:34,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-d7538264-b4f9-4377-9233-d3732bc75415 Date: Thu, 03 Jan 2019 11:43:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:43:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:43:34Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "metadata": {}}], "self": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "min_disk": 0, "protected": false, "id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "file": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5726e3f1a09a4c6d808efbcc1b766725", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:43:34,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd used request id req-d7538264-b4f9-4377-9233-d3732bc75415 2019-01-03 11:43:34,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:34,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eaf0b9b6-96c5-4cdc-97c6-dc652139587b Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:43:34,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-eaf0b9b6-96c5-4cdc-97c6-dc652139587b 2019-01-03 11:43:34,673 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image 2019-01-03 11:43:34,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:43:34,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-46b6d701-de2c-4677-8858-f03fff489e67 Date: Thu, 03 Jan 2019 11:43:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:43:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:43:34Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "metadata": {}}], "self": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "min_disk": 0, "protected": false, "id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "file": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5726e3f1a09a4c6d808efbcc1b766725", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:43:34,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd used request id req-46b6d701-de2c-4677-8858-f03fff489e67 2019-01-03 11:43:34,846 - create_image - DEBUG - Instance status is - active 2019-01-03 11:43:34,846 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image 2019-01-03 11:43:34,846 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image 2019-01-03 11:43:34,846 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:34,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:35,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Y6nPtTOHSlylvPr-pzCJJA"], "issued_at": "2019-01-03T11:43:35.000000Z"}} 2019-01-03 11:43:35,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0807298f8ad0e82a3d294503fb287795771a4e" 2019-01-03 11:43:35,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89ae5fa-d330-442b-94ef-b9ddcd315974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:35,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a89ae5fa-d330-442b-94ef-b9ddcd315974 2019-01-03 11:43:35,313 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:43:35,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0807298f8ad0e82a3d294503fb287795771a4e" 2019-01-03 11:43:35,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-db7b4103-f3f0-4604-8b71-528847693682 x-compute-request-id: req-db7b4103-f3f0-4604-8b71-528847693682 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:43:35,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-db7b4103-f3f0-4604-8b71-528847693682 2019-01-03 11:43:35,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0807298f8ad0e82a3d294503fb287795771a4e" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:43:35,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbb42636-32cd-4dbf-a1ef-ae85e7baf573 x-compute-request-id: req-bbb42636-32cd-4dbf-a1ef-ae85e7baf573 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:43:35,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bbb42636-32cd-4dbf-a1ef-ae85e7baf573 2019-01-03 11:43:35,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:35,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:35,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["MbdIZ7IZSeqWHY7Dng3Cgg"], "issued_at": "2019-01-03T11:43:35.000000Z"}} 2019-01-03 11:43:35,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:36,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac582483-069a-43fe-adec-ff1d2ac70907 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:36,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ac582483-069a-43fe-adec-ff1d2ac70907 2019-01-03 11:43:36,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:36,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f3a71871-a753-4403-b760-05569c407ed8 Date: Thu, 03 Jan 2019 11:43:36 GMT RESP BODY: {"networks":[]} 2019-01-03 11:43:36,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-f3a71871-a753-4403-b760-05569c407ed8 2019-01-03 11:43:36,203 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net 2019-01-03 11:43:36,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" -d '{"network": {"name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net", "admin_state_up": true}}' 2019-01-03 11:43:36,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f8837cba-5097-43ed-a8f6-54e8c960c2dc Date: Thu, 03 Jan 2019 11:43:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:43:36Z","is_default":false,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","mtu":1450}} 2019-01-03 11:43:36,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-f8837cba-5097-43ed-a8f6-54e8c960c2dc 2019-01-03 11:43:36,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:37,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cec0b957-cf98-4d00-9264-69bc223fa05b Date: Thu, 03 Jan 2019 11:43:37 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":"2019-01-03T11:43:36Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:37,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-cec0b957-cf98-4d00-9264-69bc223fa05b 2019-01-03 11:43:37,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:37,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fb6c1cfd-613d-4266-afce-7220cd335ce9 Date: Thu, 03 Jan 2019 11:43:37 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:43:37,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-fb6c1cfd-613d-4266-afce-7220cd335ce9 2019-01-03 11:43:37,389 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet 2019-01-03 11:43:37,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" -d '{"subnets": [{"ip_version": 4, "network_id": "5d8d078c-c37a-4dc5-b195-7bf9d544e9b9", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]}' 2019-01-03 11:43:38,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-40aa3c9b-2b7f-4c89-8ef5-8991741f35c6 Date: Thu, 03 Jan 2019 11:43:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:38,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-40aa3c9b-2b7f-4c89-8ef5-8991741f35c6 2019-01-03 11:43:38,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:38,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5798f77e-8fcb-46a3-81b2-ebf00f4bf62d Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:38,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-5798f77e-8fcb-46a3-81b2-ebf00f4bf62d 2019-01-03 11:43:38,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:43:38,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-67b84697-6452-4cf8-8580-e68a26e2481d Date: Thu, 03 Jan 2019 11:43:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:38,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-67b84697-6452-4cf8-8580-e68a26e2481d 2019-01-03 11:43:38,608 - OpenStackNetwork - DEBUG - Network [5d8d078c-c37a-4dc5-b195-7bf9d544e9b9] created successfully 2019-01-03 11:43:38,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:38,609 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:38,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["g7VqOHuBT3ej72BeC7KnJw"], "issued_at": "2019-01-03T11:43:38.000000Z"}} 2019-01-03 11:43:38,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:43:38,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1b2c231-9c67-4fee-b498-dba4060ed972 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:38,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a1b2c231-9c67-4fee-b498-dba4060ed972 2019-01-03 11:43:39,005 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:43:39,189 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:39 GMT Server: Apache x-compute-request-id: req-ff217685-5227-4815-ad6c-de28c0db9497 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ff217685-5227-4815-ad6c-de28c0db9497 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2019-01-03 11:43:39,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail used request id req-ff217685-5227-4815-ad6c-de28c0db9497 2019-01-03 11:43:39,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-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}}' 2019-01-03 11:43:39,535 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43:39 GMT Server: Apache x-compute-request-id: req-e1fe22dc-1204-4a37-9aa2-78506fb86f28 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e1fe22dc-1204-4a37-9aa2-78506fb86f28 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.424815", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:43:39,536 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes used request id req-e1fe22dc-1204-4a37-9aa2-78506fb86f28 2019-01-03 11:43:39,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:43:39,737 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:39 GMT Server: Apache x-compute-request-id: req-3ebe312f-31c4-42c0-8d07-26dd15c1d78a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ebe312f-31c4-42c0-8d07-26dd15c1d78a Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:43:39,737 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-3ebe312f-31c4-42c0-8d07-26dd15c1d78a 2019-01-03 11:43:39,737 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:43:39,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:43:39,947 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:39 GMT Server: Apache x-compute-request-id: req-afab071d-82ad-4a71-8615-d95177949db9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-afab071d-82ad-4a71-8615-d95177949db9 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:43:39,947 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-afab071d-82ad-4a71-8615-d95177949db9 2019-01-03 11:43:39,948 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:43:39,948 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:43:39,948 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:43:39,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:39,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:40,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["bIs0WZj3RrG8Ty8Z94dUVA"], "issued_at": "2019-01-03T11:43:40.000000Z"}} 2019-01-03 11:43:40,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:43:40,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cf8baf8-2ed3-497f-a4a4-2a7bf32ed3d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:40,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5cf8baf8-2ed3-497f-a4a4-2a7bf32ed3d0 2019-01-03 11:43:40,395 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:43:40,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:40 GMT Server: Apache x-compute-request-id: req-3e18a12a-79e0-4feb-898b-2987fbee6716 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e18a12a-79e0-4feb-898b-2987fbee6716 Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}]} 2019-01-03 11:43:40,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail used request id req-3e18a12a-79e0-4feb-898b-2987fbee6716 2019-01-03 11:43:40,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-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}}' 2019-01-03 11:43:40,890 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43:40 GMT Server: Apache x-compute-request-id: req-9957450e-e6e1-4321-b4a4-c15d9e138ba1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9957450e-e6e1-4321-b4a4-c15d9e138ba1 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.818672", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:43:40,890 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes used request id req-9957450e-e6e1-4321-b4a4-c15d9e138ba1 2019-01-03 11:43:40,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:43:41,107 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:40 GMT Server: Apache x-compute-request-id: req-88c0627d-8109-486d-a1f1-e1db64023484 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88c0627d-8109-486d-a1f1-e1db64023484 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:40.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:43:41,107 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-88c0627d-8109-486d-a1f1-e1db64023484 2019-01-03 11:43:41,108 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:43:41,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:43:41,306 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:41 GMT Server: Apache x-compute-request-id: req-6fe0bba6-ea60-4cf9-8ffd-9526ba1691f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6fe0bba6-ea60-4cf9-8ffd-9526ba1691f3 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:41.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:43:41,307 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-6fe0bba6-ea60-4cf9-8ffd-9526ba1691f3 2019-01-03 11:43:41,307 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:43:41,307 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:43:41,307 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:43:41,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:41,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:41,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["YjymcGI_SCepxn8aW8uGTA"], "issued_at": "2019-01-03T11:43:41.000000Z"}} 2019-01-03 11:43:41,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:41,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d825c03c-02b4-49ff-8b73-aa98c852a10f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:41,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d825c03c-02b4-49ff-8b73-aa98c852a10f 2019-01-03 11:43:41,766 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:43:41,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:41,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5503d0-17b9-4e0a-ab80-1de19d02398c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:41,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c5503d0-17b9-4e0a-ab80-1de19d02398c 2019-01-03 11:43:41,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-be201d3a-c9d7-4253-b955-17efe9a63ba4 Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:42,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-be201d3a-c9d7-4253-b955-17efe9a63ba4 2019-01-03 11:43:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:43:42,106 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:43: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:43:42,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722aacef-f12a-4894-a4d0-d3a789421a9b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:42,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-722aacef-f12a-4894-a4d0-d3a789421a9b 2019-01-03 11:43:42,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-746453eb-ad5a-4f41-9c42-08d8ee0c03c0 Date: Thu, 03 Jan 2019 11:43:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:42,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-746453eb-ad5a-4f41-9c42-08d8ee0c03c0 2019-01-03 11:43:42,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6ba7ff8e-aa84-405d-8849-3c6a70899c81 Date: Thu, 03 Jan 2019 11:43:42 GMT RESP BODY: {"ports":[]} 2019-01-03 11:43:42,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True used request id req-6ba7ff8e-aa84-405d-8849-3c6a70899c81 2019-01-03 11:43:42,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06423a27-a9f9-4f56-a706-318bcd5efead x-compute-request-id: req-06423a27-a9f9-4f56-a706-318bcd5efead Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:43:42,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst used request id req-06423a27-a9f9-4f56-a706-318bcd5efead 2019-01-03 11:43:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:42,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8b273ead-0167-420e-ba80-dcdb5f6f586b Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:42,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-8b273ead-0167-420e-ba80-dcdb5f6f586b 2019-01-03 11:43:42,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:43,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83071ad-bbce-41ca-ad98-03848277a8af Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:43,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-c83071ad-bbce-41ca-ad98-03848277a8af 2019-01-03 11:43:43,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:43,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bf4d342a-a045-46d6-9e2f-77ffe65c544c Date: Thu, 03 Jan 2019 11:43:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:43,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-bf4d342a-a045-46d6-9e2f-77ffe65c544c 2019-01-03 11:43:43,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:43,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6709ccec-8759-49b9-84f4-830c0364208c Date: Thu, 03 Jan 2019 11:43:43 GMT RESP BODY: {"ports":[]} 2019-01-03 11:43:43,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True used request id req-6709ccec-8759-49b9-84f4-830c0364208c 2019-01-03 11:43:43,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:43:43,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:43:43,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["SuU8EIIZTIa4c0v5yf0lZw"], "issued_at": "2019-01-03T11:43:43.000000Z"}} 2019-01-03 11:43:43,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008784f06332355c996504ba13d1d787d2b4d77a" 2019-01-03 11:43:43,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c70ed1c-4a2c-4473-95e7-b91191a67153 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:43:43,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0c70ed1c-4a2c-4473-95e7-b91191a67153 2019-01-03 11:43:43,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:44,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6bed3f9f-96ba-42d4-ae0d-7d1de745ddd7 Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:44,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-6bed3f9f-96ba-42d4-ae0d-7d1de745ddd7 2019-01-03 11:43:44,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:44,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-30ee18b3-8a0e-4c04-990d-84b3dc94cf33 Date: Thu, 03 Jan 2019 11:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:44,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-30ee18b3-8a0e-4c04-990d-84b3dc94cf33 2019-01-03 11:43:44,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:44,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ee2a9414-6bc6-4038-8a0d-0f7144268693 Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:44,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-ee2a9414-6bc6-4038-8a0d-0f7144268693 2019-01-03 11:43:44,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:43:44,630 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:43: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:43:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008784f06332355c996504ba13d1d787d2b4d77a" 2019-01-03 11:43:44,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e7bec5-89ca-47d5-bea7-1c0cd04e1cf5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:44,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-a5e7bec5-89ca-47d5-bea7-1c0cd04e1cf5 2019-01-03 11:43:44,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:44,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-82c69f67-f437-44c0-85b8-f554a47d9139 Date: Thu, 03 Jan 2019 11:43:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:44,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-82c69f67-f437-44c0-85b8-f554a47d9139 2019-01-03 11:43:44,922 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net 2019-01-03 11:43:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" -d '{"port": {"network_id": "5d8d078c-c37a-4dc5-b195-7bf9d544e9b9", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port", "admin_state_up": true}}' 2019-01-03 11:43:46,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-64718d25-30fe-4450-b4c3-0eac0b13f0ec Date: Thu, 03 Jan 2019 11:43:46 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","project_id":"5726e3f1a09a4c6d808efbcc1b766725","qos_policy_id":null,"admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal"}} 2019-01-03 11:43:46,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-64718d25-30fe-4450-b4c3-0eac0b13f0ec 2019-01-03 11:43:46,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41e069ca-e1f8-447e-905d-1551a05cd78e Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:46,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-41e069ca-e1f8-447e-905d-1551a05cd78e 2019-01-03 11:43:46,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0644cec7-88f5-4629-9c76-5b1c318d894e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:46,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-0644cec7-88f5-4629-9c76-5b1c318d894e 2019-01-03 11:43:46,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f877274d-557f-4130-8fe6-304f85d03a91 Date: Thu, 03 Jan 2019 11:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:46,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-f877274d-557f-4130-8fe6-304f85d03a91 2019-01-03 11:43:46,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-e426ec4e-5fec-456c-880e-1b96dd379e46 Date: Thu, 03 Jan 2019 11:43:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:43:46,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port&admin_state_up=True used request id req-e426ec4e-5fec-456c-880e-1b96dd379e46 2019-01-03 11:43:46,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e9864e1-55c6-4130-b57c-c7b983e5f77c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:46,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-7e9864e1-55c6-4130-b57c-c7b983e5f77c 2019-01-03 11:43:46,696 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst 2019-01-03 11:43:46,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-226826e5-08a9-43fb-9173-b2243af33ddb x-compute-request-id: req-226826e5-08a9-43fb-9173-b2243af33ddb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-flavor-name"}]} 2019-01-03 11:43:46,727 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-226826e5-08a9-43fb-9173-b2243af33ddb 2019-01-03 11:43:46,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd66d967-da1a-43fa-b241-18641c83c4eb x-compute-request-id: req-cd66d967-da1a-43fa-b241-18641c83c4eb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:43:46,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94 used request id req-cd66d967-da1a-43fa-b241-18641c83c4eb 2019-01-03 11:43:46,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:46,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-4a41cbd6-3e80-4fb9-90dd-fa7d92119dbc Date: Thu, 03 Jan 2019 11:43:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:43:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:43:34Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "metadata": {}}], "self": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "min_disk": 0, "protected": false, "id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "file": "/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5726e3f1a09a4c6d808efbcc1b766725", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/763aa400-9224-48e0-a4e3-91a0a560efdd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image"} 2019-01-03 11:43:46,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image used request id req-4a41cbd6-3e80-4fb9-90dd-fa7d92119dbc 2019-01-03 11:43:46,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:47,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f403d27a-db75-41f8-a660-98a67d14ebad Date: Thu, 03 Jan 2019 11:43: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"}}} 2019-01-03 11:43:47,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f403d27a-db75-41f8-a660-98a67d14ebad 2019-01-03 11:43:47,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" -d '{"server": {"name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "imageRef": "763aa400-9224-48e0-a4e3-91a0a560efdd", "flavorRef": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "max_count": 1, "min_count": 1, "networks": [{"port": "1969c137-c587-48e0-aa06-430620a05322"}]}}' 2019-01-03 11:43:48,941 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:43: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-418eeebe-a051-4094-ad2e-c6583cc0bed4 x-compute-request-id: req-418eeebe-a051-4094-ad2e-c6583cc0bed4 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "adminPass": "2qd7JBAm6W33"}} 2019-01-03 11:43:48,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-418eeebe-a051-4094-ad2e-c6583cc0bed4 2019-01-03 11:43:48,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:49,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-4e32a9c1-9e06-42c0-99e4-dad6acec26c6 x-compute-request-id: req-4e32a9c1-9e06-42c0-99e4-dad6acec26c6 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.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:43:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:49,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-4e32a9c1-9e06-42c0-99e4-dad6acec26c6 2019-01-03 11:43:49,313 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst 2019-01-03 11:43:49,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:49,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-2d20fe08-193f-4c0a-bc9b-86e9c01e5317 x-compute-request-id: req-2d20fe08-193f-4c0a-bc9b-86e9c01e5317 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.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:43:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:49,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-2d20fe08-193f-4c0a-bc9b-86e9c01e5317 2019-01-03 11:43:49,537 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - BUILD 2019-01-03 11:43:49,537 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:43:52,540 - create_instance - DEBUG - VM status query timeout in 896.773294926 2019-01-03 11:43:52,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:53,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-eefe135d-c0e9-453a-8ac2-84a317f26be3 x-compute-request-id: req-eefe135d-c0e9-453a-8ac2-84a317f26be3 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.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:43:50Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:53,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-eefe135d-c0e9-453a-8ac2-84a317f26be3 2019-01-03 11:43:53,242 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - BUILD 2019-01-03 11:43:53,242 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:43:56,246 - create_instance - DEBUG - VM status query timeout in 893.067863941 2019-01-03 11:43:56,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:56,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-c9cb302d-9af8-451e-b7a6-924ec4e1e452 x-compute-request-id: req-c9cb302d-9af8-451e-b7a6-924ec4e1e452 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:54Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:56,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-c9cb302d-9af8-451e-b7a6-924ec4e1e452 2019-01-03 11:43:56,430 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - ACTIVE 2019-01-03 11:43:56,430 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:43:56,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:56,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-13582f7a-fdbd-4f72-9ac0-6a00ea32b9af x-compute-request-id: req-13582f7a-fdbd-4f72-9ac0-6a00ea32b9af Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:54Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:56,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-13582f7a-fdbd-4f72-9ac0-6a00ea32b9af 2019-01-03 11:43:56,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9a7fe47a-eb79-4ab4-b33b-ea202cc27f96 Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:57,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-9a7fe47a-eb79-4ab4-b33b-ea202cc27f96 2019-01-03 11:43:57,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41fe241f-c1f4-4f8d-b590-7f203a499c11 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:57,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-41fe241f-c1f4-4f8d-b590-7f203a499c11 2019-01-03 11:43:57,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b251d7c7-1c3c-4b59-8543-cf7b512b5981 Date: Thu, 03 Jan 2019 11:43:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:57,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-b251d7c7-1c3c-4b59-8543-cf7b512b5981 2019-01-03 11:43:57,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-c8bb6542-dd90-4be0-a35f-7a514c0c19e8 Date: Thu, 03 Jan 2019 11:43:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:43:57,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-c8bb6542-dd90-4be0-a35f-7a514c0c19e8 2019-01-03 11:43:57,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,811 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:57 GMT Server: Apache x-compute-request-id: req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:41.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}, {"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}]} 2019-01-03 11:43:57,811 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail used request id req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1 2019-01-03 11:43:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:57,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa0942c-7143-4d6d-994a-0fa993f64a49 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:57,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-6aa0942c-7143-4d6d-994a-0fa993f64a49 2019-01-03 11:43:57,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:58,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2a95e5c-41d2-491d-80a6-a6ca78dc3434 x-compute-request-id: req-b2a95e5c-41d2-491d-80a6-a6ca78dc3434 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:54Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:58,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-b2a95e5c-41d2-491d-80a6-a6ca78dc3434 2019-01-03 11:43:58,443 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - ACTIVE 2019-01-03 11:43:58,443 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:43:58,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:58,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43: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-f441da75-c166-4c3c-b430-5790cf042708 x-compute-request-id: req-f441da75-c166-4c3c-b430-5790cf042708 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:54Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:43:58,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-f441da75-c166-4c3c-b430-5790cf042708 2019-01-03 11:43:58,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:59,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d6340a34-8e7e-4fa9-8ec6-d712270b5636 Date: Thu, 03 Jan 2019 11:43: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:43:59,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-d6340a34-8e7e-4fa9-8ec6-d712270b5636 2019-01-03 11:43:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:59,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb64a0a-399d-49ff-b8bc-6000c8e4a89d Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:43:59,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-ceb64a0a-399d-49ff-b8bc-6000c8e4a89d 2019-01-03 11:43:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:59,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a9851144-5b14-4915-a5b5-806c396e9bd8 Date: Thu, 03 Jan 2019 11:43:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:43:59,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-a9851144-5b14-4915-a5b5-806c396e9bd8 2019-01-03 11:43:59,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:43:59,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-d005acf8-803d-4732-b86f-4ca72b6929f3 Date: Thu, 03 Jan 2019 11:43:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:43:59,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-d005acf8-803d-4732-b86f-4ca72b6929f3 2019-01-03 11:43:59,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" -d '{"volumeAttachment": {"volumeId": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}}' 2019-01-03 11:44:00,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7ba64ae9-e326-42b8-a63b-b213f41fec99 x-compute-request-id: req-7ba64ae9-e326-42b8-a63b-b213f41fec99 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "volumeId": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}} 2019-01-03 11:44:00,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments used request id req-7ba64ae9-e326-42b8-a63b-b213f41fec99 2019-01-03 11:44:00,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a31e4815-6a01-4383-a330-39245ccb0cc2 x-compute-request-id: req-a31e4815-6a01-4383-a330-39245ccb0cc2 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:43:54Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}], "metadata": {}}} 2019-01-03 11:44:01,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-a31e4815-6a01-4383-a330-39245ccb0cc2 2019-01-03 11:44:01,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b172b6db-88ff-4f32-ac8d-d4fc624d2189 Date: Thu, 03 Jan 2019 11:44: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:44:01,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-b172b6db-88ff-4f32-ac8d-d4fc624d2189 2019-01-03 11:44:01,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80750aa-b9f8-459d-a537-621e3382f92f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:44:01,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-e80750aa-b9f8-459d-a537-621e3382f92f 2019-01-03 11:44:01,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bdca55cf-09fd-442e-a649-ef1ae6c44b1b Date: Thu, 03 Jan 2019 11:44:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:44:01,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-bdca55cf-09fd-442e-a649-ef1ae6c44b1b 2019-01-03 11:44:01,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5bf38c99-28e0-4f99-99f0-7d680e40f422 Date: Thu, 03 Jan 2019 11:44:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:44:01,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-5bf38c99-28e0-4f99-99f0-7d680e40f422 2019-01-03 11:44:01,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:01,972 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:01 GMT Server: Apache x-compute-request-id: req-2f32215e-496b-4c42-8c1b-4b70905fb4c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f32215e-496b-4c42-8c1b-4b70905fb4c2 Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:43:41.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}, {"status": "attaching", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:00.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}]} 2019-01-03 11:44:01,972 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/detail used request id req-2f32215e-496b-4c42-8c1b-4b70905fb4c2 2019-01-03 11:44:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:02,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87c043e-1eef-43ff-ba33-fc6f84eba3aa Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:44:02,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-d87c043e-1eef-43ff-ba33-fc6f84eba3aa 2019-01-03 11:44:02,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:02,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-40aa6492-619e-4c08-b286-343dc877e479 x-compute-request-id: req-40aa6492-619e-4c08-b286-343dc877e479 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:01Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}], "metadata": {}}} 2019-01-03 11:44:02,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-40aa6492-619e-4c08-b286-343dc877e479 2019-01-03 11:44:02,493 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - ACTIVE 2019-01-03 11:44:02,493 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:44:02,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:03,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-5dcddf1a-6dc1-4c6f-9f49-ab916af4e7bb x-compute-request-id: req-5dcddf1a-6dc1-4c6f-9f49-ab916af4e7bb Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:01Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}], "metadata": {}}} 2019-01-03 11:44:03,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-5dcddf1a-6dc1-4c6f-9f49-ab916af4e7bb 2019-01-03 11:44:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:03,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a7550fdc-f91a-4309-9482-0a4b2a885740 Date: Thu, 03 Jan 2019 11:44: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:44:03,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-a7550fdc-f91a-4309-9482-0a4b2a885740 2019-01-03 11:44:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:03,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25dd42b6-e916-41ce-bff0-929895262705 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:44:03,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-25dd42b6-e916-41ce-bff0-929895262705 2019-01-03 11:44:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:03,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ff4bcb11-a9bc-4eb3-ad08-fa48f5be60ce Date: Thu, 03 Jan 2019 11:44:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:44:03,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-ff4bcb11-a9bc-4eb3-ad08-fa48f5be60ce 2019-01-03 11:44:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:03,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-9d5df064-1d83-4e29-aee4-b08e98f679e6 Date: Thu, 03 Jan 2019 11:44:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:44:03,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-9d5df064-1d83-4e29-aee4-b08e98f679e6 2019-01-03 11:44:03,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" -d '{"volumeAttachment": {"volumeId": "79cd139e-5903-4f37-856f-8f6a0c26f111"}}' 2019-01-03 11:44:04,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104360c7-d890-4b39-a34e-3c686cb3b62e x-compute-request-id: req-104360c7-d890-4b39-a34e-3c686cb3b62e Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "volumeId": "79cd139e-5903-4f37-856f-8f6a0c26f111"}} 2019-01-03 11:44:04,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments used request id req-104360c7-d890-4b39-a34e-3c686cb3b62e 2019-01-03 11:44:04,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:05,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0e68c9c-6b59-4505-a79e-38d753b9b22b x-compute-request-id: req-f0e68c9c-6b59-4505-a79e-38d753b9b22b Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:01Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}, {"id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "metadata": {}}} 2019-01-03 11:44:05,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-f0e68c9c-6b59-4505-a79e-38d753b9b22b 2019-01-03 11:44:05,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:05,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e8757d87-15b9-4cd4-a3b2-d06c3c66f7d6 Date: Thu, 03 Jan 2019 11:44: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:44:05,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-e8757d87-15b9-4cd4-a3b2-d06c3c66f7d6 2019-01-03 11:44:05,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:05,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c61930-cfcc-4d26-8a94-32c1b1d5bc18 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:44:05,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-57c61930-cfcc-4d26-8a94-32c1b1d5bc18 2019-01-03 11:44:05,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:05,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5d2f9fe-b9c0-4480-ac25-a784eeaea8d5 Date: Thu, 03 Jan 2019 11:44:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:44:05,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-b5d2f9fe-b9c0-4480-ac25-a784eeaea8d5 2019-01-03 11:44:05,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:05,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-8701a544-af0d-44fb-813d-9ed33196d04f Date: Thu, 03 Jan 2019 11:44:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:44:05,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-8701a544-af0d-44fb-813d-9ed33196d04f 2019-01-03 11:44:05,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:06,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbdf4bd9897844e9933bdd2ded5b2876", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj-role"}], "expires_at": "2019-01-03T12:44:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5726e3f1a09a4c6d808efbcc1b766725", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5726e3f1a09a4c6d808efbcc1b766725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-502d2614-e421-457-user", "id": "eb027a6c8acc46afa89adc20ceac04be"}, "audit_ids": ["CI1sXThTTM6PoEG4_g3J1A"], "issued_at": "2019-01-03T11:44:06.000000Z"}} 2019-01-03 11:44:06,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}015b04afa64657f97dbb46f2990be657bdc5ec8e" 2019-01-03 11:44:07,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44: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-544ee9ad-b93d-4108-9392-58599e32a4a4 x-compute-request-id: req-544ee9ad-b93d-4108-9392-58599e32a4a4 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b9:ba:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "security_groups": [{"name": "default"}], "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:05Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}, {"id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "metadata": {}}]} 2019-01-03 11:44:07,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst used request id req-544ee9ad-b93d-4108-9392-58599e32a4a4 2019-01-03 11:44:07,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}015b04afa64657f97dbb46f2990be657bdc5ec8e" 2019-01-03 11:44:07,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7574f726-21e9-45aa-b038-bb4cc6e6dc14 Date: Thu, 03 Jan 2019 11:44: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":["3eab09e8-8ae4-422f-b0df-2d8e3d0b3023"],"updated_at":"2019-01-03T11:43:37Z","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5726e3f1a09a4c6d808efbcc1b766725","id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net"}]} 2019-01-03 11:44:07,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net used request id req-7574f726-21e9-45aa-b038-bb4cc6e6dc14 2019-01-03 11:44:07,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}015b04afa64657f97dbb46f2990be657bdc5ec8e" 2019-01-03 11:44:07,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-289937c1-7ac2-472e-8f98-7749ae6eccf1 Date: Thu, 03 Jan 2019 11:44:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:37Z","dns_nameservers":[],"updated_at":"2019-01-03T11:43: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":"5726e3f1a09a4c6d808efbcc1b766725","id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","subnetpool_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet"}]} 2019-01-03 11:44:07,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-289937c1-7ac2-472e-8f98-7749ae6eccf1 2019-01-03 11:44:07,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}015b04afa64657f97dbb46f2990be657bdc5ec8e" 2019-01-03 11:44:07,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ed270b07-3ff3-4f36-8142-fa1f8375f52f Date: Thu, 03 Jan 2019 11:44:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.12"}],"id":"1969c137-c587-48e0-aa06-430620a05322","security_groups":["98907063-29a8-4ba7-a4ea-e2072fbed35b"],"mac_address":"fa:16:3e:b9:ba:1e","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:45Z","binding:vnic_type":"normal","device_id":"93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.2"}],"id":"3cf116d0-50cf-4e7a-a2f7-b0bb6657ad86","security_groups":[],"mac_address":"fa:16:3e:88:65:3f","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.4"}],"id":"4258cc64-3068-42f7-859a-5f26b81179b3","security_groups":[],"mac_address":"fa:16:3e:67:4e:af","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:43:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3eab09e8-8ae4-422f-b0df-2d8e3d0b3023","ip_address":"10.55.0.3"}],"id":"463d575d-9a28-4814-aca6-e0ebb5da41ab","security_groups":[],"mac_address":"fa:16:3e:46:b9:89","project_id":"5726e3f1a09a4c6d808efbcc1b766725","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5d8d078c-c37a-4dc5-b195-7bf9d544e9b9","tenant_id":"5726e3f1a09a4c6d808efbcc1b766725","created_at":"2019-01-03T11:43:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5d8d078c-c37a-4dc5-b195-7bf9d544e9b9"}]} 2019-01-03 11:44:07,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-ed270b07-3ff3-4f36-8142-fa1f8375f52f 2019-01-03 11:44:07,669 - create_instance - INFO - Deleting Port with ID - 1969c137-c587-48e0-aa06-430620a05322 2019-01-03 11:44:07,669 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-port 2019-01-03 11:44:07,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/1969c137-c587-48e0-aa06-430620a05322 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:08,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d1b92ff-5c0d-4feb-a318-b15bb49222b5 Date: Thu, 03 Jan 2019 11:44:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:44:08,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/1969c137-c587-48e0-aa06-430620a05322 used request id req-9d1b92ff-5c0d-4feb-a318-b15bb49222b5 2019-01-03 11:44:08,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:08,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:08 GMT Server: Apache x-compute-request-id: req-5c05f63a-3ca8-473a-839b-8b81bbddcf6d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c05f63a-3ca8-473a-839b-8b81bbddcf6d Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [{"server_id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "attachment_id": "165097c5-9b5f-42b7-a59c-66f664948b92", "attached_at": "2019-01-03T11:44:02.000000", "host_name": null, "volume_id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "device": "/dev/vdb", "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:02.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:44:08,290 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-5c05f63a-3ca8-473a-839b-8b81bbddcf6d 2019-01-03 11:44:08,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:09,279 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:44:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34059469-8426-4883-858e-8a4a6bca81c5 x-compute-request-id: req-34059469-8426-4883-858e-8a4a6bca81c5 Content-Length: 0 Content-Type: application/json 2019-01-03 11:44:09,279 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-34059469-8426-4883-858e-8a4a6bca81c5 2019-01-03 11:44:09,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:09,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-807665f2-c2e3-4a8c-987a-94e2aca033b4 x-compute-request-id: req-807665f2-c2e3-4a8c-987a-94e2aca033b4 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.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:05Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "4d095931-6d5e-415c-94c6-eabb7ac027dc"}, {"id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "metadata": {}}} 2019-01-03 11:44:09,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-807665f2-c2e3-4a8c-987a-94e2aca033b4 2019-01-03 11:44:12,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:12,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c93400ef-37ad-4b43-87ee-9d7e8f8250e4 x-compute-request-id: req-c93400ef-37ad-4b43-87ee-9d7e8f8250e4 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:05Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "metadata": {}}} 2019-01-03 11:44:12,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-c93400ef-37ad-4b43-87ee-9d7e8f8250e4 2019-01-03 11:44:12,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b2b67e9d-6599-4297-b2c8-a49f09c7a5a1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:13,186 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:12 GMT Server: Apache x-compute-request-id: req-c803326d-d4f0-48bb-abf8-044ebd3d736e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c803326d-d4f0-48bb-abf8-044ebd3d736e Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [{"server_id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "attachment_id": "24862f0c-612c-408b-9c8f-6807dbe643c1", "attached_at": "2019-01-03T11:44:06.000000", "host_name": null, "volume_id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "device": "/dev/vdc", "id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:06.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:44:13,186 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-c803326d-d4f0-48bb-abf8-044ebd3d736e 2019-01-03 11:44:13,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:14,100 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:44:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ae576be-b0eb-4f28-83c0-332dc9c646b2 x-compute-request-id: req-7ae576be-b0eb-4f28-83c0-332dc9c646b2 Content-Length: 0 Content-Type: application/json 2019-01-03 11:44:14,100 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9/os-volume_attachments/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-7ae576be-b0eb-4f28-83c0-332dc9c646b2 2019-01-03 11:44:14,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:14,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fef721f-c6c1-4ac6-bc84-a6d2e0a8d637 x-compute-request-id: req-8fef721f-c6c1-4ac6-bc84-a6d2e0a8d637 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:05Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [{"id": "79cd139e-5903-4f37-856f-8f6a0c26f111"}], "metadata": {}}} 2019-01-03 11:44:14,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-8fef721f-c6c1-4ac6-bc84-a6d2e0a8d637 2019-01-03 11:44:17,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:17,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d43d190-1cb9-4766-b799-06992770f144 x-compute-request-id: req-6d43d190-1cb9-4766-b799-06992770f144 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:05Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:44:17,765 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-6d43d190-1cb9-4766-b799-06992770f144 2019-01-03 11:44:17,766 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst 2019-01-03 11:44:17,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:17,911 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24a25193-8f20-4af5-a213-09ff40fbe2ec x-compute-request-id: req-24a25193-8f20-4af5-a213-09ff40fbe2ec Content-Type: application/json 2019-01-03 11:44:17,911 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-24a25193-8f20-4af5-a213-09ff40fbe2ec 2019-01-03 11:44:17,912 - create_instance - INFO - Checking deletion status 2019-01-03 11:44:17,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:18,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b900637-7b36-47cd-9af8-1aa05747229a x-compute-request-id: req-7b900637-7b36-47cd-9af8-1aa05747229a 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.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "rel": "bookmark"}], "image": {"id": "763aa400-9224-48e0-a4e3-91a0a560efdd", "links": [{"href": "http://172.30.9.28:8774/images/763aa400-9224-48e0-a4e3-91a0a560efdd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:43:54.000000", "flavor": {"id": "e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "links": [{"href": "http://172.30.9.28:8774/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94", "rel": "bookmark"}]}, "id": "93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:44:17Z", "hostId": "76df280209a51c5078ac71bc8c36e04ed7db302bd4ca6cd97cffc522", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst", "created": "2019-01-03T11:43:48Z", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:44:18,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-7b900637-7b36-47cd-9af8-1aa05747229a 2019-01-03 11:44:18,156 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst] is - ACTIVE 2019-01-03 11:44:18,156 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:44:21,159 - create_instance - DEBUG - VM status query timeout in 296.752757072 2019-01-03 11:44:21,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fd88fd8095734802748b62acf948ef4b6aa05d9" 2019-01-03 11:44:21,209 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:44:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4da39fc-9400-4f84-8aa4-15b8cdeae4a3 x-compute-request-id: req-a4da39fc-9400-4f84-8aa4-15b8cdeae4a3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 could not be found.", "code": 404}} 2019-01-03 11:44:21,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 used request id req-a4da39fc-9400-4f84-8aa4-15b8cdeae4a3 2019-01-03 11:44:21,210 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 93aebbf8-1287-4d0b-83c9-52ab5c3dc1e9 could not be found. (HTTP 404) (Request-ID: req-a4da39fc-9400-4f84-8aa4-15b8cdeae4a3) 2019-01-03 11:44:21,210 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-inst 2019-01-03 11:44:21,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0807298f8ad0e82a3d294503fb287795771a4e" 2019-01-03 11:44:21,253 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:44:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a203a08-f250-427e-a8a3-3aac5fb2f465 x-compute-request-id: req-4a203a08-f250-427e-a8a3-3aac5fb2f465 Content-Length: 0 Content-Type: application/json 2019-01-03 11:44:21,253 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e032fdf3-fa18-4c5f-8c31-29080d8cfc94 used request id req-4a203a08-f250-427e-a8a3-3aac5fb2f465 2019-01-03 11:44:21,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet 2019-01-03 11:44:21,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-subnet 2019-01-03 11:44:21,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/3eab09e8-8ae4-422f-b0df-2d8e3d0b3023 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:44:23,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a30036e8-609a-40bd-ac62-c09c59b1da70 Date: Thu, 03 Jan 2019 11:44:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:44:23,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/3eab09e8-8ae4-422f-b0df-2d8e3d0b3023 used request id req-a30036e8-609a-40bd-ac62-c09c59b1da70 2019-01-03 11:44:23,495 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-pub-net 2019-01-03 11:44:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5636d6808439ef6a14520d80eadcc9b995e31160" 2019-01-03 11:44:24,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03d85250-eaf7-4a37-8625-e29a458f91db Date: Thu, 03 Jan 2019 11:44:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:44:24,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5d8d078c-c37a-4dc5-b195-7bf9d544e9b9 used request id req-03d85250-eaf7-4a37-8625-e29a458f91db 2019-01-03 11:44:24,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:44:25,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:24 GMT Server: Apache x-compute-request-id: req-0965c975-ccfa-4994-9ef1-0b0f301d02a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0965c975-ccfa-4994-9ef1-0b0f301d02a0 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:44:25,006 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-0965c975-ccfa-4994-9ef1-0b0f301d02a0 2019-01-03 11:44:25,006 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:44:25,007 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:44:25,007 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:44:25,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:44:25,091 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:44:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4eabed80-0b2f-44e1-abca-b10e87660a51 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. 2019-01-03 11:44:25,091 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-4eabed80-0b2f-44e1-abca-b10e87660a51 2019-01-03 11:44:25,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:44:25,302 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:25 GMT Server: Apache x-compute-request-id: req-e438a8e2-7eb4-48ee-a87f-7a68420d5b13 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e438a8e2-7eb4-48ee-a87f-7a68420d5b13 Content-Encoding: gzip Content-Length: 482 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:40.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:25.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "79cd139e-5903-4f37-856f-8f6a0c26f111", "size": 1}} 2019-01-03 11:44:25,303 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-e438a8e2-7eb4-48ee-a87f-7a68420d5b13 2019-01-03 11:44:25,303 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:44:25,303 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:44:28,307 - create_volume - DEBUG - Volume status query timeout in 56.7850310802 2019-01-03 11:44:28,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3e18a12a-79e0-4feb-898b-2987fbee6716" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69e2f64cfdadd8d9000338c93e790142086659d8" 2019-01-03 11:44:28,502 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:44:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cd781175-9d02-4477-a1b3-9032202543d1 x-openstack-request-id: req-cd781175-9d02-4477-a1b3-9032202543d1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 79cd139e-5903-4f37-856f-8f6a0c26f111 could not be found.", "code": 404}} 2019-01-03 11:44:28,502 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/79cd139e-5903-4f37-856f-8f6a0c26f111 used request id req-cd781175-9d02-4477-a1b3-9032202543d1 2019-01-03 11:44:28,502 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 79cd139e-5903-4f37-856f-8f6a0c26f111 could not be found. (HTTP 404) (Request-ID: req-cd781175-9d02-4477-a1b3-9032202543d1) 2019-01-03 11:44:28,502 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-2 2019-01-03 11:44:28,505 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:44:28,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:28 GMT Server: Apache x-compute-request-id: req-a1e38c68-7405-4c01-894e-bf8b6bf6804b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1e38c68-7405-4c01-894e-bf8b6bf6804b Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:09.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:44:28,557 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-a1e38c68-7405-4c01-894e-bf8b6bf6804b 2019-01-03 11:44:28,557 - create_volume - DEBUG - Instance status is - available 2019-01-03 11:44:28,557 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:44:28,557 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:44:28,560 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:44:28,779 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:44:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d1639ae-288b-4d12-b57d-763e60de7e2e 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. 2019-01-03 11:44:28,779 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-0d1639ae-288b-4d12-b57d-763e60de7e2e 2019-01-03 11:44:28,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:44:28,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:28 GMT Server: Apache x-compute-request-id: req-799767df-35e3-4604-b839-a8b086bde6e5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-799767df-35e3-4604-b839-a8b086bde6e5 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "eb027a6c8acc46afa89adc20ceac04be", "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "self"}, {"href": "http://172.30.9.28:8776/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2019-01-03T11:43:39.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "updated_at": "2019-01-03T11:44:28.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "4d095931-6d5e-415c-94c6-eabb7ac027dc", "size": 1}} 2019-01-03 11:44:28,976 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-799767df-35e3-4604-b839-a8b086bde6e5 2019-01-03 11:44:28,976 - create_volume - DEBUG - Instance status is - deleting 2019-01-03 11:44:28,976 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2019-01-03 11:44:31,979 - create_volume - DEBUG - Volume status query timeout in 56.8002839088 2019-01-03 11:44:31,981 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ff217685-5227-4815-ad6c-de28c0db9497" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bd2543e62ff7f8e4389e6c4e5f91b1019646395" 2019-01-03 11:44:32,190 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:44:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3f031331-de1a-4b89-8ba7-85beb01dc470 x-openstack-request-id: req-3f031331-de1a-4b89-8ba7-85beb01dc470 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4d095931-6d5e-415c-94c6-eabb7ac027dc could not be found.", "code": 404}} 2019-01-03 11:44:32,190 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/5726e3f1a09a4c6d808efbcc1b766725/volumes/4d095931-6d5e-415c-94c6-eabb7ac027dc used request id req-3f031331-de1a-4b89-8ba7-85beb01dc470 2019-01-03 11:44:32,191 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4d095931-6d5e-415c-94c6-eabb7ac027dc could not be found. (HTTP 404) (Request-ID: req-3f031331-de1a-4b89-8ba7-85beb01dc470) 2019-01-03 11:44:32,191 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-1 2019-01-03 11:44:32,192 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-70c8b627-e948-4359-8393-d0881ccb5c52-image 2019-01-03 11:44:32,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}172852ddef1119b55eac9f06d572769e775f72d4" 2019-01-03 11:44:33,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f5e72fb-6ca9-46c2-86a7-68a3fe70bccb Date: Thu, 03 Jan 2019 11:44:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:44:33,466 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/763aa400-9224-48e0-a4e3-91a0a560efdd used request id req-0f5e72fb-6ca9-46c2-86a7-68a3fe70bccb 2019-01-03 11:44:33,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:33,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-35df18fb-62e5-42e5-b3b8-0c1fee1565b0 Date: Thu, 03 Jan 2019 11:44:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "created_at": "2019-01-03T11:43:36Z", "updated_at": "2019-01-03T11:43:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "revision_number": 0, "id": "228b2513-88e5-432a-ac18-7b718a7ffc9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "port_range_min": null, "ethertype": "IPv4", "project_id": "5726e3f1a09a4c6d808efbcc1b766725"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "revision_number": 0, "id": "38f5577b-7b92-435e-aa19-de629c286843", "remote_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "port_range_min": null, "ethertype": "IPv4", "project_id": "5726e3f1a09a4c6d808efbcc1b766725"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "revision_number": 0, "id": "9604ea13-cd40-4f0c-95a8-c66fe4c893a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "port_range_min": null, "ethertype": "IPv6", "project_id": "5726e3f1a09a4c6d808efbcc1b766725"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "revision_number": 0, "id": "98599332-8ed3-4c80-80a7-f25d30475d16", "remote_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "remote_ip_prefix": null, "created_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "port_range_min": null, "ethertype": "IPv6", "project_id": "5726e3f1a09a4c6d808efbcc1b766725"}], "revision_number": 4, "project_id": "5726e3f1a09a4c6d808efbcc1b766725", "id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:44:33,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-35df18fb-62e5-42e5-b3b8-0c1fee1565b0 2019-01-03 11:44:33,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:33,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6124c79e-142b-44dd-984c-c5d5d801121a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:44:33,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-6124c79e-142b-44dd-984c-c5d5d801121a 2019-01-03 11:44:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:33,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e467758-5579-455b-962e-30ada9ffa2be 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:44:33,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-0e467758-5579-455b-962e-30ada9ffa2be 2019-01-03 11:44:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:33,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8b06da-9171-446d-8967-d43f24dd24a0 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725"}, "enabled": true, "id": "5726e3f1a09a4c6d808efbcc1b766725", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-502d2614-e421-457-proj"}} 2019-01-03 11:44:33,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-eb8b06da-9171-446d-8967-d43f24dd24a0 2019-01-03 11:44:33,982 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98907063-29a8-4ba7-a4ea-e2072fbed35b 2019-01-03 11:44:33,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=98907063-29a8-4ba7-a4ea-e2072fbed35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:34,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6257910a-00dc-4608-92fd-53de3e4482fc Date: Thu, 03 Jan 2019 11:44:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "port_range_min": null, "revision_number": 0, "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "created_at": "2019-01-03T11:43:36Z", "project_id": "5726e3f1a09a4c6d808efbcc1b766725", "id": "228b2513-88e5-432a-ac18-7b718a7ffc9f"}, {"remote_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "port_range_min": null, "revision_number": 0, "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "created_at": "2019-01-03T11:43:36Z", "project_id": "5726e3f1a09a4c6d808efbcc1b766725", "id": "38f5577b-7b92-435e-aa19-de629c286843"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "port_range_min": null, "revision_number": 0, "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "created_at": "2019-01-03T11:43:36Z", "project_id": "5726e3f1a09a4c6d808efbcc1b766725", "id": "9604ea13-cd40-4f0c-95a8-c66fe4c893a0"}, {"remote_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:43:36Z", "security_group_id": "98907063-29a8-4ba7-a4ea-e2072fbed35b", "port_range_min": null, "revision_number": 0, "tenant_id": "5726e3f1a09a4c6d808efbcc1b766725", "created_at": "2019-01-03T11:43:36Z", "project_id": "5726e3f1a09a4c6d808efbcc1b766725", "id": "98599332-8ed3-4c80-80a7-f25d30475d16"}]} 2019-01-03 11:44:34,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=98907063-29a8-4ba7-a4ea-e2072fbed35b used request id req-6257910a-00dc-4608-92fd-53de3e4482fc 2019-01-03 11:44:34,178 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:44:34,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/98907063-29a8-4ba7-a4ea-e2072fbed35b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:34,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04532c39-e672-41c5-b7e7-c812ff554081 Content-Length: 0 Date: Thu, 03 Jan 2019 11:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:44:34,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/98907063-29a8-4ba7-a4ea-e2072fbed35b used request id req-04532c39-e672-41c5-b7e7-c812ff554081 2019-01-03 11:44:34,571 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-502d2614-e421-457-proj 2019-01-03 11:44:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:34,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46e1cb8e-c1dd-4f08-856c-00b8d38c4f75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:44:34,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5726e3f1a09a4c6d808efbcc1b766725 used request id req-46e1cb8e-c1dd-4f08-856c-00b8d38c4f75 2019-01-03 11:44:34,787 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-502d2614-e421-457-proj-role 2019-01-03 11:44:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:34,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22561213-5871-4cf7-b77e-5f55de1e6468 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:44:34,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fbdf4bd9897844e9933bdd2ded5b2876 used request id req-22561213-5871-4cf7-b77e-5f55de1e6468 2019-01-03 11:44:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b4f79aa318b9f662de2ade6a817d19cc659f84" 2019-01-03 11:44:35,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b8c284-df17-4608-bd53-3e7106366b14 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:44:35,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-43b8c284-df17-4608-bd53-3e7106366b14 2019-01-03 11:44:35,003 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-502d2614-e421-457-user 2019-01-03 11:44:35,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/eb027a6c8acc46afa89adc20ceac04be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c3d484f55aa0446dd2da911849f608d05f02f57" 2019-01-03 11:44:35,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919b6b4a-dd7e-4f99-9751-b80c255ee5a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:44:35,231 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/eb027a6c8acc46afa89adc20ceac04be used request id req-919b6b4a-dd7e-4f99-9751-b80c255ee5a6 2019-01-03 11:44:35,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:35,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["WmXwa84DR1SCD0RFTtwT0g"], "issued_at": "2019-01-03T11:44:35.000000Z"}} 2019-01-03 11:44:35,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d830428bbfc39c0b3d8ecfd311a8dbcfbdfc56" 2019-01-03 11:44:35,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37a9d267-e115-4cef-a316-5057bec3b2b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:35,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-37a9d267-e115-4cef-a316-5057bec3b2b5 2019-01-03 11:44:35,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:35,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:36,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["X6owxUDBR6e7d5konu1PmA"], "issued_at": "2019-01-03T11:44:36.000000Z"}} 2019-01-03 11:44:36,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:36,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ade7e41-3a5f-4dd8-93f8-898d7b5c203e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:36,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1ade7e41-3a5f-4dd8-93f8-898d7b5c203e 2019-01-03 11:44:36,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:44:36,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:44: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:44:36,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:36,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777a06b4-9488-47fc-b798-aba74dbbb874 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:44:36,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj used request id req-777a06b4-9488-47fc-b798-aba74dbbb874 2019-01-03 11:44:36,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:36,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ef6181-ff68-4f4f-9530-20d9304a2127 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:44:36,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-04ef6181-ff68-4f4f-9530-20d9304a2127 2019-01-03 11:44:36,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}}' 2019-01-03 11:44:36,527 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8ef65f5-41f8-4a23-b2af-1d4d5d991cca Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800"}, "enabled": true, "id": "4f35f8cdb76041d9af31b4303fcc0800", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}} 2019-01-03 11:44:36,527 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a8ef65f5-41f8-4a23-b2af-1d4d5d991cca 2019-01-03 11:44:36,528 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-proj 2019-01-03 11:44:36,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:36,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:36,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["ZHbu6IcTT4a6e_jFKoGK9A"], "issued_at": "2019-01-03T11:44:36.000000Z"}} 2019-01-03 11:44:36,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:36,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19da5d7-a5b9-4589-9baa-d8cf24cc7a25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:36,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d19da5d7-a5b9-4589-9baa-d8cf24cc7a25 2019-01-03 11:44:36,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:44:37,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:44: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:44:37,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9365bb-f6ed-4f61-8299-80828164d35d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:44:37,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ba9365bb-f6ed-4f61-8299-80828164d35d 2019-01-03 11:44:37,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e79ac41-b424-4a0b-9272-2a3c69240562 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800"}, "enabled": true, "id": "4f35f8cdb76041d9af31b4303fcc0800", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}]} 2019-01-03 11:44:37,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj used request id req-0e79ac41-b424-4a0b-9272-2a3c69240562 2019-01-03 11:44:37,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175f41bb-8ae8-49f4-ba72-32ac315bd9db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:44:37,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-175f41bb-8ae8-49f4-ba72-32ac315bd9db 2019-01-03 11:44:37,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81a9dab-1aa8-43c0-9c2b-8c566bbc01d7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:44:37,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b81a9dab-1aa8-43c0-9c2b-8c566bbc01d7 2019-01-03 11:44:37,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac196d74-4f2b-4d78-8b55-f788e6e73aa6 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800"}, "enabled": true, "id": "4f35f8cdb76041d9af31b4303fcc0800", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}]} 2019-01-03 11:44:37,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-b3ce22e5-a7e0-436-proj used request id req-ac196d74-4f2b-4d78-8b55-f788e6e73aa6 2019-01-03 11:44:37,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/aa9915d79a7243b0b2e88da3edcad7d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:37,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25ec5de5-20ec-4516-b78e-0e2764a27f7f Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-user", "links": {"self": "http://172.30.9.28:5000/v3/users/aa9915d79a7243b0b2e88da3edcad7d7"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "aa9915d79a7243b0b2e88da3edcad7d7", "password_expires_at": null}} 2019-01-03 11:44:37,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/aa9915d79a7243b0b2e88da3edcad7d7 used request id req-25ec5de5-20ec-4516-b78e-0e2764a27f7f 2019-01-03 11:44:37,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:38,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-630aa3f6-bc8c-4052-b96b-4b108de7902e Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:44:38,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles used request id req-630aa3f6-bc8c-4052-b96b-4b108de7902e 2019-01-03 11:44:38,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:38,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d0887d-b42a-4af7-9d1c-75576e340c0d Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:44:38,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-16d0887d-b42a-4af7-9d1c-75576e340c0d 2019-01-03 11:44:38,208 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-b3ce22e5-a7e0-436-proj 2019-01-03 11:44:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:44:38,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-446a8f77-6421-447f-b6bc-f0c392b7be17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:44:38,332 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles/2aca817175ef438fbb85334767ec61a1 used request id req-446a8f77-6421-447f-b6bc-f0c392b7be17 2019-01-03 11:44:38,332 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-user 2019-01-03 11:44:38,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:38,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:38,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d524e4a6-bfb4-4a9f-ba48-40a0b9d78d46 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:44:38,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d524e4a6-bfb4-4a9f-ba48-40a0b9d78d46 2019-01-03 11:44:38,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" -d '{"role": {"name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role"}}' 2019-01-03 11:44:38,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f121a4c1-bc76-46c1-b1e1-9407d431ab0f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a54b4339e5749d3a23fdf0e4f0ed3b7", "links": {"self": "http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7"}, "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role"}} 2019-01-03 11:44:38,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f121a4c1-bc76-46c1-b1e1-9407d431ab0f 2019-01-03 11:44:38,545 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role 2019-01-03 11:44:38,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:38,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605af969-1ee5-4f47-a718-366347b46783 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7"}, "domain_id": null, "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role", "id": "4a54b4339e5749d3a23fdf0e4f0ed3b7"}} 2019-01-03 11:44:38,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 used request id req-605af969-1ee5-4f47-a718-366347b46783 2019-01-03 11:44:38,630 - keystone_utils - INFO - Granting role CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role to project CreateStackSuccessTests-b3ce22e5-a7e0-436-proj 2019-01-03 11:44:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:44:38,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76b63668-3447-492c-a522-a4b3bdf44cbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:44:38,774 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800/users/aa9915d79a7243b0b2e88da3edcad7d7/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 used request id req-76b63668-3447-492c-a522-a4b3bdf44cbd 2019-01-03 11:44:38,775 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:44:38,783 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:44:38,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:38,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:39,170 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "4a54b4339e5749d3a23fdf0e4f0ed3b7", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role"}], "expires_at": "2019-01-03T12:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f35f8cdb76041d9af31b4303fcc0800", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-user", "id": "aa9915d79a7243b0b2e88da3edcad7d7"}, "audit_ids": ["trR8un56R8emegm4XX7Mgg"], "issued_at": "2019-01-03T11:44:39.000000Z"}} 2019-01-03 11:44:39,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:39,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c68843f-f693-465e-976c-1a396d58ac58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:39,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7c68843f-f693-465e-976c-1a396d58ac58 2019-01-03 11:44:39,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:39,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-617b7d52-8adf-42aa-b95c-85975cb57c54 Date: Thu, 03 Jan 2019 11:44:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image"} 2019-01-03 11:44:39,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image used request id req-617b7d52-8adf-42aa-b95c-85975cb57c54 2019-01-03 11:44:39,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:39,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fb48e737-0f9f-4ff5-9ab2-c27d84bbb9ee Date: Thu, 03 Jan 2019 11:44: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"}}} 2019-01-03 11:44:39,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-fb48e737-0f9f-4ff5-9ab2-c27d84bbb9ee 2019-01-03 11:44:39,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image"}' 2019-01-03 11:44:39,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 X-Openstack-Request-Id: req-c8d5a994-43b7-44bd-87d3-d749341d4c60 Date: Thu, 03 Jan 2019 11:44:39 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:44:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:44:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3", "min_disk": 0, "protected": false, "id": "60282cc1-9c00-4405-93a9-9af191c669b3", "file": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3/file", "checksum": null, "owner": "4f35f8cdb76041d9af31b4303fcc0800", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:44:39,782 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c8d5a994-43b7-44bd-87d3-d749341d4c60 2019-01-03 11:44:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" -d '' 2019-01-03 11:44:41,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a24e722e-3eeb-47d3-95bf-924edadf80be Date: Thu, 03 Jan 2019 11:44:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:44:41,460 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3/file used request id req-a24e722e-3eeb-47d3-95bf-924edadf80be 2019-01-03 11:44:41,461 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:44:41,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:41,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ea08e524-3307-43be-b944-8ecbb8fa67ca Date: Thu, 03 Jan 2019 11:44:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:44:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:44:41Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/60282cc1-9c00-4405-93a9-9af191c669b3/snap", "metadata": {}}], "self": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3", "min_disk": 0, "protected": false, "id": "60282cc1-9c00-4405-93a9-9af191c669b3", "file": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4f35f8cdb76041d9af31b4303fcc0800", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/60282cc1-9c00-4405-93a9-9af191c669b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:44:41,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 used request id req-ea08e524-3307-43be-b944-8ecbb8fa67ca 2019-01-03 11:44:41,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:41,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d51552d-3f3c-4037-9027-2be5a335c9de Date: Thu, 03 Jan 2019 11:44: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"}}} 2019-01-03 11:44:41,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-3d51552d-3f3c-4037-9027-2be5a335c9de 2019-01-03 11:44:41,798 - create_image - INFO - Created image with name - CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image 2019-01-03 11:44:41,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:44:41,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-7a02f180-5582-4ab3-b013-cc8f432455fc Date: Thu, 03 Jan 2019 11:44:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:44:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:44:41Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/60282cc1-9c00-4405-93a9-9af191c669b3/snap", "metadata": {}}], "self": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3", "min_disk": 0, "protected": false, "id": "60282cc1-9c00-4405-93a9-9af191c669b3", "file": "/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4f35f8cdb76041d9af31b4303fcc0800", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/60282cc1-9c00-4405-93a9-9af191c669b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:44:41,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 used request id req-7a02f180-5582-4ab3-b013-cc8f432455fc 2019-01-03 11:44:41,963 - create_image - DEBUG - Instance status is - active 2019-01-03 11:44:41,963 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image 2019-01-03 11:44:41,963 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image 2019-01-03 11:44:41,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:41,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:42,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jnPvYdHMRj2-oJzCnO-K_w"], "issued_at": "2019-01-03T11:44:42.000000Z"}} 2019-01-03 11:44:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41e6ba04fb223b07e365b72362dd3d8836378fc" 2019-01-03 11:44:42,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f710665c-7aca-4585-98d1-8fcd07a85f6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:42,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f710665c-7aca-4585-98d1-8fcd07a85f6c 2019-01-03 11:44:42,436 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:44:42,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41e6ba04fb223b07e365b72362dd3d8836378fc" 2019-01-03 11:44:42,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44: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-3d7c0a20-5a55-4cda-ae83-ca1048e6d00a x-compute-request-id: req-3d7c0a20-5a55-4cda-ae83-ca1048e6d00a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:44:42,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3d7c0a20-5a55-4cda-ae83-ca1048e6d00a 2019-01-03 11:44:42,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41e6ba04fb223b07e365b72362dd3d8836378fc" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:44:42,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44: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-e03cb8c6-b325-4edf-905a-544f3b144488 x-compute-request-id: req-e03cb8c6-b325-4edf-905a-544f3b144488 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b7771c93-b9d5-4450-8488-0a97ef02c82a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b7771c93-b9d5-4450-8488-0a97ef02c82a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b7771c93-b9d5-4450-8488-0a97ef02c82a", "name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:44:42,679 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e03cb8c6-b325-4edf-905a-544f3b144488 2019-01-03 11:44:42,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:44:42,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:44:43,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "4a54b4339e5749d3a23fdf0e4f0ed3b7", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role"}], "expires_at": "2019-01-03T12:44:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f35f8cdb76041d9af31b4303fcc0800", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-user", "id": "aa9915d79a7243b0b2e88da3edcad7d7"}, "audit_ids": ["8R5QVDchQIOPejPw5vPMDg"], "issued_at": "2019-01-03T11:44:43.000000Z"}} 2019-01-03 11:44:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:43,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6da9f5-78b3-4fdd-9664-3e060aa4c7fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:44:43,168 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fe6da9f5-78b3-4fdd-9664-3e060aa4c7fa 2019-01-03 11:44:43,169 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:44:43,172 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:44:43,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:43,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:43 GMT Server: Apache x-openstack-request-id: req-549d87be-99ad-44eb-b241-c4902c6100e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:44:43,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack used request id req-549d87be-99ad-44eb-b241-c4902c6100e4 2019-01-03 11:44:43,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-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-e932d064-c422-4b20-b588-cfefded56246-net", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}}' 2019-01-03 11:44:46,296 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:44:43 GMT Server: Apache x-openstack-request-id: req-2b882d00-e464-4f41-994b-9f7af0883a46 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b1506260-9236-4d46-b2d6-1007bc69e449", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}]}} 2019-01-03 11:44:46,296 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks used request id req-2b882d00-e464-4f41-994b-9f7af0883a46 2019-01-03 11:44:46,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:46,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:44:46 GMT Server: Apache x-openstack-request-id: req-48ec8687-a4a6-4d94-810e-f026d42db8f8 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:44:47,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:46 GMT Server: Apache x-openstack-request-id: req-f7acde4d-40f5-4989-a667-a6c9a621e25d 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:44:47,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-f7acde4d-40f5-4989-a667-a6c9a621e25d 2019-01-03 11:44:47,399 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack 2019-01-03 11:44:47,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:47,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:44:47 GMT Server: Apache x-openstack-request-id: req-f9322dcf-a7df-42c0-9c71-4b18021331e0 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:44:48,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:47 GMT Server: Apache x-openstack-request-id: req-3fd4ecd9-3564-42ed-a7ea-8ddc195a89a2 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:44:48,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-3fd4ecd9-3564-42ed-a7ea-8ddc195a89a2 2019-01-03 11:44:48,607 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:44:48,608 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:44:51,611 - create_stack - DEBUG - Stack status query timeout in 1195.78859401 2019-01-03 11:44:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:52,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:44:51 GMT Server: Apache x-openstack-request-id: req-fbe75f3d-74a4-43fb-9bc0-7cb8e485d309 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:44:52,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:52 GMT Server: Apache x-openstack-request-id: req-a1fc3f81-4c3e-4aa1-86fa-3aca99046961 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:44:52,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-a1fc3f81-4c3e-4aa1-86fa-3aca99046961 2019-01-03 11:44:52,852 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:44:52,852 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:44:55,853 - create_stack - DEBUG - Stack status query timeout in 1191.54635191 2019-01-03 11:44:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:44:56,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:44:55 GMT Server: Apache x-openstack-request-id: req-5b5bb7f4-bb91-4861-89de-faeea7821a4c Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:44:56,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:44:56 GMT Server: Apache x-openstack-request-id: req-5863725d-2e61-4125-8173-b8db837f8210 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:44:56,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-5863725d-2e61-4125-8173-b8db837f8210 2019-01-03 11:44:56,454 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:44:56,454 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:44:59,457 - create_stack - DEBUG - Stack status query timeout in 1187.94231009 2019-01-03 11:44:59,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:45:00,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:44:59 GMT Server: Apache x-openstack-request-id: req-1f660258-cb93-4d75-8da0-61846e4761e4 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:00,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:00 GMT Server: Apache x-openstack-request-id: req-cd187643-8737-46da-8797-fb493219c877 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:00,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-cd187643-8737-46da-8797-fb493219c877 2019-01-03 11:45:00,588 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:00,588 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:03,588 - create_stack - DEBUG - Stack status query timeout in 1183.81089497 2019-01-03 11:45:03,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:45:04,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:03 GMT Server: Apache x-openstack-request-id: req-905dc17c-b5da-4fa1-894a-33492e75c11f Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:04,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:04 GMT Server: Apache x-openstack-request-id: req-32863527-ec50-4a32-82ae-e16dc1e0473b 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:04,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-32863527-ec50-4a32-82ae-e16dc1e0473b 2019-01-03 11:45:04,192 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:45:04,192 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack 2019-01-03 11:45:04,192 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack 2019-01-03 11:45:04,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:04,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "4a54b4339e5749d3a23fdf0e4f0ed3b7", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role"}], "expires_at": "2019-01-03T12:45:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f35f8cdb76041d9af31b4303fcc0800", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4f35f8cdb76041d9af31b4303fcc0800", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-user", "id": "aa9915d79a7243b0b2e88da3edcad7d7"}, "audit_ids": ["-QUA7-k6QK6Dvy9xWW9xug"], "issued_at": "2019-01-03T11:45:04.000000Z"}} 2019-01-03 11:45:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:04,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:04 GMT Server: Apache x-openstack-request-id: req-300aa6e0-8df6-4d99-acdd-9365900afa44 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:05,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:04 GMT Server: Apache x-openstack-request-id: req-3cd74053-1f0b-4189-ab93-eb3b0756a090 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:05,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-3cd74053-1f0b-4189-ab93-eb3b0756a090 2019-01-03 11:45:05,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:45:05,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:05 GMT Server: Apache x-openstack-request-id: req-02ff6d1d-544d-4734-a877-392616904c39 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:06,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:05 GMT Server: Apache x-openstack-request-id: req-4d7b1fa1-ec8d-4df7-baf0-afd802b7685f 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:06,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4d7b1fa1-ec8d-4df7-baf0-afd802b7685f 2019-01-03 11:45:06,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:45:06,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:06 GMT Server: Apache x-openstack-request-id: req-c28839cb-7f0a-4879-830d-136909437b0d Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:06,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:06 GMT Server: Apache x-openstack-request-id: req-cb9858a0-2f1f-4177-a1ed-d2432922606e 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:06,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-cb9858a0-2f1f-4177-a1ed-d2432922606e 2019-01-03 11:45:06,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:07,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:06 GMT Server: Apache x-openstack-request-id: req-d4ad677f-ddc8-4c77-9356-40cb4c9fae1e Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:07,766 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:07 GMT Server: Apache x-openstack-request-id: req-374f5844-d4ba-49ae-bf06-f6422a795f75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:07,766 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-374f5844-d4ba-49ae-bf06-f6422a795f75 2019-01-03 11:45:07,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:08,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:07 GMT Server: Apache x-openstack-request-id: req-0e4582fd-26d6-46ef-b336-e09e9ef121fe Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:08,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:08 GMT Server: Apache x-openstack-request-id: req-6b6a92f5-ac06-41f3-bd31-358494d11af4 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:08,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-6b6a92f5-ac06-41f3-bd31-358494d11af4 2019-01-03 11:45:08,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:08,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:08 GMT Server: Apache x-openstack-request-id: req-59006064-788d-45c8-88c1-ffd44dd7858d Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:08,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:08 GMT Server: Apache x-openstack-request-id: req-1c4f5d5f-b027-40e7-810e-a59b9b1740d1 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:08,913 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-1c4f5d5f-b027-40e7-810e-a59b9b1740d1 2019-01-03 11:45:08,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:09,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:08 GMT Server: Apache x-openstack-request-id: req-0e974969-d7ff-48b1-b222-b271799e5e8e Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:09,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:09 GMT Server: Apache x-openstack-request-id: req-25d2202d-791c-4772-8533-2d3c231cf07c 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:09,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-25d2202d-791c-4772-8533-2d3c231cf07c 2019-01-03 11:45:09,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:09,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:09 GMT Server: Apache x-openstack-request-id: req-786c12e6-bc17-4c22-8e05-012ab4769434 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:10,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:09 GMT Server: Apache x-openstack-request-id: req-cb02b76b-068d-4640-8f8e-1fa326a55e36 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:10,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-cb02b76b-068d-4640-8f8e-1fa326a55e36 2019-01-03 11:45:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:10,413 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:10 GMT Server: Apache x-openstack-request-id: req-42f165aa-f71f-496b-9bc6-2c3b648ca43c Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:10,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:10 GMT Server: Apache x-openstack-request-id: req-8b5fdb5d-434d-4156-92de-59aee7508297 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:10,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-8b5fdb5d-434d-4156-92de-59aee7508297 2019-01-03 11:45:10,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:10,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:10 GMT Server: Apache x-openstack-request-id: req-6a1fe17f-41e6-4a74-8511-dabd03457153 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:11,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-fed9422e-4257-4b19-b838-c5abb98936d4 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:11,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-fed9422e-4257-4b19-b838-c5abb98936d4 2019-01-03 11:45:11,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:11,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-77f78a77-509f-4003-8fb5-33b73de7283a Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:11,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-33b49dfe-cc32-4d49-bc2a-8ae0970c13a6 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:11,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-33b49dfe-cc32-4d49-bc2a-8ae0970c13a6 2019-01-03 11:45:11,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:11,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-d8f5f35a-e5ad-495d-b045-f394e00155ef Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:11,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-a26e6417-8c19-4367-9a25-ef1728805bd8 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:11,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-a26e6417-8c19-4367-9a25-ef1728805bd8 2019-01-03 11:45:11,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:11,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-883cc5bb-8456-46a3-a161-1385d8051e85 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:11,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-61711028-30ce-474a-afaa-b7f656b682f1 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:11,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-61711028-30ce-474a-afaa-b7f656b682f1 2019-01-03 11:45:11,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:11,791 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-267e238e-f29a-429a-a6c0-99e57d90bde2 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:11,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-afb2ebbb-83e7-4718-87b1-e0de4172a0bd 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:11,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-afb2ebbb-83e7-4718-87b1-e0de4172a0bd 2019-01-03 11:45:11,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:11 GMT Server: Apache x-openstack-request-id: req-23856032-abde-42af-91e2-f65f08e0fcab Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-27a306cb-efad-4a9a-9ff9-06702756b24e 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,568 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-27a306cb-efad-4a9a-9ff9-06702756b24e 2019-01-03 11:45:12,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-2681b9ea-c794-47ee-9bd4-8bf1adefe0ce Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-9c16eedd-45b0-4dcd-98e4-5cbd64b2746a 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-9c16eedd-45b0-4dcd-98e4-5cbd64b2746a 2019-01-03 11:45:12,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-7251a7d5-95b3-40a4-a25b-10309dfc5900 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-4e965cdf-e13a-4478-b953-3c3f76e4dd0b 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4e965cdf-e13a-4478-b953-3c3f76e4dd0b 2019-01-03 11:45:12,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-eb4f6384-821e-4e4d-87ba-6fa110cb3f18 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-77b8ad77-d0f9-40b2-8e95-605fcb01c1b2 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-77b8ad77-d0f9-40b2-8e95-605fcb01c1b2 2019-01-03 11:45:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-83b4be6e-2155-4667-a53b-1b1ad7775497 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-e1f960d4-b82a-4e84-9afd-decb0c65f3a6 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-e1f960d4-b82a-4e84-9afd-decb0c65f3a6 2019-01-03 11:45:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:12,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-51fd7ba8-6f46-486a-8652-bbf9b810b9f9 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:12,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-efda9af9-366a-490c-b8f4-b79b1a73eac2 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:12,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-efda9af9-366a-490c-b8f4-b79b1a73eac2 2019-01-03 11:45:12,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:12 GMT Server: Apache x-openstack-request-id: req-016619e9-1acf-4557-a955-a8a700a99060 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-5599f2d6-f6ab-4dc0-a14f-caf5ba9b75f5 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-5599f2d6-f6ab-4dc0-a14f-caf5ba9b75f5 2019-01-03 11:45:13,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-e16ecfd2-30fb-449a-a2a0-504ac12a443c Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-c30f50c0-f910-464e-98f4-d4c11404f3c8 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-c30f50c0-f910-464e-98f4-d4c11404f3c8 2019-01-03 11:45:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-d3544c53-8582-4b6b-a413-9d5fced490c6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-e5263414-4ec6-4574-b681-6be398ed2e67 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-e5263414-4ec6-4574-b681-6be398ed2e67 2019-01-03 11:45:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-c8ee09c0-cd94-498b-9456-cb41b32ab3ae Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-b26c3271-d839-4f4f-a80f-e76dca720dda 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-b26c3271-d839-4f4f-a80f-e76dca720dda 2019-01-03 11:45:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-f2291b30-8314-47e6-b0e2-30a76f89d5bd Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-11138acc-f03d-47b0-828c-2c0b139273b9 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-11138acc-f03d-47b0-828c-2c0b139273b9 2019-01-03 11:45:13,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-0746d8a3-e64d-43ff-9429-63b56177b380 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-95149aff-9917-4e10-a463-391e9a65e2b6 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-95149aff-9917-4e10-a463-391e9a65e2b6 2019-01-03 11:45:13,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-07657b41-2431-4314-8f65-1d39a8d668de Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-72e35a65-032e-456e-a026-a540f181c3d0 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,400 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-72e35a65-032e-456e-a026-a540f181c3d0 2019-01-03 11:45:13,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-b3e60b88-f9c8-4fc8-8513-66833c06e8ea Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:13,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-4fd7b306-6cc7-47f3-a8d4-58031c7b0576 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:13,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4fd7b306-6cc7-47f3-a8d4-58031c7b0576 2019-01-03 11:45:13,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:13,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-8575bba9-e9db-4f58-86df-0056b5cd58a7 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:13 GMT Server: Apache x-openstack-request-id: req-54af2796-ce57-4c43-a2a2-edc38c33235d 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-54af2796-ce57-4c43-a2a2-edc38c33235d 2019-01-03 11:45:14,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-64700fb4-397f-4e04-aa61-990c947cf8c6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-13cf0968-ec65-4cd2-b0a8-fdee9225f8f4 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-13cf0968-ec65-4cd2-b0a8-fdee9225f8f4 2019-01-03 11:45:14,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-1390dc08-05ce-4fe1-ba48-6a7e5555b8b1 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-3a9be155-2e27-46b0-b9be-ad27b1d1a277 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-3a9be155-2e27-46b0-b9be-ad27b1d1a277 2019-01-03 11:45:14,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-27049bb6-2963-4481-b18a-9c7d23fb081d Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-6738cf5e-65f0-41cb-be74-00427f58b72f 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-6738cf5e-65f0-41cb-be74-00427f58b72f 2019-01-03 11:45:14,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-d709c474-72d6-4766-bdd8-50313d119122 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-1f2c025a-bb22-49aa-8da0-48fbe42ee464 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-1f2c025a-bb22-49aa-8da0-48fbe42ee464 2019-01-03 11:45:14,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-8914442f-77af-462f-ba7f-f1d47fa38933 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:14,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-922d2239-93db-48b7-8d29-d36c19de993c 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:14,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-922d2239-93db-48b7-8d29-d36c19de993c 2019-01-03 11:45:14,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:14,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-6cf36e37-11f7-4d1b-8de6-37717bd402dc Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:14 GMT Server: Apache x-openstack-request-id: req-fd2bf437-3c63-4fae-bddd-368babafb45b 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-fd2bf437-3c63-4fae-bddd-368babafb45b 2019-01-03 11:45:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-cc3bd79f-bef2-4a95-8618-0f7600013dd6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-4d80f956-cefe-4998-9e04-bfa2c4367640 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4d80f956-cefe-4998-9e04-bfa2c4367640 2019-01-03 11:45:15,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-0342d4fe-6318-4ea1-9bef-85ea68e3fb73 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-7d054bb2-95ba-484d-b1c6-2a22e92fe433 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-7d054bb2-95ba-484d-b1c6-2a22e92fe433 2019-01-03 11:45:15,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-84dca132-fbcf-4828-ae59-bab41115b0e0 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-61be0021-a2f5-4546-bd58-763abf497bee 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-61be0021-a2f5-4546-bd58-763abf497bee 2019-01-03 11:45:15,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-ea74731d-01d9-48c5-903e-957c3d249bf1 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-bfbd5415-bc40-42f9-a4db-71ef53b22294 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-bfbd5415-bc40-42f9-a4db-71ef53b22294 2019-01-03 11:45:15,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-d72500b0-e5e0-4844-99eb-b102901f320f Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-2323388f-8275-45a1-9bc3-e2cb6b57baf9 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-2323388f-8275-45a1-9bc3-e2cb6b57baf9 2019-01-03 11:45:15,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-b3ec9009-517f-4f9b-a26a-230fa2c9779f Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-dc79f2c4-7d75-4156-8403-f77c512d7ea5 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,346 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-dc79f2c4-7d75-4156-8403-f77c512d7ea5 2019-01-03 11:45:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-b692725f-9826-4940-a1a7-2f57c2ca560a Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-194122d6-b8e6-480e-8e2e-d055deeeea8c 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-194122d6-b8e6-480e-8e2e-d055deeeea8c 2019-01-03 11:45:15,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:15,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-ee3922dc-c8a2-419c-8621-3e94659c9a7b Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:15,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-03bfceed-dc48-491f-bbfe-af6fcfe9d093 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:15,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-03bfceed-dc48-491f-bbfe-af6fcfe9d093 2019-01-03 11:45:15,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:15 GMT Server: Apache x-openstack-request-id: req-fd4dfa7e-2c8f-426e-acfc-0bd7ba2b8daf Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:16,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-963895f7-081f-42ac-bbea-e2510df27464 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:16,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-963895f7-081f-42ac-bbea-e2510df27464 2019-01-03 11:45:16,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-6e996a53-25a7-4460-8247-10cc26356c3c Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:16,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-16864d55-2320-4f81-98d5-b4339aca9558 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:16,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-16864d55-2320-4f81-98d5-b4339aca9558 2019-01-03 11:45:16,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-bb79b3b4-5871-42b7-8dd2-f0d402b85ba3 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:16,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-0ce92ca1-5f7e-4100-88ef-b29203954f70 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:16,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-0ce92ca1-5f7e-4100-88ef-b29203954f70 2019-01-03 11:45:16,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-77851a8e-11c3-45d5-a657-f9146da1de63 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:16,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-ebe50a44-d525-413c-b1ea-c11adfacfcfb 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:16,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-ebe50a44-d525-413c-b1ea-c11adfacfcfb 2019-01-03 11:45:16,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-ca8cfcd0-34a3-45e3-996c-9f17cafdf8b1 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:16,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-4b8ef60c-a006-4a35-af00-3cfcf429863e 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:16,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4b8ef60c-a006-4a35-af00-3cfcf429863e 2019-01-03 11:45:16,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:16,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-f5aaf5d5-f41a-4d5c-a879-adac1f210a50 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:17,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:16 GMT Server: Apache x-openstack-request-id: req-ff45ed76-a4eb-424b-a6f0-7e71f3350556 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:17,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-ff45ed76-a4eb-424b-a6f0-7e71f3350556 2019-01-03 11:45:17,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:17,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:17 GMT Server: Apache x-openstack-request-id: req-3f0f616e-5154-4bb0-bbb1-96d0a1a319a6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:17,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:17 GMT Server: Apache x-openstack-request-id: req-eca39402-b1aa-4cfd-a411-15130fdbc4c6 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:17,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-eca39402-b1aa-4cfd-a411-15130fdbc4c6 2019-01-03 11:45:17,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:17 GMT Server: Apache x-openstack-request-id: req-d7e32814-3509-4fe5-a62a-521db0183e2d Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-0a65d944-4863-4278-93e7-03a46b67d7f5 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-0a65d944-4863-4278-93e7-03a46b67d7f5 2019-01-03 11:45:18,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-1f036090-1017-44cc-897b-aa435bd90cad Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-219d8f84-e002-4248-bfc7-abe1aa4a4004 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-219d8f84-e002-4248-bfc7-abe1aa4a4004 2019-01-03 11:45:18,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,353 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-b11d89d1-7b3d-4e8b-a224-43e55b4efcb6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-9b126c28-764f-433f-8b8e-35ac9a6f6bba 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-9b126c28-764f-433f-8b8e-35ac9a6f6bba 2019-01-03 11:45:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-5528aa04-e46c-4cee-9ad7-9259869fca8d Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-acac0448-9990-46cd-8dbe-cb3ffa92de6f 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-acac0448-9990-46cd-8dbe-cb3ffa92de6f 2019-01-03 11:45:18,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-b6d613b1-47ba-42af-90f4-cf2f5a3579ae Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-3ff652b3-bac7-43a2-9a6d-cb93280d35f4 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-3ff652b3-bac7-43a2-9a6d-cb93280d35f4 2019-01-03 11:45:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-b1ae35f3-55a8-4dc1-9f57-f770d3235bd4 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-2f94ce13-e7b4-4d90-b79d-12e71a7bd6b9 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-2f94ce13-e7b4-4d90-b79d-12e71a7bd6b9 2019-01-03 11:45:18,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-a67c1bb1-8a08-4b0d-8078-0d67e7123fff Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-1e07c9aa-c9a2-4027-9c78-3bc9d2d41e01 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-1e07c9aa-c9a2-4027-9c78-3bc9d2d41e01 2019-01-03 11:45:18,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-e2ee7695-3495-4d7a-bc6e-68a4980e01c8 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-006b3d55-0024-48bf-b0d5-eebacb1a7f60 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-006b3d55-0024-48bf-b0d5-eebacb1a7f60 2019-01-03 11:45:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-624a0a74-147f-402b-a93b-1396157bb61b Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-f96e1a0d-b103-4fbf-a27f-67c466c6c29a 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-f96e1a0d-b103-4fbf-a27f-67c466c6c29a 2019-01-03 11:45:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-a3c2eaa5-0bdc-44d2-a9fd-5dcf277fe4ae Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-ad00e762-05ca-4b81-9c07-3117aa16c587 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-ad00e762-05ca-4b81-9c07-3117aa16c587 2019-01-03 11:45:18,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:18,951 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-cdc200eb-09c3-42b5-bc2f-753c1f918d2f Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:18,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-72b0704b-686c-40fa-aac0-29ae2ca1a3f3 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:18,978 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-72b0704b-686c-40fa-aac0-29ae2ca1a3f3 2019-01-03 11:45:18,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:18 GMT Server: Apache x-openstack-request-id: req-07f27900-606e-45a5-9867-3fdc9914ec60 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-c963f986-8443-4f33-ad08-cb08d7bf8bfa 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-c963f986-8443-4f33-ad08-cb08d7bf8bfa 2019-01-03 11:45:19,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-1bc9c2b0-c43c-4357-9d65-cc7e347b5fc6 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-9411298c-cc64-4573-bd4f-156902c32fab 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-9411298c-cc64-4573-bd4f-156902c32fab 2019-01-03 11:45:19,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-c55de2a3-a677-4b46-a062-d91e8e317300 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-4f263512-0ac8-4992-a9c6-35795ae9d193 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-4f263512-0ac8-4992-a9c6-35795ae9d193 2019-01-03 11:45:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-dfa06aef-9915-4e5e-8fd9-45c823848c97 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-508dd1c5-b183-48e4-a482-668e8066529c 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-508dd1c5-b183-48e4-a482-668e8066529c 2019-01-03 11:45:19,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-c502f503-da1f-4557-b79b-ac72304ad084 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-63f440ee-bb75-46c2-b3b8-cf52f3f97b88 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-63f440ee-bb75-46c2-b3b8-cf52f3f97b88 2019-01-03 11:45:19,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a159152e4c07b20e1bcd36c12e7585fd94bc6d5a" 2019-01-03 11:45:19,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-635aae4a-cc2a-4826-b31e-19bb1d37d686 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-5183dd16-0023-421a-9ffe-b438af0373f9 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": "4f35f8cdb76041d9af31b4303fcc0800", "OS::stack_id": "b1506260-9236-4d46-b2d6-1007bc69e449", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "image_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image", "inst_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-inst", "subnet_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-subnet", "flavor_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-flavor-name", "net_name": "CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack", "stack_user_project_id": "fedd9cb3da72400499adc069dce981cc", "tags": null, "creation_time": "2019-01-03T11:44:45Z", "links": [{"href": "http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:45:07Z", "id": "b1506260-9236-4d46-b2d6-1007bc69e449", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:19,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-5183dd16-0023-421a-9ffe-b438af0373f9 2019-01-03 11:45:19,321 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack 2019-01-03 11:45:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/b1506260-9236-4d46-b2d6-1007bc69e449 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d8b81c4218c28e0e11f242b0dfd0a0691d68d2" 2019-01-03 11:45:19,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-9171bdb9-43ab-4b80-8629-f306fb8d6f14 Location: http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:19,377 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:45:19 GMT Server: Apache x-openstack-request-id: req-44fb54d1-32f3-415f-8b42-2df177e447b5 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:45:19,377 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/4f35f8cdb76041d9af31b4303fcc0800/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-stack/b1506260-9236-4d46-b2d6-1007bc69e449 used request id req-44fb54d1-32f3-415f-8b42-2df177e447b5 2019-01-03 11:45:19,378 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e932d064-c422-4b20-b588-cfefded56246-image 2019-01-03 11:45:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}974d369fa94da0e06580ac82233a452fd484f87d" 2019-01-03 11:45:20,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a31a5774-728f-41ca-81c0-ae415c3a9fce Date: Thu, 03 Jan 2019 11:45:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:45:20,672 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/60282cc1-9c00-4405-93a9-9af191c669b3 used request id req-a31a5774-728f-41ca-81c0-ae415c3a9fce 2019-01-03 11:45:20,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b7771c93-b9d5-4450-8488-0a97ef02c82a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e41e6ba04fb223b07e365b72362dd3d8836378fc" 2019-01-03 11:45:20,714 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a905ced-61ea-4561-a292-51dbe4c9f6bd x-compute-request-id: req-8a905ced-61ea-4561-a292-51dbe4c9f6bd Content-Length: 0 Content-Type: application/json 2019-01-03 11:45:20,714 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b7771c93-b9d5-4450-8488-0a97ef02c82a used request id req-8a905ced-61ea-4561-a292-51dbe4c9f6bd 2019-01-03 11:45:20,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:21,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-050457ee-6486-4006-8a72-30d09d5f5f64 Date: Thu, 03 Jan 2019 11:45:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "created_at": "2019-01-03T11:44:46Z", "updated_at": "2019-01-03T11:44:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "revision_number": 0, "id": "152ed64f-99bd-4613-b656-daa9bb57527a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f35f8cdb76041d9af31b4303fcc0800"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "revision_number": 0, "id": "4a0ebd25-1b41-485e-9e0d-29a8e84b73e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f35f8cdb76041d9af31b4303fcc0800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "revision_number": 0, "id": "4fed8c77-6b05-47f9-b54b-8801419bc5b3", "remote_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "remote_ip_prefix": null, "created_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "port_range_min": null, "ethertype": "IPv4", "project_id": "4f35f8cdb76041d9af31b4303fcc0800"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "revision_number": 0, "id": "594aca2f-37de-4f88-8839-4a0f17d42f9a", "remote_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "remote_ip_prefix": null, "created_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "port_range_min": null, "ethertype": "IPv6", "project_id": "4f35f8cdb76041d9af31b4303fcc0800"}], "revision_number": 4, "project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:45:21,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-050457ee-6486-4006-8a72-30d09d5f5f64 2019-01-03 11:45:21,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:21,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd18741-3d29-4dff-8b2c-5617d5b09d90 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800"}, "enabled": true, "id": "4f35f8cdb76041d9af31b4303fcc0800", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-b3ce22e5-a7e0-436-proj"}} 2019-01-03 11:45:21,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800 used request id req-3bd18741-3d29-4dff-8b2c-5617d5b09d90 2019-01-03 11:45:21,179 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4b53feea-746e-4129-9c5b-bee11e11f5cd 2019-01-03 11:45:21,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4b53feea-746e-4129-9c5b-bee11e11f5cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:21,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-92c98411-d9cd-42b7-a783-0d846710c898 Date: Thu, 03 Jan 2019 11:45: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": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "port_range_min": null, "revision_number": 0, "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "created_at": "2019-01-03T11:44:46Z", "project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "152ed64f-99bd-4613-b656-daa9bb57527a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "port_range_min": null, "revision_number": 0, "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "created_at": "2019-01-03T11:44:46Z", "project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "4a0ebd25-1b41-485e-9e0d-29a8e84b73e1"}, {"remote_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "port_range_min": null, "revision_number": 0, "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "created_at": "2019-01-03T11:44:46Z", "project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "4fed8c77-6b05-47f9-b54b-8801419bc5b3"}, {"remote_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:44:46Z", "security_group_id": "4b53feea-746e-4129-9c5b-bee11e11f5cd", "port_range_min": null, "revision_number": 0, "tenant_id": "4f35f8cdb76041d9af31b4303fcc0800", "created_at": "2019-01-03T11:44:46Z", "project_id": "4f35f8cdb76041d9af31b4303fcc0800", "id": "594aca2f-37de-4f88-8839-4a0f17d42f9a"}]} 2019-01-03 11:45:21,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=4b53feea-746e-4129-9c5b-bee11e11f5cd used request id req-92c98411-d9cd-42b7-a783-0d846710c898 2019-01-03 11:45:21,360 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:45:21,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4b53feea-746e-4129-9c5b-bee11e11f5cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:21,659 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56650dae-e61b-4fc5-8f41-b2a145c2dc9a Content-Length: 0 Date: Thu, 03 Jan 2019 11:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:45:21,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4b53feea-746e-4129-9c5b-bee11e11f5cd used request id req-56650dae-e61b-4fc5-8f41-b2a145c2dc9a 2019-01-03 11:45:21,660 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-proj 2019-01-03 11:45:21,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:21,901 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-027002b1-bae0-491e-9cea-12e8ab95acc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:21,901 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4f35f8cdb76041d9af31b4303fcc0800 used request id req-027002b1-bae0-491e-9cea-12e8ab95acc9 2019-01-03 11:45:21,901 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-proj-role 2019-01-03 11:45:21,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:22,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7371da9-0de3-4bbe-977b-7f327eed1b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:22,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/4a54b4339e5749d3a23fdf0e4f0ed3b7 used request id req-b7371da9-0de3-4bbe-977b-7f327eed1b5e 2019-01-03 11:45:22,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}617cc81ef5aefcf32b0dc194596a424c09695b48" 2019-01-03 11:45:22,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff77f0e-b971-4159-ae95-8b63b93ce241 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:45:22,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ff77f0e-b971-4159-ae95-8b63b93ce241 2019-01-03 11:45:22,107 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-b3ce22e5-a7e0-436-user 2019-01-03 11:45:22,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/aa9915d79a7243b0b2e88da3edcad7d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d415fffbcf2b3fa05d031714fd9ac01fbd31fc" 2019-01-03 11:45:22,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5df47671-ec63-4b45-b806-2c3592dd4016 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:22,383 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/aa9915d79a7243b0b2e88da3edcad7d7 used request id req-5df47671-ec63-4b45-b806-2c3592dd4016 2019-01-03 11:45:22,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:22,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["GM_snUk7QnWu6_mVClUEAA"], "issued_at": "2019-01-03T11:45:22.000000Z"}} 2019-01-03 11:45:22,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ab82e28559687266d343009136eaef1064eaf44" 2019-01-03 11:45:22,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba9a2b7-3656-4c41-9eb7-7a8d7a168e10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:22,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fba9a2b7-3656-4c41-9eb7-7a8d7a168e10 2019-01-03 11:45:22,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:22,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:23,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:45:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["K4-Zo-1BQXuSaay3Jpym2g"], "issued_at": "2019-01-03T11:45:23.000000Z"}} 2019-01-03 11:45:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:23,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9e3e5f-9ec8-4805-bac4-ca2712a2e66a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:23,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1f9e3e5f-9ec8-4805-bac4-ca2712a2e66a 2019-01-03 11:45:23,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:45:23,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:45: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:45:23,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:23,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8625a96d-9468-4ab9-9b65-f3b0a319fd78 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:45:23,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj used request id req-8625a96d-9468-4ab9-9b65-f3b0a319fd78 2019-01-03 11:45:23,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:23,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f68613-674b-4803-b093-dacef3cd7607 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:45:23,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-06f68613-674b-4803-b093-dacef3cd7607 2019-01-03 11:45:23,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}}' 2019-01-03 11:45:23,635 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5749e9b-acc3-43a5-be6d-6e7ea5e5b82a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631"}, "enabled": true, "id": "ac095be903c14f45892ad6190b76d631", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}} 2019-01-03 11:45:23,635 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f5749e9b-acc3-43a5-be6d-6e7ea5e5b82a 2019-01-03 11:45:23,636 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-proj 2019-01-03 11:45:23,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:23,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:24,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["tA5povgES_u3gFEMXxY-iQ"], "issued_at": "2019-01-03T11:45:24.000000Z"}} 2019-01-03 11:45:24,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34824fb4-3fad-4361-8f55-2f96680a1721 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:24,107 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-34824fb4-3fad-4361-8f55-2f96680a1721 2019-01-03 11:45:24,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:45:24,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:45: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:45:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f78948d5-bf8b-4ff7-bad4-f71a5efbfb42 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:45:24,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f78948d5-bf8b-4ff7-bad4-f71a5efbfb42 2019-01-03 11:45:24,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-484ab4f6-eab2-4c70-8e68-8aaa905a6891 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631"}, "enabled": true, "id": "ac095be903c14f45892ad6190b76d631", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}]} 2019-01-03 11:45:24,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj used request id req-484ab4f6-eab2-4c70-8e68-8aaa905a6891 2019-01-03 11:45:24,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949da644-76c6-4048-944e-dd6ede2e8669 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:45:24,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-949da644-76c6-4048-944e-dd6ede2e8669 2019-01-03 11:45:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b5401f-a595-4e35-b4ad-d6be11e5ede2 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:45:24,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-06b5401f-a595-4e35-b4ad-d6be11e5ede2 2019-01-03 11:45:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:24,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa17116-cc32-44d8-b8c9-b152df02823e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631"}, "enabled": true, "id": "ac095be903c14f45892ad6190b76d631", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}]} 2019-01-03 11:45:24,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-fe2f8f88-1246-4ad-proj used request id req-5fa17116-cc32-44d8-b8c9-b152df02823e 2019-01-03 11:45:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/94a9bcbe66f847709c0828e4a0e0e96d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:25,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d78bf1-2b67-42eb-a661-5185ee724119 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-user", "links": {"self": "http://172.30.9.28:5000/v3/users/94a9bcbe66f847709c0828e4a0e0e96d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ac095be903c14f45892ad6190b76d631", "id": "94a9bcbe66f847709c0828e4a0e0e96d", "password_expires_at": null}} 2019-01-03 11:45:25,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/94a9bcbe66f847709c0828e4a0e0e96d used request id req-08d78bf1-2b67-42eb-a661-5185ee724119 2019-01-03 11:45:25,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:25,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0590875-14e4-4ee7-9117-346e13a689ec Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:45:25,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles used request id req-c0590875-14e4-4ee7-9117-346e13a689ec 2019-01-03 11:45:25,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:25,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27010f42-ecab-46c2-939c-5124ea4c98d9 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:45:25,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-27010f42-ecab-46c2-939c-5124ea4c98d9 2019-01-03 11:45:25,273 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-fe2f8f88-1246-4ad-proj 2019-01-03 11:45:25,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:45:25,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f34f88e3-756a-4c99-ae3c-025d3e7aab7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:25,326 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles/2aca817175ef438fbb85334767ec61a1 used request id req-f34f88e3-756a-4c99-ae3c-025d3e7aab7e 2019-01-03 11:45:25,326 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-user 2019-01-03 11:45:25,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:25,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:25,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e0136f-7d16-4f81-bddf-e78d788b34c7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:45:25,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e3e0136f-7d16-4f81-bddf-e78d788b34c7 2019-01-03 11:45:25,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" -d '{"role": {"name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}}' 2019-01-03 11:45:25,539 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11fafbb8-745e-46cb-89c1-9b2af69fff16 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60e51690ab71417b8b5cd9caea5755f3", "links": {"self": "http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3"}, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}} 2019-01-03 11:45:25,539 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-11fafbb8-745e-46cb-89c1-9b2af69fff16 2019-01-03 11:45:25,539 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role 2019-01-03 11:45:25,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:25,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17185045-3ff1-4d78-8fc8-51b9836c561b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3"}, "domain_id": null, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role", "id": "60e51690ab71417b8b5cd9caea5755f3"}} 2019-01-03 11:45:25,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3 used request id req-17185045-3ff1-4d78-8fc8-51b9836c561b 2019-01-03 11:45:25,628 - keystone_utils - INFO - Granting role CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role to project CreateStackSuccessTests-fe2f8f88-1246-4ad-proj 2019-01-03 11:45:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles/60e51690ab71417b8b5cd9caea5755f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:45:25,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c40e1e-e5ed-439a-92e6-6bd9bb7c33f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:25,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631/users/94a9bcbe66f847709c0828e4a0e0e96d/roles/60e51690ab71417b8b5cd9caea5755f3 used request id req-98c40e1e-e5ed-439a-92e6-6bd9bb7c33f2 2019-01-03 11:45:25,776 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:45:25,776 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:45:25,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:25,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:26,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "60e51690ab71417b8b5cd9caea5755f3", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}], "expires_at": "2019-01-03T12:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac095be903c14f45892ad6190b76d631", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-user", "id": "94a9bcbe66f847709c0828e4a0e0e96d"}, "audit_ids": ["Cw98pfz3QXOjQDhqj90E4Q"], "issued_at": "2019-01-03T11:45:26.000000Z"}} 2019-01-03 11:45:26,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:26,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b709368f-67a0-4b88-9c6e-c5839b2e1938 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:26,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b709368f-67a0-4b88-9c6e-c5839b2e1938 2019-01-03 11:45:26,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:26,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-7be7c8ca-4c9b-4852-80da-fb27ed258860 Date: Thu, 03 Jan 2019 11:45:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image"} 2019-01-03 11:45:26,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image used request id req-7be7c8ca-4c9b-4852-80da-fb27ed258860 2019-01-03 11:45:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:26,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4447bdac-8d58-45ab-8f25-e7c95df78f58 Date: Thu, 03 Jan 2019 11:45: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"}}} 2019-01-03 11:45:26,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4447bdac-8d58-45ab-8f25-e7c95df78f58 2019-01-03 11:45:26,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image"}' 2019-01-03 11:45:26,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 X-Openstack-Request-Id: req-5943d528-282a-4919-bb24-461890b2bbb6 Date: Thu, 03 Jan 2019 11:45:26 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:45:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:45:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5", "min_disk": 0, "protected": false, "id": "5e446d01-a3d0-402b-99dc-524d491005c5", "file": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5/file", "checksum": null, "owner": "ac095be903c14f45892ad6190b76d631", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:45:26,798 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-5943d528-282a-4919-bb24-461890b2bbb6 2019-01-03 11:45:26,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" -d '' 2019-01-03 11:45:28,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53995614-18a0-4b13-94b9-b81fb05d00d4 Date: Thu, 03 Jan 2019 11:45:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:45:28,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5/file used request id req-53995614-18a0-4b13-94b9-b81fb05d00d4 2019-01-03 11:45:28,180 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:45:28,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:28,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-f3c99174-d87c-48a4-b1e8-922eafd9197a Date: Thu, 03 Jan 2019 11:45:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:45:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:45:28Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5e446d01-a3d0-402b-99dc-524d491005c5/snap", "metadata": {}}], "self": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5", "min_disk": 0, "protected": false, "id": "5e446d01-a3d0-402b-99dc-524d491005c5", "file": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac095be903c14f45892ad6190b76d631", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5e446d01-a3d0-402b-99dc-524d491005c5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:45:28,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 used request id req-f3c99174-d87c-48a4-b1e8-922eafd9197a 2019-01-03 11:45:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:28,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-35bdb898-9978-4782-b9c2-7467fec2e7b7 Date: Thu, 03 Jan 2019 11:45: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"}}} 2019-01-03 11:45:28,513 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-35bdb898-9978-4782-b9c2-7467fec2e7b7 2019-01-03 11:45:28,516 - create_image - INFO - Created image with name - CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image 2019-01-03 11:45:28,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:45:28,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-1070269f-324e-4ed4-b3a4-bf2834d72b2e Date: Thu, 03 Jan 2019 11:45:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:45:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:45:28Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5e446d01-a3d0-402b-99dc-524d491005c5/snap", "metadata": {}}], "self": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5", "min_disk": 0, "protected": false, "id": "5e446d01-a3d0-402b-99dc-524d491005c5", "file": "/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "ac095be903c14f45892ad6190b76d631", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5e446d01-a3d0-402b-99dc-524d491005c5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:45:28,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 used request id req-1070269f-324e-4ed4-b3a4-bf2834d72b2e 2019-01-03 11:45:28,675 - create_image - DEBUG - Instance status is - active 2019-01-03 11:45:28,676 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image 2019-01-03 11:45:28,676 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image 2019-01-03 11:45:28,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:28,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:29,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:45:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Fllv7JEZT1SJgn8Y--OhMw"], "issued_at": "2019-01-03T11:45:29.000000Z"}} 2019-01-03 11:45:29,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb9bb8db851ce0bbaf0309757e37eadee7501a" 2019-01-03 11:45:29,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6359e414-0fb8-41eb-822f-b6b8a05fc9dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:29,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6359e414-0fb8-41eb-822f-b6b8a05fc9dd 2019-01-03 11:45:29,139 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:45:29,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb9bb8db851ce0bbaf0309757e37eadee7501a" 2019-01-03 11:45:29,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-d54b52e8-3dc6-453c-9ca5-1a59ccd4700b x-compute-request-id: req-d54b52e8-3dc6-453c-9ca5-1a59ccd4700b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:45:29,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d54b52e8-3dc6-453c-9ca5-1a59ccd4700b 2019-01-03 11:45:29,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb9bb8db851ce0bbaf0309757e37eadee7501a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:45:29,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-97e6e979-0f18-44af-82ca-d2107b5d0353 x-compute-request-id: req-97e6e979-0f18-44af-82ca-d2107b5d0353 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c90b9331-1290-4c5e-b99b-a5f5e2d76622", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c90b9331-1290-4c5e-b99b-a5f5e2d76622", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c90b9331-1290-4c5e-b99b-a5f5e2d76622", "name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:45:29,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-97e6e979-0f18-44af-82ca-d2107b5d0353 2019-01-03 11:45:29,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:29,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:29,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "60e51690ab71417b8b5cd9caea5755f3", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}], "expires_at": "2019-01-03T12:45:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac095be903c14f45892ad6190b76d631", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-user", "id": "94a9bcbe66f847709c0828e4a0e0e96d"}, "audit_ids": ["hJlVwaCYQMWVq3M7yarIfw"], "issued_at": "2019-01-03T11:45:29.000000Z"}} 2019-01-03 11:45:29,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:29,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f005a23b-94f1-4f00-95f6-250044709ece Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:29,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f005a23b-94f1-4f00-95f6-250044709ece 2019-01-03 11:45:29,877 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:45:29,879 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:45:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:30,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:29 GMT Server: Apache x-openstack-request-id: req-f5147832-9a53-4041-8d5f-d5fa36feb6a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:45:30,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack used request id req-f5147832-9a53-4041-8d5f-d5fa36feb6a2 2019-01-03 11:45:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-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-526a4506-5cc0-425f-bb0e-c667ff050496-net", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}}' 2019-01-03 11:45:32,285 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:45:30 GMT Server: Apache x-openstack-request-id: req-4d5dab5a-5d28-457f-bbec-7c4467a2914f Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "9741b149-79a8-4764-9b41-ba7a5768477c", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}]}} 2019-01-03 11:45:32,285 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks used request id req-4d5dab5a-5d28-457f-bbec-7c4467a2914f 2019-01-03 11:45:32,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:32,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:32 GMT Server: Apache x-openstack-request-id: req-0590881e-8315-4fe6-8516-05da4a6d7d5c Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:32,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:32 GMT Server: Apache x-openstack-request-id: req-1bf54ae6-e3d7-40e8-9f6b-ce89f7fd7451 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:32,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-1bf54ae6-e3d7-40e8-9f6b-ce89f7fd7451 2019-01-03 11:45:32,519 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:32,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:32 GMT Server: Apache x-openstack-request-id: req-71412367-f3b1-4221-a2ae-389099f724b1 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:32,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:32 GMT Server: Apache x-openstack-request-id: req-13b2bfe8-ef5b-44a6-9fe9-fe10a0b5dba1 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:32,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-13b2bfe8-ef5b-44a6-9fe9-fe10a0b5dba1 2019-01-03 11:45:32,881 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:32,882 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:35,885 - create_stack - DEBUG - Stack status query timeout in 1196.63407207 2019-01-03 11:45:35,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:36,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:35 GMT Server: Apache x-openstack-request-id: req-c44b1c29-e12b-44e8-9813-74d8bc03e012 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:36,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:36 GMT Server: Apache x-openstack-request-id: req-496a65be-4e20-471c-b82c-30f776769a75 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:36,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-496a65be-4e20-471c-b82c-30f776769a75 2019-01-03 11:45:36,643 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:36,643 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:39,647 - create_stack - DEBUG - Stack status query timeout in 1192.87224507 2019-01-03 11:45:39,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:39,676 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:39 GMT Server: Apache x-openstack-request-id: req-1cd5d871-e91e-45e0-bac8-fa16e6103dfa Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:39,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:39 GMT Server: Apache x-openstack-request-id: req-da836b81-ff53-4ca5-932d-06e32ef0fb30 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:39,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-da836b81-ff53-4ca5-932d-06e32ef0fb30 2019-01-03 11:45:39,898 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:39,898 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:42,902 - create_stack - DEBUG - Stack status query timeout in 1189.61734295 2019-01-03 11:45:42,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:43,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:42 GMT Server: Apache x-openstack-request-id: req-08d40447-b365-4fde-9137-19a29ac85d2e Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:43,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:43 GMT Server: Apache x-openstack-request-id: req-eaac4100-bf57-42c7-af1b-20a4d55089d1 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:43,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-eaac4100-bf57-42c7-af1b-20a4d55089d1 2019-01-03 11:45:43,123 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:43,123 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:46,126 - create_stack - DEBUG - Stack status query timeout in 1186.3925519 2019-01-03 11:45:46,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:46,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:46 GMT Server: Apache x-openstack-request-id: req-7556f372-5a0d-438f-a8ec-590c49bc8e63 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:46,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:46 GMT Server: Apache x-openstack-request-id: req-c19d5eb4-f608-4c85-9bb5-1689e11e8df7 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:46,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-c19d5eb4-f608-4c85-9bb5-1689e11e8df7 2019-01-03 11:45:46,346 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:45:46,346 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:49,349 - create_stack - DEBUG - Stack status query timeout in 1183.16965389 2019-01-03 11:45:49,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:49,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:49 GMT Server: Apache x-openstack-request-id: req-b7421698-93f8-4832-8744-5cf793beff6e Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:49,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:49 GMT Server: Apache x-openstack-request-id: req-d641c9ec-aae2-482f-8b30-daf109dfdd50 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:49,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-d641c9ec-aae2-482f-8b30-daf109dfdd50 2019-01-03 11:45:49,763 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:45:49,763 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:49,763 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:49,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:50,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "60e51690ab71417b8b5cd9caea5755f3", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}], "expires_at": "2019-01-03T12:45:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac095be903c14f45892ad6190b76d631", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-user", "id": "94a9bcbe66f847709c0828e4a0e0e96d"}, "audit_ids": ["nIqJ5KwJQoSP_qdvTZJtJQ"], "issued_at": "2019-01-03T11:45:50.000000Z"}} 2019-01-03 11:45:50,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c28246eff27900fc55bf23d46b69b1e5bc65399f" 2019-01-03 11:45:50,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:50 GMT Server: Apache x-openstack-request-id: req-2b355e0a-ff6e-426b-a570-9a8980033d56 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:50,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:50 GMT Server: Apache x-openstack-request-id: req-0e19ba84-5b53-4dbf-9f34-b75ea73a2ea7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:50,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-0e19ba84-5b53-4dbf-9f34-b75ea73a2ea7 2019-01-03 11:45:50,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:51,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:50 GMT Server: Apache x-openstack-request-id: req-25aa717a-20cd-4a27-b502-1ca8035042dc Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:51,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:51 GMT Server: Apache x-openstack-request-id: req-887495ea-241e-4739-9dd9-918373af64c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:51,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-887495ea-241e-4739-9dd9-918373af64c8 2019-01-03 11:45:51,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:45:51,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:45:51,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "60e51690ab71417b8b5cd9caea5755f3", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role"}], "expires_at": "2019-01-03T12:45:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ac095be903c14f45892ad6190b76d631", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ac095be903c14f45892ad6190b76d631", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-user", "id": "94a9bcbe66f847709c0828e4a0e0e96d"}, "audit_ids": ["dIbPOVLNQaC5qimOlclymw"], "issued_at": "2019-01-03T11:45:51.000000Z"}} 2019-01-03 11:45:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143edd206275ace7c8386ece40bd1f5a921c8366" 2019-01-03 11:45:51,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897c9d92-5cd8-4652-bc00-e77b6faa3953 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:45:51,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-897c9d92-5cd8-4652-bc00-e77b6faa3953 2019-01-03 11:45:51,762 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:45:51,765 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:45:51,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}143edd206275ace7c8386ece40bd1f5a921c8366" 2019-01-03 11:45:52,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:51 GMT Server: Apache x-openstack-request-id: req-acf06dfd-d989-4695-939f-f82e1abba326 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "deletion_time": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "tags": null}]} 2019-01-03 11:45:52,332 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack used request id req-acf06dfd-d989-4695-939f-f82e1abba326 2019-01-03 11:45:52,332 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:52,333 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:52,333 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:45:52,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:52,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:52 GMT Server: Apache x-openstack-request-id: req-118fa9fc-0717-4b8d-8691-9ff739e99362 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:52,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:45:52 GMT Server: Apache x-openstack-request-id: req-60703335-8374-4f75-ac8c-8019b431d6b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:45:52,437 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-60703335-8374-4f75-ac8c-8019b431d6b1 2019-01-03 11:45:52,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:52,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:52 GMT Server: Apache x-openstack-request-id: req-63e8b597-fa02-4bd6-93b7-1a633393eb4a Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:52,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:52 GMT Server: Apache x-openstack-request-id: req-b138298c-7848-4c2e-88ee-643e28e4dfaf 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "tags": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:52Z", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:52,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-b138298c-7848-4c2e-88ee-643e28e4dfaf 2019-01-03 11:45:52,650 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:45:52,650 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:55,653 - create_stack - DEBUG - Stack status query timeout in 1196.78405118 2019-01-03 11:45:55,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:55,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:55 GMT Server: Apache x-openstack-request-id: req-b9c86673-73be-47f7-8025-21455b040153 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:55,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:55 GMT Server: Apache x-openstack-request-id: req-8aa1d83c-d4aa-4670-902d-13dda56b9108 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "tags": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:52Z", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:55,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-8aa1d83c-d4aa-4670-902d-13dda56b9108 2019-01-03 11:45:55,726 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:45:55,726 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:45:58,727 - create_stack - DEBUG - Stack status query timeout in 1193.71049118 2019-01-03 11:45:58,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:45:58,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:45:58 GMT Server: Apache x-openstack-request-id: req-33382edc-7d44-4317-8f23-bf8449e25090 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:45:58,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:45:58 GMT Server: Apache x-openstack-request-id: req-b678bd61-306d-440a-9ec4-64cc05ccb11a 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "tags": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:52Z", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:45:58,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-b678bd61-306d-440a-9ec4-64cc05ccb11a 2019-01-03 11:45:58,801 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:45:58,801 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:01,804 - create_stack - DEBUG - Stack status query timeout in 1190.63315701 2019-01-03 11:46:01,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:46:01,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:01 GMT Server: Apache x-openstack-request-id: req-788337f8-2ec2-49f0-90c3-89966118b768 Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:01,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:01 GMT Server: Apache x-openstack-request-id: req-0ed9baae-888e-4533-b7a3-c909cbdc2f7f 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": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "tags": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:45:52Z", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:01,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-0ed9baae-888e-4533-b7a3-c909cbdc2f7f 2019-01-03 11:46:01,876 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:46:01,876 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:04,879 - create_stack - DEBUG - Stack status query timeout in 1187.55831003 2019-01-03 11:46:04,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:46:04,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:04 GMT Server: Apache x-openstack-request-id: req-14deb82e-477e-4eda-b787-2d91a901f9cd Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:04,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:04 GMT Server: Apache x-openstack-request-id: req-8d70af66-079a-49a8-a131-066e39b621e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "ac095be903c14f45892ad6190b76d631", "OS::stack_id": "9741b149-79a8-4764-9b41-ba7a5768477c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "image_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image", "inst_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-inst", "subnet_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-subnet", "flavor_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-flavor-name", "net_name": "CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-net"}, "deletion_time": "2019-01-03T11:46:02Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack", "stack_user_project_id": "365f46b8158b4c1c9d18da99f06afe35", "tags": null, "creation_time": "2019-01-03T11:45:31Z", "links": [{"href": "http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:45:52Z", "id": "9741b149-79a8-4764-9b41-ba7a5768477c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:04,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-8d70af66-079a-49a8-a131-066e39b621e2 2019-01-03 11:46:04,957 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:46:04,957 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:46:04,957 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack 2019-01-03 11:46:04,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/9741b149-79a8-4764-9b41-ba7a5768477c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5506ff3ba459c11160fb96ff49f42430dbb5fc5" 2019-01-03 11:46:04,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:04 GMT Server: Apache x-openstack-request-id: req-3a785bd6-1530-40ff-96e2-a232727fde4c Location: http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:05,017 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:46:04 GMT Server: Apache x-openstack-request-id: req-b5dc54e1-0a3a-455d-a893-84e77184ef2f Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:46:05,017 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/ac095be903c14f45892ad6190b76d631/stacks/CreateStackSuccessTests-CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-stack/9741b149-79a8-4764-9b41-ba7a5768477c used request id req-b5dc54e1-0a3a-455d-a893-84e77184ef2f 2019-01-03 11:46:05,018 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-526a4506-5cc0-425f-bb0e-c667ff050496-image 2019-01-03 11:46:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3b8cfa012a345b5c44f9b84a405893f3c70df143" 2019-01-03 11:46:05,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42d6cc52-41bb-4a1a-b318-8f6c3bb35386 Date: Thu, 03 Jan 2019 11:46:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:46:05,666 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5e446d01-a3d0-402b-99dc-524d491005c5 used request id req-42d6cc52-41bb-4a1a-b318-8f6c3bb35386 2019-01-03 11:46:05,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/c90b9331-1290-4c5e-b99b-a5f5e2d76622 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82eb9bb8db851ce0bbaf0309757e37eadee7501a" 2019-01-03 11:46:05,709 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:46:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e42b0138-8e12-4d2a-8fa4-db0f96858476 x-compute-request-id: req-e42b0138-8e12-4d2a-8fa4-db0f96858476 Content-Length: 0 Content-Type: application/json 2019-01-03 11:46:05,709 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c90b9331-1290-4c5e-b99b-a5f5e2d76622 used request id req-e42b0138-8e12-4d2a-8fa4-db0f96858476 2019-01-03 11:46:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:05,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-96e62824-71ee-4daa-8e25-adc41f563c70 Date: Thu, 03 Jan 2019 11:46:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ac095be903c14f45892ad6190b76d631", "created_at": "2019-01-03T11:45:32Z", "updated_at": "2019-01-03T11:45:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "revision_number": 0, "id": "005f920e-e374-43b1-af96-bdda084ce494", "remote_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "tenant_id": "ac095be903c14f45892ad6190b76d631", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac095be903c14f45892ad6190b76d631"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "revision_number": 0, "id": "61ca6b5a-d3be-4ec5-b0cf-72f9af38890c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "tenant_id": "ac095be903c14f45892ad6190b76d631", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac095be903c14f45892ad6190b76d631"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "revision_number": 0, "id": "b5141c00-2fa3-430f-a6d0-b929d302aafa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "tenant_id": "ac095be903c14f45892ad6190b76d631", "port_range_min": null, "ethertype": "IPv6", "project_id": "ac095be903c14f45892ad6190b76d631"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:45:32Z", "revision_number": 0, "id": "cbb80cec-14fa-4d20-9e30-709b629234d8", "remote_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:45:32Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "tenant_id": "ac095be903c14f45892ad6190b76d631", "port_range_min": null, "ethertype": "IPv4", "project_id": "ac095be903c14f45892ad6190b76d631"}], "revision_number": 4, "project_id": "ac095be903c14f45892ad6190b76d631", "id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:46:05,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-96e62824-71ee-4daa-8e25-adc41f563c70 2019-01-03 11:46:05,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d109361-60c4-4771-ae37-2a931d03b14c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:46:06,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7d109361-60c4-4771-ae37-2a931d03b14c 2019-01-03 11:46:06,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6a849c-2087-40e7-be96-68ce7f30f633 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631"}, "enabled": true, "id": "ac095be903c14f45892ad6190b76d631", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-fe2f8f88-1246-4ad-proj"}} 2019-01-03 11:46:06,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631 used request id req-be6a849c-2087-40e7-be96-68ce7f30f633 2019-01-03 11:46:06,123 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7be45bed-800e-4ba3-b675-68e187bcfefb 2019-01-03 11:46:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7be45bed-800e-4ba3-b675-68e187bcfefb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b87b719f-273d-4d46-8140-2558ffbe39ba Date: Thu, 03 Jan 2019 11:46:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "port_range_min": null, "revision_number": 0, "tenant_id": "ac095be903c14f45892ad6190b76d631", "created_at": "2019-01-03T11:45:33Z", "project_id": "ac095be903c14f45892ad6190b76d631", "id": "005f920e-e374-43b1-af96-bdda084ce494"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "port_range_min": null, "revision_number": 0, "tenant_id": "ac095be903c14f45892ad6190b76d631", "created_at": "2019-01-03T11:45:33Z", "project_id": "ac095be903c14f45892ad6190b76d631", "id": "61ca6b5a-d3be-4ec5-b0cf-72f9af38890c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:45:33Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "port_range_min": null, "revision_number": 0, "tenant_id": "ac095be903c14f45892ad6190b76d631", "created_at": "2019-01-03T11:45:33Z", "project_id": "ac095be903c14f45892ad6190b76d631", "id": "b5141c00-2fa3-430f-a6d0-b929d302aafa"}, {"remote_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:45:32Z", "security_group_id": "7be45bed-800e-4ba3-b675-68e187bcfefb", "port_range_min": null, "revision_number": 0, "tenant_id": "ac095be903c14f45892ad6190b76d631", "created_at": "2019-01-03T11:45:32Z", "project_id": "ac095be903c14f45892ad6190b76d631", "id": "cbb80cec-14fa-4d20-9e30-709b629234d8"}]} 2019-01-03 11:46:06,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7be45bed-800e-4ba3-b675-68e187bcfefb used request id req-b87b719f-273d-4d46-8140-2558ffbe39ba 2019-01-03 11:46:06,309 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:46:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7be45bed-800e-4ba3-b675-68e187bcfefb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-702ff8ce-e905-40ee-9a4a-deb0918db96c Content-Length: 0 Date: Thu, 03 Jan 2019 11:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:46:06,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7be45bed-800e-4ba3-b675-68e187bcfefb used request id req-702ff8ce-e905-40ee-9a4a-deb0918db96c 2019-01-03 11:46:06,615 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-proj 2019-01-03 11:46:06,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be626be4-36f6-4055-a002-9c7186f01216 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:06,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ac095be903c14f45892ad6190b76d631 used request id req-be626be4-36f6-4055-a002-9c7186f01216 2019-01-03 11:46:06,854 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-proj-role 2019-01-03 11:46:06,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:06,958 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d488aefb-3cfd-4fb9-a38d-7bf541578cad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:06,958 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/60e51690ab71417b8b5cd9caea5755f3 used request id req-d488aefb-3cfd-4fb9-a38d-7bf541578cad 2019-01-03 11:46:06,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afa46ebde5eee8be487fd01c4f499185f37f9ce6" 2019-01-03 11:46:07,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91f319f7-bb56-418d-b02c-07d9d0a5c027 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:07,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-91f319f7-bb56-418d-b02c-07d9d0a5c027 2019-01-03 11:46:07,058 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-fe2f8f88-1246-4ad-user 2019-01-03 11:46:07,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/94a9bcbe66f847709c0828e4a0e0e96d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b37b637372a41dda97dc991c6364e1dbc62d2d07" 2019-01-03 11:46:07,275 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f37b6039-669c-4829-90b4-d688cae33b35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:07,275 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/94a9bcbe66f847709c0828e4a0e0e96d used request id req-f37b6039-669c-4829-90b4-d688cae33b35 2019-01-03 11:46:07,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:07,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["NUXtsDzVR4yeZ9ifSxKbmA"], "issued_at": "2019-01-03T11:46:07.000000Z"}} 2019-01-03 11:46:07,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f3544f9d8fe73ec0b081532bdb76554287feeb8" 2019-01-03 11:46:07,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d087ef09-7d14-4bc8-8e61-6761a7350236 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:07,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d087ef09-7d14-4bc8-8e61-6761a7350236 2019-01-03 11:46:07,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:07,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:08,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["hDwtFTEnRBKOUMOEdlvZeg"], "issued_at": "2019-01-03T11:46:08.000000Z"}} 2019-01-03 11:46:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:08,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcb528c2-ced3-4d35-a824-30aa2ecf6d14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:08,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dcb528c2-ced3-4d35-a824-30aa2ecf6d14 2019-01-03 11:46:08,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:46:08,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:46: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:46:08,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:08,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdf8a3c-1c42-4105-88a5-5363a689d1df Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:46:08,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj used request id req-fcdf8a3c-1c42-4105-88a5-5363a689d1df 2019-01-03 11:46:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:08,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999a9518-c594-45fc-94e6-a08d771c2742 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:46:08,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-999a9518-c594-45fc-94e6-a08d771c2742 2019-01-03 11:46:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}}' 2019-01-03 11:46:08,528 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40697f5d-631c-4401-9709-ed7f188b0b9a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970"}, "enabled": true, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}} 2019-01-03 11:46:08,528 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-40697f5d-631c-4401-9709-ed7f188b0b9a 2019-01-03 11:46:08,528 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-59943bab-3c0d-4e9-proj 2019-01-03 11:46:08,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:08,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:08,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["old_2giGQAu34TAugsYmog"], "issued_at": "2019-01-03T11:46:08.000000Z"}} 2019-01-03 11:46:08,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:08,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff3c4e0-a385-4493-8720-b48d401fca14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:08,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ff3c4e0-a385-4493-8720-b48d401fca14 2019-01-03 11:46:09,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:46:09,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:46:09,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aaaebac-8037-4174-9d8f-4eb309e7ad51 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:46:09,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4aaaebac-8037-4174-9d8f-4eb309e7ad51 2019-01-03 11:46:09,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d159e40-472e-4993-906d-ec13220bc6a1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970"}, "enabled": true, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}]} 2019-01-03 11:46:09,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj used request id req-2d159e40-472e-4993-906d-ec13220bc6a1 2019-01-03 11:46:09,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a309287e-2c1c-4fd0-84df-f472672aa7fc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:46:09,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a309287e-2c1c-4fd0-84df-f472672aa7fc 2019-01-03 11:46:09,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-991fe4d5-a4dd-4d61-a6a6-19aaca3bf8cd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:09,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-991fe4d5-a4dd-4d61-a6a6-19aaca3bf8cd 2019-01-03 11:46:09,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad694200-0599-42fd-8fc4-9f33568d5a9c Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970"}, "enabled": true, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}]} 2019-01-03 11:46:09,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-59943bab-3c0d-4e9-proj used request id req-ad694200-0599-42fd-8fc4-9f33568d5a9c 2019-01-03 11:46:09,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/ddb4cf86158c40c980eaf889da3429e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b99fa6-3955-4874-a843-385d07b0860d Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-59943bab-3c0d-4e9-user", "links": {"self": "http://172.30.9.28:5000/v3/users/ddb4cf86158c40c980eaf889da3429e0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "ddb4cf86158c40c980eaf889da3429e0", "password_expires_at": null}} 2019-01-03 11:46:09,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/ddb4cf86158c40c980eaf889da3429e0 used request id req-75b99fa6-3955-4874-a843-385d07b0860d 2019-01-03 11:46:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:09,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce0453a-af2c-4714-b320-d6860600f236 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:46:09,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles used request id req-8ce0453a-af2c-4714-b320-d6860600f236 2019-01-03 11:46:09,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:10,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb697426-2069-4743-9c30-34d3d96f1195 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:46:10,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-eb697426-2069-4743-9c30-34d3d96f1195 2019-01-03 11:46:10,019 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-59943bab-3c0d-4e9-proj 2019-01-03 11:46:10,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:10,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8795685d-1f01-4228-82f7-decb1e41c409 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:10,146 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles/2aca817175ef438fbb85334767ec61a1 used request id req-8795685d-1f01-4228-82f7-decb1e41c409 2019-01-03 11:46:10,147 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-59943bab-3c0d-4e9-user 2019-01-03 11:46:10,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:10,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:10,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8358b0e-2bd8-4e40-85e6-84be38083515 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:10,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a8358b0e-2bd8-4e40-85e6-84be38083515 2019-01-03 11:46:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" -d '{"role": {"name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role"}}' 2019-01-03 11:46:10,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e8f6bfd-b81f-47c5-8802-3e4d74e593f4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "467e2577e7fa4cd7a6fccf9fea410521", "links": {"self": "http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521"}, "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role"}} 2019-01-03 11:46:10,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-8e8f6bfd-b81f-47c5-8802-3e4d74e593f4 2019-01-03 11:46:10,342 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role 2019-01-03 11:46:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:10,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322ed8eb-8fcb-4799-9af1-4ad8bcdd2ef7 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521"}, "domain_id": null, "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role", "id": "467e2577e7fa4cd7a6fccf9fea410521"}} 2019-01-03 11:46:10,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521 used request id req-322ed8eb-8fcb-4799-9af1-4ad8bcdd2ef7 2019-01-03 11:46:10,436 - keystone_utils - INFO - Granting role CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role to project CreateStackSuccessTests-59943bab-3c0d-4e9-proj 2019-01-03 11:46:10,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles/467e2577e7fa4cd7a6fccf9fea410521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:10,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76aa4745-5d7b-4990-b7e6-296c9e6eda71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:10,596 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970/users/ddb4cf86158c40c980eaf889da3429e0/roles/467e2577e7fa4cd7a6fccf9fea410521 used request id req-76aa4745-5d7b-4990-b7e6-296c9e6eda71 2019-01-03 11:46:10,596 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:46:10,596 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:46:10,597 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:10,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:10,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "467e2577e7fa4cd7a6fccf9fea410521", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role"}], "expires_at": "2019-01-03T12:46:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-user", "id": "ddb4cf86158c40c980eaf889da3429e0"}, "audit_ids": ["jOFMKF6OR62YHqmtk8F83Q"], "issued_at": "2019-01-03T11:46:10.000000Z"}} 2019-01-03 11:46:10,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:11,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d92163b-707e-44ad-add4-28c972abb7ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:11,066 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1d92163b-707e-44ad-add4-28c972abb7ea 2019-01-03 11:46:11,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:11,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-8a4f295e-c362-4434-b77f-20eed628ac86 Date: Thu, 03 Jan 2019 11:46:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image"} 2019-01-03 11:46:11,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image used request id req-8a4f295e-c362-4434-b77f-20eed628ac86 2019-01-03 11:46:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:11,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-703edee9-937f-4848-b4e2-45ff216ca5b4 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:46:11,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-703edee9-937f-4848-b4e2-45ff216ca5b4 2019-01-03 11:46:11,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image"}' 2019-01-03 11:46:11,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a X-Openstack-Request-Id: req-ae82ca62-a6d7-4990-99d7-954e8d9e9d52 Date: Thu, 03 Jan 2019 11:46:11 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a", "min_disk": 0, "protected": false, "id": "f54aae38-2256-4712-a8b1-ac89cd95d09a", "file": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/file", "checksum": null, "owner": "be219c1a1a1f4b0f8d0573bdf63ca970", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:11,661 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ae82ca62-a6d7-4990-99d7-954e8d9e9d52 2019-01-03 11:46:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" -d '' 2019-01-03 11:46:13,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-18492387-a951-44df-88cb-6b8774a88cc0 Date: Thu, 03 Jan 2019 11:46:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:46:13,238 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/file used request id req-18492387-a951-44df-88cb-6b8774a88cc0 2019-01-03 11:46:13,238 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:46:13,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:13,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-bedf7f44-1236-48c3-8c8b-c51553a52dd4 Date: Thu, 03 Jan 2019 11:46:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:13Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/snap", "metadata": {}}], "self": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a", "min_disk": 0, "protected": false, "id": "f54aae38-2256-4712-a8b1-ac89cd95d09a", "file": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "be219c1a1a1f4b0f8d0573bdf63ca970", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:13,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a used request id req-bedf7f44-1236-48c3-8c8b-c51553a52dd4 2019-01-03 11:46:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:13,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e6a8f72-be48-4755-b1c6-3329a704cf8a Date: Thu, 03 Jan 2019 11:46: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"}}} 2019-01-03 11:46:13,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-5e6a8f72-be48-4755-b1c6-3329a704cf8a 2019-01-03 11:46:13,603 - create_image - INFO - Created image with name - CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image 2019-01-03 11:46:13,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:13,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-c218fd4f-5e40-4deb-816b-af83bbd040b0 Date: Thu, 03 Jan 2019 11:46:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:13Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/snap", "metadata": {}}], "self": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a", "min_disk": 0, "protected": false, "id": "f54aae38-2256-4712-a8b1-ac89cd95d09a", "file": "/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "be219c1a1a1f4b0f8d0573bdf63ca970", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f54aae38-2256-4712-a8b1-ac89cd95d09a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:13,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a used request id req-c218fd4f-5e40-4deb-816b-af83bbd040b0 2019-01-03 11:46:13,790 - create_image - DEBUG - Instance status is - active 2019-01-03 11:46:13,790 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image 2019-01-03 11:46:13,791 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image 2019-01-03 11:46:13,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:13,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:14,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5Q7CAz9DSkut1Begu3PZ6Q"], "issued_at": "2019-01-03T11:46:14.000000Z"}} 2019-01-03 11:46:14,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc02abce11addc4289b951d10f233dd3a4a3492" 2019-01-03 11:46:14,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce9a4dd5-1124-42fa-a7e4-6bb5fbb0c2d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:14,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce9a4dd5-1124-42fa-a7e4-6bb5fbb0c2d6 2019-01-03 11:46:14,250 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:46:14,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc02abce11addc4289b951d10f233dd3a4a3492" 2019-01-03 11:46:14,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46: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-3a361fad-a689-4f80-9937-0835d2a0d2ae x-compute-request-id: req-3a361fad-a689-4f80-9937-0835d2a0d2ae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:46:14,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3a361fad-a689-4f80-9937-0835d2a0d2ae 2019-01-03 11:46:14,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc02abce11addc4289b951d10f233dd3a4a3492" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:46:14,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46: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-05b4ee61-2b15-4f11-945a-47796d979811 x-compute-request-id: req-05b4ee61-2b15-4f11-945a-47796d979811 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c4efe897-fe10-48ea-b055-4527b7ac703a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c4efe897-fe10-48ea-b055-4527b7ac703a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c4efe897-fe10-48ea-b055-4527b7ac703a", "name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:46:14,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-05b4ee61-2b15-4f11-945a-47796d979811 2019-01-03 11:46:14,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:14,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:14,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "467e2577e7fa4cd7a6fccf9fea410521", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role"}], "expires_at": "2019-01-03T12:46:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/be219c1a1a1f4b0f8d0573bdf63ca970", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-user", "id": "ddb4cf86158c40c980eaf889da3429e0"}, "audit_ids": ["iQ8THBh_QS-bAcgdDMm47A"], "issued_at": "2019-01-03T11:46:14.000000Z"}} 2019-01-03 11:46:14,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:15,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53eb113-d276-4162-803b-ca87a2af4d48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:15,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c53eb113-d276-4162-803b-ca87a2af4d48 2019-01-03 11:46:15,059 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:46:15,062 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:46:15,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:15,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:15 GMT Server: Apache x-openstack-request-id: req-f1694ee4-fa69-49da-be0d-cce54a33762f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:46:15,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack used request id req-f1694ee4-fa69-49da-be0d-cce54a33762f 2019-01-03 11:46:15,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-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-a94b5402-caee-4224-a7b6-cd92f52084a5-net", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name"}}' 2019-01-03 11:46:17,514 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:15 GMT Server: Apache x-openstack-request-id: req-3d142adf-0054-4cb5-98cf-23cd00847341 Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "80327a04-66dc-4034-a68b-969d48a563d2", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}]}} 2019-01-03 11:46:17,514 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks used request id req-3d142adf-0054-4cb5-98cf-23cd00847341 2019-01-03 11:46:17,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:17,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:17 GMT Server: Apache x-openstack-request-id: req-83ec2938-2a80-439c-9563-cb2b4055e32e Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:17,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:17 GMT Server: Apache x-openstack-request-id: req-d2a5be7f-7f2e-406a-ae93-648bfc133725 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "80327a04-66dc-4034-a68b-969d48a563d2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:17,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-d2a5be7f-7f2e-406a-ae93-648bfc133725 2019-01-03 11:46:17,893 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack 2019-01-03 11:46:17,893 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2019-01-03 11:46:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:18,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:17 GMT Server: Apache x-openstack-request-id: req-863e22f5-9b04-463c-a85b-336177287fc3 Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:18,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:18 GMT Server: Apache x-openstack-request-id: req-aa9d2ebf-9343-4292-91be-1c85a5416d01 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "80327a04-66dc-4034-a68b-969d48a563d2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:18,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-aa9d2ebf-9343-4292-91be-1c85a5416d01 2019-01-03 11:46:18,262 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2019-01-03 11:46:18,262 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack 2019-01-03 11:46:18,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:18,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:18 GMT Server: Apache x-openstack-request-id: req-a77949f6-e5e8-4a7f-9978-dc8adaaafa20 Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:18,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:18 GMT Server: Apache x-openstack-request-id: req-9c223c07-1dac-4149-892f-4c7d6059ce33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:18,636 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-9c223c07-1dac-4149-892f-4c7d6059ce33 2019-01-03 11:46:18,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:18,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:18 GMT Server: Apache x-openstack-request-id: req-ec525840-35e1-40bf-8003-0a5e2492ca6b Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:19,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:18 GMT Server: Apache x-openstack-request-id: req-98a9f843-12a8-4905-9c25-19237bf45e41 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "80327a04-66dc-4034-a68b-969d48a563d2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:19,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-98a9f843-12a8-4905-9c25-19237bf45e41 2019-01-03 11:46:19,001 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2019-01-03 11:46:19,002 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:22,005 - create_stack - DEBUG - Stack status query timeout in 1196.631675 2019-01-03 11:46:22,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:22,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:22 GMT Server: Apache x-openstack-request-id: req-3e2a322c-6930-47b4-a7a5-ae8870c0df3c Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:22,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:22 GMT Server: Apache x-openstack-request-id: req-77e13e05-143b-4ea6-993f-e8a5a434f59f 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "80327a04-66dc-4034-a68b-969d48a563d2", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:22,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-77e13e05-143b-4ea6-993f-e8a5a434f59f 2019-01-03 11:46:22,244 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2019-01-03 11:46:22,244 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:25,247 - create_stack - DEBUG - Stack status query timeout in 1193.389467 2019-01-03 11:46:25,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:25,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:25 GMT Server: Apache x-openstack-request-id: req-c771d620-4cf4-4617-a3d2-d7e38607834a Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:25,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:25 GMT Server: Apache x-openstack-request-id: req-6061c209-6866-403d-9f88-ab5fa5408c6e 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "tags": null, "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:46:23Z", "id": "80327a04-66dc-4034-a68b-969d48a563d2", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:25,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-6061c209-6866-403d-9f88-ab5fa5408c6e 2019-01-03 11:46:25,305 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:46:25,305 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:28,308 - create_stack - DEBUG - Stack status query timeout in 1190.32858014 2019-01-03 11:46:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:28,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:28 GMT Server: Apache x-openstack-request-id: req-0140bce6-d3ad-49fd-8c7a-cfbc7bc93265 Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:28,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:28 GMT Server: Apache x-openstack-request-id: req-93879e15-b545-43d7-95bc-3efcc73fd881 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": "be219c1a1a1f4b0f8d0573bdf63ca970", "OS::stack_id": "80327a04-66dc-4034-a68b-969d48a563d2", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "image_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image", "inst_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-inst", "subnet_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-subnet", "flavor_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-flavor-name", "net_name": "CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-net"}, "deletion_time": "2019-01-03T11:46:28Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack", "stack_user_project_id": "8562873f46074b4e9aff61b309defecf", "tags": null, "creation_time": "2019-01-03T11:46:16Z", "links": [{"href": "http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:46:23Z", "id": "80327a04-66dc-4034-a68b-969d48a563d2", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:28,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-93879e15-b545-43d7-95bc-3efcc73fd881 2019-01-03 11:46:28,678 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:46:28,679 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack 2019-01-03 11:46:28,679 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack 2019-01-03 11:46:28,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/80327a04-66dc-4034-a68b-969d48a563d2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63776c9af8ea7cf1302a9eeb29f84377b5b69fe" 2019-01-03 11:46:28,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:28 GMT Server: Apache x-openstack-request-id: req-4c18796c-8943-4aa5-9969-567195fd187c Location: http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:29,039 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:46:28 GMT Server: Apache x-openstack-request-id: req-0a556e32-2b73-4845-9b6e-82926b8bc04d Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:46:29,040 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/be219c1a1a1f4b0f8d0573bdf63ca970/stacks/CreateStackSuccessTests-CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-stack/80327a04-66dc-4034-a68b-969d48a563d2 used request id req-0a556e32-2b73-4845-9b6e-82926b8bc04d 2019-01-03 11:46:29,041 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a94b5402-caee-4224-a7b6-cd92f52084a5-image 2019-01-03 11:46:29,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a028cff5f055460416aad2df11e48abcdb4e1e5" 2019-01-03 11:46:30,792 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11421554-8183-468b-a004-e0b80ffdc9d7 Date: Thu, 03 Jan 2019 11:46:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:46:30,792 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f54aae38-2256-4712-a8b1-ac89cd95d09a used request id req-11421554-8183-468b-a004-e0b80ffdc9d7 2019-01-03 11:46:30,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/c4efe897-fe10-48ea-b055-4527b7ac703a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bc02abce11addc4289b951d10f233dd3a4a3492" 2019-01-03 11:46:30,836 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-97c71b08-27c4-4e6a-b6c6-df522c40c96f x-compute-request-id: req-97c71b08-27c4-4e6a-b6c6-df522c40c96f Content-Length: 0 Content-Type: application/json 2019-01-03 11:46:30,836 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/c4efe897-fe10-48ea-b055-4527b7ac703a used request id req-97c71b08-27c4-4e6a-b6c6-df522c40c96f 2019-01-03 11:46:30,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:30,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c326f1e5-d120-4aea-91b6-f00a7da2d07b Date: Thu, 03 Jan 2019 11:46:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "created_at": "2019-01-03T11:46:17Z", "updated_at": "2019-01-03T11:46:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:18Z", "revision_number": 0, "id": "23a0abdc-0bfc-4a83-9b90-b54a1f15464d", "remote_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:18Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "port_range_min": null, "ethertype": "IPv6", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:18Z", "revision_number": 0, "id": "379ff961-d783-4baa-9042-5b8c50b58193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:18Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "port_range_min": null, "ethertype": "IPv6", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:17Z", "revision_number": 0, "id": "6a19038d-5f70-4b52-8ff9-c4e11eedb36a", "remote_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:17Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "port_range_min": null, "ethertype": "IPv4", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:17Z", "revision_number": 0, "id": "9da8fa5e-8d39-4e6f-8c14-9ba8806179f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:17Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "port_range_min": null, "ethertype": "IPv4", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970"}], "revision_number": 4, "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:46:30,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c326f1e5-d120-4aea-91b6-f00a7da2d07b 2019-01-03 11:46:30,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:31,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd2bdf5-6da9-456a-9623-5308434589aa Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970"}, "enabled": true, "id": "be219c1a1a1f4b0f8d0573bdf63ca970", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-59943bab-3c0d-4e9-proj"}} 2019-01-03 11:46:31,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970 used request id req-6cd2bdf5-6da9-456a-9623-5308434589aa 2019-01-03 11:46:31,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b10e3fc-17e9-4c56-b5ae-b388ad85f263 2019-01-03 11:46:31,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3b10e3fc-17e9-4c56-b5ae-b388ad85f263 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:31,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e3c6b848-31ab-479c-ada8-79d09cdcc19b Date: Thu, 03 Jan 2019 11:46:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:18Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "port_range_min": null, "revision_number": 0, "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "created_at": "2019-01-03T11:46:18Z", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "23a0abdc-0bfc-4a83-9b90-b54a1f15464d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:18Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "port_range_min": null, "revision_number": 0, "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "created_at": "2019-01-03T11:46:18Z", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "379ff961-d783-4baa-9042-5b8c50b58193"}, {"remote_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:17Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "port_range_min": null, "revision_number": 0, "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "created_at": "2019-01-03T11:46:17Z", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "6a19038d-5f70-4b52-8ff9-c4e11eedb36a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:17Z", "security_group_id": "3b10e3fc-17e9-4c56-b5ae-b388ad85f263", "port_range_min": null, "revision_number": 0, "tenant_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "created_at": "2019-01-03T11:46:17Z", "project_id": "be219c1a1a1f4b0f8d0573bdf63ca970", "id": "9da8fa5e-8d39-4e6f-8c14-9ba8806179f4"}]} 2019-01-03 11:46:31,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=3b10e3fc-17e9-4c56-b5ae-b388ad85f263 used request id req-e3c6b848-31ab-479c-ada8-79d09cdcc19b 2019-01-03 11:46:31,277 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:46:31,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/3b10e3fc-17e9-4c56-b5ae-b388ad85f263 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:31,598 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e7d3dbc-4cd0-4730-a405-70eb5a42a5ca Content-Length: 0 Date: Thu, 03 Jan 2019 11:46:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:46:31,598 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/3b10e3fc-17e9-4c56-b5ae-b388ad85f263 used request id req-2e7d3dbc-4cd0-4730-a405-70eb5a42a5ca 2019-01-03 11:46:31,599 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-59943bab-3c0d-4e9-proj 2019-01-03 11:46:31,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:31,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fce2575-4552-4740-8887-f088fb44683f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:31,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/be219c1a1a1f4b0f8d0573bdf63ca970 used request id req-7fce2575-4552-4740-8887-f088fb44683f 2019-01-03 11:46:31,813 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-59943bab-3c0d-4e9-proj-role 2019-01-03 11:46:31,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:31,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f23d5890-f430-4ba8-89db-8f668da5c52a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:31,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/467e2577e7fa4cd7a6fccf9fea410521 used request id req-f23d5890-f430-4ba8-89db-8f668da5c52a 2019-01-03 11:46:31,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d9c55addd142e835d7d30f3003299fcca9ce566" 2019-01-03 11:46:32,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e08edb-ad47-4c5e-81cb-799896fceae5 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:32,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-81e08edb-ad47-4c5e-81cb-799896fceae5 2019-01-03 11:46:32,010 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-59943bab-3c0d-4e9-user 2019-01-03 11:46:32,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ddb4cf86158c40c980eaf889da3429e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679a8104097b5de50c83397ee4b3b2c14890544b" 2019-01-03 11:46:32,184 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b93b9c23-25d4-444c-a95b-ca19ca20ddb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:32,184 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ddb4cf86158c40c980eaf889da3429e0 used request id req-b93b9c23-25d4-444c-a95b-ca19ca20ddb6 2019-01-03 11:46:32,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:32,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["kRObb4z1TwKkpfZ5U9OHrQ"], "issued_at": "2019-01-03T11:46:32.000000Z"}} 2019-01-03 11:46:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}620b2c36d7c8fc727dda21f18dc2cfa65a08ed22" 2019-01-03 11:46:32,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc097a85-c848-470a-a8ab-e078d81f3b7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:32,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dc097a85-c848-470a-a8ab-e078d81f3b7b 2019-01-03 11:46:32,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:32,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:33,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["1Kail2DkTeK2qO0E_zklRw"], "issued_at": "2019-01-03T11:46:33.000000Z"}} 2019-01-03 11:46:33,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:33,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483d282f-96df-41b6-ab7b-42b0ec93e974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:33,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-483d282f-96df-41b6-ab7b-42b0ec93e974 2019-01-03 11:46:33,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:46:33,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:46: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:46:33,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:33,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b89840df-1133-47f1-95e5-218b01556aa6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:46:33,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj used request id req-b89840df-1133-47f1-95e5-218b01556aa6 2019-01-03 11:46:33,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f2a9dd-8fd9-43d5-9903-1f2230df315f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:46:33,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-02f2a9dd-8fd9-43d5-9903-1f2230df315f 2019-01-03 11:46:33,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}}' 2019-01-03 11:46:33,611 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0d857ad-05be-4175-8904-04b5b3824e4f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2"}, "enabled": true, "id": "37fa0a67e90e42b7adc066f1084f30c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}} 2019-01-03 11:46:33,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-a0d857ad-05be-4175-8904-04b5b3824e4f 2019-01-03 11:46:33,611 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3ae8396c-9776-4b4-proj 2019-01-03 11:46:33,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:33,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:33,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["dOoo5DEaR0-Y-9N_iTLn9w"], "issued_at": "2019-01-03T11:46:33.000000Z"}} 2019-01-03 11:46:34,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccdfb73-5d47-443f-9c7f-c179ed13d54c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:34,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0ccdfb73-5d47-443f-9c7f-c179ed13d54c 2019-01-03 11:46:34,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:46:34,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:46: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:46:34,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f92e0a7-9c37-4866-9748-7875ee2ccac0 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:46:34,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3f92e0a7-9c37-4866-9748-7875ee2ccac0 2019-01-03 11:46:34,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c598dd3-893c-400e-9e7c-d89a60aac61e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2"}, "enabled": true, "id": "37fa0a67e90e42b7adc066f1084f30c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}]} 2019-01-03 11:46:34,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj used request id req-5c598dd3-893c-400e-9e7c-d89a60aac61e 2019-01-03 11:46:34,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350828e8-209b-481c-ac01-9d811dcf373c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:46:34,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-350828e8-209b-481c-ac01-9d811dcf373c 2019-01-03 11:46:34,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc918b8-e234-4351-9950-42ffd1bb4d33 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:34,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9fc918b8-e234-4351-9950-42ffd1bb4d33 2019-01-03 11:46:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4bbbab-06f5-4bf4-af74-25e17a8a829f Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2"}, "enabled": true, "id": "37fa0a67e90e42b7adc066f1084f30c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}]} 2019-01-03 11:46:34,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-3ae8396c-9776-4b4-proj used request id req-6b4bbbab-06f5-4bf4-af74-25e17a8a829f 2019-01-03 11:46:34,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/589b5e39b5d54138b7c685a507370ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:34,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1a3c17-c19f-4574-a1db-db43affc93ff Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-3ae8396c-9776-4b4-user", "links": {"self": "http://172.30.9.28:5000/v3/users/589b5e39b5d54138b7c685a507370ff5"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "589b5e39b5d54138b7c685a507370ff5", "password_expires_at": null}} 2019-01-03 11:46:34,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/589b5e39b5d54138b7c685a507370ff5 used request id req-7d1a3c17-c19f-4574-a1db-db43affc93ff 2019-01-03 11:46:34,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:35,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6aced9-d767-44e1-9e52-e1b748ea96b1 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:46:35,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles used request id req-fb6aced9-d767-44e1-9e52-e1b748ea96b1 2019-01-03 11:46:35,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:35,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c8c219c-f814-48cf-af6e-ddadec94d8bf Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:46:35,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-3c8c219c-f814-48cf-af6e-ddadec94d8bf 2019-01-03 11:46:35,104 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3ae8396c-9776-4b4-proj 2019-01-03 11:46:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:46:35,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0a61fb4-21fb-4a62-88fe-d17e098ddc32 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:35,236 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles/2aca817175ef438fbb85334767ec61a1 used request id req-f0a61fb4-21fb-4a62-88fe-d17e098ddc32 2019-01-03 11:46:35,237 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3ae8396c-9776-4b4-user 2019-01-03 11:46:35,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:35,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:35,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5535eb9a-d977-4a4f-9498-d988143bdb65 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:46:35,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5535eb9a-d977-4a4f-9498-d988143bdb65 2019-01-03 11:46:35,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" -d '{"role": {"name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role"}}' 2019-01-03 11:46:35,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75d3ba80-cf8b-43a2-97fd-19559dc3681f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3ab460d537144e5ab272d24207f4c44a", "links": {"self": "http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a"}, "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role"}} 2019-01-03 11:46:35,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-75d3ba80-cf8b-43a2-97fd-19559dc3681f 2019-01-03 11:46:35,438 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role 2019-01-03 11:46:35,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:35,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa73624-75a3-4397-af9b-77384d277d54 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a"}, "domain_id": null, "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role", "id": "3ab460d537144e5ab272d24207f4c44a"}} 2019-01-03 11:46:35,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a used request id req-aaa73624-75a3-4397-af9b-77384d277d54 2019-01-03 11:46:35,535 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role to project CreateStackSuccessTests-3ae8396c-9776-4b4-proj 2019-01-03 11:46:35,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles/3ab460d537144e5ab272d24207f4c44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:46:35,697 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:46:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdbafc51-c519-4559-a7f9-36fcf146a389 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:46:35,697 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2/users/589b5e39b5d54138b7c685a507370ff5/roles/3ab460d537144e5ab272d24207f4c44a used request id req-bdbafc51-c519-4559-a7f9-36fcf146a389 2019-01-03 11:46:35,698 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:46:35,698 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:46:35,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:35,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:36,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "3ab460d537144e5ab272d24207f4c44a", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role"}], "expires_at": "2019-01-03T12:46:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37fa0a67e90e42b7adc066f1084f30c2", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-user", "id": "589b5e39b5d54138b7c685a507370ff5"}, "audit_ids": ["W1yVu3paR8eLg_LzlH21gg"], "issued_at": "2019-01-03T11:46:36.000000Z"}} 2019-01-03 11:46:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:36,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6cb57e-8001-477b-9223-65c00a637a8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:36,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9e6cb57e-8001-477b-9223-65c00a637a8d 2019-01-03 11:46:36,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:36,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a797e969-1b18-470b-8bab-0f1a41907570 Date: Thu, 03 Jan 2019 11:46:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image"} 2019-01-03 11:46:36,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image used request id req-a797e969-1b18-470b-8bab-0f1a41907570 2019-01-03 11:46:36,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:36,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62d7d9ed-bfb4-4279-bfc2-3efb709f530a Date: Thu, 03 Jan 2019 11:46: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"}}} 2019-01-03 11:46:36,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-62d7d9ed-bfb4-4279-bfc2-3efb709f530a 2019-01-03 11:46:36,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image"}' 2019-01-03 11:46:36,734 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb X-Openstack-Request-Id: req-e1bb1a19-a047-4874-a54f-b09dc358b7ae Date: Thu, 03 Jan 2019 11:46:36 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb", "min_disk": 0, "protected": false, "id": "d942a623-9625-411b-a5ad-ba60b8e433bb", "file": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb/file", "checksum": null, "owner": "37fa0a67e90e42b7adc066f1084f30c2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:36,735 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e1bb1a19-a047-4874-a54f-b09dc358b7ae 2019-01-03 11:46:36,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" -d '' 2019-01-03 11:46:38,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ffd7b341-7912-4de6-8acb-fce244cbfa9d Date: Thu, 03 Jan 2019 11:46:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:46:38,144 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb/file used request id req-ffd7b341-7912-4de6-8acb-fce244cbfa9d 2019-01-03 11:46:38,145 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:46:38,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:38,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-14e5cdac-e2c9-460b-8f0c-cb75f1eceeb0 Date: Thu, 03 Jan 2019 11:46:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:38Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d942a623-9625-411b-a5ad-ba60b8e433bb/snap", "metadata": {}}], "self": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb", "min_disk": 0, "protected": false, "id": "d942a623-9625-411b-a5ad-ba60b8e433bb", "file": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "37fa0a67e90e42b7adc066f1084f30c2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d942a623-9625-411b-a5ad-ba60b8e433bb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:38,332 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb used request id req-14e5cdac-e2c9-460b-8f0c-cb75f1eceeb0 2019-01-03 11:46:38,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:38,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4a853720-aed2-4b6d-ae0c-fb92e9423d6d Date: Thu, 03 Jan 2019 11:46: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"}}} 2019-01-03 11:46:38,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4a853720-aed2-4b6d-ae0c-fb92e9423d6d 2019-01-03 11:46:38,498 - create_image - INFO - Created image with name - CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image 2019-01-03 11:46:38,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:46:38,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-98e574cf-0e69-48b0-a033-67820ee0a410 Date: Thu, 03 Jan 2019 11:46:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:46:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:46:38Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d942a623-9625-411b-a5ad-ba60b8e433bb/snap", "metadata": {}}], "self": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb", "min_disk": 0, "protected": false, "id": "d942a623-9625-411b-a5ad-ba60b8e433bb", "file": "/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "37fa0a67e90e42b7adc066f1084f30c2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/d942a623-9625-411b-a5ad-ba60b8e433bb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:46:38,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb used request id req-98e574cf-0e69-48b0-a033-67820ee0a410 2019-01-03 11:46:38,522 - create_image - DEBUG - Instance status is - active 2019-01-03 11:46:38,522 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image 2019-01-03 11:46:38,522 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image 2019-01-03 11:46:38,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:38,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:38,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["8wIi96TeSI-Q7Z0tha6K8Q"], "issued_at": "2019-01-03T11:46:38.000000Z"}} 2019-01-03 11:46:38,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aab22996d480e7f7562f938cae0a39e2aa37f45" 2019-01-03 11:46:39,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539bb7b6-d67b-4bf7-bac4-efe07a37c101 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:39,001 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-539bb7b6-d67b-4bf7-bac4-efe07a37c101 2019-01-03 11:46:39,002 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:46:39,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aab22996d480e7f7562f938cae0a39e2aa37f45" 2019-01-03 11:46:39,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-b0f33199-7931-4797-85ef-363e6a59dbf2 x-compute-request-id: req-b0f33199-7931-4797-85ef-363e6a59dbf2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:46:39,201 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-b0f33199-7931-4797-85ef-363e6a59dbf2 2019-01-03 11:46:39,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aab22996d480e7f7562f938cae0a39e2aa37f45" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:46:39,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-3787bfce-2c80-4be8-91c7-d238d7241813 x-compute-request-id: req-3787bfce-2c80-4be8-91c7-d238d7241813 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/192502df-4ce2-4196-ad35-0391b1f673ef", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/192502df-4ce2-4196-ad35-0391b1f673ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "192502df-4ce2-4196-ad35-0391b1f673ef", "name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:46:39,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3787bfce-2c80-4be8-91c7-d238d7241813 2019-01-03 11:46:39,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:46:39,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:46:39,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "3ab460d537144e5ab272d24207f4c44a", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role"}], "expires_at": "2019-01-03T12:46:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37fa0a67e90e42b7adc066f1084f30c2", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-user", "id": "589b5e39b5d54138b7c685a507370ff5"}, "audit_ids": ["oxE2yrvJQCKHsMvEKBBK9A"], "issued_at": "2019-01-03T11:46:39.000000Z"}} 2019-01-03 11:46:39,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:39,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ba939f-0d84-430e-a6f7-0144910b68a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:46:39,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d7ba939f-0d84-430e-a6f7-0144910b68a7 2019-01-03 11:46:39,743 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:46:39,746 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:46:39,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:39,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:39 GMT Server: Apache x-openstack-request-id: req-2dadb7c6-56b0-4f7c-b24f-91eb00fe9eab Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:46:39,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack used request id req-2dadb7c6-56b0-4f7c-b24f-91eb00fe9eab 2019-01-03 11:46:39,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-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-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}}' 2019-01-03 11:46:42,050 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:46:39 GMT Server: Apache x-openstack-request-id: req-de19d3b3-6a84-4eaf-8497-a077ac0e6546 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}]}} 2019-01-03 11:46:42,050 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks used request id req-de19d3b3-6a84-4eaf-8497-a077ac0e6546 2019-01-03 11:46:42,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:42,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:42 GMT Server: Apache x-openstack-request-id: req-47e0f7b5-1714-45ee-b4e8-36613b42af18 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:42,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:42 GMT Server: Apache x-openstack-request-id: req-dfe516a6-6948-47ad-9613-ebd7c51ea35a 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:42,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-dfe516a6-6948-47ad-9613-ebd7c51ea35a 2019-01-03 11:46:42,275 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:46:42,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:42,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:42 GMT Server: Apache x-openstack-request-id: req-8514a4bb-2d49-465d-9af0-b5c2ab739604 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:42,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:42 GMT Server: Apache x-openstack-request-id: req-a41fe984-2dbc-40cc-8532-19a3fe079c54 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:42,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-a41fe984-2dbc-40cc-8532-19a3fe079c54 2019-01-03 11:46:42,711 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:46:42,711 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:45,714 - create_stack - DEBUG - Stack status query timeout in 1196.56097507 2019-01-03 11:46:45,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:45,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:45 GMT Server: Apache x-openstack-request-id: req-db81b11a-d4ad-4b45-af6d-8e67dc7cd383 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:46,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:45 GMT Server: Apache x-openstack-request-id: req-4c010df8-d2eb-4742-87fc-f5f1d454c53b 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:46,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-4c010df8-d2eb-4742-87fc-f5f1d454c53b 2019-01-03 11:46:46,072 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:46:46,072 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:49,075 - create_stack - DEBUG - Stack status query timeout in 1193.20005202 2019-01-03 11:46:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:49,256 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:49 GMT Server: Apache x-openstack-request-id: req-082169a6-3427-4dae-8d3f-5373abccec55 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:49,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:49 GMT Server: Apache x-openstack-request-id: req-c1518d71-6451-47e8-99fd-df96b6a9525a 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:49,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-c1518d71-6451-47e8-99fd-df96b6a9525a 2019-01-03 11:46:49,483 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:46:49,483 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:52,486 - create_stack - DEBUG - Stack status query timeout in 1189.78872108 2019-01-03 11:46:52,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:52,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:52 GMT Server: Apache x-openstack-request-id: req-8acda8be-4c31-4e2c-8069-5e44c28db7eb Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:52,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:52 GMT Server: Apache x-openstack-request-id: req-b2e3f65d-4a9c-4049-9475-ed1f7dec0680 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:52,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-b2e3f65d-4a9c-4049-9475-ed1f7dec0680 2019-01-03 11:46:52,836 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:46:52,836 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:55,839 - create_stack - DEBUG - Stack status query timeout in 1186.43607402 2019-01-03 11:46:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:56,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:55 GMT Server: Apache x-openstack-request-id: req-b0348507-d4bf-42c5-ba8e-f91a432f3787 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:56,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:56 GMT Server: Apache x-openstack-request-id: req-527dd304-d489-4114-b791-86499bdaeda9 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:56,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-527dd304-d489-4114-b791-86499bdaeda9 2019-01-03 11:46:56,216 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:46:56,216 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:46:59,219 - create_stack - DEBUG - Stack status query timeout in 1183.05608296 2019-01-03 11:46:59,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:46:59,383 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:46:59 GMT Server: Apache x-openstack-request-id: req-1c41c6d3-2870-483e-800d-f21265a8ccdd Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:46:59,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:46:59 GMT Server: Apache x-openstack-request-id: req-e07079a0-eeba-41f4-8c31-522aadc634c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:46:59,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-e07079a0-eeba-41f4-8c31-522aadc634c8 2019-01-03 11:46:59,955 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:46:59,956 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:46:59,956 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:46:59,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:00,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "3ab460d537144e5ab272d24207f4c44a", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role"}], "expires_at": "2019-01-03T12:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37fa0a67e90e42b7adc066f1084f30c2", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/37fa0a67e90e42b7adc066f1084f30c2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-user", "id": "589b5e39b5d54138b7c685a507370ff5"}, "audit_ids": ["R7PBjFmBRrWdBcYSxTWQuQ"], "issued_at": "2019-01-03T11:47:00.000000Z"}} 2019-01-03 11:47:00,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a19c62208d7c59891fed74905496a76461334f42" 2019-01-03 11:47:00,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:00 GMT Server: Apache x-openstack-request-id: req-32ef905c-8746-4b2b-86ae-5814bb3ccc12 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:01,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:00 GMT Server: Apache x-openstack-request-id: req-8db5b676-2a83-4a15-8d2b-7bdd2e9ec0a2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:01,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-8db5b676-2a83-4a15-8d2b-7bdd2e9ec0a2 2019-01-03 11:47:01,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:01,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-c9f460f0-ea59-4719-81bc-8e2eb1996075 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:01,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-8e6a22bb-f6d5-4969-b398-4f1ec7c02d76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:01,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-8e6a22bb-f6d5-4969-b398-4f1ec7c02d76 2019-01-03 11:47:01,292 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:47:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:01,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-c5d6a202-ee9e-4541-a9c1-a3e450917b5b Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:01,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-818d39f2-e8aa-44d1-af80-44bffc91786c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:01,560 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-818d39f2-e8aa-44d1-af80-44bffc91786c 2019-01-03 11:47:01,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:01,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-55401f9c-dce7-4555-9071-2941016317c8 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:01,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:01 GMT Server: Apache x-openstack-request-id: req-17c192a5-18f1-46b2-bab8-c822d33f9fbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:01,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-17c192a5-18f1-46b2-bab8-c822d33f9fbe 2019-01-03 11:47:01,923 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:47:01,923 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:04,926 - create_stack - DEBUG - Stack status query timeout in 1196.63433909 2019-01-03 11:47:04,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:04,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:04 GMT Server: Apache x-openstack-request-id: req-46070d00-0183-4b5d-a706-71a8701700ed Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:05,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:04 GMT Server: Apache x-openstack-request-id: req-69eab160-7970-4b22-a266-4d914133e3d5 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "tags": null, "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:47:01Z", "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:05,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-69eab160-7970-4b22-a266-4d914133e3d5 2019-01-03 11:47:05,126 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:47:05,127 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:08,130 - create_stack - DEBUG - Stack status query timeout in 1193.43102694 2019-01-03 11:47:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:08,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:08 GMT Server: Apache x-openstack-request-id: req-ba722615-3661-4f11-bf87-d6b7f455bc1e Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:08,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:08 GMT Server: Apache x-openstack-request-id: req-1e01776f-cce0-4943-9a21-eada7c00c3a1 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "tags": null, "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:47:01Z", "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:08,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-1e01776f-cce0-4943-9a21-eada7c00c3a1 2019-01-03 11:47:08,182 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:47:08,182 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:11,185 - create_stack - DEBUG - Stack status query timeout in 1190.37596011 2019-01-03 11:47:11,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:11,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:11 GMT Server: Apache x-openstack-request-id: req-1a45f140-cea6-4b51-b2fc-2af330f20e37 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:11,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:11 GMT Server: Apache x-openstack-request-id: req-3556c1e0-ee7a-44bc-a7b9-26954de78dd9 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": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "tags": null, "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:47:01Z", "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:11,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-3556c1e0-ee7a-44bc-a7b9-26954de78dd9 2019-01-03 11:47:11,378 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:47:11,378 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:14,380 - create_stack - DEBUG - Stack status query timeout in 1187.18099904 2019-01-03 11:47:14,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:14,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:14 GMT Server: Apache x-openstack-request-id: req-77427b45-e7fd-4a6a-801f-ce049e8caac1 Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:14,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:14 GMT Server: Apache x-openstack-request-id: req-931c4a19-34f5-4f27-807f-8c856fb672bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "37fa0a67e90e42b7adc066f1084f30c2", "OS::stack_id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "image_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image", "inst_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-inst", "subnet_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-subnet", "flavor_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-flavor-name", "net_name": "CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-net"}, "deletion_time": "2019-01-03T11:47:14Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack", "stack_user_project_id": "5bac81d4f7124768ab57c53484063a21", "tags": null, "creation_time": "2019-01-03T11:46:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:47:01Z", "id": "1f9882ce-d188-4387-bbd1-b6c7b357cf7d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:14,436 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-931c4a19-34f5-4f27-807f-8c856fb672bf 2019-01-03 11:47:14,437 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:47:14,437 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:47:14,437 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack 2019-01-03 11:47:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/1f9882ce-d188-4387-bbd1-b6c7b357cf7d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b2fa436b155bef177daae695fe4a2efab794457" 2019-01-03 11:47:14,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:14 GMT Server: Apache x-openstack-request-id: req-651acfaa-a978-4b94-912e-bab33f9f020a Location: http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:14,490 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:47:14 GMT Server: Apache x-openstack-request-id: req-0014c8eb-a8f4-4ad2-97d8-95d535037274 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:47:14,490 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/37fa0a67e90e42b7adc066f1084f30c2/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-stack/1f9882ce-d188-4387-bbd1-b6c7b357cf7d used request id req-0014c8eb-a8f4-4ad2-97d8-95d535037274 2019-01-03 11:47:14,491 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d2b87985-ea56-44f8-a9ee-ca71e928b676-image 2019-01-03 11:47:14,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}62fc76ba71e98cacef6d3c0f8a15791eef8bd132" 2019-01-03 11:47:15,725 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6cc5ca3c-21c7-4974-b643-1671f9866f2b Date: Thu, 03 Jan 2019 11:47:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:47:15,725 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/d942a623-9625-411b-a5ad-ba60b8e433bb used request id req-6cc5ca3c-21c7-4974-b643-1671f9866f2b 2019-01-03 11:47:15,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/192502df-4ce2-4196-ad35-0391b1f673ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aab22996d480e7f7562f938cae0a39e2aa37f45" 2019-01-03 11:47:15,780 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-06bc26ae-2a4d-4cb4-8dca-fa8515ff65ee x-compute-request-id: req-06bc26ae-2a4d-4cb4-8dca-fa8515ff65ee Content-Length: 0 Content-Type: application/json 2019-01-03 11:47:15,780 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/192502df-4ce2-4196-ad35-0391b1f673ef used request id req-06bc26ae-2a4d-4cb4-8dca-fa8515ff65ee 2019-01-03 11:47:15,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-78f3c340-50bf-406a-bb98-256deee465af Date: Thu, 03 Jan 2019 11:47:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "created_at": "2019-01-03T11:46:42Z", "updated_at": "2019-01-03T11:46:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "revision_number": 0, "id": "64e0a901-1561-4050-8ae9-930c531fba4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "37fa0a67e90e42b7adc066f1084f30c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "revision_number": 0, "id": "710ab001-64f4-42d3-aca0-7ea173d019ce", "remote_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "port_range_min": null, "ethertype": "IPv6", "project_id": "37fa0a67e90e42b7adc066f1084f30c2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "revision_number": 0, "id": "8da6bca8-73c3-4344-a93b-8e504af096fd", "remote_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "37fa0a67e90e42b7adc066f1084f30c2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "revision_number": 0, "id": "9939c532-e113-4a58-a759-e4d1d6c4a073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "port_range_min": null, "ethertype": "IPv4", "project_id": "37fa0a67e90e42b7adc066f1084f30c2"}], "revision_number": 4, "project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:47:16,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-78f3c340-50bf-406a-bb98-256deee465af 2019-01-03 11:47:16,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26e0cbe-c050-49d9-8eef-e5ec5bbf791d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:47:16,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b26e0cbe-c050-49d9-8eef-e5ec5bbf791d 2019-01-03 11:47:16,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d850e471-8348-4510-888a-ef106459e697 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:47:16,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-d850e471-8348-4510-888a-ef106459e697 2019-01-03 11:47:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91af58e0-0a5a-4a79-bf0e-f4c39b22600a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:47:16,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-91af58e0-0a5a-4a79-bf0e-f4c39b22600a 2019-01-03 11:47:16,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c29984-0545-42b7-b1d6-b75a77073a12 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2"}, "enabled": true, "id": "37fa0a67e90e42b7adc066f1084f30c2", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-3ae8396c-9776-4b4-proj"}} 2019-01-03 11:47:16,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2 used request id req-e5c29984-0545-42b7-b1d6-b75a77073a12 2019-01-03 11:47:16,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57f2b89-f8e6-4d44-b3d9-f864a1b54541 2019-01-03 11:47:16,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e57f2b89-f8e6-4d44-b3d9-f864a1b54541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-91431b50-55db-4f70-8033-6ea4404a13a0 Date: Thu, 03 Jan 2019 11:47: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": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "port_range_min": null, "revision_number": 0, "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "created_at": "2019-01-03T11:46:42Z", "project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "64e0a901-1561-4050-8ae9-930c531fba4b"}, {"remote_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "port_range_min": null, "revision_number": 0, "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "created_at": "2019-01-03T11:46:42Z", "project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "710ab001-64f4-42d3-aca0-7ea173d019ce"}, {"remote_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "port_range_min": null, "revision_number": 0, "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "created_at": "2019-01-03T11:46:42Z", "project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "8da6bca8-73c3-4344-a93b-8e504af096fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:46:42Z", "security_group_id": "e57f2b89-f8e6-4d44-b3d9-f864a1b54541", "port_range_min": null, "revision_number": 0, "tenant_id": "37fa0a67e90e42b7adc066f1084f30c2", "created_at": "2019-01-03T11:46:42Z", "project_id": "37fa0a67e90e42b7adc066f1084f30c2", "id": "9939c532-e113-4a58-a759-e4d1d6c4a073"}]} 2019-01-03 11:47:16,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e57f2b89-f8e6-4d44-b3d9-f864a1b54541 used request id req-91431b50-55db-4f70-8033-6ea4404a13a0 2019-01-03 11:47:16,576 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:47:16,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e57f2b89-f8e6-4d44-b3d9-f864a1b54541 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:16,882 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d95b2691-cc18-42b0-bb09-64557d85ca0d Content-Length: 0 Date: Thu, 03 Jan 2019 11:47:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:47:16,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e57f2b89-f8e6-4d44-b3d9-f864a1b54541 used request id req-d95b2691-cc18-42b0-bb09-64557d85ca0d 2019-01-03 11:47:16,883 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3ae8396c-9776-4b4-proj 2019-01-03 11:47:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:17,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f17b3d5-1b46-4653-851f-3e060510154f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:17,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/37fa0a67e90e42b7adc066f1084f30c2 used request id req-9f17b3d5-1b46-4653-851f-3e060510154f 2019-01-03 11:47:17,213 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3ae8396c-9776-4b4-proj-role 2019-01-03 11:47:17,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:17,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24943b30-4574-4275-a148-102845403d18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:17,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/3ab460d537144e5ab272d24207f4c44a used request id req-24943b30-4574-4275-a148-102845403d18 2019-01-03 11:47:17,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684e9633db0d1bd87c697716eaf6542bee62edf9" 2019-01-03 11:47:17,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428d2e17-8dfe-4cb1-95c4-0511558c2514 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:47:17,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-428d2e17-8dfe-4cb1-95c4-0511558c2514 2019-01-03 11:47:17,433 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3ae8396c-9776-4b4-user 2019-01-03 11:47:17,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/589b5e39b5d54138b7c685a507370ff5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a2261dac21b11d9336eda1d77c144e25b72c02f" 2019-01-03 11:47:17,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c4681a-38ce-4097-a504-f5618dd9cd19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:17,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/589b5e39b5d54138b7c685a507370ff5 used request id req-88c4681a-38ce-4097-a504-f5618dd9cd19 2019-01-03 11:47:17,701 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:18,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gFVkMk79SZW6pXFT_c2PJw"], "issued_at": "2019-01-03T11:47:18.000000Z"}} 2019-01-03 11:47:18,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8cc94eb451fa252b2db794e55863cd705e120d" 2019-01-03 11:47:18,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cdbd466-5a0f-4a45-9f11-24a8c5221189 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:18,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2cdbd466-5a0f-4a45-9f11-24a8c5221189 2019-01-03 11:47:18,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:18,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:18,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DZRQnsBdSQeEBkpChVtNrw"], "issued_at": "2019-01-03T11:47:18.000000Z"}} 2019-01-03 11:47:18,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:18,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a62a410-b52e-4fd9-b0f8-af2ea9c4dc78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:18,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2a62a410-b52e-4fd9-b0f8-af2ea9c4dc78 2019-01-03 11:47:18,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:47:18,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:47:18,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0785899-18a1-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:18,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db7cf0ad-dfae-4510-a10e-759b170b31d6 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0785899-18a1-49a-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:47:18,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d0785899-18a1-49a-proj used request id req-db7cf0ad-dfae-4510-a10e-759b170b31d6 2019-01-03 11:47:18,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:18,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f56cfe-79ae-4217-bec4-0346958038f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:47:18,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-a8f56cfe-79ae-4217-bec4-0346958038f2 2019-01-03 11:47:18,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}}' 2019-01-03 11:47:18,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:47:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56277e4c-8f9b-45be-90dc-2d3a34c6ee69 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4"}, "enabled": true, "id": "cb75397882e145fa985b40781f8f46b4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}} 2019-01-03 11:47:18,941 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-56277e4c-8f9b-45be-90dc-2d3a34c6ee69 2019-01-03 11:47:18,941 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d0785899-18a1-49a-proj 2019-01-03 11:47:18,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:18,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:19,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:47:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UQ2Ym6i7ShOH-LBKrfKGdQ"], "issued_at": "2019-01-03T11:47:19.000000Z"}} 2019-01-03 11:47:19,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:19,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d558bac2-aa15-42d6-a030-5e67d288c905 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:19,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d558bac2-aa15-42d6-a030-5e67d288c905 2019-01-03 11:47:19,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:47:19,415 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:47: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:47:19,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:19,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0090312-d99e-4678-807c-6036d6573442 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:47:19,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c0090312-d99e-4678-807c-6036d6573442 2019-01-03 11:47:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:19,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62edfb42-5263-409a-9868-4a04acecde8a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4"}, "enabled": true, "id": "cb75397882e145fa985b40781f8f46b4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}]} 2019-01-03 11:47:19,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj used request id req-62edfb42-5263-409a-9868-4a04acecde8a 2019-01-03 11:47:19,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:19,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e5f8d7-00de-425c-af8a-423ea21a1aac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:47:19,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-92e5f8d7-00de-425c-af8a-423ea21a1aac 2019-01-03 11:47:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef86f46-c989-4b84-b924-bc97ad178398 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:47:20,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ef86f46-c989-4b84-b924-bc97ad178398 2019-01-03 11:47:20,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d10528d-a04f-48b4-a3f6-4f75bc4899e0 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4"}, "enabled": true, "id": "cb75397882e145fa985b40781f8f46b4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}]} 2019-01-03 11:47:20,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-d0785899-18a1-49a-proj used request id req-6d10528d-a04f-48b4-a3f6-4f75bc4899e0 2019-01-03 11:47:20,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/4e12918133b94325adf53ece31b95a8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af80fcaa-b368-4a03-b9d4-68984ae32723 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-d0785899-18a1-49a-user", "links": {"self": "http://172.30.9.28:5000/v3/users/4e12918133b94325adf53ece31b95a8e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cb75397882e145fa985b40781f8f46b4", "id": "4e12918133b94325adf53ece31b95a8e", "password_expires_at": null}} 2019-01-03 11:47:20,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/4e12918133b94325adf53ece31b95a8e used request id req-af80fcaa-b368-4a03-b9d4-68984ae32723 2019-01-03 11:47:20,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdc3792-b2ca-45d7-88e0-3003a9ef9a95 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:47:20,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles used request id req-6cdc3792-b2ca-45d7-88e0-3003a9ef9a95 2019-01-03 11:47:20,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c5308e-d67e-4115-83f7-64177fba6840 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:47:20,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-10c5308e-d67e-4115-83f7-64177fba6840 2019-01-03 11:47:20,838 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d0785899-18a1-49a-proj 2019-01-03 11:47:20,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:47:20,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14502bae-82b2-4bb6-a5d0-47ef4e868e75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:20,961 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles/2aca817175ef438fbb85334767ec61a1 used request id req-14502bae-82b2-4bb6-a5d0-47ef4e868e75 2019-01-03 11:47:20,961 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d0785899-18a1-49a-user 2019-01-03 11:47:20,962 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:20,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:21,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c638e2-fe38-4a71-8b54-17938b6cab6a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:47:21,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-43c638e2-fe38-4a71-8b54-17938b6cab6a 2019-01-03 11:47:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" -d '{"role": {"name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}}' 2019-01-03 11:47:21,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:47:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-658add4e-6fa1-48d8-8a50-d6db61e3a6c7 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "202a2e93440a4e0d96d9ddd1ae50ebc6", "links": {"self": "http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6"}, "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}} 2019-01-03 11:47:21,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-658add4e-6fa1-48d8-8a50-d6db61e3a6c7 2019-01-03 11:47:21,174 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d0785899-18a1-49a-proj-role 2019-01-03 11:47:21,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:21,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c92f8e-84bc-4dab-8730-609d43832440 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6"}, "domain_id": null, "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role", "id": "202a2e93440a4e0d96d9ddd1ae50ebc6"}} 2019-01-03 11:47:21,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 used request id req-23c92f8e-84bc-4dab-8730-609d43832440 2019-01-03 11:47:21,193 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d0785899-18a1-49a-proj-role to project CreateStackSuccessTests-d0785899-18a1-49a-proj 2019-01-03 11:47:21,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:47:21,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8583be3b-bb09-4e8b-8491-6ac34063f6db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:21,332 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4/users/4e12918133b94325adf53ece31b95a8e/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 used request id req-8583be3b-bb09-4e8b-8491-6ac34063f6db 2019-01-03 11:47:21,332 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:47:21,333 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:47:21,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:21,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:21,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "202a2e93440a4e0d96d9ddd1ae50ebc6", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T12:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb75397882e145fa985b40781f8f46b4", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0785899-18a1-49a-user", "id": "4e12918133b94325adf53ece31b95a8e"}, "audit_ids": ["tubhzzhIQWuyVyt02sgk5g"], "issued_at": "2019-01-03T11:47:21.000000Z"}} 2019-01-03 11:47:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:21,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c63281c7-2708-4d7d-b964-cead48f206c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:21,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c63281c7-2708-4d7d-b964-cead48f206c9 2019-01-03 11:47:21,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:21,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-49a52e11-132f-4257-9ef7-a375564338a2 Date: Thu, 03 Jan 2019 11:47:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image"} 2019-01-03 11:47:21,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image used request id req-49a52e11-132f-4257-9ef7-a375564338a2 2019-01-03 11:47:21,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:22,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87ccbd7e-1139-48d9-bf2d-07de43a8fd9f Date: Thu, 03 Jan 2019 11:47: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"}}} 2019-01-03 11:47:22,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-87ccbd7e-1139-48d9-bf2d-07de43a8fd9f 2019-01-03 11:47:22,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image"}' 2019-01-03 11:47:22,375 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 X-Openstack-Request-Id: req-0e6ff4bb-1f0e-4035-becd-7986c320f444 Date: Thu, 03 Jan 2019 11:47:22 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:47:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:47:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "min_disk": 0, "protected": false, "id": "9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "file": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/file", "checksum": null, "owner": "cb75397882e145fa985b40781f8f46b4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:47:22,375 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0e6ff4bb-1f0e-4035-becd-7986c320f444 2019-01-03 11:47:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" -d '' 2019-01-03 11:47:24,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c38536b8-2a4a-4836-af63-73cd2123946e Date: Thu, 03 Jan 2019 11:47:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:47:24,275 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/file used request id req-c38536b8-2a4a-4836-af63-73cd2123946e 2019-01-03 11:47:24,275 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:47:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:24,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-28fb8863-29c2-482b-9ea7-5e776ba02ffe Date: Thu, 03 Jan 2019 11:47:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:47:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:47:24Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/snap", "metadata": {}}], "self": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "min_disk": 0, "protected": false, "id": "9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "file": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cb75397882e145fa985b40781f8f46b4", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:47:24,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 used request id req-28fb8863-29c2-482b-9ea7-5e776ba02ffe 2019-01-03 11:47:24,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:24,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-134c01ae-6339-4adf-80c7-f74309784c22 Date: Thu, 03 Jan 2019 11:47: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"}}} 2019-01-03 11:47:24,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-134c01ae-6339-4adf-80c7-f74309784c22 2019-01-03 11:47:24,616 - create_image - INFO - Created image with name - CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image 2019-01-03 11:47:24,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:47:24,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-772bccb9-258a-4e8e-bad8-5de4d29300c9 Date: Thu, 03 Jan 2019 11:47:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:47:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:47:24Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/snap", "metadata": {}}], "self": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "min_disk": 0, "protected": false, "id": "9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5", "file": "/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cb75397882e145fa985b40781f8f46b4", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:47:24,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 used request id req-772bccb9-258a-4e8e-bad8-5de4d29300c9 2019-01-03 11:47:24,777 - create_image - DEBUG - Instance status is - active 2019-01-03 11:47:24,778 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image 2019-01-03 11:47:24,778 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image 2019-01-03 11:47:24,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:24,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:25,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["nUF8e8uEQ4Cn-On1hdnSVA"], "issued_at": "2019-01-03T11:47:25.000000Z"}} 2019-01-03 11:47:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf75804785dfc7e3b47b8ccba433eae854ec443e" 2019-01-03 11:47:25,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf0becd-2723-4fe7-86b4-e83b4c518efd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:25,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9cf0becd-2723-4fe7-86b4-e83b4c518efd 2019-01-03 11:47:25,266 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:47:25,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf75804785dfc7e3b47b8ccba433eae854ec443e" 2019-01-03 11:47:25,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-d6589583-bf25-4280-9d12-0bfa03bc8dff x-compute-request-id: req-d6589583-bf25-4280-9d12-0bfa03bc8dff Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:47:25,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d6589583-bf25-4280-9d12-0bfa03bc8dff 2019-01-03 11:47:25,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf75804785dfc7e3b47b8ccba433eae854ec443e" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:47:25,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-f26981be-4c6d-47e5-a1df-203d6e1c339e x-compute-request-id: req-f26981be-4c6d-47e5-a1df-203d6e1c339e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/763a7c21-779d-4bde-8a07-179cc0c2385e", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/763a7c21-779d-4bde-8a07-179cc0c2385e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "763a7c21-779d-4bde-8a07-179cc0c2385e", "name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:47:25,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f26981be-4c6d-47e5-a1df-203d6e1c339e 2019-01-03 11:47:25,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:25,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:25,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "202a2e93440a4e0d96d9ddd1ae50ebc6", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T12:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb75397882e145fa985b40781f8f46b4", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0785899-18a1-49a-user", "id": "4e12918133b94325adf53ece31b95a8e"}, "audit_ids": ["9AeIIluaSyiOhi75aIHuhg"], "issued_at": "2019-01-03T11:47:25.000000Z"}} 2019-01-03 11:47:25,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:25,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c7393c-0c4e-46b1-93e0-65bce79dba47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:25,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-73c7393c-0c4e-46b1-93e0-65bce79dba47 2019-01-03 11:47:25,974 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:47:25,977 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:47:25,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:26,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:25 GMT Server: Apache x-openstack-request-id: req-fdfbd9d0-6d8d-4065-bf4d-c8dcb45ad36a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:47:26,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack used request id req-fdfbd9d0-6d8d-4065-bf4d-c8dcb45ad36a 2019-01-03 11:47:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-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-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}}' 2019-01-03 11:47:28,884 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:47:26 GMT Server: Apache x-openstack-request-id: req-96ff1661-911f-4f1b-914a-d3618f0e7a1f Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "249d8170-8472-44e7-a203-5fd796c41225", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}]}} 2019-01-03 11:47:28,884 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks used request id req-96ff1661-911f-4f1b-914a-d3618f0e7a1f 2019-01-03 11:47:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:29,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:28 GMT Server: Apache x-openstack-request-id: req-4d6ba50f-8f86-40e5-882f-059087040bfd Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:29,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:29 GMT Server: Apache x-openstack-request-id: req-3a811e65-3587-4525-940d-fba94a1c6800 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:29,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-3a811e65-3587-4525-940d-fba94a1c6800 2019-01-03 11:47:29,765 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:29,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:29,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:29 GMT Server: Apache x-openstack-request-id: req-ead72e1e-55f2-4a98-ac9e-32ad21d33518 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:30,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:29 GMT Server: Apache x-openstack-request-id: req-1de9073a-d292-4d3b-b551-12a2263ab9c3 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:30,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-1de9073a-d292-4d3b-b551-12a2263ab9c3 2019-01-03 11:47:30,246 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:47:30,246 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:33,250 - create_stack - DEBUG - Stack status query timeout in 1196.51560497 2019-01-03 11:47:33,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:33,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:33 GMT Server: Apache x-openstack-request-id: req-18963dff-2e51-4c0c-8294-76141ef39029 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:33,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:33 GMT Server: Apache x-openstack-request-id: req-00090669-9b3a-4997-a9db-155ba84d7d5f 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:33,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-00090669-9b3a-4997-a9db-155ba84d7d5f 2019-01-03 11:47:33,468 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:47:33,468 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:36,471 - create_stack - DEBUG - Stack status query timeout in 1193.29419112 2019-01-03 11:47:36,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:36,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:36 GMT Server: Apache x-openstack-request-id: req-fa0c9324-fdd5-4c75-a443-7edd46512fb9 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:36,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:36 GMT Server: Apache x-openstack-request-id: req-8735721c-2f03-40ef-bbce-b2732d54648d 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:36,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-8735721c-2f03-40ef-bbce-b2732d54648d 2019-01-03 11:47:36,543 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:47:36,543 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:39,546 - create_stack - DEBUG - Stack status query timeout in 1190.21908498 2019-01-03 11:47:39,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:39,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:39 GMT Server: Apache x-openstack-request-id: req-2dc48201-25ea-4d6a-bd78-60b43401b3aa Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:39,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:39 GMT Server: Apache x-openstack-request-id: req-51005e19-08a7-4bd4-a795-2cd89fd05e2f 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:39,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-51005e19-08a7-4bd4-a795-2cd89fd05e2f 2019-01-03 11:47:39,954 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:47:39,955 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:42,958 - create_stack - DEBUG - Stack status query timeout in 1186.80751896 2019-01-03 11:47:42,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:43,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:42 GMT Server: Apache x-openstack-request-id: req-5dbf50af-e66b-47c3-b78f-ce1dda044005 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:43,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:43 GMT Server: Apache x-openstack-request-id: req-e2076b39-24f2-4095-9977-b9fe25d6e9c1 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:43,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-e2076b39-24f2-4095-9977-b9fe25d6e9c1 2019-01-03 11:47:43,317 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:47:43,317 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:46,321 - create_stack - DEBUG - Stack status query timeout in 1183.44470596 2019-01-03 11:47:46,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:46,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:46 GMT Server: Apache x-openstack-request-id: req-49b52c68-c014-46b6-b591-ea4253e444a2 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:46,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:46 GMT Server: Apache x-openstack-request-id: req-4d3ffd1f-4465-4587-ad2b-96a32073d715 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:46,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-4d3ffd1f-4465-4587-ad2b-96a32073d715 2019-01-03 11:47:46,703 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:47:46,703 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:46,703 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:46,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:47,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "202a2e93440a4e0d96d9ddd1ae50ebc6", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T12:47:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb75397882e145fa985b40781f8f46b4", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0785899-18a1-49a-user", "id": "4e12918133b94325adf53ece31b95a8e"}, "audit_ids": ["KJdLhhjfRIOpYVelLBRzzQ"], "issued_at": "2019-01-03T11:47:47.000000Z"}} 2019-01-03 11:47:47,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d3bd246ceede2b94598cf2b7a0a7f8bb1762919" 2019-01-03 11:47:47,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:47 GMT Server: Apache x-openstack-request-id: req-e6952ce8-c687-4a41-9a47-b26246a6cb55 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:47,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:47 GMT Server: Apache x-openstack-request-id: req-bc149c4a-4472-4c4a-8271-dbfe96374fc4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:47,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-bc149c4a-4472-4c4a-8271-dbfe96374fc4 2019-01-03 11:47:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:47,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:47 GMT Server: Apache x-openstack-request-id: req-1c2ba054-f9bc-4c74-894b-719800bed411 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:47,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:47 GMT Server: Apache x-openstack-request-id: req-3727a046-b0fc-4aec-9eb7-5690cfe08c77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:47,745 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-3727a046-b0fc-4aec-9eb7-5690cfe08c77 2019-01-03 11:47:47,745 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:47:47,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:47:48,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "202a2e93440a4e0d96d9ddd1ae50ebc6", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj-role"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T12:47:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb75397882e145fa985b40781f8f46b4", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cb75397882e145fa985b40781f8f46b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d0785899-18a1-49a-user", "id": "4e12918133b94325adf53ece31b95a8e"}, "audit_ids": ["EKpeIkb4RmWycQJg8aZiBQ"], "issued_at": "2019-01-03T11:47:48.000000Z"}} 2019-01-03 11:47:48,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36341efdad8d507796e839a5358088335e3e13f3" 2019-01-03 11:47:48,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1dfc11b-b491-4da8-86cd-aa805db04c37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:47:48,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f1dfc11b-b491-4da8-86cd-aa805db04c37 2019-01-03 11:47:48,201 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:47:48,204 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:47:48,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36341efdad8d507796e839a5358088335e3e13f3" 2019-01-03 11:47:48,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:48 GMT Server: Apache x-openstack-request-id: req-fbac6451-ef88-4ef7-add7-72a0fc10a5a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "deletion_time": null, "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "249d8170-8472-44e7-a203-5fd796c41225", "tags": null}]} 2019-01-03 11:47:48,406 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack used request id req-fbac6451-ef88-4ef7-add7-72a0fc10a5a4 2019-01-03 11:47:48,407 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:48,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36341efdad8d507796e839a5358088335e3e13f3" 2019-01-03 11:47:48,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:48 GMT Server: Apache x-openstack-request-id: req-14cd0f57-7971-4bd2-9787-2b26d987bb71 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:49,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:48 GMT Server: Apache x-openstack-request-id: req-cfeea548-2b1f-4421-b849-eb01b6c56d2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:49,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-cfeea548-2b1f-4421-b849-eb01b6c56d2b 2019-01-03 11:47:49,271 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:49,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:49,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:49 GMT Server: Apache x-openstack-request-id: req-bed2e1d9-7d68-4d22-a40d-ecded97004e6 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:49,641 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:47:49 GMT Server: Apache x-openstack-request-id: req-668ebc89-00ed-4f39-bc6b-a952cd24257a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:47:49,641 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-668ebc89-00ed-4f39-bc6b-a952cd24257a 2019-01-03 11:47:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:49,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:49 GMT Server: Apache x-openstack-request-id: req-adf14c1b-3806-40d5-88da-347d257cb19d Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:49,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:49 GMT Server: Apache x-openstack-request-id: req-a980c66e-510f-40b5-8845-759fcc716d6b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 561 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "249d8170-8472-44e7-a203-5fd796c41225", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:49,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-a980c66e-510f-40b5-8845-759fcc716d6b 2019-01-03 11:47:49,812 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:47:49,812 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:52,816 - create_stack - DEBUG - Stack status query timeout in 1196.82607198 2019-01-03 11:47:52,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:52,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:52 GMT Server: Apache x-openstack-request-id: req-1eff3563-a3bf-45b6-a486-167264b175e3 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:53,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:52 GMT Server: Apache x-openstack-request-id: req-4cf47a62-e544-4414-9d72-7c2724366716 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "tags": null, "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:47:49Z", "id": "249d8170-8472-44e7-a203-5fd796c41225", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:53,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-4cf47a62-e544-4414-9d72-7c2724366716 2019-01-03 11:47:53,015 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:47:53,015 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:56,018 - create_stack - DEBUG - Stack status query timeout in 1193.62349105 2019-01-03 11:47:56,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:56,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:56 GMT Server: Apache x-openstack-request-id: req-4401ba12-8dfa-4cec-951c-fa5575336f9b Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:56,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:56 GMT Server: Apache x-openstack-request-id: req-94cb9847-9d10-4167-b688-6ef68c02166b 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "tags": null, "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:47:49Z", "id": "249d8170-8472-44e7-a203-5fd796c41225", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:56,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-94cb9847-9d10-4167-b688-6ef68c02166b 2019-01-03 11:47:56,075 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:47:56,075 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:47:59,078 - create_stack - DEBUG - Stack status query timeout in 1190.56336498 2019-01-03 11:47:59,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:59,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:59 GMT Server: Apache x-openstack-request-id: req-4b430d61-09b4-4d60-a2b0-aa75596cfa9f Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:59,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:47:59 GMT Server: Apache x-openstack-request-id: req-4cbe4ce8-e19b-49e5-928a-55028e23e06e 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": "cb75397882e145fa985b40781f8f46b4", "OS::stack_id": "249d8170-8472-44e7-a203-5fd796c41225", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "image_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image", "inst_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-inst", "subnet_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-subnet", "flavor_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-flavor-name", "net_name": "CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack", "stack_user_project_id": "a0d5c987d0cf4c28a12d4ad84292fa69", "tags": null, "creation_time": "2019-01-03T11:47:28Z", "links": [{"href": "http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:47:49Z", "id": "249d8170-8472-44e7-a203-5fd796c41225", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:47:59,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-4cbe4ce8-e19b-49e5-928a-55028e23e06e 2019-01-03 11:47:59,293 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:47:59,293 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:59,293 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack 2019-01-03 11:47:59,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/249d8170-8472-44e7-a203-5fd796c41225 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c9aef4fc18517331e0be9d3652f6011a1d7bc2b" 2019-01-03 11:47:59,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:47:59 GMT Server: Apache x-openstack-request-id: req-704a8f2d-2320-4b38-ba90-29949dad7c10 Location: http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:47:59,350 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:47:59 GMT Server: Apache x-openstack-request-id: req-965d5851-5bfa-49c5-a923-608d0f8440b4 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:47:59,350 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cb75397882e145fa985b40781f8f46b4/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-stack/249d8170-8472-44e7-a203-5fd796c41225 used request id req-965d5851-5bfa-49c5-a923-608d0f8440b4 2019-01-03 11:47:59,351 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3b76e69f-15b8-4c31-b9ac-c62e76842275-image 2019-01-03 11:47:59,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe651b618df0b6f01477c9be903379ba59f3258" 2019-01-03 11:48:00,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7acf59cb-25f3-4320-9d75-b21abca0a1f9 Date: Thu, 03 Jan 2019 11:48:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:48:00,726 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/9524c9e1-d3d0-4bc8-b564-2b80a7bbc1d5 used request id req-7acf59cb-25f3-4320-9d75-b21abca0a1f9 2019-01-03 11:48:00,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/763a7c21-779d-4bde-8a07-179cc0c2385e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf75804785dfc7e3b47b8ccba433eae854ec443e" 2019-01-03 11:48:00,780 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-be55f617-286a-4de2-83ca-bbd33ea69d5d x-compute-request-id: req-be55f617-286a-4de2-83ca-bbd33ea69d5d Content-Length: 0 Content-Type: application/json 2019-01-03 11:48:00,781 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/763a7c21-779d-4bde-8a07-179cc0c2385e used request id req-be55f617-286a-4de2-83ca-bbd33ea69d5d 2019-01-03 11:48:00,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:00,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-799bdfcb-6009-4937-83a9-be49b6755d6c Date: Thu, 03 Jan 2019 11:48:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb75397882e145fa985b40781f8f46b4", "created_at": "2019-01-03T11:47:29Z", "updated_at": "2019-01-03T11:47:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "revision_number": 0, "id": "3641ce94-415b-4f79-abd4-028ed2909946", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "tenant_id": "cb75397882e145fa985b40781f8f46b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb75397882e145fa985b40781f8f46b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "revision_number": 0, "id": "a71b6de6-8abd-4763-8b84-7768410c3ed3", "remote_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "tenant_id": "cb75397882e145fa985b40781f8f46b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb75397882e145fa985b40781f8f46b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "revision_number": 0, "id": "ad485de7-e159-49ed-a799-25e2340f1b01", "remote_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "remote_ip_prefix": null, "created_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "tenant_id": "cb75397882e145fa985b40781f8f46b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb75397882e145fa985b40781f8f46b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "revision_number": 0, "id": "ce0d6b37-4ce4-4eb7-838a-80387bf6a629", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "tenant_id": "cb75397882e145fa985b40781f8f46b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb75397882e145fa985b40781f8f46b4"}], "revision_number": 4, "project_id": "cb75397882e145fa985b40781f8f46b4", "id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:48:00,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-799bdfcb-6009-4937-83a9-be49b6755d6c 2019-01-03 11:48:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef0932ac-e586-4edc-9a06-bd2e59efc0b5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:48:01,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-ef0932ac-e586-4edc-9a06-bd2e59efc0b5 2019-01-03 11:48:01,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e2fac5-00a3-4afa-86fa-c49674730090 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:48:01,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-95e2fac5-00a3-4afa-86fa-c49674730090 2019-01-03 11:48:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390a5201-7c81-436a-9a36-efbdd6de390b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:48:01,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-390a5201-7c81-436a-9a36-efbdd6de390b 2019-01-03 11:48:01,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f9bc51-97d6-4138-9872-fbe30e18d0e8 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4"}, "enabled": true, "id": "cb75397882e145fa985b40781f8f46b4", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d0785899-18a1-49a-proj"}} 2019-01-03 11:48:01,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4 used request id req-e6f9bc51-97d6-4138-9872-fbe30e18d0e8 2019-01-03 11:48:01,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb3cca31-4447-49ba-9c6d-75e7cfdec3e4 2019-01-03 11:48:01,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eb3cca31-4447-49ba-9c6d-75e7cfdec3e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ecd93c6c-0f86-4cce-ae1c-d0fd277cce4b Date: Thu, 03 Jan 2019 11:48: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": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "port_range_min": null, "revision_number": 0, "tenant_id": "cb75397882e145fa985b40781f8f46b4", "created_at": "2019-01-03T11:47:29Z", "project_id": "cb75397882e145fa985b40781f8f46b4", "id": "3641ce94-415b-4f79-abd4-028ed2909946"}, {"remote_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "port_range_min": null, "revision_number": 0, "tenant_id": "cb75397882e145fa985b40781f8f46b4", "created_at": "2019-01-03T11:47:29Z", "project_id": "cb75397882e145fa985b40781f8f46b4", "id": "a71b6de6-8abd-4763-8b84-7768410c3ed3"}, {"remote_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "port_range_min": null, "revision_number": 0, "tenant_id": "cb75397882e145fa985b40781f8f46b4", "created_at": "2019-01-03T11:47:29Z", "project_id": "cb75397882e145fa985b40781f8f46b4", "id": "ad485de7-e159-49ed-a799-25e2340f1b01"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:47:29Z", "security_group_id": "eb3cca31-4447-49ba-9c6d-75e7cfdec3e4", "port_range_min": null, "revision_number": 0, "tenant_id": "cb75397882e145fa985b40781f8f46b4", "created_at": "2019-01-03T11:47:29Z", "project_id": "cb75397882e145fa985b40781f8f46b4", "id": "ce0d6b37-4ce4-4eb7-838a-80387bf6a629"}]} 2019-01-03 11:48:01,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=eb3cca31-4447-49ba-9c6d-75e7cfdec3e4 used request id req-ecd93c6c-0f86-4cce-ae1c-d0fd277cce4b 2019-01-03 11:48:01,551 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:48:01,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/eb3cca31-4447-49ba-9c6d-75e7cfdec3e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:01,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9b518a4-03f6-4ca8-bd40-d8e01c0074c1 Content-Length: 0 Date: Thu, 03 Jan 2019 11:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:48:01,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/eb3cca31-4447-49ba-9c6d-75e7cfdec3e4 used request id req-c9b518a4-03f6-4ca8-bd40-d8e01c0074c1 2019-01-03 11:48:01,946 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d0785899-18a1-49a-proj 2019-01-03 11:48:01,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:02,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d61a1a-4b9c-4151-aec2-f977e699194a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:02,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cb75397882e145fa985b40781f8f46b4 used request id req-f3d61a1a-4b9c-4151-aec2-f977e699194a 2019-01-03 11:48:02,147 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d0785899-18a1-49a-proj-role 2019-01-03 11:48:02,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:02,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670ef7d9-ee58-468d-9c59-e3816ba2e1fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:02,264 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/202a2e93440a4e0d96d9ddd1ae50ebc6 used request id req-670ef7d9-ee58-468d-9c59-e3816ba2e1fa 2019-01-03 11:48:02,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b53c22322d3c7a89f675602d4dbc42ded92ab2" 2019-01-03 11:48:02,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6777b3a-85cf-4d5f-bfb7-919194a90d7d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:02,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a6777b3a-85cf-4d5f-bfb7-919194a90d7d 2019-01-03 11:48:02,357 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d0785899-18a1-49a-user 2019-01-03 11:48:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/4e12918133b94325adf53ece31b95a8e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d36ab32704f5ced9d1f521ab073e466785a1743b" 2019-01-03 11:48:02,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-377dc6d7-1876-4371-ac04-3ed4e12c4936 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:02,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/4e12918133b94325adf53ece31b95a8e used request id req-377dc6d7-1876-4371-ac04-3ed4e12c4936 2019-01-03 11:48:02,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:02,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["y__81ww7TNONK3wy_9_dbQ"], "issued_at": "2019-01-03T11:48:02.000000Z"}} 2019-01-03 11:48:02,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19c3e9f6b8bbadca4de6cf6c750859fc27ccf292" 2019-01-03 11:48:03,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de4e3ad-b21c-41f3-b577-d26ab188a498 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:03,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1de4e3ad-b21c-41f3-b577-d26ab188a498 2019-01-03 11:48:03,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:03,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:03,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["bkjS9PI9SxeTvtb2XHXcbQ"], "issued_at": "2019-01-03T11:48:03.000000Z"}} 2019-01-03 11:48:03,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:03,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-792769a3-6d9a-43bd-b1a1-a19b5baafc89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:03,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-792769a3-6d9a-43bd-b1a1-a19b5baafc89 2019-01-03 11:48:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:48:03,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:48:03,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9b1007a-f678-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:03,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc1041f-fe1e-4f0b-b5df-1f5c72558401 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9b1007a-f678-492-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:48:03,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c9b1007a-f678-492-proj used request id req-6cc1041f-fe1e-4f0b-b5df-1f5c72558401 2019-01-03 11:48:03,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:03,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea57f86f-67f5-4418-a797-2da2b669f3bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:48:03,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ea57f86f-67f5-4418-a797-2da2b669f3bf 2019-01-03 11:48:03,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}}' 2019-01-03 11:48:03,822 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c1b1e35-cc9b-48a3-abc0-3b83d969f552 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd"}, "enabled": true, "id": "fda7caefa12a4d7f9a3275b225593bdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}} 2019-01-03 11:48:03,822 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-2c1b1e35-cc9b-48a3-abc0-3b83d969f552 2019-01-03 11:48:03,822 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c9b1007a-f678-492-proj 2019-01-03 11:48:03,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:03,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:04,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gJsHDTXMSDGY1Jel5dC6PA"], "issued_at": "2019-01-03T11:48:04.000000Z"}} 2019-01-03 11:48:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:04,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b6164b6-ed13-4333-b8da-f5d60d520fdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:04,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2b6164b6-ed13-4333-b8da-f5d60d520fdd 2019-01-03 11:48:04,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:48:04,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:48:04,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:04,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4866e538-7cc1-43a7-ba3f-d2f6dccae65d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:48:04,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4866e538-7cc1-43a7-ba3f-d2f6dccae65d 2019-01-03 11:48:04,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:04,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9330a666-4a54-4fcb-8483-461c473800d5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd"}, "enabled": true, "id": "fda7caefa12a4d7f9a3275b225593bdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}]} 2019-01-03 11:48:04,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj used request id req-9330a666-4a54-4fcb-8483-461c473800d5 2019-01-03 11:48:04,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:04,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f108e8-965c-4aec-a322-b1f50b128e27 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:48:04,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c0f108e8-965c-4aec-a322-b1f50b128e27 2019-01-03 11:48:04,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9272faab-da7a-4fe3-a96e-4ed542775360 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:05,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9272faab-da7a-4fe3-a96e-4ed542775360 2019-01-03 11:48:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce7e84c3-9868-43b3-af88-fb5705f31034 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd"}, "enabled": true, "id": "fda7caefa12a4d7f9a3275b225593bdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}]} 2019-01-03 11:48:05,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-c9b1007a-f678-492-proj used request id req-ce7e84c3-9868-43b3-af88-fb5705f31034 2019-01-03 11:48:05,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/9843d3a54d0143b19f7b2fe914092a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-243bb73d-f015-41c9-b85c-0f3363601037 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c9b1007a-f678-492-user", "links": {"self": "http://172.30.9.28:5000/v3/users/9843d3a54d0143b19f7b2fe914092a85"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "9843d3a54d0143b19f7b2fe914092a85", "password_expires_at": null}} 2019-01-03 11:48:05,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/9843d3a54d0143b19f7b2fe914092a85 used request id req-243bb73d-f015-41c9-b85c-0f3363601037 2019-01-03 11:48:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a68c0d-b8f3-4df4-813b-5dd4fad57f17 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:48:05,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles used request id req-f3a68c0d-b8f3-4df4-813b-5dd4fad57f17 2019-01-03 11:48:05,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-065985d1-3136-470a-97df-6c9098a50ed7 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:48:05,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-065985d1-3136-470a-97df-6c9098a50ed7 2019-01-03 11:48:05,387 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c9b1007a-f678-492-proj 2019-01-03 11:48:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:05,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16868326-e0c7-4447-b3d2-9a0e00a3fe2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:05,512 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles/2aca817175ef438fbb85334767ec61a1 used request id req-16868326-e0c7-4447-b3d2-9a0e00a3fe2b 2019-01-03 11:48:05,512 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c9b1007a-f678-492-user 2019-01-03 11:48:05,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:05,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:05,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c40777-5c24-406c-b12b-018c246ba35c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:05,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75c40777-5c24-406c-b12b-018c246ba35c 2019-01-03 11:48:05,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" -d '{"role": {"name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}}' 2019-01-03 11:48:05,870 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea706f90-4279-452c-a8e1-a110fd194e36 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9bca0a53ae841aebbbda8e2687a3c55", "links": {"self": "http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55"}, "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}} 2019-01-03 11:48:05,871 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-ea706f90-4279-452c-a8e1-a110fd194e36 2019-01-03 11:48:05,871 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c9b1007a-f678-492-proj-role 2019-01-03 11:48:05,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:05,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf521b1b-2871-4a1f-9fe0-0035cac65820 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55"}, "domain_id": null, "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role", "id": "c9bca0a53ae841aebbbda8e2687a3c55"}} 2019-01-03 11:48:05,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55 used request id req-cf521b1b-2871-4a1f-9fe0-0035cac65820 2019-01-03 11:48:05,957 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c9b1007a-f678-492-proj-role to project CreateStackSuccessTests-c9b1007a-f678-492-proj 2019-01-03 11:48:05,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles/c9bca0a53ae841aebbbda8e2687a3c55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:06,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9120653-66e5-49e4-9dcb-0eb934b57779 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:06,093 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd/users/9843d3a54d0143b19f7b2fe914092a85/roles/c9bca0a53ae841aebbbda8e2687a3c55 used request id req-d9120653-66e5-49e4-9dcb-0eb934b57779 2019-01-03 11:48:06,093 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:48:06,093 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:48:06,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:06,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:06,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "c9bca0a53ae841aebbbda8e2687a3c55", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}], "expires_at": "2019-01-03T12:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fda7caefa12a4d7f9a3275b225593bdd", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9b1007a-f678-492-user", "id": "9843d3a54d0143b19f7b2fe914092a85"}, "audit_ids": ["Rl6t87i2Q7m4_-kX0N8Cdg"], "issued_at": "2019-01-03T11:48:06.000000Z"}} 2019-01-03 11:48:06,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:06,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fcb5e43-0fb9-4d33-bc79-29573da75f92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:06,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8fcb5e43-0fb9-4d33-bc79-29573da75f92 2019-01-03 11:48:06,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:06,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-3ee784ef-c807-487b-a16e-99229d11375e Date: Thu, 03 Jan 2019 11:48:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image"} 2019-01-03 11:48:06,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image used request id req-3ee784ef-c807-487b-a16e-99229d11375e 2019-01-03 11:48:06,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:06,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4fc2c87f-e069-4436-b432-b20843b6a9bc Date: Thu, 03 Jan 2019 11:48: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"}}} 2019-01-03 11:48:06,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4fc2c87f-e069-4436-b432-b20843b6a9bc 2019-01-03 11:48:06,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image"}' 2019-01-03 11:48:07,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 X-Openstack-Request-Id: req-86dd5953-9485-4492-9bc8-39ddf60b6ff2 Date: Thu, 03 Jan 2019 11:48:07 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979", "min_disk": 0, "protected": false, "id": "f331dfac-2fd1-4c17-a822-ecd2b40c0979", "file": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/file", "checksum": null, "owner": "fda7caefa12a4d7f9a3275b225593bdd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:07,111 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-86dd5953-9485-4492-9bc8-39ddf60b6ff2 2019-01-03 11:48:07,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" -d '' 2019-01-03 11:48:08,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73d90dc6-f94b-480d-a54a-8430c7e1ff46 Date: Thu, 03 Jan 2019 11:48:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:48:08,226 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/file used request id req-73d90dc6-f94b-480d-a54a-8430c7e1ff46 2019-01-03 11:48:08,227 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:48:08,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:08,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-37e7cc1e-86dc-4a6b-a594-6701b1ebcb9f Date: Thu, 03 Jan 2019 11:48:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:08Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/snap", "metadata": {}}], "self": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979", "min_disk": 0, "protected": false, "id": "f331dfac-2fd1-4c17-a822-ecd2b40c0979", "file": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fda7caefa12a4d7f9a3275b225593bdd", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:08,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 used request id req-37e7cc1e-86dc-4a6b-a594-6701b1ebcb9f 2019-01-03 11:48:08,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:08,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d4098bd-16e1-426f-ad85-094e406b2579 Date: Thu, 03 Jan 2019 11: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"}}} 2019-01-03 11:48:08,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0d4098bd-16e1-426f-ad85-094e406b2579 2019-01-03 11:48:08,564 - create_image - INFO - Created image with name - CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image 2019-01-03 11:48:08,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:08,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0bdcb537-810b-46de-bd13-1b819e64deff Date: Thu, 03 Jan 2019 11:48:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:08Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/snap", "metadata": {}}], "self": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979", "min_disk": 0, "protected": false, "id": "f331dfac-2fd1-4c17-a822-ecd2b40c0979", "file": "/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fda7caefa12a4d7f9a3275b225593bdd", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:08,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 used request id req-0bdcb537-810b-46de-bd13-1b819e64deff 2019-01-03 11:48:08,728 - create_image - DEBUG - Instance status is - active 2019-01-03 11:48:08,728 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image 2019-01-03 11:48:08,728 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image 2019-01-03 11:48:08,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:08,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:09,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QHmNmgSZSoOxbznUSxNS0Q"], "issued_at": "2019-01-03T11:48:09.000000Z"}} 2019-01-03 11:48:09,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f85cbf30c86f824cb3b2d0d69c87f76229c0c78" 2019-01-03 11:48:09,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b18151e-a8b7-40bd-9f7b-07f21a31cc4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:09,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4b18151e-a8b7-40bd-9f7b-07f21a31cc4e 2019-01-03 11:48:09,194 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:48:09,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f85cbf30c86f824cb3b2d0d69c87f76229c0c78" 2019-01-03 11:48:09,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23b6c919-ed32-4687-bdfb-9c72d90ef3ae x-compute-request-id: req-23b6c919-ed32-4687-bdfb-9c72d90ef3ae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:48:09,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-23b6c919-ed32-4687-bdfb-9c72d90ef3ae 2019-01-03 11:48:09,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f85cbf30c86f824cb3b2d0d69c87f76229c0c78" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:48:09,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a777e80-099f-41e8-8d6f-e18992ab4ee9 x-compute-request-id: req-4a777e80-099f-41e8-8d6f-e18992ab4ee9 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2ce9e5a3-eae3-47dc-86ee-70b0f063ba23", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2ce9e5a3-eae3-47dc-86ee-70b0f063ba23", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2ce9e5a3-eae3-47dc-86ee-70b0f063ba23", "name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:48:09,431 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4a777e80-099f-41e8-8d6f-e18992ab4ee9 2019-01-03 11:48:09,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:09,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:09,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "c9bca0a53ae841aebbbda8e2687a3c55", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}], "expires_at": "2019-01-03T12:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fda7caefa12a4d7f9a3275b225593bdd", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9b1007a-f678-492-user", "id": "9843d3a54d0143b19f7b2fe914092a85"}, "audit_ids": ["jiN6IThpQsSPb70wUM_CKQ"], "issued_at": "2019-01-03T11:48:09.000000Z"}} 2019-01-03 11:48:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:09,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9291614b-8724-4e45-afea-ea8eda50f82a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:09,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9291614b-8724-4e45-afea-ea8eda50f82a 2019-01-03 11:48:09,888 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:48:09,891 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:48:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:10,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:09 GMT Server: Apache x-openstack-request-id: req-865dd1b2-fcec-4e22-9e7d-ab7a0278ae34 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:48:10,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack used request id req-865dd1b2-fcec-4e22-9e7d-ab7a0278ae34 2019-01-03 11:48:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-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-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}}' 2019-01-03 11:48:12,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:10 GMT Server: Apache x-openstack-request-id: req-e0c5d444-9753-4271-a5c3-e6544c795cc4 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}]}} 2019-01-03 11:48:12,374 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks used request id req-e0c5d444-9753-4271-a5c3-e6544c795cc4 2019-01-03 11:48:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:12,545 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:12 GMT Server: Apache x-openstack-request-id: req-29c61b8f-b44e-44f1-947c-ca3a430d567d Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:12,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:12 GMT Server: Apache x-openstack-request-id: req-ca7e17d0-6855-42a9-b9c8-03a5df1102f0 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:12,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-ca7e17d0-6855-42a9-b9c8-03a5df1102f0 2019-01-03 11:48:12,734 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:12,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:12,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:12 GMT Server: Apache x-openstack-request-id: req-d9360fd0-da24-45f3-bee1-9e1109691e09 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:12,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:12 GMT Server: Apache x-openstack-request-id: req-89f37f6e-6b02-4b59-9137-f2bb20d552c1 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:12,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-89f37f6e-6b02-4b59-9137-f2bb20d552c1 2019-01-03 11:48:12,948 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:12,949 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:15,952 - create_stack - DEBUG - Stack status query timeout in 1196.78270602 2019-01-03 11:48:15,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:15,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:15 GMT Server: Apache x-openstack-request-id: req-002121ed-b63d-42aa-8168-fd8d9abec229 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:16,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:15 GMT Server: Apache x-openstack-request-id: req-cbbe1142-fa0c-40ee-8f4f-5edb83488857 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:16,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-cbbe1142-fa0c-40ee-8f4f-5edb83488857 2019-01-03 11:48:16,166 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:16,166 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:19,170 - create_stack - DEBUG - Stack status query timeout in 1193.56491399 2019-01-03 11:48:19,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:19,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:19 GMT Server: Apache x-openstack-request-id: req-5562a6a3-3588-4c3f-af2b-a00d591fa106 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:19,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:19 GMT Server: Apache x-openstack-request-id: req-4bef9dbf-1ae0-4eb5-ab83-2bbd86e42ccd 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:19,381 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-4bef9dbf-1ae0-4eb5-ab83-2bbd86e42ccd 2019-01-03 11:48:19,381 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:19,381 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:22,384 - create_stack - DEBUG - Stack status query timeout in 1190.35007596 2019-01-03 11:48:22,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:22,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:22 GMT Server: Apache x-openstack-request-id: req-3a4c5c53-719c-4972-91fe-d29cd34e9239 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:22,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:22 GMT Server: Apache x-openstack-request-id: req-309a6319-9620-40e0-bbb7-232e397ae017 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:22,770 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-309a6319-9620-40e0-bbb7-232e397ae017 2019-01-03 11:48:22,770 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:22,770 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:25,774 - create_stack - DEBUG - Stack status query timeout in 1186.96088505 2019-01-03 11:48:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:25,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:25 GMT Server: Apache x-openstack-request-id: req-29d231e9-93b8-4a02-ab69-324f484d4591 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:26,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:25 GMT Server: Apache x-openstack-request-id: req-641ca2d8-fb97-4523-8b83-5ab6d0ff170a 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:26,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-641ca2d8-fb97-4523-8b83-5ab6d0ff170a 2019-01-03 11:48:26,133 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:26,133 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:29,136 - create_stack - DEBUG - Stack status query timeout in 1183.59824991 2019-01-03 11:48:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:29,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:29 GMT Server: Apache x-openstack-request-id: req-465ecffb-f03d-42e7-8a9a-f9f1fb6d8828 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:29,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:29 GMT Server: Apache x-openstack-request-id: req-ddfcf426-e1d0-4786-b370-501e053a9f1a 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:29,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-ddfcf426-e1d0-4786-b370-501e053a9f1a 2019-01-03 11:48:29,350 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:48:29,350 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:29,350 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:29,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:29,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:29 GMT Server: Apache x-openstack-request-id: req-244fe116-ec8f-4041-99c9-d196bdaf28fc Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:29,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:29 GMT Server: Apache x-openstack-request-id: req-7fde581e-5ecb-43ef-8092-bdb322835067 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T11:48:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:12Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "6e8e6505-2916-4f7e-a383-8febaf7a39ed", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T11:48:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:12Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "48e2401d-abf0-4acc-b97a-8f5eabd40ffd", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T11:48:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:12Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "1faeeece-35f6-4f65-8743-238d8bcb06c3", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T11:48:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d8c37f1f-563c-44eb-953d-d36059ed78cc", "resource_type": "OS::Nova::Server"}]} 2019-01-03 11:48:29,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9/resources used request id req-7fde581e-5ecb-43ef-8092-bdb322835067 2019-01-03 11:48:29,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:29,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2b4cfb0b-82e8-44a7-916c-a84e4d16d00f Date: Thu, 03 Jan 2019 11:48: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":["48e2401d-abf0-4acc-b97a-8f5eabd40ffd"],"updated_at":"2019-01-03T11:48:14Z","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fda7caefa12a4d7f9a3275b225593bdd","id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}]} 2019-01-03 11:48:29,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-2b4cfb0b-82e8-44a7-916c-a84e4d16d00f 2019-01-03 11:48:29,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:30,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-563a02b6-3cf2-4d4d-89c7-027a1f0b3598 Date: Thu, 03 Jan 2019 11:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:30,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-563a02b6-3cf2-4d4d-89c7-027a1f0b3598 2019-01-03 11:48:30,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:30,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a80891b5-30ef-4968-bd42-cc95ee1e3daa Date: Thu, 03 Jan 2019 11:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:30,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-a80891b5-30ef-4968-bd42-cc95ee1e3daa 2019-01-03 11:48:30,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:30,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:30,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "c9bca0a53ae841aebbbda8e2687a3c55", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}], "expires_at": "2019-01-03T12:48:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fda7caefa12a4d7f9a3275b225593bdd", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9b1007a-f678-492-user", "id": "9843d3a54d0143b19f7b2fe914092a85"}, "audit_ids": ["0mIWEihBSpCUCNObdGZrcw"], "issued_at": "2019-01-03T11:48:30.000000Z"}} 2019-01-03 11:48:30,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3cd00a7339bd37dffe86be4d1e10830887eedd" 2019-01-03 11:48:30,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-055d5953-4de4-4ad9-9c9f-b0f91a950481 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:30,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-055d5953-4de4-4ad9-9c9f-b0f91a950481 2019-01-03 11:48:30,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3cd00a7339bd37dffe86be4d1e10830887eedd" 2019-01-03 11:48:30,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-19f4434f-d089-416d-aa51-70d89c8430db Date: Thu, 03 Jan 2019 11:48: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":["48e2401d-abf0-4acc-b97a-8f5eabd40ffd"],"updated_at":"2019-01-03T11:48:14Z","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fda7caefa12a4d7f9a3275b225593bdd","id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}]} 2019-01-03 11:48:30,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net used request id req-19f4434f-d089-416d-aa51-70d89c8430db 2019-01-03 11:48:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:48:30,908 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:48:30,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3cd00a7339bd37dffe86be4d1e10830887eedd" 2019-01-03 11:48:30,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca9f426b-2d7d-4857-9589-ff5ce85c6aac Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd"}, "enabled": true, "id": "fda7caefa12a4d7f9a3275b225593bdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}} 2019-01-03 11:48:30,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd used request id req-ca9f426b-2d7d-4857-9589-ff5ce85c6aac 2019-01-03 11:48:30,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c3cd00a7339bd37dffe86be4d1e10830887eedd" 2019-01-03 11:48:31,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-89d284e2-7cf8-4681-955b-cde89d22b043 Date: Thu, 03 Jan 2019 11:48:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:31,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-89d284e2-7cf8-4681-955b-cde89d22b043 2019-01-03 11:48:31,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:31,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "c9bca0a53ae841aebbbda8e2687a3c55", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj-role"}], "expires_at": "2019-01-03T12:48:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fda7caefa12a4d7f9a3275b225593bdd", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fda7caefa12a4d7f9a3275b225593bdd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c9b1007a-f678-492-user", "id": "9843d3a54d0143b19f7b2fe914092a85"}, "audit_ids": ["cbEcMEXeQNas9qXpA9uxsA"], "issued_at": "2019-01-03T11:48:31.000000Z"}} 2019-01-03 11:48:31,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:31,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b52d7e1a-8bf9-4248-83ec-3c9ab48e471a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:31,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b52d7e1a-8bf9-4248-83ec-3c9ab48e471a 2019-01-03 11:48:31,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:32,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4a64be7f-77cb-42ca-9d20-b167d2ef6507 Date: Thu, 03 Jan 2019 11:48: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":["48e2401d-abf0-4acc-b97a-8f5eabd40ffd"],"updated_at":"2019-01-03T11:48:14Z","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fda7caefa12a4d7f9a3275b225593bdd","id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}]} 2019-01-03 11:48:32,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net used request id req-4a64be7f-77cb-42ca-9d20-b167d2ef6507 2019-01-03 11:48:32,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:32,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-bb1731ba-eaf1-4c68-b112-f096adc1c0e3 Date: Thu, 03 Jan 2019 11:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:32,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-bb1731ba-eaf1-4c68-b112-f096adc1c0e3 2019-01-03 11:48:32,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:32,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-32633850-c337-4e8b-a732-e73d5fd85dcb Date: Thu, 03 Jan 2019 11:48: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":["48e2401d-abf0-4acc-b97a-8f5eabd40ffd"],"updated_at":"2019-01-03T11:48:14Z","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fda7caefa12a4d7f9a3275b225593bdd","id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}]} 2019-01-03 11:48:32,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-32633850-c337-4e8b-a732-e73d5fd85dcb 2019-01-03 11:48:32,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:32,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a834501a-e5eb-4bac-b843-0283aaa03a3d Date: Thu, 03 Jan 2019 11:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:32,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3 used request id req-a834501a-e5eb-4bac-b843-0283aaa03a3d 2019-01-03 11:48:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3&name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:32,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-64e2846d-5316-4181-ba8c-2e3bfe8f202f Date: Thu, 03 Jan 2019 11:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}]} 2019-01-03 11:48:32,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=1faeeece-35f6-4f65-8743-238d8bcb06c3&name=CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet used request id req-64e2846d-5316-4181-ba8c-2e3bfe8f202f 2019-01-03 11:48:32,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/48e2401d-abf0-4acc-b97a-8f5eabd40ffd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fb970f783682a731b32eff729564f84a4291c79" 2019-01-03 11:48:33,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-e4ceacae-d36c-4c85-b2c7-b7cf7f61139c Date: Thu, 03 Jan 2019 11:48:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1faeeece-35f6-4f65-8743-238d8bcb06c3","tenant_id":"fda7caefa12a4d7f9a3275b225593bdd","created_at":"2019-01-03T11:48:14Z","dns_nameservers":[],"updated_at":"2019-01-03T11:48:14Z","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":"fda7caefa12a4d7f9a3275b225593bdd","id":"48e2401d-abf0-4acc-b97a-8f5eabd40ffd","subnetpool_id":null,"name":"CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet"}} 2019-01-03 11:48:33,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/48e2401d-abf0-4acc-b97a-8f5eabd40ffd used request id req-e4ceacae-d36c-4c85-b2c7-b7cf7f61139c 2019-01-03 11:48:33,016 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:33,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:33,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:33 GMT Server: Apache x-openstack-request-id: req-485211b6-9327-42a3-bb4a-b5b78e096013 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:33,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:33 GMT Server: Apache x-openstack-request-id: req-d956e916-22cb-4319-8cfd-22fb2237d98a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:33,423 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-d956e916-22cb-4319-8cfd-22fb2237d98a 2019-01-03 11:48:33,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:33,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:33 GMT Server: Apache x-openstack-request-id: req-d6bcf61c-c02f-4a36-8e9c-2386ec919e95 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:33,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:33 GMT Server: Apache x-openstack-request-id: req-a2f2cc06-c959-443a-a5c8-90d6da810111 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "tags": null, "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:48:33Z", "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:33,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-a2f2cc06-c959-443a-a5c8-90d6da810111 2019-01-03 11:48:33,633 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:48:33,633 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:36,636 - create_stack - DEBUG - Stack status query timeout in 1196.78721809 2019-01-03 11:48:36,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:36,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:36 GMT Server: Apache x-openstack-request-id: req-cdfff219-765a-4139-ad02-4e66e029b58a Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:36,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:36 GMT Server: Apache x-openstack-request-id: req-1fdc0ab0-e7d0-4fe7-be60-073db1ac52fd 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "tags": null, "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:48:33Z", "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:36,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-1fdc0ab0-e7d0-4fe7-be60-073db1ac52fd 2019-01-03 11:48:36,687 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:48:36,687 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:39,690 - create_stack - DEBUG - Stack status query timeout in 1193.733042 2019-01-03 11:48:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:39,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:39 GMT Server: Apache x-openstack-request-id: req-cced2c57-9c24-4b79-a65f-9ab80d777830 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:39,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:39 GMT Server: Apache x-openstack-request-id: req-d671836a-4814-476e-898e-0d6c1d14dbd7 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "tags": null, "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:48:33Z", "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:39,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-d671836a-4814-476e-898e-0d6c1d14dbd7 2019-01-03 11:48:39,994 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:48:39,994 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:42,997 - create_stack - DEBUG - Stack status query timeout in 1190.42571902 2019-01-03 11:48:43,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:43,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:43 GMT Server: Apache x-openstack-request-id: req-1d5e869d-cbd4-419a-8bd5-35ba9bad2dd3 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:43,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:43 GMT Server: Apache x-openstack-request-id: req-6b8bd444-b257-40e0-9d2f-3525162fd4f4 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "tags": null, "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:48:33Z", "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:43,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-6b8bd444-b257-40e0-9d2f-3525162fd4f4 2019-01-03 11:48:43,215 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:48:43,215 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:48:46,218 - create_stack - DEBUG - Stack status query timeout in 1187.2047379 2019-01-03 11:48:46,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:46,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:46 GMT Server: Apache x-openstack-request-id: req-ab6dc623-abb1-422d-86a5-f416249584fe Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:46,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:46 GMT Server: Apache x-openstack-request-id: req-fe086f02-58d8-490a-ba74-ac900a5b2f41 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": "fda7caefa12a4d7f9a3275b225593bdd", "OS::stack_id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "image_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image", "inst_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-inst", "subnet_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-subnet", "flavor_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-flavor-name", "net_name": "CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack", "stack_user_project_id": "1f4308dc7a7644f1aaea1ea6563a67d6", "tags": null, "creation_time": "2019-01-03T11:48:11Z", "links": [{"href": "http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:48:33Z", "id": "27d6aeb7-1d33-49ef-af39-d132223992e9", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:46,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-fe086f02-58d8-490a-ba74-ac900a5b2f41 2019-01-03 11:48:46,446 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:48:46,446 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:46,446 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack 2019-01-03 11:48:46,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/27d6aeb7-1d33-49ef-af39-d132223992e9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62dd3eeebcad188d11f6a5d6d92787bf06acbe03" 2019-01-03 11:48:46,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:46 GMT Server: Apache x-openstack-request-id: req-1dc4cf43-b115-4a29-b78a-bb1e9fb70aa3 Location: http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:46,501 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:48:46 GMT Server: Apache x-openstack-request-id: req-0c3e0953-772b-43a7-aa06-229ba977cdbd Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:48:46,501 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/fda7caefa12a4d7f9a3275b225593bdd/stacks/CreateStackSuccessTests-CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-stack/27d6aeb7-1d33-49ef-af39-d132223992e9 used request id req-0c3e0953-772b-43a7-aa06-229ba977cdbd 2019-01-03 11:48:46,502 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-e056d532-cf67-4da0-bed2-4fed972bd40e-image 2019-01-03 11:48:46,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c292f0a66b8e0317708fb512b12c0177a51bdb18" 2019-01-03 11:48:47,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef6c20db-f35c-4416-9a5b-832898fef8f5 Date: Thu, 03 Jan 2019 11:48:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:48:47,013 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f331dfac-2fd1-4c17-a822-ecd2b40c0979 used request id req-ef6c20db-f35c-4416-9a5b-832898fef8f5 2019-01-03 11:48:47,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/2ce9e5a3-eae3-47dc-86ee-70b0f063ba23 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f85cbf30c86f824cb3b2d0d69c87f76229c0c78" 2019-01-03 11:48:47,057 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4b2bc46-d965-44ae-9cb3-92356616377b x-compute-request-id: req-b4b2bc46-d965-44ae-9cb3-92356616377b Content-Length: 0 Content-Type: application/json 2019-01-03 11:48:47,057 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/2ce9e5a3-eae3-47dc-86ee-70b0f063ba23 used request id req-b4b2bc46-d965-44ae-9cb3-92356616377b 2019-01-03 11:48:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:47,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-168f16cf-8620-4c0e-b4ac-b14e31b3d13c Date: Thu, 03 Jan 2019 11:48:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "created_at": "2019-01-03T11:48:12Z", "updated_at": "2019-01-03T11:48:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "revision_number": 0, "id": "14ba9631-74a8-41f6-8cc3-ee196dde8bbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fda7caefa12a4d7f9a3275b225593bdd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "revision_number": 0, "id": "1a8a78ca-c286-4152-a215-8f0e9aa64fa5", "remote_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fda7caefa12a4d7f9a3275b225593bdd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "revision_number": 0, "id": "792259cc-c786-41ea-9627-f2822b05dbf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "port_range_min": null, "ethertype": "IPv6", "project_id": "fda7caefa12a4d7f9a3275b225593bdd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "revision_number": 0, "id": "b6dc829a-fb00-4ebb-8752-888908fbd7f1", "remote_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "port_range_min": null, "ethertype": "IPv4", "project_id": "fda7caefa12a4d7f9a3275b225593bdd"}], "revision_number": 4, "project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:48:47,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-168f16cf-8620-4c0e-b4ac-b14e31b3d13c 2019-01-03 11:48:47,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:47,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6439ad30-4a4d-497e-9ec5-daadbc9026eb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:48:47,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-6439ad30-4a4d-497e-9ec5-daadbc9026eb 2019-01-03 11:48:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:47,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c31a06-8e37-4364-99bf-0963f4a3fcb5 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:48:47,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-f9c31a06-8e37-4364-99bf-0963f4a3fcb5 2019-01-03 11:48:47,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:47,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99eb1335-7d82-47a1-838c-dd2eaa641940 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd"}, "enabled": true, "id": "fda7caefa12a4d7f9a3275b225593bdd", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c9b1007a-f678-492-proj"}} 2019-01-03 11:48:47,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd used request id req-99eb1335-7d82-47a1-838c-dd2eaa641940 2019-01-03 11:48:47,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9fa41062-aba0-4a3a-81e4-3f1308765fd7 2019-01-03 11:48:47,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9fa41062-aba0-4a3a-81e4-3f1308765fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:47,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f940651d-8b85-47b0-9f2e-f3a9ac44db60 Date: Thu, 03 Jan 2019 11:48: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": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "created_at": "2019-01-03T11:48:12Z", "project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "14ba9631-74a8-41f6-8cc3-ee196dde8bbd"}, {"remote_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "created_at": "2019-01-03T11:48:12Z", "project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "1a8a78ca-c286-4152-a215-8f0e9aa64fa5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "created_at": "2019-01-03T11:48:12Z", "project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "792259cc-c786-41ea-9627-f2822b05dbf7"}, {"remote_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:12Z", "security_group_id": "9fa41062-aba0-4a3a-81e4-3f1308765fd7", "port_range_min": null, "revision_number": 0, "tenant_id": "fda7caefa12a4d7f9a3275b225593bdd", "created_at": "2019-01-03T11:48:12Z", "project_id": "fda7caefa12a4d7f9a3275b225593bdd", "id": "b6dc829a-fb00-4ebb-8752-888908fbd7f1"}]} 2019-01-03 11:48:47,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=9fa41062-aba0-4a3a-81e4-3f1308765fd7 used request id req-f940651d-8b85-47b0-9f2e-f3a9ac44db60 2019-01-03 11:48:47,734 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:48:47,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/9fa41062-aba0-4a3a-81e4-3f1308765fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:48,037 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e18193b-3b1e-40cb-bc14-faceaaf1e651 Content-Length: 0 Date: Thu, 03 Jan 2019 11:48:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:48:48,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/9fa41062-aba0-4a3a-81e4-3f1308765fd7 used request id req-4e18193b-3b1e-40cb-bc14-faceaaf1e651 2019-01-03 11:48:48,038 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c9b1007a-f678-492-proj 2019-01-03 11:48:48,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:48,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fd4f564-3f2a-4d49-b270-e2952d7c235c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:48,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fda7caefa12a4d7f9a3275b225593bdd used request id req-9fd4f564-3f2a-4d49-b270-e2952d7c235c 2019-01-03 11:48:48,347 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c9b1007a-f678-492-proj-role 2019-01-03 11:48:48,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:48,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61744a2b-55be-4e19-874d-ae2e5d5a3ee1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:48,455 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c9bca0a53ae841aebbbda8e2687a3c55 used request id req-61744a2b-55be-4e19-874d-ae2e5d5a3ee1 2019-01-03 11:48:48,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}753ccdd43f9fa1c0c840e0fe17e89b98b8b44725" 2019-01-03 11:48:48,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a15345c-b1bc-4b47-8685-87bd5c7fd44e Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:48,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0a15345c-b1bc-4b47-8685-87bd5c7fd44e 2019-01-03 11:48:48,552 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c9b1007a-f678-492-user 2019-01-03 11:48:48,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/9843d3a54d0143b19f7b2fe914092a85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da1e21825f627a18c4b3b1d3313143a63cbb739" 2019-01-03 11:48:48,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1743651b-d8be-4147-95fe-7b5b2be23d2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:48,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/9843d3a54d0143b19f7b2fe914092a85 used request id req-1743651b-d8be-4147-95fe-7b5b2be23d2f 2019-01-03 11:48:48,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:49,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fIRdYSn7SVWlcgH5wIlReg"], "issued_at": "2019-01-03T11:48:49.000000Z"}} 2019-01-03 11:48:49,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0070e769fe1b96f93d437fb40d0bcfb389aeec34" 2019-01-03 11:48:49,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d8f549-ab71-4ee1-a5e1-39d37c2a03fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:49,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27d8f549-ab71-4ee1-a5e1-39d37c2a03fc 2019-01-03 11:48:49,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:49,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:49,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["S0HD-LJ6RBmgfLbZ0N96Iw"], "issued_at": "2019-01-03T11:48:49.000000Z"}} 2019-01-03 11:48:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:49,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73780ffc-7b5e-4da2-92e7-f2221d2e18a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:49,700 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-73780ffc-7b5e-4da2-92e7-f2221d2e18a0 2019-01-03 11:48:49,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:48:49,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:48: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:48:49,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca632581-f07d-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:49,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d69aa18c-be4c-4c6c-91cb-a562b1d04812 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca632581-f07d-4e1-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:48:49,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-ca632581-f07d-4e1-proj used request id req-d69aa18c-be4c-4c6c-91cb-a562b1d04812 2019-01-03 11:48:49,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:49,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0ef005-ee89-4079-9ed2-5202f95021c5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:48:49,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-de0ef005-ee89-4079-9ed2-5202f95021c5 2019-01-03 11:48:49,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}}' 2019-01-03 11:48:50,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fd3e0f1-a5ef-4630-849a-e2ae10b44c36 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:48:50,006 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6fd3e0f1-a5ef-4630-849a-e2ae10b44c36 2019-01-03 11:48:50,007 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-ca632581-f07d-4e1-proj 2019-01-03 11:48:50,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:50,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:50,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["3i5A5kYnQ76Brr5BoZ6NJQ"], "issued_at": "2019-01-03T11:48:50.000000Z"}} 2019-01-03 11:48:50,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:50,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93709eab-cc62-4d96-b22a-00fe42ec4401 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:50,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-93709eab-cc62-4d96-b22a-00fe42ec4401 2019-01-03 11:48:50,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:48:50,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:48:50,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:50,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c2ac3a-2e73-458a-819f-6c0fb50b6817 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:48:50,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-91c2ac3a-2e73-458a-819f-6c0fb50b6817 2019-01-03 11:48:50,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:50,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b026fbd-fed6-4781-847b-98ee7cb8f3f4 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}]} 2019-01-03 11:48:50,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj used request id req-2b026fbd-fed6-4781-847b-98ee7cb8f3f4 2019-01-03 11:48:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:50,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea33bec-0c1d-4495-813d-8f9d3f220406 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:48:50,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4ea33bec-0c1d-4495-813d-8f9d3f220406 2019-01-03 11:48:51,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6daea0b-a08d-4aa5-bf24-0c1f7b34e316 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:51,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c6daea0b-a08d-4aa5-bf24-0c1f7b34e316 2019-01-03 11:48:51,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c07a2e-1c20-4858-970c-22398dd1da18 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}]} 2019-01-03 11:48:51,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSuccessTests-ca632581-f07d-4e1-proj used request id req-10c07a2e-1c20-4858-970c-22398dd1da18 2019-01-03 11:48:51,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/3089ef00f49e42d78fb96f2c1562088e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-758ae7db-f3a6-4fb6-bd02-b691982b3dd6 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-ca632581-f07d-4e1-user", "links": {"self": "http://172.30.9.28:5000/v3/users/3089ef00f49e42d78fb96f2c1562088e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "438275fd8a464f22baee24004dead065", "id": "3089ef00f49e42d78fb96f2c1562088e", "password_expires_at": null}} 2019-01-03 11:48:51,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/3089ef00f49e42d78fb96f2c1562088e used request id req-758ae7db-f3a6-4fb6-bd02-b691982b3dd6 2019-01-03 11:48:51,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2516405-10af-4e93-b8a0-9f0dfd1def16 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:48:51,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles used request id req-d2516405-10af-4e93-b8a0-9f0dfd1def16 2019-01-03 11:48:51,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810264c5-1463-4055-8b28-ac0f87c30922 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:48:51,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-810264c5-1463-4055-8b28-ac0f87c30922 2019-01-03 11:48:51,500 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-ca632581-f07d-4e1-proj 2019-01-03 11:48:51,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:48:51,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b39d1054-d7c0-4762-bc90-0b321231ac76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:51,637 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles/2aca817175ef438fbb85334767ec61a1 used request id req-b39d1054-d7c0-4762-bc90-0b321231ac76 2019-01-03 11:48:51,637 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-ca632581-f07d-4e1-user 2019-01-03 11:48:51,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:51,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:51,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84a09933-df5d-4246-b7d7-d4ee82d3d4b3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:48:51,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-84a09933-df5d-4246-b7d7-d4ee82d3d4b3 2019-01-03 11:48:51,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" -d '{"role": {"name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}}' 2019-01-03 11:48:51,838 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c5c9c29-ca86-44c3-a6b7-d18952f023db Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "faffb19614e74b2e8aefe2334fec7291", "links": {"self": "http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291"}, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}} 2019-01-03 11:48:51,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-0c5c9c29-ca86-44c3-a6b7-d18952f023db 2019-01-03 11:48:51,839 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-ca632581-f07d-4e1-proj-role 2019-01-03 11:48:51,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:51,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea1a0bb-8ed8-46db-b095-10a3c228a5b2 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291"}, "domain_id": null, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role", "id": "faffb19614e74b2e8aefe2334fec7291"}} 2019-01-03 11:48:51,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291 used request id req-7ea1a0bb-8ed8-46db-b095-10a3c228a5b2 2019-01-03 11:48:51,932 - keystone_utils - INFO - Granting role CreateStackSuccessTests-ca632581-f07d-4e1-proj-role to project CreateStackSuccessTests-ca632581-f07d-4e1-proj 2019-01-03 11:48:51,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles/faffb19614e74b2e8aefe2334fec7291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:48:52,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4500d605-1910-430d-9a6a-079e8bea1cb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:48:52,063 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065/users/3089ef00f49e42d78fb96f2c1562088e/roles/faffb19614e74b2e8aefe2334fec7291 used request id req-4500d605-1910-430d-9a6a-079e8bea1cb9 2019-01-03 11:48:52,064 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:48:52,064 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:48:52,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:52,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:52,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "faffb19614e74b2e8aefe2334fec7291", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}], "expires_at": "2019-01-03T12:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "438275fd8a464f22baee24004dead065", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-user", "id": "3089ef00f49e42d78fb96f2c1562088e"}, "audit_ids": ["QwiOz3wqTQu4PTBEF2Rz4A"], "issued_at": "2019-01-03T11:48:52.000000Z"}} 2019-01-03 11:48:52,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:52,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0567667-de7c-428b-9429-9ed2ad6bf7ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:52,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c0567667-de7c-428b-9429-9ed2ad6bf7ec 2019-01-03 11:48:52,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:52,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-17416ff2-cb5b-459e-a869-8f2960827f54 Date: Thu, 03 Jan 2019 11:48:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image"} 2019-01-03 11:48:52,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image used request id req-17416ff2-cb5b-459e-a869-8f2960827f54 2019-01-03 11:48:52,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:52,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c763d811-4035-44f7-bc78-dc8c2ee690ab Date: Thu, 03 Jan 2019 11:48: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"}}} 2019-01-03 11:48:52,961 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c763d811-4035-44f7-bc78-dc8c2ee690ab 2019-01-03 11:48:52,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image"}' 2019-01-03 11:48:53,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 X-Openstack-Request-Id: req-c7c90dee-a8a3-40ed-89b5-618d475f6ea8 Date: Thu, 03 Jan 2019 11:48:53 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4", "min_disk": 0, "protected": false, "id": "224341b3-c73e-4505-9bce-85a23a112be4", "file": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4/file", "checksum": null, "owner": "438275fd8a464f22baee24004dead065", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:53,183 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-c7c90dee-a8a3-40ed-89b5-618d475f6ea8 2019-01-03 11:48:53,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" -d '' 2019-01-03 11:48:54,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2001150-f53d-4d26-a12e-d5ef864b7dca Date: Thu, 03 Jan 2019 11:48:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:48:54,293 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4/file used request id req-d2001150-f53d-4d26-a12e-d5ef864b7dca 2019-01-03 11:48:54,293 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:48:54,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:54,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4cdd2cf5-d548-47b9-a945-dfa73e241068 Date: Thu, 03 Jan 2019 11:48:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:54Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/224341b3-c73e-4505-9bce-85a23a112be4/snap", "metadata": {}}], "self": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4", "min_disk": 0, "protected": false, "id": "224341b3-c73e-4505-9bce-85a23a112be4", "file": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "438275fd8a464f22baee24004dead065", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/224341b3-c73e-4505-9bce-85a23a112be4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:54,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 used request id req-4cdd2cf5-d548-47b9-a945-dfa73e241068 2019-01-03 11:48:54,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:54,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ba8d68bc-fc84-4053-b3d8-baf2d7821452 Date: Thu, 03 Jan 2019 11:48: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"}}} 2019-01-03 11:48:54,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ba8d68bc-fc84-4053-b3d8-baf2d7821452 2019-01-03 11:48:54,628 - create_image - INFO - Created image with name - CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image 2019-01-03 11:48:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:48:54,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-3de7531c-7638-42d7-b55a-8ba57d989727 Date: Thu, 03 Jan 2019 11:48:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:48:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:48:54Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/224341b3-c73e-4505-9bce-85a23a112be4/snap", "metadata": {}}], "self": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4", "min_disk": 0, "protected": false, "id": "224341b3-c73e-4505-9bce-85a23a112be4", "file": "/v2/images/224341b3-c73e-4505-9bce-85a23a112be4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "438275fd8a464f22baee24004dead065", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/224341b3-c73e-4505-9bce-85a23a112be4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:48:54,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 used request id req-3de7531c-7638-42d7-b55a-8ba57d989727 2019-01-03 11:48:54,788 - create_image - DEBUG - Instance status is - active 2019-01-03 11:48:54,788 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image 2019-01-03 11:48:54,788 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image 2019-01-03 11:48:54,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:54,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:55,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["1RIri-wfRje7E7s23QDZfw"], "issued_at": "2019-01-03T11:48:55.000000Z"}} 2019-01-03 11:48:55,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6647dd69a42cdfe27d78a7a12d37bf084d74554a" 2019-01-03 11:48:55,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae70de8-ce4f-4a5f-baa2-4abbef828491 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:55,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bae70de8-ce4f-4a5f-baa2-4abbef828491 2019-01-03 11:48:55,248 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:48:55,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6647dd69a42cdfe27d78a7a12d37bf084d74554a" 2019-01-03 11:48:55,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-9ddbf5f0-f5bb-4221-a45c-bce61a020399 x-compute-request-id: req-9ddbf5f0-f5bb-4221-a45c-bce61a020399 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:48:55,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9ddbf5f0-f5bb-4221-a45c-bce61a020399 2019-01-03 11:48:55,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6647dd69a42cdfe27d78a7a12d37bf084d74554a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:48:55,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0e4b0613-496c-4793-8df9-a4e055521a87 x-compute-request-id: req-0e4b0613-496c-4793-8df9-a4e055521a87 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:48:55,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0e4b0613-496c-4793-8df9-a4e055521a87 2019-01-03 11:48:55,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:48:55,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:48:55,887 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "faffb19614e74b2e8aefe2334fec7291", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}], "expires_at": "2019-01-03T12:48:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "438275fd8a464f22baee24004dead065", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-user", "id": "3089ef00f49e42d78fb96f2c1562088e"}, "audit_ids": ["BeYBjObMTPu4X2_ZXV-k3Q"], "issued_at": "2019-01-03T11:48:55.000000Z"}} 2019-01-03 11:48:55,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:48:55,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d521bcb7-6d37-4da9-90f9-64ccf2a18dfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:48:55,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d521bcb7-6d37-4da9-90f9-64ccf2a18dfb 2019-01-03 11:48:55,969 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:48:55,972 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:48:55,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:48:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:55 GMT Server: Apache x-openstack-request-id: req-6fb1154b-1bb7-4355-9da2-2da4281a2f69 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:48:56,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack used request id req-6fb1154b-1bb7-4355-9da2-2da4281a2f69 2019-01-03 11:48:56,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-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-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}}' 2019-01-03 11:48:58,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:48:56 GMT Server: Apache x-openstack-request-id: req-f4176e90-ec60-4f1d-b75f-bd6322d32371 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}]}} 2019-01-03 11:48:58,413 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks used request id req-f4176e90-ec60-4f1d-b75f-bd6322d32371 2019-01-03 11:48:58,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:48:58,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:58 GMT Server: Apache x-openstack-request-id: req-0693b0fc-b4e0-4e5c-a8c2-e4975096ec69 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:58,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:58 GMT Server: Apache x-openstack-request-id: req-05d6865b-5c07-4769-ac8f-42d2256ded6f 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:58,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-05d6865b-5c07-4769-ac8f-42d2256ded6f 2019-01-03 11:48:58,784 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:48:58,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:48:58,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:48:58 GMT Server: Apache x-openstack-request-id: req-fd8f5149-5b87-4475-b805-1fd0b8452244 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:48:59,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:48:58 GMT Server: Apache x-openstack-request-id: req-78adf3ae-2305-4161-a0d2-fe4b89c640c3 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:48:59,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-78adf3ae-2305-4161-a0d2-fe4b89c640c3 2019-01-03 11:48:59,005 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:48:59,005 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:02,008 - create_stack - DEBUG - Stack status query timeout in 1196.775877 2019-01-03 11:49:02,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:02,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:02 GMT Server: Apache x-openstack-request-id: req-a9b5de7d-a81d-437b-acdb-8ad222d7bcdf Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:02,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:02 GMT Server: Apache x-openstack-request-id: req-3e025bff-1834-47c5-8ea5-87ca1e3656fa 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:02,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-3e025bff-1834-47c5-8ea5-87ca1e3656fa 2019-01-03 11:49:02,219 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:02,219 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:05,219 - create_stack - DEBUG - Stack status query timeout in 1193.56471801 2019-01-03 11:49:05,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:05,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:05 GMT Server: Apache x-openstack-request-id: req-33e94f60-8c37-46dc-9031-2bfba19453e3 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:05,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:05 GMT Server: Apache x-openstack-request-id: req-0489e442-a5d4-4af8-aa17-7ca39f91a8e3 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:05,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-0489e442-a5d4-4af8-aa17-7ca39f91a8e3 2019-01-03 11:49:05,637 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:05,637 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:08,641 - create_stack - DEBUG - Stack status query timeout in 1190.14329886 2019-01-03 11:49:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:08,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:08 GMT Server: Apache x-openstack-request-id: req-9de51de3-11f7-4adf-9131-979ef8c1a13a Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:09,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:08 GMT Server: Apache x-openstack-request-id: req-c33bfbe5-55dd-43d8-ad5d-6e3af0548122 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:09,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-c33bfbe5-55dd-43d8-ad5d-6e3af0548122 2019-01-03 11:49:09,034 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:09,034 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:12,038 - create_stack - DEBUG - Stack status query timeout in 1186.74641895 2019-01-03 11:49:12,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:12,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:12 GMT Server: Apache x-openstack-request-id: req-e0c6dd6a-fd66-4877-861e-a2c3c64c6e11 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:12,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:12 GMT Server: Apache x-openstack-request-id: req-976434c8-f409-4c62-96ea-651ffed2e9d8 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:12,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-976434c8-f409-4c62-96ea-651ffed2e9d8 2019-01-03 11:49:12,418 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:12,418 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:15,422 - create_stack - DEBUG - Stack status query timeout in 1183.36241388 2019-01-03 11:49:15,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:15,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:15 GMT Server: Apache x-openstack-request-id: req-7103e0af-9da1-4c50-ac38-457a6c616676 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:15,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:15 GMT Server: Apache x-openstack-request-id: req-f0d64b1a-93ea-42d8-a2b8-4dbb5e5a70e2 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:15,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-f0d64b1a-93ea-42d8-a2b8-4dbb5e5a70e2 2019-01-03 11:49:15,751 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:15,751 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:18,755 - create_stack - DEBUG - Stack status query timeout in 1180.02945185 2019-01-03 11:49:18,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:18,926 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:18 GMT Server: Apache x-openstack-request-id: req-21799a0d-96fc-431d-bdfe-5b36aaf96152 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:19,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:18 GMT Server: Apache x-openstack-request-id: req-03d9d8f1-712a-4e99-81f4-eb73d2fe3ee0 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:19,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-03d9d8f1-712a-4e99-81f4-eb73d2fe3ee0 2019-01-03 11:49:19,001 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:49:19,001 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:49:19,001 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:49:19,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:19,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:19 GMT Server: Apache x-openstack-request-id: req-3e1f885c-03e6-47ed-95eb-f97b507881dd Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:19,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:19 GMT Server: Apache x-openstack-request-id: req-1c982073-d277-4463-903b-d75b6e4cf053 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.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e76ded9e-5161-4dd1-ae37-ca1fb821045d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "24c5805f-9167-4e45-b0ba-53f3c2f1b755", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3e7191b4-525b-4cbc-86e0-59d12d44a23c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "resource_type": "OS::Nova::Server"}]} 2019-01-03 11:49:19,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources used request id req-1c982073-d277-4463-903b-d75b6e4cf053 2019-01-03 11:49:19,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49: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-69438040-10f5-4c79-b74a-307ce995ca42 x-compute-request-id: req-69438040-10f5-4c79-b74a-307ce995ca42 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:20,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-69438040-10f5-4c79-b74a-307ce995ca42 2019-01-03 11:49:20,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-1fabedfe-da7b-42f3-be56-eb834a9b97c1 Date: Thu, 03 Jan 2019 11:49:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:20,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-1fabedfe-da7b-42f3-be56-eb834a9b97c1 2019-01-03 11:49:20,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:49:20,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:49:20,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee842e4-ab35-49b6-898b-1f06523db85a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:20,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-bee842e4-ab35-49b6-898b-1f06523db85a 2019-01-03 11:49:20,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c45eb2ad-0d3c-4551-abba-e8e3cbfba450 Date: Thu, 03 Jan 2019 11:49:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:20,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-c45eb2ad-0d3c-4551-abba-e8e3cbfba450 2019-01-03 11:49:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-d4ac715b-6277-4c24-8407-0d168cd1fc78 Date: Thu, 03 Jan 2019 11:49:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:20,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-d4ac715b-6277-4c24-8407-0d168cd1fc78 2019-01-03 11:49:20,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:20 GMT Server: Apache x-openstack-request-id: req-04073459-5f4b-48c0-8765-76c19b1d01ab Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:20,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:20 GMT Server: Apache x-openstack-request-id: req-5b3eb011-3764-4d77-a76e-8f1c18147ca8 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.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "e76ded9e-5161-4dd1-ae37-ca1fb821045d", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "24c5805f-9167-4e45-b0ba-53f3c2f1b755", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "3e7191b4-525b-4cbc-86e0-59d12d44a23c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2019-01-03T11:48:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:48:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "resource_type": "OS::Nova::Server"}]} 2019-01-03 11:49:20,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33/resources used request id req-5b3eb011-3764-4d77-a76e-8f1c18147ca8 2019-01-03 11:49:20,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0f1860fc-531f-4819-9ea0-2764e6d72d99 x-compute-request-id: req-0f1860fc-531f-4819-9ea0-2764e6d72d99 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:49:20,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c used request id req-0f1860fc-531f-4819-9ea0-2764e6d72d99 2019-01-03 11:49:20,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/24c5805f-9167-4e45-b0ba-53f3c2f1b755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:20,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-86bb8b56-d74a-4acc-bb17-8db275000683 Date: Thu, 03 Jan 2019 11:49:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}} 2019-01-03 11:49:20,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/24c5805f-9167-4e45-b0ba-53f3c2f1b755 used request id req-86bb8b56-d74a-4acc-bb17-8db275000683 2019-01-03 11:49:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-214ca676-67a3-4b3c-9c44-44010ec9b3dc Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:21,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-214ca676-67a3-4b3c-9c44-44010ec9b3dc 2019-01-03 11:49:21,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5d047780-3cdf-49c8-a2dc-ef38b9010a47 Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:21,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-5d047780-3cdf-49c8-a2dc-ef38b9010a47 2019-01-03 11:49:21,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c21a4a69-1185-4619-b2eb-29d64f0588b1 Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:21,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-c21a4a69-1185-4619-b2eb-29d64f0588b1 2019-01-03 11:49:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1336a002-73aa-4ce4-a1fd-417e9fc9ca4d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:21,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-1336a002-73aa-4ce4-a1fd-417e9fc9ca4d 2019-01-03 11:49:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-af236a66-96c7-4a4d-afbe-d39aa10fdb2f Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:21,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-af236a66-96c7-4a4d-afbe-d39aa10fdb2f 2019-01-03 11:49:21,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c&mac_address=fa%3A16%3A3e%3A29%3A51%3Aaf&name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-2462751e-473b-4448-918e-c48c5221af25 Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:21,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c&mac_address=fa%3A16%3A3e%3A29%3A51%3Aaf&name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz&admin_state_up=True used request id req-2462751e-473b-4448-918e-c48c5221af25 2019-01-03 11:49:21,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd68d83-bffd-4eb4-bfc7-ff1ea83ca579 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:21,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-6bd68d83-bffd-4eb4-bfc7-ff1ea83ca579 2019-01-03 11:49:21,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-eb7e0601-0215-4f64-a1cc-5f878c9535a2 Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:21,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-eb7e0601-0215-4f64-a1cc-5f878c9535a2 2019-01-03 11:49:21,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-350c6e82-52fb-47da-aa12-c3a40641c87d Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:21,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-350c6e82-52fb-47da-aa12-c3a40641c87d 2019-01-03 11:49:21,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-1184d890-f945-48ad-9cad-f8a351327423 Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:21,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-1184d890-f945-48ad-9cad-f8a351327423 2019-01-03 11:49:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:21,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4fbe27d7-b441-4053-8620-97dcc11a335d Date: Thu, 03 Jan 2019 11:49:21 GMT RESP BODY: {"floatingips": []} 2019-01-03 11:49:21,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-4fbe27d7-b441-4053-8620-97dcc11a335d 2019-01-03 11:49:21,975 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:49:21,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:22,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "faffb19614e74b2e8aefe2334fec7291", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}], "expires_at": "2019-01-03T12:49:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "438275fd8a464f22baee24004dead065", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-user", "id": "3089ef00f49e42d78fb96f2c1562088e"}, "audit_ids": ["ZVYjoa6XTeOLmCppba4PtA"], "issued_at": "2019-01-03T11:49:22.000000Z"}} 2019-01-03 11:49:22,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:22,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfeeab2f-3185-4048-b940-b28976faef41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:22,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cfeeab2f-3185-4048-b940-b28976faef41 2019-01-03 11:49:22,508 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:49:22,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:22,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94052d82-3ad6-48d0-82d2-511cec13bc2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:22,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-94052d82-3ad6-48d0-82d2-511cec13bc2d 2019-01-03 11:49:22,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:22,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-19c9de5b-e599-41d8-9b6e-78cfed927794 Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:22,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-19c9de5b-e599-41d8-9b6e-78cfed927794 2019-01-03 11:49:22,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:49:22,864 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:49:22,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:22,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59cc9d45-c990-4076-bf5c-1c01445ef199 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:22,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-59cc9d45-c990-4076-bf5c-1c01445ef199 2019-01-03 11:49:22,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:23,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-baf776c1-8fab-4432-91e6-dea8c359db59 Date: Thu, 03 Jan 2019 11:49:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:23,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-baf776c1-8fab-4432-91e6-dea8c359db59 2019-01-03 11:49:23,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c&mac_address=fa%3A16%3A3e%3A29%3A51%3Aaf&name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:23,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-caae84fd-15c5-48a7-a342-cbadc13c1c2f Date: Thu, 03 Jan 2019 11:49:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:23,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c&mac_address=fa%3A16%3A3e%3A29%3A51%3Aaf&name=CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz&admin_state_up=True used request id req-caae84fd-15c5-48a7-a342-cbadc13c1c2f 2019-01-03 11:49:23,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:23,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c68a3ed-ad62-43ca-bac1-1f8121fef9e0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:23,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-6c68a3ed-ad62-43ca-bac1-1f8121fef9e0 2019-01-03 11:49:23,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:24,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49: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-a6d92033-3a08-4c5f-b5e1-1c38cf581cce x-compute-request-id: req-a6d92033-3a08-4c5f-b5e1-1c38cf581cce Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 11:49:24,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst used request id req-a6d92033-3a08-4c5f-b5e1-1c38cf581cce 2019-01-03 11:49:24,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:24,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-85bc7e9f-9c61-4dbb-80d5-02d4052b51f6 Date: Thu, 03 Jan 2019 11: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:24,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-85bc7e9f-9c61-4dbb-80d5-02d4052b51f6 2019-01-03 11:49:24,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:24,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fa66cbe4-3867-41b0-8bd3-55958f1df71f Date: Thu, 03 Jan 2019 11:49:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:24,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-fa66cbe4-3867-41b0-8bd3-55958f1df71f 2019-01-03 11:49:24,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:24,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-da01345d-16cc-4991-bff0-683d87f642d0 Date: Thu, 03 Jan 2019 11:49:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:24,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-da01345d-16cc-4991-bff0-683d87f642d0 2019-01-03 11:49:24,908 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst 2019-01-03 11:49:24,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:25,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9b5f27b6-61e5-42de-a5d8-5e735be56c1b Date: Thu, 03 Jan 2019 11:49:25 GMT RESP BODY: {"floatingips": []} 2019-01-03 11:49:25,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-9b5f27b6-61e5-42de-a5d8-5e735be56c1b 2019-01-03 11:49:25,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:25,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01d7040d-a83c-42e2-bb18-9623bce75879 x-compute-request-id: req-01d7040d-a83c-42e2-bb18-9623bce75879 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:25,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-01d7040d-a83c-42e2-bb18-9623bce75879 2019-01-03 11:49:25,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:26,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-54d58703-2ce0-4b4b-a7d2-95c371c29871 Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:26,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-54d58703-2ce0-4b4b-a7d2-95c371c29871 2019-01-03 11:49:26,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:26,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2fb1484-879f-4870-ae7b-dd738dd788e5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:26,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-b2fb1484-879f-4870-ae7b-dd738dd788e5 2019-01-03 11:49:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:26,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-e5e8d518-a9a0-410c-a4e7-12bd2f9f068b Date: Thu, 03 Jan 2019 11:49:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:26,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-e5e8d518-a9a0-410c-a4e7-12bd2f9f068b 2019-01-03 11:49:26,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:26,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-5b6e7b3d-a471-48d0-bf9d-6de37ac31340 Date: Thu, 03 Jan 2019 11:49:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:26,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-5b6e7b3d-a471-48d0-bf9d-6de37ac31340 2019-01-03 11:49:26,662 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:49:26,663 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:27,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "faffb19614e74b2e8aefe2334fec7291", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj-role"}], "expires_at": "2019-01-03T12:49:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "438275fd8a464f22baee24004dead065", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/438275fd8a464f22baee24004dead065", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/438275fd8a464f22baee24004dead065", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-ca632581-f07d-4e1-user", "id": "3089ef00f49e42d78fb96f2c1562088e"}, "audit_ids": ["SCFVNU_URx2YbwJFyM3A0A"], "issued_at": "2019-01-03T11:49:27.000000Z"}} 2019-01-03 11:49:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:27,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a5789e3-c68b-488e-a05a-f7a1e5ba6640 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:27,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4a5789e3-c68b-488e-a05a-f7a1e5ba6640 2019-01-03 11:49:27,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:27,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4503d411-060a-4ab7-b133-b3d148ac28e5 x-compute-request-id: req-4503d411-060a-4ab7-b133-b3d148ac28e5 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:27,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-4503d411-060a-4ab7-b133-b3d148ac28e5 2019-01-03 11:49:27,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:27,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-37d2a6be-870d-41d4-9bf8-97b5aa5419cb Date: Thu, 03 Jan 2019 11:49:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:27,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-37d2a6be-870d-41d4-9bf8-97b5aa5419cb 2019-01-03 11:49:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:28,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2263f772-d184-4168-803c-ca3ca1374675 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:28,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-2263f772-d184-4168-803c-ca3ca1374675 2019-01-03 11:49:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:28,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1739abbc-0a0a-46ee-baf1-a1011889d148 Date: Thu, 03 Jan 2019 11:49:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:28,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-1739abbc-0a0a-46ee-baf1-a1011889d148 2019-01-03 11:49:28,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:28,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-79b04cd9-c9df-4b65-8c06-0abb5acff090 Date: Thu, 03 Jan 2019 11:49:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:28,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-79b04cd9-c9df-4b65-8c06-0abb5acff090 2019-01-03 11:49:28,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:29,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49: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-75008a35-8b2c-40dd-b7ca-19063a064b9b x-compute-request-id: req-75008a35-8b2c-40dd-b7ca-19063a064b9b Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 11:49:29,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst used request id req-75008a35-8b2c-40dd-b7ca-19063a064b9b 2019-01-03 11:49:29,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:29,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-1d1c81a6-1d18-41ab-8b9d-6dc6cc2b0fa2 Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:29,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-1d1c81a6-1d18-41ab-8b9d-6dc6cc2b0fa2 2019-01-03 11:49:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:29,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3678487d-94d4-49d7-b9c9-1f83ecd6efd4 Date: Thu, 03 Jan 2019 11:49:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:29,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-3678487d-94d4-49d7-b9c9-1f83ecd6efd4 2019-01-03 11:49:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:30,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-6f701f75-4fd3-4781-ba0d-70fd76030a21 Date: Thu, 03 Jan 2019 11:49:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:30,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-6f701f75-4fd3-4781-ba0d-70fd76030a21 2019-01-03 11:49:30,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:30,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-742ccebd-c390-4241-b547-db7df493cc6c x-compute-request-id: req-742ccebd-c390-4241-b547-db7df493cc6c Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:30,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-742ccebd-c390-4241-b547-db7df493cc6c 2019-01-03 11:49:30,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-944ee2d3-0015-4729-9074-a3604dd68fac Date: Thu, 03 Jan 2019 11:49: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:30,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-944ee2d3-0015-4729-9074-a3604dd68fac 2019-01-03 11:49:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:30,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0626d7b2-e443-4063-b748-ab5f21632eef Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:30,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-0626d7b2-e443-4063-b748-ab5f21632eef 2019-01-03 11:49:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b20c701a-1053-40d0-b6fd-c2ba9912b019 Date: Thu, 03 Jan 2019 11:49:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:31,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-b20c701a-1053-40d0-b6fd-c2ba9912b019 2019-01-03 11:49:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-0e0a425f-d258-4eef-b1e1-52c443776f65 Date: Thu, 03 Jan 2019 11:49:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:31,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-0e0a425f-d258-4eef-b1e1-52c443776f65 2019-01-03 11:49:31,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba2ef537-7bee-499a-a0ca-d0bfc87fb37a x-compute-request-id: req-ba2ef537-7bee-499a-a0ca-d0bfc87fb37a Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:31,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-ba2ef537-7bee-499a-a0ca-d0bfc87fb37a 2019-01-03 11:49:31,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2a42d0fa-744f-4bac-96a4-24eb660cca7e Date: Thu, 03 Jan 2019 11: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:31,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-2a42d0fa-744f-4bac-96a4-24eb660cca7e 2019-01-03 11:49:31,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8558dd62-0838-4da9-b38a-ac40c638cb6e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:31,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-8558dd62-0838-4da9-b38a-ac40c638cb6e 2019-01-03 11:49:31,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:31,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0daea17c-d80f-4ceb-8128-2e4fe6bcdaad Date: Thu, 03 Jan 2019 11:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:31,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-0daea17c-d80f-4ceb-8128-2e4fe6bcdaad 2019-01-03 11:49:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98b616887d0e411bf94b3af5ca65d1ebac4d63cf" 2019-01-03 11:49:32,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-893330a1-413b-4b17-8f73-822aa838f594 Date: Thu, 03 Jan 2019 11:49:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:32,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-893330a1-413b-4b17-8f73-822aa838f594 2019-01-03 11:49:32,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:33,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-1a4172bc-f1e1-44bd-93f8-fd96ab32b6ae x-compute-request-id: req-1a4172bc-f1e1-44bd-93f8-fd96ab32b6ae Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:51:af", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/1ea50746-f649-4240-a09e-e8b22c47bac6", "rel": "bookmark"}], "image": {"id": "224341b3-c73e-4505-9bce-85a23a112be4", "links": [{"href": "http://172.30.9.28:8774/images/224341b3-c73e-4505-9bce-85a23a112be4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:49:12.000000", "flavor": {"id": "7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "links": [{"href": "http://172.30.9.28:8774/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c", "rel": "bookmark"}]}, "id": "1ea50746-f649-4240-a09e-e8b22c47bac6", "security_groups": [{"name": "default"}], "user_id": "3089ef00f49e42d78fb96f2c1562088e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:49:12Z", "hostId": "46aadfa497e102f93213986ac122f9d15c2880f9df64a45be504b0c2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "created": "2019-01-03T11:49:06Z", "tenant_id": "438275fd8a464f22baee24004dead065", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:49:33,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/1ea50746-f649-4240-a09e-e8b22c47bac6 used request id req-1a4172bc-f1e1-44bd-93f8-fd96ab32b6ae 2019-01-03 11:49:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:33,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-cb18d4fd-6bdb-48be-9760-cb7f9190b021 Date: Thu, 03 Jan 2019 11: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":["24c5805f-9167-4e45-b0ba-53f3c2f1b755"],"updated_at":"2019-01-03T11:49:00Z","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:48:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"438275fd8a464f22baee24004dead065","id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}]} 2019-01-03 11:49:33,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net used request id req-cb18d4fd-6bdb-48be-9760-cb7f9190b021 2019-01-03 11:49:33,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:33,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-96ef650f-78fa-4518-b29f-8b8a50fcc295 Date: Thu, 03 Jan 2019 11:49:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:00Z","dns_nameservers":[],"updated_at":"2019-01-03T11:49:00Z","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":"438275fd8a464f22baee24004dead065","id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","subnetpool_id":null,"name":"CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet"}]} 2019-01-03 11:49:33,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-96ef650f-78fa-4518-b29f-8b8a50fcc295 2019-01-03 11:49:33,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480d3d98755184526b0018d16412ce2c57c548ab" 2019-01-03 11:49:33,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3155 X-Openstack-Request-Id: req-6633f5b1-75ce-4bb5-8152-8385d48bf881 Date: Thu, 03 Jan 2019 11:49:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.4"}],"id":"088fdb3c-d87b-4829-b68a-7932f7890308","security_groups":[],"mac_address":"fa:16:3e:18:e2:bc","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.3"}],"id":"37952140-7800-4841-a2ad-8edf196ef886","security_groups":[],"mac_address":"fa:16:3e:ac:26:6e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.2"}],"id":"ce779285-54b4-4f5f-9da8-0c4528b6f279","security_groups":[],"mac_address":"fa:16:3e:bf:d9:4e","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e7191b4-525b-4cbc-86e0-59d12d44a23c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"24c5805f-9167-4e45-b0ba-53f3c2f1b755","ip_address":"10.0.0.9"}],"id":"e76ded9e-5161-4dd1-ae37-ca1fb821045d","security_groups":["db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c"],"mac_address":"fa:16:3e:29:51:af","project_id":"438275fd8a464f22baee24004dead065","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack-server1_port-inxprq6l6xkz","admin_state_up":true,"network_id":"3e7191b4-525b-4cbc-86e0-59d12d44a23c","tenant_id":"438275fd8a464f22baee24004dead065","created_at":"2019-01-03T11:49:02Z","binding:vnic_type":"normal","device_id":"1ea50746-f649-4240-a09e-e8b22c47bac6"}]} 2019-01-03 11:49:33,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=3e7191b4-525b-4cbc-86e0-59d12d44a23c used request id req-6633f5b1-75ce-4bb5-8152-8385d48bf881 2019-01-03 11:49:33,688 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:49:33,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:33,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:33 GMT Server: Apache x-openstack-request-id: req-9ff02e22-bae4-48c6-a30f-893376ed6628 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:33,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:33 GMT Server: Apache x-openstack-request-id: req-2f875f8e-dc93-4e27-9649-0584346df341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:33,892 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-2f875f8e-dc93-4e27-9649-0584346df341 2019-01-03 11:49:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:33,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:33 GMT Server: Apache x-openstack-request-id: req-78f1cbf7-441f-4d16-af85-5610e28e58e8 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:34,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:33 GMT Server: Apache x-openstack-request-id: req-9bc22a0d-6487-41c5-8ffe-78f73de470de 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "tags": null, "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:49:33Z", "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:34,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-9bc22a0d-6487-41c5-8ffe-78f73de470de 2019-01-03 11:49:34,108 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:49:34,108 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:37,109 - create_stack - DEBUG - Stack status query timeout in 1196.7837801 2019-01-03 11:49:37,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:37,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:37 GMT Server: Apache x-openstack-request-id: req-08d893aa-062d-46e6-b9a3-3eb79311ceed Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:37,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:37 GMT Server: Apache x-openstack-request-id: req-2eeef084-0148-46d1-8b76-e6944cc65324 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "tags": null, "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:49:33Z", "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:37,481 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-2eeef084-0148-46d1-8b76-e6944cc65324 2019-01-03 11:49:37,481 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:49:37,481 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:40,484 - create_stack - DEBUG - Stack status query timeout in 1193.40809011 2019-01-03 11:49:40,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:40,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:40 GMT Server: Apache x-openstack-request-id: req-f4516e43-4702-4d26-9eff-dbb17657dff7 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:40,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:40 GMT Server: Apache x-openstack-request-id: req-3c7acb6e-0e28-4949-9a07-5af658df078f 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "tags": null, "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:49:33Z", "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:40,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-3c7acb6e-0e28-4949-9a07-5af658df078f 2019-01-03 11:49:40,538 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:49:40,538 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:43,542 - create_stack - DEBUG - Stack status query timeout in 1190.35093403 2019-01-03 11:49:43,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:43,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:43 GMT Server: Apache x-openstack-request-id: req-ee8ebab5-258f-48cc-b693-4ce719a7e054 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:43,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:43 GMT Server: Apache x-openstack-request-id: req-777abf8d-2e44-4590-8c71-cd3230d3c052 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "tags": null, "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:49:33Z", "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:43,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-777abf8d-2e44-4590-8c71-cd3230d3c052 2019-01-03 11:49:43,757 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:49:43,757 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:49:46,760 - create_stack - DEBUG - Stack status query timeout in 1187.13236713 2019-01-03 11:49:46,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:46,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:46 GMT Server: Apache x-openstack-request-id: req-30b28366-e988-419f-a9ae-44a6e5b9fd6c Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:46,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:46 GMT Server: Apache x-openstack-request-id: req-5e6df03e-ad41-4792-9e49-57d99812f456 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": "438275fd8a464f22baee24004dead065", "OS::stack_id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "image_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image", "inst_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-inst", "subnet_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-subnet", "flavor_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-flavor-name", "net_name": "CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-net"}, "deletion_time": "2019-01-03T11:49:46Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack", "stack_user_project_id": "0a91957c86e84fabaf6c0f4b40e8da63", "tags": null, "creation_time": "2019-01-03T11:48:57Z", "links": [{"href": "http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:49:33Z", "id": "3beafe72-36ea-4066-9eca-d450b4bcda33", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2019-01-03 11:49:46,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-5e6df03e-ad41-4792-9e49-57d99812f456 2019-01-03 11:49:46,817 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:49:46,818 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:49:46,818 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack 2019-01-03 11:49:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/3beafe72-36ea-4066-9eca-d450b4bcda33 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b412df5af85bb98881ab9e47bfd0a575ce20ed78" 2019-01-03 11:49:46,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:46 GMT Server: Apache x-openstack-request-id: req-61bf2897-acfb-4f0f-9b88-cfc4fc0c3059 Location: http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:46,873 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:49:46 GMT Server: Apache x-openstack-request-id: req-b6100582-9be0-4146-83b2-3494cf4f615b Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:49:46,873 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/438275fd8a464f22baee24004dead065/stacks/CreateStackSuccessTests-CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-stack/3beafe72-36ea-4066-9eca-d450b4bcda33 used request id req-b6100582-9be0-4146-83b2-3494cf4f615b 2019-01-03 11:49:46,874 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-50453951-9ce3-40f7-b3f0-b58cd20076b4-image 2019-01-03 11:49:46,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9af976670b456655165c7dca908281d9bcbaf22e" 2019-01-03 11:49:48,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65243459-4e5f-4f2c-8224-de9be0d9af78 Date: Thu, 03 Jan 2019 11:49:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:49:48,522 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/224341b3-c73e-4505-9bce-85a23a112be4 used request id req-65243459-4e5f-4f2c-8224-de9be0d9af78 2019-01-03 11:49:48,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6647dd69a42cdfe27d78a7a12d37bf084d74554a" 2019-01-03 11:49:48,565 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-d249ffc0-5f8a-4b63-ba66-35aa2248f955 x-compute-request-id: req-d249ffc0-5f8a-4b63-ba66-35aa2248f955 Content-Length: 0 Content-Type: application/json 2019-01-03 11:49:48,565 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7d9f5ce6-eb46-4cd6-8100-0c4d3f3d2d6c used request id req-d249ffc0-5f8a-4b63-ba66-35aa2248f955 2019-01-03 11:49:48,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:48,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c07823d0-2baf-43f8-a688-3009a1daa06c Date: Thu, 03 Jan 2019 11:49:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "438275fd8a464f22baee24004dead065", "created_at": "2019-01-03T11:48:59Z", "updated_at": "2019-01-03T11:48:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "revision_number": 0, "id": "59550acf-6074-4a2f-aa65-222d31f4848c", "remote_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "tenant_id": "438275fd8a464f22baee24004dead065", "port_range_min": null, "ethertype": "IPv4", "project_id": "438275fd8a464f22baee24004dead065"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "revision_number": 0, "id": "682728a4-920c-4d12-83cd-5cf5e9f6b5fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "tenant_id": "438275fd8a464f22baee24004dead065", "port_range_min": null, "ethertype": "IPv4", "project_id": "438275fd8a464f22baee24004dead065"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "revision_number": 0, "id": "6a48a494-dde1-4743-b272-86e87cdf9f7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "tenant_id": "438275fd8a464f22baee24004dead065", "port_range_min": null, "ethertype": "IPv6", "project_id": "438275fd8a464f22baee24004dead065"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "revision_number": 0, "id": "d9c43923-d450-4444-9143-e465eb462880", "remote_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "tenant_id": "438275fd8a464f22baee24004dead065", "port_range_min": null, "ethertype": "IPv6", "project_id": "438275fd8a464f22baee24004dead065"}], "revision_number": 4, "project_id": "438275fd8a464f22baee24004dead065", "id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:49:48,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-c07823d0-2baf-43f8-a688-3009a1daa06c 2019-01-03 11:49:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:48,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14b17fc-d58d-4802-90d8-0369bd4c75ee Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:49:48,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-b14b17fc-d58d-4802-90d8-0369bd4c75ee 2019-01-03 11:49:48,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:48,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523f9188-af9f-439a-8bd3-dbf8d2132807 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:49:48,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-523f9188-af9f-439a-8bd3-dbf8d2132807 2019-01-03 11:49:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:49,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85456a23-6a0e-477c-90af-76a7960e3359 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:49:49,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-85456a23-6a0e-477c-90af-76a7960e3359 2019-01-03 11:49:49,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:49,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ff43e9-2360-483b-89ae-679c0bb4a9c1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065"}, "enabled": true, "id": "438275fd8a464f22baee24004dead065", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-ca632581-f07d-4e1-proj"}} 2019-01-03 11:49:49,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-00ff43e9-2360-483b-89ae-679c0bb4a9c1 2019-01-03 11:49:49,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c 2019-01-03 11:49:49,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:49,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-77e5d48b-382d-46a4-ba6e-b1f72b2000dd Date: Thu, 03 Jan 2019 11:49:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "port_range_min": null, "revision_number": 0, "tenant_id": "438275fd8a464f22baee24004dead065", "created_at": "2019-01-03T11:48:59Z", "project_id": "438275fd8a464f22baee24004dead065", "id": "59550acf-6074-4a2f-aa65-222d31f4848c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "port_range_min": null, "revision_number": 0, "tenant_id": "438275fd8a464f22baee24004dead065", "created_at": "2019-01-03T11:48:59Z", "project_id": "438275fd8a464f22baee24004dead065", "id": "682728a4-920c-4d12-83cd-5cf5e9f6b5fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "port_range_min": null, "revision_number": 0, "tenant_id": "438275fd8a464f22baee24004dead065", "created_at": "2019-01-03T11:48:59Z", "project_id": "438275fd8a464f22baee24004dead065", "id": "6a48a494-dde1-4743-b272-86e87cdf9f7d"}, {"remote_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:48:59Z", "security_group_id": "db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c", "port_range_min": null, "revision_number": 0, "tenant_id": "438275fd8a464f22baee24004dead065", "created_at": "2019-01-03T11:48:59Z", "project_id": "438275fd8a464f22baee24004dead065", "id": "d9c43923-d450-4444-9143-e465eb462880"}]} 2019-01-03 11:49:49,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c used request id req-77e5d48b-382d-46a4-ba6e-b1f72b2000dd 2019-01-03 11:49:49,326 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:49:49,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:49,659 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec21c4ae-724c-4865-a80f-d4e200418795 Content-Length: 0 Date: Thu, 03 Jan 2019 11:49:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:49:49,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/db7bf46e-13eb-4be4-bfc4-333d7e6a8d5c used request id req-ec21c4ae-724c-4865-a80f-d4e200418795 2019-01-03 11:49:49,660 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-ca632581-f07d-4e1-proj 2019-01-03 11:49:49,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:49,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d74a152-9173-439c-a7ab-b1832e5327e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:49,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/438275fd8a464f22baee24004dead065 used request id req-6d74a152-9173-439c-a7ab-b1832e5327e5 2019-01-03 11:49:49,891 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-ca632581-f07d-4e1-proj-role 2019-01-03 11:49:49,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:50,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a57d95c5-e962-404a-a1e4-4ccc7cb89f4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:50,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/faffb19614e74b2e8aefe2334fec7291 used request id req-a57d95c5-e962-404a-a1e4-4ccc7cb89f4f 2019-01-03 11:49:50,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2aed170a6f107beffea8d0f7f419c94d9186285" 2019-01-03 11:49:50,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50318d53-5a11-4b7c-860b-759c89214d06 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:49:50,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-50318d53-5a11-4b7c-860b-759c89214d06 2019-01-03 11:49:50,097 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-ca632581-f07d-4e1-user 2019-01-03 11:49:50,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/3089ef00f49e42d78fb96f2c1562088e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd8b38f45928dcef0c4dcd5600003ac175c0f5c" 2019-01-03 11:49:50,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e13da7dd-53c0-473a-8673-65ae0bfef6b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:50,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/3089ef00f49e42d78fb96f2c1562088e used request id req-e13da7dd-53c0-473a-8673-65ae0bfef6b3 2019-01-03 11:49:50,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:51,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2_FDR42CSluE30CRRWOJ5w"], "issued_at": "2019-01-03T11:49:51.000000Z"}} 2019-01-03 11:49:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bac66954782398047fe158fec02fa35a7ea0891" 2019-01-03 11:49:51,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b70f9b-b972-4b18-a898-343b1041d2de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:51,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-63b70f9b-b972-4b18-a898-343b1041d2de 2019-01-03 11:49:51,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:49:51,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:51,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:49:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["2ZQAFoGWTMWX9gxdr6hkMg"], "issued_at": "2019-01-03T11:49:51.000000Z"}} 2019-01-03 11:49:51,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:51,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7166d54-b740-4fb7-a5ea-5d6d961e3724 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:51,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a7166d54-b740-4fb7-a5ea-5d6d961e3724 2019-01-03 11:49:51,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:49:51,657 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:49:51,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-eeac3a18-d285-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:51,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439a8d1f-4199-41fa-8d06-daed69581bf9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-eeac3a18-d285-43d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:49:51,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-eeac3a18-d285-43d-proj used request id req-439a8d1f-4199-41fa-8d06-daed69581bf9 2019-01-03 11:49:51,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:51,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87f7465-065d-47a2-b7e7-01b618d5fdea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:49:51,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-c87f7465-065d-47a2-b7e7-01b618d5fdea 2019-01-03 11:49:51,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}}' 2019-01-03 11:49:51,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:49:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d1cc140-3a30-4cf5-ab1d-6cc8c9fc954b Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f"}, "enabled": true, "id": "527052ae6ddc417fa53855ca88fbe53f", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}} 2019-01-03 11:49:51,972 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6d1cc140-3a30-4cf5-ab1d-6cc8c9fc954b 2019-01-03 11:49:51,972 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-eeac3a18-d285-43d-proj 2019-01-03 11:49:51,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:49:51,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:52,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:49:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["emKr6NEXSC-0WUu6TN0X3w"], "issued_at": "2019-01-03T11:49:52.000000Z"}} 2019-01-03 11:49:52,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:52,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8abb6892-9edb-42bb-8cf8-70d7e6b9764d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:52,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8abb6892-9edb-42bb-8cf8-70d7e6b9764d 2019-01-03 11:49:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:49:52,458 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:49: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:49:52,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:52,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-696ab16f-bfa1-4747-9ca7-f14f870b6f0d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:49:52,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-696ab16f-bfa1-4747-9ca7-f14f870b6f0d 2019-01-03 11:49:52,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:52,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b230e024-4a76-4e05-bdd3-f6e543dee25a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f"}, "enabled": true, "id": "527052ae6ddc417fa53855ca88fbe53f", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}]} 2019-01-03 11:49:52,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj used request id req-b230e024-4a76-4e05-bdd3-f6e543dee25a 2019-01-03 11:49:52,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:52,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4d81ea-4595-4bb4-a49e-3f5a4831476a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:49:52,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-4e4d81ea-4595-4bb4-a49e-3f5a4831476a 2019-01-03 11:49:53,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24921825-277c-427e-a3cc-fbb0d2fd65ca Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:49:53,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-24921825-277c-427e-a3cc-fbb0d2fd65ca 2019-01-03 11:49:53,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a6db7a-3b30-4569-8d8d-6048a3a6fcf1 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f"}, "enabled": true, "id": "527052ae6ddc417fa53855ca88fbe53f", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}]} 2019-01-03 11:49:53,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj used request id req-21a6db7a-3b30-4569-8d8d-6048a3a6fcf1 2019-01-03 11:49:53,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/17bec0c5167c4da884bd45f6c5d30690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b8e796a-226d-4b9a-841c-be4281b19bc1 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-eeac3a18-d285-43d-user", "links": {"self": "http://172.30.9.28:5000/v3/users/17bec0c5167c4da884bd45f6c5d30690"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "527052ae6ddc417fa53855ca88fbe53f", "id": "17bec0c5167c4da884bd45f6c5d30690", "password_expires_at": null}} 2019-01-03 11:49:53,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/17bec0c5167c4da884bd45f6c5d30690 used request id req-5b8e796a-226d-4b9a-841c-be4281b19bc1 2019-01-03 11:49:53,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ee08401-3b00-4c3f-b52e-53e5db8f5109 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:49:53,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles used request id req-7ee08401-3b00-4c3f-b52e-53e5db8f5109 2019-01-03 11:49:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56df6094-8e41-4624-8fc9-72b5c3b4a1e2 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 11:49:53,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-56df6094-8e41-4624-8fc9-72b5c3b4a1e2 2019-01-03 11:49:53,629 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-eeac3a18-d285-43d-proj 2019-01-03 11:49:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-118356bc-b2d3-4499-a20d-f54e11c323e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:53,758 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/87531dd8fee349ee823565af03481166 used request id req-118356bc-b2d3-4499-a20d-f54e11c323e9 2019-01-03 11:49:53,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4693662b-16d4-449f-9fdb-864a92526323 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:49:53,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4693662b-16d4-449f-9fdb-864a92526323 2019-01-03 11:49:53,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:53,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32223e73-11d5-4669-836c-655ac0526623 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f"}, "enabled": true, "id": "527052ae6ddc417fa53855ca88fbe53f", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}]} 2019-01-03 11:49:53,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-eeac3a18-d285-43d-proj used request id req-32223e73-11d5-4669-836c-655ac0526623 2019-01-03 11:49:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:54,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327df09b-11dc-4214-b53f-c11e8688fe63 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 11:49:54,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles used request id req-327df09b-11dc-4214-b53f-c11e8688fe63 2019-01-03 11:49:54,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:54,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d1246a2-bc56-446e-ac4a-f25332b94a24 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:49:54,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-7d1246a2-bc56-446e-ac4a-f25332b94a24 2019-01-03 11:49:54,127 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-eeac3a18-d285-43d-proj 2019-01-03 11:49:54,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:49:54,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ece7f16f-bbb0-41fa-9fcb-971cb292efb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:54,267 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/2aca817175ef438fbb85334767ec61a1 used request id req-ece7f16f-bbb0-41fa-9fcb-971cb292efb7 2019-01-03 11:49:54,267 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-eeac3a18-d285-43d-user 2019-01-03 11:49:54,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:49:54,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:54,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb09d0d-e176-49d8-81b0-ff7b312db727 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:49:54,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-abb09d0d-e176-49d8-81b0-ff7b312db727 2019-01-03 11:49:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" -d '{"role": {"name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj-role"}}' 2019-01-03 11:49:54,479 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da761453-ae67-4632-890e-fd10d21dc859 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e0de2febe8b34e45ab9936449d4c5390", "links": {"self": "http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390"}, "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj-role"}} 2019-01-03 11:49:54,479 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-da761453-ae67-4632-890e-fd10d21dc859 2019-01-03 11:49:54,480 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-eeac3a18-d285-43d-proj-role 2019-01-03 11:49:54,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:54,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530fa80d-bbc7-4f4d-9532-95c758cf14a0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390"}, "domain_id": null, "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj-role", "id": "e0de2febe8b34e45ab9936449d4c5390"}} 2019-01-03 11:49:54,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390 used request id req-530fa80d-bbc7-4f4d-9532-95c758cf14a0 2019-01-03 11:49:54,565 - keystone_utils - INFO - Granting role CreateStackVolumeTests-eeac3a18-d285-43d-proj-role to project CreateStackVolumeTests-eeac3a18-d285-43d-proj 2019-01-03 11:49:54,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/e0de2febe8b34e45ab9936449d4c5390 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:49:54,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:49:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37719ba5-70ae-41fb-9445-9fd9474710d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:49:54,700 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f/users/17bec0c5167c4da884bd45f6c5d30690/roles/e0de2febe8b34e45ab9936449d4c5390 used request id req-37719ba5-70ae-41fb-9445-9fd9474710d7 2019-01-03 11:49:54,700 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:49:54,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:49:54,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:49:55,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "e0de2febe8b34e45ab9936449d4c5390", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj-role"}], "expires_at": "2019-01-03T12:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "527052ae6ddc417fa53855ca88fbe53f", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-eeac3a18-d285-43d-user", "id": "17bec0c5167c4da884bd45f6c5d30690"}, "audit_ids": ["kzcMLDexQ1GO3vDl4Gtrhg"], "issued_at": "2019-01-03T11:49:55.000000Z"}} 2019-01-03 11:49:55,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:49:55,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6859e6e-e548-4dd8-8319-e247bce860b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:49:55,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d6859e6e-e548-4dd8-8319-e247bce860b9 2019-01-03 11:49:55,145 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:49:55,148 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:49:55,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:49:55,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:55 GMT Server: Apache x-openstack-request-id: req-87e84f79-a5a6-41c3-aae3-dfe96d993e75 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:49:55,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack used request id req-87e84f79-a5a6-41c3-aae3-dfe96d993e75 2019-01-03 11:49:55,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-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-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}}' 2019-01-03 11:49:56,892 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:49:55 GMT Server: Apache x-openstack-request-id: req-1fcc233b-7f8a-48c6-8915-f51544d04808 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}]}} 2019-01-03 11:49:56,892 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks used request id req-1fcc233b-7f8a-48c6-8915-f51544d04808 2019-01-03 11:49:56,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:49:57,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:56 GMT Server: Apache x-openstack-request-id: req-879d0d09-e46e-45e9-a085-b8a7983d892d Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:57,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:57 GMT Server: Apache x-openstack-request-id: req-ae373cbf-87a2-4e06-847b-7ecf0b6e5526 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 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": "527052ae6ddc417fa53855ca88fbe53f", "volume_type_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "OS::stack_id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "stack_user_project_id": "e60edfdbd0344e8e9b5afb6b47fc40a4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:49:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:49:57,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-ae373cbf-87a2-4e06-847b-7ecf0b6e5526 2019-01-03 11:49:57,286 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:49:57,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:49:57,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:49:57 GMT Server: Apache x-openstack-request-id: req-cd3452db-059f-4f7b-864d-4aaac402560a Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:49:57,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:49:57 GMT Server: Apache x-openstack-request-id: req-31f6ad0d-86b0-4270-aec3-cf8e0cdd485e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 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": "527052ae6ddc417fa53855ca88fbe53f", "volume_type_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "OS::stack_id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "stack_user_project_id": "e60edfdbd0344e8e9b5afb6b47fc40a4", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:49:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:49:57,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-31f6ad0d-86b0-4270-aec3-cf8e0cdd485e 2019-01-03 11:49:57,742 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:49:57,742 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:00,745 - create_stack - DEBUG - Stack status query timeout in 1196.54059911 2019-01-03 11:50:00,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:00,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:00 GMT Server: Apache x-openstack-request-id: req-1ecc3f8d-d43a-4f1a-b270-56e3bab54dc8 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:00,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:00 GMT Server: Apache x-openstack-request-id: req-82a9fdce-3666-4b7e-be94-8043f943926d 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": "527052ae6ddc417fa53855ca88fbe53f", "volume_type_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "OS::stack_id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "stack_user_project_id": "e60edfdbd0344e8e9b5afb6b47fc40a4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:49:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:00,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-82a9fdce-3666-4b7e-be94-8043f943926d 2019-01-03 11:50:00,972 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:50:00,972 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:50:00,972 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:50:00,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:01,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:00 GMT Server: Apache x-openstack-request-id: req-bb89f34d-637a-4d88-a18f-ac7820a8dac1 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:01,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:01 GMT Server: Apache x-openstack-request-id: req-aa9e695f-5649-4c2f-895c-92e4668a689b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources/volume", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2019-01-03T11:49:56Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:49:56Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2019-01-03T11:49:56Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:49:56Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "8564f2fd-151c-47d4-a588-739dc096e106", "resource_type": "OS::Cinder::VolumeType"}]} 2019-01-03 11:50:01,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24/resources used request id req-aa9e695f-5649-4c2f-895c-92e4668a689b 2019-01-03 11:50:01,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:01,368 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:01 GMT Server: Apache x-compute-request-id: req-89663bdb-9dd4-4013-9f9c-8e964e03412c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89663bdb-9dd4-4013-9f9c-8e964e03412c Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "rel": "self"}, {"href": "http://172.30.9.28:8776/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:49:58.000000", "replication_status": null, "snapshot_id": null, "id": "4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "size": 1, "user_id": "17bec0c5167c4da884bd45f6c5d30690", "os-vol-tenant-attr:tenant_id": "527052ae6ddc417fa53855ca88fbe53f", "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-105ebedf-bb45-4690-b4df-2befad5f66f0-volume", "bootable": "false", "created_at": "2019-01-03T11:49:58.000000", "volume_type": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type"}} 2019-01-03 11:50:01,368 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b used request id req-89663bdb-9dd4-4013-9f9c-8e964e03412c 2019-01-03 11:50:01,369 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:01,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:01,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "e0de2febe8b34e45ab9936449d4c5390", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj-role"}], "expires_at": "2019-01-03T12:50:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "527052ae6ddc417fa53855ca88fbe53f", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/527052ae6ddc417fa53855ca88fbe53f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-eeac3a18-d285-43d-user", "id": "17bec0c5167c4da884bd45f6c5d30690"}, "audit_ids": ["HTWDs1CwQ36DI3fJAaX7Qw"], "issued_at": "2019-01-03T11:50:01.000000Z"}} 2019-01-03 11:50:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99bd7b9944fc6de8527c76a9a04cae5f3563f8" 2019-01-03 11:50:01,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b031b0-c957-4d3a-9908-8e6f4b4e7a88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:01,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d7b031b0-c957-4d3a-9908-8e6f4b4e7a88 2019-01-03 11:50:01,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99bd7b9944fc6de8527c76a9a04cae5f3563f8" 2019-01-03 11:50:02,067 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:01 GMT Server: Apache x-compute-request-id: req-63af524a-4565-49e6-9295-c2bebc654f12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63af524a-4565-49e6-9295-c2bebc654f12 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "rel": "self"}, {"href": "http://172.30.9.28:8776/527052ae6ddc417fa53855ca88fbe53f/volumes/4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2019-01-03T11:49:58.000000", "replication_status": null, "snapshot_id": null, "id": "4b0e5b0a-8d65-4a31-adb8-3279dea5549b", "size": 1, "user_id": "17bec0c5167c4da884bd45f6c5d30690", "os-vol-tenant-attr:tenant_id": "527052ae6ddc417fa53855ca88fbe53f", "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-105ebedf-bb45-4690-b4df-2befad5f66f0-volume", "bootable": "false", "created_at": "2019-01-03T11:49:58.000000", "volume_type": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type"}]} 2019-01-03 11:50:02,067 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/527052ae6ddc417fa53855ca88fbe53f/volumes/detail used request id req-63af524a-4565-49e6-9295-c2bebc654f12 2019-01-03 11:50:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:02,077 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:02,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b99bd7b9944fc6de8527c76a9a04cae5f3563f8" 2019-01-03 11:50:02,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5feddc-e93f-418e-927a-22720443ed40 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f"}, "enabled": true, "id": "527052ae6ddc417fa53855ca88fbe53f", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-eeac3a18-d285-43d-proj"}} 2019-01-03 11:50:02,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f used request id req-be5feddc-e93f-418e-927a-22720443ed40 2019-01-03 11:50:02,167 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:50:02,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:02,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:02 GMT Server: Apache x-openstack-request-id: req-806eb411-14b0-42da-a898-756b359edfa3 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:02,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:02 GMT Server: Apache x-openstack-request-id: req-71216161-4c1c-453e-a1ba-c129e8271eb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:02,238 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-71216161-4c1c-453e-a1ba-c129e8271eb5 2019-01-03 11:50:02,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:02,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:02 GMT Server: Apache x-openstack-request-id: req-e5bbc881-1a5a-45bc-9415-60ac2b2ead38 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:02,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:02 GMT Server: Apache x-openstack-request-id: req-6c4b53d2-77d8-4d8a-bd0b-87dc89ee1145 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 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": "527052ae6ddc417fa53855ca88fbe53f", "volume_type_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "OS::stack_id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "stack_user_project_id": "e60edfdbd0344e8e9b5afb6b47fc40a4", "tags": null, "creation_time": "2019-01-03T11:49:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:50:02Z", "id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:02,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-6c4b53d2-77d8-4d8a-bd0b-87dc89ee1145 2019-01-03 11:50:02,291 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:50:02,292 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:05,295 - create_stack - DEBUG - Stack status query timeout in 1196.94349408 2019-01-03 11:50:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:05,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:05 GMT Server: Apache x-openstack-request-id: req-fdf8666d-2597-4e15-8e66-c42b340ef444 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:05,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:05 GMT Server: Apache x-openstack-request-id: req-2a50cb52-17f6-4ee5-9b52-44e1449484c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "527052ae6ddc417fa53855ca88fbe53f", "volume_type_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume-type", "OS::stack_id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "volume_name": "CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack", "stack_user_project_id": "e60edfdbd0344e8e9b5afb6b47fc40a4", "tags": null, "creation_time": "2019-01-03T11:49:56Z", "links": [{"href": "http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:50:02Z", "id": "c0ef96ba-426f-4f3a-b64d-59c1c11d3a24", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:05,506 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-2a50cb52-17f6-4ee5-9b52-44e1449484c2 2019-01-03 11:50:05,506 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:50:05,506 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:50:05,507 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack 2019-01-03 11:50:05,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13a2c59ec884c3ac2939ecab0fa9e03978a6d9f2" 2019-01-03 11:50:05,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:05 GMT Server: Apache x-openstack-request-id: req-4d444aa3-30cc-4215-bc75-9555572948e9 Location: http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:05,709 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:50:05 GMT Server: Apache x-openstack-request-id: req-9457eb3d-3059-4e34-a306-dbaac9ff9385 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:50:05,709 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/527052ae6ddc417fa53855ca88fbe53f/stacks/CreateStackVolumeTests-CreateStackVolumeTests-105ebedf-bb45-4690-b4df-2befad5f66f0-stack/c0ef96ba-426f-4f3a-b64d-59c1c11d3a24 used request id req-9457eb3d-3059-4e34-a306-dbaac9ff9385 2019-01-03 11:50:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:05,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d0423d66-7ace-4afb-95a7-0f318ffa14cd Date: Thu, 03 Jan 2019 11:50:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:50:05,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d0423d66-7ace-4afb-95a7-0f318ffa14cd 2019-01-03 11:50:05,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1db09a-c733-4b9c-9caa-a91e590c5960 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:50:06,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-6a1db09a-c733-4b9c-9caa-a91e590c5960 2019-01-03 11:50:06,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dab611cf-d783-4a54-9579-5db6d14b9b2b 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:50:06,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-dab611cf-d783-4a54-9579-5db6d14b9b2b 2019-01-03 11:50:06,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b876531-37b7-4d42-aa5f-d40368c193b2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:50:06,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-7b876531-37b7-4d42-aa5f-d40368c193b2 2019-01-03 11:50:06,189 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-eeac3a18-d285-43d-proj 2019-01-03 11:50:06,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ad5a3d0-3be5-4717-bd92-2da2cbc49a69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:06,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/527052ae6ddc417fa53855ca88fbe53f used request id req-9ad5a3d0-3be5-4717-bd92-2da2cbc49a69 2019-01-03 11:50:06,406 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-eeac3a18-d285-43d-proj-role 2019-01-03 11:50:06,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98cff6f2-5072-408f-b3f4-263ab34af111 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:06,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e0de2febe8b34e45ab9936449d4c5390 used request id req-98cff6f2-5072-408f-b3f4-263ab34af111 2019-01-03 11:50:06,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7487fc37c7c51cc6b686d095178e3ae0624f0eb" 2019-01-03 11:50:06,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ec5e93-456f-4d98-af8b-a2f500204c4c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:06,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-88ec5e93-456f-4d98-af8b-a2f500204c4c 2019-01-03 11:50:06,605 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-eeac3a18-d285-43d-user 2019-01-03 11:50:06,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/17bec0c5167c4da884bd45f6c5d30690 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5766cdde85158e4e033815c03265e2b14a7ad5" 2019-01-03 11:50:06,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f58efa2-76d4-471b-a4bb-3d0d7deff391 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:06,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/17bec0c5167c4da884bd45f6c5d30690 used request id req-0f58efa2-76d4-471b-a4bb-3d0d7deff391 2019-01-03 11:50:06,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:07,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mFYagbzCR7eDqcP6fF_rkg"], "issued_at": "2019-01-03T11:50:07.000000Z"}} 2019-01-03 11:50:07,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0763e2feae16bca553427ece86e48f4936870d5b" 2019-01-03 11:50:07,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1920f5c8-1296-4a30-b72e-eeebb0b22a57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:07,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1920f5c8-1296-4a30-b72e-eeebb0b22a57 2019-01-03 11:50:07,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:07,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:07,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mLMBzigiS1-yFujvqXgxfg"], "issued_at": "2019-01-03T11:50:07.000000Z"}} 2019-01-03 11:50:07,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:07,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc5ace5-b4f0-4eb4-9f5a-9766de34bd45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:07,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7fc5ace5-b4f0-4eb4-9f5a-9766de34bd45 2019-01-03 11:50:07,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:07,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:07,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-7463cfdf-27d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:07,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2909be0c-8ce0-4d4f-8cc1-390b63550b77 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-7463cfdf-27d9-499-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:50:07,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-7463cfdf-27d9-499-proj used request id req-2909be0c-8ce0-4d4f-8cc1-390b63550b77 2019-01-03 11:50:07,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:07,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de7d460a-e9d0-424d-b979-6f20d7fee8d1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:07,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-de7d460a-e9d0-424d-b979-6f20d7fee8d1 2019-01-03 11:50:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}}' 2019-01-03 11:50:08,025 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f0a3ea5-d6d2-4015-a891-2aeeabde4296 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69"}, "enabled": true, "id": "349d0e9c65254b4e98547a687c1ada69", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}} 2019-01-03 11:50:08,025 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6f0a3ea5-d6d2-4015-a891-2aeeabde4296 2019-01-03 11:50:08,026 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-7463cfdf-27d9-499-proj 2019-01-03 11:50:08,026 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:08,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:08,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Wx2iROdOS1yl7syzVgSdFA"], "issued_at": "2019-01-03T11:50:08.000000Z"}} 2019-01-03 11:50:08,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:08,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d032d222-51c1-4f8d-a30e-4d0b696aac43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:08,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d032d222-51c1-4f8d-a30e-4d0b696aac43 2019-01-03 11:50:08,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:08,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:08,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55d40bdd-ea42-47e1-b5a6-3029f6bbc4be Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:50:08,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-55d40bdd-ea42-47e1-b5a6-3029f6bbc4be 2019-01-03 11:50:08,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:08,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-581221fc-cf73-46db-a3aa-53898222882f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69"}, "enabled": true, "id": "349d0e9c65254b4e98547a687c1ada69", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}]} 2019-01-03 11:50:08,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj used request id req-581221fc-cf73-46db-a3aa-53898222882f 2019-01-03 11:50:08,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:08,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bffb8d09-7025-46aa-a968-679df108c43b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:08,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bffb8d09-7025-46aa-a968-679df108c43b 2019-01-03 11:50:09,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84629ee0-2d8f-456d-9a68-6ff201e9e107 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:09,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-84629ee0-2d8f-456d-9a68-6ff201e9e107 2019-01-03 11:50:09,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c391f9-ec9c-4a45-8a87-3e1a43304b64 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69"}, "enabled": true, "id": "349d0e9c65254b4e98547a687c1ada69", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}]} 2019-01-03 11:50:09,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj used request id req-55c391f9-ec9c-4a45-8a87-3e1a43304b64 2019-01-03 11:50:09,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/acac2e8e251047eb8a49d100c6db681b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a411cb8-7e51-4447-aa53-72316a2208ff Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-7463cfdf-27d9-499-user", "links": {"self": "http://172.30.9.28:5000/v3/users/acac2e8e251047eb8a49d100c6db681b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "349d0e9c65254b4e98547a687c1ada69", "id": "acac2e8e251047eb8a49d100c6db681b", "password_expires_at": null}} 2019-01-03 11:50:09,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/acac2e8e251047eb8a49d100c6db681b used request id req-4a411cb8-7e51-4447-aa53-72316a2208ff 2019-01-03 11:50:09,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68878464-29ea-4006-9d97-838de3ac5df3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:50:09,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles used request id req-68878464-29ea-4006-9d97-838de3ac5df3 2019-01-03 11:50:09,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1283a08d-132e-48dc-929d-3d356001e647 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 11:50:09,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-1283a08d-132e-48dc-929d-3d356001e647 2019-01-03 11:50:09,510 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-7463cfdf-27d9-499-proj 2019-01-03 11:50:09,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a7b5ef5-19fc-4562-a86c-2fbe6ec6abd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:09,645 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/87531dd8fee349ee823565af03481166 used request id req-3a7b5ef5-19fc-4562-a86c-2fbe6ec6abd6 2019-01-03 11:50:09,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f8759f-6cb5-4b84-9b51-d4bbe79bdece Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:09,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b3f8759f-6cb5-4b84-9b51-d4bbe79bdece 2019-01-03 11:50:09,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f901f8-1dd3-4f74-825b-893468d34916 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69"}, "enabled": true, "id": "349d0e9c65254b4e98547a687c1ada69", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}]} 2019-01-03 11:50:09,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackVolumeTests-7463cfdf-27d9-499-proj used request id req-81f901f8-1dd3-4f74-825b-893468d34916 2019-01-03 11:50:09,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:09,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60082c5-8284-4648-8be7-0be84d04a8ec Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 11:50:09,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles used request id req-d60082c5-8284-4648-8be7-0be84d04a8ec 2019-01-03 11:50:09,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:10,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0513a2c-1c01-4a3c-aa92-6ea0c63f2845 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:50:10,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-e0513a2c-1c01-4a3c-aa92-6ea0c63f2845 2019-01-03 11:50:10,014 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-7463cfdf-27d9-499-proj 2019-01-03 11:50:10,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:10,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1482e414-d3fc-49f4-abd5-b072324aa100 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:10,147 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/2aca817175ef438fbb85334767ec61a1 used request id req-1482e414-d3fc-49f4-abd5-b072324aa100 2019-01-03 11:50:10,148 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-7463cfdf-27d9-499-user 2019-01-03 11:50:10,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:10,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:10,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ebfe045-dd80-41ae-8f26-95f07af7678d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:10,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5ebfe045-dd80-41ae-8f26-95f07af7678d 2019-01-03 11:50:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" -d '{"role": {"name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj-role"}}' 2019-01-03 11:50:10,349 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-988410ac-0187-4436-a361-f4620e14e027 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dc13a9d49bb04818ab4970dab1afd288", "links": {"self": "http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288"}, "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj-role"}} 2019-01-03 11:50:10,349 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-988410ac-0187-4436-a361-f4620e14e027 2019-01-03 11:50:10,349 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-7463cfdf-27d9-499-proj-role 2019-01-03 11:50:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:10,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fe0ff1-8c60-4c0f-9cad-8c1cc8d74753 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288"}, "domain_id": null, "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj-role", "id": "dc13a9d49bb04818ab4970dab1afd288"}} 2019-01-03 11:50:10,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288 used request id req-53fe0ff1-8c60-4c0f-9cad-8c1cc8d74753 2019-01-03 11:50:10,525 - keystone_utils - INFO - Granting role CreateStackVolumeTests-7463cfdf-27d9-499-proj-role to project CreateStackVolumeTests-7463cfdf-27d9-499-proj 2019-01-03 11:50:10,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/dc13a9d49bb04818ab4970dab1afd288 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:10,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84b6acc8-4fea-4058-8ef5-29e1dc83e414 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:10,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69/users/acac2e8e251047eb8a49d100c6db681b/roles/dc13a9d49bb04818ab4970dab1afd288 used request id req-84b6acc8-4fea-4058-8ef5-29e1dc83e414 2019-01-03 11:50:10,663 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:10,663 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:10,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:11,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dc13a9d49bb04818ab4970dab1afd288", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj-role"}], "expires_at": "2019-01-03T12:50:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "349d0e9c65254b4e98547a687c1ada69", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-7463cfdf-27d9-499-user", "id": "acac2e8e251047eb8a49d100c6db681b"}, "audit_ids": ["TCgirutGR6-kFJaVXYH5Mw"], "issued_at": "2019-01-03T11:50:11.000000Z"}} 2019-01-03 11:50:11,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:11,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60401b47-68fb-4f43-9a17-7701ba6ef538 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:11,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-60401b47-68fb-4f43-9a17-7701ba6ef538 2019-01-03 11:50:11,125 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:11,128 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:11,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:11,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:11 GMT Server: Apache x-openstack-request-id: req-e3adb360-bfc3-40ec-821d-06b3eb5b1b52 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:50:11,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack used request id req-e3adb360-bfc3-40ec-821d-06b3eb5b1b52 2019-01-03 11:50:11,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-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-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}}' 2019-01-03 11:50:12,942 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:11 GMT Server: Apache x-openstack-request-id: req-354f1182-9004-484e-98b8-0e003d5a441f Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "5405980b-308d-48c4-b450-bb38cbf79782", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}]}} 2019-01-03 11:50:12,942 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks used request id req-354f1182-9004-484e-98b8-0e003d5a441f 2019-01-03 11:50:12,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:13,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:12 GMT Server: Apache x-openstack-request-id: req-d65bd3d5-fdb6-411d-91ab-9c17d9bceae8 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:13,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:13 GMT Server: Apache x-openstack-request-id: req-80797c6e-790f-4195-be1e-60f2b47a15f6 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": "349d0e9c65254b4e98547a687c1ada69", "volume_type_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "OS::stack_id": "5405980b-308d-48c4-b450-bb38cbf79782", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "stack_user_project_id": "65408fcba2c14983a1afbe9d754cc2bb", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5405980b-308d-48c4-b450-bb38cbf79782", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:13,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-80797c6e-790f-4195-be1e-60f2b47a15f6 2019-01-03 11:50:13,323 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:13,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:13,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:13 GMT Server: Apache x-openstack-request-id: req-84c2d092-2404-4ee3-85af-1671061611b9 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:14,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:13 GMT Server: Apache x-openstack-request-id: req-c2cc857f-ac76-42c8-b941-224c6e8c3d94 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": "349d0e9c65254b4e98547a687c1ada69", "volume_type_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "OS::stack_id": "5405980b-308d-48c4-b450-bb38cbf79782", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "stack_user_project_id": "65408fcba2c14983a1afbe9d754cc2bb", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5405980b-308d-48c4-b450-bb38cbf79782", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:14,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-c2cc857f-ac76-42c8-b941-224c6e8c3d94 2019-01-03 11:50:14,062 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:50:14,062 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:17,065 - create_stack - DEBUG - Stack status query timeout in 1196.25758386 2019-01-03 11:50:17,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:17,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-openstack-request-id: req-c8dd43d3-9c2d-4b35-9aed-0a65eb7b26d5 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:17,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-openstack-request-id: req-198103a8-ef8b-4828-8651-6d35fbcbd21a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 538 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": "349d0e9c65254b4e98547a687c1ada69", "volume_type_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "OS::stack_id": "5405980b-308d-48c4-b450-bb38cbf79782", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "stack_user_project_id": "65408fcba2c14983a1afbe9d754cc2bb", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:50:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5405980b-308d-48c4-b450-bb38cbf79782", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:17,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-198103a8-ef8b-4828-8651-6d35fbcbd21a 2019-01-03 11:50:17,140 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:50:17,140 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:17,141 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:17,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:17,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-openstack-request-id: req-e1f9216e-73a7-42c8-bf1f-a127cc907612 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:17,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-openstack-request-id: req-bd87bc62-eb22-4b6b-8753-c6f0481bd5ab 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.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782/resources/volume", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2019-01-03T11:50:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:50:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "aa034226-4d09-424d-9959-4e6f10647f52", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2019-01-03T11:50:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:50:12Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f", "resource_type": "OS::Cinder::VolumeType"}]} 2019-01-03 11:50:17,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782/resources used request id req-bd87bc62-eb22-4b6b-8753-c6f0481bd5ab 2019-01-03 11:50:17,386 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:17,571 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-compute-request-id: req-7f44948d-a1d3-4fbb-bbb0-50fdf5cc822f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f44948d-a1d3-4fbb-bbb0-50fdf5cc822f Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f", "description": null}} 2019-01-03 11:50:17,571 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f used request id req-7f44948d-a1d3-4fbb-bbb0-50fdf5cc822f 2019-01-03 11:50:17,574 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7f44948d-a1d3-4fbb-bbb0-50fdf5cc822f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:17,748 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-compute-request-id: req-c4dbbc3b-de42-4c8a-91ee-289b3af6c3df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4dbbc3b-de42-4c8a-91ee-289b3af6c3df Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f", "description": null}} 2019-01-03 11:50:17,748 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f used request id req-c4dbbc3b-de42-4c8a-91ee-289b3af6c3df 2019-01-03 11:50:17,751 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7f44948d-a1d3-4fbb-bbb0-50fdf5cc822f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:17,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:17 GMT Server: Apache x-compute-request-id: req-5a282ceb-affc-46fd-857e-ca0be42b7fbd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5a282ceb-affc-46fd-857e-ca0be42b7fbd Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:50:17,941 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f/encryption used request id req-5a282ceb-affc-46fd-857e-ca0be42b7fbd 2019-01-03 11:50:17,941 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:17,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:18,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dc13a9d49bb04818ab4970dab1afd288", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj-role"}], "expires_at": "2019-01-03T12:50:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "349d0e9c65254b4e98547a687c1ada69", "name": "CreateStackVolumeTests-7463cfdf-27d9-499-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/349d0e9c65254b4e98547a687c1ada69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-7463cfdf-27d9-499-user", "id": "acac2e8e251047eb8a49d100c6db681b"}, "audit_ids": ["m_IzD0uKTXazKW8dgMPIDw"], "issued_at": "2019-01-03T11:50:18.000000Z"}} 2019-01-03 11:50:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ed3ffb81662efc0b6ce2256441e57c5d7d0d9d" 2019-01-03 11:50:18,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ca4bde-36b5-4f73-ab8b-23e73cf19e0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:18,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-66ca4bde-36b5-4f73-ab8b-23e73cf19e0a 2019-01-03 11:50:18,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ed3ffb81662efc0b6ce2256441e57c5d7d0d9d" 2019-01-03 11:50:18,594 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:18 GMT Server: Apache x-compute-request-id: req-0cbb1264-aca4-4844-b6c5-64feb3096b8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cbb1264-aca4-4844-b6c5-64feb3096b8a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f", "description": null}]} 2019-01-03 11:50:18,594 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types?is_public=None used request id req-0cbb1264-aca4-4844-b6c5-64feb3096b8a 2019-01-03 11:50:18,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cbb1264-aca4-4844-b6c5-64feb3096b8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ed3ffb81662efc0b6ce2256441e57c5d7d0d9d" 2019-01-03 11:50:18,766 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:18 GMT Server: Apache x-compute-request-id: req-7d9bbb70-fd9a-4fa7-81bb-30e79e72b928 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7d9bbb70-fd9a-4fa7-81bb-30e79e72b928 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f", "description": null}} 2019-01-03 11:50:18,766 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f used request id req-7d9bbb70-fd9a-4fa7-81bb-30e79e72b928 2019-01-03 11:50:18,768 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cbb1264-aca4-4844-b6c5-64feb3096b8a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ed3ffb81662efc0b6ce2256441e57c5d7d0d9d" 2019-01-03 11:50:18,961 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:18 GMT Server: Apache x-compute-request-id: req-528b2000-497a-427c-802c-0e8f0d6d71c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-528b2000-497a-427c-802c-0e8f0d6d71c2 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2019-01-03 11:50:18,961 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.28:8776/v3/349d0e9c65254b4e98547a687c1ada69/types/17d0ca18-23d0-4ef5-bf8d-dcf03c910d8f/encryption used request id req-528b2000-497a-427c-802c-0e8f0d6d71c2 2019-01-03 11:50:18,961 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:18,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:19,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:18 GMT Server: Apache x-openstack-request-id: req-876073c0-e14a-4dc0-8cf1-a8fe56889b00 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:19,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:19 GMT Server: Apache x-openstack-request-id: req-f4c864c6-a412-4d0d-9710-176f648d3e31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:19,322 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-f4c864c6-a412-4d0d-9710-176f648d3e31 2019-01-03 11:50:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:19,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:19 GMT Server: Apache x-openstack-request-id: req-3a51b8b5-d1b5-471b-9136-9e5a6834356c Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:19,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:19 GMT Server: Apache x-openstack-request-id: req-2c2ab0b8-f5a9-40e6-a2be-5a56a9fb7ce7 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": "349d0e9c65254b4e98547a687c1ada69", "volume_type_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "OS::stack_id": "5405980b-308d-48c4-b450-bb38cbf79782", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "stack_user_project_id": "65408fcba2c14983a1afbe9d754cc2bb", "tags": null, "creation_time": "2019-01-03T11:50:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:50:19Z", "id": "5405980b-308d-48c4-b450-bb38cbf79782", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:19,544 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-2c2ab0b8-f5a9-40e6-a2be-5a56a9fb7ce7 2019-01-03 11:50:19,544 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:50:19,544 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:22,548 - create_stack - DEBUG - Stack status query timeout in 1196.77476287 2019-01-03 11:50:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:22,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:22 GMT Server: Apache x-openstack-request-id: req-2ce0772f-9386-41bd-93a4-46869475891f Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:22,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:22 GMT Server: Apache x-openstack-request-id: req-028f0ecc-35ec-4c1b-9550-05031b34260a 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": "349d0e9c65254b4e98547a687c1ada69", "volume_type_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume-type", "OS::stack_id": "5405980b-308d-48c4-b450-bb38cbf79782", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "volume_name": "CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack", "stack_user_project_id": "65408fcba2c14983a1afbe9d754cc2bb", "tags": null, "creation_time": "2019-01-03T11:50:12Z", "links": [{"href": "http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:50:19Z", "id": "5405980b-308d-48c4-b450-bb38cbf79782", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:22,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-028f0ecc-35ec-4c1b-9550-05031b34260a 2019-01-03 11:50:22,606 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:50:22,606 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:22,607 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack 2019-01-03 11:50:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/5405980b-308d-48c4-b450-bb38cbf79782 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75bbab76b5bcbedc957bdcb24112e616b4c70b5e" 2019-01-03 11:50:22,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:22 GMT Server: Apache x-openstack-request-id: req-1e42e566-67f5-4aad-a1cc-fec8bb0fb331 Location: http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:22,808 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:50:22 GMT Server: Apache x-openstack-request-id: req-a5a5237a-e6d2-449d-b4b4-1448d76d12e2 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:50:22,808 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/349d0e9c65254b4e98547a687c1ada69/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3ccf6aab-1fb1-4d5f-8c03-4911fc65c536-stack/5405980b-308d-48c4-b450-bb38cbf79782 used request id req-a5a5237a-e6d2-449d-b4b4-1448d76d12e2 2019-01-03 11:50:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-96786874-e006-4550-aa9b-8628eee8df97 Date: Thu, 03 Jan 2019 11:50:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:50:23,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-96786874-e006-4550-aa9b-8628eee8df97 2019-01-03 11:50:23,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8f7867-0086-466a-baa1-3426e1677f15 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:50:23,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-bc8f7867-0086-466a-baa1-3426e1677f15 2019-01-03 11:50:23,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf68583-1f8f-4466-aa94-94192dd84f43 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:50:23,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-dcf68583-1f8f-4466-aa94-94192dd84f43 2019-01-03 11:50:23,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b16cfe-7345-476d-b6a7-e0a2449f40e9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:50:23,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-55b16cfe-7345-476d-b6a7-e0a2449f40e9 2019-01-03 11:50:23,297 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-7463cfdf-27d9-499-proj 2019-01-03 11:50:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5baf1d3a-aecf-47dd-afa4-296681b50599 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:23,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/349d0e9c65254b4e98547a687c1ada69 used request id req-5baf1d3a-aecf-47dd-afa4-296681b50599 2019-01-03 11:50:23,562 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-7463cfdf-27d9-499-proj-role 2019-01-03 11:50:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a58e8225-73d8-46a3-b7ce-8e9b95115969 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:23,684 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/dc13a9d49bb04818ab4970dab1afd288 used request id req-a58e8225-73d8-46a3-b7ce-8e9b95115969 2019-01-03 11:50:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df4ad36c95b9f388f48773722a182d440185438c" 2019-01-03 11:50:23,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c485359a-5aee-48c2-85a8-df4fd7dd2e4f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:23,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c485359a-5aee-48c2-85a8-df4fd7dd2e4f 2019-01-03 11:50:23,773 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-7463cfdf-27d9-499-user 2019-01-03 11:50:23,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/acac2e8e251047eb8a49d100c6db681b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdccf6c5431ba6c1f110f07488e35562c532f417" 2019-01-03 11:50:23,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68ce4e45-597f-4eab-bbb2-9e541a61d857 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:23,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/acac2e8e251047eb8a49d100c6db681b used request id req-68ce4e45-597f-4eab-bbb2-9e541a61d857 2019-01-03 11:50:23,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:24,351 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["4z3NpfKbQJ6Ppiq_kB9Gdw"], "issued_at": "2019-01-03T11:50:24.000000Z"}} 2019-01-03 11:50:24,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af94cb546963640603049f47af9dff78fd0a867a" 2019-01-03 11:50:24,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89257d2a-ba5f-4c6b-a44a-9f4c53c4dfae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:24,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89257d2a-ba5f-4c6b-a44a-9f4c53c4dfae 2019-01-03 11:50:24,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:24,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:24,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["PoMTZbUzTV6fq6c2NpWpYQ"], "issued_at": "2019-01-03T11:50:24.000000Z"}} 2019-01-03 11:50:24,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:24,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d576e3-a1d2-4a5b-9963-6d5a920b6916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:24,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b5d576e3-a1d2-4a5b-9963-6d5a920b6916 2019-01-03 11:50:24,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:24,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:24,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:25,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e5f44a-c17f-4edd-91e4-eaf5fa8fd1fa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:50:25,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj used request id req-04e5f44a-c17f-4edd-91e4-eaf5fa8fd1fa 2019-01-03 11:50:25,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:25,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1cd51a8-1816-4618-944a-1a0bc64ff83c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:25,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b1cd51a8-1816-4618-944a-1a0bc64ff83c 2019-01-03 11:50:25,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}}' 2019-01-03 11:50:25,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75f2c687-f44b-409d-a0a8-60bfc67cf666 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84"}, "enabled": true, "id": "3c035d3bfdab4fb58ce3a13539978b84", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}} 2019-01-03 11:50:25,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-75f2c687-f44b-409d-a0a8-60bfc67cf666 2019-01-03 11:50:25,217 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj 2019-01-03 11:50:25,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:25,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:25,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Kv_jgEvcRsmaOkhnqNJlsg"], "issued_at": "2019-01-03T11:50:25.000000Z"}} 2019-01-03 11:50:25,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:25,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845609ec-03fd-4588-96dd-55c0c82f2369 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:25,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-845609ec-03fd-4588-96dd-55c0c82f2369 2019-01-03 11:50:25,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:25,706 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:25,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:25,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f476447e-819d-4ef7-8f29-8f3478ab4ce3 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:50:25,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f476447e-819d-4ef7-8f29-8f3478ab4ce3 2019-01-03 11:50:25,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:25,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-539437d8-cc52-47a7-94ac-cb0265d34c9d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84"}, "enabled": true, "id": "3c035d3bfdab4fb58ce3a13539978b84", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}]} 2019-01-03 11:50:25,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj used request id req-539437d8-cc52-47a7-94ac-cb0265d34c9d 2019-01-03 11:50:25,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:25,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358e3a41-84fd-4551-b0ef-13205fdc1191 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:25,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-358e3a41-84fd-4551-b0ef-13205fdc1191 2019-01-03 11:50:26,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f927b8-ef97-46ef-84c9-faacd955210f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:26,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d5f927b8-ef97-46ef-84c9-faacd955210f 2019-01-03 11:50:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4fb87b5-650e-4d9f-9002-5beaed571bdc Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84"}, "enabled": true, "id": "3c035d3bfdab4fb58ce3a13539978b84", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}]} 2019-01-03 11:50:26,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj used request id req-b4fb87b5-650e-4d9f-9002-5beaed571bdc 2019-01-03 11:50:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/a14baa12939440989ae01debfe6a55c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65394527-1216-4a2f-b85d-659700caee48 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-user", "links": {"self": "http://172.30.9.28:5000/v3/users/a14baa12939440989ae01debfe6a55c1"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "3c035d3bfdab4fb58ce3a13539978b84", "id": "a14baa12939440989ae01debfe6a55c1", "password_expires_at": null}} 2019-01-03 11:50:26,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a14baa12939440989ae01debfe6a55c1 used request id req-65394527-1216-4a2f-b85d-659700caee48 2019-01-03 11:50:26,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b32090-1349-464e-b2f0-3512a226eda7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:50:26,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles used request id req-39b32090-1349-464e-b2f0-3512a226eda7 2019-01-03 11:50:26,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac7b31a6-d684-4142-8166-df99f1824a54 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 11:50:26,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-ac7b31a6-d684-4142-8166-df99f1824a54 2019-01-03 11:50:26,704 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj 2019-01-03 11:50:26,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c351f9c-2655-471c-9705-06419496678e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:26,848 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/87531dd8fee349ee823565af03481166 used request id req-9c351f9c-2655-471c-9705-06419496678e 2019-01-03 11:50:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:26,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42da88d-20ef-4843-bd43-2d9092411584 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:26,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b42da88d-20ef-4843-bd43-2d9092411584 2019-01-03 11:50:26,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:27,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3475ed22-67dd-4b74-b544-76c4d959100d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84"}, "enabled": true, "id": "3c035d3bfdab4fb58ce3a13539978b84", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}]} 2019-01-03 11:50:27,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj used request id req-3475ed22-67dd-4b74-b544-76c4d959100d 2019-01-03 11:50:27,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:27,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49e5d98-e19f-41e7-9b9c-2d70fb31a74b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 11:50:27,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles used request id req-d49e5d98-e19f-41e7-9b9c-2d70fb31a74b 2019-01-03 11:50:27,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:27,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d56c270-ffdc-44db-a398-a67b5bdff514 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:50:27,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-1d56c270-ffdc-44db-a398-a67b5bdff514 2019-01-03 11:50:27,235 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj 2019-01-03 11:50:27,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:27,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0689755d-a8be-4127-9547-8676283a3fe4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:27,357 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/2aca817175ef438fbb85334767ec61a1 used request id req-0689755d-a8be-4127-9547-8676283a3fe4 2019-01-03 11:50:27,357 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-user 2019-01-03 11:50:27,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:27,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:27,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-888d1bca-9f20-41f6-8f08-e4be10529cfa Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:27,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-888d1bca-9f20-41f6-8f08-e4be10529cfa 2019-01-03 11:50:27,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" -d '{"role": {"name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role"}}' 2019-01-03 11:50:27,558 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5639b59-ffad-4e64-8f42-dc1bf1e7583f Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d94237ebe049489f91b0ebbaaeecc706", "links": {"self": "http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706"}, "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role"}} 2019-01-03 11:50:27,559 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-b5639b59-ffad-4e64-8f42-dc1bf1e7583f 2019-01-03 11:50:27,559 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role 2019-01-03 11:50:27,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:27,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c890b700-298b-40e1-908d-f9325a8cdb75 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706"}, "domain_id": null, "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role", "id": "d94237ebe049489f91b0ebbaaeecc706"}} 2019-01-03 11:50:27,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706 used request id req-c890b700-298b-40e1-908d-f9325a8cdb75 2019-01-03 11:50:27,643 - keystone_utils - INFO - Granting role CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role to project CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj 2019-01-03 11:50:27,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/d94237ebe049489f91b0ebbaaeecc706 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:27,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-407a7f3a-93d6-4f40-81cc-7c10a0beda65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:27,782 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84/users/a14baa12939440989ae01debfe6a55c1/roles/d94237ebe049489f91b0ebbaaeecc706 used request id req-407a7f3a-93d6-4f40-81cc-7c10a0beda65 2019-01-03 11:50:27,783 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:27,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:27,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:28,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "d94237ebe049489f91b0ebbaaeecc706", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role"}], "expires_at": "2019-01-03T12:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c035d3bfdab4fb58ce3a13539978b84", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-user", "id": "a14baa12939440989ae01debfe6a55c1"}, "audit_ids": ["8RSGVS7yTeOgMMrkFpLCOA"], "issued_at": "2019-01-03T11:50:28.000000Z"}} 2019-01-03 11:50:28,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:28,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d28097-459e-4958-9c6a-ae3a4484d2d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:28,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-71d28097-459e-4958-9c6a-ae3a4484d2d1 2019-01-03 11:50:28,260 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:28,262 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:28,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks?stack_name=CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:28,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:28 GMT Server: Apache x-openstack-request-id: req-d8aac75e-7620-43af-b0ae-7c9521e2b33a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:50:28,438 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks?stack_name=CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack used request id req-d8aac75e-7620-43af-b0ae-7c9521e2b33a 2019-01-03 11:50:28,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" -d '{"stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-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}}}}}' 2019-01-03 11:50:29,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:28 GMT Server: Apache x-openstack-request-id: req-b42609c1-c1c1-4b71-8aa0-3f8d04e1897c Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "self"}]}} 2019-01-03 11:50:29,993 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks used request id req-b42609c1-c1c1-4b71-8aa0-3f8d04e1897c 2019-01-03 11:50:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:30,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-7c73eac0-3e01-4c67-923f-7fc1a9a6c1e4 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:30,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-511b462a-873a-49fb-88e5-0629219c668f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 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": "3c035d3bfdab4fb58ce3a13539978b84", "OS::stack_id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "OS::stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack", "stack_user_project_id": "026c6df5823247739c7b1d93a9a3f9f8", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:30,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-511b462a-873a-49fb-88e5-0629219c668f 2019-01-03 11:50:30,364 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:30,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-bb62dab1-3ce0-460f-8299-ce4ce6238d11 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:30,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-09b5461d-f80b-4f47-8f5a-62d9b0c82af7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 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": "3c035d3bfdab4fb58ce3a13539978b84", "OS::stack_id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "OS::stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack", "stack_user_project_id": "026c6df5823247739c7b1d93a9a3f9f8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:50:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:30,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-09b5461d-f80b-4f47-8f5a-62d9b0c82af7 2019-01-03 11:50:30,598 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:50:30,598 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:30,599 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:30,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:30,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-02fba638-e039-49b8-91ae-1db8d5affea0 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:30,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:30 GMT Server: Apache x-openstack-request-id: req-03b6507b-3957-47dd-a5a1-04533a9f54ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2019-01-03T11:50:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:50:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "32354b2e-3c0c-49df-bfd6-0a750a7567bb", "resource_type": "OS::Nova::Flavor"}]} 2019-01-03 11:50:30,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6/resources used request id req-03b6507b-3957-47dd-a5a1-04533a9f54ef 2019-01-03 11:50:30,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:30,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50: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-81a9f760-6c08-4ba6-842f-5932468e9bc7 x-compute-request-id: req-81a9f760-6c08-4ba6-842f-5932468e9bc7 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "32354b2e-3c0c-49df-bfd6-0a750a7567bb", "name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack-flavor-dag5hkpmvyrd", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:50:30,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb used request id req-81a9f760-6c08-4ba6-842f-5932468e9bc7 2019-01-03 11:50:31,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:31,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:31,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "d94237ebe049489f91b0ebbaaeecc706", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role"}], "expires_at": "2019-01-03T12:50:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c035d3bfdab4fb58ce3a13539978b84", "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3c035d3bfdab4fb58ce3a13539978b84", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-da0b10cd-2f6c-4f4-user", "id": "a14baa12939440989ae01debfe6a55c1"}, "audit_ids": ["CSvz3sUJRHyxGLOR9gw72w"], "issued_at": "2019-01-03T11:50:31.000000Z"}} 2019-01-03 11:50:31,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73f93cf794338fb3e202e3c86eb2188b0848d9a" 2019-01-03 11:50:31,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57292d0e-bf95-495f-9552-4cb8c7691937 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:31,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-57292d0e-bf95-495f-9552-4cb8c7691937 2019-01-03 11:50:31,465 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:31,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73f93cf794338fb3e202e3c86eb2188b0848d9a" 2019-01-03 11:50:31,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50: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-12d348f0-b8a9-469b-a434-153ba77f378c x-compute-request-id: req-12d348f0-b8a9-469b-a434-153ba77f378c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"flavors": [{"id": "32354b2e-3c0c-49df-bfd6-0a750a7567bb", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "bookmark"}], "name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack-flavor-dag5hkpmvyrd"}]} 2019-01-03 11:50:31,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-12d348f0-b8a9-469b-a434-153ba77f378c 2019-01-03 11:50:31,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73f93cf794338fb3e202e3c86eb2188b0848d9a" 2019-01-03 11:50:31,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50: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-dcd04f00-32e9-473f-a2f2-c2c2d00cfeba x-compute-request-id: req-dcd04f00-32e9-473f-a2f2-c2c2d00cfeba Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "32354b2e-3c0c-49df-bfd6-0a750a7567bb", "name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack-flavor-dag5hkpmvyrd", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:50:31,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/32354b2e-3c0c-49df-bfd6-0a750a7567bb used request id req-dcd04f00-32e9-473f-a2f2-c2c2d00cfeba 2019-01-03 11:50:31,676 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack-flavor-dag5hkpmvyrd 2019-01-03 11:50:31,677 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:31,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:31,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:31 GMT Server: Apache x-openstack-request-id: req-c5ce5b5f-e30c-422c-b2af-ec3448999251 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:31,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:31 GMT Server: Apache x-openstack-request-id: req-54fc146b-b525-4198-9f9e-5958b98ce8be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:31,748 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-54fc146b-b525-4198-9f9e-5958b98ce8be 2019-01-03 11:50:31,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:31,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:31 GMT Server: Apache x-openstack-request-id: req-68dc3f64-f8f8-4c96-977f-25bdaf3665d7 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:32,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:31 GMT Server: Apache x-openstack-request-id: req-fbaf3238-e333-4ff3-9dbe-28ba55046ab0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 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": "3c035d3bfdab4fb58ce3a13539978b84", "OS::stack_id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "OS::stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack", "stack_user_project_id": "026c6df5823247739c7b1d93a9a3f9f8", "tags": null, "creation_time": "2019-01-03T11:50:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:50:31Z", "id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:32,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-fbaf3238-e333-4ff3-9dbe-28ba55046ab0 2019-01-03 11:50:32,113 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:50:32,114 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:35,117 - create_stack - DEBUG - Stack status query timeout in 1196.63151002 2019-01-03 11:50:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:35,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache x-openstack-request-id: req-4cb44394-cbbc-49ad-9fcf-3fd15da62d86 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:35,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache x-openstack-request-id: req-15279ade-0bdc-4997-8d2e-cf484277bbf1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 508 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "3c035d3bfdab4fb58ce3a13539978b84", "OS::stack_id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "OS::stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack"}, "deletion_time": "2019-01-03T11:50:33Z", "stack_name": "CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack", "stack_user_project_id": "026c6df5823247739c7b1d93a9a3f9f8", "tags": null, "creation_time": "2019-01-03T11:50:29Z", "links": [{"href": "http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:50:31Z", "id": "9069dd65-156c-4277-b22b-0dc4c88df4f6", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2019-01-03 11:50:35,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-15279ade-0bdc-4997-8d2e-cf484277bbf1 2019-01-03 11:50:35,545 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:50:35,546 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:35,546 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack 2019-01-03 11:50:35,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/9069dd65-156c-4277-b22b-0dc4c88df4f6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a4377eace3fd7e021fd3be2db8fb176167273f" 2019-01-03 11:50:35,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache x-openstack-request-id: req-27a84a04-6261-4d4d-954e-027eeb5587b0 Location: http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:35,599 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache x-openstack-request-id: req-55b7d513-7ed2-4af3-9b71-1b9d65052c0f Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:50:35,599 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/3c035d3bfdab4fb58ce3a13539978b84/stacks/CreateStackFlavorTests-05dc41d7-cbae-4100-bbf5-1a7551d6d43b-stack/9069dd65-156c-4277-b22b-0dc4c88df4f6 used request id req-55b7d513-7ed2-4af3-9b71-1b9d65052c0f 2019-01-03 11:50:35,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:35,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-32201756-958f-46ed-bdfa-19be6daae2d5 Date: Thu, 03 Jan 2019 11:50:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:50:35,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-32201756-958f-46ed-bdfa-19be6daae2d5 2019-01-03 11:50:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:35,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c3b619-2019-4383-9599-dc855303bd37 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:50:35,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-30c3b619-2019-4383-9599-dc855303bd37 2019-01-03 11:50:35,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:36,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6654386-7685-4156-83c5-477ca82b4307 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:50:36,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-f6654386-7685-4156-83c5-477ca82b4307 2019-01-03 11:50:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:36,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7094d753-4564-40b2-871e-6cc9c8b7d427 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:50:36,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-7094d753-4564-40b2-871e-6cc9c8b7d427 2019-01-03 11:50:36,109 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj 2019-01-03 11:50:36,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:36,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61a9e31a-1eab-4b18-9ee0-8536cbb9fd2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:36,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3c035d3bfdab4fb58ce3a13539978b84 used request id req-61a9e31a-1eab-4b18-9ee0-8536cbb9fd2c 2019-01-03 11:50:36,340 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-proj-role 2019-01-03 11:50:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:36,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83b77bc1-9714-4ac6-9a8e-e45fd8f4bf59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:36,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d94237ebe049489f91b0ebbaaeecc706 used request id req-83b77bc1-9714-4ac6-9a8e-e45fd8f4bf59 2019-01-03 11:50:36,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ec0b5ef9fbd0da9cbe82fc6d57389fa4bc002c" 2019-01-03 11:50:36,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c80ddc-ca56-48d0-99c7-f78e6e957e24 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:36,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c0c80ddc-ca56-48d0-99c7-f78e6e957e24 2019-01-03 11:50:36,544 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-da0b10cd-2f6c-4f4-user 2019-01-03 11:50:36,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a14baa12939440989ae01debfe6a55c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb7ff372041bbad6a564069e4900d25625d378e1" 2019-01-03 11:50:36,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7279829-44a0-4d74-aeca-7da43a69c97d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:36,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a14baa12939440989ae01debfe6a55c1 used request id req-c7279829-44a0-4d74-aeca-7da43a69c97d 2019-01-03 11:50:36,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:37,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["KGpeGxipQ8SkxMz2z99lpw"], "issued_at": "2019-01-03T11:50:37.000000Z"}} 2019-01-03 11:50:37,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6204ba31a34f9bc029bf51fc4254ca5bbc222918" 2019-01-03 11:50:37,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeea9613-1089-41bc-9edd-9a339a38b3e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:37,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eeea9613-1089-41bc-9edd-9a339a38b3e2 2019-01-03 11:50:37,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:37,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:37,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["FEIXaQf-TUyr4AzwEaoBQA"], "issued_at": "2019-01-03T11:50:37.000000Z"}} 2019-01-03 11:50:37,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:37,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78dc08f-2e46-4172-8d9e-55d63fbe1d50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:37,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c78dc08f-2e46-4172-8d9e-55d63fbe1d50 2019-01-03 11:50:37,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:37,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:37,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-c99d8676-146f-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:37,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cc429e8-69c8-4ee4-b442-8f8fff836fab Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-c99d8676-146f-482-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:50:37,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-c99d8676-146f-482-proj used request id req-4cc429e8-69c8-4ee4-b442-8f8fff836fab 2019-01-03 11:50:37,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:37,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f5ce39-57a4-4582-9ad1-f9b52f6e55ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:37,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b2f5ce39-57a4-4582-9ad1-f9b52f6e55ea 2019-01-03 11:50:37,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}}' 2019-01-03 11:50:38,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e556e3e2-4884-4cdb-a482-8c5930c53328 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc"}, "enabled": true, "id": "16d12043525946f0a6b005b56b59bedc", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}} 2019-01-03 11:50:38,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-e556e3e2-4884-4cdb-a482-8c5930c53328 2019-01-03 11:50:38,008 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-c99d8676-146f-482-proj 2019-01-03 11:50:38,008 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:38,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:38,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["PSgT5YTSRKWl6dDhyC8XDQ"], "issued_at": "2019-01-03T11:50:38.000000Z"}} 2019-01-03 11:50:38,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:38,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456181c6-358d-4a01-846e-9eed8310214a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:38,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-456181c6-358d-4a01-846e-9eed8310214a 2019-01-03 11:50:38,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:38,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:38,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:38,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca5a758-a914-476a-89ef-05f1bc00cf8c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:50:38,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fca5a758-a914-476a-89ef-05f1bc00cf8c 2019-01-03 11:50:38,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:38,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e776539-c7fe-454a-951a-005cd6a023a0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc"}, "enabled": true, "id": "16d12043525946f0a6b005b56b59bedc", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}]} 2019-01-03 11:50:38,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj used request id req-2e776539-c7fe-454a-951a-005cd6a023a0 2019-01-03 11:50:38,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:38,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40292f68-cd0a-40cf-b338-2e888437799b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:38,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-40292f68-cd0a-40cf-b338-2e888437799b 2019-01-03 11:50:38,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-176893be-09f3-4617-8742-1b95c6183977 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:39,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-176893be-09f3-4617-8742-1b95c6183977 2019-01-03 11:50:39,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0334e1d1-3694-4f3b-b72a-8f5913b97719 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc"}, "enabled": true, "id": "16d12043525946f0a6b005b56b59bedc", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}]} 2019-01-03 11:50:39,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackKeypairTests-c99d8676-146f-482-proj used request id req-0334e1d1-3694-4f3b-b72a-8f5913b97719 2019-01-03 11:50:39,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/51bbe6464f634f80b15f4802b7160d3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e9f365-6dd7-4cf3-8274-2053cd6b2f65 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-c99d8676-146f-482-user", "links": {"self": "http://172.30.9.28:5000/v3/users/51bbe6464f634f80b15f4802b7160d3a"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "16d12043525946f0a6b005b56b59bedc", "id": "51bbe6464f634f80b15f4802b7160d3a", "password_expires_at": null}} 2019-01-03 11:50:39,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/51bbe6464f634f80b15f4802b7160d3a used request id req-60e9f365-6dd7-4cf3-8274-2053cd6b2f65 2019-01-03 11:50:39,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe76b1a-f065-4259-b293-2b992ab27ad1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:50:39,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles used request id req-ebe76b1a-f065-4259-b293-2b992ab27ad1 2019-01-03 11:50:39,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d538dd06-bdb5-41af-8d55-2d91679a2631 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:50:39,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-d538dd06-bdb5-41af-8d55-2d91679a2631 2019-01-03 11:50:39,422 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-c99d8676-146f-482-proj 2019-01-03 11:50:39,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:39,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ca1ac5-de12-48be-b678-52002fc2c330 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:39,543 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles/2aca817175ef438fbb85334767ec61a1 used request id req-c4ca1ac5-de12-48be-b678-52002fc2c330 2019-01-03 11:50:39,543 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-c99d8676-146f-482-user 2019-01-03 11:50:39,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:39,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:39,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef9bf03-18a0-4e94-9b45-5985f7bd5302 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:39,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bef9bf03-18a0-4e94-9b45-5985f7bd5302 2019-01-03 11:50:39,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" -d '{"role": {"name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role"}}' 2019-01-03 11:50:39,750 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f360d017-08dd-4de4-9697-f483115a18f5 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5d574ba84bc24029b6492931e3ef913c", "links": {"self": "http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c"}, "name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role"}} 2019-01-03 11:50:39,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f360d017-08dd-4de4-9697-f483115a18f5 2019-01-03 11:50:39,750 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-c99d8676-146f-482-proj-role 2019-01-03 11:50:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:39,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6ac3fe4-7370-4172-9d7d-7b3c35fa85d3 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c"}, "domain_id": null, "name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role", "id": "5d574ba84bc24029b6492931e3ef913c"}} 2019-01-03 11:50:39,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c used request id req-f6ac3fe4-7370-4172-9d7d-7b3c35fa85d3 2019-01-03 11:50:39,835 - keystone_utils - INFO - Granting role CreateStackKeypairTests-c99d8676-146f-482-proj-role to project CreateStackKeypairTests-c99d8676-146f-482-proj 2019-01-03 11:50:39,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles/5d574ba84bc24029b6492931e3ef913c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:39,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3395a890-22cb-4bdf-be01-4ad54128d0e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:39,962 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc/users/51bbe6464f634f80b15f4802b7160d3a/roles/5d574ba84bc24029b6492931e3ef913c used request id req-3395a890-22cb-4bdf-be01-4ad54128d0e7 2019-01-03 11:50:39,962 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:39,963 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:39,964 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:39,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:40,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "5d574ba84bc24029b6492931e3ef913c", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role"}], "expires_at": "2019-01-03T12:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16d12043525946f0a6b005b56b59bedc", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-c99d8676-146f-482-user", "id": "51bbe6464f634f80b15f4802b7160d3a"}, "audit_ids": ["xobKE5RBSweJgWeBDyys4w"], "issued_at": "2019-01-03T11:50:40.000000Z"}} 2019-01-03 11:50:40,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:40,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf0f02d-162f-4d03-8acc-4cf6d738e005 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:40,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cbf0f02d-162f-4d03-8acc-4cf6d738e005 2019-01-03 11:50:40,423 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:40,426 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:40,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:40,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:40 GMT Server: Apache x-openstack-request-id: req-fe33f806-73fd-48c8-80ff-e8311472fc06 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:50:40,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack used request id req-fe33f806-73fd-48c8-80ff-e8311472fc06 2019-01-03 11:50:40,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-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-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}}' 2019-01-03 11:50:42,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:40 GMT Server: Apache x-openstack-request-id: req-ef895853-0c49-4b3b-abbe-af5229782a82 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "4eed057c-75f2-4117-b324-9401e1e15b49", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}]}} 2019-01-03 11:50:42,263 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks used request id req-ef895853-0c49-4b3b-abbe-af5229782a82 2019-01-03 11:50:42,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:42,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:42 GMT Server: Apache x-openstack-request-id: req-7b38aa6f-1501-4cd8-84a7-7d00324836d9 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:42,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:42 GMT Server: Apache x-openstack-request-id: req-e05a785d-5d97-4c90-88d8-7c5559ababaf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 563 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": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "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"}} 2019-01-03 11:50:42,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-e05a785d-5d97-4c90-88d8-7c5559ababaf 2019-01-03 11:50:42,652 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:42,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:42,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:42 GMT Server: Apache x-openstack-request-id: req-e4a345e6-f093-4fdf-b721-2a04299e58f6 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:42,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:42 GMT Server: Apache x-openstack-request-id: req-209e9c7e-fe0d-4047-b345-1da91badc5fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 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": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwmj7lONwDlcE8q3x7MHM8KMAsViVCeEpZ8M+Q60Ti0UKwsgm\n36TLlnTeu2gGER3ydrdurlisqe7xQex++QUFs+pZrXYB9FhPrOZWakDCWqm3ytBa\nSkJ9crur6dF81/vBM0prfHgwo34JJelmFdopIN1ayS8LpfiDP8cMQK39o4aDlNPF\nXhf+zsZ+rL06lWCaEEehq2zGtApvh4FKj83GZiHBtN55561pK2pVZZeZ83lUTQX3\nFqMpE0AN5ucWPNkKeMo+/fN+CBG1kDVyh672tIS2SrIIZyu5VCYnIs+9/LhJWPxn\nv8DXi2Y1FkBlyf0K5Sl/BIW5kl4Pw5RBazb7GwIDAQABAoIBAArLd4S56EPzkwPC\notdJn46RDn3KdGQbC4iGb9OkLZyjFcjhAj+Sz/cnwCJZ0VRr/EWZQ90McXHyIZVO\ng3JiVAG8doRKNCuUJ8Bq/ctikygjml/5l7nd3UdcolwWVL9NbFnjvPopVlINsoZX\nYmK+PWBkyiC3qwbpOKh27fg9cQL+YTQLWJ38UJS3+92/FcrF/tIFrjKhJokNJyTF\nc0nk8GLx5Qo2DVb7avtzDUsvrnRzRKzCANQs1Oi+CpIc/O5aVmP1jMw7DKY9UOkK\nLianM4rvtjq3sl7EnWbh0qzxouAPO+kULhV6O2pBlvLsA8n2Psrq1Z/h1w1PiURn\npMK8lzkCgYEA9oExHGu0MJCeWULgGg02X9T9l1YOe43LXfi1YtPOdF4pCpwpeXqE\nMliMI3ZZY1ZJ2zI6Nokw5HyVKzdX/PvyFCkYY1pI5lJq3Bj4BAwKivLE2hqoOjJV\n38KTeEdOW4QSvNI4lz80kdwY1AuDW8p5YRngH5WG6HnVVBktCnbY7+cCgYEAyeYU\nuDBxRdVwEnAy2DkbjZgLWAwcS2qlw6/RmWlkQGG3krf4f3lrNDrpZgvgdp9QvUVh\nM9eMOIS7ZT4d+W6KMJwZE7kQL1yXpL/VcT0BwqDO5zPFoZKKkILssMX06RH/8xLA\nxyt5SRj3U+vJlN5gpY/MLw2rhzgCU2meN0eQxK0CgYEA7eveEfdmkKVVIQRqNtrf\ny3lRVntKOTivvECsGfojP7AOXt5BLa3x4IIUqLm3JykG2hlNlIuv9CjG9VJSi6xF\nh+3uSx6+VAfiehNjdsyEdH5DP9wQ2TLyLampGqOAXtZIG5Wv51OrEslj8W43WCZC\nJ1WJPBLfhozpOWWfUoVJd6sCgYAPT51+ol3Ut+z52PxiHWKTiFZD5Rc4OOw9PNYe\nVjm+ECsFu2Hi+OhCW71beccZ99b9o4dNkSkXGCnF8cIAKnvcV9om/r/Vd6YgXlPn\ndILvqZZHPkvchupvLx6YAUsjabQJUQDBmfBmtLf860KsQXj+1TrczqKVbI/wl2/i\nLVEzOQKBgQDJS8iHYwT8LLiFgZs8BTrXHeyIwR+OS/aoxogTB8klR4HPgDXGUL3U\nkZ/B8g4hpmAeZ0LYPyO97LevJ1a4gg+4zn3/GA17kFwJwjkthpXweNUZVgdi/sBI\nOuJDWJ9ArMyQjUxxTGxkzQUNuzyGC0TUDf17uRD1r+osiwjPFXt84g==\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"}} 2019-01-03 11:50:42,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-209e9c7e-fe0d-4047-b345-1da91badc5fa 2019-01-03 11:50:42,945 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:50:42,945 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:45,948 - create_stack - DEBUG - Stack status query timeout in 1196.70408988 2019-01-03 11:50:45,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:46,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:45 GMT Server: Apache x-openstack-request-id: req-171e07aa-225d-4ff2-babc-93bee6f37ef3 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:46,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:46 GMT Server: Apache x-openstack-request-id: req-cfa52416-f5b0-4bf1-9d16-980a02a224e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwmj7lONwDlcE8q3x7MHM8KMAsViVCeEpZ8M+Q60Ti0UKwsgm\n36TLlnTeu2gGER3ydrdurlisqe7xQex++QUFs+pZrXYB9FhPrOZWakDCWqm3ytBa\nSkJ9crur6dF81/vBM0prfHgwo34JJelmFdopIN1ayS8LpfiDP8cMQK39o4aDlNPF\nXhf+zsZ+rL06lWCaEEehq2zGtApvh4FKj83GZiHBtN55561pK2pVZZeZ83lUTQX3\nFqMpE0AN5ucWPNkKeMo+/fN+CBG1kDVyh672tIS2SrIIZyu5VCYnIs+9/LhJWPxn\nv8DXi2Y1FkBlyf0K5Sl/BIW5kl4Pw5RBazb7GwIDAQABAoIBAArLd4S56EPzkwPC\notdJn46RDn3KdGQbC4iGb9OkLZyjFcjhAj+Sz/cnwCJZ0VRr/EWZQ90McXHyIZVO\ng3JiVAG8doRKNCuUJ8Bq/ctikygjml/5l7nd3UdcolwWVL9NbFnjvPopVlINsoZX\nYmK+PWBkyiC3qwbpOKh27fg9cQL+YTQLWJ38UJS3+92/FcrF/tIFrjKhJokNJyTF\nc0nk8GLx5Qo2DVb7avtzDUsvrnRzRKzCANQs1Oi+CpIc/O5aVmP1jMw7DKY9UOkK\nLianM4rvtjq3sl7EnWbh0qzxouAPO+kULhV6O2pBlvLsA8n2Psrq1Z/h1w1PiURn\npMK8lzkCgYEA9oExHGu0MJCeWULgGg02X9T9l1YOe43LXfi1YtPOdF4pCpwpeXqE\nMliMI3ZZY1ZJ2zI6Nokw5HyVKzdX/PvyFCkYY1pI5lJq3Bj4BAwKivLE2hqoOjJV\n38KTeEdOW4QSvNI4lz80kdwY1AuDW8p5YRngH5WG6HnVVBktCnbY7+cCgYEAyeYU\nuDBxRdVwEnAy2DkbjZgLWAwcS2qlw6/RmWlkQGG3krf4f3lrNDrpZgvgdp9QvUVh\nM9eMOIS7ZT4d+W6KMJwZE7kQL1yXpL/VcT0BwqDO5zPFoZKKkILssMX06RH/8xLA\nxyt5SRj3U+vJlN5gpY/MLw2rhzgCU2meN0eQxK0CgYEA7eveEfdmkKVVIQRqNtrf\ny3lRVntKOTivvECsGfojP7AOXt5BLa3x4IIUqLm3JykG2hlNlIuv9CjG9VJSi6xF\nh+3uSx6+VAfiehNjdsyEdH5DP9wQ2TLyLampGqOAXtZIG5Wv51OrEslj8W43WCZC\nJ1WJPBLfhozpOWWfUoVJd6sCgYAPT51+ol3Ut+z52PxiHWKTiFZD5Rc4OOw9PNYe\nVjm+ECsFu2Hi+OhCW71beccZ99b9o4dNkSkXGCnF8cIAKnvcV9om/r/Vd6YgXlPn\ndILvqZZHPkvchupvLx6YAUsjabQJUQDBmfBmtLf860KsQXj+1TrczqKVbI/wl2/i\nLVEzOQKBgQDJS8iHYwT8LLiFgZs8BTrXHeyIwR+OS/aoxogTB8klR4HPgDXGUL3U\nkZ/B8g4hpmAeZ0LYPyO97LevJ1a4gg+4zn3/GA17kFwJwjkthpXweNUZVgdi/sBI\nOuJDWJ9ArMyQjUxxTGxkzQUNuzyGC0TUDf17uRD1r+osiwjPFXt84g==\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"}} 2019-01-03 11:50:46,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-cfa52416-f5b0-4bf1-9d16-980a02a224e6 2019-01-03 11:50:46,433 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:50:46,433 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:46,433 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:46,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:46,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:46 GMT Server: Apache x-openstack-request-id: req-28c47c4b-d897-4459-a088-891e599ff0fb Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:46,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:46 GMT Server: Apache x-openstack-request-id: req-7364f8f7-618f-4268-aaca-2c8eb80a47d4 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.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T11:50:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:50:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp", "resource_type": "OS::Nova::KeyPair"}]} 2019-01-03 11:50:46,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49/resources used request id req-7364f8f7-618f-4268-aaca-2c8eb80a47d4 2019-01-03 11:50:46,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:46,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-3b020772-5e4e-45b6-a54f-11c393e3d681 x-compute-request-id: req-3b020772-5e4e-45b6-a54f-11c393e3d681 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCaPuU43AOVwTyrfHswczwowCxWJUJ4Slnwz5DrROLRQrCyCbfpMuWdN67aAYRHfJ2t26uWKyp7vFB7H75BQWz6lmtdgH0WE+s5lZqQMJaqbfK0FpKQn1yu6vp0XzX+8EzSmt8eDCjfgkl6WYV2ikg3VrJLwul+IM/xwxArf2jhoOU08VeF/7Oxn6svTqVYJoQR6GrbMa0Cm+HgUqPzcZmIcG03nnnrWkralVll5nzeVRNBfcWoykTQA3m5xY82Qp4yj79834IEbWQNXKHrva0hLZKsghnK7lUJiciz738uElY/Ge/wNeLZjUWQGXJ/QrlKX8EhbmSXg/DlEFrNvsb Generated-by-Nova", "user_id": "51bbe6464f634f80b15f4802b7160d3a", "name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp", "deleted": false, "created_at": "2019-01-03T11:50:42.000000", "updated_at": null, "fingerprint": "90:be:5a:4b:13:b5:bb:49:7a:33:0f:80:fd:17:76:14", "deleted_at": null, "id": 95}} 2019-01-03 11:50:46,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp used request id req-3b020772-5e4e-45b6-a54f-11c393e3d681 2019-01-03 11:50:46,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:47,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:46 GMT Server: Apache x-openstack-request-id: req-c7ceb6d1-8efe-4be5-9cfa-b6188bb9de09 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:47,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:47 GMT Server: Apache x-openstack-request-id: req-1b946451-c895-4daa-94c7-2e9cddca902b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1915 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwmj7lONwDlcE8q3x7MHM8KMAsViVCeEpZ8M+Q60Ti0UKwsgm\n36TLlnTeu2gGER3ydrdurlisqe7xQex++QUFs+pZrXYB9FhPrOZWakDCWqm3ytBa\nSkJ9crur6dF81/vBM0prfHgwo34JJelmFdopIN1ayS8LpfiDP8cMQK39o4aDlNPF\nXhf+zsZ+rL06lWCaEEehq2zGtApvh4FKj83GZiHBtN55561pK2pVZZeZ83lUTQX3\nFqMpE0AN5ucWPNkKeMo+/fN+CBG1kDVyh672tIS2SrIIZyu5VCYnIs+9/LhJWPxn\nv8DXi2Y1FkBlyf0K5Sl/BIW5kl4Pw5RBazb7GwIDAQABAoIBAArLd4S56EPzkwPC\notdJn46RDn3KdGQbC4iGb9OkLZyjFcjhAj+Sz/cnwCJZ0VRr/EWZQ90McXHyIZVO\ng3JiVAG8doRKNCuUJ8Bq/ctikygjml/5l7nd3UdcolwWVL9NbFnjvPopVlINsoZX\nYmK+PWBkyiC3qwbpOKh27fg9cQL+YTQLWJ38UJS3+92/FcrF/tIFrjKhJokNJyTF\nc0nk8GLx5Qo2DVb7avtzDUsvrnRzRKzCANQs1Oi+CpIc/O5aVmP1jMw7DKY9UOkK\nLianM4rvtjq3sl7EnWbh0qzxouAPO+kULhV6O2pBlvLsA8n2Psrq1Z/h1w1PiURn\npMK8lzkCgYEA9oExHGu0MJCeWULgGg02X9T9l1YOe43LXfi1YtPOdF4pCpwpeXqE\nMliMI3ZZY1ZJ2zI6Nokw5HyVKzdX/PvyFCkYY1pI5lJq3Bj4BAwKivLE2hqoOjJV\n38KTeEdOW4QSvNI4lz80kdwY1AuDW8p5YRngH5WG6HnVVBktCnbY7+cCgYEAyeYU\nuDBxRdVwEnAy2DkbjZgLWAwcS2qlw6/RmWlkQGG3krf4f3lrNDrpZgvgdp9QvUVh\nM9eMOIS7ZT4d+W6KMJwZE7kQL1yXpL/VcT0BwqDO5zPFoZKKkILssMX06RH/8xLA\nxyt5SRj3U+vJlN5gpY/MLw2rhzgCU2meN0eQxK0CgYEA7eveEfdmkKVVIQRqNtrf\ny3lRVntKOTivvECsGfojP7AOXt5BLa3x4IIUqLm3JykG2hlNlIuv9CjG9VJSi6xF\nh+3uSx6+VAfiehNjdsyEdH5DP9wQ2TLyLampGqOAXtZIG5Wv51OrEslj8W43WCZC\nJ1WJPBLfhozpOWWfUoVJd6sCgYAPT51+ol3Ut+z52PxiHWKTiFZD5Rc4OOw9PNYe\nVjm+ECsFu2Hi+OhCW71beccZ99b9o4dNkSkXGCnF8cIAKnvcV9om/r/Vd6YgXlPn\ndILvqZZHPkvchupvLx6YAUsjabQJUQDBmfBmtLf860KsQXj+1TrczqKVbI/wl2/i\nLVEzOQKBgQDJS8iHYwT8LLiFgZs8BTrXHeyIwR+OS/aoxogTB8klR4HPgDXGUL3U\nkZ/B8g4hpmAeZ0LYPyO97LevJ1a4gg+4zn3/GA17kFwJwjkthpXweNUZVgdi/sBI\nOuJDWJ9ArMyQjUxxTGxkzQUNuzyGC0TUDf17uRD1r+osiwjPFXt84g==\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"}} 2019-01-03 11:50:47,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-1b946451-c895-4daa-94c7-2e9cddca902b 2019-01-03 11:50:47,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:47,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:47,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "5d574ba84bc24029b6492931e3ef913c", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role"}], "expires_at": "2019-01-03T12:50:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16d12043525946f0a6b005b56b59bedc", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-c99d8676-146f-482-user", "id": "51bbe6464f634f80b15f4802b7160d3a"}, "audit_ids": ["M6-Y6JzcSbmz7BocOnCHxA"], "issued_at": "2019-01-03T11:50:47.000000Z"}} 2019-01-03 11:50:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e8b57595a3f5f72cab6691ac6babc1754615d6" 2019-01-03 11:50:47,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935e760c-41a2-4e51-8159-e10a3ce8970e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:47,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-935e760c-41a2-4e51-8159-e10a3ce8970e 2019-01-03 11:50:47,835 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:47,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04e8b57595a3f5f72cab6691ac6babc1754615d6" 2019-01-03 11:50:48,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-c1194285-daad-4458-aefa-8f204affca5d x-compute-request-id: req-c1194285-daad-4458-aefa-8f204affca5d Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCaPuU43AOVwTyrfHswczwowCxWJUJ4Slnwz5DrROLRQrCyCbfpMuWdN67aAYRHfJ2t26uWKyp7vFB7H75BQWz6lmtdgH0WE+s5lZqQMJaqbfK0FpKQn1yu6vp0XzX+8EzSmt8eDCjfgkl6WYV2ikg3VrJLwul+IM/xwxArf2jhoOU08VeF/7Oxn6svTqVYJoQR6GrbMa0Cm+HgUqPzcZmIcG03nnnrWkralVll5nzeVRNBfcWoykTQA3m5xY82Qp4yj79834IEbWQNXKHrva0hLZKsghnK7lUJiciz738uElY/Ge/wNeLZjUWQGXJ/QrlKX8EhbmSXg/DlEFrNvsb Generated-by-Nova", "name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp", "fingerprint": "90:be:5a:4b:13:b5:bb:49:7a:33:0f:80:fd:17:76:14"}}]} 2019-01-03 11:50:48,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c1194285-daad-4458-aefa-8f204affca5d 2019-01-03 11:50:48,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:48,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "5d574ba84bc24029b6492931e3ef913c", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj-role"}], "expires_at": "2019-01-03T12:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16d12043525946f0a6b005b56b59bedc", "name": "CreateStackKeypairTests-c99d8676-146f-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/16d12043525946f0a6b005b56b59bedc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-c99d8676-146f-482-user", "id": "51bbe6464f634f80b15f4802b7160d3a"}, "audit_ids": ["dtMb7UQTRjC3Wz6WMk4cdg"], "issued_at": "2019-01-03T11:50:48.000000Z"}} 2019-01-03 11:50:48,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d609e53b2931f84fd0977d7ab865ca6b5b94a37" 2019-01-03 11:50:48,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-bf3ae58c-19be-4f50-ada2-444a9da70532 x-compute-request-id: req-bf3ae58c-19be-4f50-ada2-444a9da70532 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCaPuU43AOVwTyrfHswczwowCxWJUJ4Slnwz5DrROLRQrCyCbfpMuWdN67aAYRHfJ2t26uWKyp7vFB7H75BQWz6lmtdgH0WE+s5lZqQMJaqbfK0FpKQn1yu6vp0XzX+8EzSmt8eDCjfgkl6WYV2ikg3VrJLwul+IM/xwxArf2jhoOU08VeF/7Oxn6svTqVYJoQR6GrbMa0Cm+HgUqPzcZmIcG03nnnrWkralVll5nzeVRNBfcWoykTQA3m5xY82Qp4yj79834IEbWQNXKHrva0hLZKsghnK7lUJiciz738uElY/Ge/wNeLZjUWQGXJ/QrlKX8EhbmSXg/DlEFrNvsb Generated-by-Nova", "user_id": "51bbe6464f634f80b15f4802b7160d3a", "name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp", "deleted": false, "created_at": "2019-01-03T11:50:42.000000", "updated_at": null, "fingerprint": "90:be:5a:4b:13:b5:bb:49:7a:33:0f:80:fd:17:76:14", "deleted_at": null, "id": 95}} 2019-01-03 11:50:48,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp used request id req-bf3ae58c-19be-4f50-ada2-444a9da70532 2019-01-03 11:50:48,563 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:48,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:48,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:48 GMT Server: Apache x-openstack-request-id: req-20ed2789-89e2-4a02-bb09-fc421da5b01d Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:48,634 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:48 GMT Server: Apache x-openstack-request-id: req-038fabff-491c-4d75-be5d-1174dffe92f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:48,634 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-038fabff-491c-4d75-be5d-1174dffe92f3 2019-01-03 11:50:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:48,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:48 GMT Server: Apache x-openstack-request-id: req-041cc6a7-b351-478f-97ce-bcb3bf50cc5c Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:48,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:48 GMT Server: Apache x-openstack-request-id: req-66ed5e62-2b0f-4621-94a5-13085e73c812 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 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": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "tags": null, "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:50:48Z", "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2019-01-03 11:50:48,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-66ed5e62-2b0f-4621-94a5-13085e73c812 2019-01-03 11:50:48,844 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:50:48,844 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:50:51,847 - create_stack - DEBUG - Stack status query timeout in 1196.78767395 2019-01-03 11:50:51,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:52,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:51 GMT Server: Apache x-openstack-request-id: req-1fad6a1d-3bee-49d5-adbe-7c1b38a1c557 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache x-openstack-request-id: req-d5f8e964-7ac6-4ba5-88ac-06e0ae4d7bda Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 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": "16d12043525946f0a6b005b56b59bedc", "OS::stack_id": "4eed057c-75f2-4117-b324-9401e1e15b49", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "keypair_name": "CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-kp"}, "deletion_time": "2019-01-03T11:50:49Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack", "stack_user_project_id": "1d69547e4f074a86a86b4ed677ed59b2", "tags": null, "creation_time": "2019-01-03T11:50:41Z", "links": [{"href": "http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:50:48Z", "id": "4eed057c-75f2-4117-b324-9401e1e15b49", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2019-01-03 11:50:52,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-d5f8e964-7ac6-4ba5-88ac-06e0ae4d7bda 2019-01-03 11:50:52,233 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:50:52,234 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:52,234 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack 2019-01-03 11:50:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/4eed057c-75f2-4117-b324-9401e1e15b49 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcae4fa351f9bbf17848fee5dcd7bb3a133bd424" 2019-01-03 11:50:52,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache x-openstack-request-id: req-ceb4ee27-da02-4edc-b995-8d9a811702e8 Location: http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:52,288 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache x-openstack-request-id: req-bf1c719c-c7d0-44f1-aa44-4ea70ccc8943 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:50:52,288 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/16d12043525946f0a6b005b56b59bedc/stacks/CreateStackKeypairTests-CreateStackKeypairTests-ed49ee86-3c58-4d76-b3f5-d185c3dd2ef4-stack/4eed057c-75f2-4117-b324-9401e1e15b49 used request id req-bf1c719c-c7d0-44f1-aa44-4ea70ccc8943 2019-01-03 11:50:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:52,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f8f3c45d-2c96-46a5-adf0-353df71c3cab Date: Thu, 03 Jan 2019 11:50:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:50:52,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-f8f3c45d-2c96-46a5-adf0-353df71c3cab 2019-01-03 11:50:52,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:52,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c679221-67b5-430b-b6a1-a7b47592534b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:50:52,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-7c679221-67b5-430b-b6a1-a7b47592534b 2019-01-03 11:50:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:52,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01087806-cee2-4b1d-aea0-a8d01b879130 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:50:52,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-01087806-cee2-4b1d-aea0-a8d01b879130 2019-01-03 11:50:52,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:52,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-258f1499-e218-4bf7-8827-250acc1b70c6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:50:52,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-258f1499-e218-4bf7-8827-250acc1b70c6 2019-01-03 11:50:52,803 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-c99d8676-146f-482-proj 2019-01-03 11:50:52,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:53,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-145cdf3e-d227-4549-a988-6f22b317c056 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:53,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/16d12043525946f0a6b005b56b59bedc used request id req-145cdf3e-d227-4549-a988-6f22b317c056 2019-01-03 11:50:53,059 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-c99d8676-146f-482-proj-role 2019-01-03 11:50:53,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:53,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5e98b79-0153-4a91-9fd9-0544b6aa5ca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:53,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/5d574ba84bc24029b6492931e3ef913c used request id req-d5e98b79-0153-4a91-9fd9-0544b6aa5ca6 2019-01-03 11:50:53,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6faba2541892bddc474a351baac483f5adc2b592" 2019-01-03 11:50:53,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da5fd13b-4814-4bad-8a79-a26c738260a7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:53,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-da5fd13b-4814-4bad-8a79-a26c738260a7 2019-01-03 11:50:53,278 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-c99d8676-146f-482-user 2019-01-03 11:50:53,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/51bbe6464f634f80b15f4802b7160d3a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27244c367a403127dba03e9ee711bfb9e21f3328" 2019-01-03 11:50:53,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a04d9521-725a-49ea-a25c-793a5f870b20 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:53,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/51bbe6464f634f80b15f4802b7160d3a used request id req-a04d9521-725a-49ea-a25c-793a5f870b20 2019-01-03 11:50:53,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:53,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["o6CloROORUC2UvzYpk18OA"], "issued_at": "2019-01-03T11:50:53.000000Z"}} 2019-01-03 11:50:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd0c2d11ba3c6a60a0ca6f9551498cf2f9576d29" 2019-01-03 11:50:53,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8daa3581-344b-4abc-b54f-f1c68a6028f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:53,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8daa3581-344b-4abc-b54f-f1c68a6028f8 2019-01-03 11:50:53,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:53,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:54,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["IMF01DYVTWW0lM2ydojBpA"], "issued_at": "2019-01-03T11:50:54.000000Z"}} 2019-01-03 11:50:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:54,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b7d47dd-74a1-41c2-9cab-a257a67aa628 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:54,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3b7d47dd-74a1-41c2-9cab-a257a67aa628 2019-01-03 11:50:54,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:54,412 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:54,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:54,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc025a80-44a6-4e7d-8dcd-25ac596d100f Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:50:54,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj used request id req-dc025a80-44a6-4e7d-8dcd-25ac596d100f 2019-01-03 11:50:54,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:54,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e5794c2-19ff-4869-90f4-3bc3d61b7c59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:54,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-6e5794c2-19ff-4869-90f4-3bc3d61b7c59 2019-01-03 11:50:54,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}}' 2019-01-03 11:50:54,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00b6e4f2-09a1-49b8-a112-f3a989d39804 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63"}, "enabled": true, "id": "f35873f2a50f424da89d14ee6395fb63", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}} 2019-01-03 11:50:54,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-00b6e4f2-09a1-49b8-a112-f3a989d39804 2019-01-03 11:50:54,709 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-proj 2019-01-03 11:50:54,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:54,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:55,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:50:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jc1mPncZSLCN6aEma5gArQ"], "issued_at": "2019-01-03T11:50:55.000000Z"}} 2019-01-03 11:50:55,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:55,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae14c8b-c41d-4642-be3f-72b5c9b0e52d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:55,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eae14c8b-c41d-4642-be3f-72b5c9b0e52d 2019-01-03 11:50:55,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:50:55,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:50: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:50:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:55,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f3ead8f-477c-495f-8f13-402f3f17020e Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:50:55,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2f3ead8f-477c-495f-8f13-402f3f17020e 2019-01-03 11:50:55,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3375bb4-4073-4123-899a-6235e06d8d24 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63"}, "enabled": true, "id": "f35873f2a50f424da89d14ee6395fb63", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}]} 2019-01-03 11:50:55,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj used request id req-c3375bb4-4073-4123-899a-6235e06d8d24 2019-01-03 11:50:55,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:55,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dccbbc07-3933-4215-953e-d6b91debc6ee Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:50:55,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-dccbbc07-3933-4215-953e-d6b91debc6ee 2019-01-03 11:50:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:55,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-287d8b6b-dfc9-45ca-a00a-09777556358c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:55,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-287d8b6b-dfc9-45ca-a00a-09777556358c 2019-01-03 11:50:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:56,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a82b28-ea8c-410c-89aa-864190ee39e9 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63"}, "enabled": true, "id": "f35873f2a50f424da89d14ee6395fb63", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}]} 2019-01-03 11:50:56,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackSecurityGroupTests-c3edb776-9b96-434-proj used request id req-29a82b28-ea8c-410c-89aa-864190ee39e9 2019-01-03 11:50:56,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/abcd20de24b0416191f0d14363e138c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:56,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e57c2c-ae1c-4aec-9d26-d91cf82b740a Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-user", "links": {"self": "http://172.30.9.28:5000/v3/users/abcd20de24b0416191f0d14363e138c2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "abcd20de24b0416191f0d14363e138c2", "password_expires_at": null}} 2019-01-03 11:50:56,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/abcd20de24b0416191f0d14363e138c2 used request id req-10e57c2c-ae1c-4aec-9d26-d91cf82b740a 2019-01-03 11:50:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:56,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c0d6af-c010-46f4-a5da-dc1a3d49252f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:50:56,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles used request id req-92c0d6af-c010-46f4-a5da-dc1a3d49252f 2019-01-03 11:50:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:56,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0261991e-0605-4624-9cef-6b635410db89 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:50:56,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-0261991e-0605-4624-9cef-6b635410db89 2019-01-03 11:50:56,342 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-c3edb776-9b96-434-proj 2019-01-03 11:50:56,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:50:56,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-681f89ef-917f-4f60-adad-aa31aaabef80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:56,472 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles/2aca817175ef438fbb85334767ec61a1 used request id req-681f89ef-917f-4f60-adad-aa31aaabef80 2019-01-03 11:50:56,472 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-user 2019-01-03 11:50:56,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:56,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:56,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d088e76-55ee-4979-a481-7432df8a3e8c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:50:56,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6d088e76-55ee-4979-a481-7432df8a3e8c 2019-01-03 11:50:56,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" -d '{"role": {"name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role"}}' 2019-01-03 11:50:56,665 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-659b7410-2cb8-40e7-8936-4767fde6d630 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "211d1f7d42924496b7aebd5d0912d817", "links": {"self": "http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817"}, "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role"}} 2019-01-03 11:50:56,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-659b7410-2cb8-40e7-8936-4767fde6d630 2019-01-03 11:50:56,666 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role 2019-01-03 11:50:56,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:56,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebc7282-fd0a-4093-97ea-3c250c98da38 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role", "id": "211d1f7d42924496b7aebd5d0912d817"}} 2019-01-03 11:50:56,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817 used request id req-1ebc7282-fd0a-4093-97ea-3c250c98da38 2019-01-03 11:50:56,758 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role to project CreateStackSecurityGroupTests-c3edb776-9b96-434-proj 2019-01-03 11:50:56,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles/211d1f7d42924496b7aebd5d0912d817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:50:56,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:50:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29b70a16-8a20-431c-a14c-4109e9cd5317 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:50:56,896 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63/users/abcd20de24b0416191f0d14363e138c2/roles/211d1f7d42924496b7aebd5d0912d817 used request id req-29b70a16-8a20-431c-a14c-4109e9cd5317 2019-01-03 11:50:56,897 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:56,897 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:56,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:50:56,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:50:57,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "211d1f7d42924496b7aebd5d0912d817", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role"}], "expires_at": "2019-01-03T12:50:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f35873f2a50f424da89d14ee6395fb63", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-user", "id": "abcd20de24b0416191f0d14363e138c2"}, "audit_ids": ["n1Vtl5ZuS_-ZcHC8pMqlYA"], "issued_at": "2019-01-03T11:50:57.000000Z"}} 2019-01-03 11:50:57,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:50:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e11f505-bb5c-4d61-aa89-5db20e4cc8a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:50:57,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8e11f505-bb5c-4d61-aa89-5db20e4cc8a7 2019-01-03 11:50:57,357 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:50:57,359 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:50:57,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:50:57,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:57 GMT Server: Apache x-openstack-request-id: req-778fc422-b4b9-4d6d-bdc1-ffb0b8e8cb17 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:50:57,539 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack used request id req-778fc422-b4b9-4d6d-bdc1-ffb0b8e8cb17 2019-01-03 11:50:57,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-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-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}}' 2019-01-03 11:50:59,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:50:57 GMT Server: Apache x-openstack-request-id: req-303069ce-22e3-4884-8639-0dc502339c56 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}]}} 2019-01-03 11:50:59,098 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks used request id req-303069ce-22e3-4884-8639-0dc502339c56 2019-01-03 11:50:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:50:59,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:59 GMT Server: Apache x-openstack-request-id: req-ba86a8b1-5a67-4d2b-81b1-5db4b2048bb3 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:59,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:59 GMT Server: Apache x-openstack-request-id: req-c2772ef3-9512-40bb-a2ac-c75ee40d7d22 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": "f35873f2a50f424da89d14ee6395fb63", "OS::stack_id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "security_group_name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "stack_user_project_id": "76c54bdb0b9249c9bd067fff14ec7de9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 11:50:59,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-c2772ef3-9512-40bb-a2ac-c75ee40d7d22 2019-01-03 11:50:59,472 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:50:59,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:50:59,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:50:59 GMT Server: Apache x-openstack-request-id: req-fd5de43e-da6a-4264-a0d7-badedf72d456 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:50:59,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:50:59 GMT Server: Apache x-openstack-request-id: req-983e4d94-839e-43d0-ad8e-438cc54ceb26 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": "f35873f2a50f424da89d14ee6395fb63", "OS::stack_id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "security_group_name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "stack_user_project_id": "76c54bdb0b9249c9bd067fff14ec7de9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T11:50:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 11:50:59,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-983e4d94-839e-43d0-ad8e-438cc54ceb26 2019-01-03 11:50:59,843 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 11:50:59,844 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:51:02,847 - create_stack - DEBUG - Stack status query timeout in 1196.62587309 2019-01-03 11:51:02,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:03,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:02 GMT Server: Apache x-openstack-request-id: req-4bf2fbee-e1f3-4426-9e6c-a7a644f66443 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:03,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:03 GMT Server: Apache x-openstack-request-id: req-56fa6429-9933-48b5-8d1b-47abdcbca050 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 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": "f35873f2a50f424da89d14ee6395fb63", "OS::stack_id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "security_group_name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "stack_user_project_id": "76c54bdb0b9249c9bd067fff14ec7de9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T11:50:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 11:51:03,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-56fa6429-9933-48b5-8d1b-47abdcbca050 2019-01-03 11:51:03,253 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 11:51:03,253 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:51:03,253 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:51:03,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:03,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:03 GMT Server: Apache x-openstack-request-id: req-14259507-258c-4885-b83c-867414ead067 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:03,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:03 GMT Server: Apache x-openstack-request-id: req-9eac2479-8dc1-4a0e-bff6-af6cffc1b11f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T11:50:59Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T11:50:59Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "resource_type": "OS::Neutron::SecurityGroup"}]} 2019-01-03 11:51:03,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d/resources used request id req-9eac2479-8dc1-4a0e-bff6-af6cffc1b11f 2019-01-03 11:51:03,727 - neutron_utils - INFO - Retrieving security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:03,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:03,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-4f041b7d-6578-45e1-96a2-f0517b8be65e Date: Thu, 03 Jan 2019 11:51:03 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "updated_at": "2019-01-03T11:51:00Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "8c02b3ee-850a-4f94-9736-86321df04b4f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}], "revision_number": 6, "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}]} 2019-01-03 11:51:03,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-4f041b7d-6578-45e1-96a2-f0517b8be65e 2019-01-03 11:51:03,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:03,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:03,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-645f1f03-7a00-40f0-b33a-25547710c0ec Date: Thu, 03 Jan 2019 11:51:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4"}, {"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": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "8c02b3ee-850a-4f94-9736-86321df04b4f"}]} 2019-01-03 11:51:03,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-645f1f03-7a00-40f0-b33a-25547710c0ec 2019-01-03 11:51:03,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:03,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:04,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-77499c4a-cf96-47f5-bf6e-85ed0977e5b7 Date: Thu, 03 Jan 2019 11:51:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4"}, {"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": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "8c02b3ee-850a-4f94-9736-86321df04b4f"}]} 2019-01-03 11:51:04,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-77499c4a-cf96-47f5-bf6e-85ed0977e5b7 2019-01-03 11:51:04,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:04,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:04,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "211d1f7d42924496b7aebd5d0912d817", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role"}], "expires_at": "2019-01-03T12:51:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f35873f2a50f424da89d14ee6395fb63", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/f35873f2a50f424da89d14ee6395fb63", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-user", "id": "abcd20de24b0416191f0d14363e138c2"}, "audit_ids": ["rtUIPDJSTjiAp1ViwSS57w"], "issued_at": "2019-01-03T11:51:04.000000Z"}} 2019-01-03 11:51:04,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:04,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c54ae5b-e776-49d6-b4e4-140879057102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:04,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1c54ae5b-e776-49d6-b4e4-140879057102 2019-01-03 11:51:04,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:04,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-cc7a9fad-806e-4f63-b08c-ce3c8208d35e Date: Thu, 03 Jan 2019 11:51:04 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "updated_at": "2019-01-03T11:51:00Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "8c02b3ee-850a-4f94-9736-86321df04b4f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}], "revision_number": 6, "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}]} 2019-01-03 11:51:04,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp&description=Test+description used request id req-cc7a9fad-806e-4f63-b08c-ce3c8208d35e 2019-01-03 11:51:04,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:04,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:04,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:04,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f12155-21b0-4cce-96db-4e6e5c1a2ceb Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63"}, "enabled": true, "id": "f35873f2a50f424da89d14ee6395fb63", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}} 2019-01-03 11:51:04,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 used request id req-54f12155-21b0-4cce-96db-4e6e5c1a2ceb 2019-01-03 11:51:04,770 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:04,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-5d67661b-9eea-457c-837f-f6c8f7ecb717 Date: Thu, 03 Jan 2019 11:51:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4"}, {"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": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "8c02b3ee-850a-4f94-9736-86321df04b4f"}]} 2019-01-03 11:51:04,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-5d67661b-9eea-457c-837f-f6c8f7ecb717 2019-01-03 11:51:04,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:05,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-4d0ca9d8-bbd9-477b-89ab-3392bac2aebd Date: Thu, 03 Jan 2019 11:51:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4"}, {"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": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "8c02b3ee-850a-4f94-9736-86321df04b4f"}]} 2019-01-03 11:51:05,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-4d0ca9d8-bbd9-477b-89ab-3392bac2aebd 2019-01-03 11:51:05,163 - neutron_utils - INFO - Retrieving security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:05,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:05,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-ae229ec6-0720-4c50-a82f-4d665d0f3a10 Date: Thu, 03 Jan 2019 11:51:05 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "updated_at": "2019-01-03T11:51:00Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:00Z", "revision_number": 0, "id": "8c02b3ee-850a-4f94-9736-86321df04b4f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}], "revision_number": 6, "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}]} 2019-01-03 11:51:05,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-ae229ec6-0720-4c50-a82f-4d665d0f3a10 2019-01-03 11:51:05,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aa238ee1-5af2-45a8-82dc-4e717b82e3e1 2019-01-03 11:51:05,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98d269e5990f119e46c05ba309f103afb69e935d" 2019-01-03 11:51:05,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-f7be7ad1-b06f-440e-b049-69566417f744 Date: Thu, 03 Jan 2019 11:51:05 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": 22, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "0ebd0ac9-da18-4de2-bc98-c1caa77313b4"}, {"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": "2019-01-03T11:51:00Z", "security_group_id": "aa238ee1-5af2-45a8-82dc-4e717b82e3e1", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:51:00Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "8c02b3ee-850a-4f94-9736-86321df04b4f"}]} 2019-01-03 11:51:05,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=aa238ee1-5af2-45a8-82dc-4e717b82e3e1 used request id req-f7be7ad1-b06f-440e-b049-69566417f744 2019-01-03 11:51:05,563 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:51:05,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:05,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:05 GMT Server: Apache x-openstack-request-id: req-4211bdc1-2b1a-4792-99c6-d75e60a4c2a1 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:05,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:05 GMT Server: Apache x-openstack-request-id: req-1f124300-4500-4976-b25f-1d9e1a425912 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:05,775 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-1f124300-4500-4976-b25f-1d9e1a425912 2019-01-03 11:51:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:05,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:05 GMT Server: Apache x-openstack-request-id: req-d0fe4d0c-588a-4c2d-9b5d-99a15bbf1e74 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:05 GMT Server: Apache x-openstack-request-id: req-07afe505-9c42-45ee-851c-14d9d094a583 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 522 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": "f35873f2a50f424da89d14ee6395fb63", "OS::stack_id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "security_group_name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "stack_user_project_id": "76c54bdb0b9249c9bd067fff14ec7de9", "tags": null, "creation_time": "2019-01-03T11:50:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T11:51:05Z", "id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 11:51:06,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-07afe505-9c42-45ee-851c-14d9d094a583 2019-01-03 11:51:06,135 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 11:51:06,135 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 11:51:09,138 - create_stack - DEBUG - Stack status query timeout in 1196.63737607 2019-01-03 11:51:09,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:09,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache x-openstack-request-id: req-03f884db-9514-45e8-9134-b7647afd7a02 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:09,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache x-openstack-request-id: req-c7057d13-d160-4d88-8f86-f10aabeebbba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 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": "f35873f2a50f424da89d14ee6395fb63", "OS::stack_id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "security_group_name": "CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-sec-grp"}, "deletion_time": "2019-01-03T11:51:07Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack", "stack_user_project_id": "76c54bdb0b9249c9bd067fff14ec7de9", "tags": null, "creation_time": "2019-01-03T11:50:58Z", "links": [{"href": "http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T11:51:05Z", "id": "35f21fed-1d06-41e5-84c7-b240fba4b28d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2019-01-03 11:51:09,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-c7057d13-d160-4d88-8f86-f10aabeebbba 2019-01-03 11:51:09,532 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 11:51:09,532 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:51:09,532 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack 2019-01-03 11:51:09,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/35f21fed-1d06-41e5-84c7-b240fba4b28d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4239760bdb09674af45b3db0635d22a13b09dfdd" 2019-01-03 11:51:09,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache x-openstack-request-id: req-b9e3f20c-2169-4945-97e7-c6a5169b48c5 Location: http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 11:51:09,586 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache x-openstack-request-id: req-92852436-1935-4986-a78b-f6b1ae550d28 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 11:51:09,587 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/f35873f2a50f424da89d14ee6395fb63/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-7cb2ef1f-c0fc-4008-8249-67ee0fa12384-stack/35f21fed-1d06-41e5-84c7-b240fba4b28d used request id req-92852436-1935-4986-a78b-f6b1ae550d28 2019-01-03 11:51:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:09,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d96c1185-9e64-49c0-90b7-0e04435fd4ed Date: Thu, 03 Jan 2019 11:51:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "updated_at": "2019-01-03T11:50:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "revision_number": 0, "id": "1bac467a-2a10-41c9-a7cf-5cb12ddfcce0", "remote_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "revision_number": 0, "id": "bcdab0cd-a30e-4282-bf0b-73ab25932b8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv4", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "revision_number": 0, "id": "e2005c9f-04d4-43ad-b91a-7098cb9ef89b", "remote_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "remote_ip_prefix": null, "created_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv6", "project_id": "f35873f2a50f424da89d14ee6395fb63"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "revision_number": 0, "id": "f5c1103d-f43e-48a6-91d9-364ced7f8e84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "port_range_min": null, "ethertype": "IPv6", "project_id": "f35873f2a50f424da89d14ee6395fb63"}], "revision_number": 4, "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:51:09,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d96c1185-9e64-49c0-90b7-0e04435fd4ed 2019-01-03 11:51:09,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:09,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f30ac9a-36b3-494e-a799-bf4423718795 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:51:09,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-8f30ac9a-36b3-494e-a799-bf4423718795 2019-01-03 11:51:09,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:10,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c41e29-ff41-4882-b06f-d7b661faae3c 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:51:10,069 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-d8c41e29-ff41-4882-b06f-d7b661faae3c 2019-01-03 11:51:10,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:10,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874bf292-a9be-40d4-b13e-0994d1f0295e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63"}, "enabled": true, "id": "f35873f2a50f424da89d14ee6395fb63", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-c3edb776-9b96-434-proj"}} 2019-01-03 11:51:10,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 used request id req-874bf292-a9be-40d4-b13e-0994d1f0295e 2019-01-03 11:51:10,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b01865c4-03f1-4b8c-9852-04e422815d2c 2019-01-03 11:51:10,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b01865c4-03f1-4b8c-9852-04e422815d2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:10,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a44c7b11-18c7-4a8b-965b-1fbd2b73ede2 Date: Thu, 03 Jan 2019 11:51:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "1bac467a-2a10-41c9-a7cf-5cb12ddfcce0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "bcdab0cd-a30e-4282-bf0b-73ab25932b8a"}, {"remote_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "e2005c9f-04d4-43ad-b91a-7098cb9ef89b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:50:59Z", "security_group_id": "b01865c4-03f1-4b8c-9852-04e422815d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "f35873f2a50f424da89d14ee6395fb63", "created_at": "2019-01-03T11:50:59Z", "project_id": "f35873f2a50f424da89d14ee6395fb63", "id": "f5c1103d-f43e-48a6-91d9-364ced7f8e84"}]} 2019-01-03 11:51:10,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=b01865c4-03f1-4b8c-9852-04e422815d2c used request id req-a44c7b11-18c7-4a8b-965b-1fbd2b73ede2 2019-01-03 11:51:10,341 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:51:10,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b01865c4-03f1-4b8c-9852-04e422815d2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:10,737 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb78ed06-ecf0-43d6-a6f4-b3236ccf7b8c Content-Length: 0 Date: Thu, 03 Jan 2019 11:51:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:51:10,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b01865c4-03f1-4b8c-9852-04e422815d2c used request id req-cb78ed06-ecf0-43d6-a6f4-b3236ccf7b8c 2019-01-03 11:51:10,738 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-proj 2019-01-03 11:51:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:10,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83298a6b-e17f-4994-b732-9f84d7d86153 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:10,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/f35873f2a50f424da89d14ee6395fb63 used request id req-83298a6b-e17f-4994-b732-9f84d7d86153 2019-01-03 11:51:10,962 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-proj-role 2019-01-03 11:51:10,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:11,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f4267a2-a3cf-483f-9688-7e8dba5d5b41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:11,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/211d1f7d42924496b7aebd5d0912d817 used request id req-9f4267a2-a3cf-483f-9688-7e8dba5d5b41 2019-01-03 11:51:11,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ddf69f118be5a528986d63b47383714846bc899" 2019-01-03 11:51:11,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cdf61b0-c972-4c08-aca8-3a32dd3ae8a6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:11,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3cdf61b0-c972-4c08-aca8-3a32dd3ae8a6 2019-01-03 11:51:11,171 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-c3edb776-9b96-434-user 2019-01-03 11:51:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/abcd20de24b0416191f0d14363e138c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab520a649ec9e75abe10dc3d3ac087ce1f7e3e09" 2019-01-03 11:51:11,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81cdb2e9-b4bd-4e46-8f73-c69d51d8df2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:11,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/abcd20de24b0416191f0d14363e138c2 used request id req-81cdb2e9-b4bd-4e46-8f73-c69d51d8df2e 2019-01-03 11:51:11,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:11,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["fFHEKrPqTRS9o-khMkQGyQ"], "issued_at": "2019-01-03T11:51:11.000000Z"}} 2019-01-03 11:51:11,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}913af4d12302c496c6b6669146a4b1e1c1f89c94" 2019-01-03 11:51:11,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7a52b9b-0122-41ed-bb7a-1959e4892a39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:11,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b7a52b9b-0122-41ed-bb7a-1959e4892a39 2019-01-03 11:51:11,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:11,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:12,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7SCZrrliQ0CP7pHCcRIz8Q"], "issued_at": "2019-01-03T11:51:12.000000Z"}} 2019-01-03 11:51:12,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:12,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27166871-8fda-49ed-b34f-a6b28832e50b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:12,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-27166871-8fda-49ed-b34f-a6b28832e50b 2019-01-03 11:51:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:12,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:12,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:12,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7b1a60-da4a-4f11-bb69-57bab6fa2053 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:51:12,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj used request id req-7d7b1a60-da4a-4f11-bb69-57bab6fa2053 2019-01-03 11:51:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:12,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee23338-0b39-4a50-a8ff-f67f12e197cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:12,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1ee23338-0b39-4a50-a8ff-f67f12e197cb 2019-01-03 11:51:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj"}}' 2019-01-03 11:51:12,678 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e3ee893-02ca-4c1f-be04-19e4d2d8a72b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192"}, "enabled": true, "id": "aa3f48c8a5cd4a8ab6b4fd60cdc57192", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj"}} 2019-01-03 11:51:12,678 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0e3ee893-02ca-4c1f-be04-19e4d2d8a72b 2019-01-03 11:51:12,678 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-345ef25d-07e1-4f2-proj 2019-01-03 11:51:12,679 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:12,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:13,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DaMRvrsrTvm71ip4l7Z4Rg"], "issued_at": "2019-01-03T11:51:13.000000Z"}} 2019-01-03 11:51:13,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:13,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd625c52-76aa-4d4f-aeac-43d500ec67cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:13,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-dd625c52-76aa-4d4f-aeac-43d500ec67cc 2019-01-03 11:51:13,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:13,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:13,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:13,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c743c42f-cddf-49fc-b8db-e5f00c843aaf Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:51:13,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c743c42f-cddf-49fc-b8db-e5f00c843aaf 2019-01-03 11:51:13,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:13,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43749ed5-91b9-4ae9-bf57-6c5dbbb0c23a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192"}, "enabled": true, "id": "aa3f48c8a5cd4a8ab6b4fd60cdc57192", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj"}]} 2019-01-03 11:51:13,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj used request id req-43749ed5-91b9-4ae9-bf57-6c5dbbb0c23a 2019-01-03 11:51:13,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:13,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74007a69-a42a-4c13-9e19-ceae3fae4cb7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:13,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-74007a69-a42a-4c13-9e19-ceae3fae4cb7 2019-01-03 11:51:13,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:13,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5efa5be-d865-40d2-954b-34c8de3baea6 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:13,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5efa5be-d865-40d2-954b-34c8de3baea6 2019-01-03 11:51:13,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:14,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c55aa01-7dba-4a1b-b2b8-47b940826947 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192"}, "enabled": true, "id": "aa3f48c8a5cd4a8ab6b4fd60cdc57192", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj"}]} 2019-01-03 11:51:14,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-345ef25d-07e1-4f2-proj used request id req-0c55aa01-7dba-4a1b-b2b8-47b940826947 2019-01-03 11:51:14,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/1d2583c5545e4b37b0c826ea87db796b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:14,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a0f8be6-8c1a-49c3-ba77-73e8f7435dc8 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-345ef25d-07e1-4f2-user", "links": {"self": "http://172.30.9.28:5000/v3/users/1d2583c5545e4b37b0c826ea87db796b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "aa3f48c8a5cd4a8ab6b4fd60cdc57192", "id": "1d2583c5545e4b37b0c826ea87db796b", "password_expires_at": null}} 2019-01-03 11:51:14,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1d2583c5545e4b37b0c826ea87db796b used request id req-0a0f8be6-8c1a-49c3-ba77-73e8f7435dc8 2019-01-03 11:51:14,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:14,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e7b7b2-eada-4b0a-b3fc-9e873b32c66c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:51:14,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles used request id req-e9e7b7b2-eada-4b0a-b3fc-9e873b32c66c 2019-01-03 11:51:14,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:14,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2872d8e6-5e73-46f9-8119-d0b38c5e15e5 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:51:14,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-2872d8e6-5e73-46f9-8119-d0b38c5e15e5 2019-01-03 11:51:14,364 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-345ef25d-07e1-4f2-proj 2019-01-03 11:51:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:14,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c20ab30-f301-43f5-acc8-844af88ca6c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:14,507 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles/2aca817175ef438fbb85334767ec61a1 used request id req-9c20ab30-f301-43f5-acc8-844af88ca6c0 2019-01-03 11:51:14,507 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-345ef25d-07e1-4f2-user 2019-01-03 11:51:14,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:14,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:14,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e79dc9-ba32-4476-bc16-a730cf2d11ae Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:14,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-f2e79dc9-ba32-4476-bc16-a730cf2d11ae 2019-01-03 11:51:14,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" -d '{"role": {"name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role"}}' 2019-01-03 11:51:14,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91679092-147f-4c77-ac33-09df542e0d39 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8d493513d9c140fb96d173a6f715811f", "links": {"self": "http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f"}, "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role"}} 2019-01-03 11:51:14,732 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-91679092-147f-4c77-ac33-09df542e0d39 2019-01-03 11:51:14,733 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role 2019-01-03 11:51:14,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:14,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975a29f3-8edd-4b4b-9b7f-92e7a955de73 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f"}, "domain_id": null, "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role", "id": "8d493513d9c140fb96d173a6f715811f"}} 2019-01-03 11:51:14,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f used request id req-975a29f3-8edd-4b4b-9b7f-92e7a955de73 2019-01-03 11:51:14,814 - keystone_utils - INFO - Granting role CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role to project CreateStackNegativeTests-345ef25d-07e1-4f2-proj 2019-01-03 11:51:14,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles/8d493513d9c140fb96d173a6f715811f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:14,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1092c3f4-a529-4dd9-bf54-3a57b99a2f83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:14,963 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192/users/1d2583c5545e4b37b0c826ea87db796b/roles/8d493513d9c140fb96d173a6f715811f used request id req-1092c3f4-a529-4dd9-bf54-3a57b99a2f83 2019-01-03 11:51:14,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:14,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:15,353 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "8d493513d9c140fb96d173a6f715811f", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role"}], "expires_at": "2019-01-03T12:51:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa3f48c8a5cd4a8ab6b4fd60cdc57192", "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/aa3f48c8a5cd4a8ab6b4fd60cdc57192", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-345ef25d-07e1-4f2-user", "id": "1d2583c5545e4b37b0c826ea87db796b"}, "audit_ids": ["FJyE9fLMS3iJJ5MZ1LMXOQ"], "issued_at": "2019-01-03T11:51:15.000000Z"}} 2019-01-03 11:51:15,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}417c81e45103e96cdf1fb825802f36142d5ed3b5" 2019-01-03 11:51:15,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cda3f4d5-5f3c-4467-8758-ea854e048598 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:15,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cda3f4d5-5f3c-4467-8758-ea854e048598 2019-01-03 11:51:15,431 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:15,434 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:51:15,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192/stacks?stack_name=CreateStackNegativeTests-6e47530a-44e2-4e64-9ee8-01794890ddbd -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}417c81e45103e96cdf1fb825802f36142d5ed3b5" 2019-01-03 11:51:15,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:15 GMT Server: Apache x-openstack-request-id: req-a826c261-cf59-4dd4-ac20-002703a26d28 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:51:15,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/aa3f48c8a5cd4a8ab6b4fd60cdc57192/stacks?stack_name=CreateStackNegativeTests-6e47530a-44e2-4e64-9ee8-01794890ddbd used request id req-a826c261-cf59-4dd4-ac20-002703a26d28 2019-01-03 11:51:15,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:15,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-504ccda2-d613-425e-b621-5e74d3e80e96 Date: Thu, 03 Jan 2019 11:51:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:51:15,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-504ccda2-d613-425e-b621-5e74d3e80e96 2019-01-03 11:51:15,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:15,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a680da5a-7be3-49e3-a31f-a5f6d209989b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:51:15,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-a680da5a-7be3-49e3-a31f-a5f6d209989b 2019-01-03 11:51:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:16,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0763f6cb-4b12-49bc-bc34-8e38da198c01 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:51:16,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-0763f6cb-4b12-49bc-bc34-8e38da198c01 2019-01-03 11:51:16,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:16,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e46f45-dc56-47ea-ae98-a69170a4a08b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:51:16,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-c9e46f45-dc56-47ea-ae98-a69170a4a08b 2019-01-03 11:51:16,109 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-345ef25d-07e1-4f2-proj 2019-01-03 11:51:16,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:16,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bdc07b3-c0fa-43d6-87d6-bff7c3bc766c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:16,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/aa3f48c8a5cd4a8ab6b4fd60cdc57192 used request id req-7bdc07b3-c0fa-43d6-87d6-bff7c3bc766c 2019-01-03 11:51:16,334 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-345ef25d-07e1-4f2-proj-role 2019-01-03 11:51:16,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:16,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7baa028f-2480-4948-838a-4c0590df98f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:16,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/8d493513d9c140fb96d173a6f715811f used request id req-7baa028f-2480-4948-838a-4c0590df98f0 2019-01-03 11:51:16,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6675ba2116afa437261ad16ded5d0c15091a25c8" 2019-01-03 11:51:16,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8154d3d-8372-48ca-bd2f-45416b0be296 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:16,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b8154d3d-8372-48ca-bd2f-45416b0be296 2019-01-03 11:51:16,559 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-345ef25d-07e1-4f2-user 2019-01-03 11:51:16,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/1d2583c5545e4b37b0c826ea87db796b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f300d68b78d9926130aaea455a7c853a155386" 2019-01-03 11:51:16,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b39d25-5c58-494c-a0bc-c039118eb83a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:16,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1d2583c5545e4b37b0c826ea87db796b used request id req-62b39d25-5c58-494c-a0bc-c039118eb83a 2019-01-03 11:51:16,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:17,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-56yyJGeTceLSemXqbS2ww"], "issued_at": "2019-01-03T11:51:17.000000Z"}} 2019-01-03 11:51:17,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2914e3373e418e3f2da6ee856d6215ee850a12b" 2019-01-03 11:51:17,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-babb5d82-8bdb-4553-8541-8ce31d81d8ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:17,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-babb5d82-8bdb-4553-8541-8ce31d81d8ee 2019-01-03 11:51:17,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:17,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:17,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7vnx4b9RR76SHxknLlCy-A"], "issued_at": "2019-01-03T11:51:17.000000Z"}} 2019-01-03 11:51:17,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:17,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af112dc2-82b1-468a-899d-8bf08b4f5aef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:17,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af112dc2-82b1-468a-899d-8bf08b4f5aef 2019-01-03 11:51:17,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:17,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-e7856d19-1add-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:17,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc032ff8-7487-4877-a20a-c52ff6d62555 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-e7856d19-1add-45e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:51:17,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-e7856d19-1add-45e-proj used request id req-cc032ff8-7487-4877-a20a-c52ff6d62555 2019-01-03 11:51:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:17,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bcaa73d-ef97-49a8-9d6e-c92432dbf0aa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:17,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-1bcaa73d-ef97-49a8-9d6e-c92432dbf0aa 2019-01-03 11:51:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj"}}' 2019-01-03 11:51:18,091 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3f925b6-addb-47bc-b732-c53ddb27ae5c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300"}, "enabled": true, "id": "ce8dd9ad19294bb687d9895c74afb300", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj"}} 2019-01-03 11:51:18,091 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c3f925b6-addb-47bc-b732-c53ddb27ae5c 2019-01-03 11:51:18,092 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-e7856d19-1add-45e-proj 2019-01-03 11:51:18,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:18,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:18,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["mJBe6TwWRrSdiuzPqR808w"], "issued_at": "2019-01-03T11:51:18.000000Z"}} 2019-01-03 11:51:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:18,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-031815a2-671c-424d-a0c9-f6359d65b17d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:18,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-031815a2-671c-424d-a0c9-f6359d65b17d 2019-01-03 11:51:18,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:18,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:18,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:18,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40027a8c-8916-4dd4-9380-0693464f1d24 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:51:18,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-40027a8c-8916-4dd4-9380-0693464f1d24 2019-01-03 11:51:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:18,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6383ce4b-84fd-4f47-a3ad-a50fcc039c61 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300"}, "enabled": true, "id": "ce8dd9ad19294bb687d9895c74afb300", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj"}]} 2019-01-03 11:51:18,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj used request id req-6383ce4b-84fd-4f47-a3ad-a50fcc039c61 2019-01-03 11:51:18,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:18,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16bfd40a-0404-4e7b-8a2c-120a86692719 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:18,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-16bfd40a-0404-4e7b-8a2c-120a86692719 2019-01-03 11:51:19,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-928f0e07-f9be-4864-a5f0-4589532e8e77 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:19,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-928f0e07-f9be-4864-a5f0-4589532e8e77 2019-01-03 11:51:19,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90ac227-96ad-4e67-a4a5-d5e90169ff5e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300"}, "enabled": true, "id": "ce8dd9ad19294bb687d9895c74afb300", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj"}]} 2019-01-03 11:51:19,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackNegativeTests-e7856d19-1add-45e-proj used request id req-f90ac227-96ad-4e67-a4a5-d5e90169ff5e 2019-01-03 11:51:19,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/2e2cefd3b5ff44b28d1592d3e5b13f9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf3b485-0bad-4cc8-ba36-b0c5561a5cb2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-e7856d19-1add-45e-user", "links": {"self": "http://172.30.9.28:5000/v3/users/2e2cefd3b5ff44b28d1592d3e5b13f9d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "ce8dd9ad19294bb687d9895c74afb300", "id": "2e2cefd3b5ff44b28d1592d3e5b13f9d", "password_expires_at": null}} 2019-01-03 11:51:19,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/2e2cefd3b5ff44b28d1592d3e5b13f9d used request id req-bbf3b485-0bad-4cc8-ba36-b0c5561a5cb2 2019-01-03 11:51:19,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9966ca00-b5ae-4013-89bf-150175de80cf Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 11:51:19,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles used request id req-9966ca00-b5ae-4013-89bf-150175de80cf 2019-01-03 11:51:19,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07a8352-46c1-485a-a71c-d32fe1085d3e Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 11:51:19,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-f07a8352-46c1-485a-a71c-d32fe1085d3e 2019-01-03 11:51:19,676 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-e7856d19-1add-45e-proj 2019-01-03 11:51:19,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:19,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73f0735-8f2a-41e5-9c09-5a15f145896b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:19,801 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles/2aca817175ef438fbb85334767ec61a1 used request id req-a73f0735-8f2a-41e5-9c09-5a15f145896b 2019-01-03 11:51:19,801 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-e7856d19-1add-45e-user 2019-01-03 11:51:19,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:19,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:19,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba51c95-c533-436b-a9ef-25829f236386 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:19,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8ba51c95-c533-436b-a9ef-25829f236386 2019-01-03 11:51:19,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" -d '{"role": {"name": "CreateStackNegativeTests-e7856d19-1add-45e-proj-role"}}' 2019-01-03 11:51:19,930 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2acda5de-25bc-41a6-acf0-bd8b7237e47b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd339c41b97148ceaef54e37b56c2e75", "links": {"self": "http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75"}, "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj-role"}} 2019-01-03 11:51:19,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-2acda5de-25bc-41a6-acf0-bd8b7237e47b 2019-01-03 11:51:19,930 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-e7856d19-1add-45e-proj-role 2019-01-03 11:51:19,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:20,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0266eb-95b3-4d76-a7e7-949afa47884b Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75"}, "domain_id": null, "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj-role", "id": "fd339c41b97148ceaef54e37b56c2e75"}} 2019-01-03 11:51:20,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75 used request id req-ac0266eb-95b3-4d76-a7e7-949afa47884b 2019-01-03 11:51:20,023 - keystone_utils - INFO - Granting role CreateStackNegativeTests-e7856d19-1add-45e-proj-role to project CreateStackNegativeTests-e7856d19-1add-45e-proj 2019-01-03 11:51:20,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles/fd339c41b97148ceaef54e37b56c2e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:20,153 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-658bced3-890a-407a-816f-945a04ff3d5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:20,153 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300/users/2e2cefd3b5ff44b28d1592d3e5b13f9d/roles/fd339c41b97148ceaef54e37b56c2e75 used request id req-658bced3-890a-407a-816f-945a04ff3d5e 2019-01-03 11:51:20,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:20,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:20,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd339c41b97148ceaef54e37b56c2e75", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj-role"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}], "expires_at": "2019-01-03T12:51:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce8dd9ad19294bb687d9895c74afb300", "name": "CreateStackNegativeTests-e7856d19-1add-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/ce8dd9ad19294bb687d9895c74afb300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/ce8dd9ad19294bb687d9895c74afb300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/ce8dd9ad19294bb687d9895c74afb300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/ce8dd9ad19294bb687d9895c74afb300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/ce8dd9ad19294bb687d9895c74afb300", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/ce8dd9ad19294bb687d9895c74afb300", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/ce8dd9ad19294bb687d9895c74afb300", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-e7856d19-1add-45e-user", "id": "2e2cefd3b5ff44b28d1592d3e5b13f9d"}, "audit_ids": ["DNaE24NcS5CQ-4n_ezHtdw"], "issued_at": "2019-01-03T11:51:20.000000Z"}} 2019-01-03 11:51:20,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e9a042e9c6280835b870b6f8fa9a590665df05" 2019-01-03 11:51:20,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4001b53b-06df-4e37-9672-d09ed2694739 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:20,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4001b53b-06df-4e37-9672-d09ed2694739 2019-01-03 11:51:20,596 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:20,599 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 11:51:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/ce8dd9ad19294bb687d9895c74afb300/stacks?stack_name=CreateStackNegativeTests-094cb8ae-5858-4f90-a04e-c93cbae4a336 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e9a042e9c6280835b870b6f8fa9a590665df05" 2019-01-03 11:51:20,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:20 GMT Server: Apache x-openstack-request-id: req-49edc94e-2685-4d8d-b44d-69b5390c4819 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 11:51:20,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/ce8dd9ad19294bb687d9895c74afb300/stacks?stack_name=CreateStackNegativeTests-094cb8ae-5858-4f90-a04e-c93cbae4a336 used request id req-49edc94e-2685-4d8d-b44d-69b5390c4819 2019-01-03 11:51:20,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/ce8dd9ad19294bb687d9895c74afb300/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e9a042e9c6280835b870b6f8fa9a590665df05" -d '{"stack_name": "CreateStackNegativeTests-094cb8ae-5858-4f90-a04e-c93cbae4a336", "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"}}]}}}}}' 2019-01-03 11:51:21,232 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 11:51:20 GMT Server: Apache x-openstack-request-id: req-ab8fca7e-be23-46d4-ae0f-bc02dd80ccf6 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"} 2019-01-03 11:51:21,233 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/ce8dd9ad19294bb687d9895c74afb300/stacks used request id req-ab8fca7e-be23-46d4-ae0f-bc02dd80ccf6 2019-01-03 11:51:21,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:21,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dc7def57-0f8c-41c7-ac7d-c7c765750f55 Date: Thu, 03 Jan 2019 11:51:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:51:21,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-dc7def57-0f8c-41c7-ac7d-c7c765750f55 2019-01-03 11:51:21,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:21,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8acf640-2a0e-469c-936c-13085705622a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:51:21,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-c8acf640-2a0e-469c-936c-13085705622a 2019-01-03 11:51:21,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:21,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af95dfa6-0da3-4e66-9a47-4021ace7c26a 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:51:21,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-af95dfa6-0da3-4e66-9a47-4021ace7c26a 2019-01-03 11:51:21,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:21,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73befb64-eaea-4ed0-9faa-413a6dad3e68 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:51:21,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-73befb64-eaea-4ed0-9faa-413a6dad3e68 2019-01-03 11:51:21,710 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-e7856d19-1add-45e-proj 2019-01-03 11:51:21,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:21,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69f36b2a-3bf1-43ea-a3b0-356df1b5dc6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:21,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/ce8dd9ad19294bb687d9895c74afb300 used request id req-69f36b2a-3bf1-43ea-a3b0-356df1b5dc6b 2019-01-03 11:51:21,927 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-e7856d19-1add-45e-proj-role 2019-01-03 11:51:21,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:22,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1898819b-0f3f-4d23-86c7-bc9425eefdc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:22,031 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/fd339c41b97148ceaef54e37b56c2e75 used request id req-1898819b-0f3f-4d23-86c7-bc9425eefdc0 2019-01-03 11:51:22,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}456e31818c1563a61bf9c5d53d4733712f74f7b1" 2019-01-03 11:51:22,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0648a167-acf7-4313-9622-c8c70ebcd995 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:22,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-0648a167-acf7-4313-9622-c8c70ebcd995 2019-01-03 11:51:22,128 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-e7856d19-1add-45e-user 2019-01-03 11:51:22,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/2e2cefd3b5ff44b28d1592d3e5b13f9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9335912438a7bf4b428c134e128cccbfec3fa23c" 2019-01-03 11:51:22,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f95c6397-5433-41fd-b4c5-0e78f8826dec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:22,307 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/2e2cefd3b5ff44b28d1592d3e5b13f9d used request id req-f95c6397-5433-41fd-b4c5-0e78f8826dec 2019-01-03 11:51:22,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:22,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Rd6FkYJIStq-uq4MGMgWHA"], "issued_at": "2019-01-03T11:51:22.000000Z"}} 2019-01-03 11:51:22,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44b35aaab0c43eb7bdae00f0ebebcfa98b25590" 2019-01-03 11:51:22,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9693f34-2822-49f4-a32b-3239d33945e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:22,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9693f34-2822-49f4-a32b-3239d33945e1 2019-01-03 11:51:22,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:22,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:23,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jCvlQsppRf-3A4qyyA-idA"], "issued_at": "2019-01-03T11:51:23.000000Z"}} 2019-01-03 11:51:23,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:23,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c00ca43-3499-40b1-abdd-430a42272850 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:23,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6c00ca43-3499-40b1-abdd-430a42272850 2019-01-03 11:51:23,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:23,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:23,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:23,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a705f281-6fb0-4a49-a094-7d25b9627955 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:51:23,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj used request id req-a705f281-6fb0-4a49-a094-7d25b9627955 2019-01-03 11:51:23,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:23,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de0dace8-ccb7-4b4a-b750-4252ccd0bf3f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:23,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-de0dace8-ccb7-4b4a-b750-4252ccd0bf3f 2019-01-03 11:51:23,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}}' 2019-01-03 11:51:23,541 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cce7ca0-7a1d-40de-acce-82a2a304037d Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:23,541 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-8cce7ca0-7a1d-40de-acce-82a2a304037d 2019-01-03 11:51:23,541 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj 2019-01-03 11:51:23,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:23,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:23,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6vB4-ta2QlSV1YrfEHe8Mg"], "issued_at": "2019-01-03T11:51:23.000000Z"}} 2019-01-03 11:51:23,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}219d683fae05da51503c72deb4bab0a4c1af3982" 2019-01-03 11:51:24,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c4a701b-82e7-480b-a066-6a4d18431da8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:24,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5c4a701b-82e7-480b-a066-6a4d18431da8 2019-01-03 11:51:24,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:24,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:24,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}219d683fae05da51503c72deb4bab0a4c1af3982" 2019-01-03 11:51:24,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e94a60-ed34-4501-9ecd-a9e0315213ec Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:51:24,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b5e94a60-ed34-4501-9ecd-a9e0315213ec 2019-01-03 11:51:24,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}219d683fae05da51503c72deb4bab0a4c1af3982" 2019-01-03 11:51:24,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13590934-d7ec-4ba4-9743-14b831cc99a5 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}]} 2019-01-03 11:51:24,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj used request id req-13590934-d7ec-4ba4-9743-14b831cc99a5 2019-01-03 11:51:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}219d683fae05da51503c72deb4bab0a4c1af3982" 2019-01-03 11:51:24,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d7e99e-9da6-4d10-bc2a-dd5cf314a4d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:51:24,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-07d7e99e-9da6-4d10-bc2a-dd5cf314a4d3 2019-01-03 11:51:24,672 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user 2019-01-03 11:51:24,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:24,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1cbeec3-cde3-4f23-86f4-843ec853c7f7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:51:24,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b1cbeec3-cde3-4f23-86f4-843ec853c7f7 2019-01-03 11:51:24,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}}' 2019-01-03 11:51:24,875 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45570933-1142-4de4-9abb-33efde7ba15b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef53a5c8b0c34652b29f086db39e911a", "links": {"self": "http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a"}, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}} 2019-01-03 11:51:24,876 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-45570933-1142-4de4-9abb-33efde7ba15b 2019-01-03 11:51:24,876 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role 2019-01-03 11:51:24,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:24,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffa158b5-14fa-41df-a781-1e9240aa2f25 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role", "id": "ef53a5c8b0c34652b29f086db39e911a"}} 2019-01-03 11:51:24,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a used request id req-ffa158b5-14fa-41df-a781-1e9240aa2f25 2019-01-03 11:51:24,968 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role to project CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj 2019-01-03 11:51:24,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767/users/8e7128b31c2b4d9ca1092d37c891fe6f/roles/ef53a5c8b0c34652b29f086db39e911a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:51:25,100 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:51:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d8a9cce-29ed-421b-8817-98e9b1393e7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:51:25,100 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767/users/8e7128b31c2b4d9ca1092d37c891fe6f/roles/ef53a5c8b0c34652b29f086db39e911a used request id req-0d8a9cce-29ed-421b-8817-98e9b1393e7a 2019-01-03 11:51:25,100 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:25,102 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:51:25,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:25,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:25,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["EyilJME5Qe6z0KRQzxIXaQ"], "issued_at": "2019-01-03T11:51:25.000000Z"}} 2019-01-03 11:51:25,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:25,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c7cbbf-5e37-4822-a46a-5a771dc2558f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:25,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-31c7cbbf-5e37-4822-a46a-5a771dc2558f 2019-01-03 11:51:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:25,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-ba23317a-55b7-4320-8700-c581d0c598bb Date: Thu, 03 Jan 2019 11:51:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image"} 2019-01-03 11:51:25,754 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image used request id req-ba23317a-55b7-4320-8700-c581d0c598bb 2019-01-03 11:51:25,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:25,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bbf8e190-fbfa-4dd2-b3c1-8b656f5f8878 Date: Thu, 03 Jan 2019 11:51: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"}}} 2019-01-03 11:51:25,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bbf8e190-fbfa-4dd2-b3c1-8b656f5f8878 2019-01-03 11:51:26,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image"}' 2019-01-03 11:51:26,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd X-Openstack-Request-Id: req-d7162329-23d8-484f-9865-8962096aa5f9 Date: Thu, 03 Jan 2019 11:51:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:51:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:51:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "min_disk": 0, "protected": false, "id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "file": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file", "checksum": null, "owner": "8e68449f5b4143d7950e2286ecdfc767", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:51:26,291 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d7162329-23d8-484f-9865-8962096aa5f9 2019-01-03 11:51:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" -d '' 2019-01-03 11:51:27,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-801209d2-536c-4486-b69a-c27c85921bb7 Date: Thu, 03 Jan 2019 11:51:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:51:27,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file used request id req-801209d2-536c-4486-b69a-c27c85921bb7 2019-01-03 11:51:27,209 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:51:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:27,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a09e2847-ca13-41cb-bc8e-4e887f5b9331 Date: Thu, 03 Jan 2019 11:51:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:51:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:51:27Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "metadata": {}}], "self": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "min_disk": 0, "protected": false, "id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "file": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e68449f5b4143d7950e2286ecdfc767", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:51:27,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd used request id req-a09e2847-ca13-41cb-bc8e-4e887f5b9331 2019-01-03 11:51:27,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:27,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8ef15c11-b63d-479d-9353-2ee1dcdcd9cf Date: Thu, 03 Jan 2019 11:51: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"}}} 2019-01-03 11:51:27,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8ef15c11-b63d-479d-9353-2ee1dcdcd9cf 2019-01-03 11:51:27,526 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image 2019-01-03 11:51:27,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:51:27,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ba1a2130-d772-44ea-9300-a5ae319a8e72 Date: Thu, 03 Jan 2019 11:51:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:51:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:51:27Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "metadata": {}}], "self": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "min_disk": 0, "protected": false, "id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "file": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e68449f5b4143d7950e2286ecdfc767", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:51:27,687 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd used request id req-ba1a2130-d772-44ea-9300-a5ae319a8e72 2019-01-03 11:51:27,687 - create_image - DEBUG - Instance status is - active 2019-01-03 11:51:27,687 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image 2019-01-03 11:51:27,688 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image 2019-01-03 11:51:27,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:27,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:28,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["G5nLTr4NQ16PV9KIt-nzNg"], "issued_at": "2019-01-03T11:51:28.000000Z"}} 2019-01-03 11:51:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:28,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248b2ae7-c7f3-44d7-9f70-09a8a9375919 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:28,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-248b2ae7-c7f3-44d7-9f70-09a8a9375919 2019-01-03 11:51:28,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:28,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fa52c6a0-b264-4155-8862-7a3a79e9bb50 Date: Thu, 03 Jan 2019 11:51:28 GMT RESP BODY: {"networks":[]} 2019-01-03 11:51:28,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-fa52c6a0-b264-4155-8862-7a3a79e9bb50 2019-01-03 11:51:28,251 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net 2019-01-03 11:51:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net", "admin_state_up": true}}' 2019-01-03 11:51:28,790 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-945f07f9-4c2d-45ac-aac1-98cb4799630d Date: Thu, 03 Jan 2019 11:51:28 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:51:28Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","mtu":1450}} 2019-01-03 11:51:28,790 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-945f07f9-4c2d-45ac-aac1-98cb4799630d 2019-01-03 11:51:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:29,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-f35fa0e6-b9c0-4d10-b037-511535c54c26 Date: Thu, 03 Jan 2019 11:51: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":"2019-01-03T11:51:28Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:29,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-f35fa0e6-b9c0-4d10-b037-511535c54c26 2019-01-03 11:51:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:29,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3cd319d5-3562-4405-a631-933a376c80a7 Date: Thu, 03 Jan 2019 11:51:29 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:51:29,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-3cd319d5-3562-4405-a631-933a376c80a7 2019-01-03 11:51:29,206 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet 2019-01-03 11:51:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" -d '{"subnets": [{"ip_version": 4, "network_id": "5c500a1a-4ab7-4741-a1a8-c26d4721c003", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]}' 2019-01-03 11:51:29,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-618b292c-5ad7-477a-80a8-6a34ec263b21 Date: Thu, 03 Jan 2019 11:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:29,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-618b292c-5ad7-477a-80a8-6a34ec263b21 2019-01-03 11:51:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:30,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f21dcf1d-e265-41f0-b2f8-ce2125265562 Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:30,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-f21dcf1d-e265-41f0-b2f8-ce2125265562 2019-01-03 11:51:30,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:51:30,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-340d2b47-b582-4ef7-8093-ce0ac9d23f85 Date: Thu, 03 Jan 2019 11:51:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:30,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-340d2b47-b582-4ef7-8093-ce0ac9d23f85 2019-01-03 11:51:30,279 - OpenStackNetwork - DEBUG - Network [5c500a1a-4ab7-4741-a1a8-c26d4721c003] created successfully 2019-01-03 11:51:30,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:30,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:30,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["fRG1-bUuRP2NGWDAfGpymg"], "issued_at": "2019-01-03T11:51:30.000000Z"}} 2019-01-03 11:51:30,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:30,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a91794-1bba-41ae-ad35-bd063dbcaa83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:30,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e9a91794-1bba-41ae-ad35-bd063dbcaa83 2019-01-03 11:51:30,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:30,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3aad9536-658b-4571-b65e-91b101dc8425 Date: Thu, 03 Jan 2019 11:51:30 GMT RESP BODY: {"routers": []} 2019-01-03 11:51:30,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router&admin_state_up=True used request id req-3aad9536-658b-4571-b65e-91b101dc8425 2019-01-03 11:51:30,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:30,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:31,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["GGsunguJQsqSvygijNmGvA"], "issued_at": "2019-01-03T11:51:31.000000Z"}} 2019-01-03 11:51:31,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e3d7f19c0808bb14088bd03267fa72669c7475d" 2019-01-03 11:51:31,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02c911e-2f6a-4b09-856f-a574bb2ddbb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:31,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d02c911e-2f6a-4b09-856f-a574bb2ddbb4 2019-01-03 11:51:31,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:31,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-277e8b61-4bf8-4d5f-9291-a92d72bf81c0 Date: Thu, 03 Jan 2019 11:51:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:51:31,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-277e8b61-4bf8-4d5f-9291-a92d72bf81c0 2019-01-03 11:51:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:31,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-13e49592-8ecc-4081-bdc2-914d3244cecd Date: Thu, 03 Jan 2019 11:51:31 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:51:31,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-13e49592-8ecc-4081-bdc2-914d3244cecd 2019-01-03 11:51:31,992 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:51:31,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router", "admin_state_up": true}}' 2019-01-03 11:51:37,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ea75b119-56b6-49e7-b9fa-22ff25f5bf02 Date: Thu, 03 Jan 2019 11:51:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:32Z", "admin_state_up": true, "updated_at": "2019-01-03T11:51:33Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router"}} 2019-01-03 11:51:37,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-ea75b119-56b6-49e7-b9fa-22ff25f5bf02 2019-01-03 11:51:37,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:37,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-51a48349-3e9e-475c-9287-db33806a7a09 Date: Thu, 03 Jan 2019 11:51:37 GMT RESP BODY: {"ports":[]} 2019-01-03 11:51:37,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 used request id req-51a48349-3e9e-475c-9287-db33806a7a09 2019-01-03 11:51:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:37,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f83b6fb-88a0-43b7-9798-7453f1a29b73 Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:37,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-8f83b6fb-88a0-43b7-9798-7453f1a29b73 2019-01-03 11:51:37,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:37,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:37,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:37,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ccd3bc-728b-4380-ab3e-b6b10675fabc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:37,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-58ccd3bc-728b-4380-ab3e-b6b10675fabc 2019-01-03 11:51:37,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:37,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-14ccc836-3274-40ef-bbbb-c98a926a70a9 Date: Thu, 03 Jan 2019 11:51:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:37,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-14ccc836-3274-40ef-bbbb-c98a926a70a9 2019-01-03 11:51:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:37,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d096c230-fad6-4b95-95ee-43f243165234 Date: Thu, 03 Jan 2019 11:51:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:37,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet used request id req-d096c230-fad6-4b95-95ee-43f243165234 2019-01-03 11:51:37,986 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:51:37,986 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:51:37,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" -d '{"subnet_id": "b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"}' 2019-01-03 11:51:40,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-75bdd1e9-3e87-4334-b6d2-17501f426a16 Date: Thu, 03 Jan 2019 11:51:40 GMT RESP BODY: {"network_id": "5c500a1a-4ab7-4741-a1a8-c26d4721c003", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "subnet_id": "b035bb62-c8f0-4bd3-80f1-c0560d48b8ab", "subnet_ids": ["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"], "port_id": "19d530ef-a7cf-45f5-a03f-1628d862f197", "id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4"} 2019-01-03 11:51:40,038 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4/add_router_interface used request id req-75bdd1e9-3e87-4334-b6d2-17501f426a16 2019-01-03 11:51:40,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:40,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-173681bc-d835-4d18-be2e-82e4e76aded4 Date: Thu, 03 Jan 2019 11:51:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:32Z", "admin_state_up": true, "updated_at": "2019-01-03T11:51:39Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router"}} 2019-01-03 11:51:40,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4 used request id req-173681bc-d835-4d18-be2e-82e4e76aded4 2019-01-03 11:51:40,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:40,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-713ef463-0246-42ff-b5c6-3efc1146c347 Date: Thu, 03 Jan 2019 11:51:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:39Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"}]} 2019-01-03 11:51:40,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 used request id req-713ef463-0246-42ff-b5c6-3efc1146c347 2019-01-03 11:51:40,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:51:40,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b80c3229-a401-4299-8307-a24fe43f5ef8 Date: Thu, 03 Jan 2019 11:51:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}} 2019-01-03 11:51:40,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab used request id req-b80c3229-a401-4299-8307-a24fe43f5ef8 2019-01-03 11:51:40,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:40,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:40,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["gzvXcgCfT56zPNBXouWhEg"], "issued_at": "2019-01-03T11:51:40.000000Z"}} 2019-01-03 11:51:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6283e0ab2b0a36b21d3f83374e04bd371a76e259" 2019-01-03 11:51:41,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ae2256-e28c-4249-b04c-b3e4a008c305 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:41,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-02ae2256-e28c-4249-b04c-b3e4a008c305 2019-01-03 11:51:41,014 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:41,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6283e0ab2b0a36b21d3f83374e04bd371a76e259" 2019-01-03 11:51:41,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-3f172dda-88fa-4d64-8f23-bc3beddc85bc x-compute-request-id: req-3f172dda-88fa-4d64-8f23-bc3beddc85bc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:51:41,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3f172dda-88fa-4d64-8f23-bc3beddc85bc 2019-01-03 11:51:41,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6283e0ab2b0a36b21d3f83374e04bd371a76e259" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:51:41,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-93f4f3f1-bdb4-4a3d-8ba7-1274c76c875b x-compute-request-id: req-93f4f3f1-bdb4-4a3d-8ba7-1274c76c875b Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:51:41,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-93f4f3f1-bdb4-4a3d-8ba7-1274c76c875b 2019-01-03 11:51:41,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:41,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:41,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["2QRPrK6GSf6hED0UkwwXow"], "issued_at": "2019-01-03T11:51:41.000000Z"}} 2019-01-03 11:51:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff7648a7c50538ae71fac422170605bf9d025f1a" 2019-01-03 11:51:41,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e9e5a1a-cd53-49b4-922b-8a83ce3312c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:41,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0e9e5a1a-cd53-49b4-922b-8a83ce3312c1 2019-01-03 11:51:41,721 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:41,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff7648a7c50538ae71fac422170605bf9d025f1a" 2019-01-03 11:51:41,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-a2686e02-775b-4a9c-86db-3353b4565639 x-compute-request-id: req-a2686e02-775b-4a9c-86db-3353b4565639 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:51:41,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-a2686e02-775b-4a9c-86db-3353b4565639 2019-01-03 11:51:41,888 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp... 2019-01-03 11:51:41,888 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:51:41,925 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp 2019-01-03 11:51:41,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff7648a7c50538ae71fac422170605bf9d025f1a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+VYIaPmxHcxMs4peiQBfq3LdVv1WpmbJQ+rKy99opgU6otTo/Lr/VrbwCNHWvo+Gl05LnwGgohS8/ZEtmJDluOfexCLXy/R5HqWoHPI6H3cT9ePxE/FSKlK2Y5Z6Tcs1hC6u+w6Zmg8rXx8vQAEkF1I3KZ7z59bAz7V+NpDvvvQ==", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp"}}' 2019-01-03 11:51:41,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-13ce1ca5-bb54-4c68-b4ee-ed33d022fc1e x-compute-request-id: req-13ce1ca5-bb54-4c68-b4ee-ed33d022fc1e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+VYIaPmxHcxMs4peiQBfq3LdVv1WpmbJQ+rKy99opgU6otTo/Lr/VrbwCNHWvo+Gl05LnwGgohS8/ZEtmJDluOfexCLXy/R5HqWoHPI6H3cT9ePxE/FSKlK2Y5Z6Tcs1hC6u+w6Zmg8rXx8vQAEkF1I3KZ7z59bAz7V+NpDvvvQ==", "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "fingerprint": "dc:4b:cd:0a:27:0f:c3:39:46:fe:55:b0:57:b0:95:2e"}} 2019-01-03 11:51:41,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-13ce1ca5-bb54-4c68-b4ee-ed33d022fc1e 2019-01-03 11:51:41,999 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd.pub 2019-01-03 11:51:41,999 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd 2019-01-03 11:51:42,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:42,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:42,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["p9psRw_HSwapnM15eh5bKQ"], "issued_at": "2019-01-03T11:51:42.000000Z"}} 2019-01-03 11:51:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:42,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f71ec86-064c-44e5-9468-de446d303a9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:42,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9f71ec86-064c-44e5-9468-de446d303a9c 2019-01-03 11:51:42,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:42,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1ee6658c-a6f4-4b31-b453-eaf033788c15 Date: Thu, 03 Jan 2019 11:51:42 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:51:42,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp used request id req-1ee6658c-a6f4-4b31-b453-eaf033788c15 2019-01-03 11:51:42,638 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp... 2019-01-03 11:51:42,638 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp 2019-01-03 11:51:42,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}}' 2019-01-03 11:51:43,045 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-5944fcf0-f3a6-4977-aa8d-390e8610f98f Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 2, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}} 2019-01-03 11:51:43,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-5944fcf0-f3a6-4977-aa8d-390e8610f98f 2019-01-03 11:51:43,046 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef936e12-d956-4cbb-9d5a-e600e78df194 Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}]} 2019-01-03 11:51:43,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-ef936e12-d956-4cbb-9d5a-e600e78df194 2019-01-03 11:51:43,214 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4ed62f46-9a48-4f37-a804-79a728b497ec Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}]} 2019-01-03 11:51:43,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-4ed62f46-9a48-4f37-a804-79a728b497ec 2019-01-03 11:51:43,396 - neutron_utils - INFO - Retrieving security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d0bff544-fbed-4954-ab94-3e2c460f3f06 Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 2, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}]} 2019-01-03 11:51:43,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-d0bff544-fbed-4954-ab94-3e2c460f3f06 2019-01-03 11:51:43,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0982e233-8381-441c-a2b8-841deca3948a Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}]} 2019-01-03 11:51:43,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-0982e233-8381-441c-a2b8-841deca3948a 2019-01-03 11:51:43,759 - neutron_utils - INFO - Retrieving security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c2675b7b-8202-42cb-b8b8-0af3ef21e802 Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 2, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}]} 2019-01-03 11:51:43,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-c2675b7b-8202-42cb-b8b8-0af3ef21e802 2019-01-03 11:51:43,817 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c5b3c632-3fd3-4260-80db-27b49cee461d Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}]} 2019-01-03 11:51:43,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-c5b3c632-3fd3-4260-80db-27b49cee461d 2019-01-03 11:51:43,845 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp 2019-01-03 11:51:43,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-bcb55fcb-e229-49d0-ab5b-9900e48231d9 Date: Thu, 03 Jan 2019 11:51:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 2, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}]} 2019-01-03 11:51:43,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp used request id req-bcb55fcb-e229-49d0-ab5b-9900e48231d9 2019-01-03 11:51:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:43,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:43,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:43,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14866770-9bbf-4667-809f-c2b38da9ba3f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:43,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-14866770-9bbf-4667-809f-c2b38da9ba3f 2019-01-03 11:51:43,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:43,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a44d9169-ec3b-4ff4-a739-696cb9e45d16 Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}]} 2019-01-03 11:51:44,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-a44d9169-ec3b-4ff4-a739-696cb9e45d16 2019-01-03 11:51:44,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}c70be37dfe6049336283ffd04d7bccc208d0e825" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289"}}' 2019-01-03 11:51:44,164 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7c92c30d-b9af-4872-b523-9f9c9465cc2e Date: Thu, 03 Jan 2019 11:51:44 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": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:44Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "dcf5d943-3c30-4b18-bc93-ebb57a70048a"}} 2019-01-03 11:51:44,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-7c92c30d-b9af-4872-b523-9f9c9465cc2e 2019-01-03 11:51:44,165 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp 2019-01-03 11:51:44,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-85b6c715-104e-4318-b1bc-d0aae228c8d9 Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:44Z", "revision_number": 0, "id": "dcf5d943-3c30-4b18-bc93-ebb57a70048a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 3, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}]} 2019-01-03 11:51:44,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp used request id req-85b6c715-104e-4318-b1bc-d0aae228c8d9 2019-01-03 11:51:44,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ce4633-db9f-48a0-a7ed-f33f397d3126 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:44,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-12ce4633-db9f-48a0-a7ed-f33f397d3126 2019-01-03 11:51:44,301 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:44,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c52fe640-b99b-47ec-915a-df086b91203f Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:44Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "dcf5d943-3c30-4b18-bc93-ebb57a70048a"}]} 2019-01-03 11:51:44,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-c52fe640-b99b-47ec-915a-df086b91203f 2019-01-03 11:51:44,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}c70be37dfe6049336283ffd04d7bccc208d0e825" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289"}}' 2019-01-03 11:51:44,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-7827f0b0-2498-4c6a-881e-f58016735c8b Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": 22, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:44Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "6fa37a82-d894-496a-b053-343618aab474"}} 2019-01-03 11:51:44,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-7827f0b0-2498-4c6a-881e-f58016735c8b 2019-01-03 11:51:44,644 - neutron_utils - INFO - Retrieving security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:44,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-40a51934-62de-40c5-815a-49cfe9f6394a Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "updated_at": "2019-01-03T11:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:51:44Z", "revision_number": 0, "id": "6fa37a82-d894-496a-b053-343618aab474", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "88159d1e-7f05-446d-ac96-20afc755f51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "revision_number": 0, "id": "b543d022-9932-4630-8119-7096ef707f35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:44Z", "revision_number": 0, "id": "dcf5d943-3c30-4b18-bc93-ebb57a70048a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 4, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp"}]} 2019-01-03 11:51:44,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-40a51934-62de-40c5-815a-49cfe9f6394a 2019-01-03 11:51:44,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a8aeb7a6-a540-45ba-8e82-ac3eff440289 2019-01-03 11:51:44,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:51:44,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b3eac6d0-a88c-448b-803a-ef1ab53663c3 Date: Thu, 03 Jan 2019 11:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": 22, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:44Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "6fa37a82-d894-496a-b053-343618aab474"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88159d1e-7f05-446d-ac96-20afc755f51c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:42Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:42Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "b543d022-9932-4630-8119-7096ef707f35"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:44Z", "security_group_id": "a8aeb7a6-a540-45ba-8e82-ac3eff440289", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:44Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "dcf5d943-3c30-4b18-bc93-ebb57a70048a"}]} 2019-01-03 11:51:44,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-b3eac6d0-a88c-448b-803a-ef1ab53663c3 2019-01-03 11:51:44,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:44,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:45,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["47UugV6oS_emH_nLLU-DCg"], "issued_at": "2019-01-03T11:51:45.000000Z"}} 2019-01-03 11:51:45,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:45,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55a017f-9790-497b-a29f-a4d9d6d0e8b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:45,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d55a017f-9790-497b-a29f-a4d9d6d0e8b7 2019-01-03 11:51:45,333 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:51:45,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:45,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b04b18e7-851d-4e12-8aed-4334d0aeaf39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:45,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b04b18e7-851d-4e12-8aed-4334d0aeaf39 2019-01-03 11:51:45,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:45,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-87558456-9487-4b9c-8db8-8bc85008de33 Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:45,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-87558456-9487-4b9c-8db8-8bc85008de33 2019-01-03 11:51:45,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:45,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:45,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3df38c5-aed0-4535-80cf-2cc4ce7ac33c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:45,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-d3df38c5-aed0-4535-80cf-2cc4ce7ac33c 2019-01-03 11:51:45,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:45,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-493fca35-f95f-40e9-909c-17939460f726 Date: Thu, 03 Jan 2019 11:51:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:45,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-493fca35-f95f-40e9-909c-17939460f726 2019-01-03 11:51:45,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6ef3663f-be1a-47cb-bba6-fdccd6c109b5 Date: Thu, 03 Jan 2019 11:51:46 GMT RESP BODY: {"ports":[]} 2019-01-03 11:51:46,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True used request id req-6ef3663f-be1a-47cb-bba6-fdccd6c109b5 2019-01-03 11:51:46,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c456a673-9d53-4d10-8340-0f8c0cabc0fd x-compute-request-id: req-c456a673-9d53-4d10-8340-0f8c0cabc0fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:51:46,380 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst used request id req-c456a673-9d53-4d10-8340-0f8c0cabc0fd 2019-01-03 11:51:46,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ffb07421-8b80-4567-9796-01eeca609660 Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:46,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-ffb07421-8b80-4567-9796-01eeca609660 2019-01-03 11:51:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15294b4-60fe-456d-a44e-37fa501b5ecf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:46,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-d15294b4-60fe-456d-a44e-37fa501b5ecf 2019-01-03 11:51:46,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7ed35783-793d-478b-99e6-41a1190c703b Date: Thu, 03 Jan 2019 11:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:46,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-7ed35783-793d-478b-99e6-41a1190c703b 2019-01-03 11:51:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:46,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1d444b1d-2b61-4b81-a662-3c6d6af4c4f9 Date: Thu, 03 Jan 2019 11:51:46 GMT RESP BODY: {"ports":[]} 2019-01-03 11:51:46,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True used request id req-1d444b1d-2b61-4b81-a662-3c6d6af4c4f9 2019-01-03 11:51:46,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:51:46,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:51:47,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef53a5c8b0c34652b29f086db39e911a", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role"}], "expires_at": "2019-01-03T12:51:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e68449f5b4143d7950e2286ecdfc767", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/8e68449f5b4143d7950e2286ecdfc767", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user", "id": "8e7128b31c2b4d9ca1092d37c891fe6f"}, "audit_ids": ["ok8l5lsaTvKZgmyrLTgKsA"], "issued_at": "2019-01-03T11:51:47.000000Z"}} 2019-01-03 11:51:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65024d367a4955f4ab5273a203fc79382f6cb39" 2019-01-03 11:51:47,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d310ba95-44c2-4e3f-9296-f77aece0bda3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:51:47,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d310ba95-44c2-4e3f-9296-f77aece0bda3 2019-01-03 11:51:47,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:47,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d10260c4-bef3-4569-9028-b2b957ac5d6d Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:47,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-d10260c4-bef3-4569-9028-b2b957ac5d6d 2019-01-03 11:51:47,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:48,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6c12ee8a-a7bf-4ed1-aac4-2946ab4abc4b Date: Thu, 03 Jan 2019 11:51:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:48,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-6c12ee8a-a7bf-4ed1-aac4-2946ab4abc4b 2019-01-03 11:51:48,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:48,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-431d4848-0367-4013-b224-3689c526b247 Date: Thu, 03 Jan 2019 11:51:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:48,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-431d4848-0367-4013-b224-3689c526b247 2019-01-03 11:51:48,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:51:48,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:51: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:51:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65024d367a4955f4ab5273a203fc79382f6cb39" 2019-01-03 11:51:48,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1214eadb-4120-4a72-81b0-2a52ee5a11e1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:48,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-1214eadb-4120-4a72-81b0-2a52ee5a11e1 2019-01-03 11:51:48,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:48,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6659dc96-6214-433f-a311-e63803f1a8dc Date: Thu, 03 Jan 2019 11:51:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:48,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-6659dc96-6214-433f-a311-e63803f1a8dc 2019-01-03 11:51:48,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:48,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-79431c69-7c8d-4017-b625-0e5663e08683 Date: Thu, 03 Jan 2019 11:51:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:48,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet used request id req-79431c69-7c8d-4017-b625-0e5663e08683 2019-01-03 11:51:48,637 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net 2019-01-03 11:51:48,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" -d '{"port": {"network_id": "5c500a1a-4ab7-4741-a1a8-c26d4721c003", "fixed_ips": [{"subnet_id": "b035bb62-c8f0-4bd3-80f1-c0560d48b8ab", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1", "admin_state_up": true}}' 2019-01-03 11:51:49,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-79d83d41-c0c7-4f5e-bd83-42f65e87019d Date: Thu, 03 Jan 2019 11:51:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:49Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","project_id":"8e68449f5b4143d7950e2286ecdfc767","qos_policy_id":null,"admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal"}} 2019-01-03 11:51:49,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-79d83d41-c0c7-4f5e-bd83-42f65e87019d 2019-01-03 11:51:49,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6226cea4-9a50-445b-b868-6b923ce67e01 Date: Thu, 03 Jan 2019 11:51: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:51:50,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-6226cea4-9a50-445b-b868-6b923ce67e01 2019-01-03 11:51:50,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e090461-ac50-4e5a-871a-80a6d984c753 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:50,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-5e090461-ac50-4e5a-871a-80a6d984c753 2019-01-03 11:51:50,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a78706b6-9ef6-4b45-bcdb-295ec5ffc1e2 Date: Thu, 03 Jan 2019 11:51:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:51:50,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-a78706b6-9ef6-4b45-bcdb-295ec5ffc1e2 2019-01-03 11:51:50,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-1ccebdb9-288a-44f2-9e0b-dc3a5a9943f1 Date: Thu, 03 Jan 2019 11:51:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:49Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:51:50,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1&admin_state_up=True used request id req-1ccebdb9-288a-44f2-9e0b-dc3a5a9943f1 2019-01-03 11:51:50,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a659fc0-e9c4-42cb-9055-e5d9dcab36c3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:51:50,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-0a659fc0-e9c4-42cb-9055-e5d9dcab36c3 2019-01-03 11:51:50,873 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst 2019-01-03 11:51:50,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-49b3ae79-8ac9-4077-8719-189f812c1065 x-compute-request-id: req-49b3ae79-8ac9-4077-8719-189f812c1065 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-flavor-name"}]} 2019-01-03 11:51:50,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-49b3ae79-8ac9-4077-8719-189f812c1065 2019-01-03 11:51:50,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:50,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-7049f227-77a3-4a80-8e85-af381ebe935f x-compute-request-id: req-7049f227-77a3-4a80-8e85-af381ebe935f Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:51:50,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7 used request id req-7049f227-77a3-4a80-8e85-af381ebe935f 2019-01-03 11:51:50,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:51,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f1095105-be65-4ef2-bcbe-a84310e4d825 Date: Thu, 03 Jan 2019 11:51:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:51:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:51:27Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "metadata": {}}], "self": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "min_disk": 0, "protected": false, "id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "file": "/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8e68449f5b4143d7950e2286ecdfc767", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image"} 2019-01-03 11:51:51,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image used request id req-f1095105-be65-4ef2-bcbe-a84310e4d825 2019-01-03 11:51:51,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:51,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-665b46a0-8d0a-4e3f-bdc5-26846053607c Date: Thu, 03 Jan 2019 11:51: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"}}} 2019-01-03 11:51:51,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-665b46a0-8d0a-4e3f-bdc5-26846053607c 2019-01-03 11:51:51,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "imageRef": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "flavorRef": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "max_count": 1, "min_count": 1, "networks": [{"port": "3d88d2aa-f928-455c-9562-c8d0263298e1"}]}}' 2019-01-03 11:51:52,566 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:51: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-cc2773bd-0b62-4b4e-8bfe-c96963433646 x-compute-request-id: req-cc2773bd-0b62-4b4e-8bfe-c96963433646 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "adminPass": "4zjHmspLEeey"}} 2019-01-03 11:51:52,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-cc2773bd-0b62-4b4e-8bfe-c96963433646 2019-01-03 11:51:52,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:52,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-a748cbb0-393f-4467-a87b-290787f446f9 x-compute-request-id: req-a748cbb0-393f-4467-a87b-290787f446f9 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.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:51:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:51:52,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-a748cbb0-393f-4467-a87b-290787f446f9 2019-01-03 11:51:52,953 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst 2019-01-03 11:51:52,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:53,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51: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-9eba6877-b82a-4a25-9f52-5ce303bff034 x-compute-request-id: req-9eba6877-b82a-4a25-9f52-5ce303bff034 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:51:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:51:53,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-9eba6877-b82a-4a25-9f52-5ce303bff034 2019-01-03 11:51:53,195 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - BUILD 2019-01-03 11:51:53,195 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:51:56,198 - create_instance - DEBUG - VM status query timeout in 896.754801035 2019-01-03 11:51:56,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:51:56,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10ca2991-dd3f-4ea3-9367-9ccf0f123f9e x-compute-request-id: req-10ca2991-dd3f-4ea3-9367-9ccf0f123f9e 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.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:51:53Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:51:56,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-10ca2991-dd3f-4ea3-9367-9ccf0f123f9e 2019-01-03 11:51:56,833 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - BUILD 2019-01-03 11:51:56,833 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:51:59,837 - create_instance - DEBUG - VM status query timeout in 893.116531849 2019-01-03 11:51:59,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:00,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afbdd5e4-5f15-4eb5-9453-37574eabb305 x-compute-request-id: req-afbdd5e4-5f15-4eb5-9453-37574eabb305 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:00,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-afbdd5e4-5f15-4eb5-9453-37574eabb305 2019-01-03 11:52:00,468 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - ACTIVE 2019-01-03 11:52:00,469 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:52:00,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:00,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52: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-642a8b66-0d11-44b9-b9dd-976aaac85a8f x-compute-request-id: req-642a8b66-0d11-44b9-b9dd-976aaac85a8f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:00,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-642a8b66-0d11-44b9-b9dd-976aaac85a8f 2019-01-03 11:52:00,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-152cfc00-6d9e-4ae1-a750-0c4ddf1322a1 Date: Thu, 03 Jan 2019 11:52: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:52:01,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-152cfc00-6d9e-4ae1-a750-0c4ddf1322a1 2019-01-03 11:52:01,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd65429-510c-49ff-9209-34ed0f8a0c2d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:01,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-bbd65429-510c-49ff-9209-34ed0f8a0c2d 2019-01-03 11:52:01,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a7ed371e-f1ad-433f-823d-85640f517f84 Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:52:01,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-a7ed371e-f1ad-433f-823d-85640f517f84 2019-01-03 11:52:01,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-68bc0bc5-7f43-490f-ab9d-d3424d52dbf7 Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.2"}],"id":"34c6775e-2ba1-41c5-a982-987407e54544","security_groups":[],"mac_address":"fa:16:3e:09:b2:e2","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal","device_id":"c225af19-f7d9-4683-8231-95cb1dd92644"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.4"}],"id":"a94c2d1e-be25-48bc-95b2-10f846d404b0","security_groups":[],"mac_address":"fa:16:3e:43:e9:db","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.3"}],"id":"ed4951d0-d460-4370-9c5d-c8d6a54358ef","security_groups":[],"mac_address":"fa:16:3e:47:3e:eb","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c500a1a-4ab7-4741-a1a8-c26d4721c003"}]} 2019-01-03 11:52:01,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-68bc0bc5-7f43-490f-ab9d-d3424d52dbf7 2019-01-03 11:52:01,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-aa63374a-ea3f-4c50-8a9d-8a91def96a9d Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:32Z", "admin_state_up": true, "updated_at": "2019-01-03T11:51:39Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router"}]} 2019-01-03 11:52:01,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router used request id req-aa63374a-ea3f-4c50-8a9d-8a91def96a9d 2019-01-03 11:52:01,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ba54739-9a21-4778-b307-3499824bd776 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:01,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-4ba54739-9a21-4778-b307-3499824bd776 2019-01-03 11:52:01,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-2c68d840-ed20-4053-af2a-6ffc8645b7ef Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"}]} 2019-01-03 11:52:01,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=224842ab-826b-47bf-a5e0-c2d7e1131fd4 used request id req-2c68d840-ed20-4053-af2a-6ffc8645b7ef 2019-01-03 11:52:01,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c3473282-02be-4ca9-81bd-b9add1562a7d Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}} 2019-01-03 11:52:01,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab used request id req-c3473282-02be-4ca9-81bd-b9add1562a7d 2019-01-03 11:52:01,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:01,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a318f3b7-c577-4c44-a85a-b1282ccc3de7 Date: Thu, 03 Jan 2019 11:52:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:52:01,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-a318f3b7-c577-4c44-a85a-b1282ccc3de7 2019-01-03 11:52:01,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:02,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af6e20da-271f-4b5d-adba-1b43aaebf1b8 Date: Thu, 03 Jan 2019 11:52:02 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:52:02,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-af6e20da-271f-4b5d-adba-1b43aaebf1b8 2019-01-03 11:52:02,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:02,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5eac54aa-9ada-45af-b0a1-5a900c5a61bd x-compute-request-id: req-5eac54aa-9ada-45af-b0a1-5a900c5a61bd Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:02,980 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-5eac54aa-9ada-45af-b0a1-5a900c5a61bd 2019-01-03 11:52:02,980 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - ACTIVE 2019-01-03 11:52:02,981 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:52:02,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:03,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db7bf690-60c1-40ca-ad71-f97f5d99eb05 x-compute-request-id: req-db7bf690-60c1-40ca-ad71-f97f5d99eb05 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:03,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-db7bf690-60c1-40ca-ad71-f97f5d99eb05 2019-01-03 11:52:03,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:03,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-679664b7-0dce-42d8-9fa1-11b4142cd7ab Date: Thu, 03 Jan 2019 11:52: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:52:03,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-679664b7-0dce-42d8-9fa1-11b4142cd7ab 2019-01-03 11:52:03,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:03,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ac2fa3-251f-404c-954c-dc026aad7a04 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:03,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-47ac2fa3-251f-404c-954c-dc026aad7a04 2019-01-03 11:52:03,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:04,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dcac4f77-4260-4e82-8e4f-30d0b7e5c888 Date: Thu, 03 Jan 2019 11:52:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:52:04,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-dcac4f77-4260-4e82-8e4f-30d0b7e5c888 2019-01-03 11:52:04,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:04,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-f97996f8-b3c7-4eb3-b75b-23e556ae24fc Date: Thu, 03 Jan 2019 11:52:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.2"}],"id":"34c6775e-2ba1-41c5-a982-987407e54544","security_groups":[],"mac_address":"fa:16:3e:09:b2:e2","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal","device_id":"c225af19-f7d9-4683-8231-95cb1dd92644"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.4"}],"id":"a94c2d1e-be25-48bc-95b2-10f846d404b0","security_groups":[],"mac_address":"fa:16:3e:43:e9:db","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.3"}],"id":"ed4951d0-d460-4370-9c5d-c8d6a54358ef","security_groups":[],"mac_address":"fa:16:3e:47:3e:eb","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c500a1a-4ab7-4741-a1a8-c26d4721c003"}]} 2019-01-03 11:52:04,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-f97996f8-b3c7-4eb3-b75b-23e556ae24fc 2019-01-03 11:52:04,270 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:52:04,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:04,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b8dec240-2f22-4a89-8eba-c53f46dd6b9c Date: Thu, 03 Jan 2019 11:52:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:52:04,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b8dec240-2f22-4a89-8eba-c53f46dd6b9c 2019-01-03 11:52:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:04,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab5f2255-71cb-4fec-a4c2-ab4ce046a4bb Date: Thu, 03 Jan 2019 11:52:04 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:52:04,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-ab5f2255-71cb-4fec-a4c2-ab4ce046a4bb 2019-01-03 11:52:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "3d88d2aa-f928-455c-9562-c8d0263298e1"}}' 2019-01-03 11:52:07,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-2b5bcfdd-ccf4-42f6-9b47-18e411dc9832 Date: Thu, 03 Jan 2019 11:52:07 GMT RESP BODY: {"floatingip": {"router_id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:52:06Z", "updated_at": "2019-01-03T11:52:06Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "port_id": "3d88d2aa-f928-455c-9562-c8d0263298e1", "id": "baccb123-9644-4283-a5f1-5eb4f146b134"}} 2019-01-03 11:52:07,036 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-2b5bcfdd-ccf4-42f6-9b47-18e411dc9832 2019-01-03 11:52:07,037 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:52:07,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:07,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52: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-7720a5ab-05f1-42c4-98ee-63b708e59e81 x-compute-request-id: req-7720a5ab-05f1-42c4-98ee-63b708e59e81 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:07,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-7720a5ab-05f1-42c4-98ee-63b708e59e81 2019-01-03 11:52:07,513 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - ACTIVE 2019-01-03 11:52:07,513 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:52:07,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:07,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52: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-3ab6cf6f-6e89-48aa-acb7-10347eaa817e x-compute-request-id: req-3ab6cf6f-6e89-48aa-acb7-10347eaa817e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:07,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-3ab6cf6f-6e89-48aa-acb7-10347eaa817e 2019-01-03 11:52:07,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6101b681-44a0-4c71-8c18-925a7dc21a7b Date: Thu, 03 Jan 2019 11:52: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:52:08,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-6101b681-44a0-4c71-8c18-925a7dc21a7b 2019-01-03 11:52:08,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0394915a-90c1-4969-9eb7-9a691cfb1394 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:08,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-0394915a-90c1-4969-9eb7-9a691cfb1394 2019-01-03 11:52:08,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6d490907-0755-4f90-ab4a-7a5d90bb2ce2 Date: Thu, 03 Jan 2019 11:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:52:08,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-6d490907-0755-4f90-ab4a-7a5d90bb2ce2 2019-01-03 11:52:08,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-f1860d21-6572-44b1-84e3-99c9ddbd2e6d Date: Thu, 03 Jan 2019 11:52:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.2"}],"id":"34c6775e-2ba1-41c5-a982-987407e54544","security_groups":[],"mac_address":"fa:16:3e:09:b2:e2","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal","device_id":"c225af19-f7d9-4683-8231-95cb1dd92644"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.4"}],"id":"a94c2d1e-be25-48bc-95b2-10f846d404b0","security_groups":[],"mac_address":"fa:16:3e:43:e9:db","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.3"}],"id":"ed4951d0-d460-4370-9c5d-c8d6a54358ef","security_groups":[],"mac_address":"fa:16:3e:47:3e:eb","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c500a1a-4ab7-4741-a1a8-c26d4721c003"}]} 2019-01-03 11:52:08,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-f1860d21-6572-44b1-84e3-99c9ddbd2e6d 2019-01-03 11:52:08,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67746eab-2698-4da1-985c-4691476d183a x-compute-request-id: req-67746eab-2698-4da1-985c-4691476d183a Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:a6:f5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "security_groups": [{"name": "default"}], "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:51:58Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:08,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-67746eab-2698-4da1-985c-4691476d183a 2019-01-03 11:52:08,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-04c12fbd-0477-4426-841a-f1d62414840b Date: Thu, 03 Jan 2019 11:52: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":["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"],"updated_at":"2019-01-03T11:51:29Z","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8e68449f5b4143d7950e2286ecdfc767","id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net"}]} 2019-01-03 11:52:08,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net used request id req-04c12fbd-0477-4426-841a-f1d62414840b 2019-01-03 11:52:08,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7a903fb-701e-45d3-bd77-6b54c1e6a9bd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:08,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-d7a903fb-701e-45d3-bd77-6b54c1e6a9bd 2019-01-03 11:52:08,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:08,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fcb0f34b-1cc0-45ad-8450-297215014473 Date: Thu, 03 Jan 2019 11:52:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:29Z","dns_nameservers":[],"updated_at":"2019-01-03T11:51: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":"8e68449f5b4143d7950e2286ecdfc767","id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet"}]} 2019-01-03 11:52:08,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-fcb0f34b-1cc0-45ad-8450-297215014473 2019-01-03 11:52:08,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:09,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-cd5b21b4-cadf-420f-be9b-aabbc0a1155c Date: Thu, 03 Jan 2019 11:52:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.1"}],"id":"19d530ef-a7cf-45f5-a03f-1628d862f197","security_groups":[],"mac_address":"fa:16:3e:f6:79:9a","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:38Z","binding:vnic_type":"normal","device_id":"224842ab-826b-47bf-a5e0-c2d7e1131fd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.2"}],"id":"34c6775e-2ba1-41c5-a982-987407e54544","security_groups":[],"mac_address":"fa:16:3e:09:b2:e2","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.100"}],"id":"3d88d2aa-f928-455c-9562-c8d0263298e1","security_groups":["688dc221-3117-47f5-85a6-16ad6820dcb5"],"mac_address":"fa:16:3e:82:a6:f5","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:49Z","binding:vnic_type":"normal","device_id":"c225af19-f7d9-4683-8231-95cb1dd92644"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.4"}],"id":"a94c2d1e-be25-48bc-95b2-10f846d404b0","security_groups":[],"mac_address":"fa:16:3e:43:e9:db","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-5c500a1a-4ab7-4741-a1a8-c26d4721c003"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:51:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b035bb62-c8f0-4bd3-80f1-c0560d48b8ab","ip_address":"10.55.1.3"}],"id":"ed4951d0-d460-4370-9c5d-c8d6a54358ef","security_groups":[],"mac_address":"fa:16:3e:47:3e:eb","project_id":"8e68449f5b4143d7950e2286ecdfc767","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5c500a1a-4ab7-4741-a1a8-c26d4721c003","tenant_id":"8e68449f5b4143d7950e2286ecdfc767","created_at":"2019-01-03T11:51:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-5c500a1a-4ab7-4741-a1a8-c26d4721c003"}]} 2019-01-03 11:52:09,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-cd5b21b4-cadf-420f-be9b-aabbc0a1155c 2019-01-03 11:52:09,184 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2019-01-03 11:52:09,184 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2019-01-03 11:52:09,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/baccb123-9644-4283-a5f1-5eb4f146b134 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:10,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8cfecf2f-0aac-447b-a5a2-2956b7076869 Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:10,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/baccb123-9644-4283-a5f1-5eb4f146b134 used request id req-8cfecf2f-0aac-447b-a5a2-2956b7076869 2019-01-03 11:52:10,269 - create_instance - INFO - Deleting Port with ID - 3d88d2aa-f928-455c-9562-c8d0263298e1 2019-01-03 11:52:10,269 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcdport-1 2019-01-03 11:52:10,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/3d88d2aa-f928-455c-9562-c8d0263298e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:10,817 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52836f2d-fb1d-4130-89bf-1510142803ec Date: Thu, 03 Jan 2019 11:52:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:10,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/3d88d2aa-f928-455c-9562-c8d0263298e1 used request id req-52836f2d-fb1d-4130-89bf-1510142803ec 2019-01-03 11:52:10,817 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst 2019-01-03 11:52:10,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:11,561 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:52: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-45db305e-afb7-41fd-9bca-2199535c7790 x-compute-request-id: req-45db305e-afb7-41fd-9bca-2199535c7790 Content-Type: application/json 2019-01-03 11:52:11,561 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-45db305e-afb7-41fd-9bca-2199535c7790 2019-01-03 11:52:11,562 - create_instance - INFO - Checking deletion status 2019-01-03 11:52:11,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:11,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50fc6d55-42c0-45d6-916b-eb5ad17da259 x-compute-request-id: req-50fc6d55-42c0-45d6-916b-eb5ad17da259 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.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:52:10Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:11,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-50fc6d55-42c0-45d6-916b-eb5ad17da259 2019-01-03 11:52:11,957 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - ACTIVE 2019-01-03 11:52:11,957 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:52:14,960 - create_instance - DEBUG - VM status query timeout in 296.601356983 2019-01-03 11:52:14,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:15,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f32f7c00-65f8-4d03-89d3-69a7e7735bbc x-compute-request-id: req-f32f7c00-65f8-4d03-89d3-69a7e7735bbc 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.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c225af19-f7d9-4683-8231-95cb1dd92644", "rel": "bookmark"}], "image": {"id": "f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "links": [{"href": "http://172.30.9.28:8774/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:51:58.000000", "flavor": {"id": "e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "links": [{"href": "http://172.30.9.28:8774/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7", "rel": "bookmark"}]}, "id": "c225af19-f7d9-4683-8231-95cb1dd92644", "user_id": "8e7128b31c2b4d9ca1092d37c891fe6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:52:10Z", "hostId": "ad50a15071e38de83dc31971cc624dc5dde8b72e332cea2523dcdce6", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp", "name": "CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst", "created": "2019-01-03T11:51:52Z", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:52:15,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-f32f7c00-65f8-4d03-89d3-69a7e7735bbc 2019-01-03 11:52:15,062 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst] is - ACTIVE 2019-01-03 11:52:15,063 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:52:18,066 - create_instance - DEBUG - VM status query timeout in 293.495959997 2019-01-03 11:52:18,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02de0454aef9cde6fa1c7b2fa13c0e84f5660e18" 2019-01-03 11:52:18,122 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:52: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-91ddbe3a-1834-4480-bd83-3ce2fc79884a x-compute-request-id: req-91ddbe3a-1834-4480-bd83-3ce2fc79884a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c225af19-f7d9-4683-8231-95cb1dd92644 could not be found.", "code": 404}} 2019-01-03 11:52:18,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c225af19-f7d9-4683-8231-95cb1dd92644 used request id req-91ddbe3a-1834-4480-bd83-3ce2fc79884a 2019-01-03 11:52:18,123 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c225af19-f7d9-4683-8231-95cb1dd92644 could not be found. (HTTP 404) (Request-ID: req-91ddbe3a-1834-4480-bd83-3ce2fc79884a) 2019-01-03 11:52:18,123 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-inst 2019-01-03 11:52:18,124 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp 2019-01-03 11:52:18,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff7648a7c50538ae71fac422170605bf9d025f1a" 2019-01-03 11:52:18,176 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:52: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-d32c8ebb-ccb3-4292-9cff-b4aeaf191810 x-compute-request-id: req-d32c8ebb-ccb3-4292-9cff-b4aeaf191810 Content-Length: 0 Content-Type: application/json 2019-01-03 11:52:18,176 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-kp used request id req-d32c8ebb-ccb3-4292-9cff-b4aeaf191810 2019-01-03 11:52:18,177 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd.pub] 2019-01-03 11:52:18,177 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd] 2019-01-03 11:52:18,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6283e0ab2b0a36b21d3f83374e04bd371a76e259" 2019-01-03 11:52:18,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:52: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-7bfe7558-4a5d-420f-aaca-8ecea84e051e x-compute-request-id: req-7bfe7558-4a5d-420f-aaca-8ecea84e051e Content-Length: 0 Content-Type: application/json 2019-01-03 11:52:18,233 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e4dcc051-0ad3-493d-bada-bbad26cc0ba7 used request id req-7bfe7558-4a5d-420f-aaca-8ecea84e051e 2019-01-03 11:52:18,234 - neutron_utils - INFO - Deleting security group rule with ID - b543d022-9932-4630-8119-7096ef707f35 2019-01-03 11:52:18,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/b543d022-9932-4630-8119-7096ef707f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:52:18,342 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0ec3ce9-c6c2-453d-ad25-fc6570a4362d Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:18,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/b543d022-9932-4630-8119-7096ef707f35 used request id req-b0ec3ce9-c6c2-453d-ad25-fc6570a4362d 2019-01-03 11:52:18,342 - neutron_utils - INFO - Deleting security group rule with ID - dcf5d943-3c30-4b18-bc93-ebb57a70048a 2019-01-03 11:52:18,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/dcf5d943-3c30-4b18-bc93-ebb57a70048a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:52:18,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-874952f0-08c0-4361-8cd6-0fa57662e04f Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:18,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/dcf5d943-3c30-4b18-bc93-ebb57a70048a used request id req-874952f0-08c0-4361-8cd6-0fa57662e04f 2019-01-03 11:52:18,627 - neutron_utils - INFO - Deleting security group rule with ID - 88159d1e-7f05-446d-ac96-20afc755f51c 2019-01-03 11:52:18,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/88159d1e-7f05-446d-ac96-20afc755f51c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:52:18,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f2b915c4-3e4e-4877-80ae-ad33e3c60082 Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:18,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/88159d1e-7f05-446d-ac96-20afc755f51c used request id req-f2b915c4-3e4e-4877-80ae-ad33e3c60082 2019-01-03 11:52:18,870 - neutron_utils - INFO - Deleting security group rule with ID - 6fa37a82-d894-496a-b053-343618aab474 2019-01-03 11:52:18,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6fa37a82-d894-496a-b053-343618aab474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:52:19,109 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcf88e7d-2a7d-4fd6-8ae1-46f0dc3f1820 Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:19,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6fa37a82-d894-496a-b053-343618aab474 used request id req-fcf88e7d-2a7d-4fd6-8ae1-46f0dc3f1820 2019-01-03 11:52:19,110 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-sec-grp 2019-01-03 11:52:19,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/a8aeb7a6-a540-45ba-8e82-ac3eff440289 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c70be37dfe6049336283ffd04d7bccc208d0e825" 2019-01-03 11:52:19,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87a716ff-1451-4032-9dee-4130813ed13c Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:19,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/a8aeb7a6-a540-45ba-8e82-ac3eff440289 used request id req-87a716ff-1451-4032-9dee-4130813ed13c 2019-01-03 11:52:19,513 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router and subnet CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet 2019-01-03 11:52:19,513 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:52:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" -d '{"subnet_id": "b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"}' 2019-01-03 11:52:21,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de817c0f-2a6b-4af7-88bc-9ee9a9ecf213 Date: Thu, 03 Jan 2019 11:52:21 GMT RESP BODY: {"network_id": "5c500a1a-4ab7-4741-a1a8-c26d4721c003", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "subnet_id": "b035bb62-c8f0-4bd3-80f1-c0560d48b8ab", "subnet_ids": ["b035bb62-c8f0-4bd3-80f1-c0560d48b8ab"], "port_id": "19d530ef-a7cf-45f5-a03f-1628d862f197", "id": "224842ab-826b-47bf-a5e0-c2d7e1131fd4"} 2019-01-03 11:52:21,041 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4/remove_router_interface used request id req-de817c0f-2a6b-4af7-88bc-9ee9a9ecf213 2019-01-03 11:52:21,041 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:52:21,041 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-router 2019-01-03 11:52:21,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d09d3ed4b78948127f12974dfbcc4defc6ea8e" 2019-01-03 11:52:24,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff78e567-91fe-416c-bb9e-d4fa902874eb Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:24,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/224842ab-826b-47bf-a5e0-c2d7e1131fd4 used request id req-ff78e567-91fe-416c-bb9e-d4fa902874eb 2019-01-03 11:52:24,303 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet 2019-01-03 11:52:24,303 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-subnet 2019-01-03 11:52:24,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:52:26,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f8c23db-6651-4792-9ff4-9ba549e7a4c4 Date: Thu, 03 Jan 2019 11:52:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:26,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/b035bb62-c8f0-4bd3-80f1-c0560d48b8ab used request id req-7f8c23db-6651-4792-9ff4-9ba549e7a4c4 2019-01-03 11:52:26,699 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-pub-net 2019-01-03 11:52:26,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/5c500a1a-4ab7-4741-a1a8-c26d4721c003 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86395bc9e9316a5cf951fdf3ac2e23ee465dadbc" 2019-01-03 11:52:27,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-246c91bc-ce89-4392-8298-3c2a06fab1d5 Date: Thu, 03 Jan 2019 11:52:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:27,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/5c500a1a-4ab7-4741-a1a8-c26d4721c003 used request id req-246c91bc-ce89-4392-8298-3c2a06fab1d5 2019-01-03 11:52:27,986 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-4ee51b7f-28eb-4922-ac8f-c12d2f80bbcd-image 2019-01-03 11:52:27,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}64fca11b1090fd33c5f7835d34d2e8c85bc4d90c" 2019-01-03 11:52:29,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f470588-11bf-460c-b5cf-cbde6f8312be Date: Thu, 03 Jan 2019 11:52:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:52:29,439 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f4ecbe6f-b030-44ed-83c6-3cacc06697fd used request id req-1f470588-11bf-460c-b5cf-cbde6f8312be 2019-01-03 11:52:29,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:29,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fb8e748c-c6c9-4a16-a1ea-f0fd77831068 Date: Thu, 03 Jan 2019 11:52:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:28Z", "updated_at": "2019-01-03T11:51:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "revision_number": 0, "id": "1c34cb08-8d39-45a0-b53c-c2971d2da57e", "remote_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "revision_number": 0, "id": "78d50c9c-5cac-487d-b63c-f478425ec71d", "remote_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "revision_number": 0, "id": "88018f08-108e-4bdd-b309-52df4058188b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "revision_number": 0, "id": "ad84fe80-b3ff-43ea-97bc-906f75308a46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e68449f5b4143d7950e2286ecdfc767"}], "revision_number": 4, "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:52:29,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-fb8e748c-c6c9-4a16-a1ea-f0fd77831068 2019-01-03 11:52:29,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:29,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77d88f0-6ccf-4d08-b405-ab24420f0702 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767"}, "enabled": true, "id": "8e68449f5b4143d7950e2286ecdfc767", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj"}} 2019-01-03 11:52:29,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-e77d88f0-6ccf-4d08-b405-ab24420f0702 2019-01-03 11:52:29,764 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 688dc221-3117-47f5-85a6-16ad6820dcb5 2019-01-03 11:52:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=688dc221-3117-47f5-85a6-16ad6820dcb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:29,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-43430f7b-b8cb-468f-b351-65079108dff1 Date: Thu, 03 Jan 2019 11:52:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:28Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "1c34cb08-8d39-45a0-b53c-c2971d2da57e"}, {"remote_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:28Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "78d50c9c-5cac-487d-b63c-f478425ec71d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:28Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "88018f08-108e-4bdd-b309-52df4058188b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:51:28Z", "security_group_id": "688dc221-3117-47f5-85a6-16ad6820dcb5", "port_range_min": null, "revision_number": 0, "tenant_id": "8e68449f5b4143d7950e2286ecdfc767", "created_at": "2019-01-03T11:51:28Z", "project_id": "8e68449f5b4143d7950e2286ecdfc767", "id": "ad84fe80-b3ff-43ea-97bc-906f75308a46"}]} 2019-01-03 11:52:29,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=688dc221-3117-47f5-85a6-16ad6820dcb5 used request id req-43430f7b-b8cb-468f-b351-65079108dff1 2019-01-03 11:52:29,945 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:52:29,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/688dc221-3117-47f5-85a6-16ad6820dcb5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:30,264 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e933261d-a618-4277-9229-68d101eef8f7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:52:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:52:30,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/688dc221-3117-47f5-85a6-16ad6820dcb5 used request id req-e933261d-a618-4277-9229-68d101eef8f7 2019-01-03 11:52:30,265 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj 2019-01-03 11:52:30,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:30,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10353813-fd7b-4679-b86b-af1f355afa84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:52:30,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/8e68449f5b4143d7950e2286ecdfc767 used request id req-10353813-fd7b-4679-b86b-af1f355afa84 2019-01-03 11:52:30,484 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-proj-role 2019-01-03 11:52:30,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:30,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07530d2-b660-454f-b53b-308dd38dc55f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:52:30,594 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ef53a5c8b0c34652b29f086db39e911a used request id req-d07530d2-b660-454f-b53b-308dd38dc55f 2019-01-03 11:52:30,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aaf4694d11ea3f7e76285dfbc8d906e88ef1c17" 2019-01-03 11:52:30,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64dc8bd2-9a29-4476-9275-cc4fe9b19faf Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:52:30,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-64dc8bd2-9a29-4476-9275-cc4fe9b19faf 2019-01-03 11:52:30,690 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-75b6887b-66e6-45d-user 2019-01-03 11:52:30,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/8e7128b31c2b4d9ca1092d37c891fe6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}219d683fae05da51503c72deb4bab0a4c1af3982" 2019-01-03 11:52:30,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:52:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c12d94f1-4c55-439b-9470-2a8973a5e105 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:52:30,875 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/8e7128b31c2b4d9ca1092d37c891fe6f used request id req-c12d94f1-4c55-439b-9470-2a8973a5e105 2019-01-03 11:52:30,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:31,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["txZJnFiRQoG7TzYGexmQAA"], "issued_at": "2019-01-03T11:52:31.000000Z"}} 2019-01-03 11:52:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04370918050c9fb638bfe82f1d8aedafe989876e" 2019-01-03 11:52:31,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a700e8b-0682-4176-becf-d6c730539414 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:31,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2a700e8b-0682-4176-becf-d6c730539414 2019-01-03 11:52:31,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:31,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:31,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:52:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5fM4YYskRnmPrEUzdsB8Sg"], "issued_at": "2019-01-03T11:52:31.000000Z"}} 2019-01-03 11:52:31,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:31,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b41a78-d86f-4e8b-b61d-16cb70b58e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:31,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b0b41a78-d86f-4e8b-b61d-16cb70b58e04 2019-01-03 11:52:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:31,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:52:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:31,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:31,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eea2158-a618-483f-b7c1-0661aa0194c6 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:52:31,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj used request id req-2eea2158-a618-483f-b7c1-0661aa0194c6 2019-01-03 11:52:31,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:31,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19bf9e6-f62d-4265-8350-dc36ea67653a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:52:31,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f19bf9e6-f62d-4265-8350-dc36ea67653a 2019-01-03 11:52:31,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}}' 2019-01-03 11:52:32,133 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:52:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1234a1ae-012d-47f7-8891-a3e641e52511 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:32,134 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-1234a1ae-012d-47f7-8891-a3e641e52511 2019-01-03 11:52:32,134 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj 2019-01-03 11:52:32,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:32,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:32,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:52:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["KLVxQ0PoRhelL3h-tHIRkw"], "issued_at": "2019-01-03T11:52:32.000000Z"}} 2019-01-03 11:52:32,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebaa99b5688e58b26cbb4edfc6ac509e76fca94" 2019-01-03 11:52:32,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-727a406f-3742-4873-8fb8-57bd169ef4d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:32,601 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-727a406f-3742-4873-8fb8-57bd169ef4d4 2019-01-03 11:52:32,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:32,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:32,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebaa99b5688e58b26cbb4edfc6ac509e76fca94" 2019-01-03 11:52:32,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9508fa-0b35-41dc-a4b1-2dc1375859f6 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:52:32,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9c9508fa-0b35-41dc-a4b1-2dc1375859f6 2019-01-03 11:52:32,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebaa99b5688e58b26cbb4edfc6ac509e76fca94" 2019-01-03 11:52:32,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d520b74f-6c94-474e-8a0b-09081dfb5cb7 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}]} 2019-01-03 11:52:32,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj used request id req-d520b74f-6c94-474e-8a0b-09081dfb5cb7 2019-01-03 11:52:32,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebaa99b5688e58b26cbb4edfc6ac509e76fca94" 2019-01-03 11:52:32,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea175bc9-db44-4f22-92a5-f9f2b7644688 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:52:32,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ea175bc9-db44-4f22-92a5-f9f2b7644688 2019-01-03 11:52:33,307 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-user 2019-01-03 11:52:33,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:33,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:33,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9981812e-fbc5-4ac2-86bf-25b63b9ebc1b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:52:33,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9981812e-fbc5-4ac2-86bf-25b63b9ebc1b 2019-01-03 11:52:33,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}}' 2019-01-03 11:52:33,535 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:52:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc92f8e6-76c8-4d6a-9bb5-13a3bb753e86 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7321f30c011c4215a08b505707bc701f", "links": {"self": "http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f"}, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}} 2019-01-03 11:52:33,535 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bc92f8e6-76c8-4d6a-9bb5-13a3bb753e86 2019-01-03 11:52:33,536 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role 2019-01-03 11:52:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:33,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c691c6f5-472c-40b1-894f-cfc8ba39fc24 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role", "id": "7321f30c011c4215a08b505707bc701f"}} 2019-01-03 11:52:33,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f used request id req-c691c6f5-472c-40b1-894f-cfc8ba39fc24 2019-01-03 11:52:33,634 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role to project CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj 2019-01-03 11:52:33,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f/users/ec16ff3500b74c11856466c7f88c068c/roles/7321f30c011c4215a08b505707bc701f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:52:33,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:52:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-419d6fb1-44ad-4005-a412-ab995616d13f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:52:33,759 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f/users/ec16ff3500b74c11856466c7f88c068c/roles/7321f30c011c4215a08b505707bc701f used request id req-419d6fb1-44ad-4005-a412-ab995616d13f 2019-01-03 11:52:33,759 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:52:33,761 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:52:33,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:33,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:34,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["cVwUKkmFQKePDu-TYxoNnA"], "issued_at": "2019-01-03T11:52:34.000000Z"}} 2019-01-03 11:52:34,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:34,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a2ffb8-011a-432b-95d2-7d69a6e60387 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:34,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1a2ffb8-011a-432b-95d2-7d69a6e60387 2019-01-03 11:52:34,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:34,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-050c3d9a-157d-491e-9d7b-68ceb1e3cbbb Date: Thu, 03 Jan 2019 11:52:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image"} 2019-01-03 11:52:34,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image used request id req-050c3d9a-157d-491e-9d7b-68ceb1e3cbbb 2019-01-03 11:52:34,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:34,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1942baf2-4eda-4bc8-b187-39485a8d0cb2 Date: Thu, 03 Jan 2019 11:52: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"}}} 2019-01-03 11:52:34,560 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1942baf2-4eda-4bc8-b187-39485a8d0cb2 2019-01-03 11:52:34,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image"}' 2019-01-03 11:52:34,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 X-Openstack-Request-Id: req-0bfa2038-dbbb-4c08-a267-0a2343e411f8 Date: Thu, 03 Jan 2019 11:52:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:52:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:52:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "min_disk": 0, "protected": false, "id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "file": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file", "checksum": null, "owner": "968dfc2695514e84b96a05d9afbd913f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:52:34,819 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-0bfa2038-dbbb-4c08-a267-0a2343e411f8 2019-01-03 11:52:34,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" -d '' 2019-01-03 11:52:35,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98c4c538-6f04-4822-8a10-bfe21eca0ce3 Date: Thu, 03 Jan 2019 11:52:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:52:35,603 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file used request id req-98c4c538-6f04-4822-8a10-bfe21eca0ce3 2019-01-03 11:52:35,604 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:52:35,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:35,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9e33dcac-2446-4058-aa3d-2eaaa86a4d27 Date: Thu, 03 Jan 2019 11:52:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:52:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:52:35Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "metadata": {}}], "self": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "min_disk": 0, "protected": false, "id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "file": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "968dfc2695514e84b96a05d9afbd913f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:52:35,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 used request id req-9e33dcac-2446-4058-aa3d-2eaaa86a4d27 2019-01-03 11:52:35,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:35,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0e00e3df-4017-4d4c-8ab5-f52dd7c18430 Date: Thu, 03 Jan 2019 11:52: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"}}} 2019-01-03 11:52:35,930 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-0e00e3df-4017-4d4c-8ab5-f52dd7c18430 2019-01-03 11:52:35,933 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image 2019-01-03 11:52:35,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:52:36,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-3a2527b2-b1ee-4663-8af8-4b71dff57158 Date: Thu, 03 Jan 2019 11:52:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:52:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:52:35Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "metadata": {}}], "self": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "min_disk": 0, "protected": false, "id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "file": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "968dfc2695514e84b96a05d9afbd913f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:52:36,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 used request id req-3a2527b2-b1ee-4663-8af8-4b71dff57158 2019-01-03 11:52:36,104 - create_image - DEBUG - Instance status is - active 2019-01-03 11:52:36,104 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image 2019-01-03 11:52:36,104 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image 2019-01-03 11:52:36,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:36,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:36,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["_eyKW2_8R9-eZtImYjtJtw"], "issued_at": "2019-01-03T11:52:36.000000Z"}} 2019-01-03 11:52:36,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:36,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ac4d39-1ebc-438e-a405-65c5cb2137e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:36,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-39ac4d39-1ebc-438e-a405-65c5cb2137e4 2019-01-03 11:52:36,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:36,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-90f40078-9200-46dc-8a65-655d886e0954 Date: Thu, 03 Jan 2019 11:52:36 GMT RESP BODY: {"networks":[]} 2019-01-03 11:52:36,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-90f40078-9200-46dc-8a65-655d886e0954 2019-01-03 11:52:36,744 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net 2019-01-03 11:52:36,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net", "admin_state_up": true}}' 2019-01-03 11:52:37,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-af094696-f266-4605-834e-9cd1e4a38f48 Date: Thu, 03 Jan 2019 11:52:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:52:37Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","mtu":1450}} 2019-01-03 11:52:37,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-af094696-f266-4605-834e-9cd1e4a38f48 2019-01-03 11:52:37,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:37,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-7653b549-0e74-4d1b-9953-b8691663b2c4 Date: Thu, 03 Jan 2019 11:52:37 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":"2019-01-03T11:52:37Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:37,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-7653b549-0e74-4d1b-9953-b8691663b2c4 2019-01-03 11:52:37,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:38,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa5eeae3-2839-4c43-93bb-3c2572946c57 Date: Thu, 03 Jan 2019 11:52:38 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:52:38,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-aa5eeae3-2839-4c43-93bb-3c2572946c57 2019-01-03 11:52:38,043 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet 2019-01-03 11:52:38,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" -d '{"subnets": [{"ip_version": 4, "network_id": "a5a02cae-4c10-4ea9-b0e1-9a341f60fdca", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]}' 2019-01-03 11:52:38,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ec519963-f639-4877-8dcf-f0799fdee751 Date: Thu, 03 Jan 2019 11:52:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","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":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:38,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-ec519963-f639-4877-8dcf-f0799fdee751 2019-01-03 11:52:38,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:39,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c4a8fc3f-cfe5-4e22-9be3-0758eb9e04b4 Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:39,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-c4a8fc3f-cfe5-4e22-9be3-0758eb9e04b4 2019-01-03 11:52:39,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:52:39,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-825519be-8af6-4328-95d2-628930ab4077 Date: Thu, 03 Jan 2019 11:52:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:39,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-825519be-8af6-4328-95d2-628930ab4077 2019-01-03 11:52:39,060 - OpenStackNetwork - DEBUG - Network [a5a02cae-4c10-4ea9-b0e1-9a341f60fdca] created successfully 2019-01-03 11:52:39,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:39,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:39,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["bPTFTUNaRqSm__Yaa8zSkA"], "issued_at": "2019-01-03T11:52:39.000000Z"}} 2019-01-03 11:52:39,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:39,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e14378-5df6-4b70-817b-1a9d8ea90db1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:39,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-20e14378-5df6-4b70-817b-1a9d8ea90db1 2019-01-03 11:52:39,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:39,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ee99d072-9769-4566-9233-309548657cf0 Date: Thu, 03 Jan 2019 11:52:39 GMT RESP BODY: {"routers": []} 2019-01-03 11:52:39,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router&admin_state_up=True used request id req-ee99d072-9769-4566-9233-309548657cf0 2019-01-03 11:52:39,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:39,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:40,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["jHKEVKOQQIGSh3AZDN40BA"], "issued_at": "2019-01-03T11:52:40.000000Z"}} 2019-01-03 11:52:40,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a98aa148b9f2594249f2811da4c7910fd4b108d" 2019-01-03 11:52:40,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5496cc9a-da9e-48d3-b1f7-cbcdc37e9e58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:40,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5496cc9a-da9e-48d3-b1f7-cbcdc37e9e58 2019-01-03 11:52:40,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:40,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fe2975a6-e150-4644-8dc8-de22a2faa296 Date: Thu, 03 Jan 2019 11:52:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:52:40,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-fe2975a6-e150-4644-8dc8-de22a2faa296 2019-01-03 11:52:40,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:40,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-16893284-1188-438e-a412-b7cbfe1ea717 Date: Thu, 03 Jan 2019 11:52:40 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:52:40,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-16893284-1188-438e-a412-b7cbfe1ea717 2019-01-03 11:52:40,789 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:52:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router", "admin_state_up": true}}' 2019-01-03 11:52:45,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b366c1e8-9a55-45bd-ba6e-00d4c6a9c9fc Date: Thu, 03 Jan 2019 11:52:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:41Z", "admin_state_up": true, "updated_at": "2019-01-03T11:52:42Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "81b9a008-bcde-49b1-9bf0-90a804591872", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router"}} 2019-01-03 11:52:45,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-b366c1e8-9a55-45bd-ba6e-00d4c6a9c9fc 2019-01-03 11:52:45,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:45,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7b29ea1c-9844-4dd4-a49f-7f268285bf10 Date: Thu, 03 Jan 2019 11:52:45 GMT RESP BODY: {"ports":[]} 2019-01-03 11:52:45,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 used request id req-7b29ea1c-9844-4dd4-a49f-7f268285bf10 2019-01-03 11:52:45,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:46,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f3f7634c-ff81-41a1-949b-377c8ea7e789 Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:46,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-f3f7634c-ff81-41a1-949b-377c8ea7e789 2019-01-03 11:52:46,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:46,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:46,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d41bea68-017f-4ac9-b514-3a040e822232 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:46,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-d41bea68-017f-4ac9-b514-3a040e822232 2019-01-03 11:52:46,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:46,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4dc87de8-16a8-490c-9c69-b02d8722c4cf Date: Thu, 03 Jan 2019 11:52:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:46,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-4dc87de8-16a8-490c-9c69-b02d8722c4cf 2019-01-03 11:52:46,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:46,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2a13bfae-ec27-4c8b-8fb7-5a405ef78328 Date: Thu, 03 Jan 2019 11:52:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:46,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet used request id req-2a13bfae-ec27-4c8b-8fb7-5a405ef78328 2019-01-03 11:52:46,556 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:52:46,556 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:52:46,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" -d '{"subnet_id": "6c634e70-2998-46d9-8838-e4f95e4b432c"}' 2019-01-03 11:52:48,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-39f71443-8aa2-4921-b7b5-bf429373d63b Date: Thu, 03 Jan 2019 11:52:48 GMT RESP BODY: {"network_id": "a5a02cae-4c10-4ea9-b0e1-9a341f60fdca", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "subnet_id": "6c634e70-2998-46d9-8838-e4f95e4b432c", "subnet_ids": ["6c634e70-2998-46d9-8838-e4f95e4b432c"], "port_id": "6c7666bc-40e0-4c4c-bb29-fae9ce336d83", "id": "81b9a008-bcde-49b1-9bf0-90a804591872"} 2019-01-03 11:52:48,818 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872/add_router_interface used request id req-39f71443-8aa2-4921-b7b5-bf429373d63b 2019-01-03 11:52:48,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:49,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-dbf714fe-7715-41e0-89c1-e1366408b358 Date: Thu, 03 Jan 2019 11:52:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:41Z", "admin_state_up": true, "updated_at": "2019-01-03T11:52:47Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "81b9a008-bcde-49b1-9bf0-90a804591872", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router"}} 2019-01-03 11:52:49,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872 used request id req-dbf714fe-7715-41e0-89c1-e1366408b358 2019-01-03 11:52:49,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:49,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7d7264b2-454b-4a4c-b203-04a9cf6c5d29 Date: Thu, 03 Jan 2019 11:52:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:48Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"}]} 2019-01-03 11:52:49,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 used request id req-7d7264b2-454b-4a4c-b203-04a9cf6c5d29 2019-01-03 11:52:49,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:52:49,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c90437cb-e690-4fef-b81c-b42663fab6f5 Date: Thu, 03 Jan 2019 11:52:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","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":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}} 2019-01-03 11:52:49,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c used request id req-c90437cb-e690-4fef-b81c-b42663fab6f5 2019-01-03 11:52:49,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:49,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:49,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:52:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["5gRInTbrQjuk46FrolrdWw"], "issued_at": "2019-01-03T11:52:49.000000Z"}} 2019-01-03 11:52:49,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b409fb034bb4a47d629c83d783d0ead3840a437" 2019-01-03 11:52:49,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf103b29-c071-458e-a663-1c8119ffbec8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:49,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-bf103b29-c071-458e-a663-1c8119ffbec8 2019-01-03 11:52:49,918 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:52:49,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b409fb034bb4a47d629c83d783d0ead3840a437" 2019-01-03 11:52:50,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9528bd13-547e-4d08-baa2-9f73f310fff3 x-compute-request-id: req-9528bd13-547e-4d08-baa2-9f73f310fff3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:52:50,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-9528bd13-547e-4d08-baa2-9f73f310fff3 2019-01-03 11:52:50,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b409fb034bb4a47d629c83d783d0ead3840a437" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:52:50,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89fdd7aa-4eb1-408d-84eb-3910ae0586f7 x-compute-request-id: req-89fdd7aa-4eb1-408d-84eb-3910ae0586f7 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "123f19eb-ca22-48ab-b654-c519c463d24c", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:52:50,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-89fdd7aa-4eb1-408d-84eb-3910ae0586f7 2019-01-03 11:52:50,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:50,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:50,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["zXhtmov8TVmCNz0BggJetg"], "issued_at": "2019-01-03T11:52:50.000000Z"}} 2019-01-03 11:52:50,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b503595e5b7242ad12efe45a7f5be688ffc05b13" 2019-01-03 11:52:50,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469499d4-c4e5-401a-9cff-708edddb5c5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:50,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-469499d4-c4e5-401a-9cff-708edddb5c5e 2019-01-03 11:52:50,617 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:52:50,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b503595e5b7242ad12efe45a7f5be688ffc05b13" 2019-01-03 11:52:50,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-27e0cc0d-042a-4087-a42b-6d463ad10c7d x-compute-request-id: req-27e0cc0d-042a-4087-a42b-6d463ad10c7d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:52:50,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-27e0cc0d-042a-4087-a42b-6d463ad10c7d 2019-01-03 11:52:50,810 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp... 2019-01-03 11:52:50,810 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:52:50,845 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp 2019-01-03 11:52:50,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b503595e5b7242ad12efe45a7f5be688ffc05b13" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtbzNASyofbdfWdmgUIutWHEubrld77joptTiW8L61o3QTsqY3NGO8l0Kp+/gCuHdqhpOrtNMsblqIyZM6qR4ti0HPegrLpSPZ2W/JV6GzYwkC6s4RAgnp2AUHfe/a8iXqNE8Y9Z9L4DIj5cNmPM0wDe1Nje7MW/Fsbxx7UI+3TQ==", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp"}}' 2019-01-03 11:52:50,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e10d6b8-4260-4423-98b8-3c8054d176a6 x-compute-request-id: req-3e10d6b8-4260-4423-98b8-3c8054d176a6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCtbzNASyofbdfWdmgUIutWHEubrld77joptTiW8L61o3QTsqY3NGO8l0Kp+/gCuHdqhpOrtNMsblqIyZM6qR4ti0HPegrLpSPZ2W/JV6GzYwkC6s4RAgnp2AUHfe/a8iXqNE8Y9Z9L4DIj5cNmPM0wDe1Nje7MW/Fsbxx7UI+3TQ==", "user_id": "ec16ff3500b74c11856466c7f88c068c", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "fingerprint": "7a:60:9a:21:0b:a9:e4:6f:0d:fd:78:f9:51:c0:7d:cf"}} 2019-01-03 11:52:50,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3e10d6b8-4260-4423-98b8-3c8054d176a6 2019-01-03 11:52:50,999 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24.pub 2019-01-03 11:52:51,000 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24 2019-01-03 11:52:51,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:51,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:51,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["nQvp0gU4TVCgCx0chFRXcA"], "issued_at": "2019-01-03T11:52:51.000000Z"}} 2019-01-03 11:52:51,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:51,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988fcedb-5f63-4f8c-ae6b-71c18fb71373 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:51,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-988fcedb-5f63-4f8c-ae6b-71c18fb71373 2019-01-03 11:52:51,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:51,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2e681556-868d-4403-974f-1f5479952669 Date: Thu, 03 Jan 2019 11:52:51 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:52:51,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp used request id req-2e681556-868d-4403-974f-1f5479952669 2019-01-03 11:52:51,634 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp... 2019-01-03 11:52:51,635 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp 2019-01-03 11:52:51,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}}' 2019-01-03 11:52:52,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-c0b341e6-9a3b-4436-bea2-a3508a032cb4 Date: Thu, 03 Jan 2019 11:52:52 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 2, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}} 2019-01-03 11:52:52,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-c0b341e6-9a3b-4436-bea2-a3508a032cb4 2019-01-03 11:52:52,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:52,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a49178f7-131e-4347-88ff-aea868965675 Date: Thu, 03 Jan 2019 11:52: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": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:52,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-a49178f7-131e-4347-88ff-aea868965675 2019-01-03 11:52:52,200 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:52,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:52,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9aaec388-df82-44de-8c40-94d5036bf641 Date: Thu, 03 Jan 2019 11:52: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": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:52,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-9aaec388-df82-44de-8c40-94d5036bf641 2019-01-03 11:52:52,420 - neutron_utils - INFO - Retrieving security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:52,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:52,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-dd85a4ad-030e-40e8-99a0-f14b7b0e50bd Date: Thu, 03 Jan 2019 11:52:52 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 2, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]} 2019-01-03 11:52:52,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 used request id req-dd85a4ad-030e-40e8-99a0-f14b7b0e50bd 2019-01-03 11:52:52,629 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:52,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:52,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8449116b-44fe-4940-88a0-64d9edfbaf86 Date: Thu, 03 Jan 2019 11:52: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": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:52,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-8449116b-44fe-4940-88a0-64d9edfbaf86 2019-01-03 11:52:52,808 - neutron_utils - INFO - Retrieving security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:53,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9f0f8002-6b3f-4706-b59c-b27d2a15e2e0 Date: Thu, 03 Jan 2019 11:52:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 2, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]} 2019-01-03 11:52:53,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 used request id req-9f0f8002-6b3f-4706-b59c-b27d2a15e2e0 2019-01-03 11:52:53,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:53,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:53,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-421d357c-d0a2-4c06-804b-2680c7876283 Date: Thu, 03 Jan 2019 11:52: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": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:53,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-421d357c-d0a2-4c06-804b-2680c7876283 2019-01-03 11:52:53,191 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp 2019-01-03 11:52:53,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:53,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-4d0991c2-7ce7-4eb9-b7c9-ee8d185c3f30 Date: Thu, 03 Jan 2019 11:52:53 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 2, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]} 2019-01-03 11:52:53,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp used request id req-4d0991c2-7ce7-4eb9-b7c9-ee8d185c3f30 2019-01-03 11:52:53,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:53,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:53,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:53,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee79320-efa9-40af-adde-79402e6969a6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:53,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-3ee79320-efa9-40af-adde-79402e6969a6 2019-01-03 11:52:53,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:53,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:53,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8880f5b7-46c1-4aba-9307-9e0e1596e88d Date: Thu, 03 Jan 2019 11:52: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": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:53,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-8880f5b7-46c1-4aba-9307-9e0e1596e88d 2019-01-03 11:52:53,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "995aeac7-993a-451b-b496-055d62275482"}}' 2019-01-03 11:52:53,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9d40e2de-b423-44af-b184-fefa03a1dc63 Date: Thu, 03 Jan 2019 11:52:53 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": "2019-01-03T11:52:53Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:53Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "65c688fb-c4db-4e0f-9a39-f6d3d1c2950f"}} 2019-01-03 11:52:53,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-9d40e2de-b423-44af-b184-fefa03a1dc63 2019-01-03 11:52:53,824 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp 2019-01-03 11:52:53,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:54,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-140cb59e-608a-41ca-be41-a72daa45d4e3 Date: Thu, 03 Jan 2019 11:52:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:53Z", "revision_number": 0, "id": "65c688fb-c4db-4e0f-9a39-f6d3d1c2950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:53Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 3, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]} 2019-01-03 11:52:54,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp used request id req-140cb59e-608a-41ca-be41-a72daa45d4e3 2019-01-03 11:52:54,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:54,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1708d3-b9f6-413e-9196-e45c10f34486 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:54,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-5d1708d3-b9f6-413e-9196-e45c10f34486 2019-01-03 11:52:54,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:54,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-05f17c52-21fa-4c63-8a24-447685ca0b67 Date: Thu, 03 Jan 2019 11:52:54 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": "2019-01-03T11:52:53Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:53Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "65c688fb-c4db-4e0f-9a39-f6d3d1c2950f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:54,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-05f17c52-21fa-4c63-8a24-447685ca0b67 2019-01-03 11:52:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "995aeac7-993a-451b-b496-055d62275482"}}' 2019-01-03 11:52:54,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-ff96367e-9db6-449d-b6b0-4f3458a2641e Date: Thu, 03 Jan 2019 11:52:54 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": "2019-01-03T11:52:54Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": 22, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:54Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "004de122-f4d0-47f7-8a60-6dacbddf6189"}} 2019-01-03 11:52:54,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-ff96367e-9db6-449d-b6b0-4f3458a2641e 2019-01-03 11:52:54,458 - neutron_utils - INFO - Retrieving security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:54,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:54,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-6d8fa8b4-bccd-4971-8dae-a8bd266a0764 Date: Thu, 03 Jan 2019 11:52:54 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "updated_at": "2019-01-03T11:52:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:52:54Z", "revision_number": 0, "id": "004de122-f4d0-47f7-8a60-6dacbddf6189", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:54Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:53Z", "revision_number": 0, "id": "65c688fb-c4db-4e0f-9a39-f6d3d1c2950f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:53Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "965ef1bf-e236-43ca-9515-52eb9568b862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "revision_number": 0, "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 4, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "995aeac7-993a-451b-b496-055d62275482", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]} 2019-01-03 11:52:54,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=995aeac7-993a-451b-b496-055d62275482 used request id req-6d8fa8b4-bccd-4971-8dae-a8bd266a0764 2019-01-03 11:52:54,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 995aeac7-993a-451b-b496-055d62275482 2019-01-03 11:52:54,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:52:54,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ea61d66f-b53f-40a0-9346-62f331820489 Date: Thu, 03 Jan 2019 11:52:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:52:54Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": 22, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:54Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "004de122-f4d0-47f7-8a60-6dacbddf6189"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:53Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:53Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "65c688fb-c4db-4e0f-9a39-f6d3d1c2950f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "965ef1bf-e236-43ca-9515-52eb9568b862"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:51Z", "security_group_id": "995aeac7-993a-451b-b496-055d62275482", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:51Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "f078724e-ce08-4871-83a6-9eef37d1cbe2"}]} 2019-01-03 11:52:54,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=995aeac7-993a-451b-b496-055d62275482 used request id req-ea61d66f-b53f-40a0-9346-62f331820489 2019-01-03 11:52:54,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:54,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:55,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["uA2-i1FiSmO8cfuypGZyug"], "issued_at": "2019-01-03T11:52:55.000000Z"}} 2019-01-03 11:52:55,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:55,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf215af-0e4f-496e-823e-7e70c1b1ab12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:55,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-edf215af-0e4f-496e-823e-7e70c1b1ab12 2019-01-03 11:52:55,209 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:52:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:55,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-905b5f87-db5b-4059-ac04-f5ff7fd94cbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:55,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-905b5f87-db5b-4059-ac04-f5ff7fd94cbf 2019-01-03 11:52:55,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:55,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a827e3d0-ae73-4277-bb74-9bf114cd6bdb Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:55,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-a827e3d0-ae73-4277-bb74-9bf114cd6bdb 2019-01-03 11:52:55,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:55,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:55,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e9769eb-2724-42a0-b549-4de9e2709734 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:55,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-3e9769eb-2724-42a0-b549-4de9e2709734 2019-01-03 11:52:55,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:55,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d29e6c8b-7799-47b5-a1be-0e781d699858 Date: Thu, 03 Jan 2019 11:52:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:55,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-d29e6c8b-7799-47b5-a1be-0e781d699858 2019-01-03 11:52:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-999d6617-971a-4114-82ff-e91dd4ec1843 Date: Thu, 03 Jan 2019 11:52:56 GMT RESP BODY: {"ports":[]} 2019-01-03 11:52:56,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True used request id req-999d6617-971a-4114-82ff-e91dd4ec1843 2019-01-03 11:52:56,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52: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-5235095c-4b8b-4afd-bb54-54e1a28cbfd7 x-compute-request-id: req-5235095c-4b8b-4afd-bb54-54e1a28cbfd7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:52:56,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst used request id req-5235095c-4b8b-4afd-bb54-54e1a28cbfd7 2019-01-03 11:52:56,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f4cb6b8f-0836-45b3-ace8-3bce9d479a49 Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:56,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-f4cb6b8f-0836-45b3-ace8-3bce9d479a49 2019-01-03 11:52:56,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711df71d-6aa9-4f4c-904c-9cad8629fc0c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:56,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-711df71d-6aa9-4f4c-904c-9cad8629fc0c 2019-01-03 11:52:56,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fe3dfea0-9ef2-4ab1-ae86-4a8dda76bfeb Date: Thu, 03 Jan 2019 11:52:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:56,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-fe3dfea0-9ef2-4ab1-ae86-4a8dda76bfeb 2019-01-03 11:52:56,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:56,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17d32939-ff68-4730-ba20-1fb7f8926912 Date: Thu, 03 Jan 2019 11:52:56 GMT RESP BODY: {"ports":[]} 2019-01-03 11:52:56,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True used request id req-17d32939-ff68-4730-ba20-1fb7f8926912 2019-01-03 11:52:56,987 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:52:56,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:52:57,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7321f30c011c4215a08b505707bc701f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role"}], "expires_at": "2019-01-03T12:52:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "968dfc2695514e84b96a05d9afbd913f", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/968dfc2695514e84b96a05d9afbd913f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-user", "id": "ec16ff3500b74c11856466c7f88c068c"}, "audit_ids": ["77v9M17IR360rmJ2q9fCzw"], "issued_at": "2019-01-03T11:52:57.000000Z"}} 2019-01-03 11:52:57,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a56f1257301bf0abb401a3bdde5102a912675be" 2019-01-03 11:52:57,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c12f79-01fd-46ea-bc07-1d777f1933d3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:52:57,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d1c12f79-01fd-46ea-bc07-1d777f1933d3 2019-01-03 11:52:57,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:57,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c86eb349-a7f6-4418-9df1-325a4b77ded8 Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:57,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-c86eb349-a7f6-4418-9df1-325a4b77ded8 2019-01-03 11:52:57,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:57,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8f74988a-0251-424c-932a-256b51b182f3 Date: Thu, 03 Jan 2019 11:52:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:57,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-8f74988a-0251-424c-932a-256b51b182f3 2019-01-03 11:52:57,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:58,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ab9a2fba-bfaa-4dd2-991e-731f82beca10 Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:58,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-ab9a2fba-bfaa-4dd2-991e-731f82beca10 2019-01-03 11:52:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:52:58,348 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:52: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:52:58,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a56f1257301bf0abb401a3bdde5102a912675be" 2019-01-03 11:52:58,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5540b5e2-2857-441f-a981-73bdec21b217 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:58,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-5540b5e2-2857-441f-a981-73bdec21b217 2019-01-03 11:52:58,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:58,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9bde8a55-fbce-4836-9c82-0cf6a3887cf0 Date: Thu, 03 Jan 2019 11:52:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:52:58,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-9bde8a55-fbce-4836-9c82-0cf6a3887cf0 2019-01-03 11:52:58,496 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net 2019-01-03 11:52:58,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" -d '{"port": {"network_id": "a5a02cae-4c10-4ea9-b0e1-9a341f60fdca", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1", "admin_state_up": true}}' 2019-01-03 11:52:59,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-e3160c40-e060-4b86-96e3-4e2127f07965 Date: Thu, 03 Jan 2019 11:52:59 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51"],"mac_address":"fa:16:3e:63:ce:30","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","project_id":"968dfc2695514e84b96a05d9afbd913f","qos_policy_id":null,"admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal"}} 2019-01-03 11:52:59,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e3160c40-e060-4b86-96e3-4e2127f07965 2019-01-03 11:52:59,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:59,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0d8f42d5-8115-4e74-94e5-f2a71f5b93fd Date: Thu, 03 Jan 2019 11:52: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:52:59,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-0d8f42d5-8115-4e74-94e5-f2a71f5b93fd 2019-01-03 11:52:59,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:52:59,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a81fbc-5931-4b76-8663-c2af00c16068 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:52:59,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-a1a81fbc-5931-4b76-8663-c2af00c16068 2019-01-03 11:52:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-18a215dc-f370-42a8-95a8-da113e03ee26 Date: Thu, 03 Jan 2019 11:53:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:00,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-18a215dc-f370-42a8-95a8-da113e03ee26 2019-01-03 11:53:00,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-8aa2551d-32de-4a16-b653-7a731adaabca Date: Thu, 03 Jan 2019 11:53:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:53:00,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1&admin_state_up=True used request id req-8aa2551d-32de-4a16-b653-7a731adaabca 2019-01-03 11:53:00,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf4c4e9-1738-4962-b937-c2b10845f568 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:00,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-8cf4c4e9-1738-4962-b937-c2b10845f568 2019-01-03 11:53:00,413 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst 2019-01-03 11:53:00,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-f5715811-1175-402b-8558-c95a21718bd2 x-compute-request-id: req-f5715811-1175-402b-8558-c95a21718bd2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-flavor-name"}]} 2019-01-03 11:53:00,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f5715811-1175-402b-8558-c95a21718bd2 2019-01-03 11:53:00,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-250d67af-5bee-43ec-b098-f3d77941d5be x-compute-request-id: req-250d67af-5bee-43ec-b098-f3d77941d5be Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "123f19eb-ca22-48ab-b654-c519c463d24c", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:53:00,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c used request id req-250d67af-5bee-43ec-b098-f3d77941d5be 2019-01-03 11:53:00,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-ba808048-88a0-47a0-9c70-6e6e14a6c36c Date: Thu, 03 Jan 2019 11:53:00 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:52:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:52:35Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "metadata": {}}], "self": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "min_disk": 0, "protected": false, "id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "file": "/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "968dfc2695514e84b96a05d9afbd913f", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7dd94cda-4b62-413a-963e-884e1e2d88e3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image"} 2019-01-03 11:53:00,646 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image used request id req-ba808048-88a0-47a0-9c70-6e6e14a6c36c 2019-01-03 11:53:00,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:00,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cffbcbde-a8a6-437c-9c41-edaac44d9c1b Date: Thu, 03 Jan 2019 11:53: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"}}} 2019-01-03 11:53:00,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-cffbcbde-a8a6-437c-9c41-edaac44d9c1b 2019-01-03 11:53:00,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "imageRef": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "flavorRef": "123f19eb-ca22-48ab-b654-c519c463d24c", "max_count": 1, "min_count": 1, "networks": [{"port": "3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}]}}' 2019-01-03 11:53:03,191 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:53: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-5f051070-0242-4fdb-8a3a-fce6542c95c3 x-compute-request-id: req-5f051070-0242-4fdb-8a3a-fce6542c95c3 Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "adminPass": "bsZFd3uzitNT"}} 2019-01-03 11:53:03,191 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5f051070-0242-4fdb-8a3a-fce6542c95c3 2019-01-03 11:53:03,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:03,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-0415222a-88a0-4874-9c83-d7970eff85ad x-compute-request-id: req-0415222a-88a0-4874-9c83-d7970eff85ad 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.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:53:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:03,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-0415222a-88a0-4874-9c83-d7970eff85ad 2019-01-03 11:53:03,554 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst 2019-01-03 11:53:03,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:03,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-48e9a902-b65a-42a8-a095-6395be259711 x-compute-request-id: req-48e9a902-b65a-42a8-a095-6395be259711 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.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:53:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:03,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-48e9a902-b65a-42a8-a095-6395be259711 2019-01-03 11:53:03,775 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - BUILD 2019-01-03 11:53:03,775 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:53:06,778 - create_instance - DEBUG - VM status query timeout in 896.776178837 2019-01-03 11:53:06,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:07,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04748f13-b7e2-43bc-a525-cff5463281a0 x-compute-request-id: req-04748f13-b7e2-43bc-a525-cff5463281a0 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.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:53:04Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:07,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-04748f13-b7e2-43bc-a525-cff5463281a0 2019-01-03 11:53:07,260 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - BUILD 2019-01-03 11:53:07,260 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:53:10,264 - create_instance - DEBUG - VM status query timeout in 893.290813923 2019-01-03 11:53:10,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-d47d54ea-9ef2-41bb-8f3e-2b9e8459711e x-compute-request-id: req-d47d54ea-9ef2-41bb-8f3e-2b9e8459711e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:11,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-d47d54ea-9ef2-41bb-8f3e-2b9e8459711e 2019-01-03 11:53:11,120 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:11,120 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:53:11,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3aad2fe-60fe-4c2d-91ba-205f9007095e x-compute-request-id: req-c3aad2fe-60fe-4c2d-91ba-205f9007095e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:11,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-c3aad2fe-60fe-4c2d-91ba-205f9007095e 2019-01-03 11:53:11,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-58bd01af-e6ec-4308-a038-a1621e3d3b2b Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:11,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-58bd01af-e6ec-4308-a038-a1621e3d3b2b 2019-01-03 11:53:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ac132e-fb00-4120-ab34-4adc0f9a313b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:11,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-a7ac132e-fb00-4120-ab34-4adc0f9a313b 2019-01-03 11:53:11,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-69249725-f7b7-4eab-9206-aa7bd354e2e4 Date: Thu, 03 Jan 2019 11:53:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:11,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-69249725-f7b7-4eab-9206-aa7bd354e2e4 2019-01-03 11:53:11,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:11,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-55612491-ab95-45f1-9502-643f8e7d06b2 Date: Thu, 03 Jan 2019 11:53:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:11,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-55612491-ab95-45f1-9502-643f8e7d06b2 2019-01-03 11:53:11,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:12,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bd9ec11-32ee-4e4e-87e4-c13ed14c2a61 x-compute-request-id: req-5bd9ec11-32ee-4e4e-87e4-c13ed14c2a61 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:12,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-5bd9ec11-32ee-4e4e-87e4-c13ed14c2a61 2019-01-03 11:53:12,454 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:12,455 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:53:12,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:12,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-69b15065-a2ff-4067-802b-e3109c77e5a4 x-compute-request-id: req-69b15065-a2ff-4067-802b-e3109c77e5a4 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:12,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-69b15065-a2ff-4067-802b-e3109c77e5a4 2019-01-03 11:53:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:13,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-341c33b0-c0ea-4d41-ac33-db9cc163f386 Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:13,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-341c33b0-c0ea-4d41-ac33-db9cc163f386 2019-01-03 11:53:13,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:13,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e62b2b-91b9-4d9c-abe9-6e8ae222f1a6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:13,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-b3e62b2b-91b9-4d9c-abe9-6e8ae222f1a6 2019-01-03 11:53:13,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:13,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-355d79a6-f617-4360-b715-dcfe1106ea90 Date: Thu, 03 Jan 2019 11:53:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:13,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-355d79a6-f617-4360-b715-dcfe1106ea90 2019-01-03 11:53:13,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:13,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6052a4bc-3ffb-4849-bc00-a7386e16ddd8 Date: Thu, 03 Jan 2019 11:53:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:13,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-6052a4bc-3ffb-4849-bc00-a7386e16ddd8 2019-01-03 11:53:13,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}}' 2019-01-03 11:53:14,499 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f012b4d-062d-4bdd-bef1-5d0c006f84e8 x-compute-request-id: req-0f012b4d-062d-4bdd-bef1-5d0c006f84e8 Content-Length: 0 Content-Type: application/json 2019-01-03 11:53:14,499 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3/action used request id req-0f012b4d-062d-4bdd-bef1-5d0c006f84e8 2019-01-03 11:53:14,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:14,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-43a2cf56-afc5-4f33-8b49-2ab35d696920 Date: Thu, 03 Jan 2019 11:53:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:41Z", "admin_state_up": true, "updated_at": "2019-01-03T11:52:47Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "81b9a008-bcde-49b1-9bf0-90a804591872", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router"}]} 2019-01-03 11:53:14,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router used request id req-43a2cf56-afc5-4f33-8b49-2ab35d696920 2019-01-03 11:53:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:14,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7840de4d-62fc-4eb0-a0c3-6952c522a0d7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:14,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-7840de4d-62fc-4eb0-a0c3-6952c522a0d7 2019-01-03 11:53:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:14,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-7e8e1bec-1f83-49df-b01e-8904ab8a27fa Date: Thu, 03 Jan 2019 11:53:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"}]} 2019-01-03 11:53:14,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=81b9a008-bcde-49b1-9bf0-90a804591872 used request id req-7e8e1bec-1f83-49df-b01e-8904ab8a27fa 2019-01-03 11:53:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:14,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-94a3bc95-8318-4498-94f6-5fa9d25ad32c Date: Thu, 03 Jan 2019 11:53:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","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":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}} 2019-01-03 11:53:14,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c used request id req-94a3bc95-8318-4498-94f6-5fa9d25ad32c 2019-01-03 11:53:14,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:15,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8bf601d8-6d5d-4b3a-a311-9f7370c19991 Date: Thu, 03 Jan 2019 11:53:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:53:15,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-8bf601d8-6d5d-4b3a-a311-9f7370c19991 2019-01-03 11:53:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:15,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-99f49dc6-25da-4c55-b8a3-c73d19b8b489 Date: Thu, 03 Jan 2019 11:53:15 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:53:15,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-99f49dc6-25da-4c55-b8a3-c73d19b8b489 2019-01-03 11:53:15,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:15,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-816bc6b9-78ba-4269-9498-48512c4f3d66 x-compute-request-id: req-816bc6b9-78ba-4269-9498-48512c4f3d66 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:15,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-816bc6b9-78ba-4269-9498-48512c4f3d66 2019-01-03 11:53:15,703 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:15,703 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:53:15,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:16,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-de0a9a37-d03b-4f87-a8ef-9025b36fc3ef x-compute-request-id: req-de0a9a37-d03b-4f87-a8ef-9025b36fc3ef Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:16,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-de0a9a37-d03b-4f87-a8ef-9025b36fc3ef 2019-01-03 11:53:16,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:16,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8960eaea-1d55-4a52-af83-f772803aab80 Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:16,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-8960eaea-1d55-4a52-af83-f772803aab80 2019-01-03 11:53:16,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:16,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597da7b5-c29e-4dc6-9afc-78ced4f23ee1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:16,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-597da7b5-c29e-4dc6-9afc-78ced4f23ee1 2019-01-03 11:53:16,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:16,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-07fff218-3b05-4e69-bbc9-51d7fd33aabd Date: Thu, 03 Jan 2019 11:53:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:16,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-07fff218-3b05-4e69-bbc9-51d7fd33aabd 2019-01-03 11:53:16,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:16,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2eed17de-a86a-4884-a238-85b01805ec0b Date: Thu, 03 Jan 2019 11:53:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:14Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51","995aeac7-993a-451b-b496-055d62275482"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:16,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-2eed17de-a86a-4884-a238-85b01805ec0b 2019-01-03 11:53:16,777 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:53:16,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:17,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e5e4d54f-7ad3-4a5f-8ab6-9eec38d67284 Date: Thu, 03 Jan 2019 11:53:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:53:17,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-e5e4d54f-7ad3-4a5f-8ab6-9eec38d67284 2019-01-03 11:53:17,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:17,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-11c32584-d46a-45c6-86cd-f1244337878d Date: Thu, 03 Jan 2019 11:53:17 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:53:17,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-11c32584-d46a-45c6-86cd-f1244337878d 2019-01-03 11:53:17,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53"}}' 2019-01-03 11:53:19,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-9b6a82c4-224b-4856-9f29-829f71d5fdcf Date: Thu, 03 Jan 2019 11:53:19 GMT RESP BODY: {"floatingip": {"router_id": "81b9a008-bcde-49b1-9bf0-90a804591872", "status": "DOWN", "description": "", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:53:17Z", "updated_at": "2019-01-03T11:53:17Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "968dfc2695514e84b96a05d9afbd913f", "port_id": "3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53", "id": "693bb7b0-dee8-45e3-bc26-28b4e9984cdf"}} 2019-01-03 11:53:19,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-9b6a82c4-224b-4856-9f29-829f71d5fdcf 2019-01-03 11:53:19,753 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:53:19,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:20,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72beef9e-cc52-4986-8fca-0197bcc3799f x-compute-request-id: req-72beef9e-cc52-4986-8fca-0197bcc3799f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:20,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-72beef9e-cc52-4986-8fca-0197bcc3799f 2019-01-03 11:53:20,224 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:20,224 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:53:20,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:20,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f25ba98-0ea0-4507-99fb-5920ad57f434 x-compute-request-id: req-8f25ba98-0ea0-4507-99fb-5920ad57f434 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:20,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-8f25ba98-0ea0-4507-99fb-5920ad57f434 2019-01-03 11:53:20,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:20,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a18c033c-9c47-4f60-93ce-42a04190dd92 Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:20,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-a18c033c-9c47-4f60-93ce-42a04190dd92 2019-01-03 11:53:20,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:21,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3451e81c-9f96-4051-8d94-c45c126ebb5a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:21,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-3451e81c-9f96-4051-8d94-c45c126ebb5a 2019-01-03 11:53:21,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:21,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3d4a4c40-8ac2-4f3f-a3af-fd05a8f88e2b Date: Thu, 03 Jan 2019 11:53:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:21,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-3d4a4c40-8ac2-4f3f-a3af-fd05a8f88e2b 2019-01-03 11:53:21,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:21,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-909fc7fc-39cd-4e77-a718-abb264071ae2 Date: Thu, 03 Jan 2019 11:53:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:14Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51","995aeac7-993a-451b-b496-055d62275482"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:21,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-909fc7fc-39cd-4e77-a718-abb264071ae2 2019-01-03 11:53:21,184 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2019-01-03 11:53:21,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:21,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-436e0fbf-2503-46bc-ab78-8dd10fced812 x-compute-request-id: req-436e0fbf-2503-46bc-ab78-8dd10fced812 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:21,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-436e0fbf-2503-46bc-ab78-8dd10fced812 2019-01-03 11:53:21,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:53:22,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e32cd91-b71c-4c79-a0fd-b659f5e4ff3b x-compute-request-id: req-1e32cd91-b71c-4c79-a0fd-b659f5e4ff3b Content-Encoding: gzip Content-Length: 9619 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 565311708 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.125066] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.126682] pid_max: default: 32768 minimum: 301\n[ 0.127553] ACPI: Core revision 20150930\n[ 0.128921] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.130209] Security Framework initialized\n[ 0.131007] Yama: becoming mindful.\n[ 0.131717] AppArmor: AppArmor initialized\n[ 0.132560] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.133816] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.135045] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.136221] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137554] Initializing cgroup subsys io\n[ 0.138355] Initializing cgroup subsys memory\n[ 0.139200] Initializing cgroup subsys devices\n[ 0.140053] Initializing cgroup subsys freezer\n[ 0.140909] Initializing cgroup subsys net_cls\n[ 0.141757] Initializing cgroup subsys perf_event\n[ 0.142648] Initializing cgroup subsys net_prio\n[ 0.143511] Initializing cgroup subsys hugetlb\n[ 0.144370] Initializing cgroup subsys pids\n[ 0.145230] CPU: Physical Processor ID: 0\n[ 0.146707] mce: CPU supports 10 MCE banks\n[ 0.147536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.148522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.150777] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.157191] ftrace: allocating 31920 entries in 125 pages\n[ 0.183483] smpboot: Max logical packages: 2\n[ 0.184356] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.185525] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.186843] x2apic enabled\n[ 0.187643] Switched APIC routing to physical x2apic.\n[ 0.189379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.190577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.192676] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.194560] KVM setup paravirtual spinlock\n[ 0.195963] x86: Booting SMP configuration:\n[ 0.196841] .... node #0, CPUs: #1\n[ 0.197713] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.219362] x86: Booted up 1 node, 2 CPUs\n[ 0.219365] KVM setup async PF for cpu 1\n[ 0.219367] kvm-stealtime: cpu 1, msr f90d940\n[ 0.221912] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.223384] devtmpfs: initialized\n[ 0.225076] evm: security.selinux\n[ 0.225756] evm: security.SMACK64\n[ 0.226435] evm: security.SMACK64EXEC\n[ 0.227163] evm: security.SMACK64TRANSMUTE\n[ 0.227962] evm: security.SMACK64MMAP\n[ 0.228688] evm: security.ima\n[ 0.229319] evm: security.capability\n[ 0.230137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231982] pinctrl core: initialized pinctrl subsystem\n[ 0.233064] RTC time: 11:53:08, date: 01/03/19\n[ 0.234012] NET: Registered protocol family 16\n[ 0.244017] cpuidle: using governor ladder\n[ 0.256062] cpuidle: using governor menu\n[ 0.256863] PCCT header not found.\n[ 0.257626] ACPI: bus type PCI registered\n[ 0.258418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259671] PCI: Using configuration type 1 for base access\n[ 0.273074] ACPI: Added _OSI(Module Device)\n[ 0.273918] ACPI: Added _OSI(Processor Device)\n[ 0.274767] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.275648] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.277992] ACPI: Interpreter enabled\n[ 0.278739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.280671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.282720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.284800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.286824] ACPI: (supports S0 S5)\n[ 0.287612] ACPI: Using IOAPIC for interrupt routing\n[ 0.288685] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292862] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294561] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.296419] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298221] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301478] acpiphp: Slot [3] registered\n[ 0.302606] acpiphp: Slot [4] registered\n[ 0.303620] acpiphp: Slot [5] registered\n[ 0.304533] acpiphp: Slot [6] registered\n[ 0.305428] acpiphp: Slot [7] registered\n[ 0.306317] acpiphp: Slot [8] registered\n[ 0.307234] acpiphp: Slot [9] registered\n[ 0.308149] acpiphp: Slot [10] registered\n[ 0.319015] acpiphp: Slot [11] registered\n[ 0.320022] acpiphp: Slot [12] registered\n[ 0.320914] acpiphp: Slot [13] registered\n[ 0.321821] acpiphp: Slot [14] registered\n[ 0.322806] acpiphp: Slot [15] registered\n[ 0.323832] acpiphp: Slot [16] registered\n[ 0.324867] acpiphp: Slot [17] registered\n[ 0.325980] acpiphp: Slot [18] registered\n[ 0.327099] acpiphp: Slot [19] registered\n[ 0.328228] acpiphp: Slot [20] registered\n[ 0.329181] acpiphp: Slot [21] registered\n[ 0.330161] acpiphp: Slot [22] registered\n[ 0.331096] acpiphp: Slot [23] registered\n[ 0.332064] acpiphp: Slot [24] registered\n[ 0.332991] acpiphp: Slot [25] registered\n[ 0.333897] acpiphp: Slot [26] registered\n[ 0.335029] acpiphp: Slot [27] registered\n[ 0.336227] acpiphp: Slot [28] registered\n[ 0.337435] acpiphp: Slot [29] registered\n[ 0.338568] acpiphp: Slot [30] registered\n[ 0.339597] acpiphp: Slot [31] registered\n[ 0.340580] PCI host bridge to bus 0000:00\n[ 0.341547] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343196] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346744] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348525] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354788] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356293] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357651] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359125] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367348] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.414746] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.416376] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418040] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.420331] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.421824] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.423244] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.424427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.426435] vgaarb: loaded\n[ 0.427191] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428511] SCSI subsystem initialized\n[ 0.429520] ACPI: bus type USB registered\n[ 0.430455] usbcore: registered new interface driver usbfs\n[ 0.431691] usbcore: registered new interface driver hub\n[ 0.432902] usbcore: registered new device driver usb\n[ 0.434307] PCI: Using ACPI for IRQ routing\n[ 0.435517] NetLabel: Initializing\n[ 0.436350] NetLabel: domain hash size = 128\n[ 0.437444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.438541] NetLabel: unlabeled traffic allowed by default\n[ 0.439860] clocksource: Switched to clocksource kvm-clock\n[ 0.445875] AppArmor: AppArmor Filesystem Enabled\n[ 0.446923] pnp: PnP ACPI init\n[ 0.447960] pnp: PnP ACPI: found 5 devices\n[ 0.455221] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457247] NET: Registered protocol family 2\n[ 0.458444] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.460244] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.461568] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.462931] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464386] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465854] NET: Registered protocol family 1\n[ 0.466871] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468287] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469661] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488403] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507806] Trying to unpack rootfs image as initramfs...\n[ 0.558484] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572796] Scanning for low memory corruption every 60 seconds\n[ 0.574212] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.575334] audit: initializing netlink subsys (disabled)\n[ 0.576358] audit: type=2000 audit(1546516389.188:1): initialized\n[ 0.577671] Initialise system trusted keyring\n[ 0.578644] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579794] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581895] zbud: loaded\n[ 0.582645] VFS: Disk quotas dquot_6.6.0\n[ 0.583460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.585027] fuse init (API version 7.23)\n[ 0.585961] Key type big_key registered\n[ 0.586751] Allocating IMA MOK and blacklist keyrings.\n[ 0.588024] Key type asymmetric registered\n[ 0.588835] Asymmetric key parser 'x509' registered\n[ 0.589779] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.591260] io scheduler noop registered\n[ 0.592052] io scheduler deadline registered (default)\n[ 0.593034] io scheduler cfq registered\n[ 0.593860] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.594893] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.596142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.597575] ACPI: Power Button [PWRF]\n[ 0.598445] GHES: HEST is not enabled!\n[ 0.616657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654866] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685167] Linux agpgart interface v0.103\n[ 0.688293] brd: module loaded\n[ 0.689678] loop: module loaded\n[ 0.694617] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.696066] GPT:90111 != 20971519\n[ 0.696756] GPT:Alternate GPT header not at the end of the disk.\n[ 0.697829] GPT:90111 != 20971519\n[ 0.698505] GPT: Use GNU Parted to correct GPT errors.\n[ 0.699458] vda: vda1 vda15\n[ 0.701022] scsi host0: ata_piix\n[ 0.701776] scsi host1: ata_piix\n[ 0.702480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.703674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.704942] libphy: Fixed MDIO Bus: probed\n[ 0.705811] tun: Universal TUN/TAP device driver, 1.6\n[ 0.706823] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.709012] PPP generic driver version 2.4.2\n[ 0.710178] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.711659] ehci-pci: EHCI PCI platform driver\n[ 0.712627] ehci-platform: EHCI generic platform driver\n[ 0.713772] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.715015] ohci-pci: OHCI PCI platform driver\n[ 0.716007] ohci-platform: OHCI generic platform driver\n[ 0.717124] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.736546] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.737664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.739292] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.740431] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.741720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.743095] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.744711] usb usb1: Product: UHCI Host Controller\n[ 0.745755] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.747111] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.748225] hub 1-0:1.0: USB hub found\n[ 0.749084] hub 1-0:1.0: 2 ports detected\n[ 0.750161] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752557] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.753613] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754826] mousedev: PS/2 mouse device common for all mice\n[ 0.756246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.758371] rtc_cmos 00:00: RTC can wake from S4\n[ 0.759643] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.761017] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.762369] i2c /dev entries driver\n[ 0.763238] device-mapper: uevent: version 1.0.3\n[ 0.764346] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.766211] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.767858] NET: Registered protocol family 10\n[ 0.769148] NET: Registered protocol family 17\n[ 0.770166] Key type dns_resolver registered\n[ 0.771287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.772685] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.773863] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.776026] registered taskstats version 1\n[ 0.776995] Loading compiled-in X.509 certificates\n[ 0.778525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.780661] zswap: loaded using pool lzo/zbud\n[ 0.782398] Key type trusted registered\n[ 0.784389] Key type encrypted registered\n[ 0.785295] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.786443] ima: No TPM chip found, activating TPM-bypass!\n[ 0.787605] evm: HMAC attrs: 0x1\n[ 0.788648] Magic number: 3:697:882\n[ 0.789598] rtc_cmos 00:00: setting system clock to 2019-01-03 11:53:09 UTC (1546516389)\n[ 0.801754] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.803022] EDD information not available.\n[ 0.861288] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.862984] Write protecting the kernel read-only data: 14336k\n[ 0.864732] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\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.179376] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.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.14. iid=i-00000101\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOTc9Jbp5W7JQKYzfK45PIUo6+6ht7IYkJvoPGxMWsZvK5MoaX/SXRbiNBK6V03NeiW5/pU+QxTLvwmH16nIsvmpRt7GDUx4dyG6mVhaoPbTF1UEKfRAmnnRJ9+TOkDnKBHQuPNP8DMV0ZpwwlrCa3jt6eBDQR/VjTQObil5ZE/bFo/pcB6SfK4a2++aHNU8Iitl9CU6U7+twDUnIOWsYInenpKVUPxBK7FNyt521/m0zI2uMMkLvYiZBrjdvC1L7FrPpNT5lGOiX9dqCoVX4Eyii9JGeYMsng6I+v6KZuLlOti5SyoRz81RP/ct1Fq2aAEVDbc8VMofmC4WlDRxEb root@createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c\nssh-dss AAAAB3NzaC1kc3MAAACBAP/+uaRO1MH3fbRs1A/dn0dr3E2ZkDSX1v/0Nq4XkFbdnMg6gyqOXXYlVahm46KvJmhEjbKyfTfMDtWUAsUcEhA/jDMAwEYcK7aVl9tEMKgdzenqJCBcBQXYzS8V8OcimL3T/BJ1H4b2zf08PGeNCzuTYBEEfqnebAB7iKPYbpIXAAAAFQCrCZOP6wg11H1cjcgflCk5F4p3vwAAAIA8Z783savU40wgyGJ0Vr8zlzev5YsGVRefW+GFzX2cnyS3Z1hfsyEE+COnEi8ieNrQmbZozuydReGKaDXUKGTcFsFtIxC5lf1fZ07YiWLNg2q182bJ4U/EKrtV5NRgjCzfNJIJGZqJgPh7b19JvPT7nn9cf3sUGG4r4gWntDHrsgAAAIBdP6qsoJSCbeWARMivVWi5ZFBCkWDQAhDwS/QWDXCQe01EIFkKX3Ssagof44RBAQtLSOnB+clQGPDBDFkRe8tD+eqaOu1PpAN788G9QcrlTJ0wXFlfU95CdhY7n0Gi/WQy5r1ueUIzn10us5XdevJnVzvVnhjHSsM6M2e206CxbA== root@createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c\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:fe63:ce30/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.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-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.97 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c login: "} 2019-01-03 11:53:22,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3/action used request id req-1e32cd91-b71c-4c79-a0fd-b659f5e4ff3b 2019-01-03 11:53:22,793 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:53:22,793 - 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 565311708 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.125066] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.126682] pid_max: default: 32768 minimum: 301 [ 0.127553] ACPI: Core revision 20150930 [ 0.128921] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.130209] Security Framework initialized [ 0.131007] Yama: becoming mindful. [ 0.131717] AppArmor: AppArmor initialized [ 0.132560] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.133816] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.135045] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.136221] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137554] Initializing cgroup subsys io [ 0.138355] Initializing cgroup subsys memory [ 0.139200] Initializing cgroup subsys devices [ 0.140053] Initializing cgroup subsys freezer [ 0.140909] Initializing cgroup subsys net_cls [ 0.141757] Initializing cgroup subsys perf_event [ 0.142648] Initializing cgroup subsys net_prio [ 0.143511] Initializing cgroup subsys hugetlb [ 0.144370] Initializing cgroup subsys pids [ 0.145230] CPU: Physical Processor ID: 0 [ 0.146707] mce: CPU supports 10 MCE banks [ 0.147536] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.148522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.150777] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.157191] ftrace: allocating 31920 entries in 125 pages [ 0.183483] smpboot: Max logical packages: 2 [ 0.184356] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.185525] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.186843] x2apic enabled [ 0.187643] Switched APIC routing to physical x2apic. [ 0.189379] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.190577] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.192676] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.194560] KVM setup paravirtual spinlock [ 0.195963] x86: Booting SMP configuration: [ 0.196841] .... node #0, CPUs: #1 [ 0.197713] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.219362] x86: Booted up 1 node, 2 CPUs [ 0.219365] KVM setup async PF for cpu 1 [ 0.219367] kvm-stealtime: cpu 1, msr f90d940 [ 0.221912] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.223384] devtmpfs: initialized [ 0.225076] evm: security.selinux [ 0.225756] evm: security.SMACK64 [ 0.226435] evm: security.SMACK64EXEC [ 0.227163] evm: security.SMACK64TRANSMUTE [ 0.227962] evm: security.SMACK64MMAP [ 0.228688] evm: security.ima [ 0.229319] evm: security.capability [ 0.230137] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231982] pinctrl core: initialized pinctrl subsystem [ 0.233064] RTC time: 11:53:08, date: 01/03/19 [ 0.234012] NET: Registered protocol family 16 [ 0.244017] cpuidle: using governor ladder [ 0.256062] cpuidle: using governor menu [ 0.256863] PCCT header not found. [ 0.257626] ACPI: bus type PCI registered [ 0.258418] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.259671] PCI: Using configuration type 1 for base access [ 0.273074] ACPI: Added _OSI(Module Device) [ 0.273918] ACPI: Added _OSI(Processor Device) [ 0.274767] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.275648] ACPI: Added _OSI(Processor Aggregator Device) [ 0.277992] ACPI: Interpreter enabled [ 0.278739] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.280671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.282720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.284800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.286824] ACPI: (supports S0 S5) [ 0.287612] ACPI: Using IOAPIC for interrupt routing [ 0.288685] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292862] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294561] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.296419] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298221] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.301478] acpiphp: Slot [3] registered [ 0.302606] acpiphp: Slot [4] registered [ 0.303620] acpiphp: Slot [5] registered [ 0.304533] acpiphp: Slot [6] registered [ 0.305428] acpiphp: Slot [7] registered [ 0.306317] acpiphp: Slot [8] registered [ 0.307234] acpiphp: Slot [9] registered [ 0.308149] acpiphp: Slot [10] registered [ 0.319015] acpiphp: Slot [11] registered [ 0.320022] acpiphp: Slot [12] registered [ 0.320914] acpiphp: Slot [13] registered [ 0.321821] acpiphp: Slot [14] registered [ 0.322806] acpiphp: Slot [15] registered [ 0.323832] acpiphp: Slot [16] registered [ 0.324867] acpiphp: Slot [17] registered [ 0.325980] acpiphp: Slot [18] registered [ 0.327099] acpiphp: Slot [19] registered [ 0.328228] acpiphp: Slot [20] registered [ 0.329181] acpiphp: Slot [21] registered [ 0.330161] acpiphp: Slot [22] registered [ 0.331096] acpiphp: Slot [23] registered [ 0.332064] acpiphp: Slot [24] registered [ 0.332991] acpiphp: Slot [25] registered [ 0.333897] acpiphp: Slot [26] registered [ 0.335029] acpiphp: Slot [27] registered [ 0.336227] acpiphp: Slot [28] registered [ 0.337435] acpiphp: Slot [29] registered [ 0.338568] acpiphp: Slot [30] registered [ 0.339597] acpiphp: Slot [31] registered [ 0.340580] PCI host bridge to bus 0000:00 [ 0.341547] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343196] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346744] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348525] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354788] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356293] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357651] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359125] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367348] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413067] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.414746] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.416376] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.418040] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.420331] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.421824] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.423244] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.424427] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.426435] vgaarb: loaded [ 0.427191] vgaarb: bridge control possible 0000:00:02.0 [ 0.428511] SCSI subsystem initialized [ 0.429520] ACPI: bus type USB registered [ 0.430455] usbcore: registered new interface driver usbfs [ 0.431691] usbcore: registered new interface driver hub [ 0.432902] usbcore: registered new device driver usb [ 0.434307] PCI: Using ACPI for IRQ routing [ 0.435517] NetLabel: Initializing [ 0.436350] NetLabel: domain hash size = 128 [ 0.437444] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.438541] NetLabel: unlabeled traffic allowed by default [ 0.439860] clocksource: Switched to clocksource kvm-clock [ 0.445875] AppArmor: AppArmor Filesystem Enabled [ 0.446923] pnp: PnP ACPI init [ 0.447960] pnp: PnP ACPI: found 5 devices [ 0.455221] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457247] NET: Registered protocol family 2 [ 0.458444] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.460244] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.461568] TCP: Hash tables configured (established 2048 bind 2048) [ 0.462931] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.464386] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.465854] NET: Registered protocol family 1 [ 0.466871] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.468287] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.469661] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.488403] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507806] Trying to unpack rootfs image as initramfs... [ 0.558484] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572796] Scanning for low memory corruption every 60 seconds [ 0.574212] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.575334] audit: initializing netlink subsys (disabled) [ 0.576358] audit: type=2000 audit(1546516389.188:1): initialized [ 0.577671] Initialise system trusted keyring [ 0.578644] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579794] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581895] zbud: loaded [ 0.582645] VFS: Disk quotas dquot_6.6.0 [ 0.583460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.585027] fuse init (API version 7.23) [ 0.585961] Key type big_key registered [ 0.586751] Allocating IMA MOK and blacklist keyrings. [ 0.588024] Key type asymmetric registered [ 0.588835] Asymmetric key parser 'x509' registered [ 0.589779] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.591260] io scheduler noop registered [ 0.592052] io scheduler deadline registered (default) [ 0.593034] io scheduler cfq registered [ 0.593860] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.594893] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.596142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.597575] ACPI: Power Button [PWRF] [ 0.598445] GHES: HEST is not enabled! [ 0.616657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.654866] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.657813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682020] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685167] Linux agpgart interface v0.103 [ 0.688293] brd: module loaded [ 0.689678] loop: module loaded [ 0.694617] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.696066] GPT:90111 != 20971519 [ 0.696756] GPT:Alternate GPT header not at the end of the disk. [ 0.697829] GPT:90111 != 20971519 [ 0.698505] GPT: Use GNU Parted to correct GPT errors. [ 0.699458] vda: vda1 vda15 [ 0.701022] scsi host0: ata_piix [ 0.701776] scsi host1: ata_piix [ 0.702480] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.703674] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.704942] libphy: Fixed MDIO Bus: probed [ 0.705811] tun: Universal TUN/TAP device driver, 1.6 [ 0.706823] tun: (C) 1999-2004 Max Krasnyansky [ 0.709012] PPP generic driver version 2.4.2 [ 0.710178] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.711659] ehci-pci: EHCI PCI platform driver [ 0.712627] ehci-platform: EHCI generic platform driver [ 0.713772] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.715015] ohci-pci: OHCI PCI platform driver [ 0.716007] ohci-platform: OHCI generic platform driver [ 0.717124] uhci_hcd: USB Universal Host Controller Interface driver [ 0.736546] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.737664] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.739292] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.740431] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.741720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.743095] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.744711] usb usb1: Product: UHCI Host Controller [ 0.745755] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.747111] usb usb1: SerialNumber: 0000:00:01.2 [ 0.748225] hub 1-0:1.0: USB hub found [ 0.749084] hub 1-0:1.0: 2 ports detected [ 0.750161] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752557] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.753613] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754826] mousedev: PS/2 mouse device common for all mice [ 0.756246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.758371] rtc_cmos 00:00: RTC can wake from S4 [ 0.759643] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.761017] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.762369] i2c /dev entries driver [ 0.763238] device-mapper: uevent: version 1.0.3 [ 0.764346] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.766211] ledtrig-cpu: registered to indicate activity on CPUs [ 0.767858] NET: Registered protocol family 10 [ 0.769148] NET: Registered protocol family 17 [ 0.770166] Key type dns_resolver registered [ 0.771287] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.772685] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.773863] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.776026] registered taskstats version 1 [ 0.776995] Loading compiled-in X.509 certificates [ 0.778525] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.780661] zswap: loaded using pool lzo/zbud [ 0.782398] Key type trusted registered [ 0.784389] Key type encrypted registered [ 0.785295] AppArmor: AppArmor sha1 policy hashing enabled [ 0.786443] ima: No TPM chip found, activating TPM-bypass! [ 0.787605] evm: HMAC attrs: 0x1 [ 0.788648] Magic number: 3:697:882 [ 0.789598] rtc_cmos 00:00: setting system clock to 2019-01-03 11:53:09 UTC (1546516389) [ 0.801754] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.803022] EDD information not available. [ 0.861288] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.862984] Write protecting the kernel read-only data: 14336k [ 0.864732] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.866725] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.96 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.179376] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.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.14. iid=i-00000101 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCOTc9Jbp5W7JQKYzfK45PIUo6+6ht7IYkJvoPGxMWsZvK5MoaX/SXRbiNBK6V03NeiW5/pU+QxTLvwmH16nIsvmpRt7GDUx4dyG6mVhaoPbTF1UEKfRAmnnRJ9+TOkDnKBHQuPNP8DMV0ZpwwlrCa3jt6eBDQR/VjTQObil5ZE/bFo/pcB6SfK4a2++aHNU8Iitl9CU6U7+twDUnIOWsYInenpKVUPxBK7FNyt521/m0zI2uMMkLvYiZBrjdvC1L7FrPpNT5lGOiX9dqCoVX4Eyii9JGeYMsng6I+v6KZuLlOti5SyoRz81RP/ct1Fq2aAEVDbc8VMofmC4WlDRxEb root@createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c ssh-dss AAAAB3NzaC1kc3MAAACBAP/+uaRO1MH3fbRs1A/dn0dr3E2ZkDSX1v/0Nq4XkFbdnMg6gyqOXXYlVahm46KvJmhEjbKyfTfMDtWUAsUcEhA/jDMAwEYcK7aVl9tEMKgdzenqJCBcBQXYzS8V8OcimL3T/BJ1H4b2zf08PGeNCzuTYBEEfqnebAB7iKPYbpIXAAAAFQCrCZOP6wg11H1cjcgflCk5F4p3vwAAAIA8Z783savU40wgyGJ0Vr8zlzev5YsGVRefW+GFzX2cnyS3Z1hfsyEE+COnEi8ieNrQmbZozuydReGKaDXUKGTcFsFtIxC5lf1fZ07YiWLNg2q182bJ4U/EKrtV5NRgjCzfNJIJGZqJgPh7b19JvPT7nn9cf3sUGG4r4gWntDHrsgAAAIBdP6qsoJSCbeWARMivVWi5ZFBCkWDQAhDwS/QWDXCQe01EIFkKX3Ssagof44RBAQtLSOnB+clQGPDBDFkRe8tD+eqaOu1PpAN788G9QcrlTJ0wXFlfU95CdhY7n0Gi/WQy5r1ueUIzn10us5XdevJnVzvVnhjHSsM6M2e206CxbA== root@createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c -----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:fe63:ce30/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.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-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c launch-index: 0 === cirros: current=0.4.0 uptime=2.97 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-02d4a90f-74f8-48d4-9dfe-1ab44c login: 2019-01-03 11:53:22,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:23,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-a5ae94be-0f03-408f-aabd-781912c80c91 x-compute-request-id: req-a5ae94be-0f03-408f-aabd-781912c80c91 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:23,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-a5ae94be-0f03-408f-aabd-781912c80c91 2019-01-03 11:53:23,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:23,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c3e05938-05bc-4223-be1c-d93719da36b5 Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:23,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-c3e05938-05bc-4223-be1c-d93719da36b5 2019-01-03 11:53:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:23,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-104ff3de-918f-4875-a367-deb549734547 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:23,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-104ff3de-918f-4875-a367-deb549734547 2019-01-03 11:53:23,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:23,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6255bfff-47c8-4af4-b655-cc4098975d25 Date: Thu, 03 Jan 2019 11:53:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:23,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-6255bfff-47c8-4af4-b655-cc4098975d25 2019-01-03 11:53:23,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:23,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-13731ff3-6b3d-4cc9-b4de-35882a2c2352 Date: Thu, 03 Jan 2019 11:53:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:14Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51","995aeac7-993a-451b-b496-055d62275482"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:23,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-13731ff3-6b3d-4cc9-b4de-35882a2c2352 2019-01-03 11:53:23,778 - create_instance - INFO - Checking if VM is active 2019-01-03 11:53:23,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:24,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53: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-e981d428-324e-433e-b74b-bf9914b38b39 x-compute-request-id: req-e981d428-324e-433e-b74b-bf9914b38b39 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:24,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-e981d428-324e-433e-b74b-bf9914b38b39 2019-01-03 11:53:24,503 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:24,503 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:53:24,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:25,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-8274b8aa-9309-49e1-a681-253fe050360a x-compute-request-id: req-8274b8aa-9309-49e1-a681-253fe050360a Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:ce:30", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp"}], "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:08Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:25,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-8274b8aa-9309-49e1-a681-253fe050360a 2019-01-03 11:53:25,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:25,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f909348a-9a09-4c79-9e08-71368d3901e3 Date: Thu, 03 Jan 2019 11:53: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":["6c634e70-2998-46d9-8838-e4f95e4b432c"],"updated_at":"2019-01-03T11:52:38Z","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"968dfc2695514e84b96a05d9afbd913f","id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net"}]} 2019-01-03 11:53:25,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net used request id req-f909348a-9a09-4c79-9e08-71368d3901e3 2019-01-03 11:53:25,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:25,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd91317-cc9d-47f7-ba92-589d410b0fba Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:25,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-6cd91317-cc9d-47f7-ba92-589d410b0fba 2019-01-03 11:53:25,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:25,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0215717-7e33-472f-a9f9-4dcd62847554 Date: Thu, 03 Jan 2019 11:53:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","dns_nameservers":[],"updated_at":"2019-01-03T11:52:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"968dfc2695514e84b96a05d9afbd913f","id":"6c634e70-2998-46d9-8838-e4f95e4b432c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet"}]} 2019-01-03 11:53:25,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-d0215717-7e33-472f-a9f9-4dcd62847554 2019-01-03 11:53:25,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:25,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-dbe80447-42e1-4df3-bcf4-8b909fe5ab39 Date: Thu, 03 Jan 2019 11:53:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.4"}],"id":"0c8898b7-5b0b-4456-8660-76788ebb20ea","security_groups":[],"mac_address":"fa:16:3e:c6:b9:79","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:14Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.13"}],"id":"3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53","security_groups":["825c4a53-3306-4fe7-a171-edc6c29d7d51","995aeac7-993a-451b-b496-055d62275482"],"mac_address":"fa:16:3e:63:ce:30","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:59Z","binding:vnic_type":"normal","device_id":"27c8f217-171a-4555-9270-18f3a32e83e3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:01Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.1"}],"id":"6c7666bc-40e0-4c4c-bb29-fae9ce336d83","security_groups":[],"mac_address":"fa:16:3e:b1:10:9c","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:47Z","binding:vnic_type":"normal","device_id":"81b9a008-bcde-49b1-9bf0-90a804591872"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.3"}],"id":"d2077d56-94e5-47de-84a2-38f5bb6da37d","security_groups":[],"mac_address":"fa:16:3e:10:b6:cd","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:52:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6c634e70-2998-46d9-8838-e4f95e4b432c","ip_address":"10.55.1.2"}],"id":"d9bd873b-87d4-4d7c-ab93-9e8016f01726","security_groups":[],"mac_address":"fa:16:3e:0c:6a:17","project_id":"968dfc2695514e84b96a05d9afbd913f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5a02cae-4c10-4ea9-b0e1-9a341f60fdca","tenant_id":"968dfc2695514e84b96a05d9afbd913f","created_at":"2019-01-03T11:52:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5a02cae-4c10-4ea9-b0e1-9a341f60fdca"}]} 2019-01-03 11:53:25,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-dbe80447-42e1-4df3-bcf4-8b909fe5ab39 2019-01-03 11:53:25,713 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:53:25,718 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ee08910L 2019-01-03 11:53:25,718 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:53:25,718 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:53:25,719 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:53:25,720 - 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 2019-01-03 11:53:25,720 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:53:25,720 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:53:25,721 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:53:25,721 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:53:25,721 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:53:25,740 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:53:25,741 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:53:25,750 - paramiko.transport - DEBUG - Trying key 7a609a210ba9e46f0dfd78f951c07dcf from tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24 2019-01-03 11:53:25,779 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:53:25,782 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:53:25,883 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:53:25,896 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:53:25,897 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:53:25,898 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ee08a10L 2019-01-03 11:53:25,899 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:53:25,899 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:53:25,899 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:53:25,900 - 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 2019-01-03 11:53:25,900 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:53:25,900 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:53:25,901 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:53:25,901 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:53:25,901 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:53:25,918 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:53:25,918 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:53:25,931 - paramiko.transport - DEBUG - Trying key 7a609a210ba9e46f0dfd78f951c07dcf from tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24 2019-01-03 11:53:25,955 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:53:25,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:53:25,963 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:53:25,964 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:53:25,964 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:53:25,966 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:53:25,968 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-03 11:53:25,968 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-03 11:53:25,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/693bb7b0-dee8-45e3-bc26-28b4e9984cdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:26,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89df2539-ee0d-4cee-a22a-52f10d485b96 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:26,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/693bb7b0-dee8-45e3-bc26-28b4e9984cdf used request id req-89df2539-ee0d-4cee-a22a-52f10d485b96 2019-01-03 11:53:26,909 - create_instance - INFO - Deleting Port with ID - 3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53 2019-01-03 11:53:26,909 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24port-1 2019-01-03 11:53:26,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:27,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87509793-9e7f-46d9-8777-547318144e08 Date: Thu, 03 Jan 2019 11:53:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:27,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/3a50b7e3-db1e-49ff-950d-6d9cc6e0fb53 used request id req-87509793-9e7f-46d9-8777-547318144e08 2019-01-03 11:53:27,358 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst 2019-01-03 11:53:27,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:27,680 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-338dd580-4d4d-4ea8-8757-9af3d5b3bd43 x-compute-request-id: req-338dd580-4d4d-4ea8-8757-9af3d5b3bd43 Content-Type: application/json 2019-01-03 11:53:27,680 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-338dd580-4d4d-4ea8-8757-9af3d5b3bd43 2019-01-03 11:53:27,680 - create_instance - INFO - Checking deletion status 2019-01-03 11:53:27,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:27,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53abceb3-3e59-407e-a768-087314381600 x-compute-request-id: req-53abceb3-3e59-407e-a768-087314381600 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/27c8f217-171a-4555-9270-18f3a32e83e3", "rel": "bookmark"}], "image": {"id": "7dd94cda-4b62-413a-963e-884e1e2d88e3", "links": [{"href": "http://172.30.9.28:8774/images/7dd94cda-4b62-413a-963e-884e1e2d88e3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:53:08.000000", "flavor": {"id": "123f19eb-ca22-48ab-b654-c519c463d24c", "links": [{"href": "http://172.30.9.28:8774/flavors/123f19eb-ca22-48ab-b654-c519c463d24c", "rel": "bookmark"}]}, "id": "27c8f217-171a-4555-9270-18f3a32e83e3", "user_id": "ec16ff3500b74c11856466c7f88c068c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:53:27Z", "hostId": "b0f4db40a88568e7c34fd30c2d1f4c0e68763e3039f3f9e386815678", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp", "name": "CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst", "created": "2019-01-03T11:53:03Z", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:53:27,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-53abceb3-3e59-407e-a768-087314381600 2019-01-03 11:53:27,969 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst] is - ACTIVE 2019-01-03 11:53:27,969 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:53:30,972 - create_instance - DEBUG - VM status query timeout in 296.708228111 2019-01-03 11:53:30,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c2dd59902cbbed9b99d64f29783263520b893ea" 2019-01-03 11:53:31,021 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6e92d43-c9cf-44d7-aae3-0d5ad178aee8 x-compute-request-id: req-b6e92d43-c9cf-44d7-aae3-0d5ad178aee8 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 27c8f217-171a-4555-9270-18f3a32e83e3 could not be found.", "code": 404}} 2019-01-03 11:53:31,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/27c8f217-171a-4555-9270-18f3a32e83e3 used request id req-b6e92d43-c9cf-44d7-aae3-0d5ad178aee8 2019-01-03 11:53:31,021 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 27c8f217-171a-4555-9270-18f3a32e83e3 could not be found. (HTTP 404) (Request-ID: req-b6e92d43-c9cf-44d7-aae3-0d5ad178aee8) 2019-01-03 11:53:31,021 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-inst 2019-01-03 11:53:31,023 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp 2019-01-03 11:53:31,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b503595e5b7242ad12efe45a7f5be688ffc05b13" 2019-01-03 11:53:31,074 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:53: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-47c129a2-5452-4aa8-b08a-799eb066ce9b x-compute-request-id: req-47c129a2-5452-4aa8-b08a-799eb066ce9b Content-Length: 0 Content-Type: application/json 2019-01-03 11:53:31,074 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-kp used request id req-47c129a2-5452-4aa8-b08a-799eb066ce9b 2019-01-03 11:53:31,074 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24.pub] 2019-01-03 11:53:31,075 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24] 2019-01-03 11:53:31,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b409fb034bb4a47d629c83d783d0ead3840a437" 2019-01-03 11:53:31,129 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:53: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-aadfa2f7-201e-468d-ab34-4765f06ace9a x-compute-request-id: req-aadfa2f7-201e-468d-ab34-4765f06ace9a Content-Length: 0 Content-Type: application/json 2019-01-03 11:53:31,129 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/123f19eb-ca22-48ab-b654-c519c463d24c used request id req-aadfa2f7-201e-468d-ab34-4765f06ace9a 2019-01-03 11:53:31,130 - neutron_utils - INFO - Deleting security group rule with ID - 65c688fb-c4db-4e0f-9a39-f6d3d1c2950f 2019-01-03 11:53:31,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/65c688fb-c4db-4e0f-9a39-f6d3d1c2950f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:53:31,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-475e1b53-377d-41d6-be87-395c16d8ef90 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:31,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/65c688fb-c4db-4e0f-9a39-f6d3d1c2950f used request id req-475e1b53-377d-41d6-be87-395c16d8ef90 2019-01-03 11:53:31,384 - neutron_utils - INFO - Deleting security group rule with ID - 965ef1bf-e236-43ca-9515-52eb9568b862 2019-01-03 11:53:31,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/965ef1bf-e236-43ca-9515-52eb9568b862 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:53:31,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90a305d2-4a3d-449a-8e5b-82d69a3aacb4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:31,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/965ef1bf-e236-43ca-9515-52eb9568b862 used request id req-90a305d2-4a3d-449a-8e5b-82d69a3aacb4 2019-01-03 11:53:31,487 - neutron_utils - INFO - Deleting security group rule with ID - f078724e-ce08-4871-83a6-9eef37d1cbe2 2019-01-03 11:53:31,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/f078724e-ce08-4871-83a6-9eef37d1cbe2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:53:31,587 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ee13156-48c0-4fa1-a219-31fce7cc2ed8 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:31,587 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/f078724e-ce08-4871-83a6-9eef37d1cbe2 used request id req-3ee13156-48c0-4fa1-a219-31fce7cc2ed8 2019-01-03 11:53:31,587 - neutron_utils - INFO - Deleting security group rule with ID - 004de122-f4d0-47f7-8a60-6dacbddf6189 2019-01-03 11:53:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/004de122-f4d0-47f7-8a60-6dacbddf6189 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:53:31,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6bfb8a5c-d232-427a-a67e-0ab9f5562c6a Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:31,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/004de122-f4d0-47f7-8a60-6dacbddf6189 used request id req-6bfb8a5c-d232-427a-a67e-0ab9f5562c6a 2019-01-03 11:53:31,696 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-sec-grp 2019-01-03 11:53:31,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/995aeac7-993a-451b-b496-055d62275482 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1fa086fbc6d6bdcfc2be319ac006de6773dcf0" 2019-01-03 11:53:31,972 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c20a076d-d9c1-4acd-8a1e-b148280ca288 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:31,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/995aeac7-993a-451b-b496-055d62275482 used request id req-c20a076d-d9c1-4acd-8a1e-b148280ca288 2019-01-03 11:53:31,973 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router and subnet CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet 2019-01-03 11:53:31,974 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:53:31,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" -d '{"subnet_id": "6c634e70-2998-46d9-8838-e4f95e4b432c"}' 2019-01-03 11:53:33,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8eebeaea-0ad2-408a-91d3-d1f87f635935 Date: Thu, 03 Jan 2019 11:53:33 GMT RESP BODY: {"network_id": "a5a02cae-4c10-4ea9-b0e1-9a341f60fdca", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "subnet_id": "6c634e70-2998-46d9-8838-e4f95e4b432c", "subnet_ids": ["6c634e70-2998-46d9-8838-e4f95e4b432c"], "port_id": "6c7666bc-40e0-4c4c-bb29-fae9ce336d83", "id": "81b9a008-bcde-49b1-9bf0-90a804591872"} 2019-01-03 11:53:33,611 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872/remove_router_interface used request id req-8eebeaea-0ad2-408a-91d3-d1f87f635935 2019-01-03 11:53:33,611 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:53:33,612 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-router 2019-01-03 11:53:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c1bb37622e3526e0776deff3a7b4c46ae0a637" 2019-01-03 11:53:37,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f41f3c0-243e-49ad-a8e9-e6cae554e155 Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:37,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/81b9a008-bcde-49b1-9bf0-90a804591872 used request id req-0f41f3c0-243e-49ad-a8e9-e6cae554e155 2019-01-03 11:53:37,262 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet 2019-01-03 11:53:37,262 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-subnet 2019-01-03 11:53:37,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:53:39,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d08152d-971b-4f51-8dbe-4d95092ead01 Date: Thu, 03 Jan 2019 11:53:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:39,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6c634e70-2998-46d9-8838-e4f95e4b432c used request id req-9d08152d-971b-4f51-8dbe-4d95092ead01 2019-01-03 11:53:39,762 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-pub-net 2019-01-03 11:53:39,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a5a02cae-4c10-4ea9-b0e1-9a341f60fdca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0089cbb98bb98c82cb1d4af7fb8a8d32dad39dfb" 2019-01-03 11:53:41,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b653ee5-5f4d-446b-a946-be8ced618738 Date: Thu, 03 Jan 2019 11:53:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:41,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a5a02cae-4c10-4ea9-b0e1-9a341f60fdca used request id req-6b653ee5-5f4d-446b-a946-be8ced618738 2019-01-03 11:53:41,291 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-02d4a90f-74f8-48d4-9dfe-1ab44c1cdd24-image 2019-01-03 11:53:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}850555895cf4f831aa937f73e0e9344152676bfc" 2019-01-03 11:53:41,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f02cd3dc-cd55-4d00-9a89-fed70de26bbc Date: Thu, 03 Jan 2019 11:53:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:53:41,996 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7dd94cda-4b62-413a-963e-884e1e2d88e3 used request id req-f02cd3dc-cd55-4d00-9a89-fed70de26bbc 2019-01-03 11:53:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-be35c862-8aba-4d6b-892e-4bdcdab1585e Date: Thu, 03 Jan 2019 11:53:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:36Z", "updated_at": "2019-01-03T11:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "revision_number": 0, "id": "7af0febb-40e9-4507-a8ba-c3ae787d7807", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "revision_number": 0, "id": "91fb0c74-4299-4fd0-9ed2-dda5289231d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "revision_number": 0, "id": "c40ca9f1-554f-4f0a-8a52-8ded06ae9dcb", "remote_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv6", "project_id": "968dfc2695514e84b96a05d9afbd913f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:52:36Z", "revision_number": 0, "id": "d110383c-3517-4aef-bb7b-9028ef2a161d", "remote_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "remote_ip_prefix": null, "created_at": "2019-01-03T11:52:36Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "port_range_min": null, "ethertype": "IPv4", "project_id": "968dfc2695514e84b96a05d9afbd913f"}], "revision_number": 4, "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:53:42,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-be35c862-8aba-4d6b-892e-4bdcdab1585e 2019-01-03 11:53:42,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb9c0b4-d2f3-4b6e-8895-844da4f4b1bb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:53:42,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-cdb9c0b4-d2f3-4b6e-8895-844da4f4b1bb 2019-01-03 11:53:42,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3b9587-efcd-4e14-a43f-b27671172f72 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:53:42,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-fb3b9587-efcd-4e14-a43f-b27671172f72 2019-01-03 11:53:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41b1cfb-af5b-430c-831c-0d36ee3435e3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f"}, "enabled": true, "id": "968dfc2695514e84b96a05d9afbd913f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj"}} 2019-01-03 11:53:42,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-a41b1cfb-af5b-430c-831c-0d36ee3435e3 2019-01-03 11:53:42,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 825c4a53-3306-4fe7-a171-edc6c29d7d51 2019-01-03 11:53:42,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=825c4a53-3306-4fe7-a171-edc6c29d7d51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70775be5-07fa-4161-b4b2-200f303ba1e4 Date: Thu, 03 Jan 2019 11:53:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:37Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "7af0febb-40e9-4507-a8ba-c3ae787d7807"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:37Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "91fb0c74-4299-4fd0-9ed2-dda5289231d1"}, {"remote_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:37Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:37Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "c40ca9f1-554f-4f0a-8a52-8ded06ae9dcb"}, {"remote_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:52:36Z", "security_group_id": "825c4a53-3306-4fe7-a171-edc6c29d7d51", "port_range_min": null, "revision_number": 0, "tenant_id": "968dfc2695514e84b96a05d9afbd913f", "created_at": "2019-01-03T11:52:36Z", "project_id": "968dfc2695514e84b96a05d9afbd913f", "id": "d110383c-3517-4aef-bb7b-9028ef2a161d"}]} 2019-01-03 11:53:42,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=825c4a53-3306-4fe7-a171-edc6c29d7d51 used request id req-70775be5-07fa-4161-b4b2-200f303ba1e4 2019-01-03 11:53:42,683 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:53:42,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/825c4a53-3306-4fe7-a171-edc6c29d7d51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:42,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91d52850-74b8-4b62-a900-2210486e845f Content-Length: 0 Date: Thu, 03 Jan 2019 11:53:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:53:42,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/825c4a53-3306-4fe7-a171-edc6c29d7d51 used request id req-91d52850-74b8-4b62-a900-2210486e845f 2019-01-03 11:53:42,977 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj 2019-01-03 11:53:42,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:43,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f69a888-36ef-4e27-abe6-3d5623b7e08c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:53:43,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/968dfc2695514e84b96a05d9afbd913f used request id req-1f69a888-36ef-4e27-abe6-3d5623b7e08c 2019-01-03 11:53:43,287 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-proj-role 2019-01-03 11:53:43,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:43,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-421307db-4dd0-4a30-8bfd-d2995a8c0e7f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:53:43,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/7321f30c011c4215a08b505707bc701f used request id req-421307db-4dd0-4a30-8bfd-d2995a8c0e7f 2019-01-03 11:53:43,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2ba1771fdac8a433da6c5d5da0fe383068bfb69" 2019-01-03 11:53:43,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26653f50-3097-4a80-9356-f51fe08f80ce Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:53:43,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-26653f50-3097-4a80-9356-f51fe08f80ce 2019-01-03 11:53:43,517 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2296941d-9f12-439-user 2019-01-03 11:53:43,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ec16ff3500b74c11856466c7f88c068c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bebaa99b5688e58b26cbb4edfc6ac509e76fca94" 2019-01-03 11:53:43,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e857f956-d9c8-420c-8285-84e103387024 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:53:43,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ec16ff3500b74c11856466c7f88c068c used request id req-e857f956-d9c8-420c-8285-84e103387024 2019-01-03 11:53:43,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:44,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:53:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["vanUBeRGQWWD-QAqrdBdHw"], "issued_at": "2019-01-03T11:53:44.000000Z"}} 2019-01-03 11:53:44,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71774fb4e6f50358044e3d4e2c594d42eedc8983" 2019-01-03 11:53:44,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55971ee-7db4-47af-be41-0742ad70ac45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:44,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d55971ee-7db4-47af-be41-0742ad70ac45 2019-01-03 11:53:44,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:44,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:44,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:53:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["UNRRuOd0QE6oCXrcbnGyeQ"], "issued_at": "2019-01-03T11:53:44.000000Z"}} 2019-01-03 11:53:44,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:44,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2ab9f3e-2a36-42d5-83a3-7d439c52e72f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:44,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a2ab9f3e-2a36-42d5-83a3-7d439c52e72f 2019-01-03 11:53:44,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:53:44,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:53:44,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:44,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33932efe-5287-4638-8f71-3d50f2fecba7 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:53:44,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj used request id req-33932efe-5287-4638-8f71-3d50f2fecba7 2019-01-03 11:53:44,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:44,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c6425a-6798-4583-872f-a02707ba43c5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:53:44,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e5c6425a-6798-4583-872f-a02707ba43c5 2019-01-03 11:53:44,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}}' 2019-01-03 11:53:45,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f540fc8d-7068-4801-a5fe-e1b26800e9e9 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:53:45,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f540fc8d-7068-4801-a5fe-e1b26800e9e9 2019-01-03 11:53:45,092 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj 2019-01-03 11:53:45,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:45,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:45,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Y3oAhUePRZmp7I_wbFx5eA"], "issued_at": "2019-01-03T11:53:45.000000Z"}} 2019-01-03 11:53:45,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3549880c7cac6bdf61e38842b76bf58626b73" 2019-01-03 11:53:45,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-965d2b1c-5db2-406f-81b1-a301dba4b23c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:45,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-965d2b1c-5db2-406f-81b1-a301dba4b23c 2019-01-03 11:53:45,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:53:45,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:53: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:53:45,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3549880c7cac6bdf61e38842b76bf58626b73" 2019-01-03 11:53:45,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b14212d-5b9f-47d0-8aba-1d25382c35af Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:53:45,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9b14212d-5b9f-47d0-8aba-1d25382c35af 2019-01-03 11:53:45,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3549880c7cac6bdf61e38842b76bf58626b73" 2019-01-03 11:53:45,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b7d1f0-ae66-49cb-b546-77014771c508 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}]} 2019-01-03 11:53:45,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj used request id req-47b7d1f0-ae66-49cb-b546-77014771c508 2019-01-03 11:53:45,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3549880c7cac6bdf61e38842b76bf58626b73" 2019-01-03 11:53:45,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54364453-2650-45a1-824b-28df58bdf854 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:53:45,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-54364453-2650-45a1-824b-28df58bdf854 2019-01-03 11:53:46,080 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-user 2019-01-03 11:53:46,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:46,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:46,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf425e54-bf47-408d-9008-7b6ca523321c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:53:46,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-bf425e54-bf47-408d-9008-7b6ca523321c 2019-01-03 11:53:46,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}}' 2019-01-03 11:53:46,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:53:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49b48b63-2b7e-4141-a48a-318cd55e3a1c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "links": {"self": "http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad"}, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}} 2019-01-03 11:53:46,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-49b48b63-2b7e-4141-a48a-318cd55e3a1c 2019-01-03 11:53:46,435 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role 2019-01-03 11:53:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:46,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-656d353e-da0a-46ed-98b6-4896533ce0a2 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role", "id": "c1959a01e9ad4f1eacd2a6b8acd881ad"}} 2019-01-03 11:53:46,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad used request id req-656d353e-da0a-46ed-98b6-4896533ce0a2 2019-01-03 11:53:46,526 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role to project CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj 2019-01-03 11:53:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14/users/6d8fe87494844ebfbe8cd2a6d770bdbc/roles/c1959a01e9ad4f1eacd2a6b8acd881ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:53:46,657 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:53:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f96a7ff-3388-4319-b463-cbb9a0020bbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:53:46,657 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14/users/6d8fe87494844ebfbe8cd2a6d770bdbc/roles/c1959a01e9ad4f1eacd2a6b8acd881ad used request id req-2f96a7ff-3388-4319-b463-cbb9a0020bbf 2019-01-03 11:53:46,658 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:53:46,659 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:53:46,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:46,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:47,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["IwPdidnqSP6snWEcCtAmHw"], "issued_at": "2019-01-03T11:53:47.000000Z"}} 2019-01-03 11:53:47,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:47,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700bc6ef-a197-4bd3-a2ed-e8db6263633e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:47,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-700bc6ef-a197-4bd3-a2ed-e8db6263633e 2019-01-03 11:53:47,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:47,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-75fd16e1-8d58-4185-81cd-1f86a1812cfe Date: Thu, 03 Jan 2019 11:53:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image"} 2019-01-03 11:53:47,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image used request id req-75fd16e1-8d58-4185-81cd-1f86a1812cfe 2019-01-03 11:53:47,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:47,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d541c66-a969-4861-be5e-e615732bfa44 Date: Thu, 03 Jan 2019 11:53: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"}}} 2019-01-03 11:53:47,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-7d541c66-a969-4861-be5e-e615732bfa44 2019-01-03 11:53:47,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image"}' 2019-01-03 11:53:47,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 X-Openstack-Request-Id: req-fe8bf45d-68a3-40e1-b67f-10e88766e8a4 Date: Thu, 03 Jan 2019 11:53:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:53:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:53:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "min_disk": 0, "protected": false, "id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "file": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file", "checksum": null, "owner": "e5bd459991d44679b76a3f13fbcdfb14", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:53:47,692 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-fe8bf45d-68a3-40e1-b67f-10e88766e8a4 2019-01-03 11:53:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" -d '' 2019-01-03 11:53:49,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1709a30-412e-4a91-9759-11e5f949b016 Date: Thu, 03 Jan 2019 11:53:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:53:49,676 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file used request id req-a1709a30-412e-4a91-9759-11e5f949b016 2019-01-03 11:53:49,677 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:53:49,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:49,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-f8f99f47-f06a-4417-8b4c-57956744c52d Date: Thu, 03 Jan 2019 11:53:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:53:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:53:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "metadata": {}}], "self": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "min_disk": 0, "protected": false, "id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "file": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e5bd459991d44679b76a3f13fbcdfb14", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:53:49,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 used request id req-f8f99f47-f06a-4417-8b4c-57956744c52d 2019-01-03 11:53:49,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:50,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bcca644c-8519-485e-aa9f-94ebac4e9c9f Date: Thu, 03 Jan 2019 11:53:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 11:53:50,000 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-bcca644c-8519-485e-aa9f-94ebac4e9c9f 2019-01-03 11:53:50,004 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image 2019-01-03 11:53:50,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:53:50,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-38dcfdc9-ce77-4d67-a8ab-1e975c448aa0 Date: Thu, 03 Jan 2019 11:53:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:53:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:53:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "metadata": {}}], "self": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "min_disk": 0, "protected": false, "id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "file": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e5bd459991d44679b76a3f13fbcdfb14", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:53:50,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 used request id req-38dcfdc9-ce77-4d67-a8ab-1e975c448aa0 2019-01-03 11:53:50,165 - create_image - DEBUG - Instance status is - active 2019-01-03 11:53:50,166 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image 2019-01-03 11:53:50,166 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image 2019-01-03 11:53:50,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:50,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:50,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:53:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["FlZJjY9aTn6gaHDMCwCfTA"], "issued_at": "2019-01-03T11:53:50.000000Z"}} 2019-01-03 11:53:50,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c80244-eced-4017-9612-58a39ff99314 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:50,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-88c80244-eced-4017-9612-58a39ff99314 2019-01-03 11:53:50,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:50,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-37f3cccd-094f-4197-81e1-de58f05b63c1 Date: Thu, 03 Jan 2019 11:53:50 GMT RESP BODY: {"networks":[]} 2019-01-03 11:53:50,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-37f3cccd-094f-4197-81e1-de58f05b63c1 2019-01-03 11:53:50,793 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net 2019-01-03 11:53:50,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net", "admin_state_up": true}}' 2019-01-03 11:53:51,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-cef31ff1-bdac-478b-b6b0-44f95c703a21 Date: Thu, 03 Jan 2019 11:53:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:53:51Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","mtu":1450}} 2019-01-03 11:53:51,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-cef31ff1-bdac-478b-b6b0-44f95c703a21 2019-01-03 11:53:51,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:51,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4bce8c8d-03b3-4957-b966-89f9873608dc Date: Thu, 03 Jan 2019 11:53:51 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":"2019-01-03T11:53:51Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:53:51,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-4bce8c8d-03b3-4957-b966-89f9873608dc 2019-01-03 11:53:51,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:52,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7fe696ca-c076-4339-90d7-9fd72dd3832e Date: Thu, 03 Jan 2019 11:53:52 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:53:52,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-7fe696ca-c076-4339-90d7-9fd72dd3832e 2019-01-03 11:53:52,182 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet 2019-01-03 11:53:52,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" -d '{"subnets": [{"ip_version": 4, "network_id": "9d9b0949-b7ad-48bd-98e9-0215b5209f9a", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]}' 2019-01-03 11:53:52,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8239c4a4-afa6-467d-98a4-38d5e48bd921 Date: Thu, 03 Jan 2019 11:53:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","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":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:53:52,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-8239c4a4-afa6-467d-98a4-38d5e48bd921 2019-01-03 11:53:52,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:53,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-31e31c8c-aad6-4d2c-aed7-78f9e7bf463a Date: Thu, 03 Jan 2019 11:53: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:53:53,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-31e31c8c-aad6-4d2c-aed7-78f9e7bf463a 2019-01-03 11:53:53,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:53:53,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9df15f22-4d9c-4fe5-9559-82a8df79e75e Date: Thu, 03 Jan 2019 11:53:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:53:53,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-9df15f22-4d9c-4fe5-9559-82a8df79e75e 2019-01-03 11:53:53,251 - OpenStackNetwork - DEBUG - Network [9d9b0949-b7ad-48bd-98e9-0215b5209f9a] created successfully 2019-01-03 11:53:53,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:53,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:53,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:53:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["JHM75c0nRxeeT4mV7rlZ0w"], "issued_at": "2019-01-03T11:53:53.000000Z"}} 2019-01-03 11:53:53,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:53:53,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f829416-395d-4d00-a689-d9b59e19a889 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:53,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6f829416-395d-4d00-a689-d9b59e19a889 2019-01-03 11:53:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:53:53,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-171598ab-cfdc-4076-937f-89456528768c Date: Thu, 03 Jan 2019 11:53:53 GMT RESP BODY: {"routers": []} 2019-01-03 11:53:53,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router&admin_state_up=True used request id req-171598ab-cfdc-4076-937f-89456528768c 2019-01-03 11:53:53,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:53:53,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:53:54,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:53:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["OTQIbh8MT5i7SUXWS98GCA"], "issued_at": "2019-01-03T11:53:54.000000Z"}} 2019-01-03 11:53:54,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed595f8b91419d6fe24348068790657d16c71206" 2019-01-03 11:53:54,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a9efcab-8e55-484b-965c-9f4defe0d149 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:53:54,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3a9efcab-8e55-484b-965c-9f4defe0d149 2019-01-03 11:53:54,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:53:54,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1a124e0b-07ad-425f-8cca-53fd01724b06 Date: Thu, 03 Jan 2019 11:53:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:53:54,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-1a124e0b-07ad-425f-8cca-53fd01724b06 2019-01-03 11:53:54,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:53:54,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4891e61a-a677-4142-b736-df90481932d1 Date: Thu, 03 Jan 2019 11:53:54 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:53:54,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-4891e61a-a677-4142-b736-df90481932d1 2019-01-03 11:53:54,836 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:53:54,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router", "admin_state_up": true}}' 2019-01-03 11:53:59,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-660c8e82-c7a5-4165-8350-e6450b2985cf Date: Thu, 03 Jan 2019 11:53:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:55Z", "admin_state_up": true, "updated_at": "2019-01-03T11:53:56Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router"}} 2019-01-03 11:53:59,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-660c8e82-c7a5-4165-8350-e6450b2985cf 2019-01-03 11:53:59,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:00,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-07ec537b-9f1a-455e-a152-6c6d95d03b8a Date: Thu, 03 Jan 2019 11:54:00 GMT RESP BODY: {"ports":[]} 2019-01-03 11:54:00,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 used request id req-07ec537b-9f1a-455e-a152-6c6d95d03b8a 2019-01-03 11:54:00,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:00,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6d31cce9-19ce-492e-bf56-c3b54b73a771 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:00,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-6d31cce9-19ce-492e-bf56-c3b54b73a771 2019-01-03 11:54:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:54:00,470 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:54:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:00,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84fc5ae6-f419-4c15-b55e-18697f654e7d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:00,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-84fc5ae6-f419-4c15-b55e-18697f654e7d 2019-01-03 11:54:00,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:00,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-32f55c04-f590-4bf7-be30-11a23a6fdae7 Date: Thu, 03 Jan 2019 11:54:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:00,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-32f55c04-f590-4bf7-be30-11a23a6fdae7 2019-01-03 11:54:00,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:00,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e7b0f45a-460e-46ad-9fa7-2f4434d0d01d Date: Thu, 03 Jan 2019 11:54:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:00,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet used request id req-e7b0f45a-460e-46ad-9fa7-2f4434d0d01d 2019-01-03 11:54:00,981 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:54:00,981 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:54:00,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" -d '{"subnet_id": "c760ea17-7802-4734-9e1d-96947d3639ae"}' 2019-01-03 11:54:03,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d5bde89e-e2f0-4139-b011-dec59bab8613 Date: Thu, 03 Jan 2019 11:54:03 GMT RESP BODY: {"network_id": "9d9b0949-b7ad-48bd-98e9-0215b5209f9a", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "subnet_id": "c760ea17-7802-4734-9e1d-96947d3639ae", "subnet_ids": ["c760ea17-7802-4734-9e1d-96947d3639ae"], "port_id": "42f41b95-6715-43f1-8cea-b5cd83d9bb80", "id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"} 2019-01-03 11:54:03,021 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5/add_router_interface used request id req-d5bde89e-e2f0-4139-b011-dec59bab8613 2019-01-03 11:54:03,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:03,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5c6e680d-9520-4a2b-8d21-d79e03e7f656 Date: Thu, 03 Jan 2019 11:54:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:55Z", "admin_state_up": true, "updated_at": "2019-01-03T11:54:02Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router"}} 2019-01-03 11:54:03,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 used request id req-5c6e680d-9520-4a2b-8d21-d79e03e7f656 2019-01-03 11:54:03,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:03,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-54715c08-260d-42a6-8259-b8e969449e1e Date: Thu, 03 Jan 2019 11:54:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:02Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"}]} 2019-01-03 11:54:03,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 used request id req-54715c08-260d-42a6-8259-b8e969449e1e 2019-01-03 11:54:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:03,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-69fc5922-f57d-46a6-81f9-c28e596b8ada Date: Thu, 03 Jan 2019 11:54:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","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":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}} 2019-01-03 11:54:03,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae used request id req-69fc5922-f57d-46a6-81f9-c28e596b8ada 2019-01-03 11:54:03,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:54:03,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:54:04,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-EiHogLtSgmmlsDswm6YmQ"], "issued_at": "2019-01-03T11:54:04.000000Z"}} 2019-01-03 11:54:04,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6478c1a35fafccfe0c2207f1563f27bada9ece" 2019-01-03 11:54:04,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-902c3703-3cfe-49c4-ac63-eecb3e3835f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:04,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-902c3703-3cfe-49c4-ac63-eecb3e3835f4 2019-01-03 11:54:04,136 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:54:04,141 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6478c1a35fafccfe0c2207f1563f27bada9ece" 2019-01-03 11:54:04,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b01f105-d031-4e94-afee-8731bc57be2b x-compute-request-id: req-2b01f105-d031-4e94-afee-8731bc57be2b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:54:04,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2b01f105-d031-4e94-afee-8731bc57be2b 2019-01-03 11:54:04,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6478c1a35fafccfe0c2207f1563f27bada9ece" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:54:04,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cc95310-1186-491d-bd88-3299de4a7184 x-compute-request-id: req-3cc95310-1186-491d-bd88-3299de4a7184 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7a25270f-3189-456e-b7fc-68c45c21da81", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:54:04,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-3cc95310-1186-491d-bd88-3299de4a7184 2019-01-03 11:54:04,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:54:04,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:54:04,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["kfBXwrCpQXOmVfklhh6XNA"], "issued_at": "2019-01-03T11:54:04.000000Z"}} 2019-01-03 11:54:04,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa1041ea1e0e684f50e147718d07e58a1a573a2" 2019-01-03 11:54:04,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e94ba98-22ea-4033-87e5-e1bf1b285577 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:04,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e94ba98-22ea-4033-87e5-e1bf1b285577 2019-01-03 11:54:04,834 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:54:04,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa1041ea1e0e684f50e147718d07e58a1a573a2" 2019-01-03 11:54:05,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b804532d-1697-43db-b9f4-2b3e20e72851 x-compute-request-id: req-b804532d-1697-43db-b9f4-2b3e20e72851 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:54:05,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-b804532d-1697-43db-b9f4-2b3e20e72851 2019-01-03 11:54:05,030 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp... 2019-01-03 11:54:05,030 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:54:05,095 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp 2019-01-03 11:54:05,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa1041ea1e0e684f50e147718d07e58a1a573a2" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzwYZ2D9kSGMPtsdFP6HjnOKifFEN8mKEUCVnaKoA7W16otdxlJtne96rPas7S3o2UP4r/LEKnD9OEKRMSU4rhkWKLXFZgpD9mKcR5QdEXv60PSXgQWtwV+SSze3xfKNI5tphdjJUq6mZ30N6SCtPiiwEcnoi+ZOcsWdqx09eqNQ==", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp"}}' 2019-01-03 11:54:05,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc754a61-60c2-458d-a78a-5fe4ca6dbdde x-compute-request-id: req-dc754a61-60c2-458d-a78a-5fe4ca6dbdde Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzwYZ2D9kSGMPtsdFP6HjnOKifFEN8mKEUCVnaKoA7W16otdxlJtne96rPas7S3o2UP4r/LEKnD9OEKRMSU4rhkWKLXFZgpD9mKcR5QdEXv60PSXgQWtwV+SSze3xfKNI5tphdjJUq6mZ30N6SCtPiiwEcnoi+ZOcsWdqx09eqNQ==", "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "fingerprint": "3d:9c:d6:81:d1:a2:2f:2f:49:95:22:52:61:13:14:ee"}} 2019-01-03 11:54:05,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-dc754a61-60c2-458d-a78a-5fe4ca6dbdde 2019-01-03 11:54:05,155 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab.pub 2019-01-03 11:54:05,156 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab 2019-01-03 11:54:05,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:54:05,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:54:05,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:54:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["fEH3hd8zSdqp_g9D3-4_3w"], "issued_at": "2019-01-03T11:54:05.000000Z"}} 2019-01-03 11:54:05,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:05,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c2172b-9059-4e3e-8eae-92ed65b4e7c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:05,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-89c2172b-9059-4e3e-8eae-92ed65b4e7c9 2019-01-03 11:54:05,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:05,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bab3d472-0a26-4d5f-bafe-3f11c91a9ef2 Date: Thu, 03 Jan 2019 11:54:05 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:54:05,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp used request id req-bab3d472-0a26-4d5f-bafe-3f11c91a9ef2 2019-01-03 11:54:05,791 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp... 2019-01-03 11:54:05,791 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp 2019-01-03 11:54:05,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}}' 2019-01-03 11:54:06,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-f98e3787-ab0a-4c66-915d-4bc23a92bdb8 Date: Thu, 03 Jan 2019 11:54:06 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 2, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}} 2019-01-03 11:54:06,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-f98e3787-ab0a-4c66-915d-4bc23a92bdb8 2019-01-03 11:54:06,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:06,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:06,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12dbf601-5808-42ae-8c6f-2f5eec539953 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:06,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-12dbf601-5808-42ae-8c6f-2f5eec539953 2019-01-03 11:54:06,501 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:06,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:06,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-33e5e7ad-4165-4ceb-9737-d56902e2719c Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:06,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-33e5e7ad-4165-4ceb-9737-d56902e2719c 2019-01-03 11:54:06,665 - neutron_utils - INFO - Retrieving security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:06,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:06,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-acd615f7-ec6d-426c-ab00-6eb45c20def3 Date: Thu, 03 Jan 2019 11:54:06 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 2, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]} 2019-01-03 11:54:06,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-acd615f7-ec6d-426c-ab00-6eb45c20def3 2019-01-03 11:54:06,876 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:06,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0a5e55c-1d83-4fff-9270-7e85e03959e8 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:07,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-c0a5e55c-1d83-4fff-9270-7e85e03959e8 2019-01-03 11:54:07,052 - neutron_utils - INFO - Retrieving security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:07,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-fc0b457c-2de8-4c76-a0d7-8b72f8d8e42f Date: Thu, 03 Jan 2019 11:54:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 2, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]} 2019-01-03 11:54:07,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-fc0b457c-2de8-4c76-a0d7-8b72f8d8e42f 2019-01-03 11:54:07,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:07,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e0bf849-22f8-478f-8ae0-7817bd3ba073 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:07,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-1e0bf849-22f8-478f-8ae0-7817bd3ba073 2019-01-03 11:54:07,325 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp 2019-01-03 11:54:07,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-e5aa2fd8-b942-43ea-82f6-8ff1e4621f83 Date: Thu, 03 Jan 2019 11:54:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 2, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]} 2019-01-03 11:54:07,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp used request id req-e5aa2fd8-b942-43ea-82f6-8ff1e4621f83 2019-01-03 11:54:07,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:54:07,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:54:07,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4afe5c4e-1f91-4345-a2f6-f8b0c211a4b2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:07,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-4afe5c4e-1f91-4345-a2f6-f8b0c211a4b2 2019-01-03 11:54:07,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:07,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:07,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ca2b7c8-9733-45fe-bae3-198b250476b2 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:07,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-3ca2b7c8-9733-45fe-bae3-198b250476b2 2019-01-03 11:54:07,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}fe0410a7f1d7223549219350ddbc1017275b79ef" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2"}}' 2019-01-03 11:54:07,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-41e10ff6-1df7-4ece-8086-17d81c61100c Date: Thu, 03 Jan 2019 11:54:07 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": "2019-01-03T11:54:07Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:07Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "74f810d9-e799-4361-af1b-a09683b2e8f2"}} 2019-01-03 11:54:07,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-41e10ff6-1df7-4ece-8086-17d81c61100c 2019-01-03 11:54:07,991 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp 2019-01-03 11:54:07,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:08,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-3f46da2b-1119-4ab8-9d72-9a3b0a35dec2 Date: Thu, 03 Jan 2019 11:54:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:07Z", "revision_number": 0, "id": "74f810d9-e799-4361-af1b-a09683b2e8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:07Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 3, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]} 2019-01-03 11:54:08,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp used request id req-3f46da2b-1119-4ab8-9d72-9a3b0a35dec2 2019-01-03 11:54:08,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:08,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe8b834-c227-4385-9f42-60d438126c6f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:08,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-7fe8b834-c227-4385-9f42-60d438126c6f 2019-01-03 11:54:08,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:08,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:08,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-453c3c11-830b-405c-a164-aada0a2bab96 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:07Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:07Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "74f810d9-e799-4361-af1b-a09683b2e8f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:08,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-453c3c11-830b-405c-a164-aada0a2bab96 2019-01-03 11:54:08,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}fe0410a7f1d7223549219350ddbc1017275b79ef" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2"}}' 2019-01-03 11:54:08,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-95367a83-5413-4873-b835-6cb6a0705ac9 Date: Thu, 03 Jan 2019 11:54:08 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": "2019-01-03T11:54:08Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": 22, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:08Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "3b067c8e-88d0-4dff-94f7-c6c879a6afe8"}} 2019-01-03 11:54:08,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-95367a83-5413-4873-b835-6cb6a0705ac9 2019-01-03 11:54:08,620 - neutron_utils - INFO - Retrieving security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:08,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:08,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-78aa2e51-3f02-444d-8856-ce797a8ba518 Date: Thu, 03 Jan 2019 11:54:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "updated_at": "2019-01-03T11:54:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "0a6496c8-4183-435c-a55a-8f3ec2291673", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:54:08Z", "revision_number": 0, "id": "3b067c8e-88d0-4dff-94f7-c6c879a6afe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:08Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:07Z", "revision_number": 0, "id": "74f810d9-e799-4361-af1b-a09683b2e8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:07Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "revision_number": 0, "id": "ecba04b0-afd3-4123-9257-a0e49697f95c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 4, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]} 2019-01-03 11:54:08,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-78aa2e51-3f02-444d-8856-ce797a8ba518 2019-01-03 11:54:08,674 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fc3eddf9-5668-427f-9bf9-6f01caff55e2 2019-01-03 11:54:08,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:08,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c93520ac-26ee-4536-b5c1-c314b98f8378 Date: Thu, 03 Jan 2019 11:54: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": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "0a6496c8-4183-435c-a55a-8f3ec2291673"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:54:08Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": 22, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:08Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "3b067c8e-88d0-4dff-94f7-c6c879a6afe8"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:07Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:07Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "74f810d9-e799-4361-af1b-a09683b2e8f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:54:06Z", "security_group_id": "fc3eddf9-5668-427f-9bf9-6f01caff55e2", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:06Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "ecba04b0-afd3-4123-9257-a0e49697f95c"}]} 2019-01-03 11:54:08,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-c93520ac-26ee-4536-b5c1-c314b98f8378 2019-01-03 11:54:08,858 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:54:08,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:54:09,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:54:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["qfhkzjt-RKynMvIFoMTSKQ"], "issued_at": "2019-01-03T11:54:09.000000Z"}} 2019-01-03 11:54:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:09,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b0c461-7578-4664-9afe-7a2fa9fba1ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:09,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-72b0c461-7578-4664-9afe-7a2fa9fba1ec 2019-01-03 11:54:09,329 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:54:09,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:09,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c403fd3c-ad80-4685-922c-0c2c80bac446 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:09,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c403fd3c-ad80-4685-922c-0c2c80bac446 2019-01-03 11:54:09,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:09,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7dec09fd-4312-43b5-97f4-9ec1eb164d03 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:09,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-7dec09fd-4312-43b5-97f4-9ec1eb164d03 2019-01-03 11:54:09,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:54:09,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:54:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:54:09,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:09,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d112ce-d46d-4e56-a012-695cc2623d9c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:09,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-07d112ce-d46d-4e56-a012-695cc2623d9c 2019-01-03 11:54:09,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:09,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcc52c4d-3f9b-469d-a8aa-8320c992d756 Date: Thu, 03 Jan 2019 11:54:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-bcc52c4d-3f9b-469d-a8aa-8320c992d756 2019-01-03 11:54:10,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:10,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-33fd3d9c-b730-4535-aa1e-03098d396a7e Date: Thu, 03 Jan 2019 11:54:10 GMT RESP BODY: {"ports":[]} 2019-01-03 11:54:10,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True used request id req-33fd3d9c-b730-4535-aa1e-03098d396a7e 2019-01-03 11:54:10,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:10,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f9c2c32-3f01-4284-aa11-96d91f792b18 x-compute-request-id: req-2f9c2c32-3f01-4284-aa11-96d91f792b18 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:54:10,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst used request id req-2f9c2c32-3f01-4284-aa11-96d91f792b18 2019-01-03 11:54:10,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:10,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8411ad4f-6c5a-45ce-9721-cfed6601c39f Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:10,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-8411ad4f-6c5a-45ce-9721-cfed6601c39f 2019-01-03 11:54:10,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:10,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07eb394c-3adc-4634-b717-266b06ac6b84 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:10,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-07eb394c-3adc-4634-b717-266b06ac6b84 2019-01-03 11:54:10,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:11,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-20087915-b0ef-43e6-b439-37bf82ce95ce Date: Thu, 03 Jan 2019 11:54:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:11,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-20087915-b0ef-43e6-b439-37bf82ce95ce 2019-01-03 11:54:11,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:11,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ac9cfaf-2352-4d42-8171-c4eb46010e9f Date: Thu, 03 Jan 2019 11:54:11 GMT RESP BODY: {"ports":[]} 2019-01-03 11:54:11,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True used request id req-8ac9cfaf-2352-4d42-8171-c4eb46010e9f 2019-01-03 11:54:11,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:54:11,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:54:11,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c1959a01e9ad4f1eacd2a6b8acd881ad", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role"}], "expires_at": "2019-01-03T12:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5bd459991d44679b76a3f13fbcdfb14", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/e5bd459991d44679b76a3f13fbcdfb14", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-user", "id": "6d8fe87494844ebfbe8cd2a6d770bdbc"}, "audit_ids": ["Gb7UO2q7R8aGwgkdwFJiKQ"], "issued_at": "2019-01-03T11:54:11.000000Z"}} 2019-01-03 11:54:11,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd59778e81787d701bf5bbed64731ea5e389633" 2019-01-03 11:54:11,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d69629-b41b-49a7-90ec-d8b8f5d9a595 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:54:11,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d3d69629-b41b-49a7-90ec-d8b8f5d9a595 2019-01-03 11:54:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:11,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-195570ad-f81e-4483-9f1b-5b6e6aafc080 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:11,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-195570ad-f81e-4483-9f1b-5b6e6aafc080 2019-01-03 11:54:11,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:12,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a3c7806-0e64-44f6-8c56-a911115388e4 Date: Thu, 03 Jan 2019 11:54:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:12,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-9a3c7806-0e64-44f6-8c56-a911115388e4 2019-01-03 11:54:12,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:12,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7f219206-04ba-431f-81bf-8ad190da3021 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:12,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-7f219206-04ba-431f-81bf-8ad190da3021 2019-01-03 11:54:12,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:54:12,306 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:54: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:54:12,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcd59778e81787d701bf5bbed64731ea5e389633" 2019-01-03 11:54:12,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41c2888-8f31-4794-8972-589c213e0c63 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:12,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-b41c2888-8f31-4794-8972-589c213e0c63 2019-01-03 11:54:12,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:12,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5ddd5780-2ea8-403c-9b5e-fadc9cbddf0b Date: Thu, 03 Jan 2019 11:54:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:12,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-5ddd5780-2ea8-403c-9b5e-fadc9cbddf0b 2019-01-03 11:54:12,604 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net 2019-01-03 11:54:12,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" -d '{"port": {"network_id": "9d9b0949-b7ad-48bd-98e9-0215b5209f9a", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1", "admin_state_up": true}}' 2019-01-03 11:54:13,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-e4a67cff-548c-48dc-a7b2-ca5e954e107c Date: Thu, 03 Jan 2019 11:54:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5"],"mac_address":"fa:16:3e:27:c7:45","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","project_id":"e5bd459991d44679b76a3f13fbcdfb14","qos_policy_id":null,"admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal"}} 2019-01-03 11:54:13,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-e4a67cff-548c-48dc-a7b2-ca5e954e107c 2019-01-03 11:54:13,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:13,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dcf283f4-089c-49d0-8e7a-88c194379376 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:13,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-dcf283f4-089c-49d0-8e7a-88c194379376 2019-01-03 11:54:13,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:13,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec73adf3-46ac-48d6-9936-fbbec6817641 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:13,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-ec73adf3-46ac-48d6-9936-fbbec6817641 2019-01-03 11:54:13,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:13,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f5c7a6ec-3ced-4f26-8f6a-e6d858d84263 Date: Thu, 03 Jan 2019 11:54:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:13,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-f5c7a6ec-3ced-4f26-8f6a-e6d858d84263 2019-01-03 11:54:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-d6d549bc-4dda-4c27-b2f6-ca2191bfd827 Date: Thu, 03 Jan 2019 11:54:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:54:14,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1&admin_state_up=True used request id req-d6d549bc-4dda-4c27-b2f6-ca2191bfd827 2019-01-03 11:54:14,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfeab4f-f12d-4bc1-b225-89b43850ea99 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:14,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-3cfeab4f-f12d-4bc1-b225-89b43850ea99 2019-01-03 11:54:14,213 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst 2019-01-03 11:54:14,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0dc48c1-28ee-4cd8-9850-fe363c21a27b x-compute-request-id: req-a0dc48c1-28ee-4cd8-9850-fe363c21a27b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-flavor-name"}]} 2019-01-03 11:54:14,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-a0dc48c1-28ee-4cd8-9850-fe363c21a27b 2019-01-03 11:54:14,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c681e9b-7f03-4a86-8d93-b19da7fba24e x-compute-request-id: req-5c681e9b-7f03-4a86-8d93-b19da7fba24e Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7a25270f-3189-456e-b7fc-68c45c21da81", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:54:14,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81 used request id req-5c681e9b-7f03-4a86-8d93-b19da7fba24e 2019-01-03 11:54:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-d205aa13-8867-493b-b310-759e4c36c557 Date: Thu, 03 Jan 2019 11:54:14 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:53:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:53:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "metadata": {}}], "self": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "min_disk": 0, "protected": false, "id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "file": "/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e5bd459991d44679b76a3f13fbcdfb14", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/38b4264a-4a5f-4b4e-b498-454828f1a418/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image"} 2019-01-03 11:54:14,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image used request id req-d205aa13-8867-493b-b310-759e4c36c557 2019-01-03 11:54:14,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:14,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8bdcda7c-46c0-4c9d-b6a9-a7f9c0f73fd8 Date: Thu, 03 Jan 2019 11:54: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"}}} 2019-01-03 11:54:14,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-8bdcda7c-46c0-4c9d-b6a9-a7f9c0f73fd8 2019-01-03 11:54:14,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "imageRef": "38b4264a-4a5f-4b4e-b498-454828f1a418", "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "flavorRef": "7a25270f-3189-456e-b7fc-68c45c21da81", "max_count": 1, "min_count": 1, "networks": [{"port": "76e05662-c071-4860-b9b7-c5bd53d28e67"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}]}}' 2019-01-03 11:54:16,687 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d9b2a69-8e0c-4d3f-b2c1-2436833426a0 x-compute-request-id: req-5d9b2a69-8e0c-4d3f-b2c1-2436833426a0 Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "adminPass": "Udt92hesLq2Z"}} 2019-01-03 11:54:16,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-5d9b2a69-8e0c-4d3f-b2c1-2436833426a0 2019-01-03 11:54:16,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:17,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52a44cc1-37bd-45bd-9c7d-7b194c40a708 x-compute-request-id: req-52a44cc1-37bd-45bd-9c7d-7b194c40a708 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.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:54:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:17,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-52a44cc1-37bd-45bd-9c7d-7b194c40a708 2019-01-03 11:54:17,303 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst 2019-01-03 11:54:17,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:17,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8fc0f91-e40f-4a45-82b3-5614d869ea95 x-compute-request-id: req-e8fc0f91-e40f-4a45-82b3-5614d869ea95 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.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:54:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:17,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-e8fc0f91-e40f-4a45-82b3-5614d869ea95 2019-01-03 11:54:17,815 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - BUILD 2019-01-03 11:54:17,815 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:54:20,816 - create_instance - DEBUG - VM status query timeout in 896.48733902 2019-01-03 11:54:20,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:21,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54: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-1a0f69ac-41c5-4237-ad95-4c0a58293f21 x-compute-request-id: req-1a0f69ac-41c5-4237-ad95-4c0a58293f21 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.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:54:18Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:21,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-1a0f69ac-41c5-4237-ad95-4c0a58293f21 2019-01-03 11:54:21,423 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - BUILD 2019-01-03 11:54:21,423 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:54:24,426 - create_instance - DEBUG - VM status query timeout in 892.877207994 2019-01-03 11:54:24,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:24,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e13a807-0068-4298-8e22-9d557dc966d5 x-compute-request-id: req-9e13a807-0068-4298-8e22-9d557dc966d5 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:24,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-9e13a807-0068-4298-8e22-9d557dc966d5 2019-01-03 11:54:24,933 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:24,934 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:54:24,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:25,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1315723-7a5c-4dcd-b32f-4a2f4cb15381 x-compute-request-id: req-e1315723-7a5c-4dcd-b32f-4a2f4cb15381 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:25,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-e1315723-7a5c-4dcd-b32f-4a2f4cb15381 2019-01-03 11:54:25,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:25,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fd897609-6951-4236-9d44-b666138b2aec Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:25,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-fd897609-6951-4236-9d44-b666138b2aec 2019-01-03 11:54:25,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:25,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18369961-0017-40db-8cd6-bd473e5b2dc7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:25,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-18369961-0017-40db-8cd6-bd473e5b2dc7 2019-01-03 11:54:25,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:26,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-909b797e-cc9d-4367-b0b0-94d998e907e1 Date: Thu, 03 Jan 2019 11:54:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:26,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-909b797e-cc9d-4367-b0b0-94d998e907e1 2019-01-03 11:54:26,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:26,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-df23c58f-b106-4069-8706-d20c91980705 Date: Thu, 03 Jan 2019 11:54:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:26,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-df23c58f-b106-4069-8706-d20c91980705 2019-01-03 11:54:26,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:26,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0444bbd2-5480-4b9d-9800-137f68006e6c x-compute-request-id: req-0444bbd2-5480-4b9d-9800-137f68006e6c Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:26,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-0444bbd2-5480-4b9d-9800-137f68006e6c 2019-01-03 11:54:26,695 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:26,695 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:54:26,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:27,447 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25de068a-ecef-473c-8c01-84800f204750 x-compute-request-id: req-25de068a-ecef-473c-8c01-84800f204750 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:27,447 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-25de068a-ecef-473c-8c01-84800f204750 2019-01-03 11:54:27,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:27,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1ccb335d-2253-4f00-be8e-5ea7ba7ab0c8 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:27,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-1ccb335d-2253-4f00-be8e-5ea7ba7ab0c8 2019-01-03 11:54:27,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:27,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78404024-7bba-41d2-bc0a-b7a94dc0b3fd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:27,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-78404024-7bba-41d2-bc0a-b7a94dc0b3fd 2019-01-03 11:54:27,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:27,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-39ca6f3b-d756-4d8d-b74a-36df9ff6c965 Date: Thu, 03 Jan 2019 11:54:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:27,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-39ca6f3b-d756-4d8d-b74a-36df9ff6c965 2019-01-03 11:54:27,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:27,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-ad878382-e857-430c-85bf-200b0b5cec5b Date: Thu, 03 Jan 2019 11:54:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:27,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-ad878382-e857-430c-85bf-200b0b5cec5b 2019-01-03 11:54:27,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}}' 2019-01-03 11:54:28,989 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:54:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b89673ec-96c0-46bd-90a4-ca01c9a74fba x-compute-request-id: req-b89673ec-96c0-46bd-90a4-ca01c9a74fba Content-Length: 0 Content-Type: application/json 2019-01-03 11:54:28,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c/action used request id req-b89673ec-96c0-46bd-90a4-ca01c9a74fba 2019-01-03 11:54:28,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:29,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-345e28f4-2815-46f8-9fdf-df1aec45ddeb x-compute-request-id: req-345e28f4-2815-46f8-9fdf-df1aec45ddeb Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:29,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-345e28f4-2815-46f8-9fdf-df1aec45ddeb 2019-01-03 11:54:29,601 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:29,601 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:54:29,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:30,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7efa9a28-8e3c-4c0f-b3a8-8f5ba0ef7c1c x-compute-request-id: req-7efa9a28-8e3c-4c0f-b3a8-8f5ba0ef7c1c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:30,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-7efa9a28-8e3c-4c0f-b3a8-8f5ba0ef7c1c 2019-01-03 11:54:30,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:30,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dfca2f41-5ddf-4f3c-abdb-9734e9a8f764 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:30,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-dfca2f41-5ddf-4f3c-abdb-9734e9a8f764 2019-01-03 11:54:30,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:30,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8b39ae0-48d9-4f62-bd18-d5a992e8f590 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:30,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-d8b39ae0-48d9-4f62-bd18-d5a992e8f590 2019-01-03 11:54:30,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:30,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3aa2d51c-70f5-42db-a846-c1d346c76add Date: Thu, 03 Jan 2019 11:54:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:30,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-3aa2d51c-70f5-42db-a846-c1d346c76add 2019-01-03 11:54:30,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:30,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-4f8fb6d6-2c74-4fe4-b4f3-d6f9f167ff82 Date: Thu, 03 Jan 2019 11:54:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5","fc3eddf9-5668-427f-9bf9-6f01caff55e2"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:30,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-4f8fb6d6-2c74-4fe4-b4f3-d6f9f167ff82 2019-01-03 11:54:30,777 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-03 11:54:30,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:31,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e9a1ee0-7aa4-47e2-9183-7b1366b421c3 x-compute-request-id: req-2e9a1ee0-7aa4-47e2-9183-7b1366b421c3 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:31,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-2e9a1ee0-7aa4-47e2-9183-7b1366b421c3 2019-01-03 11:54:31,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:54:32,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54: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-afd48a40-bcab-4864-aaab-4e5660aa5f38 x-compute-request-id: req-afd48a40-bcab-4864-aaab-4e5660aa5f38 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 644328480 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.133084] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134729] pid_max: default: 32768 minimum: 301\n[ 0.135617] ACPI: Core revision 20150930\n[ 0.136998] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138289] Security Framework initialized\n[ 0.139103] Yama: becoming mindful.\n[ 0.139826] AppArmor: AppArmor initialized\n[ 0.140677] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141946] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143182] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144366] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145720] Initializing cgroup subsys io\n[ 0.146530] Initializing cgroup subsys memory\n[ 0.147377] Initializing cgroup subsys devices\n[ 0.148256] Initializing cgroup subsys freezer\n[ 0.149122] Initializing cgroup subsys net_cls\n[ 0.149981] Initializing cgroup subsys perf_event\n[ 0.150883] Initializing cgroup subsys net_prio\n[ 0.151760] Initializing cgroup subsys hugetlb\n[ 0.152637] Initializing cgroup subsys pids\n[ 0.153510] CPU: Physical Processor ID: 0\n[ 0.154990] mce: CPU supports 10 MCE banks\n[ 0.155826] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165504] ftrace: allocating 31920 entries in 125 pages\n[ 0.191723] smpboot: Max logical packages: 2\n[ 0.192619] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193805] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195140] x2apic enabled\n[ 0.195950] Switched APIC routing to physical x2apic.\n[ 0.197701] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198919] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202959] KVM setup paravirtual spinlock\n[ 0.204427] x86: Booting SMP configuration:\n[ 0.205321] .... node #0, CPUs: #1\n[ 0.206202] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.227862] x86: Booted up 1 node, 2 CPUs\n[ 0.227864] KVM setup async PF for cpu 1\n[ 0.227867] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230413] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.231906] devtmpfs: initialized\n[ 0.233616] evm: security.selinux\n[ 0.234310] evm: security.SMACK64\n[ 0.235002] evm: security.SMACK64EXEC\n[ 0.235741] evm: security.SMACK64TRANSMUTE\n[ 0.236551] evm: security.SMACK64MMAP\n[ 0.237292] evm: security.ima\n[ 0.237928] evm: security.capability\n[ 0.238759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240634] pinctrl core: initialized pinctrl subsystem\n[ 0.241731] RTC time: 11:54:22, date: 01/03/19\n[ 0.242708] NET: Registered protocol family 16\n[ 0.252631] cpuidle: using governor ladder\n[ 0.264654] cpuidle: using governor menu\n[ 0.265456] PCCT header not found.\n[ 0.266227] ACPI: bus type PCI registered\n[ 0.267028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268269] PCI: Using configuration type 1 for base access\n[ 0.281711] ACPI: Added _OSI(Module Device)\n[ 0.282549] ACPI: Added _OSI(Processor Device)\n[ 0.283402] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284297] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286676] ACPI: Interpreter enabled\n[ 0.287435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.292969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.294805] ACPI: (supports S0 S5)\n[ 0.295507] ACPI: Using IOAPIC for interrupt routing\n[ 0.296567] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.299954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301084] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.302312] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.303499] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.305729] acpiphp: Slot [3] registered\n[ 0.306538] acpiphp: Slot [4] registered\n[ 0.307338] acpiphp: Slot [5] registered\n[ 0.308134] acpiphp: Slot [6] registered\n[ 0.308927] acpiphp: Slot [7] registered\n[ 0.309742] acpiphp: Slot [8] registered\n[ 0.310557] acpiphp: Slot [9] registered\n[ 0.311348] acpiphp: Slot [10] registered\n[ 0.322406] acpiphp: Slot [11] registered\n[ 0.323223] acpiphp: Slot [12] registered\n[ 0.324030] acpiphp: Slot [13] registered\n[ 0.324835] acpiphp: Slot [14] registered\n[ 0.325638] acpiphp: Slot [15] registered\n[ 0.326449] acpiphp: Slot [16] registered\n[ 0.327254] acpiphp: Slot [17] registered\n[ 0.328056] acpiphp: Slot [18] registered\n[ 0.328857] acpiphp: Slot [19] registered\n[ 0.329658] acpiphp: Slot [20] registered\n[ 0.330497] acpiphp: Slot [21] registered\n[ 0.331295] acpiphp: Slot [22] registered\n[ 0.332107] acpiphp: Slot [23] registered\n[ 0.332918] acpiphp: Slot [24] registered\n[ 0.333720] acpiphp: Slot [25] registered\n[ 0.334528] acpiphp: Slot [26] registered\n[ 0.335332] acpiphp: Slot [27] registered\n[ 0.336142] acpiphp: Slot [28] registered\n[ 0.336947] acpiphp: Slot [29] registered\n[ 0.337754] acpiphp: Slot [30] registered\n[ 0.338566] acpiphp: Slot [31] registered\n[ 0.339365] PCI host bridge to bus 0000:00\n[ 0.340194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.341400] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.342603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.344040] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.345482] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.351725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.352978] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.354132] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.355378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.361839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.363273] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411507] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.412936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.414365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.415752] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417039] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.418445] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.419491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421049] vgaarb: loaded\n[ 0.421659] vgaarb: bridge control possible 0000:00:02.0\n[ 0.422795] SCSI subsystem initialized\n[ 0.423633] ACPI: bus type USB registered\n[ 0.424443] usbcore: registered new interface driver usbfs\n[ 0.425474] usbcore: registered new interface driver hub\n[ 0.426475] usbcore: registered new device driver usb\n[ 0.427575] PCI: Using ACPI for IRQ routing\n[ 0.428599] NetLabel: Initializing\n[ 0.429308] NetLabel: domain hash size = 128\n[ 0.430162] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.431132] NetLabel: unlabeled traffic allowed by default\n[ 0.432249] clocksource: Switched to clocksource kvm-clock\n[ 0.438150] AppArmor: AppArmor Filesystem Enabled\n[ 0.439107] pnp: PnP ACPI init\n[ 0.440033] pnp: PnP ACPI: found 5 devices\n[ 0.447198] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.448911] NET: Registered protocol family 2\n[ 0.449898] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.451169] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.452356] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.453522] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.455751] NET: Registered protocol family 1\n[ 0.456620] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.457712] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.458785] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.477430] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.496366] Trying to unpack rootfs image as initramfs...\n[ 0.553411] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.568869] Scanning for low memory corruption every 60 seconds\n[ 0.570585] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572053] audit: initializing netlink subsys (disabled)\n[ 0.573384] audit: type=2000 audit(1546516463.239:1): initialized\n[ 0.575056] Initialise system trusted keyring\n[ 0.576297] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.577795] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.580697] zbud: loaded\n[ 0.581646] VFS: Disk quotas dquot_6.6.0\n[ 0.582707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.584743] fuse init (API version 7.23)\n[ 0.585899] Key type big_key registered\n[ 0.586930] Allocating IMA MOK and blacklist keyrings.\n[ 0.588447] Key type asymmetric registered\n[ 0.589504] Asymmetric key parser 'x509' registered\n[ 0.590724] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.592621] io scheduler noop registered\n[ 0.593634] io scheduler deadline registered (default)\n[ 0.594903] io scheduler cfq registered\n[ 0.595976] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.597319] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.598938] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.600825] ACPI: Power Button [PWRF]\n[ 0.601952] GHES: HEST is not enabled!\n[ 0.627183] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677865] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680853] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704477] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707052] Linux agpgart interface v0.103\n[ 0.709366] brd: module loaded\n[ 0.710718] loop: module loaded\n[ 0.714590] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.716032] GPT:90111 != 20971519\n[ 0.716721] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717800] GPT:90111 != 20971519\n[ 0.718483] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719438] vda: vda1 vda15\n[ 0.720905] scsi host0: ata_piix\n[ 0.721664] scsi host1: ata_piix\n[ 0.722369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.723570] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.725168] libphy: Fixed MDIO Bus: probed\n[ 0.725983] tun: Universal TUN/TAP device driver, 1.6\n[ 0.726927] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.728855] PPP generic driver version 2.4.2\n[ 0.729745] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730986] ehci-pci: EHCI PCI platform driver\n[ 0.731859] ehci-platform: EHCI generic platform driver\n[ 0.732860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.733993] ohci-pci: OHCI PCI platform driver\n[ 0.734890] ohci-platform: OHCI generic platform driver\n[ 0.735882] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.754611] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.755592] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.757045] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.758041] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.759150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.761805] usb usb1: Product: UHCI Host Controller\n[ 0.762743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.763888] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.764899] hub 1-0:1.0: USB hub found\n[ 0.765685] hub 1-0:1.0: 2 ports detected\n[ 0.766601] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.768738] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.769707] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.770747] mousedev: PS/2 mouse device common for all mice\n[ 0.771922] rtc_cmos 00:00: RTC can wake from S4\n[ 0.773144] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.774334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.776059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.777362] i2c /dev entries driver\n[ 0.778125] device-mapper: uevent: version 1.0.3\n[ 0.779068] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.780716] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.782053] NET: Registered protocol family 10\n[ 0.783081] NET: Registered protocol family 17\n[ 0.783976] Key type dns_resolver registered\n[ 0.784965] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786066] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.787156] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.788920] registered taskstats version 1\n[ 0.789764] Loading compiled-in X.509 certificates\n[ 0.791202] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.793056] zswap: loaded using pool lzo/zbud\n[ 0.794597] Key type trusted registered\n[ 0.796289] Key type encrypted registered\n[ 0.797117] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.798143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.799181] evm: HMAC attrs: 0x1\n[ 0.800154] Magic number: 3:250:933\n[ 0.801035] rtc_cmos 00:00: setting system clock to 2019-01-03 11:54:23 UTC (1546516463)\n[ 0.813041] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.814175] EDD information not available.\n[ 0.881618] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883178] Write protecting the kernel read-only data: 14336k\n[ 0.884796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.886649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\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.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... [ 1.266084] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.7...\nLease of 10.55.1.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.25. iid=i-00000104\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFxDCCyKLRexaqmXwF9hUfsRZ9VuNngRtLwvM8gkJJ8bJs9NkLj9qsaFok9Sjx6GYeebqzQkXoHAMMMtTIwNYGXXYAqgzO/cpsyWPZTYs7XHgapp4npBG3U3/J5mwgppWDuQFFYXZi1LwU8HfV+I0ynuvhG2swKb0JGXAvi9pl7cgRb3vpPrVjalB6DMqH7i5DATcRIjIvj2bVkk9/sPM3AyRg+x2GqG8Lygc1nerNttsyid9qB+GMiKQGHv0EcWER6mocw+9Eo2bTaLMXei9KUIWIt1cWfGOqhV3LbSor1EYi69JWp7jzMWzSRLQ+jKmIvFe2PY8BSqBGh4mCF2Mx root@createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa\nssh-dss AAAAB3NzaC1kc3MAAACBANnRO3IjNreMu72ATfQ6aX/qPZlVbpIvc4ZlfRJHPgojvWXg0Ef+j3O9vsr+QBlJnBP8Ugg7TFobsMpxC/hNHqsCesbf/MG241pmR6LI/xLk8bW04HLrbXMRIfj2QGeR3/otCGro+kEH/tH4HmNsFkOJH9mQGkMzzBXC95K1OPWHAAAAFQDytubKToOO3IZs7S/xQz3TIMZGbQAAAIEAlGz5oeBRzyz1o9PtSnyUNpM/WYQIQUsvylo2+y9sa1aQD1oPq/jfojtDbeHmr3XwJr3mI8VYmg0TRh26Jy55ewaGa2l8SnwNSIGQzrDHWb/HrX7J0bPLEMpwtB2iEqsC/4n+yChWCK3lM6T8LC6jkGGlNTlZtdWb37E2m+1yDeMAAACBAM0Ioav5QoHfkW8iwXMELDduBRiB/nXVcujN+j/IqqlFLFfJfCgFsPebT8QN09lQ/2M4qq1Yj1ew5iMANHaJFs6Y6O0aGK5XV/+i2tf609kz0xHEOajc6WVys5YKKRqEkGziH0COa99+VUqEzDuNBv5fvIeVNQXzVUNdC7NQUaTv root@createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe27:c745/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000104\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa login: "} 2019-01-03 11:54:32,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c/action used request id req-afd48a40-bcab-4864-aaab-4e5660aa5f38 2019-01-03 11:54:32,474 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:54:32,474 - 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 644328480 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.133084] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134729] pid_max: default: 32768 minimum: 301 [ 0.135617] ACPI: Core revision 20150930 [ 0.136998] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138289] Security Framework initialized [ 0.139103] Yama: becoming mindful. [ 0.139826] AppArmor: AppArmor initialized [ 0.140677] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141946] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143182] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144366] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145720] Initializing cgroup subsys io [ 0.146530] Initializing cgroup subsys memory [ 0.147377] Initializing cgroup subsys devices [ 0.148256] Initializing cgroup subsys freezer [ 0.149122] Initializing cgroup subsys net_cls [ 0.149981] Initializing cgroup subsys perf_event [ 0.150883] Initializing cgroup subsys net_prio [ 0.151760] Initializing cgroup subsys hugetlb [ 0.152637] Initializing cgroup subsys pids [ 0.153510] CPU: Physical Processor ID: 0 [ 0.154990] mce: CPU supports 10 MCE banks [ 0.155826] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159090] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165504] ftrace: allocating 31920 entries in 125 pages [ 0.191723] smpboot: Max logical packages: 2 [ 0.192619] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193805] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195140] x2apic enabled [ 0.195950] Switched APIC routing to physical x2apic. [ 0.197701] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198919] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201036] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202959] KVM setup paravirtual spinlock [ 0.204427] x86: Booting SMP configuration: [ 0.205321] .... node #0, CPUs: #1 [ 0.206202] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.227862] x86: Booted up 1 node, 2 CPUs [ 0.227864] KVM setup async PF for cpu 1 [ 0.227867] kvm-stealtime: cpu 1, msr f90d940 [ 0.230413] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.231906] devtmpfs: initialized [ 0.233616] evm: security.selinux [ 0.234310] evm: security.SMACK64 [ 0.235002] evm: security.SMACK64EXEC [ 0.235741] evm: security.SMACK64TRANSMUTE [ 0.236551] evm: security.SMACK64MMAP [ 0.237292] evm: security.ima [ 0.237928] evm: security.capability [ 0.238759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240634] pinctrl core: initialized pinctrl subsystem [ 0.241731] RTC time: 11:54:22, date: 01/03/19 [ 0.242708] NET: Registered protocol family 16 [ 0.252631] cpuidle: using governor ladder [ 0.264654] cpuidle: using governor menu [ 0.265456] PCCT header not found. [ 0.266227] ACPI: bus type PCI registered [ 0.267028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268269] PCI: Using configuration type 1 for base access [ 0.281711] ACPI: Added _OSI(Module Device) [ 0.282549] ACPI: Added _OSI(Processor Device) [ 0.283402] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284297] ACPI: Added _OSI(Processor Aggregator Device) [ 0.286676] ACPI: Interpreter enabled [ 0.287435] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289272] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291144] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.292969] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.294805] ACPI: (supports S0 S5) [ 0.295507] ACPI: Using IOAPIC for interrupt routing [ 0.296567] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.299954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301084] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.302312] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.303499] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.305729] acpiphp: Slot [3] registered [ 0.306538] acpiphp: Slot [4] registered [ 0.307338] acpiphp: Slot [5] registered [ 0.308134] acpiphp: Slot [6] registered [ 0.308927] acpiphp: Slot [7] registered [ 0.309742] acpiphp: Slot [8] registered [ 0.310557] acpiphp: Slot [9] registered [ 0.311348] acpiphp: Slot [10] registered [ 0.322406] acpiphp: Slot [11] registered [ 0.323223] acpiphp: Slot [12] registered [ 0.324030] acpiphp: Slot [13] registered [ 0.324835] acpiphp: Slot [14] registered [ 0.325638] acpiphp: Slot [15] registered [ 0.326449] acpiphp: Slot [16] registered [ 0.327254] acpiphp: Slot [17] registered [ 0.328056] acpiphp: Slot [18] registered [ 0.328857] acpiphp: Slot [19] registered [ 0.329658] acpiphp: Slot [20] registered [ 0.330497] acpiphp: Slot [21] registered [ 0.331295] acpiphp: Slot [22] registered [ 0.332107] acpiphp: Slot [23] registered [ 0.332918] acpiphp: Slot [24] registered [ 0.333720] acpiphp: Slot [25] registered [ 0.334528] acpiphp: Slot [26] registered [ 0.335332] acpiphp: Slot [27] registered [ 0.336142] acpiphp: Slot [28] registered [ 0.336947] acpiphp: Slot [29] registered [ 0.337754] acpiphp: Slot [30] registered [ 0.338566] acpiphp: Slot [31] registered [ 0.339365] PCI host bridge to bus 0000:00 [ 0.340194] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.341400] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.342603] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.344040] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.345482] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.351725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.352978] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.354132] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.355378] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.361839] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.363273] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.409964] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411507] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.412936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.414365] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.415752] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.417039] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.418445] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.419491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421049] vgaarb: loaded [ 0.421659] vgaarb: bridge control possible 0000:00:02.0 [ 0.422795] SCSI subsystem initialized [ 0.423633] ACPI: bus type USB registered [ 0.424443] usbcore: registered new interface driver usbfs [ 0.425474] usbcore: registered new interface driver hub [ 0.426475] usbcore: registered new device driver usb [ 0.427575] PCI: Using ACPI for IRQ routing [ 0.428599] NetLabel: Initializing [ 0.429308] NetLabel: domain hash size = 128 [ 0.430162] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.431132] NetLabel: unlabeled traffic allowed by default [ 0.432249] clocksource: Switched to clocksource kvm-clock [ 0.438150] AppArmor: AppArmor Filesystem Enabled [ 0.439107] pnp: PnP ACPI init [ 0.440033] pnp: PnP ACPI: found 5 devices [ 0.447198] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.448911] NET: Registered protocol family 2 [ 0.449898] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.451169] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.452356] TCP: Hash tables configured (established 2048 bind 2048) [ 0.453522] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.454592] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.455751] NET: Registered protocol family 1 [ 0.456620] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.457712] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.458785] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.477430] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.496366] Trying to unpack rootfs image as initramfs... [ 0.553411] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.568869] Scanning for low memory corruption every 60 seconds [ 0.570585] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572053] audit: initializing netlink subsys (disabled) [ 0.573384] audit: type=2000 audit(1546516463.239:1): initialized [ 0.575056] Initialise system trusted keyring [ 0.576297] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.577795] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.580697] zbud: loaded [ 0.581646] VFS: Disk quotas dquot_6.6.0 [ 0.582707] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.584743] fuse init (API version 7.23) [ 0.585899] Key type big_key registered [ 0.586930] Allocating IMA MOK and blacklist keyrings. [ 0.588447] Key type asymmetric registered [ 0.589504] Asymmetric key parser 'x509' registered [ 0.590724] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.592621] io scheduler noop registered [ 0.593634] io scheduler deadline registered (default) [ 0.594903] io scheduler cfq registered [ 0.595976] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.597319] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.598938] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.600825] ACPI: Power Button [PWRF] [ 0.601952] GHES: HEST is not enabled! [ 0.627183] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677865] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.680853] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704477] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707052] Linux agpgart interface v0.103 [ 0.709366] brd: module loaded [ 0.710718] loop: module loaded [ 0.714590] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.716032] GPT:90111 != 20971519 [ 0.716721] GPT:Alternate GPT header not at the end of the disk. [ 0.717800] GPT:90111 != 20971519 [ 0.718483] GPT: Use GNU Parted to correct GPT errors. [ 0.719438] vda: vda1 vda15 [ 0.720905] scsi host0: ata_piix [ 0.721664] scsi host1: ata_piix [ 0.722369] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.723570] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.725168] libphy: Fixed MDIO Bus: probed [ 0.725983] tun: Universal TUN/TAP device driver, 1.6 [ 0.726927] tun: (C) 1999-2004 Max Krasnyansky [ 0.728855] PPP generic driver version 2.4.2 [ 0.729745] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730986] ehci-pci: EHCI PCI platform driver [ 0.731859] ehci-platform: EHCI generic platform driver [ 0.732860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.733993] ohci-pci: OHCI PCI platform driver [ 0.734890] ohci-platform: OHCI generic platform driver [ 0.735882] uhci_hcd: USB Universal Host Controller Interface driver [ 0.754611] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.755592] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.757045] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.758041] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.759150] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.761805] usb usb1: Product: UHCI Host Controller [ 0.762743] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.763888] usb usb1: SerialNumber: 0000:00:01.2 [ 0.764899] hub 1-0:1.0: USB hub found [ 0.765685] hub 1-0:1.0: 2 ports detected [ 0.766601] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.768738] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.769707] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.770747] mousedev: PS/2 mouse device common for all mice [ 0.771922] rtc_cmos 00:00: RTC can wake from S4 [ 0.773144] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.774334] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.776059] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.777362] i2c /dev entries driver [ 0.778125] device-mapper: uevent: version 1.0.3 [ 0.779068] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.780716] ledtrig-cpu: registered to indicate activity on CPUs [ 0.782053] NET: Registered protocol family 10 [ 0.783081] NET: Registered protocol family 17 [ 0.783976] Key type dns_resolver registered [ 0.784965] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786066] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.787156] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.788920] registered taskstats version 1 [ 0.789764] Loading compiled-in X.509 certificates [ 0.791202] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.793056] zswap: loaded using pool lzo/zbud [ 0.794597] Key type trusted registered [ 0.796289] Key type encrypted registered [ 0.797117] AppArmor: AppArmor sha1 policy hashing enabled [ 0.798143] ima: No TPM chip found, activating TPM-bypass! [ 0.799181] evm: HMAC attrs: 0x1 [ 0.800154] Magic number: 3:250:933 [ 0.801035] rtc_cmos 00:00: setting system clock to 2019-01-03 11:54:23 UTC (1546516463) [ 0.813041] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.814175] EDD information not available. [ 0.881618] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883178] Write protecting the kernel read-only data: 14336k [ 0.884796] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.886649] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 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.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... [ 1.266084] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.7... Lease of 10.55.1.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.25. iid=i-00000104 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDFxDCCyKLRexaqmXwF9hUfsRZ9VuNngRtLwvM8gkJJ8bJs9NkLj9qsaFok9Sjx6GYeebqzQkXoHAMMMtTIwNYGXXYAqgzO/cpsyWPZTYs7XHgapp4npBG3U3/J5mwgppWDuQFFYXZi1LwU8HfV+I0ynuvhG2swKb0JGXAvi9pl7cgRb3vpPrVjalB6DMqH7i5DATcRIjIvj2bVkk9/sPM3AyRg+x2GqG8Lygc1nerNttsyid9qB+GMiKQGHv0EcWER6mocw+9Eo2bTaLMXei9KUIWIt1cWfGOqhV3LbSor1EYi69JWp7jzMWzSRLQ+jKmIvFe2PY8BSqBGh4mCF2Mx root@createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa ssh-dss AAAAB3NzaC1kc3MAAACBANnRO3IjNreMu72ATfQ6aX/qPZlVbpIvc4ZlfRJHPgojvWXg0Ef+j3O9vsr+QBlJnBP8Ugg7TFobsMpxC/hNHqsCesbf/MG241pmR6LI/xLk8bW04HLrbXMRIfj2QGeR3/otCGro+kEH/tH4HmNsFkOJH9mQGkMzzBXC95K1OPWHAAAAFQDytubKToOO3IZs7S/xQz3TIMZGbQAAAIEAlGz5oeBRzyz1o9PtSnyUNpM/WYQIQUsvylo2+y9sa1aQD1oPq/jfojtDbeHmr3XwJr3mI8VYmg0TRh26Jy55ewaGa2l8SnwNSIGQzrDHWb/HrX7J0bPLEMpwtB2iEqsC/4n+yChWCK3lM6T8LC6jkGGlNTlZtdWb37E2m+1yDeMAAACBAM0Ioav5QoHfkW8iwXMELDduBRiB/nXVcujN+j/IqqlFLFfJfCgFsPebT8QN09lQ/2M4qq1Yj1ew5iMANHaJFs6Y6O0aGK5XV/+i2tf609kz0xHEOajc6WVys5YKKRqEkGziH0COa99+VUqEzDuNBv5fvIeVNQXzVUNdC7NQUaTv root@createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe27:c745/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000104 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa launch-index: 0 === cirros: current=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-c1c27ae0-0765-47ae-a199-bee3aa login: 2019-01-03 11:54:32,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:32,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2e84604-f1a1-4efc-858b-0a83180ddb2f x-compute-request-id: req-c2e84604-f1a1-4efc-858b-0a83180ddb2f Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:32,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-c2e84604-f1a1-4efc-858b-0a83180ddb2f 2019-01-03 11:54:32,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:32,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4d2ffb27-9fe3-4d96-a760-04d322f6cb43 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:32,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-4d2ffb27-9fe3-4d96-a760-04d322f6cb43 2019-01-03 11:54:32,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc960a10-a97f-4c19-97bf-cc7eaab61a80 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:33,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-cc960a10-a97f-4c19-97bf-cc7eaab61a80 2019-01-03 11:54:33,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ca4fdb0-c501-41db-9090-d43a1a54e919 Date: Thu, 03 Jan 2019 11:54:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:33,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-8ca4fdb0-c501-41db-9090-d43a1a54e919 2019-01-03 11:54:33,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-f383659b-54c4-45fb-ada9-795357e26397 Date: Thu, 03 Jan 2019 11:54:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5","fc3eddf9-5668-427f-9bf9-6f01caff55e2"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:33,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-f383659b-54c4-45fb-ada9-795357e26397 2019-01-03 11:54:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-5ff1d216-9aad-413d-8383-2ab255ae4dcb Date: Thu, 03 Jan 2019 11:54:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:55Z", "admin_state_up": true, "updated_at": "2019-01-03T11:54:02Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router"}]} 2019-01-03 11:54:33,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router used request id req-5ff1d216-9aad-413d-8383-2ab255ae4dcb 2019-01-03 11:54:33,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989478ca-f112-4f24-9193-1080c4202c1d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:33,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-989478ca-f112-4f24-9193-1080c4202c1d 2019-01-03 11:54:33,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-2880a7ae-2455-4fb8-9d23-669706ca67e9 Date: Thu, 03 Jan 2019 11:54:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"}]} 2019-01-03 11:54:33,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 used request id req-2880a7ae-2455-4fb8-9d23-669706ca67e9 2019-01-03 11:54:33,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:33,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-bf4615d1-1d25-4f3a-a17a-fc6ad449b332 Date: Thu, 03 Jan 2019 11:54:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","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":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}} 2019-01-03 11:54:33,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae used request id req-bf4615d1-1d25-4f3a-a17a-fc6ad449b332 2019-01-03 11:54:33,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6c67d982-686c-4261-b304-1d5ca3b9ac87 Date: Thu, 03 Jan 2019 11:54:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:54:34,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-6c67d982-686c-4261-b304-1d5ca3b9ac87 2019-01-03 11:54:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:34,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-384b9185-6f7d-4f52-b01c-2616df80bce0 Date: Thu, 03 Jan 2019 11:54:34 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:54:34,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-384b9185-6f7d-4f52-b01c-2616df80bce0 2019-01-03 11:54:34,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:34,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d784dab6-baa4-4bcc-9f8f-5dcf24480f0f x-compute-request-id: req-d784dab6-baa4-4bcc-9f8f-5dcf24480f0f Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:34,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-d784dab6-baa4-4bcc-9f8f-5dcf24480f0f 2019-01-03 11:54:34,930 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:34,930 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:54:34,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:35,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d83da3c0-d37e-4c93-bd54-0d98aedfed22 x-compute-request-id: req-d83da3c0-d37e-4c93-bd54-0d98aedfed22 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:35,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-d83da3c0-d37e-4c93-bd54-0d98aedfed22 2019-01-03 11:54:35,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:35,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-89d9580e-73b0-4705-bdd2-1b09303d1350 Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:35,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-89d9580e-73b0-4705-bdd2-1b09303d1350 2019-01-03 11:54:35,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:35,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78734a00-b314-41b8-bf19-a16361d1aea2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:35,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-78734a00-b314-41b8-bf19-a16361d1aea2 2019-01-03 11:54:35,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:35,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6dcc6204-ef99-4070-83e6-e0680a3c8a2c Date: Thu, 03 Jan 2019 11:54:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:35,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-6dcc6204-ef99-4070-83e6-e0680a3c8a2c 2019-01-03 11:54:35,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:35,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-aec456cb-6021-460e-b554-cd4f02025951 Date: Thu, 03 Jan 2019 11:54:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5","fc3eddf9-5668-427f-9bf9-6f01caff55e2"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:35,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-aec456cb-6021-460e-b554-cd4f02025951 2019-01-03 11:54:35,901 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:54:35,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:36,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d75187a4-6a8a-48a3-bf78-19b18ba614fd Date: Thu, 03 Jan 2019 11:54:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:54:36,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-d75187a4-6a8a-48a3-bf78-19b18ba614fd 2019-01-03 11:54:36,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:36,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a23f6ce3-3c0f-4244-aa67-e34f3cf465f0 Date: Thu, 03 Jan 2019 11:54:36 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:54:36,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-a23f6ce3-3c0f-4244-aa67-e34f3cf465f0 2019-01-03 11:54:36,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "76e05662-c071-4860-b9b7-c5bd53d28e67"}}' 2019-01-03 11:54:38,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-efa41fec-7c1d-4200-8f14-d849bb193c03 Date: Thu, 03 Jan 2019 11:54:38 GMT RESP BODY: {"floatingip": {"router_id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:54:36Z", "updated_at": "2019-01-03T11:54:36Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_id": "76e05662-c071-4860-b9b7-c5bd53d28e67", "id": "44c35197-c887-4ffd-ba86-3b2bb76ebe62"}} 2019-01-03 11:54:38,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-efa41fec-7c1d-4200-8f14-d849bb193c03 2019-01-03 11:54:38,018 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:54:38,019 - create_instance - INFO - Checking if VM is active 2019-01-03 11:54:38,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:38,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54: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-7215aec2-d7b9-4057-a6ca-49e99259ef62 x-compute-request-id: req-7215aec2-d7b9-4057-a6ca-49e99259ef62 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:38,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-7215aec2-d7b9-4057-a6ca-49e99259ef62 2019-01-03 11:54:38,476 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:38,476 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:54:38,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:38,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54: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-f1d03dcc-eb98-4849-b2a7-1fe24da836fa x-compute-request-id: req-f1d03dcc-eb98-4849-b2a7-1fe24da836fa Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c7:45", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp"}], "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:22Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:38,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-f1d03dcc-eb98-4849-b2a7-1fe24da836fa 2019-01-03 11:54:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:39,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9e9f540a-b798-4dbf-bd9c-00b07cca507b Date: Thu, 03 Jan 2019 11:54: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":["c760ea17-7802-4734-9e1d-96947d3639ae"],"updated_at":"2019-01-03T11:53:52Z","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net"}]} 2019-01-03 11:54:39,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net used request id req-9e9f540a-b798-4dbf-bd9c-00b07cca507b 2019-01-03 11:54:39,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:39,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e57f9c-b6ab-4040-89db-2dd9fd25d211 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:39,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-77e57f9c-b6ab-4040-89db-2dd9fd25d211 2019-01-03 11:54:39,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:39,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b8c19f82-5481-47c3-8344-7c05d2903817 Date: Thu, 03 Jan 2019 11:54:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:52Z","dns_nameservers":[],"updated_at":"2019-01-03T11:53:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","id":"c760ea17-7802-4734-9e1d-96947d3639ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet"}]} 2019-01-03 11:54:39,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-b8c19f82-5481-47c3-8344-7c05d2903817 2019-01-03 11:54:39,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:39,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-8a985ec2-ccd0-4910-a473-8c928898b5a5 Date: Thu, 03 Jan 2019 11:54:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.4"}],"id":"04d8a9ab-eab7-42e8-8536-5d29c35e95ea","security_groups":[],"mac_address":"fa:16:3e:9e:6f:24","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:54Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.1"}],"id":"42f41b95-6715-43f1-8cea-b5cd83d9bb80","security_groups":[],"mac_address":"fa:16:3e:ae:73:b7","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:01Z","binding:vnic_type":"normal","device_id":"6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.2"}],"id":"5e78b25f-bfdf-4c07-a6e6-5500a33c894d","security_groups":[],"mac_address":"fa:16:3e:6b:68:64","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:54:28Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.7"}],"id":"76e05662-c071-4860-b9b7-c5bd53d28e67","security_groups":["5d5e2c10-2456-4889-ab65-e006f575efd5","fc3eddf9-5668-427f-9bf9-6f01caff55e2"],"mac_address":"fa:16:3e:27:c7:45","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:54:13Z","binding:vnic_type":"normal","device_id":"fcaa0776-55bf-4495-b8e0-4fa8e248da6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:53:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c760ea17-7802-4734-9e1d-96947d3639ae","ip_address":"10.55.1.3"}],"id":"b97324b9-ccb0-4a6a-b0c9-1c8fac5e0779","security_groups":[],"mac_address":"fa:16:3e:b6:2e:ff","project_id":"e5bd459991d44679b76a3f13fbcdfb14","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d9b0949-b7ad-48bd-98e9-0215b5209f9a","tenant_id":"e5bd459991d44679b76a3f13fbcdfb14","created_at":"2019-01-03T11:53:53Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d9b0949-b7ad-48bd-98e9-0215b5209f9a"}]} 2019-01-03 11:54:39,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-8a985ec2-ccd0-4910-a473-8c928898b5a5 2019-01-03 11:54:39,310 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:54:39,313 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ec59790L 2019-01-03 11:54:39,313 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:54:39,314 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:54:39,314 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:54:39,315 - 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 2019-01-03 11:54:39,315 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:54:39,315 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:54:39,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:54:39,316 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:54:39,316 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:54:39,333 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:54:39,334 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:54:39,346 - paramiko.transport - DEBUG - Trying key 3d9cd681d1a22f2f49952252611314ee from tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab 2019-01-03 11:54:39,372 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:54:39,375 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:54:39,476 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:54:39,492 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:54:39,492 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:54:39,494 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ec9e590L 2019-01-03 11:54:39,494 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:54:39,495 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:54:39,495 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:54:39,496 - 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 2019-01-03 11:54:39,496 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:54:39,496 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:54:39,496 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:54:39,497 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:54:39,497 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:54:39,514 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:54:39,514 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:54:39,527 - paramiko.transport - DEBUG - Trying key 3d9cd681d1a22f2f49952252611314ee from tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab 2019-01-03 11:54:39,552 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:54:39,555 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:54:39,559 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:54:39,560 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:54:39,560 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:54:39,561 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:54:39,563 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:54:39,564 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-03 11:54:39,564 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-03 11:54:39,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/44c35197-c887-4ffd-ba86-3b2bb76ebe62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:40,383 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1063876-bd72-44ec-be5d-7fb1d562b260 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:40,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/44c35197-c887-4ffd-ba86-3b2bb76ebe62 used request id req-a1063876-bd72-44ec-be5d-7fb1d562b260 2019-01-03 11:54:40,384 - create_instance - INFO - Deleting Port with ID - 76e05662-c071-4860-b9b7-c5bd53d28e67 2019-01-03 11:54:40,384 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eabport-1 2019-01-03 11:54:40,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/76e05662-c071-4860-b9b7-c5bd53d28e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:40,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b8b7e44-3ca5-435e-ac54-e3a0b527655e Date: Thu, 03 Jan 2019 11:54:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:40,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/76e05662-c071-4860-b9b7-c5bd53d28e67 used request id req-3b8b7e44-3ca5-435e-ac54-e3a0b527655e 2019-01-03 11:54:40,887 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst 2019-01-03 11:54:40,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:41,034 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4db568b-a0ab-4181-8948-9a293e94bf6a x-compute-request-id: req-c4db568b-a0ab-4181-8948-9a293e94bf6a Content-Type: application/json 2019-01-03 11:54:41,034 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-c4db568b-a0ab-4181-8948-9a293e94bf6a 2019-01-03 11:54:41,034 - create_instance - INFO - Checking deletion status 2019-01-03 11:54:41,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:41,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd23cae4-e164-48a1-9a17-e2c355d726b8 x-compute-request-id: req-dd23cae4-e164-48a1-9a17-e2c355d726b8 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:40Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:41,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-dd23cae4-e164-48a1-9a17-e2c355d726b8 2019-01-03 11:54:41,293 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:41,293 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:54:44,296 - create_instance - DEBUG - VM status query timeout in 296.738147974 2019-01-03 11:54:44,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:44,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1282a20-f7e6-4d2a-90b6-09cfd46d355f x-compute-request-id: req-d1282a20-f7e6-4d2a-90b6-09cfd46d355f Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "rel": "bookmark"}], "image": {"id": "38b4264a-4a5f-4b4e-b498-454828f1a418", "links": [{"href": "http://172.30.9.28:8774/images/38b4264a-4a5f-4b4e-b498-454828f1a418", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:54:22.000000", "flavor": {"id": "7a25270f-3189-456e-b7fc-68c45c21da81", "links": [{"href": "http://172.30.9.28:8774/flavors/7a25270f-3189-456e-b7fc-68c45c21da81", "rel": "bookmark"}]}, "id": "fcaa0776-55bf-4495-b8e0-4fa8e248da6c", "user_id": "6d8fe87494844ebfbe8cd2a6d770bdbc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:54:40Z", "hostId": "ccbbb3b6b338801fb9675dea01a94940a1393be84396db676d63b4ea", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp", "name": "CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst", "created": "2019-01-03T11:54:16Z", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:54:44,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-d1282a20-f7e6-4d2a-90b6-09cfd46d355f 2019-01-03 11:54:44,565 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst] is - ACTIVE 2019-01-03 11:54:44,565 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:54:47,569 - create_instance - DEBUG - VM status query timeout in 293.465744019 2019-01-03 11:54:47,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d41ce22aa43f1182f2936426cc43be7d3167c" 2019-01-03 11:54:47,629 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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-118b6d68-50f9-4c34-afc4-0f5b856531db x-compute-request-id: req-118b6d68-50f9-4c34-afc4-0f5b856531db Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fcaa0776-55bf-4495-b8e0-4fa8e248da6c could not be found.", "code": 404}} 2019-01-03 11:54:47,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/fcaa0776-55bf-4495-b8e0-4fa8e248da6c used request id req-118b6d68-50f9-4c34-afc4-0f5b856531db 2019-01-03 11:54:47,630 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fcaa0776-55bf-4495-b8e0-4fa8e248da6c could not be found. (HTTP 404) (Request-ID: req-118b6d68-50f9-4c34-afc4-0f5b856531db) 2019-01-03 11:54:47,630 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-inst 2019-01-03 11:54:47,631 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp 2019-01-03 11:54:47,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6aa1041ea1e0e684f50e147718d07e58a1a573a2" 2019-01-03 11:54:47,673 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-4799d84d-05ac-4819-8d8f-8eea8f6fe6b3 x-compute-request-id: req-4799d84d-05ac-4819-8d8f-8eea8f6fe6b3 Content-Length: 0 Content-Type: application/json 2019-01-03 11:54:47,674 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-kp used request id req-4799d84d-05ac-4819-8d8f-8eea8f6fe6b3 2019-01-03 11:54:47,674 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab.pub] 2019-01-03 11:54:47,674 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab] 2019-01-03 11:54:47,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a6478c1a35fafccfe0c2207f1563f27bada9ece" 2019-01-03 11:54:47,716 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-e2b63789-6749-4f56-8f86-d35b28e748c7 x-compute-request-id: req-e2b63789-6749-4f56-8f86-d35b28e748c7 Content-Length: 0 Content-Type: application/json 2019-01-03 11:54:47,716 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7a25270f-3189-456e-b7fc-68c45c21da81 used request id req-e2b63789-6749-4f56-8f86-d35b28e748c7 2019-01-03 11:54:47,717 - neutron_utils - INFO - Deleting security group rule with ID - 74f810d9-e799-4361-af1b-a09683b2e8f2 2019-01-03 11:54:47,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/74f810d9-e799-4361-af1b-a09683b2e8f2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:47,836 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4fc19ec8-b5fa-47eb-98d5-f365decdc846 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:47,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/74f810d9-e799-4361-af1b-a09683b2e8f2 used request id req-4fc19ec8-b5fa-47eb-98d5-f365decdc846 2019-01-03 11:54:47,836 - neutron_utils - INFO - Deleting security group rule with ID - ecba04b0-afd3-4123-9257-a0e49697f95c 2019-01-03 11:54:47,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ecba04b0-afd3-4123-9257-a0e49697f95c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:48,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d707a3b8-d0a4-484e-b33d-71299c05e485 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:48,120 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ecba04b0-afd3-4123-9257-a0e49697f95c used request id req-d707a3b8-d0a4-484e-b33d-71299c05e485 2019-01-03 11:54:48,120 - neutron_utils - INFO - Deleting security group rule with ID - 0a6496c8-4183-435c-a55a-8f3ec2291673 2019-01-03 11:54:48,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/0a6496c8-4183-435c-a55a-8f3ec2291673 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:48,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25635095-f50e-4bca-891a-980cfcad63f4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:48,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/0a6496c8-4183-435c-a55a-8f3ec2291673 used request id req-25635095-f50e-4bca-891a-980cfcad63f4 2019-01-03 11:54:48,261 - neutron_utils - INFO - Deleting security group rule with ID - 3b067c8e-88d0-4dff-94f7-c6c879a6afe8 2019-01-03 11:54:48,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/3b067c8e-88d0-4dff-94f7-c6c879a6afe8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:48,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d5d7552-3ae3-4275-83a3-58e29c867f88 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:48,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/3b067c8e-88d0-4dff-94f7-c6c879a6afe8 used request id req-2d5d7552-3ae3-4275-83a3-58e29c867f88 2019-01-03 11:54:48,573 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-sec-grp 2019-01-03 11:54:48,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/fc3eddf9-5668-427f-9bf9-6f01caff55e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe0410a7f1d7223549219350ddbc1017275b79ef" 2019-01-03 11:54:48,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e5958a7-71db-4341-99ae-e65fd23d591a Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:48,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/fc3eddf9-5668-427f-9bf9-6f01caff55e2 used request id req-4e5958a7-71db-4341-99ae-e65fd23d591a 2019-01-03 11:54:48,891 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router and subnet CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet 2019-01-03 11:54:48,891 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:54:48,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" -d '{"subnet_id": "c760ea17-7802-4734-9e1d-96947d3639ae"}' 2019-01-03 11:54:50,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9399ac53-0e68-46b0-a300-6daad3b38c13 Date: Thu, 03 Jan 2019 11:54:50 GMT RESP BODY: {"network_id": "9d9b0949-b7ad-48bd-98e9-0215b5209f9a", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "subnet_id": "c760ea17-7802-4734-9e1d-96947d3639ae", "subnet_ids": ["c760ea17-7802-4734-9e1d-96947d3639ae"], "port_id": "42f41b95-6715-43f1-8cea-b5cd83d9bb80", "id": "6af2b728-1c76-4c9a-9ea6-6a2c7882eda5"} 2019-01-03 11:54:50,247 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5/remove_router_interface used request id req-9399ac53-0e68-46b0-a300-6daad3b38c13 2019-01-03 11:54:50,248 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:54:50,248 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-router 2019-01-03 11:54:50,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2abab8e347f96d00059f481c8017f37c2e45288" 2019-01-03 11:54:53,680 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b77ba483-142b-47eb-a32e-8b2d1c11f2c7 Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:53,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/6af2b728-1c76-4c9a-9ea6-6a2c7882eda5 used request id req-b77ba483-142b-47eb-a32e-8b2d1c11f2c7 2019-01-03 11:54:53,681 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet 2019-01-03 11:54:53,681 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-subnet 2019-01-03 11:54:53,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:54:56,073 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d3647b3-81be-49f9-ac91-c009309a0ea8 Date: Thu, 03 Jan 2019 11:54:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:56,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c760ea17-7802-4734-9e1d-96947d3639ae used request id req-1d3647b3-81be-49f9-ac91-c009309a0ea8 2019-01-03 11:54:56,074 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-pub-net 2019-01-03 11:54:56,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/9d9b0949-b7ad-48bd-98e9-0215b5209f9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f300907ee5ea7a851e3bd213dc28bc0a48f4756" 2019-01-03 11:54:57,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ce9284b-3cdb-44fe-9823-958e66c510c2 Date: Thu, 03 Jan 2019 11:54:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:57,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/9d9b0949-b7ad-48bd-98e9-0215b5209f9a used request id req-9ce9284b-3cdb-44fe-9823-958e66c510c2 2019-01-03 11:54:57,760 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-c1c27ae0-0765-47ae-a199-bee3aa767eab-image 2019-01-03 11:54:57,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fea76089c9f78d822c4bba6254649f874d498ea6" 2019-01-03 11:54:58,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef3b2c67-3c50-4c59-9d78-e0af2e4cdd70 Date: Thu, 03 Jan 2019 11:54:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:54:58,464 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/38b4264a-4a5f-4b4e-b498-454828f1a418 used request id req-ef3b2c67-3c50-4c59-9d78-e0af2e4cdd70 2019-01-03 11:54:58,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:58,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5eec2608-a638-463e-883a-6df0f9b60080 Date: Thu, 03 Jan 2019 11:54:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:51Z", "updated_at": "2019-01-03T11:53:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "revision_number": 0, "id": "20c73c45-9f18-40cc-816b-9d877d719790", "remote_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "revision_number": 0, "id": "40884d3e-3297-491e-8e20-62b8c5bef84f", "remote_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "remote_ip_prefix": null, "created_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "revision_number": 0, "id": "6383b030-b6f6-4bee-a79c-a92d6ef121c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv6", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "revision_number": 0, "id": "6b2498e4-b238-4157-82b4-258d5683dc24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "port_range_min": null, "ethertype": "IPv4", "project_id": "e5bd459991d44679b76a3f13fbcdfb14"}], "revision_number": 4, "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:54:58,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-5eec2608-a638-463e-883a-6df0f9b60080 2019-01-03 11:54:58,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:58,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b546d8-dcd3-495b-8738-89371e3ef125 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14"}, "enabled": true, "id": "e5bd459991d44679b76a3f13fbcdfb14", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj"}} 2019-01-03 11:54:58,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-23b546d8-dcd3-495b-8738-89371e3ef125 2019-01-03 11:54:58,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d5e2c10-2456-4889-ab65-e006f575efd5 2019-01-03 11:54:58,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5d5e2c10-2456-4889-ab65-e006f575efd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:58,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fcfbdc11-bb5a-4b1e-9a9a-074b27b528e5 Date: Thu, 03 Jan 2019 11:54:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:51Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "20c73c45-9f18-40cc-816b-9d877d719790"}, {"remote_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:51Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "40884d3e-3297-491e-8e20-62b8c5bef84f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:51Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "6383b030-b6f6-4bee-a79c-a92d6ef121c7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:53:51Z", "security_group_id": "5d5e2c10-2456-4889-ab65-e006f575efd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e5bd459991d44679b76a3f13fbcdfb14", "created_at": "2019-01-03T11:53:51Z", "project_id": "e5bd459991d44679b76a3f13fbcdfb14", "id": "6b2498e4-b238-4157-82b4-258d5683dc24"}]} 2019-01-03 11:54:58,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=5d5e2c10-2456-4889-ab65-e006f575efd5 used request id req-fcfbdc11-bb5a-4b1e-9a9a-074b27b528e5 2019-01-03 11:54:58,978 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:54:58,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/5d5e2c10-2456-4889-ab65-e006f575efd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:59,472 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a91583a-6a74-40ac-ba62-fab9d068151a Content-Length: 0 Date: Thu, 03 Jan 2019 11:54:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:54:59,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/5d5e2c10-2456-4889-ab65-e006f575efd5 used request id req-1a91583a-6a74-40ac-ba62-fab9d068151a 2019-01-03 11:54:59,473 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj 2019-01-03 11:54:59,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:59,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dd648c2-3a99-4159-9683-c4727a51855e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:54:59,700 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/e5bd459991d44679b76a3f13fbcdfb14 used request id req-3dd648c2-3a99-4159-9683-c4727a51855e 2019-01-03 11:54:59,700 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-proj-role 2019-01-03 11:54:59,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:59,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43e94b9b-ed02-40b5-a779-e174b6eac3fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:54:59,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c1959a01e9ad4f1eacd2a6b8acd881ad used request id req-43e94b9b-ed02-40b5-a779-e174b6eac3fd 2019-01-03 11:54:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}107e4d867f40b206a5ac867482e6c2ea05033dbb" 2019-01-03 11:54:59,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cd252c-0b6c-403f-902a-250cdc9db8d8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:54:59,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-48cd252c-0b6c-403f-902a-250cdc9db8d8 2019-01-03 11:54:59,906 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b2a38543-5767-454-user 2019-01-03 11:54:59,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/6d8fe87494844ebfbe8cd2a6d770bdbc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00c3549880c7cac6bdf61e38842b76bf58626b73" 2019-01-03 11:55:00,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:54:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7ed1837-dd2b-4e7f-ba8b-66c666c97de5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:55:00,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6d8fe87494844ebfbe8cd2a6d770bdbc used request id req-a7ed1837-dd2b-4e7f-ba8b-66c666c97de5 2019-01-03 11:55:00,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:00,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["jI3eogjaRGeO3ilt6vUj_g"], "issued_at": "2019-01-03T11:55:00.000000Z"}} 2019-01-03 11:55:00,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1245d9542ff93cd815043bfcaa0d5d587dc72064" 2019-01-03 11:55:00,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e16c400-7b07-4dc2-bd9d-022f3dc6ce15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:00,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1e16c400-7b07-4dc2-bd9d-022f3dc6ce15 2019-01-03 11:55:00,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:00,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:00,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EONLGURYT3OEWnm-jvJtUQ"], "issued_at": "2019-01-03T11:55:00.000000Z"}} 2019-01-03 11:55:00,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:01,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9701dc3-4ab7-41dc-b852-29c0631ad78b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:01,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d9701dc3-4ab7-41dc-b852-29c0631ad78b 2019-01-03 11:55:01,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:01,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:01,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:01,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5bb5b9-698c-408a-ab49-93a7aa88fd4f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:55:01,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj used request id req-3f5bb5b9-698c-408a-ab49-93a7aa88fd4f 2019-01-03 11:55:01,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:01,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01512c3-7f3b-43ed-98f6-3657879a5f37 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:55:01,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-b01512c3-7f3b-43ed-98f6-3657879a5f37 2019-01-03 11:55:01,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}}' 2019-01-03 11:55:01,344 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69881d49-ed75-403c-bc15-514a8651c14d Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:01,344 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-69881d49-ed75-403c-bc15-514a8651c14d 2019-01-03 11:55:01,344 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj 2019-01-03 11:55:01,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:01,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:01,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["0GTqEFdzRQOXkWV9oBHtEg"], "issued_at": "2019-01-03T11:55:01.000000Z"}} 2019-01-03 11:55:01,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90352220b374429ed7ac0f0fa3a9f4a6b09b1bb2" 2019-01-03 11:55:01,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0b9a9ba-2b8d-4c7b-884c-fcaf5d7f5494 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:01,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d0b9a9ba-2b8d-4c7b-884c-fcaf5d7f5494 2019-01-03 11:55:01,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:01,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90352220b374429ed7ac0f0fa3a9f4a6b09b1bb2" 2019-01-03 11:55:01,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68d8cce-ae27-45a3-adfb-e05bde1bc36d Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:55:01,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f68d8cce-ae27-45a3-adfb-e05bde1bc36d 2019-01-03 11:55:01,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90352220b374429ed7ac0f0fa3a9f4a6b09b1bb2" 2019-01-03 11:55:01,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5809637-3add-4855-bbd6-133c7b6b6811 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}]} 2019-01-03 11:55:01,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj used request id req-b5809637-3add-4855-bbd6-133c7b6b6811 2019-01-03 11:55:01,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90352220b374429ed7ac0f0fa3a9f4a6b09b1bb2" 2019-01-03 11:55:02,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7fcf066-2737-4b66-b167-5aa9a66c36bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:55:02,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-e7fcf066-2737-4b66-b167-5aa9a66c36bf 2019-01-03 11:55:02,457 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user 2019-01-03 11:55:02,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:02,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be081c60-e01a-483a-a508-93785e46526a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:55:02,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-be081c60-e01a-483a-a508-93785e46526a 2019-01-03 11:55:02,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}}' 2019-01-03 11:55:02,661 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:55:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db205507-4475-4e24-841e-326ee4843964 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d5f5c1889abf41bb9664a82e355a35ca", "links": {"self": "http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca"}, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}} 2019-01-03 11:55:02,661 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-db205507-4475-4e24-841e-326ee4843964 2019-01-03 11:55:02,661 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role 2019-01-03 11:55:02,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:02,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f192df7-d087-4768-86e4-7913bbcf892c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role", "id": "d5f5c1889abf41bb9664a82e355a35ca"}} 2019-01-03 11:55:02,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca used request id req-3f192df7-d087-4768-86e4-7913bbcf892c 2019-01-03 11:55:02,757 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role to project CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj 2019-01-03 11:55:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb/users/5e5bf8cdeb244e348ca3b00c169379a7/roles/d5f5c1889abf41bb9664a82e355a35ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:55:02,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:55:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0502dcd-a844-457c-84e4-b6ced6c7c231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:55:02,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb/users/5e5bf8cdeb244e348ca3b00c169379a7/roles/d5f5c1889abf41bb9664a82e355a35ca used request id req-d0502dcd-a844-457c-84e4-b6ced6c7c231 2019-01-03 11:55:02,886 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:55:02,887 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:55:02,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:02,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:03,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["fRaD9lv3RzqqYne1MqThcg"], "issued_at": "2019-01-03T11:55:03.000000Z"}} 2019-01-03 11:55:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:03,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b3a798-b725-44c9-88e8-7944af5b3940 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:03,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-61b3a798-b725-44c9-88e8-7944af5b3940 2019-01-03 11:55:03,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:03,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-045ee586-b812-4b43-bc57-417749a07682 Date: Thu, 03 Jan 2019 11:55:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image"} 2019-01-03 11:55:03,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image used request id req-045ee586-b812-4b43-bc57-417749a07682 2019-01-03 11:55:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:03,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2eeef57e-35d7-49f8-b6cf-3cd8da11def1 Date: Thu, 03 Jan 2019 11:55: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"}}} 2019-01-03 11:55:03,681 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2eeef57e-35d7-49f8-b6cf-3cd8da11def1 2019-01-03 11:55:03,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image"}' 2019-01-03 11:55:03,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc X-Openstack-Request-Id: req-2c8027a1-e5b5-4236-9ac8-ecdcf988c7bc Date: Thu, 03 Jan 2019 11:55:03 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:55:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:55:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc", "min_disk": 0, "protected": false, "id": "36674437-17f9-4553-8c49-8f14262fb1cc", "file": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file", "checksum": null, "owner": "4878584a1c5c4bf08c599daedceb61cb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:55:03,909 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2c8027a1-e5b5-4236-9ac8-ecdcf988c7bc 2019-01-03 11:55:03,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" -d '' 2019-01-03 11:55:05,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-248933bd-6e65-42cf-8f5d-219d9d0d7175 Date: Thu, 03 Jan 2019 11:55:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:55:05,552 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file used request id req-248933bd-6e65-42cf-8f5d-219d9d0d7175 2019-01-03 11:55:05,552 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:55:05,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:05,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-76e0af56-026b-4ff1-868c-9a706effc336 Date: Thu, 03 Jan 2019 11:55:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:55:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:55:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "metadata": {}}], "self": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc", "min_disk": 0, "protected": false, "id": "36674437-17f9-4553-8c49-8f14262fb1cc", "file": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4878584a1c5c4bf08c599daedceb61cb", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:55:05,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc used request id req-76e0af56-026b-4ff1-868c-9a706effc336 2019-01-03 11:55:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:05,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01d96e91-1775-43ae-bec3-1bb59d141fd8 Date: Thu, 03 Jan 2019 11:55: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"}}} 2019-01-03 11:55:05,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-01d96e91-1775-43ae-bec3-1bb59d141fd8 2019-01-03 11:55:05,899 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image 2019-01-03 11:55:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:55:06,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b93d5643-6052-439a-826a-2e772430d83d Date: Thu, 03 Jan 2019 11:55:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:55:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:55:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "metadata": {}}], "self": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc", "min_disk": 0, "protected": false, "id": "36674437-17f9-4553-8c49-8f14262fb1cc", "file": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4878584a1c5c4bf08c599daedceb61cb", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:55:06,081 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc used request id req-b93d5643-6052-439a-826a-2e772430d83d 2019-01-03 11:55:06,082 - create_image - DEBUG - Instance status is - active 2019-01-03 11:55:06,082 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image 2019-01-03 11:55:06,082 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image 2019-01-03 11:55:06,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:06,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:06,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["lAJtVkzcS464V8AGzxggjA"], "issued_at": "2019-01-03T11:55:06.000000Z"}} 2019-01-03 11:55:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:06,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52267cbc-ecd3-43ac-ba8c-741ebe8109eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:06,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-52267cbc-ecd3-43ac-ba8c-741ebe8109eb 2019-01-03 11:55:06,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:06,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa19bbc6-7119-455f-8904-6839aba794b8 Date: Thu, 03 Jan 2019 11:55:06 GMT RESP BODY: {"networks":[]} 2019-01-03 11:55:06,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-aa19bbc6-7119-455f-8904-6839aba794b8 2019-01-03 11:55:06,795 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net 2019-01-03 11:55:06,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net", "admin_state_up": true}}' 2019-01-03 11:55:07,360 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9078b5e0-0d31-420f-a074-eedfbd304330 Date: Thu, 03 Jan 2019 11:55:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:55:07Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","mtu":1450}} 2019-01-03 11:55:07,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-9078b5e0-0d31-420f-a074-eedfbd304330 2019-01-03 11:55:07,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:07,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d438d79f-306a-4fd9-bd82-2677d27d9988 Date: Thu, 03 Jan 2019 11:55: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":"2019-01-03T11:55:07Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:07,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-d438d79f-306a-4fd9-bd82-2677d27d9988 2019-01-03 11:55:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:07,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd8b0c24-a966-40dd-a3c0-da13bef9d417 Date: Thu, 03 Jan 2019 11:55:07 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:55:07,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-fd8b0c24-a966-40dd-a3c0-da13bef9d417 2019-01-03 11:55:07,807 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet 2019-01-03 11:55:07,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" -d '{"subnets": [{"ip_version": 4, "network_id": "34355cdb-f29b-4c3d-b5e4-f377d6332bd2", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]}' 2019-01-03 11:55:08,575 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bd5c90eb-f2d8-4133-8a11-adebc0a41fff Date: Thu, 03 Jan 2019 11:55:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:08,575 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-bd5c90eb-f2d8-4133-8a11-adebc0a41fff 2019-01-03 11:55:08,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:08,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d2722799-f3aa-419d-b669-c11b097215f9 Date: Thu, 03 Jan 2019 11:55:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:08,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-d2722799-f3aa-419d-b669-c11b097215f9 2019-01-03 11:55:08,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:55:09,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b39d8d8d-b4c1-41c1-9418-7713d136b2ac Date: Thu, 03 Jan 2019 11:55:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:09,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-b39d8d8d-b4c1-41c1-9418-7713d136b2ac 2019-01-03 11:55:09,079 - OpenStackNetwork - DEBUG - Network [34355cdb-f29b-4c3d-b5e4-f377d6332bd2] created successfully 2019-01-03 11:55:09,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:09,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:09,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["6HbibXa7SBGw6E-F_68R6g"], "issued_at": "2019-01-03T11:55:09.000000Z"}} 2019-01-03 11:55:09,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:09,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4ced53-278c-4478-b6d9-f584683c7968 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:09,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-be4ced53-278c-4478-b6d9-f584683c7968 2019-01-03 11:55:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:09,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a676df94-144f-4461-828d-d83d21f8acf2 Date: Thu, 03 Jan 2019 11:55:09 GMT RESP BODY: {"routers": []} 2019-01-03 11:55:09,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router&admin_state_up=True used request id req-a676df94-144f-4461-828d-d83d21f8acf2 2019-01-03 11:55:09,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:09,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:10,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["ORcaXFEYTOm-IsxqF7KqyA"], "issued_at": "2019-01-03T11:55:10.000000Z"}} 2019-01-03 11:55:10,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c8d2877b0e2aa68c4041b0d386177410df41af6" 2019-01-03 11:55:10,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b77d26e-6022-4b47-9d60-6f13a22e2139 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:10,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1b77d26e-6022-4b47-9d60-6f13a22e2139 2019-01-03 11:55:10,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:10,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1f08e250-2d72-416f-b531-c5f2316b55e0 Date: Thu, 03 Jan 2019 11:55:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:55:10,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-1f08e250-2d72-416f-b531-c5f2316b55e0 2019-01-03 11:55:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:10,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7d30b7e5-8b64-4711-b78e-8ef8b17370f5 Date: Thu, 03 Jan 2019 11:55:10 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:55:10,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-7d30b7e5-8b64-4711-b78e-8ef8b17370f5 2019-01-03 11:55:10,793 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:55:10,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router", "admin_state_up": true}}' 2019-01-03 11:55:15,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1ee91a45-41b8-42df-8922-0baba1a422fa Date: Thu, 03 Jan 2019 11:55:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:55:12Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "580b3a32-dda7-4654-979c-bd42f480d5a5", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router"}} 2019-01-03 11:55:15,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-1ee91a45-41b8-42df-8922-0baba1a422fa 2019-01-03 11:55:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:16,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-04e8a78c-3eca-4d69-8fdf-73c4e7a8bef1 Date: Thu, 03 Jan 2019 11:55:16 GMT RESP BODY: {"ports":[]} 2019-01-03 11:55:16,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 used request id req-04e8a78c-3eca-4d69-8fdf-73c4e7a8bef1 2019-01-03 11:55:16,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:16,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9652d09a-19e5-4bc4-af09-a7db1161f648 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:16,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-9652d09a-19e5-4bc4-af09-a7db1161f648 2019-01-03 11:55:16,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:16,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:16,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:16,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a07cea-bde5-42f3-9a54-faa48caff11d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:16,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-d1a07cea-bde5-42f3-9a54-faa48caff11d 2019-01-03 11:55:16,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:16,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c053f9f6-b7e9-4608-bd2f-e4fcca89e935 Date: Thu, 03 Jan 2019 11:55:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:16,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-c053f9f6-b7e9-4608-bd2f-e4fcca89e935 2019-01-03 11:55:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:16,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7512e21f-4d63-4d33-a3d0-bd21813598f7 Date: Thu, 03 Jan 2019 11:55:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:16,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet used request id req-7512e21f-4d63-4d33-a3d0-bd21813598f7 2019-01-03 11:55:16,928 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:55:16,928 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:55:16,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" -d '{"subnet_id": "610f0876-dfd2-45f2-9ac1-c2bc50ff6669"}' 2019-01-03 11:55:19,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29cdc553-f3a1-4cac-aee2-bc598a50a21d Date: Thu, 03 Jan 2019 11:55:19 GMT RESP BODY: {"network_id": "34355cdb-f29b-4c3d-b5e4-f377d6332bd2", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "subnet_id": "610f0876-dfd2-45f2-9ac1-c2bc50ff6669", "subnet_ids": ["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"], "port_id": "2527652c-214a-4061-9955-deae25781c5d", "id": "580b3a32-dda7-4654-979c-bd42f480d5a5"} 2019-01-03 11:55:19,076 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5/add_router_interface used request id req-29cdc553-f3a1-4cac-aee2-bc598a50a21d 2019-01-03 11:55:19,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:19,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4c1b7939-1b0a-4954-b3e7-07c774a3d661 Date: Thu, 03 Jan 2019 11:55:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:55:18Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "580b3a32-dda7-4654-979c-bd42f480d5a5", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router"}} 2019-01-03 11:55:19,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5 used request id req-4c1b7939-1b0a-4954-b3e7-07c774a3d661 2019-01-03 11:55:19,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:19,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-380250a2-5d8b-41ec-979c-182aa84394b4 Date: Thu, 03 Jan 2019 11:55:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"}]} 2019-01-03 11:55:19,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 used request id req-380250a2-5d8b-41ec-979c-182aa84394b4 2019-01-03 11:55:19,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:55:19,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a1dc66d5-d7b3-45c6-9e89-b6ac212e446b Date: Thu, 03 Jan 2019 11:55:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}} 2019-01-03 11:55:19,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 used request id req-a1dc66d5-d7b3-45c6-9e89-b6ac212e446b 2019-01-03 11:55:19,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:19,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:20,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["zRGggq7zRPiAf8FqTZTYVA"], "issued_at": "2019-01-03T11:55:20.000000Z"}} 2019-01-03 11:55:20,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dc7eaf0fcb86cb7aa7c593785e7d978cbabbaad" 2019-01-03 11:55:20,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50d977c2-a306-4596-ae05-30762bb042db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:20,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-50d977c2-a306-4596-ae05-30762bb042db 2019-01-03 11:55:20,246 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:55:20,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dc7eaf0fcb86cb7aa7c593785e7d978cbabbaad" 2019-01-03 11:55:20,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-638b5995-b3d4-492b-a9db-e37b53e4eb96 x-compute-request-id: req-638b5995-b3d4-492b-a9db-e37b53e4eb96 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:55:20,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-638b5995-b3d4-492b-a9db-e37b53e4eb96 2019-01-03 11:55:20,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dc7eaf0fcb86cb7aa7c593785e7d978cbabbaad" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:55:20,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-4239bdde-02e7-4db1-ba12-c53f2d299dac x-compute-request-id: req-4239bdde-02e7-4db1-ba12-c53f2d299dac Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b08768d4-b746-43db-a155-243027e87e5c", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:55:20,488 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-4239bdde-02e7-4db1-ba12-c53f2d299dac 2019-01-03 11:55:20,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:20,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:20,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["hT879u9ZSlGQ1j3-GEHWqA"], "issued_at": "2019-01-03T11:55:20.000000Z"}} 2019-01-03 11:55:20,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b8e13fed672ba07f0eb5c56901acf91cf8934f2" 2019-01-03 11:55:20,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4bc8aa7-b1b9-4339-a880-29813905f7e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:20,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b4bc8aa7-b1b9-4339-a880-29813905f7e2 2019-01-03 11:55:20,941 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:55:20,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b8e13fed672ba07f0eb5c56901acf91cf8934f2" 2019-01-03 11:55:21,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6966d09-847f-48e3-86d2-7c1ce5454831 x-compute-request-id: req-c6966d09-847f-48e3-86d2-7c1ce5454831 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:55:21,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-c6966d09-847f-48e3-86d2-7c1ce5454831 2019-01-03 11:55:21,214 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp... 2019-01-03 11:55:21,215 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:55:21,235 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp 2019-01-03 11:55:21,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b8e13fed672ba07f0eb5c56901acf91cf8934f2" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDFy7qnBJllDo0DgEYpTsvqNDfyxp1b+/Ga2947wqoRZQEsfsqd7i+59jfvbuRUK7PeyUo582w8E0OJB6rrhRYSmVAkigEgdQhC+1Jg3MKFYUKDwObtWOoXYr3AFaZsW6YDrQ4rtLHHecIOjNUDtF0xJWo8pNzJaXfY6fSHZnXbUw==", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp"}}' 2019-01-03 11:55:21,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55: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-2a97669b-22aa-4e9f-9658-83bdaa628574 x-compute-request-id: req-2a97669b-22aa-4e9f-9658-83bdaa628574 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDFy7qnBJllDo0DgEYpTsvqNDfyxp1b+/Ga2947wqoRZQEsfsqd7i+59jfvbuRUK7PeyUo582w8E0OJB6rrhRYSmVAkigEgdQhC+1Jg3MKFYUKDwObtWOoXYr3AFaZsW6YDrQ4rtLHHecIOjNUDtF0xJWo8pNzJaXfY6fSHZnXbUw==", "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "fingerprint": "d1:27:07:b1:39:6b:79:58:e3:a8:36:d6:86:cc:e1:6c"}} 2019-01-03 11:55:21,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-2a97669b-22aa-4e9f-9658-83bdaa628574 2019-01-03 11:55:21,383 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e.pub 2019-01-03 11:55:21,383 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:55:21,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:21,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:21,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["XI1nKZiAT0uHfE-tw5MV-Q"], "issued_at": "2019-01-03T11:55:21.000000Z"}} 2019-01-03 11:55:21,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:21,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c06972-4283-4c36-aa63-7c5c490f685c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:21,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c1c06972-4283-4c36-aa63-7c5c490f685c 2019-01-03 11:55:21,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:22,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7dc05101-22b6-468a-b863-8ad58c46e820 Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:55:22,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp used request id req-7dc05101-22b6-468a-b863-8ad58c46e820 2019-01-03 11:55:22,013 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp... 2019-01-03 11:55:22,013 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp 2019-01-03 11:55:22,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}}' 2019-01-03 11:55:22,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-a6b19b51-55cf-486c-a791-b6b9873da479 Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 2, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}} 2019-01-03 11:55:22,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-a6b19b51-55cf-486c-a791-b6b9873da479 2019-01-03 11:55:22,369 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:22,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:22,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-053ae67c-ff0b-4cef-beac-60fa2fe50b11 Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:22,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-053ae67c-ff0b-4cef-beac-60fa2fe50b11 2019-01-03 11:55:22,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:22,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:22,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c938f4e5-b6ae-40d5-8d62-339b75bc4d28 Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:22,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-c938f4e5-b6ae-40d5-8d62-339b75bc4d28 2019-01-03 11:55:22,588 - neutron_utils - INFO - Retrieving security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:22,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:22,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-f546be58-3a72-4a89-a560-77ceb1592d1b Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 2, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]} 2019-01-03 11:55:22,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-f546be58-3a72-4a89-a560-77ceb1592d1b 2019-01-03 11:55:22,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:22,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:22,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2249f3bf-8097-4e61-a48e-b32eb2523da0 Date: Thu, 03 Jan 2019 11:55:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:22,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-2249f3bf-8097-4e61-a48e-b32eb2523da0 2019-01-03 11:55:22,958 - neutron_utils - INFO - Retrieving security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-35aa4c65-9941-4abf-8de2-201097ad0cf6 Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 2, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]} 2019-01-03 11:55:23,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-35aa4c65-9941-4abf-8de2-201097ad0cf6 2019-01-03 11:55:23,009 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:23,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef18ef54-b3df-48c2-9b3d-3d7034793f37 Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:23,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-ef18ef54-b3df-48c2-9b3d-3d7034793f37 2019-01-03 11:55:23,186 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp 2019-01-03 11:55:23,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2e485792-a82a-4eb9-8c3f-a596c72a1d07 Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 2, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]} 2019-01-03 11:55:23,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp used request id req-2e485792-a82a-4eb9-8c3f-a596c72a1d07 2019-01-03 11:55:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:23,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:23,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77c7aa96-59b9-4f79-ac27-a16612f574eb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:23,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-77c7aa96-59b9-4f79-ac27-a16612f574eb 2019-01-03 11:55:23,399 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:23,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-236079df-2b0d-4296-b72b-b6b35de6fe6b Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:23,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-236079df-2b0d-4296-b72b-b6b35de6fe6b 2019-01-03 11:55:23,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}3762241f4e5e72b18f026f925bb3c5f25fcea398" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193"}}' 2019-01-03 11:55:23,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-98244781-61c0-4f03-a92c-5f63bd0d320c Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:23Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:23Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "768c3908-9b7f-4c67-8d96-f8a621355e0e"}} 2019-01-03 11:55:23,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-98244781-61c0-4f03-a92c-5f63bd0d320c 2019-01-03 11:55:23,740 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp 2019-01-03 11:55:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:23,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-dcf4f2b5-23e2-4fd2-a705-c43b099f95eb Date: Thu, 03 Jan 2019 11:55:23 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:23Z", "revision_number": 0, "id": "768c3908-9b7f-4c67-8d96-f8a621355e0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:23Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 3, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]} 2019-01-03 11:55:23,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp used request id req-dcf4f2b5-23e2-4fd2-a705-c43b099f95eb 2019-01-03 11:55:23,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:24,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f37937-daeb-484e-9b0f-af7697b7b939 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:24,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-a1f37937-daeb-484e-9b0f-af7697b7b939 2019-01-03 11:55:24,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:24,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:24,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b0c526b7-eff6-4990-b76d-46d2cc00da6e Date: Thu, 03 Jan 2019 11:55:24 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": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:23Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:23Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "768c3908-9b7f-4c67-8d96-f8a621355e0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:24,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-b0c526b7-eff6-4990-b76d-46d2cc00da6e 2019-01-03 11:55:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}3762241f4e5e72b18f026f925bb3c5f25fcea398" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193"}}' 2019-01-03 11:55:24,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-43dc14f1-128c-4042-a335-4d838b00a0df Date: Thu, 03 Jan 2019 11:55:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:55:24Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": 22, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:24Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "31deb1d0-b6e8-4354-bd47-1f511113d9ba"}} 2019-01-03 11:55:24,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-43dc14f1-128c-4042-a335-4d838b00a0df 2019-01-03 11:55:24,519 - neutron_utils - INFO - Retrieving security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:24,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:24,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-91c04429-9257-4f1f-b322-e5ee8e446fcc Date: Thu, 03 Jan 2019 11:55:24 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "updated_at": "2019-01-03T11:55:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:55:24Z", "revision_number": 0, "id": "31deb1d0-b6e8-4354-bd47-1f511113d9ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:24Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:23Z", "revision_number": 0, "id": "768c3908-9b7f-4c67-8d96-f8a621355e0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:23Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "revision_number": 0, "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 4, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]} 2019-01-03 11:55:24,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-91c04429-9257-4f1f-b322-e5ee8e446fcc 2019-01-03 11:55:24,735 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aa0a1f9-6f0e-4820-8990-25013403d193 2019-01-03 11:55:24,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:55:24,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e007053c-5729-4010-b5ed-cdcf1d2c9d5c Date: Thu, 03 Jan 2019 11:55:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:55:24Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": 22, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:24Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "31deb1d0-b6e8-4354-bd47-1f511113d9ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "5d36ecdb-b2cb-4d41-83d8-50c9a963550b"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:23Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:23Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "768c3908-9b7f-4c67-8d96-f8a621355e0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:22Z", "security_group_id": "1aa0a1f9-6f0e-4820-8990-25013403d193", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:22Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "8c917aa9-2396-41d8-aab4-b6e0cfe4a29c"}]} 2019-01-03 11:55:24,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-e007053c-5729-4010-b5ed-cdcf1d2c9d5c 2019-01-03 11:55:24,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:24,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:25,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["ciBDXJDERvSklkFv2XmPUQ"], "issued_at": "2019-01-03T11:55:25.000000Z"}} 2019-01-03 11:55:25,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:25,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d8ae02-328c-4a69-a9e3-4cd227d0d894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:25,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-80d8ae02-328c-4a69-a9e3-4cd227d0d894 2019-01-03 11:55:25,372 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:55:25,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:25,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fce4664-da15-4916-bd05-b70f81c67f32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:25,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6fce4664-da15-4916-bd05-b70f81c67f32 2019-01-03 11:55:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:25,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-797548f6-99c2-46db-8569-ededd84a3c16 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:25,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-797548f6-99c2-46db-8569-ededd84a3c16 2019-01-03 11:55:25,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:25,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:25,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:25,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb7a2519-c31f-4f04-9e9e-1ac3f565362b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:25,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-cb7a2519-c31f-4f04-9e9e-1ac3f565362b 2019-01-03 11:55:25,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:26,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aba3a633-649f-488e-8889-367088f06898 Date: Thu, 03 Jan 2019 11:55:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:26,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-aba3a633-649f-488e-8889-367088f06898 2019-01-03 11:55:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:26,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ae879f62-e445-4442-83f2-4107fe5ca6b2 Date: Thu, 03 Jan 2019 11:55:26 GMT RESP BODY: {"ports":[]} 2019-01-03 11:55:26,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True used request id req-ae879f62-e445-4442-83f2-4107fe5ca6b2 2019-01-03 11:55:26,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:26,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55: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-262f41e1-e650-48f5-ad34-e612856f46bc x-compute-request-id: req-262f41e1-e650-48f5-ad34-e612856f46bc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:55:26,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst used request id req-262f41e1-e650-48f5-ad34-e612856f46bc 2019-01-03 11:55:26,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:26,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-927b23cc-a9ee-45a5-8d27-4df6fa07202b Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:26,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-927b23cc-a9ee-45a5-8d27-4df6fa07202b 2019-01-03 11:55:26,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:26,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfc60c8a-fe4b-4a28-bd26-a0f3e338d36c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:26,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-bfc60c8a-fe4b-4a28-bd26-a0f3e338d36c 2019-01-03 11:55:26,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:27,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97e6c67e-bd49-4f87-a2e9-03021d104337 Date: Thu, 03 Jan 2019 11:55:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:27,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-97e6c67e-bd49-4f87-a2e9-03021d104337 2019-01-03 11:55:27,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:27,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c0f30a0d-0d99-416a-b7dc-2c28f61508ff Date: Thu, 03 Jan 2019 11:55:27 GMT RESP BODY: {"ports":[]} 2019-01-03 11:55:27,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True used request id req-c0f30a0d-0d99-416a-b7dc-2c28f61508ff 2019-01-03 11:55:27,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:55:27,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:55:27,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5f5c1889abf41bb9664a82e355a35ca", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role"}], "expires_at": "2019-01-03T12:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4878584a1c5c4bf08c599daedceb61cb", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/4878584a1c5c4bf08c599daedceb61cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user", "id": "5e5bf8cdeb244e348ca3b00c169379a7"}, "audit_ids": ["YoJiDuG1TKW-h76FmQkT2w"], "issued_at": "2019-01-03T11:55:27.000000Z"}} 2019-01-03 11:55:27,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a2601930ca3636a32046bf648f5ccfc56249ca" 2019-01-03 11:55:27,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b582796-38a6-4509-bf32-a96b37daf6c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:55:27,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2b582796-38a6-4509-bf32-a96b37daf6c6 2019-01-03 11:55:27,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:27,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1320ebb-17c8-4368-aabd-98898e9f0913 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:27,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-a1320ebb-17c8-4368-aabd-98898e9f0913 2019-01-03 11:55:27,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:28,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-652c721f-fe18-410c-afa6-6aa268415bea Date: Thu, 03 Jan 2019 11:55:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:28,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-652c721f-fe18-410c-afa6-6aa268415bea 2019-01-03 11:55:28,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:28,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-24bf710e-744b-446a-9103-236a1076c960 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:28,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-24bf710e-744b-446a-9103-236a1076c960 2019-01-03 11:55:28,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:55:28,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:55: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:55:28,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17a2601930ca3636a32046bf648f5ccfc56249ca" 2019-01-03 11:55:28,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a016acea-5a56-4821-80a8-96d47210d914 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:28,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-a016acea-5a56-4821-80a8-96d47210d914 2019-01-03 11:55:28,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:28,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82c315ea-28e9-49d9-8df8-f59621c157c4 Date: Thu, 03 Jan 2019 11:55:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:28,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-82c315ea-28e9-49d9-8df8-f59621c157c4 2019-01-03 11:55:28,601 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net 2019-01-03 11:55:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"port": {"network_id": "34355cdb-f29b-4c3d-b5e4-f377d6332bd2", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1", "admin_state_up": true}}' 2019-01-03 11:55:29,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-ab9526b6-9081-49e8-8749-aaa310ee081d Date: Thu, 03 Jan 2019 11:55:29 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","project_id":"4878584a1c5c4bf08c599daedceb61cb","qos_policy_id":null,"admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal"}} 2019-01-03 11:55:29,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-ab9526b6-9081-49e8-8749-aaa310ee081d 2019-01-03 11:55:29,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:29,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af32a0dd-2609-4ed2-ab8a-6d1632c1cb5b Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:29,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-af32a0dd-2609-4ed2-ab8a-6d1632c1cb5b 2019-01-03 11:55:29,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:29,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a88d45d-55fc-48b7-8668-1c46efd3e1ae Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:29,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-1a88d45d-55fc-48b7-8668-1c46efd3e1ae 2019-01-03 11:55:29,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-92bf6965-6f80-4124-8ca8-adc8adb36f52 Date: Thu, 03 Jan 2019 11:55:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:30,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-92bf6965-6f80-4124-8ca8-adc8adb36f52 2019-01-03 11:55:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-b106e7b6-572c-4dab-9312-d938f555723d Date: Thu, 03 Jan 2019 11:55:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:55:30,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1&admin_state_up=True used request id req-b106e7b6-572c-4dab-9312-d938f555723d 2019-01-03 11:55:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990bc051-3760-496c-ab6b-dd8a2073da22 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:30,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-990bc051-3760-496c-ab6b-dd8a2073da22 2019-01-03 11:55:30,375 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst 2019-01-03 11:55:30,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-cc370a75-374e-4298-ab7a-fd49e0d5980f x-compute-request-id: req-cc370a75-374e-4298-ab7a-fd49e0d5980f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-flavor-name"}]} 2019-01-03 11:55:30,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-cc370a75-374e-4298-ab7a-fd49e0d5980f 2019-01-03 11:55:30,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0621cfbd-0875-4aa9-9b73-b3a7b3e6df36 x-compute-request-id: req-0621cfbd-0875-4aa9-9b73-b3a7b3e6df36 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "b08768d4-b746-43db-a155-243027e87e5c", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:55:30,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c used request id req-0621cfbd-0875-4aa9-9b73-b3a7b3e6df36 2019-01-03 11:55:30,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-90d9f937-b9bf-4a93-ab6f-ae2cd9fcc6aa Date: Thu, 03 Jan 2019 11:55:30 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:55:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:55:05Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "metadata": {}}], "self": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc", "min_disk": 0, "protected": false, "id": "36674437-17f9-4553-8c49-8f14262fb1cc", "file": "/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4878584a1c5c4bf08c599daedceb61cb", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/36674437-17f9-4553-8c49-8f14262fb1cc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image"} 2019-01-03 11:55:30,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image used request id req-90d9f937-b9bf-4a93-ab6f-ae2cd9fcc6aa 2019-01-03 11:55:30,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:30,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-943bb379-61b1-4396-bcd7-c104ccc3b3bd Date: Thu, 03 Jan 2019 11:55: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"}}} 2019-01-03 11:55:30,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-943bb379-61b1-4396-bcd7-c104ccc3b3bd 2019-01-03 11:55:30,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "imageRef": "36674437-17f9-4553-8c49-8f14262fb1cc", "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "flavorRef": "b08768d4-b746-43db-a155-243027e87e5c", "max_count": 1, "min_count": 1, "networks": [{"port": "966d861f-ed26-49c8-a33c-44c364cc349a"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}]}}' 2019-01-03 11:55:32,411 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-9c84faf5-f595-4e4f-b580-f2241fe9ad23 x-compute-request-id: req-9c84faf5-f595-4e4f-b580-f2241fe9ad23 Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "adminPass": "Lo4m4fZppqvL"}} 2019-01-03 11:55:32,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-9c84faf5-f595-4e4f-b580-f2241fe9ad23 2019-01-03 11:55:32,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:32,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c11b677-8431-4551-ad30-32e20c958097 x-compute-request-id: req-3c11b677-8431-4551-ad30-32e20c958097 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.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:55:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:32,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-3c11b677-8431-4551-ad30-32e20c958097 2019-01-03 11:55:32,806 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst 2019-01-03 11:55:32,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:33,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50802fa0-38a3-47d1-acec-81a0656a49c3 x-compute-request-id: req-50802fa0-38a3-47d1-acec-81a0656a49c3 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.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:55:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:33,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-50802fa0-38a3-47d1-acec-81a0656a49c3 2019-01-03 11:55:33,177 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - BUILD 2019-01-03 11:55:33,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:55:36,180 - create_instance - DEBUG - VM status query timeout in 896.626015902 2019-01-03 11:55:36,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:36,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55: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-101cdcf4-1c88-4eb6-bf5c-76e15b82cdba x-compute-request-id: req-101cdcf4-1c88-4eb6-bf5c-76e15b82cdba 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.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:55:33Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:36,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-101cdcf4-1c88-4eb6-bf5c-76e15b82cdba 2019-01-03 11:55:36,937 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - BUILD 2019-01-03 11:55:36,937 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:55:39,940 - create_instance - DEBUG - VM status query timeout in 892.866337061 2019-01-03 11:55:39,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:40,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55: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-97012615-1459-476d-954c-99d8e517d389 x-compute-request-id: req-97012615-1459-476d-954c-99d8e517d389 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:40,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-97012615-1459-476d-954c-99d8e517d389 2019-01-03 11:55:40,523 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:55:40,524 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:55:40,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:41,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-056c7642-550e-4335-a035-b40d2585ad0e x-compute-request-id: req-056c7642-550e-4335-a035-b40d2585ad0e Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:41,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-056c7642-550e-4335-a035-b40d2585ad0e 2019-01-03 11:55:41,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:41,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f6511c26-7cd1-4bb4-9391-0d3ba09a00d4 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:41,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-f6511c26-7cd1-4bb4-9391-0d3ba09a00d4 2019-01-03 11:55:41,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:41,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352b70ea-480a-4e29-b649-bd53192e54a2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:41,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-352b70ea-480a-4e29-b649-bd53192e54a2 2019-01-03 11:55:41,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:41,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9168025f-9564-4818-882e-af5b6c1de219 Date: Thu, 03 Jan 2019 11:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:41,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-9168025f-9564-4818-882e-af5b6c1de219 2019-01-03 11:55:41,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:41,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-bf48463a-5ce7-4ca4-a045-75cf549ab961 Date: Thu, 03 Jan 2019 11:55:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:41,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-bf48463a-5ce7-4ca4-a045-75cf549ab961 2019-01-03 11:55:41,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:42,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84b39f6f-b96e-4e19-bb3b-e926e0e387e1 x-compute-request-id: req-84b39f6f-b96e-4e19-bb3b-e926e0e387e1 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:42,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-84b39f6f-b96e-4e19-bb3b-e926e0e387e1 2019-01-03 11:55:42,263 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:55:42,263 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:55:42,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:42,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03e3400d-c7f9-446d-9363-bba76f7e5a4b x-compute-request-id: req-03e3400d-c7f9-446d-9363-bba76f7e5a4b Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:42,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-03e3400d-c7f9-446d-9363-bba76f7e5a4b 2019-01-03 11:55:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:42,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-79e1c95f-55b6-42ce-aff9-7a7be4188c77 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:42,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-79e1c95f-55b6-42ce-aff9-7a7be4188c77 2019-01-03 11:55:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:42,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7554f0a-53c0-42c0-ab94-601958980c3d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:42,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-b7554f0a-53c0-42c0-ab94-601958980c3d 2019-01-03 11:55:43,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:43,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0bc3ba68-c970-4e12-95df-7edaeec92885 Date: Thu, 03 Jan 2019 11:55:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:43,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-0bc3ba68-c970-4e12-95df-7edaeec92885 2019-01-03 11:55:43,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:43,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-8a81dc1b-7379-415c-81d0-56d0000f40fd Date: Thu, 03 Jan 2019 11:55:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:43,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-8a81dc1b-7379-415c-81d0-56d0000f40fd 2019-01-03 11:55:43,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}}' 2019-01-03 11:55:44,425 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-77cae8c7-4404-4a02-b364-25ab824994fc x-compute-request-id: req-77cae8c7-4404-4a02-b364-25ab824994fc Content-Length: 0 Content-Type: application/json 2019-01-03 11:55:44,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-77cae8c7-4404-4a02-b364-25ab824994fc 2019-01-03 11:55:44,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:44,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-99e21e98-35f0-4a66-8d7d-a507a822549d Date: Thu, 03 Jan 2019 11:55:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:11Z", "admin_state_up": true, "updated_at": "2019-01-03T11:55:18Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "580b3a32-dda7-4654-979c-bd42f480d5a5", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router"}]} 2019-01-03 11:55:44,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router used request id req-99e21e98-35f0-4a66-8d7d-a507a822549d 2019-01-03 11:55:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:44,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de4f173-1b02-4dde-b08a-bd7f8a6a9c63 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:44,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-4de4f173-1b02-4dde-b08a-bd7f8a6a9c63 2019-01-03 11:55:44,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:44,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-e781920b-e0c4-4a22-a56e-a560dae2b399 Date: Thu, 03 Jan 2019 11:55:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"}]} 2019-01-03 11:55:44,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=580b3a32-dda7-4654-979c-bd42f480d5a5 used request id req-e781920b-e0c4-4a22-a56e-a560dae2b399 2019-01-03 11:55:44,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:44,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7134ed7b-afc9-4cda-9f73-4a411c4075a9 Date: Thu, 03 Jan 2019 11:55:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}} 2019-01-03 11:55:44,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 used request id req-7134ed7b-afc9-4cda-9f73-4a411c4075a9 2019-01-03 11:55:44,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:44,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-683e14d1-a454-44a0-b52c-54c01acc8a08 Date: Thu, 03 Jan 2019 11:55:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:55:44,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-683e14d1-a454-44a0-b52c-54c01acc8a08 2019-01-03 11:55:44,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34d51108-adf0-454b-8b48-a965a85db64a Date: Thu, 03 Jan 2019 11:55:45 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:55:45,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-34d51108-adf0-454b-8b48-a965a85db64a 2019-01-03 11:55:45,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-daf96529-9acf-4559-8afc-ead8e4e6a411 x-compute-request-id: req-daf96529-9acf-4559-8afc-ead8e4e6a411 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:45,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-daf96529-9acf-4559-8afc-ead8e4e6a411 2019-01-03 11:55:45,189 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:55:45,189 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:55:45,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-aa13a75d-7db0-4cb8-934a-279be6c7086e x-compute-request-id: req-aa13a75d-7db0-4cb8-934a-279be6c7086e Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:45,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-aa13a75d-7db0-4cb8-934a-279be6c7086e 2019-01-03 11:55:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dc39dbd6-dff3-4db2-bae6-bd839c2e05eb Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:45,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-dc39dbd6-dff3-4db2-bae6-bd839c2e05eb 2019-01-03 11:55:45,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d386f08e-4e67-4cde-aa14-107fc49dca65 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:45,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-d386f08e-4e67-4cde-aa14-107fc49dca65 2019-01-03 11:55:45,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:45,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6fc2343e-64d5-4d54-a981-87418e068922 Date: Thu, 03 Jan 2019 11:55:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:45,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-6fc2343e-64d5-4d54-a981-87418e068922 2019-01-03 11:55:45,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:46,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-1b7f2eb6-fc7e-4a4d-89c9-4329cf94e7cc Date: Thu, 03 Jan 2019 11:55:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:46,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-1b7f2eb6-fc7e-4a4d-89c9-4329cf94e7cc 2019-01-03 11:55:46,035 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:55:46,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:46,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-62363710-ecfb-42ec-abc8-a1dec5dcdad5 Date: Thu, 03 Jan 2019 11:55:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:55:46,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-62363710-ecfb-42ec-abc8-a1dec5dcdad5 2019-01-03 11:55:46,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:46,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e52f012c-6267-4e93-be00-c3318f088d3d Date: Thu, 03 Jan 2019 11:55:46 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:55:46,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e52f012c-6267-4e93-be00-c3318f088d3d 2019-01-03 11:55:46,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "966d861f-ed26-49c8-a33c-44c364cc349a"}}' 2019-01-03 11:55:48,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-a0c960ae-4104-4ea0-8616-b44f34c91349 Date: Thu, 03 Jan 2019 11:55:48 GMT RESP BODY: {"floatingip": {"router_id": "580b3a32-dda7-4654-979c-bd42f480d5a5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:47Z", "updated_at": "2019-01-03T11:55:47Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.14", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "port_id": "966d861f-ed26-49c8-a33c-44c364cc349a", "id": "29e8887a-5649-4e01-a567-226030ce97f3"}} 2019-01-03 11:55:48,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-a0c960ae-4104-4ea0-8616-b44f34c91349 2019-01-03 11:55:48,539 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:55:48,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:48,893 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-4e532fda-cd9a-4a83-92a4-ef24bd85eadc x-compute-request-id: req-4e532fda-cd9a-4a83-92a4-ef24bd85eadc Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:48,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-4e532fda-cd9a-4a83-92a4-ef24bd85eadc 2019-01-03 11:55:48,894 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:55:48,894 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:55:48,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:49,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-19ea6602-13e6-4d0d-96a4-2bc1f1607507 x-compute-request-id: req-19ea6602-13e6-4d0d-96a4-2bc1f1607507 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:49,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-19ea6602-13e6-4d0d-96a4-2bc1f1607507 2019-01-03 11:55:49,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:49,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ba625e63-3bdf-435e-bf60-72f623df3eea Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:49,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-ba625e63-3bdf-435e-bf60-72f623df3eea 2019-01-03 11:55:49,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:49,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0973d68e-6309-4fd1-877a-2d690d24edc3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:49,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-0973d68e-6309-4fd1-877a-2d690d24edc3 2019-01-03 11:55:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:49,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7807df49-fdd3-4dc5-8001-1eed5453fc5a Date: Thu, 03 Jan 2019 11:55:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:49,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-7807df49-fdd3-4dc5-8001-1eed5453fc5a 2019-01-03 11:55:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:50,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-70312e6a-6f6f-4710-8f9e-3a5d0b257e79 Date: Thu, 03 Jan 2019 11:55:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:50,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-70312e6a-6f6f-4710-8f9e-3a5d0b257e79 2019-01-03 11:55:50,051 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-03 11:55:50,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:50,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44938e4a-21cc-4e70-9592-1da4919eb59f x-compute-request-id: req-44938e4a-21cc-4e70-9592-1da4919eb59f Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:50,543 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-44938e4a-21cc-4e70-9592-1da4919eb59f 2019-01-03 11:55:50,546 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:55:51,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-087e6846-ceb3-4821-a7bd-3260698acf0d x-compute-request-id: req-087e6846-ceb3-4821-a7bd-3260698acf0d Content-Encoding: gzip Content-Length: 9631 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 617007193 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.154691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156855] pid_max: default: 32768 minimum: 301\n[ 0.158048] ACPI: Core revision 20150930\n[ 0.159630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161292] Security Framework initialized\n[ 0.162362] Yama: becoming mindful.\n[ 0.163288] AppArmor: AppArmor initialized\n[ 0.164353] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166102] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.167740] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.169280] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.171043] Initializing cgroup subsys io\n[ 0.172075] Initializing cgroup subsys memory\n[ 0.173173] Initializing cgroup subsys devices\n[ 0.174309] Initializing cgroup subsys freezer\n[ 0.175440] Initializing cgroup subsys net_cls\n[ 0.176595] Initializing cgroup subsys perf_event\n[ 0.177787] Initializing cgroup subsys net_prio\n[ 0.178925] Initializing cgroup subsys hugetlb\n[ 0.180037] Initializing cgroup subsys pids\n[ 0.181133] CPU: Physical Processor ID: 0\n[ 0.182890] mce: CPU supports 10 MCE banks\n[ 0.183961] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185318] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194765] ftrace: allocating 31920 entries in 125 pages\n[ 0.220934] smpboot: Max logical packages: 2\n[ 0.222101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223663] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.225361] x2apic enabled\n[ 0.226357] Switched APIC routing to physical x2apic.\n[ 0.228401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229981] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235150] KVM setup paravirtual spinlock\n[ 0.236846] x86: Booting SMP configuration:\n[ 0.238046] .... node #0, CPUs: #1\n[ 0.239151] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.262198] x86: Booted up 1 node, 2 CPUs\n[ 0.262200] KVM setup async PF for cpu 1\n[ 0.262203] kvm-stealtime: cpu 1, msr f90d940\n[ 0.265420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.267314] devtmpfs: initialized\n[ 0.269166] evm: security.selinux\n[ 0.270044] evm: security.SMACK64\n[ 0.270924] evm: security.SMACK64EXEC\n[ 0.271909] evm: security.SMACK64TRANSMUTE\n[ 0.272948] evm: security.SMACK64MMAP\n[ 0.273879] evm: security.ima\n[ 0.274671] evm: security.capability\n[ 0.275680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.278087] pinctrl core: initialized pinctrl subsystem\n[ 0.279455] RTC time: 11:55:39, date: 01/03/19\n[ 0.280674] NET: Registered protocol family 16\n[ 0.290096] cpuidle: using governor ladder\n[ 0.302188] cpuidle: using governor menu\n[ 0.303031] PCCT header not found.\n[ 0.303793] ACPI: bus type PCI registered\n[ 0.304583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305808] PCI: Using configuration type 1 for base access\n[ 0.319208] ACPI: Added _OSI(Module Device)\n[ 0.320194] ACPI: Added _OSI(Processor Device)\n[ 0.321289] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322421] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325332] ACPI: Interpreter enabled\n[ 0.326288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335575] ACPI: (supports S0 S5)\n[ 0.336465] ACPI: Using IOAPIC for interrupt routing\n[ 0.337666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.345538] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.347760] acpiphp: Slot [3] registered\n[ 0.348552] acpiphp: Slot [4] registered\n[ 0.349331] acpiphp: Slot [5] registered\n[ 0.350116] acpiphp: Slot [6] registered\n[ 0.350902] acpiphp: Slot [7] registered\n[ 0.351691] acpiphp: Slot [8] registered\n[ 0.352474] acpiphp: Slot [9] registered\n[ 0.353260] acpiphp: Slot [10] registered\n[ 0.363989] acpiphp: Slot [11] registered\n[ 0.364792] acpiphp: Slot [12] registered\n[ 0.365592] acpiphp: Slot [13] registered\n[ 0.366385] acpiphp: Slot [14] registered\n[ 0.367183] acpiphp: Slot [15] registered\n[ 0.367990] acpiphp: Slot [16] registered\n[ 0.368790] acpiphp: Slot [17] registered\n[ 0.369587] acpiphp: Slot [18] registered\n[ 0.370377] acpiphp: Slot [19] registered\n[ 0.371172] acpiphp: Slot [20] registered\n[ 0.371970] acpiphp: Slot [21] registered\n[ 0.372769] acpiphp: Slot [22] registered\n[ 0.373564] acpiphp: Slot [23] registered\n[ 0.374357] acpiphp: Slot [24] registered\n[ 0.375159] acpiphp: Slot [25] registered\n[ 0.375956] acpiphp: Slot [26] registered\n[ 0.376751] acpiphp: Slot [27] registered\n[ 0.377555] acpiphp: Slot [28] registered\n[ 0.378348] acpiphp: Slot [29] registered\n[ 0.379151] acpiphp: Slot [30] registered\n[ 0.379952] acpiphp: Slot [31] registered\n[ 0.380740] PCI host bridge to bus 0000:00\n[ 0.381531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382724] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383910] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.385329] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.386756] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392802] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395212] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.396450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404343] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449872] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451321] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455468] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456732] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457885] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460446] vgaarb: loaded\n[ 0.461039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462168] SCSI subsystem initialized\n[ 0.462990] ACPI: bus type USB registered\n[ 0.463793] usbcore: registered new interface driver usbfs\n[ 0.464798] usbcore: registered new interface driver hub\n[ 0.465781] usbcore: registered new device driver usb\n[ 0.466860] PCI: Using ACPI for IRQ routing\n[ 0.467869] NetLabel: Initializing\n[ 0.468568] NetLabel: domain hash size = 128\n[ 0.469395] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470326] NetLabel: unlabeled traffic allowed by default\n[ 0.471418] clocksource: Switched to clocksource kvm-clock\n[ 0.477286] AppArmor: AppArmor Filesystem Enabled\n[ 0.478237] pnp: PnP ACPI init\n[ 0.479153] pnp: PnP ACPI: found 5 devices\n[ 0.486241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487919] NET: Registered protocol family 2\n[ 0.488884] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.490122] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.491258] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.492399] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493449] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494588] NET: Registered protocol family 1\n[ 0.495437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496506] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516106] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.534886] Trying to unpack rootfs image as initramfs...\n[ 0.584933] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.599530] Scanning for low memory corruption every 60 seconds\n[ 0.600956] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.602125] audit: initializing netlink subsys (disabled)\n[ 0.603159] audit: type=2000 audit(1546516539.597:1): initialized\n[ 0.604504] Initialise system trusted keyring\n[ 0.605465] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606638] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.608745] zbud: loaded\n[ 0.609502] VFS: Disk quotas dquot_6.6.0\n[ 0.610342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611910] fuse init (API version 7.23)\n[ 0.612824] Key type big_key registered\n[ 0.613626] Allocating IMA MOK and blacklist keyrings.\n[ 0.614811] Key type asymmetric registered\n[ 0.615649] Asymmetric key parser 'x509' registered\n[ 0.616618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618100] io scheduler noop registered\n[ 0.618896] io scheduler deadline registered (default)\n[ 0.619908] io scheduler cfq registered\n[ 0.620758] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621807] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624539] ACPI: Power Button [PWRF]\n[ 0.625396] GHES: HEST is not enabled!\n[ 0.643591] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706423] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708985] Linux agpgart interface v0.103\n[ 0.711309] brd: module loaded\n[ 0.712665] loop: module loaded\n[ 0.717190] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.718653] GPT:90111 != 20971519\n[ 0.719343] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720445] GPT:90111 != 20971519\n[ 0.721139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722107] vda: vda1 vda15\n[ 0.723535] scsi host0: ata_piix\n[ 0.724320] scsi host1: ata_piix\n[ 0.725033] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.726247] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.727858] libphy: Fixed MDIO Bus: probed\n[ 0.728675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731627] PPP generic driver version 2.4.2\n[ 0.732513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733773] ehci-pci: EHCI PCI platform driver\n[ 0.734650] ehci-platform: EHCI generic platform driver\n[ 0.735649] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736780] ohci-pci: OHCI PCI platform driver\n[ 0.737652] ohci-platform: OHCI generic platform driver\n[ 0.738643] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760046] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.762169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.763394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.764829] usb usb1: Product: UHCI Host Controller\n[ 0.765762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766902] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767902] hub 1-0:1.0: USB hub found\n[ 0.768682] hub 1-0:1.0: 2 ports detected\n[ 0.769605] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771727] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.773730] mousedev: PS/2 mouse device common for all mice\n[ 0.774914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777323] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.779045] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.780362] i2c /dev entries driver\n[ 0.781120] device-mapper: uevent: version 1.0.3\n[ 0.782064] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784986] NET: Registered protocol family 10\n[ 0.785989] NET: Registered protocol family 17\n[ 0.786879] Key type dns_resolver registered\n[ 0.787840] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788954] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791799] registered taskstats version 1\n[ 0.792640] Loading compiled-in X.509 certificates\n[ 0.794062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795915] zswap: loaded using pool lzo/zbud\n[ 0.797416] Key type trusted registered\n[ 0.799176] Key type encrypted registered\n[ 0.800017] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801050] ima: No TPM chip found, activating TPM-bypass!\n[ 0.802093] evm: HMAC attrs: 0x1\n[ 0.803056] Magic number: 3:250:933\n[ 0.803915] rtc_cmos 00:00: setting system clock to 2019-01-03 11:55:39 UTC (1546516539)\n[ 0.815648] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.816757] EDD information not available.\n[ 0.884718] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886278] Write protecting the kernel read-only data: 14336k\n[ 0.887923] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.889744] 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.949178] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.14...\nLease of 10.55.1.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.15. iid=i-00000107\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\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:fe11:7c55/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.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: "} 2019-01-03 11:55:51,648 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-087e6846-ceb3-4821-a7bd-3260698acf0d 2019-01-03 11:55:51,650 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:55:51,650 - 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 617007193 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.154691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156855] pid_max: default: 32768 minimum: 301 [ 0.158048] ACPI: Core revision 20150930 [ 0.159630] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161292] Security Framework initialized [ 0.162362] Yama: becoming mindful. [ 0.163288] AppArmor: AppArmor initialized [ 0.164353] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166102] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.167740] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.169280] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.171043] Initializing cgroup subsys io [ 0.172075] Initializing cgroup subsys memory [ 0.173173] Initializing cgroup subsys devices [ 0.174309] Initializing cgroup subsys freezer [ 0.175440] Initializing cgroup subsys net_cls [ 0.176595] Initializing cgroup subsys perf_event [ 0.177787] Initializing cgroup subsys net_prio [ 0.178925] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.181133] CPU: Physical Processor ID: 0 [ 0.182890] mce: CPU supports 10 MCE banks [ 0.183961] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185318] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.187951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.194765] ftrace: allocating 31920 entries in 125 pages [ 0.220934] smpboot: Max logical packages: 2 [ 0.222101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223663] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.225361] x2apic enabled [ 0.226357] Switched APIC routing to physical x2apic. [ 0.228401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229981] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235150] KVM setup paravirtual spinlock [ 0.236846] x86: Booting SMP configuration: [ 0.238046] .... node #0, CPUs: #1 [ 0.239151] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.262198] x86: Booted up 1 node, 2 CPUs [ 0.262200] KVM setup async PF for cpu 1 [ 0.262203] kvm-stealtime: cpu 1, msr f90d940 [ 0.265420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.267314] devtmpfs: initialized [ 0.269166] evm: security.selinux [ 0.270044] evm: security.SMACK64 [ 0.270924] evm: security.SMACK64EXEC [ 0.271909] evm: security.SMACK64TRANSMUTE [ 0.272948] evm: security.SMACK64MMAP [ 0.273879] evm: security.ima [ 0.274671] evm: security.capability [ 0.275680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.278087] pinctrl core: initialized pinctrl subsystem [ 0.279455] RTC time: 11:55:39, date: 01/03/19 [ 0.280674] NET: Registered protocol family 16 [ 0.290096] cpuidle: using governor ladder [ 0.302188] cpuidle: using governor menu [ 0.303031] PCCT header not found. [ 0.303793] ACPI: bus type PCI registered [ 0.304583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305808] PCI: Using configuration type 1 for base access [ 0.319208] ACPI: Added _OSI(Module Device) [ 0.320194] ACPI: Added _OSI(Processor Device) [ 0.321289] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322421] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325332] ACPI: Interpreter enabled [ 0.326288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335575] ACPI: (supports S0 S5) [ 0.336465] ACPI: Using IOAPIC for interrupt routing [ 0.337666] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.345538] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.347760] acpiphp: Slot [3] registered [ 0.348552] acpiphp: Slot [4] registered [ 0.349331] acpiphp: Slot [5] registered [ 0.350116] acpiphp: Slot [6] registered [ 0.350902] acpiphp: Slot [7] registered [ 0.351691] acpiphp: Slot [8] registered [ 0.352474] acpiphp: Slot [9] registered [ 0.353260] acpiphp: Slot [10] registered [ 0.363989] acpiphp: Slot [11] registered [ 0.364792] acpiphp: Slot [12] registered [ 0.365592] acpiphp: Slot [13] registered [ 0.366385] acpiphp: Slot [14] registered [ 0.367183] acpiphp: Slot [15] registered [ 0.367990] acpiphp: Slot [16] registered [ 0.368790] acpiphp: Slot [17] registered [ 0.369587] acpiphp: Slot [18] registered [ 0.370377] acpiphp: Slot [19] registered [ 0.371172] acpiphp: Slot [20] registered [ 0.371970] acpiphp: Slot [21] registered [ 0.372769] acpiphp: Slot [22] registered [ 0.373564] acpiphp: Slot [23] registered [ 0.374357] acpiphp: Slot [24] registered [ 0.375159] acpiphp: Slot [25] registered [ 0.375956] acpiphp: Slot [26] registered [ 0.376751] acpiphp: Slot [27] registered [ 0.377555] acpiphp: Slot [28] registered [ 0.378348] acpiphp: Slot [29] registered [ 0.379151] acpiphp: Slot [30] registered [ 0.379952] acpiphp: Slot [31] registered [ 0.380740] PCI host bridge to bus 0000:00 [ 0.381531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382724] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383910] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.385329] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.386756] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392802] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395212] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.396450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404343] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449872] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451321] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455468] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456732] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457885] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460446] vgaarb: loaded [ 0.461039] vgaarb: bridge control possible 0000:00:02.0 [ 0.462168] SCSI subsystem initialized [ 0.462990] ACPI: bus type USB registered [ 0.463793] usbcore: registered new interface driver usbfs [ 0.464798] usbcore: registered new interface driver hub [ 0.465781] usbcore: registered new device driver usb [ 0.466860] PCI: Using ACPI for IRQ routing [ 0.467869] NetLabel: Initializing [ 0.468568] NetLabel: domain hash size = 128 [ 0.469395] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470326] NetLabel: unlabeled traffic allowed by default [ 0.471418] clocksource: Switched to clocksource kvm-clock [ 0.477286] AppArmor: AppArmor Filesystem Enabled [ 0.478237] pnp: PnP ACPI init [ 0.479153] pnp: PnP ACPI: found 5 devices [ 0.486241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487919] NET: Registered protocol family 2 [ 0.488884] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.490122] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.491258] TCP: Hash tables configured (established 2048 bind 2048) [ 0.492399] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493449] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.494588] NET: Registered protocol family 1 [ 0.495437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496506] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497554] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516106] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.534886] Trying to unpack rootfs image as initramfs... [ 0.584933] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.599530] Scanning for low memory corruption every 60 seconds [ 0.600956] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.602125] audit: initializing netlink subsys (disabled) [ 0.603159] audit: type=2000 audit(1546516539.597:1): initialized [ 0.604504] Initialise system trusted keyring [ 0.605465] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606638] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.608745] zbud: loaded [ 0.609502] VFS: Disk quotas dquot_6.6.0 [ 0.610342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.611910] fuse init (API version 7.23) [ 0.612824] Key type big_key registered [ 0.613626] Allocating IMA MOK and blacklist keyrings. [ 0.614811] Key type asymmetric registered [ 0.615649] Asymmetric key parser 'x509' registered [ 0.616618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618100] io scheduler noop registered [ 0.618896] io scheduler deadline registered (default) [ 0.619908] io scheduler cfq registered [ 0.620758] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621807] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624539] ACPI: Power Button [PWRF] [ 0.625396] GHES: HEST is not enabled! [ 0.643591] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706423] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708985] Linux agpgart interface v0.103 [ 0.711309] brd: module loaded [ 0.712665] loop: module loaded [ 0.717190] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.718653] GPT:90111 != 20971519 [ 0.719343] GPT:Alternate GPT header not at the end of the disk. [ 0.720445] GPT:90111 != 20971519 [ 0.721139] GPT: Use GNU Parted to correct GPT errors. [ 0.722107] vda: vda1 vda15 [ 0.723535] scsi host0: ata_piix [ 0.724320] scsi host1: ata_piix [ 0.725033] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.726247] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.727858] libphy: Fixed MDIO Bus: probed [ 0.728675] tun: Universal TUN/TAP device driver, 1.6 [ 0.729628] tun: (C) 1999-2004 Max Krasnyansky [ 0.731627] PPP generic driver version 2.4.2 [ 0.732513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733773] ehci-pci: EHCI PCI platform driver [ 0.734650] ehci-platform: EHCI generic platform driver [ 0.735649] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.736780] ohci-pci: OHCI PCI platform driver [ 0.737652] ohci-platform: OHCI generic platform driver [ 0.738643] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757595] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760046] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.762169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.764829] usb usb1: Product: UHCI Host Controller [ 0.765762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766902] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767902] hub 1-0:1.0: USB hub found [ 0.768682] hub 1-0:1.0: 2 ports detected [ 0.769605] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771727] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772683] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.773730] mousedev: PS/2 mouse device common for all mice [ 0.774914] rtc_cmos 00:00: RTC can wake from S4 [ 0.776122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777323] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.779045] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.780362] i2c /dev entries driver [ 0.781120] device-mapper: uevent: version 1.0.3 [ 0.782064] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783690] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784986] NET: Registered protocol family 10 [ 0.785989] NET: Registered protocol family 17 [ 0.786879] Key type dns_resolver registered [ 0.787840] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788954] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791799] registered taskstats version 1 [ 0.792640] Loading compiled-in X.509 certificates [ 0.794062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795915] zswap: loaded using pool lzo/zbud [ 0.797416] Key type trusted registered [ 0.799176] Key type encrypted registered [ 0.800017] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801050] ima: No TPM chip found, activating TPM-bypass! [ 0.802093] evm: HMAC attrs: 0x1 [ 0.803056] Magic number: 3:250:933 [ 0.803915] rtc_cmos 00:00: setting system clock to 2019-01-03 11:55:39 UTC (1546516539) [ 0.815648] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.816757] EDD information not available. [ 0.884718] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886278] Write protecting the kernel read-only data: 14336k [ 0.887923] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.889744] 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.949178] 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.96 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.14... Lease of 10.55.1.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.15. iid=i-00000107 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 ssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 -----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:fe11:7c55/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.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 launch-index: 0 === cirros: current=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: 2019-01-03 11:55:51,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:52,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-4ed735e9-cc2c-45eb-9a70-76cca9ad5db0 x-compute-request-id: req-4ed735e9-cc2c-45eb-9a70-76cca9ad5db0 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:52,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-4ed735e9-cc2c-45eb-9a70-76cca9ad5db0 2019-01-03 11:55:52,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:52,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7534e0d7-8e5f-4eef-a08d-1a181b89e6c7 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:52,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-7534e0d7-8e5f-4eef-a08d-1a181b89e6c7 2019-01-03 11:55:52,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:52,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5defce24-fd64-41e5-974f-828efbdd96df Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:52,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-5defce24-fd64-41e5-974f-828efbdd96df 2019-01-03 11:55:52,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:52,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b5d34534-6c9f-4122-b299-bd6df9b34912 Date: Thu, 03 Jan 2019 11:55:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:52,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-b5d34534-6c9f-4122-b299-bd6df9b34912 2019-01-03 11:55:52,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:52,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-ec3b9b21-e84a-4aec-b0c1-603510528507 Date: Thu, 03 Jan 2019 11:55:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:52,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-ec3b9b21-e84a-4aec-b0c1-603510528507 2019-01-03 11:55:52,715 - create_instance - INFO - Checking if VM is active 2019-01-03 11:55:52,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6e8c601-b217-4066-a895-c2e37ff4e043 x-compute-request-id: req-d6e8c601-b217-4066-a895-c2e37ff4e043 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:53,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-d6e8c601-b217-4066-a895-c2e37ff4e043 2019-01-03 11:55:53,033 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:55:53,033 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:55:53,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-df27720f-ac52-4a62-b6c2-37abd271f016 x-compute-request-id: req-df27720f-ac52-4a62-b6c2-37abd271f016 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:53,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-df27720f-ac52-4a62-b6c2-37abd271f016 2019-01-03 11:55:53,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-49f199c4-aae6-487a-829c-2621eb1703b1 Date: Thu, 03 Jan 2019 11:55: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:55:53,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-49f199c4-aae6-487a-829c-2621eb1703b1 2019-01-03 11:55:53,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78f30775-53ff-407b-9b42-6123cf64bea9 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:55:53,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-78f30775-53ff-407b-9b42-6123cf64bea9 2019-01-03 11:55:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-936d02fb-0f71-4b84-84b8-4ac9410e0736 Date: Thu, 03 Jan 2019 11:55:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:55:53,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-936d02fb-0f71-4b84-84b8-4ac9410e0736 2019-01-03 11:55:53,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:53,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-4b169615-e542-4ea4-917d-1405c3893897 Date: Thu, 03 Jan 2019 11:55:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:55:53,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-4b169615-e542-4ea4-917d-1405c3893897 2019-01-03 11:55:53,871 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:55:53,874 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ebb64d0L 2019-01-03 11:55:53,875 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:55:53,875 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:55:53,875 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:55:53,876 - 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 2019-01-03 11:55:53,876 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:55:53,876 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:55:53,876 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:55:53,876 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:55:53,876 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:55:53,890 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:55:53,890 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:55:53,907 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:55:53,930 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:55:53,933 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:55:54,034 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:55:54,053 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:55:54,054 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:55:54,055 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ebb64d0L 2019-01-03 11:55:54,056 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:55:54,056 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:55:54,056 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:55:54,056 - 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 2019-01-03 11:55:54,057 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:55:54,057 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:55:54,057 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:55:54,057 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:55:54,057 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:55:54,074 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:55:54,074 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:55:54,088 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:55:54,114 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:55:54,117 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:55:54,120 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:55:54,121 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:55:54,122 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:55:54,125 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:55:54,126 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 11:55:54,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:55:54,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:55: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-83ee0680-53cd-475b-bb1d-5b343f069d9e x-compute-request-id: req-83ee0680-53cd-475b-bb1d-5b343f069d9e Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:55:39Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:55:54,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-83ee0680-53cd-475b-bb1d-5b343f069d9e 2019-01-03 11:55:54,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"reboot": {"type": "SOFT"}}' 2019-01-03 11:55:54,615 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:55: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-0bb9b118-a054-4219-acdf-eba34b7ba20c x-compute-request-id: req-0bb9b118-a054-4219-acdf-eba34b7ba20c Content-Length: 0 Content-Type: application/json 2019-01-03 11:55:54,615 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-0bb9b118-a054-4219-acdf-eba34b7ba20c 2019-01-03 11:56:09,630 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-03 11:56:09,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:10,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a09d3970-327b-42a4-ac4a-7e4f2e8dcde6 x-compute-request-id: req-a09d3970-327b-42a4-ac4a-7e4f2e8dcde6 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-03T11:55:55Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:10,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-a09d3970-327b-42a4-ac4a-7e4f2e8dcde6 2019-01-03 11:56:10,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:56:11,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56: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-f3a0c1d4-a319-47c4-8189-4aea9c5218da x-compute-request-id: req-f3a0c1d4-a319-47c4-8189-4aea9c5218da Content-Encoding: gzip Content-Length: 9669 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 617007193 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.154691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156855] pid_max: default: 32768 minimum: 301\n[ 0.158048] ACPI: Core revision 20150930\n[ 0.159630] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161292] Security Framework initialized\n[ 0.162362] Yama: becoming mindful.\n[ 0.163288] AppArmor: AppArmor initialized\n[ 0.164353] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166102] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.167740] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.169280] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.171043] Initializing cgroup subsys io\n[ 0.172075] Initializing cgroup subsys memory\n[ 0.173173] Initializing cgroup subsys devices\n[ 0.174309] Initializing cgroup subsys freezer\n[ 0.175440] Initializing cgroup subsys net_cls\n[ 0.176595] Initializing cgroup subsys perf_event\n[ 0.177787] Initializing cgroup subsys net_prio\n[ 0.178925] Initializing cgroup subsys hugetlb\n[ 0.180037] Initializing cgroup subsys pids\n[ 0.181133] CPU: Physical Processor ID: 0\n[ 0.182890] mce: CPU supports 10 MCE banks\n[ 0.183961] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185318] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.194765] ftrace: allocating 31920 entries in 125 pages\n[ 0.220934] smpboot: Max logical packages: 2\n[ 0.222101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223663] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.225361] x2apic enabled\n[ 0.226357] Switched APIC routing to physical x2apic.\n[ 0.228401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229981] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235150] KVM setup paravirtual spinlock\n[ 0.236846] x86: Booting SMP configuration:\n[ 0.238046] .... node #0, CPUs: #1\n[ 0.239151] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.262198] x86: Booted up 1 node, 2 CPUs\n[ 0.262200] KVM setup async PF for cpu 1\n[ 0.262203] kvm-stealtime: cpu 1, msr f90d940\n[ 0.265420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.267314] devtmpfs: initialized\n[ 0.269166] evm: security.selinux\n[ 0.270044] evm: security.SMACK64\n[ 0.270924] evm: security.SMACK64EXEC\n[ 0.271909] evm: security.SMACK64TRANSMUTE\n[ 0.272948] evm: security.SMACK64MMAP\n[ 0.273879] evm: security.ima\n[ 0.274671] evm: security.capability\n[ 0.275680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.278087] pinctrl core: initialized pinctrl subsystem\n[ 0.279455] RTC time: 11:55:39, date: 01/03/19\n[ 0.280674] NET: Registered protocol family 16\n[ 0.290096] cpuidle: using governor ladder\n[ 0.302188] cpuidle: using governor menu\n[ 0.303031] PCCT header not found.\n[ 0.303793] ACPI: bus type PCI registered\n[ 0.304583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305808] PCI: Using configuration type 1 for base access\n[ 0.319208] ACPI: Added _OSI(Module Device)\n[ 0.320194] ACPI: Added _OSI(Processor Device)\n[ 0.321289] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322421] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325332] ACPI: Interpreter enabled\n[ 0.326288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335575] ACPI: (supports S0 S5)\n[ 0.336465] ACPI: Using IOAPIC for interrupt routing\n[ 0.337666] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.345538] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.347760] acpiphp: Slot [3] registered\n[ 0.348552] acpiphp: Slot [4] registered\n[ 0.349331] acpiphp: Slot [5] registered\n[ 0.350116] acpiphp: Slot [6] registered\n[ 0.350902] acpiphp: Slot [7] registered\n[ 0.351691] acpiphp: Slot [8] registered\n[ 0.352474] acpiphp: Slot [9] registered\n[ 0.353260] acpiphp: Slot [10] registered\n[ 0.363989] acpiphp: Slot [11] registered\n[ 0.364792] acpiphp: Slot [12] registered\n[ 0.365592] acpiphp: Slot [13] registered\n[ 0.366385] acpiphp: Slot [14] registered\n[ 0.367183] acpiphp: Slot [15] registered\n[ 0.367990] acpiphp: Slot [16] registered\n[ 0.368790] acpiphp: Slot [17] registered\n[ 0.369587] acpiphp: Slot [18] registered\n[ 0.370377] acpiphp: Slot [19] registered\n[ 0.371172] acpiphp: Slot [20] registered\n[ 0.371970] acpiphp: Slot [21] registered\n[ 0.372769] acpiphp: Slot [22] registered\n[ 0.373564] acpiphp: Slot [23] registered\n[ 0.374357] acpiphp: Slot [24] registered\n[ 0.375159] acpiphp: Slot [25] registered\n[ 0.375956] acpiphp: Slot [26] registered\n[ 0.376751] acpiphp: Slot [27] registered\n[ 0.377555] acpiphp: Slot [28] registered\n[ 0.378348] acpiphp: Slot [29] registered\n[ 0.379151] acpiphp: Slot [30] registered\n[ 0.379952] acpiphp: Slot [31] registered\n[ 0.380740] PCI host bridge to bus 0000:00\n[ 0.381531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.382724] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.383910] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.385329] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.386756] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392802] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.394048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395212] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.396450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.402925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.404343] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449872] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451321] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.455468] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.456732] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457885] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460446] vgaarb: loaded\n[ 0.461039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.462168] SCSI subsystem initialized\n[ 0.462990] ACPI: bus type USB registered\n[ 0.463793] usbcore: registered new interface driver usbfs\n[ 0.464798] usbcore: registered new interface driver hub\n[ 0.465781] usbcore: registered new device driver usb\n[ 0.466860] PCI: Using ACPI for IRQ routing\n[ 0.467869] NetLabel: Initializing\n[ 0.468568] NetLabel: domain hash size = 128\n[ 0.469395] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.470326] NetLabel: unlabeled traffic allowed by default\n[ 0.471418] clocksource: Switched to clocksource kvm-clock\n[ 0.477286] AppArmor: AppArmor Filesystem Enabled\n[ 0.478237] pnp: PnP ACPI init\n[ 0.479153] pnp: PnP ACPI: found 5 devices\n[ 0.486241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487919] NET: Registered protocol family 2\n[ 0.488884] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.490122] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.491258] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.492399] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493449] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494588] NET: Registered protocol family 1\n[ 0.495437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496506] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516106] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.534886] Trying to unpack rootfs image as initramfs...\n[ 0.584933] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.599530] Scanning for low memory corruption every 60 seconds\n[ 0.600956] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.602125] audit: initializing netlink subsys (disabled)\n[ 0.603159] audit: type=2000 audit(1546516539.597:1): initialized\n[ 0.604504] Initialise system trusted keyring\n[ 0.605465] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606638] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.608745] zbud: loaded\n[ 0.609502] VFS: Disk quotas dquot_6.6.0\n[ 0.610342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.611910] fuse init (API version 7.23)\n[ 0.612824] Key type big_key registered\n[ 0.613626] Allocating IMA MOK and blacklist keyrings.\n[ 0.614811] Key type asymmetric registered\n[ 0.615649] Asymmetric key parser 'x509' registered\n[ 0.616618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618100] io scheduler noop registered\n[ 0.618896] io scheduler deadline registered (default)\n[ 0.619908] io scheduler cfq registered\n[ 0.620758] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.621807] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.623077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.624539] ACPI: Power Button [PWRF]\n[ 0.625396] GHES: HEST is not enabled!\n[ 0.643591] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.680446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706423] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708985] Linux agpgart interface v0.103\n[ 0.711309] brd: module loaded\n[ 0.712665] loop: module loaded\n[ 0.717190] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.718653] GPT:90111 != 20971519\n[ 0.719343] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720445] GPT:90111 != 20971519\n[ 0.721139] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722107] vda: vda1 vda15\n[ 0.723535] scsi host0: ata_piix\n[ 0.724320] scsi host1: ata_piix\n[ 0.725033] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.726247] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.727858] libphy: Fixed MDIO Bus: probed\n[ 0.728675] tun: Universal TUN/TAP device driver, 1.6\n[ 0.729628] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731627] PPP generic driver version 2.4.2\n[ 0.732513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733773] ehci-pci: EHCI PCI platform driver\n[ 0.734650] ehci-platform: EHCI generic platform driver\n[ 0.735649] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.736780] ohci-pci: OHCI PCI platform driver\n[ 0.737652] ohci-platform: OHCI generic platform driver\n[ 0.738643] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.757595] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.758584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.760046] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.762169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.763394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.764829] usb usb1: Product: UHCI Host Controller\n[ 0.765762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.766902] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.767902] hub 1-0:1.0: USB hub found\n[ 0.768682] hub 1-0:1.0: 2 ports detected\n[ 0.769605] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771727] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772683] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.773730] mousedev: PS/2 mouse device common for all mice\n[ 0.774914] rtc_cmos 00:00: RTC can wake from S4\n[ 0.776122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.777323] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.779045] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.780362] i2c /dev entries driver\n[ 0.781120] device-mapper: uevent: version 1.0.3\n[ 0.782064] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783690] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.784986] NET: Registered protocol family 10\n[ 0.785989] NET: Registered protocol family 17\n[ 0.786879] Key type dns_resolver registered\n[ 0.787840] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.788954] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790047] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.791799] registered taskstats version 1\n[ 0.792640] Loading compiled-in X.509 certificates\n[ 0.794062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.795915] zswap: loaded using pool lzo/zbud\n[ 0.797416] Key type trusted registered\n[ 0.799176] Key type encrypted registered\n[ 0.800017] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.801050] ima: No TPM chip found, activating TPM-bypass!\n[ 0.802093] evm: HMAC attrs: 0x1\n[ 0.803056] Magic number: 3:250:933\n[ 0.803915] rtc_cmos 00:00: setting system clock to 2019-01-03 11:55:39 UTC (1546516539)\n[ 0.815648] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.816757] EDD information not available.\n[ 0.884718] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886278] Write protecting the kernel read-only data: 14336k\n[ 0.887923] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.889744] 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.949178] 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.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.14...\nLease of 10.55.1.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.15. iid=i-00000107\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\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:fe11:7c55/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.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: The system is going down NOW!\nSent SIGKILL to all processes\n"} 2019-01-03 11:56:11,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-f3a0c1d4-a319-47c4-8189-4aea9c5218da 2019-01-03 11:56:11,199 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:56:11,199 - 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 617007193 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.154691] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156855] pid_max: default: 32768 minimum: 301 [ 0.158048] ACPI: Core revision 20150930 [ 0.159630] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161292] Security Framework initialized [ 0.162362] Yama: becoming mindful. [ 0.163288] AppArmor: AppArmor initialized [ 0.164353] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166102] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.167740] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.169280] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.171043] Initializing cgroup subsys io [ 0.172075] Initializing cgroup subsys memory [ 0.173173] Initializing cgroup subsys devices [ 0.174309] Initializing cgroup subsys freezer [ 0.175440] Initializing cgroup subsys net_cls [ 0.176595] Initializing cgroup subsys perf_event [ 0.177787] Initializing cgroup subsys net_prio [ 0.178925] Initializing cgroup subsys hugetlb [ 0.180037] Initializing cgroup subsys pids [ 0.181133] CPU: Physical Processor ID: 0 [ 0.182890] mce: CPU supports 10 MCE banks [ 0.183961] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185318] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.187951] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.194765] ftrace: allocating 31920 entries in 125 pages [ 0.220934] smpboot: Max logical packages: 2 [ 0.222101] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223663] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.225361] x2apic enabled [ 0.226357] Switched APIC routing to physical x2apic. [ 0.228401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229981] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232654] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235150] KVM setup paravirtual spinlock [ 0.236846] x86: Booting SMP configuration: [ 0.238046] .... node #0, CPUs: #1 [ 0.239151] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.262198] x86: Booted up 1 node, 2 CPUs [ 0.262200] KVM setup async PF for cpu 1 [ 0.262203] kvm-stealtime: cpu 1, msr f90d940 [ 0.265420] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.267314] devtmpfs: initialized [ 0.269166] evm: security.selinux [ 0.270044] evm: security.SMACK64 [ 0.270924] evm: security.SMACK64EXEC [ 0.271909] evm: security.SMACK64TRANSMUTE [ 0.272948] evm: security.SMACK64MMAP [ 0.273879] evm: security.ima [ 0.274671] evm: security.capability [ 0.275680] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.278087] pinctrl core: initialized pinctrl subsystem [ 0.279455] RTC time: 11:55:39, date: 01/03/19 [ 0.280674] NET: Registered protocol family 16 [ 0.290096] cpuidle: using governor ladder [ 0.302188] cpuidle: using governor menu [ 0.303031] PCCT header not found. [ 0.303793] ACPI: bus type PCI registered [ 0.304583] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305808] PCI: Using configuration type 1 for base access [ 0.319208] ACPI: Added _OSI(Module Device) [ 0.320194] ACPI: Added _OSI(Processor Device) [ 0.321289] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322421] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325332] ACPI: Interpreter enabled [ 0.326288] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328614] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335575] ACPI: (supports S0 S5) [ 0.336465] ACPI: Using IOAPIC for interrupt routing [ 0.337666] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343169] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344369] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.345538] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.347760] acpiphp: Slot [3] registered [ 0.348552] acpiphp: Slot [4] registered [ 0.349331] acpiphp: Slot [5] registered [ 0.350116] acpiphp: Slot [6] registered [ 0.350902] acpiphp: Slot [7] registered [ 0.351691] acpiphp: Slot [8] registered [ 0.352474] acpiphp: Slot [9] registered [ 0.353260] acpiphp: Slot [10] registered [ 0.363989] acpiphp: Slot [11] registered [ 0.364792] acpiphp: Slot [12] registered [ 0.365592] acpiphp: Slot [13] registered [ 0.366385] acpiphp: Slot [14] registered [ 0.367183] acpiphp: Slot [15] registered [ 0.367990] acpiphp: Slot [16] registered [ 0.368790] acpiphp: Slot [17] registered [ 0.369587] acpiphp: Slot [18] registered [ 0.370377] acpiphp: Slot [19] registered [ 0.371172] acpiphp: Slot [20] registered [ 0.371970] acpiphp: Slot [21] registered [ 0.372769] acpiphp: Slot [22] registered [ 0.373564] acpiphp: Slot [23] registered [ 0.374357] acpiphp: Slot [24] registered [ 0.375159] acpiphp: Slot [25] registered [ 0.375956] acpiphp: Slot [26] registered [ 0.376751] acpiphp: Slot [27] registered [ 0.377555] acpiphp: Slot [28] registered [ 0.378348] acpiphp: Slot [29] registered [ 0.379151] acpiphp: Slot [30] registered [ 0.379952] acpiphp: Slot [31] registered [ 0.380740] PCI host bridge to bus 0000:00 [ 0.381531] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.382724] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.383910] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.385329] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.386756] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392802] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.394048] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395212] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.396450] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402925] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404343] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449872] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451321] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454109] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.455468] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.456732] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457885] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460446] vgaarb: loaded [ 0.461039] vgaarb: bridge control possible 0000:00:02.0 [ 0.462168] SCSI subsystem initialized [ 0.462990] ACPI: bus type USB registered [ 0.463793] usbcore: registered new interface driver usbfs [ 0.464798] usbcore: registered new interface driver hub [ 0.465781] usbcore: registered new device driver usb [ 0.466860] PCI: Using ACPI for IRQ routing [ 0.467869] NetLabel: Initializing [ 0.468568] NetLabel: domain hash size = 128 [ 0.469395] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.470326] NetLabel: unlabeled traffic allowed by default [ 0.471418] clocksource: Switched to clocksource kvm-clock [ 0.477286] AppArmor: AppArmor Filesystem Enabled [ 0.478237] pnp: PnP ACPI init [ 0.479153] pnp: PnP ACPI: found 5 devices [ 0.486241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487919] NET: Registered protocol family 2 [ 0.488884] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.490122] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.491258] TCP: Hash tables configured (established 2048 bind 2048) [ 0.492399] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.493449] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.494588] NET: Registered protocol family 1 [ 0.495437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496506] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497554] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516106] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.534886] Trying to unpack rootfs image as initramfs... [ 0.584933] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.599530] Scanning for low memory corruption every 60 seconds [ 0.600956] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.602125] audit: initializing netlink subsys (disabled) [ 0.603159] audit: type=2000 audit(1546516539.597:1): initialized [ 0.604504] Initialise system trusted keyring [ 0.605465] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606638] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.608745] zbud: loaded [ 0.609502] VFS: Disk quotas dquot_6.6.0 [ 0.610342] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.611910] fuse init (API version 7.23) [ 0.612824] Key type big_key registered [ 0.613626] Allocating IMA MOK and blacklist keyrings. [ 0.614811] Key type asymmetric registered [ 0.615649] Asymmetric key parser 'x509' registered [ 0.616618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618100] io scheduler noop registered [ 0.618896] io scheduler deadline registered (default) [ 0.619908] io scheduler cfq registered [ 0.620758] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.621807] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.623077] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.624539] ACPI: Power Button [PWRF] [ 0.625396] GHES: HEST is not enabled! [ 0.643591] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.680446] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706423] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708985] Linux agpgart interface v0.103 [ 0.711309] brd: module loaded [ 0.712665] loop: module loaded [ 0.717190] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.718653] GPT:90111 != 20971519 [ 0.719343] GPT:Alternate GPT header not at the end of the disk. [ 0.720445] GPT:90111 != 20971519 [ 0.721139] GPT: Use GNU Parted to correct GPT errors. [ 0.722107] vda: vda1 vda15 [ 0.723535] scsi host0: ata_piix [ 0.724320] scsi host1: ata_piix [ 0.725033] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.726247] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.727858] libphy: Fixed MDIO Bus: probed [ 0.728675] tun: Universal TUN/TAP device driver, 1.6 [ 0.729628] tun: (C) 1999-2004 Max Krasnyansky [ 0.731627] PPP generic driver version 2.4.2 [ 0.732513] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733773] ehci-pci: EHCI PCI platform driver [ 0.734650] ehci-platform: EHCI generic platform driver [ 0.735649] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.736780] ohci-pci: OHCI PCI platform driver [ 0.737652] ohci-platform: OHCI generic platform driver [ 0.738643] uhci_hcd: USB Universal Host Controller Interface driver [ 0.757595] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.758584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.760046] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.762169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.764829] usb usb1: Product: UHCI Host Controller [ 0.765762] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.766902] usb usb1: SerialNumber: 0000:00:01.2 [ 0.767902] hub 1-0:1.0: USB hub found [ 0.768682] hub 1-0:1.0: 2 ports detected [ 0.769605] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771727] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772683] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.773730] mousedev: PS/2 mouse device common for all mice [ 0.774914] rtc_cmos 00:00: RTC can wake from S4 [ 0.776122] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.777323] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.779045] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.780362] i2c /dev entries driver [ 0.781120] device-mapper: uevent: version 1.0.3 [ 0.782064] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783690] ledtrig-cpu: registered to indicate activity on CPUs [ 0.784986] NET: Registered protocol family 10 [ 0.785989] NET: Registered protocol family 17 [ 0.786879] Key type dns_resolver registered [ 0.787840] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.788954] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790047] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.791799] registered taskstats version 1 [ 0.792640] Loading compiled-in X.509 certificates [ 0.794062] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.795915] zswap: loaded using pool lzo/zbud [ 0.797416] Key type trusted registered [ 0.799176] Key type encrypted registered [ 0.800017] AppArmor: AppArmor sha1 policy hashing enabled [ 0.801050] ima: No TPM chip found, activating TPM-bypass! [ 0.802093] evm: HMAC attrs: 0x1 [ 0.803056] Magic number: 3:250:933 [ 0.803915] rtc_cmos 00:00: setting system clock to 2019-01-03 11:55:39 UTC (1546516539) [ 0.815648] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.816757] EDD information not available. [ 0.884718] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886278] Write protecting the kernel read-only data: 14336k [ 0.887923] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.889744] 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.949178] 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.96 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.14... Lease of 10.55.1.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.15. iid=i-00000107 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 ssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 -----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:fe11:7c55/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.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 launch-index: 0 === cirros: current=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: The system is going down NOW! Sent SIGKILL to all processes 2019-01-03 11:56:11,200 - create_instance - INFO - Checking if VM is active 2019-01-03 11:56:11,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:11,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-a52e1f96-9660-4676-956f-25bf3e7ce4d4 x-compute-request-id: req-a52e1f96-9660-4676-956f-25bf3e7ce4d4 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-03T11:55:55Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:11,684 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-a52e1f96-9660-4676-956f-25bf3e7ce4d4 2019-01-03 11:56:11,685 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - REBOOT 2019-01-03 11:56:11,685 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:56:14,688 - create_instance - DEBUG - VM status query timeout in 896.511880159 2019-01-03 11:56:14,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:15,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-ba589972-550a-4163-8281-1f429058beaf x-compute-request-id: req-ba589972-550a-4163-8281-1f429058beaf Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-03T11:55:55Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:15,035 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-ba589972-550a-4163-8281-1f429058beaf 2019-01-03 11:56:15,036 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - REBOOT 2019-01-03 11:56:15,036 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:56:18,039 - create_instance - DEBUG - VM status query timeout in 893.161100149 2019-01-03 11:56:18,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:18,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a0eeb12-0944-4902-92f8-85d3b7fc611a x-compute-request-id: req-7a0eeb12-0944-4902-92f8-85d3b7fc611a Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2019-01-03T11:55:55Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:18,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-7a0eeb12-0944-4902-92f8-85d3b7fc611a 2019-01-03 11:56:18,943 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - REBOOT 2019-01-03 11:56:18,943 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:56:21,947 - create_instance - DEBUG - VM status query timeout in 889.253611088 2019-01-03 11:56:21,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:22,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56: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-a4bdc85d-9d8a-4af3-bd57-7dbf822e1125 x-compute-request-id: req-a4bdc85d-9d8a-4af3-bd57-7dbf822e1125 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:19Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:22,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-a4bdc85d-9d8a-4af3-bd57-7dbf822e1125 2019-01-03 11:56:22,447 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:56:22,447 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:56:22,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:23,294 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-e3d98f59-c9c0-459f-8924-118c5908d2ab x-compute-request-id: req-e3d98f59-c9c0-459f-8924-118c5908d2ab Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:19Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:23,294 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-e3d98f59-c9c0-459f-8924-118c5908d2ab 2019-01-03 11:56:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:23,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-96d498b2-18fd-4a6a-b1b3-6384e99b5478 Date: Thu, 03 Jan 2019 11:56: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:56:23,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-96d498b2-18fd-4a6a-b1b3-6384e99b5478 2019-01-03 11:56:23,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:23,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61306e52-b67a-44d6-91d8-a6cb3850347c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:56:23,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-61306e52-b67a-44d6-91d8-a6cb3850347c 2019-01-03 11:56:23,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:23,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fcf8953d-ebbd-44d3-bad9-3290cd1dc23c Date: Thu, 03 Jan 2019 11:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:56:23,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-fcf8953d-ebbd-44d3-bad9-3290cd1dc23c 2019-01-03 11:56:23,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:23,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b07f2816-7056-45ae-96f1-491715900b45 Date: Thu, 03 Jan 2019 11:56:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:56:23,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-b07f2816-7056-45ae-96f1-491715900b45 2019-01-03 11:56:23,640 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:56:24,644 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.205 2019-01-03 11:56:24,645 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2019-01-03 11:56:27,648 - create_instance - DEBUG - SSH connection timeout in 175.99190712 2019-01-03 11:56:27,649 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:56:27,651 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eb58d10L 2019-01-03 11:56:27,651 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:56:27,652 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:56:27,652 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:56:27,653 - 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 2019-01-03 11:56:27,653 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:56:27,653 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:56:27,654 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:56:27,654 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:56:27,654 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:56:27,672 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:56:27,672 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:56:27,684 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:56:27,709 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:56:27,715 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:56:27,815 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:56:27,829 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:56:27,830 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:56:27,831 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ebb6850L 2019-01-03 11:56:27,832 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:56:27,832 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:56:27,832 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:56:27,833 - 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 2019-01-03 11:56:27,833 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:56:27,833 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:56:27,834 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:56:27,834 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:56:27,834 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:56:27,851 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:56:27,851 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:56:27,864 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:56:27,889 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:56:27,893 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:56:27,897 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:56:27,898 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:56:27,898 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:56:27,899 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:56:27,902 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 11:56:27,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:28,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7725f227-db65-4015-a9af-af12314e24ac x-compute-request-id: req-7725f227-db65-4015-a9af-af12314e24ac Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:19Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:28,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-7725f227-db65-4015-a9af-af12314e24ac 2019-01-03 11:56:28,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"reboot": {"type": "SOFT"}}' 2019-01-03 11:56:28,728 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50ddc30b-408b-473e-b255-872e5eb6452d x-compute-request-id: req-50ddc30b-408b-473e-b255-872e5eb6452d Content-Length: 0 Content-Type: application/json 2019-01-03 11:56:28,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-50ddc30b-408b-473e-b255-872e5eb6452d 2019-01-03 11:56:43,744 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-03 11:56:43,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:44,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56: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-1740d8a3-f445-4cde-8065-8e5a78daaa4f x-compute-request-id: req-1740d8a3-f445-4cde-8065-8e5a78daaa4f Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:32Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:44,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-1740d8a3-f445-4cde-8065-8e5a78daaa4f 2019-01-03 11:56:44,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:56:45,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-30a888ab-458f-4209-8c21-a4f10e9eee6c x-compute-request-id: req-30a888ab-458f-4209-8c21-a4f10e9eee6c Content-Encoding: gzip Content-Length: 9511 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 525892616 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.132393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133984] pid_max: default: 32768 minimum: 301\n[ 0.134857] ACPI: Core revision 20150930\n[ 0.136259] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137515] Security Framework initialized\n[ 0.138299] Yama: becoming mindful.\n[ 0.139004] AppArmor: AppArmor initialized\n[ 0.139834] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141069] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142271] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143403] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144732] Initializing cgroup subsys io\n[ 0.145506] Initializing cgroup subsys memory\n[ 0.146342] Initializing cgroup subsys devices\n[ 0.147176] Initializing cgroup subsys freezer\n[ 0.148017] Initializing cgroup subsys net_cls\n[ 0.148850] Initializing cgroup subsys perf_event\n[ 0.149718] Initializing cgroup subsys net_prio\n[ 0.150560] Initializing cgroup subsys hugetlb\n[ 0.151385] Initializing cgroup subsys pids\n[ 0.152235] CPU: Physical Processor ID: 0\n[ 0.153717] mce: CPU supports 10 MCE banks\n[ 0.154526] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157746] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.164293] ftrace: allocating 31920 entries in 125 pages\n[ 0.191192] smpboot: Max logical packages: 2\n[ 0.192020] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193164] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194461] x2apic enabled\n[ 0.195248] Switched APIC routing to physical x2apic.\n[ 0.196963] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200152] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201986] KVM setup paravirtual spinlock\n[ 0.203407] x86: Booting SMP configuration:\n[ 0.204264] .... node #0, CPUs: #1\n[ 0.205109] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.228066] x86: Booted up 1 node, 2 CPUs\n[ 0.228075] KVM setup async PF for cpu 1\n[ 0.228079] kvm-stealtime: cpu 1, msr f90d940\n[ 0.230567] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.232061] devtmpfs: initialized\n[ 0.233747] evm: security.selinux\n[ 0.234413] evm: security.SMACK64\n[ 0.235079] evm: security.SMACK64EXEC\n[ 0.235791] evm: security.SMACK64TRANSMUTE\n[ 0.236574] evm: security.SMACK64MMAP\n[ 0.237287] evm: security.ima\n[ 0.237902] evm: security.capability\n[ 0.238710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240509] pinctrl core: initialized pinctrl subsystem\n[ 0.241583] RTC time: 11:56:32, date: 01/03/19\n[ 0.242510] NET: Registered protocol family 16\n[ 0.253542] cpuidle: using governor ladder\n[ 0.265599] cpuidle: using governor menu\n[ 0.266402] PCCT header not found.\n[ 0.267162] ACPI: bus type PCI registered\n[ 0.267963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269196] PCI: Using configuration type 1 for base access\n[ 0.282655] ACPI: Added _OSI(Module Device)\n[ 0.283481] ACPI: Added _OSI(Processor Device)\n[ 0.284327] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.285208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.287527] ACPI: Interpreter enabled\n[ 0.288276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.290070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295842] ACPI: (supports S0 S5)\n[ 0.296868] ACPI: Using IOAPIC for interrupt routing\n[ 0.298406] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302710] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304457] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.306395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.308241] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.311600] acpiphp: Slot [3] registered\n[ 0.312801] acpiphp: Slot [4] registered\n[ 0.314009] acpiphp: Slot [5] registered\n[ 0.315200] acpiphp: Slot [6] registered\n[ 0.316344] acpiphp: Slot [7] registered\n[ 0.317463] acpiphp: Slot [8] registered\n[ 0.318595] acpiphp: Slot [9] registered\n[ 0.319722] acpiphp: Slot [10] registered\n[ 0.330847] acpiphp: Slot [11] registered\n[ 0.332077] acpiphp: Slot [12] registered\n[ 0.333282] acpiphp: Slot [13] registered\n[ 0.334484] acpiphp: Slot [14] registered\n[ 0.335699] acpiphp: Slot [15] registered\n[ 0.337072] acpiphp: Slot [16] registered\n[ 0.338290] acpiphp: Slot [17] registered\n[ 0.339494] acpiphp: Slot [18] registered\n[ 0.340702] acpiphp: Slot [19] registered\n[ 0.341902] acpiphp: Slot [20] registered\n[ 0.343105] acpiphp: Slot [21] registered\n[ 0.344302] acpiphp: Slot [22] registered\n[ 0.345508] acpiphp: Slot [23] registered\n[ 0.346721] acpiphp: Slot [24] registered\n[ 0.347923] acpiphp: Slot [25] registered\n[ 0.349125] acpiphp: Slot [26] registered\n[ 0.350339] acpiphp: Slot [27] registered\n[ 0.351540] acpiphp: Slot [28] registered\n[ 0.352750] acpiphp: Slot [29] registered\n[ 0.353943] acpiphp: Slot [30] registered\n[ 0.355147] acpiphp: Slot [31] registered\n[ 0.356339] PCI host bridge to bus 0000:00\n[ 0.357554] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359433] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361313] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363503] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.365691] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.372449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.374433] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.376259] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.378889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.385193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.387333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.432844] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.434876] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.439470] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.440840] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.442105] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443281] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445847] vgaarb: loaded\n[ 0.446439] vgaarb: bridge control possible 0000:00:02.0\n[ 0.447595] SCSI subsystem initialized\n[ 0.448434] ACPI: bus type USB registered\n[ 0.449250] usbcore: registered new interface driver usbfs\n[ 0.450266] usbcore: registered new interface driver hub\n[ 0.451258] usbcore: registered new device driver usb\n[ 0.452368] PCI: Using ACPI for IRQ routing\n[ 0.453396] NetLabel: Initializing\n[ 0.454106] NetLabel: domain hash size = 128\n[ 0.454947] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.455885] NetLabel: unlabeled traffic allowed by default\n[ 0.456997] clocksource: Switched to clocksource kvm-clock\n[ 0.462979] AppArmor: AppArmor Filesystem Enabled\n[ 0.463929] pnp: PnP ACPI init\n[ 0.464860] pnp: PnP ACPI: found 5 devices\n[ 0.472279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.473987] NET: Registered protocol family 2\n[ 0.474984] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.476237] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.477401] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.478563] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.479627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.480779] NET: Registered protocol family 1\n[ 0.481642] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.482723] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.483783] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.502654] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522202] Trying to unpack rootfs image as initramfs...\n[ 0.573737] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.589661] Scanning for low memory corruption every 60 seconds\n[ 0.592011] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.593334] audit: initializing netlink subsys (disabled)\n[ 0.594678] audit: type=2000 audit(1546516593.141:1): initialized\n[ 0.596472] Initialise system trusted keyring\n[ 0.597803] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.599471] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.602038] zbud: loaded\n[ 0.602970] VFS: Disk quotas dquot_6.6.0\n[ 0.604084] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.606206] fuse init (API version 7.23)\n[ 0.607393] Key type big_key registered\n[ 0.608447] Allocating IMA MOK and blacklist keyrings.\n[ 0.610234] Key type asymmetric registered\n[ 0.611354] Asymmetric key parser 'x509' registered\n[ 0.612690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614788] io scheduler noop registered\n[ 0.615887] io scheduler deadline registered (default)\n[ 0.617287] io scheduler cfq registered\n[ 0.618434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623767] ACPI: Power Button [PWRF]\n[ 0.624971] GHES: HEST is not enabled!\n[ 0.643671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.716468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.719778] Linux agpgart interface v0.103\n[ 0.722963] brd: module loaded\n[ 0.724874] loop: module loaded\n[ 0.742937] vda: vda1 vda15\n[ 0.745133] scsi host0: ata_piix\n[ 0.746174] scsi host1: ata_piix\n[ 0.747111] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.748697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.750364] libphy: Fixed MDIO Bus: probed\n[ 0.751554] tun: Universal TUN/TAP device driver, 1.6\n[ 0.752817] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.755397] PPP generic driver version 2.4.2\n[ 0.756504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757999] ehci-pci: EHCI PCI platform driver\n[ 0.759077] ehci-platform: EHCI generic platform driver\n[ 0.760312] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761747] ohci-pci: OHCI PCI platform driver\n[ 0.762824] ohci-platform: OHCI generic platform driver\n[ 0.764052] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.783405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.784657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.786450] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.787690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.789081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.790633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.792389] usb usb1: Product: UHCI Host Controller\n[ 0.793628] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.795067] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.796246] hub 1-0:1.0: USB hub found\n[ 0.797201] hub 1-0:1.0: 2 ports detected\n[ 0.798304] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.800812] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.802018] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.803286] mousedev: PS/2 mouse device common for all mice\n[ 0.804752] rtc_cmos 00:00: RTC can wake from S4\n[ 0.806180] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.807685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.809256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.811355] i2c /dev entries driver\n[ 0.812382] device-mapper: uevent: version 1.0.3\n[ 0.813561] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815576] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817200] NET: Registered protocol family 10\n[ 0.818458] NET: Registered protocol family 17\n[ 0.819562] Key type dns_resolver registered\n[ 0.820722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.821827] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.823220] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825407] registered taskstats version 1\n[ 0.826431] Loading compiled-in X.509 certificates\n[ 0.828401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830756] zswap: loaded using pool lzo/zbud\n[ 0.832574] Key type trusted registered\n[ 0.835249] Key type encrypted registered\n[ 0.836293] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837613] ima: No TPM chip found, activating TPM-bypass!\n[ 0.838919] evm: HMAC attrs: 0x1\n[ 0.840132] Magic number: 3:250:933\n[ 0.841262] rtc_cmos 00:00: setting system clock to 2019-01-03 11:56:33 UTC (1546516593)\n[ 0.843320] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.844709] EDD information not available.\n[ 0.906784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.908741] Write protecting the kernel read-only data: 14336k\n[ 0.923773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.926194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.73\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.94\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.174216] 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.16. iid=i-00000107\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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\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:fe11:7c55/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.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.75 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: "} 2019-01-03 11:56:45,673 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-30a888ab-458f-4209-8c21-a4f10e9eee6c 2019-01-03 11:56:45,674 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:56:45,674 - 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 525892616 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.132393] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133984] pid_max: default: 32768 minimum: 301 [ 0.134857] ACPI: Core revision 20150930 [ 0.136259] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137515] Security Framework initialized [ 0.138299] Yama: becoming mindful. [ 0.139004] AppArmor: AppArmor initialized [ 0.139834] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141069] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142271] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143403] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144732] Initializing cgroup subsys io [ 0.145506] Initializing cgroup subsys memory [ 0.146342] Initializing cgroup subsys devices [ 0.147176] Initializing cgroup subsys freezer [ 0.148017] Initializing cgroup subsys net_cls [ 0.148850] Initializing cgroup subsys perf_event [ 0.149718] Initializing cgroup subsys net_prio [ 0.150560] Initializing cgroup subsys hugetlb [ 0.151385] Initializing cgroup subsys pids [ 0.152235] CPU: Physical Processor ID: 0 [ 0.153717] mce: CPU supports 10 MCE banks [ 0.154526] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155492] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157746] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164293] ftrace: allocating 31920 entries in 125 pages [ 0.191192] smpboot: Max logical packages: 2 [ 0.192020] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193164] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194461] x2apic enabled [ 0.195248] Switched APIC routing to physical x2apic. [ 0.196963] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198112] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200152] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201986] KVM setup paravirtual spinlock [ 0.203407] x86: Booting SMP configuration: [ 0.204264] .... node #0, CPUs: #1 [ 0.205109] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.228066] x86: Booted up 1 node, 2 CPUs [ 0.228075] KVM setup async PF for cpu 1 [ 0.228079] kvm-stealtime: cpu 1, msr f90d940 [ 0.230567] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.232061] devtmpfs: initialized [ 0.233747] evm: security.selinux [ 0.234413] evm: security.SMACK64 [ 0.235079] evm: security.SMACK64EXEC [ 0.235791] evm: security.SMACK64TRANSMUTE [ 0.236574] evm: security.SMACK64MMAP [ 0.237287] evm: security.ima [ 0.237902] evm: security.capability [ 0.238710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240509] pinctrl core: initialized pinctrl subsystem [ 0.241583] RTC time: 11:56:32, date: 01/03/19 [ 0.242510] NET: Registered protocol family 16 [ 0.253542] cpuidle: using governor ladder [ 0.265599] cpuidle: using governor menu [ 0.266402] PCCT header not found. [ 0.267162] ACPI: bus type PCI registered [ 0.267963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269196] PCI: Using configuration type 1 for base access [ 0.282655] ACPI: Added _OSI(Module Device) [ 0.283481] ACPI: Added _OSI(Processor Device) [ 0.284327] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.285208] ACPI: Added _OSI(Processor Aggregator Device) [ 0.287527] ACPI: Interpreter enabled [ 0.288276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.290070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291871] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.295842] ACPI: (supports S0 S5) [ 0.296868] ACPI: Using IOAPIC for interrupt routing [ 0.298406] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302710] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304457] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.306395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.308241] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.311600] acpiphp: Slot [3] registered [ 0.312801] acpiphp: Slot [4] registered [ 0.314009] acpiphp: Slot [5] registered [ 0.315200] acpiphp: Slot [6] registered [ 0.316344] acpiphp: Slot [7] registered [ 0.317463] acpiphp: Slot [8] registered [ 0.318595] acpiphp: Slot [9] registered [ 0.319722] acpiphp: Slot [10] registered [ 0.330847] acpiphp: Slot [11] registered [ 0.332077] acpiphp: Slot [12] registered [ 0.333282] acpiphp: Slot [13] registered [ 0.334484] acpiphp: Slot [14] registered [ 0.335699] acpiphp: Slot [15] registered [ 0.337072] acpiphp: Slot [16] registered [ 0.338290] acpiphp: Slot [17] registered [ 0.339494] acpiphp: Slot [18] registered [ 0.340702] acpiphp: Slot [19] registered [ 0.341902] acpiphp: Slot [20] registered [ 0.343105] acpiphp: Slot [21] registered [ 0.344302] acpiphp: Slot [22] registered [ 0.345508] acpiphp: Slot [23] registered [ 0.346721] acpiphp: Slot [24] registered [ 0.347923] acpiphp: Slot [25] registered [ 0.349125] acpiphp: Slot [26] registered [ 0.350339] acpiphp: Slot [27] registered [ 0.351540] acpiphp: Slot [28] registered [ 0.352750] acpiphp: Slot [29] registered [ 0.353943] acpiphp: Slot [30] registered [ 0.355147] acpiphp: Slot [31] registered [ 0.356339] PCI host bridge to bus 0000:00 [ 0.357554] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.359433] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.361313] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.363503] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.365691] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.372449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.374433] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.376259] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.378889] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.385193] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.387333] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.432844] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.434876] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438022] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.439470] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.440840] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.442105] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443281] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444321] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445847] vgaarb: loaded [ 0.446439] vgaarb: bridge control possible 0000:00:02.0 [ 0.447595] SCSI subsystem initialized [ 0.448434] ACPI: bus type USB registered [ 0.449250] usbcore: registered new interface driver usbfs [ 0.450266] usbcore: registered new interface driver hub [ 0.451258] usbcore: registered new device driver usb [ 0.452368] PCI: Using ACPI for IRQ routing [ 0.453396] NetLabel: Initializing [ 0.454106] NetLabel: domain hash size = 128 [ 0.454947] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.455885] NetLabel: unlabeled traffic allowed by default [ 0.456997] clocksource: Switched to clocksource kvm-clock [ 0.462979] AppArmor: AppArmor Filesystem Enabled [ 0.463929] pnp: PnP ACPI init [ 0.464860] pnp: PnP ACPI: found 5 devices [ 0.472279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.473987] NET: Registered protocol family 2 [ 0.474984] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.476237] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.477401] TCP: Hash tables configured (established 2048 bind 2048) [ 0.478563] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.479627] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.480779] NET: Registered protocol family 1 [ 0.481642] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.482723] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.483783] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.502654] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522202] Trying to unpack rootfs image as initramfs... [ 0.573737] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.589661] Scanning for low memory corruption every 60 seconds [ 0.592011] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.593334] audit: initializing netlink subsys (disabled) [ 0.594678] audit: type=2000 audit(1546516593.141:1): initialized [ 0.596472] Initialise system trusted keyring [ 0.597803] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.599471] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.602038] zbud: loaded [ 0.602970] VFS: Disk quotas dquot_6.6.0 [ 0.604084] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.606206] fuse init (API version 7.23) [ 0.607393] Key type big_key registered [ 0.608447] Allocating IMA MOK and blacklist keyrings. [ 0.610234] Key type asymmetric registered [ 0.611354] Asymmetric key parser 'x509' registered [ 0.612690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614788] io scheduler noop registered [ 0.615887] io scheduler deadline registered (default) [ 0.617287] io scheduler cfq registered [ 0.618434] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623767] ACPI: Power Button [PWRF] [ 0.624971] GHES: HEST is not enabled! [ 0.643671] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687477] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.716468] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.719778] Linux agpgart interface v0.103 [ 0.722963] brd: module loaded [ 0.724874] loop: module loaded [ 0.742937] vda: vda1 vda15 [ 0.745133] scsi host0: ata_piix [ 0.746174] scsi host1: ata_piix [ 0.747111] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.748697] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.750364] libphy: Fixed MDIO Bus: probed [ 0.751554] tun: Universal TUN/TAP device driver, 1.6 [ 0.752817] tun: (C) 1999-2004 Max Krasnyansky [ 0.755397] PPP generic driver version 2.4.2 [ 0.756504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757999] ehci-pci: EHCI PCI platform driver [ 0.759077] ehci-platform: EHCI generic platform driver [ 0.760312] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761747] ohci-pci: OHCI PCI platform driver [ 0.762824] ohci-platform: OHCI generic platform driver [ 0.764052] uhci_hcd: USB Universal Host Controller Interface driver [ 0.783405] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.784657] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.786450] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.787690] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.789081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.790633] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.792389] usb usb1: Product: UHCI Host Controller [ 0.793628] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.795067] usb usb1: SerialNumber: 0000:00:01.2 [ 0.796246] hub 1-0:1.0: USB hub found [ 0.797201] hub 1-0:1.0: 2 ports detected [ 0.798304] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.800812] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.802018] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.803286] mousedev: PS/2 mouse device common for all mice [ 0.804752] rtc_cmos 00:00: RTC can wake from S4 [ 0.806180] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.807685] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.809256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.811355] i2c /dev entries driver [ 0.812382] device-mapper: uevent: version 1.0.3 [ 0.813561] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815576] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817200] NET: Registered protocol family 10 [ 0.818458] NET: Registered protocol family 17 [ 0.819562] Key type dns_resolver registered [ 0.820722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.821827] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.823220] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825407] registered taskstats version 1 [ 0.826431] Loading compiled-in X.509 certificates [ 0.828401] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830756] zswap: loaded using pool lzo/zbud [ 0.832574] Key type trusted registered [ 0.835249] Key type encrypted registered [ 0.836293] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837613] ima: No TPM chip found, activating TPM-bypass! [ 0.838919] evm: HMAC attrs: 0x1 [ 0.840132] Magic number: 3:250:933 [ 0.841262] rtc_cmos 00:00: setting system clock to 2019-01-03 11:56:33 UTC (1546516593) [ 0.843320] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.844709] EDD information not available. [ 0.906784] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.908741] Write protecting the kernel read-only data: 14336k [ 0.923773] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.926194] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.73 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.94 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.174216] 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.16. iid=i-00000107 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 ssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 -----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:fe11:7c55/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.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 launch-index: 0 === cirros: current=0.4.0 uptime=1.75 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: 2019-01-03 11:56:45,675 - create_instance - INFO - Checking if VM is active 2019-01-03 11:56:45,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56: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-f2380d6b-21f1-481b-a16b-08fc90e16882 x-compute-request-id: req-f2380d6b-21f1-481b-a16b-08fc90e16882 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:32Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:46,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-f2380d6b-21f1-481b-a16b-08fc90e16882 2019-01-03 11:56:46,015 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:56:46,015 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:56:46,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56: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-f0c73b4f-f3d5-4c56-9404-15f5b0ca78d4 x-compute-request-id: req-f0c73b4f-f3d5-4c56-9404-15f5b0ca78d4 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:32Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:46,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-f0c73b4f-f3d5-4c56-9404-15f5b0ca78d4 2019-01-03 11:56:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-302ef142-941a-4876-80eb-792726e2f133 Date: Thu, 03 Jan 2019 11:56: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":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:56:46,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-302ef142-941a-4876-80eb-792726e2f133 2019-01-03 11:56:46,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba8ea04-e1fc-4f3f-ab0e-1354bccbc9a1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:56:46,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-dba8ea04-e1fc-4f3f-ab0e-1354bccbc9a1 2019-01-03 11:56:46,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6bd3d2d-9e80-400e-a583-cadb6cc98e52 Date: Thu, 03 Jan 2019 11:56:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:56:46,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-a6bd3d2d-9e80-400e-a583-cadb6cc98e52 2019-01-03 11:56:46,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:46,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-04db9d84-7469-4c2e-864a-f459af176007 Date: Thu, 03 Jan 2019 11:56:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:44Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:56:46,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-04db9d84-7469-4c2e-864a-f459af176007 2019-01-03 11:56:46,860 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:56:46,864 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ebb6850L 2019-01-03 11:56:46,864 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:56:46,864 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:56:46,864 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:56:46,866 - 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 2019-01-03 11:56:46,866 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:56:46,866 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:56:46,866 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:56:46,866 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:56:46,866 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:56:46,884 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:56:46,884 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:56:46,896 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:56:46,924 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:56:46,930 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:56:47,030 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:56:47,074 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:56:47,074 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:56:47,076 - paramiko.transport - DEBUG - starting thread (client mode): 0x3ebb6850L 2019-01-03 11:56:47,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:56:47,077 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:56:47,077 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:56:47,078 - 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 2019-01-03 11:56:47,078 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:56:47,078 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:56:47,079 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:56:47,079 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:56:47,079 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:56:47,095 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:56:47,096 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:56:47,109 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:56:47,136 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:56:47,139 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:56:47,141 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:56:47,142 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:56:47,142 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:56:47,144 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:56:47,146 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 11:56:47,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:56:47,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-319855a7-2d3e-4c0d-8372-414f492b9081 x-compute-request-id: req-319855a7-2d3e-4c0d-8372-414f492b9081 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:32Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:56:47,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-319855a7-2d3e-4c0d-8372-414f492b9081 2019-01-03 11:56:47,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"reboot": {"type": "HARD"}}' 2019-01-03 11:56:47,759 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-0f7e8a17-c474-4ba0-a475-c92bb6211d96 x-compute-request-id: req-0f7e8a17-c474-4ba0-a475-c92bb6211d96 Content-Length: 0 Content-Type: application/json 2019-01-03 11:56:47,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-0f7e8a17-c474-4ba0-a475-c92bb6211d96 2019-01-03 11:57:02,760 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2019-01-03 11:57:02,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:03,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-f790013c-6a89-4f7a-a210-3825099475f3 x-compute-request-id: req-f790013c-6a89-4f7a-a210-3825099475f3 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:49Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:57:03,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-f790013c-6a89-4f7a-a210-3825099475f3 2019-01-03 11:57:03,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:57:04,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62248c70-5b05-4b51-a7ef-b0dbca9ae74b x-compute-request-id: req-62248c70-5b05-4b51-a7ef-b0dbca9ae74b Content-Encoding: gzip Content-Length: 9505 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 514966032 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.127306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128964] pid_max: default: 32768 minimum: 301\n[ 0.129868] ACPI: Core revision 20150930\n[ 0.131261] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132576] Security Framework initialized\n[ 0.133395] Yama: becoming mindful.\n[ 0.134125] AppArmor: AppArmor initialized\n[ 0.134989] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136283] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137544] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140109] Initializing cgroup subsys io\n[ 0.140927] Initializing cgroup subsys memory\n[ 0.141801] Initializing cgroup subsys devices\n[ 0.142682] Initializing cgroup subsys freezer\n[ 0.143549] Initializing cgroup subsys net_cls\n[ 0.144412] Initializing cgroup subsys perf_event\n[ 0.145319] Initializing cgroup subsys net_prio\n[ 0.146194] Initializing cgroup subsys hugetlb\n[ 0.147080] Initializing cgroup subsys pids\n[ 0.147960] CPU: Physical Processor ID: 0\n[ 0.149454] mce: CPU supports 10 MCE banks\n[ 0.150298] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151302] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153569] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159979] ftrace: allocating 31920 entries in 125 pages\n[ 0.186191] smpboot: Max logical packages: 2\n[ 0.187050] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188244] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.189594] x2apic enabled\n[ 0.190412] Switched APIC routing to physical x2apic.\n[ 0.192158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.193376] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195510] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197449] KVM setup paravirtual spinlock\n[ 0.198858] x86: Booting SMP configuration:\n[ 0.199754] .... node #0, CPUs: #1\n[ 0.200645] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222326] x86: Booted up 1 node, 2 CPUs\n[ 0.222330] KVM setup async PF for cpu 1\n[ 0.222333] kvm-stealtime: cpu 1, msr f90d940\n[ 0.224943] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.226458] devtmpfs: initialized\n[ 0.228159] evm: security.selinux\n[ 0.228869] evm: security.SMACK64\n[ 0.229563] evm: security.SMACK64EXEC\n[ 0.230305] evm: security.SMACK64TRANSMUTE\n[ 0.231115] evm: security.SMACK64MMAP\n[ 0.231865] evm: security.ima\n[ 0.232507] evm: security.capability\n[ 0.233362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235223] pinctrl core: initialized pinctrl subsystem\n[ 0.236329] RTC time: 11:56:48, date: 01/03/19\n[ 0.237304] NET: Registered protocol family 16\n[ 0.247185] cpuidle: using governor ladder\n[ 0.259258] cpuidle: using governor menu\n[ 0.260103] PCCT header not found.\n[ 0.260896] ACPI: bus type PCI registered\n[ 0.261699] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262946] PCI: Using configuration type 1 for base access\n[ 0.276383] ACPI: Added _OSI(Module Device)\n[ 0.277227] ACPI: Added _OSI(Processor Device)\n[ 0.278084] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278989] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.281320] ACPI: Interpreter enabled\n[ 0.282079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.283909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.285794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.287633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.289470] ACPI: (supports S0 S5)\n[ 0.290163] ACPI: Using IOAPIC for interrupt routing\n[ 0.291217] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294573] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.296913] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298094] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300321] acpiphp: Slot [3] registered\n[ 0.301114] acpiphp: Slot [4] registered\n[ 0.301902] acpiphp: Slot [5] registered\n[ 0.302698] acpiphp: Slot [6] registered\n[ 0.303485] acpiphp: Slot [7] registered\n[ 0.304268] acpiphp: Slot [8] registered\n[ 0.305058] acpiphp: Slot [9] registered\n[ 0.305846] acpiphp: Slot [10] registered\n[ 0.316637] acpiphp: Slot [11] registered\n[ 0.317450] acpiphp: Slot [12] registered\n[ 0.318250] acpiphp: Slot [13] registered\n[ 0.319057] acpiphp: Slot [14] registered\n[ 0.319857] acpiphp: Slot [15] registered\n[ 0.320667] acpiphp: Slot [16] registered\n[ 0.321472] acpiphp: Slot [17] registered\n[ 0.322267] acpiphp: Slot [18] registered\n[ 0.323068] acpiphp: Slot [19] registered\n[ 0.323872] acpiphp: Slot [20] registered\n[ 0.324687] acpiphp: Slot [21] registered\n[ 0.325489] acpiphp: Slot [22] registered\n[ 0.326289] acpiphp: Slot [23] registered\n[ 0.327103] acpiphp: Slot [24] registered\n[ 0.327901] acpiphp: Slot [25] registered\n[ 0.328706] acpiphp: Slot [26] registered\n[ 0.329507] acpiphp: Slot [27] registered\n[ 0.330307] acpiphp: Slot [28] registered\n[ 0.331105] acpiphp: Slot [29] registered\n[ 0.331905] acpiphp: Slot [30] registered\n[ 0.332711] acpiphp: Slot [31] registered\n[ 0.333510] PCI host bridge to bus 0000:00\n[ 0.334310] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335511] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338154] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.339585] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347223] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.349655] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358143] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.406914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408400] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411376] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.412791] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414170] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415451] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416623] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419183] vgaarb: loaded\n[ 0.419778] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420918] SCSI subsystem initialized\n[ 0.421754] ACPI: bus type USB registered\n[ 0.422562] usbcore: registered new interface driver usbfs\n[ 0.423571] usbcore: registered new interface driver hub\n[ 0.424562] usbcore: registered new device driver usb\n[ 0.425662] PCI: Using ACPI for IRQ routing\n[ 0.426684] NetLabel: Initializing\n[ 0.427393] NetLabel: domain hash size = 128\n[ 0.428227] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429163] NetLabel: unlabeled traffic allowed by default\n[ 0.430264] clocksource: Switched to clocksource kvm-clock\n[ 0.436230] AppArmor: AppArmor Filesystem Enabled\n[ 0.437176] pnp: PnP ACPI init\n[ 0.438098] pnp: PnP ACPI: found 5 devices\n[ 0.445203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446914] NET: Registered protocol family 2\n[ 0.447900] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449155] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450319] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451471] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453683] NET: Registered protocol family 1\n[ 0.454541] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.455623] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.456677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475304] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493874] Trying to unpack rootfs image as initramfs...\n[ 0.544455] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.558731] Scanning for low memory corruption every 60 seconds\n[ 0.560079] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561229] audit: initializing netlink subsys (disabled)\n[ 0.562255] audit: type=2000 audit(1546516609.547:1): initialized\n[ 0.563619] Initialise system trusted keyring\n[ 0.564601] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.565753] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567843] zbud: loaded\n[ 0.568567] VFS: Disk quotas dquot_6.6.0\n[ 0.569378] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.570977] fuse init (API version 7.23)\n[ 0.571884] Key type big_key registered\n[ 0.572681] Allocating IMA MOK and blacklist keyrings.\n[ 0.573885] Key type asymmetric registered\n[ 0.574696] Asymmetric key parser 'x509' registered\n[ 0.575632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.577094] io scheduler noop registered\n[ 0.577874] io scheduler deadline registered (default)\n[ 0.578848] io scheduler cfq registered\n[ 0.579670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.581918] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.583340] ACPI: Power Button [PWRF]\n[ 0.584203] GHES: HEST is not enabled!\n[ 0.602538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639674] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642004] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665947] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.668491] Linux agpgart interface v0.103\n[ 0.670813] brd: module loaded\n[ 0.672132] loop: module loaded\n[ 0.676355] vda: vda1 vda15\n[ 0.677913] scsi host0: ata_piix\n[ 0.678678] scsi host1: ata_piix\n[ 0.679377] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.680561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.682130] libphy: Fixed MDIO Bus: probed\n[ 0.682937] tun: Universal TUN/TAP device driver, 1.6\n[ 0.683871] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.685756] PPP generic driver version 2.4.2\n[ 0.686645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.687883] ehci-pci: EHCI PCI platform driver\n[ 0.688747] ehci-platform: EHCI generic platform driver\n[ 0.689727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.690839] ohci-pci: OHCI PCI platform driver\n[ 0.691695] ohci-platform: OHCI generic platform driver\n[ 0.692661] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.711585] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.712560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.713981] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.714961] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.716057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.717256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.718658] usb usb1: Product: UHCI Host Controller\n[ 0.719581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.720699] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.721700] hub 1-0:1.0: USB hub found\n[ 0.722477] hub 1-0:1.0: 2 ports detected\n[ 0.723382] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.725501] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.726451] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.727488] mousedev: PS/2 mouse device common for all mice\n[ 0.728646] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.731490] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.732766] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.733965] i2c /dev entries driver\n[ 0.734750] device-mapper: uevent: version 1.0.3\n[ 0.735703] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.737342] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738691] NET: Registered protocol family 10\n[ 0.739736] NET: Registered protocol family 17\n[ 0.740639] Key type dns_resolver registered\n[ 0.741593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.742713] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.743803] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.745579] registered taskstats version 1\n[ 0.746426] Loading compiled-in X.509 certificates\n[ 0.747867] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749741] zswap: loaded using pool lzo/zbud\n[ 0.751219] Key type trusted registered\n[ 0.752994] Key type encrypted registered\n[ 0.753829] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.754878] ima: No TPM chip found, activating TPM-bypass!\n[ 0.755927] evm: HMAC attrs: 0x1\n[ 0.756895] Magic number: 3:250:933\n[ 0.757778] rtc_cmos 00:00: setting system clock to 2019-01-03 11:56:49 UTC (1546516609)\n[ 0.759415] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.760536] EDD information not available.\n[ 0.835426] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.837012] Write protecting the kernel read-only data: 14336k\n[ 0.848952] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.850837] 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.10\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.318287] 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.32. iid=i-00000107\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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\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:fe11:7c55/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.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.50 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: "} 2019-01-03 11:57:04,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd/action used request id req-62248c70-5b05-4b51-a7ef-b0dbca9ae74b 2019-01-03 11:57:04,329 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:57:04,330 - 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 514966032 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.127306] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128964] pid_max: default: 32768 minimum: 301 [ 0.129868] ACPI: Core revision 20150930 [ 0.131261] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132576] Security Framework initialized [ 0.133395] Yama: becoming mindful. [ 0.134125] AppArmor: AppArmor initialized [ 0.134989] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136283] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137544] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138745] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140109] Initializing cgroup subsys io [ 0.140927] Initializing cgroup subsys memory [ 0.141801] Initializing cgroup subsys devices [ 0.142682] Initializing cgroup subsys freezer [ 0.143549] Initializing cgroup subsys net_cls [ 0.144412] Initializing cgroup subsys perf_event [ 0.145319] Initializing cgroup subsys net_prio [ 0.146194] Initializing cgroup subsys hugetlb [ 0.147080] Initializing cgroup subsys pids [ 0.147960] CPU: Physical Processor ID: 0 [ 0.149454] mce: CPU supports 10 MCE banks [ 0.150298] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151302] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153569] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159979] ftrace: allocating 31920 entries in 125 pages [ 0.186191] smpboot: Max logical packages: 2 [ 0.187050] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188244] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.189594] x2apic enabled [ 0.190412] Switched APIC routing to physical x2apic. [ 0.192158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.193376] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195510] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197449] KVM setup paravirtual spinlock [ 0.198858] x86: Booting SMP configuration: [ 0.199754] .... node #0, CPUs: #1 [ 0.200645] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222326] x86: Booted up 1 node, 2 CPUs [ 0.222330] KVM setup async PF for cpu 1 [ 0.222333] kvm-stealtime: cpu 1, msr f90d940 [ 0.224943] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.226458] devtmpfs: initialized [ 0.228159] evm: security.selinux [ 0.228869] evm: security.SMACK64 [ 0.229563] evm: security.SMACK64EXEC [ 0.230305] evm: security.SMACK64TRANSMUTE [ 0.231115] evm: security.SMACK64MMAP [ 0.231865] evm: security.ima [ 0.232507] evm: security.capability [ 0.233362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235223] pinctrl core: initialized pinctrl subsystem [ 0.236329] RTC time: 11:56:48, date: 01/03/19 [ 0.237304] NET: Registered protocol family 16 [ 0.247185] cpuidle: using governor ladder [ 0.259258] cpuidle: using governor menu [ 0.260103] PCCT header not found. [ 0.260896] ACPI: bus type PCI registered [ 0.261699] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262946] PCI: Using configuration type 1 for base access [ 0.276383] ACPI: Added _OSI(Module Device) [ 0.277227] ACPI: Added _OSI(Processor Device) [ 0.278084] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.278989] ACPI: Added _OSI(Processor Aggregator Device) [ 0.281320] ACPI: Interpreter enabled [ 0.282079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.283909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.285794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.287633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.289470] ACPI: (supports S0 S5) [ 0.290163] ACPI: Using IOAPIC for interrupt routing [ 0.291217] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.294573] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.295698] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.296913] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298094] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300321] acpiphp: Slot [3] registered [ 0.301114] acpiphp: Slot [4] registered [ 0.301902] acpiphp: Slot [5] registered [ 0.302698] acpiphp: Slot [6] registered [ 0.303485] acpiphp: Slot [7] registered [ 0.304268] acpiphp: Slot [8] registered [ 0.305058] acpiphp: Slot [9] registered [ 0.305846] acpiphp: Slot [10] registered [ 0.316637] acpiphp: Slot [11] registered [ 0.317450] acpiphp: Slot [12] registered [ 0.318250] acpiphp: Slot [13] registered [ 0.319057] acpiphp: Slot [14] registered [ 0.319857] acpiphp: Slot [15] registered [ 0.320667] acpiphp: Slot [16] registered [ 0.321472] acpiphp: Slot [17] registered [ 0.322267] acpiphp: Slot [18] registered [ 0.323068] acpiphp: Slot [19] registered [ 0.323872] acpiphp: Slot [20] registered [ 0.324687] acpiphp: Slot [21] registered [ 0.325489] acpiphp: Slot [22] registered [ 0.326289] acpiphp: Slot [23] registered [ 0.327103] acpiphp: Slot [24] registered [ 0.327901] acpiphp: Slot [25] registered [ 0.328706] acpiphp: Slot [26] registered [ 0.329507] acpiphp: Slot [27] registered [ 0.330307] acpiphp: Slot [28] registered [ 0.331105] acpiphp: Slot [29] registered [ 0.331905] acpiphp: Slot [30] registered [ 0.332711] acpiphp: Slot [31] registered [ 0.333510] PCI host bridge to bus 0000:00 [ 0.334310] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335511] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336714] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338154] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.339585] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.345959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347223] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.349655] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.356719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.358143] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.406914] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408400] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.411376] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.412791] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414170] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415451] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416623] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419183] vgaarb: loaded [ 0.419778] vgaarb: bridge control possible 0000:00:02.0 [ 0.420918] SCSI subsystem initialized [ 0.421754] ACPI: bus type USB registered [ 0.422562] usbcore: registered new interface driver usbfs [ 0.423571] usbcore: registered new interface driver hub [ 0.424562] usbcore: registered new device driver usb [ 0.425662] PCI: Using ACPI for IRQ routing [ 0.426684] NetLabel: Initializing [ 0.427393] NetLabel: domain hash size = 128 [ 0.428227] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429163] NetLabel: unlabeled traffic allowed by default [ 0.430264] clocksource: Switched to clocksource kvm-clock [ 0.436230] AppArmor: AppArmor Filesystem Enabled [ 0.437176] pnp: PnP ACPI init [ 0.438098] pnp: PnP ACPI: found 5 devices [ 0.445203] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446914] NET: Registered protocol family 2 [ 0.447900] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449155] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450319] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451471] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452532] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453683] NET: Registered protocol family 1 [ 0.454541] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.455623] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.456677] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475304] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493874] Trying to unpack rootfs image as initramfs... [ 0.544455] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.558731] Scanning for low memory corruption every 60 seconds [ 0.560079] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.561229] audit: initializing netlink subsys (disabled) [ 0.562255] audit: type=2000 audit(1546516609.547:1): initialized [ 0.563619] Initialise system trusted keyring [ 0.564601] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.565753] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.567843] zbud: loaded [ 0.568567] VFS: Disk quotas dquot_6.6.0 [ 0.569378] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.570977] fuse init (API version 7.23) [ 0.571884] Key type big_key registered [ 0.572681] Allocating IMA MOK and blacklist keyrings. [ 0.573885] Key type asymmetric registered [ 0.574696] Asymmetric key parser 'x509' registered [ 0.575632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.577094] io scheduler noop registered [ 0.577874] io scheduler deadline registered (default) [ 0.578848] io scheduler cfq registered [ 0.579670] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.580688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.581918] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.583340] ACPI: Power Button [PWRF] [ 0.584203] GHES: HEST is not enabled! [ 0.602538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639674] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642004] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665947] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.668491] Linux agpgart interface v0.103 [ 0.670813] brd: module loaded [ 0.672132] loop: module loaded [ 0.676355] vda: vda1 vda15 [ 0.677913] scsi host0: ata_piix [ 0.678678] scsi host1: ata_piix [ 0.679377] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680561] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682130] libphy: Fixed MDIO Bus: probed [ 0.682937] tun: Universal TUN/TAP device driver, 1.6 [ 0.683871] tun: (C) 1999-2004 Max Krasnyansky [ 0.685756] PPP generic driver version 2.4.2 [ 0.686645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.687883] ehci-pci: EHCI PCI platform driver [ 0.688747] ehci-platform: EHCI generic platform driver [ 0.689727] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.690839] ohci-pci: OHCI PCI platform driver [ 0.691695] ohci-platform: OHCI generic platform driver [ 0.692661] uhci_hcd: USB Universal Host Controller Interface driver [ 0.711585] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.712560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.713981] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.714961] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.716057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.717256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.718658] usb usb1: Product: UHCI Host Controller [ 0.719581] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.720699] usb usb1: SerialNumber: 0000:00:01.2 [ 0.721700] hub 1-0:1.0: USB hub found [ 0.722477] hub 1-0:1.0: 2 ports detected [ 0.723382] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.725501] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.726451] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.727488] mousedev: PS/2 mouse device common for all mice [ 0.728646] rtc_cmos 00:00: RTC can wake from S4 [ 0.729836] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.731490] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.732766] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.733965] i2c /dev entries driver [ 0.734750] device-mapper: uevent: version 1.0.3 [ 0.735703] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.737342] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738691] NET: Registered protocol family 10 [ 0.739736] NET: Registered protocol family 17 [ 0.740639] Key type dns_resolver registered [ 0.741593] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.742713] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.743803] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.745579] registered taskstats version 1 [ 0.746426] Loading compiled-in X.509 certificates [ 0.747867] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.749741] zswap: loaded using pool lzo/zbud [ 0.751219] Key type trusted registered [ 0.752994] Key type encrypted registered [ 0.753829] AppArmor: AppArmor sha1 policy hashing enabled [ 0.754878] ima: No TPM chip found, activating TPM-bypass! [ 0.755927] evm: HMAC attrs: 0x1 [ 0.756895] Magic number: 3:250:933 [ 0.757778] rtc_cmos 00:00: setting system clock to 2019-01-03 11:56:49 UTC (1546516609) [ 0.759415] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.760536] EDD information not available. [ 0.835426] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.837012] Write protecting the kernel read-only data: 14336k [ 0.848952] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.850837] 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.10 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.318287] 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.32. iid=i-00000107 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKL5+bVSvVW3PSRIJilnC+nG/SowYPR5R/WMdzztK7WQVv+EYuaVwH1UM3ZqodNcwEY85vRulh8znGZri8LGwZ0OdaagtRhjDuUQxc+4YEDpAnf0+pqYbmSZsQwVh6P+xPbLv3kqjk8oBMdr64erSNEsyKMneunK3UGCkFDD6lr1/yPMIlSAIy3zn8nCMip5j1YQtPSe7c8WesfoCkn9OGbl68RNjrU88Wm5YSNx97fwyqQxUAdnZnH1PYltUeKobNiIBZUE/aFgA0Aa6f24K/Zr7hTFE9C7vGhfM5F9j67dK18+xjQonJ02gQ1lNej4DLETOJ7GOUdT767zSOlAbd root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 ssh-dss AAAAB3NzaC1kc3MAAACBAKvsJcnQQvoqrmNjnlKt65feb6MO+Ifxra5C1iiL7+gm1KjMucJayfV8bowFRgUXVhoy/Y4BJZ2e/l5iUfKUrnt2Wmp6a+GivyPINFDJihRdb3ldS5QROUf8XCcA01bgCqKi9810FebILJA9wtPs5Yhcuy8/gCz/3qVtTIRCULhTAAAAFQC7ltXftt/SyRPvj4I50TFMSx6KawAAAIAQbUCK06sR9NfvAWqshHay7nsM72bvZ5RV/Jtue7mU46p/zzhg3RIk6PEyek9S9CCWTyeRnkjpJqot6PmxCg/2sj9X4b2BTfnnux+CiJMpOsAfpNk3NVE9ZHHc6MztBL8tz4XHvomPjYOvW6ZJIa+OHR4eJqx0VwyCDbIPJ8K01AAAAIEAlto0RWMDeYSF8iVY4vOk817gqfRv3YbQLZO76Ol0k/EXcQHlaL/ve3az679Q6VUdUEAk6W8BLlbeBP7HnwjongxA1yLLRcrW1Mq7Tu/rhN2klFSbO4GeNTL08IGtP6kaVKKeUHnsGTeW+HaZIeG7rCiX9MYUr+nexxZMXZvZBwE= root@createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 -----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:fe11:7c55/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.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 launch-index: 0 === cirros: current=0.4.0 uptime=2.50 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-73ba75c7-d543-48f6-8bc2-f9c501 login: 2019-01-03 11:57:04,330 - create_instance - INFO - Checking if VM is active 2019-01-03 11:57:04,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:04,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4169f25-60e3-48b7-b4ba-d01c5583a3be x-compute-request-id: req-b4169f25-60e3-48b7-b4ba-d01c5583a3be Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:49Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:57:04,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-b4169f25-60e3-48b7-b4ba-d01c5583a3be 2019-01-03 11:57:04,848 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:57:04,848 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:57:04,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:05,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-337b9735-f06b-49b4-9eb0-97ca8979ab12 x-compute-request-id: req-337b9735-f06b-49b4-9eb0-97ca8979ab12 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "10.55.1.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:7c:55", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp"}, {"name": "default"}], "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:56:49Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:57:05,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-337b9735-f06b-49b4-9eb0-97ca8979ab12 2019-01-03 11:57:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:05,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2fa79e30-4dc2-40bf-9e3f-c9746875db56 Date: Thu, 03 Jan 2019 11:57:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"],"updated_at":"2019-01-03T11:55:08Z","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net"}]} 2019-01-03 11:57:05,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net used request id req-2fa79e30-4dc2-40bf-9e3f-c9746875db56 2019-01-03 11:57:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:05,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb584df2-0cb3-4cf9-bbca-6cc595dfae01 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:57:05,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-cb584df2-0cb3-4cf9-bbca-6cc595dfae01 2019-01-03 11:57:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:05,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d677557f-1788-4c5e-ad4d-0a747867d586 Date: Thu, 03 Jan 2019 11:57:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","dns_nameservers":[],"updated_at":"2019-01-03T11:55:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"4878584a1c5c4bf08c599daedceb61cb","id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet"}]} 2019-01-03 11:57:05,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-d677557f-1788-4c5e-ad4d-0a747867d586 2019-01-03 11:57:05,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:05,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3904 X-Openstack-Request-Id: req-ae5918fa-17db-43a3-9911-c8b53f2e7e20 Date: Thu, 03 Jan 2019 11:57:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.4"}],"id":"18ec6ab0-69ce-4e70-b9b5-23d19f996182","security_groups":[],"mac_address":"fa:16:3e:e5:07:3c","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:32Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.1"}],"id":"2527652c-214a-4061-9955-deae25781c5d","security_groups":[],"mac_address":"fa:16:3e:da:bb:9b","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:17Z","binding:vnic_type":"normal","device_id":"580b3a32-dda7-4654-979c-bd42f480d5a5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:56:50Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.14"}],"id":"966d861f-ed26-49c8-a33c-44c364cc349a","security_groups":["1aa0a1f9-6f0e-4820-8990-25013403d193","41182b7e-deec-4902-a71f-ca30e9f5a5c3"],"mac_address":"fa:16:3e:11:7c:55","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:28Z","binding:vnic_type":"normal","device_id":"c38be80f-a62a-4941-8ffb-94993081c8bd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.3"}],"id":"ebab06da-5ee8-4217-9c41-e405bea4ff06","security_groups":[],"mac_address":"fa:16:3e:7d:0b:26","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:09Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:55:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"610f0876-dfd2-45f2-9ac1-c2bc50ff6669","ip_address":"10.55.1.2"}],"id":"f723159f-888b-4dfd-a26a-a3da955f02f5","security_groups":[],"mac_address":"fa:16:3e:cd:60:9a","project_id":"4878584a1c5c4bf08c599daedceb61cb","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"34355cdb-f29b-4c3d-b5e4-f377d6332bd2","tenant_id":"4878584a1c5c4bf08c599daedceb61cb","created_at":"2019-01-03T11:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-34355cdb-f29b-4c3d-b5e4-f377d6332bd2"}]} 2019-01-03 11:57:05,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-ae5918fa-17db-43a3-9911-c8b53f2e7e20 2019-01-03 11:57:05,821 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:57:05,824 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eb58b10L 2019-01-03 11:57:05,824 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:57:05,824 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:57:05,824 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:57:05,825 - 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 2019-01-03 11:57:05,825 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:57:05,825 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:57:05,825 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:57:05,826 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:57:05,826 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:57:05,839 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:57:05,839 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:57:05,857 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:57:05,880 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:57:05,885 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:57:05,985 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:57:06,003 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:57:06,003 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:57:06,004 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eb58ad0L 2019-01-03 11:57:06,004 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:57:06,005 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:57:06,005 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:57:06,006 - 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 2019-01-03 11:57:06,006 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:57:06,006 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:57:06,006 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:57:06,006 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:57:06,006 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:57:06,021 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:57:06,022 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:57:06,037 - paramiko.transport - DEBUG - Trying key d12707b1396b7958e3a836d686cce16c from tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e 2019-01-03 11:57:06,060 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:57:06,063 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:57:06,069 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:57:06,070 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:57:06,070 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:57:06,071 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:57:06,074 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:57:06,075 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-03 11:57:06,075 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-03 11:57:06,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/29e8887a-5649-4e01-a567-226030ce97f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:07,016 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-608c0199-e03b-4cb4-bfcd-e79425e287ed Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:07,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/29e8887a-5649-4e01-a567-226030ce97f3 used request id req-608c0199-e03b-4cb4-bfcd-e79425e287ed 2019-01-03 11:57:07,016 - create_instance - INFO - Deleting Port with ID - 966d861f-ed26-49c8-a33c-44c364cc349a 2019-01-03 11:57:07,017 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707eport-1 2019-01-03 11:57:07,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/966d861f-ed26-49c8-a33c-44c364cc349a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:07,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-429d5838-68b6-4fc9-8e45-f92477531d9f Date: Thu, 03 Jan 2019 11:57:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:07,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/966d861f-ed26-49c8-a33c-44c364cc349a used request id req-429d5838-68b6-4fc9-8e45-f92477531d9f 2019-01-03 11:57:07,648 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst 2019-01-03 11:57:07,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:07,795 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-761debc6-62a0-434f-b263-f86e7249dc8e x-compute-request-id: req-761debc6-62a0-434f-b263-f86e7249dc8e Content-Type: application/json 2019-01-03 11:57:07,795 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-761debc6-62a0-434f-b263-f86e7249dc8e 2019-01-03 11:57:07,795 - create_instance - INFO - Checking deletion status 2019-01-03 11:57:07,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:07,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-431fa3d5-a903-4f44-8376-48409e32f462 x-compute-request-id: req-431fa3d5-a903-4f44-8376-48409e32f462 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/c38be80f-a62a-4941-8ffb-94993081c8bd", "rel": "bookmark"}], "image": {"id": "36674437-17f9-4553-8c49-8f14262fb1cc", "links": [{"href": "http://172.30.9.28:8774/images/36674437-17f9-4553-8c49-8f14262fb1cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:55:38.000000", "flavor": {"id": "b08768d4-b746-43db-a155-243027e87e5c", "links": [{"href": "http://172.30.9.28:8774/flavors/b08768d4-b746-43db-a155-243027e87e5c", "rel": "bookmark"}]}, "id": "c38be80f-a62a-4941-8ffb-94993081c8bd", "user_id": "5e5bf8cdeb244e348ca3b00c169379a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:57:07Z", "hostId": "e9264129287d664714a388738dfa8a7ac6554a7014f92bf1ddf61bde", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp", "name": "CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst", "created": "2019-01-03T11:55:32Z", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:57:07,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-431fa3d5-a903-4f44-8376-48409e32f462 2019-01-03 11:57:07,889 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst] is - ACTIVE 2019-01-03 11:57:07,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:57:10,893 - create_instance - DEBUG - VM status query timeout in 296.902636051 2019-01-03 11:57:10,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb8deae9869cf30ddcef8c54dd271a3ee592a003" 2019-01-03 11:57:10,942 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-b0a01a81-8da0-44bd-8cfc-ebf79151cb4c x-compute-request-id: req-b0a01a81-8da0-44bd-8cfc-ebf79151cb4c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c38be80f-a62a-4941-8ffb-94993081c8bd could not be found.", "code": 404}} 2019-01-03 11:57:10,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/c38be80f-a62a-4941-8ffb-94993081c8bd used request id req-b0a01a81-8da0-44bd-8cfc-ebf79151cb4c 2019-01-03 11:57:10,942 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c38be80f-a62a-4941-8ffb-94993081c8bd could not be found. (HTTP 404) (Request-ID: req-b0a01a81-8da0-44bd-8cfc-ebf79151cb4c) 2019-01-03 11:57:10,942 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-inst 2019-01-03 11:57:10,943 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp 2019-01-03 11:57:10,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b8e13fed672ba07f0eb5c56901acf91cf8934f2" 2019-01-03 11:57:10,985 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-18714346-e058-438b-a310-aeff860080c8 x-compute-request-id: req-18714346-e058-438b-a310-aeff860080c8 Content-Length: 0 Content-Type: application/json 2019-01-03 11:57:10,985 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-kp used request id req-18714346-e058-438b-a310-aeff860080c8 2019-01-03 11:57:10,985 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e.pub] 2019-01-03 11:57:10,986 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e] 2019-01-03 11:57:10,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dc7eaf0fcb86cb7aa7c593785e7d978cbabbaad" 2019-01-03 11:57:11,040 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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 x-openstack-request-id: req-06043fed-2b7d-4fc5-974e-57b0280bc9b3 x-compute-request-id: req-06043fed-2b7d-4fc5-974e-57b0280bc9b3 Content-Length: 0 Content-Type: application/json 2019-01-03 11:57:11,040 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/b08768d4-b746-43db-a155-243027e87e5c used request id req-06043fed-2b7d-4fc5-974e-57b0280bc9b3 2019-01-03 11:57:11,041 - neutron_utils - INFO - Deleting security group rule with ID - 5d36ecdb-b2cb-4d41-83d8-50c9a963550b 2019-01-03 11:57:11,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/5d36ecdb-b2cb-4d41-83d8-50c9a963550b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:57:11,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3dfe86cd-b834-4eb5-ae1b-68b7a838083f Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:11,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/5d36ecdb-b2cb-4d41-83d8-50c9a963550b used request id req-3dfe86cd-b834-4eb5-ae1b-68b7a838083f 2019-01-03 11:57:11,143 - neutron_utils - INFO - Deleting security group rule with ID - 768c3908-9b7f-4c67-8d96-f8a621355e0e 2019-01-03 11:57:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/768c3908-9b7f-4c67-8d96-f8a621355e0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:57:11,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-408c99d8-5dc4-43be-b1a5-ffd04ec8b035 Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:11,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/768c3908-9b7f-4c67-8d96-f8a621355e0e used request id req-408c99d8-5dc4-43be-b1a5-ffd04ec8b035 2019-01-03 11:57:11,395 - neutron_utils - INFO - Deleting security group rule with ID - 31deb1d0-b6e8-4354-bd47-1f511113d9ba 2019-01-03 11:57:11,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/31deb1d0-b6e8-4354-bd47-1f511113d9ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:57:11,656 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82579b1e-6092-4aff-a962-142581cf98ef Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:11,656 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/31deb1d0-b6e8-4354-bd47-1f511113d9ba used request id req-82579b1e-6092-4aff-a962-142581cf98ef 2019-01-03 11:57:11,656 - neutron_utils - INFO - Deleting security group rule with ID - 8c917aa9-2396-41d8-aab4-b6e0cfe4a29c 2019-01-03 11:57:11,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/8c917aa9-2396-41d8-aab4-b6e0cfe4a29c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:57:12,555 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bcbdfd1c-a2cb-46da-b7af-5804871f6bb6 Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:12,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/8c917aa9-2396-41d8-aab4-b6e0cfe4a29c used request id req-bcbdfd1c-a2cb-46da-b7af-5804871f6bb6 2019-01-03 11:57:12,555 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-sec-grp 2019-01-03 11:57:12,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/1aa0a1f9-6f0e-4820-8990-25013403d193 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3762241f4e5e72b18f026f925bb3c5f25fcea398" 2019-01-03 11:57:12,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3658bd23-b851-4487-9370-519dc53d9eac Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:12,687 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/1aa0a1f9-6f0e-4820-8990-25013403d193 used request id req-3658bd23-b851-4487-9370-519dc53d9eac 2019-01-03 11:57:12,688 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router and subnet CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet 2019-01-03 11:57:12,688 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:57:12,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" -d '{"subnet_id": "610f0876-dfd2-45f2-9ac1-c2bc50ff6669"}' 2019-01-03 11:57:14,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33dc1e42-5aee-4e22-b336-8414a2252e25 Date: Thu, 03 Jan 2019 11:57:14 GMT RESP BODY: {"network_id": "34355cdb-f29b-4c3d-b5e4-f377d6332bd2", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "subnet_id": "610f0876-dfd2-45f2-9ac1-c2bc50ff6669", "subnet_ids": ["610f0876-dfd2-45f2-9ac1-c2bc50ff6669"], "port_id": "2527652c-214a-4061-9955-deae25781c5d", "id": "580b3a32-dda7-4654-979c-bd42f480d5a5"} 2019-01-03 11:57:14,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5/remove_router_interface used request id req-33dc1e42-5aee-4e22-b336-8414a2252e25 2019-01-03 11:57:14,211 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:57:14,211 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-router 2019-01-03 11:57:14,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70d8739ee064c2247d8eca3196a73f1c2bd07abd" 2019-01-03 11:57:17,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf68b4cd-55cb-483f-9dc0-09e929c0cb71 Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:17,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/580b3a32-dda7-4654-979c-bd42f480d5a5 used request id req-bf68b4cd-55cb-483f-9dc0-09e929c0cb71 2019-01-03 11:57:17,563 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet 2019-01-03 11:57:17,563 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-subnet 2019-01-03 11:57:17,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:57:20,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-445e5bc8-1fb9-48e0-9193-a48ba7a78eca Date: Thu, 03 Jan 2019 11:57:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:20,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/610f0876-dfd2-45f2-9ac1-c2bc50ff6669 used request id req-445e5bc8-1fb9-48e0-9193-a48ba7a78eca 2019-01-03 11:57:20,013 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-pub-net 2019-01-03 11:57:20,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/34355cdb-f29b-4c3d-b5e4-f377d6332bd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24f71e6ee45a20de9baef87b327b11e8b4eb88bc" 2019-01-03 11:57:21,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b261add1-0a0c-4197-a140-bffd3d435630 Date: Thu, 03 Jan 2019 11:57:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:21,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/34355cdb-f29b-4c3d-b5e4-f377d6332bd2 used request id req-b261add1-0a0c-4197-a140-bffd3d435630 2019-01-03 11:57:21,379 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-73ba75c7-d543-48f6-8bc2-f9c5016d707e-image 2019-01-03 11:57:21,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d0352baa6c82ac93b286959436dd2ae4e0ee1f9" 2019-01-03 11:57:22,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee634ad8-bc49-457e-9699-a74782ed21ee Date: Thu, 03 Jan 2019 11:57:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:57:22,206 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/36674437-17f9-4553-8c49-8f14262fb1cc used request id req-ee634ad8-bc49-457e-9699-a74782ed21ee 2019-01-03 11:57:22,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:22,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b024ba69-6803-4a47-b405-07d242415886 Date: Thu, 03 Jan 2019 11:57:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:07Z", "updated_at": "2019-01-03T11:55:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "revision_number": 0, "id": "64c1529b-6922-463b-9060-1c0c5c941342", "remote_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "revision_number": 0, "id": "a1b38c6f-961b-4c17-8383-fcefd8c19da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "revision_number": 0, "id": "b0a27940-50de-4196-a294-643472b13e1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "revision_number": 0, "id": "f179570d-6c9f-4f7e-a1c2-8d9ed122a4dd", "remote_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "remote_ip_prefix": null, "created_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4878584a1c5c4bf08c599daedceb61cb"}], "revision_number": 4, "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:57:22,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-b024ba69-6803-4a47-b405-07d242415886 2019-01-03 11:57:22,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:22,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b9daab-5308-4795-a069-a871896da908 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb"}, "enabled": true, "id": "4878584a1c5c4bf08c599daedceb61cb", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj"}} 2019-01-03 11:57:22,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-70b9daab-5308-4795-a069-a871896da908 2019-01-03 11:57:22,887 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 41182b7e-deec-4902-a71f-ca30e9f5a5c3 2019-01-03 11:57:22,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=41182b7e-deec-4902-a71f-ca30e9f5a5c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:23,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-138a5962-a002-489e-ac3d-0a187d15820a Date: Thu, 03 Jan 2019 11:57:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:07Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "64c1529b-6922-463b-9060-1c0c5c941342"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:07Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "a1b38c6f-961b-4c17-8383-fcefd8c19da1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:07Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "b0a27940-50de-4196-a294-643472b13e1a"}, {"remote_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:55:07Z", "security_group_id": "41182b7e-deec-4902-a71f-ca30e9f5a5c3", "port_range_min": null, "revision_number": 0, "tenant_id": "4878584a1c5c4bf08c599daedceb61cb", "created_at": "2019-01-03T11:55:07Z", "project_id": "4878584a1c5c4bf08c599daedceb61cb", "id": "f179570d-6c9f-4f7e-a1c2-8d9ed122a4dd"}]} 2019-01-03 11:57:23,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=41182b7e-deec-4902-a71f-ca30e9f5a5c3 used request id req-138a5962-a002-489e-ac3d-0a187d15820a 2019-01-03 11:57:23,116 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:57:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/41182b7e-deec-4902-a71f-ca30e9f5a5c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:23,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-479676c4-95df-4ff1-a12a-9bae3e33a4c4 Content-Length: 0 Date: Thu, 03 Jan 2019 11:57:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:57:23,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/41182b7e-deec-4902-a71f-ca30e9f5a5c3 used request id req-479676c4-95df-4ff1-a12a-9bae3e33a4c4 2019-01-03 11:57:23,467 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj 2019-01-03 11:57:23,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:23,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316b0086-7623-42ae-96a3-6c4525b2e722 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:57:23,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/4878584a1c5c4bf08c599daedceb61cb used request id req-316b0086-7623-42ae-96a3-6c4525b2e722 2019-01-03 11:57:23,671 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-proj-role 2019-01-03 11:57:23,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:23,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a137f115-c9cc-4762-8bf3-9dfcd1bae477 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:57:23,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/d5f5c1889abf41bb9664a82e355a35ca used request id req-a137f115-c9cc-4762-8bf3-9dfcd1bae477 2019-01-03 11:57:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff2589bd82e21862b3e940d8f0d595d3f5565fb" 2019-01-03 11:57:23,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f895c8-7535-425d-bcd3-25a0d50517b8 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:57:23,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-75f895c8-7535-425d-bcd3-25a0d50517b8 2019-01-03 11:57:23,878 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-9a58cf09-6f50-4f8-user 2019-01-03 11:57:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/5e5bf8cdeb244e348ca3b00c169379a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90352220b374429ed7ac0f0fa3a9f4a6b09b1bb2" 2019-01-03 11:57:24,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:57:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca96011-1ecc-4706-8972-968066abe51f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:57:24,139 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/5e5bf8cdeb244e348ca3b00c169379a7 used request id req-4ca96011-1ecc-4706-8972-968066abe51f 2019-01-03 11:57:24,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:24,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["Da9YbreeRMK9dF-g0a0u_Q"], "issued_at": "2019-01-03T11:57:24.000000Z"}} 2019-01-03 11:57:24,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b933b68150eda300aaaf8b16e350dba74a9ed929" 2019-01-03 11:57:24,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b73ccc-d190-4c2c-aab8-93b127e7f93c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:24,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a2b73ccc-d190-4c2c-aab8-93b127e7f93c 2019-01-03 11:57:24,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:24,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:24,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:57:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["CDQ1F1HtR26dYk0TSVXLoQ"], "issued_at": "2019-01-03T11:57:24.000000Z"}} 2019-01-03 11:57:24,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:25,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db300e4b-95c4-498e-aa8f-2771dbf76930 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:25,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-db300e4b-95c4-498e-aa8f-2771dbf76930 2019-01-03 11:57:25,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:25,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:25,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:25,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad184a7-1848-477e-be56-03f0c0636e30 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:57:25,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj used request id req-dad184a7-1848-477e-be56-03f0c0636e30 2019-01-03 11:57:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:25,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d53b12-ca10-45d4-b123-46c7750af528 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:57:25,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-28d53b12-ca10-45d4-b123-46c7750af528 2019-01-03 11:57:25,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}}' 2019-01-03 11:57:25,380 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee9c7b71-627f-4355-bbe6-7f8a675598a2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:25,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-ee9c7b71-627f-4355-bbe6-7f8a675598a2 2019-01-03 11:57:25,380 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj 2019-01-03 11:57:25,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:25,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:25,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:57:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["shusCeocRDyBGFhXpdGz4g"], "issued_at": "2019-01-03T11:57:25.000000Z"}} 2019-01-03 11:57:25,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed2201be7346d9694cc95f0d452d00e5b3bff70" 2019-01-03 11:57:25,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d21ca5-561e-43a0-b9b8-18490a50c4be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:25,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-69d21ca5-561e-43a0-b9b8-18490a50c4be 2019-01-03 11:57:25,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:25,795 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:25,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed2201be7346d9694cc95f0d452d00e5b3bff70" 2019-01-03 11:57:25,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2fefb1-0ccf-41b0-9d5e-7e98c668e1c6 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:57:25,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-9f2fefb1-0ccf-41b0-9d5e-7e98c668e1c6 2019-01-03 11:57:25,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed2201be7346d9694cc95f0d452d00e5b3bff70" 2019-01-03 11:57:25,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969c8d3a-8ad4-453f-92b0-82cc17c3738f Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}]} 2019-01-03 11:57:25,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj used request id req-969c8d3a-8ad4-453f-92b0-82cc17c3738f 2019-01-03 11:57:25,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed2201be7346d9694cc95f0d452d00e5b3bff70" 2019-01-03 11:57:26,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04689a83-0712-46aa-8a2c-4a932bb8a3de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:57:26,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-04689a83-0712-46aa-8a2c-4a932bb8a3de 2019-01-03 11:57:26,392 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user 2019-01-03 11:57:26,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:26,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:26,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55c4157-06a8-4ae5-8eba-d85d6a9ac8ee Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:57:26,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d55c4157-06a8-4ae5-8eba-d85d6a9ac8ee 2019-01-03 11:57:26,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}}' 2019-01-03 11:57:26,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43b1981b-4dc0-4768-8f6b-9e9aaab92d67 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac97b30b32994cf9ae68299ba9183901", "links": {"self": "http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901"}, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}} 2019-01-03 11:57:26,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-43b1981b-4dc0-4768-8f6b-9e9aaab92d67 2019-01-03 11:57:26,584 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role 2019-01-03 11:57:26,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:26,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1592c863-183e-449d-91a1-42d436d384ce Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role", "id": "ac97b30b32994cf9ae68299ba9183901"}} 2019-01-03 11:57:26,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901 used request id req-1592c863-183e-449d-91a1-42d436d384ce 2019-01-03 11:57:26,679 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role to project CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj 2019-01-03 11:57:26,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949/users/695316e2b9e7433597b1186ffa45274b/roles/ac97b30b32994cf9ae68299ba9183901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:57:26,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:57:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b48f4ea3-9a22-4718-9822-18ba3961ae15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:57:26,808 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949/users/695316e2b9e7433597b1186ffa45274b/roles/ac97b30b32994cf9ae68299ba9183901 used request id req-b48f4ea3-9a22-4718-9822-18ba3961ae15 2019-01-03 11:57:26,809 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:57:26,810 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:57:26,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:26,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:27,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["vXfgX52lSSW1vbaI_YTg9A"], "issued_at": "2019-01-03T11:57:27.000000Z"}} 2019-01-03 11:57:27,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:27,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf8e1d4-c930-4bca-b4a2-93acdf19897c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:27,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2bf8e1d4-c930-4bca-b4a2-93acdf19897c 2019-01-03 11:57:27,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:27,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-05b97308-3d0e-4b2d-abb4-73d22029e396 Date: Thu, 03 Jan 2019 11:57:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image"} 2019-01-03 11:57:27,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image used request id req-05b97308-3d0e-4b2d-abb4-73d22029e396 2019-01-03 11:57:27,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:27,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4ff8befa-ab10-4494-8dee-1905a17d3283 Date: Thu, 03 Jan 2019 11:57: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"}}} 2019-01-03 11:57:27,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4ff8befa-ab10-4494-8dee-1905a17d3283 2019-01-03 11:57:27,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image"}' 2019-01-03 11:57:27,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb X-Openstack-Request-Id: req-48df7812-6c7d-4f29-b90a-42260e363afb Date: Thu, 03 Jan 2019 11:57:27 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:57:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:57:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "min_disk": 0, "protected": false, "id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "file": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file", "checksum": null, "owner": "fe41e90dfdfb419699a7bba496d41949", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:57:27,828 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-48df7812-6c7d-4f29-b90a-42260e363afb 2019-01-03 11:57:27,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" -d '' 2019-01-03 11:57:29,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-569e42b5-6251-4250-a4cd-5b39356aeed1 Date: Thu, 03 Jan 2019 11:57:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:57:29,520 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file used request id req-569e42b5-6251-4250-a4cd-5b39356aeed1 2019-01-03 11:57:29,521 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:57:29,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:29,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a4e0993f-c58f-4ba5-abf4-6924a4f9983f Date: Thu, 03 Jan 2019 11:57:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:57:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:57:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "metadata": {}}], "self": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "min_disk": 0, "protected": false, "id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "file": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe41e90dfdfb419699a7bba496d41949", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:57:29,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb used request id req-a4e0993f-c58f-4ba5-abf4-6924a4f9983f 2019-01-03 11:57:29,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:29,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6dd0d0f3-454e-479b-bb47-28fd88034d54 Date: Thu, 03 Jan 2019 11:57: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"}}} 2019-01-03 11:57:29,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6dd0d0f3-454e-479b-bb47-28fd88034d54 2019-01-03 11:57:29,853 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image 2019-01-03 11:57:29,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:57:30,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-222868be-5106-48a9-bf45-30aaf693737f Date: Thu, 03 Jan 2019 11:57:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:57:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:57:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "metadata": {}}], "self": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "min_disk": 0, "protected": false, "id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "file": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe41e90dfdfb419699a7bba496d41949", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:57:30,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb used request id req-222868be-5106-48a9-bf45-30aaf693737f 2019-01-03 11:57:30,030 - create_image - DEBUG - Instance status is - active 2019-01-03 11:57:30,030 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image 2019-01-03 11:57:30,030 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image 2019-01-03 11:57:30,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:30,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:30,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["UskIwt3DQJmfbddA4_Ur_w"], "issued_at": "2019-01-03T11:57:30.000000Z"}} 2019-01-03 11:57:30,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:30,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e694df95-f00b-4501-8069-d5cff5a14b00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:30,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e694df95-f00b-4501-8069-d5cff5a14b00 2019-01-03 11:57:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:30,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3f4018dd-0536-4b97-9391-e60b27e7e74d Date: Thu, 03 Jan 2019 11:57:30 GMT RESP BODY: {"networks":[]} 2019-01-03 11:57:30,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-3f4018dd-0536-4b97-9391-e60b27e7e74d 2019-01-03 11:57:30,672 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net 2019-01-03 11:57:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net", "admin_state_up": true}}' 2019-01-03 11:57:31,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b2993994-bef9-48b1-ac59-2db6aeabe59c Date: Thu, 03 Jan 2019 11:57:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:57:31Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","mtu":1450}} 2019-01-03 11:57:31,229 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-b2993994-bef9-48b1-ac59-2db6aeabe59c 2019-01-03 11:57:31,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:31,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e4d1bfec-0198-4b9c-a42b-4b489128d5d5 Date: Thu, 03 Jan 2019 11:57: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":"2019-01-03T11:57:31Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:31,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-e4d1bfec-0198-4b9c-a42b-4b489128d5d5 2019-01-03 11:57:31,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:31,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0787dd49-c5df-4010-8433-7a479ac7c68c Date: Thu, 03 Jan 2019 11:57:31 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:57:31,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-0787dd49-c5df-4010-8433-7a479ac7c68c 2019-01-03 11:57:31,669 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet 2019-01-03 11:57:31,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" -d '{"subnets": [{"ip_version": 4, "network_id": "a778acdc-f7f2-487f-809d-5c3b89bb6c54", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]}' 2019-01-03 11:57:32,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f7fc7227-113d-4f7c-b02d-b83157397696 Date: Thu, 03 Jan 2019 11:57:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:32,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f7fc7227-113d-4f7c-b02d-b83157397696 2019-01-03 11:57:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:32,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-edd427e1-5d08-4c7f-83e2-4eeb8abe6a0f Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:32,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-edd427e1-5d08-4c7f-83e2-4eeb8abe6a0f 2019-01-03 11:57:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:57:32,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-361f9217-fa0e-43e2-9d92-31b90a2444ce Date: Thu, 03 Jan 2019 11:57:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:32,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-361f9217-fa0e-43e2-9d92-31b90a2444ce 2019-01-03 11:57:32,834 - OpenStackNetwork - DEBUG - Network [a778acdc-f7f2-487f-809d-5c3b89bb6c54] created successfully 2019-01-03 11:57:32,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:32,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:33,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["bkZMFBVyRqKZ3B1_10FL_w"], "issued_at": "2019-01-03T11:57:33.000000Z"}} 2019-01-03 11:57:33,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:33,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b46823-90d0-44d9-9640-002468ad0260 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:33,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b9b46823-90d0-44d9-9640-002468ad0260 2019-01-03 11:57:33,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:34,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0eafd13d-2110-4aa6-8de8-070a22c5d94c Date: Thu, 03 Jan 2019 11:57:34 GMT RESP BODY: {"routers": []} 2019-01-03 11:57:34,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router&admin_state_up=True used request id req-0eafd13d-2110-4aa6-8de8-070a22c5d94c 2019-01-03 11:57:34,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:34,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:34,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["HWVHiLHSRgyvIa05VcY9Yg"], "issued_at": "2019-01-03T11:57:34.000000Z"}} 2019-01-03 11:57:34,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8d6fce62c023400ce3fcd8aade98c44569ed6a9" 2019-01-03 11:57:34,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c58be40-ef46-4b71-903e-1ead0b1d547f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:34,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2c58be40-ef46-4b71-903e-1ead0b1d547f 2019-01-03 11:57:34,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:35,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-18b86fb6-97ad-486e-8b76-1049d6ea722d Date: Thu, 03 Jan 2019 11:57:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:57:35,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-18b86fb6-97ad-486e-8b76-1049d6ea722d 2019-01-03 11:57:35,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:35,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-038b76de-5c2d-49d0-a754-84f0abafbccc Date: Thu, 03 Jan 2019 11:57:35 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:57:35,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-038b76de-5c2d-49d0-a754-84f0abafbccc 2019-01-03 11:57:35,340 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:57:35,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router", "admin_state_up": true}}' 2019-01-03 11:57:40,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-373319d2-e6a6-4124-917b-f44dc7584245 Date: Thu, 03 Jan 2019 11:57:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:36Z", "admin_state_up": true, "updated_at": "2019-01-03T11:57:37Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "e960cd0f-a133-4851-8aa4-7578559d8ab4", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router"}} 2019-01-03 11:57:40,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-373319d2-e6a6-4124-917b-f44dc7584245 2019-01-03 11:57:40,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:40,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-38ad89eb-e9a5-47ab-98a9-b3b00a93b35b Date: Thu, 03 Jan 2019 11:57:40 GMT RESP BODY: {"ports":[]} 2019-01-03 11:57:40,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 used request id req-38ad89eb-e9a5-47ab-98a9-b3b00a93b35b 2019-01-03 11:57:40,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:41,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-58b49b74-4060-4555-ab2b-4a5697869879 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:41,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-58b49b74-4060-4555-ab2b-4a5697869879 2019-01-03 11:57:41,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:41,109 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:41,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:41,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5f6264-c2f6-4fdb-a88d-5d1eb43cf859 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:41,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-9c5f6264-c2f6-4fdb-a88d-5d1eb43cf859 2019-01-03 11:57:41,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:41,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1e4467cf-35d3-437f-9bd0-c3b94b662b7b Date: Thu, 03 Jan 2019 11:57:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:41,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-1e4467cf-35d3-437f-9bd0-c3b94b662b7b 2019-01-03 11:57:41,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:41,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-223d1cfa-ebb0-4b9a-940c-25c6a98696bd Date: Thu, 03 Jan 2019 11:57:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:41,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet used request id req-223d1cfa-ebb0-4b9a-940c-25c6a98696bd 2019-01-03 11:57:41,626 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:57:41,626 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:57:41,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" -d '{"subnet_id": "473a693e-c302-4b5e-8847-b5cc9758e784"}' 2019-01-03 11:57:43,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d76322b-783a-4093-b0c1-9e93e211b00c Date: Thu, 03 Jan 2019 11:57:43 GMT RESP BODY: {"network_id": "a778acdc-f7f2-487f-809d-5c3b89bb6c54", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "subnet_id": "473a693e-c302-4b5e-8847-b5cc9758e784", "subnet_ids": ["473a693e-c302-4b5e-8847-b5cc9758e784"], "port_id": "cc27ed1e-f382-473c-8945-70ab8998ff96", "id": "e960cd0f-a133-4851-8aa4-7578559d8ab4"} 2019-01-03 11:57:43,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4/add_router_interface used request id req-6d76322b-783a-4093-b0c1-9e93e211b00c 2019-01-03 11:57:43,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:44,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-39d545db-961d-4f07-a475-a108af7832df Date: Thu, 03 Jan 2019 11:57:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:36Z", "admin_state_up": true, "updated_at": "2019-01-03T11:57:42Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "e960cd0f-a133-4851-8aa4-7578559d8ab4", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router"}} 2019-01-03 11:57:44,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4 used request id req-39d545db-961d-4f07-a475-a108af7832df 2019-01-03 11:57:44,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:44,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ddb2595e-c541-4543-8a5a-27c467b80971 Date: Thu, 03 Jan 2019 11:57:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"}]} 2019-01-03 11:57:44,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 used request id req-ddb2595e-c541-4543-8a5a-27c467b80971 2019-01-03 11:57:44,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:57:44,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-828e1070-8027-4a76-9a68-a98d5124ed05 Date: Thu, 03 Jan 2019 11:57:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}} 2019-01-03 11:57:44,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 used request id req-828e1070-8027-4a76-9a68-a98d5124ed05 2019-01-03 11:57:44,728 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:44,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:45,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:57:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["6hoALecbSk2pEnLZhIBJMA"], "issued_at": "2019-01-03T11:57:45.000000Z"}} 2019-01-03 11:57:45,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}592c0c6a4f5966524d965b15deedc30749de649e" 2019-01-03 11:57:45,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3cc9d24-b66b-421b-83bf-fbf5f20c4e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:45,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f3cc9d24-b66b-421b-83bf-fbf5f20c4e67 2019-01-03 11:57:45,189 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:57:45,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}592c0c6a4f5966524d965b15deedc30749de649e" 2019-01-03 11:57:45,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57: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-bc5e0854-92a0-4f12-af29-6693697f0ee0 x-compute-request-id: req-bc5e0854-92a0-4f12-af29-6693697f0ee0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:57:45,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-bc5e0854-92a0-4f12-af29-6693697f0ee0 2019-01-03 11:57:45,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}592c0c6a4f5966524d965b15deedc30749de649e" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:57:45,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57: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-db72c47d-b303-445e-82ae-a45c3c4874f3 x-compute-request-id: req-db72c47d-b303-445e-82ae-a45c3c4874f3 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:57:45,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-db72c47d-b303-445e-82ae-a45c3c4874f3 2019-01-03 11:57:45,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:45,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:45,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["zxnDtiN_QmG3S-e3KITdNg"], "issued_at": "2019-01-03T11:57:45.000000Z"}} 2019-01-03 11:57:45,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cfc60a240df2d32844a64be55824cf0a1cc08a" 2019-01-03 11:57:45,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8272ad36-3454-4ab7-9191-37c2cf618b9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:45,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8272ad36-3454-4ab7-9191-37c2cf618b9c 2019-01-03 11:57:45,876 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:57:45,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cfc60a240df2d32844a64be55824cf0a1cc08a" 2019-01-03 11:57:46,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57: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-59cb1adc-e7fe-4940-9f24-eccb83bd8712 x-compute-request-id: req-59cb1adc-e7fe-4940-9f24-eccb83bd8712 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:57:46,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-59cb1adc-e7fe-4940-9f24-eccb83bd8712 2019-01-03 11:57:46,415 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp... 2019-01-03 11:57:46,416 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:57:46,465 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp 2019-01-03 11:57:46,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cfc60a240df2d32844a64be55824cf0a1cc08a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgncsY5gpYStJxLabqBbV9NsPA20r/ULhXMDyJD5s8Q3ybUnqc5/6snhzESbTne7iGPlbrZRLNMp2ZBGq4JgpTNeLAyVeZ2H0//Sl0kuSMnJre5T9wjdjKgc2z0z+GtWnrBMYz1RNEXnuf7K5UmyPD5urN72pAn0zrvb3uSQ4X5Q==", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp"}}' 2019-01-03 11:57:46,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7d5a806-e31b-4e34-a8ec-1763313adbc1 x-compute-request-id: req-a7d5a806-e31b-4e34-a8ec-1763313adbc1 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgncsY5gpYStJxLabqBbV9NsPA20r/ULhXMDyJD5s8Q3ybUnqc5/6snhzESbTne7iGPlbrZRLNMp2ZBGq4JgpTNeLAyVeZ2H0//Sl0kuSMnJre5T9wjdjKgc2z0z+GtWnrBMYz1RNEXnuf7K5UmyPD5urN72pAn0zrvb3uSQ4X5Q==", "user_id": "695316e2b9e7433597b1186ffa45274b", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "fingerprint": "e7:65:5f:c4:d2:20:e6:2c:b8:65:53:a7:ec:20:6f:3e"}} 2019-01-03 11:57:46,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-a7d5a806-e31b-4e34-a8ec-1763313adbc1 2019-01-03 11:57:46,520 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2.pub 2019-01-03 11:57:46,521 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2 2019-01-03 11:57:46,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:46,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:46,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["WELFUNftRyyClfwHQLg1ZA"], "issued_at": "2019-01-03T11:57:46.000000Z"}} 2019-01-03 11:57:46,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:46,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af25b442-1c39-4c38-ab80-f547ff88e7a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:46,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af25b442-1c39-4c38-ab80-f547ff88e7a5 2019-01-03 11:57:46,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:47,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-93a391dc-2e4a-4d48-88f2-55c25fac1999 Date: Thu, 03 Jan 2019 11:57:47 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:57:47,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp used request id req-93a391dc-2e4a-4d48-88f2-55c25fac1999 2019-01-03 11:57:47,545 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp... 2019-01-03 11:57:47,545 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp 2019-01-03 11:57:47,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}}' 2019-01-03 11:57:47,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-7907596e-7961-4005-ba3b-63c1103bdd85 Date: Thu, 03 Jan 2019 11:57:47 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 2, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}} 2019-01-03 11:57:47,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-7907596e-7961-4005-ba3b-63c1103bdd85 2019-01-03 11:57:47,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:47,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:48,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-826f60ea-f25c-4873-b4bf-354d0af6812b Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:48,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-826f60ea-f25c-4873-b4bf-354d0af6812b 2019-01-03 11:57:48,077 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:48,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa173c2d-65cd-4fcb-94eb-43712d6cf4bb Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:48,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-aa173c2d-65cd-4fcb-94eb-43712d6cf4bb 2019-01-03 11:57:48,633 - neutron_utils - INFO - Retrieving security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:48,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:48,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-58abdf87-d890-47e3-ac20-5fcbc6dd228e Date: Thu, 03 Jan 2019 11:57:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 2, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]} 2019-01-03 11:57:48,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-58abdf87-d890-47e3-ac20-5fcbc6dd228e 2019-01-03 11:57:48,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:48,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:49,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4b992b6-c3d9-44fe-9fc1-478681352cb8 Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:49,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-e4b992b6-c3d9-44fe-9fc1-478681352cb8 2019-01-03 11:57:49,007 - neutron_utils - INFO - Retrieving security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:49,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:49,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-424dca15-e1b2-43de-bac5-2a1f44bd2210 Date: Thu, 03 Jan 2019 11:57:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 2, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]} 2019-01-03 11:57:49,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-424dca15-e1b2-43de-bac5-2a1f44bd2210 2019-01-03 11:57:49,212 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:49,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:49,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9bf4cbd2-3c84-4fc4-8361-87172a71a9c9 Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:49,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-9bf4cbd2-3c84-4fc4-8361-87172a71a9c9 2019-01-03 11:57:49,242 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp 2019-01-03 11:57:49,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:49,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b82b6332-4835-4818-9419-a9f5180a3122 Date: Thu, 03 Jan 2019 11:57:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 2, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]} 2019-01-03 11:57:49,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp used request id req-b82b6332-4835-4818-9419-a9f5180a3122 2019-01-03 11:57:49,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:49,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:49,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6a4a68d-ed42-4302-915e-203cafbbf346 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:49,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-b6a4a68d-ed42-4302-915e-203cafbbf346 2019-01-03 11:57:49,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:49,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:50,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-70b324e4-8070-43ed-a568-761d35312e2e Date: Thu, 03 Jan 2019 11:57:50 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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:50,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-70b324e4-8070-43ed-a568-761d35312e2e 2019-01-03 11:57:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}7014e5d84324fe221542cb26d4d638a8591cc45d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650"}}' 2019-01-03 11:57:50,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-06475553-bef7-4cee-b685-ce0298ef3786 Date: Thu, 03 Jan 2019 11:57:50 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": "2019-01-03T11:57:50Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:50Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d64f864d-e1b9-434b-8891-c96ee796c3eb"}} 2019-01-03 11:57:50,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-06475553-bef7-4cee-b685-ce0298ef3786 2019-01-03 11:57:50,783 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp 2019-01-03 11:57:50,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:50,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-5e5e73a8-145b-4c36-a763-1104fdd2f1ef Date: Thu, 03 Jan 2019 11:57:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:50Z", "revision_number": 0, "id": "d64f864d-e1b9-434b-8891-c96ee796c3eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:50Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 3, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]} 2019-01-03 11:57:50,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp used request id req-5e5e73a8-145b-4c36-a763-1104fdd2f1ef 2019-01-03 11:57:50,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:50,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4641f5c5-624b-4d68-86d6-5f4325e13421 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:50,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-4641f5c5-624b-4d68-86d6-5f4325e13421 2019-01-03 11:57:50,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:50,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:51,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-3fdb1988-b15e-4659-a04b-8acfa09fcf29 Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:50Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:50Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d64f864d-e1b9-434b-8891-c96ee796c3eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:51,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-3fdb1988-b15e-4659-a04b-8acfa09fcf29 2019-01-03 11:57:51,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}7014e5d84324fe221542cb26d4d638a8591cc45d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650"}}' 2019-01-03 11:57:51,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-2efb140e-69a4-4f2c-9d28-e56be05704a2 Date: Thu, 03 Jan 2019 11:57:51 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": "2019-01-03T11:57:51Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": 22, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:51Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "68cbcf2b-0035-4d68-9e24-85a50554824e"}} 2019-01-03 11:57:51,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-2efb140e-69a4-4f2c-9d28-e56be05704a2 2019-01-03 11:57:51,274 - neutron_utils - INFO - Retrieving security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:51,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:51,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-2476e67b-1bf4-4d34-bb02-9239157038cb Date: Thu, 03 Jan 2019 11:57:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "updated_at": "2019-01-03T11:57:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "29bb718d-eafb-45f4-ac13-210976c0b55a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:57:51Z", "revision_number": 0, "id": "68cbcf2b-0035-4d68-9e24-85a50554824e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:51Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:50Z", "revision_number": 0, "id": "d64f864d-e1b9-434b-8891-c96ee796c3eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:50Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "revision_number": 0, "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 4, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]} 2019-01-03 11:57:51,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-2476e67b-1bf4-4d34-bb02-9239157038cb 2019-01-03 11:57:51,332 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 21668b3b-94e2-4b8f-b188-87ef17e6f650 2019-01-03 11:57:51,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:57:51,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-b6fdff25-f54e-4d97-8fd6-f83144dbcc29 Date: Thu, 03 Jan 2019 11:57: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": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "29bb718d-eafb-45f4-ac13-210976c0b55a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:57:51Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": 22, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:51Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "68cbcf2b-0035-4d68-9e24-85a50554824e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:50Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:50Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d64f864d-e1b9-434b-8891-c96ee796c3eb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:47Z", "security_group_id": "21668b3b-94e2-4b8f-b188-87ef17e6f650", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:47Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d75d6fab-6111-46bf-ab8d-b7ef255ab984"}]} 2019-01-03 11:57:51,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-b6fdff25-f54e-4d97-8fd6-f83144dbcc29 2019-01-03 11:57:51,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:51,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:51,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["RFg4--N_R9ytANS7ZDI4mw"], "issued_at": "2019-01-03T11:57:51.000000Z"}} 2019-01-03 11:57:51,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:51,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b36b6ea6-59c8-4931-b04d-591f8821949a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:51,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b36b6ea6-59c8-4931-b04d-591f8821949a 2019-01-03 11:57:51,966 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:57:51,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:52,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664e668c-cc99-4f34-ac64-25a9e9a7b78e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:52,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-664e668c-cc99-4f34-ac64-25a9e9a7b78e 2019-01-03 11:57:52,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:52,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-59f2e4f9-aacf-45b2-8fc4-6f7b5bb9d2b5 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:52,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-59f2e4f9-aacf-45b2-8fc4-6f7b5bb9d2b5 2019-01-03 11:57:52,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:52,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:52,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:52,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bdc033-e811-47fb-95fb-a50e2cab69e6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:52,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-d1bdc033-e811-47fb-95fb-a50e2cab69e6 2019-01-03 11:57:52,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:52,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d8fb2485-dc34-43d7-a879-b7abf20cd949 Date: Thu, 03 Jan 2019 11:57:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:52,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-d8fb2485-dc34-43d7-a879-b7abf20cd949 2019-01-03 11:57:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:52,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-35d0fe1c-cc50-42a7-aaf0-1f2bc0ab5107 Date: Thu, 03 Jan 2019 11:57:52 GMT RESP BODY: {"ports":[]} 2019-01-03 11:57:52,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True used request id req-35d0fe1c-cc50-42a7-aaf0-1f2bc0ab5107 2019-01-03 11:57:52,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:53,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57: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-c421504f-8b0e-4a16-9932-829441f7e480 x-compute-request-id: req-c421504f-8b0e-4a16-9932-829441f7e480 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:57:53,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst used request id req-c421504f-8b0e-4a16-9932-829441f7e480 2019-01-03 11:57:53,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:53,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-660b8d88-124b-4dca-88b4-d64706389933 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:53,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-660b8d88-124b-4dca-88b4-d64706389933 2019-01-03 11:57:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:53,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943cc01a-1e53-48f1-9df9-e4673ea4b52c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:53,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-943cc01a-1e53-48f1-9df9-e4673ea4b52c 2019-01-03 11:57:53,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:54,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e91c4f09-6f2d-4882-bef9-396b9ac0d48a Date: Thu, 03 Jan 2019 11:57:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:54,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-e91c4f09-6f2d-4882-bef9-396b9ac0d48a 2019-01-03 11:57:54,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:54,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f933760c-aabc-47ed-90ce-0c64c80dd180 Date: Thu, 03 Jan 2019 11:57:54 GMT RESP BODY: {"ports":[]} 2019-01-03 11:57:54,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True used request id req-f933760c-aabc-47ed-90ce-0c64c80dd180 2019-01-03 11:57:54,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:57:54,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:57:55,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ac97b30b32994cf9ae68299ba9183901", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role"}], "expires_at": "2019-01-03T12:57:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe41e90dfdfb419699a7bba496d41949", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/fe41e90dfdfb419699a7bba496d41949", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user", "id": "695316e2b9e7433597b1186ffa45274b"}, "audit_ids": ["acy57_2wQ--6Ku5hex1Y7w"], "issued_at": "2019-01-03T11:57:55.000000Z"}} 2019-01-03 11:57:55,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8443029ea9936fa5a955301eb74c7ce909aa745" 2019-01-03 11:57:55,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7b242a-282a-4942-a40b-058ff17b5557 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:57:55,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4e7b242a-282a-4942-a40b-058ff17b5557 2019-01-03 11:57:55,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:55,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d0b7c377-0079-41a1-8dd5-ac6b394ae8b5 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:55,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-d0b7c377-0079-41a1-8dd5-ac6b394ae8b5 2019-01-03 11:57:55,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:55,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6c89b10-fa50-4187-9812-0bc6281140db Date: Thu, 03 Jan 2019 11:57:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:55,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-a6c89b10-fa50-4187-9812-0bc6281140db 2019-01-03 11:57:55,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:56,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-51a073b8-0c82-455e-8d92-6100b4787448 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:56,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-51a073b8-0c82-455e-8d92-6100b4787448 2019-01-03 11:57:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:57:56,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:57: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:57:56,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8443029ea9936fa5a955301eb74c7ce909aa745" 2019-01-03 11:57:56,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67e3370-9341-4ba1-afc4-21662233c3ff Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:56,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-e67e3370-9341-4ba1-afc4-21662233c3ff 2019-01-03 11:57:56,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:56,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-67bb716b-f555-43af-bd21-b5454e5b02c7 Date: Thu, 03 Jan 2019 11:57:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:56,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-67bb716b-f555-43af-bd21-b5454e5b02c7 2019-01-03 11:57:56,334 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net 2019-01-03 11:57:56,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" -d '{"port": {"network_id": "a778acdc-f7f2-487f-809d-5c3b89bb6c54", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1", "admin_state_up": true}}' 2019-01-03 11:57:57,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-52f5b23f-bc3e-4cc2-a9d1-9b585d374f2a Date: Thu, 03 Jan 2019 11:57:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","project_id":"fe41e90dfdfb419699a7bba496d41949","qos_policy_id":null,"admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal"}} 2019-01-03 11:57:57,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-52f5b23f-bc3e-4cc2-a9d1-9b585d374f2a 2019-01-03 11:57:57,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-354e19f2-51e2-4bc5-9e61-8a32749dd373 Date: Thu, 03 Jan 2019 11:57: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:57:57,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-354e19f2-51e2-4bc5-9e61-8a32749dd373 2019-01-03 11:57:57,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d30a87-7d9c-4b41-ab92-7717df67bb53 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:57,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-e1d30a87-7d9c-4b41-ab92-7717df67bb53 2019-01-03 11:57:57,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-75666faf-3ddf-43f9-9685-065cecaf1972 Date: Thu, 03 Jan 2019 11:57:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:57:57,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-75666faf-3ddf-43f9-9685-065cecaf1972 2019-01-03 11:57:57,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-f5755207-176a-4190-8cf0-84debe56ff79 Date: Thu, 03 Jan 2019 11:57:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:57:57,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1&admin_state_up=True used request id req-f5755207-176a-4190-8cf0-84debe56ff79 2019-01-03 11:57:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0f9a07-ee7f-4b76-ae7c-de74e5505a12 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:57:57,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-1d0f9a07-ee7f-4b76-ae7c-de74e5505a12 2019-01-03 11:57:57,856 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst 2019-01-03 11:57:57,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4ea6135-12e0-48a5-bade-65eb3d96064d x-compute-request-id: req-d4ea6135-12e0-48a5-bade-65eb3d96064d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-flavor-name"}]} 2019-01-03 11:57:57,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-d4ea6135-12e0-48a5-bade-65eb3d96064d 2019-01-03 11:57:57,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:57,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5446803-ad04-417c-839b-bb1f7b559fea x-compute-request-id: req-a5446803-ad04-417c-839b-bb1f7b559fea Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:57:57,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1 used request id req-a5446803-ad04-417c-839b-bb1f7b559fea 2019-01-03 11:57:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:58,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-2b7e8864-2ad5-447c-a0e6-c527b33f9230 Date: Thu, 03 Jan 2019 11:57:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:57:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:57:29Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "metadata": {}}], "self": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "min_disk": 0, "protected": false, "id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "file": "/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe41e90dfdfb419699a7bba496d41949", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image"} 2019-01-03 11:57:58,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image used request id req-2b7e8864-2ad5-447c-a0e6-c527b33f9230 2019-01-03 11:57:58,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:57:58,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34924167-c59c-48a5-9e0e-fc49ccc982df Date: Thu, 03 Jan 2019 11:57: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"}}} 2019-01-03 11:57:58,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-34924167-c59c-48a5-9e0e-fc49ccc982df 2019-01-03 11:57:58,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "imageRef": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "flavorRef": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "max_count": 1, "min_count": 1, "networks": [{"port": "1ab22df7-bd41-4504-861a-b25b19e22240"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}]}}' 2019-01-03 11:58:00,041 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:57: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-47c51618-f721-4483-a386-7b37092bf9be x-compute-request-id: req-47c51618-f721-4483-a386-7b37092bf9be Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "adminPass": "B6uR6ebbU99Z"}} 2019-01-03 11:58:00,041 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-47c51618-f721-4483-a386-7b37092bf9be 2019-01-03 11:58:00,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:00,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-4a96b60f-80ae-4239-bad8-6b251a07bc7a x-compute-request-id: req-4a96b60f-80ae-4239-bad8-6b251a07bc7a Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:58:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:00,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-4a96b60f-80ae-4239-bad8-6b251a07bc7a 2019-01-03 11:58:00,787 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst 2019-01-03 11:58:00,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:01,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-fc13dcb3-39a9-4c09-b960-b93876a7f915 x-compute-request-id: req-fc13dcb3-39a9-4c09-b960-b93876a7f915 Content-Encoding: gzip Content-Length: 629 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:58:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:01,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-fc13dcb3-39a9-4c09-b960-b93876a7f915 2019-01-03 11:58:01,554 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - BUILD 2019-01-03 11:58:01,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:58:04,557 - create_instance - DEBUG - VM status query timeout in 896.230618954 2019-01-03 11:58:04,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:05,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c89c44a5-7f93-4cc7-b219-a2e29556be9b x-compute-request-id: req-c89c44a5-7f93-4cc7-b219-a2e29556be9b 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.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:58:01Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:05,006 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-c89c44a5-7f93-4cc7-b219-a2e29556be9b 2019-01-03 11:58:05,006 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - BUILD 2019-01-03 11:58:05,006 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:58:08,010 - create_instance - DEBUG - VM status query timeout in 892.778023005 2019-01-03 11:58:08,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:08,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22eb02c0-ab7b-482f-99c3-cfcddba60c95 x-compute-request-id: req-22eb02c0-ab7b-482f-99c3-cfcddba60c95 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:08,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-22eb02c0-ab7b-482f-99c3-cfcddba60c95 2019-01-03 11:58:08,688 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:08,688 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:58:08,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:09,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f350f885-9b1d-4eff-b164-11fdc71946b3 x-compute-request-id: req-f350f885-9b1d-4eff-b164-11fdc71946b3 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:09,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-f350f885-9b1d-4eff-b164-11fdc71946b3 2019-01-03 11:58:09,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:09,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fab5f3a0-2390-42ae-8656-414d2d621168 Date: Thu, 03 Jan 2019 11:58: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:58:09,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-fab5f3a0-2390-42ae-8656-414d2d621168 2019-01-03 11:58:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:09,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e311c8-0a78-4beb-a431-72c32a6ffaa1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:09,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-73e311c8-0a78-4beb-a431-72c32a6ffaa1 2019-01-03 11:58:09,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:10,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-52cebd7c-d153-4e28-bc47-0ddbd84e5e4c Date: Thu, 03 Jan 2019 11:58:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:58:10,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-52cebd7c-d153-4e28-bc47-0ddbd84e5e4c 2019-01-03 11:58:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:10,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-b4d7a3d8-d2fa-433c-b7f3-f91c3fddd533 Date: Thu, 03 Jan 2019 11:58:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":"f91b9c46-ba30-4f88-9508-aebc02c3b994"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.3"}],"id":"29b2f1d7-74ed-4b5d-a0ba-06c379d86fda","security_groups":[],"mac_address":"fa:16:3e:ac:61:b9","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.4"}],"id":"46d3ffc6-ae39-4567-b928-8709d4b43bc1","security_groups":[],"mac_address":"fa:16:3e:6c:c7:03","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.2"}],"id":"cd8fca18-e04f-4d53-b253-1788b7c03eb3","security_groups":[],"mac_address":"fa:16:3e:39:d4:2d","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a778acdc-f7f2-487f-809d-5c3b89bb6c54"}]} 2019-01-03 11:58:10,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-b4d7a3d8-d2fa-433c-b7f3-f91c3fddd533 2019-01-03 11:58:10,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}}' 2019-01-03 11:58:12,082 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:58: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-0ddace52-3c41-49a9-a0ee-f3d4ea3e6233 x-compute-request-id: req-0ddace52-3c41-49a9-a0ee-f3d4ea3e6233 Content-Length: 0 Content-Type: application/json 2019-01-03 11:58:12,082 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994/action used request id req-0ddace52-3c41-49a9-a0ee-f3d4ea3e6233 2019-01-03 11:58:12,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-925163b2-1e48-4c8e-8e94-d487820dd262 Date: Thu, 03 Jan 2019 11:58:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:36Z", "admin_state_up": true, "updated_at": "2019-01-03T11:57:42Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "e960cd0f-a133-4851-8aa4-7578559d8ab4", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router"}]} 2019-01-03 11:58:12,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router used request id req-925163b2-1e48-4c8e-8e94-d487820dd262 2019-01-03 11:58:12,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49267863-6623-4cfc-9cd7-9366ce6bf35e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:12,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-49267863-6623-4cfc-9cd7-9366ce6bf35e 2019-01-03 11:58:12,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-09ccbcd1-b41e-476e-baaa-ae30d0bbc62f Date: Thu, 03 Jan 2019 11:58:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"}]} 2019-01-03 11:58:12,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=e960cd0f-a133-4851-8aa4-7578559d8ab4 used request id req-09ccbcd1-b41e-476e-baaa-ae30d0bbc62f 2019-01-03 11:58:12,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-077dfdf4-2e08-4420-bde9-f0b126d3755e Date: Thu, 03 Jan 2019 11:58:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}} 2019-01-03 11:58:12,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 used request id req-077dfdf4-2e08-4420-bde9-f0b126d3755e 2019-01-03 11:58:12,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7e620610-75a8-4f96-8c87-548692c8e853 Date: Thu, 03 Jan 2019 11:58:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:58:12,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-7e620610-75a8-4f96-8c87-548692c8e853 2019-01-03 11:58:12,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:12,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-604c0525-5a15-42fd-b3e4-37ad48255967 Date: Thu, 03 Jan 2019 11:58:12 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:58:12,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-604c0525-5a15-42fd-b3e4-37ad48255967 2019-01-03 11:58:12,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:13,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-666cd7d2-f1b6-467a-a4d6-e70a936b594c x-compute-request-id: req-666cd7d2-f1b6-467a-a4d6-e70a936b594c Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:13,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-666cd7d2-f1b6-467a-a4d6-e70a936b594c 2019-01-03 11:58:13,143 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:13,143 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:58:13,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:13,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-a63ec8a8-f41b-457e-a17e-67e2a00d1e55 x-compute-request-id: req-a63ec8a8-f41b-457e-a17e-67e2a00d1e55 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:13,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-a63ec8a8-f41b-457e-a17e-67e2a00d1e55 2019-01-03 11:58:13,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:14,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b10a4347-c6a2-44a6-934a-5ab8f2d8b2c3 Date: Thu, 03 Jan 2019 11:58: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:58:14,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-b10a4347-c6a2-44a6-934a-5ab8f2d8b2c3 2019-01-03 11:58:14,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:14,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f9828ee-fff2-4792-aca0-32db64e75b9d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:14,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-3f9828ee-fff2-4792-aca0-32db64e75b9d 2019-01-03 11:58:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:14,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3bea9814-66d2-42fe-b8af-78beac93a0ff Date: Thu, 03 Jan 2019 11:58:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:58:14,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-3bea9814-66d2-42fe-b8af-78beac93a0ff 2019-01-03 11:58:14,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:15,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-221a162b-617e-49f4-9fff-8ddc7049fba1 Date: Thu, 03 Jan 2019 11:58:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["21668b3b-94e2-4b8f-b188-87ef17e6f650","d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":"f91b9c46-ba30-4f88-9508-aebc02c3b994"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.3"}],"id":"29b2f1d7-74ed-4b5d-a0ba-06c379d86fda","security_groups":[],"mac_address":"fa:16:3e:ac:61:b9","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.4"}],"id":"46d3ffc6-ae39-4567-b928-8709d4b43bc1","security_groups":[],"mac_address":"fa:16:3e:6c:c7:03","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.2"}],"id":"cd8fca18-e04f-4d53-b253-1788b7c03eb3","security_groups":[],"mac_address":"fa:16:3e:39:d4:2d","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a778acdc-f7f2-487f-809d-5c3b89bb6c54"}]} 2019-01-03 11:58:15,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-221a162b-617e-49f4-9fff-8ddc7049fba1 2019-01-03 11:58:15,039 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:58:15,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:15,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6dbcd80e-ad58-415d-bda2-7327b1615414 Date: Thu, 03 Jan 2019 11:58:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:58:15,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-6dbcd80e-ad58-415d-bda2-7327b1615414 2019-01-03 11:58:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:15,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2c458f4c-651f-4b7d-b831-c82c6a64f6d7 Date: Thu, 03 Jan 2019 11:58:15 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:58:15,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-2c458f4c-651f-4b7d-b831-c82c6a64f6d7 2019-01-03 11:58:15,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "1ab22df7-bd41-4504-861a-b25b19e22240"}}' 2019-01-03 11:58:17,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-1813a8c8-8657-4f79-b348-b1562fdb2643 Date: Thu, 03 Jan 2019 11:58:17 GMT RESP BODY: {"floatingip": {"router_id": "e960cd0f-a133-4851-8aa4-7578559d8ab4", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:58:15Z", "updated_at": "2019-01-03T11:58:15Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fe41e90dfdfb419699a7bba496d41949", "port_id": "1ab22df7-bd41-4504-861a-b25b19e22240", "id": "0ad382c3-bd06-420a-9149-ab5c1d56b456"}} 2019-01-03 11:58:17,681 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-1813a8c8-8657-4f79-b348-b1562fdb2643 2019-01-03 11:58:17,682 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:58:17,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:18,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-13876179-b0cf-4ae3-9bca-8c7f9cef29c5 x-compute-request-id: req-13876179-b0cf-4ae3-9bca-8c7f9cef29c5 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:18,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-13876179-b0cf-4ae3-9bca-8c7f9cef29c5 2019-01-03 11:58:18,515 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:18,515 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:58:18,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:19,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-7cd06278-34fa-4c02-b2a3-9345ffb940cd x-compute-request-id: req-7cd06278-34fa-4c02-b2a3-9345ffb940cd Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:19,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-7cd06278-34fa-4c02-b2a3-9345ffb940cd 2019-01-03 11:58:19,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:19,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c7385ad-4415-452b-b597-459bed704481 Date: Thu, 03 Jan 2019 11: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:58:19,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-5c7385ad-4415-452b-b597-459bed704481 2019-01-03 11:58:19,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:19,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f187dfed-f307-403c-bd06-c3340403e709 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:19,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-f187dfed-f307-403c-bd06-c3340403e709 2019-01-03 11:58:19,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:19,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0c967337-0eb7-4608-9a98-04694c52323d Date: Thu, 03 Jan 2019 11:58:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:58:19,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-0c967337-0eb7-4608-9a98-04694c52323d 2019-01-03 11:58:19,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:19,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-6fa18265-afc7-48e6-9613-8cb2a0e38311 Date: Thu, 03 Jan 2019 11:58:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["21668b3b-94e2-4b8f-b188-87ef17e6f650","d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":"f91b9c46-ba30-4f88-9508-aebc02c3b994"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.3"}],"id":"29b2f1d7-74ed-4b5d-a0ba-06c379d86fda","security_groups":[],"mac_address":"fa:16:3e:ac:61:b9","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.4"}],"id":"46d3ffc6-ae39-4567-b928-8709d4b43bc1","security_groups":[],"mac_address":"fa:16:3e:6c:c7:03","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.2"}],"id":"cd8fca18-e04f-4d53-b253-1788b7c03eb3","security_groups":[],"mac_address":"fa:16:3e:39:d4:2d","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a778acdc-f7f2-487f-809d-5c3b89bb6c54"}]} 2019-01-03 11:58:19,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-6fa18265-afc7-48e6-9613-8cb2a0e38311 2019-01-03 11:58:19,675 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-03 11:58:19,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:20,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f08b334a-8660-41ef-8910-62b9d22b262c x-compute-request-id: req-f08b334a-8660-41ef-8910-62b9d22b262c Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:20,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-f08b334a-8660-41ef-8910-62b9d22b262c 2019-01-03 11:58:20,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 11:58:21,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-61102d00-b682-4e3f-8c9b-a6c9e2efb95d x-compute-request-id: req-61102d00-b682-4e3f-8c9b-a6c9e2efb95d Content-Encoding: gzip Content-Length: 9610 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 537767491 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.126940] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128570] pid_max: default: 32768 minimum: 301\n[ 0.129450] ACPI: Core revision 20150930\n[ 0.130830] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132115] Security Framework initialized\n[ 0.132913] Yama: becoming mindful.\n[ 0.133638] AppArmor: AppArmor initialized\n[ 0.134491] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136999] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138183] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139527] Initializing cgroup subsys io\n[ 0.140328] Initializing cgroup subsys memory\n[ 0.141174] Initializing cgroup subsys devices\n[ 0.142039] Initializing cgroup subsys freezer\n[ 0.142898] Initializing cgroup subsys net_cls\n[ 0.143764] Initializing cgroup subsys perf_event\n[ 0.144658] Initializing cgroup subsys net_prio\n[ 0.145525] Initializing cgroup subsys hugetlb\n[ 0.146401] Initializing cgroup subsys pids\n[ 0.147264] CPU: Physical Processor ID: 0\n[ 0.148733] mce: CPU supports 10 MCE banks\n[ 0.149566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150565] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159248] ftrace: allocating 31920 entries in 125 pages\n[ 0.185085] smpboot: Max logical packages: 2\n[ 0.185946] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187135] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188463] x2apic enabled\n[ 0.189264] Switched APIC routing to physical x2apic.\n[ 0.191011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192212] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196229] KVM setup paravirtual spinlock\n[ 0.197631] x86: Booting SMP configuration:\n[ 0.198522] .... node #0, CPUs: #1\n[ 0.199407] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221105] x86: Booted up 1 node, 2 CPUs\n[ 0.221108] KVM setup async PF for cpu 1\n[ 0.221110] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223654] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225150] devtmpfs: initialized\n[ 0.226840] evm: security.selinux\n[ 0.227538] evm: security.SMACK64\n[ 0.228222] evm: security.SMACK64EXEC\n[ 0.228955] evm: security.SMACK64TRANSMUTE\n[ 0.229760] evm: security.SMACK64MMAP\n[ 0.230502] evm: security.ima\n[ 0.231136] evm: security.capability\n[ 0.231980] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233837] pinctrl core: initialized pinctrl subsystem\n[ 0.234925] RTC time: 11:58:06, date: 01/03/19\n[ 0.235897] NET: Registered protocol family 16\n[ 0.245843] cpuidle: using governor ladder\n[ 0.257857] cpuidle: using governor menu\n[ 0.258677] PCCT header not found.\n[ 0.259440] ACPI: bus type PCI registered\n[ 0.260232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261456] PCI: Using configuration type 1 for base access\n[ 0.274796] ACPI: Added _OSI(Module Device)\n[ 0.275657] ACPI: Added _OSI(Processor Device)\n[ 0.276508] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277412] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279705] ACPI: Interpreter enabled\n[ 0.280466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287795] ACPI: (supports S0 S5)\n[ 0.288492] ACPI: Using IOAPIC for interrupt routing\n[ 0.289522] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292875] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298619] acpiphp: Slot [3] registered\n[ 0.299434] acpiphp: Slot [4] registered\n[ 0.300227] acpiphp: Slot [5] registered\n[ 0.301018] acpiphp: Slot [6] registered\n[ 0.301807] acpiphp: Slot [7] registered\n[ 0.302596] acpiphp: Slot [8] registered\n[ 0.303385] acpiphp: Slot [9] registered\n[ 0.304172] acpiphp: Slot [10] registered\n[ 0.314901] acpiphp: Slot [11] registered\n[ 0.315718] acpiphp: Slot [12] registered\n[ 0.316520] acpiphp: Slot [13] registered\n[ 0.317314] acpiphp: Slot [14] registered\n[ 0.318109] acpiphp: Slot [15] registered\n[ 0.318912] acpiphp: Slot [16] registered\n[ 0.319722] acpiphp: Slot [17] registered\n[ 0.320524] acpiphp: Slot [18] registered\n[ 0.321322] acpiphp: Slot [19] registered\n[ 0.322123] acpiphp: Slot [20] registered\n[ 0.322926] acpiphp: Slot [21] registered\n[ 0.323725] acpiphp: Slot [22] registered\n[ 0.324528] acpiphp: Slot [23] registered\n[ 0.325329] acpiphp: Slot [24] registered\n[ 0.326128] acpiphp: Slot [25] registered\n[ 0.326927] acpiphp: Slot [26] registered\n[ 0.327729] acpiphp: Slot [27] registered\n[ 0.328533] acpiphp: Slot [28] registered\n[ 0.329329] acpiphp: Slot [29] registered\n[ 0.330124] acpiphp: Slot [30] registered\n[ 0.330927] acpiphp: Slot [31] registered\n[ 0.331735] PCI host bridge to bus 0000:00\n[ 0.332545] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336377] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.337809] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344012] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.347678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353953] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355360] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.404817] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407434] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.408612] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.409813] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411328] vgaarb: loaded\n[ 0.411927] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413060] SCSI subsystem initialized\n[ 0.413891] ACPI: bus type USB registered\n[ 0.414698] usbcore: registered new interface driver usbfs\n[ 0.415703] usbcore: registered new interface driver hub\n[ 0.416687] usbcore: registered new device driver usb\n[ 0.417785] PCI: Using ACPI for IRQ routing\n[ 0.418798] NetLabel: Initializing\n[ 0.419512] NetLabel: domain hash size = 128\n[ 0.420349] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421278] NetLabel: unlabeled traffic allowed by default\n[ 0.422407] clocksource: Switched to clocksource kvm-clock\n[ 0.428307] AppArmor: AppArmor Filesystem Enabled\n[ 0.429249] pnp: PnP ACPI init\n[ 0.430170] pnp: PnP ACPI: found 5 devices\n[ 0.437278] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.438988] NET: Registered protocol family 2\n[ 0.439963] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.441217] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.442362] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.443507] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.444571] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445716] NET: Registered protocol family 1\n[ 0.446576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.447661] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.448712] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.467151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.485830] Trying to unpack rootfs image as initramfs...\n[ 0.536440] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.550683] Scanning for low memory corruption every 60 seconds\n[ 0.552073] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.553244] audit: initializing netlink subsys (disabled)\n[ 0.554292] audit: type=2000 audit(1546516687.312:1): initialized\n[ 0.555656] Initialise system trusted keyring\n[ 0.556626] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.557803] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.559934] zbud: loaded\n[ 0.560668] VFS: Disk quotas dquot_6.6.0\n[ 0.561504] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563087] fuse init (API version 7.23)\n[ 0.564000] Key type big_key registered\n[ 0.564816] Allocating IMA MOK and blacklist keyrings.\n[ 0.566020] Key type asymmetric registered\n[ 0.566863] Asymmetric key parser 'x509' registered\n[ 0.567834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.569331] io scheduler noop registered\n[ 0.570134] io scheduler deadline registered (default)\n[ 0.571147] io scheduler cfq registered\n[ 0.571995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.573059] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.574344] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.575820] ACPI: Power Button [PWRF]\n[ 0.576692] GHES: HEST is not enabled!\n[ 0.595069] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.631976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.634302] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.658000] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.660572] Linux agpgart interface v0.103\n[ 0.662860] brd: module loaded\n[ 0.664203] loop: module loaded\n[ 0.668122] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.669590] GPT:90111 != 20971519\n[ 0.670284] GPT:Alternate GPT header not at the end of the disk.\n[ 0.671388] GPT:90111 != 20971519\n[ 0.672081] GPT: Use GNU Parted to correct GPT errors.\n[ 0.673052] vda: vda1 vda15\n[ 0.674474] scsi host0: ata_piix\n[ 0.675234] scsi host1: ata_piix\n[ 0.675944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.677168] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.678619] libphy: Fixed MDIO Bus: probed\n[ 0.679493] tun: Universal TUN/TAP device driver, 1.6\n[ 0.680457] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.682370] PPP generic driver version 2.4.2\n[ 0.683278] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.684525] ehci-pci: EHCI PCI platform driver\n[ 0.685401] ehci-platform: EHCI generic platform driver\n[ 0.686391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.687526] ohci-pci: OHCI PCI platform driver\n[ 0.688414] ohci-platform: OHCI generic platform driver\n[ 0.689403] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.708360] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.709359] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710826] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.711833] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.712955] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.714186] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.715620] usb usb1: Product: UHCI Host Controller\n[ 0.716565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.717712] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.718743] hub 1-0:1.0: USB hub found\n[ 0.719532] hub 1-0:1.0: 2 ports detected\n[ 0.720450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.722596] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.723562] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.724604] mousedev: PS/2 mouse device common for all mice\n[ 0.725794] rtc_cmos 00:00: RTC can wake from S4\n[ 0.727012] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.728711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.730017] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.731231] i2c /dev entries driver\n[ 0.731989] device-mapper: uevent: version 1.0.3\n[ 0.732936] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.734590] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.735894] NET: Registered protocol family 10\n[ 0.736909] NET: Registered protocol family 17\n[ 0.737805] Key type dns_resolver registered\n[ 0.738771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.740110] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.741201] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.742967] registered taskstats version 1\n[ 0.743811] Loading compiled-in X.509 certificates\n[ 0.745254] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.747121] zswap: loaded using pool lzo/zbud\n[ 0.748626] Key type trusted registered\n[ 0.750290] Key type encrypted registered\n[ 0.751127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.752177] ima: No TPM chip found, activating TPM-bypass!\n[ 0.753224] evm: HMAC attrs: 0x1\n[ 0.754174] Magic number: 3:800:983\n[ 0.755030] rtc_cmos 00:00: setting system clock to 2019-01-03 11:58:07 UTC (1546516687)\n[ 0.766937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768093] EDD information not available.\n[ 0.835558] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.837150] Write protecting the kernel read-only data: 14336k\n[ 0.838772] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.840604] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.06\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.271024] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.7...\nLease of 10.55.1.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.26. iid=i-0000010a\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDTDa4SCssnUhSh4q1YwL98PSaMgt3xj81ktfp5psqa4DC5VajJ7AaxLSe7B029NqFgjXDUzhqEM8lZuZR9gRaNXlZsjp1rmQDxqDknL54rFiiHnFGiGqyxP4TZRYlWg9d89iW4wFkNFWViriCfD1QZQRBk7tJABa/hDuRrsxYITQs51GxH1HDQwSMQYqtZJuQiVkVDtOi3klqCF/Xgdj684+UI7Xl3Y7xFPCQlChz6IEl+QMF5TiTivJEq2GUSwPWOdwy/q7iy8X7fVlCiw38Pe4FKKH8GJrGsFr7tACITcFjDP7LIrupr1TIRArAj6DxDpl81gy7pR7eRDC4Y6EF9 root@createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853\nssh-dss AAAAB3NzaC1kc3MAAACBAOWOkSHjYR8LIqibrE+4YbwQxll0f8rudIZ7MpUxpPLF3Bai5DCJ37yzMh922eMsLkxUBUHop/2qk7Fc5w3Ykd4xusvfxcOurk/P7sFDTJBdKFiCXXokbKECxxNmZSwsh5mJnu7aXGi/rkgvQP+LNowBrql75KiaG/p9U4h7DAIbAAAAFQDSfIVwLAkDg/pwxnFtaeNwuYjtJQAAAIB5aBKQ6JXpwol1pKkWce7Gg4t5CXc8EFjhJfXZ6phsK63YhVqtod9esDVYfzB3/jOqAxbLbsCfW3WK5eb1ac/7+s2lXesYJ0UzXnxfluQGxbB+1r5u/WB7qmYPPKr/REUzEap60Bi9/v0F+0t2gCO9nboKJNTqzWtYi2MbEo5JjAAAAIEA5F0dz51pifi+ENR97FNL+BVwuifhuJxSt5fv+ldeQSTvrsecDE96cj1V4m8aAVeeqLzM55I2md1/LNYIrOV5B1AfeohdJEAEEo//YaNJomcqKahJH2f5mIbqeVC+tvmVlXTz3tnwiGJ2go0RgS075DDT2OwHc5txND3KNzpfxbo= root@createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe77:972/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 \nip-route:169.254.169.254 via 10.55.1.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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853 login: "} 2019-01-03 11:58:21,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994/action used request id req-61102d00-b682-4e3f-8c9b-a6c9e2efb95d 2019-01-03 11:58:21,075 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 11:58:21,075 - 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 537767491 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.126940] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128570] pid_max: default: 32768 minimum: 301 [ 0.129450] ACPI: Core revision 20150930 [ 0.130830] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132115] Security Framework initialized [ 0.132913] Yama: becoming mindful. [ 0.133638] AppArmor: AppArmor initialized [ 0.134491] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135761] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136999] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138183] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139527] Initializing cgroup subsys io [ 0.140328] Initializing cgroup subsys memory [ 0.141174] Initializing cgroup subsys devices [ 0.142039] Initializing cgroup subsys freezer [ 0.142898] Initializing cgroup subsys net_cls [ 0.143764] Initializing cgroup subsys perf_event [ 0.144658] Initializing cgroup subsys net_prio [ 0.145525] Initializing cgroup subsys hugetlb [ 0.146401] Initializing cgroup subsys pids [ 0.147264] CPU: Physical Processor ID: 0 [ 0.148733] mce: CPU supports 10 MCE banks [ 0.149566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150565] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152824] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159248] ftrace: allocating 31920 entries in 125 pages [ 0.185085] smpboot: Max logical packages: 2 [ 0.185946] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187135] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188463] x2apic enabled [ 0.189264] Switched APIC routing to physical x2apic. [ 0.191011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192212] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194323] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196229] KVM setup paravirtual spinlock [ 0.197631] x86: Booting SMP configuration: [ 0.198522] .... node #0, CPUs: #1 [ 0.199407] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221105] x86: Booted up 1 node, 2 CPUs [ 0.221108] KVM setup async PF for cpu 1 [ 0.221110] kvm-stealtime: cpu 1, msr f90d940 [ 0.223654] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225150] devtmpfs: initialized [ 0.226840] evm: security.selinux [ 0.227538] evm: security.SMACK64 [ 0.228222] evm: security.SMACK64EXEC [ 0.228955] evm: security.SMACK64TRANSMUTE [ 0.229760] evm: security.SMACK64MMAP [ 0.230502] evm: security.ima [ 0.231136] evm: security.capability [ 0.231980] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233837] pinctrl core: initialized pinctrl subsystem [ 0.234925] RTC time: 11:58:06, date: 01/03/19 [ 0.235897] NET: Registered protocol family 16 [ 0.245843] cpuidle: using governor ladder [ 0.257857] cpuidle: using governor menu [ 0.258677] PCCT header not found. [ 0.259440] ACPI: bus type PCI registered [ 0.260232] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261456] PCI: Using configuration type 1 for base access [ 0.274796] ACPI: Added _OSI(Module Device) [ 0.275657] ACPI: Added _OSI(Processor Device) [ 0.276508] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277412] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279705] ACPI: Interpreter enabled [ 0.280466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287795] ACPI: (supports S0 S5) [ 0.288492] ACPI: Using IOAPIC for interrupt routing [ 0.289522] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292875] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295224] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296402] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298619] acpiphp: Slot [3] registered [ 0.299434] acpiphp: Slot [4] registered [ 0.300227] acpiphp: Slot [5] registered [ 0.301018] acpiphp: Slot [6] registered [ 0.301807] acpiphp: Slot [7] registered [ 0.302596] acpiphp: Slot [8] registered [ 0.303385] acpiphp: Slot [9] registered [ 0.304172] acpiphp: Slot [10] registered [ 0.314901] acpiphp: Slot [11] registered [ 0.315718] acpiphp: Slot [12] registered [ 0.316520] acpiphp: Slot [13] registered [ 0.317314] acpiphp: Slot [14] registered [ 0.318109] acpiphp: Slot [15] registered [ 0.318912] acpiphp: Slot [16] registered [ 0.319722] acpiphp: Slot [17] registered [ 0.320524] acpiphp: Slot [18] registered [ 0.321322] acpiphp: Slot [19] registered [ 0.322123] acpiphp: Slot [20] registered [ 0.322926] acpiphp: Slot [21] registered [ 0.323725] acpiphp: Slot [22] registered [ 0.324528] acpiphp: Slot [23] registered [ 0.325329] acpiphp: Slot [24] registered [ 0.326128] acpiphp: Slot [25] registered [ 0.326927] acpiphp: Slot [26] registered [ 0.327729] acpiphp: Slot [27] registered [ 0.328533] acpiphp: Slot [28] registered [ 0.329329] acpiphp: Slot [29] registered [ 0.330124] acpiphp: Slot [30] registered [ 0.330927] acpiphp: Slot [31] registered [ 0.331735] PCI host bridge to bus 0000:00 [ 0.332545] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333741] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.334941] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336377] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.337809] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344012] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345278] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346435] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.347678] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353953] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355360] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.400553] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.402010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.403420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.404817] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.406180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.407434] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.408612] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.409813] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.411328] vgaarb: loaded [ 0.411927] vgaarb: bridge control possible 0000:00:02.0 [ 0.413060] SCSI subsystem initialized [ 0.413891] ACPI: bus type USB registered [ 0.414698] usbcore: registered new interface driver usbfs [ 0.415703] usbcore: registered new interface driver hub [ 0.416687] usbcore: registered new device driver usb [ 0.417785] PCI: Using ACPI for IRQ routing [ 0.418798] NetLabel: Initializing [ 0.419512] NetLabel: domain hash size = 128 [ 0.420349] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.421278] NetLabel: unlabeled traffic allowed by default [ 0.422407] clocksource: Switched to clocksource kvm-clock [ 0.428307] AppArmor: AppArmor Filesystem Enabled [ 0.429249] pnp: PnP ACPI init [ 0.430170] pnp: PnP ACPI: found 5 devices [ 0.437278] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.438988] NET: Registered protocol family 2 [ 0.439963] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.441217] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.442362] TCP: Hash tables configured (established 2048 bind 2048) [ 0.443507] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.444571] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.445716] NET: Registered protocol family 1 [ 0.446576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.447661] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.448712] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.467151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.485830] Trying to unpack rootfs image as initramfs... [ 0.536440] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.550683] Scanning for low memory corruption every 60 seconds [ 0.552073] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.553244] audit: initializing netlink subsys (disabled) [ 0.554292] audit: type=2000 audit(1546516687.312:1): initialized [ 0.555656] Initialise system trusted keyring [ 0.556626] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.557803] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.559934] zbud: loaded [ 0.560668] VFS: Disk quotas dquot_6.6.0 [ 0.561504] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.563087] fuse init (API version 7.23) [ 0.564000] Key type big_key registered [ 0.564816] Allocating IMA MOK and blacklist keyrings. [ 0.566020] Key type asymmetric registered [ 0.566863] Asymmetric key parser 'x509' registered [ 0.567834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.569331] io scheduler noop registered [ 0.570134] io scheduler deadline registered (default) [ 0.571147] io scheduler cfq registered [ 0.571995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.573059] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.574344] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.575820] ACPI: Power Button [PWRF] [ 0.576692] GHES: HEST is not enabled! [ 0.595069] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631976] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634302] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658000] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.660572] Linux agpgart interface v0.103 [ 0.662860] brd: module loaded [ 0.664203] loop: module loaded [ 0.668122] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.669590] GPT:90111 != 20971519 [ 0.670284] GPT:Alternate GPT header not at the end of the disk. [ 0.671388] GPT:90111 != 20971519 [ 0.672081] GPT: Use GNU Parted to correct GPT errors. [ 0.673052] vda: vda1 vda15 [ 0.674474] scsi host0: ata_piix [ 0.675234] scsi host1: ata_piix [ 0.675944] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.677168] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.678619] libphy: Fixed MDIO Bus: probed [ 0.679493] tun: Universal TUN/TAP device driver, 1.6 [ 0.680457] tun: (C) 1999-2004 Max Krasnyansky [ 0.682370] PPP generic driver version 2.4.2 [ 0.683278] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.684525] ehci-pci: EHCI PCI platform driver [ 0.685401] ehci-platform: EHCI generic platform driver [ 0.686391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.687526] ohci-pci: OHCI PCI platform driver [ 0.688414] ohci-platform: OHCI generic platform driver [ 0.689403] uhci_hcd: USB Universal Host Controller Interface driver [ 0.708360] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.709359] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710826] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.711833] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.712955] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.714186] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.715620] usb usb1: Product: UHCI Host Controller [ 0.716565] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.717712] usb usb1: SerialNumber: 0000:00:01.2 [ 0.718743] hub 1-0:1.0: USB hub found [ 0.719532] hub 1-0:1.0: 2 ports detected [ 0.720450] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.722596] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.723562] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.724604] mousedev: PS/2 mouse device common for all mice [ 0.725794] rtc_cmos 00:00: RTC can wake from S4 [ 0.727012] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.728711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.730017] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.731231] i2c /dev entries driver [ 0.731989] device-mapper: uevent: version 1.0.3 [ 0.732936] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.734590] ledtrig-cpu: registered to indicate activity on CPUs [ 0.735894] NET: Registered protocol family 10 [ 0.736909] NET: Registered protocol family 17 [ 0.737805] Key type dns_resolver registered [ 0.738771] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.740110] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741201] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.742967] registered taskstats version 1 [ 0.743811] Loading compiled-in X.509 certificates [ 0.745254] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747121] zswap: loaded using pool lzo/zbud [ 0.748626] Key type trusted registered [ 0.750290] Key type encrypted registered [ 0.751127] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752177] ima: No TPM chip found, activating TPM-bypass! [ 0.753224] evm: HMAC attrs: 0x1 [ 0.754174] Magic number: 3:800:983 [ 0.755030] rtc_cmos 00:00: setting system clock to 2019-01-03 11:58:07 UTC (1546516687) [ 0.766937] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768093] EDD information not available. [ 0.835558] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.837150] Write protecting the kernel read-only data: 14336k [ 0.838772] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.840604] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.06 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.271024] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.7... Lease of 10.55.1.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.26. iid=i-0000010a 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDTDa4SCssnUhSh4q1YwL98PSaMgt3xj81ktfp5psqa4DC5VajJ7AaxLSe7B029NqFgjXDUzhqEM8lZuZR9gRaNXlZsjp1rmQDxqDknL54rFiiHnFGiGqyxP4TZRYlWg9d89iW4wFkNFWViriCfD1QZQRBk7tJABa/hDuRrsxYITQs51GxH1HDQwSMQYqtZJuQiVkVDtOi3klqCF/Xgdj684+UI7Xl3Y7xFPCQlChz6IEl+QMF5TiTivJEq2GUSwPWOdwy/q7iy8X7fVlCiw38Pe4FKKH8GJrGsFr7tACITcFjDP7LIrupr1TIRArAj6DxDpl81gy7pR7eRDC4Y6EF9 root@createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853 ssh-dss AAAAB3NzaC1kc3MAAACBAOWOkSHjYR8LIqibrE+4YbwQxll0f8rudIZ7MpUxpPLF3Bai5DCJ37yzMh922eMsLkxUBUHop/2qk7Fc5w3Ykd4xusvfxcOurk/P7sFDTJBdKFiCXXokbKECxxNmZSwsh5mJnu7aXGi/rkgvQP+LNowBrql75KiaG/p9U4h7DAIbAAAAFQDSfIVwLAkDg/pwxnFtaeNwuYjtJQAAAIB5aBKQ6JXpwol1pKkWce7Gg4t5CXc8EFjhJfXZ6phsK63YhVqtod9esDVYfzB3/jOqAxbLbsCfW3WK5eb1ac/7+s2lXesYJ0UzXnxfluQGxbB+1r5u/WB7qmYPPKr/REUzEap60Bi9/v0F+0t2gCO9nboKJNTqzWtYi2MbEo5JjAAAAIEA5F0dz51pifi+ENR97FNL+BVwuifhuJxSt5fv+ldeQSTvrsecDE96cj1V4m8aAVeeqLzM55I2md1/LNYIrOV5B1AfeohdJEAEEo//YaNJomcqKahJH2f5mIbqeVC+tvmVlXTz3tnwiGJ2go0RgS075DDT2OwHc5txND3KNzpfxbo= root@createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.7,24,fe80::f816:3eff:fe77:972/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.7 ip-route:169.254.169.254 via 10.55.1.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-0000010a name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853 launch-index: 0 === cirros: current=0.4.0 uptime=3.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-54efa5e8-92a5-4887-9e48-9ca853 login: 2019-01-03 11:58:21,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:21,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58: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-120992cd-bc45-471c-acd4-e17142d647c7 x-compute-request-id: req-120992cd-bc45-471c-acd4-e17142d647c7 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:21,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-120992cd-bc45-471c-acd4-e17142d647c7 2019-01-03 11:58:21,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:22,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5964b7a1-139a-4a46-b756-bfd2ce578569 Date: Thu, 03 Jan 2019 11:58: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:58:22,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-5964b7a1-139a-4a46-b756-bfd2ce578569 2019-01-03 11:58:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:22,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ce78048-973a-45d5-8260-722420f8e3cd Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:22,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-4ce78048-973a-45d5-8260-722420f8e3cd 2019-01-03 11:58:22,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:23,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d437e6c5-e240-47a6-b142-e0e663fa8d3f Date: Thu, 03 Jan 2019 11:58:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:58:23,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-d437e6c5-e240-47a6-b142-e0e663fa8d3f 2019-01-03 11:58:23,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:23,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-02f56ca8-4c93-4af3-895e-68f207c55e45 Date: Thu, 03 Jan 2019 11:58:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["21668b3b-94e2-4b8f-b188-87ef17e6f650","d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":"f91b9c46-ba30-4f88-9508-aebc02c3b994"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.3"}],"id":"29b2f1d7-74ed-4b5d-a0ba-06c379d86fda","security_groups":[],"mac_address":"fa:16:3e:ac:61:b9","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.4"}],"id":"46d3ffc6-ae39-4567-b928-8709d4b43bc1","security_groups":[],"mac_address":"fa:16:3e:6c:c7:03","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.2"}],"id":"cd8fca18-e04f-4d53-b253-1788b7c03eb3","security_groups":[],"mac_address":"fa:16:3e:39:d4:2d","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a778acdc-f7f2-487f-809d-5c3b89bb6c54"}]} 2019-01-03 11:58:23,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-02f56ca8-4c93-4af3-895e-68f207c55e45 2019-01-03 11:58:23,622 - create_instance - INFO - Checking if VM is active 2019-01-03 11:58:23,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-b89adaaf-98b1-453c-b960-093d5a7d781d x-compute-request-id: req-b89adaaf-98b1-453c-b960-093d5a7d781d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:24,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-b89adaaf-98b1-453c-b960-093d5a7d781d 2019-01-03 11:58:24,099 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:24,099 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:58:24,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-57dba162-a71e-46c8-9d33-8fc7769cccff x-compute-request-id: req-57dba162-a71e-46c8-9d33-8fc7769cccff Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:09:72", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp"}, {"name": "default"}], "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:06Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:24,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-57dba162-a71e-46c8-9d33-8fc7769cccff 2019-01-03 11:58:24,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5be64fe9-cbba-40a0-9f81-14da7f385ff4 Date: Thu, 03 Jan 2019 11:58: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":["473a693e-c302-4b5e-8847-b5cc9758e784"],"updated_at":"2019-01-03T11:57:32Z","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe41e90dfdfb419699a7bba496d41949","id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net"}]} 2019-01-03 11:58:24,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net used request id req-5be64fe9-cbba-40a0-9f81-14da7f385ff4 2019-01-03 11:58:24,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04ec812-06be-4344-927b-56c4c380ec17 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:24,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-e04ec812-06be-4344-927b-56c4c380ec17 2019-01-03 11:58:24,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a5baab54-3cb7-4cf9-aa06-beb77b0d7855 Date: Thu, 03 Jan 2019 11:58:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","dns_nameservers":[],"updated_at":"2019-01-03T11:57: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":"fe41e90dfdfb419699a7bba496d41949","id":"473a693e-c302-4b5e-8847-b5cc9758e784","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet"}]} 2019-01-03 11:58:24,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-a5baab54-3cb7-4cf9-aa06-beb77b0d7855 2019-01-03 11:58:24,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:24,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-c7433cbf-9897-4d0d-94f7-0c805594ef71 Date: Thu, 03 Jan 2019 11:58:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.7"}],"id":"1ab22df7-bd41-4504-861a-b25b19e22240","security_groups":["21668b3b-94e2-4b8f-b188-87ef17e6f650","d6bad34d-db45-40c8-9ba0-0f0139219fbb"],"mac_address":"fa:16:3e:77:09:72","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:56Z","binding:vnic_type":"normal","device_id":"f91b9c46-ba30-4f88-9508-aebc02c3b994"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.3"}],"id":"29b2f1d7-74ed-4b5d-a0ba-06c379d86fda","security_groups":[],"mac_address":"fa:16:3e:ac:61:b9","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.4"}],"id":"46d3ffc6-ae39-4567-b928-8709d4b43bc1","security_groups":[],"mac_address":"fa:16:3e:6c:c7:03","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a778acdc-f7f2-487f-809d-5c3b89bb6c54"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.1"}],"id":"cc27ed1e-f382-473c-8945-70ab8998ff96","security_groups":[],"mac_address":"fa:16:3e:b6:ce:b6","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:42Z","binding:vnic_type":"normal","device_id":"e960cd0f-a133-4851-8aa4-7578559d8ab4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:57:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"473a693e-c302-4b5e-8847-b5cc9758e784","ip_address":"10.55.1.2"}],"id":"cd8fca18-e04f-4d53-b253-1788b7c03eb3","security_groups":[],"mac_address":"fa:16:3e:39:d4:2d","project_id":"fe41e90dfdfb419699a7bba496d41949","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a778acdc-f7f2-487f-809d-5c3b89bb6c54","tenant_id":"fe41e90dfdfb419699a7bba496d41949","created_at":"2019-01-03T11:57:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a778acdc-f7f2-487f-809d-5c3b89bb6c54"}]} 2019-01-03 11:58:24,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-c7433cbf-9897-4d0d-94f7-0c805594ef71 2019-01-03 11:58:24,778 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:58:24,782 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eaaff50L 2019-01-03 11:58:24,782 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:58:24,782 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:58:24,783 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:58:24,784 - 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 2019-01-03 11:58:24,784 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:58:24,784 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:58:24,784 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:58:24,784 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:58:24,785 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:58:24,802 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:58:24,802 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:58:24,814 - paramiko.transport - DEBUG - Trying key e7655fc4d220e62cb86553a7ec206f3e from tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2 2019-01-03 11:58:24,841 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:58:24,844 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:58:24,945 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:58:24,960 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:58:24,960 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:58:24,962 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eaaff50L 2019-01-03 11:58:24,963 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:58:24,963 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:58:24,963 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:58:24,964 - 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 2019-01-03 11:58:24,964 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:58:24,964 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:58:24,965 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:58:24,965 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:58:24,965 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:58:24,983 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:58:24,983 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:58:24,995 - paramiko.transport - DEBUG - Trying key e7655fc4d220e62cb86553a7ec206f3e from tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2 2019-01-03 11:58:25,021 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:58:25,025 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:58:25,027 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:58:25,028 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:58:25,029 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:58:25,032 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:58:25,033 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 11:58:25,034 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2019-01-03 11:58:25,034 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2019-01-03 11:58:25,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/0ad382c3-bd06-420a-9149-ab5c1d56b456 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:26,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-317c5dfc-cdb3-4c75-b3ae-6c607b4a7017 Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:26,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/0ad382c3-bd06-420a-9149-ab5c1d56b456 used request id req-317c5dfc-cdb3-4c75-b3ae-6c607b4a7017 2019-01-03 11:58:26,580 - create_instance - INFO - Deleting Port with ID - 1ab22df7-bd41-4504-861a-b25b19e22240 2019-01-03 11:58:26,581 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2port-1 2019-01-03 11:58:26,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/1ab22df7-bd41-4504-861a-b25b19e22240 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:27,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7beea92f-e55b-4ad5-9db0-89b4e3e30cbe Date: Thu, 03 Jan 2019 11:58:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:27,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/1ab22df7-bd41-4504-861a-b25b19e22240 used request id req-7beea92f-e55b-4ad5-9db0-89b4e3e30cbe 2019-01-03 11:58:27,050 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst 2019-01-03 11:58:27,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:27,202 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8668f3dc-6d99-436e-9ba4-03a03517b76c x-compute-request-id: req-8668f3dc-6d99-436e-9ba4-03a03517b76c Content-Type: application/json 2019-01-03 11:58:27,202 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-8668f3dc-6d99-436e-9ba4-03a03517b76c 2019-01-03 11:58:27,203 - create_instance - INFO - Checking deletion status 2019-01-03 11:58:27,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:27,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffa81b0e-1e10-4534-92df-5b788a394429 x-compute-request-id: req-ffa81b0e-1e10-4534-92df-5b788a394429 Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:27Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:27,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-ffa81b0e-1e10-4534-92df-5b788a394429 2019-01-03 11:58:27,437 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:27,437 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:58:30,441 - create_instance - DEBUG - VM status query timeout in 296.762227774 2019-01-03 11:58:30,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:30,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cc36ab2-31e7-4ad0-9302-d6aa81d413da x-compute-request-id: req-4cc36ab2-31e7-4ad0-9302-d6aa81d413da Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994", "rel": "bookmark"}], "image": {"id": "feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "links": [{"href": "http://172.30.9.28:8774/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:58:06.000000", "flavor": {"id": "ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "links": [{"href": "http://172.30.9.28:8774/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1", "rel": "bookmark"}]}, "id": "f91b9c46-ba30-4f88-9508-aebc02c3b994", "user_id": "695316e2b9e7433597b1186ffa45274b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:58:27Z", "hostId": "1d0eb4bd6528b3ce55eecb240fe11145741600a90153d4a8dc8900f8", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp", "name": "CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst", "created": "2019-01-03T11:57:59Z", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:58:30,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-4cc36ab2-31e7-4ad0-9302-d6aa81d413da 2019-01-03 11:58:30,555 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst] is - ACTIVE 2019-01-03 11:58:30,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:58:33,559 - create_instance - DEBUG - VM status query timeout in 293.644328833 2019-01-03 11:58:33,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603dd89aaab4695545fb71b775409a1cc306706b" 2019-01-03 11:58:33,614 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11: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-2d6109af-92a6-4011-832a-d48ff22f5702 x-compute-request-id: req-2d6109af-92a6-4011-832a-d48ff22f5702 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f91b9c46-ba30-4f88-9508-aebc02c3b994 could not be found.", "code": 404}} 2019-01-03 11:58:33,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/f91b9c46-ba30-4f88-9508-aebc02c3b994 used request id req-2d6109af-92a6-4011-832a-d48ff22f5702 2019-01-03 11:58:33,615 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f91b9c46-ba30-4f88-9508-aebc02c3b994 could not be found. (HTTP 404) (Request-ID: req-2d6109af-92a6-4011-832a-d48ff22f5702) 2019-01-03 11:58:33,615 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-inst 2019-01-03 11:58:33,616 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp 2019-01-03 11:58:33,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cfc60a240df2d32844a64be55824cf0a1cc08a" 2019-01-03 11:58:33,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-0783eddb-a7d2-4346-881e-26a1ad91339e x-compute-request-id: req-0783eddb-a7d2-4346-881e-26a1ad91339e Content-Length: 0 Content-Type: application/json 2019-01-03 11:58:33,674 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-kp used request id req-0783eddb-a7d2-4346-881e-26a1ad91339e 2019-01-03 11:58:33,675 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2.pub] 2019-01-03 11:58:33,675 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2] 2019-01-03 11:58:33,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}592c0c6a4f5966524d965b15deedc30749de649e" 2019-01-03 11:58:33,730 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11: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-7411e044-47e6-4404-b2e7-29714a19439b x-compute-request-id: req-7411e044-47e6-4404-b2e7-29714a19439b Content-Length: 0 Content-Type: application/json 2019-01-03 11:58:33,730 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ccead05c-0c5b-4e8a-a5b6-483fdaf40bf1 used request id req-7411e044-47e6-4404-b2e7-29714a19439b 2019-01-03 11:58:33,731 - neutron_utils - INFO - Deleting security group rule with ID - 29bb718d-eafb-45f4-ac13-210976c0b55a 2019-01-03 11:58:33,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/29bb718d-eafb-45f4-ac13-210976c0b55a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:58:34,471 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-53db7d69-f0ab-4cb2-8f9c-b16b783bf57e Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:34,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/29bb718d-eafb-45f4-ac13-210976c0b55a used request id req-53db7d69-f0ab-4cb2-8f9c-b16b783bf57e 2019-01-03 11:58:34,472 - neutron_utils - INFO - Deleting security group rule with ID - d75d6fab-6111-46bf-ab8d-b7ef255ab984 2019-01-03 11:58:34,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d75d6fab-6111-46bf-ab8d-b7ef255ab984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:58:34,563 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29b267b0-a66a-40b6-ab63-3b877c1f9889 Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:34,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d75d6fab-6111-46bf-ab8d-b7ef255ab984 used request id req-29b267b0-a66a-40b6-ab63-3b877c1f9889 2019-01-03 11:58:34,563 - neutron_utils - INFO - Deleting security group rule with ID - 68cbcf2b-0035-4d68-9e24-85a50554824e 2019-01-03 11:58:34,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/68cbcf2b-0035-4d68-9e24-85a50554824e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:58:34,751 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e3599c2b-3221-4c8c-aa19-023e60a9ad16 Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:34,751 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/68cbcf2b-0035-4d68-9e24-85a50554824e used request id req-e3599c2b-3221-4c8c-aa19-023e60a9ad16 2019-01-03 11:58:34,751 - neutron_utils - INFO - Deleting security group rule with ID - d64f864d-e1b9-434b-8891-c96ee796c3eb 2019-01-03 11:58:34,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d64f864d-e1b9-434b-8891-c96ee796c3eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:58:35,406 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c859ceab-d87a-418d-a8e1-7896ae8fd5eb Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:35,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d64f864d-e1b9-434b-8891-c96ee796c3eb used request id req-c859ceab-d87a-418d-a8e1-7896ae8fd5eb 2019-01-03 11:58:35,406 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-sec-grp 2019-01-03 11:58:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/21668b3b-94e2-4b8f-b188-87ef17e6f650 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7014e5d84324fe221542cb26d4d638a8591cc45d" 2019-01-03 11:58:35,675 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dcff596-f707-40f2-b413-5571c9d71847 Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:35,675 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/21668b3b-94e2-4b8f-b188-87ef17e6f650 used request id req-0dcff596-f707-40f2-b413-5571c9d71847 2019-01-03 11:58:35,676 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router and subnet CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet 2019-01-03 11:58:35,676 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:58:35,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" -d '{"subnet_id": "473a693e-c302-4b5e-8847-b5cc9758e784"}' 2019-01-03 11:58:37,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68cc4d75-c0ed-4a3d-83b7-07d165b209c4 Date: Thu, 03 Jan 2019 11:58:37 GMT RESP BODY: {"network_id": "a778acdc-f7f2-487f-809d-5c3b89bb6c54", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "subnet_id": "473a693e-c302-4b5e-8847-b5cc9758e784", "subnet_ids": ["473a693e-c302-4b5e-8847-b5cc9758e784"], "port_id": "cc27ed1e-f382-473c-8945-70ab8998ff96", "id": "e960cd0f-a133-4851-8aa4-7578559d8ab4"} 2019-01-03 11:58:37,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4/remove_router_interface used request id req-68cc4d75-c0ed-4a3d-83b7-07d165b209c4 2019-01-03 11:58:37,222 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:58:37,222 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-router 2019-01-03 11:58:37,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f98052727be557617140750abfd9bd27f4f1183" 2019-01-03 11:58:40,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e03a408-1580-493b-b744-39a780f07a5c Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:40,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/e960cd0f-a133-4851-8aa4-7578559d8ab4 used request id req-4e03a408-1580-493b-b744-39a780f07a5c 2019-01-03 11:58:40,959 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet 2019-01-03 11:58:40,959 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-subnet 2019-01-03 11:58:40,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:58:43,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c975e407-c557-4b89-8e40-f343a29af41d Date: Thu, 03 Jan 2019 11:58:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:43,223 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/473a693e-c302-4b5e-8847-b5cc9758e784 used request id req-c975e407-c557-4b89-8e40-f343a29af41d 2019-01-03 11:58:43,224 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-pub-net 2019-01-03 11:58:43,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a778acdc-f7f2-487f-809d-5c3b89bb6c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b8116c75ef25559aeccfd7a26dbc6f470421f2" 2019-01-03 11:58:44,449 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-176dc192-c972-4ff4-8f9a-a325e8b323af Date: Thu, 03 Jan 2019 11:58:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:44,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a778acdc-f7f2-487f-809d-5c3b89bb6c54 used request id req-176dc192-c972-4ff4-8f9a-a325e8b323af 2019-01-03 11:58:44,450 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-54efa5e8-92a5-4887-9e48-9ca85398cdf2-image 2019-01-03 11:58:44,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a6ee75aac6030a67553a1443ceebf7a30712374" 2019-01-03 11:58:45,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5baa9c1c-8e58-4e38-8038-47c04a67751b Date: Thu, 03 Jan 2019 11:58:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:58:45,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/feb8ebd9-3cea-460d-9c15-d5c8c25522eb used request id req-5baa9c1c-8e58-4e38-8038-47c04a67751b 2019-01-03 11:58:45,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:45,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d28dab93-45c5-49e5-9db5-c00ef849f33c Date: Thu, 03 Jan 2019 11:58:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:30Z", "updated_at": "2019-01-03T11:57:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "revision_number": 0, "id": "160df86f-1f39-4a68-a12e-2639279e2fc7", "remote_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "revision_number": 0, "id": "3ff15e2e-4bd4-43b7-98c7-b2a2cf19aa0a", "remote_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "revision_number": 0, "id": "6badb30c-b5c3-48e5-a82f-e0b9ac079006", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe41e90dfdfb419699a7bba496d41949"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "revision_number": 0, "id": "d69a70aa-15d3-42fd-aadf-94af2361e19c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe41e90dfdfb419699a7bba496d41949"}], "revision_number": 4, "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 11:58:45,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-d28dab93-45c5-49e5-9db5-c00ef849f33c 2019-01-03 11:58:45,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d1c2b6-212b-4347-94b5-1e2f2be9d4dd Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 11:58:46,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-63d1c2b6-212b-4347-94b5-1e2f2be9d4dd 2019-01-03 11:58:46,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e59155cf-fee7-4e8e-944c-8ce254c10f7e 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 11:58:46,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-e59155cf-fee7-4e8e-944c-8ce254c10f7e 2019-01-03 11:58:46,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d78c5f3-9e27-4d2f-9a2a-f2b3ecb9ce04 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 11:58:46,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-5d78c5f3-9e27-4d2f-9a2a-f2b3ecb9ce04 2019-01-03 11:58:46,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-881f5b3b-4cfc-471d-bd17-ed4721d7bf4f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949"}, "enabled": true, "id": "fe41e90dfdfb419699a7bba496d41949", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj"}} 2019-01-03 11:58:46,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-881f5b3b-4cfc-471d-bd17-ed4721d7bf4f 2019-01-03 11:58:46,333 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6bad34d-db45-40c8-9ba0-0f0139219fbb 2019-01-03 11:58:46,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d6bad34d-db45-40c8-9ba0-0f0139219fbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b61436a0-0c8d-47d2-a6f4-8b7b771693d5 Date: Thu, 03 Jan 2019 11:58:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:30Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "160df86f-1f39-4a68-a12e-2639279e2fc7"}, {"remote_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:30Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "3ff15e2e-4bd4-43b7-98c7-b2a2cf19aa0a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:30Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "6badb30c-b5c3-48e5-a82f-e0b9ac079006"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:57:30Z", "security_group_id": "d6bad34d-db45-40c8-9ba0-0f0139219fbb", "port_range_min": null, "revision_number": 0, "tenant_id": "fe41e90dfdfb419699a7bba496d41949", "created_at": "2019-01-03T11:57:30Z", "project_id": "fe41e90dfdfb419699a7bba496d41949", "id": "d69a70aa-15d3-42fd-aadf-94af2361e19c"}]} 2019-01-03 11:58:46,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=d6bad34d-db45-40c8-9ba0-0f0139219fbb used request id req-b61436a0-0c8d-47d2-a6f4-8b7b771693d5 2019-01-03 11:58:46,523 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 11:58:46,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/d6bad34d-db45-40c8-9ba0-0f0139219fbb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38b123f5-dc8c-46bd-92d8-be87e8151020 Content-Length: 0 Date: Thu, 03 Jan 2019 11:58:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:58:46,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/d6bad34d-db45-40c8-9ba0-0f0139219fbb used request id req-38b123f5-dc8c-46bd-92d8-be87e8151020 2019-01-03 11:58:46,806 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj 2019-01-03 11:58:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:46,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:58:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5b19b1c-51d5-44ed-ac29-e777f70fc6e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:58:46,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/fe41e90dfdfb419699a7bba496d41949 used request id req-c5b19b1c-51d5-44ed-ac29-e777f70fc6e1 2019-01-03 11:58:46,995 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-proj-role 2019-01-03 11:58:46,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:47,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-157f4236-e8aa-40e1-a826-2f67592231c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:58:47,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/ac97b30b32994cf9ae68299ba9183901 used request id req-157f4236-e8aa-40e1-a826-2f67592231c2 2019-01-03 11:58:47,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56f02ff080e5e73f2f853b0eb695dabfc9ec2801" 2019-01-03 11:58:47,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e82c89d8-24fa-4b83-9e52-094da871d3fd Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:58:47,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-e82c89d8-24fa-4b83-9e52-094da871d3fd 2019-01-03 11:58:47,210 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-79dda546-a2b6-41e-user 2019-01-03 11:58:47,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/695316e2b9e7433597b1186ffa45274b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aed2201be7346d9694cc95f0d452d00e5b3bff70" 2019-01-03 11:58:47,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6676c1d6-7d24-4136-ad6f-7e9161460398 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:58:47,387 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/695316e2b9e7433597b1186ffa45274b used request id req-6676c1d6-7d24-4136-ad6f-7e9161460398 2019-01-03 11:58:47,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:47,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:58:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["_Dgef9vRTSOBSqn5MH773w"], "issued_at": "2019-01-03T11:58:47.000000Z"}} 2019-01-03 11:58:47,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac02a9bfa0014996e8fc06ef5775d6d3e815a2f1" 2019-01-03 11:58:47,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da98b11-e415-463e-bb6e-7436d0121aae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:47,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6da98b11-e415-463e-bb6e-7436d0121aae 2019-01-03 11:58:47,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:47,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:48,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:58:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["7WXV5corRHCFeQM35hvPZA"], "issued_at": "2019-01-03T11:58:48.000000Z"}} 2019-01-03 11:58:48,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:48,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04292fa0-c5ab-4db2-91fa-4db88a3f4538 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:48,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-04292fa0-c5ab-4db2-91fa-4db88a3f4538 2019-01-03 11:58:48,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:58:48,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:58:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:48,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97dfcbe-ead2-4301-8ded-3e0920e8ac20 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 11:58:48,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj used request id req-f97dfcbe-ead2-4301-8ded-3e0920e8ac20 2019-01-03 11:58:48,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:48,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670714aa-aa40-4250-b8ff-73991ca8b259 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:58:48,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-670714aa-aa40-4250-b8ff-73991ca8b259 2019-01-03 11:58:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}}' 2019-01-03 11:58:48,632 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:58:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26a7728b-5e06-43d1-8559-5e8843853460 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:58:48,632 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-26a7728b-5e06-43d1-8559-5e8843853460 2019-01-03 11:58:48,633 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj 2019-01-03 11:58:48,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:48,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:49,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:58:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["a0ddrz69QKWzaaCEo5vtsw"], "issued_at": "2019-01-03T11:58:49.000000Z"}} 2019-01-03 11:58:49,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f133e6cf920ff073a48a62f6891b66f19de602" 2019-01-03 11:58:49,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f41286-3033-4e55-9a77-b9829ca0fcaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:49,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-47f41286-3033-4e55-9a77-b9829ca0fcaf 2019-01-03 11:58:49,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:58:49,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:58: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:58:49,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f133e6cf920ff073a48a62f6891b66f19de602" 2019-01-03 11:58:49,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da6d53c-ae09-4ae9-8bfb-dcaf1015a8b5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 11:58:49,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-4da6d53c-ae09-4ae9-8bfb-dcaf1015a8b5 2019-01-03 11:58:49,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f133e6cf920ff073a48a62f6891b66f19de602" 2019-01-03 11:58:49,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3762745-e4a7-47a8-9cf1-c820d09df6f2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}]} 2019-01-03 11:58:49,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj used request id req-e3762745-e4a7-47a8-9cf1-c820d09df6f2 2019-01-03 11:58:49,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f133e6cf920ff073a48a62f6891b66f19de602" 2019-01-03 11:58:49,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af81edf3-6476-48e8-b206-2807fd6f63da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 11:58:49,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-af81edf3-6476-48e8-b206-2807fd6f63da 2019-01-03 11:58:49,758 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user 2019-01-03 11:58:49,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:49,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:49,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d885ccbb-0b5a-4053-89f1-1fbf5140a362 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 11:58:49,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d885ccbb-0b5a-4053-89f1-1fbf5140a362 2019-01-03 11:58:49,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}}' 2019-01-03 11:58:49,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a357db3b-54dd-43c2-a883-fc9878304f08 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b379f08cf1ed45a6b042bc31c4203cc5", "links": {"self": "http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5"}, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}} 2019-01-03 11:58:49,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-a357db3b-54dd-43c2-a883-fc9878304f08 2019-01-03 11:58:49,980 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role 2019-01-03 11:58:49,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:50,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3f081d-239d-4052-a22d-fe56d5eb8890 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role", "id": "b379f08cf1ed45a6b042bc31c4203cc5"}} 2019-01-03 11:58:50,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5 used request id req-cc3f081d-239d-4052-a22d-fe56d5eb8890 2019-01-03 11:58:50,075 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role to project CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj 2019-01-03 11:58:50,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d/users/012723b558b74752879409b42a8dfeb6/roles/b379f08cf1ed45a6b042bc31c4203cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 11:58:50,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:58:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c0c1b8b-0b07-4887-923e-7b8318177888 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 11:58:50,264 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d/users/012723b558b74752879409b42a8dfeb6/roles/b379f08cf1ed45a6b042bc31c4203cc5 used request id req-7c0c1b8b-0b07-4887-923e-7b8318177888 2019-01-03 11:58:50,265 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:58:50,266 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 11:58:50,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:50,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:50,648 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:58:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["ngKbckGhSsuMi6-QwYyryA"], "issued_at": "2019-01-03T11:58:50.000000Z"}} 2019-01-03 11:58:50,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:50,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf90cd4-8330-4f2f-b91b-5a82a4bb41ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:50,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-baf90cd4-8330-4f2f-b91b-5a82a4bb41ea 2019-01-03 11:58:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:50,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-4d12edd6-be91-4a83-b2d8-9fab68a226a9 Date: Thu, 03 Jan 2019 11:58:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image"} 2019-01-03 11:58:50,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image used request id req-4d12edd6-be91-4a83-b2d8-9fab68a226a9 2019-01-03 11:58:50,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:51,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13836d23-3810-45cb-ba15-99bcba7d06d6 Date: Thu, 03 Jan 2019 11:58: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"}}} 2019-01-03 11:58:51,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-13836d23-3810-45cb-ba15-99bcba7d06d6 2019-01-03 11:58:51,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image"}' 2019-01-03 11:58:51,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 X-Openstack-Request-Id: req-3a86c65e-1df0-499d-ab84-0974585f9d20 Date: Thu, 03 Jan 2019 11:58:51 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:58:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T11:58:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "min_disk": 0, "protected": false, "id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "file": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file", "checksum": null, "owner": "d3f37e65fc714b61847600608e4beb4d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:58:51,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3a86c65e-1df0-499d-ab84-0974585f9d20 2019-01-03 11:58:51,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" -d '' 2019-01-03 11:58:53,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-430b8c48-9753-4d94-90af-f98238e9ba04 Date: Thu, 03 Jan 2019 11:58:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 11:58:53,295 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file used request id req-430b8c48-9753-4d94-90af-f98238e9ba04 2019-01-03 11:58:53,295 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 11:58:53,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:53,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-76921698-631a-47c1-8c93-b29f721d17ae Date: Thu, 03 Jan 2019 11:58:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:58:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:58:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "metadata": {}}], "self": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "min_disk": 0, "protected": false, "id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "file": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3f37e65fc714b61847600608e4beb4d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:58:53,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 used request id req-76921698-631a-47c1-8c93-b29f721d17ae 2019-01-03 11:58:53,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:53,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ec9e1157-bbd5-4714-8767-d3b970c25f2b Date: Thu, 03 Jan 2019 11:58: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"}}} 2019-01-03 11:58:53,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-ec9e1157-bbd5-4714-8767-d3b970c25f2b 2019-01-03 11:58:53,628 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image 2019-01-03 11:58:53,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 11:58:53,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b245d998-1bd0-419a-93e2-be7015adad69 Date: Thu, 03 Jan 2019 11:58:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:58:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:58:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "metadata": {}}], "self": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "min_disk": 0, "protected": false, "id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "file": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3f37e65fc714b61847600608e4beb4d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 11:58:53,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 used request id req-b245d998-1bd0-419a-93e2-be7015adad69 2019-01-03 11:58:53,803 - create_image - DEBUG - Instance status is - active 2019-01-03 11:58:53,803 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image 2019-01-03 11:58:53,804 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image 2019-01-03 11:58:53,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:53,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:54,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:58:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["noge4or-QDeTf1GAelUNyg"], "issued_at": "2019-01-03T11:58:54.000000Z"}} 2019-01-03 11:58:54,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:54,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9cb8be-1ec7-4426-a543-6a8fa585ecd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:54,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9e9cb8be-1ec7-4426-a543-6a8fa585ecd1 2019-01-03 11:58:54,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:54,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c99fdb29-a060-462d-b210-3a0e9ea3385c Date: Thu, 03 Jan 2019 11:58:54 GMT RESP BODY: {"networks":[]} 2019-01-03 11:58:54,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-c99fdb29-a060-462d-b210-3a0e9ea3385c 2019-01-03 11:58:54,445 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net 2019-01-03 11:58:54,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net", "admin_state_up": true}}' 2019-01-03 11:58:55,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-6c9b1df6-5616-4a1f-84f0-d7784049e9f4 Date: Thu, 03 Jan 2019 11:58:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a8011e28-a610-4f23-8952-0ba94227102d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T11:58:54Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","mtu":1450}} 2019-01-03 11:58:55,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6c9b1df6-5616-4a1f-84f0-d7784049e9f4 2019-01-03 11:58:55,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:55,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0b73f255-7596-4641-bb6a-05eed37786a1 Date: Thu, 03 Jan 2019 11:58:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T11:58:54Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:58:55,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-0b73f255-7596-4641-bb6a-05eed37786a1 2019-01-03 11:58:55,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:55,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ffb696d4-2e10-43d4-a9bf-006780faf3cb Date: Thu, 03 Jan 2019 11:58:55 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:58:55,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-ffb696d4-2e10-43d4-a9bf-006780faf3cb 2019-01-03 11:58:55,282 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet 2019-01-03 11:58:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" -d '{"subnets": [{"ip_version": 4, "network_id": "a8011e28-a610-4f23-8952-0ba94227102d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]}' 2019-01-03 11:58:56,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-077a1db5-6fea-40e4-9317-c46516fe3474 Date: Thu, 03 Jan 2019 11:58:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","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":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:58:56,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-077a1db5-6fea-40e4-9317-c46516fe3474 2019-01-03 11:58:56,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:56,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ef876f4-9d0d-412f-9c48-6a5ca3aea3a4 Date: Thu, 03 Jan 2019 11:58: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:58:56,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-6ef876f4-9d0d-412f-9c48-6a5ca3aea3a4 2019-01-03 11:58:56,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 11:58:56,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c34d3e9f-aca8-447b-82d5-7af1c98cea38 Date: Thu, 03 Jan 2019 11:58:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:58:56,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-c34d3e9f-aca8-447b-82d5-7af1c98cea38 2019-01-03 11:58:56,670 - OpenStackNetwork - DEBUG - Network [a8011e28-a610-4f23-8952-0ba94227102d] created successfully 2019-01-03 11:58:56,670 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:56,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:57,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:58:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["MGyru-UMR3SB41AqUjyaxg"], "issued_at": "2019-01-03T11:58:57.000000Z"}} 2019-01-03 11:58:57,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:58:57,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54b124d7-bda3-40a8-9e3b-d66961c8f575 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:57,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-54b124d7-bda3-40a8-9e3b-d66961c8f575 2019-01-03 11:58:57,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:58:57,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-47ac08fd-e05a-4840-8a5f-fb5f3d90fa94 Date: Thu, 03 Jan 2019 11:58:57 GMT RESP BODY: {"routers": []} 2019-01-03 11:58:57,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router&admin_state_up=True used request id req-47ac08fd-e05a-4840-8a5f-fb5f3d90fa94 2019-01-03 11:58:57,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:58:57,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:58:57,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:58:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["qx643dQqRr-hNd5MR86b3g"], "issued_at": "2019-01-03T11:58:57.000000Z"}} 2019-01-03 11:58:57,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa19d1eadf81df0767a20c1de9ba015f17e4c5a1" 2019-01-03 11:58:57,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9b83a3-52ad-4915-bbcf-bc872d6f5892 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:58:57,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da9b83a3-52ad-4915-bbcf-bc872d6f5892 2019-01-03 11:58:57,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:58:58,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-49f1a8f3-31d0-426c-b9ba-7e8c93697a78 Date: Thu, 03 Jan 2019 11:58:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:58:58,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-49f1a8f3-31d0-426c-b9ba-7e8c93697a78 2019-01-03 11:58:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:58:58,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-90b725ee-dd40-4aba-a307-5dc59d710f07 Date: Thu, 03 Jan 2019 11:58:58 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:58:58,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-90b725ee-dd40-4aba-a307-5dc59d710f07 2019-01-03 11:58:58,575 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 11:58:58,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router", "admin_state_up": true}}' 2019-01-03 11:59:03,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f53d147d-aa77-4093-8319-fe4b3a59bfd4 Date: Thu, 03 Jan 2019 11:59:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:59Z", "admin_state_up": true, "updated_at": "2019-01-03T11:59:00Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "d14ac7f7-96f2-45eb-9939-d13c000207fd", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router"}} 2019-01-03 11:59:03,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-f53d147d-aa77-4093-8319-fe4b3a59bfd4 2019-01-03 11:59:03,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:03,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3d4ea71e-b5c1-4bf7-bedc-019828c0a3ed Date: Thu, 03 Jan 2019 11:59:03 GMT RESP BODY: {"ports":[]} 2019-01-03 11:59:03,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd used request id req-3d4ea71e-b5c1-4bf7-bedc-019828c0a3ed 2019-01-03 11:59:03,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:04,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-95875bd8-8b0d-4ad1-afd1-6d14d74fd97a Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:04,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-95875bd8-8b0d-4ad1-afd1-6d14d74fd97a 2019-01-03 11:59:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:04,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:04,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7d3aa4-7b16-4689-9cde-da6469af349b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:04,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-4d7d3aa4-7b16-4689-9cde-da6469af349b 2019-01-03 11:59:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:05,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d9135957-b4a9-432d-9aeb-ac02153325eb Date: Thu, 03 Jan 2019 11:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:05,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-d9135957-b4a9-432d-9aeb-ac02153325eb 2019-01-03 11:59:05,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:05,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-782ab7f9-a37b-477f-9d58-8a802cce0cbe Date: Thu, 03 Jan 2019 11:59:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:05,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet used request id req-782ab7f9-a37b-477f-9d58-8a802cce0cbe 2019-01-03 11:59:05,277 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 11:59:05,277 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 11:59:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" -d '{"subnet_id": "d34158bc-54a7-4926-8db3-ca3dd894f343"}' 2019-01-03 11:59:07,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9328f155-334b-4244-8ffa-7b255850cde0 Date: Thu, 03 Jan 2019 11:59:07 GMT RESP BODY: {"network_id": "a8011e28-a610-4f23-8952-0ba94227102d", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "subnet_id": "d34158bc-54a7-4926-8db3-ca3dd894f343", "subnet_ids": ["d34158bc-54a7-4926-8db3-ca3dd894f343"], "port_id": "10d1a456-8b6a-4054-86b9-96d23dbd56cd", "id": "d14ac7f7-96f2-45eb-9939-d13c000207fd"} 2019-01-03 11:59:07,352 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd/add_router_interface used request id req-9328f155-334b-4244-8ffa-7b255850cde0 2019-01-03 11:59:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:07,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-74c38057-46b4-423f-b8cc-5d8553a8dcf7 Date: Thu, 03 Jan 2019 11:59:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:59Z", "admin_state_up": true, "updated_at": "2019-01-03T11:59:06Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "d14ac7f7-96f2-45eb-9939-d13c000207fd", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router"}} 2019-01-03 11:59:07,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd used request id req-74c38057-46b4-423f-b8cc-5d8553a8dcf7 2019-01-03 11:59:07,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:07,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-741d7922-fae1-4356-b46b-fdbd2bd0bd23 Date: Thu, 03 Jan 2019 11:59:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"}]} 2019-01-03 11:59:07,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd used request id req-741d7922-fae1-4356-b46b-fdbd2bd0bd23 2019-01-03 11:59:07,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 11:59:08,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-4a9a33a6-f9ef-4b54-bd43-4e738cd9d6ee Date: Thu, 03 Jan 2019 11:59:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","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":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}} 2019-01-03 11:59:08,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 used request id req-4a9a33a6-f9ef-4b54-bd43-4e738cd9d6ee 2019-01-03 11:59:08,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:08,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:08,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T12:59:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["DrME46gGTY2AzKg5JuqMDg"], "issued_at": "2019-01-03T11:59:08.000000Z"}} 2019-01-03 11:59:08,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d7dde20433dac1732e3a507ff6c20e683c8f7b" 2019-01-03 11:59:08,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d0775c0-2ba4-4b04-8426-a95a4573eaf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:08,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8d0775c0-2ba4-4b04-8426-a95a4573eaf6 2019-01-03 11:59:08,582 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:59:08,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d7dde20433dac1732e3a507ff6c20e683c8f7b" 2019-01-03 11:59:09,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-543555b9-efe2-48f5-adc4-d47acc41507c x-compute-request-id: req-543555b9-efe2-48f5-adc4-d47acc41507c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 11:59:09,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-543555b9-efe2-48f5-adc4-d47acc41507c 2019-01-03 11:59:09,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d7dde20433dac1732e3a507ff6c20e683c8f7b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 11:59:09,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-e2fd4821-61b8-4bdc-9add-5c0fbe9f3a76 x-compute-request-id: req-e2fd4821-61b8-4bdc-9add-5c0fbe9f3a76 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:59:09,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-e2fd4821-61b8-4bdc-9add-5c0fbe9f3a76 2019-01-03 11:59:09,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:09,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:09,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["5LUcRw0TRU2ylIUyEhZEmg"], "issued_at": "2019-01-03T11:59:09.000000Z"}} 2019-01-03 11:59:09,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af0cf74944ca901c1cef0b5d51770ff56b7f63" 2019-01-03 11:59:09,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6482b209-9fda-4cff-b19b-6891857d6393 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:09,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6482b209-9fda-4cff-b19b-6891857d6393 2019-01-03 11:59:09,668 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:59:09,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af0cf74944ca901c1cef0b5d51770ff56b7f63" 2019-01-03 11:59:09,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-d6e321a0-d12c-4803-b9ba-531aa13ac429 x-compute-request-id: req-d6e321a0-d12c-4803-b9ba-531aa13ac429 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 11:59:09,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-d6e321a0-d12c-4803-b9ba-531aa13ac429 2019-01-03 11:59:09,834 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp... 2019-01-03 11:59:09,834 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 11:59:09,874 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp 2019-01-03 11:59:09,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af0cf74944ca901c1cef0b5d51770ff56b7f63" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4Rx+w3u/7aoVtqfVAGCxiBuI1/4D+4MMzpDRoYa7nO+X6TsbntJ+ZWxX6HoyqLB9yUzcFw5WLJWo8j/TRvEWo9MGbjTaElGc86/TkKlM1evFS7h85qufRzO8R94LDO8DUUIJ6rbiSqUExPobhpGyDO6KV03k0fu6LdnIuOElF4w==", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp"}}' 2019-01-03 11:59:09,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-3a7dff0a-ed72-4d0c-998f-7db11a5160c5 x-compute-request-id: req-3a7dff0a-ed72-4d0c-998f-7db11a5160c5 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC4Rx+w3u/7aoVtqfVAGCxiBuI1/4D+4MMzpDRoYa7nO+X6TsbntJ+ZWxX6HoyqLB9yUzcFw5WLJWo8j/TRvEWo9MGbjTaElGc86/TkKlM1evFS7h85qufRzO8R94LDO8DUUIJ6rbiSqUExPobhpGyDO6KV03k0fu6LdnIuOElF4w==", "user_id": "012723b558b74752879409b42a8dfeb6", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "fingerprint": "db:22:69:5e:59:c7:47:e5:60:2a:dc:41:00:f7:e6:06"}} 2019-01-03 11:59:09,931 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3a7dff0a-ed72-4d0c-998f-7db11a5160c5 2019-01-03 11:59:09,934 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada.pub 2019-01-03 11:59:09,934 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada 2019-01-03 11:59:09,935 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:09,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:10,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["EhZKzGpWRqWzylxjkZo06Q"], "issued_at": "2019-01-03T11:59:10.000000Z"}} 2019-01-03 11:59:10,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:10,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bfaacc3-0800-43bd-93b6-af1189c46097 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:10,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5bfaacc3-0800-43bd-93b6-af1189c46097 2019-01-03 11:59:10,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:10,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-94305ed9-83e0-4906-b19b-e3089f297d9a Date: Thu, 03 Jan 2019 11:59:10 GMT RESP BODY: {"security_groups": []} 2019-01-03 11:59:10,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp used request id req-94305ed9-83e0-4906-b19b-e3089f297d9a 2019-01-03 11:59:10,575 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp... 2019-01-03 11:59:10,576 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp 2019-01-03 11:59:10,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}}' 2019-01-03 11:59:11,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-3086b690-cc57-420e-ad8e-d759ead09524 Date: Thu, 03 Jan 2019 11:59:11 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 2, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}} 2019-01-03 11:59:11,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-3086b690-cc57-420e-ad8e-d759ead09524 2019-01-03 11:59:11,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:11,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:11,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c5dbe7af-87df-4000-b94f-13b59a0ec9e6 Date: Thu, 03 Jan 2019 11:59: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": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:11,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-c5dbe7af-87df-4000-b94f-13b59a0ec9e6 2019-01-03 11:59:11,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:11,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be9f6e55-6901-4492-ac24-cd4f2083281a Date: Thu, 03 Jan 2019 11:59: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": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:11,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-be9f6e55-6901-4492-ac24-cd4f2083281a 2019-01-03 11:59:11,436 - neutron_utils - INFO - Retrieving security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:11,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:11,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-766ad34e-c2ab-4ec4-a453-ac4670285fc2 Date: Thu, 03 Jan 2019 11:59:11 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 2, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]} 2019-01-03 11:59:11,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-766ad34e-c2ab-4ec4-a453-ac4670285fc2 2019-01-03 11:59:11,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:11,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:11,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ab5be751-0c26-4a4e-8c4e-23bf9d35b860 Date: Thu, 03 Jan 2019 11:59: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": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:11,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-ab5be751-0c26-4a4e-8c4e-23bf9d35b860 2019-01-03 11:59:11,842 - neutron_utils - INFO - Retrieving security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:11,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:12,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-57f78d69-2e6a-4752-acb8-000d43219f9b Date: Thu, 03 Jan 2019 11:59:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 2, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]} 2019-01-03 11:59:12,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-57f78d69-2e6a-4752-acb8-000d43219f9b 2019-01-03 11:59:12,048 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:12,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5422f9cb-9853-4e43-9e97-964f649b98dd Date: Thu, 03 Jan 2019 11:59: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": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:12,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-5422f9cb-9853-4e43-9e97-964f649b98dd 2019-01-03 11:59:12,366 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp 2019-01-03 11:59:12,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:12,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-b4bedb95-a5a2-4dc5-80a3-d999c5c0dc00 Date: Thu, 03 Jan 2019 11:59:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 2, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]} 2019-01-03 11:59:12,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp used request id req-b4bedb95-a5a2-4dc5-80a3-d999c5c0dc00 2019-01-03 11:59:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:12,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:12,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:12,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d515dc6c-5800-4f03-9c0c-cc7a8c47bf18 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:12,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-d515dc6c-5800-4f03-9c0c-cc7a8c47bf18 2019-01-03 11:59:12,638 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:12,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-041b795d-8115-4c10-9a0a-ad7acde83cf7 Date: Thu, 03 Jan 2019 11:59: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": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:12,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-041b795d-8115-4c10-9a0a-ad7acde83cf7 2019-01-03 11:59:12,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941"}}' 2019-01-03 11:59:13,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-c95cb01d-c3ff-4c53-afde-a2dd3743a3e4 Date: Thu, 03 Jan 2019 11:59:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:12Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:12Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "2c5b3074-b7a9-46b5-940c-7ea703d2df76"}} 2019-01-03 11:59:13,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-c95cb01d-c3ff-4c53-afde-a2dd3743a3e4 2019-01-03 11:59:13,011 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp 2019-01-03 11:59:13,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:13,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-dc59db35-3379-47cb-ac82-a02fa7406a54 Date: Thu, 03 Jan 2019 11:59:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:12Z", "revision_number": 0, "id": "2c5b3074-b7a9-46b5-940c-7ea703d2df76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:12Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 3, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]} 2019-01-03 11:59:13,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp used request id req-dc59db35-3379-47cb-ac82-a02fa7406a54 2019-01-03 11:59:13,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:13,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6113c028-7ee0-4cc5-88bf-745a4743f048 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:13,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-6113c028-7ee0-4cc5-88bf-745a4743f048 2019-01-03 11:59:13,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:13,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:13,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-f06297f0-fea7-450c-adb4-2be9d24a9e93 Date: Thu, 03 Jan 2019 11:59:13 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": "2019-01-03T11:59:12Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:12Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "2c5b3074-b7a9-46b5-940c-7ea703d2df76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}]} 2019-01-03 11:59:13,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-f06297f0-fea7-450c-adb4-2be9d24a9e93 2019-01-03 11:59:13,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941"}}' 2019-01-03 11:59:13,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-6828eb40-07e9-4363-b18e-df9f0fff4b43 Date: Thu, 03 Jan 2019 11:59:13 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": "2019-01-03T11:59:13Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": 22, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:13Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "bba2fe5c-5b87-459e-8802-49bf9d683022"}} 2019-01-03 11:59:13,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-6828eb40-07e9-4363-b18e-df9f0fff4b43 2019-01-03 11:59:13,597 - neutron_utils - INFO - Retrieving security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:13,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:13,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-c7396cca-9d3e-4928-85ae-575076d593dc Date: Thu, 03 Jan 2019 11:59:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "updated_at": "2019-01-03T11:59:13Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:12Z", "revision_number": 0, "id": "2c5b3074-b7a9-46b5-940c-7ea703d2df76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:12Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "889c01f3-daa7-4000-9c00-f9cabd7da238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "revision_number": 0, "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T11:59:13Z", "revision_number": 0, "id": "bba2fe5c-5b87-459e-8802-49bf9d683022", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:59:13Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 4, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]} 2019-01-03 11:59:13,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-c7396cca-9d3e-4928-85ae-575076d593dc 2019-01-03 11:59:13,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f91b5abd-6bc3-4294-b0fd-1c224b1db941 2019-01-03 11:59:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:13,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-0e1ef854-5975-4bde-a76a-51b9c50024d1 Date: Thu, 03 Jan 2019 11:59:13 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": "2019-01-03T11:59:12Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:12Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "2c5b3074-b7a9-46b5-940c-7ea703d2df76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "889c01f3-daa7-4000-9c00-f9cabd7da238"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:59:10Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:10Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T11:59:13Z", "security_group_id": "f91b5abd-6bc3-4294-b0fd-1c224b1db941", "port_range_min": 22, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:13Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "bba2fe5c-5b87-459e-8802-49bf9d683022"}]} 2019-01-03 11:59:13,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-0e1ef854-5975-4bde-a76a-51b9c50024d1 2019-01-03 11:59:13,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:13,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:14,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["rSWUeA5XTQ2LuIaawa1GJg"], "issued_at": "2019-01-03T11:59:14.000000Z"}} 2019-01-03 11:59:14,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:14,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67da9a00-f907-42a1-a5b0-3a1a1449ae73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:14,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-67da9a00-f907-42a1-a5b0-3a1a1449ae73 2019-01-03 11:59:14,450 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:59:14,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:14,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a678e70e-6ca8-41bc-891f-b943f0c7f8a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:14,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a678e70e-6ca8-41bc-891f-b943f0c7f8a7 2019-01-03 11:59:14,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:14,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f64e0f75-99cf-4e73-9cdf-123a1e6233f2 Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:14,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-f64e0f75-99cf-4e73-9cdf-123a1e6233f2 2019-01-03 11:59:14,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:14,806 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:14,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:14,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0286384c-47ac-4273-803f-7ed999e5e4ef Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:14,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-0286384c-47ac-4273-803f-7ed999e5e4ef 2019-01-03 11:59:14,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:15,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-74ebeb71-2043-425f-8434-f41acb8224b1 Date: Thu, 03 Jan 2019 11:59:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:15,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-74ebeb71-2043-425f-8434-f41acb8224b1 2019-01-03 11:59:15,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:15,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9d064b0-b063-45fd-be10-438454667770 Date: Thu, 03 Jan 2019 11:59:15 GMT RESP BODY: {"ports":[]} 2019-01-03 11:59:15,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True used request id req-d9d064b0-b063-45fd-be10-438454667770 2019-01-03 11:59:15,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:15,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-45b3114d-6e05-4f85-8a20-a9e4dc60af93 x-compute-request-id: req-45b3114d-6e05-4f85-8a20-a9e4dc60af93 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 11:59:15,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst used request id req-45b3114d-6e05-4f85-8a20-a9e4dc60af93 2019-01-03 11:59:15,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:16,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1171d22e-4164-49dd-9f05-1d198793ff89 Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:16,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-1171d22e-4164-49dd-9f05-1d198793ff89 2019-01-03 11:59:16,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:16,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2da6437-6c45-4d08-b940-6136439e1fc6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:16,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-e2da6437-6c45-4d08-b940-6136439e1fc6 2019-01-03 11:59:16,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:16,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fe5927d1-ca35-47fe-b156-6a3ea9865b00 Date: Thu, 03 Jan 2019 11:59:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:16,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-fe5927d1-ca35-47fe-b156-6a3ea9865b00 2019-01-03 11:59:16,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:16,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de01e526-e64e-4dcd-9717-78b4edb89783 Date: Thu, 03 Jan 2019 11:59:16 GMT RESP BODY: {"ports":[]} 2019-01-03 11:59:16,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True used request id req-de01e526-e64e-4dcd-9717-78b4edb89783 2019-01-03 11:59:16,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:16,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:16,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["wgTGwhlzSTuM0ADfmJfYjw"], "issued_at": "2019-01-03T11:59:16.000000Z"}} 2019-01-03 11:59:16,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6b685eaff0d71b72dbb0a34c360b66197efb43e" 2019-01-03 11:59:16,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12fc65ce-87b1-4ccb-ac52-d1933757e3c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:16,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-12fc65ce-87b1-4ccb-ac52-d1933757e3c6 2019-01-03 11:59:16,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:17,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2a18aa02-22d2-45d0-95e3-72ea140865c5 Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:17,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-2a18aa02-22d2-45d0-95e3-72ea140865c5 2019-01-03 11:59:17,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:17,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4311d62c-38e0-4126-ae92-2a0ac26a0e44 Date: Thu, 03 Jan 2019 11:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:17,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-4311d62c-38e0-4126-ae92-2a0ac26a0e44 2019-01-03 11:59:17,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:17,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-52f0dac6-f08e-40af-898d-5d0411524045 Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:17,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-52f0dac6-f08e-40af-898d-5d0411524045 2019-01-03 11:59:17,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:17,999 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:18,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6b685eaff0d71b72dbb0a34c360b66197efb43e" 2019-01-03 11:59:18,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd1dc8f-2957-49c2-b094-45d96bf64b4d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:18,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-7cd1dc8f-2957-49c2-b094-45d96bf64b4d 2019-01-03 11:59:18,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:18,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2fb32748-b414-4d67-b097-301472aa833c Date: Thu, 03 Jan 2019 11:59:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:18,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-2fb32748-b414-4d67-b097-301472aa833c 2019-01-03 11:59:18,233 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net 2019-01-03 11:59:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" -d '{"port": {"network_id": "a8011e28-a610-4f23-8952-0ba94227102d", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1", "admin_state_up": true}}' 2019-01-03 11:59:19,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-2d77effb-4009-4193-8fba-ade71b333c62 Date: Thu, 03 Jan 2019 11:59:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a"],"mac_address":"fa:16:3e:12:27:8f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","project_id":"d3f37e65fc714b61847600608e4beb4d","qos_policy_id":null,"admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal"}} 2019-01-03 11:59:19,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-2d77effb-4009-4193-8fba-ade71b333c62 2019-01-03 11:59:19,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:19,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ce02abf-9b95-41da-9be3-74b1559738c9 Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:19,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-6ce02abf-9b95-41da-9be3-74b1559738c9 2019-01-03 11:59:19,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:19,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be886f4-0e2d-49f5-852b-0eaaf968e857 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:19,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-0be886f4-0e2d-49f5-852b-0eaaf968e857 2019-01-03 11:59:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:19,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cc761472-79a3-47e4-83f3-da2f35f961d7 Date: Thu, 03 Jan 2019 11:59:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:19,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-cc761472-79a3-47e4-83f3-da2f35f961d7 2019-01-03 11:59:19,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:19,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-fb6894d9-179c-4f82-8f56-30bb65adbfa0 Date: Thu, 03 Jan 2019 11:59:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 11:59:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True used request id req-fb6894d9-179c-4f82-8f56-30bb65adbfa0 2019-01-03 11:59:19,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:19,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a21cc5a-acab-4ee3-a441-2405100d1c51 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:19,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-7a21cc5a-acab-4ee3-a441-2405100d1c51 2019-01-03 11:59:19,984 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst 2019-01-03 11:59:19,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:20,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-14f92237-394b-4c17-b815-36a73fc486ff x-compute-request-id: req-14f92237-394b-4c17-b815-36a73fc486ff Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-flavor-name"}]} 2019-01-03 11:59:20,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-14f92237-394b-4c17-b815-36a73fc486ff 2019-01-03 11:59:20,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:20,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-b72c5fd4-0a3a-4497-b21c-d04a85124f8b x-compute-request-id: req-b72c5fd4-0a3a-4497-b21c-d04a85124f8b Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:59:20,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 used request id req-b72c5fd4-0a3a-4497-b21c-d04a85124f8b 2019-01-03 11:59:20,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:20,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-40a351de-5942-46f1-84a9-8f29dd3fb3f8 Date: Thu, 03 Jan 2019 11:59:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T11:58:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T11:58:53Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "metadata": {}}], "self": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "min_disk": 0, "protected": false, "id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "file": "/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d3f37e65fc714b61847600608e4beb4d", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/551ab45f-e0d3-4bf9-a59a-88689ff04195/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image"} 2019-01-03 11:59:20,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image used request id req-40a351de-5942-46f1-84a9-8f29dd3fb3f8 2019-01-03 11:59:20,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:20,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e337de6a-5798-48b8-951e-dbbc02440ffc Date: Thu, 03 Jan 2019 11:59: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"}}} 2019-01-03 11:59:20,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-e337de6a-5798-48b8-951e-dbbc02440ffc 2019-01-03 11:59:20,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "imageRef": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "flavorRef": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "max_count": 1, "min_count": 1, "networks": [{"port": "0f3bb353-06a6-42d8-ac3f-5b7bb6535d13"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}]}}' 2019-01-03 11:59:22,581 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:59: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-0cf1e840-34e0-48b2-8ba2-6c8b257f1b4a x-compute-request-id: req-0cf1e840-34e0-48b2-8ba2-6c8b257f1b4a Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "adminPass": "BEctxjitJM2Y"}} 2019-01-03 11:59:22,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-0cf1e840-34e0-48b2-8ba2-6c8b257f1b4a 2019-01-03 11:59:22,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:22,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-b540ede9-c5a5-4efe-bf36-92a3915fa190 x-compute-request-id: req-b540ede9-c5a5-4efe-bf36-92a3915fa190 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.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:59:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:22,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-b540ede9-c5a5-4efe-bf36-92a3915fa190 2019-01-03 11:59:22,954 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst 2019-01-03 11:59:22,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:23,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-c49f9c45-77c8-4eb9-bef6-869accbdb075 x-compute-request-id: req-c49f9c45-77c8-4eb9-bef6-869accbdb075 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.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:59:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:23,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-c49f9c45-77c8-4eb9-bef6-869accbdb075 2019-01-03 11:59:23,188 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - BUILD 2019-01-03 11:59:23,188 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:59:26,191 - create_instance - DEBUG - VM status query timeout in 896.763033152 2019-01-03 11:59:26,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:26,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-5093bad4-d22b-4cf9-b9cc-f457a4f7c6c9 x-compute-request-id: req-5093bad4-d22b-4cf9-b9cc-f457a4f7c6c9 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.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T11:59:24Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:26,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-5093bad4-d22b-4cf9-b9cc-f457a4f7c6c9 2019-01-03 11:59:26,666 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - BUILD 2019-01-03 11:59:26,667 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:59:29,670 - create_instance - DEBUG - VM status query timeout in 893.284378052 2019-01-03 11:59:29,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:30,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-d98b79a6-71e8-4577-8aa8-5ad820fcedd6 x-compute-request-id: req-d98b79a6-71e8-4577-8aa8-5ad820fcedd6 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:30,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-d98b79a6-71e8-4577-8aa8-5ad820fcedd6 2019-01-03 11:59:30,357 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:30,357 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:59:30,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:30,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-750e3a41-e09e-4b78-9ebf-beed995e373f x-compute-request-id: req-750e3a41-e09e-4b78-9ebf-beed995e373f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:30,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-750e3a41-e09e-4b78-9ebf-beed995e373f 2019-01-03 11:59:30,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:31,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c798e9d5-c885-4ada-9d6a-d5eed0100444 Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:31,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-c798e9d5-c885-4ada-9d6a-d5eed0100444 2019-01-03 11:59:31,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:31,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e8f1a94-e992-4c4c-85a1-6b65cfd2225f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:31,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-8e8f1a94-e992-4c4c-85a1-6b65cfd2225f 2019-01-03 11:59:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:31,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7a585672-82c0-47c7-92c7-ed972c483e86 Date: Thu, 03 Jan 2019 11:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:31,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-7a585672-82c0-47c7-92c7-ed972c483e86 2019-01-03 11:59:31,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:31,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-79d47e0a-1ac5-4e3d-a597-89d97fcafa95 Date: Thu, 03 Jan 2019 11:59:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:31,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-79d47e0a-1ac5-4e3d-a597-89d97fcafa95 2019-01-03 11:59:31,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:32,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-6753c922-004c-491b-bdd7-711b0a615073 x-compute-request-id: req-6753c922-004c-491b-bdd7-711b0a615073 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:32,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-6753c922-004c-491b-bdd7-711b0a615073 2019-01-03 11:59:32,453 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:32,453 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:59:32,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:33,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28ff143b-56c4-43dc-9cae-43f440ef1edd x-compute-request-id: req-28ff143b-56c4-43dc-9cae-43f440ef1edd Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:33,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-28ff143b-56c4-43dc-9cae-43f440ef1edd 2019-01-03 11:59:33,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:33,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d3489d81-742b-4dff-a72c-da5314e5cfc2 Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:33,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-d3489d81-742b-4dff-a72c-da5314e5cfc2 2019-01-03 11:59:33,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:33,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79add5c8-d666-4d82-a23d-52bf0c773f88 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:33,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-79add5c8-d666-4d82-a23d-52bf0c773f88 2019-01-03 11:59:33,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:33,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3c98207e-067b-4d37-a91f-6ba514534619 Date: Thu, 03 Jan 2019 11:59:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:33,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-3c98207e-067b-4d37-a91f-6ba514534619 2019-01-03 11:59:33,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:33,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-1504d936-9450-4722-83d6-7ab1ff69dfad Date: Thu, 03 Jan 2019 11:59:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:33,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-1504d936-9450-4722-83d6-7ab1ff69dfad 2019-01-03 11:59:33,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}}' 2019-01-03 11:59:34,888 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:59: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-98c29610-3fad-4fa8-9e1d-c9b7301827b6 x-compute-request-id: req-98c29610-3fad-4fa8-9e1d-c9b7301827b6 Content-Length: 0 Content-Type: application/json 2019-01-03 11:59:34,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3/action used request id req-98c29610-3fad-4fa8-9e1d-c9b7301827b6 2019-01-03 11:59:34,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:35,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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,Accept-Encoding x-openstack-request-id: req-d777b46f-0ddc-4d8b-a2c4-cc85f4f33efd x-compute-request-id: req-d777b46f-0ddc-4d8b-a2c4-cc85f4f33efd Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:35,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-d777b46f-0ddc-4d8b-a2c4-cc85f4f33efd 2019-01-03 11:59:35,213 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:35,213 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:59:35,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:35,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-35c2348e-0c15-4f41-99f1-8c318eb234a4 x-compute-request-id: req-35c2348e-0c15-4f41-99f1-8c318eb234a4 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:35,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-35c2348e-0c15-4f41-99f1-8c318eb234a4 2019-01-03 11:59:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:35,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a5936101-963b-4132-a74b-ea4ced5c52f4 Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:35,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-a5936101-963b-4132-a74b-ea4ced5c52f4 2019-01-03 11:59:35,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:36,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddfbf94-4fcd-4e1b-9333-1d0fffda1caa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:36,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-0ddfbf94-4fcd-4e1b-9333-1d0fffda1caa 2019-01-03 11:59:36,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:36,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5bb1c741-c33c-46d2-8cfd-312669926c14 Date: Thu, 03 Jan 2019 11:59:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:36,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-5bb1c741-c33c-46d2-8cfd-312669926c14 2019-01-03 11:59:36,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:36,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-86ed78ed-88e9-4423-af3b-6db9c4ea5946 Date: Thu, 03 Jan 2019 11:59:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:36,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-86ed78ed-88e9-4423-af3b-6db9c4ea5946 2019-01-03 11:59:36,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:36,189 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:59:36,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:36,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["hzlYYRUYTmCv7L0FzH_oGw"], "issued_at": "2019-01-03T11:59:36.000000Z"}} 2019-01-03 11:59:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:36,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7f5e1e5-93a6-41bc-a174-96e63ec9e2e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:36,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c7f5e1e5-93a6-41bc-a174-96e63ec9e2e4 2019-01-03 11:59:36,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:36,819 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-50e3da91-b619-45c3-99c3-0df40abd7d99 x-compute-request-id: req-50e3da91-b619-45c3-99c3-0df40abd7d99 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 11:59:36,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 used request id req-50e3da91-b619-45c3-99c3-0df40abd7d99 2019-01-03 11:59:36,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:37,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ea9e77fe-e570-4420-9a5a-a033cb2475b9 Date: Thu, 03 Jan 2019 11:59:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","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":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}} 2019-01-03 11:59:37,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 used request id req-ea9e77fe-e570-4420-9a5a-a033cb2475b9 2019-01-03 11:59:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:37,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a8579048-c989-4647-93eb-4d975f676d0e Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:37,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-a8579048-c989-4647-93eb-4d975f676d0e 2019-01-03 11:59:37,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:37,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c67c7ba6-5837-49f2-9a25-351285bcd717 Date: Thu, 03 Jan 2019 11:59:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:37,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-c67c7ba6-5837-49f2-9a25-351285bcd717 2019-01-03 11:59:37,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:37,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b8a657c9-2492-4be0-8b16-3bd91c0ebdd7 Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:37,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-b8a657c9-2492-4be0-8b16-3bd91c0ebdd7 2019-01-03 11:59:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:37,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:37,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a48d9355-6070-4356-94be-15a243a5ebba Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:38,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-a48d9355-6070-4356-94be-15a243a5ebba 2019-01-03 11:59:38,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d8afb2a1-8155-4fa7-9e33-df7f9926285b Date: Thu, 03 Jan 2019 11:59:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:38,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-d8afb2a1-8155-4fa7-9e33-df7f9926285b 2019-01-03 11:59:38,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&mac_address=fa%3A16%3A3e%3A12%3A27%3A8f&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-af3f6295-c28e-4c87-be37-c5e577548475 Date: Thu, 03 Jan 2019 11:59:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"}]} 2019-01-03 11:59:38,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&mac_address=fa%3A16%3A3e%3A12%3A27%3A8f&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True used request id req-af3f6295-c28e-4c87-be37-c5e577548475 2019-01-03 11:59:38,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef37465f-fe92-4b09-9cb5-7c5a03531a94 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:38,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-ef37465f-fe92-4b09-9cb5-7c5a03531a94 2019-01-03 11:59:38,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-269baff2-5a64-42f7-9992-790e5c3197c7 Date: Thu, 03 Jan 2019 11:59:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:38,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-269baff2-5a64-42f7-9992-790e5c3197c7 2019-01-03 11:59:38,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:38,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e80c74b-7041-4258-a5f2-e44285922e68 Date: Thu, 03 Jan 2019 11:59:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:38,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-4e80c74b-7041-4258-a5f2-e44285922e68 2019-01-03 11:59:38,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:39,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-726c3b0b-7eee-4215-af35-2c6fd182c85a Date: Thu, 03 Jan 2019 11:59:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:39,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-726c3b0b-7eee-4215-af35-2c6fd182c85a 2019-01-03 11:59:39,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8d06847fcc847a57b254a263de53ef964b6b7d7" 2019-01-03 11:59:39,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-22a3cb58-5133-4f5f-b297-1da0ad282be3 Date: Thu, 03 Jan 2019 11:59:39 GMT RESP BODY: {"floatingips": []} 2019-01-03 11:59:39,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-22a3cb58-5133-4f5f-b297-1da0ad282be3 2019-01-03 11:59:39,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 11:59:39,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 11:59:39,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b379f08cf1ed45a6b042bc31c4203cc5", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role"}], "expires_at": "2019-01-03T12:59:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d3f37e65fc714b61847600608e4beb4d", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/d3f37e65fc714b61847600608e4beb4d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user", "id": "012723b558b74752879409b42a8dfeb6"}, "audit_ids": ["kPSNMkTdQxS_-NxmkzacdQ"], "issued_at": "2019-01-03T11:59:39.000000Z"}} 2019-01-03 11:59:39,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:39,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af8e642b-7101-46c9-948a-320b49868574 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:39,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af8e642b-7101-46c9-948a-320b49868574 2019-01-03 11:59:39,915 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 11:59:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:39,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d788590b-74b8-4fda-ac8a-24a0f949b98c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 11:59:39,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d788590b-74b8-4fda-ac8a-24a0f949b98c 2019-01-03 11:59:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:40,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-90d2b2ab-0c07-425d-9e2e-5ea264f2788c Date: Thu, 03 Jan 2019 11:59:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:40,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-90d2b2ab-0c07-425d-9e2e-5ea264f2788c 2019-01-03 11:59:40,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 11:59:40,259 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 11:59: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 11:59:40,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:40,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffdb1987-46e2-488d-8654-40135fc61c66 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:40,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-ffdb1987-46e2-488d-8654-40135fc61c66 2019-01-03 11:59:40,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:40,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-47a5e7b7-ae4f-4f95-a8f7-b05114af54d0 Date: Thu, 03 Jan 2019 11:59:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:40,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-47a5e7b7-ae4f-4f95-a8f7-b05114af54d0 2019-01-03 11:59:40,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&mac_address=fa%3A16%3A3e%3A12%3A27%3A8f&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:40,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-551dfc05-81a2-4535-8c6f-d46d20d87ddc Date: Thu, 03 Jan 2019 11:59:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"}]} 2019-01-03 11:59:40,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d&mac_address=fa%3A16%3A3e%3A12%3A27%3A8f&name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1&admin_state_up=True used request id req-551dfc05-81a2-4535-8c6f-d46d20d87ddc 2019-01-03 11:59:40,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:40,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae291fc-ae75-46c5-8519-2fe7523dbb29 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:40,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-dae291fc-ae75-46c5-8519-2fe7523dbb29 2019-01-03 11:59:40,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:41,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-0ac38ccd-13d4-43c4-a421-9a398c0231dc x-compute-request-id: req-0ac38ccd-13d4-43c4-a421-9a398c0231dc Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 11:59:41,628 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst used request id req-0ac38ccd-13d4-43c4-a421-9a398c0231dc 2019-01-03 11:59:41,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:41,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-480282de-75d7-4b25-9232-f947a3ed7e7a Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:41,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-480282de-75d7-4b25-9232-f947a3ed7e7a 2019-01-03 11:59:41,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:41,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-92f4203a-97a5-4695-8098-bd4d325b0b63 Date: Thu, 03 Jan 2019 11:59:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:41,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-92f4203a-97a5-4695-8098-bd4d325b0b63 2019-01-03 11:59:41,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a1be3b3e-f185-4ad2-ad9b-c0b353c34ef4 Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:42,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-a1be3b3e-f185-4ad2-ad9b-c0b353c34ef4 2019-01-03 11:59:42,059 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst 2019-01-03 11:59:42,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6c65ee29-62d0-411b-ad75-f8532b648140 Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"floatingips": []} 2019-01-03 11:59:42,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-6c65ee29-62d0-411b-ad75-f8532b648140 2019-01-03 11:59:42,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-011c2ae1-cd20-40b0-84e4-02d45375ada6 Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:59Z", "admin_state_up": true, "updated_at": "2019-01-03T11:59:06Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "d14ac7f7-96f2-45eb-9939-d13c000207fd", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router"}]} 2019-01-03 11:59:42,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router used request id req-011c2ae1-cd20-40b0-84e4-02d45375ada6 2019-01-03 11:59:42,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c02a7231-5fbc-4c4c-8bd4-01647db9ce15 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:42,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-c02a7231-5fbc-4c4c-8bd4-01647db9ce15 2019-01-03 11:59:42,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f5378feb-00bb-441d-ab86-ebd3a0e0296b Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"}]} 2019-01-03 11:59:42,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=d14ac7f7-96f2-45eb-9939-d13c000207fd used request id req-f5378feb-00bb-441d-ab86-ebd3a0e0296b 2019-01-03 11:59:42,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5d0ad0e6-f029-4d7d-9a88-01a7e6c45843 Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","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":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}} 2019-01-03 11:59:42,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 used request id req-5d0ad0e6-f029-4d7d-9a88-01a7e6c45843 2019-01-03 11:59:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:42,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-de7dcc06-edd7-46a6-928a-e2f3af5c7b4a Date: Thu, 03 Jan 2019 11:59:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:59:42,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-de7dcc06-edd7-46a6-928a-e2f3af5c7b4a 2019-01-03 11:59:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:43,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c701c20f-13bd-468c-b7e4-7c5e3d8bb901 Date: Thu, 03 Jan 2019 11:59:43 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:59:43,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-c701c20f-13bd-468c-b7e4-7c5e3d8bb901 2019-01-03 11:59:43,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:43,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-273a4780-c947-4d1b-a1e3-adcbdb631cd4 x-compute-request-id: req-273a4780-c947-4d1b-a1e3-adcbdb631cd4 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:43,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-273a4780-c947-4d1b-a1e3-adcbdb631cd4 2019-01-03 11:59:43,854 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:43,854 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:59:43,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:44,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-7a0463fb-1563-47f1-bc10-2001fd3e2ee2 x-compute-request-id: req-7a0463fb-1563-47f1-bc10-2001fd3e2ee2 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:44,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-7a0463fb-1563-47f1-bc10-2001fd3e2ee2 2019-01-03 11:59:44,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:44,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0379e6b4-920c-416a-b455-e2304665314e Date: Thu, 03 Jan 2019 11:59: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:44,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-0379e6b4-920c-416a-b455-e2304665314e 2019-01-03 11:59:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:44,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e7ae56-61ff-4108-9010-b033544973bf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:44,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-29e7ae56-61ff-4108-9010-b033544973bf 2019-01-03 11:59:44,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:45,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f593d1d5-1e04-4d99-a4e4-c1ef0d1292d1 Date: Thu, 03 Jan 2019 11:59:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:45,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-f593d1d5-1e04-4d99-a4e4-c1ef0d1292d1 2019-01-03 11:59:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:45,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-5273d6e1-c02f-49a2-93f0-a84c8369d821 Date: Thu, 03 Jan 2019 11:59:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:45,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-5273d6e1-c02f-49a2-93f0-a84c8369d821 2019-01-03 11:59:45,115 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 11:59:45,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:45,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4dcbb150-0f1e-435c-b3c0-4ab43a8760df Date: Thu, 03 Jan 2019 11:59:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 11:59:45,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-4dcbb150-0f1e-435c-b3c0-4ab43a8760df 2019-01-03 11:59:45,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:45,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-65956603-a7a2-40a9-a6e7-833a5a149294 Date: Thu, 03 Jan 2019 11:59:45 GMT RESP BODY: {"subnets":[]} 2019-01-03 11:59:45,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-65956603-a7a2-40a9-a6e7-833a5a149294 2019-01-03 11:59:45,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "0f3bb353-06a6-42d8-ac3f-5b7bb6535d13"}}' 2019-01-03 11:59:47,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-ba377614-9e8b-499c-acd4-00f2d706f68c Date: Thu, 03 Jan 2019 11:59:47 GMT RESP BODY: {"floatingip": {"router_id": "d14ac7f7-96f2-45eb-9939-d13c000207fd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:59:46Z", "updated_at": "2019-01-03T11:59:46Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "d3f37e65fc714b61847600608e4beb4d", "port_id": "0f3bb353-06a6-42d8-ac3f-5b7bb6535d13", "id": "ae0b4995-86d5-4d21-ab35-725737152a83"}} 2019-01-03 11:59:47,414 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-ba377614-9e8b-499c-acd4-00f2d706f68c 2019-01-03 11:59:47,414 - create_instance - INFO - Created floating IP 172.30.9.202 via router - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 11:59:47,414 - create_instance - INFO - Checking if VM is active 2019-01-03 11:59:47,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:48,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-5d2dd1e5-a7a6-462d-8181-c6f3708829c2 x-compute-request-id: req-5d2dd1e5-a7a6-462d-8181-c6f3708829c2 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:48,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-5d2dd1e5-a7a6-462d-8181-c6f3708829c2 2019-01-03 11:59:48,199 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:48,199 - create_instance - INFO - VM is - ACTIVE 2019-01-03 11:59:48,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:48,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11: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-5f7751a4-5f8e-4e76-83a6-599ec4c372df x-compute-request-id: req-5f7751a4-5f8e-4e76-83a6-599ec4c372df Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp"}], "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:28Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:48,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-5f7751a4-5f8e-4e76-83a6-599ec4c372df 2019-01-03 11:59:48,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:48,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a59ee57-f632-4b38-b4b0-acc37d4a633c Date: Thu, 03 Jan 2019 11: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":["d34158bc-54a7-4926-8db3-ca3dd894f343"],"updated_at":"2019-01-03T11:58:56Z","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d3f37e65fc714b61847600608e4beb4d","id":"a8011e28-a610-4f23-8952-0ba94227102d","name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net"}]} 2019-01-03 11:59:48,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net used request id req-5a59ee57-f632-4b38-b4b0-acc37d4a633c 2019-01-03 11:59:48,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:48,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ee8591c-e963-4b5a-a4e9-ba73a1d5851b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 11:59:48,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-6ee8591c-e963-4b5a-a4e9-ba73a1d5851b 2019-01-03 11:59:48,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:49,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d72c5c64-90b9-49a0-be2b-ab1d36895df6 Date: Thu, 03 Jan 2019 11:59:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","dns_nameservers":[],"updated_at":"2019-01-03T11:58:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"d3f37e65fc714b61847600608e4beb4d","id":"d34158bc-54a7-4926-8db3-ca3dd894f343","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet"}]} 2019-01-03 11:59:49,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-d72c5c64-90b9-49a0-be2b-ab1d36895df6 2019-01-03 11:59:49,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:49,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-b78206f2-bf16-48cc-83bd-1ac312126cea Date: Thu, 03 Jan 2019 11:59:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.11"}],"id":"0f3bb353-06a6-42d8-ac3f-5b7bb6535d13","security_groups":["308489cd-c14c-409e-8028-907da0d52a3a","f91b5abd-6bc3-4294-b0fd-1c224b1db941"],"mac_address":"fa:16:3e:12:27:8f","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:18Z","binding:vnic_type":"normal","device_id":"a0306a4b-3091-4a60-b4b2-40903a79d0c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:59:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.1"}],"id":"10d1a456-8b6a-4054-86b9-96d23dbd56cd","security_groups":[],"mac_address":"fa:16:3e:83:a4:4c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:59:06Z","binding:vnic_type":"normal","device_id":"d14ac7f7-96f2-45eb-9939-d13c000207fd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.3"}],"id":"19b87bf9-cca3-4f69-a134-b0055e774e23","security_groups":[],"mac_address":"fa:16:3e:8b:e8:5c","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.4"}],"id":"4391cae9-7379-4321-97d3-df01bdf3ba50","security_groups":[],"mac_address":"fa:16:3e:ba:22:a1","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a8011e28-a610-4f23-8952-0ba94227102d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T11:58:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"d34158bc-54a7-4926-8db3-ca3dd894f343","ip_address":"10.55.1.2"}],"id":"a56738b3-3484-4657-bfb2-d55f1805fda0","security_groups":[],"mac_address":"fa:16:3e:7b:40:36","project_id":"d3f37e65fc714b61847600608e4beb4d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8011e28-a610-4f23-8952-0ba94227102d","tenant_id":"d3f37e65fc714b61847600608e4beb4d","created_at":"2019-01-03T11:58:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a8011e28-a610-4f23-8952-0ba94227102d"}]} 2019-01-03 11:59:49,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=a8011e28-a610-4f23-8952-0ba94227102d used request id req-b78206f2-bf16-48cc-83bd-1ac312126cea 2019-01-03 11:59:49,293 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:59:49,297 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e8d7610L 2019-01-03 11:59:49,297 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:59:49,297 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:59:49,298 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:59:49,299 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 11:59:49,299 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:59:49,299 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:59:49,299 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:59:49,299 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:59:49,300 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:59:49,316 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:59:49,317 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:59:49,330 - paramiko.transport - DEBUG - Trying key db22695e59c747e5602adc4100f7e606 from tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada 2019-01-03 11:59:49,353 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:59:49,356 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:59:49,457 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 11:59:49,476 - create_instance - INFO - SSH is active for VM instance 2019-01-03 11:59:49,476 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 11:59:49,478 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e8d7750L 2019-01-03 11:59:49,478 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 11:59:49,479 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 11:59:49,479 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 11:59:49,480 - 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 2019-01-03 11:59:49,480 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 11:59:49,480 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 11:59:49,481 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 11:59:49,481 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 11:59:49,481 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 11:59:49,496 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 11:59:49,496 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 11:59:49,510 - paramiko.transport - DEBUG - Trying key db22695e59c747e5602adc4100f7e606 from tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada 2019-01-03 11:59:49,533 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 11:59:49,536 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 11:59:49,543 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 11:59:49,544 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 11:59:49,544 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 11:59:49,547 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 11:59:49,548 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 11:59:49,550 - create_instance - INFO - Deleting Port with ID - 0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 2019-01-03 11:59:49,550 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1 2019-01-03 11:59:49,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:50,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee65eaca-f93a-48ac-8550-a1239e7e1514 Date: Thu, 03 Jan 2019 11:59:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:50,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 used request id req-ee65eaca-f93a-48ac-8550-a1239e7e1514 2019-01-03 11:59:50,355 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst 2019-01-03 11:59:50,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:50,502 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 11:59: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-6cc99ab6-a2b2-427a-ad52-741a118b38e6 x-compute-request-id: req-6cc99ab6-a2b2-427a-ad52-741a118b38e6 Content-Type: application/json 2019-01-03 11:59:50,502 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-6cc99ab6-a2b2-427a-ad52-741a118b38e6 2019-01-03 11:59:50,502 - create_instance - INFO - Checking deletion status 2019-01-03 11:59:50,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:50,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-5d1b07be-ad0b-460d-b83b-9cb4ffe0b27a x-compute-request-id: req-5d1b07be-ad0b-460d-b83b-9cb4ffe0b27a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:27:8f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:50Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:50,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-5d1b07be-ad0b-460d-b83b-9cb4ffe0b27a 2019-01-03 11:59:50,744 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:50,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:59:53,747 - create_instance - DEBUG - VM status query timeout in 296.755173922 2019-01-03 11:59:53,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:54,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 11:59: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-ba6888dc-b0fc-4170-868a-f6483c74b226 x-compute-request-id: req-ba6888dc-b0fc-4170-868a-f6483c74b226 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.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3", "rel": "bookmark"}], "image": {"id": "551ab45f-e0d3-4bf9-a59a-88689ff04195", "links": [{"href": "http://172.30.9.28:8774/images/551ab45f-e0d3-4bf9-a59a-88689ff04195", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T11:59:28.000000", "flavor": {"id": "6eea6329-f166-4640-9e3d-a8c2959c4ef5", "links": [{"href": "http://172.30.9.28:8774/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5", "rel": "bookmark"}]}, "id": "a0306a4b-3091-4a60-b4b2-40903a79d0c3", "user_id": "012723b558b74752879409b42a8dfeb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T11:59:50Z", "hostId": "a22b283a645fb7ddd2e078c1b4c66854870e53e3c15289a98ab2f8ce", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp", "name": "CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst", "created": "2019-01-03T11:59:22Z", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 11:59:54,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-ba6888dc-b0fc-4170-868a-f6483c74b226 2019-01-03 11:59:54,163 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst] is - ACTIVE 2019-01-03 11:59:54,163 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 11:59:57,166 - create_instance - DEBUG - VM status query timeout in 293.336360931 2019-01-03 11:59:57,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b6c273249e7d25d2272482f5a194f3640c8c12" 2019-01-03 11:59:57,214 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 11:59: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-e00f7b68-8c8c-4628-88a6-b64b6c8d6df3 x-compute-request-id: req-e00f7b68-8c8c-4628-88a6-b64b6c8d6df3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance a0306a4b-3091-4a60-b4b2-40903a79d0c3 could not be found.", "code": 404}} 2019-01-03 11:59:57,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/a0306a4b-3091-4a60-b4b2-40903a79d0c3 used request id req-e00f7b68-8c8c-4628-88a6-b64b6c8d6df3 2019-01-03 11:59:57,215 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance a0306a4b-3091-4a60-b4b2-40903a79d0c3 could not be found. (HTTP 404) (Request-ID: req-e00f7b68-8c8c-4628-88a6-b64b6c8d6df3) 2019-01-03 11:59:57,215 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-inst 2019-01-03 11:59:57,216 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2019-01-03 11:59:57,216 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2019-01-03 11:59:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/ae0b4995-86d5-4d21-ab35-725737152a83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:57,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d3dfde7-b388-494c-82e2-c906b2cfc7a3 Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:57,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/ae0b4995-86d5-4d21-ab35-725737152a83 used request id req-8d3dfde7-b388-494c-82e2-c906b2cfc7a3 2019-01-03 11:59:57,797 - create_instance - INFO - Deleting Port with ID - 0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 2019-01-03 11:59:57,798 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edadaport-1 2019-01-03 11:59:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eba005c30cbf0ec9aaab3333229641799f2936a" 2019-01-03 11:59:57,836 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-e614f105-3361-4d7c-9c65-af4411c8a340 Date: Thu, 03 Jan 2019 11:59:57 GMT RESP BODY: {"NeutronError": {"message": "Port 0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 could not be found.", "type": "PortNotFound", "detail": ""}} 2019-01-03 11:59:57,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 used request id req-e614f105-3361-4d7c-9c65-af4411c8a340 2019-01-03 11:59:57,836 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port 0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 could not be found.", "type": "PortNotFound", "detail": ""}} 2019-01-03 11:59:57,837 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port 0f3bb353-06a6-42d8-ac3f-5b7bb6535d13 could not be found. Neutron server returns request_ids: ['req-e614f105-3361-4d7c-9c65-af4411c8a340'] 2019-01-03 11:59:57,838 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp 2019-01-03 11:59:57,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af0cf74944ca901c1cef0b5d51770ff56b7f63" 2019-01-03 11:59:57,890 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:59: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-85573307-7f1c-4632-b16d-b45bb9e7bf54 x-compute-request-id: req-85573307-7f1c-4632-b16d-b45bb9e7bf54 Content-Length: 0 Content-Type: application/json 2019-01-03 11:59:57,890 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-kp used request id req-85573307-7f1c-4632-b16d-b45bb9e7bf54 2019-01-03 11:59:57,891 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada.pub] 2019-01-03 11:59:57,891 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada] 2019-01-03 11:59:57,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3d7dde20433dac1732e3a507ff6c20e683c8f7b" 2019-01-03 11:59:57,945 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 11:59: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-42f5e028-53b5-45ab-b5c4-c00e32cb6b56 x-compute-request-id: req-42f5e028-53b5-45ab-b5c4-c00e32cb6b56 Content-Length: 0 Content-Type: application/json 2019-01-03 11:59:57,945 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/6eea6329-f166-4640-9e3d-a8c2959c4ef5 used request id req-42f5e028-53b5-45ab-b5c4-c00e32cb6b56 2019-01-03 11:59:57,946 - neutron_utils - INFO - Deleting security group rule with ID - 2c5b3074-b7a9-46b5-940c-7ea703d2df76 2019-01-03 11:59:57,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2c5b3074-b7a9-46b5-940c-7ea703d2df76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:58,194 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57ff3715-7fc3-45dd-be1b-dc551a559ee6 Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:58,194 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2c5b3074-b7a9-46b5-940c-7ea703d2df76 used request id req-57ff3715-7fc3-45dd-be1b-dc551a559ee6 2019-01-03 11:59:58,194 - neutron_utils - INFO - Deleting security group rule with ID - 889c01f3-daa7-4000-9c00-f9cabd7da238 2019-01-03 11:59:58,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/889c01f3-daa7-4000-9c00-f9cabd7da238 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:58,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e7d84ed-fa1e-4451-8b9a-1e7769f9463d Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:58,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/889c01f3-daa7-4000-9c00-f9cabd7da238 used request id req-0e7d84ed-fa1e-4451-8b9a-1e7769f9463d 2019-01-03 11:59:58,447 - neutron_utils - INFO - Deleting security group rule with ID - bba2fe5c-5b87-459e-8802-49bf9d683022 2019-01-03 11:59:58,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/bba2fe5c-5b87-459e-8802-49bf9d683022 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:58,698 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed29088f-e93a-4fb8-a9f0-dfcfebe74fd6 Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:58,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/bba2fe5c-5b87-459e-8802-49bf9d683022 used request id req-ed29088f-e93a-4fb8-a9f0-dfcfebe74fd6 2019-01-03 11:59:58,698 - neutron_utils - INFO - Deleting security group rule with ID - aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958 2019-01-03 11:59:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:58,979 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4472fc1-8c32-458b-bfb5-0a8216380bbe Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:58,979 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/aa8cc8b8-40d7-4938-abe4-ab0cf2f5b958 used request id req-b4472fc1-8c32-458b-bfb5-0a8216380bbe 2019-01-03 11:59:58,979 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-sec-grp 2019-01-03 11:59:58,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f91b5abd-6bc3-4294-b0fd-1c224b1db941 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fcff0964cbed9c0a2bf95a80cbb449e998c5a3f" 2019-01-03 11:59:59,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94241f83-1761-42c1-ad03-254ce0db46de Content-Length: 0 Date: Thu, 03 Jan 2019 11:59:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 11:59:59,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f91b5abd-6bc3-4294-b0fd-1c224b1db941 used request id req-94241f83-1761-42c1-ad03-254ce0db46de 2019-01-03 11:59:59,120 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router and subnet CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet 2019-01-03 11:59:59,120 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 11:59:59,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" -d '{"subnet_id": "d34158bc-54a7-4926-8db3-ca3dd894f343"}' 2019-01-03 12:00:00,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9357982-dd45-4b71-afb1-3a5378de8e5c Date: Thu, 03 Jan 2019 12:00:00 GMT RESP BODY: {"network_id": "a8011e28-a610-4f23-8952-0ba94227102d", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "subnet_id": "d34158bc-54a7-4926-8db3-ca3dd894f343", "subnet_ids": ["d34158bc-54a7-4926-8db3-ca3dd894f343"], "port_id": "10d1a456-8b6a-4054-86b9-96d23dbd56cd", "id": "d14ac7f7-96f2-45eb-9939-d13c000207fd"} 2019-01-03 12:00:00,769 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd/remove_router_interface used request id req-c9357982-dd45-4b71-afb1-3a5378de8e5c 2019-01-03 12:00:00,770 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 12:00:00,770 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-router 2019-01-03 12:00:00,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d6d067d805363fc0e27c33787b315d7dc963705" 2019-01-03 12:00:04,287 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15bf7659-c41a-4482-838d-f8d28592b628 Content-Length: 0 Date: Thu, 03 Jan 2019 12:00:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:00:04,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/d14ac7f7-96f2-45eb-9939-d13c000207fd used request id req-15bf7659-c41a-4482-838d-f8d28592b628 2019-01-03 12:00:04,288 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet 2019-01-03 12:00:04,288 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-subnet 2019-01-03 12:00:04,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 12:00:06,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da646d89-6c12-4dda-bae6-0d4a50294b6d Date: Thu, 03 Jan 2019 12:00:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:00:06,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/d34158bc-54a7-4926-8db3-ca3dd894f343 used request id req-da646d89-6c12-4dda-bae6-0d4a50294b6d 2019-01-03 12:00:06,811 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-pub-net 2019-01-03 12:00:06,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/a8011e28-a610-4f23-8952-0ba94227102d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cdeadcdd835a3946fd30d6b9136953a71696fdc" 2019-01-03 12:00:08,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9118e8bc-2fad-4728-950d-5238cd8d46c4 Date: Thu, 03 Jan 2019 12:00:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:00:08,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/a8011e28-a610-4f23-8952-0ba94227102d used request id req-9118e8bc-2fad-4728-950d-5238cd8d46c4 2019-01-03 12:00:08,290 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-183386bc-8995-4664-9b5e-b0fa430edada-image 2019-01-03 12:00:08,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c086b8752e3bc987beffac55ee4406378fd7a208" 2019-01-03 12:00:09,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3814be0c-45b3-4d77-882c-37a807df6493 Date: Thu, 03 Jan 2019 12:00:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:00:09,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/551ab45f-e0d3-4bf9-a59a-88689ff04195 used request id req-3814be0c-45b3-4d77-882c-37a807df6493 2019-01-03 12:00:09,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:09,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3ab586ba-fe03-4fed-941c-eba20d05442a Date: Thu, 03 Jan 2019 12:00:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:54Z", "updated_at": "2019-01-03T11:58:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "revision_number": 0, "id": "3a67833f-4336-4f3b-bd1e-7b95d2d6228b", "remote_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "revision_number": 0, "id": "63de23fc-167c-4283-9e25-09634c0c0662", "remote_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "remote_ip_prefix": null, "created_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "revision_number": 0, "id": "bb13847f-2667-4174-8898-ae9e8698cce7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "d3f37e65fc714b61847600608e4beb4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "revision_number": 0, "id": "ef149394-283c-4ad2-9e12-927f21fe8404", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "d3f37e65fc714b61847600608e4beb4d"}], "revision_number": 4, "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "308489cd-c14c-409e-8028-907da0d52a3a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:00:09,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-3ab586ba-fe03-4fed-941c-eba20d05442a 2019-01-03 12:00:09,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ca6ad0-741c-408c-905d-0dcd97b0c00c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d"}, "enabled": true, "id": "d3f37e65fc714b61847600608e4beb4d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj"}} 2019-01-03 12:00:10,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-87ca6ad0-741c-408c-905d-0dcd97b0c00c 2019-01-03 12:00:10,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 308489cd-c14c-409e-8028-907da0d52a3a 2019-01-03 12:00:10,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=308489cd-c14c-409e-8028-907da0d52a3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-77536fab-3ebc-404e-a327-d7603a439221 Date: Thu, 03 Jan 2019 12:00:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:54Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "3a67833f-4336-4f3b-bd1e-7b95d2d6228b"}, {"remote_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:54Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "63de23fc-167c-4283-9e25-09634c0c0662"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:54Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "bb13847f-2667-4174-8898-ae9e8698cce7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T11:58:54Z", "security_group_id": "308489cd-c14c-409e-8028-907da0d52a3a", "port_range_min": null, "revision_number": 0, "tenant_id": "d3f37e65fc714b61847600608e4beb4d", "created_at": "2019-01-03T11:58:54Z", "project_id": "d3f37e65fc714b61847600608e4beb4d", "id": "ef149394-283c-4ad2-9e12-927f21fe8404"}]} 2019-01-03 12:00:10,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=308489cd-c14c-409e-8028-907da0d52a3a used request id req-77536fab-3ebc-404e-a327-d7603a439221 2019-01-03 12:00:10,182 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:00:10,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/308489cd-c14c-409e-8028-907da0d52a3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e524aa1-016c-482f-a343-da82f5db104a Content-Length: 0 Date: Thu, 03 Jan 2019 12:00:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:00:10,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/308489cd-c14c-409e-8028-907da0d52a3a used request id req-3e524aa1-016c-482f-a343-da82f5db104a 2019-01-03 12:00:10,450 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj 2019-01-03 12:00:10,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84540c32-b28e-467f-88c3-8c847117534d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:00:10,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/d3f37e65fc714b61847600608e4beb4d used request id req-84540c32-b28e-467f-88c3-8c847117534d 2019-01-03 12:00:10,672 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-proj-role 2019-01-03 12:00:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-895fea8e-ff62-4bbc-aba0-5788e4e51e62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:00:10,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/b379f08cf1ed45a6b042bc31c4203cc5 used request id req-895fea8e-ff62-4bbc-aba0-5788e4e51e62 2019-01-03 12:00:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c43482bd6155ad327250cad64329af3e5b1f809" 2019-01-03 12:00:10,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7192e43-c858-4300-9098-60bda8a9d82a Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:00:10,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7192e43-c858-4300-9098-60bda8a9d82a 2019-01-03 12:00:10,864 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ba8c697d-0290-458-user 2019-01-03 12:00:10,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/012723b558b74752879409b42a8dfeb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f133e6cf920ff073a48a62f6891b66f19de602" 2019-01-03 12:00:11,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:00:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-538b5739-0f83-4937-a25d-d56ec9d58f5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:00:11,051 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/012723b558b74752879409b42a8dfeb6 used request id req-538b5739-0f83-4937-a25d-d56ec9d58f5a 2019-01-03 12:00:11,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:11,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["b4dWuHbsTjeISv_W0Js7fQ"], "issued_at": "2019-01-03T12:00:11.000000Z"}} 2019-01-03 12:00:11,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3dbc1d222d664d7bbe1b93514e817193a52e50f" 2019-01-03 12:00:11,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff83698e-5a56-4f0e-9a4a-720ab5feb081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:11,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ff83698e-5a56-4f0e-9a4a-720ab5feb081 2019-01-03 12:00:11,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:11,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:11,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["-ITjriw1QeS91SP12XcSTQ"], "issued_at": "2019-01-03T12:00:11.000000Z"}} 2019-01-03 12:00:11,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:11,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4056684b-2041-4cb5-ad45-2d98e880d1e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:11,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4056684b-2041-4cb5-ad45-2d98e880d1e3 2019-01-03 12:00:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:12,004 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:12,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:12,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd57430d-d624-41c9-b631-1af7c28b1b15 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 12:00:12,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj used request id req-fd57430d-d624-41c9-b631-1af7c28b1b15 2019-01-03 12:00:12,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:12,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f580bf-8308-4621-9aaa-a168e9a52875 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:00:12,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-80f580bf-8308-4621-9aaa-a168e9a52875 2019-01-03 12:00:12,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}}' 2019-01-03 12:00:12,303 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eda5215-5434-4c24-9890-57aaefcff550 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:12,303 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0eda5215-5434-4c24-9890-57aaefcff550 2019-01-03 12:00:12,304 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj 2019-01-03 12:00:12,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:12,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:12,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["O3AALXzXT_G8bzpJHeJtlw"], "issued_at": "2019-01-03T12:00:12.000000Z"}} 2019-01-03 12:00:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba186947f22739a2701ad1ed5ff494c17272476c" 2019-01-03 12:00:12,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce293265-4f0d-4cd5-ba99-3d9715f06da1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:12,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce293265-4f0d-4cd5-ba99-3d9715f06da1 2019-01-03 12:00:12,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:12,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:12,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba186947f22739a2701ad1ed5ff494c17272476c" 2019-01-03 12:00:12,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ed19a5-489d-4888-9f4d-cfa903047cf5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:00:12,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f4ed19a5-489d-4888-9f4d-cfa903047cf5 2019-01-03 12:00:12,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba186947f22739a2701ad1ed5ff494c17272476c" 2019-01-03 12:00:12,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fa703e-f522-4c6b-8cff-3681390ce30e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}]} 2019-01-03 12:00:12,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj used request id req-01fa703e-f522-4c6b-8cff-3681390ce30e 2019-01-03 12:00:12,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba186947f22739a2701ad1ed5ff494c17272476c" 2019-01-03 12:00:13,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65e79be2-792d-41ba-bdb1-4f3ac7253360 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:00:13,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-65e79be2-792d-41ba-bdb1-4f3ac7253360 2019-01-03 12:00:13,400 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user 2019-01-03 12:00:13,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:13,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:13,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58b0266-2ecc-443b-8221-ea0a96660515 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:00:13,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b58b0266-2ecc-443b-8221-ea0a96660515 2019-01-03 12:00:13,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}}' 2019-01-03 12:00:13,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc3eb997-5e49-44b3-9945-d305443aca9f Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "38f2245196ec4269be9c54cc8117f7f3", "links": {"self": "http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3"}, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}} 2019-01-03 12:00:13,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc3eb997-5e49-44b3-9945-d305443aca9f 2019-01-03 12:00:13,615 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role 2019-01-03 12:00:13,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:13,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed89d736-a30c-4216-903f-7e9eed465b91 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role", "id": "38f2245196ec4269be9c54cc8117f7f3"}} 2019-01-03 12:00:13,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3 used request id req-ed89d736-a30c-4216-903f-7e9eed465b91 2019-01-03 12:00:13,710 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role to project CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj 2019-01-03 12:00:13,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732/users/c377a6c1ce1e43d4a54bc0b8f9fc3186/roles/38f2245196ec4269be9c54cc8117f7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:00:13,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:00:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24ce13ce-d498-474f-9f79-c8c80bd0ba42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:00:13,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732/users/c377a6c1ce1e43d4a54bc0b8f9fc3186/roles/38f2245196ec4269be9c54cc8117f7f3 used request id req-24ce13ce-d498-474f-9f79-c8c80bd0ba42 2019-01-03 12:00:13,832 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:00:13,834 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 12:00:13,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:13,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:14,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["TEN12xpVS3-0OQLDMDAElQ"], "issued_at": "2019-01-03T12:00:14.000000Z"}} 2019-01-03 12:00:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:14,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ba8a40d-decb-4a6e-9a5b-77ca6f3c72a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:14,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7ba8a40d-decb-4a6e-9a5b-77ca6f3c72a2 2019-01-03 12:00:14,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:14,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-56ea10a5-2d6f-4ede-b700-293455f8700b Date: Thu, 03 Jan 2019 12:00:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image"} 2019-01-03 12:00:14,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image used request id req-56ea10a5-2d6f-4ede-b700-293455f8700b 2019-01-03 12:00:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:14,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f879b569-66ca-47c9-910e-752aa55082d7 Date: Thu, 03 Jan 2019 12:00: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"}}} 2019-01-03 12:00:14,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-f879b569-66ca-47c9-910e-752aa55082d7 2019-01-03 12:00:14,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image"}' 2019-01-03 12:00:15,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c X-Openstack-Request-Id: req-edcd44ae-a522-42e2-9dd1-3c7d80bedc23 Date: Thu, 03 Jan 2019 12:00:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:00:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T12:00:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "min_disk": 0, "protected": false, "id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "file": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file", "checksum": null, "owner": "9889758c5bff46b0ad16d889237d6732", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:00:15,026 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-edcd44ae-a522-42e2-9dd1-3c7d80bedc23 2019-01-03 12:00:15,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" -d '' 2019-01-03 12:00:16,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e42a11f-e7f4-447f-aca1-a87ebb523534 Date: Thu, 03 Jan 2019 12:00:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:00:16,588 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file used request id req-7e42a11f-e7f4-447f-aca1-a87ebb523534 2019-01-03 12:00:16,589 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 12:00:16,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:16,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-85a425fa-e199-46ab-8479-0ee72db9f45f Date: Thu, 03 Jan 2019 12:00:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:00:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:00:16Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "metadata": {}}], "self": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "min_disk": 0, "protected": false, "id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "file": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9889758c5bff46b0ad16d889237d6732", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:00:16,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c used request id req-85a425fa-e199-46ab-8479-0ee72db9f45f 2019-01-03 12:00:16,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:17,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b8874d42-bd56-472c-ac49-760a19abf2b1 Date: Thu, 03 Jan 2019 12:00: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"}}} 2019-01-03 12:00:17,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-b8874d42-bd56-472c-ac49-760a19abf2b1 2019-01-03 12:00:17,323 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image 2019-01-03 12:00:17,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:00:17,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-ee787d6b-0c21-42c0-a81c-5b0834707b6d Date: Thu, 03 Jan 2019 12:00:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:00:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:00:16Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "metadata": {}}], "self": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "min_disk": 0, "protected": false, "id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "file": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9889758c5bff46b0ad16d889237d6732", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:00:17,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c used request id req-ee787d6b-0c21-42c0-a81c-5b0834707b6d 2019-01-03 12:00:17,492 - create_image - DEBUG - Instance status is - active 2019-01-03 12:00:17,492 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image 2019-01-03 12:00:17,492 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image 2019-01-03 12:00:17,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:17,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:17,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["XGsmyKRuSgONVhIkyW7Ahg"], "issued_at": "2019-01-03T12:00:17.000000Z"}} 2019-01-03 12:00:17,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:17,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55319491-0682-4941-97ff-63cee69065bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:17,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-55319491-0682-4941-97ff-63cee69065bd 2019-01-03 12:00:17,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:18,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-56b90e19-be20-4c74-acc3-0e8e4ef39a61 Date: Thu, 03 Jan 2019 12:00:18 GMT RESP BODY: {"networks":[]} 2019-01-03 12:00:18,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-56b90e19-be20-4c74-acc3-0e8e4ef39a61 2019-01-03 12:00:18,116 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net 2019-01-03 12:00:18,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net", "admin_state_up": true}}' 2019-01-03 12:00:18,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4cb23f85-0714-4095-940d-23ff38a792f7 Date: Thu, 03 Jan 2019 12:00:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2f8febcc-663b-41a0-a478-2ec617286315","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T12:00:18Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","mtu":1450}} 2019-01-03 12:00:18,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-4cb23f85-0714-4095-940d-23ff38a792f7 2019-01-03 12:00:18,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:19,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d9aeb3f0-38ad-4692-8a09-6bc937a6c0cb Date: Thu, 03 Jan 2019 12:00: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":"2019-01-03T12:00:18Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:19,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-d9aeb3f0-38ad-4692-8a09-6bc937a6c0cb 2019-01-03 12:00:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:19,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4d6dc650-2451-4cb3-8a7a-7521c47d87b2 Date: Thu, 03 Jan 2019 12:00:19 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:00:19,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-4d6dc650-2451-4cb3-8a7a-7521c47d87b2 2019-01-03 12:00:19,253 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet 2019-01-03 12:00:19,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" -d '{"subnets": [{"ip_version": 4, "network_id": "2f8febcc-663b-41a0-a478-2ec617286315", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]}' 2019-01-03 12:00:19,924 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8cd1b5fc-61ac-4241-949d-a499a71aa5f1 Date: Thu, 03 Jan 2019 12:00:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","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":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:19,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-8cd1b5fc-61ac-4241-949d-a499a71aa5f1 2019-01-03 12:00:19,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:20,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-128f88c6-ec83-4b7a-bd14-2ed253f93d0b Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:20,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-128f88c6-ec83-4b7a-bd14-2ed253f93d0b 2019-01-03 12:00:20,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:00:20,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a35ea30f-7c56-4ec3-abd0-21d4634b1020 Date: Thu, 03 Jan 2019 12:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:20,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-a35ea30f-7c56-4ec3-abd0-21d4634b1020 2019-01-03 12:00:20,257 - OpenStackNetwork - DEBUG - Network [2f8febcc-663b-41a0-a478-2ec617286315] created successfully 2019-01-03 12:00:20,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:20,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:20,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["LPwdagILQZGJ_OlM0g_kGg"], "issued_at": "2019-01-03T12:00:20.000000Z"}} 2019-01-03 12:00:20,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:20,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af47b6f7-99d8-480a-a10f-42562621e52d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:20,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-af47b6f7-99d8-480a-a10f-42562621e52d 2019-01-03 12:00:20,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:20,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bb639a27-f9e0-4e0d-837e-ff9ba8987924 Date: Thu, 03 Jan 2019 12:00:20 GMT RESP BODY: {"routers": []} 2019-01-03 12:00:20,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router&admin_state_up=True used request id req-bb639a27-f9e0-4e0d-837e-ff9ba8987924 2019-01-03 12:00:20,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:20,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:21,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["80ymXZAaQge1H-KuBzi7EA"], "issued_at": "2019-01-03T12:00:21.000000Z"}} 2019-01-03 12:00:21,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00e994f73d99db26a1c984cfa4bdcd9896751066" 2019-01-03 12:00:21,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436d3cf2-2b1b-4ac9-9c54-a73b6c5d0868 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:21,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-436d3cf2-2b1b-4ac9-9c54-a73b6c5d0868 2019-01-03 12:00:21,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5e23f6c2-aeda-40a6-960c-6b62aa5fd6fd Date: Thu, 03 Jan 2019 12:00:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:00:21,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-5e23f6c2-aeda-40a6-960c-6b62aa5fd6fd 2019-01-03 12:00:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:21,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-945b4b1b-3490-4cfd-927c-2037aedbb3b1 Date: Thu, 03 Jan 2019 12:00:21 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:00:21,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-945b4b1b-3490-4cfd-927c-2037aedbb3b1 2019-01-03 12:00:21,902 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:00:21,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router", "admin_state_up": true}}' 2019-01-03 12:00:27,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9c38891c-29ae-4cf5-baef-f7336585a555 Date: Thu, 03 Jan 2019 12:00:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:23Z", "admin_state_up": true, "updated_at": "2019-01-03T12:00:23Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router"}} 2019-01-03 12:00:27,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-9c38891c-29ae-4cf5-baef-f7336585a555 2019-01-03 12:00:27,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:27,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7e04dc3-aeec-4642-8de1-a11c7540e685 Date: Thu, 03 Jan 2019 12:00:27 GMT RESP BODY: {"ports":[]} 2019-01-03 12:00:27,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 used request id req-c7e04dc3-aeec-4642-8de1-a11c7540e685 2019-01-03 12:00:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:27,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0f4056e8-1998-4f22-ae5e-a744cd5111b5 Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:27,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-0f4056e8-1998-4f22-ae5e-a744cd5111b5 2019-01-03 12:00:27,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:27,759 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:27,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:27,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03c2e42f-4b6c-4e20-9176-036bc3a65620 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:27,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-03c2e42f-4b6c-4e20-9176-036bc3a65620 2019-01-03 12:00:27,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:28,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5b70e121-bbbd-4ef9-be98-c2fa148bf249 Date: Thu, 03 Jan 2019 12:00:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:28,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-5b70e121-bbbd-4ef9-be98-c2fa148bf249 2019-01-03 12:00:28,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:28,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-12e5dc8b-7f7b-4543-9470-bf49823540f5 Date: Thu, 03 Jan 2019 12:00:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:28,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet used request id req-12e5dc8b-7f7b-4543-9470-bf49823540f5 2019-01-03 12:00:28,242 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 12:00:28,242 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:00:28,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" -d '{"subnet_id": "4a31837f-859f-4ad6-82e3-1632d6dd147d"}' 2019-01-03 12:00:30,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d7f44860-f84f-4a3a-8d20-3eaa28ddbe0e Date: Thu, 03 Jan 2019 12:00:30 GMT RESP BODY: {"network_id": "2f8febcc-663b-41a0-a478-2ec617286315", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "subnet_id": "4a31837f-859f-4ad6-82e3-1632d6dd147d", "subnet_ids": ["4a31837f-859f-4ad6-82e3-1632d6dd147d"], "port_id": "fd08f89d-87fc-4db1-9142-51bc736ee6d5", "id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602"} 2019-01-03 12:00:30,400 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602/add_router_interface used request id req-d7f44860-f84f-4a3a-8d20-3eaa28ddbe0e 2019-01-03 12:00:30,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:30,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-75c5aa4c-cd1b-4373-9a44-ed963c720b15 Date: Thu, 03 Jan 2019 12:00:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:23Z", "admin_state_up": true, "updated_at": "2019-01-03T12:00:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router"}} 2019-01-03 12:00:30,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602 used request id req-75c5aa4c-cd1b-4373-9a44-ed963c720b15 2019-01-03 12:00:30,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:31,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-3692fcb8-fcac-404c-a607-8781451add75 Date: Thu, 03 Jan 2019 12:00:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:00:31,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 used request id req-3692fcb8-fcac-404c-a607-8781451add75 2019-01-03 12:00:31,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:00:31,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2ec9a2c0-063c-4452-b2c4-6b4cd46b5d05 Date: Thu, 03 Jan 2019 12:00:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","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":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}} 2019-01-03 12:00:31,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d used request id req-2ec9a2c0-063c-4452-b2c4-6b4cd46b5d05 2019-01-03 12:00:31,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:31,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:32,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["M5uWMyL3Tv2SA94xmd0EAQ"], "issued_at": "2019-01-03T12:00:32.000000Z"}} 2019-01-03 12:00:32,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c61f1391e43c133c06c021ff8f2f8e9c4c39ca" 2019-01-03 12:00:32,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3bf61f-67ea-4412-bbac-ce8eaa1ad970 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:32,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6e3bf61f-67ea-4412-bbac-ce8eaa1ad970 2019-01-03 12:00:32,174 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:00:32,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c61f1391e43c133c06c021ff8f2f8e9c4c39ca" 2019-01-03 12:00:32,726 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-f06ed657-037b-4ba1-9ed1-7f3e930701b2 x-compute-request-id: req-f06ed657-037b-4ba1-9ed1-7f3e930701b2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 12:00:32,726 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-f06ed657-037b-4ba1-9ed1-7f3e930701b2 2019-01-03 12:00:32,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c61f1391e43c133c06c021ff8f2f8e9c4c39ca" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2019-01-03 12:00:32,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-0c16c17d-2800-48e7-9959-f354fbf43abb x-compute-request-id: req-0c16c17d-2800-48e7-9959-f354fbf43abb Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:00:32,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-0c16c17d-2800-48e7-9959-f354fbf43abb 2019-01-03 12:00:32,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:32,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:33,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["fWK0Dhw4QSyM6tnuOVUamg"], "issued_at": "2019-01-03T12:00:33.000000Z"}} 2019-01-03 12:00:33,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00f4e8f71ca4c8796bafc710a099131ad85f6a3" 2019-01-03 12:00:33,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2995cc00-4864-480d-aa89-6d80dbea8109 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:33,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2995cc00-4864-480d-aa89-6d80dbea8109 2019-01-03 12:00:33,233 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:00:33,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00f4e8f71ca4c8796bafc710a099131ad85f6a3" 2019-01-03 12:00:33,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-545533d0-db8d-49b0-8963-c13fd769a260 x-compute-request-id: req-545533d0-db8d-49b0-8963-c13fd769a260 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 12:00:33,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-545533d0-db8d-49b0-8963-c13fd769a260 2019-01-03 12:00:33,411 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp... 2019-01-03 12:00:33,411 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 12:00:33,443 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp 2019-01-03 12:00:33,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00f4e8f71ca4c8796bafc710a099131ad85f6a3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfcRM/PFa2shkMbb6H4GAWyqqG0duo8hOEl/DpISDlN6R6ZHp7K+DqOo1nqLde8FNvv2qjzjeBZMLXCh7QNID98O9s13Nql7/kCNfzH7uiXomf07pRJxaxI0H1GINkHg+EIU8TpJx4fGsZCv2qG5UW3WBY57A3BUzDn+m8Smp2Uw==", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp"}}' 2019-01-03 12:00:33,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-627ab685-c732-4059-b076-0ef5539035b7 x-compute-request-id: req-627ab685-c732-4059-b076-0ef5539035b7 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCfcRM/PFa2shkMbb6H4GAWyqqG0duo8hOEl/DpISDlN6R6ZHp7K+DqOo1nqLde8FNvv2qjzjeBZMLXCh7QNID98O9s13Nql7/kCNfzH7uiXomf07pRJxaxI0H1GINkHg+EIU8TpJx4fGsZCv2qG5UW3WBY57A3BUzDn+m8Smp2Uw==", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "fingerprint": "f7:ce:87:01:35:ed:14:5b:0c:b6:d0:4b:3e:18:e3:0e"}} 2019-01-03 12:00:33,507 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-627ab685-c732-4059-b076-0ef5539035b7 2019-01-03 12:00:33,509 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09.pub 2019-01-03 12:00:33,510 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09 2019-01-03 12:00:33,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:33,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:33,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["bi_O_dA5SEmCOEXANV2xpg"], "issued_at": "2019-01-03T12:00:33.000000Z"}} 2019-01-03 12:00:33,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:33,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e09620-db8b-49b9-89ab-074e69f1d43a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:33,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-46e09620-db8b-49b9-89ab-074e69f1d43a 2019-01-03 12:00:33,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:34,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a7ca02ed-6abe-4dfd-9f0a-8bebc338f06a Date: Thu, 03 Jan 2019 12:00:34 GMT RESP BODY: {"security_groups": []} 2019-01-03 12:00:34,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp used request id req-a7ca02ed-6abe-4dfd-9f0a-8bebc338f06a 2019-01-03 12:00:34,296 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp... 2019-01-03 12:00:34,296 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp 2019-01-03 12:00:34,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}}' 2019-01-03 12:00:34,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-5bd61eef-4c00-4ca8-b789-393ea4f4d46b Date: Thu, 03 Jan 2019 12:00:34 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 2, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}} 2019-01-03 12:00:34,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-5bd61eef-4c00-4ca8-b789-393ea4f4d46b 2019-01-03 12:00:34,671 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:34,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:34,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-27461e84-09b4-4a0d-90c3-4cc3c697272c Date: Thu, 03 Jan 2019 12:00:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:34,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-27461e84-09b4-4a0d-90c3-4cc3c697272c 2019-01-03 12:00:34,875 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:34,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef36265a-8cc6-4016-aa7d-79114a4b9222 Date: Thu, 03 Jan 2019 12:00: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": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:35,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-ef36265a-8cc6-4016-aa7d-79114a4b9222 2019-01-03 12:00:35,048 - neutron_utils - INFO - Retrieving security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:35,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2f5d52aa-09a7-4275-ace8-64e9d2fb8b07 Date: Thu, 03 Jan 2019 12:00:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 2, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]} 2019-01-03 12:00:35,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-2f5d52aa-09a7-4275-ace8-64e9d2fb8b07 2019-01-03 12:00:35,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:35,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fbf08a80-c58f-46b0-b463-633b712ae212 Date: Thu, 03 Jan 2019 12:00: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": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:35,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-fbf08a80-c58f-46b0-b463-633b712ae212 2019-01-03 12:00:35,294 - neutron_utils - INFO - Retrieving security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:35,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-8a6ed2da-7e0b-4d89-b466-e91dc8dbf65b Date: Thu, 03 Jan 2019 12:00:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 2, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]} 2019-01-03 12:00:35,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-8a6ed2da-7e0b-4d89-b466-e91dc8dbf65b 2019-01-03 12:00:35,345 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:35,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50a89165-7511-46aa-adcc-a8963b096dc2 Date: Thu, 03 Jan 2019 12:00: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": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:35,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-50a89165-7511-46aa-adcc-a8963b096dc2 2019-01-03 12:00:35,514 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp 2019-01-03 12:00:35,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6f9aee08-17e1-4f78-b67b-deb7144c2e73 Date: Thu, 03 Jan 2019 12:00:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 2, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]} 2019-01-03 12:00:35,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp used request id req-6f9aee08-17e1-4f78-b67b-deb7144c2e73 2019-01-03 12:00:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:35,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:35,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c830729-ee15-4fff-827d-f5e1ad86ca23 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:35,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-8c830729-ee15-4fff-827d-f5e1ad86ca23 2019-01-03 12:00:35,732 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:35,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:35,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2840e068-1f65-40f8-8a40-e8f0747f9389 Date: Thu, 03 Jan 2019 12:00: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": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:35,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-2840e068-1f65-40f8-8a40-e8f0747f9389 2019-01-03 12:00:35,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d"}}' 2019-01-03 12:00:36,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-3e6a4398-33bd-4d4e-bf5a-1f4b6b532a23 Date: Thu, 03 Jan 2019 12:00:36 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": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:36Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72"}} 2019-01-03 12:00:36,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-3e6a4398-33bd-4d4e-bf5a-1f4b6b532a23 2019-01-03 12:00:36,245 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp 2019-01-03 12:00:36,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:36,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-c1027252-5855-4360-b86d-8222c99a9ffd Date: Thu, 03 Jan 2019 12:00:36 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:36Z", "revision_number": 0, "id": "6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 3, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]} 2019-01-03 12:00:36,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp used request id req-c1027252-5855-4360-b86d-8222c99a9ffd 2019-01-03 12:00:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:36,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12aad43-fe73-463b-af41-69e04b60b4f6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:36,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-c12aad43-fe73-463b-af41-69e04b60b4f6 2019-01-03 12:00:36,476 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:36,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:36,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e2f53407-d270-47e2-9f6b-d7b8a4f799e2 Date: Thu, 03 Jan 2019 12:00:36 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": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:36Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}]} 2019-01-03 12:00:36,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-e2f53407-d270-47e2-9f6b-d7b8a4f799e2 2019-01-03 12:00:36,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d"}}' 2019-01-03 12:00:36,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-ff14a0f4-2ec1-4040-ba85-134f31ddaf39 Date: Thu, 03 Jan 2019 12:00:36 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": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": 22, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:36Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "e466b31d-b0ad-4fa3-b899-d9e06fd5a241"}} 2019-01-03 12:00:36,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-ff14a0f4-2ec1-4040-ba85-134f31ddaf39 2019-01-03 12:00:36,969 - neutron_utils - INFO - Retrieving security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:36,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:37,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-11cca183-f90d-4e51-82e0-ea70d77206ba Date: Thu, 03 Jan 2019 12:00:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "updated_at": "2019-01-03T12:00:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:36Z", "revision_number": 0, "id": "6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "revision_number": 0, "id": "898148bd-0731-4768-a819-09b9e8b4ea25", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:00:36Z", "revision_number": 0, "id": "e466b31d-b0ad-4fa3-b899-d9e06fd5a241", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 4, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]} 2019-01-03 12:00:37,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-11cca183-f90d-4e51-82e0-ea70d77206ba 2019-01-03 12:00:37,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c442a738-a4a2-462b-8372-da7df9e7ad4d 2019-01-03 12:00:37,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:00:37,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-0d2954f7-4e39-498c-a907-c4c020fd73ba Date: Thu, 03 Jan 2019 12:00:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:36Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "7fef7a99-7bf4-45a9-bf3c-b4a60607d82f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:34Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:34Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "898148bd-0731-4768-a819-09b9e8b4ea25"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:00:36Z", "security_group_id": "c442a738-a4a2-462b-8372-da7df9e7ad4d", "port_range_min": 22, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:36Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "e466b31d-b0ad-4fa3-b899-d9e06fd5a241"}]} 2019-01-03 12:00:37,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-0d2954f7-4e39-498c-a907-c4c020fd73ba 2019-01-03 12:00:37,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:37,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:37,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["8jvuHHqATUyelGmESN0yEw"], "issued_at": "2019-01-03T12:00:37.000000Z"}} 2019-01-03 12:00:37,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:37,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e20deb6b-a9f0-462d-9c76-52f5e2755355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:37,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-e20deb6b-a9f0-462d-9c76-52f5e2755355 2019-01-03 12:00:37,671 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:00:37,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:37,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd37d36-1c19-4c0c-b5cd-9c53e38ffca2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:37,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8dd37d36-1c19-4c0c-b5cd-9c53e38ffca2 2019-01-03 12:00:37,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:38,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c65251a7-ba6e-455d-aaa8-780726bf19c5 Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:38,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-c65251a7-ba6e-455d-aaa8-780726bf19c5 2019-01-03 12:00:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:38,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:38,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:38,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61bc614-98c9-4865-b768-e5198025a51b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:38,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-d61bc614-98c9-4865-b768-e5198025a51b 2019-01-03 12:00:38,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:38,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ed100128-c672-49e4-9c56-6c5aae686d8b Date: Thu, 03 Jan 2019 12:00:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:38,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-ed100128-c672-49e4-9c56-6c5aae686d8b 2019-01-03 12:00:38,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:38,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1e5379d5-3257-416e-9429-da3c277be5d6 Date: Thu, 03 Jan 2019 12:00:38 GMT RESP BODY: {"ports":[]} 2019-01-03 12:00:38,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True used request id req-1e5379d5-3257-416e-9429-da3c277be5d6 2019-01-03 12:00:38,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:38,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-c73ee2ad-24ac-4d89-be4b-c0ca1edf9734 x-compute-request-id: req-c73ee2ad-24ac-4d89-be4b-c0ca1edf9734 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 12:00:38,873 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst used request id req-c73ee2ad-24ac-4d89-be4b-c0ca1edf9734 2019-01-03 12:00:38,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:39,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-43917b15-3715-436d-922c-edc8a78997ea Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:39,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-43917b15-3715-436d-922c-edc8a78997ea 2019-01-03 12:00:39,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:39,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c22939-1709-4413-904b-c8b885ddae1e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:39,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-a5c22939-1709-4413-904b-c8b885ddae1e 2019-01-03 12:00:39,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:39,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7d96e613-325f-4f7f-b4cc-9c4b1c9e6805 Date: Thu, 03 Jan 2019 12:00:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:39,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-7d96e613-325f-4f7f-b4cc-9c4b1c9e6805 2019-01-03 12:00:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:39,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bfbb1a00-5e78-4991-9998-45682adc4050 Date: Thu, 03 Jan 2019 12:00:39 GMT RESP BODY: {"ports":[]} 2019-01-03 12:00:39,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True used request id req-bfbb1a00-5e78-4991-9998-45682adc4050 2019-01-03 12:00:39,888 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:00:39,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:00:40,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:00:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["9o1tXo6mSmKR7P5qzP4QLw"], "issued_at": "2019-01-03T12:00:40.000000Z"}} 2019-01-03 12:00:40,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f537da390672b0b5153afc9e2d2660036a9773" 2019-01-03 12:00:40,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9545283d-61d1-45f7-a5c1-30ac9f137f84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:00:40,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9545283d-61d1-45f7-a5c1-30ac9f137f84 2019-01-03 12:00:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:40,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c6506dc4-db2d-4f0e-8735-00cecc1e8c77 Date: Thu, 03 Jan 2019 12: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:40,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-c6506dc4-db2d-4f0e-8735-00cecc1e8c77 2019-01-03 12:00:40,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:40,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-71f17b5a-7eae-4ac7-a07f-0957727250e8 Date: Thu, 03 Jan 2019 12:00:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:40,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-71f17b5a-7eae-4ac7-a07f-0957727250e8 2019-01-03 12:00:40,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:41,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a543a5d4-2c68-4037-8409-c54fa787981b Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:41,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-a543a5d4-2c68-4037-8409-c54fa787981b 2019-01-03 12:00:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:00:41,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:00: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:00:41,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67f537da390672b0b5153afc9e2d2660036a9773" 2019-01-03 12:00:41,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025f17dc-97fe-4c87-8aaf-eba80dc9c67b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:41,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-025f17dc-97fe-4c87-8aaf-eba80dc9c67b 2019-01-03 12:00:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:41,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0dead35-9a63-427f-912a-f1b514a5abf9 Date: Thu, 03 Jan 2019 12:00:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:41,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-d0dead35-9a63-427f-912a-f1b514a5abf9 2019-01-03 12:00:41,202 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net 2019-01-03 12:00:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" -d '{"port": {"network_id": "2f8febcc-663b-41a0-a478-2ec617286315", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1", "admin_state_up": true}}' 2019-01-03 12:00:42,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-9a080563-6851-494c-9265-f73648f170d3 Date: Thu, 03 Jan 2019 12:00:42 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de"],"mac_address":"fa:16:3e:7b:be:5a","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","project_id":"9889758c5bff46b0ad16d889237d6732","qos_policy_id":null,"admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal"}} 2019-01-03 12:00:42,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-9a080563-6851-494c-9265-f73648f170d3 2019-01-03 12:00:42,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:42,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-94f96c7b-4fc8-4cd4-93a7-5708003e242e Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:42,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-94f96c7b-4fc8-4cd4-93a7-5708003e242e 2019-01-03 12:00:42,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:42,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f304f5-1624-4440-914a-c53f1d7048ba Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:42,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-51f304f5-1624-4440-914a-c53f1d7048ba 2019-01-03 12:00:42,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:42,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a7908a6-cb35-4edd-b04d-9382ecac4b61 Date: Thu, 03 Jan 2019 12:00:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:42,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-9a7908a6-cb35-4edd-b04d-9382ecac4b61 2019-01-03 12:00:42,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-bb51d42b-2577-40dd-ba76-52e7de3b1c1d Date: Thu, 03 Jan 2019 12:00:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:41Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 12:00:43,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True used request id req-bb51d42b-2577-40dd-ba76-52e7de3b1c1d 2019-01-03 12:00:43,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d1d4c1-0f09-4909-811b-fc8e9a557441 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:43,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-b6d1d4c1-0f09-4909-811b-fc8e9a557441 2019-01-03 12:00:43,262 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst 2019-01-03 12:00:43,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c92fa23e-0a9f-4461-84e0-102de306c493 x-compute-request-id: req-c92fa23e-0a9f-4461-84e0-102de306c493 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-flavor-name"}]} 2019-01-03 12:00:43,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c92fa23e-0a9f-4461-84e0-102de306c493 2019-01-03 12:00:43,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-607c0ae0-201a-4456-b46a-19d95374fdb6 x-compute-request-id: req-607c0ae0-201a-4456-b46a-19d95374fdb6 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:00:43,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa used request id req-607c0ae0-201a-4456-b46a-19d95374fdb6 2019-01-03 12:00:43,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-26e591b9-8144-40ec-a7c4-a98427b928b8 Date: Thu, 03 Jan 2019 12:00:43 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:00:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:00:16Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "metadata": {}}], "self": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "min_disk": 0, "protected": false, "id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "file": "/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "9889758c5bff46b0ad16d889237d6732", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image"} 2019-01-03 12:00:43,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image used request id req-26e591b9-8144-40ec-a7c4-a98427b928b8 2019-01-03 12:00:43,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:43,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4794a68f-2014-4aa9-bd61-9c9596ce2884 Date: Thu, 03 Jan 2019 12:00: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"}}} 2019-01-03 12:00:43,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-4794a68f-2014-4aa9-bd61-9c9596ce2884 2019-01-03 12:00:43,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "imageRef": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "flavorRef": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "max_count": 1, "min_count": 1, "networks": [{"port": "c19436da-66a0-4e69-b61d-36b95830a4ed"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}]}}' 2019-01-03 12:00:46,497 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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-8402f1a7-283f-465a-b6b2-c6baa6f8e0b8 x-compute-request-id: req-8402f1a7-283f-465a-b6b2-c6baa6f8e0b8 Content-Length: 444 location: http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "adminPass": "UX9Npp3zXv8X"}} 2019-01-03 12:00:46,498 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-8402f1a7-283f-465a-b6b2-c6baa6f8e0b8 2019-01-03 12:00:46,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:46,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e57ba9c4-a5d9-46da-931a-bcdf48d3d1fa x-compute-request-id: req-e57ba9c4-a5d9-46da-931a-bcdf48d3d1fa 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.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:00:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:46,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-e57ba9c4-a5d9-46da-931a-bcdf48d3d1fa 2019-01-03 12:00:46,720 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst 2019-01-03 12:00:46,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:47,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da9f4477-45c9-42b9-a4ee-bed0433c915c x-compute-request-id: req-da9f4477-45c9-42b9-a4ee-bed0433c915c 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.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:00:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:47,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-da9f4477-45c9-42b9-a4ee-bed0433c915c 2019-01-03 12:00:47,077 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - BUILD 2019-01-03 12:00:47,077 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:00:50,081 - create_instance - DEBUG - VM status query timeout in 896.640109062 2019-01-03 12:00:50,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:50,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2693dd6-2d78-478a-8175-a9054e62087a x-compute-request-id: req-f2693dd6-2d78-478a-8175-a9054e62087a 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.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:00:48Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:50,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-f2693dd6-2d78-478a-8175-a9054e62087a 2019-01-03 12:00:50,765 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - BUILD 2019-01-03 12:00:50,765 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:00:53,768 - create_instance - DEBUG - VM status query timeout in 892.952720165 2019-01-03 12:00:53,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:54,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2f00777-8dc2-43a1-87fb-a1782c899fec x-compute-request-id: req-c2f00777-8dc2-43a1-87fb-a1782c899fec 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.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:00:48Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:54,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-c2f00777-8dc2-43a1-87fb-a1782c899fec 2019-01-03 12:00:54,353 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - BUILD 2019-01-03 12:00:54,353 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:00:57,356 - create_instance - DEBUG - VM status query timeout in 889.364375114 2019-01-03 12:00:57,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:57,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e73e9e74-07b6-49bc-99d2-746d8466a89e x-compute-request-id: req-e73e9e74-07b6-49bc-99d2-746d8466a89e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:57,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-e73e9e74-07b6-49bc-99d2-746d8466a89e 2019-01-03 12:00:57,984 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:00:57,985 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:00:57,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:58,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de4e283a-1b9f-467e-87b9-cdf7a4480fe2 x-compute-request-id: req-de4e283a-1b9f-467e-87b9-cdf7a4480fe2 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:58,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-de4e283a-1b9f-467e-87b9-cdf7a4480fe2 2019-01-03 12:00:58,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:58,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e4d37837-e14c-4f4e-a976-cd379a6d3390 Date: Thu, 03 Jan 2019 12:00: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:00:58,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-e4d37837-e14c-4f4e-a976-cd379a6d3390 2019-01-03 12:00:58,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:58,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b14ca2-bf65-4c6f-ace7-a7c4fe46ca9e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:00:58,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-c5b14ca2-bf65-4c6f-ace7-a7c4fe46ca9e 2019-01-03 12:00:58,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:58,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-90b31197-e842-4258-a646-68bc7e2112d2 Date: Thu, 03 Jan 2019 12:00:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:00:58,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-90b31197-e842-4258-a646-68bc7e2112d2 2019-01-03 12:00:58,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:59,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-24f995b8-f4d1-4817-af7e-5d51237cc032 Date: Thu, 03 Jan 2019 12:00:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:00:59,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-24f995b8-f4d1-4817-af7e-5d51237cc032 2019-01-03 12:00:59,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:00:59,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-e61117c4-f7b4-40b5-bd44-d58a270080b6 x-compute-request-id: req-e61117c4-f7b4-40b5-bd44-d58a270080b6 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:00:59,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-e61117c4-f7b4-40b5-bd44-d58a270080b6 2019-01-03 12:00:59,624 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:00:59,624 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:00:59,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:00,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:00: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-f23eae24-7f28-4ca8-afd8-726f0fc692d1 x-compute-request-id: req-f23eae24-7f28-4ca8-afd8-726f0fc692d1 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:00,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-f23eae24-7f28-4ca8-afd8-726f0fc692d1 2019-01-03 12:01:00,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:00,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f73b9140-8973-4c9f-9969-f5bf92724b99 Date: Thu, 03 Jan 2019 12:01: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:00,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-f73b9140-8973-4c9f-9969-f5bf92724b99 2019-01-03 12:01:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98549bb-59d7-440f-a896-7bfb555b81f0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:00,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-a98549bb-59d7-440f-a896-7bfb555b81f0 2019-01-03 12:01:00,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:00,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-00149721-66c7-4f60-9819-ada7277bf847 Date: Thu, 03 Jan 2019 12:01:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:00,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-00149721-66c7-4f60-9819-ada7277bf847 2019-01-03 12:01:00,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:00,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-d27c1386-0365-4dc5-922d-1529234dd1bf Date: Thu, 03 Jan 2019 12:01:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:00,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-d27c1386-0365-4dc5-922d-1529234dd1bf 2019-01-03 12:01:00,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}}' 2019-01-03 12:01:01,636 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-f961d745-b004-47b3-b0c7-4a65eb3811f1 x-compute-request-id: req-f961d745-b004-47b3-b0c7-4a65eb3811f1 Content-Length: 0 Content-Type: application/json 2019-01-03 12:01:01,637 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e/action used request id req-f961d745-b004-47b3-b0c7-4a65eb3811f1 2019-01-03 12:01:01,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:01,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-177bcc9c-ef3c-4097-8f95-76b2a4ce1f4a Date: Thu, 03 Jan 2019 12:01:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:23Z", "admin_state_up": true, "updated_at": "2019-01-03T12:00:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router"}]} 2019-01-03 12:01:01,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router used request id req-177bcc9c-ef3c-4097-8f95-76b2a4ce1f4a 2019-01-03 12:01:01,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:01,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516283e9-0757-4301-b716-63b350c712ef Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:01,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-516283e9-0757-4301-b716-63b350c712ef 2019-01-03 12:01:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:02,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-bbcb6317-35cd-4469-84f4-263fce10981c Date: Thu, 03 Jan 2019 12:01:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:02,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=35a8d577-4d19-4f2f-a21b-a7c81eaf9602 used request id req-bbcb6317-35cd-4469-84f4-263fce10981c 2019-01-03 12:01:02,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:02,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0e5b6956-10b3-4bd0-af6b-d29e39921d63 Date: Thu, 03 Jan 2019 12:01:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","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":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}} 2019-01-03 12:01:02,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d used request id req-0e5b6956-10b3-4bd0-af6b-d29e39921d63 2019-01-03 12:01:02,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:02,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1ebe4b6-9bb2-4a95-9f69-f6e2356d0f3f Date: Thu, 03 Jan 2019 12:01:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:01:02,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e1ebe4b6-9bb2-4a95-9f69-f6e2356d0f3f 2019-01-03 12:01:02,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:02,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9ee4e899-b5bd-40a9-a0db-466b3d99f9d0 Date: Thu, 03 Jan 2019 12:01:02 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:01:02,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-9ee4e899-b5bd-40a9-a0db-466b3d99f9d0 2019-01-03 12:01:02,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:02,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-877d9b6c-78a1-4f65-9e3b-60234bcceeab x-compute-request-id: req-877d9b6c-78a1-4f65-9e3b-60234bcceeab Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:02,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-877d9b6c-78a1-4f65-9e3b-60234bcceeab 2019-01-03 12:01:02,973 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:02,973 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:01:02,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80bbefb1-f1a8-4a09-8a9a-bbc7ac44450c x-compute-request-id: req-80bbefb1-f1a8-4a09-8a9a-bbc7ac44450c Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:03,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-80bbefb1-f1a8-4a09-8a9a-bbc7ac44450c 2019-01-03 12:01:03,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-702592b8-ec54-4765-92a5-3ceb515fb0e1 Date: Thu, 03 Jan 2019 12:01: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:03,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-702592b8-ec54-4765-92a5-3ceb515fb0e1 2019-01-03 12:01:03,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e4cead-026e-4804-92ca-c42045ca0472 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:03,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-28e4cead-026e-4804-92ca-c42045ca0472 2019-01-03 12:01:03,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ab96016a-8e23-4cc2-b86c-b18f299e58e8 Date: Thu, 03 Jan 2019 12:01:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:03,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-ab96016a-8e23-4cc2-b86c-b18f299e58e8 2019-01-03 12:01:03,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-124b330d-7fc3-4ddb-9314-93ed2a5c3854 Date: Thu, 03 Jan 2019 12:01:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:03,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-124b330d-7fc3-4ddb-9314-93ed2a5c3854 2019-01-03 12:01:03,710 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 12:01:03,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:03,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c3d166e6-b317-4a53-9278-ac83a2f2fdbf Date: Thu, 03 Jan 2019 12:01:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:01:03,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-c3d166e6-b317-4a53-9278-ac83a2f2fdbf 2019-01-03 12:01:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:04,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-875402bd-7be5-48b8-b346-3145d169178e Date: Thu, 03 Jan 2019 12:01:04 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:01:04,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-875402bd-7be5-48b8-b346-3145d169178e 2019-01-03 12:01:04,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "c19436da-66a0-4e69-b61d-36b95830a4ed"}}' 2019-01-03 12:01:06,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-899b710b-1e82-4acd-8e97-1bbe46f85096 Date: Thu, 03 Jan 2019 12:01:06 GMT RESP BODY: {"floatingip": {"router_id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602", "status": "DOWN", "description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:01:05Z", "updated_at": "2019-01-03T12:01:05Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "9889758c5bff46b0ad16d889237d6732", "port_id": "c19436da-66a0-4e69-b61d-36b95830a4ed", "id": "560e4799-a119-4e09-a8e2-defd3809832b"}} 2019-01-03 12:01:06,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-899b710b-1e82-4acd-8e97-1bbe46f85096 2019-01-03 12:01:06,135 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:01:06,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:06,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-cd130ac9-e242-46a4-a3b9-23499eaf291c x-compute-request-id: req-cd130ac9-e242-46a4-a3b9-23499eaf291c Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:06,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-cd130ac9-e242-46a4-a3b9-23499eaf291c 2019-01-03 12:01:06,836 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:06,836 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:01:06,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:07,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-73d01f3c-2412-4fc0-a29e-5b3277652ea4 x-compute-request-id: req-73d01f3c-2412-4fc0-a29e-5b3277652ea4 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:07,439 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-73d01f3c-2412-4fc0-a29e-5b3277652ea4 2019-01-03 12:01:07,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:07,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9e2f7015-015c-4023-9c97-3be6b454a3b7 Date: Thu, 03 Jan 2019 12: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:07,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-9e2f7015-015c-4023-9c97-3be6b454a3b7 2019-01-03 12:01:07,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:07,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7b18a4-eac4-4827-8447-31ea9a0609fe Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:07,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-bd7b18a4-eac4-4827-8447-31ea9a0609fe 2019-01-03 12:01:07,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:07,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-45ddabcf-0bd5-401e-ad08-5786f6b7df7f Date: Thu, 03 Jan 2019 12:01:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:07,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-45ddabcf-0bd5-401e-ad08-5786f6b7df7f 2019-01-03 12:01:07,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:08,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-ed583f94-fd65-486d-b4f9-00d3f72fbfda Date: Thu, 03 Jan 2019 12:01:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:08,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-ed583f94-fd65-486d-b4f9-00d3f72fbfda 2019-01-03 12:01:08,028 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2019-01-03 12:01:08,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:08,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01: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-97cd202b-2e1e-4f35-bfa4-1235f8002010 x-compute-request-id: req-97cd202b-2e1e-4f35-bfa4-1235f8002010 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:08,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-97cd202b-2e1e-4f35-bfa4-1235f8002010 2019-01-03 12:01:08,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:01:09,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01: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-4a86e757-9aed-4270-b1ca-a60935175153 x-compute-request-id: req-4a86e757-9aed-4270-b1ca-a60935175153 Content-Encoding: gzip Content-Length: 9623 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 485929268 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.131954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133766] pid_max: default: 32768 minimum: 301\n[ 0.134779] ACPI: Core revision 20150930\n[ 0.136252] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137681] Security Framework initialized\n[ 0.138551] Yama: becoming mindful.\n[ 0.139348] AppArmor: AppArmor initialized\n[ 0.140230] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141624] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143013] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144306] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145792] Initializing cgroup subsys io\n[ 0.146659] Initializing cgroup subsys memory\n[ 0.147664] Initializing cgroup subsys devices\n[ 0.148623] Initializing cgroup subsys freezer\n[ 0.149566] Initializing cgroup subsys net_cls\n[ 0.150513] Initializing cgroup subsys perf_event\n[ 0.151560] Initializing cgroup subsys net_prio\n[ 0.152539] Initializing cgroup subsys hugetlb\n[ 0.153490] Initializing cgroup subsys pids\n[ 0.154422] CPU: Physical Processor ID: 0\n[ 0.156021] mce: CPU supports 10 MCE banks\n[ 0.156910] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157983] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.160404] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166911] ftrace: allocating 31920 entries in 125 pages\n[ 0.193046] smpboot: Max logical packages: 2\n[ 0.193979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.195259] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196675] x2apic enabled\n[ 0.197514] Switched APIC routing to physical x2apic.\n[ 0.199349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200691] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203061] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205183] KVM setup paravirtual spinlock\n[ 0.206689] x86: Booting SMP configuration:\n[ 0.207629] .... node #0, CPUs: #1\n[ 0.208602] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.230260] x86: Booted up 1 node, 2 CPUs\n[ 0.230262] KVM setup async PF for cpu 1\n[ 0.230265] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232823] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234302] devtmpfs: initialized\n[ 0.236002] evm: security.selinux\n[ 0.236687] evm: security.SMACK64\n[ 0.237365] evm: security.SMACK64EXEC\n[ 0.238096] evm: security.SMACK64TRANSMUTE\n[ 0.238898] evm: security.SMACK64MMAP\n[ 0.239633] evm: security.ima\n[ 0.240259] evm: security.capability\n[ 0.241101] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242940] pinctrl core: initialized pinctrl subsystem\n[ 0.244178] RTC time: 12:00:54, date: 01/03/19\n[ 0.245341] NET: Registered protocol family 16\n[ 0.254934] cpuidle: using governor ladder\n[ 0.266957] cpuidle: using governor menu\n[ 0.268005] PCCT header not found.\n[ 0.268937] ACPI: bus type PCI registered\n[ 0.269898] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271398] PCI: Using configuration type 1 for base access\n[ 0.283669] ACPI: Added _OSI(Module Device)\n[ 0.284669] ACPI: Added _OSI(Processor Device)\n[ 0.285732] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286780] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289261] ACPI: Interpreter enabled\n[ 0.290174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.297086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.299620] ACPI: (supports S0 S5)\n[ 0.300500] ACPI: Using IOAPIC for interrupt routing\n[ 0.301745] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.305580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.307065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.308644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.313091] acpiphp: Slot [3] registered\n[ 0.314063] acpiphp: Slot [4] registered\n[ 0.315114] acpiphp: Slot [5] registered\n[ 0.316109] acpiphp: Slot [6] registered\n[ 0.317057] acpiphp: Slot [7] registered\n[ 0.318021] acpiphp: Slot [8] registered\n[ 0.318962] acpiphp: Slot [9] registered\n[ 0.319898] acpiphp: Slot [10] registered\n[ 0.330942] acpiphp: Slot [11] registered\n[ 0.331839] acpiphp: Slot [12] registered\n[ 0.332773] acpiphp: Slot [13] registered\n[ 0.333661] acpiphp: Slot [14] registered\n[ 0.334595] acpiphp: Slot [15] registered\n[ 0.335530] acpiphp: Slot [16] registered\n[ 0.336443] acpiphp: Slot [17] registered\n[ 0.337362] acpiphp: Slot [18] registered\n[ 0.338263] acpiphp: Slot [19] registered\n[ 0.339178] acpiphp: Slot [20] registered\n[ 0.340090] acpiphp: Slot [21] registered\n[ 0.340980] acpiphp: Slot [22] registered\n[ 0.341891] acpiphp: Slot [23] registered\n[ 0.342796] acpiphp: Slot [24] registered\n[ 0.343706] acpiphp: Slot [25] registered\n[ 0.344617] acpiphp: Slot [26] registered\n[ 0.345537] acpiphp: Slot [27] registered\n[ 0.346464] acpiphp: Slot [28] registered\n[ 0.347369] acpiphp: Slot [29] registered\n[ 0.348283] acpiphp: Slot [30] registered\n[ 0.349190] acpiphp: Slot [31] registered\n[ 0.350113] PCI host bridge to bus 0000:00\n[ 0.351024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.352413] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.353790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.355432] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.357042] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.363280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364762] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.366084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.374240] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.375856] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.422842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.424472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.426032] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.427584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.429130] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.431000] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.432320] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.433499] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.435256] vgaarb: loaded\n[ 0.435959] vgaarb: bridge control possible 0000:00:02.0\n[ 0.437217] SCSI subsystem initialized\n[ 0.438119] ACPI: bus type USB registered\n[ 0.439066] usbcore: registered new interface driver usbfs\n[ 0.440196] usbcore: registered new interface driver hub\n[ 0.441302] usbcore: registered new device driver usb\n[ 0.442544] PCI: Using ACPI for IRQ routing\n[ 0.443649] NetLabel: Initializing\n[ 0.444464] NetLabel: domain hash size = 128\n[ 0.445389] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.446405] NetLabel: unlabeled traffic allowed by default\n[ 0.447622] clocksource: Switched to clocksource kvm-clock\n[ 0.453709] AppArmor: AppArmor Filesystem Enabled\n[ 0.454804] pnp: PnP ACPI init\n[ 0.455816] pnp: PnP ACPI: found 5 devices\n[ 0.463256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.465161] NET: Registered protocol family 2\n[ 0.466287] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.467725] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.469006] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.470283] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.471456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.472735] NET: Registered protocol family 1\n[ 0.473658] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.474848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.476000] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.494675] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.513586] Trying to unpack rootfs image as initramfs...\n[ 0.564797] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.578948] Scanning for low memory corruption every 60 seconds\n[ 0.580384] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.581586] audit: initializing netlink subsys (disabled)\n[ 0.582655] audit: type=2000 audit(1546516854.862:1): initialized\n[ 0.584042] Initialise system trusted keyring\n[ 0.585072] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.586298] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.588449] zbud: loaded\n[ 0.589204] VFS: Disk quotas dquot_6.6.0\n[ 0.590078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.591711] fuse init (API version 7.23)\n[ 0.592661] Key type big_key registered\n[ 0.593495] Allocating IMA MOK and blacklist keyrings.\n[ 0.594781] Key type asymmetric registered\n[ 0.595628] Asymmetric key parser 'x509' registered\n[ 0.596611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.598122] io scheduler noop registered\n[ 0.598953] io scheduler deadline registered (default)\n[ 0.599963] io scheduler cfq registered\n[ 0.600808] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.601893] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.603190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.604669] ACPI: Power Button [PWRF]\n[ 0.605562] GHES: HEST is not enabled!\n[ 0.624336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.664179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.688255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690498] Linux agpgart interface v0.103\n[ 0.692913] brd: module loaded\n[ 0.694339] loop: module loaded\n[ 0.699947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.701607] GPT:90111 != 20971519\n[ 0.702326] GPT:Alternate GPT header not at the end of the disk.\n[ 0.703500] GPT:90111 != 20971519\n[ 0.704246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.705273] vda: vda1 vda15\n[ 0.706812] scsi host0: ata_piix\n[ 0.707672] scsi host1: ata_piix\n[ 0.708410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.709700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.711211] libphy: Fixed MDIO Bus: probed\n[ 0.712169] tun: Universal TUN/TAP device driver, 1.6\n[ 0.713181] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.715207] PPP generic driver version 2.4.2\n[ 0.716253] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717556] ehci-pci: EHCI PCI platform driver\n[ 0.718477] ehci-platform: EHCI generic platform driver\n[ 0.719536] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721139] ohci-pci: OHCI PCI platform driver\n[ 0.722305] ohci-platform: OHCI generic platform driver\n[ 0.723676] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.744067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.745124] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.746618] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.747653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.748832] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.750091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.751559] usb usb1: Product: UHCI Host Controller\n[ 0.752559] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.753729] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.754821] hub 1-0:1.0: USB hub found\n[ 0.755618] hub 1-0:1.0: 2 ports detected\n[ 0.756558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.758805] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.759796] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.760857] mousedev: PS/2 mouse device common for all mice\n[ 0.762066] rtc_cmos 00:00: RTC can wake from S4\n[ 0.763327] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.765138] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767084] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.768822] i2c /dev entries driver\n[ 0.769647] device-mapper: uevent: version 1.0.3\n[ 0.770708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.772509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.774000] NET: Registered protocol family 10\n[ 0.775110] NET: Registered protocol family 17\n[ 0.776118] Key type dns_resolver registered\n[ 0.777175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.778387] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.779685] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.781663] registered taskstats version 1\n[ 0.782574] Loading compiled-in X.509 certificates\n[ 0.784147] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.786215] zswap: loaded using pool lzo/zbud\n[ 0.787796] Key type trusted registered\n[ 0.789566] Key type encrypted registered\n[ 0.790478] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.791610] ima: No TPM chip found, activating TPM-bypass!\n[ 0.792766] evm: HMAC attrs: 0x1\n[ 0.793785] Magic number: 3:426:25\n[ 0.794759] rtc_cmos 00:00: setting system clock to 2019-01-03 12:00:54 UTC (1546516854)\n[ 0.806671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.807967] EDD information not available.\n[ 0.868627] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.870323] Write protecting the kernel read-only data: 14336k\n[ 0.872085] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.874051] 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.945265] 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.18\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.49. iid=i-00000110\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMWDFDpdCPlPssS0WIChEC6cp1XrchA9CM5Qvx5J0sYHw7lAvRc5h9utESexo1ErSE5n2Rbr3/GYSQ66q1WwVYSO3o9mYajIhc9r26iWlUIg04X9lqELkiInm/2B0Ik39lBwc99/1bmrInJRtfvQtSVackAvGh1sZuTsaCIYmW8Ar5E7/hvY6od+nnufWdSVC+jUeugx0xgb/soUaOUucun93swBCwlnNY67Q+KYo69vrB1UX4DW+u3fq+Pu7meeVyqRKIBw/Z6njsLdwgdN5Qg83t4ROSNIL5t/iIyhWiGFRSrapmJ5Ri2QL+EXzAeT9Uo0JFRR7D0mTqc83GLv8p root@createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c\nssh-dss AAAAB3NzaC1kc3MAAACBAMeXk7WxN4PLQBm3UnSJD7DRTV7aYahTGQUUQe0hVHEIYcPv7RX5MNFqPDlqaxsfALN1Nb48KoOUL5nUX1/E7glqOYJIe8h9xOf4BINYGqlMWtAYf7T6Cvr3F6kpcfGQyDEzgWm4bqqyPyL8+phvmpOUe0R6XsNKOomATta8+UmBAAAAFQCX8p3SY2RjrvIh7bfj8JysIj4dAQAAAIBnLbe8ledRtBb3B8EADpK/vyDHORRTIqxmz65z57kWsyanuqamBwjNUPIK3Gca4icULwqyQm8AVXQJch2NX9CuU05N2j29ddKlG+wvmRFHqHQiMrqMUX4S0IRY14wqhD4QD76iRaGP/HA4goFxUMFEdlaBrM9ZjTfbV9NiVpSVswAAAIAS0V/vSOv+WaA/iHnn23sGayKkAVHZWd+hUv1hUAamqYBnAJZ9UkWLu9ST1irQ5AYT3ftzvNS+nVYq7Zx/xk7O9y3+CSxViSItuaijJBnWSTWMsTw06mxPyVXmH0YK72ZkU9FM7py27lYfHfC0Eo5qlSFypnzjOXRE3AtA+pKzvA== root@createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c\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:fe7b:be5a/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.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-00000110\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.33 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c login: "} 2019-01-03 12:01:09,421 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e/action used request id req-4a86e757-9aed-4270-b1ca-a60935175153 2019-01-03 12:01:09,423 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 12:01:09,423 - 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 485929268 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.131954] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133766] pid_max: default: 32768 minimum: 301 [ 0.134779] ACPI: Core revision 20150930 [ 0.136252] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137681] Security Framework initialized [ 0.138551] Yama: becoming mindful. [ 0.139348] AppArmor: AppArmor initialized [ 0.140230] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141624] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143013] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144306] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145792] Initializing cgroup subsys io [ 0.146659] Initializing cgroup subsys memory [ 0.147664] Initializing cgroup subsys devices [ 0.148623] Initializing cgroup subsys freezer [ 0.149566] Initializing cgroup subsys net_cls [ 0.150513] Initializing cgroup subsys perf_event [ 0.151560] Initializing cgroup subsys net_prio [ 0.152539] Initializing cgroup subsys hugetlb [ 0.153490] Initializing cgroup subsys pids [ 0.154422] CPU: Physical Processor ID: 0 [ 0.156021] mce: CPU supports 10 MCE banks [ 0.156910] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157983] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.160404] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166911] ftrace: allocating 31920 entries in 125 pages [ 0.193046] smpboot: Max logical packages: 2 [ 0.193979] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.195259] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196675] x2apic enabled [ 0.197514] Switched APIC routing to physical x2apic. [ 0.199349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200691] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203061] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205183] KVM setup paravirtual spinlock [ 0.206689] x86: Booting SMP configuration: [ 0.207629] .... node #0, CPUs: #1 [ 0.208602] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.230260] x86: Booted up 1 node, 2 CPUs [ 0.230262] KVM setup async PF for cpu 1 [ 0.230265] kvm-stealtime: cpu 1, msr f90d940 [ 0.232823] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234302] devtmpfs: initialized [ 0.236002] evm: security.selinux [ 0.236687] evm: security.SMACK64 [ 0.237365] evm: security.SMACK64EXEC [ 0.238096] evm: security.SMACK64TRANSMUTE [ 0.238898] evm: security.SMACK64MMAP [ 0.239633] evm: security.ima [ 0.240259] evm: security.capability [ 0.241101] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242940] pinctrl core: initialized pinctrl subsystem [ 0.244178] RTC time: 12:00:54, date: 01/03/19 [ 0.245341] NET: Registered protocol family 16 [ 0.254934] cpuidle: using governor ladder [ 0.266957] cpuidle: using governor menu [ 0.268005] PCCT header not found. [ 0.268937] ACPI: bus type PCI registered [ 0.269898] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.271398] PCI: Using configuration type 1 for base access [ 0.283669] ACPI: Added _OSI(Module Device) [ 0.284669] ACPI: Added _OSI(Processor Device) [ 0.285732] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286780] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289261] ACPI: Interpreter enabled [ 0.290174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.292476] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.294790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.297086] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.299620] ACPI: (supports S0 S5) [ 0.300500] ACPI: Using IOAPIC for interrupt routing [ 0.301745] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.305580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.307065] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.308644] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.313091] acpiphp: Slot [3] registered [ 0.314063] acpiphp: Slot [4] registered [ 0.315114] acpiphp: Slot [5] registered [ 0.316109] acpiphp: Slot [6] registered [ 0.317057] acpiphp: Slot [7] registered [ 0.318021] acpiphp: Slot [8] registered [ 0.318962] acpiphp: Slot [9] registered [ 0.319898] acpiphp: Slot [10] registered [ 0.330942] acpiphp: Slot [11] registered [ 0.331839] acpiphp: Slot [12] registered [ 0.332773] acpiphp: Slot [13] registered [ 0.333661] acpiphp: Slot [14] registered [ 0.334595] acpiphp: Slot [15] registered [ 0.335530] acpiphp: Slot [16] registered [ 0.336443] acpiphp: Slot [17] registered [ 0.337362] acpiphp: Slot [18] registered [ 0.338263] acpiphp: Slot [19] registered [ 0.339178] acpiphp: Slot [20] registered [ 0.340090] acpiphp: Slot [21] registered [ 0.340980] acpiphp: Slot [22] registered [ 0.341891] acpiphp: Slot [23] registered [ 0.342796] acpiphp: Slot [24] registered [ 0.343706] acpiphp: Slot [25] registered [ 0.344617] acpiphp: Slot [26] registered [ 0.345537] acpiphp: Slot [27] registered [ 0.346464] acpiphp: Slot [28] registered [ 0.347369] acpiphp: Slot [29] registered [ 0.348283] acpiphp: Slot [30] registered [ 0.349190] acpiphp: Slot [31] registered [ 0.350113] PCI host bridge to bus 0000:00 [ 0.351024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.352413] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.353790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.355432] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.357042] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.363280] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.364762] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.366084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.367527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.374240] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.375856] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.422842] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.424472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.426032] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.427584] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.429130] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.431000] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.432320] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.433499] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.435256] vgaarb: loaded [ 0.435959] vgaarb: bridge control possible 0000:00:02.0 [ 0.437217] SCSI subsystem initialized [ 0.438119] ACPI: bus type USB registered [ 0.439066] usbcore: registered new interface driver usbfs [ 0.440196] usbcore: registered new interface driver hub [ 0.441302] usbcore: registered new device driver usb [ 0.442544] PCI: Using ACPI for IRQ routing [ 0.443649] NetLabel: Initializing [ 0.444464] NetLabel: domain hash size = 128 [ 0.445389] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.446405] NetLabel: unlabeled traffic allowed by default [ 0.447622] clocksource: Switched to clocksource kvm-clock [ 0.453709] AppArmor: AppArmor Filesystem Enabled [ 0.454804] pnp: PnP ACPI init [ 0.455816] pnp: PnP ACPI: found 5 devices [ 0.463256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.465161] NET: Registered protocol family 2 [ 0.466287] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.467725] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.469006] TCP: Hash tables configured (established 2048 bind 2048) [ 0.470283] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.471456] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.472735] NET: Registered protocol family 1 [ 0.473658] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.474848] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.476000] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.494675] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.513586] Trying to unpack rootfs image as initramfs... [ 0.564797] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.578948] Scanning for low memory corruption every 60 seconds [ 0.580384] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.581586] audit: initializing netlink subsys (disabled) [ 0.582655] audit: type=2000 audit(1546516854.862:1): initialized [ 0.584042] Initialise system trusted keyring [ 0.585072] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.586298] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.588449] zbud: loaded [ 0.589204] VFS: Disk quotas dquot_6.6.0 [ 0.590078] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.591711] fuse init (API version 7.23) [ 0.592661] Key type big_key registered [ 0.593495] Allocating IMA MOK and blacklist keyrings. [ 0.594781] Key type asymmetric registered [ 0.595628] Asymmetric key parser 'x509' registered [ 0.596611] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.598122] io scheduler noop registered [ 0.598953] io scheduler deadline registered (default) [ 0.599963] io scheduler cfq registered [ 0.600808] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.601893] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.603190] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.604669] ACPI: Power Button [PWRF] [ 0.605562] GHES: HEST is not enabled! [ 0.624336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.661767] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.664179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.688255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690498] Linux agpgart interface v0.103 [ 0.692913] brd: module loaded [ 0.694339] loop: module loaded [ 0.699947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.701607] GPT:90111 != 20971519 [ 0.702326] GPT:Alternate GPT header not at the end of the disk. [ 0.703500] GPT:90111 != 20971519 [ 0.704246] GPT: Use GNU Parted to correct GPT errors. [ 0.705273] vda: vda1 vda15 [ 0.706812] scsi host0: ata_piix [ 0.707672] scsi host1: ata_piix [ 0.708410] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.709700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.711211] libphy: Fixed MDIO Bus: probed [ 0.712169] tun: Universal TUN/TAP device driver, 1.6 [ 0.713181] tun: (C) 1999-2004 Max Krasnyansky [ 0.715207] PPP generic driver version 2.4.2 [ 0.716253] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717556] ehci-pci: EHCI PCI platform driver [ 0.718477] ehci-platform: EHCI generic platform driver [ 0.719536] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721139] ohci-pci: OHCI PCI platform driver [ 0.722305] ohci-platform: OHCI generic platform driver [ 0.723676] uhci_hcd: USB Universal Host Controller Interface driver [ 0.744067] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.745124] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.746618] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.747653] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.748832] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.750091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.751559] usb usb1: Product: UHCI Host Controller [ 0.752559] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.753729] usb usb1: SerialNumber: 0000:00:01.2 [ 0.754821] hub 1-0:1.0: USB hub found [ 0.755618] hub 1-0:1.0: 2 ports detected [ 0.756558] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.758805] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.759796] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.760857] mousedev: PS/2 mouse device common for all mice [ 0.762066] rtc_cmos 00:00: RTC can wake from S4 [ 0.763327] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.765138] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767084] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.768822] i2c /dev entries driver [ 0.769647] device-mapper: uevent: version 1.0.3 [ 0.770708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.772509] ledtrig-cpu: registered to indicate activity on CPUs [ 0.774000] NET: Registered protocol family 10 [ 0.775110] NET: Registered protocol family 17 [ 0.776118] Key type dns_resolver registered [ 0.777175] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.778387] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.779685] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.781663] registered taskstats version 1 [ 0.782574] Loading compiled-in X.509 certificates [ 0.784147] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.786215] zswap: loaded using pool lzo/zbud [ 0.787796] Key type trusted registered [ 0.789566] Key type encrypted registered [ 0.790478] AppArmor: AppArmor sha1 policy hashing enabled [ 0.791610] ima: No TPM chip found, activating TPM-bypass! [ 0.792766] evm: HMAC attrs: 0x1 [ 0.793785] Magic number: 3:426:25 [ 0.794759] rtc_cmos 00:00: setting system clock to 2019-01-03 12:00:54 UTC (1546516854) [ 0.806671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.807967] EDD information not available. [ 0.868627] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.870323] Write protecting the kernel read-only data: 14336k [ 0.872085] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.874051] 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.945265] 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.18 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.49. iid=i-00000110 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMWDFDpdCPlPssS0WIChEC6cp1XrchA9CM5Qvx5J0sYHw7lAvRc5h9utESexo1ErSE5n2Rbr3/GYSQ66q1WwVYSO3o9mYajIhc9r26iWlUIg04X9lqELkiInm/2B0Ik39lBwc99/1bmrInJRtfvQtSVackAvGh1sZuTsaCIYmW8Ar5E7/hvY6od+nnufWdSVC+jUeugx0xgb/soUaOUucun93swBCwlnNY67Q+KYo69vrB1UX4DW+u3fq+Pu7meeVyqRKIBw/Z6njsLdwgdN5Qg83t4ROSNIL5t/iIyhWiGFRSrapmJ5Ri2QL+EXzAeT9Uo0JFRR7D0mTqc83GLv8p root@createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c ssh-dss AAAAB3NzaC1kc3MAAACBAMeXk7WxN4PLQBm3UnSJD7DRTV7aYahTGQUUQe0hVHEIYcPv7RX5MNFqPDlqaxsfALN1Nb48KoOUL5nUX1/E7glqOYJIe8h9xOf4BINYGqlMWtAYf7T6Cvr3F6kpcfGQyDEzgWm4bqqyPyL8+phvmpOUe0R6XsNKOomATta8+UmBAAAAFQCX8p3SY2RjrvIh7bfj8JysIj4dAQAAAIBnLbe8ledRtBb3B8EADpK/vyDHORRTIqxmz65z57kWsyanuqamBwjNUPIK3Gca4icULwqyQm8AVXQJch2NX9CuU05N2j29ddKlG+wvmRFHqHQiMrqMUX4S0IRY14wqhD4QD76iRaGP/HA4goFxUMFEdlaBrM9ZjTfbV9NiVpSVswAAAIAS0V/vSOv+WaA/iHnn23sGayKkAVHZWd+hUv1hUAamqYBnAJZ9UkWLu9ST1irQ5AYT3ftzvNS+nVYq7Zx/xk7O9y3+CSxViSItuaijJBnWSTWMsTw06mxPyVXmH0YK72ZkU9FM7py27lYfHfC0Eo5qlSFypnzjOXRE3AtA+pKzvA== root@createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c -----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:fe7b:be5a/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.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-00000110 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c launch-index: 0 === cirros: current=0.4.0 uptime=3.33 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-ad6516c9-d91f-47c1-acc6-61d51c login: 2019-01-03 12:01:09,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:09,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-aa51d7f8-6e67-4711-ab1e-2b315be87f50 x-compute-request-id: req-aa51d7f8-6e67-4711-ab1e-2b315be87f50 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:09,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-aa51d7f8-6e67-4711-ab1e-2b315be87f50 2019-01-03 12:01:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:10,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7ba49c23-54e7-469d-8e42-367f8b62282a Date: Thu, 03 Jan 2019 12:01: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:10,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-7ba49c23-54e7-469d-8e42-367f8b62282a 2019-01-03 12:01:10,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:10,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad45e88-b7d7-48e8-bae4-c588425550fa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:10,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-8ad45e88-b7d7-48e8-bae4-c588425550fa 2019-01-03 12:01:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:10,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6335abb5-7214-4f27-a92f-020a816e88ae Date: Thu, 03 Jan 2019 12:01:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:10,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-6335abb5-7214-4f27-a92f-020a816e88ae 2019-01-03 12:01:10,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:10,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-fa084715-55cb-40ad-8a88-99e35a0517bd Date: Thu, 03 Jan 2019 12:01:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:10,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-fa084715-55cb-40ad-8a88-99e35a0517bd 2019-01-03 12:01:10,248 - create_instance - INFO - Checking if VM is active 2019-01-03 12:01:10,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:10,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d95a7007-4d1c-4d6d-910c-4a790c3e779d x-compute-request-id: req-d95a7007-4d1c-4d6d-910c-4a790c3e779d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:10,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-d95a7007-4d1c-4d6d-910c-4a790c3e779d 2019-01-03 12:01:10,572 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:10,572 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:01:10,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:11,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f206a49a-848e-4382-b26d-884f0ca115dc x-compute-request-id: req-f206a49a-848e-4382-b26d-884f0ca115dc Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:11,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-f206a49a-848e-4382-b26d-884f0ca115dc 2019-01-03 12:01:11,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:11,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1d1af99e-6f4c-48fa-9761-7782cce74454 Date: Thu, 03 Jan 2019 12:01: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:11,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-1d1af99e-6f4c-48fa-9761-7782cce74454 2019-01-03 12:01:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:11,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25555b2a-7004-49ff-b256-ccb308cbf05f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:11,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-25555b2a-7004-49ff-b256-ccb308cbf05f 2019-01-03 12:01:11,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:11,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2702a8d2-4f65-4d5f-b852-049008a050c4 Date: Thu, 03 Jan 2019 12:01:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:11,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-2702a8d2-4f65-4d5f-b852-049008a050c4 2019-01-03 12:01:11,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:11,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-76c100d6-21a8-4f5d-8c29-41a9c28d572e Date: Thu, 03 Jan 2019 12:01:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:11,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-76c100d6-21a8-4f5d-8c29-41a9c28d572e 2019-01-03 12:01:11,669 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:01:11,673 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e829d90L 2019-01-03 12:01:11,674 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:01:11,674 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:01:11,674 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:01:11,676 - 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 2019-01-03 12:01:11,676 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:01:11,676 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:01:11,676 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:01:11,676 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:01:11,676 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:01:11,694 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:01:11,695 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:01:11,706 - paramiko.transport - DEBUG - Trying key f7ce870135ed145b0cb6d04b3e18e30e from tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09 2019-01-03 12:01:11,734 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:01:11,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:01:11,838 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:01:11,852 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:01:11,852 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:01:11,854 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e829d90L 2019-01-03 12:01:11,855 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:01:11,855 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:01:11,855 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:01:11,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 2019-01-03 12:01:11,856 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:01:11,856 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:01:11,857 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:01:11,857 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:01:11,857 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:01:11,877 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:01:11,878 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:01:11,887 - paramiko.transport - DEBUG - Trying key f7ce870135ed145b0cb6d04b3e18e30e from tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09 2019-01-03 12:01:11,914 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:01:11,919 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:01:11,951 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:01:11,952 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 12:01:11,953 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:01:11,954 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:01:11,955 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:01:11,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:11,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:12,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "38f2245196ec4269be9c54cc8117f7f3", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role"}], "expires_at": "2019-01-03T13:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9889758c5bff46b0ad16d889237d6732", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/9889758c5bff46b0ad16d889237d6732", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user", "id": "c377a6c1ce1e43d4a54bc0b8f9fc3186"}, "audit_ids": ["4a0DiMKFSjicbHHLXyAQeA"], "issued_at": "2019-01-03T12:01:12.000000Z"}} 2019-01-03 12:01:12,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:12,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12bd3640-398a-4071-bbb3-0a585142b134 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:12,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-12bd3640-398a-4071-bbb3-0a585142b134 2019-01-03 12:01:12,408 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:01:12,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:12,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7fb47f5-a668-4bbd-91cf-41a24c094fc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:12,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-d7fb47f5-a668-4bbd-91cf-41a24c094fc1 2019-01-03 12:01:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:12,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f3ed9724-6808-4c9f-a866-21283e4f7411 Date: Thu, 03 Jan 2019 12: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:12,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-f3ed9724-6808-4c9f-a866-21283e4f7411 2019-01-03 12:01:12,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:01:12,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:01:12,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:12,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af684636-cacc-4d78-8285-cc7b703608f4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:12,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-af684636-cacc-4d78-8285-cc7b703608f4 2019-01-03 12:01:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:13,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c4cbee76-0193-4a0f-8e18-51843ab9a10f Date: Thu, 03 Jan 2019 12:01:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:13,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-c4cbee76-0193-4a0f-8e18-51843ab9a10f 2019-01-03 12:01:13,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:13,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-29de7c1a-1f5f-4fa4-8020-c48698393b89 Date: Thu, 03 Jan 2019 12:01:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"}]} 2019-01-03 12:01:13,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315&name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1&admin_state_up=True used request id req-29de7c1a-1f5f-4fa4-8020-c48698393b89 2019-01-03 12:01:13,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:13,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9adcf7e5-c136-4ba5-a009-8ad9e503e1e6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:13,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-9adcf7e5-c136-4ba5-a009-8ad9e503e1e6 2019-01-03 12:01:13,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:14,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-07535204-fbcb-49d6-b600-5b5971fb9d88 x-compute-request-id: req-07535204-fbcb-49d6-b600-5b5971fb9d88 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:01:14,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst used request id req-07535204-fbcb-49d6-b600-5b5971fb9d88 2019-01-03 12:01:14,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:14,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-20c91a95-bdae-498c-af5e-e4b4941cff7b Date: Thu, 03 Jan 2019 12: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:14,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-20c91a95-bdae-498c-af5e-e4b4941cff7b 2019-01-03 12:01:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:14,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df815ce6-c46c-4b66-81b0-1aa7c31f85c9 Date: Thu, 03 Jan 2019 12:01:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:14,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-df815ce6-c46c-4b66-81b0-1aa7c31f85c9 2019-01-03 12:01:14,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:15,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-14e07302-ad66-45cc-b946-d2126dff6f4e Date: Thu, 03 Jan 2019 12:01:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:15,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-14e07302-ad66-45cc-b946-d2126dff6f4e 2019-01-03 12:01:15,079 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst 2019-01-03 12:01:15,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:15,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-e40608a6-f506-4521-92df-098478cf9c50 Date: Thu, 03 Jan 2019 12:01:15 GMT RESP BODY: {"floatingips": [{"router_id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:01:05Z", "updated_at": "2019-01-03T12:01:05Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "9889758c5bff46b0ad16d889237d6732", "port_id": "c19436da-66a0-4e69-b61d-36b95830a4ed", "id": "560e4799-a119-4e09-a8e2-defd3809832b"}]} 2019-01-03 12:01:15,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-e40608a6-f506-4521-92df-098478cf9c50 2019-01-03 12:01:15,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/c19436da-66a0-4e69-b61d-36b95830a4ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:15,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-091997ee-0d64-4b25-8827-b363d427b508 Date: Thu, 03 Jan 2019 12:01:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","project_id":"9889758c5bff46b0ad16d889237d6732","qos_policy_id":null,"admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal"}} 2019-01-03 12:01:15,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/c19436da-66a0-4e69-b61d-36b95830a4ed used request id req-091997ee-0d64-4b25-8827-b363d427b508 2019-01-03 12:01:15,313 - create_instance - INFO - Checking if VM is active 2019-01-03 12:01:15,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:15,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5479bae3-e2c5-4fc2-9e80-d89e64b0c7f1 x-compute-request-id: req-5479bae3-e2c5-4fc2-9e80-d89e64b0c7f1 Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:15,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-5479bae3-e2c5-4fc2-9e80-d89e64b0c7f1 2019-01-03 12:01:15,780 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:15,780 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:01:15,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:16,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3699d9e-5424-449b-8377-0869aef1210f x-compute-request-id: req-b3699d9e-5424-449b-8377-0869aef1210f Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp"}], "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:00:54Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:16,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-b3699d9e-5424-449b-8377-0869aef1210f 2019-01-03 12:01:16,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:16,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8c44508a-883c-4292-a44d-aef30c5f6a43 Date: Thu, 03 Jan 2019 12:01: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":["4a31837f-859f-4ad6-82e3-1632d6dd147d"],"updated_at":"2019-01-03T12:00:19Z","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9889758c5bff46b0ad16d889237d6732","id":"2f8febcc-663b-41a0-a478-2ec617286315","name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net"}]} 2019-01-03 12:01:16,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net used request id req-8c44508a-883c-4292-a44d-aef30c5f6a43 2019-01-03 12:01:16,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f94b22e-061d-4b68-bfe2-6045e64a0eea Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:16,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-6f94b22e-061d-4b68-bfe2-6045e64a0eea 2019-01-03 12:01:16,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:16,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5c04c994-a7ae-464d-a161-20d60639f389 Date: Thu, 03 Jan 2019 12:01:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:19Z","dns_nameservers":[],"updated_at":"2019-01-03T12:00:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9889758c5bff46b0ad16d889237d6732","id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet"}]} 2019-01-03 12:01:16,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-5c04c994-a7ae-464d-a161-20d60639f389 2019-01-03 12:01:16,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9d7c71f2d1bc9101149c54f7878cc0fd7060f88" 2019-01-03 12:01:16,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-26aecc9c-2d07-46e7-b977-639f53c37d03 Date: Thu, 03 Jan 2019 12:01:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.3"}],"id":"24ff5bc8-7b77-4239-953d-e2eeaea833dc","security_groups":[],"mac_address":"fa:16:3e:36:ea:aa","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.4"}],"id":"44a68705-4b1b-4287-b8eb-dc9589a8c526","security_groups":[],"mac_address":"fa:16:3e:1c:0d:4c","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.2"}],"id":"bf5c6fb5-d4f7-40be-bfa7-984ecd62f8ea","security_groups":[],"mac_address":"fa:16:3e:31:6b:40","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:20Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2f8febcc-663b-41a0-a478-2ec617286315"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:01:01Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.10"}],"id":"c19436da-66a0-4e69-b61d-36b95830a4ed","security_groups":["bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de","c442a738-a4a2-462b-8372-da7df9e7ad4d"],"mac_address":"fa:16:3e:7b:be:5a","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:41Z","binding:vnic_type":"normal","device_id":"cf1ced36-3bf9-4d74-a71e-22a8d1d5753e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:00:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4a31837f-859f-4ad6-82e3-1632d6dd147d","ip_address":"10.55.1.1"}],"id":"fd08f89d-87fc-4db1-9142-51bc736ee6d5","security_groups":[],"mac_address":"fa:16:3e:9d:dc:a6","project_id":"9889758c5bff46b0ad16d889237d6732","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2f8febcc-663b-41a0-a478-2ec617286315","tenant_id":"9889758c5bff46b0ad16d889237d6732","created_at":"2019-01-03T12:00:29Z","binding:vnic_type":"normal","device_id":"35a8d577-4d19-4f2f-a21b-a7c81eaf9602"}]} 2019-01-03 12:01:16,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=2f8febcc-663b-41a0-a478-2ec617286315 used request id req-26aecc9c-2d07-46e7-b977-639f53c37d03 2019-01-03 12:01:16,771 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:01:16,773 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e7e2c10L 2019-01-03 12:01:16,773 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:01:16,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:01:16,775 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:01:16,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 2019-01-03 12:01:16,776 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:01:16,776 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:01:16,776 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:01:16,776 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:01:16,777 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:01:16,830 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:01:16,831 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:01:16,838 - paramiko.transport - DEBUG - Trying key f7ce870135ed145b0cb6d04b3e18e30e from tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09 2019-01-03 12:01:16,870 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:01:16,873 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:01:16,974 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:01:17,016 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:01:17,016 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:01:17,018 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e7e2d10L 2019-01-03 12:01:17,018 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:01:17,019 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:01:17,019 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:01:17,020 - 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 2019-01-03 12:01:17,020 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:01:17,020 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:01:17,020 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:01:17,021 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:01:17,021 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:01:17,074 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:01:17,075 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:01:17,083 - paramiko.transport - DEBUG - Trying key f7ce870135ed145b0cb6d04b3e18e30e from tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09 2019-01-03 12:01:17,114 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:01:17,117 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:01:17,147 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:01:17,148 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 12:01:17,148 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:01:17,152 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:01:17,153 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:01:17,155 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2019-01-03 12:01:17,155 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2019-01-03 12:01:17,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/560e4799-a119-4e09-a8e2-defd3809832b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:18,091 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15101390-5a51-44cf-9f1f-0d43f087d60e Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:18,091 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/560e4799-a119-4e09-a8e2-defd3809832b used request id req-15101390-5a51-44cf-9f1f-0d43f087d60e 2019-01-03 12:01:18,092 - create_instance - INFO - Deleting Port with ID - c19436da-66a0-4e69-b61d-36b95830a4ed 2019-01-03 12:01:18,092 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09port-1 2019-01-03 12:01:18,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/c19436da-66a0-4e69-b61d-36b95830a4ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:18,588 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e98b6e5-2fd8-46dc-bb90-4340da7ebba7 Date: Thu, 03 Jan 2019 12:01:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:18,588 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/c19436da-66a0-4e69-b61d-36b95830a4ed used request id req-6e98b6e5-2fd8-46dc-bb90-4340da7ebba7 2019-01-03 12:01:18,589 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst 2019-01-03 12:01:18,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:19,144 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-843c9a05-3860-4d63-a7c5-be0ce779155b x-compute-request-id: req-843c9a05-3860-4d63-a7c5-be0ce779155b Content-Type: application/json 2019-01-03 12:01:19,144 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-843c9a05-3860-4d63-a7c5-be0ce779155b 2019-01-03 12:01:19,144 - create_instance - INFO - Checking deletion status 2019-01-03 12:01:19,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:19,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2e507a6-03de-4f0c-bd8f-9662b07013bd x-compute-request-id: req-f2e507a6-03de-4f0c-bd8f-9662b07013bd Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:be:5a", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:01:18Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:19,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-f2e507a6-03de-4f0c-bd8f-9662b07013bd 2019-01-03 12:01:19,390 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:19,391 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:01:22,394 - create_instance - DEBUG - VM status query timeout in 296.750372171 2019-01-03 12:01:22,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:22,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c513ad6-90ee-4612-ac04-66f70773fa44 x-compute-request-id: req-0c513ad6-90ee-4612-ac04-66f70773fa44 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:01:18Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:22,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-0c513ad6-90ee-4612-ac04-66f70773fa44 2019-01-03 12:01:22,799 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:22,799 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:01:25,802 - create_instance - DEBUG - VM status query timeout in 293.342100143 2019-01-03 12:01:25,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:26,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01: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-b1be7a00-d727-45c7-a07d-0ee0d091ca0c x-compute-request-id: req-b1be7a00-d727-45c7-a07d-0ee0d091ca0c Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "rel": "bookmark"}], "image": {"id": "eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "links": [{"href": "http://172.30.9.28:8774/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:00:54.000000", "flavor": {"id": "e3f17ea1-1cc6-4095-9149-a2381095cffa", "links": [{"href": "http://172.30.9.28:8774/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa", "rel": "bookmark"}]}, "id": "cf1ced36-3bf9-4d74-a71e-22a8d1d5753e", "user_id": "c377a6c1ce1e43d4a54bc0b8f9fc3186", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:01:18Z", "hostId": "3972cb435c2fff340d1933f5fa3b2780e2f191ebd473593e8a62ac68", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp", "name": "CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst", "created": "2019-01-03T12:00:46Z", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:01:26,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-b1be7a00-d727-45c7-a07d-0ee0d091ca0c 2019-01-03 12:01:26,577 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst] is - ACTIVE 2019-01-03 12:01:26,578 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:01:29,581 - create_instance - DEBUG - VM status query timeout in 289.563388109 2019-01-03 12:01:29,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05789a3e75a2fe27a7aecb728c50168bb3072331" 2019-01-03 12:01:29,635 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 12:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d119c36-19f5-4963-94dc-fccc07da715b x-compute-request-id: req-4d119c36-19f5-4963-94dc-fccc07da715b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cf1ced36-3bf9-4d74-a71e-22a8d1d5753e could not be found.", "code": 404}} 2019-01-03 12:01:29,635 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/cf1ced36-3bf9-4d74-a71e-22a8d1d5753e used request id req-4d119c36-19f5-4963-94dc-fccc07da715b 2019-01-03 12:01:29,636 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cf1ced36-3bf9-4d74-a71e-22a8d1d5753e could not be found. (HTTP 404) (Request-ID: req-4d119c36-19f5-4963-94dc-fccc07da715b) 2019-01-03 12:01:29,636 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-inst 2019-01-03 12:01:29,637 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp 2019-01-03 12:01:29,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f00f4e8f71ca4c8796bafc710a099131ad85f6a3" 2019-01-03 12:01:29,680 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3333d6ff-d940-481e-a07b-05ccc7284f71 x-compute-request-id: req-3333d6ff-d940-481e-a07b-05ccc7284f71 Content-Length: 0 Content-Type: application/json 2019-01-03 12:01:29,681 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-kp used request id req-3333d6ff-d940-481e-a07b-05ccc7284f71 2019-01-03 12:01:29,681 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09.pub] 2019-01-03 12:01:29,682 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09] 2019-01-03 12:01:29,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3c61f1391e43c133c06c021ff8f2f8e9c4c39ca" 2019-01-03 12:01:29,733 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:01:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac65fa40-5d58-4c11-9e91-ac882fd2d11f x-compute-request-id: req-ac65fa40-5d58-4c11-9e91-ac882fd2d11f Content-Length: 0 Content-Type: application/json 2019-01-03 12:01:29,733 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e3f17ea1-1cc6-4095-9149-a2381095cffa used request id req-ac65fa40-5d58-4c11-9e91-ac882fd2d11f 2019-01-03 12:01:29,734 - neutron_utils - INFO - Deleting security group rule with ID - 7fef7a99-7bf4-45a9-bf3c-b4a60607d82f 2019-01-03 12:01:29,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/7fef7a99-7bf4-45a9-bf3c-b4a60607d82f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:01:29,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c4148a9-2220-4936-8941-539e10322e8e Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:29,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/7fef7a99-7bf4-45a9-bf3c-b4a60607d82f used request id req-7c4148a9-2220-4936-8941-539e10322e8e 2019-01-03 12:01:29,979 - neutron_utils - INFO - Deleting security group rule with ID - 898148bd-0731-4768-a819-09b9e8b4ea25 2019-01-03 12:01:29,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/898148bd-0731-4768-a819-09b9e8b4ea25 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:01:30,252 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4557e3b-20ac-4de4-bf56-d77d2a1f0c07 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:30,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/898148bd-0731-4768-a819-09b9e8b4ea25 used request id req-b4557e3b-20ac-4de4-bf56-d77d2a1f0c07 2019-01-03 12:01:30,252 - neutron_utils - INFO - Deleting security group rule with ID - e466b31d-b0ad-4fa3-b899-d9e06fd5a241 2019-01-03 12:01:30,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/e466b31d-b0ad-4fa3-b899-d9e06fd5a241 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:01:30,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03183dd5-9c01-48b6-8c88-b9f84ff10bf0 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:30,532 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/e466b31d-b0ad-4fa3-b899-d9e06fd5a241 used request id req-03183dd5-9c01-48b6-8c88-b9f84ff10bf0 2019-01-03 12:01:30,532 - neutron_utils - INFO - Deleting security group rule with ID - 6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72 2019-01-03 12:01:30,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:01:30,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c81181b-89e4-42d8-bfcb-e7567168fab9 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:30,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/6d5e4e8a-05f9-4d9f-8667-401e9ebc9a72 used request id req-1c81181b-89e4-42d8-bfcb-e7567168fab9 2019-01-03 12:01:30,859 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-sec-grp 2019-01-03 12:01:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/c442a738-a4a2-462b-8372-da7df9e7ad4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68069e86fd30e01db7f64d3c48d70e24b4e0baa7" 2019-01-03 12:01:31,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73e00ffb-0098-4c71-9bbf-d7f6ceaa5857 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:31,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/c442a738-a4a2-462b-8372-da7df9e7ad4d used request id req-73e00ffb-0098-4c71-9bbf-d7f6ceaa5857 2019-01-03 12:01:31,018 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router and subnet CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet 2019-01-03 12:01:31,018 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:01:31,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" -d '{"subnet_id": "4a31837f-859f-4ad6-82e3-1632d6dd147d"}' 2019-01-03 12:01:32,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1726318b-fc45-4466-8a84-d3182332a039 Date: Thu, 03 Jan 2019 12:01:32 GMT RESP BODY: {"network_id": "2f8febcc-663b-41a0-a478-2ec617286315", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "subnet_id": "4a31837f-859f-4ad6-82e3-1632d6dd147d", "subnet_ids": ["4a31837f-859f-4ad6-82e3-1632d6dd147d"], "port_id": "fd08f89d-87fc-4db1-9142-51bc736ee6d5", "id": "35a8d577-4d19-4f2f-a21b-a7c81eaf9602"} 2019-01-03 12:01:32,682 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602/remove_router_interface used request id req-1726318b-fc45-4466-8a84-d3182332a039 2019-01-03 12:01:32,683 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:01:32,683 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-router 2019-01-03 12:01:32,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be79fa5324873ec7eeb405b3dc1f48cd8828cfd4" 2019-01-03 12:01:36,277 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-428e51e1-151c-4827-aa87-6697ff416011 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:36,277 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/35a8d577-4d19-4f2f-a21b-a7c81eaf9602 used request id req-428e51e1-151c-4827-aa87-6697ff416011 2019-01-03 12:01:36,278 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet 2019-01-03 12:01:36,278 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-subnet 2019-01-03 12:01:36,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:01:38,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7b38e90-718c-46f6-b1d8-9ac3adab83e1 Date: Thu, 03 Jan 2019 12:01:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:38,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/4a31837f-859f-4ad6-82e3-1632d6dd147d used request id req-e7b38e90-718c-46f6-b1d8-9ac3adab83e1 2019-01-03 12:01:38,709 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-pub-net 2019-01-03 12:01:38,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/2f8febcc-663b-41a0-a478-2ec617286315 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce508ff249db14dcf0431bd0b40c90bf3ff20cd8" 2019-01-03 12:01:39,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afb8362e-db3c-4bd2-aa5c-d9f8cbf6b928 Date: Thu, 03 Jan 2019 12:01:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:39,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/2f8febcc-663b-41a0-a478-2ec617286315 used request id req-afb8362e-db3c-4bd2-aa5c-d9f8cbf6b928 2019-01-03 12:01:39,978 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-ad6516c9-d91f-47c1-acc6-61d51c034a09-image 2019-01-03 12:01:39,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eaa8030d0ce556e02f638e48e83baa27b7fad4eb" 2019-01-03 12:01:40,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed2d747c-f2ee-400f-be0d-65da4c7341be Date: Thu, 03 Jan 2019 12:01:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:01:40,771 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/eded2f5c-aad8-4237-ad03-2f8e890e0d6c used request id req-ed2d747c-f2ee-400f-be0d-65da4c7341be 2019-01-03 12:01:40,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:40,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4a69054c-f0d1-4be8-9bd6-c633e1cbe39e Date: Thu, 03 Jan 2019 12:01:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:18Z", "updated_at": "2019-01-03T12:00:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "revision_number": 0, "id": "40d03091-4497-4dac-9316-05945dc80654", "remote_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "revision_number": 0, "id": "8c8531d2-ceee-4016-9f53-4890934cc757", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "revision_number": 0, "id": "f056c1b4-e2bc-4188-accc-b5b3bbd2f4ee", "remote_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv6", "project_id": "9889758c5bff46b0ad16d889237d6732"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "revision_number": 0, "id": "f398f878-12d4-4d18-9b38-a9ea4ed42cf4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "tenant_id": "9889758c5bff46b0ad16d889237d6732", "port_range_min": null, "ethertype": "IPv4", "project_id": "9889758c5bff46b0ad16d889237d6732"}], "revision_number": 4, "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:01:40,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4a69054c-f0d1-4be8-9bd6-c633e1cbe39e 2019-01-03 12:01:41,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2dd447-208b-4d3e-b50a-6348b36c9ace Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 12:01:41,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-4c2dd447-208b-4d3e-b50a-6348b36c9ace 2019-01-03 12:01:41,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3331d118-8850-4983-82dc-b4184826d8da 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 12:01:41,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-3331d118-8850-4983-82dc-b4184826d8da 2019-01-03 12:01:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7077ae-06cd-488c-b600-e9d3a1526c1c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 12:01:41,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-2e7077ae-06cd-488c-b600-e9d3a1526c1c 2019-01-03 12:01:41,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c12978cd-ae0e-4ad9-aba2-44581f72f921 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732"}, "enabled": true, "id": "9889758c5bff46b0ad16d889237d6732", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj"}} 2019-01-03 12:01:41,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-c12978cd-ae0e-4ad9-aba2-44581f72f921 2019-01-03 12:01:41,375 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de 2019-01-03 12:01:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9721758b-df5b-4d6c-8553-9defe6e711ef Date: Thu, 03 Jan 2019 12:01:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:18Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "40d03091-4497-4dac-9316-05945dc80654"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:18Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "8c8531d2-ceee-4016-9f53-4890934cc757"}, {"remote_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:18Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "f056c1b4-e2bc-4188-accc-b5b3bbd2f4ee"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:00:18Z", "security_group_id": "bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de", "port_range_min": null, "revision_number": 0, "tenant_id": "9889758c5bff46b0ad16d889237d6732", "created_at": "2019-01-03T12:00:18Z", "project_id": "9889758c5bff46b0ad16d889237d6732", "id": "f398f878-12d4-4d18-9b38-a9ea4ed42cf4"}]} 2019-01-03 12:01:41,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de used request id req-9721758b-df5b-4d6c-8553-9defe6e711ef 2019-01-03 12:01:41,572 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:01:41,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:41,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd1c4692-4db8-4b39-9042-f3689b9ecbb5 Content-Length: 0 Date: Thu, 03 Jan 2019 12:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:01:41,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/bf6c9fab-0f92-49a2-b392-a1f2cbf3f0de used request id req-dd1c4692-4db8-4b39-9042-f3689b9ecbb5 2019-01-03 12:01:41,987 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj 2019-01-03 12:01:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:42,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01fadeba-e0e9-4741-bff0-dc87d4037418 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:42,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/9889758c5bff46b0ad16d889237d6732 used request id req-01fadeba-e0e9-4741-bff0-dc87d4037418 2019-01-03 12:01:42,204 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-proj-role 2019-01-03 12:01:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:42,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68c4a048-2d28-4eab-947b-9d0157463a19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:42,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/38f2245196ec4269be9c54cc8117f7f3 used request id req-68c4a048-2d28-4eab-947b-9d0157463a19 2019-01-03 12:01:42,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33931952a59c9d4b0a663fea1e5366c1d2183299" 2019-01-03 12:01:42,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09cf5334-3c14-46a0-9978-387ea5f7f655 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:01:42,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-09cf5334-3c14-46a0-9978-387ea5f7f655 2019-01-03 12:01:42,404 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-b7db290a-67a9-45e-user 2019-01-03 12:01:42,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/c377a6c1ce1e43d4a54bc0b8f9fc3186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba186947f22739a2701ad1ed5ff494c17272476c" 2019-01-03 12:01:42,596 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d44c26c8-2003-493f-8e20-29cd8bfdd28c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:42,596 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/c377a6c1ce1e43d4a54bc0b8f9fc3186 used request id req-d44c26c8-2003-493f-8e20-29cd8bfdd28c 2019-01-03 12:01:42,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:42,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["QIINP42TQJmOkF4geOI6xQ"], "issued_at": "2019-01-03T12:01:42.000000Z"}} 2019-01-03 12:01:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a102cbc3a640c4670eeaaec96f3ad71e6a8df81" 2019-01-03 12:01:43,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a732709-8df0-4032-b65c-ee0e622a887c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:43,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8a732709-8df0-4032-b65c-ee0e622a887c 2019-01-03 12:01:43,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:43,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:43,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:01:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["uamEt0qsRy6KrMGNYNH7gA"], "issued_at": "2019-01-03T12:01:43.000000Z"}} 2019-01-03 12:01:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:43,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4126fb60-6f9e-4a39-88f4-bd8a8aca7f4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:43,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4126fb60-6f9e-4a39-88f4-bd8a8aca7f4a 2019-01-03 12:01:43,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:01:43,534 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:01:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:01:43,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:43,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14a55649-74e8-4d55-8025-1ab950818f42 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 12:01:43,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj used request id req-14a55649-74e8-4d55-8025-1ab950818f42 2019-01-03 12:01:43,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:43,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e8b169-8aca-43b3-92b6-b2250f9f6e91 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:01:43,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-62e8b169-8aca-43b3-92b6-b2250f9f6e91 2019-01-03 12:01:43,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}}' 2019-01-03 12:01:43,836 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:01:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-625ea00b-c8c5-4d5e-8940-9cfafcc1c69b Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:01:43,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-625ea00b-c8c5-4d5e-8940-9cfafcc1c69b 2019-01-03 12:01:43,836 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj 2019-01-03 12:01:43,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:43,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:44,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:01:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["RcH1lyW8SW-N9I4jTc8MVw"], "issued_at": "2019-01-03T12:01:44.000000Z"}} 2019-01-03 12:01:44,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:44,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08e78b4-337f-4c46-92c6-13ae9b2cdb3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:44,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c08e78b4-337f-4c46-92c6-13ae9b2cdb3d 2019-01-03 12:01:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:01:44,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:01: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:01:44,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:44,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398efe8b-b0dd-47aa-8624-83ba824fbb0c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:01:44,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-398efe8b-b0dd-47aa-8624-83ba824fbb0c 2019-01-03 12:01:44,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:44,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af3991c-dcc8-4465-8cd9-db2d4c22da3c Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}]} 2019-01-03 12:01:44,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj used request id req-5af3991c-dcc8-4465-8cd9-db2d4c22da3c 2019-01-03 12:01:44,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:44,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcfdca4-4d74-4338-812e-fcdd6740651f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:01:44,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-ddcfdca4-4d74-4338-812e-fcdd6740651f 2019-01-03 12:01:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca071dff-e4a6-4134-994d-41f5d17ec0fb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:01:45,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca071dff-e4a6-4134-994d-41f5d17ec0fb 2019-01-03 12:01:45,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ad5890-d772-4b04-bd9e-cbd6e9164b13 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}]} 2019-01-03 12:01:45,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj used request id req-42ad5890-d772-4b04-bd9e-cbd6e9164b13 2019-01-03 12:01:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/0dbb118344c94ddda259170974d8e7a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69dedc46-75e9-462b-8f8d-04a8d8d66500 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-user", "links": {"self": "http://172.30.9.28:5000/v3/users/0dbb118344c94ddda259170974d8e7a2"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "0dbb118344c94ddda259170974d8e7a2", "password_expires_at": null}} 2019-01-03 12:01:45,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/0dbb118344c94ddda259170974d8e7a2 used request id req-69dedc46-75e9-462b-8f8d-04a8d8d66500 2019-01-03 12:01:45,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78df4d8e-1152-46a7-a94e-bb70b34c8f12 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 12:01:45,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles used request id req-78df4d8e-1152-46a7-a94e-bb70b34c8f12 2019-01-03 12:01:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd673d4-944d-4107-9cec-471b0701ede1 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 12:01:45,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-1fd673d4-944d-4107-9cec-471b0701ede1 2019-01-03 12:01:45,580 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj 2019-01-03 12:01:45,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a797a31e-22fa-4810-98b1-969b54827f48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:45,719 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/87531dd8fee349ee823565af03481166 used request id req-a797a31e-22fa-4810-98b1-969b54827f48 2019-01-03 12:01:45,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b722490e-84cc-4949-8747-32aaab49ff1d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:01:45,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b722490e-84cc-4949-8747-32aaab49ff1d 2019-01-03 12:01:45,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:45,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04171e19-db67-4e63-97e5-16c722b87b89 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}]} 2019-01-03 12:01:45,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj used request id req-04171e19-db67-4e63-97e5-16c722b87b89 2019-01-03 12:01:45,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:46,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1cd8ef-604c-4fbe-8aa6-cecfc8655374 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 12:01:46,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles used request id req-ad1cd8ef-604c-4fbe-8aa6-cecfc8655374 2019-01-03 12:01:46,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:46,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1037f728-38af-4e97-a045-6e267d7c9d75 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 12:01:46,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-1037f728-38af-4e97-a045-6e267d7c9d75 2019-01-03 12:01:46,091 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj 2019-01-03 12:01:46,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:01:46,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc75d073-205c-4eb1-85f7-3eabced3d065 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:46,246 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/2aca817175ef438fbb85334767ec61a1 used request id req-dc75d073-205c-4eb1-85f7-3eabced3d065 2019-01-03 12:01:46,247 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-user 2019-01-03 12:01:46,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:46,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:46,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8cca489-861c-4476-b2ee-6fd0f84122ad Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:01:46,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a8cca489-861c-4476-b2ee-6fd0f84122ad 2019-01-03 12:01:46,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" -d '{"role": {"name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}}' 2019-01-03 12:01:46,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9e99c87-3377-4b46-95a4-d657521a52ab Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7259d1a838814b848ef4678daede084e", "links": {"self": "http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e"}, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}} 2019-01-03 12:01:46,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-e9e99c87-3377-4b46-95a4-d657521a52ab 2019-01-03 12:01:46,448 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role 2019-01-03 12:01:46,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:46,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3b238d6-c63f-4db2-8e63-fe795d9069bd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e"}, "domain_id": null, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role", "id": "7259d1a838814b848ef4678daede084e"}} 2019-01-03 12:01:46,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e used request id req-e3b238d6-c63f-4db2-8e63-fe795d9069bd 2019-01-03 12:01:46,544 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role to project CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj 2019-01-03 12:01:46,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/7259d1a838814b848ef4678daede084e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:01:46,683 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:01:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b2fadd7-0930-4482-8c52-993a250d6acf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:01:46,683 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5/users/0dbb118344c94ddda259170974d8e7a2/roles/7259d1a838814b848ef4678daede084e used request id req-5b2fadd7-0930-4482-8c52-993a250d6acf 2019-01-03 12:01:46,683 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 12:01:46,684 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 12:01:46,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:46,685 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:47,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "7259d1a838814b848ef4678daede084e", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}], "expires_at": "2019-01-03T13:01:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87db8e56690f49869b92fd7b33ba01d5", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-user", "id": "0dbb118344c94ddda259170974d8e7a2"}, "audit_ids": ["h2sRK8RNSOqlG-HVs8nUPg"], "issued_at": "2019-01-03T12:01:47.000000Z"}} 2019-01-03 12:01:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:47,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c273f5b-b755-4c87-b11c-4cf7f3320ca1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:47,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3c273f5b-b755-4c87-b11c-4cf7f3320ca1 2019-01-03 12:01:47,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:47,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-3a6725e4-5817-44a1-9271-8481d359e1e2 Date: Thu, 03 Jan 2019 12:01:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"} 2019-01-03 12:01:47,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image used request id req-3a6725e4-5817-44a1-9271-8481d359e1e2 2019-01-03 12:01:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:47,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dd5a534f-4939-4138-aa70-9f95a4a13f54 Date: Thu, 03 Jan 2019 12:01: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"}}} 2019-01-03 12:01:47,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-dd5a534f-4939-4138-aa70-9f95a4a13f54 2019-01-03 12:01:47,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}' 2019-01-03 12:01:47,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d X-Openstack-Request-Id: req-b1826e69-a9b6-4118-9971-0554d871a686 Date: Thu, 03 Jan 2019 12:01:47 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:01:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T12:01:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "min_disk": 0, "protected": false, "id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "file": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file", "checksum": null, "owner": "87db8e56690f49869b92fd7b33ba01d5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:01:47,845 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-b1826e69-a9b6-4118-9971-0554d871a686 2019-01-03 12:01:47,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" -d '' 2019-01-03 12:01:49,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e24846c-3b99-49e7-a26e-12f202aa94a4 Date: Thu, 03 Jan 2019 12:01:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:01:49,415 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file used request id req-4e24846c-3b99-49e7-a26e-12f202aa94a4 2019-01-03 12:01:49,415 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 12:01:49,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:49,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-233cfca2-c1e7-490b-ba3f-37248ab61d0c Date: Thu, 03 Jan 2019 12:01:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:01:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "metadata": {}}], "self": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "min_disk": 0, "protected": false, "id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "file": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87db8e56690f49869b92fd7b33ba01d5", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:01:49,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d used request id req-233cfca2-c1e7-490b-ba3f-37248ab61d0c 2019-01-03 12:01:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:49,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a81230fc-c8a3-4431-a6e6-b63651f3d7cc Date: Thu, 03 Jan 2019 12:01:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 12:01:49,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-a81230fc-c8a3-4431-a6e6-b63651f3d7cc 2019-01-03 12:01:49,990 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image 2019-01-03 12:01:49,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:01:50,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f9e8933c-410a-4935-9816-f5fa233cd48a Date: Thu, 03 Jan 2019 12:01:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:01:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "metadata": {}}], "self": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "min_disk": 0, "protected": false, "id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "file": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87db8e56690f49869b92fd7b33ba01d5", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:01:50,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d used request id req-f9e8933c-410a-4935-9816-f5fa233cd48a 2019-01-03 12:01:50,011 - create_image - DEBUG - Instance status is - active 2019-01-03 12:01:50,011 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image 2019-01-03 12:01:50,011 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image 2019-01-03 12:01:50,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:01:50,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:01:50,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "7259d1a838814b848ef4678daede084e", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}], "expires_at": "2019-01-03T13:01:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87db8e56690f49869b92fd7b33ba01d5", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-user", "id": "0dbb118344c94ddda259170974d8e7a2"}, "audit_ids": ["wpYdNfJhTi6OSknjKs2PAQ"], "issued_at": "2019-01-03T12:01:50.000000Z"}} 2019-01-03 12:01:50,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:01:50,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516e5653-9a72-46b9-bc8e-467279f68425 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:01:50,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-516e5653-9a72-46b9-bc8e-467279f68425 2019-01-03 12:01:50,478 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:01:50,481 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 12:01:50,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:01:50,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:50 GMT Server: Apache x-openstack-request-id: req-7269c205-02c6-4ad3-bb25-5a74e80ce952 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 12:01:50,656 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack used request id req-7269c205-02c6-4ad3-bb25-5a74e80ce952 2019-01-03 12:01:50,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net"}}' 2019-01-03 12:01:54,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:01:50 GMT Server: Apache x-openstack-request-id: req-2c275ce6-7ed2-458d-aefa-c399e28bf0bc Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}]}} 2019-01-03 12:01:54,977 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks used request id req-2c275ce6-7ed2-458d-aefa-c399e28bf0bc 2019-01-03 12:01:54,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:01:55,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:01:54 GMT Server: Apache x-openstack-request-id: req-926d91d9-ad36-4f37-91fe-5bfc2770facc Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:01:55,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:55 GMT Server: Apache x-openstack-request-id: req-2cf39166-ce9c-462a-b0e2-53de015ec1e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:01:55,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-2cf39166-ce9c-462a-b0e2-53de015ec1e9 2019-01-03 12:01:55,380 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:01:55,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:01:55,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:01:55 GMT Server: Apache x-openstack-request-id: req-25d9d716-cbd6-43d1-a7eb-d7b6d3fcfcbe Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:01:55,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:55 GMT Server: Apache x-openstack-request-id: req-2dfae6eb-88bb-4f24-83b4-7abf82b92853 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:01:55,745 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-2dfae6eb-88bb-4f24-83b4-7abf82b92853 2019-01-03 12:01:55,746 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:01:55,746 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:01:58,749 - create_stack - DEBUG - Stack status query timeout in 1196.63078499 2019-01-03 12:01:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:01:58,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:01:58 GMT Server: Apache x-openstack-request-id: req-90bd686e-b14b-4497-bfe5-483cb4757712 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:01:59,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:01:58 GMT Server: Apache x-openstack-request-id: req-a1e67a89-f031-4729-8f73-29eb0934deba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:01:59,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-a1e67a89-f031-4729-8f73-29eb0934deba 2019-01-03 12:01:59,156 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:01:59,156 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:02,160 - create_stack - DEBUG - Stack status query timeout in 1193.220474 2019-01-03 12:02:02,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:02,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:02 GMT Server: Apache x-openstack-request-id: req-514a4e17-a4bc-4b8f-bb5a-ff26188ebe6d Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:02,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:02 GMT Server: Apache x-openstack-request-id: req-e415448d-9fd5-426c-b3da-75aa90ad77c6 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:02,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-e415448d-9fd5-426c-b3da-75aa90ad77c6 2019-01-03 12:02:02,681 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:02:02,682 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:05,685 - create_stack - DEBUG - Stack status query timeout in 1189.69525099 2019-01-03 12:02:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:06,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:05 GMT Server: Apache x-openstack-request-id: req-e62c2648-4e9f-41c4-8876-9e25a26bd818 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:07,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:06 GMT Server: Apache x-openstack-request-id: req-1e3f636c-fbed-44c7-b485-c6957b835207 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:07,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-1e3f636c-fbed-44c7-b485-c6957b835207 2019-01-03 12:02:07,278 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:02:07,279 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:10,282 - create_stack - DEBUG - Stack status query timeout in 1185.09816098 2019-01-03 12:02:10,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:10,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:10 GMT Server: Apache x-openstack-request-id: req-ea83713a-e68d-41eb-ad7d-1c565646eaa0 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:10,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:10 GMT Server: Apache x-openstack-request-id: req-0cac4fa9-b42e-4f07-be68-740345a78c8f 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:10,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-0cac4fa9-b42e-4f07-be68-740345a78c8f 2019-01-03 12:02:10,797 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:02:10,798 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:13,801 - create_stack - DEBUG - Stack status query timeout in 1181.57926583 2019-01-03 12:02:13,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:13,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:13 GMT Server: Apache x-openstack-request-id: req-158200c5-a32a-425b-a5d6-2fbe0aaced46 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:14,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:13 GMT Server: Apache x-openstack-request-id: req-a7c249ab-7de5-4d06-b82b-d03c568b213f 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:14,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-a7c249ab-7de5-4d06-b82b-d03c568b213f 2019-01-03 12:02:14,398 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:02:14,398 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:17,398 - create_stack - DEBUG - Stack status query timeout in 1177.98159003 2019-01-03 12:02:17,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:17,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:17 GMT Server: Apache x-openstack-request-id: req-9fa02fc8-572d-4174-9afb-cfa22a9cf7fc Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:17,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:17 GMT Server: Apache x-openstack-request-id: req-e67fe6e6-177f-4abb-9bc9-140e138f8085 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:17,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-e67fe6e6-177f-4abb-9bc9-140e138f8085 2019-01-03 12:02:17,757 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 12:02:17,757 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:02:17,757 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:02:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:17,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:17 GMT Server: Apache x-openstack-request-id: req-168fa7e2-62af-4c03-8bc0-8b753a165167 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:18,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:17 GMT Server: Apache x-openstack-request-id: req-63bcddc0-79af-4064-933f-a8510998842c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1051 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a52a5cd2-a99b-491e-a9e5-68b99afd242a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "3776ba6b-862b-4e42-b72c-827ee6d393bd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "209", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1575ad47-3f99-4057-be01-373359a8d7cc:subnet_id=26a78dd1-d2c3-4742-9579-73c6d0cff20c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "26a78dd1-d2c3-4742-9579-73c6d0cff20c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bcc39475-5f68-40c4-9c56-7a1f5c150432", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 12:02:18,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources used request id req-63bcddc0-79af-4064-933f-a8510998842c 2019-01-03 12:02:18,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:18,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-6dd998b6-5b4c-46d1-8ab3-90e1294e27ae x-compute-request-id: req-6dd998b6-5b4c-46d1-8ab3-90e1294e27ae Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T12:02:12.000000", "flavor": {"id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "links": [{"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}]}, "id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "security_groups": [{"name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:13Z", "hostId": "646927cfa83f3649f870fba15c75527403b4de43c2b5a4106667eed2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:18,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e used request id req-6dd998b6-5b4c-46d1-8ab3-90e1294e27ae 2019-01-03 12:02:18,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:18,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ea29e05a-5e4b-44ae-a15e-9c46baf023fa Date: Thu, 03 Jan 2019 12:02:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:18,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-ea29e05a-5e4b-44ae-a15e-9c46baf023fa 2019-01-03 12:02:18,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:02:18,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:02:18,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:18,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c1ad0d5-071e-47fa-a380-a88607bb001c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:18,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-5c1ad0d5-071e-47fa-a380-a88607bb001c 2019-01-03 12:02:18,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:18,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-83aedc9c-9c37-418f-91fb-365dd01ce098 Date: Thu, 03 Jan 2019 12:02:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:18,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-83aedc9c-9c37-418f-91fb-365dd01ce098 2019-01-03 12:02:18,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:18,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-5303be82-ee71-49a2-a6eb-4e379d2448a6 Date: Thu, 03 Jan 2019 12:02:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:18,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-5303be82-ee71-49a2-a6eb-4e379d2448a6 2019-01-03 12:02:18,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f0c6017d-51c8-4df9-acab-fcbca160d669 x-compute-request-id: req-f0c6017d-51c8-4df9-acab-fcbca160d669 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:d6:b7", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T12:02:10.000000", "flavor": {"id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "links": [{"href": "http://172.30.9.28:8774/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5", "rel": "bookmark"}]}, "id": "bcc39475-5f68-40c4-9c56-7a1f5c150432", "security_groups": [{"name": "default"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:11Z", "hostId": "c5e25e382141791eb2cd31a9e87a0928ad8dd0d24d59b65a00ac37b1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:19,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432 used request id req-f0c6017d-51c8-4df9-acab-fcbca160d669 2019-01-03 12:02:19,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8f59ab5e-8e1e-449d-856a-ba97c5b0a1f6 Date: Thu, 03 Jan 2019 12:02:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:19,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-8f59ab5e-8e1e-449d-856a-ba97c5b0a1f6 2019-01-03 12:02:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255bc46d-e8dd-4b80-aff5-8979db43d1dd Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:19,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-255bc46d-e8dd-4b80-aff5-8979db43d1dd 2019-01-03 12:02:19,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-587caf22-ec4d-4e20-8de2-19b7c744564f Date: Thu, 03 Jan 2019 12:02:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:19,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-587caf22-ec4d-4e20-8de2-19b7c744564f 2019-01-03 12:02:19,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-c44467d2-def7-4029-9864-e4623ab14915 Date: Thu, 03 Jan 2019 12:02:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:19,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-c44467d2-def7-4029-9864-e4623ab14915 2019-01-03 12:02:19,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:19 GMT Server: Apache x-openstack-request-id: req-66a956bd-d1bd-48f0-ab5e-ce4b2d7f446f Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:19,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:19 GMT Server: Apache x-openstack-request-id: req-4cacd33e-1ebf-4065-8407-c3acc9ce1368 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1048 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a52a5cd2-a99b-491e-a9e5-68b99afd242a", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "3776ba6b-862b-4e42-b72c-827ee6d393bd", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "209", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1575ad47-3f99-4057-be01-373359a8d7cc:subnet_id=26a78dd1-d2c3-4742-9579-73c6d0cff20c", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "26a78dd1-d2c3-4742-9579-73c6d0cff20c", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bcc39475-5f68-40c4-9c56-7a1f5c150432", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T12:01:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:01:55Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "resource_type": "OS::Neutron::Port"}]} 2019-01-03 12:02:19,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda/resources used request id req-4cacd33e-1ebf-4065-8407-c3acc9ce1368 2019-01-03 12:02:19,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb428ade-cc58-4858-8958-35306255ce15 x-compute-request-id: req-eb428ade-cc58-4858-8958-35306255ce15 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-flavor1-l5tjahpyo42e", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:02:19,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829 used request id req-eb428ade-cc58-4858-8958-35306255ce15 2019-01-03 12:02:19,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a30fdb0b-79f0-490e-bf75-8136175ce369 Date: Thu, 03 Jan 2019 12:02:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}} 2019-01-03 12:02:19,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c used request id req-a30fdb0b-79f0-490e-bf75-8136175ce369 2019-01-03 12:02:19,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:19,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c25b4260-cb50-4017-ad9f-4f53feaf8d06 Date: Thu, 03 Jan 2019 12:02:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:19,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-c25b4260-cb50-4017-ad9f-4f53feaf8d06 2019-01-03 12:02:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a334d2bc-252f-4a5c-8d6d-93e3d50b3fac Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:20,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-a334d2bc-252f-4a5c-8d6d-93e3d50b3fac 2019-01-03 12:02:20,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a3a443cf-12ad-49e7-bbea-687dab683c83 Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:20,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-a3a443cf-12ad-49e7-bbea-687dab683c83 2019-01-03 12:02:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1996fa1b-666c-4839-be39-845a16fa5b7a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:20,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-1996fa1b-666c-4839-be39-845a16fa5b7a 2019-01-03 12:02:20,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8fc6ad90-8359-477c-addf-10ea33ac76dd Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:20,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-8fc6ad90-8359-477c-addf-10ea33ac76dd 2019-01-03 12:02:20,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Ae5%3A5f%3A1c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-aa5b6c0a-076a-47dc-bd95-62dd269c022d Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"}]} 2019-01-03 12:02:20,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Ae5%3A5f%3A1c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg&admin_state_up=True used request id req-aa5b6c0a-076a-47dc-bd95-62dd269c022d 2019-01-03 12:02:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5244eeac-8f2f-4572-8139-d64b8e0b6994 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:20,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-5244eeac-8f2f-4572-8139-d64b8e0b6994 2019-01-03 12:02:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d8946262-3977-452d-a58b-519bb6a75e0a Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:20,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-d8946262-3977-452d-a58b-519bb6a75e0a 2019-01-03 12:02:20,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ab54b60f-9444-4ce2-8b08-76cc2d0dea03 Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:20,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-ab54b60f-9444-4ce2-8b08-76cc2d0dea03 2019-01-03 12:02:20,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5743 X-Openstack-Request-Id: req-0a78fd3b-0acf-45de-aaaa-f85de88089ad Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:20,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-0a78fd3b-0acf-45de-aaaa-f85de88089ad 2019-01-03 12:02:20,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:20,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-8a791fcb-7c65-46c7-b410-d4a2deea77b4 Date: Thu, 03 Jan 2019 12:02:20 GMT RESP BODY: {"floatingips": [{"router_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:02:06Z", "updated_at": "2019-01-03T12:02:09Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "87db8e56690f49869b92fd7b33ba01d5", "port_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "id": "3776ba6b-862b-4e42-b72c-827ee6d393bd"}]} 2019-01-03 12:02:20,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-8a791fcb-7c65-46c7-b410-d4a2deea77b4 2019-01-03 12:02:21,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/1575ad47-3f99-4057-be01-373359a8d7cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d9f899d4-d3a0-440a-bec6-4c9be595da05 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:02:00Z", "admin_state_up": true, "updated_at": "2019-01-03T12:02:08Z", "project_id": "87db8e56690f49869b92fd7b33ba01d5", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "1575ad47-3f99-4057-be01-373359a8d7cc", "name": "mgmt_router"}} 2019-01-03 12:02:21,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/1575ad47-3f99-4057-be01-373359a8d7cc used request id req-d9f899d4-d3a0-440a-bec6-4c9be595da05 2019-01-03 12:02:21,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=1575ad47-3f99-4057-be01-373359a8d7cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-ca92d0a7-0ea8-475f-9ee3-629622b42bc1 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:08Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","ip_address":"169.254.192.10"}],"id":"706d0bd2-3553-4460-8680-f3138c40fd3b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ba:71:7b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 87db8e56690f49869b92fd7b33ba01d5","admin_state_up":true,"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:03Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:07Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","ip_address":"169.254.192.3"}],"id":"8c1856e4-8087-44ee-b728-cd4e115f4e2a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c8:09:38","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 87db8e56690f49869b92fd7b33ba01d5","admin_state_up":true,"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:08Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","ip_address":"169.254.192.2"}],"id":"b6fd395c-bb4f-4790-8386-75682586ce8d","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:f6:24","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 87db8e56690f49869b92fd7b33ba01d5","admin_state_up":true,"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:02Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:11Z","device_owner":"network:router_gateway","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.206"}],"id":"c9eacb38-da25-41c0-952f-5187693d501d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1b:d7:a6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"}]} 2019-01-03 12:02:21,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=1575ad47-3f99-4057-be01-373359a8d7cc used request id req-ca92d0a7-0ea8-475f-9ee3-629622b42bc1 2019-01-03 12:02:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-32f029f3-0412-4f2a-8059-4f3e25645fc6 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 12:02:21,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-32f029f3-0412-4f2a-8059-4f3e25645fc6 2019-01-03 12:02:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ff25896a-6f82-482c-938b-36aa3f608af2 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:00Z","dns_nameservers":[],"updated_at":"2019-01-03T12:02:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","subnetpool_id":null,"name":"HA subnet tenant 87db8e56690f49869b92fd7b33ba01d5"}} 2019-01-03 12:02:21,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a used request id req-ff25896a-6f82-482c-938b-36aa3f608af2 2019-01-03 12:02:21,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8186ce40-d813-4d9a-92a7-e488e30dc9a4 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:00Z","dns_nameservers":[],"updated_at":"2019-01-03T12:02:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","subnetpool_id":null,"name":"HA subnet tenant 87db8e56690f49869b92fd7b33ba01d5"}} 2019-01-03 12:02:21,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a used request id req-8186ce40-d813-4d9a-92a7-e488e30dc9a4 2019-01-03 12:02:21,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9ce20c1b-aa48-4c69-8b28-541dd0000997 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d70fc0e2-db1a-40b5-859d-e72ea7d6ef6c","tenant_id":"","created_at":"2019-01-03T12:02:00Z","dns_nameservers":[],"updated_at":"2019-01-03T12:02:00Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a","subnetpool_id":null,"name":"HA subnet tenant 87db8e56690f49869b92fd7b33ba01d5"}} 2019-01-03 12:02:21,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6a0c45bc-87f1-4a2e-acb0-51b8ef658c2a used request id req-9ce20c1b-aa48-4c69-8b28-541dd0000997 2019-01-03 12:02:21,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-76aa43f2-4564-4603-8b40-8ef0fc59c376 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}} 2019-01-03 12:02:21,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c used request id req-76aa43f2-4564-4603-8b40-8ef0fc59c376 2019-01-03 12:02:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-9fc69266-3e79-4384-a5fb-5cb976afceca Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","project_id":"87db8e56690f49869b92fd7b33ba01d5","qos_policy_id":null,"admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal"}} 2019-01-03 12:02:21,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f used request id req-9fc69266-3e79-4384-a5fb-5cb976afceca 2019-01-03 12:02:21,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fb80da8e-cac9-44f6-8d9c-e0579e636ccf Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}} 2019-01-03 12:02:21,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c used request id req-fb80da8e-cac9-44f6-8d9c-e0579e636ccf 2019-01-03 12:02:21,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-75ba9f78-670b-4030-b24d-c29418f2d002 Date: Thu, 03 Jan 2019 12:02:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:01:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "metadata": {}}], "self": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "min_disk": 0, "protected": false, "id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "file": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87db8e56690f49869b92fd7b33ba01d5", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:02:21,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d used request id req-75ba9f78-670b-4030-b24d-c29418f2d002 2019-01-03 12:02:21,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:21,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a1dbc64-f395-4d99-ba3a-dc9cf23cbe19 Date: Thu, 03 Jan 2019 12:02: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"}}} 2019-01-03 12:02:21,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-6a1dbc64-f395-4d99-ba3a-dc9cf23cbe19 2019-01-03 12:02:21,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:22,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:21 GMT Server: Apache x-openstack-request-id: req-eea3f14f-636c-40ec-a9ff-1440b4421518 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:22,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:22 GMT Server: Apache x-openstack-request-id: req-18dfc6c9-2b35-46cd-8152-238faab5baa5 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:22,507 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-18dfc6c9-2b35-46cd-8152-238faab5baa5 2019-01-03 12:02:22,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:22,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:22,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "7259d1a838814b848ef4678daede084e", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}], "expires_at": "2019-01-03T13:02:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87db8e56690f49869b92fd7b33ba01d5", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-user", "id": "0dbb118344c94ddda259170974d8e7a2"}, "audit_ids": ["fBrudSg7QDivujd40vJ2tA"], "issued_at": "2019-01-03T12:02:22.000000Z"}} 2019-01-03 12:02:22,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:22,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b256fce3-9818-4536-af0f-4b201dc20265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:22,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b256fce3-9818-4536-af0f-4b201dc20265 2019-01-03 12:02:22,969 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:02:22,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bcf7c79-da30-400d-9129-756381f07a5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:23,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1bcf7c79-da30-400d-9129-756381f07a5b 2019-01-03 12:02:23,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-62756d85-74d5-4aa9-b69a-e8251109aaae Date: Thu, 03 Jan 2019 12:02:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:23,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-62756d85-74d5-4aa9-b69a-e8251109aaae 2019-01-03 12:02:23,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:02:23,303 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:02:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:02:23,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afdb9f4f-7750-4eba-a333-4f8463d9269e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:23,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-afdb9f4f-7750-4eba-a333-4f8463d9269e 2019-01-03 12:02:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8b5fa08-320c-49f6-9c9b-5c4aea826a24 Date: Thu, 03 Jan 2019 12:02:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:23,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-b8b5fa08-320c-49f6-9c9b-5c4aea826a24 2019-01-03 12:02:23,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Ae5%3A5f%3A1c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-9e759b61-d811-4e24-a716-c1635d6e57dc Date: Thu, 03 Jan 2019 12:02:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"}]} 2019-01-03 12:02:23,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Ae5%3A5f%3A1c&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg&admin_state_up=True used request id req-9e759b61-d811-4e24-a716-c1635d6e57dc 2019-01-03 12:02:23,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:23,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c0458d-7a7d-45b9-9fb9-ffc4c871bb2f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:23,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-90c0458d-7a7d-45b9-9fb9-ffc4c871bb2f 2019-01-03 12:02:23,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:24,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-19d97314-594a-4004-94ea-0e110a24087d x-compute-request-id: req-19d97314-594a-4004-94ea-0e110a24087d Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T12:02:12.000000", "flavor": {"id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "links": [{"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}]}, "id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "security_groups": [{"name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:13Z", "hostId": "646927cfa83f3649f870fba15c75527403b4de43c2b5a4106667eed2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:02:24,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1 used request id req-19d97314-594a-4004-94ea-0e110a24087d 2019-01-03 12:02:24,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:24,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f7c43af1-598d-4d45-95c2-147e050ea757 Date: Thu, 03 Jan 2019 12:02:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:24,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-f7c43af1-598d-4d45-95c2-147e050ea757 2019-01-03 12:02:24,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:25,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c0dae3ba-2b2f-417a-a4c2-b00f4d63dbf9 Date: Thu, 03 Jan 2019 12:02:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:25,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-c0dae3ba-2b2f-417a-a4c2-b00f4d63dbf9 2019-01-03 12:02:25,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:25,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-d9626e0b-b487-45ea-a018-87a0b5f7aafb Date: Thu, 03 Jan 2019 12:02:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:25,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-d9626e0b-b487-45ea-a018-87a0b5f7aafb 2019-01-03 12:02:25,488 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1 2019-01-03 12:02:25,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:25,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-8a6ee4ed-def9-467c-9d0f-b01d881a037d Date: Thu, 03 Jan 2019 12:02:25 GMT RESP BODY: {"floatingips": [{"router_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:02:06Z", "updated_at": "2019-01-03T12:02:09Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "87db8e56690f49869b92fd7b33ba01d5", "port_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "id": "3776ba6b-862b-4e42-b72c-827ee6d393bd"}]} 2019-01-03 12:02:25,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-8a6ee4ed-def9-467c-9d0f-b01d881a037d 2019-01-03 12:02:25,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:25,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2572292b-2e97-45ac-b7eb-f8d7a6757dc4 x-compute-request-id: req-2572292b-2e97-45ac-b7eb-f8d7a6757dc4 Content-Encoding: gzip Content-Length: 337 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-flavor2-5f4ermrldm4l", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:02:25,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5 used request id req-2572292b-2e97-45ac-b7eb-f8d7a6757dc4 2019-01-03 12:02:25,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:25,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c4442d36-7090-4bbf-8cbf-e8d2cf0e3d9d Date: Thu, 03 Jan 2019 12:02:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}} 2019-01-03 12:02:25,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/26a78dd1-d2c3-4742-9579-73c6d0cff20c used request id req-c4442d36-7090-4bbf-8cbf-e8d2cf0e3d9d 2019-01-03 12:02:25,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:25,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-32595691-8105-48d1-88a4-78cb6e65c647 Date: Thu, 03 Jan 2019 12:02:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:25,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-32595691-8105-48d1-88a4-78cb6e65c647 2019-01-03 12:02:25,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-23f410a9-14a5-4215-81f7-1e4159825fae Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:26,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-23f410a9-14a5-4215-81f7-1e4159825fae 2019-01-03 12:02:26,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7422f835-1614-464b-a729-09fb1cb2ee1f Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:26,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-7422f835-1614-464b-a729-09fb1cb2ee1f 2019-01-03 12:02:26,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2874de8-ddd4-4598-81ba-29fb22dab904 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:26,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-b2874de8-ddd4-4598-81ba-29fb22dab904 2019-01-03 12:02:26,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c99e9e9e-8b46-45e0-a190-24a457e19527 Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:26,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-c99e9e9e-8b46-45e0-a190-24a457e19527 2019-01-03 12:02:26,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Aef%3Ad6%3Ab7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-12618ae8-6ea5-49e0-bbf0-16a482b98903 Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"}]} 2019-01-03 12:02:26,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Aef%3Ad6%3Ab7&admin_state_up=True used request id req-12618ae8-6ea5-49e0-bbf0-16a482b98903 2019-01-03 12:02:26,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7037575-9ef8-40e5-867f-a8c6fb61bc6c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:26,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-d7037575-9ef8-40e5-867f-a8c6fb61bc6c 2019-01-03 12:02:26,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5aa12d07-e0cf-4f69-861f-1e8d1fcaf3e0 Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:26,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-5aa12d07-e0cf-4f69-861f-1e8d1fcaf3e0 2019-01-03 12:02:26,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-55760c24-4986-4aa6-b063-7a08de980149 Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:26,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-55760c24-4986-4aa6-b063-7a08de980149 2019-01-03 12:02:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-11a068a3-d1c5-49ad-a1af-247d9a1e05d4 Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:26,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-11a068a3-d1c5-49ad-a1af-247d9a1e05d4 2019-01-03 12:02:26,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-1cb3b34e-c53e-4baf-b4c4-59b662ea2b7a Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"floatingips": [{"router_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:02:06Z", "updated_at": "2019-01-03T12:02:09Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "87db8e56690f49869b92fd7b33ba01d5", "port_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "id": "3776ba6b-862b-4e42-b72c-827ee6d393bd"}]} 2019-01-03 12:02:26,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-1cb3b34e-c53e-4baf-b4c4-59b662ea2b7a 2019-01-03 12:02:26,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-c4915b36-b1a6-47e4-a5c4-2c57b5961fbc Date: Thu, 03 Jan 2019 12:02:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:01:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:01:49Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "metadata": {}}], "self": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "min_disk": 0, "protected": false, "id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "file": "/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87db8e56690f49869b92fd7b33ba01d5", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/a53c9db8-f50b-48d7-b58c-abc87193259d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:02:26,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d used request id req-c4915b36-b1a6-47e4-a5c4-2c57b5961fbc 2019-01-03 12:02:26,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:26,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:26 GMT Server: Apache x-openstack-request-id: req-514ef7f8-e578-4f6c-99f9-f9ff4f2ddadd Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:27,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:26 GMT Server: Apache x-openstack-request-id: req-2d69887c-11f9-4093-9e46-f473c01c8002 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqLTeYlqeKAwYg6smA/K9gGrZTowtNlAo69BtBxbUSpelJBAf\nvcRFUA9kw03RVMpBWnkr5MvNX+5UbjDVf5Bt/d6L0OtReLF5b0I4swSH/xQZCs3x\nBZfK3AUyEhl/Os5L+hqitnQ0V9cEUxGBwKHz80w1V5+NKqSTx4NlYpNTCKrUquDx\nScP2kBxoieK4yn0E4ba5DhV16vH7ckYXLG6Ya7rUf5XnyO5aexph4Agax/SIgRFE\nTUpp4EFGzo+oXoJ2otGJ+SRFnsaQ0DLI1nAA8zK8q9xEo8rDxpofKJZYv78D8CKr\nJX7K/0T2yQSNgQxFVhumqacEaKdTy8Xn3Zme2wIDAQABAoIBAFTGLkl2B6tQCLGB\nOyUYwSjaiD/0KHP2a9mzblX1ns+szAsHHywYiEvmsFeDrwDQcW6pHOlnj9f4xuxo\nFaB4Tw0W22MsHFBtvfuuZxdt23jN/Jd1TPvmfsV4xuRZc5l1OLCA2eqdEgBhx4aG\ncZD+0LsdPGC/iAw5jxjeaf/S0BK2E7WM8ITA3XpIReJsHD4l38zQxzQDXFkEigzi\nPVI0IpXi3zNeNgRI+ViQC56UPYBBouv0YdnpfpElykx7LqJn4VxAEBji1rKFgVST\nSvNzkZ025uLutXA3ijzQPQWT9BLDy7QdTQttDgUs3HzvHU31HVAMGfKTMChS8nRn\nzNOr0YECgYEA3pZEgZqiiqMNDVLgWsakL3ivKypqgHVdYSwaJ20f02K79m48ji3w\nnD5MWTHyzJfcrojWqg3bzvlD5HtO9LoFoZkef/1QcMIy/5LDl+gxzEykv0tLqMdL\nD2bc+Z9NcZpuHcp812jZikvmqnBmLGWShN3ckQh8VG3RAkZeTd0zuosCgYEAwggL\nPZPxfOELQCROV1fg7yKwhV0CXMB63R2vOx3auCV3eV3kdJtnO9DVlqLz2OVhTYEE\nu6gJ4v1YB0tX37jVu5oHRV3YX9+/GcJbou6wl/W/fcBqm863aBjDIjHu3zIQ0034\nJ+9QIt0jBPh6WsluCPERdBrEnUvAb/+mdv5PRvECgYEAn5Ppz2UWjQAylk/Jayso\ngKQsKW1CZ5A8/zKIGaYBgCI0EYucvG4xJ0L+p5/Iq2dgnnyaMda3tN4+D2tcAtXu\nvZkyJZ5tcjm4KESHF7wvH4H/RunrdzhSFtuvJwNPmVeXBKKr+B9CfwTFfYIRrliv\nv7PzssL7p+gHRXM/nuEsedsCgYAhbnlhVshZF/10Q80rx3x+N5/qmqf5i0CgMKks\nqmwxJmN7ie3/GXekGstydQlG6d7mF8DVBJMPhU9Rkm3FondRJ6zxCsZpXofyzEY1\nwKK0zCb+Z9T2m5uGWB3nGmtqEZpMjjafyuAn4apTBO0wD1ziNYcoViRiZdb2dTod\nbpwCQQKBgQCq7as14VWDpXVyjWqxRTkcTNuxn52sVTSgIhttDbNrD4+Ebmoyp3M+\njek7rP+tDjM4ziTag6qVYmRLCWEiWoY2kGF4yvmtfwP9HDjvJqGM47JF9M2A07M3\n8yx09dnfPKgVocKZmJLqry7dVb32Qmo44ypW3ycb2gQ2CfCYVniT8g==\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"}} 2019-01-03 12:02:27,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-2d69887c-11f9-4093-9e46-f473c01c8002 2019-01-03 12:02:27,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:27,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:27,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "7259d1a838814b848ef4678daede084e", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role"}], "expires_at": "2019-01-03T13:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87db8e56690f49869b92fd7b33ba01d5", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/87db8e56690f49869b92fd7b33ba01d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-user", "id": "0dbb118344c94ddda259170974d8e7a2"}, "audit_ids": ["8RtMrY8fRSSWRjhA4LhMvg"], "issued_at": "2019-01-03T12:02:27.000000Z"}} 2019-01-03 12:02:27,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:27,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc1819b-d5aa-4ab5-8c55-18b42b97ce0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:27,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6dc1819b-d5aa-4ab5-8c55-18b42b97ce0c 2019-01-03 12:02:27,759 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:02:27,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:27,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1342ca47-01f9-4c26-a5ce-6447f1724eaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:27,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1342ca47-01f9-4c26-a5ce-6447f1724eaf 2019-01-03 12:02:27,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:28,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5adbd8e8-d842-455d-bc27-5cece1390693 Date: Thu, 03 Jan 2019 12:02:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:28,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-5adbd8e8-d842-455d-bc27-5cece1390693 2019-01-03 12:02:28,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:02:28,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:02:28,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:28,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d19253b-a142-42f3-8a8a-008176f6af06 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:28,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-2d19253b-a142-42f3-8a8a-008176f6af06 2019-01-03 12:02:28,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:28,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0c620c7c-8b41-4f72-b588-cf3e4d2f068d Date: Thu, 03 Jan 2019 12:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:28,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-0c620c7c-8b41-4f72-b588-cf3e4d2f068d 2019-01-03 12:02:28,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Aef%3Ad6%3Ab7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:28,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-2e32eac8-8a5a-45fb-9bee-b2c219a7de73 Date: Thu, 03 Jan 2019 12:02:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"}]} 2019-01-03 12:02:28,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42&mac_address=fa%3A16%3A3e%3Aef%3Ad6%3Ab7&admin_state_up=True used request id req-2e32eac8-8a5a-45fb-9bee-b2c219a7de73 2019-01-03 12:02:28,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:28,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b792af-25e1-4dd9-a35d-78876e50009e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:28,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-61b792af-25e1-4dd9-a35d-78876e50009e 2019-01-03 12:02:28,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:29,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-694df9eb-4685-4231-a146-ae05c79ec020 x-compute-request-id: req-694df9eb-4685-4231-a146-ae05c79ec020 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:d6:b7", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T12:02:10.000000", "flavor": {"id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "links": [{"href": "http://172.30.9.28:8774/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5", "rel": "bookmark"}]}, "id": "bcc39475-5f68-40c4-9c56-7a1f5c150432", "security_groups": [{"name": "default"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:11Z", "hostId": "c5e25e382141791eb2cd31a9e87a0928ad8dd0d24d59b65a00ac37b1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:02:29,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2 used request id req-694df9eb-4685-4231-a146-ae05c79ec020 2019-01-03 12:02:29,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:29,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d2c5105f-808e-46c0-9350-e1eadf558ed6 Date: Thu, 03 Jan 2019 12:02:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:29,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-d2c5105f-808e-46c0-9350-e1eadf558ed6 2019-01-03 12:02:29,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:30,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-46b7747b-631d-4c31-89f8-c751f44bedeb Date: Thu, 03 Jan 2019 12:02:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:30,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-46b7747b-631d-4c31-89f8-c751f44bedeb 2019-01-03 12:02:30,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:30,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-dd968943-739e-437f-960f-5138b4aae6f0 Date: Thu, 03 Jan 2019 12:02:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:30,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-dd968943-739e-437f-960f-5138b4aae6f0 2019-01-03 12:02:30,360 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2 2019-01-03 12:02:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:30,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-94f81328-6007-4bd2-8d88-6197c3630bdc Date: Thu, 03 Jan 2019 12:02:30 GMT RESP BODY: {"floatingips": [{"router_id": "1575ad47-3f99-4057-be01-373359a8d7cc", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:02:06Z", "updated_at": "2019-01-03T12:02:09Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.204", "revision_number": 1, "project_id": "87db8e56690f49869b92fd7b33ba01d5", "port_id": "58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f", "id": "3776ba6b-862b-4e42-b72c-827ee6d393bd"}]} 2019-01-03 12:02:30,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-94f81328-6007-4bd2-8d88-6197c3630bdc 2019-01-03 12:02:30,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:31,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-4358d029-5752-430f-8e18-730f643e41d6 x-compute-request-id: req-4358d029-5752-430f-8e18-730f643e41d6 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T12:02:12.000000", "flavor": {"id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "links": [{"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}]}, "id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "security_groups": [{"name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:13Z", "hostId": "646927cfa83f3649f870fba15c75527403b4de43c2b5a4106667eed2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:31,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e used request id req-4358d029-5752-430f-8e18-730f643e41d6 2019-01-03 12:02:31,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:31,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e8ea7a44-76bf-4615-a7d4-ecb1febb6047 Date: Thu, 03 Jan 2019 12:02:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:31,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-e8ea7a44-76bf-4615-a7d4-ecb1febb6047 2019-01-03 12:02:31,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:31,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bf3058-f456-471f-b35a-71d8f4f6fd9b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:31,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-d4bf3058-f456-471f-b35a-71d8f4f6fd9b 2019-01-03 12:02:31,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:31,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-36403de4-f32c-4af2-a80f-007bcc63120b Date: Thu, 03 Jan 2019 12:02:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:31,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-36403de4-f32c-4af2-a80f-007bcc63120b 2019-01-03 12:02:31,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:31,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-7363fde8-88e0-4626-8b6d-448f733e89e0 Date: Thu, 03 Jan 2019 12:02:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:31,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-7363fde8-88e0-4626-8b6d-448f733e89e0 2019-01-03 12:02:31,656 - create_instance - INFO - Checking if VM is active 2019-01-03 12:02:31,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:32,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-4ba17e93-7b65-471b-bcd7-cd3869c66adc x-compute-request-id: req-4ba17e93-7b65-471b-bcd7-cd3869c66adc Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T12:02:12.000000", "flavor": {"id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "links": [{"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}]}, "id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "security_groups": [{"name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:13Z", "hostId": "646927cfa83f3649f870fba15c75527403b4de43c2b5a4106667eed2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:32,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e used request id req-4ba17e93-7b65-471b-bcd7-cd3869c66adc 2019-01-03 12:02:32,352 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1] is - ACTIVE 2019-01-03 12:02:32,353 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:02:32,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:33,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47af0b79-5c7f-470a-a574-5d472f4df832 x-compute-request-id: req-47af0b79-5c7f-470a-a574-5d472f4df832 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:5f:1c", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2019-01-03T12:02:12.000000", "flavor": {"id": "434bdda3-0bb1-49f0-adb9-7d1142cb9829", "links": [{"href": "http://172.30.9.28:8774/flavors/434bdda3-0bb1-49f0-adb9-7d1142cb9829", "rel": "bookmark"}]}, "id": "15dc7b26-3bb8-4f26-aa6f-04c9fb86494e", "security_groups": [{"name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:13Z", "hostId": "646927cfa83f3649f870fba15c75527403b4de43c2b5a4106667eed2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:33,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/15dc7b26-3bb8-4f26-aa6f-04c9fb86494e used request id req-47af0b79-5c7f-470a-a574-5d472f4df832 2019-01-03 12:02:33,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:33,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9cb9f557-f845-4e59-91ed-635082ab4dd7 Date: Thu, 03 Jan 2019 12:02:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:33,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-9cb9f557-f845-4e59-91ed-635082ab4dd7 2019-01-03 12:02:33,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:33,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b316881-47f0-4542-b035-6bcf8c84dbf6 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:33,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-7b316881-47f0-4542-b035-6bcf8c84dbf6 2019-01-03 12:02:33,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:33,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5b173c50-64a8-44c4-8d0b-6454e75f6dd9 Date: Thu, 03 Jan 2019 12:02:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:33,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-5b173c50-64a8-44c4-8d0b-6454e75f6dd9 2019-01-03 12:02:33,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9f9a1a036abf0f530ea98fbc3c6a50469e17e0c" 2019-01-03 12:02:33,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-0c78af43-1cc7-450d-a43d-5a5c90084ecd Date: Thu, 03 Jan 2019 12:02:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:33,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-0c78af43-1cc7-450d-a43d-5a5c90084ecd 2019-01-03 12:02:33,401 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:02:33,404 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e6e8610L 2019-01-03 12:02:33,404 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:02:33,405 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:02:33,405 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:02:33,406 - 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 2019-01-03 12:02:33,406 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:02:33,406 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:02:33,407 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:02:33,407 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:02:33,407 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:02:33,424 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:02:33,425 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:02:33,436 - paramiko.transport - DEBUG - Trying key bfba497e63674a222d26f10ccc29da26 from aa2efe2c-ce07-4f46-af40-814b63d354e1 2019-01-03 12:02:33,462 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:02:33,467 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:02:33,568 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:02:33,582 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:02:33,583 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:02:33,585 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e6e80d0L 2019-01-03 12:02:33,585 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:02:33,585 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:02:33,585 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:02:33,586 - 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 2019-01-03 12:02:33,587 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:02:33,587 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:02:33,587 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:02:33,587 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:02:33,587 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:02:33,605 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:02:33,605 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:02:33,617 - paramiko.transport - DEBUG - Trying key bfba497e63674a222d26f10ccc29da26 from aa2efe2c-ce07-4f46-af40-814b63d354e1 2019-01-03 12:02:33,642 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:02:33,648 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:02:33,650 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:02:33,651 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 12:02:33,651 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:02:33,652 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:02:33,653 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:02:33,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:34,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-a301868c-74ca-4e95-9830-f2fea40a0768 x-compute-request-id: req-a301868c-74ca-4e95-9830-f2fea40a0768 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:d6:b7", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432", "rel": "bookmark"}], "image": {"id": "a53c9db8-f50b-48d7-b58c-abc87193259d", "links": [{"href": "http://172.30.9.28:8774/images/a53c9db8-f50b-48d7-b58c-abc87193259d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2019-01-03T12:02:10.000000", "flavor": {"id": "2166fc17-6c0a-4719-8ccd-08e4b96034c5", "links": [{"href": "http://172.30.9.28:8774/flavors/2166fc17-6c0a-4719-8ccd-08e4b96034c5", "rel": "bookmark"}]}, "id": "bcc39475-5f68-40c4-9c56-7a1f5c150432", "security_groups": [{"name": "default"}], "user_id": "0dbb118344c94ddda259170974d8e7a2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:02:11Z", "hostId": "c5e25e382141791eb2cd31a9e87a0928ad8dd0d24d59b65a00ac37b1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "created": "2019-01-03T12:02:03Z", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:02:34,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/bcc39475-5f68-40c4-9c56-7a1f5c150432 used request id req-a301868c-74ca-4e95-9830-f2fea40a0768 2019-01-03 12:02:34,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:34,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-b0240112-63d5-45fe-8907-10d24bf8d5cf Date: Thu, 03 Jan 2019 12:02:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","subnets":["26a78dd1-d2c3-4742-9579-73c6d0cff20c"],"description":"","tags":[],"updated_at":"2019-01-03T12:01:59Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net","admin_state_up":true,"tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:57Z","provider:network_type":"vxlan"}]} 2019-01-03 12:02:34,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net used request id req-b0240112-63d5-45fe-8907-10d24bf8d5cf 2019-01-03 12:02:34,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:34,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-453579a4-0fc7-401b-b3b1-1202a6f23122 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:34,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-453579a4-0fc7-401b-b3b1-1202a6f23122 2019-01-03 12:02:34,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:34,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9789bcac-898f-4855-879d-598c3b513925 Date: Thu, 03 Jan 2019 12:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","dns_nameservers":[],"updated_at":"2019-01-03T12:01:59Z","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":"87db8e56690f49869b92fd7b33ba01d5","id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","subnetpool_id":null,"name":"CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet"}]} 2019-01-03 12:02:34,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-9789bcac-898f-4855-879d-598c3b513925 2019-01-03 12:02:34,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4441075259725f50df952108b2eee0b07b32e84f" 2019-01-03 12:02:34,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-ba110bc7-184f-4d40-8553-ad1afad39df8 Date: Thu, 03 Jan 2019 12:02:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.4"}],"id":"0824e145-ec29-46b2-8ffd-da1edfad8a90","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f6:92","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.5"}],"id":"58bee919-f8b7-4cc4-9f5d-2b185d7d8e6f","security_groups":["a52a5cd2-a99b-491e-a9e5-68b99afd242a"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:5f:1c","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack-port1-matybm6sbhvg","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"15dc7b26-3bb8-4f26-aa6f-04c9fb86494e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.11"}],"id":"750eacd9-c193-4446-800d-69dcf3263beb","security_groups":["ccd5027a-ca14-4b85-b68f-12669aaa7f5b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:d6:b7","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:05Z","binding:vnic_type":"normal","device_id":"bcc39475-5f68-40c4-9c56-7a1f5c150432"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.2"}],"id":"76b849cf-0e81-4612-9807-1fc416fc2d4c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:73:9e:70","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:01:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.1"}],"id":"891f8d2f-12c3-4282-841e-09d94035b30f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:59:78","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:08Z","binding:vnic_type":"normal","device_id":"1575ad47-3f99-4057-be01-373359a8d7cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"26a78dd1-d2c3-4742-9579-73c6d0cff20c","ip_address":"10.1.2.3"}],"id":"fade02c9-5fd4-4247-8932-a94aeb5db331","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:92:3b","project_id":"87db8e56690f49869b92fd7b33ba01d5","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42","tenant_id":"87db8e56690f49869b92fd7b33ba01d5","created_at":"2019-01-03T12:02:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42"}]} 2019-01-03 12:02:34,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=0ae96b40-e28a-4a6c-89e4-dd0bba9c7d42 used request id req-ba110bc7-184f-4d40-8553-ad1afad39df8 2019-01-03 12:02:34,903 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:02:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:34,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:34 GMT Server: Apache x-openstack-request-id: req-bbe574bc-07aa-4cd5-b23e-e68cf07084b2 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:35,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:34 GMT Server: Apache x-openstack-request-id: req-8d76ed29-3ee8-435b-8c97-6822d57a864f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:35,057 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-8d76ed29-3ee8-435b-8c97-6822d57a864f 2019-01-03 12:02:35,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:35,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:35 GMT Server: Apache x-openstack-request-id: req-7fb36de1-c673-41a9-8593-81a502861690 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:35,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:35 GMT Server: Apache x-openstack-request-id: req-862f7ec4-3fa0-4b34-aed4-a89f38bb614f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "tags": null, "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:02:35Z", "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:02:35,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-862f7ec4-3fa0-4b34-aed4-a89f38bb614f 2019-01-03 12:02:35,113 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:02:35,114 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:38,117 - create_stack - DEBUG - Stack status query timeout in 1196.9406271 2019-01-03 12:02:38,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:38,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:38 GMT Server: Apache x-openstack-request-id: req-129882c2-dbaf-4eae-bc18-5fd04297ba34 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:38,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:38 GMT Server: Apache x-openstack-request-id: req-8f91cdae-3548-49b1-ada2-1ee93fe13b28 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "tags": null, "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:02:35Z", "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:02:38,352 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-8f91cdae-3548-49b1-ada2-1ee93fe13b28 2019-01-03 12:02:38,353 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:02:38,353 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:41,356 - create_stack - DEBUG - Stack status query timeout in 1193.70126414 2019-01-03 12:02:41,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:41,387 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:41 GMT Server: Apache x-openstack-request-id: req-cfb2156b-edf5-431d-b9bb-48dad3d2b7aa Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:41,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:41 GMT Server: Apache x-openstack-request-id: req-5e107151-7db3-457a-b68f-7fcad57504b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "tags": null, "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:02:35Z", "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:02:41,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-5e107151-7db3-457a-b68f-7fcad57504b8 2019-01-03 12:02:41,412 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:02:41,412 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:02:44,416 - create_stack - DEBUG - Stack status query timeout in 1190.64199209 2019-01-03 12:02:44,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:44,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:44 GMT Server: Apache x-openstack-request-id: req-45174354-c168-4dec-9320-09488d731f53 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:44,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:44 GMT Server: Apache x-openstack-request-id: req-9ab2ce22-3985-45f8-a949-2935fb23fc1e 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-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor2", "OS::project_id": "87db8e56690f49869b92fd7b33ba01d5", "OS::stack_id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-kp", "security_group_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-sec_grp", "subnet_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-subnet", "net_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst2", "inst1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-inst1", "image2_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image", "flavor1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-flavor1", "image1_name": "CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack", "stack_user_project_id": "dafef7cd65c44253b57205a7d25108db", "tags": null, "creation_time": "2019-01-03T12:01:54Z", "links": [{"href": "http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T12:02:35Z", "id": "60991ce5-e76f-415a-91ab-0cbf9b1fefda", "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"}} 2019-01-03 12:02:44,489 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-9ab2ce22-3985-45f8-a949-2935fb23fc1e 2019-01-03 12:02:44,489 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 12:02:44,490 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:02:44,490 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack 2019-01-03 12:02:44,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/60991ce5-e76f-415a-91ab-0cbf9b1fefda -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d7a108af13e8028b4b17dd5dbe59fb866cff844" 2019-01-03 12:02:44,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:02:44 GMT Server: Apache x-openstack-request-id: req-cb34deb2-b2f1-4628-8ff7-fa9530620ea9 Location: http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:02:44,545 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 12:02:44 GMT Server: Apache x-openstack-request-id: req-ca801f18-0e14-460e-84a4-cef158a9e298 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 12:02:44,545 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/87db8e56690f49869b92fd7b33ba01d5/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-stack/60991ce5-e76f-415a-91ab-0cbf9b1fefda used request id req-ca801f18-0e14-460e-84a4-cef158a9e298 2019-01-03 12:02:44,547 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-33336e66-1cef-4d91-bbdb-1dfc5dc0d295-image 2019-01-03 12:02:44,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}195ce9d95a827cd6357011b044553033ed9c62f1" 2019-01-03 12:02:45,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09983ed8-ee5c-4a3b-ade7-f65949e961d5 Date: Thu, 03 Jan 2019 12:02:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:02:45,729 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/a53c9db8-f50b-48d7-b58c-abc87193259d used request id req-09983ed8-ee5c-4a3b-ade7-f65949e961d5 2019-01-03 12:02:45,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:45,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0a907619-64a1-412e-8583-9a4eb5629923 Date: Thu, 03 Jan 2019 12:02:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:01:56Z", "updated_at": "2019-01-03T12:01:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "revision_number": 0, "id": "1dd6b8d8-ebc8-4611-b4b7-8c875eb16f30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db8e56690f49869b92fd7b33ba01d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "revision_number": 0, "id": "59347a2a-ff32-4dea-aac6-3a3fd0d4fab3", "remote_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "remote_ip_prefix": null, "created_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db8e56690f49869b92fd7b33ba01d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "revision_number": 0, "id": "eb24f143-db86-44dd-af61-d7ca26bcaa65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "87db8e56690f49869b92fd7b33ba01d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "revision_number": 0, "id": "f785c5a9-8fbe-4f5c-9318-224a7fbf3c98", "remote_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "remote_ip_prefix": null, "created_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "87db8e56690f49869b92fd7b33ba01d5"}], "revision_number": 4, "project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:02:45,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-0a907619-64a1-412e-8583-9a4eb5629923 2019-01-03 12:02:45,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e15055-3e9e-4034-ae7c-075c0071681c Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 12:02:46,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-69e15055-3e9e-4034-ae7c-075c0071681c 2019-01-03 12:02:46,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fc7cee-4edd-4b9b-865f-c46b3505fabb 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 12:02:46,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-10fc7cee-4edd-4b9b-865f-c46b3505fabb 2019-01-03 12:02:46,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6b5e4dd-df9c-444b-8149-14f0f81efb6e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 12:02:46,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-e6b5e4dd-df9c-444b-8149-14f0f81efb6e 2019-01-03 12:02:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a632239-48c7-496e-97d7-528a4fd3a8e3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5"}, "enabled": true, "id": "87db8e56690f49869b92fd7b33ba01d5", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj"}} 2019-01-03 12:02:46,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-1a632239-48c7-496e-97d7-528a4fd3a8e3 2019-01-03 12:02:46,396 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ccd5027a-ca14-4b85-b68f-12669aaa7f5b 2019-01-03 12:02:46,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ccd5027a-ca14-4b85-b68f-12669aaa7f5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7fc5c771-3c23-42b4-bfce-c72b453cdd3f Date: Thu, 03 Jan 2019 12:02:46 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": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "port_range_min": null, "revision_number": 0, "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:01:56Z", "project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "1dd6b8d8-ebc8-4611-b4b7-8c875eb16f30"}, {"remote_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "port_range_min": null, "revision_number": 0, "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:01:56Z", "project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "59347a2a-ff32-4dea-aac6-3a3fd0d4fab3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "port_range_min": null, "revision_number": 0, "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:01:56Z", "project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "eb24f143-db86-44dd-af61-d7ca26bcaa65"}, {"remote_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:01:56Z", "security_group_id": "ccd5027a-ca14-4b85-b68f-12669aaa7f5b", "port_range_min": null, "revision_number": 0, "tenant_id": "87db8e56690f49869b92fd7b33ba01d5", "created_at": "2019-01-03T12:01:56Z", "project_id": "87db8e56690f49869b92fd7b33ba01d5", "id": "f785c5a9-8fbe-4f5c-9318-224a7fbf3c98"}]} 2019-01-03 12:02:46,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=ccd5027a-ca14-4b85-b68f-12669aaa7f5b used request id req-7fc5c771-3c23-42b4-bfce-c72b453cdd3f 2019-01-03 12:02:46,597 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:02:46,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/ccd5027a-ca14-4b85-b68f-12669aaa7f5b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:46,937 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81d2d75d-7070-46b2-a3dd-b4f8ec898f21 Content-Length: 0 Date: Thu, 03 Jan 2019 12:02:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:02:46,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/ccd5027a-ca14-4b85-b68f-12669aaa7f5b used request id req-81d2d75d-7070-46b2-a3dd-b4f8ec898f21 2019-01-03 12:02:46,938 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj 2019-01-03 12:02:46,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:47,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b38e0a-56af-4f4b-8e9e-a446d5ee5da6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:47,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/87db8e56690f49869b92fd7b33ba01d5 used request id req-35b38e0a-56af-4f4b-8e9e-a446d5ee5da6 2019-01-03 12:02:47,199 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-proj-role 2019-01-03 12:02:47,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:47,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0733855-fb49-481a-946c-693e78d68f0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:47,315 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/7259d1a838814b848ef4678daede084e used request id req-a0733855-fb49-481a-946c-693e78d68f0b 2019-01-03 12:02:47,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c9ed0f920c91850ab0a08bf4904c2dc20bce21" 2019-01-03 12:02:47,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40af483e-a361-440e-b75d-b5e974d853f3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:02:47,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-40af483e-a361-440e-b75d-b5e974d853f3 2019-01-03 12:02:47,408 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-2468f4d2-183c-4c7-user 2019-01-03 12:02:47,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/0dbb118344c94ddda259170974d8e7a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84072853e8a768383b8b6e3b6b9bcad49d8bb744" 2019-01-03 12:02:47,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2d20de4-0a0e-4b71-bd23-9169b56cf642 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:47,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/0dbb118344c94ddda259170974d8e7a2 used request id req-c2d20de4-0a0e-4b71-bd23-9169b56cf642 2019-01-03 12:02:47,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:48,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:02:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["EmqHKRvUS76stmPfOT9HUw"], "issued_at": "2019-01-03T12:02:48.000000Z"}} 2019-01-03 12:02:48,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0bb1b7a9357876df4aea7a12d79ae17f2619326" 2019-01-03 12:02:48,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fcfa241-614a-41d5-9e3a-8a4167619fec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:48,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8fcfa241-614a-41d5-9e3a-8a4167619fec 2019-01-03 12:02:48,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:48,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:48,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:02:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["togUfzHQRZSRU1iSxLWrGA"], "issued_at": "2019-01-03T12:02:48.000000Z"}} 2019-01-03 12:02:48,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:48,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e65eacf-87d1-472b-b5fa-9ee6715ce7bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:48,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7e65eacf-87d1-472b-b5fa-9ee6715ce7bc 2019-01-03 12:02:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:02:48,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:02:48,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:48,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051b7dea-8334-4ae8-801c-49c1f93f560c Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 12:02:48,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj used request id req-051b7dea-8334-4ae8-801c-49c1f93f560c 2019-01-03 12:02:48,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:48,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d39eca-5aa1-4755-9d4f-7fa0b89dad9d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:02:48,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-69d39eca-5aa1-4755-9d4f-7fa0b89dad9d 2019-01-03 12:02:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}}' 2019-01-03 12:02:48,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:02:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf68b02b-6b1d-4483-b711-42e7710b9188 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:02:48,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-cf68b02b-6b1d-4483-b711-42e7710b9188 2019-01-03 12:02:48,915 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-9b5c1115-f891-413-proj 2019-01-03 12:02:48,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:48,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:49,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:02:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["iAPMBlqxR4qXtNOXNQ1UUw"], "issued_at": "2019-01-03T12:02:49.000000Z"}} 2019-01-03 12:02:49,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:49,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84c2e1b-5769-498b-bc81-2b44ea08fbc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:49,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b84c2e1b-5769-498b-bc81-2b44ea08fbc1 2019-01-03 12:02:49,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:02:49,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:02: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:02:49,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:49,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b8a91c-3597-494f-9a56-2315e94d2a5c Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:02:49,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-82b8a91c-3597-494f-9a56-2315e94d2a5c 2019-01-03 12:02:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:49,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88ac24e-4973-4b59-bdcf-21085b57b9b1 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}]} 2019-01-03 12:02:49,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj used request id req-c88ac24e-4973-4b59-bdcf-21085b57b9b1 2019-01-03 12:02:49,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:49,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6573dbf-7d15-49e5-95ce-8fade6bfc400 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:02:49,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-d6573dbf-7d15-49e5-95ce-8fade6bfc400 2019-01-03 12:02:50,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7f24c1-0866-46d4-8641-8ed30ccd8513 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:02:50,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ad7f24c1-0866-46d4-8641-8ed30ccd8513 2019-01-03 12:02:50,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c59f3e-4939-45e5-8c45-0e5155138662 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}]} 2019-01-03 12:02:50,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj used request id req-63c59f3e-4939-45e5-8c45-0e5155138662 2019-01-03 12:02:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users/a4e98e984e7e45b3a76021833995c6cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed82829-8a8f-40fd-8128-b64354864258 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "links": {"self": "http://172.30.9.28:5000/v3/users/a4e98e984e7e45b3a76021833995c6cb"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "a4e98e984e7e45b3a76021833995c6cb", "password_expires_at": null}} 2019-01-03 12:02:50,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/a4e98e984e7e45b3a76021833995c6cb used request id req-8ed82829-8a8f-40fd-8128-b64354864258 2019-01-03 12:02:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f471d6d-a0a8-4ad6-80b4-23b33c8d42e1 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles", "previous": null, "next": null}, "roles": []} 2019-01-03 12:02:50,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles used request id req-4f471d6d-a0a8-4ad6-80b4-23b33c8d42e1 2019-01-03 12:02:50,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ab4e8b-fe0a-418f-9ce0-b46f860509bb Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "domain_id": null, "name": "admin", "id": "87531dd8fee349ee823565af03481166"}} 2019-01-03 12:02:50,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166 used request id req-21ab4e8b-fe0a-418f-9ce0-b46f860509bb 2019-01-03 12:02:50,524 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-9b5c1115-f891-413-proj 2019-01-03 12:02:50,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b456bb74-29b0-4990-b9c5-533ac7b656d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:50,648 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/87531dd8fee349ee823565af03481166 used request id req-b456bb74-29b0-4990-b9c5-533ac7b656d2 2019-01-03 12:02:50,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e154d0-d2ec-46e2-9869-2a5c990c9082 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:02:50,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-b6e154d0-d2ec-46e2-9869-2a5c990c9082 2019-01-03 12:02:50,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e57a043-439f-4e96-9b5f-6b5b3b7d559b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}]} 2019-01-03 12:02:50,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=CreateStackFloatingIpTests-9b5c1115-f891-413-proj used request id req-6e57a043-439f-4e96-9b5f-6b5b3b7d559b 2019-01-03 12:02:50,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90aebb7f-7803-454e-aa7e-b486858fb7b9 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}]} 2019-01-03 12:02:50,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles used request id req-90aebb7f-7803-454e-aa7e-b486858fb7b9 2019-01-03 12:02:50,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:50,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651f9431-4777-4959-a249-ef844bc1d42f Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "domain_id": null, "name": "heat_stack_owner", "id": "2aca817175ef438fbb85334767ec61a1"}} 2019-01-03 12:02:50,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-651f9431-4777-4959-a249-ef844bc1d42f 2019-01-03 12:02:50,983 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-9b5c1115-f891-413-proj 2019-01-03 12:02:50,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:02:51,121 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41d5c068-8661-4634-ad2e-0bfc4ad556f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:51,121 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/2aca817175ef438fbb85334767ec61a1 used request id req-41d5c068-8661-4634-ad2e-0bfc4ad556f2 2019-01-03 12:02:51,122 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-9b5c1115-f891-413-user 2019-01-03 12:02:51,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:51,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0660a0-2205-48d5-9ec7-9fef392348bb Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:02:51,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-cf0660a0-2205-48d5-9ec7-9fef392348bb 2019-01-03 12:02:51,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" -d '{"role": {"name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}}' 2019-01-03 12:02:51,334 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc8cf00c-28b6-4a5c-8403-c9024a7da0de Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dac5539f029d446a8163d1a24e295700", "links": {"self": "http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700"}, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}} 2019-01-03 12:02:51,334 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-dc8cf00c-28b6-4a5c-8403-c9024a7da0de 2019-01-03 12:02:51,334 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role 2019-01-03 12:02:51,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:51,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18f3e209-f272-4e7c-9e99-08a43f5c1522 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700"}, "domain_id": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role", "id": "dac5539f029d446a8163d1a24e295700"}} 2019-01-03 12:02:51,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700 used request id req-18f3e209-f272-4e7c-9e99-08a43f5c1522 2019-01-03 12:02:51,430 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role to project CreateStackFloatingIpTests-9b5c1115-f891-413-proj 2019-01-03 12:02:51,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/dac5539f029d446a8163d1a24e295700 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:02:51,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:02:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea9e8950-fd42-4483-ad76-696e63966002 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:02:51,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635/users/a4e98e984e7e45b3a76021833995c6cb/roles/dac5539f029d446a8163d1a24e295700 used request id req-ea9e8950-fd42-4483-ad76-696e63966002 2019-01-03 12:02:51,552 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 12:02:51,553 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2019-01-03 12:02:51,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:51,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:51,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dac5539f029d446a8163d1a24e295700", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}], "expires_at": "2019-01-03T13:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "id": "a4e98e984e7e45b3a76021833995c6cb"}, "audit_ids": ["w9t2QZelTUqjArR4WHKE4Q"], "issued_at": "2019-01-03T12:02:51.000000Z"}} 2019-01-03 12:02:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:52,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b692f167-25cc-4ff5-96c3-8bb7da035e85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:52,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b692f167-25cc-4ff5-96c3-8bb7da035e85 2019-01-03 12:02:52,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:52,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-77c795fe-bc15-4363-bbb0-a6be9f1f5cf2 Date: Thu, 03 Jan 2019 12:02:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"} 2019-01-03 12:02:52,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image used request id req-77c795fe-bc15-4363-bbb0-a6be9f1f5cf2 2019-01-03 12:02:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:52,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-723b4f33-884a-43ca-b156-721da528990f Date: Thu, 03 Jan 2019 12:02: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"}}} 2019-01-03 12:02:52,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-723b4f33-884a-43ca-b156-721da528990f 2019-01-03 12:02:52,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}' 2019-01-03 12:02:53,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f X-Openstack-Request-Id: req-d30cb947-5185-4178-b6aa-8266ce3e2ba0 Date: Thu, 03 Jan 2019 12:02:53 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:02:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T12:02:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "min_disk": 0, "protected": false, "id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "file": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file", "checksum": null, "owner": "cdd7450cf1ef4161bdac6dcb73e03635", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:02:53,386 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-d30cb947-5185-4178-b6aa-8266ce3e2ba0 2019-01-03 12:02:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" -d '' 2019-01-03 12:02:55,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ba6f403-8483-440a-abf3-3d3a1ba03d1d Date: Thu, 03 Jan 2019 12:02:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:02:55,542 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file used request id req-9ba6f403-8483-440a-abf3-3d3a1ba03d1d 2019-01-03 12:02:55,543 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 12:02:55,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:55,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-aca5a1e7-8638-42d2-b84c-1e6ba8ed855c Date: Thu, 03 Jan 2019 12:02:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:02:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:02:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "metadata": {}}], "self": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "min_disk": 0, "protected": false, "id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "file": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cdd7450cf1ef4161bdac6dcb73e03635", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:02:55,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f used request id req-aca5a1e7-8638-42d2-b84c-1e6ba8ed855c 2019-01-03 12:02:55,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:55,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-91c60e79-8f71-4a5e-8a78-a5b33124a531 Date: Thu, 03 Jan 2019 12:02: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"}}} 2019-01-03 12:02:55,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-91c60e79-8f71-4a5e-8a78-a5b33124a531 2019-01-03 12:02:55,919 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image 2019-01-03 12:02:55,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:02:56,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-33a77332-271e-4d50-9947-b1265d8f820b Date: Thu, 03 Jan 2019 12:02:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:02:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:02:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "metadata": {}}], "self": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "min_disk": 0, "protected": false, "id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "file": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cdd7450cf1ef4161bdac6dcb73e03635", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:02:56,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f used request id req-33a77332-271e-4d50-9947-b1265d8f820b 2019-01-03 12:02:56,102 - create_image - DEBUG - Instance status is - active 2019-01-03 12:02:56,102 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image 2019-01-03 12:02:56,102 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image 2019-01-03 12:02:56,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:02:56,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:02:56,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dac5539f029d446a8163d1a24e295700", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}], "expires_at": "2019-01-03T13:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "id": "a4e98e984e7e45b3a76021833995c6cb"}, "audit_ids": ["inPIxCL4S3e5GkSXSWog5g"], "issued_at": "2019-01-03T12:02:56.000000Z"}} 2019-01-03 12:02:56,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:02:56,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51467712-4828-4105-b9d0-6a7662a07754 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:02:56,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-51467712-4828-4105-b9d0-6a7662a07754 2019-01-03 12:02:56,565 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:02:56,569 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 12:02:56,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:02:56,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:02:56 GMT Server: Apache x-openstack-request-id: req-849aa414-90dc-486f-9182-bae46c70ee64 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2019-01-03 12:02:56,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack used request id req-849aa414-90dc-486f-9182-bae46c70ee64 2019-01-03 12:02:56,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net"}}' 2019-01-03 12:03:00,320 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:02:56 GMT Server: Apache x-openstack-request-id: req-08e39ef1-c38c-4f34-a231-fd8a0e157633 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "a68db357-8273-422a-af56-f389d9bd0b42", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}]}} 2019-01-03 12:03:00,320 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks used request id req-08e39ef1-c38c-4f34-a231-fd8a0e157633 2019-01-03 12:03:00,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:00,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:00 GMT Server: Apache x-openstack-request-id: req-5c820d5e-176d-4eba-a713-8d224857abbf Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:00,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:00 GMT Server: Apache x-openstack-request-id: req-cfd9b25b-83bd-4267-b718-c8ebabbd9ade 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:00,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-cfd9b25b-83bd-4267-b718-c8ebabbd9ade 2019-01-03 12:03:00,712 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:00,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:00,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:00 GMT Server: Apache x-openstack-request-id: req-92ec30e7-967d-4bef-867e-bfaa0411d84f Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:01,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:00 GMT Server: Apache x-openstack-request-id: req-7f92cb1b-8417-4434-a8b8-422a790ba315 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:01,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-7f92cb1b-8417-4434-a8b8-422a790ba315 2019-01-03 12:03:01,202 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:01,202 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:04,205 - create_stack - DEBUG - Stack status query timeout in 1196.50724792 2019-01-03 12:03:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:04,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:04 GMT Server: Apache x-openstack-request-id: req-a5a22300-f527-46d8-9466-7d02a7e13742 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:04 GMT Server: Apache x-openstack-request-id: req-3db204d8-e284-467e-bb42-d0bcb0070ff3 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:04,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-3db204d8-e284-467e-bb42-d0bcb0070ff3 2019-01-03 12:03:04,467 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:04,467 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:07,471 - create_stack - DEBUG - Stack status query timeout in 1193.241678 2019-01-03 12:03:07,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:07,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:07 GMT Server: Apache x-openstack-request-id: req-6ccc6dcf-d69f-4ef8-bc6e-6a13f6494405 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:07,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:07 GMT Server: Apache x-openstack-request-id: req-428116d7-6a46-425a-9ad4-3533a4fd7ca9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:07,821 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-428116d7-6a46-425a-9ad4-3533a4fd7ca9 2019-01-03 12:03:07,821 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:07,821 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:10,825 - create_stack - DEBUG - Stack status query timeout in 1189.8875339 2019-01-03 12:03:10,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:10,856 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:10 GMT Server: Apache x-openstack-request-id: req-60173275-9d6e-4108-b099-74c07339a58e Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:11,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:10 GMT Server: Apache x-openstack-request-id: req-e29542a0-4a2c-45ab-82f3-363fba3506c8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:11,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-e29542a0-4a2c-45ab-82f3-363fba3506c8 2019-01-03 12:03:11,034 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:11,035 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:14,038 - create_stack - DEBUG - Stack status query timeout in 1186.67449093 2019-01-03 12:03:14,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:14,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:14 GMT Server: Apache x-openstack-request-id: req-a43009b9-14f9-4650-a49a-96da398bab12 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:14,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:14 GMT Server: Apache x-openstack-request-id: req-7b6ea3b1-f606-468c-960e-1a1c343305ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:14,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-7b6ea3b1-f606-468c-960e-1a1c343305ce 2019-01-03 12:03:14,543 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:14,543 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:17,546 - create_stack - DEBUG - Stack status query timeout in 1183.16633797 2019-01-03 12:03:17,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:17,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:17 GMT Server: Apache x-openstack-request-id: req-355da72e-dd37-4486-aa1f-5f988d950a9b Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:18,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:17 GMT Server: Apache x-openstack-request-id: req-adf5eba2-d9a9-4373-988d-240544c115fc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2069 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE started", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:18,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-adf5eba2-d9a9-4373-988d-240544c115fc 2019-01-03 12:03:18,039 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2019-01-03 12:03:18,040 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:21,043 - create_stack - DEBUG - Stack status query timeout in 1179.66939306 2019-01-03 12:03:21,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:21,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:21 GMT Server: Apache x-openstack-request-id: req-a1d592e9-0ae7-4cd6-a161-1d6b0c58eec2 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:21,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:21 GMT Server: Apache x-openstack-request-id: req-b467dec0-619c-4628-b3f3-a9a8b13ecad0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:21,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-b467dec0-619c-4628-b3f3-a9a8b13ecad0 2019-01-03 12:03:21,551 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2019-01-03 12:03:21,551 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:21,551 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:21,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:03:21,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:03:21,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dac5539f029d446a8163d1a24e295700", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}], "expires_at": "2019-01-03T13:03:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "id": "a4e98e984e7e45b3a76021833995c6cb"}, "audit_ids": ["4ieLAB_FRYGIJS-b96NM4g"], "issued_at": "2019-01-03T12:03:21.000000Z"}} 2019-01-03 12:03:21,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:22,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e2b2712-551e-4ada-91f5-dc56e9435e6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:03:22,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-0e2b2712-551e-4ada-91f5-dc56e9435e6e 2019-01-03 12:03:22,017 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:03:22,019 - heat_utils - DEBUG - Retrieving Heat Client 2019-01-03 12:03:22,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:22,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:22 GMT Server: Apache x-openstack-request-id: req-80426da3-d373-45f5-b1c5-7cc7915c018a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "deletion_time": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "updated_time": null, "project": "cdd7450cf1ef4161bdac6dcb73e03635", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "tags": null}]} 2019-01-03 12:03:22,234 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack used request id req-80426da3-d373-45f5-b1c5-7cc7915c018a 2019-01-03 12:03:22,235 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:22,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:22,422 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:22 GMT Server: Apache x-openstack-request-id: req-f25ce769-bbe2-4b0c-b9cf-5a723eab9e9d Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:22,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:22 GMT Server: Apache x-openstack-request-id: req-ad603944-0df3-4ec6-91c7-cfe0c4b8130a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1054 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "88f592ac-db25-48e3-832e-828ae0b844a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9d2cda4d-42e2-44f0-84fe-640c91b4d0d1", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d04c91a-2bfc-4f7a-95f7-bfcb081eed71", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "bb8cb720-028e-4df8-ae4f-096df7f53daf", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747:subnet_id=76cca1ae-82ed-40c4-810f-7a79c98b4998", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "76cca1ae-82ed-40c4-810f-7a79c98b4998", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "035bde54-b48c-412e-988d-8533f4274b18", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "95518415-4633-4dff-9b56-2067b96af148", "resource_type": "OS::Nova::Server"}]} 2019-01-03 12:03:22,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources used request id req-ad603944-0df3-4ec6-91c7-cfe0c4b8130a 2019-01-03 12:03:22,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:23,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-785cd98b-ea2e-4815-99c0-9c517a421277 x-compute-request-id: req-785cd98b-ea2e-4815-99c0-9c517a421277 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:f2:d4", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T12:03:14.000000", "flavor": {"id": "88f592ac-db25-48e3-832e-828ae0b844a6", "links": [{"href": "http://172.30.9.28:8774/flavors/88f592ac-db25-48e3-832e-828ae0b844a6", "rel": "bookmark"}]}, "id": "035bde54-b48c-412e-988d-8533f4274b18", "security_groups": [{"name": "default"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:15Z", "hostId": "01467f6238c71c4f02c598c3ea5753d48d4e48ed4b6c2f39de3ab267", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "created": "2019-01-03T12:03:08Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:23,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18 used request id req-785cd98b-ea2e-4815-99c0-9c517a421277 2019-01-03 12:03:23,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:23,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-8f668556-2aa3-4ee8-8e9a-e656543553de Date: Thu, 03 Jan 2019 12:03:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:23,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-8f668556-2aa3-4ee8-8e9a-e656543553de 2019-01-03 12:03:23,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:03:23,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:03:23,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:23,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8611d0e0-f3b4-4499-8e3e-fa77d62fa988 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:23,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-8611d0e0-f3b4-4499-8e3e-fa77d62fa988 2019-01-03 12:03:23,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:23,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9209b9b4-663d-4c3e-87ff-4928979234f8 Date: Thu, 03 Jan 2019 12:03:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:23,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-9209b9b4-663d-4c3e-87ff-4928979234f8 2019-01-03 12:03:23,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:24,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-a4e7d2ed-39c8-41ab-8ec3-30fd7dc70616 Date: Thu, 03 Jan 2019 12:03:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:24,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-a4e7d2ed-39c8-41ab-8ec3-30fd7dc70616 2019-01-03 12:03:24,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:24,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03: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-d3684cbb-2fe5-4b43-8321-9e7a2321d76f x-compute-request-id: req-d3684cbb-2fe5-4b43-8321-9e7a2321d76f Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T12:03:16.000000", "flavor": {"id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "links": [{"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}]}, "id": "95518415-4633-4dff-9b56-2067b96af148", "security_groups": [{"name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:17Z", "hostId": "8cd59e6c7a933a35fdea6a8418fc653ad91b6c9f63abd2f8e62fd2d2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "created": "2019-01-03T12:03:09Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:24,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 used request id req-d3684cbb-2fe5-4b43-8321-9e7a2321d76f 2019-01-03 12:03:24,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:24,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-95d11d91-e87a-4000-9021-f8674e18a1e5 Date: Thu, 03 Jan 2019 12:03:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:24,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-95d11d91-e87a-4000-9021-f8674e18a1e5 2019-01-03 12:03:24,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8510030-b8d1-4c95-9e8c-1cf64820edee Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:25,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-e8510030-b8d1-4c95-9e8c-1cf64820edee 2019-01-03 12:03:25,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8017e8a0-7d84-4bd9-8d99-283d5b2eeb76 Date: Thu, 03 Jan 2019 12:03:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:25,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-8017e8a0-7d84-4bd9-8d99-283d5b2eeb76 2019-01-03 12:03:25,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-9926e2a3-1222-4fa5-94f2-789512418026 Date: Thu, 03 Jan 2019 12:03:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:18Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:25,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-9926e2a3-1222-4fa5-94f2-789512418026 2019-01-03 12:03:25,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:25 GMT Server: Apache x-openstack-request-id: req-5601a5c4-2feb-4148-935f-1463f30a99fb Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:25,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:25 GMT Server: Apache x-openstack-request-id: req-8182fe9d-e5df-4eed-aef8-29c9bcd1bb95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1054 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "88f592ac-db25-48e3-832e-828ae0b844a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/network", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9d2cda4d-42e2-44f0-84fe-640c91b4d0d1", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "8d04c91a-2bfc-4f7a-95f7-bfcb081eed71", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "bb8cb720-028e-4df8-ae4f-096df7f53daf", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747:subnet_id=76cca1ae-82ed-40c4-810f-7a79c98b4998", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "76cca1ae-82ed-40c4-810f-7a79c98b4998", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/port1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "035bde54-b48c-412e-988d-8533f4274b18", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2019-01-03T12:03:00Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2019-01-03T12:03:00Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "95518415-4633-4dff-9b56-2067b96af148", "resource_type": "OS::Nova::Server"}]} 2019-01-03 12:03:25,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42/resources used request id req-8182fe9d-e5df-4eed-aef8-29c9bcd1bb95 2019-01-03 12:03:25,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/88f592ac-db25-48e3-832e-828ae0b844a6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b92aafc-cb49-4c55-9cd6-0c2ffdff852a x-compute-request-id: req-3b92aafc-cb49-4c55-9cd6-0c2ffdff852a Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/88f592ac-db25-48e3-832e-828ae0b844a6", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/88f592ac-db25-48e3-832e-828ae0b844a6", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "88f592ac-db25-48e3-832e-828ae0b844a6", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-flavor2-kwv4uhq2zft5", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:03:25,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/88f592ac-db25-48e3-832e-828ae0b844a6 used request id req-3b92aafc-cb49-4c55-9cd6-0c2ffdff852a 2019-01-03 12:03:25,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:25,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-861979b0-6b02-4748-987d-98d3b6c66d80 Date: Thu, 03 Jan 2019 12:03:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}} 2019-01-03 12:03:25,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 used request id req-861979b0-6b02-4748-987d-98d3b6c66d80 2019-01-03 12:03:25,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:26,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4a385630-123f-470f-a9fd-e5993fe8a425 Date: Thu, 03 Jan 2019 12:03:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:26,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-4a385630-123f-470f-a9fd-e5993fe8a425 2019-01-03 12:03:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:26,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ba756d70-6efd-4562-b882-3cd2adde155c Date: Thu, 03 Jan 2019 12:03:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:26,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-ba756d70-6efd-4562-b882-3cd2adde155c 2019-01-03 12:03:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:26,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-02459456-a14d-4ae9-9998-e9f4c3b11a8c Date: Thu, 03 Jan 2019 12:03:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:26,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-02459456-a14d-4ae9-9998-e9f4c3b11a8c 2019-01-03 12:03:26,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:26,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc93d89-f3af-4ba1-af57-818b6f7ec0c8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:26,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-6dc93d89-f3af-4ba1-af57-818b6f7ec0c8 2019-01-03 12:03:26,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:26,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d61cfff5-d991-4320-9730-a853df6c9f20 Date: Thu, 03 Jan 2019 12:03:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:26,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-d61cfff5-d991-4320-9730-a853df6c9f20 2019-01-03 12:03:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac7%3Af2%3Ad4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-49041e4a-0607-4352-b1a1-886dbaf6a133 Date: Thu, 03 Jan 2019 12:03:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"}]} 2019-01-03 12:03:27,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac7%3Af2%3Ad4&admin_state_up=True used request id req-49041e4a-0607-4352-b1a1-886dbaf6a133 2019-01-03 12:03:27,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09256e6c-1666-4991-a6d5-7eb841f35e90 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:27,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-09256e6c-1666-4991-a6d5-7eb841f35e90 2019-01-03 12:03:27,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-27ed1a3d-689d-48a8-9949-97c27db51cec Date: Thu, 03 Jan 2019 12:03:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:27,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-27ed1a3d-689d-48a8-9949-97c27db51cec 2019-01-03 12:03:27,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4e4a6043-428a-4052-9c93-9b16c7cea470 Date: Thu, 03 Jan 2019 12:03:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:27,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-4e4a6043-428a-4052-9c93-9b16c7cea470 2019-01-03 12:03:27,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-3ca08d3c-e0db-4bf6-8bbf-c7282ec4dbba Date: Thu, 03 Jan 2019 12:03:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:27,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-3ca08d3c-e0db-4bf6-8bbf-c7282ec4dbba 2019-01-03 12:03:27,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:27,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-73edcbad-553d-4809-9a0e-e9fa95de0c52 Date: Thu, 03 Jan 2019 12:03:27 GMT RESP BODY: {"floatingips": [{"router_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:12Z", "updated_at": "2019-01-03T12:03:14Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "id": "bb8cb720-028e-4df8-ae4f-096df7f53daf"}]} 2019-01-03 12:03:27,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-73edcbad-553d-4809-9a0e-e9fa95de0c52 2019-01-03 12:03:27,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:28,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f46b8d35-b879-4159-8e53-bffd6cffe6bd Date: Thu, 03 Jan 2019 12:03:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:02:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:02:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "metadata": {}}], "self": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "min_disk": 0, "protected": false, "id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "file": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cdd7450cf1ef4161bdac6dcb73e03635", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:03:28,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f used request id req-f46b8d35-b879-4159-8e53-bffd6cffe6bd 2019-01-03 12:03:28,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:28,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-926500ad-fd08-4586-a7d7-802bcd86819d Date: Thu, 03 Jan 2019 12:03: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"}}} 2019-01-03 12:03:28,814 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-926500ad-fd08-4586-a7d7-802bcd86819d 2019-01-03 12:03:28,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:28,993 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:28 GMT Server: Apache x-openstack-request-id: req-bb1f3718-f85c-4473-9373-88ea5acfce07 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:29,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:28 GMT Server: Apache x-openstack-request-id: req-5bf39aed-de7e-4d7c-92f0-51ab6695af2f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:29,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-5bf39aed-de7e-4d7c-92f0-51ab6695af2f 2019-01-03 12:03:29,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:03:29,399 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:03:29,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dac5539f029d446a8163d1a24e295700", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}], "expires_at": "2019-01-03T13:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "id": "a4e98e984e7e45b3a76021833995c6cb"}, "audit_ids": ["5DYiFraBTSCDS2gXx2GF0g"], "issued_at": "2019-01-03T12:03:29.000000Z"}} 2019-01-03 12:03:29,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:29,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffd62755-afe6-4dcd-9872-a71c58aeb036 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:03:29,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ffd62755-afe6-4dcd-9872-a71c58aeb036 2019-01-03 12:03:29,865 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:03:29,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:29,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3982eac2-4bcb-4d93-9b1f-d65db6671a0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:03:29,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3982eac2-4bcb-4d93-9b1f-d65db6671a0e 2019-01-03 12:03:29,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:30,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7f6775d2-57fa-447b-8f68-d4233c9f33a7 Date: Thu, 03 Jan 2019 12:03:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:30,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-7f6775d2-57fa-447b-8f68-d4233c9f33a7 2019-01-03 12:03:30,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:03:30,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:03:30,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:30,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b4c6ef-2fa3-4679-ab14-fb6dd07063d9 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:30,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-c4b4c6ef-2fa3-4679-ab14-fb6dd07063d9 2019-01-03 12:03:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:30,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bf6003d9-892f-4121-8925-b58c155ca6c2 Date: Thu, 03 Jan 2019 12:03:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:30,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-bf6003d9-892f-4121-8925-b58c155ca6c2 2019-01-03 12:03:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac7%3Af2%3Ad4&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:30,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-55ef5931-8f1d-4d1e-a27d-3eeb99c5088b Date: Thu, 03 Jan 2019 12:03:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"}]} 2019-01-03 12:03:30,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac7%3Af2%3Ad4&admin_state_up=True used request id req-55ef5931-8f1d-4d1e-a27d-3eeb99c5088b 2019-01-03 12:03:30,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:30,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e098a037-bda5-43cf-a1b1-2c3555b94aeb Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:30,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-e098a037-bda5-43cf-a1b1-2c3555b94aeb 2019-01-03 12:03:30,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:31,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffd5130e-a7d8-4a4d-b434-a9830ca3df67 x-compute-request-id: req-ffd5130e-a7d8-4a4d-b434-a9830ca3df67 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:f2:d4", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T12:03:14.000000", "flavor": {"id": "88f592ac-db25-48e3-832e-828ae0b844a6", "links": [{"href": "http://172.30.9.28:8774/flavors/88f592ac-db25-48e3-832e-828ae0b844a6", "rel": "bookmark"}]}, "id": "035bde54-b48c-412e-988d-8533f4274b18", "security_groups": [{"name": "default"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:15Z", "hostId": "01467f6238c71c4f02c598c3ea5753d48d4e48ed4b6c2f39de3ab267", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "created": "2019-01-03T12:03:08Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:03:31,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2 used request id req-ffd5130e-a7d8-4a4d-b434-a9830ca3df67 2019-01-03 12:03:31,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:32,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e441979c-578c-46c7-b55c-79a1d04d4aed Date: Thu, 03 Jan 2019 12:03:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:32,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-e441979c-578c-46c7-b55c-79a1d04d4aed 2019-01-03 12:03:32,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:32,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1c8ebf29-0a9e-4a41-90e3-f855c20f7f6b Date: Thu, 03 Jan 2019 12:03:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:32,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-1c8ebf29-0a9e-4a41-90e3-f855c20f7f6b 2019-01-03 12:03:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:32,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-f230da58-fed0-40b9-9c33-383bc0915b50 Date: Thu, 03 Jan 2019 12:03:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:32,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-f230da58-fed0-40b9-9c33-383bc0915b50 2019-01-03 12:03:32,445 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2 2019-01-03 12:03:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:32,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-e8547fd2-ecc9-4834-8486-080329cade60 Date: Thu, 03 Jan 2019 12:03:32 GMT RESP BODY: {"floatingips": [{"router_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:12Z", "updated_at": "2019-01-03T12:03:14Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "id": "bb8cb720-028e-4df8-ae4f-096df7f53daf"}]} 2019-01-03 12:03:32,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-e8547fd2-ecc9-4834-8486-080329cade60 2019-01-03 12:03:32,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:32,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47e55cb8-9fc6-4794-aefb-271ce14f5d61 x-compute-request-id: req-47e55cb8-9fc6-4794-aefb-271ce14f5d61 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-flavor1-jnn5shide6rg", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:03:32,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb used request id req-47e55cb8-9fc6-4794-aefb-271ce14f5d61 2019-01-03 12:03:32,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:32,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-04c603ac-92ab-45b3-8bb6-c791c0668ab0 Date: Thu, 03 Jan 2019 12:03:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}} 2019-01-03 12:03:32,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 used request id req-04c603ac-92ab-45b3-8bb6-c791c0668ab0 2019-01-03 12:03:32,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9cab434a-46ef-4ac1-86d4-33142e7b024b Date: Thu, 03 Jan 2019 12:03:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:33,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-9cab434a-46ef-4ac1-86d4-33142e7b024b 2019-01-03 12:03:33,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2f72f084-de85-4a26-978a-2fe3b09f0087 Date: Thu, 03 Jan 2019 12:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:33,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-2f72f084-de85-4a26-978a-2fe3b09f0087 2019-01-03 12:03:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-056bf8d1-efdc-405a-aacf-3ab9a83567ac Date: Thu, 03 Jan 2019 12:03:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:33,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-056bf8d1-efdc-405a-aacf-3ab9a83567ac 2019-01-03 12:03:33,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ca5e21-2242-464d-ab32-4cc201e23834 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:33,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-e8ca5e21-2242-464d-ab32-4cc201e23834 2019-01-03 12:03:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dfc2f4a1-7dbf-4ad1-9c02-70ca59de28aa Date: Thu, 03 Jan 2019 12:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:33,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-dfc2f4a1-7dbf-4ad1-9c02-70ca59de28aa 2019-01-03 12:03:33,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac0%3Ad1%3Ab6&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-dfcccea1-cdb7-4692-b9ff-b9c29c4096b2 Date: Thu, 03 Jan 2019 12:03:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"}]} 2019-01-03 12:03:33,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac0%3Ad1%3Ab6&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg&admin_state_up=True used request id req-dfcccea1-cdb7-4692-b9ff-b9c29c4096b2 2019-01-03 12:03:33,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:33,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b7d5a3-7368-4e41-a257-bac6babecf19 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:33,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-83b7d5a3-7368-4e41-a257-bac6babecf19 2019-01-03 12:03:33,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2f057aba-8fcc-4e7f-b7bd-ac62b4c6b1c9 Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:34,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-2f057aba-8fcc-4e7f-b7bd-ac62b4c6b1c9 2019-01-03 12:03:34,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3ae40272-7997-4407-8079-69b69053617a Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:34,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-3ae40272-7997-4407-8079-69b69053617a 2019-01-03 12:03:34,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-c936e836-f958-4db8-9409-5ad3028b1cc7 Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:34,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-c936e836-f958-4db8-9409-5ad3028b1cc7 2019-01-03 12:03:34,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-d3a6789c-3790-487c-a8b4-cc8afddcb7b1 Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"floatingips": [{"router_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:12Z", "updated_at": "2019-01-03T12:03:14Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "id": "bb8cb720-028e-4df8-ae4f-096df7f53daf"}]} 2019-01-03 12:03:34,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-d3a6789c-3790-487c-a8b4-cc8afddcb7b1 2019-01-03 12:03:34,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/04d7d5d5-a0ac-4e35-bb1c-198c5eba2747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e2572778-cc3e-4746-962c-f37bb895c3e7 Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:06Z", "admin_state_up": true, "updated_at": "2019-01-03T12:03:13Z", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "name": "mgmt_router"}} 2019-01-03 12:03:34,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/04d7d5d5-a0ac-4e35-bb1c-198c5eba2747 used request id req-e2572778-cc3e-4746-962c-f37bb895c3e7 2019-01-03 12:03:34,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=04d7d5d5-a0ac-4e35-bb1c-198c5eba2747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4543 X-Openstack-Request-Id: req-2f3cd15a-f018-465a-bfe9-a26cee3d3bce Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:15Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6892697b-9b27-44ec-a923-8f398aad4f1f","ip_address":"169.254.192.1"}],"id":"5a9d4f1b-8dbf-48dc-8f1f-4ae83338085e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:55:a2","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cdd7450cf1ef4161bdac6dcb73e03635","admin_state_up":true,"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:15Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6892697b-9b27-44ec-a923-8f398aad4f1f","ip_address":"169.254.192.5"}],"id":"7ef58898-7147-4ce8-89eb-0319ced1455e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:94:6f","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cdd7450cf1ef4161bdac6dcb73e03635","admin_state_up":true,"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:08Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6892697b-9b27-44ec-a923-8f398aad4f1f","ip_address":"169.254.192.7"}],"id":"eb254b9b-1ce9-4b50-b58d-1954baa80211","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:d1:c5","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant cdd7450cf1ef4161bdac6dcb73e03635","admin_state_up":true,"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:08Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:28Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed37362-4bb2-4fca-a1dd-d476b1932909","ip_address":"172.30.9.206"}],"id":"eed77957-3fd4-4d8a-aa61-2a41d6c37f21","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7e:38:3a","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:34,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=04d7d5d5-a0ac-4e35-bb1c-198c5eba2747 used request id req-2f3cd15a-f018-465a-bfe9-a26cee3d3bce 2019-01-03 12:03:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:34,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1670ddbc-6c80-4004-9516-1c1e3065ad71 Date: Thu, 03 Jan 2019 12:03:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d031bf89-00a9-445a-9c57-38f1941ff76d","tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:34Z","dns_nameservers":[],"updated_at":"2019-01-03T09:49:34Z","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":"696eb002b81640138e948c272298656e","id":"eed37362-4bb2-4fca-a1dd-d476b1932909","subnetpool_id":null,"name":"external-subnet"}} 2019-01-03 12:03:34,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eed37362-4bb2-4fca-a1dd-d476b1932909 used request id req-1670ddbc-6c80-4004-9516-1c1e3065ad71 2019-01-03 12:03:34,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b52abb56-3485-4c33-8ebc-674976592a58 Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:06Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03: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":"6892697b-9b27-44ec-a923-8f398aad4f1f","subnetpool_id":null,"name":"HA subnet tenant cdd7450cf1ef4161bdac6dcb73e03635"}} 2019-01-03 12:03:35,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f used request id req-b52abb56-3485-4c33-8ebc-674976592a58 2019-01-03 12:03:35,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1ee078e9-9791-41af-a7e9-74812722b588 Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:06Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03: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":"6892697b-9b27-44ec-a923-8f398aad4f1f","subnetpool_id":null,"name":"HA subnet tenant cdd7450cf1ef4161bdac6dcb73e03635"}} 2019-01-03 12:03:35,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f used request id req-1ee078e9-9791-41af-a7e9-74812722b588 2019-01-03 12:03:35,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-87c683fa-f43b-4810-8c3d-ae07338d67da Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e457e70b-3d68-4045-870c-0b390fbfe3d9","tenant_id":"","created_at":"2019-01-03T12:03:06Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03: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":"6892697b-9b27-44ec-a923-8f398aad4f1f","subnetpool_id":null,"name":"HA subnet tenant cdd7450cf1ef4161bdac6dcb73e03635"}} 2019-01-03 12:03:35,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/6892697b-9b27-44ec-a923-8f398aad4f1f used request id req-87c683fa-f43b-4810-8c3d-ae07338d67da 2019-01-03 12:03:35,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-3db6181b-8347-410a-acca-788a7740d2a0 Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}} 2019-01-03 12:03:35,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 used request id req-3db6181b-8347-410a-acca-788a7740d2a0 2019-01-03 12:03:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports/6970946c-fc84-4b8d-a7b8-959f04ba0de8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1071 X-Openstack-Request-Id: req-21c63847-575c-4aab-a424-b160a29f4fca Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","device_id":"95518415-4633-4dff-9b56-2067b96af148","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","qos_policy_id":null,"admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal"}} 2019-01-03 12:03:35,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports/6970946c-fc84-4b8d-a7b8-959f04ba0de8 used request id req-21c63847-575c-4aab-a424-b160a29f4fca 2019-01-03 12:03:35,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-23a2d969-947c-4aea-bd2f-24f3d2d86fec Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}} 2019-01-03 12:03:35,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/76cca1ae-82ed-40c4-810f-7a79c98b4998 used request id req-23a2d969-947c-4aea-bd2f-24f3d2d86fec 2019-01-03 12:03:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-fa470c0c-3399-4442-aeda-249553bb853d Date: Thu, 03 Jan 2019 12:03:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:02:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2019-01-03T12:02:55Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "metadata": {}}], "self": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "min_disk": 0, "protected": false, "id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "file": "/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "cdd7450cf1ef4161bdac6dcb73e03635", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/51b7de50-4de0-44c1-a9bd-303f8966905f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:03:35,702 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f used request id req-fa470c0c-3399-4442-aeda-249553bb853d 2019-01-03 12:03:35,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}059dd1d2182db087aa4fdf19b7e92a458ade8db4" 2019-01-03 12:03:35,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:35 GMT Server: Apache x-openstack-request-id: req-8b7b1873-18fd-4bc0-b895-7ce826218cce Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:36,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:35 GMT Server: Apache x-openstack-request-id: req-f881d3d0-5934-4af1-81f1-673eb872bc0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a68db357-8273-422a-af56-f389d9bd0b42", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAyUXJyvOGtzIT4VsdPp3INryiLvFaqM+R1vq3mCyJG+aoTebw\nL4FWzAVP1gDAHB7TaR1YHML7F6OZnBe8Zv8ZsPQXmlzjQenOje41RUBokQS/yLZM\nBjaZsEfJLYNNtjc1/NVytHfOlCmCpOJ9UbjbFEjfkuxnOm/s/k2koCgPL2zl41AZ\nNofsDexxWCdaujLxromYkslEw3gYnDwoiZUKCKxz3ii9o8KyrBOgVLJA3JFkN7Kb\nqBE1Wpl5ad/Eow+8/G5k8qsUdZVbE4ChvPQfpZB2Oa+aoy8HbfKmGbqshayoBfsr\nsVdx1R9M+PwhZpDvnPY2WUQXr6UqxgecbTpITQIDAQABAoIBAQCKzYIYYFFrTTHA\nnCFS6WUFupjuXqvy9xLQex7Z5vy3LR6serLxT/UXxiIEp4fU3L1XJFF7pEudRcnN\nh+D59rs0+WC9p4liD2fPIZPDKmPyfp/0PyO2tTjQBPGMXZzeKL0mm9z68BSawPXD\n2B4smZscJhVpMXcPKdj6l3kMqhOu0+WMewykEAKypIsxGugebF+gjVeiuXWhx+TM\ntkv1I2gsUI/Fj1/dhIlhMHoKv1JLgqxJmBCKo58KG3UMR+8TXefYhz6jgr0mL3dd\nOtrwS3wK8f2A8fjfLZo4fS02oPjj/wRkUxQ8Ro+e8uy3cukIfiHmI49J2qEBfmi0\nouektvOBAoGBAOniF6/eJ9BCSL+6w/s+68LSCQWJ7FBIu0Qmcdsl1Z6boHyyi4eD\nf03jeZZqhsRXu7RpPydzyI9Ky0MTzsDipDV3i1CJ6QU8ggOnOHy1eeWBiagQ2ACG\nYI5qbOBQFHre/2SDxFe5ew3IG1ka/tsGnYOxpvf92+gnODVzIbXHSVbFAoGBANxO\nQBX5E7Gn2Iq57IffCJIMQeeFj3GeHndnqFAt/JAngjYTlHr/dC4gHVzArWrrzgHY\ncNBKAsPvtZD84in0gKw1naQg+ShA6U3hZ8ABzKxuTpRpx55dkYpbaXbrk6nRUUwZ\nbdu+QFS0HjyJdWvrrjbDvgzdzx9PVWfE4xE4/gPpAoGBANJ+aMEgmQaHUYA1cAMk\nmv1JGVOB0UxkWR4514jboUnRWPxBmPBKuf14uEpW75mwOEBj5LH2M9A7CXsCTbct\ng4qXX6wJos3SqlTtYBplHiMflavMFQtL5YTnZbvwdq4rGwH00XX+ejBqI6rrb+ni\nJ0uKTPKu6AclnSIFz5YRmQDdAoGBAItAhu+cph8oeg6OIP1tNAyk5M+EM7xcduOA\nyPoNZ1RzNLIbxEHO0NALCqRDQhqQfIHcHsr5zS+uiDTiM87TNrYjmcZR9UvFY/MP\nZDYQrR/dBZx4FG58tG8hAtPhak/v+BRDCpbYde9UfrxDIs6ZhWAmcC3P0oj264QR\nBnovbRhpAoGBALDtRM+p5QSVaHJjbLSjGqAl7QaqoD2lq0aKw4NUEuALbq+r14Kq\na+Vuir7jcoKpI5mTLlS43cv0unCCyh5x+b7QA6vETPXESXPU7QmwO064Q+kGYi/W\nwdI9vL1vomNWKEX1GVtU45ASSgoLCFtLTYBmTvuG/SH3dr7oKKd1rJsi\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"}} 2019-01-03 12:03:36,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-f881d3d0-5934-4af1-81f1-673eb872bc0f 2019-01-03 12:03:36,056 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:03:36,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:03:36,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "dac5539f029d446a8163d1a24e295700", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role"}], "expires_at": "2019-01-03T13:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/cdd7450cf1ef4161bdac6dcb73e03635", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-user", "id": "a4e98e984e7e45b3a76021833995c6cb"}, "audit_ids": ["a5D_9BgVTAysHOVc3fy9Zw"], "issued_at": "2019-01-03T12:03:36.000000Z"}} 2019-01-03 12:03:36,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:36,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cad11b28-84f1-44a3-a65e-d6465bdeed66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:03:36,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cad11b28-84f1-44a3-a65e-d6465bdeed66 2019-01-03 12:03:36,531 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:03:36,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:36,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7acdcc8e-f836-436f-bd4d-ba428e949f17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:03:36,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7acdcc8e-f836-436f-bd4d-ba428e949f17 2019-01-03 12:03:36,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:36,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e4edf832-7079-47cb-9a21-f9586b986dec Date: Thu, 03 Jan 2019 12:03:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:36,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-e4edf832-7079-47cb-9a21-f9586b986dec 2019-01-03 12:03:36,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:03:36,977 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:03: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:03:36,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:37,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d2a3a7-f19f-48f0-b8f2-14857fea6329 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:37,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-82d2a3a7-f19f-48f0-b8f2-14857fea6329 2019-01-03 12:03:37,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:37,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-26293c43-f63f-462f-9ab4-1e9d3e79f5d9 Date: Thu, 03 Jan 2019 12:03:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:37,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-26293c43-f63f-462f-9ab4-1e9d3e79f5d9 2019-01-03 12:03:37,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac0%3Ad1%3Ab6&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:37,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1074 X-Openstack-Request-Id: req-76dcb4d1-8405-4c0d-888a-62670297ff0f Date: Thu, 03 Jan 2019 12:03:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"}]} 2019-01-03 12:03:37,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1&mac_address=fa%3A16%3A3e%3Ac0%3Ad1%3Ab6&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg&admin_state_up=True used request id req-76dcb4d1-8405-4c0d-888a-62670297ff0f 2019-01-03 12:03:37,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:37,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e4e33a1-a6aa-45d5-884e-792720a77489 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:37,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-6e4e33a1-a6aa-45d5-884e-792720a77489 2019-01-03 12:03:37,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:38,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-5296d597-454b-4bde-a3d4-302492b80c1b x-compute-request-id: req-5296d597-454b-4bde-a3d4-302492b80c1b Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T12:03:16.000000", "flavor": {"id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "links": [{"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}]}, "id": "95518415-4633-4dff-9b56-2067b96af148", "security_groups": [{"name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:17Z", "hostId": "8cd59e6c7a933a35fdea6a8418fc653ad91b6c9f63abd2f8e62fd2d2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "created": "2019-01-03T12:03:09Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:03:38,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1 used request id req-5296d597-454b-4bde-a3d4-302492b80c1b 2019-01-03 12:03:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:38,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5fa6bcd9-4437-40f7-8dc4-955d9d1489f6 Date: Thu, 03 Jan 2019 12:03:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:38,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-5fa6bcd9-4437-40f7-8dc4-955d9d1489f6 2019-01-03 12:03:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:38,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9542f227-9a70-4a15-b709-b5923dd5640a Date: Thu, 03 Jan 2019 12:03:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:38,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-9542f227-9a70-4a15-b709-b5923dd5640a 2019-01-03 12:03:38,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:39,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-26964d41-f09c-4855-94c8-9e1dde1b4c38 Date: Thu, 03 Jan 2019 12:03:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:39,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-26964d41-f09c-4855-94c8-9e1dde1b4c38 2019-01-03 12:03:39,173 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1 2019-01-03 12:03:39,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:39,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-7e345e8f-a38b-46c0-b3f6-96875e3b9a49 Date: Thu, 03 Jan 2019 12:03:39 GMT RESP BODY: {"floatingips": [{"router_id": "04d7d5d5-a0ac-4e35-bb1c-198c5eba2747", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:12Z", "updated_at": "2019-01-03T12:03:14Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.1.2.10", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_id": "6970946c-fc84-4b8d-a7b8-959f04ba0de8", "id": "bb8cb720-028e-4df8-ae4f-096df7f53daf"}]} 2019-01-03 12:03:39,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-7e345e8f-a38b-46c0-b3f6-96875e3b9a49 2019-01-03 12:03:39,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:39,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-687a2181-7d4b-4d96-8110-923a5db0d023 x-compute-request-id: req-687a2181-7d4b-4d96-8110-923a5db0d023 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:f2:d4", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/035bde54-b48c-412e-988d-8533f4274b18", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2019-01-03T12:03:14.000000", "flavor": {"id": "88f592ac-db25-48e3-832e-828ae0b844a6", "links": [{"href": "http://172.30.9.28:8774/flavors/88f592ac-db25-48e3-832e-828ae0b844a6", "rel": "bookmark"}]}, "id": "035bde54-b48c-412e-988d-8533f4274b18", "security_groups": [{"name": "default"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:15Z", "hostId": "01467f6238c71c4f02c598c3ea5753d48d4e48ed4b6c2f39de3ab267", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "created": "2019-01-03T12:03:08Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:39,730 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/035bde54-b48c-412e-988d-8533f4274b18 used request id req-687a2181-7d4b-4d96-8110-923a5db0d023 2019-01-03 12:03:39,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:39,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9558583f-a5c8-47ca-a43d-8cf6347a21fd Date: Thu, 03 Jan 2019 12:03:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:39,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-9558583f-a5c8-47ca-a43d-8cf6347a21fd 2019-01-03 12:03:39,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:39,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db7fac4d-408c-44fd-b3e3-3dd9b6a73397 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:39,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-db7fac4d-408c-44fd-b3e3-3dd9b6a73397 2019-01-03 12:03:39,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:40,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-69095c0f-b6d9-4a91-a435-6871ebac14a4 Date: Thu, 03 Jan 2019 12:03:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:40,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-69095c0f-b6d9-4a91-a435-6871ebac14a4 2019-01-03 12:03:40,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba579b430865bf00b8a39cf8d43e9df1ca78961" 2019-01-03 12:03:40,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-de7f8b43-68f6-41b4-b702-63c9f7bd6278 Date: Thu, 03 Jan 2019 12:03:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:40,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-de7f8b43-68f6-41b4-b702-63c9f7bd6278 2019-01-03 12:03:40,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:41,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03: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-2a010d12-8c42-4be2-b0ce-7a899445e496 x-compute-request-id: req-2a010d12-8c42-4be2-b0ce-7a899445e496 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T12:03:16.000000", "flavor": {"id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "links": [{"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}]}, "id": "95518415-4633-4dff-9b56-2067b96af148", "security_groups": [{"name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:17Z", "hostId": "8cd59e6c7a933a35fdea6a8418fc653ad91b6c9f63abd2f8e62fd2d2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "created": "2019-01-03T12:03:09Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:41,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 used request id req-2a010d12-8c42-4be2-b0ce-7a899445e496 2019-01-03 12:03:41,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:41,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a53cff77-8d92-4a6f-a009-bbc6dd44bdcd Date: Thu, 03 Jan 2019 12:03:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:41,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-a53cff77-8d92-4a6f-a009-bbc6dd44bdcd 2019-01-03 12:03:41,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:41,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929c02bf-306f-4783-96ac-13a4cc84ccf2 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:41,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-929c02bf-306f-4783-96ac-13a4cc84ccf2 2019-01-03 12:03:41,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:41,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9a2a5322-69b5-4e21-9c49-e3a48bed105a Date: Thu, 03 Jan 2019 12:03:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:41,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-9a2a5322-69b5-4e21-9c49-e3a48bed105a 2019-01-03 12:03:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:41,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-2a6525aa-55e8-45de-bcdc-84d98296176b Date: Thu, 03 Jan 2019 12:03:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:41,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-2a6525aa-55e8-45de-bcdc-84d98296176b 2019-01-03 12:03:41,482 - create_instance - INFO - Checking if VM is active 2019-01-03 12:03:41,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:42,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20ffdc64-34f9-4326-ba8e-b8ad11955ab4 x-compute-request-id: req-20ffdc64-34f9-4326-ba8e-b8ad11955ab4 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T12:03:16.000000", "flavor": {"id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "links": [{"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}]}, "id": "95518415-4633-4dff-9b56-2067b96af148", "security_groups": [{"name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:17Z", "hostId": "8cd59e6c7a933a35fdea6a8418fc653ad91b6c9f63abd2f8e62fd2d2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "created": "2019-01-03T12:03:09Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:42,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 used request id req-20ffdc64-34f9-4326-ba8e-b8ad11955ab4 2019-01-03 12:03:42,174 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1] is - ACTIVE 2019-01-03 12:03:42,174 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:03:42,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:42,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03: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-3fe50568-1dee-4b80-8344-ed81c1436076 x-compute-request-id: req-3fe50568-1dee-4b80-8344-ed81c1436076 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "10.1.2.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:d1:b6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/95518415-4633-4dff-9b56-2067b96af148", "rel": "bookmark"}], "image": {"id": "51b7de50-4de0-44c1-a9bd-303f8966905f", "links": [{"href": "http://172.30.9.28:8774/images/51b7de50-4de0-44c1-a9bd-303f8966905f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2019-01-03T12:03:16.000000", "flavor": {"id": "c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "links": [{"href": "http://172.30.9.28:8774/flavors/c5b42161-0ff5-42ec-b6cd-84421f0a15eb", "rel": "bookmark"}]}, "id": "95518415-4633-4dff-9b56-2067b96af148", "security_groups": [{"name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp"}], "user_id": "a4e98e984e7e45b3a76021833995c6cb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:03:17Z", "hostId": "8cd59e6c7a933a35fdea6a8418fc653ad91b6c9f63abd2f8e62fd2d2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "created": "2019-01-03T12:03:09Z", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:03:42,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/95518415-4633-4dff-9b56-2067b96af148 used request id req-3fe50568-1dee-4b80-8344-ed81c1436076 2019-01-03 12:03:42,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:43,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-d2fcb001-ffa9-4d64-9546-ebce0d943f59 Date: Thu, 03 Jan 2019 12:03:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":35,"ipv4_address_scope":null,"shared":false,"project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","subnets":["76cca1ae-82ed-40c4-810f-7a79c98b4998"],"description":"","tags":[],"updated_at":"2019-01-03T12:03:05Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net","admin_state_up":true,"tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:03Z","provider:network_type":"vxlan"}]} 2019-01-03 12:03:43,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net used request id req-d2fcb001-ffa9-4d64-9546-ebce0d943f59 2019-01-03 12:03:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:43,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc16efce-f724-43ed-98a5-2d182b8af331 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:43,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-fc16efce-f724-43ed-98a5-2d182b8af331 2019-01-03 12:03:43,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:43,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f1b137ba-b36a-4d01-9986-5c34455c4192 Date: Thu, 03 Jan 2019 12:03:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","dns_nameservers":[],"updated_at":"2019-01-03T12:03:05Z","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":"cdd7450cf1ef4161bdac6dcb73e03635","id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","subnetpool_id":null,"name":"CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet"}]} 2019-01-03 12:03:43,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-f1b137ba-b36a-4d01-9986-5c34455c4192 2019-01-03 12:03:43,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7ff665c3fa9bf41d1a2cbd8fdd94d5f55dcf1c" 2019-01-03 12:03:43,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5808 X-Openstack-Request-Id: req-849d57c5-a891-4eff-a3ed-f12fc610fa75 Date: Thu, 03 Jan 2019 12:03:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.15"}],"id":"06507636-bc72-4851-ac57-3942d445a7e9","security_groups":["dbcc2cac-4b13-4c1a-9731-bcfc54ac6617"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:f2:d4","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:10Z","binding:vnic_type":"normal","device_id":"035bde54-b48c-412e-988d-8533f4274b18"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.2"}],"id":"2d34bc94-167e-4a72-bbe8-8cacc9075bd6","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:3a:52","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.10"}],"id":"6970946c-fc84-4b8d-a7b8-959f04ba0de8","security_groups":["8d04c91a-2bfc-4f7a-95f7-bfcb081eed71"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:d1:b6","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack-port1-vqfbv7bhqypg","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"95518415-4633-4dff-9b56-2067b96af148"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.4"}],"id":"6da503c7-c4c5-4251-bc72-5b187834ae38","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a7:7d:3f","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.3"}],"id":"a055613a-c439-48d8-9de7-84c4a2aae7c4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:2c:71","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9d2cda4d-42e2-44f0-84fe-640c91b4d0d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:03:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"76cca1ae-82ed-40c4-810f-7a79c98b4998","ip_address":"10.1.2.1"}],"id":"d8ee8a1c-d27b-4ecd-ae17-edb349a8213b","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:6a:da","project_id":"cdd7450cf1ef4161bdac6dcb73e03635","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9d2cda4d-42e2-44f0-84fe-640c91b4d0d1","tenant_id":"cdd7450cf1ef4161bdac6dcb73e03635","created_at":"2019-01-03T12:03:12Z","binding:vnic_type":"normal","device_id":"04d7d5d5-a0ac-4e35-bb1c-198c5eba2747"}]} 2019-01-03 12:03:43,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=9d2cda4d-42e2-44f0-84fe-640c91b4d0d1 used request id req-849d57c5-a891-4eff-a3ed-f12fc610fa75 2019-01-03 12:03:43,396 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:03:43,399 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e677150L 2019-01-03 12:03:43,399 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:03:43,400 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:03:43,400 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:03:43,401 - 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 2019-01-03 12:03:43,401 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:03:43,401 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:03:43,401 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:03:43,401 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:03:43,401 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:03:43,418 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:03:43,419 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:03:43,432 - paramiko.transport - DEBUG - Trying key 8257baecb987df9cc545d5aa37c0c41e from 12fc6af5-05d9-465d-9481-0ef1abde8ec8 2019-01-03 12:03:43,456 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:03:43,461 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:03:43,561 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:03:43,578 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:03:43,578 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:03:43,580 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e677050L 2019-01-03 12:03:43,581 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:03:43,581 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2019-01-03 12:03:43,581 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2019-01-03 12:03:43,582 - 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 2019-01-03 12:03:43,582 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:03:43,582 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2019-01-03 12:03:43,582 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:03:43,583 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:03:43,583 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:03:43,600 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:03:43,600 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:03:43,613 - paramiko.transport - DEBUG - Trying key 8257baecb987df9cc545d5aa37c0c41e from 12fc6af5-05d9-465d-9481-0ef1abde8ec8 2019-01-03 12:03:43,640 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:03:43,646 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:03:43,677 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:03:43,678 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2019-01-03 12:03:43,679 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:03:43,680 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:03:43,681 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:03:43,682 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:43,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:43,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:43 GMT Server: Apache x-openstack-request-id: req-31dda7f1-ec29-4f94-b833-363cc4596852 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:43,836 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:03:43 GMT Server: Apache x-openstack-request-id: req-7226bf0d-c72b-4038-add9-1f1087367a0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:03:43,836 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-7226bf0d-c72b-4038-add9-1f1087367a0f 2019-01-03 12:03:43,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:43,966 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:43 GMT Server: Apache x-openstack-request-id: req-b22650d3-b00e-4335-8475-6599ae5fa5cc Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:44,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:43 GMT Server: Apache x-openstack-request-id: req-4ba7544d-c0e4-46cc-b5e4-f4eaaab14cd9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "tags": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:03:43Z", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:44,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-4ba7544d-c0e4-46cc-b5e4-f4eaaab14cd9 2019-01-03 12:03:44,148 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:03:44,148 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:47,151 - create_stack - DEBUG - Stack status query timeout in 1196.6852169 2019-01-03 12:03:47,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:47,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:47 GMT Server: Apache x-openstack-request-id: req-a22a06d9-477b-4e51-8e0e-8fdfc2c4c6d0 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:47,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:47 GMT Server: Apache x-openstack-request-id: req-7f423202-8525-4e54-abcf-3db8823ecc02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "tags": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:03:43Z", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:47,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-7f423202-8525-4e54-abcf-3db8823ecc02 2019-01-03 12:03:47,372 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:03:47,372 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:50,375 - create_stack - DEBUG - Stack status query timeout in 1193.46146989 2019-01-03 12:03:50,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:50,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:50 GMT Server: Apache x-openstack-request-id: req-e798f80e-4744-4ba3-aa84-ab9e4aaf5ae1 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:50,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:50 GMT Server: Apache x-openstack-request-id: req-46e85476-2036-4b33-b65a-0a2e3b7bb4d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "tags": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:03:43Z", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:50,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-46e85476-2036-4b33-b65a-0a2e3b7bb4d1 2019-01-03 12:03:50,431 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:03:50,431 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:53,433 - create_stack - DEBUG - Stack status query timeout in 1190.40349579 2019-01-03 12:03:53,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:53,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:53 GMT Server: Apache x-openstack-request-id: req-8f80328c-ef83-4103-8325-e9752b73ce34 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:53,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:53 GMT Server: Apache x-openstack-request-id: req-dbcdc55c-fdb7-4c07-9cb7-e7c73bff29e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "tags": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2019-01-03T12:03:43Z", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:53,507 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-dbcdc55c-fdb7-4c07-9cb7-e7c73bff29e7 2019-01-03 12:03:53,507 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2019-01-03 12:03:53,507 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2019-01-03 12:03:56,511 - create_stack - DEBUG - Stack status query timeout in 1187.32586884 2019-01-03 12:03:56,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:56,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:56 GMT Server: Apache x-openstack-request-id: req-dd38059a-da3a-4e7e-aad9-9ac21ea88f99 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:56,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:56 GMT Server: Apache x-openstack-request-id: req-7e71ded6-1c2e-450a-b7ab-881b92853e91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 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-cc23ca4b-db90-4903-8431-66b5595416d0-flavor2", "OS::project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "OS::stack_id": "a68db357-8273-422a-af56-f389d9bd0b42", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-kp", "security_group_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-sec_grp", "subnet_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-subnet", "net_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst2", "inst1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-inst1", "image2_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image", "flavor1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-flavor1", "image1_name": "CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image"}, "deletion_time": "2019-01-03T12:03:54Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack", "stack_user_project_id": "cdf5af79a2904cc68f6b34070127b6b9", "tags": null, "creation_time": "2019-01-03T12:02:59Z", "links": [{"href": "http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2019-01-03T12:03:43Z", "id": "a68db357-8273-422a-af56-f389d9bd0b42", "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"}} 2019-01-03 12:03:56,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-7e71ded6-1c2e-450a-b7ab-881b92853e91 2019-01-03 12:03:56,587 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2019-01-03 12:03:56,587 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:56,587 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack 2019-01-03 12:03:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/a68db357-8273-422a-af56-f389d9bd0b42 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c283c896cc0efa11a08ffa6100d25ab1961d2c0" 2019-01-03 12:03:56,617 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 03 Jan 2019 12:03:56 GMT Server: Apache x-openstack-request-id: req-80b781c0-d508-4fc3-87e5-78a440a09e76 Location: http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2019-01-03 12:03:56,832 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 12:03:56 GMT Server: Apache x-openstack-request-id: req-4d23b5c0-41c8-47fe-9e9c-47312cc7c40a Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2019-01-03 12:03:56,832 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.28:8004/v1/cdd7450cf1ef4161bdac6dcb73e03635/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-stack/a68db357-8273-422a-af56-f389d9bd0b42 used request id req-4d23b5c0-41c8-47fe-9e9c-47312cc7c40a 2019-01-03 12:03:56,833 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-cc23ca4b-db90-4903-8431-66b5595416d0-image 2019-01-03 12:03:56,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99b737f5a83c3aeb485d68b23418a7993049f550" 2019-01-03 12:03:58,513 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17670a54-7da4-46a5-a63e-8f5817fd5c98 Date: Thu, 03 Jan 2019 12:03:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:03:58,513 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/51b7de50-4de0-44c1-a9bd-303f8966905f used request id req-17670a54-7da4-46a5-a63e-8f5817fd5c98 2019-01-03 12:03:58,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:58,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1a12ec05-4f55-4bda-ae9d-355e2cd36122 Date: Thu, 03 Jan 2019 12:03:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:03Z", "updated_at": "2019-01-03T12:03:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "revision_number": 0, "id": "150312f9-27ee-4a33-9a93-0b586b31e0cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "revision_number": 0, "id": "919f41a6-0b54-4675-97b2-238546d41b3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "revision_number": 0, "id": "9fe9463f-dc1a-4987-b4f5-b63535823f8c", "remote_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "remote_ip_prefix": null, "created_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_range_min": null, "ethertype": "IPv4", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "revision_number": 0, "id": "b958692c-093a-4fc0-baae-190be1d96ae1", "remote_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "remote_ip_prefix": null, "created_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "port_range_min": null, "ethertype": "IPv6", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635"}], "revision_number": 4, "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:03:58,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-1a12ec05-4f55-4bda-ae9d-355e2cd36122 2019-01-03 12:03:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:58,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f00c55-17be-48e2-a9ed-515c7cdc7022 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 12:03:58,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-e7f00c55-17be-48e2-a9ed-515c7cdc7022 2019-01-03 12:03:58,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:58,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8dabc12-195d-4773-9c6c-5e20df7d9aa8 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 12:03:58,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-d8dabc12-195d-4773-9c6c-5e20df7d9aa8 2019-01-03 12:03:58,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab63c8c-b11c-4c03-bfdb-a23854714d6d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 12:03:59,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-6ab63c8c-b11c-4c03-bfdb-a23854714d6d 2019-01-03 12:03:59,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0eb3c95-9b7f-427d-bc19-a2c4af5481ca Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635"}, "enabled": true, "id": "cdd7450cf1ef4161bdac6dcb73e03635", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-9b5c1115-f891-413-proj"}} 2019-01-03 12:03:59,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-d0eb3c95-9b7f-427d-bc19-a2c4af5481ca 2019-01-03 12:03:59,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbcc2cac-4b13-4c1a-9731-bcfc54ac6617 2019-01-03 12:03:59,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbcc2cac-4b13-4c1a-9731-bcfc54ac6617 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-30c428b8-d1f8-4039-ae36-bc560ed04166 Date: Thu, 03 Jan 2019 12:03: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": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "port_range_min": null, "revision_number": 0, "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:03Z", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "150312f9-27ee-4a33-9a93-0b586b31e0cb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "port_range_min": null, "revision_number": 0, "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:03Z", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "919f41a6-0b54-4675-97b2-238546d41b3b"}, {"remote_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "port_range_min": null, "revision_number": 0, "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:03Z", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "9fe9463f-dc1a-4987-b4f5-b63535823f8c"}, {"remote_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:03:03Z", "security_group_id": "dbcc2cac-4b13-4c1a-9731-bcfc54ac6617", "port_range_min": null, "revision_number": 0, "tenant_id": "cdd7450cf1ef4161bdac6dcb73e03635", "created_at": "2019-01-03T12:03:03Z", "project_id": "cdd7450cf1ef4161bdac6dcb73e03635", "id": "b958692c-093a-4fc0-baae-190be1d96ae1"}]} 2019-01-03 12:03:59,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=dbcc2cac-4b13-4c1a-9731-bcfc54ac6617 used request id req-30c428b8-d1f8-4039-ae36-bc560ed04166 2019-01-03 12:03:59,307 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:03:59,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/dbcc2cac-4b13-4c1a-9731-bcfc54ac6617 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,603 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-decb0f41-7c84-4cde-bb73-69cb0d26a5a5 Content-Length: 0 Date: Thu, 03 Jan 2019 12:03:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:03:59,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/dbcc2cac-4b13-4c1a-9731-bcfc54ac6617 used request id req-decb0f41-7c84-4cde-bb73-69cb0d26a5a5 2019-01-03 12:03:59,604 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-9b5c1115-f891-413-proj 2019-01-03 12:03:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:03:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b05ea4f-5cf8-447a-b510-5f9730c68a5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:03:59,804 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/cdd7450cf1ef4161bdac6dcb73e03635 used request id req-5b05ea4f-5cf8-447a-b510-5f9730c68a5f 2019-01-03 12:03:59,805 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-9b5c1115-f891-413-proj-role 2019-01-03 12:03:59,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:03:59,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:03:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652ae2ae-3e42-4f46-9aa8-73c7b038f3b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:03:59,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/dac5539f029d446a8163d1a24e295700 used request id req-652ae2ae-3e42-4f46-9aa8-73c7b038f3b1 2019-01-03 12:03:59,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}069cc8ae0affdab66823f053535474d787c53831" 2019-01-03 12:04:00,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b902e81-6bb1-4472-9648-9c39df4a3210 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:04:00,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9b902e81-6bb1-4472-9648-9c39df4a3210 2019-01-03 12:04:00,003 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-9b5c1115-f891-413-user 2019-01-03 12:04:00,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/a4e98e984e7e45b3a76021833995c6cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8789025ef4e1aa7df8e77318bdc31fe3a78cedcf" 2019-01-03 12:04:00,182 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:04:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20fa0dc5-6d8b-4f3b-a969-8e98924ac773 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:04:00,182 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/a4e98e984e7e45b3a76021833995c6cb used request id req-20fa0dc5-6d8b-4f3b-a969-8e98924ac773 2019-01-03 12:04:00,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:00,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["3Qj_ZjnBQyS3VvJg9-79bg"], "issued_at": "2019-01-03T12:04:00.000000Z"}} 2019-01-03 12:04:00,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35e74b9b4596673143ebb369eb115e299f8faa9b" 2019-01-03 12:04:00,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5759be-7654-4787-a9a1-3b630dbf39e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:00,665 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cc5759be-7654-4787-a9a1-3b630dbf39e8 2019-01-03 12:04:00,666 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:00,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:01,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:04:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["HKnYo53qQjm-z-2dDZ_c4Q"], "issued_at": "2019-01-03T12:04:01.000000Z"}} 2019-01-03 12:04:01,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:01,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f1d88fc-67f5-498d-8ed5-3d40c3001c56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:01,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-4f1d88fc-67f5-498d-8ed5-3d40c3001c56 2019-01-03 12:04:01,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:01,139 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:01,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:01,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d84230e6-1158-4a2c-a585-c368d9b8ded8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 12:04:01,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj used request id req-d84230e6-1158-4a2c-a585-c368d9b8ded8 2019-01-03 12:04:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:01,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419e0965-8a13-4107-9b45-0bc6ae0215fe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:04:01,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-419e0965-8a13-4107-9b45-0bc6ae0215fe 2019-01-03 12:04:01,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}}' 2019-01-03 12:04:01,418 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e376be6-bfe6-4bef-ae02-39bfde59cd20 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:01,418 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0e376be6-bfe6-4bef-ae02-39bfde59cd20 2019-01-03 12:04:01,419 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-proj 2019-01-03 12:04:01,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:01,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:01,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:04:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["moXhOYEpRH-YBf5DuqvGKg"], "issued_at": "2019-01-03T12:04:01.000000Z"}} 2019-01-03 12:04:01,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d6711cfd45d5f888a98572512802601c74b217a" 2019-01-03 12:04:01,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9382a633-a263-457e-bbee-e5ee9255c5b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:01,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9382a633-a263-457e-bbee-e5ee9255c5b1 2019-01-03 12:04:01,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:01,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d6711cfd45d5f888a98572512802601c74b217a" 2019-01-03 12:04:01,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420c60dc-9b2c-480a-8062-8a8ca7d0c654 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:04:01,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-420c60dc-9b2c-480a-8062-8a8ca7d0c654 2019-01-03 12:04:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d6711cfd45d5f888a98572512802601c74b217a" 2019-01-03 12:04:02,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9da4b59-dd5f-4bf2-bea6-2e5efa93c387 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}]} 2019-01-03 12:04:02,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-aa81b6e2-cafa-460-proj used request id req-e9da4b59-dd5f-4bf2-bea6-2e5efa93c387 2019-01-03 12:04:02,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d6711cfd45d5f888a98572512802601c74b217a" 2019-01-03 12:04:02,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f04a545a-b289-4612-a6d5-583ab729fbf5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:04:02,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-f04a545a-b289-4612-a6d5-583ab729fbf5 2019-01-03 12:04:02,447 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-user 2019-01-03 12:04:02,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:02,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:02,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de67fc5d-2c67-48f6-bbf8-096f534031cc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:04:02,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-de67fc5d-2c67-48f6-bbf8-096f534031cc 2019-01-03 12:04:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" -d '{"role": {"name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}}' 2019-01-03 12:04:02,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ec76b7-153e-402c-90f1-3179def540f3 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8124fa8ab464f3399a83794b94ec378", "links": {"self": "http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378"}, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}} 2019-01-03 12:04:02,669 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-f7ec76b7-153e-402c-90f1-3179def540f3 2019-01-03 12:04:02,670 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role 2019-01-03 12:04:02,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:02,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dcdd87e-ee59-4fbc-bad1-6310c3739e11 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378"}, "domain_id": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role", "id": "e8124fa8ab464f3399a83794b94ec378"}} 2019-01-03 12:04:02,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378 used request id req-5dcdd87e-ee59-4fbc-bad1-6310c3739e11 2019-01-03 12:04:02,757 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role to project AnsibleProvisioningTests-aa81b6e2-cafa-460-proj 2019-01-03 12:04:02,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf/users/ab4c0a586b9344fdb20f320f56c0adb6/roles/e8124fa8ab464f3399a83794b94ec378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:04:02,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f53a2be-134a-4e3a-ab67-f36786662d7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:04:02,881 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf/users/ab4c0a586b9344fdb20f320f56c0adb6/roles/e8124fa8ab464f3399a83794b94ec378 used request id req-0f53a2be-134a-4e3a-ab67-f36786662d7b 2019-01-03 12:04:02,882 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:04:02,883 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2019-01-03 12:04:02,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:02,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:03,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["1Xg6ZaCuQlCf2qGFa0GLQA"], "issued_at": "2019-01-03T12:04:03.000000Z"}} 2019-01-03 12:04:03,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:03,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d6f14f-c541-4632-9538-f2974b0399b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:03,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-f0d6f14f-c541-4632-9538-f2974b0399b0 2019-01-03 12:04:03,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:03,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0f34397e-aaa6-43cc-8656-aa0ae74c9331 Date: Thu, 03 Jan 2019 12:04:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image"} 2019-01-03 12:04:03,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image used request id req-0f34397e-aaa6-43cc-8656-aa0ae74c9331 2019-01-03 12:04:03,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:04,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c3ac612a-acb9-4660-b7ef-75ed813807e4 Date: Thu, 03 Jan 2019 12:04: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"}}} 2019-01-03 12:04:04,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c3ac612a-acb9-4660-b7ef-75ed813807e4 2019-01-03 12:04:04,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image"}' 2019-01-03 12:04:04,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 X-Openstack-Request-Id: req-1e58acaa-e9d2-45a5-8d29-2b7dd45fd233 Date: Thu, 03 Jan 2019 12:04:04 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:04:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T12:04:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "min_disk": 0, "protected": false, "id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "file": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file", "checksum": null, "owner": "afeb4a2278804b6785a636c0a1823aaf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:04:04,342 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-1e58acaa-e9d2-45a5-8d29-2b7dd45fd233 2019-01-03 12:04:04,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" -d '' 2019-01-03 12:04:11,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f74ce7b-a4aa-441e-a5cb-40f6fa2c349b Date: Thu, 03 Jan 2019 12:04:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:04:11,315 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file used request id req-1f74ce7b-a4aa-441e-a5cb-40f6fa2c349b 2019-01-03 12:04:11,316 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-03 12:04:11,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:11,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-eb6906a3-9c06-4256-8a47-314aeb1e2cf3 Date: Thu, 03 Jan 2019 12:04:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:04:04Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:04:11Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "metadata": {}}], "self": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "min_disk": 0, "protected": false, "id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "file": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "afeb4a2278804b6785a636c0a1823aaf", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:04:11,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 used request id req-eb6906a3-9c06-4256-8a47-314aeb1e2cf3 2019-01-03 12:04:11,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:11,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1fbcd47c-9c42-4640-a104-f6bfeec2ec57 Date: Thu, 03 Jan 2019 12:04: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"}}} 2019-01-03 12:04:11,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-1fbcd47c-9c42-4640-a104-f6bfeec2ec57 2019-01-03 12:04:11,670 - create_image - INFO - Created image with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image 2019-01-03 12:04:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:04:11,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-fa53ed03-bb18-44fd-8660-b8ec508f5285 Date: Thu, 03 Jan 2019 12:04:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:04:04Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:04:11Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "metadata": {}}], "self": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "min_disk": 0, "protected": false, "id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "file": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "afeb4a2278804b6785a636c0a1823aaf", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:04:11,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 used request id req-fa53ed03-bb18-44fd-8660-b8ec508f5285 2019-01-03 12:04:11,837 - create_image - DEBUG - Instance status is - active 2019-01-03 12:04:11,837 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image 2019-01-03 12:04:11,837 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image 2019-01-03 12:04:11,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:11,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:12,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["BA-4DLdpSfq3HYhaJGW0AA"], "issued_at": "2019-01-03T12:04:12.000000Z"}} 2019-01-03 12:04:12,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:12,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc04610f-365f-46a0-852e-e8445b74113d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:12,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-fc04610f-365f-46a0-852e-e8445b74113d 2019-01-03 12:04:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:12,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d3e56926-0b23-44b2-b205-db1ad7fc8dfb Date: Thu, 03 Jan 2019 12:04:12 GMT RESP BODY: {"networks":[]} 2019-01-03 12:04:12,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-d3e56926-0b23-44b2-b205-db1ad7fc8dfb 2019-01-03 12:04:12,473 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net 2019-01-03 12:04:12,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" -d '{"network": {"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net", "admin_state_up": true}}' 2019-01-03 12:04:13,033 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-6d93b277-b265-472a-aed4-ca296950adbe Date: Thu, 03 Jan 2019 12:04:13 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T12:04:12Z","is_default":false,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","mtu":1450}} 2019-01-03 12:04:13,033 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-6d93b277-b265-472a-aed4-ca296950adbe 2019-01-03 12:04:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:13,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-3f79069d-5b0f-4385-92a3-1ddcf65a1f32 Date: Thu, 03 Jan 2019 12:04:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T12:04:12Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:13,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-3f79069d-5b0f-4385-92a3-1ddcf65a1f32 2019-01-03 12:04:13,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:13,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f5c50324-06aa-4b7f-b095-a8dc60c5353c Date: Thu, 03 Jan 2019 12:04:13 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:04:13,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-f5c50324-06aa-4b7f-b095-a8dc60c5353c 2019-01-03 12:04:13,603 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet 2019-01-03 12:04:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" -d '{"subnets": [{"ip_version": 4, "network_id": "bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]}' 2019-01-03 12:04:14,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f36a3d34-c6da-42b1-abe1-34a5d9c0f61f Date: Thu, 03 Jan 2019 12:04:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:14,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-f36a3d34-c6da-42b1-abe1-34a5d9c0f61f 2019-01-03 12:04:14,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:14,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7bbd0468-1f23-49c5-8386-f2e7a87b1434 Date: Thu, 03 Jan 2019 12:04: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:14,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-7bbd0468-1f23-49c5-8386-f2e7a87b1434 2019-01-03 12:04:14,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:04:14,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-78b0c8d2-1a49-4352-9aba-4f5f5b7714e1 Date: Thu, 03 Jan 2019 12:04:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:14,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-78b0c8d2-1a49-4352-9aba-4f5f5b7714e1 2019-01-03 12:04:14,793 - OpenStackNetwork - DEBUG - Network [bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7] created successfully 2019-01-03 12:04:14,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:14,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:15,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["5sH5Uc41RJyat6jpep2zpw"], "issued_at": "2019-01-03T12:04:15.000000Z"}} 2019-01-03 12:04:15,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:15,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce21ea7a-429d-4743-b6b9-a36b6952bda2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:15,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ce21ea7a-429d-4743-b6b9-a36b6952bda2 2019-01-03 12:04:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:15,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-782378ba-da67-4344-bbb7-d0a0d60384fb Date: Thu, 03 Jan 2019 12:04:15 GMT RESP BODY: {"routers": []} 2019-01-03 12:04:15,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router&admin_state_up=True used request id req-782378ba-da67-4344-bbb7-d0a0d60384fb 2019-01-03 12:04:15,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:15,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:15,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["vscaKRXKRPKfi5vp0QMqNw"], "issued_at": "2019-01-03T12:04:15.000000Z"}} 2019-01-03 12:04:15,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0915d6d147eb960faf4d1db5112ec493bda014a0" 2019-01-03 12:04:15,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07b98d48-7448-436a-b762-8be126a88e35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:15,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-07b98d48-7448-436a-b762-8be126a88e35 2019-01-03 12:04:15,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:16,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-670029c1-baba-4a94-9c02-c429be7f152e Date: Thu, 03 Jan 2019 12:04:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:04:16,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-670029c1-baba-4a94-9c02-c429be7f152e 2019-01-03 12:04:16,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:16,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9705f873-040d-4b49-b858-ac92f101cac9 Date: Thu, 03 Jan 2019 12:04:16 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:04:16,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-9705f873-040d-4b49-b858-ac92f101cac9 2019-01-03 12:04:16,449 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:04:16,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router", "admin_state_up": true}}' 2019-01-03 12:04:21,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-84ef7197-40d1-448f-8c7a-74cfcc870412 Date: Thu, 03 Jan 2019 12:04:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:17Z", "admin_state_up": true, "updated_at": "2019-01-03T12:04:18Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "9d9c4b7f-b98a-4870-83de-53bcea534a61", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router"}} 2019-01-03 12:04:21,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-84ef7197-40d1-448f-8c7a-74cfcc870412 2019-01-03 12:04:21,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:21,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4a5079e5-f3b9-4dd3-adca-6fcec399168f Date: Thu, 03 Jan 2019 12:04:21 GMT RESP BODY: {"ports":[]} 2019-01-03 12:04:21,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 used request id req-4a5079e5-f3b9-4dd3-adca-6fcec399168f 2019-01-03 12:04:21,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:22,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-599e6ed0-dc20-4918-93e0-defebe83cbac Date: Thu, 03 Jan 2019 12:04: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:22,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-599e6ed0-dc20-4918-93e0-defebe83cbac 2019-01-03 12:04:22,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:22,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:22,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:22,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de33fb2-e262-4b18-ae22-b063f962f6c1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:22,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-5de33fb2-e262-4b18-ae22-b063f962f6c1 2019-01-03 12:04:22,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:22,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5dfd60cd-90a4-45ff-8082-28414e5ed6e8 Date: Thu, 03 Jan 2019 12:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:22,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-5dfd60cd-90a4-45ff-8082-28414e5ed6e8 2019-01-03 12:04:22,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:22,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3e404c57-b40a-48db-9fd3-cc8e0f1958c5 Date: Thu, 03 Jan 2019 12:04:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:22,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet used request id req-3e404c57-b40a-48db-9fd3-cc8e0f1958c5 2019-01-03 12:04:22,558 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 12:04:22,558 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:04:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" -d '{"subnet_id": "c7a762c1-f78d-4131-8ba0-e9251730d084"}' 2019-01-03 12:04:24,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0c0a99df-8dc9-441e-94aa-591c5c2ea920 Date: Thu, 03 Jan 2019 12:04:24 GMT RESP BODY: {"network_id": "bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "subnet_id": "c7a762c1-f78d-4131-8ba0-e9251730d084", "subnet_ids": ["c7a762c1-f78d-4131-8ba0-e9251730d084"], "port_id": "3d376afa-2445-40b1-9824-0976b78b85b4", "id": "9d9c4b7f-b98a-4870-83de-53bcea534a61"} 2019-01-03 12:04:24,651 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61/add_router_interface used request id req-0c0a99df-8dc9-441e-94aa-591c5c2ea920 2019-01-03 12:04:24,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:24,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1cfd69bf-433a-4d68-806a-cbedadf9bb80 Date: Thu, 03 Jan 2019 12:04:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:17Z", "admin_state_up": true, "updated_at": "2019-01-03T12:04:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "9d9c4b7f-b98a-4870-83de-53bcea534a61", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router"}} 2019-01-03 12:04:24,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61 used request id req-1cfd69bf-433a-4d68-806a-cbedadf9bb80 2019-01-03 12:04:24,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:24,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b8cb298e-69b9-4c49-921f-e260f10202f4 Date: Thu, 03 Jan 2019 12:04:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"}]} 2019-01-03 12:04:24,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 used request id req-b8cb298e-69b9-4c49-921f-e260f10202f4 2019-01-03 12:04:24,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:04:25,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-1e004ce9-53ed-4e58-94d0-4f5d58ec2cb6 Date: Thu, 03 Jan 2019 12:04:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}} 2019-01-03 12:04:25,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 used request id req-1e004ce9-53ed-4e58-94d0-4f5d58ec2cb6 2019-01-03 12:04:25,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:25,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:25,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["CCPo1hucQVyKi1YuGVMqAg"], "issued_at": "2019-01-03T12:04:25.000000Z"}} 2019-01-03 12:04:25,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae12a768707af7effeaabb248c30d2984d48502" 2019-01-03 12:04:25,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9006c856-1b2e-4a90-b394-b654be6fc197 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:25,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-9006c856-1b2e-4a90-b394-b654be6fc197 2019-01-03 12:04:25,611 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:04:25,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae12a768707af7effeaabb248c30d2984d48502" 2019-01-03 12:04:25,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-08cc367b-d93a-48ff-8382-90e328980942 x-compute-request-id: req-08cc367b-d93a-48ff-8382-90e328980942 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 12:04:25,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-08cc367b-d93a-48ff-8382-90e328980942 2019-01-03 12:04:25,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae12a768707af7effeaabb248c30d2984d48502" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2019-01-03 12:04:25,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-984a2cdb-c185-493e-a6a0-218f946e58ac x-compute-request-id: req-984a2cdb-c185-493e-a6a0-218f946e58ac Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e067c96f-fa33-4011-87bc-4870a6af411a", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:04:25,832 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-984a2cdb-c185-493e-a6a0-218f946e58ac 2019-01-03 12:04:25,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:25,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:26,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["A0nKMU25RUOh1iuP8ZUTYw"], "issued_at": "2019-01-03T12:04:26.000000Z"}} 2019-01-03 12:04:26,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fe5cde8956fc049a48430336fd1d91dfb3807b" 2019-01-03 12:04:26,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355fe330-1df3-48ff-9caf-d1f4a9e62b97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:26,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-355fe330-1df3-48ff-9caf-d1f4a9e62b97 2019-01-03 12:04:26,280 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:04:26,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fe5cde8956fc049a48430336fd1d91dfb3807b" 2019-01-03 12:04:26,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-09528ac7-00c0-4146-bf00-0c9a10603cde x-compute-request-id: req-09528ac7-00c0-4146-bf00-0c9a10603cde Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 12:04:26,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-09528ac7-00c0-4146-bf00-0c9a10603cde 2019-01-03 12:04:26,465 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp... 2019-01-03 12:04:26,465 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 12:04:26,512 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp 2019-01-03 12:04:26,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fe5cde8956fc049a48430336fd1d91dfb3807b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgINal2/TQKiA8aGIO9bU33W8cRFpTGG5GCQNOYGqyfwcQVGMERdG+yoPUcJALNIEAhQmLmI7lbNqlWAhAF45iufxGJF2zZiMaU4q0OooxIvh9jDxVLAEp0zuAIGO0T6yI9jHD16norDWsDAaxATcLHEvOEubRHWc41GAuAoJJKw==", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp"}}' 2019-01-03 12:04:26,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-3b5c79de-1577-4844-858d-14d65a44c954 x-compute-request-id: req-3b5c79de-1577-4844-858d-14d65a44c954 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDgINal2/TQKiA8aGIO9bU33W8cRFpTGG5GCQNOYGqyfwcQVGMERdG+yoPUcJALNIEAhQmLmI7lbNqlWAhAF45iufxGJF2zZiMaU4q0OooxIvh9jDxVLAEp0zuAIGO0T6yI9jHD16norDWsDAaxATcLHEvOEubRHWc41GAuAoJJKw==", "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "fingerprint": "d3:71:5f:84:6f:c5:d9:4f:b7:67:cf:b3:ee:31:0f:6a"}} 2019-01-03 12:04:26,574 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3b5c79de-1577-4844-858d-14d65a44c954 2019-01-03 12:04:26,576 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20.pub 2019-01-03 12:04:26,577 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:04:26,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:26,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:26,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["PnGqQAWjSG-2WThOZ7PX6g"], "issued_at": "2019-01-03T12:04:26.000000Z"}} 2019-01-03 12:04:26,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:27,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0ad1f9-f2cb-4f37-bfda-304392e9586a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:27,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2e0ad1f9-f2cb-4f37-bfda-304392e9586a 2019-01-03 12:04:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:27,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ca944154-55df-4188-a515-a9062b92fd8e Date: Thu, 03 Jan 2019 12:04:27 GMT RESP BODY: {"security_groups": []} 2019-01-03 12:04:27,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp used request id req-ca944154-55df-4188-a515-a9062b92fd8e 2019-01-03 12:04:27,221 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp... 2019-01-03 12:04:27,221 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp 2019-01-03 12:04:27,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" -d '{"security_group": {"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}}' 2019-01-03 12:04:27,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-79bb9b52-b3a2-4177-9395-0601ad164d97 Date: Thu, 03 Jan 2019 12:04:27 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 2, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}} 2019-01-03 12:04:27,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-79bb9b52-b3a2-4177-9395-0601ad164d97 2019-01-03 12:04:27,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:27,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:27,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40c85770-b829-4578-b12a-d2e3e6ff71f6 Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}]} 2019-01-03 12:04:27,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-40c85770-b829-4578-b12a-d2e3e6ff71f6 2019-01-03 12:04:27,746 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:27,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:27,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a14fc57a-e145-4c55-8bcd-f6d0f92695ef Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}]} 2019-01-03 12:04:27,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-a14fc57a-e145-4c55-8bcd-f6d0f92695ef 2019-01-03 12:04:27,932 - neutron_utils - INFO - Retrieving security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:27,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-9ef34c15-4873-41bd-9748-da14eb5f6ef9 Date: Thu, 03 Jan 2019 12:04:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 2, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}]} 2019-01-03 12:04:28,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-9ef34c15-4873-41bd-9748-da14eb5f6ef9 2019-01-03 12:04:28,124 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5f93959-0ebf-4d36-b0df-fed482d4e7e8 Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}]} 2019-01-03 12:04:28,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-b5f93959-0ebf-4d36-b0df-fed482d4e7e8 2019-01-03 12:04:28,306 - neutron_utils - INFO - Retrieving security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:28,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-da800c13-323a-49a4-a600-6bbb59446525 Date: Thu, 03 Jan 2019 12:04:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 2, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}]} 2019-01-03 12:04:28,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-da800c13-323a-49a4-a600-6bbb59446525 2019-01-03 12:04:28,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:28,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eb486059-9bdc-4c56-92c4-b0440dfe14df Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}]} 2019-01-03 12:04:28,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-eb486059-9bdc-4c56-92c4-b0440dfe14df 2019-01-03 12:04:28,685 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp 2019-01-03 12:04:28,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-3df1681e-2801-4aa8-b35b-de7973eded00 Date: Thu, 03 Jan 2019 12:04:28 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 2, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}]} 2019-01-03 12:04:28,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp used request id req-3df1681e-2801-4aa8-b35b-de7973eded00 2019-01-03 12:04:28,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:28,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:28,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:28,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6b796e-ff21-4a4e-8dab-d32c6cf88b52 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:28,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-fa6b796e-ff21-4a4e-8dab-d32c6cf88b52 2019-01-03 12:04:28,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:28,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:29,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-561e38d1-1c23-471b-862f-27c2ed186832 Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}]} 2019-01-03 12:04:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-561e38d1-1c23-471b-862f-27c2ed186832 2019-01-03 12:04:29,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c"}}' 2019-01-03 12:04:29,359 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-332ec47b-268f-41d7-be45-db53d4b516d6 Date: Thu, 03 Jan 2019 12:04:29 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": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:29Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "d3ccb858-ca5e-412d-a81e-7bbc105aa4bd"}} 2019-01-03 12:04:29,359 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-332ec47b-268f-41d7-be45-db53d4b516d6 2019-01-03 12:04:29,359 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp 2019-01-03 12:04:29,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:29,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-f6ffa27c-7351-41c8-b99a-8a5f71ad1038 Date: Thu, 03 Jan 2019 12:04:29 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:29Z", "revision_number": 0, "id": "d3ccb858-ca5e-412d-a81e-7bbc105aa4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 3, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}]} 2019-01-03 12:04:29,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp used request id req-f6ffa27c-7351-41c8-b99a-8a5f71ad1038 2019-01-03 12:04:29,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:29,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41c03a1c-e8c7-4905-a466-e289d7d775e6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:29,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-41c03a1c-e8c7-4905-a466-e289d7d775e6 2019-01-03 12:04:29,656 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:29,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:29,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-ef936223-cd33-4aaa-8ac8-9ed55680f7ca Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:29Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "d3ccb858-ca5e-412d-a81e-7bbc105aa4bd"}]} 2019-01-03 12:04:29,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-ef936223-cd33-4aaa-8ac8-9ed55680f7ca 2019-01-03 12:04:29,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c"}}' 2019-01-03 12:04:29,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-c184c7e3-ded2-4ddb-8601-ab8b31f048bd Date: Thu, 03 Jan 2019 12:04:29 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": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": 22, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:29Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "ac104ce7-e5b1-4f90-9cd3-4f058c517b7b"}} 2019-01-03 12:04:29,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-c184c7e3-ded2-4ddb-8601-ab8b31f048bd 2019-01-03 12:04:29,856 - neutron_utils - INFO - Retrieving security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:29,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:30,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-01bf1588-fe59-45fc-89c3-6bb438e3f3d9 Date: Thu, 03 Jan 2019 12:04:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "updated_at": "2019-01-03T12:04:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:04:29Z", "revision_number": 0, "id": "ac104ce7-e5b1-4f90-9cd3-4f058c517b7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "revision_number": 0, "id": "c9a69031-0b06-43bb-8f77-085e6de04d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:29Z", "revision_number": 0, "id": "d3ccb858-ca5e-412d-a81e-7bbc105aa4bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 4, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}]} 2019-01-03 12:04:30,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-01bf1588-fe59-45fc-89c3-6bb438e3f3d9 2019-01-03 12:04:30,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 82d397b8-31bb-4edd-bb83-16cebdbd384c 2019-01-03 12:04:30,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:04:30,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4c88641e-932e-417b-936f-b0d494bc042c Date: Thu, 03 Jan 2019 12:04: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": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "1ef2ee48-1f20-403d-ba57-3d354f975f86"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": 22, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:29Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "ac104ce7-e5b1-4f90-9cd3-4f058c517b7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:27Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:27Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "c9a69031-0b06-43bb-8f77-085e6de04d83"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:29Z", "security_group_id": "82d397b8-31bb-4edd-bb83-16cebdbd384c", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:29Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "d3ccb858-ca5e-412d-a81e-7bbc105aa4bd"}]} 2019-01-03 12:04:30,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-4c88641e-932e-417b-936f-b0d494bc042c 2019-01-03 12:04:30,091 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:30,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:30,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["NIccbX7PSMSquXSxrHnn_A"], "issued_at": "2019-01-03T12:04:30.000000Z"}} 2019-01-03 12:04:30,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:30,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1fffafb-4078-4c02-80a6-aabfba35d6bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:30,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a1fffafb-4078-4c02-80a6-aabfba35d6bb 2019-01-03 12:04:30,609 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:04:30,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:30,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b4d25eb-3759-4447-a993-ea7b1e1d1509 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:30,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-2b4d25eb-3759-4447-a993-ea7b1e1d1509 2019-01-03 12:04:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:30,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-18fa6a58-e704-4213-8028-8a21ecced42d Date: Thu, 03 Jan 2019 12:04: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:30,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-18fa6a58-e704-4213-8028-8a21ecced42d 2019-01-03 12:04:30,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:30,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:30,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-022557f3-9e7b-4ad9-8afc-e413238c287b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:31,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-022557f3-9e7b-4ad9-8afc-e413238c287b 2019-01-03 12:04:31,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9c97056c-bebd-4f8d-8370-374956268402 Date: Thu, 03 Jan 2019 12:04:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:31,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-9c97056c-bebd-4f8d-8370-374956268402 2019-01-03 12:04:31,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a5e9121-f631-4904-a56c-1df8b059615c Date: Thu, 03 Jan 2019 12:04:31 GMT RESP BODY: {"ports":[]} 2019-01-03 12:04:31,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True used request id req-7a5e9121-f631-4904-a56c-1df8b059615c 2019-01-03 12:04:31,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6339c0e-5245-4489-bca5-bd503da9f803 x-compute-request-id: req-f6339c0e-5245-4489-bca5-bd503da9f803 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 12:04:31,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst used request id req-f6339c0e-5245-4489-bca5-bd503da9f803 2019-01-03 12:04:31,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-99ec331f-aabb-4310-9875-3beb14356a10 Date: Thu, 03 Jan 2019 12:04:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:31,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-99ec331f-aabb-4310-9875-3beb14356a10 2019-01-03 12:04:31,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:31,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe23e732-b245-45f4-b3bb-0bc8992cf2a6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:31,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-fe23e732-b245-45f4-b3bb-0bc8992cf2a6 2019-01-03 12:04:31,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:32,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-189b4e7d-b180-435d-be68-0d2db01a4020 Date: Thu, 03 Jan 2019 12:04:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:32,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-189b4e7d-b180-435d-be68-0d2db01a4020 2019-01-03 12:04:32,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:32,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-daeeac38-8f25-40c6-8c4c-16616a039a0e Date: Thu, 03 Jan 2019 12:04:32 GMT RESP BODY: {"ports":[]} 2019-01-03 12:04:32,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True used request id req-daeeac38-8f25-40c6-8c4c-16616a039a0e 2019-01-03 12:04:32,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:04:32,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:04:32,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e8124fa8ab464f3399a83794b94ec378", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role"}], "expires_at": "2019-01-03T13:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afeb4a2278804b6785a636c0a1823aaf", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/afeb4a2278804b6785a636c0a1823aaf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-user", "id": "ab4c0a586b9344fdb20f320f56c0adb6"}, "audit_ids": ["dvG2yuAyTMumABZRX_WVpA"], "issued_at": "2019-01-03T12:04:32.000000Z"}} 2019-01-03 12:04:32,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb8a143402bdb18d040e495b0a606fc54b75e02" 2019-01-03 12:04:32,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b95ed943-48eb-4df0-b714-1f4e928f2af2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:04:32,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-b95ed943-48eb-4df0-b714-1f4e928f2af2 2019-01-03 12:04:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:33,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ceb65d75-5431-4b74-8145-7081f7663d8f Date: Thu, 03 Jan 2019 12:04:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:33,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-ceb65d75-5431-4b74-8145-7081f7663d8f 2019-01-03 12:04:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:33,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-29d12e78-74b8-4c3a-96cd-9ecbbc339fb3 Date: Thu, 03 Jan 2019 12:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:33,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-29d12e78-74b8-4c3a-96cd-9ecbbc339fb3 2019-01-03 12:04:33,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:33,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-3d1f49f8-cb31-412d-b740-ef5519b6f9c0 Date: Thu, 03 Jan 2019 12:04:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:33,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-3d1f49f8-cb31-412d-b740-ef5519b6f9c0 2019-01-03 12:04:33,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:04:33,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:04: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:04:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ecb8a143402bdb18d040e495b0a606fc54b75e02" 2019-01-03 12:04:33,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7ec1d1-164f-4e0e-9aa4-f09d1104ba91 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:33,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-1c7ec1d1-164f-4e0e-9aa4-f09d1104ba91 2019-01-03 12:04:33,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:33,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c7d0f790-6051-4dad-a288-2b20095fa648 Date: Thu, 03 Jan 2019 12:04:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:33,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-c7d0f790-6051-4dad-a288-2b20095fa648 2019-01-03 12:04:33,620 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net 2019-01-03 12:04:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" -d '{"port": {"network_id": "bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1", "admin_state_up": true}}' 2019-01-03 12:04:34,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-4c4a81a4-b493-4cba-855f-eea71f6737a2 Date: Thu, 03 Jan 2019 12:04:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","project_id":"afeb4a2278804b6785a636c0a1823aaf","qos_policy_id":null,"admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal"}} 2019-01-03 12:04:34,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-4c4a81a4-b493-4cba-855f-eea71f6737a2 2019-01-03 12:04:34,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:34,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1fb4e609-8ae5-4d84-9250-58eb9c7148a4 Date: Thu, 03 Jan 2019 12:04: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:04:34,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-1fb4e609-8ae5-4d84-9250-58eb9c7148a4 2019-01-03 12:04:34,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:34,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06c387be-3fa2-44b7-b2bb-bd5275d0d2fa Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:34,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-06c387be-3fa2-44b7-b2bb-bd5275d0d2fa 2019-01-03 12:04:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-251d14a7-6a49-436d-b5f8-cafcd657c6c7 Date: Thu, 03 Jan 2019 12:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:04:35,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-251d14a7-6a49-436d-b5f8-cafcd657c6c7 2019-01-03 12:04:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-48c42db4-f533-46c7-934c-6cb23edd5049 Date: Thu, 03 Jan 2019 12:04:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 12:04:35,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1&admin_state_up=True used request id req-48c42db4-f533-46c7-934c-6cb23edd5049 2019-01-03 12:04:35,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde44562-6d27-4191-bf97-de5fa791537a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:04:35,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-dde44562-6d27-4191-bf97-de5fa791537a 2019-01-03 12:04:35,448 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst 2019-01-03 12:04:35,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04: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-2d2ce17e-0783-4721-a9f9-a3fe7bf92524 x-compute-request-id: req-2d2ce17e-0783-4721-a9f9-a3fe7bf92524 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-flavor-name"}]} 2019-01-03 12:04:35,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2d2ce17e-0783-4721-a9f9-a3fe7bf92524 2019-01-03 12:04:35,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04: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-32ea320e-408f-4105-8bb6-bc6c2b836921 x-compute-request-id: req-32ea320e-408f-4105-8bb6-bc6c2b836921 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e067c96f-fa33-4011-87bc-4870a6af411a", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:04:35,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a used request id req-32ea320e-408f-4105-8bb6-bc6c2b836921 2019-01-03 12:04:35,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-36005dc0-a6eb-4eb4-9362-c99574db0833 Date: Thu, 03 Jan 2019 12:04:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:04:04Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:04:11Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "metadata": {}}], "self": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "min_disk": 0, "protected": false, "id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "file": "/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "afeb4a2278804b6785a636c0a1823aaf", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image"} 2019-01-03 12:04:35,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image used request id req-36005dc0-a6eb-4eb4-9362-c99574db0833 2019-01-03 12:04:35,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:35,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c15cb758-81c5-4dcf-8fd6-c573770546b3 Date: Thu, 03 Jan 2019 12:04: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"}}} 2019-01-03 12:04:35,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c15cb758-81c5-4dcf-8fd6-c573770546b3 2019-01-03 12:04:35,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" -d '{"server": {"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "imageRef": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "flavorRef": "e067c96f-fa33-4011-87bc-4870a6af411a", "max_count": 1, "min_count": 1, "networks": [{"port": "10e6394d-1a4c-4795-b4ae-41085d1cc2c2"}]}}' 2019-01-03 12:04:37,025 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:04: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-fbc2bf2a-9806-4d4c-a1a4-b6fb33f506b5 x-compute-request-id: req-fbc2bf2a-9806-4d4c-a1a4-b6fb33f506b5 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "adminPass": "Qjq5Q366a6HD"}} 2019-01-03 12:04:37,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-fbc2bf2a-9806-4d4c-a1a4-b6fb33f506b5 2019-01-03 12:04:37,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:37,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-b3c4bbd3-ab92-4035-8b27-8c362a1adc26 x-compute-request-id: req-b3c4bbd3-ab92-4035-8b27-8c362a1adc26 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:37,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-b3c4bbd3-ab92-4035-8b27-8c362a1adc26 2019-01-03 12:04:37,382 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst 2019-01-03 12:04:37,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:37,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-a2eceb3f-69f9-4782-9896-98c753e06cab x-compute-request-id: req-a2eceb3f-69f9-4782-9896-98c753e06cab 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:37,611 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-a2eceb3f-69f9-4782-9896-98c753e06cab 2019-01-03 12:04:37,612 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:37,612 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:40,615 - create_instance - DEBUG - VM status query timeout in 896.767398834 2019-01-03 12:04:40,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:41,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f4c9bd10-196c-4a91-8525-dc89ea0e60e9 x-compute-request-id: req-f4c9bd10-196c-4a91-8525-dc89ea0e60e9 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:41,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-f4c9bd10-196c-4a91-8525-dc89ea0e60e9 2019-01-03 12:04:41,246 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:41,246 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:44,250 - create_instance - DEBUG - VM status query timeout in 893.132931948 2019-01-03 12:04:44,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:44,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-837b0d6d-4a2a-45cf-9864-10d6c7366bf2 x-compute-request-id: req-837b0d6d-4a2a-45cf-9864-10d6c7366bf2 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:44,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-837b0d6d-4a2a-45cf-9864-10d6c7366bf2 2019-01-03 12:04:44,768 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:44,768 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:47,771 - create_instance - DEBUG - VM status query timeout in 889.611632824 2019-01-03 12:04:47,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:48,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-aab3f6dd-b459-47dd-ae7d-c429c7133cc9 x-compute-request-id: req-aab3f6dd-b459-47dd-ae7d-c429c7133cc9 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:48,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-aab3f6dd-b459-47dd-ae7d-c429c7133cc9 2019-01-03 12:04:48,430 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:48,430 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:51,431 - create_instance - DEBUG - VM status query timeout in 885.951792955 2019-01-03 12:04:51,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:52,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04: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-533d5f44-a676-4786-8a1c-d4f4b4f0aa9e x-compute-request-id: req-533d5f44-a676-4786-8a1c-d4f4b4f0aa9e 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:52,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-533d5f44-a676-4786-8a1c-d4f4b4f0aa9e 2019-01-03 12:04:52,048 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:52,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:55,052 - create_instance - DEBUG - VM status query timeout in 882.330895901 2019-01-03 12:04:55,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:55,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8b9d52a-41a4-4c33-a3db-ce31e6a0cc44 x-compute-request-id: req-b8b9d52a-41a4-4c33-a3db-ce31e6a0cc44 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:55,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-b8b9d52a-41a4-4c33-a3db-ce31e6a0cc44 2019-01-03 12:04:55,788 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:55,788 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:04:58,791 - create_instance - DEBUG - VM status query timeout in 878.591614008 2019-01-03 12:04:58,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:04:59,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:04:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba4d313c-8640-4d89-9e53-99fa85a792a5 x-compute-request-id: req-ba4d313c-8640-4d89-9e53-99fa85a792a5 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:04:59,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-ba4d313c-8640-4d89-9e53-99fa85a792a5 2019-01-03 12:04:59,393 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:04:59,393 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:02,396 - create_instance - DEBUG - VM status query timeout in 874.986508846 2019-01-03 12:05:02,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:03,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-b66f34fb-ea1d-4837-b3f3-77ee1d70f2ad x-compute-request-id: req-b66f34fb-ea1d-4837-b3f3-77ee1d70f2ad 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:03,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-b66f34fb-ea1d-4837-b3f3-77ee1d70f2ad 2019-01-03 12:05:03,046 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:03,046 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:06,050 - create_instance - DEBUG - VM status query timeout in 871.332810879 2019-01-03 12:05:06,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:06,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-942b4512-a687-4f96-a436-eadb6dc12cb4 x-compute-request-id: req-942b4512-a687-4f96-a436-eadb6dc12cb4 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:06,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-942b4512-a687-4f96-a436-eadb6dc12cb4 2019-01-03 12:05:06,819 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:06,819 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:09,822 - create_instance - DEBUG - VM status query timeout in 867.56052494 2019-01-03 12:05:09,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:10,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-550acfdc-1b7c-48d1-be44-24d6575494f0 x-compute-request-id: req-550acfdc-1b7c-48d1-be44-24d6575494f0 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:10,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-550acfdc-1b7c-48d1-be44-24d6575494f0 2019-01-03 12:05:10,450 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:10,450 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:13,453 - create_instance - DEBUG - VM status query timeout in 863.929553986 2019-01-03 12:05:13,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:14,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5103740d-b6dc-407b-86fd-cf62de9b4c1d x-compute-request-id: req-5103740d-b6dc-407b-86fd-cf62de9b4c1d 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:14,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-5103740d-b6dc-407b-86fd-cf62de9b4c1d 2019-01-03 12:05:14,081 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:14,081 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:17,084 - create_instance - DEBUG - VM status query timeout in 860.298190832 2019-01-03 12:05:17,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:17,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-b8a07359-c4dd-40b0-a223-4fe650eba2ba x-compute-request-id: req-b8a07359-c4dd-40b0-a223-4fe650eba2ba 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:17,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-b8a07359-c4dd-40b0-a223-4fe650eba2ba 2019-01-03 12:05:17,600 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:17,600 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:20,604 - create_instance - DEBUG - VM status query timeout in 856.778966904 2019-01-03 12:05:20,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:21,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-8f2f7264-5691-4574-929a-00a7451fff11 x-compute-request-id: req-8f2f7264-5691-4574-929a-00a7451fff11 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:21,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-8f2f7264-5691-4574-929a-00a7451fff11 2019-01-03 12:05:21,164 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:21,164 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:24,168 - create_instance - DEBUG - VM status query timeout in 853.214896917 2019-01-03 12:05:24,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:24,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-5cc0a7b5-f5c9-4d70-91da-c43dd0a97ca6 x-compute-request-id: req-5cc0a7b5-f5c9-4d70-91da-c43dd0a97ca6 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:24,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-5cc0a7b5-f5c9-4d70-91da-c43dd0a97ca6 2019-01-03 12:05:24,812 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:24,812 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:27,816 - create_instance - DEBUG - VM status query timeout in 849.566958904 2019-01-03 12:05:27,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:28,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-5d30460f-5abc-4704-ae81-d60e08c6f3a6 x-compute-request-id: req-5d30460f-5abc-4704-ae81-d60e08c6f3a6 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:28,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-5d30460f-5abc-4704-ae81-d60e08c6f3a6 2019-01-03 12:05:28,652 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:28,652 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:31,655 - create_instance - DEBUG - VM status query timeout in 845.727103949 2019-01-03 12:05:31,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:32,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-ba34934c-c503-4330-8414-64e294baa57f x-compute-request-id: req-ba34934c-c503-4330-8414-64e294baa57f 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:32,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-ba34934c-c503-4330-8414-64e294baa57f 2019-01-03 12:05:32,348 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:32,348 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:35,351 - create_instance - DEBUG - VM status query timeout in 842.031362057 2019-01-03 12:05:35,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:35,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-631d027e-74fc-4538-872d-0906351a0cfd x-compute-request-id: req-631d027e-74fc-4538-872d-0906351a0cfd 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:35,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-631d027e-74fc-4538-872d-0906351a0cfd 2019-01-03 12:05:35,710 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:35,711 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:38,714 - create_instance - DEBUG - VM status query timeout in 838.668756962 2019-01-03 12:05:38,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:39,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df24b596-768e-44fe-a81b-396df37d2456 x-compute-request-id: req-df24b596-768e-44fe-a81b-396df37d2456 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:39,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-df24b596-768e-44fe-a81b-396df37d2456 2019-01-03 12:05:39,200 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:39,200 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:42,204 - create_instance - DEBUG - VM status query timeout in 835.178949833 2019-01-03 12:05:42,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:42,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f488f911-8120-4dd4-ae3e-c163772320a8 x-compute-request-id: req-f488f911-8120-4dd4-ae3e-c163772320a8 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:42,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-f488f911-8120-4dd4-ae3e-c163772320a8 2019-01-03 12:05:42,708 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:42,708 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:45,711 - create_instance - DEBUG - VM status query timeout in 831.671196938 2019-01-03 12:05:45,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:46,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05: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-afd8094b-aa90-4d28-9aa0-b38478880162 x-compute-request-id: req-afd8094b-aa90-4d28-9aa0-b38478880162 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:46,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-afd8094b-aa90-4d28-9aa0-b38478880162 2019-01-03 12:05:46,208 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:46,208 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:49,211 - create_instance - DEBUG - VM status query timeout in 828.171586037 2019-01-03 12:05:49,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:49,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-c76a382e-bb12-4d3f-9cb3-130a0849d5e6 x-compute-request-id: req-c76a382e-bb12-4d3f-9cb3-130a0849d5e6 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:49,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-c76a382e-bb12-4d3f-9cb3-130a0849d5e6 2019-01-03 12:05:49,839 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:49,839 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:52,843 - create_instance - DEBUG - VM status query timeout in 824.539983034 2019-01-03 12:05:52,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:53,034 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-5209dc0a-a47b-4f40-849f-7a8f9cc1613a x-compute-request-id: req-5209dc0a-a47b-4f40-849f-7a8f9cc1613a 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:53,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-5209dc0a-a47b-4f40-849f-7a8f9cc1613a 2019-01-03 12:05:53,035 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:53,035 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:56,038 - create_instance - DEBUG - VM status query timeout in 821.344418049 2019-01-03 12:05:56,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:56,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:05:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b7448a5-36f2-45e8-8960-c0da0a445d5c x-compute-request-id: req-3b7448a5-36f2-45e8-8960-c0da0a445d5c 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:56,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-3b7448a5-36f2-45e8-8960-c0da0a445d5c 2019-01-03 12:05:56,555 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:56,555 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:05:59,558 - create_instance - DEBUG - VM status query timeout in 817.824395895 2019-01-03 12:05:59,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:05:59,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-89a1561a-bd4b-49af-80d2-25d32e95db2e x-compute-request-id: req-89a1561a-bd4b-49af-80d2-25d32e95db2e 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:05:59,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-89a1561a-bd4b-49af-80d2-25d32e95db2e 2019-01-03 12:05:59,901 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:05:59,901 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:02,904 - create_instance - DEBUG - VM status query timeout in 814.478135824 2019-01-03 12:06:02,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:03,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-8f523df8-2c7a-4a75-9b5a-f581945eb4e1 x-compute-request-id: req-8f523df8-2c7a-4a75-9b5a-f581945eb4e1 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:03,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-8f523df8-2c7a-4a75-9b5a-f581945eb4e1 2019-01-03 12:06:03,557 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:03,557 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:06,560 - create_instance - DEBUG - VM status query timeout in 810.822409868 2019-01-03 12:06:06,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:07,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-ece3551b-0102-4c73-8333-5b7fa63b3d2b x-compute-request-id: req-ece3551b-0102-4c73-8333-5b7fa63b3d2b 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:07,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-ece3551b-0102-4c73-8333-5b7fa63b3d2b 2019-01-03 12:06:07,222 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:07,222 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:10,225 - create_instance - DEBUG - VM status query timeout in 807.157541037 2019-01-03 12:06:10,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:10,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-76d560fb-70a7-40b5-8cb8-c5c5f451f53e x-compute-request-id: req-76d560fb-70a7-40b5-8cb8-c5c5f451f53e 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:10,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-76d560fb-70a7-40b5-8cb8-c5c5f451f53e 2019-01-03 12:06:10,695 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:10,695 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:13,699 - create_instance - DEBUG - VM status query timeout in 803.683984041 2019-01-03 12:06:13,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:14,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-baa58504-9677-4ad6-a6ca-921ff7006db2 x-compute-request-id: req-baa58504-9677-4ad6-a6ca-921ff7006db2 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:14,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-baa58504-9677-4ad6-a6ca-921ff7006db2 2019-01-03 12:06:14,179 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:14,179 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:17,183 - create_instance - DEBUG - VM status query timeout in 800.199900866 2019-01-03 12:06:17,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:17,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-9acecbb8-5394-47b3-b8fc-38c168f33352 x-compute-request-id: req-9acecbb8-5394-47b3-b8fc-38c168f33352 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:17,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-9acecbb8-5394-47b3-b8fc-38c168f33352 2019-01-03 12:06:17,799 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:17,799 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:20,803 - create_instance - DEBUG - VM status query timeout in 796.579998016 2019-01-03 12:06:20,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:21,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9206d434-1cab-4df4-b088-da3de5e9977d x-compute-request-id: req-9206d434-1cab-4df4-b088-da3de5e9977d 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.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:04:38Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:21,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-9206d434-1cab-4df4-b088-da3de5e9977d 2019-01-03 12:06:21,314 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - BUILD 2019-01-03 12:06:21,314 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:24,318 - create_instance - DEBUG - VM status query timeout in 793.064825058 2019-01-03 12:06:24,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:24,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-a76a32b9-d2d9-4f9c-aa34-d3658bc74cf6 x-compute-request-id: req-a76a32b9-d2d9-4f9c-aa34-d3658bc74cf6 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:24,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-a76a32b9-d2d9-4f9c-aa34-d3658bc74cf6 2019-01-03 12:06:24,680 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:24,680 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:24,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-88eb1dde-078d-4784-bb7b-b139782088cd x-compute-request-id: req-88eb1dde-078d-4784-bb7b-b139782088cd Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:25,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-88eb1dde-078d-4784-bb7b-b139782088cd 2019-01-03 12:06:25,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-847d3a6f-c004-4637-a862-f443dbf61590 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:25,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-847d3a6f-c004-4637-a862-f443dbf61590 2019-01-03 12:06:25,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa09ad0-9378-4eb0-ae99-414e554d80b2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:25,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-cfa09ad0-9378-4eb0-ae99-414e554d80b2 2019-01-03 12:06:25,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2fed0c0d-edf4-482e-af97-479b0637286a Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:25,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-2fed0c0d-edf4-482e-af97-479b0637286a 2019-01-03 12:06:25,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-e0d8df63-1427-4a34-b9ce-70bdc76a4ba3 Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:25,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-e0d8df63-1427-4a34-b9ce-70bdc76a4ba3 2019-01-03 12:06:25,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-d88e6e9d-de07-4355-b8cc-c1703527d848 Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:17Z", "admin_state_up": true, "updated_at": "2019-01-03T12:04:23Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "9d9c4b7f-b98a-4870-83de-53bcea534a61", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router"}]} 2019-01-03 12:06:25,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router used request id req-d88e6e9d-de07-4355-b8cc-c1703527d848 2019-01-03 12:06:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cec079a-d80c-4ada-9205-190d7ce8806c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:25,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-0cec079a-d80c-4ada-9205-190d7ce8806c 2019-01-03 12:06:25,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-6cf2652e-a9b5-4c1b-936b-9eda59d4b659 Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"}]} 2019-01-03 12:06:25,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=9d9c4b7f-b98a-4870-83de-53bcea534a61 used request id req-6cf2652e-a9b5-4c1b-936b-9eda59d4b659 2019-01-03 12:06:25,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-0a5e631b-92cb-4788-8f0c-95cde8994769 Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}} 2019-01-03 12:06:25,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 used request id req-0a5e631b-92cb-4788-8f0c-95cde8994769 2019-01-03 12:06:25,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:25,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b27d894a-d975-4fd3-8cf2-f3d3121d8806 Date: Thu, 03 Jan 2019 12:06:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:06:25,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-b27d894a-d975-4fd3-8cf2-f3d3121d8806 2019-01-03 12:06:25,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:26,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aee67da1-b2b2-4241-9e87-2e59743081ed Date: Thu, 03 Jan 2019 12:06:26 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:06:26,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-aee67da1-b2b2-4241-9e87-2e59743081ed 2019-01-03 12:06:26,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:26,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-358f3fe6-8c04-4664-82ec-517fda823e5d x-compute-request-id: req-358f3fe6-8c04-4664-82ec-517fda823e5d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:26,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-358f3fe6-8c04-4664-82ec-517fda823e5d 2019-01-03 12:06:26,432 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:26,432 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:26,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:26,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-0e9cbd7a-3c89-4133-ab00-a0cc0ac0f67f x-compute-request-id: req-0e9cbd7a-3c89-4133-ab00-a0cc0ac0f67f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:26,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-0e9cbd7a-3c89-4133-ab00-a0cc0ac0f67f 2019-01-03 12:06:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:26,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-42202065-3297-4fbe-8b7d-864b26116f66 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:26,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-42202065-3297-4fbe-8b7d-864b26116f66 2019-01-03 12:06:26,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:27,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06bc4deb-6f74-4f7d-acb8-8cd94b2ef83e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:27,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-06bc4deb-6f74-4f7d-acb8-8cd94b2ef83e 2019-01-03 12:06:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:27,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cef1f094-eefb-4c94-a4c2-a14b207e667d Date: Thu, 03 Jan 2019 12:06:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:27,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-cef1f094-eefb-4c94-a4c2-a14b207e667d 2019-01-03 12:06:27,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:27,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-463df93f-0d67-401e-b9d1-38b1483cddb2 Date: Thu, 03 Jan 2019 12:06:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:27,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-463df93f-0d67-401e-b9d1-38b1483cddb2 2019-01-03 12:06:27,241 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 12:06:27,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:27,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2f687dd5-db6f-4c89-af87-eeda33492cf5 Date: Thu, 03 Jan 2019 12:06:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:06:27,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-2f687dd5-db6f-4c89-af87-eeda33492cf5 2019-01-03 12:06:27,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:27,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-75348e7b-d946-4a1f-acb0-63fb95ac8acf Date: Thu, 03 Jan 2019 12:06:27 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:06:27,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-75348e7b-d946-4a1f-acb0-63fb95ac8acf 2019-01-03 12:06:27,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "10e6394d-1a4c-4795-b4ae-41085d1cc2c2"}}' 2019-01-03 12:06:29,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-ee4e75c2-3f6b-4709-a496-7fea4670260e Date: Thu, 03 Jan 2019 12:06:29 GMT RESP BODY: {"floatingip": {"router_id": "9d9c4b7f-b98a-4870-83de-53bcea534a61", "status": "DOWN", "description": "", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:06:28Z", "updated_at": "2019-01-03T12:06:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "port_id": "10e6394d-1a4c-4795-b4ae-41085d1cc2c2", "id": "2fa03909-ddd2-4661-925e-40339e8fd806"}} 2019-01-03 12:06:29,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-ee4e75c2-3f6b-4709-a496-7fea4670260e 2019-01-03 12:06:29,457 - create_instance - INFO - Created floating IP 172.30.9.204 via router - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:06:29,457 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2019-01-03 12:06:29,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:29,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80d54bbb-0001-4c79-8357-7cd2a76fe2f1 x-compute-request-id: req-80d54bbb-0001-4c79-8357-7cd2a76fe2f1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:29,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-80d54bbb-0001-4c79-8357-7cd2a76fe2f1 2019-01-03 12:06:29,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:06:31,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24d5c995-b84c-41eb-a44d-8166d73e60f5 x-compute-request-id: req-24d5c995-b84c-41eb-a44d-8166d73e60f5 Content-Encoding: gzip Content-Length: 10484 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-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-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 s84096 r8192 d22400 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 7fc0fc80\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-163-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.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008020] Security Framework initialized\n[ 0.009278] AppArmor: AppArmor initialized\n[ 0.010534] Yama: becoming mindful.\n[ 0.012476] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.018110] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022146] Initializing cgroup subsys memory\n[ 0.023453] Initializing cgroup subsys devices\n[ 0.024003] Initializing cgroup subsys freezer\n[ 0.025137] Initializing cgroup subsys blkio\n[ 0.026138] Initializing cgroup subsys perf_event\n[ 0.028003] Initializing cgroup subsys hugetlb\n[ 0.029824] mce: CPU supports 10 MCE banks\n[ 0.030825] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032003] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.033213] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.036002] Speculative Store Bypass: Vulnerable\n[ 0.037727] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.042668] ACPI: Core revision 20131115\n[ 0.044030] ACPI: All ACPI Tables successfully acquired\n[ 0.045320] ftrace: allocating 28753 entries in 113 pages\n[ 0.064016] smpboot: Max logical packages: 2\n[ 0.065022] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.066394] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.068165] Enabling x2apic\n[ 0.068882] Enabled x2apic\n[ 0.069808] Switched APIC routing to physical x2apic.\n[ 0.072701] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074052] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.076015] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.083487] KVM setup paravirtual spinlock\n[ 0.084989] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.086568] x86: Booting SMP configuration:\n[ 0.087653] .... node #0, CPUs: #1[ 0.084982] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100018] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.104003] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.106228] devtmpfs: initialized\n[ 0.109087] EVM: security.selinux\n[ 0.110147] EVM: security.SMACK64\n[ 0.111210] EVM: security.ima\n[ 0.112002] EVM: security.capability\n[ 0.113139] pinctrl core: initialized pinctrl subsystem\n[ 0.114284] regulator-dummy: no parameters\n[ 0.116059] RTC time: 12:06:21, date: 01/03/19\n[ 0.117412] NET: Registered protocol family 16\n[ 0.118817] cpuidle: using governor ladder\n[ 0.120003] cpuidle: using governor menu\n[ 0.121269] ACPI: bus type PCI registered\n[ 0.122502] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124076] PCI: Using configuration type 1 for base access\n[ 0.126174] bio: create slab at 0\n[ 0.126174] ACPI: Added _OSI(Module Device)\n[ 0.128003] ACPI: Added _OSI(Processor Device)\n[ 0.129335] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.130759] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.134706] ACPI: Interpreter enabled\n[ 0.136005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.138880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.140763] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.143971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.145760] ACPI: (supports S0 S5)\n[ 0.146826] ACPI: Using IOAPIC for interrupt routing\n[ 0.148013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.150905] ACPI: No dock devices found.\n[ 0.153609] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.155404] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.156006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.160015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.163521] acpiphp: Slot [3] registered\n[ 0.164027] acpiphp: Slot [4] registered\n[ 0.165317] acpiphp: Slot [5] registered\n[ 0.166561] acpiphp: Slot [6] registered\n[ 0.167806] acpiphp: Slot [7] registered\n[ 0.168017] acpiphp: Slot [8] registered\n[ 0.169268] acpiphp: Slot [9] registered\n[ 0.170480] acpiphp: Slot [10] registered\n[ 0.171720] acpiphp: Slot [11] registered\n[ 0.172017] acpiphp: Slot [12] registered\n[ 0.173241] acpiphp: Slot [13] registered\n[ 0.174465] acpiphp: Slot [14] registered\n[ 0.175719] acpiphp: Slot [15] registered\n[ 0.176017] acpiphp: Slot [16] registered\n[ 0.177241] acpiphp: Slot [17] registered\n[ 0.178463] acpiphp: Slot [18] registered\n[ 0.179737] acpiphp: Slot [19] registered\n[ 0.180017] acpiphp: Slot [20] registered\n[ 0.181303] acpiphp: Slot [21] registered\n[ 0.182544] acpiphp: Slot [22] registered\n[ 0.183882] acpiphp: Slot [23] registered\n[ 0.184018] acpiphp: Slot [24] registered\n[ 0.185344] acpiphp: Slot [25] registered\n[ 0.186691] acpiphp: Slot [26] registered\n[ 0.188016] acpiphp: Slot [27] registered\n[ 0.189352] acpiphp: Slot [28] registered\n[ 0.190678] acpiphp: Slot [29] registered\n[ 0.191997] acpiphp: Slot [30] registered\n[ 0.192018] acpiphp: Slot [31] registered\n[ 0.193284] PCI host bridge to bus 0000:00\n[ 0.194566] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.196004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.197845] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.199643] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.200003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.215285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.216011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.260501] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.262596] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.264522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.266534] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.268831] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.270680] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.272093] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276003] vgaarb: loaded\n[ 0.276906] vgaarb: bridge control possible 0000:00:02.0\n[ 0.278552] SCSI subsystem initialized\n[ 0.279751] ACPI: bus type USB registered\n[ 0.280016] usbcore: registered new interface driver usbfs\n[ 0.281626] usbcore: registered new interface driver hub\n[ 0.283193] usbcore: registered new device driver usb\n[ 0.284045] PCI: Using ACPI for IRQ routing\n[ 0.285462] NetLabel: Initializing\n[ 0.286525] NetLabel: domain hash size = 128\n[ 0.287829] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.288015] NetLabel: unlabeled traffic allowed by default\n[ 0.289642] Switched to clocksource kvm-clock\n[ 0.293151] AppArmor: AppArmor Filesystem Enabled\n[ 0.294599] pnp: PnP ACPI init\n[ 0.295583] ACPI: bus type PNP registered\n[ 0.297149] pnp: PnP ACPI: found 8 devices\n[ 0.298394] ACPI: bus type PNP unregistered\n[ 0.305842] NET: Registered protocol family 2\n[ 0.307293] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.309509] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.311416] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.313637] TCP: reno registered\n[ 0.314760] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316588] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.318472] NET: Registered protocol family 1\n[ 0.319785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.321535] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.323231] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.345005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.366894] Trying to unpack rootfs image as initramfs...\n[ 0.447692] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.449392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.450501] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.451640] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.453295] Scanning for low memory corruption every 60 seconds\n[ 0.454641] Initialise system trusted keyring\n[ 0.455555] audit: initializing netlink socket (disabled)\n[ 0.456573] type=2000 audit(1546517181.937:1): initialized\n[ 0.474370] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.476225] zbud: loaded\n[ 0.477021] VFS: Disk quotas dquot_6.5.2\n[ 0.477823] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.479243] fuse init (API version 7.22)\n[ 0.480082] msgmni has been set to 3997\n[ 0.480892] Key type big_key registered\n[ 0.481875] Key type asymmetric registered\n[ 0.482686] Asymmetric key parser 'x509' registered\n[ 0.483628] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.485103] io scheduler noop registered\n[ 0.485891] io scheduler deadline registered (default)\n[ 0.486868] io scheduler cfq registered\n[ 0.487679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.488718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.489929] ipmi message handler version 39.2\n[ 0.490817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.492258] ACPI: Power Button [PWRF]\n[ 0.493078] GHES: HEST is not enabled!\n[ 0.514533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559252] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585136] Linux agpgart interface v0.103\n[ 0.586594] brd: module loaded\n[ 0.587582] loop: module loaded\n[ 0.588530] blk-mq: CPU -> queue map\n[ 0.589269] CPU 0 -> Queue 0\n[ 0.589921] CPU 1 -> Queue 0\n[ 0.591023] vda: vda1\n[ 0.592378] scsi0 : ata_piix\n[ 0.593075] scsi1 : ata_piix\n[ 0.593725] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.594963] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.596341] libphy: Fixed MDIO Bus: probed\n[ 0.597215] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598202] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600402] PPP generic driver version 2.4.2\n[ 0.601260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.602579] ehci-pci: EHCI PCI platform driver\n[ 0.603642] ehci-platform: EHCI generic platform driver\n[ 0.604800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605919] ohci-pci: OHCI PCI platform driver\n[ 0.606779] ohci-platform: OHCI generic platform driver\n[ 0.607755] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629694] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630702] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632205] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.633317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634538] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635951] usb usb1: Product: UHCI Host Controller\n[ 0.636886] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd\n[ 0.638043] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639006] hub 1-0:1.0: USB hub found\n[ 0.639811] hub 1-0:1.0: 2 ports detected\n[ 0.640713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642802] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643750] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644856] mousedev: PS/2 mouse device common for all mice\n[ 0.646031] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648929] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650182] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651407] device-mapper: uevent: version 1.0.3\n[ 0.652370] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.653984] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.655181] TCP: cubic registered\n[ 0.655933] NET: Registered protocol family 10\n[ 0.656933] NET: Registered protocol family 17\n[ 0.657810] Key type dns_resolver registered\n[ 0.658817] Loading compiled-in X.509 certificates\n[ 0.660262] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c'\n[ 0.662032] registered taskstats version 1\n[ 0.664250] Key type trusted registered\n[ 0.667175] Key type encrypted registered\n[ 0.668010] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669033] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.670367] regulator-dummy: disabling\n[ 0.671191] Magic number: 3:529:126\n[ 0.671976] acpi device:01: hash matches\n[ 0.679678] rtc_cmos 00:00: setting system clock to 2019-01-03 12:06:22 UTC (1546517182)\n[ 0.681317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682420] EDD information not available.\n[ 0.753301] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.754874] Write protecting the kernel read-only data: 12288k\n[ 0.756255] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.758854] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.770001] systemd-udevd[107]: starting version 204\n[ 0.800874] FDC 0 is a S82078B\n[ 0.952041] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.112576] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.113837] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.115133] usb 1-1: Product: QEMU USB Tablet\n[ 1.116002] usb 1-1: Manufacturer: QEMU\n[ 1.116790] usb 1-1: SerialNumber: 42\n[ 1.448069] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.816773] 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.048002] 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.156398] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.238436] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:06:24 +0000. Up 2.56 seconds.\ncloud-init-nonet[2.72]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.63]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:06:25 +0000. Up 3.78 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.8 | 255.255.255.0 | fa:16:3e:76:aa:25 |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n60:f5:6e:21:89:d7:8e:4a:27:0c:68:07:a9:8a:04:5e root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. . |\n|. .E o + |\n|o.+ o + + + |\n|.+ . + o = . |\n|+ + S + |\n|o . + . |\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:\n96:ce:fe:19:1b:9d:c4:aa:52:69:df:0c:06:b2:ea:b4 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| . .. . |\n| oSo o |\n| .++ o+ . |\n| .. ooo++o |\n| ..... ..=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:\na3:bb:89:d0:7d:77:43:87:3f:75:2c:6f:49:c4:78:ca root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o |\n| . + |\n| ..+. |\n| S oEo.+|\n| . . . . . o.+o|\n| . . o . . o o.o|\n| . . + . . . o |\n| . +. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n2a:43:5d:53:d1:36:22:6c:f7:9f:74:27:eb:73:30:f5 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| . oo |\n| +.o + |\n| .oo + . |\n| . . . . o +|\n| . . S o *o|\n| . . * E|\n| o . . o |\n| o o .|\n| o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:06:28 +0000. Up 6.58 seconds.\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 CPU interrupts balancing daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:06:29 +0000. Up 7.45 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 | d3:71:5f:84:6f:c5:d9:4f:b7:67:cf:b3:ee:31:0f:6a | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 96:ce:fe:19:1b:9d:c4:aa:52:69:df:0c:06:b2:ea:b4 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (DSA)\nec2: 256 a3:bb:89:d0:7d:77:43:87:3f:75:2c:6f:49:c4:78:ca root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (ECDSA)\nec2: 256 2a:43:5d:53:d1:36:22:6c:f7:9f:74:27:eb:73:30:f5 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (ED25519)\nec2: 2048 60:f5:6e:21:89:d7:8e:4a:27:0c:68:07:a9:8a:04:5e root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwgL/UXaeman2owSCcrmnyYP9WV9gb7fryg9o1zCg373T9nQHGeWGErp5HizySvXst1q37DtonWrqs46+06TFc= root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGuSBn8T4fhbZeytiE5qY8EDVyYCmczPyCBSWSpdx8V root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEeaLBpLXha2FbI8izfnon4KyVhMyz5zkKEoynfVrUORV7lrY/ioqEVcB/jLW396RAbPUgaEAUr1H2xCYe2d9z1aI8xvQ+gH/3l7CcqFl4XGpNK9szNn5PJJ5MJNUKcpnb5PbvdjojlxA30vkREUBrYfa/yI667Malt8mHvWp/rwReK3h3Ci6WJBL9FLeskbmMIS35R4kK9KJr0lGkwBo2YQRXvOZN0ErHUGx8cQtshZHJ0DOqyNlgQOXzhmsNE/auwvz5yedQqA3Pdl5ONulL0Oat6BJa+ZSoAsnP8WjvTuQ6NRs/L/vDL4Gs0z9osnrxEB0PjKp9Z1RtN1502UoP root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:06:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.54 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i ttyS0\n\nansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i login: "} 2019-01-03 12:06:31,160 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147/action used request id req-24d5c995-b84c-41eb-a44d-8166d73e60f5 2019-01-03 12:06:31,161 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 12:06:31,162 - 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-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-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 s84096 r8192 d22400 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 7fc0fc80 [ 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-163-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.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008020] Security Framework initialized [ 0.009278] AppArmor: AppArmor initialized [ 0.010534] Yama: becoming mindful. [ 0.012476] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.018110] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022146] Initializing cgroup subsys memory [ 0.023453] Initializing cgroup subsys devices [ 0.024003] Initializing cgroup subsys freezer [ 0.025137] Initializing cgroup subsys blkio [ 0.026138] Initializing cgroup subsys perf_event [ 0.028003] Initializing cgroup subsys hugetlb [ 0.029824] mce: CPU supports 10 MCE banks [ 0.030825] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030825] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032003] Spectre V2 : Mitigation: Full generic retpoline [ 0.033213] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.036002] Speculative Store Bypass: Vulnerable [ 0.037727] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.042668] ACPI: Core revision 20131115 [ 0.044030] ACPI: All ACPI Tables successfully acquired [ 0.045320] ftrace: allocating 28753 entries in 113 pages [ 0.064016] smpboot: Max logical packages: 2 [ 0.065022] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.066394] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.068165] Enabling x2apic [ 0.068882] Enabled x2apic [ 0.069808] Switched APIC routing to physical x2apic. [ 0.072701] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074052] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.076015] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.083487] KVM setup paravirtual spinlock [ 0.084989] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.086568] x86: Booting SMP configuration: [ 0.087653] .... node #0, CPUs: #1[ 0.084982] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100018] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.104003] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.106228] devtmpfs: initialized [ 0.109087] EVM: security.selinux [ 0.110147] EVM: security.SMACK64 [ 0.111210] EVM: security.ima [ 0.112002] EVM: security.capability [ 0.113139] pinctrl core: initialized pinctrl subsystem [ 0.114284] regulator-dummy: no parameters [ 0.116059] RTC time: 12:06:21, date: 01/03/19 [ 0.117412] NET: Registered protocol family 16 [ 0.118817] cpuidle: using governor ladder [ 0.120003] cpuidle: using governor menu [ 0.121269] ACPI: bus type PCI registered [ 0.122502] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124076] PCI: Using configuration type 1 for base access [ 0.126174] bio: create slab at 0 [ 0.126174] ACPI: Added _OSI(Module Device) [ 0.128003] ACPI: Added _OSI(Processor Device) [ 0.129335] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.130759] ACPI: Added _OSI(Processor Aggregator Device) [ 0.134706] ACPI: Interpreter enabled [ 0.136005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.138880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.140763] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.143971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.145760] ACPI: (supports S0 S5) [ 0.146826] ACPI: Using IOAPIC for interrupt routing [ 0.148013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.150905] ACPI: No dock devices found. [ 0.153609] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.155404] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.156006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.160015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.163521] acpiphp: Slot [3] registered [ 0.164027] acpiphp: Slot [4] registered [ 0.165317] acpiphp: Slot [5] registered [ 0.166561] acpiphp: Slot [6] registered [ 0.167806] acpiphp: Slot [7] registered [ 0.168017] acpiphp: Slot [8] registered [ 0.169268] acpiphp: Slot [9] registered [ 0.170480] acpiphp: Slot [10] registered [ 0.171720] acpiphp: Slot [11] registered [ 0.172017] acpiphp: Slot [12] registered [ 0.173241] acpiphp: Slot [13] registered [ 0.174465] acpiphp: Slot [14] registered [ 0.175719] acpiphp: Slot [15] registered [ 0.176017] acpiphp: Slot [16] registered [ 0.177241] acpiphp: Slot [17] registered [ 0.178463] acpiphp: Slot [18] registered [ 0.179737] acpiphp: Slot [19] registered [ 0.180017] acpiphp: Slot [20] registered [ 0.181303] acpiphp: Slot [21] registered [ 0.182544] acpiphp: Slot [22] registered [ 0.183882] acpiphp: Slot [23] registered [ 0.184018] acpiphp: Slot [24] registered [ 0.185344] acpiphp: Slot [25] registered [ 0.186691] acpiphp: Slot [26] registered [ 0.188016] acpiphp: Slot [27] registered [ 0.189352] acpiphp: Slot [28] registered [ 0.190678] acpiphp: Slot [29] registered [ 0.191997] acpiphp: Slot [30] registered [ 0.192018] acpiphp: Slot [31] registered [ 0.193284] PCI host bridge to bus 0000:00 [ 0.194566] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.196004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.197845] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.199643] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.200003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.215285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.216011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.260501] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.262596] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.264522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.266534] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.268831] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.270680] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.272093] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276003] vgaarb: loaded [ 0.276906] vgaarb: bridge control possible 0000:00:02.0 [ 0.278552] SCSI subsystem initialized [ 0.279751] ACPI: bus type USB registered [ 0.280016] usbcore: registered new interface driver usbfs [ 0.281626] usbcore: registered new interface driver hub [ 0.283193] usbcore: registered new device driver usb [ 0.284045] PCI: Using ACPI for IRQ routing [ 0.285462] NetLabel: Initializing [ 0.286525] NetLabel: domain hash size = 128 [ 0.287829] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.288015] NetLabel: unlabeled traffic allowed by default [ 0.289642] Switched to clocksource kvm-clock [ 0.293151] AppArmor: AppArmor Filesystem Enabled [ 0.294599] pnp: PnP ACPI init [ 0.295583] ACPI: bus type PNP registered [ 0.297149] pnp: PnP ACPI: found 8 devices [ 0.298394] ACPI: bus type PNP unregistered [ 0.305842] NET: Registered protocol family 2 [ 0.307293] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.309509] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.311416] TCP: Hash tables configured (established 16384 bind 16384) [ 0.313637] TCP: reno registered [ 0.314760] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316588] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.318472] NET: Registered protocol family 1 [ 0.319785] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.321535] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.323231] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.345005] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.366894] Trying to unpack rootfs image as initramfs... [ 0.447692] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.449392] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.450501] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.451640] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.453295] Scanning for low memory corruption every 60 seconds [ 0.454641] Initialise system trusted keyring [ 0.455555] audit: initializing netlink socket (disabled) [ 0.456573] type=2000 audit(1546517181.937:1): initialized [ 0.474370] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.476225] zbud: loaded [ 0.477021] VFS: Disk quotas dquot_6.5.2 [ 0.477823] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.479243] fuse init (API version 7.22) [ 0.480082] msgmni has been set to 3997 [ 0.480892] Key type big_key registered [ 0.481875] Key type asymmetric registered [ 0.482686] Asymmetric key parser 'x509' registered [ 0.483628] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.485103] io scheduler noop registered [ 0.485891] io scheduler deadline registered (default) [ 0.486868] io scheduler cfq registered [ 0.487679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.488718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.489929] ipmi message handler version 39.2 [ 0.490817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.492258] ACPI: Power Button [PWRF] [ 0.493078] GHES: HEST is not enabled! [ 0.514533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559252] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583127] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585136] Linux agpgart interface v0.103 [ 0.586594] brd: module loaded [ 0.587582] loop: module loaded [ 0.588530] blk-mq: CPU -> queue map [ 0.589269] CPU 0 -> Queue 0 [ 0.589921] CPU 1 -> Queue 0 [ 0.591023] vda: vda1 [ 0.592378] scsi0 : ata_piix [ 0.593075] scsi1 : ata_piix [ 0.593725] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.594963] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.596341] libphy: Fixed MDIO Bus: probed [ 0.597215] tun: Universal TUN/TAP device driver, 1.6 [ 0.598202] tun: (C) 1999-2004 Max Krasnyansky [ 0.600402] PPP generic driver version 2.4.2 [ 0.601260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.602579] ehci-pci: EHCI PCI platform driver [ 0.603642] ehci-platform: EHCI generic platform driver [ 0.604800] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605919] ohci-pci: OHCI PCI platform driver [ 0.606779] ohci-platform: OHCI generic platform driver [ 0.607755] uhci_hcd: USB Universal Host Controller Interface driver [ 0.629694] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.630702] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.632205] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.633317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634538] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635951] usb usb1: Product: UHCI Host Controller [ 0.636886] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd [ 0.638043] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639006] hub 1-0:1.0: USB hub found [ 0.639811] hub 1-0:1.0: 2 ports detected [ 0.640713] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.642802] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.643750] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644856] mousedev: PS/2 mouse device common for all mice [ 0.646031] rtc_cmos 00:00: RTC can wake from S4 [ 0.647257] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648929] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650182] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651407] device-mapper: uevent: version 1.0.3 [ 0.652370] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.653984] ledtrig-cpu: registered to indicate activity on CPUs [ 0.655181] TCP: cubic registered [ 0.655933] NET: Registered protocol family 10 [ 0.656933] NET: Registered protocol family 17 [ 0.657810] Key type dns_resolver registered [ 0.658817] Loading compiled-in X.509 certificates [ 0.660262] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c' [ 0.662032] registered taskstats version 1 [ 0.664250] Key type trusted registered [ 0.667175] Key type encrypted registered [ 0.668010] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669033] IMA: No TPM chip found, activating TPM-bypass! [ 0.670367] regulator-dummy: disabling [ 0.671191] Magic number: 3:529:126 [ 0.671976] acpi device:01: hash matches [ 0.679678] rtc_cmos 00:00: setting system clock to 2019-01-03 12:06:22 UTC (1546517182) [ 0.681317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682420] EDD information not available. [ 0.753301] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.754874] Write protecting the kernel read-only data: 12288k [ 0.756255] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.758854] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.770001] systemd-udevd[107]: starting version 204 [ 0.800874] FDC 0 is a S82078B [ 0.952041] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.112576] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.113837] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115133] usb 1-1: Product: QEMU USB Tablet [ 1.116002] usb 1-1: Manufacturer: QEMU [ 1.116790] usb 1-1: SerialNumber: 42 [ 1.448069] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.816773] 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.048002] 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.156398] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.238436] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:06:24 +0000. Up 2.56 seconds. cloud-init-nonet[2.72]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.63]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:06:25 +0000. Up 3.78 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.8 | 255.255.255.0 | fa:16:3e:76:aa:25 | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 60:f5:6e:21:89:d7:8e:4a:27:0c:68:07:a9:8a:04:5e root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i The key's randomart image is: +--[ RSA 2048]----+ | .. . | |. .E o + | |o.+ o + + + | |.+ . + o = . | |+ + S + | |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: 96:ce:fe:19:1b:9d:c4:aa:52:69:df:0c:06:b2:ea:b4 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | . .. . | | oSo o | | .++ o+ . | | .. ooo++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: a3:bb:89:d0:7d:77:43:87:3f:75:2c:6f:49:c4:78:ca root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i The key's randomart image is: +--[ECDSA 256]---+ | | | o | | . + | | ..+. | | S oEo.+| | . . . . . 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: 2a:43:5d:53:d1:36:22:6c:f7:9f:74:27:eb:73:30:f5 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i The key's randomart image is: +--[ED25519 256--+ | . oo | | +.o + | | .oo + . | | . . . . o +| | . . S o *o| | . . * E| | o . . o | | o o .| | o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:06:28 +0000. Up 6.58 seconds. * 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 CPU interrupts balancing daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:06:29 +0000. Up 7.45 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 | d3:71:5f:84:6f:c5:d9:4f:b7:67:cf:b3:ee:31:0f:6a | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 96:ce:fe:19:1b:9d:c4:aa:52:69:df:0c:06:b2:ea:b4 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (DSA) ec2: 256 a3:bb:89:d0:7d:77:43:87:3f:75:2c:6f:49:c4:78:ca root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (ECDSA) ec2: 256 2a:43:5d:53:d1:36:22:6c:f7:9f:74:27:eb:73:30:f5 root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (ED25519) ec2: 2048 60:f5:6e:21:89:d7:8e:4a:27:0c:68:07:a9:8a:04:5e root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPwgL/UXaeman2owSCcrmnyYP9WV9gb7fryg9o1zCg373T9nQHGeWGErp5HizySvXst1q37DtonWrqs46+06TFc= root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGuSBn8T4fhbZeytiE5qY8EDVyYCmczPyCBSWSpdx8V root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEeaLBpLXha2FbI8izfnon4KyVhMyz5zkKEoynfVrUORV7lrY/ioqEVcB/jLW396RAbPUgaEAUr1H2xCYe2d9z1aI8xvQ+gH/3l7CcqFl4XGpNK9szNn5PJJ5MJNUKcpnb5PbvdjojlxA30vkREUBrYfa/yI667Malt8mHvWp/rwReK3h3Ci6WJBL9FLeskbmMIS35R4kK9KJr0lGkwBo2YQRXvOZN0ErHUGx8cQtshZHJ0DOqyNlgQOXzhmsNE/auwvz5yedQqA3Pdl5ONulL0Oat6BJa+ZSoAsnP8WjvTuQ6NRs/L/vDL4Gs0z9osnrxEB0PjKp9Z1RtN1502UoP root@ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:06:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.54 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i ttyS0 ansibleprovisioningtests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-i login: 2019-01-03 12:06:31,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:31,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-ef06f895-e31c-4052-9489-ca4d0300f0d4 x-compute-request-id: req-ef06f895-e31c-4052-9489-ca4d0300f0d4 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:31,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-ef06f895-e31c-4052-9489-ca4d0300f0d4 2019-01-03 12:06:31,752 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:31,752 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:31,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-8bf918f0-b0c6-457a-9fb8-f063f52d4b78 x-compute-request-id: req-8bf918f0-b0c6-457a-9fb8-f063f52d4b78 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:32,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-8bf918f0-b0c6-457a-9fb8-f063f52d4b78 2019-01-03 12:06:32,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-596977f5-5195-4404-b590-ae03bacb022b Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:32,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-596977f5-5195-4404-b590-ae03bacb022b 2019-01-03 12:06:32,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad229ec-a389-4ccb-925e-03b7b618c3ba Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:32,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-fad229ec-a389-4ccb-925e-03b7b618c3ba 2019-01-03 12:06:32,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b5148186-197d-4874-b862-8ad7ead69ee5 Date: Thu, 03 Jan 2019 12:06:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:32,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-b5148186-197d-4874-b862-8ad7ead69ee5 2019-01-03 12:06:32,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-72447c46-7c1f-4615-90c2-c4ae0ce554c2 Date: Thu, 03 Jan 2019 12:06:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:32,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-72447c46-7c1f-4615-90c2-c4ae0ce554c2 2019-01-03 12:06:32,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:32,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c21d4fff-7bee-45cd-9032-6152ac100488 x-compute-request-id: req-c21d4fff-7bee-45cd-9032-6152ac100488 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:32,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-c21d4fff-7bee-45cd-9032-6152ac100488 2019-01-03 12:06:32,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:33,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d3d9866a-4b5a-40af-adbf-e53dd8f875f0 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:33,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-d3d9866a-4b5a-40af-adbf-e53dd8f875f0 2019-01-03 12:06:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:33,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd6580da-0ab5-43ce-9517-2c3dd9329930 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:33,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-cd6580da-0ab5-43ce-9517-2c3dd9329930 2019-01-03 12:06:33,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:33,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d5159fba-7ce8-41da-99cf-6e19d995aa73 Date: Thu, 03 Jan 2019 12:06:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:33,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-d5159fba-7ce8-41da-99cf-6e19d995aa73 2019-01-03 12:06:33,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:33,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-4be3d286-5e33-4b93-b6b7-1e2f3664d415 Date: Thu, 03 Jan 2019 12:06:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:33,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-4be3d286-5e33-4b93-b6b7-1e2f3664d415 2019-01-03 12:06:33,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}}' 2019-01-03 12:06:34,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:06: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-0b8f74c0-cb07-4f83-9e9f-eb540a62eb69 x-compute-request-id: req-0b8f74c0-cb07-4f83-9e9f-eb540a62eb69 Content-Length: 0 Content-Type: application/json 2019-01-03 12:06:34,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147/action used request id req-0b8f74c0-cb07-4f83-9e9f-eb540a62eb69 2019-01-03 12:06:34,519 - create_instance - INFO - Checking if VM is active 2019-01-03 12:06:34,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:34,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-293b24fd-4f63-47fa-9f55-d7e64ba22fa0 x-compute-request-id: req-293b24fd-4f63-47fa-9f55-d7e64ba22fa0 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:34,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-293b24fd-4f63-47fa-9f55-d7e64ba22fa0 2019-01-03 12:06:34,848 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:34,848 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:34,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:35,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-42dba627-92bc-4e14-9303-1a2ee5378954 x-compute-request-id: req-42dba627-92bc-4e14-9303-1a2ee5378954 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:35,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-42dba627-92bc-4e14-9303-1a2ee5378954 2019-01-03 12:06:35,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:35,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-c45f7cc4-68e7-49cd-821e-a77ea2d09594 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:35,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-c45f7cc4-68e7-49cd-821e-a77ea2d09594 2019-01-03 12:06:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:35,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9d5a26-9f9c-45a8-bd52-ddddeca0ea0b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:35,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-fc9d5a26-9f9c-45a8-bd52-ddddeca0ea0b 2019-01-03 12:06:35,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:35,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5760fa0f-8fe0-4643-bd01-b676140e529c Date: Thu, 03 Jan 2019 12:06:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:35,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-5760fa0f-8fe0-4643-bd01-b676140e529c 2019-01-03 12:06:35,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:35,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-ac1bf77b-6fbf-4a4e-94c4-aabdf6d247e9 Date: Thu, 03 Jan 2019 12:06:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["82d397b8-31bb-4edd-bb83-16cebdbd384c","de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:35,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-ac1bf77b-6fbf-4a4e-94c4-aabdf6d247e9 2019-01-03 12:06:35,575 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:06:36,580 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e538bd0L 2019-01-03 12:06:36,580 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:06:36,587 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:06:36,587 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:06:36,588 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'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 2019-01-03 12:06:36,589 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:06:36,589 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:06:36,589 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:06:36,589 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:06:36,589 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:06:36,633 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:06:36,633 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:06:36,645 - paramiko.transport - DEBUG - Trying key d3715f846fc5d94fb767cfb3ee310f6a from tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:06:36,673 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:06:36,698 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:06:36,799 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:06:36,823 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:06:36,823 - create_instance - INFO - Checking if cloud-init has completed 2019-01-03 12:06:36,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:37,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85e82378-4721-44ff-8a12-726055916079 x-compute-request-id: req-85e82378-4721-44ff-8a12-726055916079 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:37,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-85e82378-4721-44ff-8a12-726055916079 2019-01-03 12:06:37,342 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:37,343 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:37,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:37,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-751765ba-18d3-4f72-bc09-593e180af270 x-compute-request-id: req-751765ba-18d3-4f72-bc09-593e180af270 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:37,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-751765ba-18d3-4f72-bc09-593e180af270 2019-01-03 12:06:37,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:37,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-926a0913-242d-4e79-a57e-eb3439d14cd0 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:37,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-926a0913-242d-4e79-a57e-eb3439d14cd0 2019-01-03 12:06:37,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:37,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d08e53e9-a1ce-42e7-a51d-fabe4cc5a61e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:37,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-d08e53e9-a1ce-42e7-a51d-fabe4cc5a61e 2019-01-03 12:06:37,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:38,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-24a35ec7-6a87-44de-86c1-aa931417fe6c Date: Thu, 03 Jan 2019 12:06:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:38,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-24a35ec7-6a87-44de-86c1-aa931417fe6c 2019-01-03 12:06:38,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:38,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-99da1615-960e-4ae9-aa06-046c4044c9e6 Date: Thu, 03 Jan 2019 12:06:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["82d397b8-31bb-4edd-bb83-16cebdbd384c","de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:38,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-99da1615-960e-4ae9-aa06-046c4044c9e6 2019-01-03 12:06:38,294 - create_instance - INFO - Checking if VM is active 2019-01-03 12:06:38,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:38,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-9a3e347f-cba3-4541-8be7-d68a8bff82fe x-compute-request-id: req-9a3e347f-cba3-4541-8be7-d68a8bff82fe Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:38,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-9a3e347f-cba3-4541-8be7-d68a8bff82fe 2019-01-03 12:06:38,621 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:38,621 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:06:38,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:39,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-4d6de547-d2cc-4167-8909-1d51bcfeac3d x-compute-request-id: req-4d6de547-d2cc-4167-8909-1d51bcfeac3d Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "security_groups": [{"name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp"}, {"name": "default"}], "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:21Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:39,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-4d6de547-d2cc-4167-8909-1d51bcfeac3d 2019-01-03 12:06:39,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:39,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e92f4e0e-eb82-420b-82bf-bc9b6b497d50 Date: Thu, 03 Jan 2019 12:06: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":["c7a762c1-f78d-4131-8ba0-e9251730d084"],"updated_at":"2019-01-03T12:04:14Z","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net"}]} 2019-01-03 12:06:39,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net used request id req-e92f4e0e-eb82-420b-82bf-bc9b6b497d50 2019-01-03 12:06:39,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4a17bd-9bf8-4cba-9cf2-0adc80674c41 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:06:39,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-6b4a17bd-9bf8-4cba-9cf2-0adc80674c41 2019-01-03 12:06:39,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:39,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e9cf244-27c3-4623-9631-f44b0a62aa52 Date: Thu, 03 Jan 2019 12:06:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","dns_nameservers":[],"updated_at":"2019-01-03T12:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"afeb4a2278804b6785a636c0a1823aaf","id":"c7a762c1-f78d-4131-8ba0-e9251730d084","subnetpool_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet"}]} 2019-01-03 12:06:39,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-0e9cf244-27c3-4623-9631-f44b0a62aa52 2019-01-03 12:06:39,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:39,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-63b2f02e-218e-40a2-b211-2714868f10c8 Date: Thu, 03 Jan 2019 12:06:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:06:34Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.8"}],"id":"10e6394d-1a4c-4795-b4ae-41085d1cc2c2","security_groups":["82d397b8-31bb-4edd-bb83-16cebdbd384c","de69336b-c65e-48ab-b8a5-3db9b06b135e"],"mac_address":"fa:16:3e:76:aa:25","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:34Z","binding:vnic_type":"normal","device_id":"5ec7113c-76c1-41d1-9a22-e16a272ce147"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.4"}],"id":"1cd1a9e6-de67-4e2d-90a5-f23a85ce613d","security_groups":[],"mac_address":"fa:16:3e:40:b4:3f","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.1"}],"id":"3d376afa-2445-40b1-9824-0976b78b85b4","security_groups":[],"mac_address":"fa:16:3e:93:f7:b8","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:23Z","binding:vnic_type":"normal","device_id":"9d9c4b7f-b98a-4870-83de-53bcea534a61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.2"}],"id":"3e37bc65-432c-40d1-99e0-33f7e201aff8","security_groups":[],"mac_address":"fa:16:3e:02:c2:9b","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:04:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"c7a762c1-f78d-4131-8ba0-e9251730d084","ip_address":"10.55.1.3"}],"id":"91f0b602-896e-46de-a463-521f1801c84e","security_groups":[],"mac_address":"fa:16:3e:7c:04:58","project_id":"afeb4a2278804b6785a636c0a1823aaf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7","tenant_id":"afeb4a2278804b6785a636c0a1823aaf","created_at":"2019-01-03T12:04:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7"}]} 2019-01-03 12:06:39,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-63b2f02e-218e-40a2-b211-2714868f10c8 2019-01-03 12:06:39,453 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:06:39,454 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e6c8950L 2019-01-03 12:06:39,455 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:06:39,458 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:06:39,458 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:06:39,459 - 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 2019-01-03 12:06:39,460 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:06:39,460 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:06:39,460 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:06:39,460 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:06:39,460 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:06:39,500 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:06:39,501 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:06:39,519 - paramiko.transport - DEBUG - Trying key d3715f846fc5d94fb767cfb3ee310f6a from tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:06:39,541 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:06:39,548 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:06:39,648 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:06:39,665 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:06:39,665 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:06:39,667 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e560050L 2019-01-03 12:06:39,667 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:06:39,670 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:06:39,670 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:06:39,671 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2019-01-03 12:06:39,671 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:06:39,672 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:06:39,672 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:06:39,672 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:06:39,672 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:06:39,712 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:06:39,713 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:06:39,731 - paramiko.transport - DEBUG - Trying key d3715f846fc5d94fb767cfb3ee310f6a from tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:06:39,753 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:06:39,759 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:06:39,764 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:06:39,979 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:06:39,979 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:06:39,981 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:06:39,990 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:06:39,991 - create_instance - INFO - cloud-init complete for VM instance 2019-01-03 12:06:39,991 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:06:39,991 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:06:39,993 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e6c8950L 2019-01-03 12:06:39,993 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:06:39,996 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:06:39,996 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:06:39,998 - 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 2019-01-03 12:06:39,998 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:06:39,998 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:06:39,998 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:06:39,998 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:06:39,999 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:06:40,040 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:06:40,040 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:06:40,058 - paramiko.transport - DEBUG - Trying key d3715f846fc5d94fb767cfb3ee310f6a from tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:06:40,077 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:06:40,084 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:06:40,090 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:06:40,305 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:06:40,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:06:40,308 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:06:40,309 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:06:40,345 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2019-01-03 12:06:40,397 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2019-01-03 12:06:44,063 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:06:44,066 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e4abd90L 2019-01-03 12:06:44,066 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:06:44,069 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:06:44,069 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:06:44,071 - 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 2019-01-03 12:06:44,071 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:06:44,071 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:06:44,071 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:06:44,072 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:06:44,072 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:06:44,112 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:06:44,113 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:06:44,131 - paramiko.transport - DEBUG - Trying key d3715f846fc5d94fb767cfb3ee310f6a from tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20 2019-01-03 12:06:44,153 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:06:44,160 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:06:44,164 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:06:44,384 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:06:44,384 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:06:44,398 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:06:44,415 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:06:44,415 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:06:44,516 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:06:44,530 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2019-01-03 12:06:44,530 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2019-01-03 12:06:44,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/2fa03909-ddd2-4661-925e-40339e8fd806 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:45,523 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dd3d2460-29ec-41cb-b150-165d2bd3afaf Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:45,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/2fa03909-ddd2-4661-925e-40339e8fd806 used request id req-dd3d2460-29ec-41cb-b150-165d2bd3afaf 2019-01-03 12:06:45,524 - create_instance - INFO - Deleting Port with ID - 10e6394d-1a4c-4795-b4ae-41085d1cc2c2 2019-01-03 12:06:45,524 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-port-1 2019-01-03 12:06:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/10e6394d-1a4c-4795-b4ae-41085d1cc2c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:46,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0d5c0392-cc9f-4096-998a-f11ade20e4d1 Date: Thu, 03 Jan 2019 12:06:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:46,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/10e6394d-1a4c-4795-b4ae-41085d1cc2c2 used request id req-0d5c0392-cc9f-4096-998a-f11ade20e4d1 2019-01-03 12:06:46,159 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst 2019-01-03 12:06:46,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:46,330 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:06: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-82c48e5a-4f3a-4991-accb-6c07300b93b3 x-compute-request-id: req-82c48e5a-4f3a-4991-accb-6c07300b93b3 Content-Type: application/json 2019-01-03 12:06:46,330 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-82c48e5a-4f3a-4991-accb-6c07300b93b3 2019-01-03 12:06:46,331 - create_instance - INFO - Checking deletion status 2019-01-03 12:06:46,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:46,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:06: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-739323c0-fb81-47fa-bd88-c3be1a470b8e x-compute-request-id: req-739323c0-fb81-47fa-bd88-c3be1a470b8e Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:aa:25", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147", "rel": "bookmark"}], "image": {"id": "7c7188f9-1ba9-49fb-83b2-f80076e4b529", "links": [{"href": "http://172.30.9.28:8774/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:06:20.000000", "flavor": {"id": "e067c96f-fa33-4011-87bc-4870a6af411a", "links": [{"href": "http://172.30.9.28:8774/flavors/e067c96f-fa33-4011-87bc-4870a6af411a", "rel": "bookmark"}]}, "id": "5ec7113c-76c1-41d1-9a22-e16a272ce147", "user_id": "ab4c0a586b9344fdb20f320f56c0adb6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:06:46Z", "hostId": "60441d729ff8b91e4c665777db87ed3950891caa56e881c33e17cab5", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp", "name": "AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst", "created": "2019-01-03T12:04:36Z", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:06:46,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-739323c0-fb81-47fa-bd88-c3be1a470b8e 2019-01-03 12:06:46,577 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst] is - ACTIVE 2019-01-03 12:06:46,577 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:06:49,580 - create_instance - DEBUG - VM status query timeout in 296.751111984 2019-01-03 12:06:49,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e867604a282cc467c5c08dbdc0453d62133f6ea" 2019-01-03 12:06:49,636 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-1386ae08-452c-4a07-b503-639ed270b40a x-compute-request-id: req-1386ae08-452c-4a07-b503-639ed270b40a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5ec7113c-76c1-41d1-9a22-e16a272ce147 could not be found.", "code": 404}} 2019-01-03 12:06:49,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/5ec7113c-76c1-41d1-9a22-e16a272ce147 used request id req-1386ae08-452c-4a07-b503-639ed270b40a 2019-01-03 12:06:49,636 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5ec7113c-76c1-41d1-9a22-e16a272ce147 could not be found. (HTTP 404) (Request-ID: req-1386ae08-452c-4a07-b503-639ed270b40a) 2019-01-03 12:06:49,637 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-inst 2019-01-03 12:06:49,638 - neutron_utils - INFO - Deleting security group rule with ID - ac104ce7-e5b1-4f90-9cd3-4f058c517b7b 2019-01-03 12:06:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/ac104ce7-e5b1-4f90-9cd3-4f058c517b7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:06:49,750 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6e54476-3660-40df-a75b-863cf65204d2 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:49,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/ac104ce7-e5b1-4f90-9cd3-4f058c517b7b used request id req-f6e54476-3660-40df-a75b-863cf65204d2 2019-01-03 12:06:49,750 - neutron_utils - INFO - Deleting security group rule with ID - 1ef2ee48-1f20-403d-ba57-3d354f975f86 2019-01-03 12:06:49,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/1ef2ee48-1f20-403d-ba57-3d354f975f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:06:49,854 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27aee4a7-f5a8-43ff-b957-275ed066fa41 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:49,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/1ef2ee48-1f20-403d-ba57-3d354f975f86 used request id req-27aee4a7-f5a8-43ff-b957-275ed066fa41 2019-01-03 12:06:49,854 - neutron_utils - INFO - Deleting security group rule with ID - c9a69031-0b06-43bb-8f77-085e6de04d83 2019-01-03 12:06:49,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/c9a69031-0b06-43bb-8f77-085e6de04d83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:06:50,126 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ef16635-1d69-4d74-96d3-7e57576d5449 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:50,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/c9a69031-0b06-43bb-8f77-085e6de04d83 used request id req-2ef16635-1d69-4d74-96d3-7e57576d5449 2019-01-03 12:06:50,127 - neutron_utils - INFO - Deleting security group rule with ID - d3ccb858-ca5e-412d-a81e-7bbc105aa4bd 2019-01-03 12:06:50,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/d3ccb858-ca5e-412d-a81e-7bbc105aa4bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:06:50,404 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ecf1dd90-da1a-4877-a425-61439f4f3102 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:50,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/d3ccb858-ca5e-412d-a81e-7bbc105aa4bd used request id req-ecf1dd90-da1a-4877-a425-61439f4f3102 2019-01-03 12:06:50,405 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-sec-grp 2019-01-03 12:06:50,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/82d397b8-31bb-4edd-bb83-16cebdbd384c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca6bf5e5960811bb3ba113b323ef1ad785d35f8" 2019-01-03 12:06:50,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3ccc8ff-41ed-4d7d-8af3-5a969146df11 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:50,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/82d397b8-31bb-4edd-bb83-16cebdbd384c used request id req-f3ccc8ff-41ed-4d7d-8af3-5a969146df11 2019-01-03 12:06:50,537 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp 2019-01-03 12:06:50,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7fe5cde8956fc049a48430336fd1d91dfb3807b" 2019-01-03 12:06:50,567 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac27457f-4063-48b1-bca6-9f2181d2a606 x-compute-request-id: req-ac27457f-4063-48b1-bca6-9f2181d2a606 Content-Length: 0 Content-Type: application/json 2019-01-03 12:06:50,568 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-kp used request id req-ac27457f-4063-48b1-bca6-9f2181d2a606 2019-01-03 12:06:50,568 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20.pub] 2019-01-03 12:06:50,568 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20] 2019-01-03 12:06:50,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae12a768707af7effeaabb248c30d2984d48502" 2019-01-03 12:06:50,612 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d44a14a-068b-4629-90cd-46120234d60a x-compute-request-id: req-4d44a14a-068b-4629-90cd-46120234d60a Content-Length: 0 Content-Type: application/json 2019-01-03 12:06:50,613 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e067c96f-fa33-4011-87bc-4870a6af411a used request id req-4d44a14a-068b-4629-90cd-46120234d60a 2019-01-03 12:06:50,613 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router and subnet AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet 2019-01-03 12:06:50,614 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:06:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" -d '{"subnet_id": "c7a762c1-f78d-4131-8ba0-e9251730d084"}' 2019-01-03 12:06:52,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f55fd137-47e6-4343-b694-378c772288dd Date: Thu, 03 Jan 2019 12:06:52 GMT RESP BODY: {"network_id": "bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "subnet_id": "c7a762c1-f78d-4131-8ba0-e9251730d084", "subnet_ids": ["c7a762c1-f78d-4131-8ba0-e9251730d084"], "port_id": "3d376afa-2445-40b1-9824-0976b78b85b4", "id": "9d9c4b7f-b98a-4870-83de-53bcea534a61"} 2019-01-03 12:06:52,116 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61/remove_router_interface used request id req-f55fd137-47e6-4343-b694-378c772288dd 2019-01-03 12:06:52,117 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:06:52,117 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-router 2019-01-03 12:06:52,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9bc9c56911401e2643f78b3e43e6550735a556" 2019-01-03 12:06:55,604 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe412ec7-4f63-4866-9faa-477ea1590088 Content-Length: 0 Date: Thu, 03 Jan 2019 12:06:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:55,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/9d9c4b7f-b98a-4870-83de-53bcea534a61 used request id req-fe412ec7-4f63-4866-9faa-477ea1590088 2019-01-03 12:06:55,605 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet 2019-01-03 12:06:55,605 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-subnet 2019-01-03 12:06:55,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:06:58,208 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5acea13-5067-405e-812a-e3e8f652d8aa Date: Thu, 03 Jan 2019 12:06:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:58,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c7a762c1-f78d-4131-8ba0-e9251730d084 used request id req-b5acea13-5067-405e-812a-e3e8f652d8aa 2019-01-03 12:06:58,209 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20-pub-net 2019-01-03 12:06:58,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca139b4da5f75febe9f00d15b2b1694e988adc4b" 2019-01-03 12:06:59,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-98a411f5-f71b-483f-8279-31b52e54e091 Date: Thu, 03 Jan 2019 12:06:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:06:59,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/bc7bd79b-9c4a-4a5c-99e0-446e0a445fb7 used request id req-98a411f5-f71b-483f-8279-31b52e54e091 2019-01-03 12:06:59,615 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-cf8ce95b-bc69-454d-9a0b-f016e3063c20--image 2019-01-03 12:06:59,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}44bc05360c25d07dfda3631ba5ff5fee476bea62" 2019-01-03 12:07:00,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe09aedb-4f42-4d91-9460-e6deaf82b0fa Date: Thu, 03 Jan 2019 12:07:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:07:00,725 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/7c7188f9-1ba9-49fb-83b2-f80076e4b529 used request id req-fe09aedb-4f42-4d91-9460-e6deaf82b0fa 2019-01-03 12:07:00,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:00,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4ad6e7a6-8ef2-4829-a43b-5a8221b80523 Date: Thu, 03 Jan 2019 12:07:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:12Z", "updated_at": "2019-01-03T12:04:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "revision_number": 0, "id": "07af929e-7d70-42fd-83ba-ab14b168204f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "revision_number": 0, "id": "5b713e9b-0b56-446c-8430-a7ee94f4be84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "revision_number": 0, "id": "6a6e92bf-953a-489c-b187-ac8a365decd9", "remote_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv4", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "revision_number": 0, "id": "97fcbe69-6a3e-4ce4-bb9c-c24e537a2e98", "remote_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "remote_ip_prefix": null, "created_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "port_range_min": null, "ethertype": "IPv6", "project_id": "afeb4a2278804b6785a636c0a1823aaf"}], "revision_number": 4, "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:07:00,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-4ad6e7a6-8ef2-4829-a43b-5a8221b80523 2019-01-03 12:07:00,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f9f370-8a1f-4214-892b-857b78d4386b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 12:07:01,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-66f9f370-8a1f-4214-892b-857b78d4386b 2019-01-03 12:07:01,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7421d20-68ce-4edc-9cea-e52378bec859 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.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2019-01-03 12:07:01,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d used request id req-f7421d20-68ce-4edc-9cea-e52378bec859 2019-01-03 12:07:01,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf61568-bce2-4a69-a29c-8fa2152890f8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 12:07:01,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-1cf61568-bce2-4a69-a29c-8fa2152890f8 2019-01-03 12:07:01,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e032ff1-8854-45ed-9374-ec6d4d0688ff Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf"}, "enabled": true, "id": "afeb4a2278804b6785a636c0a1823aaf", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-aa81b6e2-cafa-460-proj"}} 2019-01-03 12:07:01,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-5e032ff1-8854-45ed-9374-ec6d4d0688ff 2019-01-03 12:07:01,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de69336b-c65e-48ab-b8a5-3db9b06b135e 2019-01-03 12:07:01,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=de69336b-c65e-48ab-b8a5-3db9b06b135e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-be3d616c-be4e-42c0-ba33-9d4b313f95c0 Date: Thu, 03 Jan 2019 12:07: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": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:12Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "07af929e-7d70-42fd-83ba-ab14b168204f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:12Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "5b713e9b-0b56-446c-8430-a7ee94f4be84"}, {"remote_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:12Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "6a6e92bf-953a-489c-b187-ac8a365decd9"}, {"remote_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:04:12Z", "security_group_id": "de69336b-c65e-48ab-b8a5-3db9b06b135e", "port_range_min": null, "revision_number": 0, "tenant_id": "afeb4a2278804b6785a636c0a1823aaf", "created_at": "2019-01-03T12:04:12Z", "project_id": "afeb4a2278804b6785a636c0a1823aaf", "id": "97fcbe69-6a3e-4ce4-bb9c-c24e537a2e98"}]} 2019-01-03 12:07:01,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=de69336b-c65e-48ab-b8a5-3db9b06b135e used request id req-be3d616c-be4e-42c0-ba33-9d4b313f95c0 2019-01-03 12:07:01,520 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:07:01,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/de69336b-c65e-48ab-b8a5-3db9b06b135e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:01,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6df4f81d-d6fa-48e4-ae86-c8ab07b0231d Content-Length: 0 Date: Thu, 03 Jan 2019 12:07:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:07:01,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/de69336b-c65e-48ab-b8a5-3db9b06b135e used request id req-6df4f81d-d6fa-48e4-ae86-c8ab07b0231d 2019-01-03 12:07:01,814 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-proj 2019-01-03 12:07:01,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:02,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ead2ad9-6045-4998-be83-67b5a4c4a3b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:07:02,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/afeb4a2278804b6785a636c0a1823aaf used request id req-6ead2ad9-6045-4998-be83-67b5a4c4a3b8 2019-01-03 12:07:02,003 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-proj-role 2019-01-03 12:07:02,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:02,125 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-309b47d8-7aca-431a-ada0-989cf2bebb9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:07:02,125 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/e8124fa8ab464f3399a83794b94ec378 used request id req-309b47d8-7aca-431a-ada0-989cf2bebb9e 2019-01-03 12:07:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66fe55bfc00e1b4691fe1c4c038f4a25ef78374f" 2019-01-03 12:07:02,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb6a23c-dd43-4f09-b6eb-50e623ca9bf3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:07:02,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ceb6a23c-dd43-4f09-b6eb-50e623ca9bf3 2019-01-03 12:07:02,219 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-aa81b6e2-cafa-460-user 2019-01-03 12:07:02,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/ab4c0a586b9344fdb20f320f56c0adb6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d6711cfd45d5f888a98572512802601c74b217a" 2019-01-03 12:07:02,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b2a27eb-117b-4a8e-b983-0be5098a7b16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:07:02,442 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/ab4c0a586b9344fdb20f320f56c0adb6 used request id req-1b2a27eb-117b-4a8e-b983-0be5098a7b16 2019-01-03 12:07:02,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:02,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:07:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["JSo1VsuNSmC1g2eKJh5eQw"], "issued_at": "2019-01-03T12:07:02.000000Z"}} 2019-01-03 12:07:02,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71d927c2723730060bc472f35a432dbf7acd5c96" 2019-01-03 12:07:02,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da75af85-424c-4796-bc61-40cd32de8bdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:02,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da75af85-424c-4796-bc61-40cd32de8bdf 2019-01-03 12:07:02,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:02,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:03,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["XHUzRy89SkKa3kHJWg7qTg"], "issued_at": "2019-01-03T12:07:03.000000Z"}} 2019-01-03 12:07:03,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:03,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6511491-1bbd-4657-8575-7a5ed3dc055a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:03,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c6511491-1bbd-4657-8575-7a5ed3dc055a 2019-01-03 12:07:03,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:03,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:03,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b3766c3d-0030-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:03,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36947857-ada6-4b17-a134-a65c26d82f28 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b3766c3d-0030-428-proj", "previous": null, "next": null}, "projects": []} 2019-01-03 12:07:03,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-b3766c3d-0030-428-proj used request id req-36947857-ada6-4b17-a134-a65c26d82f28 2019-01-03 12:07:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:03,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3cc85e-c3b1-4819-923d-58224c6bbce4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:07:03,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-bb3cc85e-c3b1-4819-923d-58224c6bbce4 2019-01-03 12:07:03,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}}' 2019-01-03 12:07:03,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:07:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba78ddc-513c-49ec-a282-d033679b9203 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:03,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-6ba78ddc-513c-49ec-a282-d033679b9203 2019-01-03 12:07:03,707 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-b3766c3d-0030-428-proj 2019-01-03 12:07:03,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:03,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:04,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:07:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["J0VjD4PjS52wtK6eMstdcw"], "issued_at": "2019-01-03T12:07:04.000000Z"}} 2019-01-03 12:07:04,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200f2bf1ff4b112f3020e836063c2a525820a" 2019-01-03 12:07:04,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6ff839-ba9d-4fce-9f28-c0cacb718708 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:04,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-5a6ff839-ba9d-4fce-9f28-c0cacb718708 2019-01-03 12:07:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:04,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:04,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200f2bf1ff4b112f3020e836063c2a525820a" 2019-01-03 12:07:04,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497835ec-4746-49c1-aa6f-aa321bcc8836 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:07:04,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-497835ec-4746-49c1-aa6f-aa321bcc8836 2019-01-03 12:07:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-b3766c3d-0030-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200f2bf1ff4b112f3020e836063c2a525820a" 2019-01-03 12:07:04,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f839cd-b283-4633-950d-7a1e1cd7aa2e Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-b3766c3d-0030-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}]} 2019-01-03 12:07:04,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?name=AnsibleProvisioningTests-b3766c3d-0030-428-proj used request id req-d4f839cd-b283-4633-950d-7a1e1cd7aa2e 2019-01-03 12:07:04,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200f2bf1ff4b112f3020e836063c2a525820a" 2019-01-03 12:07:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbe6d2a-558e-4363-bc1f-4bd2b112aa04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains?name=Default", "previous": null, "next": null}} 2019-01-03 12:07:04,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains?name=Default used request id req-7bbe6d2a-558e-4363-bc1f-4bd2b112aa04 2019-01-03 12:07:04,850 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-b3766c3d-0030-428-user 2019-01-03 12:07:04,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:04,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:04,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc727a35-a39f-48f1-9812-7537f1e279a9 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:07:04,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-fc727a35-a39f-48f1-9812-7537f1e279a9 2019-01-03 12:07:04,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" -d '{"role": {"name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}}' 2019-01-03 12:07:05,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa3f820e-7a5f-49cb-a7e3-fa609dec6212 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97b740fc454b469bada6812354e79cba", "links": {"self": "http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba"}, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}} 2019-01-03 12:07:05,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-aa3f820e-7a5f-49cb-a7e3-fa609dec6212 2019-01-03 12:07:05,066 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-b3766c3d-0030-428-proj-role 2019-01-03 12:07:05,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:05,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4512062e-e6ff-40a6-96b4-a6b6bd0bbcf8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba"}, "domain_id": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role", "id": "97b740fc454b469bada6812354e79cba"}} 2019-01-03 12:07:05,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba used request id req-4512062e-e6ff-40a6-96b4-a6b6bd0bbcf8 2019-01-03 12:07:05,086 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-b3766c3d-0030-428-proj-role to project AnsibleProvisioningTests-b3766c3d-0030-428-proj 2019-01-03 12:07:05,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433/users/16bba3b4cf2a45428264575249776aab/roles/97b740fc454b469bada6812354e79cba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:07:05,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:07:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a01523ca-93df-41b3-afa3-150aca5ab43d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:07:05,217 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433/users/16bba3b4cf2a45428264575249776aab/roles/97b740fc454b469bada6812354e79cba used request id req-a01523ca-93df-41b3-afa3-150aca5ab43d 2019-01-03 12:07:05,218 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:07:05,220 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2019-01-03 12:07:05,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:05,221 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:05,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["-DatUPr1Q8WqF2yzkSQlHQ"], "issued_at": "2019-01-03T12:07:05.000000Z"}} 2019-01-03 12:07:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:05,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da83526c-902b-4ee2-ab53-5075c756e11d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:05,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-da83526c-902b-4ee2-ab53-5075c756e11d 2019-01-03 12:07:05,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:05,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-0271483b-ccd9-452b-8702-e661040c6f4e Date: Thu, 03 Jan 2019 12:07:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image"} 2019-01-03 12:07:05,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image used request id req-0271483b-ccd9-452b-8702-e661040c6f4e 2019-01-03 12:07:05,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:06,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c803bd92-d56d-4f41-b66a-2c9462b0f0b3 Date: Thu, 03 Jan 2019 12:07:06 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2019-01-03 12:07:06,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c803bd92-d56d-4f41-b66a-2c9462b0f0b3 2019-01-03 12:07:06,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image"}' 2019-01-03 12:07:06,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 X-Openstack-Request-Id: req-6e31a524-3265-4b1b-873d-7807ce82d741 Date: Thu, 03 Jan 2019 12:07:06 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:07:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2019-01-03T12:07:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "min_disk": 0, "protected": false, "id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "file": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file", "checksum": null, "owner": "3d9ef65dfb2448aba6f3150acdab9433", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:07:06,238 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-6e31a524-3265-4b1b-873d-7807ce82d741 2019-01-03 12:07:06,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" -d '' 2019-01-03 12:07:13,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d88ed7d5-dee7-40a2-a0ae-66596a9005fb Date: Thu, 03 Jan 2019 12:07:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:07:13,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file used request id req-d88ed7d5-dee7-40a2-a0ae-66596a9005fb 2019-01-03 12:07:13,437 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-03 12:07:13,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:13,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d4efb5fd-b044-47af-afa2-04687d54862f Date: Thu, 03 Jan 2019 12:07:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:07:06Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:07:13Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "metadata": {}}], "self": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "min_disk": 0, "protected": false, "id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "file": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "3d9ef65dfb2448aba6f3150acdab9433", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:07:13,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 used request id req-d4efb5fd-b044-47af-afa2-04687d54862f 2019-01-03 12:07:13,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:14,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c6e0b60f-2340-4bc0-b75b-ae1c7e805be8 Date: Thu, 03 Jan 2019 12:07: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"}}} 2019-01-03 12:07:14,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-c6e0b60f-2340-4bc0-b75b-ae1c7e805be8 2019-01-03 12:07:14,153 - create_image - INFO - Created image with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image 2019-01-03 12:07:14,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:07:14,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-12a13c43-2be1-4385-b10f-e936082853a5 Date: Thu, 03 Jan 2019 12:07:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:07:06Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:07:13Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "metadata": {}}], "self": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "min_disk": 0, "protected": false, "id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "file": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "3d9ef65dfb2448aba6f3150acdab9433", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2019-01-03 12:07:14,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 used request id req-12a13c43-2be1-4385-b10f-e936082853a5 2019-01-03 12:07:14,314 - create_image - DEBUG - Instance status is - active 2019-01-03 12:07:14,314 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image 2019-01-03 12:07:14,314 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image 2019-01-03 12:07:14,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:14,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:14,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["TMXg05X1Tj2ZrmD4IzF3DQ"], "issued_at": "2019-01-03T12:07:14.000000Z"}} 2019-01-03 12:07:14,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:14,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344dcfbf-4eee-4297-ba63-80165135ff29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:14,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-344dcfbf-4eee-4297-ba63-80165135ff29 2019-01-03 12:07:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:14,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c328a52a-57a3-434c-a4d6-c2b504733ee0 Date: Thu, 03 Jan 2019 12:07:14 GMT RESP BODY: {"networks":[]} 2019-01-03 12:07:14,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-c328a52a-57a3-434c-a4d6-c2b504733ee0 2019-01-03 12:07:14,939 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net 2019-01-03 12:07:14,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" -d '{"network": {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net", "admin_state_up": true}}' 2019-01-03 12:07:15,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-8ce6f8b7-80c2-44c1-aa8e-a4ff6b2fac2b Date: Thu, 03 Jan 2019 12:07:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T12:07:15Z","is_default":false,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","mtu":1450}} 2019-01-03 12:07:15,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks used request id req-8ce6f8b7-80c2-44c1-aa8e-a4ff6b2fac2b 2019-01-03 12:07:15,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:15,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-c5be097e-80d1-4bcf-aa67-ad29904855e2 Date: Thu, 03 Jan 2019 12:07: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":"2019-01-03T12:07:15Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:15,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-c5be097e-80d1-4bcf-aa67-ad29904855e2 2019-01-03 12:07:15,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:15,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f2ff7e14-4e26-46fc-b6cc-a817fa6073bf Date: Thu, 03 Jan 2019 12:07:15 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:07:15,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-f2ff7e14-4e26-46fc-b6cc-a817fa6073bf 2019-01-03 12:07:15,915 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet 2019-01-03 12:07:15,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" -d '{"subnets": [{"ip_version": 4, "network_id": "c6a2277d-7716-445f-a09a-9ebb670dea4c", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]}' 2019-01-03 12:07:16,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-69823e4b-caf9-410c-bb45-9b5e3bb7caae Date: Thu, 03 Jan 2019 12:07:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:16,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets used request id req-69823e4b-caf9-410c-bb45-9b5e3bb7caae 2019-01-03 12:07:16,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:16,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-02d8d74a-e69a-409a-b4d0-4c1755e69bbd Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:16,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-02d8d74a-e69a-409a-b4d0-4c1755e69bbd 2019-01-03 12:07:16,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:07:17,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cde5d06b-8fab-4b07-aeb7-5df001eda005 Date: Thu, 03 Jan 2019 12:07:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:17,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-cde5d06b-8fab-4b07-aeb7-5df001eda005 2019-01-03 12:07:17,150 - OpenStackNetwork - DEBUG - Network [c6a2277d-7716-445f-a09a-9ebb670dea4c] created successfully 2019-01-03 12:07:17,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:17,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:17,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["xIP2T520Qaq-HIyh2TQTxg"], "issued_at": "2019-01-03T12:07:17.000000Z"}} 2019-01-03 12:07:17,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:17,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b348adb-a4b2-47db-bd30-d0dcdd0af0f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:17,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-8b348adb-a4b2-47db-bd30-d0dcdd0af0f2 2019-01-03 12:07:17,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:17,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cfa73861-2135-40ab-b8cc-af19b016472c Date: Thu, 03 Jan 2019 12:07:17 GMT RESP BODY: {"routers": []} 2019-01-03 12:07:17,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router&admin_state_up=True used request id req-cfa73861-2135-40ab-b8cc-af19b016472c 2019-01-03 12:07:17,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:17,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:18,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["HPM5KS0XRmSsTkSvH-Dblg"], "issued_at": "2019-01-03T12:07:18.000000Z"}} 2019-01-03 12:07:18,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99565ee1339468bd130b5814d292714aa591fcf3" 2019-01-03 12:07:18,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7316c933-9a55-4647-b77c-71cb5f6c7ae2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:18,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7316c933-9a55-4647-b77c-71cb5f6c7ae2 2019-01-03 12:07:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:18,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b9e48bc2-5518-4b7c-9547-cfd719e7c09c Date: Thu, 03 Jan 2019 12:07:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:07:18,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-b9e48bc2-5518-4b7c-9547-cfd719e7c09c 2019-01-03 12:07:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:18,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e6859f09-abb5-46f0-8814-f2d3a0d222e4 Date: Thu, 03 Jan 2019 12:07:18 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:07:18,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-e6859f09-abb5-46f0-8814-f2d3a0d222e4 2019-01-03 12:07:18,700 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:07:18,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router", "admin_state_up": true}}' 2019-01-03 12:07:23,528 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-d3247866-1c79-4780-a9bf-3e9ae747182a Date: Thu, 03 Jan 2019 12:07:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:19Z", "admin_state_up": true, "updated_at": "2019-01-03T12:07:20Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router"}} 2019-01-03 12:07:23,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers used request id req-d3247866-1c79-4780-a9bf-3e9ae747182a 2019-01-03 12:07:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:23,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-77f066aa-e790-44d5-809b-ba7396122a7b Date: Thu, 03 Jan 2019 12:07:23 GMT RESP BODY: {"ports":[]} 2019-01-03 12:07:23,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd used request id req-77f066aa-e790-44d5-809b-ba7396122a7b 2019-01-03 12:07:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:23,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e9622cfc-a998-40d6-a58a-0fbd30555f7b Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:23,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-e9622cfc-a998-40d6-a58a-0fbd30555f7b 2019-01-03 12:07:23,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:23,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:23,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:24,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c39e6d-cb47-4951-afc9-e99ba96edc2b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:24,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-62c39e6d-cb47-4951-afc9-e99ba96edc2b 2019-01-03 12:07:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:24,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c95d22cb-9e36-4b8e-bb80-1a7002465b9d Date: Thu, 03 Jan 2019 12:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:24,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-c95d22cb-9e36-4b8e-bb80-1a7002465b9d 2019-01-03 12:07:24,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:24,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-09f43d74-1549-4765-83dc-1f65a9636790 Date: Thu, 03 Jan 2019 12:07:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:24,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet used request id req-09f43d74-1549-4765-83dc-1f65a9636790 2019-01-03 12:07:24,365 - OpenStackNetwork - DEBUG - Adding router to subnet... 2019-01-03 12:07:24,365 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:07:24,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" -d '{"subnet_id": "eaef234a-7731-43fb-8357-4ab2ccd1bb45"}' 2019-01-03 12:07:26,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-094e4542-39d7-4dc7-80ee-e9f2867880c0 Date: Thu, 03 Jan 2019 12:07:26 GMT RESP BODY: {"network_id": "c6a2277d-7716-445f-a09a-9ebb670dea4c", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "subnet_id": "eaef234a-7731-43fb-8357-4ab2ccd1bb45", "subnet_ids": ["eaef234a-7731-43fb-8357-4ab2ccd1bb45"], "port_id": "0d17d552-c6c9-4794-ae91-00a2f70d4359", "id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"} 2019-01-03 12:07:26,537 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd/add_router_interface used request id req-094e4542-39d7-4dc7-80ee-e9f2867880c0 2019-01-03 12:07:26,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:26,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-5605c81c-5ebb-4372-bd9e-8661c68e466a Date: Thu, 03 Jan 2019 12:07:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:19Z", "admin_state_up": true, "updated_at": "2019-01-03T12:07:25Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router"}} 2019-01-03 12:07:26,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd used request id req-5605c81c-5ebb-4372-bd9e-8661c68e466a 2019-01-03 12:07:26,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:27,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7006eea8-31e4-4c8a-b5bf-0a2ee096a09d Date: Thu, 03 Jan 2019 12:07:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"}]} 2019-01-03 12:07:27,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd used request id req-7006eea8-31e4-4c8a-b5bf-0a2ee096a09d 2019-01-03 12:07:27,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:07:27,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-6c624e48-5358-4f10-b5d3-6a5b670c91c5 Date: Thu, 03 Jan 2019 12:07:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}} 2019-01-03 12:07:27,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 used request id req-6c624e48-5358-4f10-b5d3-6a5b670c91c5 2019-01-03 12:07:27,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:27,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:27,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "2aca817175ef438fbb85334767ec61a1", "name": "heat_stack_owner"}, {"id": "1d2200031e0b42d6a08db76670165de7", "name": "Member"}], "expires_at": "2019-01-03T13:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5abbdf697ace471d93d3a94548c1f7e9", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/5abbdf697ace471d93d3a94548c1f7e9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "id": "1847a356eeb74ff49a4b93e414c5d023"}, "audit_ids": ["MPpvdRYiTDSvSx64xMBUZA"], "issued_at": "2019-01-03T12:07:27.000000Z"}} 2019-01-03 12:07:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb916aa1572808fe77a5e124076840da7edb516c" 2019-01-03 12:07:27,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1840665b-4616-4074-ac3f-d641a087e304 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:27,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-1840665b-4616-4074-ac3f-d641a087e304 2019-01-03 12:07:27,565 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:07:27,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb916aa1572808fe77a5e124076840da7edb516c" 2019-01-03 12:07:27,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-2d2e58db-a411-4c53-870d-974019f120f1 x-compute-request-id: req-2d2e58db-a411-4c53-870d-974019f120f1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2019-01-03 12:07:27,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2d2e58db-a411-4c53-870d-974019f120f1 2019-01-03 12:07:27,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb916aa1572808fe77a5e124076840da7edb516c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2019-01-03 12:07:27,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-6bffcbc0-eb2c-4588-998e-2e174f5e9eaf x-compute-request-id: req-6bffcbc0-eb2c-4588-998e-2e174f5e9eaf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:07:27,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6bffcbc0-eb2c-4588-998e-2e174f5e9eaf 2019-01-03 12:07:27,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:27,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:28,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["405cDLAhRUGQzk7SDKh5Hw"], "issued_at": "2019-01-03T12:07:28.000000Z"}} 2019-01-03 12:07:28,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493090596083d53152ffe199e4953ecc02bc72bc" 2019-01-03 12:07:28,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e01a4c-e41c-40bf-8293-4d04173d2630 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:28,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-49e01a4c-e41c-40bf-8293-4d04173d2630 2019-01-03 12:07:28,275 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:07:28,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493090596083d53152ffe199e4953ecc02bc72bc" 2019-01-03 12:07:28,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-45513276-a1a1-45b0-84ff-daf14300cc89 x-compute-request-id: req-45513276-a1a1-45b0-84ff-daf14300cc89 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2019-01-03 12:07:28,448 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-45513276-a1a1-45b0-84ff-daf14300cc89 2019-01-03 12:07:28,449 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp... 2019-01-03 12:07:28,449 - OpenStackKeypair - INFO - Creating new keypair 2019-01-03 12:07:28,483 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp 2019-01-03 12:07:28,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493090596083d53152ffe199e4953ecc02bc72bc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+0O0GUU848E4SKJ7s7tBQrQg6R/+cSE3lan+Yix2/PTDAhkF0bWkuM/Oa3jrNsgc0nF3Un82yem6DEPWhXWskeZvbGn2CwbY9JfAyIa4KeLDS3oFkeRYWejTpRbzCovIcoidk78EFYHS7hkd4YpsJl9zyyqA+dIyDaz55LmytkQ==", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp"}}' 2019-01-03 12:07:28,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-3d4a7dcd-5a1f-4392-9f02-847ecc7dcc25 x-compute-request-id: req-3d4a7dcd-5a1f-4392-9f02-847ecc7dcc25 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+0O0GUU848E4SKJ7s7tBQrQg6R/+cSE3lan+Yix2/PTDAhkF0bWkuM/Oa3jrNsgc0nF3Un82yem6DEPWhXWskeZvbGn2CwbY9JfAyIa4KeLDS3oFkeRYWejTpRbzCovIcoidk78EFYHS7hkd4YpsJl9zyyqA+dIyDaz55LmytkQ==", "user_id": "16bba3b4cf2a45428264575249776aab", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "fingerprint": "d5:89:8f:c7:48:21:f3:6d:41:e0:af:bf:b0:4f:1a:0f"}} 2019-01-03 12:07:28,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-3d4a7dcd-5a1f-4392-9f02-847ecc7dcc25 2019-01-03 12:07:28,541 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22.pub 2019-01-03 12:07:28,542 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22 2019-01-03 12:07:28,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:28,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:28,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["BylZB7TIQX6h_bi-roxKPw"], "issued_at": "2019-01-03T12:07:28.000000Z"}} 2019-01-03 12:07:28,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:28,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e105707-21bb-4b09-80d4-155c92d097c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:28,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3e105707-21bb-4b09-80d4-155c92d097c2 2019-01-03 12:07:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:29,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a3b2dad3-5ef8-494c-ab0b-86f2b848ef1f Date: Thu, 03 Jan 2019 12:07:29 GMT RESP BODY: {"security_groups": []} 2019-01-03 12:07:29,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp used request id req-a3b2dad3-5ef8-494c-ab0b-86f2b848ef1f 2019-01-03 12:07:29,175 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp... 2019-01-03 12:07:29,175 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp 2019-01-03 12:07:29,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" -d '{"security_group": {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}}' 2019-01-03 12:07:29,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-a68a98bd-3dcc-4f68-a87c-0c0627a4bc4c Date: Thu, 03 Jan 2019 12:07:29 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 2, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}} 2019-01-03 12:07:29,527 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups used request id req-a68a98bd-3dcc-4f68-a87c-0c0627a4bc4c 2019-01-03 12:07:29,528 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:29,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a5d5213-6d84-4ec6-8816-696e7cdad3d7 Date: Thu, 03 Jan 2019 12:07:29 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": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:29,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-5a5d5213-6d84-4ec6-8816-696e7cdad3d7 2019-01-03 12:07:29,708 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:29,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:29,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a8fb3ce-5862-4a61-bdac-e9facd502f92 Date: Thu, 03 Jan 2019 12:07:29 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": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:29,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-9a8fb3ce-5862-4a61-bdac-e9facd502f92 2019-01-03 12:07:29,882 - neutron_utils - INFO - Retrieving security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:29,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-87e67809-8180-486f-9c5e-19a3ec7f4249 Date: Thu, 03 Jan 2019 12:07:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 2, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}]} 2019-01-03 12:07:30,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-87e67809-8180-486f-9c5e-19a3ec7f4249 2019-01-03 12:07:30,078 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:30,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-db7466c9-0c91-4178-a5ba-4a5c8450b834 Date: Thu, 03 Jan 2019 12:07:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:30,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-db7466c9-0c91-4178-a5ba-4a5c8450b834 2019-01-03 12:07:30,352 - neutron_utils - INFO - Retrieving security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:30,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-211f6232-200c-46b9-b72b-b83443efbfb4 Date: Thu, 03 Jan 2019 12:07:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 2, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}]} 2019-01-03 12:07:30,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-211f6232-200c-46b9-b72b-b83443efbfb4 2019-01-03 12:07:30,404 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36c1641a-2e56-4c03-b746-17948d69abee Date: Thu, 03 Jan 2019 12:07:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:30,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-36c1641a-2e56-4c03-b746-17948d69abee 2019-01-03 12:07:30,569 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp 2019-01-03 12:07:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-129ab829-476d-4aeb-b7d0-65a426ca94d2 Date: Thu, 03 Jan 2019 12:07:30 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 2, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}]} 2019-01-03 12:07:30,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp used request id req-129ab829-476d-4aeb-b7d0-65a426ca94d2 2019-01-03 12:07:30,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:30,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:30,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:30,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456c8a42-051f-43dd-b532-d4b0f6534010 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:30,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-456c8a42-051f-43dd-b532-d4b0f6534010 2019-01-03 12:07:30,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:30,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5af99554-c590-4740-a0b0-59e96ffad096 Date: Thu, 03 Jan 2019 12:07: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": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:31,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-5af99554-c590-4740-a0b0-59e96ffad096 2019-01-03 12:07:31,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}eaca97e592889de2cf63c27839b8d84e62d07b03" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129"}}' 2019-01-03 12:07:31,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7fc2deed-d74f-4665-8c76-f42f4b992714 Date: Thu, 03 Jan 2019 12:07: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": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:31Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "2373389f-80e7-43f1-9626-55d776b11638"}} 2019-01-03 12:07:31,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-7fc2deed-d74f-4665-8c76-f42f4b992714 2019-01-03 12:07:31,223 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp 2019-01-03 12:07:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-1f7ebd4d-6e9b-4f6b-b8cf-f3e871ed91bd Date: Thu, 03 Jan 2019 12:07:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:31Z", "revision_number": 0, "id": "2373389f-80e7-43f1-9626-55d776b11638", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 3, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}]} 2019-01-03 12:07:31,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp used request id req-1f7ebd4d-6e9b-4f6b-b8cf-f3e871ed91bd 2019-01-03 12:07:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee800b6c-49f5-4522-9c65-c6141831ef28 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:31,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-ee800b6c-49f5-4522-9c65-c6141831ef28 2019-01-03 12:07:31,362 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-72382214-ecd8-46d7-95b1-4d9cf53512cd Date: Thu, 03 Jan 2019 12:07:31 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": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:31Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "2373389f-80e7-43f1-9626-55d776b11638"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}]} 2019-01-03 12:07:31,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-72382214-ecd8-46d7-95b1-4d9cf53512cd 2019-01-03 12:07:31,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28: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}eaca97e592889de2cf63c27839b8d84e62d07b03" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129"}}' 2019-01-03 12:07:31,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-b8e302eb-8e27-4843-88c0-0bea0bd5bfdc Date: Thu, 03 Jan 2019 12:07:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": 22, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:31Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "cfb64315-76ae-405a-9ea7-2f473c740a67"}} 2019-01-03 12:07:31,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules used request id req-b8e302eb-8e27-4843-88c0-0bea0bd5bfdc 2019-01-03 12:07:31,690 - neutron_utils - INFO - Retrieving security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:31,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-c4c2463f-05f9-43bf-a450-77d1f0817618 Date: Thu, 03 Jan 2019 12:07:31 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "updated_at": "2019-01-03T12:07:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:31Z", "revision_number": 0, "id": "2373389f-80e7-43f1-9626-55d776b11638", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "30e6b95b-df46-468b-b761-7516ad4239ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "revision_number": 0, "id": "afa4aa73-8ff1-4275-873b-a33510054c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:07:31Z", "revision_number": 0, "id": "cfb64315-76ae-405a-9ea7-2f473c740a67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 4, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "e22556da-1d01-43d8-80af-8c3af50ee129", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}]} 2019-01-03 12:07:31,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-c4c2463f-05f9-43bf-a450-77d1f0817618 2019-01-03 12:07:31,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e22556da-1d01-43d8-80af-8c3af50ee129 2019-01-03 12:07:31,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:07:31,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-78c524d7-00e2-4c9f-b9a4-c4ed95615aab Date: Thu, 03 Jan 2019 12:07:31 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": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:31Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "2373389f-80e7-43f1-9626-55d776b11638"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "30e6b95b-df46-468b-b761-7516ad4239ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:29Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:29Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "afa4aa73-8ff1-4275-873b-a33510054c70"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:07:31Z", "security_group_id": "e22556da-1d01-43d8-80af-8c3af50ee129", "port_range_min": 22, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:31Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "cfb64315-76ae-405a-9ea7-2f473c740a67"}]} 2019-01-03 12:07:31,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-78c524d7-00e2-4c9f-b9a4-c4ed95615aab 2019-01-03 12:07:31,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:31,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:32,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["vddgHBdmRJCnvxPdxRwaSw"], "issued_at": "2019-01-03T12:07:32.000000Z"}} 2019-01-03 12:07:32,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:32,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6992957a-172c-402d-baa3-4fe9bf0c8c4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:32,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-6992957a-172c-402d-baa3-4fe9bf0c8c4f 2019-01-03 12:07:32,378 - nova_utils - DEBUG - Retrieving Nova Client 2019-01-03 12:07:32,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:32,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7142c775-886c-4532-809a-2d31bd887059 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:32,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7142c775-886c-4532-809a-2d31bd887059 2019-01-03 12:07:32,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:32,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-50ed30db-4dfc-42a1-b7d6-319b495188eb Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:32,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-50ed30db-4dfc-42a1-b7d6-319b495188eb 2019-01-03 12:07:32,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:32,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:32,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:32,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d74d6e-d457-41f4-9fd5-02e192a276ea Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:32,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-28d74d6e-d457-41f4-9fd5-02e192a276ea 2019-01-03 12:07:32,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6788ce5-4fe6-4dd1-9064-2748c3526324 Date: Thu, 03 Jan 2019 12:07:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:33,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-b6788ce5-4fe6-4dd1-9064-2748c3526324 2019-01-03 12:07:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bd002dc1-98e7-49bf-9ef9-ff6b9b4d6f19 Date: Thu, 03 Jan 2019 12:07:33 GMT RESP BODY: {"ports":[]} 2019-01-03 12:07:33,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True used request id req-bd002dc1-98e7-49bf-9ef9-ff6b9b4d6f19 2019-01-03 12:07:33,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-e291d07f-a225-4575-b3f5-c8b35ddd538f x-compute-request-id: req-e291d07f-a225-4575-b3f5-c8b35ddd538f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 12:07:33,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst used request id req-e291d07f-a225-4575-b3f5-c8b35ddd538f 2019-01-03 12:07:33,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1512042c-7a66-438d-8f1a-481f0afff093 Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:33,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-1512042c-7a66-438d-8f1a-481f0afff093 2019-01-03 12:07:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85db3a8e-bee0-44b0-a86e-79099fa970ec Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:33,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-85db3a8e-bee0-44b0-a86e-79099fa970ec 2019-01-03 12:07:33,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a8d04df-d85e-45f8-90e5-8c4131c0521e Date: Thu, 03 Jan 2019 12:07:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:33,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-5a8d04df-d85e-45f8-90e5-8c4131c0521e 2019-01-03 12:07:33,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:33,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e5ebd256-ce9c-44f3-8219-2b265356d1d4 Date: Thu, 03 Jan 2019 12:07:33 GMT RESP BODY: {"ports":[]} 2019-01-03 12:07:33,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True used request id req-e5ebd256-ce9c-44f3-8219-2b265356d1d4 2019-01-03 12:07:33,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2019-01-03 12:07:33,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:07:34,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97b740fc454b469bada6812354e79cba", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj-role"}], "expires_at": "2019-01-03T13:07:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d9ef65dfb2448aba6f3150acdab9433", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/3d9ef65dfb2448aba6f3150acdab9433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-b3766c3d-0030-428-user", "id": "16bba3b4cf2a45428264575249776aab"}, "audit_ids": ["9TznxvoJTMKcXA_bUXMPAQ"], "issued_at": "2019-01-03T12:07:34.000000Z"}} 2019-01-03 12:07:34,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7512f046d1f1d69b77a986a841573f1dc653931f" 2019-01-03 12:07:34,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb5066be-0e39-44f8-9cd5-abe12f07438a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:07:34,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-eb5066be-0e39-44f8-9cd5-abe12f07438a 2019-01-03 12:07:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:34,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-897062a6-da8a-46d9-92fc-7f3d27506807 Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:34,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-897062a6-da8a-46d9-92fc-7f3d27506807 2019-01-03 12:07:34,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:34,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-560efd0f-975a-43e6-bd41-a7067e1302b9 Date: Thu, 03 Jan 2019 12:07:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:34,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-560efd0f-975a-43e6-bd41-a7067e1302b9 2019-01-03 12:07:34,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:35,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-49ab08c3-f371-41b0-abe9-0bf5846d2c4b Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:35,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-49ab08c3-f371-41b0-abe9-0bf5846d2c4b 2019-01-03 12:07:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2019-01-03 12:07:35,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:07: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:07:35,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7512f046d1f1d69b77a986a841573f1dc653931f" 2019-01-03 12:07:35,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a01b76b-9d13-4505-b612-8fd5a713da4e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:35,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-1a01b76b-9d13-4505-b612-8fd5a713da4e 2019-01-03 12:07:35,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:35,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-869d41ce-ad1e-4e87-9622-92c5d4937b8e Date: Thu, 03 Jan 2019 12:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:35,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-869d41ce-ad1e-4e87-9622-92c5d4937b8e 2019-01-03 12:07:35,479 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net 2019-01-03 12:07:35,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"port": {"network_id": "c6a2277d-7716-445f-a09a-9ebb670dea4c", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1", "admin_state_up": true}}' 2019-01-03 12:07:36,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-80846ac5-27cf-41d1-9887-efa5c965bbc9 Date: Thu, 03 Jan 2019 12:07:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","qos_policy_id":null,"admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal"}} 2019-01-03 12:07:36,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/ports used request id req-80846ac5-27cf-41d1-9887-efa5c965bbc9 2019-01-03 12:07:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:36,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-27696d7a-4488-46c6-829f-a8fb64984c86 Date: Thu, 03 Jan 2019 12:07: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:07:36,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-27696d7a-4488-46c6-829f-a8fb64984c86 2019-01-03 12:07:36,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:36,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7bc420-43af-459e-abb4-7c473703ed33 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:36,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-6b7bc420-43af-459e-abb4-7c473703ed33 2019-01-03 12:07:36,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:36,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-257307c3-fe89-44af-aa11-ee25caee859a Date: Thu, 03 Jan 2019 12:07:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:07:36,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-257307c3-fe89-44af-aa11-ee25caee859a 2019-01-03 12:07:36,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-50d76712-00d7-4874-b965-a63737227de2 Date: Thu, 03 Jan 2019 12:07:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":""}]} 2019-01-03 12:07:37,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1&admin_state_up=True used request id req-50d76712-00d7-4874-b965-a63737227de2 2019-01-03 12:07:37,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b676d7-674f-4514-bfb4-b0bf356f84a6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:07:37,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-59b676d7-674f-4514-bfb4-b0bf356f84a6 2019-01-03 12:07:37,221 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst 2019-01-03 12:07:37,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-c2c3ecc8-6ad1-43b2-b7ab-1375bf5781c4 x-compute-request-id: req-c2c3ecc8-6ad1-43b2-b7ab-1375bf5781c4 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-flavor-name"}]} 2019-01-03 12:07:37,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-c2c3ecc8-6ad1-43b2-b7ab-1375bf5781c4 2019-01-03 12:07:37,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-417f9af4-df4f-4a54-b81d-90f89bda6b63 x-compute-request-id: req-417f9af4-df4f-4a54-b81d-90f89bda6b63 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:07:37,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7 used request id req-417f9af4-df4f-4a54-b81d-90f89bda6b63 2019-01-03 12:07:37,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-fb377241-b2e4-490c-955f-9d47831a93c3 Date: Thu, 03 Jan 2019 12:07:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image", "tags": [], "container_format": "bare", "created_at": "2019-01-03T12:07:06Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2019-01-03T12:07:13Z", "visibility": "shared", "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "metadata": {}}], "self": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "min_disk": 0, "protected": false, "id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "file": "/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/file", "checksum": "82988902051ff00ce70f6bafb41fe397", "owner": "3d9ef65dfb2448aba6f3150acdab9433", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/ee2e500f-7bf6-4b15-95da-8310f38cff80/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image"} 2019-01-03 12:07:37,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image used request id req-fb377241-b2e4-490c-955f-9d47831a93c3 2019-01-03 12:07:37,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:37,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2af7ab1e-4b74-4913-9b57-d0064c0eb2e1 Date: Thu, 03 Jan 2019 12:07: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"}}} 2019-01-03 12:07:37,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/schemas/image used request id req-2af7ab1e-4b74-4913-9b57-d0064c0eb2e1 2019-01-03 12:07:37,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"server": {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "imageRef": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "flavorRef": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "max_count": 1, "min_count": 1, "networks": [{"port": "df69c769-399a-4408-8ae6-b5b96cb18d11"}]}}' 2019-01-03 12:07:38,673 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-4444495f-a13f-4101-9531-67ce0ab4cde4 x-compute-request-id: req-4444495f-a13f-4101-9531-67ce0ab4cde4 Content-Length: 374 location: http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8939641d-419d-4e13-bc20-8658f466e171", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "adminPass": "uCt49YvMBmgd"}} 2019-01-03 12:07:38,673 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-4444495f-a13f-4101-9531-67ce0ab4cde4 2019-01-03 12:07:38,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:39,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b09c233d-b838-442d-80e6-645a008ab2e7 x-compute-request-id: req-b09c233d-b838-442d-80e6-645a008ab2e7 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.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:39,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-b09c233d-b838-442d-80e6-645a008ab2e7 2019-01-03 12:07:39,414 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst 2019-01-03 12:07:39,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:39,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-772c76a0-049a-4e60-8e2e-0d313660fb63 x-compute-request-id: req-772c76a0-049a-4e60-8e2e-0d313660fb63 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.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:39,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-772c76a0-049a-4e60-8e2e-0d313660fb63 2019-01-03 12:07:39,806 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:39,806 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:07:42,807 - create_instance - DEBUG - VM status query timeout in 896.607236147 2019-01-03 12:07:42,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:43,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-c2944e1c-6205-4c8f-8e62-d447797954d3 x-compute-request-id: req-c2944e1c-6205-4c8f-8e62-d447797954d3 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:43,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-c2944e1c-6205-4c8f-8e62-d447797954d3 2019-01-03 12:07:43,573 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:43,573 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:07:46,577 - create_instance - DEBUG - VM status query timeout in 892.83751297 2019-01-03 12:07:46,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:47,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-c0ada681-d00e-4fe7-ab3f-4932a01444dd x-compute-request-id: req-c0ada681-d00e-4fe7-ab3f-4932a01444dd Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:47,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-c0ada681-d00e-4fe7-ab3f-4932a01444dd 2019-01-03 12:07:47,127 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:47,127 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:07:50,130 - create_instance - DEBUG - VM status query timeout in 889.283738136 2019-01-03 12:07:50,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:50,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-de998a64-fd10-4c4f-bea5-d4d2069bbaaa x-compute-request-id: req-de998a64-fd10-4c4f-bea5-d4d2069bbaaa Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:50,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-de998a64-fd10-4c4f-bea5-d4d2069bbaaa 2019-01-03 12:07:50,786 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:50,786 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:07:53,790 - create_instance - DEBUG - VM status query timeout in 885.624537945 2019-01-03 12:07:53,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:54,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-325ccb59-fec9-46e2-8e1e-f180efc2b32e x-compute-request-id: req-325ccb59-fec9-46e2-8e1e-f180efc2b32e Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:54,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-325ccb59-fec9-46e2-8e1e-f180efc2b32e 2019-01-03 12:07:54,444 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:54,444 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:07:57,448 - create_instance - DEBUG - VM status query timeout in 881.966347933 2019-01-03 12:07:57,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:07:58,636 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:07: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-528285e4-7d4a-4d22-895c-76bbdbd05f0c x-compute-request-id: req-528285e4-7d4a-4d22-895c-76bbdbd05f0c Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:07:58,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-528285e4-7d4a-4d22-895c-76bbdbd05f0c 2019-01-03 12:07:58,637 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:07:58,637 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:01,640 - create_instance - DEBUG - VM status query timeout in 877.774073124 2019-01-03 12:08:01,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:02,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23d43d6e-4d20-4180-a3ec-dffe5c3baead x-compute-request-id: req-23d43d6e-4d20-4180-a3ec-dffe5c3baead Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:02,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-23d43d6e-4d20-4180-a3ec-dffe5c3baead 2019-01-03 12:08:02,297 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:02,297 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:05,300 - create_instance - DEBUG - VM status query timeout in 874.11393404 2019-01-03 12:08:05,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:05,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08970975-8974-40c8-ada6-31472ae6c826 x-compute-request-id: req-08970975-8974-40c8-ada6-31472ae6c826 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:05,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-08970975-8974-40c8-ada6-31472ae6c826 2019-01-03 12:08:05,941 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:05,942 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:08,945 - create_instance - DEBUG - VM status query timeout in 870.469304085 2019-01-03 12:08:08,948 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:09,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb1054f9-2dd6-4054-bcc6-8c680efbb792 x-compute-request-id: req-fb1054f9-2dd6-4054-bcc6-8c680efbb792 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:09,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-fb1054f9-2dd6-4054-bcc6-8c680efbb792 2019-01-03 12:08:09,694 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:09,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:12,697 - create_instance - DEBUG - VM status query timeout in 866.716871023 2019-01-03 12:08:12,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:13,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef3a914d-4c9b-4186-93e8-95fb7d38ab95 x-compute-request-id: req-ef3a914d-4c9b-4186-93e8-95fb7d38ab95 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:13,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-ef3a914d-4c9b-4186-93e8-95fb7d38ab95 2019-01-03 12:08:13,220 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:13,220 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:16,223 - create_instance - DEBUG - VM status query timeout in 863.190588951 2019-01-03 12:08:16,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:17,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-0e93ea4f-29ec-4686-ad01-ce342cb34b0d x-compute-request-id: req-0e93ea4f-29ec-4686-ad01-ce342cb34b0d Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:17,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-0e93ea4f-29ec-4686-ad01-ce342cb34b0d 2019-01-03 12:08:17,019 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:17,019 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:20,022 - create_instance - DEBUG - VM status query timeout in 859.391608953 2019-01-03 12:08:20,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:20,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-39fb4951-372a-4e90-b7ec-d3bf413fff63 x-compute-request-id: req-39fb4951-372a-4e90-b7ec-d3bf413fff63 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:20,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-39fb4951-372a-4e90-b7ec-d3bf413fff63 2019-01-03 12:08:20,653 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:20,653 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:23,657 - create_instance - DEBUG - VM status query timeout in 855.757534981 2019-01-03 12:08:23,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:24,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-9a7e41e6-1dd2-4e49-8d80-265287ed74b0 x-compute-request-id: req-9a7e41e6-1dd2-4e49-8d80-265287ed74b0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:24,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-9a7e41e6-1dd2-4e49-8d80-265287ed74b0 2019-01-03 12:08:24,313 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:24,313 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:27,316 - create_instance - DEBUG - VM status query timeout in 852.09781909 2019-01-03 12:08:27,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:27,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-4465d08f-faaf-4eed-8691-6375e833b453 x-compute-request-id: req-4465d08f-faaf-4eed-8691-6375e833b453 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:27,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-4465d08f-faaf-4eed-8691-6375e833b453 2019-01-03 12:08:27,830 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:27,830 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:30,833 - create_instance - DEBUG - VM status query timeout in 848.581160069 2019-01-03 12:08:30,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:31,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-ccee08fd-39a6-4de1-bd2b-43de8ca8a721 x-compute-request-id: req-ccee08fd-39a6-4de1-bd2b-43de8ca8a721 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:31,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-ccee08fd-39a6-4de1-bd2b-43de8ca8a721 2019-01-03 12:08:31,374 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:31,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:34,377 - create_instance - DEBUG - VM status query timeout in 845.036623001 2019-01-03 12:08:34,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:34,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-1934d609-b498-4cba-9eef-639f2b8fe3e9 x-compute-request-id: req-1934d609-b498-4cba-9eef-639f2b8fe3e9 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:34,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-1934d609-b498-4cba-9eef-639f2b8fe3e9 2019-01-03 12:08:34,758 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:34,758 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:37,761 - create_instance - DEBUG - VM status query timeout in 841.65279007 2019-01-03 12:08:37,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:38,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-2133d2cf-ae70-4041-a9f6-68fa31c31325 x-compute-request-id: req-2133d2cf-ae70-4041-a9f6-68fa31c31325 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:38,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-2133d2cf-ae70-4041-a9f6-68fa31c31325 2019-01-03 12:08:38,425 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:38,426 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:41,429 - create_instance - DEBUG - VM status query timeout in 837.98528409 2019-01-03 12:08:41,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:41,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-d52da733-4907-4c5b-bb91-e313225335ea x-compute-request-id: req-d52da733-4907-4c5b-bb91-e313225335ea Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:41,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-d52da733-4907-4c5b-bb91-e313225335ea 2019-01-03 12:08:41,920 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:41,920 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:44,923 - create_instance - DEBUG - VM status query timeout in 834.490957022 2019-01-03 12:08:44,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:45,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cacb1937-a4c0-4e08-9406-b92d881ea3f2 x-compute-request-id: req-cacb1937-a4c0-4e08-9406-b92d881ea3f2 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:45,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-cacb1937-a4c0-4e08-9406-b92d881ea3f2 2019-01-03 12:08:45,575 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:45,575 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:48,578 - create_instance - DEBUG - VM status query timeout in 830.836081028 2019-01-03 12:08:48,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:49,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6dbfdd09-d9b3-4c89-b525-143b97db893d x-compute-request-id: req-6dbfdd09-d9b3-4c89-b525-143b97db893d Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:49,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-6dbfdd09-d9b3-4c89-b525-143b97db893d 2019-01-03 12:08:49,086 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:49,087 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:52,090 - create_instance - DEBUG - VM status query timeout in 827.324306011 2019-01-03 12:08:52,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:52,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-641263d6-ce79-40cd-a5e5-8e45f5c01dfc x-compute-request-id: req-641263d6-ce79-40cd-a5e5-8e45f5c01dfc Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:52,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-641263d6-ce79-40cd-a5e5-8e45f5c01dfc 2019-01-03 12:08:52,580 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:52,581 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:55,584 - create_instance - DEBUG - VM status query timeout in 823.830261946 2019-01-03 12:08:55,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:55,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-c3de2bf0-60d9-4816-be95-24cd340d6e83 x-compute-request-id: req-c3de2bf0-60d9-4816-be95-24cd340d6e83 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:55,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-c3de2bf0-60d9-4816-be95-24cd340d6e83 2019-01-03 12:08:55,922 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:55,922 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:08:58,925 - create_instance - DEBUG - VM status query timeout in 820.488880157 2019-01-03 12:08:58,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:08:59,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:08: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-5b42efcb-2da7-48cb-a6ef-1f5db6a4358a x-compute-request-id: req-5b42efcb-2da7-48cb-a6ef-1f5db6a4358a Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:08:59,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-5b42efcb-2da7-48cb-a6ef-1f5db6a4358a 2019-01-03 12:08:59,436 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:08:59,436 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:02,439 - create_instance - DEBUG - VM status query timeout in 816.974645138 2019-01-03 12:09:02,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:02,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-124cdcbc-b7a6-4700-8412-afabf47d6b68 x-compute-request-id: req-124cdcbc-b7a6-4700-8412-afabf47d6b68 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:02,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-124cdcbc-b7a6-4700-8412-afabf47d6b68 2019-01-03 12:09:02,917 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:02,917 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:05,921 - create_instance - DEBUG - VM status query timeout in 813.493467093 2019-01-03 12:09:05,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:06,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fc4f778-74ad-46ec-b2db-e849e4111e11 x-compute-request-id: req-1fc4f778-74ad-46ec-b2db-e849e4111e11 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:06,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-1fc4f778-74ad-46ec-b2db-e849e4111e11 2019-01-03 12:09:06,361 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:06,362 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:09,365 - create_instance - DEBUG - VM status query timeout in 810.049248934 2019-01-03 12:09:09,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:09,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09: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-ea89f8e0-a524-4953-8586-ff6f9cf436f7 x-compute-request-id: req-ea89f8e0-a524-4953-8586-ff6f9cf436f7 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:09,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-ea89f8e0-a524-4953-8586-ff6f9cf436f7 2019-01-03 12:09:09,888 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:09,888 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:12,889 - create_instance - DEBUG - VM status query timeout in 806.524867058 2019-01-03 12:09:12,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:13,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09: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-8e9a2113-e418-47aa-8fd5-ff23dde6a8fc x-compute-request-id: req-8e9a2113-e418-47aa-8fd5-ff23dde6a8fc Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:13,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-8e9a2113-e418-47aa-8fd5-ff23dde6a8fc 2019-01-03 12:09:13,243 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:13,243 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:16,246 - create_instance - DEBUG - VM status query timeout in 803.168126106 2019-01-03 12:09:16,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:16,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09: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-09f9dea2-2199-46a7-9721-1bc6c5c6401e x-compute-request-id: req-09f9dea2-2199-46a7-9721-1bc6c5c6401e Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:16,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-09f9dea2-2199-46a7-9721-1bc6c5c6401e 2019-01-03 12:09:16,882 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:16,882 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:19,885 - create_instance - DEBUG - VM status query timeout in 799.529124975 2019-01-03 12:09:19,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:20,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89442927-baf1-4c6f-8002-708620b78a3b x-compute-request-id: req-89442927-baf1-4c6f-8002-708620b78a3b Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:20,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-89442927-baf1-4c6f-8002-708620b78a3b 2019-01-03 12:09:20,564 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:20,564 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:23,567 - create_instance - DEBUG - VM status query timeout in 795.846652985 2019-01-03 12:09:23,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:24,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faa02354-fa4b-41d0-984b-b88b63f7f191 x-compute-request-id: req-faa02354-fa4b-41d0-984b-b88b63f7f191 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:07:40Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:24,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-faa02354-fa4b-41d0-984b-b88b63f7f191 2019-01-03 12:09:24,176 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - BUILD 2019-01-03 12:09:24,176 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:27,179 - create_instance - DEBUG - VM status query timeout in 792.235160112 2019-01-03 12:09:27,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:27,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-ffaf19ba-4fa1-43b9-882f-20722e50dcb8 x-compute-request-id: req-ffaf19ba-4fa1-43b9-882f-20722e50dcb8 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:27,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-ffaf19ba-4fa1-43b9-882f-20722e50dcb8 2019-01-03 12:09:27,370 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:27,370 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:27,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:27,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d1ad7bf0-230d-4277-bb14-f95dca699f3f x-compute-request-id: req-d1ad7bf0-230d-4277-bb14-f95dca699f3f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:27,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-d1ad7bf0-230d-4277-bb14-f95dca699f3f 2019-01-03 12:09:27,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:27,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9bdc5073-6ecb-4803-ab73-0f3bf3253e15 Date: Thu, 03 Jan 2019 12:09:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:27,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-9bdc5073-6ecb-4803-ab73-0f3bf3253e15 2019-01-03 12:09:27,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901557f8-20bc-44a3-89f6-d4f92f15dbd4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:28,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-901557f8-20bc-44a3-89f6-d4f92f15dbd4 2019-01-03 12:09:28,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0013a6ae-50cb-42c3-bb83-7cf373f77bb3 Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:28,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-0013a6ae-50cb-42c3-bb83-7cf373f77bb3 2019-01-03 12:09:28,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-7b75f981-83ee-42df-9578-2d72693ecacd Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:28,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-7b75f981-83ee-42df-9578-2d72693ecacd 2019-01-03 12:09:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-458cb503-5bd5-4de9-9390-c9227ae5cde6 Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:19Z", "admin_state_up": true, "updated_at": "2019-01-03T12:07:25Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router"}]} 2019-01-03 12:09:28,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router used request id req-458cb503-5bd5-4de9-9390-c9227ae5cde6 2019-01-03 12:09:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff1eeab-93b1-4014-8378-b807b0462642 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:28,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-dff1eeab-93b1-4014-8378-b807b0462642 2019-01-03 12:09:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-e6df1929-f341-41da-bb0e-237cb914e035 Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"}]} 2019-01-03 12:09:28,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?device_id=cf7eeb0f-f43a-4878-8f1f-f8161ed551cd used request id req-e6df1929-f341-41da-bb0e-237cb914e035 2019-01-03 12:09:28,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-ddd2b645-f70a-4d5c-99e2-aac32890d5ff Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}} 2019-01-03 12:09:28,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 used request id req-ddd2b645-f70a-4d5c-99e2-aac32890d5ff 2019-01-03 12:09:28,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-72df4401-9dbf-42a0-81c8-a2173f31b377 Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:09:28,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-72df4401-9dbf-42a0-81c8-a2173f31b377 2019-01-03 12:09:28,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:28,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0710a91e-88be-4aff-ac85-ea0561e32e50 Date: Thu, 03 Jan 2019 12:09:28 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:09:28,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-0710a91e-88be-4aff-ac85-ea0561e32e50 2019-01-03 12:09:28,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:29,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82a42e91-1369-4b75-92b3-29d3701f7d4e x-compute-request-id: req-82a42e91-1369-4b75-92b3-29d3701f7d4e Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:29,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-82a42e91-1369-4b75-92b3-29d3701f7d4e 2019-01-03 12:09:29,422 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:29,422 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:29,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-20cc96cc-4a87-42df-9de8-1f0f233ad5f2 x-compute-request-id: req-20cc96cc-4a87-42df-9de8-1f0f233ad5f2 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:30,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-20cc96cc-4a87-42df-9de8-1f0f233ad5f2 2019-01-03 12:09:30,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-357d72f1-a47b-4545-97ea-893f972159b1 Date: Thu, 03 Jan 2019 12:09:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:30,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-357d72f1-a47b-4545-97ea-893f972159b1 2019-01-03 12:09:30,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2299cdfb-c709-4289-bf33-4df9055aca1e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:30,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-2299cdfb-c709-4289-bf33-4df9055aca1e 2019-01-03 12:09:30,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b911f68-9fcc-4c51-89e7-c0dea5b5c0c1 Date: Thu, 03 Jan 2019 12:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:30,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-2b911f68-9fcc-4c51-89e7-c0dea5b5c0c1 2019-01-03 12:09:30,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-d935e6ed-3597-4b1c-a053-09eb366509d3 Date: Thu, 03 Jan 2019 12:09:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:30,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-d935e6ed-3597-4b1c-a053-09eb366509d3 2019-01-03 12:09:30,410 - neutron_utils - INFO - Creating floating ip to external network - external 2019-01-03 12:09:30,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f45e3435-5623-4ab4-82a9-36fdcbb560ed Date: Thu, 03 Jan 2019 12:09:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:09:30,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=external used request id req-f45e3435-5623-4ab4-82a9-36fdcbb560ed 2019-01-03 12:09:30,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:30,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-363403f7-fc67-4368-8280-586194e4273e Date: Thu, 03 Jan 2019 12:09:30 GMT RESP BODY: {"subnets":[]} 2019-01-03 12:09:30,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=d031bf89-00a9-445a-9c57-38f1941ff76d used request id req-363403f7-fc67-4368-8280-586194e4273e 2019-01-03 12:09:30,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "port_id": "df69c769-399a-4408-8ae6-b5b96cb18d11"}}' 2019-01-03 12:09:32,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-cd2d3f3c-de54-4da3-b5ae-1dd6ef6370cc Date: Thu, 03 Jan 2019 12:09:32 GMT RESP BODY: {"floatingip": {"router_id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:09:31Z", "updated_at": "2019-01-03T12:09:31Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_id": "df69c769-399a-4408-8ae6-b5b96cb18d11", "id": "e0746fea-dc1c-4bcf-b653-872b3ae660dd"}} 2019-01-03 12:09:32,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips used request id req-cd2d3f3c-de54-4da3-b5ae-1dd6ef6370cc 2019-01-03 12:09:32,334 - create_instance - INFO - Created floating IP 172.30.9.203 via router - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:09:32,335 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2019-01-03 12:09:32,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:32,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-5e5f9366-e250-46ea-a3f4-0f5ae81a851a x-compute-request-id: req-5e5f9366-e250-46ea-a3f4-0f5ae81a851a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:32,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-5e5f9366-e250-46ea-a3f4-0f5ae81a851a 2019-01-03 12:09:32,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:09:33,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-47086481-9b99-462e-af6d-44d846372e85 x-compute-request-id: req-47086481-9b99-462e-af6d-44d846372e85 Content-Encoding: gzip Content-Length: 10436 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-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 s84096 r8192 d22400 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 7fc0fc80\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-163-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.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008014] AppArmor: AppArmor initialized\n[ 0.008837] Yama: becoming mindful.\n[ 0.010048] 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.013391] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014622] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016118] Initializing cgroup subsys memory\n[ 0.016992] Initializing cgroup subsys devices\n[ 0.017873] Initializing cgroup subsys freezer\n[ 0.018744] Initializing cgroup subsys blkio\n[ 0.019585] Initializing cgroup subsys perf_event\n[ 0.020004] Initializing cgroup subsys hugetlb\n[ 0.021623] mce: CPU supports 10 MCE banks\n[ 0.022466] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.022466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.025036] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.026602] Speculative Store Bypass: Vulnerable\n[ 0.028654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.033487] ACPI: Core revision 20131115\n[ 0.034711] ACPI: All ACPI Tables successfully acquired\n[ 0.035856] ftrace: allocating 28753 entries in 113 pages\n[ 0.056037] smpboot: Max logical packages: 2\n[ 0.056888] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.058075] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.059433] Enabling x2apic\n[ 0.060000] Enabled x2apic\n[ 0.060003] Switched APIC routing to physical x2apic.\n[ 0.061882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.063083] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.065564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.071292] KVM setup paravirtual spinlock\n[ 0.073081] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.074420] x86: Booting SMP configuration:\n[ 0.075313] .... node #0, CPUs: #1[ 0.073073] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.088016] x86: Booted up 1 node, 2 CPUs\n[ 0.088011] KVM setup async PF for cpu 1\n[ 0.088011] kvm-stealtime: cpu 1, msr 7fd0fc80\n[ 0.090704] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.092177] devtmpfs: initialized\n[ 0.094259] EVM: security.selinux\n[ 0.094966] EVM: security.SMACK64\n[ 0.095662] EVM: security.ima\n[ 0.096005] EVM: security.capability\n[ 0.096766] pinctrl core: initialized pinctrl subsystem\n[ 0.097753] regulator-dummy: no parameters\n[ 0.098631] RTC time: 12:09:25, date: 01/03/19\n[ 0.100025] NET: Registered protocol family 16\n[ 0.100960] cpuidle: using governor ladder\n[ 0.101782] cpuidle: using governor menu\n[ 0.102638] ACPI: bus type PCI registered\n[ 0.103451] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.104078] PCI: Using configuration type 1 for base access\n[ 0.105588] bio: create slab at 0\n[ 0.105588] ACPI: Added _OSI(Module Device)\n[ 0.105588] ACPI: Added _OSI(Processor Device)\n[ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.108906] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.111267] ACPI: Interpreter enabled\n[ 0.112005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.113865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.115727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.117202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.119054] ACPI: (supports S0 S5)\n[ 0.119760] ACPI: Using IOAPIC for interrupt routing\n[ 0.120013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.121906] ACPI: No dock devices found.\n[ 0.124305] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.125446] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.126673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.128016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.130226] acpiphp: Slot [3] registered\n[ 0.131029] acpiphp: Slot [4] registered\n[ 0.131829] acpiphp: Slot [5] registered\n[ 0.132017] acpiphp: Slot [6] registered\n[ 0.132816] acpiphp: Slot [7] registered\n[ 0.133617] acpiphp: Slot [8] registered\n[ 0.134412] acpiphp: Slot [9] registered\n[ 0.135211] acpiphp: Slot [10] registered\n[ 0.136020] acpiphp: Slot [11] registered\n[ 0.136827] acpiphp: Slot [12] registered\n[ 0.137636] acpiphp: Slot [13] registered\n[ 0.138446] acpiphp: Slot [14] registered\n[ 0.139253] acpiphp: Slot [15] registered\n[ 0.140016] acpiphp: Slot [16] registered\n[ 0.140825] acpiphp: Slot [17] registered\n[ 0.141636] acpiphp: Slot [18] registered\n[ 0.142456] acpiphp: Slot [19] registered\n[ 0.143270] acpiphp: Slot [20] registered\n[ 0.144017] acpiphp: Slot [21] registered\n[ 0.144823] acpiphp: Slot [22] registered\n[ 0.145641] acpiphp: Slot [23] registered\n[ 0.146454] acpiphp: Slot [24] registered\n[ 0.147266] acpiphp: Slot [25] registered\n[ 0.148016] acpiphp: Slot [26] registered\n[ 0.148831] acpiphp: Slot [27] registered\n[ 0.149643] acpiphp: Slot [28] registered\n[ 0.150470] acpiphp: Slot [29] registered\n[ 0.151285] acpiphp: Slot [30] registered\n[ 0.152018] acpiphp: Slot [31] registered\n[ 0.152826] PCI host bridge to bus 0000:00\n[ 0.153634] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.154665] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.155792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.156003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.157234] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.171490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.216933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.218982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220373] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.221816] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223231] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224431] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225590] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225590] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228612] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229746] SCSI subsystem initialized\n[ 0.230549] ACPI: bus type USB registered\n[ 0.230549] usbcore: registered new interface driver usbfs\n[ 0.232008] usbcore: registered new interface driver hub\n[ 0.233034] usbcore: registered new device driver usb\n[ 0.233034] PCI: Using ACPI for IRQ routing\n[ 0.233034] NetLabel: Initializing\n[ 0.233746] NetLabel: domain hash size = 128\n[ 0.236003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.236968] NetLabel: unlabeled traffic allowed by default\n[ 0.238025] Switched to clocksource kvm-clock\n[ 0.240738] AppArmor: AppArmor Filesystem Enabled\n[ 0.241690] pnp: PnP ACPI init\n[ 0.242361] ACPI: bus type PNP registered\n[ 0.243528] pnp: PnP ACPI: found 8 devices\n[ 0.244362] ACPI: bus type PNP unregistered\n[ 0.251078] NET: Registered protocol family 2\n[ 0.252104] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.253571] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.254805] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.256381] TCP: reno registered\n[ 0.257077] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.258200] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.259419] NET: Registered protocol family 1\n[ 0.260302] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.261414] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.262501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.284148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.306127] Trying to unpack rootfs image as initramfs...\n[ 0.386165] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.387881] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389019] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.390176] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.391859] Scanning for low memory corruption every 60 seconds\n[ 0.393195] Initialise system trusted keyring\n[ 0.394106] audit: initializing netlink socket (disabled)\n[ 0.395134] type=2000 audit(1546517365.896:1): initialized\n[ 0.412840] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.414665] zbud: loaded\n[ 0.415466] VFS: Disk quotas dquot_6.5.2\n[ 0.416299] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.417779] fuse init (API version 7.22)\n[ 0.418651] msgmni has been set to 3997\n[ 0.419476] Key type big_key registered\n[ 0.420497] Key type asymmetric registered\n[ 0.421318] Asymmetric key parser 'x509' registered\n[ 0.422271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.423787] io scheduler noop registered\n[ 0.424599] io scheduler deadline registered (default)\n[ 0.425594] io scheduler cfq registered\n[ 0.426415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.427462] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.428695] ipmi message handler version 39.2\n[ 0.429601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.431053] ACPI: Power Button [PWRF]\n[ 0.431883] GHES: HEST is not enabled!\n[ 0.453086] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.495897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.497658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.521629] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.523621] Linux agpgart interface v0.103\n[ 0.525064] brd: module loaded\n[ 0.526029] loop: module loaded\n[ 0.526960] blk-mq: CPU -> queue map\n[ 0.527700] CPU 0 -> Queue 0\n[ 0.528355] CPU 1 -> Queue 0\n[ 0.529476] vda: vda1\n[ 0.531216] scsi0 : ata_piix\n[ 0.531964] scsi1 : ata_piix\n[ 0.532671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.533914] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.535297] libphy: Fixed MDIO Bus: probed\n[ 0.536217] tun: Universal TUN/TAP device driver, 1.6\n[ 0.537220] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.539001] PPP generic driver version 2.4.2\n[ 0.539913] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.541212] ehci-pci: EHCI PCI platform driver\n[ 0.542108] ehci-platform: EHCI generic platform driver\n[ 0.543109] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.544257] ohci-pci: OHCI PCI platform driver\n[ 0.545149] ohci-platform: OHCI generic platform driver\n[ 0.546150] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.568214] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.569220] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.570754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.571893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.573132] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.574577] usb usb1: Product: UHCI Host Controller\n[ 0.575529] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd\n[ 0.576720] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.577712] hub 1-0:1.0: USB hub found\n[ 0.578563] hub 1-0:1.0: 2 ports detected\n[ 0.579474] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.581590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.582545] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.583610] mousedev: PS/2 mouse device common for all mice\n[ 0.584870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.586723] rtc_cmos 00:00: RTC can wake from S4\n[ 0.587843] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.589062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.590291] device-mapper: uevent: version 1.0.3\n[ 0.591247] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.592871] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.594047] TCP: cubic registered\n[ 0.594799] NET: Registered protocol family 10\n[ 0.595777] NET: Registered protocol family 17\n[ 0.596670] Key type dns_resolver registered\n[ 0.597661] Loading compiled-in X.509 certificates\n[ 0.599098] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c'\n[ 0.600901] registered taskstats version 1\n[ 0.603042] Key type trusted registered\n[ 0.605966] Key type encrypted registered\n[ 0.606790] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.607812] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.609166] regulator-dummy: disabling\n[ 0.609986] Magic number: 3:82:177\n[ 0.610759] acpi device:0d: hash matches\n[ 0.618463] rtc_cmos 00:00: setting system clock to 2019-01-03 12:09:25 UTC (1546517365)\n[ 0.620081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.621199] EDD information not available.\n[ 0.692877] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.694429] Write protecting the kernel read-only data: 12288k\n[ 0.695775] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000)\n[ 0.698351] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.709547] systemd-udevd[107]: starting version 204\n[ 0.760360] FDC 0 is a S82078B\n[ 0.888044] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.049079] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.050311] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.051586] usb 1-1: Product: QEMU USB Tablet\n[ 1.052449] usb 1-1: Manufacturer: QEMU\n[ 1.053220] usb 1-1: SerialNumber: 42\n[ 1.384073] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.768831] 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.996201] 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.123928] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.212460] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:09:27 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.71]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.45]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:09:28 +0000. Up 3.58 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.7 | 255.255.255.0 | fa:16:3e:12:02:26 |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nbc:ec:07:04:e2:03:77:11:bf:4c:e1:65:11:c4:bc:c7 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| oo.+*o |\n| . o oo +o |\n| + o .+ o |\n| o +... E |\n| . .S . |\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:\n7e:37:5f:7a:af:a0:93:b5:40:36:0d:49:46:03:df:39 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .+=. |\n| ooo . |\n| .oE |\n| + .. |\n| So . |\n| . . . |\n| . .++. .|\n| .oo.+ o.|\n| .. +oo|\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:\n2b:c6:f9:d8:5f:67:45:70:b0:a2:51:76:54:d7:dd:bf root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o.=oB|\n| o . +=|\n| . . . o|\n| o . ..|\n| S . o|\n| . . . E |\n| = . . o |\n| . = . o |\n| . o.. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n77:6e:bc:22:56:eb:eb:00:45:7e:81:38:ea:3c:55:d1 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o+. |\n| ooo E. |\n| . oo . |\n| . .. . |\n| o .. S . . |\n| + . ..+ |\n| . .. .+ |\n| o.o. . |\n| . ++o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:09:31 +0000. Up 6.37 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 * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:09:32 +0000. Up 7.23 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 | d5:89:8f:c7:48:21:f3:6d:41:e0:af:bf:b0:4f:1a:0f | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 7e:37:5f:7a:af:a0:93:b5:40:36:0d:49:46:03:df:39 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (DSA)\nec2: 256 2b:c6:f9:d8:5f:67:45:70:b0:a2:51:76:54:d7:dd:bf root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (ECDSA)\nec2: 256 77:6e:bc:22:56:eb:eb:00:45:7e:81:38:ea:3c:55:d1 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (ED25519)\nec2: 2048 bc:ec:07:04:e2:03:77:11:bf:4c:e1:65:11:c4:bc:c7 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSWX2yBfZuFcvCB08R59OSOEj5uOyJAOVRiDGO9uI7jekp1no40WD8P0ap1CcBGAXDunQ60kC4pOAIjrp7UI2k= root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKP6w6SmybsTCvLEJUIgafbtKAlKz3n1JC+EXmRshHgA root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCd5l3uMQZ7Sc/HOo/7+XjIvsyYXd8JmukW7HklynbXjMAORP6xLvafFPd+Q6bH/+zHi948u58Zv9Opdw1sV4UMgksbulszNCeOo3hAjE4jLb/Z0voIP0ZI9YQklNmD3FuYthh5AfxzjiNwJgU8sIcJUf4+5SBznHLESP6YSB4S81ltkzj+1kHMAI2P7tDFVOEStFxl78KaPkjj4owY2h7xpg/CpifW4k+46LnZwUtFCNLGaOB8j7xUxv19oLOIbN0sevC5wp0bDyUjsU2+29i5RNi1zP1IM/Nm8VWowupUaQ8mgyUAJbvZuyYu7aT9hy2WQyns/PPgi1EvQe1mlvUv root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:09:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.30 seconds\nzNCeOo3hAjE4jLb"} 2019-01-03 12:09:33,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action used request id req-47086481-9b99-462e-af6d-44d846372e85 2019-01-03 12:09:33,769 - create_instance_tests - INFO - DHCP lease obtained logged in console 2019-01-03 12:09:33,770 - 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-163-generic (buildd@lgw01-amd64-058) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #213-Ubuntu SMP Thu Nov 15 02:19:07 UTC 2018 (Ubuntu 3.13.0-163.213-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-163-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 s84096 r8192 d22400 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 7fc0fc80 [ 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-163-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.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008014] AppArmor: AppArmor initialized [ 0.008837] Yama: becoming mindful. [ 0.010048] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013391] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014622] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016118] Initializing cgroup subsys memory [ 0.016992] Initializing cgroup subsys devices [ 0.017873] Initializing cgroup subsys freezer [ 0.018744] Initializing cgroup subsys blkio [ 0.019585] Initializing cgroup subsys perf_event [ 0.020004] Initializing cgroup subsys hugetlb [ 0.021623] mce: CPU supports 10 MCE banks [ 0.022466] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.022466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 : Mitigation: Full generic retpoline [ 0.025036] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.026602] Speculative Store Bypass: Vulnerable [ 0.028654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.033487] ACPI: Core revision 20131115 [ 0.034711] ACPI: All ACPI Tables successfully acquired [ 0.035856] ftrace: allocating 28753 entries in 113 pages [ 0.056037] smpboot: Max logical packages: 2 [ 0.056888] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.058075] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.059433] Enabling x2apic [ 0.060000] Enabled x2apic [ 0.060003] Switched APIC routing to physical x2apic. [ 0.061882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.063083] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.065564] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.071292] KVM setup paravirtual spinlock [ 0.073081] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.074420] x86: Booting SMP configuration: [ 0.075313] .... node #0, CPUs: #1[ 0.073073] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.088016] x86: Booted up 1 node, 2 CPUs [ 0.088011] KVM setup async PF for cpu 1 [ 0.088011] kvm-stealtime: cpu 1, msr 7fd0fc80 [ 0.090704] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.092177] devtmpfs: initialized [ 0.094259] EVM: security.selinux [ 0.094966] EVM: security.SMACK64 [ 0.095662] EVM: security.ima [ 0.096005] EVM: security.capability [ 0.096766] pinctrl core: initialized pinctrl subsystem [ 0.097753] regulator-dummy: no parameters [ 0.098631] RTC time: 12:09:25, date: 01/03/19 [ 0.100025] NET: Registered protocol family 16 [ 0.100960] cpuidle: using governor ladder [ 0.101782] cpuidle: using governor menu [ 0.102638] ACPI: bus type PCI registered [ 0.103451] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.104078] PCI: Using configuration type 1 for base access [ 0.105588] bio: create slab at 0 [ 0.105588] ACPI: Added _OSI(Module Device) [ 0.105588] ACPI: Added _OSI(Processor Device) [ 0.108003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.108906] ACPI: Added _OSI(Processor Aggregator Device) [ 0.111267] ACPI: Interpreter enabled [ 0.112005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.113865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.115727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.117202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.119054] ACPI: (supports S0 S5) [ 0.119760] ACPI: Using IOAPIC for interrupt routing [ 0.120013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.121906] ACPI: No dock devices found. [ 0.124305] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.125446] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.126673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.128016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.130226] acpiphp: Slot [3] registered [ 0.131029] acpiphp: Slot [4] registered [ 0.131829] acpiphp: Slot [5] registered [ 0.132017] acpiphp: Slot [6] registered [ 0.132816] acpiphp: Slot [7] registered [ 0.133617] acpiphp: Slot [8] registered [ 0.134412] acpiphp: Slot [9] registered [ 0.135211] acpiphp: Slot [10] registered [ 0.136020] acpiphp: Slot [11] registered [ 0.136827] acpiphp: Slot [12] registered [ 0.137636] acpiphp: Slot [13] registered [ 0.138446] acpiphp: Slot [14] registered [ 0.139253] acpiphp: Slot [15] registered [ 0.140016] acpiphp: Slot [16] registered [ 0.140825] acpiphp: Slot [17] registered [ 0.141636] acpiphp: Slot [18] registered [ 0.142456] acpiphp: Slot [19] registered [ 0.143270] acpiphp: Slot [20] registered [ 0.144017] acpiphp: Slot [21] registered [ 0.144823] acpiphp: Slot [22] registered [ 0.145641] acpiphp: Slot [23] registered [ 0.146454] acpiphp: Slot [24] registered [ 0.147266] acpiphp: Slot [25] registered [ 0.148016] acpiphp: Slot [26] registered [ 0.148831] acpiphp: Slot [27] registered [ 0.149643] acpiphp: Slot [28] registered [ 0.150470] acpiphp: Slot [29] registered [ 0.151285] acpiphp: Slot [30] registered [ 0.152018] acpiphp: Slot [31] registered [ 0.152826] PCI host bridge to bus 0000:00 [ 0.153634] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.154665] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.155792] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.156003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.157234] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.171490] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.172012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.216933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.218982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220373] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.221816] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223231] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224431] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225590] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225590] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228612] vgaarb: bridge control possible 0000:00:02.0 [ 0.229746] SCSI subsystem initialized [ 0.230549] ACPI: bus type USB registered [ 0.230549] usbcore: registered new interface driver usbfs [ 0.232008] usbcore: registered new interface driver hub [ 0.233034] usbcore: registered new device driver usb [ 0.233034] PCI: Using ACPI for IRQ routing [ 0.233034] NetLabel: Initializing [ 0.233746] NetLabel: domain hash size = 128 [ 0.236003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.236968] NetLabel: unlabeled traffic allowed by default [ 0.238025] Switched to clocksource kvm-clock [ 0.240738] AppArmor: AppArmor Filesystem Enabled [ 0.241690] pnp: PnP ACPI init [ 0.242361] ACPI: bus type PNP registered [ 0.243528] pnp: PnP ACPI: found 8 devices [ 0.244362] ACPI: bus type PNP unregistered [ 0.251078] NET: Registered protocol family 2 [ 0.252104] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.253571] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.254805] TCP: Hash tables configured (established 16384 bind 16384) [ 0.256381] TCP: reno registered [ 0.257077] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.258200] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.259419] NET: Registered protocol family 1 [ 0.260302] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.261414] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.262501] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.284148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.306127] Trying to unpack rootfs image as initramfs... [ 0.386165] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.387881] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389019] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.390176] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.391859] Scanning for low memory corruption every 60 seconds [ 0.393195] Initialise system trusted keyring [ 0.394106] audit: initializing netlink socket (disabled) [ 0.395134] type=2000 audit(1546517365.896:1): initialized [ 0.412840] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.414665] zbud: loaded [ 0.415466] VFS: Disk quotas dquot_6.5.2 [ 0.416299] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.417779] fuse init (API version 7.22) [ 0.418651] msgmni has been set to 3997 [ 0.419476] Key type big_key registered [ 0.420497] Key type asymmetric registered [ 0.421318] Asymmetric key parser 'x509' registered [ 0.422271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.423787] io scheduler noop registered [ 0.424599] io scheduler deadline registered (default) [ 0.425594] io scheduler cfq registered [ 0.426415] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.427462] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.428695] ipmi message handler version 39.2 [ 0.429601] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.431053] ACPI: Power Button [PWRF] [ 0.431883] GHES: HEST is not enabled! [ 0.453086] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.495897] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.497658] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.521629] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.523621] Linux agpgart interface v0.103 [ 0.525064] brd: module loaded [ 0.526029] loop: module loaded [ 0.526960] blk-mq: CPU -> queue map [ 0.527700] CPU 0 -> Queue 0 [ 0.528355] CPU 1 -> Queue 0 [ 0.529476] vda: vda1 [ 0.531216] scsi0 : ata_piix [ 0.531964] scsi1 : ata_piix [ 0.532671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.533914] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.535297] libphy: Fixed MDIO Bus: probed [ 0.536217] tun: Universal TUN/TAP device driver, 1.6 [ 0.537220] tun: (C) 1999-2004 Max Krasnyansky [ 0.539001] PPP generic driver version 2.4.2 [ 0.539913] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.541212] ehci-pci: EHCI PCI platform driver [ 0.542108] ehci-platform: EHCI generic platform driver [ 0.543109] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.544257] ohci-pci: OHCI PCI platform driver [ 0.545149] ohci-platform: OHCI generic platform driver [ 0.546150] uhci_hcd: USB Universal Host Controller Interface driver [ 0.568214] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.569220] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.570754] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.571893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.573132] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.574577] usb usb1: Product: UHCI Host Controller [ 0.575529] usb usb1: Manufacturer: Linux 3.13.0-163-generic uhci_hcd [ 0.576720] usb usb1: SerialNumber: 0000:00:01.2 [ 0.577712] hub 1-0:1.0: USB hub found [ 0.578563] hub 1-0:1.0: 2 ports detected [ 0.579474] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.581590] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.582545] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.583610] mousedev: PS/2 mouse device common for all mice [ 0.584870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.586723] rtc_cmos 00:00: RTC can wake from S4 [ 0.587843] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.589062] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.590291] device-mapper: uevent: version 1.0.3 [ 0.591247] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.592871] ledtrig-cpu: registered to indicate activity on CPUs [ 0.594047] TCP: cubic registered [ 0.594799] NET: Registered protocol family 10 [ 0.595777] NET: Registered protocol family 17 [ 0.596670] Key type dns_resolver registered [ 0.597661] Loading compiled-in X.509 certificates [ 0.599098] Loaded X.509 cert 'Magrathea: Glacier signing key: 094079111c1fcc174da628d837dd46328f08651c' [ 0.600901] registered taskstats version 1 [ 0.603042] Key type trusted registered [ 0.605966] Key type encrypted registered [ 0.606790] AppArmor: AppArmor sha1 policy hashing enabled [ 0.607812] IMA: No TPM chip found, activating TPM-bypass! [ 0.609166] regulator-dummy: disabling [ 0.609986] Magic number: 3:82:177 [ 0.610759] acpi device:0d: hash matches [ 0.618463] rtc_cmos 00:00: setting system clock to 2019-01-03 12:09:25 UTC (1546517365) [ 0.620081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.621199] EDD information not available. [ 0.692877] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.694429] Write protecting the kernel read-only data: 12288k [ 0.695775] Freeing unused kernel memory: 672K (ffff880001758000 - ffff880001800000) [ 0.698351] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.709547] systemd-udevd[107]: starting version 204 [ 0.760360] FDC 0 is a S82078B [ 0.888044] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.049079] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.050311] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.051586] usb 1-1: Product: QEMU USB Tablet [ 1.052449] usb 1-1: Manufacturer: QEMU [ 1.053220] usb 1-1: SerialNumber: 42 [ 1.384073] tsc: Refined TSC clocksource calibration: 3491.911 MHz [ 1.768831] 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.996201] 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.123928] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.212460] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:09:27 +0000. Up 2.55 seconds. cloud-init-nonet[2.71]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.45]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:09:28 +0000. Up 3.58 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.7 | 255.255.255.0 | fa:16:3e:12:02:26 | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.3 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: bc:ec:07:04:e2:03:77:11:bf:4c:e1:65:11:c4:bc:c7 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i The key's randomart image is: +--[ RSA 2048]----+ | oo.+*o | | . o oo +o | | + o .+ o | | o +... E | | . .S . | | ... | | 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: 7e:37:5f:7a:af:a0:93:b5:40:36:0d:49:46:03:df:39 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i The key's randomart image is: +--[ DSA 1024]----+ | .+=. | | ooo . | | .oE | | + .. | | So . | | . . . | | . .++. .| | .oo.+ o.| | .. +oo| +-----------------+ 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: 2b:c6:f9:d8:5f:67:45:70:b0:a2:51:76:54:d7:dd:bf root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i The key's randomart image is: +--[ECDSA 256]---+ | o.=oB| | o . +=| | . . . o| | o . ..| | S . o| | . . . E | | = . . o | | . = . o | | . o.. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 77:6e:bc:22:56:eb:eb:00:45:7e:81:38:ea:3c:55:d1 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i The key's randomart image is: +--[ED25519 256--+ | .o+. | | ooo E. | | . oo . | | . .. . | | o .. S . . | | + . ..+ | | . .. .+ | | o.o. . | | . ++o. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:09:31 +0000. Up 6.37 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 ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:09:32 +0000. Up 7.23 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 | d5:89:8f:c7:48:21:f3:6d:41:e0:af:bf:b0:4f:1a:0f | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 7e:37:5f:7a:af:a0:93:b5:40:36:0d:49:46:03:df:39 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (DSA) ec2: 256 2b:c6:f9:d8:5f:67:45:70:b0:a2:51:76:54:d7:dd:bf root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (ECDSA) ec2: 256 77:6e:bc:22:56:eb:eb:00:45:7e:81:38:ea:3c:55:d1 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (ED25519) ec2: 2048 bc:ec:07:04:e2:03:77:11:bf:4c:e1:65:11:c4:bc:c7 root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSWX2yBfZuFcvCB08R59OSOEj5uOyJAOVRiDGO9uI7jekp1no40WD8P0ap1CcBGAXDunQ60kC4pOAIjrp7UI2k= root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKP6w6SmybsTCvLEJUIgafbtKAlKz3n1JC+EXmRshHgA root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCd5l3uMQZ7Sc/HOo/7+XjIvsyYXd8JmukW7HklynbXjMAORP6xLvafFPd+Q6bH/+zHi948u58Zv9Opdw1sV4UMgksbulszNCeOo3hAjE4jLb/Z0voIP0ZI9YQklNmD3FuYthh5AfxzjiNwJgU8sIcJUf4+5SBznHLESP6YSB4S81ltkzj+1kHMAI2P7tDFVOEStFxl78KaPkjj4owY2h7xpg/CpifW4k+46LnZwUtFCNLGaOB8j7xUxv19oLOIbN0sevC5wp0bDyUjsU2+29i5RNi1zP1IM/Nm8VWowupUaQ8mgyUAJbvZuyYu7aT9hy2WQyns/PPgi1EvQe1mlvUv root@ansibleprovisioningtests-71d17a55-e888-4c81-84be-3cdbeccc5a22-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:09:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.30 seconds zNCeOo3hAjE4jLb 2019-01-03 12:09:33,773 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:34,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09: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-a242eeb8-7c54-489a-9fce-52693b25ec98 x-compute-request-id: req-a242eeb8-7c54-489a-9fce-52693b25ec98 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:34,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-a242eeb8-7c54-489a-9fce-52693b25ec98 2019-01-03 12:09:34,326 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:34,326 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:34,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:34,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-7185eccc-66ea-4769-b168-2ae4dd112cab x-compute-request-id: req-7185eccc-66ea-4769-b168-2ae4dd112cab Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:34,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-7185eccc-66ea-4769-b168-2ae4dd112cab 2019-01-03 12:09:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:34,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d5c62958-5c59-4182-9533-abd408a3a154 Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:34,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-d5c62958-5c59-4182-9533-abd408a3a154 2019-01-03 12:09:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd52fd16-de2a-46f9-9b7c-4ae9739d5b55 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:35,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-dd52fd16-de2a-46f9-9b7c-4ae9739d5b55 2019-01-03 12:09:35,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9688ab2-9e0a-4854-a50c-5f3dac117747 Date: Thu, 03 Jan 2019 12:09:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:35,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-c9688ab2-9e0a-4854-a50c-5f3dac117747 2019-01-03 12:09:35,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-abf5fc88-84a4-4e67-a12e-fbf8f7e0fd3d Date: Thu, 03 Jan 2019 12:09:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:35,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-abf5fc88-84a4-4e67-a12e-fbf8f7e0fd3d 2019-01-03 12:09:35,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-58d2cc72-33ae-4703-8fd0-d2662cf8bf81 x-compute-request-id: req-58d2cc72-33ae-4703-8fd0-d2662cf8bf81 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:35,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-58d2cc72-33ae-4703-8fd0-d2662cf8bf81 2019-01-03 12:09:35,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9f7645f5-fe9a-4c13-8ae8-8b4425a57ac4 Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:35,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-9f7645f5-fe9a-4c13-8ae8-8b4425a57ac4 2019-01-03 12:09:35,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829b8f46-772f-41d5-94d9-a9168d18a247 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:35,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-829b8f46-772f-41d5-94d9-a9168d18a247 2019-01-03 12:09:35,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:35,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fbbbfb4d-78ac-4a5c-aa84-65fffb04d1d2 Date: Thu, 03 Jan 2019 12:09:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:35,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-fbbbfb4d-78ac-4a5c-aa84-65fffb04d1d2 2019-01-03 12:09:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:36,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-5bc90d66-1e16-4574-9ae8-c799cc335cd5 Date: Thu, 03 Jan 2019 12:09:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:24Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:36,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-5bc90d66-1e16-4574-9ae8-c799cc335cd5 2019-01-03 12:09:36,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}}' 2019-01-03 12:09:37,083 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:09: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-be02a030-874a-48ac-badd-2d0e7c986803 x-compute-request-id: req-be02a030-874a-48ac-badd-2d0e7c986803 Content-Length: 0 Content-Type: application/json 2019-01-03 12:09:37,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action used request id req-be02a030-874a-48ac-badd-2d0e7c986803 2019-01-03 12:09:37,084 - create_instance - INFO - Checking if VM is active 2019-01-03 12:09:37,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:37,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c15a6b7-ba2b-4ee7-b3c8-ab33887cd296 x-compute-request-id: req-6c15a6b7-ba2b-4ee7-b3c8-ab33887cd296 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:37,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-6c15a6b7-ba2b-4ee7-b3c8-ab33887cd296 2019-01-03 12:09:37,397 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:37,397 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:37,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:37,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1570712a-c65b-4020-90dc-aa8edf26ebf7 x-compute-request-id: req-1570712a-c65b-4020-90dc-aa8edf26ebf7 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:37,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-1570712a-c65b-4020-90dc-aa8edf26ebf7 2019-01-03 12:09:37,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:37,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b5e332dc-5a99-4ec4-97fa-59b801f15f5e Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:37,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-b5e332dc-5a99-4ec4-97fa-59b801f15f5e 2019-01-03 12:09:37,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:38,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1d865c-36f0-443f-bc57-44c78373ecbc Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:38,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-0c1d865c-36f0-443f-bc57-44c78373ecbc 2019-01-03 12:09:38,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:38,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-326825ad-4ae2-4fe4-af89-5a3483df00cb Date: Thu, 03 Jan 2019 12:09:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:38,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-326825ad-4ae2-4fe4-af89-5a3483df00cb 2019-01-03 12:09:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:38,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-f5393950-a7f2-4fe1-9004-9d95dbaf43d4 Date: Thu, 03 Jan 2019 12:09:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3","e22556da-1d01-43d8-80af-8c3af50ee129"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:38,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-f5393950-a7f2-4fe1-9004-9d95dbaf43d4 2019-01-03 12:09:38,197 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:09:39,202 - paramiko.transport - DEBUG - starting thread (client mode): 0x3df82d10L 2019-01-03 12:09:39,202 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:09:39,208 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:09:39,208 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:09:39,209 - 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 2019-01-03 12:09:39,210 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:09:39,210 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:09:39,210 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:09:39,210 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:09:39,210 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:09:39,252 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:09:39,253 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:09:39,267 - paramiko.transport - DEBUG - Trying key d5898fc74821f36d41e0afbfb04f1a0f from tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22 2019-01-03 12:09:39,292 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:09:39,313 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:09:39,414 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:09:39,445 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:09:39,445 - create_instance - INFO - Checking if cloud-init has completed 2019-01-03 12:09:39,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:39,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-352d67b3-22b1-4c18-b5db-7d32c528eb81 x-compute-request-id: req-352d67b3-22b1-4c18-b5db-7d32c528eb81 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:39,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-352d67b3-22b1-4c18-b5db-7d32c528eb81 2019-01-03 12:09:39,949 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:39,949 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:39,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:40,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45099b63-14d2-4213-b34d-f6411834c924 x-compute-request-id: req-45099b63-14d2-4213-b34d-f6411834c924 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:40,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-45099b63-14d2-4213-b34d-f6411834c924 2019-01-03 12:09:40,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:40,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-05628eb1-7fd9-4cff-99b3-79821ff790d1 Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:40,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-05628eb1-7fd9-4cff-99b3-79821ff790d1 2019-01-03 12:09:40,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:40,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e53903-175a-41b7-bd5e-7618f4c4bc20 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:40,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-71e53903-175a-41b7-bd5e-7618f4c4bc20 2019-01-03 12:09:40,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:40,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a66305d-b840-480a-a5a9-17b2fc220ac2 Date: Thu, 03 Jan 2019 12:09:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:40,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-5a66305d-b840-480a-a5a9-17b2fc220ac2 2019-01-03 12:09:40,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:40,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-f9e92540-d5e5-47d9-9492-8ab3753e2db5 Date: Thu, 03 Jan 2019 12:09:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3","e22556da-1d01-43d8-80af-8c3af50ee129"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:40,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-f9e92540-d5e5-47d9-9492-8ab3753e2db5 2019-01-03 12:09:40,656 - create_instance - INFO - Checking if VM is active 2019-01-03 12:09:40,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-beaaea75-1f02-4760-ae6e-1fdcdf372ba3 x-compute-request-id: req-beaaea75-1f02-4760-ae6e-1fdcdf372ba3 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:41,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-beaaea75-1f02-4760-ae6e-1fdcdf372ba3 2019-01-03 12:09:41,149 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:41,149 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:41,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09: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-bcc88d96-88da-4a5c-a6f8-60501b13e4ce x-compute-request-id: req-bcc88d96-88da-4a5c-a6f8-60501b13e4ce Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:41,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-bcc88d96-88da-4a5c-a6f8-60501b13e4ce 2019-01-03 12:09:41,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-046470fd-5007-4f0e-938e-628efe8e545d Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:41,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-046470fd-5007-4f0e-938e-628efe8e545d 2019-01-03 12:09:41,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-402c8ab0-b797-4ffb-8ef6-7ab48104f827 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:41,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-402c8ab0-b797-4ffb-8ef6-7ab48104f827 2019-01-03 12:09:41,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-06be78c6-3c3f-4609-9ea8-17a50d33fcf3 Date: Thu, 03 Jan 2019 12:09:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:41,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-06be78c6-3c3f-4609-9ea8-17a50d33fcf3 2019-01-03 12:09:41,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:41,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-20b139d4-1289-4a23-82e1-2af0910c45cc Date: Thu, 03 Jan 2019 12:09:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3","e22556da-1d01-43d8-80af-8c3af50ee129"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:41,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-20b139d4-1289-4a23-82e1-2af0910c45cc 2019-01-03 12:09:41,836 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:09:41,838 - paramiko.transport - DEBUG - starting thread (client mode): 0x3df82c50L 2019-01-03 12:09:41,839 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:09:41,841 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:09:41,841 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:09:41,843 - 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 2019-01-03 12:09:41,843 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:09:41,843 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:09:41,843 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:09:41,843 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:09:41,843 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:09:41,883 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:09:41,884 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:09:41,903 - paramiko.transport - DEBUG - Trying key d5898fc74821f36d41e0afbfb04f1a0f from tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22 2019-01-03 12:09:41,920 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:09:41,926 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:09:42,026 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:09:42,049 - create_instance - INFO - SSH is active for VM instance 2019-01-03 12:09:42,049 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:09:42,051 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e0123d0L 2019-01-03 12:09:42,051 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:09:42,054 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:09:42,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:09:42,055 - 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 2019-01-03 12:09:42,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:09:42,056 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:09:42,056 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:09:42,056 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:09:42,056 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:09:42,096 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:09:42,096 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:09:42,115 - paramiko.transport - DEBUG - Trying key d5898fc74821f36d41e0afbfb04f1a0f from tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22 2019-01-03 12:09:42,136 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:09:42,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:09:42,148 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:09:42,372 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:09:42,373 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:09:42,382 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:09:42,391 - create_instance - INFO - cloud-init complete for VM instance 2019-01-03 12:09:42,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:42,396 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:09:42,399 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:09:42,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ff79440-d5b6-4254-bb42-32f71b827764 x-compute-request-id: req-2ff79440-d5b6-4254-bb42-32f71b827764 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:42,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-2ff79440-d5b6-4254-bb42-32f71b827764 2019-01-03 12:09:42,887 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:42,887 - create_instance - INFO - VM is - ACTIVE 2019-01-03 12:09:42,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:43,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab823ba9-1dec-4926-8f9f-a28117dbce2e x-compute-request-id: req-ab823ba9-1dec-4926-8f9f-a28117dbce2e Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:43,363 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-ab823ba9-1dec-4926-8f9f-a28117dbce2e 2019-01-03 12:09:43,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:43,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-1c85266e-69af-4f13-9f39-0a63e1461392 Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:43,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-1c85266e-69af-4f13-9f39-0a63e1461392 2019-01-03 12:09:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:43,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a74dc4-2a8e-4e63-b621-23062fc56ff6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:43,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-36a74dc4-2a8e-4e63-b621-23062fc56ff6 2019-01-03 12:09:43,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:43,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d7544999-cb49-46a9-b230-f07ff7b08dac Date: Thu, 03 Jan 2019 12:09:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:43,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-d7544999-cb49-46a9-b230-f07ff7b08dac 2019-01-03 12:09:43,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:43,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-a2da0c26-5c66-4f70-a4bf-c70e01e97710 Date: Thu, 03 Jan 2019 12:09:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3","e22556da-1d01-43d8-80af-8c3af50ee129"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:43,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-a2da0c26-5c66-4f70-a4bf-c70e01e97710 2019-01-03 12:09:43,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:44,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-3e8e24c7-9f5a-465a-99f2-4dff16389ba0 x-compute-request-id: req-3e8e24c7-9f5a-465a-99f2-4dff16389ba0 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:44,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-3e8e24c7-9f5a-465a-99f2-4dff16389ba0 2019-01-03 12:09:44,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:44,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-2caafa92-8155-4b76-812d-c6129c2e5c7d Date: Thu, 03 Jan 2019 12:09: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":["eaef234a-7731-43fb-8357-4ab2ccd1bb45"],"updated_at":"2019-01-03T12:07:16Z","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net"}]} 2019-01-03 12:09:44,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks?name=AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net used request id req-2caafa92-8155-4b76-812d-c6129c2e5c7d 2019-01-03 12:09:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:44,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7a5d62-257c-440c-9715-fee4adfb21da Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:09:44,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-6b7a5d62-257c-440c-9715-fee4adfb21da 2019-01-03 12:09:44,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:44,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b623b010-7008-4e1b-9aab-26b3360468bf Date: Thu, 03 Jan 2019 12:09:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","dns_nameservers":[],"updated_at":"2019-01-03T12:07:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3d9ef65dfb2448aba6f3150acdab9433","id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","subnetpool_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet"}]} 2019-01-03 12:09:44,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-b623b010-7008-4e1b-9aab-26b3360468bf 2019-01-03 12:09:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:44,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-8625a794-062c-4439-9840-bdbdeb66b38f Date: Thu, 03 Jan 2019 12:09:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.1"}],"id":"0d17d552-c6c9-4794-ae91-00a2f70d4359","security_groups":[],"mac_address":"fa:16:3e:65:70:a1","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:25Z","binding:vnic_type":"normal","device_id":"cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.4"}],"id":"2c4f6f30-5a7c-4fd2-a574-601d407bad30","security_groups":[],"mac_address":"fa:16:3e:ec:06:bf","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.2"}],"id":"659b9805-10ae-4714-92a0-8023de23304c","security_groups":[],"mac_address":"fa:16:3e:eb:c4:79","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:07:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.3"}],"id":"99ddecc2-be09-4ba2-b093-4813d706241b","security_groups":[],"mac_address":"fa:16:3e:d3:48:fc","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c6a2277d-7716-445f-a09a-9ebb670dea4c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:09:36Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"eaef234a-7731-43fb-8357-4ab2ccd1bb45","ip_address":"10.55.1.7"}],"id":"df69c769-399a-4408-8ae6-b5b96cb18d11","security_groups":["7b68e5c0-77b2-4539-99d0-f83bef2529d3","e22556da-1d01-43d8-80af-8c3af50ee129"],"mac_address":"fa:16:3e:12:02:26","project_id":"3d9ef65dfb2448aba6f3150acdab9433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1","admin_state_up":true,"network_id":"c6a2277d-7716-445f-a09a-9ebb670dea4c","tenant_id":"3d9ef65dfb2448aba6f3150acdab9433","created_at":"2019-01-03T12:07:35Z","binding:vnic_type":"normal","device_id":"8939641d-419d-4e13-bc20-8658f466e171"}]} 2019-01-03 12:09:44,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports?network_id=c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-8625a794-062c-4439-9840-bdbdeb66b38f 2019-01-03 12:09:44,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}}' 2019-01-03 12:09:45,207 - novaclient.v2.client - DEBUG - RESP: [400] Date: Thu, 03 Jan 2019 12:09:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51d82438-7678-4448-af5e-6dbeec0f6889 x-compute-request-id: req-51d82438-7678-4448-af5e-6dbeec0f6889 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: 'e22556da-1d01-43d8-80af-8c3af50ee129'.\nNeutron server returns request_ids: ['req-2543359f-f9a4-4fef-8801-35620aec8b9b']", "code": 400}} 2019-01-03 12:09:45,208 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171/action used request id req-51d82438-7678-4448-af5e-6dbeec0f6889 2019-01-03 12:09:45,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:45,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-06ec92a2-68a9-4f19-b092-4a73fe1d1864 x-compute-request-id: req-06ec92a2-68a9-4f19-b092-4a73fe1d1864 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp"}], "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:25Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:45,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-06ec92a2-68a9-4f19-b092-4a73fe1d1864 2019-01-03 12:09:45,541 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp] already added to VM [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] 2019-01-03 12:09:45,546 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2019-01-03 12:09:45,548 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2019-01-03 12:09:46,928 - ansible_utils - DEBUG - Retrieving SSH client 2019-01-03 12:09:46,930 - paramiko.transport - DEBUG - starting thread (client mode): 0x3deab9d0L 2019-01-03 12:09:46,931 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:09:46,934 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.11 2019-01-03 12:09:46,934 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2019-01-03 12:09:46,935 - 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 2019-01-03 12:09:46,935 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:09:46,936 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:09:46,936 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:09:46,936 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:09:46,936 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:09:46,976 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:09:46,976 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:09:46,996 - paramiko.transport - DEBUG - Trying key d5898fc74821f36d41e0afbfb04f1a0f from tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22 2019-01-03 12:09:47,016 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:09:47,023 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:09:47,028 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:09:47,247 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:09:47,248 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:09:47,262 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:09:47,285 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:09:47,285 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:09:47,386 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:09:47,400 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2019-01-03 12:09:47,401 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2019-01-03 12:09:47,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/floatingips/e0746fea-dc1c-4bcf-b653-872b3ae660dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:48,444 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-667ec728-fe64-4c8e-a12b-933e53e78430 Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:48,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/e0746fea-dc1c-4bcf-b653-872b3ae660dd used request id req-667ec728-fe64-4c8e-a12b-933e53e78430 2019-01-03 12:09:48,444 - create_instance - INFO - Deleting Port with ID - df69c769-399a-4408-8ae6-b5b96cb18d11 2019-01-03 12:09:48,444 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-port-1 2019-01-03 12:09:48,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/ports/df69c769-399a-4408-8ae6-b5b96cb18d11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:49,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d42b3cd5-0427-43fe-b048-6f23adba8e1b Date: Thu, 03 Jan 2019 12:09:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:49,041 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/ports/df69c769-399a-4408-8ae6-b5b96cb18d11 used request id req-d42b3cd5-0427-43fe-b048-6f23adba8e1b 2019-01-03 12:09:49,042 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst 2019-01-03 12:09:49,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:49,176 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-378bcf97-a6ba-41c0-8153-ec518493b7ae x-compute-request-id: req-378bcf97-a6ba-41c0-8153-ec518493b7ae Content-Type: application/json 2019-01-03 12:09:49,176 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-378bcf97-a6ba-41c0-8153-ec518493b7ae 2019-01-03 12:09:49,177 - create_instance - INFO - Checking deletion status 2019-01-03 12:09:49,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:49,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-b641fc07-9724-4408-a60d-bc41f6a803d3 x-compute-request-id: req-b641fc07-9724-4408-a60d-bc41f6a803d3 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:02:26", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/8939641d-419d-4e13-bc20-8658f466e171", "rel": "bookmark"}], "image": {"id": "ee2e500f-7bf6-4b15-95da-8310f38cff80", "links": [{"href": "http://172.30.9.28:8774/images/ee2e500f-7bf6-4b15-95da-8310f38cff80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:09:24.000000", "flavor": {"id": "ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "links": [{"href": "http://172.30.9.28:8774/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7", "rel": "bookmark"}]}, "id": "8939641d-419d-4e13-bc20-8658f466e171", "user_id": "16bba3b4cf2a45428264575249776aab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:09:49Z", "hostId": "554b43e4cc0f0bef3977733089e32abd607b78835fba4f2ce41e1c96", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp", "name": "AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst", "created": "2019-01-03T12:07:38Z", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2019-01-03 12:09:49,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-b641fc07-9724-4408-a60d-bc41f6a803d3 2019-01-03 12:09:49,625 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst] is - ACTIVE 2019-01-03 12:09:49,625 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2019-01-03 12:09:52,628 - create_instance - DEBUG - VM status query timeout in 296.548957109 2019-01-03 12:09:52,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f02c3359f13c4394389f44e4fba90978e27e72b" 2019-01-03 12:09:52,677 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 03 Jan 2019 12:09: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-f932a5f5-edb1-4707-8f93-b48f1e385f1c x-compute-request-id: req-f932a5f5-edb1-4707-8f93-b48f1e385f1c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8939641d-419d-4e13-bc20-8658f466e171 could not be found.", "code": 404}} 2019-01-03 12:09:52,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/8939641d-419d-4e13-bc20-8658f466e171 used request id req-f932a5f5-edb1-4707-8f93-b48f1e385f1c 2019-01-03 12:09:52,678 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8939641d-419d-4e13-bc20-8658f466e171 could not be found. (HTTP 404) (Request-ID: req-f932a5f5-edb1-4707-8f93-b48f1e385f1c) 2019-01-03 12:09:52,678 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-inst 2019-01-03 12:09:52,679 - neutron_utils - INFO - Deleting security group rule with ID - cfb64315-76ae-405a-9ea7-2f473c740a67 2019-01-03 12:09:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/cfb64315-76ae-405a-9ea7-2f473c740a67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:09:52,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d63f6ab8-0613-4616-b3ef-f5a83e478e95 Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:52,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/cfb64315-76ae-405a-9ea7-2f473c740a67 used request id req-d63f6ab8-0613-4616-b3ef-f5a83e478e95 2019-01-03 12:09:52,931 - neutron_utils - INFO - Deleting security group rule with ID - afa4aa73-8ff1-4275-873b-a33510054c70 2019-01-03 12:09:52,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/afa4aa73-8ff1-4275-873b-a33510054c70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:09:53,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4550294-eb4b-4ec0-9054-1b38ae2bb227 Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:53,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/afa4aa73-8ff1-4275-873b-a33510054c70 used request id req-a4550294-eb4b-4ec0-9054-1b38ae2bb227 2019-01-03 12:09:53,226 - neutron_utils - INFO - Deleting security group rule with ID - 30e6b95b-df46-468b-b761-7516ad4239ba 2019-01-03 12:09:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/30e6b95b-df46-468b-b761-7516ad4239ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:09:53,858 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e706d7e-f0a3-454d-8255-8b6849c31ab8 Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:53,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/30e6b95b-df46-468b-b761-7516ad4239ba used request id req-1e706d7e-f0a3-454d-8255-8b6849c31ab8 2019-01-03 12:09:53,859 - neutron_utils - INFO - Deleting security group rule with ID - 2373389f-80e7-43f1-9626-55d776b11638 2019-01-03 12:09:53,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-group-rules/2373389f-80e7-43f1-9626-55d776b11638 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:09:53,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3222cef7-12dd-417c-b649-4252fe304f5a Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:53,962 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-group-rules/2373389f-80e7-43f1-9626-55d776b11638 used request id req-3222cef7-12dd-417c-b649-4252fe304f5a 2019-01-03 12:09:53,962 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-sec-grp 2019-01-03 12:09:53,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/e22556da-1d01-43d8-80af-8c3af50ee129 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaca97e592889de2cf63c27839b8d84e62d07b03" 2019-01-03 12:09:54,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ffa3e708-8da8-4d13-b472-c5a672eeaa54 Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:54,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/e22556da-1d01-43d8-80af-8c3af50ee129 used request id req-ffa3e708-8da8-4d13-b472-c5a672eeaa54 2019-01-03 12:09:54,122 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp 2019-01-03 12:09:54,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493090596083d53152ffe199e4953ecc02bc72bc" 2019-01-03 12:09:54,161 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:09: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-e1bb0e0a-703b-4db1-96ab-112107f318a4 x-compute-request-id: req-e1bb0e0a-703b-4db1-96ab-112107f318a4 Content-Length: 0 Content-Type: application/json 2019-01-03 12:09:54,161 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-kp used request id req-e1bb0e0a-703b-4db1-96ab-112107f318a4 2019-01-03 12:09:54,162 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22.pub] 2019-01-03 12:09:54,162 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22] 2019-01-03 12:09:54,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb916aa1572808fe77a5e124076840da7edb516c" 2019-01-03 12:09:54,225 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:09: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-f73a3722-8fae-4f7f-a4e7-8a67a6a8738f x-compute-request-id: req-f73a3722-8fae-4f7f-a4e7-8a67a6a8738f Content-Length: 0 Content-Type: application/json 2019-01-03 12:09:54,225 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/ac6ca4ce-8d94-4a68-9b16-e6bc255c1cc7 used request id req-f73a3722-8fae-4f7f-a4e7-8a67a6a8738f 2019-01-03 12:09:54,226 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router and subnet AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet 2019-01-03 12:09:54,226 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:09:54,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" -d '{"subnet_id": "eaef234a-7731-43fb-8357-4ab2ccd1bb45"}' 2019-01-03 12:09:55,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4ccd712e-df9b-4621-a20b-5c71611b2d22 Date: Thu, 03 Jan 2019 12:09:55 GMT RESP BODY: {"network_id": "c6a2277d-7716-445f-a09a-9ebb670dea4c", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "subnet_id": "eaef234a-7731-43fb-8357-4ab2ccd1bb45", "subnet_ids": ["eaef234a-7731-43fb-8357-4ab2ccd1bb45"], "port_id": "0d17d552-c6c9-4794-ae91-00a2f70d4359", "id": "cf7eeb0f-f43a-4878-8f1f-f8161ed551cd"} 2019-01-03 12:09:55,701 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd/remove_router_interface used request id req-4ccd712e-df9b-4621-a20b-5c71611b2d22 2019-01-03 12:09:55,701 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:09:55,701 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-router 2019-01-03 12:09:55,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af33cfa20d7709042c4085776d3aeb00810712b7" 2019-01-03 12:09:59,390 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-182a7566-178a-4f2e-8479-6a2ec1527c3b Content-Length: 0 Date: Thu, 03 Jan 2019 12:09:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:09:59,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/cf7eeb0f-f43a-4878-8f1f-f8161ed551cd used request id req-182a7566-178a-4f2e-8479-6a2ec1527c3b 2019-01-03 12:09:59,391 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet 2019-01-03 12:09:59,391 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-subnet 2019-01-03 12:09:59,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:10:01,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d3257086-adbe-414a-bc8d-f6741af75219 Date: Thu, 03 Jan 2019 12:10:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:10:01,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/eaef234a-7731-43fb-8357-4ab2ccd1bb45 used request id req-d3257086-adbe-414a-bc8d-f6741af75219 2019-01-03 12:10:01,592 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22-pub-net 2019-01-03 12:10:01,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/networks/c6a2277d-7716-445f-a09a-9ebb670dea4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0682e80c6c74d4a8d5825c3dac1bc89ed77cba5c" 2019-01-03 12:10:02,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a325e07-0baa-4669-bea2-5306ea9a6d83 Date: Thu, 03 Jan 2019 12:10:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:10:02,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/c6a2277d-7716-445f-a09a-9ebb670dea4c used request id req-6a325e07-0baa-4669-bea2-5306ea9a6d83 2019-01-03 12:10:02,928 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-71d17a55-e888-4c81-84be-3cdbeccc5a22--image 2019-01-03 12:10:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7129feb9a1dc645958a42015080518602ccf117f" 2019-01-03 12:10:03,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-456415c9-8764-4295-a63f-99e0b6989a8d Date: Thu, 03 Jan 2019 12:10:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:10:03,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/ee2e500f-7bf6-4b15-95da-8310f38cff80 used request id req-456415c9-8764-4295-a63f-99e0b6989a8d 2019-01-03 12:10:03,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:03,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-86f5709c-5c0f-4a72-b2f6-8d249a5d60d7 Date: Thu, 03 Jan 2019 12:10:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:15Z", "updated_at": "2019-01-03T12:07:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "revision_number": 0, "id": "6653a6a2-f7f8-4fa2-aa9a-b8cc9bfa1c0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "revision_number": 0, "id": "8cbf758e-da62-4ae0-b8f7-1a71da4888ab", "remote_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv4", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "revision_number": 0, "id": "d3983c2a-34c7-4ef9-af8b-4037a0152b92", "remote_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "revision_number": 0, "id": "d6fb2bf7-304b-45c2-aa2b-c36bcb0c7672", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "port_range_min": null, "ethertype": "IPv6", "project_id": "3d9ef65dfb2448aba6f3150acdab9433"}], "revision_number": 4, "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:10:03,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups?name=default used request id req-86f5709c-5c0f-4a72-b2f6-8d249a5d60d7 2019-01-03 12:10:03,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:03,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220eae4f-9e84-4e5e-acb6-a2464de58d47 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}} 2019-01-03 12:10:03,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e used request id req-220eae4f-9e84-4e5e-acb6-a2464de58d47 2019-01-03 12:10:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09410529-c467-471c-9e77-ad73d50ac587 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433"}, "enabled": true, "id": "3d9ef65dfb2448aba6f3150acdab9433", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-b3766c3d-0030-428-proj"}} 2019-01-03 12:10:04,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-09410529-c467-471c-9e77-ad73d50ac587 2019-01-03 12:10:04,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b68e5c0-77b2-4539-99d0-f83bef2529d3 2019-01-03 12:10:04,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7b68e5c0-77b2-4539-99d0-f83bef2529d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c53e7ef4-75ba-4c48-8475-85b8a79be971 Date: Thu, 03 Jan 2019 12:10: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": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:15Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "6653a6a2-f7f8-4fa2-aa9a-b8cc9bfa1c0b"}, {"remote_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:15Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "8cbf758e-da62-4ae0-b8f7-1a71da4888ab"}, {"remote_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:15Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "d3983c2a-34c7-4ef9-af8b-4037a0152b92"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:07:15Z", "security_group_id": "7b68e5c0-77b2-4539-99d0-f83bef2529d3", "port_range_min": null, "revision_number": 0, "tenant_id": "3d9ef65dfb2448aba6f3150acdab9433", "created_at": "2019-01-03T12:07:15Z", "project_id": "3d9ef65dfb2448aba6f3150acdab9433", "id": "d6fb2bf7-304b-45c2-aa2b-c36bcb0c7672"}]} 2019-01-03 12:10:04,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-group-rules?security_group_id=7b68e5c0-77b2-4539-99d0-f83bef2529d3 used request id req-c53e7ef4-75ba-4c48-8475-85b8a79be971 2019-01-03 12:10:04,200 - neutron_utils - INFO - Deleting security group with name - default 2019-01-03 12:10:04,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:9696/v2.0/security-groups/7b68e5c0-77b2-4539-99d0-f83bef2529d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,544 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e259c02-1e54-4389-af5c-df9292c8936b Content-Length: 0 Date: Thu, 03 Jan 2019 12:10:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:10:04,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/7b68e5c0-77b2-4539-99d0-f83bef2529d3 used request id req-0e259c02-1e54-4389-af5c-df9292c8936b 2019-01-03 12:10:04,546 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-b3766c3d-0030-428-proj 2019-01-03 12:10:04,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25cc53a0-336d-4ad6-8365-99dfa2ca4aaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:04,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/3d9ef65dfb2448aba6f3150acdab9433 used request id req-25cc53a0-336d-4ad6-8365-99dfa2ca4aaf 2019-01-03 12:10:04,758 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-b3766c3d-0030-428-proj-role 2019-01-03 12:10:04,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-262dbcd4-63c7-4b88-9e72-7d46e19660d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:04,880 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/97b740fc454b469bada6812354e79cba used request id req-262dbcd4-63c7-4b88-9e72-7d46e19660d4 2019-01-03 12:10:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}383cf51e2b4d5425ac07f9fd97ba8ae2de0580cf" 2019-01-03 12:10:04,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253c22d9-e320-41f1-bac8-286af2041d92 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:04,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-253c22d9-e320-41f1-bac8-286af2041d92 2019-01-03 12:10:04,970 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-b3766c3d-0030-428-user 2019-01-03 12:10:04,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.28:5000/v3/users/16bba3b4cf2a45428264575249776aab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200f2bf1ff4b112f3020e836063c2a525820a" 2019-01-03 12:10:05,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5718f82a-f1cc-4f34-93ae-008d49b8593a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:05,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/16bba3b4cf2a45428264575249776aab used request id req-5718f82a-f1cc-4f34-93ae-008d49b8593a 2019-01-03 12:10:05,143 - 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 3461.226s OK 2019-01-03 12:10:05,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 12:10:05,309 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:41 | PASS | +---------------------+------------------+------------------+----------------+ 2019-01-03 12:10:05,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:05,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:05,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef2eb28-15c7-44bb-8702-85acecd789d4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "2aca817175ef438fbb85334767ec61a1", "links": {"self": "http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:05,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-2ef2eb28-15c7-44bb-8702-85acecd789d4 2019-01-03 12:10:05,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0863718986511s 2019-01-03 12:10:05,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 12:10:05,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:05,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-252ea9dd-f7a0-4c22-8e66-98ca8fe1b9da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:05,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/2aca817175ef438fbb85334767ec61a1 used request id req-252ea9dd-f7a0-4c22-8e66-98ca8fe1b9da 2019-01-03 12:10:05,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.154610157013s 2019-01-03 12:10:05,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:10:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:05,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c906cfe7-355f-4300-8192-81f02795c5e5 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403", "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "domain_id": "default", "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:10:05,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c906cfe7-355f-4300-8192-81f02795c5e5 2019-01-03 12:10:05,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924298763275s 2019-01-03 12:10:05,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-c906cfe7-355f-4300-8192-81f02795c5e5 2019-01-03 12:10:05,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:10:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:05,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b380e1-5d06-46d8-a12f-90e3e6a82a64 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023"}, "enabled": true, "id": "1847a356eeb74ff49a4b93e414c5d023", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_a2f6726b-4140-4f96-8185-902182773403"}} 2019-01-03 12:10:05,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 used request id req-67b380e1-5d06-46d8-a12f-90e3e6a82a64 2019-01-03 12:10:05,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101666927338s 2019-01-03 12:10:05,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 used request id req-67b380e1-5d06-46d8-a12f-90e3e6a82a64 2019-01-03 12:10:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 12:10:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:05,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e94d399c-4890-4376-a0a6-7339101c064d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:05,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 used request id req-e94d399c-4890-4376-a0a6-7339101c064d 2019-01-03 12:10:05,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.191674947739s 2019-01-03 12:10:05,953 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/1847a356eeb74ff49a4b93e414c5d023 used request id req-e94d399c-4890-4376-a0a6-7339101c064d 2019-01-03 12:10:05,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:10:05,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-154cbdab-4930-45ab-b14b-1d1019c54d4a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9"}, "enabled": true, "id": "5abbdf697ace471d93d3a94548c1f7e9", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_a2f6726b-4140-4f96-8185-902182773403"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:10:06,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-154cbdab-4930-45ab-b14b-1d1019c54d4a 2019-01-03 12:10:06,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0804059505463s 2019-01-03 12:10:06,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-154cbdab-4930-45ab-b14b-1d1019c54d4a 2019-01-03 12:10:06,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 12:10:06,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe35c58-5949-49be-934c-a6de9ed6b151 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:06,195 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-8fe35c58-5949-49be-934c-a6de9ed6b151 2019-01-03 12:10:06,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157446861267s 2019-01-03 12:10:06,195 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/5abbdf697ace471d93d3a94548c1f7e9 used request id req-8fe35c58-5949-49be-934c-a6de9ed6b151 2019-01-03 12:10:06,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5371994-ee41-492f-8415-dcadef96687d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1d2200031e0b42d6a08db76670165de7", "links": {"self": "http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:06,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d5371994-ee41-492f-8415-dcadef96687d 2019-01-03 12:10:06,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857760906219s 2019-01-03 12:10:06,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 12:10:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-801abb40-db47-4cb0-a3e0-5158dbc45649 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:06,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/1d2200031e0b42d6a08db76670165de7 used request id req-801abb40-db47-4cb0-a3e0-5158dbc45649 2019-01-03 12:10:06,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10026216507s 2019-01-03 12:10:06,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:10:06,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5abbdf697ace471d93d3a94548c1f7e9&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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-2b549f7d-2456-446e-ade7-c4cca3266cf8 Date: Thu, 03 Jan 2019 12:10:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}]} 2019-01-03 12:10:06,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5abbdf697ace471d93d3a94548c1f7e9&name=default used request id req-2b549f7d-2456-446e-ade7-c4cca3266cf8 2019-01-03 12:10:06,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212905883789s 2019-01-03 12:10:06,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=5abbdf697ace471d93d3a94548c1f7e9&name=default used request id req-2b549f7d-2456-446e-ade7-c4cca3266cf8 2019-01-03 12:10:06,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:10:06,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:06,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6e70ed0b-9b36-4f69-ad0a-d69aefff383b Date: Thu, 03 Jan 2019 12:10:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "created_at": "2019-01-03T11:12:33Z", "updated_at": "2019-01-03T11:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "bf132a79-79ff-4be7-a5b9-8b0fc2fd7842", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "1dd41a37-684e-4672-a221-08f273d76fcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "aa2765e6-120d-42e5-8b47-df6ea81685b8", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv6", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T11:12:33Z", "revision_number": 0, "id": "90faa2e2-57e1-4885-a237-0354fccba013", "remote_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "remote_ip_prefix": null, "created_at": "2019-01-03T11:12:33Z", "security_group_id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "tenant_id": "5abbdf697ace471d93d3a94548c1f7e9", "port_range_min": null, "ethertype": "IPv4", "project_id": "5abbdf697ace471d93d3a94548c1f7e9"}], "revision_number": 4, "project_id": "5abbdf697ace471d93d3a94548c1f7e9", "id": "b248fbb6-1b3f-4836-851c-d4287ae3eb69", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:10:06,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6e70ed0b-9b36-4f69-ad0a-d69aefff383b 2019-01-03 12:10:06,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193004131317s 2019-01-03 12:10:06,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-6e70ed0b-9b36-4f69-ad0a-d69aefff383b 2019-01-03 12:10:06,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 12:10:06,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/b248fbb6-1b3f-4836-851c-d4287ae3eb69.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f70c779bbd9766f57152005beb85fa413c26a91" 2019-01-03 12:10:07,199 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2a80059-b482-4333-8cd0-6c7505a6b653 Content-Length: 0 Date: Thu, 03 Jan 2019 12:10:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:10:07,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b248fbb6-1b3f-4836-851c-d4287ae3eb69.json used request id req-a2a80059-b482-4333-8cd0-6c7505a6b653 2019-01-03 12:10:07,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.394162893295s 2019-01-03 12:10:07,200 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/b248fbb6-1b3f-4836-851c-d4287ae3eb69.json used request id req-a2a80059-b482-4333-8cd0-6c7505a6b653 2019-01-03 12:10:07,256 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:10:07,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:10:07,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 12:10:07,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 12:10:07,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:10:07,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72693a1a-f56e-4579-b015-6fba306734ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:10:07,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-72693a1a-f56e-4579-b015-6fba306734ac 2019-01-03 12:10:07,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:10:07,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T13:10:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["9tJ1pk7xRF-3F047Yn0FRg"], "issued_at": "2019-01-03T12:10:07.000000Z"}} 2019-01-03 12:10:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:10:07,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:07,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2be7d48a-031f-4000-a038-4072c3954f90 Date: Thu, 03 Jan 2019 12:10:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 12:10:07,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2be7d48a-031f-4000-a038-4072c3954f90 2019-01-03 12:10:07,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24587893486s 2019-01-03 12:10:07,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2be7d48a-031f-4000-a038-4072c3954f90 2019-01-03 12:10:07,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 12:10:07,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:07,955 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:10:07,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c65766a-105d-4f92-be43-1fd053b21911 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 12:10:08,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-5c65766a-105d-4f92-be43-1fd053b21911 2019-01-03 12:10:08,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0954029560089s 2019-01-03 12:10:08,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 12:10:08,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}}' 2019-01-03 12:10:08,150 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88f12e25-b7c6-4ef2-bcf0-14a324a57307 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.28:5000/v3/projects/94ec473ec6a341e3b835474850183724"}, "enabled": true, "id": "94ec473ec6a341e3b835474850183724", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}} 2019-01-03 12:10:08,150 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-88f12e25-b7c6-4ef2-bcf0-14a324a57307 2019-01-03 12:10:08,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107218980789s 2019-01-03 12:10:08,151 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-88f12e25-b7c6-4ef2-bcf0-14a324a57307 2019-01-03 12:10:08,151 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330', 'id': u'94ec473ec6a341e3b835474850183724', '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'})}) 2019-01-03 12:10:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 12:10:08,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.377292871475s 2019-01-03 12:10:08,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e4df12-e538-416d-9b7c-833b3c979a7a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330"}} 2019-01-03 12:10:08,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 used request id req-50e4df12-e538-416d-9b7c-833b3c979a7a 2019-01-03 12:10:08,627 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7dd3af2129f34e52b63968413ce29ad4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330'}) 2019-01-03 12:10:08,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:08,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc53004-7c41-4f9c-a6f3-597329be106e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:08,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5fc53004-7c41-4f9c-a6f3-597329be106e 2019-01-03 12:10:08,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0159170627594s 2019-01-03 12:10:08,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:08,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9febe67-44a8-489f-a638-d31a2a2a7d15 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:08,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a9febe67-44a8-489f-a638-d31a2a2a7d15 2019-01-03 12:10:08,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0919699668884s 2019-01-03 12:10:08,737 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 12:10:08,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 12:10:08,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"role": {"name": "Member"}}' 2019-01-03 12:10:08,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36694f69-aa2d-4fab-9a92-8b98797c14d4 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}} 2019-01-03 12:10:08,833 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-36694f69-aa2d-4fab-9a92-8b98797c14d4 2019-01-03 12:10:08,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0957419872284s 2019-01-03 12:10:08,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5370dfc-8e21-4544-af03-067ceffa2368 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "domain_id": null, "name": "Member", "id": "9a312e900fa9464f99b8e1ba5e9b5cfe"}} 2019-01-03 12:10:08,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe used request id req-b5370dfc-8e21-4544-af03-067ceffa2368 2019-01-03 12:10:08,918 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe'}, 'domain_id': None, 'human_id': None, 'id': u'9a312e900fa9464f99b8e1ba5e9b5cfe', 'HUMAN_ID': False}) 2019-01-03 12:10:08,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:08,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c79c59-db04-4502-865c-ecebf6d368b8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:08,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d7c79c59-db04-4502-865c-ecebf6d368b8 2019-01-03 12:10:08,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755908489227s 2019-01-03 12:10:08,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 12:10:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50f53735-f860-4b1d-866d-4e8e392b387a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 12:10:09,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-50f53735-f860-4b1d-866d-4e8e392b387a 2019-01-03 12:10:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0788989067078s 2019-01-03 12:10:09,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:10:09,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e5fd370-ae9e-458d-92e1-b2ff29fb6bbe Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330", "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "domain_id": "default", "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:10:09,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2e5fd370-ae9e-458d-92e1-b2ff29fb6bbe 2019-01-03 12:10:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100416898727s 2019-01-03 12:10:09,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2e5fd370-ae9e-458d-92e1-b2ff29fb6bbe 2019-01-03 12:10:09,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:10:09,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7583bd-e82c-402d-9dff-824fbd2cf9ab Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724"}, "enabled": true, "id": "94ec473ec6a341e3b835474850183724", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:10:09,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-3f7583bd-e82c-402d-9dff-824fbd2cf9ab 2019-01-03 12:10:09,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0785660743713s 2019-01-03 12:10:09,262 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-3f7583bd-e82c-402d-9dff-824fbd2cf9ab 2019-01-03 12:10:09,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 12:10:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=9a312e900fa9464f99b8e1ba5e9b5cfe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04980106-fa90-4dc0-9e05-071c64368988 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=9a312e900fa9464f99b8e1ba5e9b5cfe", "previous": null, "next": null}} 2019-01-03 12:10:09,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=9a312e900fa9464f99b8e1ba5e9b5cfe used request id req-04980106-fa90-4dc0-9e05-071c64368988 2019-01-03 12:10:09,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797989368439s 2019-01-03 12:10:09,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 12:10:09,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724/users/7dd3af2129f34e52b63968413ce29ad4/roles/9a312e900fa9464f99b8e1ba5e9b5cfe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdf68df8-a2c3-4912-b10d-412b4d76232a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:09,464 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724/users/7dd3af2129f34e52b63968413ce29ad4/roles/9a312e900fa9464f99b8e1ba5e9b5cfe used request id req-cdf68df8-a2c3-4912-b10d-412b4d76232a 2019-01-03 12:10:09,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119731903076s 2019-01-03 12:10:09,466 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330', 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': '81549caf-02e4-46a5-82d0-5d38ee5f201f', 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_8bac23c2-1493-4870-8735-28cdbcf69330', 'project_id': u'94ec473ec6a341e3b835474850183724', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 12:10:09,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:10:09,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:10:09,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:10:09,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:10:09,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:10:09,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:10:09,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 12:10:09,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 12:10:09,471 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330', 'password': '81549caf-02e4-46a5-82d0-5d38ee5f201f', 'project_name': 'neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '94ec473ec6a341e3b835474850183724', 'project_domain_name': 'Default'} 2019-01-03 12:10:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:09,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4270e5-286e-4095-b77a-6d5eb2256788 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:09,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ca4270e5-286e-4095-b77a-6d5eb2256788 2019-01-03 12:10:09,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769989490509s 2019-01-03 12:10:09,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:09,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6549869c-ef6d-4965-a787-f9fa70496da7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:09,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6549869c-ef6d-4965-a787-f9fa70496da7 2019-01-03 12:10:09,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842499732971s 2019-01-03 12:10:09,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 12:10:09,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be48577a-295e-4eb6-928b-8bb1648f34a7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 12:10:09,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-be48577a-295e-4eb6-928b-8bb1648f34a7 2019-01-03 12:10:09,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0854239463806s 2019-01-03 12:10:09,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:10:09,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b8e968-04a7-4377-a0b3-94c563bcced3 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330", "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "domain_id": "default", "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:10:09,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f1b8e968-04a7-4377-a0b3-94c563bcced3 2019-01-03 12:10:09,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0938489437103s 2019-01-03 12:10:09,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-f1b8e968-04a7-4377-a0b3-94c563bcced3 2019-01-03 12:10:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:10:09,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79e13ad4-9889-4f42-8610-f6800620853f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724"}, "enabled": true, "id": "94ec473ec6a341e3b835474850183724", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:10:09,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-79e13ad4-9889-4f42-8610-f6800620853f 2019-01-03 12:10:09,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844490528107s 2019-01-03 12:10:09,908 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-79e13ad4-9889-4f42-8610-f6800620853f 2019-01-03 12:10:09,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 12:10:09,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:09,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27156e47-f6a1-403e-8535-e43bd31a67c3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 12:10:09,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&scope.project.id=94ec473ec6a341e3b835474850183724&role.id=87531dd8fee349ee823565af03481166 used request id req-27156e47-f6a1-403e-8535-e43bd31a67c3 2019-01-03 12:10:09,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0882730484009s 2019-01-03 12:10:10,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 12:10:10,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724/users/7dd3af2129f34e52b63968413ce29ad4/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-556708da-de8a-4200-81ef-898c08abdd73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:10,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724/users/7dd3af2129f34e52b63968413ce29ad4/roles/87531dd8fee349ee823565af03481166 used request id req-556708da-de8a-4200-81ef-898c08abdd73 2019-01-03 12:10:10,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117527961731s 2019-01-03 12:10:10,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a698a2c3-64ca-4bcd-b123-f69f7c5a4163 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:10,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a698a2c3-64ca-4bcd-b123-f69f7c5a4163 2019-01-03 12:10:10,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848078727722s 2019-01-03 12:10:10,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 12:10:10,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc07e43f-eb65-4f4a-b5bb-4eb85ee9bedc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 12:10:10,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-fc07e43f-eb65-4f4a-b5bb-4eb85ee9bedc 2019-01-03 12:10:10,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0846297740936s 2019-01-03 12:10:10,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:10:10,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5c4ca2-d97c-41a7-9f47-3b5d47d5e887 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330", "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "domain_id": "default", "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:10:10,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6b5c4ca2-d97c-41a7-9f47-3b5d47d5e887 2019-01-03 12:10:10,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918109416962s 2019-01-03 12:10:10,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-6b5c4ca2-d97c-41a7-9f47-3b5d47d5e887 2019-01-03 12:10:10,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 12:10:10,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e42e99f-281f-4320-b0bc-b2afb5a27f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 12:10:10,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=7dd3af2129f34e52b63968413ce29ad4&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default used request id req-6e42e99f-281f-4320-b0bc-b2afb5a27f25 2019-01-03 12:10:10,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0819449424744s 2019-01-03 12:10:10,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 12:10:10,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/domains/default/users/7dd3af2129f34e52b63968413ce29ad4/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:10:10,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:10:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f9dcca-c4f2-4a80-8154-b1e4f76085cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:10:10,602 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/domains/default/users/7dd3af2129f34e52b63968413ce29ad4/roles/87531dd8fee349ee823565af03481166 used request id req-a4f9dcca-c4f2-4a80-8154-b1e4f76085cd 2019-01-03 12:10:10,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131851911545s 2019-01-03 12:10:10,603 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 12:10:13,204 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2019-01-03 12:10:12.786 11558 INFO rally.deployment.engine [-] Deployment 1d3daf6c-80e1-4d4a-900e-6010bd3e0af6 | Starting: Destroy cloud and free allocated resources. 2019-01-03 12:10:12.876 11558 INFO rally.deployment.engine [-] Deployment 1d3daf6c-80e1-4d4a-900e-6010bd3e0af6 | Completed: Destroy cloud and free allocated resources. 2019-01-03 12:10:12.916 11558 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31) for deployment 'opnfv-rally'. 2019-01-03 12:10:12.940 11558 INFO rally.api [-] Deleting verification (UUID=66b632d3-a753-4e27-a204-3e080a36867c). 2019-01-03 12:10:12.973 11558 INFO rally.api [-] Verification has been successfully deleted! 2019-01-03 12:10:12.974 11558 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31). 2019-01-03 12:10:12.982 11558 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2019-01-03 12:10:15,506 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 12:10:15.285 11561 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=050d7198-8696-474d-81f8-9b6af0537304) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 050d7198-8696-474d-81f8-9b6af0537304 | 2019-01-03T12:10:15 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 050d7198-8696-474d-81f8-9b6af0537304 ~/.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 2019-01-03 12:10:18,761 - 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 | +-------------+-------------------+-----------+ 2019-01-03 12:10:18,762 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 12:10:21,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2019-01-03 12:10:21.115 11567 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=c5c1dccc-a9a2-46cd-86e2-dc4cc114ae31). 2019-01-03 12:10:21.248 11567 INFO rally.api [-] Verifier has been successfully deleted! 2019-01-03 12:10:25,325 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 12:10:23.760 11570 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 12:10:23.925 11570 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 12:10:25.140 11570 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67aa996e-f561-4aa3-b579-039f746bb89a) has been successfully created! Using verifier 'opnfv-tempest' (UUID=67aa996e-f561-4aa3-b579-039f746bb89a) as the default verifier for the future CLI operations. 2019-01-03 12:10:28,373 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2019-01-03 12:10:28,374 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 12:10:28,478 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 12:10:28,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:10:28,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de175cd4-0237-4c0e-aee4-ad3afd096072 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:10:28,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-de175cd4-0237-4c0e-aee4-ad3afd096072 2019-01-03 12:10:28,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:10:28,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "name": "Member"}], "expires_at": "2019-01-03T13:10:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94ec473ec6a341e3b835474850183724", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/94ec473ec6a341e3b835474850183724", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/94ec473ec6a341e3b835474850183724", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/94ec473ec6a341e3b835474850183724", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/94ec473ec6a341e3b835474850183724", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/94ec473ec6a341e3b835474850183724", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/94ec473ec6a341e3b835474850183724", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/94ec473ec6a341e3b835474850183724", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/94ec473ec6a341e3b835474850183724", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/94ec473ec6a341e3b835474850183724", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/94ec473ec6a341e3b835474850183724", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/94ec473ec6a341e3b835474850183724", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/94ec473ec6a341e3b835474850183724", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330", "id": "7dd3af2129f34e52b63968413ce29ad4"}, "audit_ids": ["wH3cpJqrT6u_5QyHiOGGoA"], "issued_at": "2019-01-03T12:10:28.000000Z"}} 2019-01-03 12:10:28,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:28,880 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 12:10:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 12:10:28,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:10:28,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:29,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-43a7fd90-012a-401d-87c4-5c7d6a907519 Date: Thu, 03 Jan 2019 12:10:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:10:29,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-43a7fd90-012a-401d-87c4-5c7d6a907519 2019-01-03 12:10:29,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197789907455s 2019-01-03 12:10:29,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-43a7fd90-012a-401d-87c4-5c7d6a907519 2019-01-03 12:10:29,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:10:29,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330"}' 2019-01-03 12:10:29,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be X-Openstack-Request-Id: req-2e6d005b-73e8-481b-b878-977917d83521 Date: Thu, 03 Jan 2019 12:10:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "3e286f6f-dd16-477c-a218-91dae5c660be", "size": null, "self": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:29Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": null, "created_at": "2019-01-03T12:10:29Z", "protected": false} 2019-01-03 12:10:29,323 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2e6d005b-73e8-481b-b878-977917d83521 2019-01-03 12:10:29,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.236204147339s 2019-01-03 12:10:29,324 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-2e6d005b-73e8-481b-b878-977917d83521 returning object 3e286f6f-dd16-477c-a218-91dae5c660be 2019-01-03 12:10:29,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:10:29,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/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}56c3858ceb5e7721e639da2f4273b2d917f884e1" -d '' 2019-01-03 12:10:30,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65399a5a-3593-47f5-a6e6-e6084932ae7f Date: Thu, 03 Jan 2019 12:10:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:10:30,507 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file used request id req-65399a5a-3593-47f5-a6e6-e6084932ae7f 2019-01-03 12:10:30,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18232703209s 2019-01-03 12:10:30,507 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file used request id req-65399a5a-3593-47f5-a6e6-e6084932ae7f 2019-01-03 12:10:30,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:10:30,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:31,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-eac4cacf-d18a-4059-80c4-a6b418c7f468 Date: Thu, 03 Jan 2019 12:10:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "metadata": {}}], "file": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "3e286f6f-dd16-477c-a218-91dae5c660be", "size": 12716032, "self": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T12:10:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:10:31,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eac4cacf-d18a-4059-80c4-a6b418c7f468 2019-01-03 12:10:31,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.571314811707s 2019-01-03 12:10:31,080 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-eac4cacf-d18a-4059-80c4-a6b418c7f468 2019-01-03 12:10:31,083 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file', 'owner': u'94ec473ec6a341e3b835474850183724', 'id': u'3e286f6f-dd16-477c-a218-91dae5c660be', 'size': 12716032, u'self': u'/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ec473ec6a341e3b835474850183724', 'name': 'neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:10:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T12:10:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330', 'created': u'2019-01-03T12:10:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T12:10:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:10:31,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:10:31,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_8bac23c2-1493-4870-8735-28cdbcf69330", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 12:10:31,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f4808b8-8d13-49f9-8117-331d6cf50fb1 x-compute-request-id: req-2f4808b8-8d13-49f9-8117-331d6cf50fb1 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d27019ff-8026-49de-a553-ff345b6ccb0d", "name": "neutron_trunk-flavor_8bac23c2-1493-4870-8735-28cdbcf69330", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:10:31,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2f4808b8-8d13-49f9-8117-331d6cf50fb1 2019-01-03 12:10:31,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.660830974579s 2019-01-03 12:10:31,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-2f4808b8-8d13-49f9-8117-331d6cf50fb1 returning object d27019ff-8026-49de-a553-ff345b6ccb0d 2019-01-03 12:10:31,746 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_8bac23c2-1493-4870-8735-28cdbcf69330', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'd27019ff-8026-49de-a553-ff345b6ccb0d', 'swap': 0}) 2019-01-03 12:10:31,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:10:31,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d/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}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"extra_specs": {}}' 2019-01-03 12:10:31,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39aa3d72-fb9e-4941-b219-d862e212c974 x-compute-request-id: req-39aa3d72-fb9e-4941-b219-d862e212c974 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:10:31,770 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d/os-extra_specs used request id req-39aa3d72-fb9e-4941-b219-d862e212c974 2019-01-03 12:10:31,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230071544647s 2019-01-03 12:10:31,771 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d/os-extra_specs used request id req-39aa3d72-fb9e-4941-b219-d862e212c974 2019-01-03 12:10:31,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:10:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:31,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:10: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:10:31,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6fea96-13f7-406b-b4f1-40d4874848af Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:10:31,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-5a6fea96-13f7-406b-b4f1-40d4874848af 2019-01-03 12:10:31,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0988380908966s 2019-01-03 12:10:31,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 12:10:31,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:32,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e22f16c1-b5a7-43a5-8a3d-b2c18629db25 x-compute-request-id: req-e22f16c1-b5a7-43a5-8a3d-b2c18629db25 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10174, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "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.6", "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": 5}]} 2019-01-03 12:10:32,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-e22f16c1-b5a7-43a5-8a3d-b2c18629db25 2019-01-03 12:10:32,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.200048923492s 2019-01-03 12:10:32,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-e22f16c1-b5a7-43a5-8a3d-b2c18629db25 2019-01-03 12:10:32,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:10:32,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:32,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a9c26947-93a1-49f2-9f16-21b327768c36 Date: Thu, 03 Jan 2019 12:10:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "metadata": {}}], "file": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "3e286f6f-dd16-477c-a218-91dae5c660be", "size": 12716032, "self": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T12:10:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:10:32,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a9c26947-93a1-49f2-9f16-21b327768c36 2019-01-03 12:10:32,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.553723096848s 2019-01-03 12:10:32,632 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-a9c26947-93a1-49f2-9f16-21b327768c36 2019-01-03 12:10:32,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:10:32,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330"}' 2019-01-03 12:10:32,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d X-Openstack-Request-Id: req-e39e93de-ea89-4e45-a708-04567adbfb90 Date: Thu, 03 Jan 2019 12:10:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d", "size": null, "self": "/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:32Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": null, "created_at": "2019-01-03T12:10:32Z", "protected": false} 2019-01-03 12:10:32,830 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e39e93de-ea89-4e45-a708-04567adbfb90 2019-01-03 12:10:32,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.194932937622s 2019-01-03 12:10:32,831 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e39e93de-ea89-4e45-a708-04567adbfb90 returning object 1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d 2019-01-03 12:10:32,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:10:32,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/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}56c3858ceb5e7721e639da2f4273b2d917f884e1" -d '' 2019-01-03 12:10:34,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4d91bf9-91ed-49ae-a0fb-8d1660f31f18 Date: Thu, 03 Jan 2019 12:10:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:10:34,865 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/file used request id req-e4d91bf9-91ed-49ae-a0fb-8d1660f31f18 2019-01-03 12:10:34,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.03378605843s 2019-01-03 12:10:34,866 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/file used request id req-e4d91bf9-91ed-49ae-a0fb-8d1660f31f18 2019-01-03 12:10:34,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:10:34,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:10:34,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-ab54901d-6e08-4bff-a3d7-5b30dc2b8f94 Date: Thu, 03 Jan 2019 12:10:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/snap", "metadata": {}}], "file": "/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d", "size": 12716032, "self": "/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:34Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T12:10:32Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "metadata": {}}], "file": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "3e286f6f-dd16-477c-a218-91dae5c660be", "size": 12716032, "self": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T12:10:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:10:34,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ab54901d-6e08-4bff-a3d7-5b30dc2b8f94 2019-01-03 12:10:34,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0242938995361s 2019-01-03 12:10:34,891 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-ab54901d-6e08-4bff-a3d7-5b30dc2b8f94 2019-01-03 12:10:34,894 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/file', 'owner': u'94ec473ec6a341e3b835474850183724', 'id': u'1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d', 'size': 12716032, u'self': u'/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'94ec473ec6a341e3b835474850183724', 'name': 'neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:10:34Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T12:10:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330', 'created': u'2019-01-03T12:10:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T12:10:32Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_8bac23c2-1493-4870-8735-28cdbcf69330', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:10:34,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:10:34,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 12:10:34,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-42ef1fee-f5ea-427f-9e90-ecc69115abf5 x-compute-request-id: req-42ef1fee-f5ea-427f-9e90-ecc69115abf5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc3215d1-ec41-49e3-8bb7-372055619d70", "name": "neutron_trunk-flavor_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:10:34,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42ef1fee-f5ea-427f-9e90-ecc69115abf5 2019-01-03 12:10:34,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0714190006256s 2019-01-03 12:10:34,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-42ef1fee-f5ea-427f-9e90-ecc69115abf5 returning object bc3215d1-ec41-49e3-8bb7-372055619d70 2019-01-03 12:10:34,968 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_8bac23c2-1493-4870-8735-28cdbcf69330', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'bc3215d1-ec41-49e3-8bb7-372055619d70', 'swap': 0}) 2019-01-03 12:10:34,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:10:34,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70/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}48710c69d27ea0b4964ba9253da4654c6a08c609" -d '{"extra_specs": {}}' 2019-01-03 12:10:34,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-0334c08f-4c41-4c24-b16e-4c740a20fb0b x-compute-request-id: req-0334c08f-4c41-4c24-b16e-4c740a20fb0b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:10:34,989 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70/os-extra_specs used request id req-0334c08f-4c41-4c24-b16e-4c740a20fb0b 2019-01-03 12:10:34,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211119651794s 2019-01-03 12:10:34,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70/os-extra_specs used request id req-0334c08f-4c41-4c24-b16e-4c740a20fb0b 2019-01-03 12:10:34,990 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_8bac23c2-1493-4870-8735-28cdbcf69330', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'bc3215d1-ec41-49e3-8bb7-372055619d70', 'swap': 0}) 2019-01-03 12:10:38,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 12:10:37.276 11589 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=67aa996e-f561-4aa3-b579-039f746bb89a) for deployment 'opnfv-rally' (UUID=050d7198-8696-474d-81f8-9b6af0537304). 2019-01-03 12:10:38.174 11589 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 12:10:38.176 11589 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=67aa996e-f561-4aa3-b579-039f746bb89a) has been successfully configured for deployment 'opnfv-rally' (UUID=050d7198-8696-474d-81f8-9b6af0537304)! 2019-01-03 12:10:38,347 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 12:10:38,348 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 12:10:38,350 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 12:10:38,364 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 12:10:41,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-67aa996e-f561-4aa3-b579-039f746bb89a/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2019-01-03 12:10:41,630 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 12:10:41,636 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 12:10:41,637 - 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']'. 2019-01-03 12:10:43,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 12:10:43.866 11598 INFO rally.api [-] Starting verification (UUID=b5e65c82-b7b0-4593-8391-cc0e9af8c282) for deployment 'opnfv-rally' (UUID=050d7198-8696-474d-81f8-9b6af0537304) by verifier 'opnfv-tempest' (UUID=67aa996e-f561-4aa3-b579-039f746bb89a). 2019-01-03 12:10:43,869 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b5e65c82-b7b0-4593-8391-cc0e9af8c282 2019-01-03 12:12:31,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b5e65c82-b7b0-4593-8391-cc0e9af8c282 2019-01-03 12:12:31,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b5e65c82-b7b0-4593-8391-cc0e9af8c282']'. 2019-01-03 12:12:32,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 12:12:32,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b5e65c82-b7b0-4593-8391-cc0e9af8c282 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 12:10:43 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 12:12:30 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:47 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 67aa996e-f561-4aa3-b579-039f746bb89a) | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 050d7198-8696-474d-81f8-9b6af0537304) | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 97.466 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 12:12:32,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 12:12:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2019-01-03 12:12:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 12:12:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 12:12:32,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 12:12:32,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2019-01-03 12:12:32,207 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 12:12:32,207 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:04 | PASS | +-----------------------+------------------+------------------+----------------+ 2019-01-03 12:12:32,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 12:12:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:12:33,498 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9c82826-5258-4802-b388-123b1d98cb34 Date: Thu, 03 Jan 2019 12:12:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:12:33,499 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d used request id req-f9c82826-5258-4802-b388-123b1d98cb34 2019-01-03 12:12:33,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.28431010246s 2019-01-03 12:12:33,499 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/1edf8f3d-90d0-4a1e-ae93-8b24d7c9749d used request id req-f9c82826-5258-4802-b388-123b1d98cb34 2019-01-03 12:12:33,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:12:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:33,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-148a9779-9ba0-4d43-805d-22021bcfdd96 x-compute-request-id: req-148a9779-9ba0-4d43-805d-22021bcfdd96 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bc3215d1-ec41-49e3-8bb7-372055619d70", "name": "neutron_trunk-flavor_alt_8bac23c2-1493-4870-8735-28cdbcf69330", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d27019ff-8026-49de-a553-ff345b6ccb0d", "name": "neutron_trunk-flavor_8bac23c2-1493-4870-8735-28cdbcf69330", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:12:33,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-148a9779-9ba0-4d43-805d-22021bcfdd96 2019-01-03 12:12:33,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0353031158447s 2019-01-03 12:12:33,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-148a9779-9ba0-4d43-805d-22021bcfdd96 2019-01-03 12:12:33,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 12:12:33,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:33,590 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-8e0fee96-0c38-4efe-8390-25d36e5f6f9e x-compute-request-id: req-8e0fee96-0c38-4efe-8390-25d36e5f6f9e Content-Length: 0 Content-Type: application/json 2019-01-03 12:12:33,590 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70 used request id req-8e0fee96-0c38-4efe-8390-25d36e5f6f9e 2019-01-03 12:12:33,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0511310100555s 2019-01-03 12:12:33,590 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/bc3215d1-ec41-49e3-8bb7-372055619d70 used request id req-8e0fee96-0c38-4efe-8390-25d36e5f6f9e 2019-01-03 12:12:33,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:12:33,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:12:33,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-19734578-ae8c-4687-a2da-1fba694d6ebe Date: Thu, 03 Jan 2019 12:12:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "metadata": {}}], "file": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be/file", "owner": "94ec473ec6a341e3b835474850183724", "id": "3e286f6f-dd16-477c-a218-91dae5c660be", "size": 12716032, "self": "/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/3e286f6f-dd16-477c-a218-91dae5c660be/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T12:10:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8bac23c2-1493-4870-8735-28cdbcf69330", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T12:10:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:12:33,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-19734578-ae8c-4687-a2da-1fba694d6ebe 2019-01-03 12:12:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244040489197s 2019-01-03 12:12:33,616 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-19734578-ae8c-4687-a2da-1fba694d6ebe 2019-01-03 12:12:33,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 12:12:33,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}56c3858ceb5e7721e639da2f4273b2d917f884e1" 2019-01-03 12:12:34,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c02881f7-8c34-4136-aa23-07fe93b4f20f Date: Thu, 03 Jan 2019 12:12:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:12:34,722 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be used request id req-c02881f7-8c34-4136-aa23-07fe93b4f20f 2019-01-03 12:12:34,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10402297974s 2019-01-03 12:12:34,722 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/3e286f6f-dd16-477c-a218-91dae5c660be used request id req-c02881f7-8c34-4136-aa23-07fe93b4f20f 2019-01-03 12:12:34,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:12:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:34,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-2efa60d7-df79-40f3-99ff-a48220fa9428 x-compute-request-id: req-2efa60d7-df79-40f3-99ff-a48220fa9428 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d27019ff-8026-49de-a553-ff345b6ccb0d", "name": "neutron_trunk-flavor_8bac23c2-1493-4870-8735-28cdbcf69330", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:12:34,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2efa60d7-df79-40f3-99ff-a48220fa9428 2019-01-03 12:12:34,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318851470947s 2019-01-03 12:12:34,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-2efa60d7-df79-40f3-99ff-a48220fa9428 2019-01-03 12:12:34,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 12:12:34,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:34,793 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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 x-openstack-request-id: req-a521f21d-f9df-4549-9b27-1e949d851f80 x-compute-request-id: req-a521f21d-f9df-4549-9b27-1e949d851f80 Content-Length: 0 Content-Type: application/json 2019-01-03 12:12:34,793 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d used request id req-a521f21d-f9df-4549-9b27-1e949d851f80 2019-01-03 12:12:34,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0358078479767s 2019-01-03 12:12:34,793 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/d27019ff-8026-49de-a553-ff345b6ccb0d used request id req-a521f21d-f9df-4549-9b27-1e949d851f80 2019-01-03 12:12:34,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:12:34,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:34,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6f4a3b-b044-44a4-9f5c-9b143ec643e0 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330", "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "domain_id": "default", "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:12:34,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ce6f4a3b-b044-44a4-9f5c-9b143ec643e0 2019-01-03 12:12:34,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0951840877533s 2019-01-03 12:12:34,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-ce6f4a3b-b044-44a4-9f5c-9b143ec643e0 2019-01-03 12:12:34,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:12:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:34,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b2a0a3a-b898-4943-b75e-1d7b1d6a40ef Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4"}, "enabled": true, "id": "7dd3af2129f34e52b63968413ce29ad4", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_8bac23c2-1493-4870-8735-28cdbcf69330"}} 2019-01-03 12:12:34,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 used request id req-1b2a0a3a-b898-4943-b75e-1d7b1d6a40ef 2019-01-03 12:12:34,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0883519649506s 2019-01-03 12:12:34,985 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 used request id req-1b2a0a3a-b898-4943-b75e-1d7b1d6a40ef 2019-01-03 12:12:34,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 12:12:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-669502c7-9819-43e9-a888-70939ba48ab6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:12:35,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 used request id req-669502c7-9819-43e9-a888-70939ba48ab6 2019-01-03 12:12:35,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.168907880783s 2019-01-03 12:12:35,155 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/7dd3af2129f34e52b63968413ce29ad4 used request id req-669502c7-9819-43e9-a888-70939ba48ab6 2019-01-03 12:12:35,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:12:35,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b086c619-cfb1-40a9-949c-6db4e74e4702 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724"}, "enabled": true, "id": "94ec473ec6a341e3b835474850183724", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8bac23c2-1493-4870-8735-28cdbcf69330"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:12:35,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b086c619-cfb1-40a9-949c-6db4e74e4702 2019-01-03 12:12:35,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837509632111s 2019-01-03 12:12:35,240 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b086c619-cfb1-40a9-949c-6db4e74e4702 2019-01-03 12:12:35,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 12:12:35,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35d253f3-c288-4dd7-aaeb-6a06c26a6258 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:12:35,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724 used request id req-35d253f3-c288-4dd7-aaeb-6a06c26a6258 2019-01-03 12:12:35,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157248973846s 2019-01-03 12:12:35,400 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/94ec473ec6a341e3b835474850183724 used request id req-35d253f3-c288-4dd7-aaeb-6a06c26a6258 2019-01-03 12:12:35,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:12:35,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805db2cf-115b-4c8f-9e35-c23dd134f2ad Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9a312e900fa9464f99b8e1ba5e9b5cfe", "links": {"self": "http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:12:35,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-805db2cf-115b-4c8f-9e35-c23dd134f2ad 2019-01-03 12:12:35,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753819942474s 2019-01-03 12:12:35,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 12:12:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1637e5d2-ae81-463d-8a2d-b6d0c809f841 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:12:35,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/9a312e900fa9464f99b8e1ba5e9b5cfe used request id req-1637e5d2-ae81-463d-8a2d-b6d0c809f841 2019-01-03 12:12:35,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110262155533s 2019-01-03 12:12:35,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:12:35,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=94ec473ec6a341e3b835474850183724&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}48710c69d27ea0b4964ba9253da4654c6a08c609" 2019-01-03 12:12:35,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-34239b06-2970-4806-be3d-3169817be219 Date: Thu, 03 Jan 2019 12:12:35 GMT RESP BODY: {"security_groups": []} 2019-01-03 12:12:35,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=94ec473ec6a341e3b835474850183724&name=default used request id req-34239b06-2970-4806-be3d-3169817be219 2019-01-03 12:12:35,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190584897995s 2019-01-03 12:12:35,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=94ec473ec6a341e3b835474850183724&name=default used request id req-34239b06-2970-4806-be3d-3169817be219 2019-01-03 12:12:35,783 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:41 | PASS | | tempest_smoke_serial | functest | smoke | 14:48 | PASS | | rally_sanity | functest | smoke | 26:25 | PASS | | refstack_defcore | functest | smoke | 09:56 | PASS | | patrole | functest | smoke | 02:42 | PASS | | snaps_smoke | functest | smoke | 57:41 | PASS | | neutron_trunk | functest | smoke | 02:04 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2019-01-03 12:12:35,794 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 12:12:35,999 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:12:36,100 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:12:42,309 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 12:12:42,313 - 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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 12:12:42,314 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 12:12:42,314 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-03 12:12:42,315 - 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 | +-----------------------------+------------------------+------------------+------------------+----------------+ 2019-01-03 12:12:42,318 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 12:12:46,120 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 12:12:46,123 - 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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 12:12:46,123 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 12:12:46,124 - 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 | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2019-01-03 12:12:46,132 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:12:47,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:12:47,277 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:12:47,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:12:47,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:12:47,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7688b90d-1437-46ad-b62f-72beb785a918 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:12:47,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-7688b90d-1437-46ad-b62f-72beb785a918 2019-01-03 12:12:47,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:12:47,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T13:12:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["J6Spdc5QQqKikPeHxKJttg"], "issued_at": "2019-01-03T12:12:47.000000Z"}} 2019-01-03 12:12:47,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:12:47,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:47,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-569a7dd2-bc04-4f8a-8e0c-f80f9be0d425 Date: Thu, 03 Jan 2019 12:12:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 12:12:47,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-569a7dd2-bc04-4f8a-8e0c-f80f9be0d425 2019-01-03 12:12:47,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244020938873s 2019-01-03 12:12:47,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-569a7dd2-bc04-4f8a-8e0c-f80f9be0d425 2019-01-03 12:12:47,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 12:12:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:47,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:12: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:12:48,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:48,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e93fc1e-b538-48a8-b737-4d74ea45f9c6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 12:12:48,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-7e93fc1e-b538-48a8-b737-4d74ea45f9c6 2019-01-03 12:12:48,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.420617818832s 2019-01-03 12:12:48,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 12:12:48,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}}' 2019-01-03 12:12:48,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:12:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d6e0b3d-d582-49a4-b2cc-9b5f05aee822 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.28:5000/v3/projects/304f3867167e49e994d7d0e875999477"}, "enabled": true, "id": "304f3867167e49e994d7d0e875999477", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:12:48,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0d6e0b3d-d582-49a4-b2cc-9b5f05aee822 2019-01-03 12:12:48,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112616062164s 2019-01-03 12:12:48,498 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-0d6e0b3d-d582-49a4-b2cc-9b5f05aee822 2019-01-03 12:12:48,499 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'id': u'304f3867167e49e994d7d0e875999477', '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'})}) 2019-01-03 12:12:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 12:12:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.357620000839s 2019-01-03 12:12:48,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:48,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9df5301-1bbb-4367-ab0a-94f68824df49 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869"}, "enabled": true, "id": "6733d783684f46b8b4c93ae370b01869", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:12:48,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 used request id req-c9df5301-1bbb-4367-ab0a-94f68824df49 2019-01-03 12:12:48,970 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6733d783684f46b8b4c93ae370b01869', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7'}) 2019-01-03 12:12:48,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:12:48,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c7ce8e9-1f64-4645-a008-80bb49a10b16 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:12:49,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c7ce8e9-1f64-4645-a008-80bb49a10b16 2019-01-03 12:12:49,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806868076324s 2019-01-03 12:12:49,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:12:49,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9dbcaf-4bb7-40e4-83a6-8feae267d2ae Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:12:49,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-4d9dbcaf-4bb7-40e4-83a6-8feae267d2ae 2019-01-03 12:12:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0864448547363s 2019-01-03 12:12:49,141 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 12:12:49,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 12:12:49,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"role": {"name": "Member"}}' 2019-01-03 12:12:49,247 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f70f58f-14a1-4f67-8c40-3b513e285a64 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11b7c42455d54a70b9bf93ce7e9eb10e", "links": {"self": "http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e"}, "name": "Member"}} 2019-01-03 12:12:49,247 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-6f70f58f-14a1-4f67-8c40-3b513e285a64 2019-01-03 12:12:49,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105534076691s 2019-01-03 12:12:49,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a5e1ca-6eca-49a2-a7cb-adf0807b2d5f Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e"}, "domain_id": null, "name": "Member", "id": "11b7c42455d54a70b9bf93ce7e9eb10e"}} 2019-01-03 12:12:49,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e used request id req-25a5e1ca-6eca-49a2-a7cb-adf0807b2d5f 2019-01-03 12:12:49,330 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e'}, 'domain_id': None, 'human_id': None, 'id': u'11b7c42455d54a70b9bf93ce7e9eb10e', 'HUMAN_ID': False}) 2019-01-03 12:12:49,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:12:49,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d563815-bbb9-4f3c-90d8-437a042d26d8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "11b7c42455d54a70b9bf93ce7e9eb10e", "links": {"self": "http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:12:49,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3d563815-bbb9-4f3c-90d8-437a042d26d8 2019-01-03 12:12:49,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797491073608s 2019-01-03 12:12:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 12:12:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfb97c2-b7d7-4d89-ba7c-f207b1ce2e67 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 12:12:49,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-2bfb97c2-b7d7-4d89-ba7c-f207b1ce2e67 2019-01-03 12:12:49,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0837321281433s 2019-01-03 12:12:49,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:12:49,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e60948-5e7c-46c1-ba31-887aa66e49a1 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "links": {"self": "http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869"}, "domain_id": "default", "enabled": true, "id": "6733d783684f46b8b4c93ae370b01869", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:12:49,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-45e60948-5e7c-46c1-ba31-887aa66e49a1 2019-01-03 12:12:49,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928318500519s 2019-01-03 12:12:49,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-45e60948-5e7c-46c1-ba31-887aa66e49a1 2019-01-03 12:12:49,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:12:49,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e548c289-fb53-4559-92ce-bb82acd36b8c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477"}, "enabled": true, "id": "304f3867167e49e994d7d0e875999477", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:12:49,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e548c289-fb53-4559-92ce-bb82acd36b8c 2019-01-03 12:12:49,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0822100639343s 2019-01-03 12:12:49,679 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-e548c289-fb53-4559-92ce-bb82acd36b8c 2019-01-03 12:12:49,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 12:12:49,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6733d783684f46b8b4c93ae370b01869&scope.project.id=304f3867167e49e994d7d0e875999477&role.id=11b7c42455d54a70b9bf93ce7e9eb10e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caa1e6c6-44cd-4a0a-a522-66518a8869a8 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6733d783684f46b8b4c93ae370b01869&scope.project.id=304f3867167e49e994d7d0e875999477&role.id=11b7c42455d54a70b9bf93ce7e9eb10e", "previous": null, "next": null}} 2019-01-03 12:12:49,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6733d783684f46b8b4c93ae370b01869&scope.project.id=304f3867167e49e994d7d0e875999477&role.id=11b7c42455d54a70b9bf93ce7e9eb10e used request id req-caa1e6c6-44cd-4a0a-a522-66518a8869a8 2019-01-03 12:12:49,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839359760284s 2019-01-03 12:12:49,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 12:12:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477/users/6733d783684f46b8b4c93ae370b01869/roles/11b7c42455d54a70b9bf93ce7e9eb10e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bd99b7e-d83f-41b1-9df0-914d4a066601 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:12:49,811 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477/users/6733d783684f46b8b4c93ae370b01869/roles/11b7c42455d54a70b9bf93ce7e9eb10e used request id req-2bd99b7e-d83f-41b1-9df0-914d4a066601 2019-01-03 12:12:49,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0452120304108s 2019-01-03 12:12:49,812 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 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': 'd7b38f4a-2573-4e9f-8282-bdd04f03ac91', 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_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'project_id': u'304f3867167e49e994d7d0e875999477', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 12:12:49,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:12:49,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:12:49,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:12:49,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:12:49,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:12:49,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:12:49,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:12:49,817 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'password': 'd7b38f4a-2573-4e9f-8282-bdd04f03ac91', 'project_name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '304f3867167e49e994d7d0e875999477', 'project_domain_name': 'Default'} 2019-01-03 12:12:49,879 - 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'}} 2019-01-03 12:12:49,893 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2019-01-03 12:12:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 12:12:49,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:49,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d97039-0d49-43cf-8ec9-26f72ea63b5c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 12:12:49,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-f9d97039-0d49-43cf-8ec9-26f72ea63b5c 2019-01-03 12:12:49,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0866959095001s 2019-01-03 12:12:49,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:12:49,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:12:50,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4461fa-8ad1-4b51-893b-9647734115e9 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477"}, "enabled": true, "id": "304f3867167e49e994d7d0e875999477", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:12:50,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ba4461fa-8ad1-4b51-893b-9647734115e9 2019-01-03 12:12:50,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085666179657s 2019-01-03 12:12:50,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-ba4461fa-8ad1-4b51-893b-9647734115e9 2019-01-03 12:12:50,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 12:12:50,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"network": {"tenant_id": "304f3867167e49e994d7d0e875999477", "name": "cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "admin_state_up": true}}' 2019-01-03 12:12:50,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-aa502a13-55da-4c01-874e-a47103774ab2 Date: Thu, 03 Jan 2019 12:12:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T12:12:50Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7","admin_state_up":true,"tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","mtu":1450}} 2019-01-03 12:12:50,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aa502a13-55da-4c01-874e-a47103774ab2 2019-01-03 12:12:50,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.52742600441s 2019-01-03 12:12:50,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-aa502a13-55da-4c01-874e-a47103774ab2 2019-01-03 12:12:50,599 - 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'2019-01-03T12:12:50Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c', u'provider:segmentation_id': 11, 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_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'created_at': u'2019-01-03T12:12:50Z', u'mtu': 1450, u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'304f3867167e49e994d7d0e875999477'}) 2019-01-03 12:12:50,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:12:50,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef61b14f-4778-4d95-b2f9-3b18b77a1390 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:12:50,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ef61b14f-4778-4d95-b2f9-3b18b77a1390 2019-01-03 12:12:50,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:12:50,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11b7c42455d54a70b9bf93ce7e9eb10e", "name": "Member"}], "expires_at": "2019-01-03T13:12:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "304f3867167e49e994d7d0e875999477", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/304f3867167e49e994d7d0e875999477", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/304f3867167e49e994d7d0e875999477", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/304f3867167e49e994d7d0e875999477", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/304f3867167e49e994d7d0e875999477", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/304f3867167e49e994d7d0e875999477", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/304f3867167e49e994d7d0e875999477", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/304f3867167e49e994d7d0e875999477", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/304f3867167e49e994d7d0e875999477", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/304f3867167e49e994d7d0e875999477", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/304f3867167e49e994d7d0e875999477", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/304f3867167e49e994d7d0e875999477", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/304f3867167e49e994d7d0e875999477", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "id": "6733d783684f46b8b4c93ae370b01869"}, "audit_ids": ["94frHxb3RQGZbFzBwFh_ZQ"], "issued_at": "2019-01-03T12:12:50.000000Z"}} 2019-01-03 12:12:50,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:12:50,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:12:51,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-3d3f6f88-f7e5-45a6-8faa-5ecc24d0cb64 Date: Thu, 03 Jan 2019 12:12:51 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":"2019-01-03T12:12:50Z","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:12:51,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3d3f6f88-f7e5-45a6-8faa-5ecc24d0cb64 2019-01-03 12:12:51,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262944221497s 2019-01-03 12:12:51,249 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3d3f6f88-f7e5-45a6-8faa-5ecc24d0cb64 2019-01-03 12:12:51,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 12:12:51,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"subnet": {"name": "cloudify_ims-subnet_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "enable_dhcp": true, "network_id": "896d0be9-fb35-4a0b-bba9-c525ef82869c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 12:12:51,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-938dfdbc-7d18-47bd-a61c-2bc4adc1bace Date: Thu, 03 Jan 2019 12:12:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:12:51Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"304f3867167e49e994d7d0e875999477","id":"c10703f1-b9db-428c-8783-4447136869c6","subnetpool_id":null,"name":"cloudify_ims-subnet_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:12:51,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-938dfdbc-7d18-47bd-a61c-2bc4adc1bace 2019-01-03 12:12:51,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.664536952972s 2019-01-03 12:12:51,916 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-938dfdbc-7d18-47bd-a61c-2bc4adc1bace 2019-01-03 12:12:51,916 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T12:12:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c10703f1-b9db-428c-8783-4447136869c6', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'enable_dhcp': True, u'network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c', u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:12:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'304f3867167e49e994d7d0e875999477'}) 2019-01-03 12:12:51,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 12:12:51,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "cloudify_ims-router_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "admin_state_up": true}}' 2019-01-03 12:12:57,092 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-a6a9c3f2-0bd5-400f-88bb-429ef9a1b939 Date: Thu, 03 Jan 2019 12:12:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:52Z", "admin_state_up": true, "updated_at": "2019-01-03T12:12:53Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "304f3867167e49e994d7d0e875999477", "id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "name": "cloudify_ims-router_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:12:57,092 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a6a9c3f2-0bd5-400f-88bb-429ef9a1b939 2019-01-03 12:12:57,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.17511296272s 2019-01-03 12:12:57,093 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-a6a9c3f2-0bd5-400f-88bb-429ef9a1b939 2019-01-03 12:12:57,093 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T12:12:53Z', u'revision_number': 2, u'id': u'ff23b424-2813-4ee7-bec7-ff703470b5d8', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'admin_state_up': True, u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:12:52Z', u'flavor_id': None, u'routes': [], u'project_id': u'304f3867167e49e994d7d0e875999477'}) 2019-01-03 12:12:57,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 12:12:57,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"subnet_id": "c10703f1-b9db-428c-8783-4447136869c6"}' 2019-01-03 12:12:59,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6c219d1-36a5-48e3-bb30-85d0ff6bfe51 Date: Thu, 03 Jan 2019 12:12:59 GMT RESP BODY: {"network_id": "896d0be9-fb35-4a0b-bba9-c525ef82869c", "tenant_id": "304f3867167e49e994d7d0e875999477", "subnet_id": "c10703f1-b9db-428c-8783-4447136869c6", "subnet_ids": ["c10703f1-b9db-428c-8783-4447136869c6"], "port_id": "a291c23b-dc19-4b93-aa91-f26725556ea0", "id": "ff23b424-2813-4ee7-bec7-ff703470b5d8"} 2019-01-03 12:12:59,185 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/add_router_interface.json used request id req-f6c219d1-36a5-48e3-bb30-85d0ff6bfe51 2019-01-03 12:12:59,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09123897552s 2019-01-03 12:12:59,186 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/add_router_interface.json used request id req-f6c219d1-36a5-48e3-bb30-85d0ff6bfe51 returning object ff23b424-2813-4ee7-bec7-ff703470b5d8 2019-01-03 12:12:59,186 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2019-01-03 12:13:26,426 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2019-01-03 12:13:26,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:13:26,440 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 12:13:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 12:13:26,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:13:26,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:13:26,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-431d8cda-44de-465e-b8b8-b763d0500e34 Date: Thu, 03 Jan 2019 12:13:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:13:26,647 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-431d8cda-44de-465e-b8b8-b763d0500e34 2019-01-03 12:13:26,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204269886017s 2019-01-03 12:13:26,648 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-431d8cda-44de-465e-b8b8-b763d0500e34 2019-01-03 12:13:26,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:13:26,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}' 2019-01-03 12:13:26,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585 X-Openstack-Request-Id: req-95bc6110-732c-415d-8ea6-99a1c29a784c Date: Thu, 03 Jan 2019 12:13:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": null, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:13:26Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": null, "created_at": "2019-01-03T12:13:26Z", "protected": false} 2019-01-03 12:13:26,854 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-95bc6110-732c-415d-8ea6-99a1c29a784c 2019-01-03 12:13:26,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203939914703s 2019-01-03 12:13:26,855 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-95bc6110-732c-415d-8ea6-99a1c29a784c returning object 65ddc77d-0ecd-4224-907c-c5f406c2d585 2019-01-03 12:13:26,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:13:26,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '' 2019-01-03 12:14:41,034 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4edc79e9-ede7-4e6c-b0fd-12b1d022b056 Date: Thu, 03 Jan 2019 12:14:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:14:41,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file used request id req-4edc79e9-ede7-4e6c-b0fd-12b1d022b056 2019-01-03 12:14:41,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 74.1788511276s 2019-01-03 12:14:41,035 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file used request id req-4edc79e9-ede7-4e6c-b0fd-12b1d022b056 2019-01-03 12:14:41,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:14:41,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:41,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-9b092230-2976-4bbe-803f-004fb809e530 Date: Thu, 03 Jan 2019 12:14:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "metadata": {}}], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": 4373348352, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:13:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:14:41,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9b092230-2976-4bbe-803f-004fb809e530 2019-01-03 12:14:41,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.569099903107s 2019-01-03 12:14:41,606 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-9b092230-2976-4bbe-803f-004fb809e530 2019-01-03 12:14:41,609 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap', u'metadata': Munch({})})], 'file': u'/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file', 'owner': u'304f3867167e49e994d7d0e875999477', 'id': u'65ddc77d-0ecd-4224-907c-c5f406c2d585', 'size': 4373348352, u'self': u'/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'304f3867167e49e994d7d0e875999477', 'name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:14:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T12:14:40Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'created': u'2019-01-03T12:13:26Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2019-01-03T12:13:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:14:41,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:14:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2019-01-03 12:14:41,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbca0114-2ce8-40bf-a424-049afe32f2d5 x-compute-request-id: req-dbca0114-2ce8-40bf-a424-049afe32f2d5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "name": "cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:14:41,805 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dbca0114-2ce8-40bf-a424-049afe32f2d5 2019-01-03 12:14:41,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194656848907s 2019-01-03 12:14:41,806 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-dbca0114-2ce8-40bf-a424-049afe32f2d5 returning object 1729e058-1c4e-4d2b-9c06-c541e542d784 2019-01-03 12:14:41,806 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'1729e058-1c4e-4d2b-9c06-c541e542d784', 'swap': 0}) 2019-01-03 12:14:41,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:14:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784/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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"extra_specs": {}}' 2019-01-03 12:14:41,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50163335-b820-44aa-9049-9ed3956ac58e x-compute-request-id: req-50163335-b820-44aa-9049-9ed3956ac58e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:14:41,829 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784/os-extra_specs used request id req-50163335-b820-44aa-9049-9ed3956ac58e 2019-01-03 12:14:41,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219202041626s 2019-01-03 12:14:41,830 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784/os-extra_specs used request id req-50163335-b820-44aa-9049-9ed3956ac58e 2019-01-03 12:14:41,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-03 12:14:41,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"keypair": {"name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}}' 2019-01-03 12:14:42,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65f4321f-dc5d-4e2e-9bd3-40349a0fb139 x-compute-request-id: req-65f4321f-dc5d-4e2e-9bd3-40349a0fb139 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC78mZwAJXk0XvtIV3eVPl2hv/P9190yeEL9a1lUy0WIcNlnlAsWt5//35yQfb787gqkSFjXFz0b2+NSTXq8ZIGlkqTGMRrKhBJu2JzFZYDlhCLDbEcOc6IXFGbMuOdLOXaeJRxGum4Ll7Ptqxye9gPV3FVusLvONNj2+8whHIFrb5bPkSnWKHNU8ZmHvr72cW8Eya6bXp9cIZAxTdQSlzCHkxG2td2AyVq8mSv5QnhTn7HBvgOdofuVT//V66sDG84B3hiQiq/DlIXkzIzrkvaptqqBhkXLJYoSpZJVHlrC94GX0dQ0KpIhASO9VBnyDyjZTVO/+XpcP3Lg6MIlMcv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu/JmcACV5NF77SFd3lT5dob/z/dfdMnhC/WtZVMtFiHDZZ5Q\nLFref/9+ckH2+/O4KpEhY1xc9G9vjUk16vGSBpZKkxjEayoQSbticxWWA5YQiw2x\nHDnOiFxRmzLjnSzl2niUcRrpuC5ez7ascnvYD1dxVbrC7zjTY9vvMIRyBa2+Wz5E\np1ihzVPGZh76+9nFvBMmum16fXCGQMU3UEpcwh5MRtrXdgMlavJkr+UJ4U5+xwb4\nDnaH7lU//1eurAxvOAd4YkIqvw5SF5MyM65L2qbaqgYZFyyWKEqWSVR5awveBl9H\nUNCqSIQEjvVQZ8g8o2U1Tv/l6XD9y4OjCJTHLwIDAQABAoIBABL2+bkxhe6J6Nxb\nspIdtvJr2uJMTtiFCm1fg/imdPU3wPS/Dc37+VmnGUZEO7zeseWxsVHKXyLXH8V8\n7rDfYWHCxpGjPSanHu+hteRw+CsyeEbfwdBcUOfXkPB9KRSSFDuAUVI8afsIys5g\n23PN5VZe93O0Hblv3XzFE5SsuKiz3C0/OZxQ381N98CS5mARfz6cIDEhxrl8HcUI\nBI3y+BA9X/N5E6D+HcqJjjB1/w0GR26ZuesnVhqdINcvSoABMaoNIn2wHx21/lXV\nVBOnjFh6D54XYTeMIhh5p9fK0ArfoJ+aeuYH0xeY4d8W6l4HnsLtIXgCTAm+kCBM\n3VfKXIECgYEA3cJ+E/KvKTwuQ7JFXv40grlwrptbmoJFEMULba+XAK5Upd5vCRm/\nFOErxWlizWKRfBBONO4JUOOn5non0xGlH36VhpbfMrnexCCG+Suv3+qtyqJI0Jx+\nDRPnZAyCUtEMBgNnQWeoODeC1Tr/JXjlol3jcWybkfnQD8JgcgjDBMECgYEA2Pdi\nl08uF6ozrUOtXSm+N/kst1PVwuYKFGOKCJL5+B2kZu09WSOQLhasOz5zFIs6unGd\nhyDXs2Ko4VjlT7oBDFFlYYXqCpHSJEASJi3oM36v2vNgjozS8C8RxfuHGGgS/J+1\nTbN5xiG6oldgX+51twNaV2ixDXDJO9AJxYyWF+8CgYA7ePWnE+a2AFXIAf9ownQC\nuwjlSvT+MwGixbWS7QxqOlapRUYyAp2kU98RSnoc6tppk1XmDBCjiOp2fTxA9vJ5\nx9ECD2Q8jmyX3MFWAclhG+cP+QXeLJoBl9zukAxDeZzn3/HJMKuEqB6GYRQcUJgF\nO3jL6nyuYXjTQSXsbz0eAQKBgGKFGwi4FKb8S1Du/UbjkJOcGvj4IYXJrWQKuwAf\ntVA8LY3rRkM2yd6Tvwt71QfMHRPSSYS1nhy/vQ3urtngDV/Jii6Zf2fjRTfevB8I\nE3tmmHXks8CnI5Wa2gg7qeGkSJLb9pjc2Xvljvjukj2da2h6Jkiwqkz/HPGDCxzg\nNLuTAoGBAKqQw1Fe81+sNgaxODtuMC1eQPEE4P99E8YgM9k9YxTjeu2p0oQIKNda\norim9C48RnhSXxl96UxmF+ThqncOSsK/y+rVwenXfKs+cqgtT71ZshebSwDnCQlZ\njyX0ksPFDlValhAxSP5W09g7SQsedFcsPBZr7V8AlWPsKTdaeWWe\n-----END RSA PRIVATE KEY-----\n", "user_id": "6733d783684f46b8b4c93ae370b01869", "name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "fingerprint": "2d:8c:e6:fb:85:f0:d6:88:71:e4:80:b9:75:f9:09:85"}} 2019-01-03 12:14:42,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-65f4321f-dc5d-4e2e-9bd3-40349a0fb139 2019-01-03 12:14:42,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.32914185524s 2019-01-03 12:14:42,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-65f4321f-dc5d-4e2e-9bd3-40349a0fb139 2019-01-03 12:14:42,161 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC78mZwAJXk0XvtIV3eVPl2hv/P9190yeEL9a1lUy0WIcNlnlAsWt5//35yQfb787gqkSFjXFz0b2+NSTXq8ZIGlkqTGMRrKhBJu2JzFZYDlhCLDbEcOc6IXFGbMuOdLOXaeJRxGum4Ll7Ptqxye9gPV3FVusLvONNj2+8whHIFrb5bPkSnWKHNU8ZmHvr72cW8Eya6bXp9cIZAxTdQSlzCHkxG2td2AyVq8mSv5QnhTn7HBvgOdofuVT//V66sDG84B3hiQiq/DlIXkzIzrkvaptqqBhkXLJYoSpZJVHlrC94GX0dQ0KpIhASO9VBnyDyjZTVO/+XpcP3Lg6MIlMcv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu/JmcACV5NF77SFd3lT5dob/z/dfdMnhC/WtZVMtFiHDZZ5Q\nLFref/9+ckH2+/O4KpEhY1xc9G9vjUk16vGSBpZKkxjEayoQSbticxWWA5YQiw2x\nHDnOiFxRmzLjnSzl2niUcRrpuC5ez7ascnvYD1dxVbrC7zjTY9vvMIRyBa2+Wz5E\np1ihzVPGZh76+9nFvBMmum16fXCGQMU3UEpcwh5MRtrXdgMlavJkr+UJ4U5+xwb4\nDnaH7lU//1eurAxvOAd4YkIqvw5SF5MyM65L2qbaqgYZFyyWKEqWSVR5awveBl9H\nUNCqSIQEjvVQZ8g8o2U1Tv/l6XD9y4OjCJTHLwIDAQABAoIBABL2+bkxhe6J6Nxb\nspIdtvJr2uJMTtiFCm1fg/imdPU3wPS/Dc37+VmnGUZEO7zeseWxsVHKXyLXH8V8\n7rDfYWHCxpGjPSanHu+hteRw+CsyeEbfwdBcUOfXkPB9KRSSFDuAUVI8afsIys5g\n23PN5VZe93O0Hblv3XzFE5SsuKiz3C0/OZxQ381N98CS5mARfz6cIDEhxrl8HcUI\nBI3y+BA9X/N5E6D+HcqJjjB1/w0GR26ZuesnVhqdINcvSoABMaoNIn2wHx21/lXV\nVBOnjFh6D54XYTeMIhh5p9fK0ArfoJ+aeuYH0xeY4d8W6l4HnsLtIXgCTAm+kCBM\n3VfKXIECgYEA3cJ+E/KvKTwuQ7JFXv40grlwrptbmoJFEMULba+XAK5Upd5vCRm/\nFOErxWlizWKRfBBONO4JUOOn5non0xGlH36VhpbfMrnexCCG+Suv3+qtyqJI0Jx+\nDRPnZAyCUtEMBgNnQWeoODeC1Tr/JXjlol3jcWybkfnQD8JgcgjDBMECgYEA2Pdi\nl08uF6ozrUOtXSm+N/kst1PVwuYKFGOKCJL5+B2kZu09WSOQLhasOz5zFIs6unGd\nhyDXs2Ko4VjlT7oBDFFlYYXqCpHSJEASJi3oM36v2vNgjozS8C8RxfuHGGgS/J+1\nTbN5xiG6oldgX+51twNaV2ixDXDJO9AJxYyWF+8CgYA7ePWnE+a2AFXIAf9ownQC\nuwjlSvT+MwGixbWS7QxqOlapRUYyAp2kU98RSnoc6tppk1XmDBCjiOp2fTxA9vJ5\nx9ECD2Q8jmyX3MFWAclhG+cP+QXeLJoBl9zukAxDeZzn3/HJMKuEqB6GYRQcUJgF\nO3jL6nyuYXjTQSXsbz0eAQKBgGKFGwi4FKb8S1Du/UbjkJOcGvj4IYXJrWQKuwAf\ntVA8LY3rRkM2yd6Tvwt71QfMHRPSSYS1nhy/vQ3urtngDV/Jii6Zf2fjRTfevB8I\nE3tmmHXks8CnI5Wa2gg7qeGkSJLb9pjc2Xvljvjukj2da2h6Jkiwqkz/HPGDCxzg\nNLuTAoGBAKqQw1Fe81+sNgaxODtuMC1eQPEE4P99E8YgM9k9YxTjeu2p0oQIKNda\norim9C48RnhSXxl96UxmF+ThqncOSsK/y+rVwenXfKs+cqgtT71ZshebSwDnCQlZ\njyX0ksPFDlValhAxSP5W09g7SQsedFcsPBZr7V8AlWPsKTdaeWWe\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'6733d783684f46b8b4c93ae370b01869', 'name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'created_at': '2019-01-03T12:14:42.161425', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'304f3867167e49e994d7d0e875999477', 'name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2d:8c:e6:fb:85:f0:d6:88:71:e4:80:b9:75:f9:09:85', 'type': 'ssh', 'id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7'}) 2019-01-03 12:14:42,161 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAu/JmcACV5NF77SFd3lT5dob/z/dfdMnhC/WtZVMtFiHDZZ5Q LFref/9+ckH2+/O4KpEhY1xc9G9vjUk16vGSBpZKkxjEayoQSbticxWWA5YQiw2x HDnOiFxRmzLjnSzl2niUcRrpuC5ez7ascnvYD1dxVbrC7zjTY9vvMIRyBa2+Wz5E p1ihzVPGZh76+9nFvBMmum16fXCGQMU3UEpcwh5MRtrXdgMlavJkr+UJ4U5+xwb4 DnaH7lU//1eurAxvOAd4YkIqvw5SF5MyM65L2qbaqgYZFyyWKEqWSVR5awveBl9H UNCqSIQEjvVQZ8g8o2U1Tv/l6XD9y4OjCJTHLwIDAQABAoIBABL2+bkxhe6J6Nxb spIdtvJr2uJMTtiFCm1fg/imdPU3wPS/Dc37+VmnGUZEO7zeseWxsVHKXyLXH8V8 7rDfYWHCxpGjPSanHu+hteRw+CsyeEbfwdBcUOfXkPB9KRSSFDuAUVI8afsIys5g 23PN5VZe93O0Hblv3XzFE5SsuKiz3C0/OZxQ381N98CS5mARfz6cIDEhxrl8HcUI BI3y+BA9X/N5E6D+HcqJjjB1/w0GR26ZuesnVhqdINcvSoABMaoNIn2wHx21/lXV VBOnjFh6D54XYTeMIhh5p9fK0ArfoJ+aeuYH0xeY4d8W6l4HnsLtIXgCTAm+kCBM 3VfKXIECgYEA3cJ+E/KvKTwuQ7JFXv40grlwrptbmoJFEMULba+XAK5Upd5vCRm/ FOErxWlizWKRfBBONO4JUOOn5non0xGlH36VhpbfMrnexCCG+Suv3+qtyqJI0Jx+ DRPnZAyCUtEMBgNnQWeoODeC1Tr/JXjlol3jcWybkfnQD8JgcgjDBMECgYEA2Pdi l08uF6ozrUOtXSm+N/kst1PVwuYKFGOKCJL5+B2kZu09WSOQLhasOz5zFIs6unGd hyDXs2Ko4VjlT7oBDFFlYYXqCpHSJEASJi3oM36v2vNgjozS8C8RxfuHGGgS/J+1 TbN5xiG6oldgX+51twNaV2ixDXDJO9AJxYyWF+8CgYA7ePWnE+a2AFXIAf9ownQC uwjlSvT+MwGixbWS7QxqOlapRUYyAp2kU98RSnoc6tppk1XmDBCjiOp2fTxA9vJ5 x9ECD2Q8jmyX3MFWAclhG+cP+QXeLJoBl9zukAxDeZzn3/HJMKuEqB6GYRQcUJgF O3jL6nyuYXjTQSXsbz0eAQKBgGKFGwi4FKb8S1Du/UbjkJOcGvj4IYXJrWQKuwAf tVA8LY3rRkM2yd6Tvwt71QfMHRPSSYS1nhy/vQ3urtngDV/Jii6Zf2fjRTfevB8I E3tmmHXks8CnI5Wa2gg7qeGkSJLb9pjc2Xvljvjukj2da2h6Jkiwqkz/HPGDCxzg NLuTAoGBAKqQw1Fe81+sNgaxODtuMC1eQPEE4P99E8YgM9k9YxTjeu2p0oQIKNda orim9C48RnhSXxl96UxmF+ThqncOSsK/y+rVwenXfKs+cqgtT71ZshebSwDnCQlZ jyX0ksPFDlValhAxSP5W09g7SQsedFcsPBZr7V8AlWPsKTdaeWWe -----END RSA PRIVATE KEY----- 2019-01-03 12:14:42,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-03 12:14:42,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"security_group": {"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2019-01-03 12:14:42,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-e43bc51e-0836-4357-bb60-25c7f4230958 Date: Thu, 03 Jan 2019 12:14:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 2, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:14:42,511 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e43bc51e-0836-4357-bb60-25c7f4230958 2019-01-03 12:14:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.346662998199s 2019-01-03 12:14:42,512 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e43bc51e-0836-4357-bb60-25c7f4230958 2019-01-03 12:14:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:42,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-2c7efad2-87e6-4993-accd-90a086a116f3 Date: Thu, 03 Jan 2019 12:14:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 2, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:42,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2c7efad2-87e6-4993-accd-90a086a116f3 2019-01-03 12:14:42,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238076925278s 2019-01-03 12:14:42,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2c7efad2-87e6-4993-accd-90a086a116f3 2019-01-03 12:14:42,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:42,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:43,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-07ba679b-1958-43f9-8e96-60ac9e765135 Date: Thu, 03 Jan 2019 12:14:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": 22, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:43Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64"}} 2019-01-03 12:14:43,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-07ba679b-1958-43f9-8e96-60ac9e765135 2019-01-03 12:14:43,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.35070681572s 2019-01-03 12:14:43,111 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-07ba679b-1958-43f9-8e96-60ac9e765135 2019-01-03 12:14:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:43,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:43,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-32a514d8-0dd1-4997-b5dd-ecf6c70df61e Date: Thu, 03 Jan 2019 12:14:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 3, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:43,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-32a514d8-0dd1-4997-b5dd-ecf6c70df61e 2019-01-03 12:14:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209064006805s 2019-01-03 12:14:43,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-32a514d8-0dd1-4997-b5dd-ecf6c70df61e 2019-01-03 12:14:43,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:43,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:43,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d710848f-4937-4f9a-a563-92f5c3249c75 Date: Thu, 03 Jan 2019 12:14:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": null, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:43Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "17fdcead-b85e-4e58-bbfb-883f45307322"}} 2019-01-03 12:14:43,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d710848f-4937-4f9a-a563-92f5c3249c75 2019-01-03 12:14:43,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.423196077347s 2019-01-03 12:14:43,751 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-d710848f-4937-4f9a-a563-92f5c3249c75 2019-01-03 12:14:43,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:43,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:43,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-84d879b7-0a23-4efb-b923-d999df3632a1 Date: Thu, 03 Jan 2019 12:14:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:43,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84d879b7-0a23-4efb-b923-d999df3632a1 2019-01-03 12:14:43,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.218512058258s 2019-01-03 12:14:43,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-84d879b7-0a23-4efb-b923-d999df3632a1 2019-01-03 12:14:43,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:43,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:44,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ba8aa530-1071-4514-9a9e-3afd836db212 Date: Thu, 03 Jan 2019 12:14: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": 80, "updated_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": 80, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:44Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "93174181-6714-4b2a-9170-653ac8e5749e"}} 2019-01-03 12:14:44,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ba8aa530-1071-4514-9a9e-3afd836db212 2019-01-03 12:14:44,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.330227136612s 2019-01-03 12:14:44,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-ba8aa530-1071-4514-9a9e-3afd836db212 2019-01-03 12:14:44,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:44,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:44,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-30042a39-c71f-4889-942b-6ceac33d3a3d Date: Thu, 03 Jan 2019 12:14:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "93174181-6714-4b2a-9170-653ac8e5749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 80, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 5, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:44,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-30042a39-c71f-4889-942b-6ceac33d3a3d 2019-01-03 12:14:44,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201534986496s 2019-01-03 12:14:44,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-30042a39-c71f-4889-942b-6ceac33d3a3d 2019-01-03 12:14:44,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:44,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:44,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-80d123f9-ac11-4a73-9b32-25794a3678c3 Date: Thu, 03 Jan 2019 12:14: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": 443, "updated_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": 443, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:44Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "6528cd8e-204e-4e4d-8fb5-b961a8f52b87"}} 2019-01-03 12:14:44,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-80d123f9-ac11-4a73-9b32-25794a3678c3 2019-01-03 12:14:44,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.322316169739s 2019-01-03 12:14:44,841 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-80d123f9-ac11-4a73-9b32-25794a3678c3 2019-01-03 12:14:44,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:44,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:44,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-0a0ce05d-7b59-44ec-a172-9cac0d37bed0 Date: Thu, 03 Jan 2019 12:14:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "6528cd8e-204e-4e4d-8fb5-b961a8f52b87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 443, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "93174181-6714-4b2a-9170-653ac8e5749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 80, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 6, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:44,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a0ce05d-7b59-44ec-a172-9cac0d37bed0 2019-01-03 12:14:44,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0735580921173s 2019-01-03 12:14:44,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-0a0ce05d-7b59-44ec-a172-9cac0d37bed0 2019-01-03 12:14:44,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:44,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:45,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-53c32335-c155-4ab0-bdf1-89005d7819e9 Date: Thu, 03 Jan 2019 12:14: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": 5671, "updated_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": 5671, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:45Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "9ecee093-4705-45d6-8bc7-57a724cea2f7"}} 2019-01-03 12:14:45,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-53c32335-c155-4ab0-bdf1-89005d7819e9 2019-01-03 12:14:45,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157613992691s 2019-01-03 12:14:45,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-53c32335-c155-4ab0-bdf1-89005d7819e9 2019-01-03 12:14:45,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:14:45,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:45,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-a20f65a0-9360-4ccd-9af5-7c9605130ac5 Date: Thu, 03 Jan 2019 12:14:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "6528cd8e-204e-4e4d-8fb5-b961a8f52b87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 443, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "93174181-6714-4b2a-9170-653ac8e5749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 80, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-03T12:14:45Z", "revision_number": 0, "id": "9ecee093-4705-45d6-8bc7-57a724cea2f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 7, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:45,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-a20f65a0-9360-4ccd-9af5-7c9605130ac5 2019-01-03 12:14:45,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211085796356s 2019-01-03 12:14:45,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-a20f65a0-9360-4ccd-9af5-7c9605130ac5 2019-01-03 12:14:45,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:14:45,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}}' 2019-01-03 12:14:45,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-4ffd899d-4d79-4c26-b509-dc185a7152eb Date: Thu, 03 Jan 2019 12:14: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": 53333, "updated_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "port_range_min": 53333, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:45Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "ea62e438-3c2c-4bfc-a661-2b48aa30f404"}} 2019-01-03 12:14:45,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4ffd899d-4d79-4c26-b509-dc185a7152eb 2019-01-03 12:14:45,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.301988124847s 2019-01-03 12:14:45,601 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-4ffd899d-4d79-4c26-b509-dc185a7152eb 2019-01-03 12:14:45,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:14:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:46,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-b9627a5c-bcdf-4c5a-874e-0506ad741391 Date: Thu, 03 Jan 2019 12:14: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":["c10703f1-b9db-428c-8783-4447136869c6"],"updated_at":"2019-01-03T12:12:51Z","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:14:46,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b9627a5c-bcdf-4c5a-874e-0506ad741391 2019-01-03 12:14:46,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401054859161s 2019-01-03 12:14:46,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-b9627a5c-bcdf-4c5a-874e-0506ad741391 2019-01-03 12:14:46,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:14:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:46,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-85d2ff6e-5724-43e7-8e21-54efb8ccad2d Date: Thu, 03 Jan 2019 12:14:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "metadata": {}}], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": 4373348352, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:13:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:14:46,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-85d2ff6e-5724-43e7-8e21-54efb8ccad2d 2019-01-03 12:14:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0299611091614s 2019-01-03 12:14:46,036 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-85d2ff6e-5724-43e7-8e21-54efb8ccad2d 2019-01-03 12:14:46,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:14:46,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:46,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14: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-cdd98986-a448-4a62-8f0c-122ba4d1315c x-compute-request-id: req-cdd98986-a448-4a62-8f0c-122ba4d1315c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "name": "cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:14:46,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cdd98986-a448-4a62-8f0c-122ba4d1315c 2019-01-03 12:14:46,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0409309864044s 2019-01-03 12:14:46,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-cdd98986-a448-4a62-8f0c-122ba4d1315c 2019-01-03 12:14:46,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 12:14:46,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"server": {"name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "imageRef": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "flavorRef": "1729e058-1c4e-4d2b-9c06-c541e542d784", "max_count": 1, "min_count": 1, "networks": [{"uuid": "896d0be9-fb35-4a0b-bba9-c525ef82869c"}], "security_groups": [{"name": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}]}}' 2019-01-03 12:14:48,374 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:14: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-c66903ae-b04a-43f7-a1dc-8e5831d8c7ab x-compute-request-id: req-c66903ae-b04a-43f7-a1dc-8e5831d8c7ab Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f2c1c127-375a-46fc-b19d-f73a442e61c6"}], "OS-DCF:diskConfig": "MANUAL", "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "adminPass": "Xqewmrxiaxa8"}} 2019-01-03 12:14:48,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c66903ae-b04a-43f7-a1dc-8e5831d8c7ab 2019-01-03 12:14:48,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.2938439846s 2019-01-03 12:14:48,375 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-c66903ae-b04a-43f7-a1dc-8e5831d8c7ab 2019-01-03 12:14:48,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:14:48,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:48,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-cb083a02-c60f-460b-b34a-9929a59aef35 x-compute-request-id: req-cb083a02-c60f-460b-b34a-9929a59aef35 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:14:48,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cb083a02-c60f-460b-b34a-9929a59aef35 2019-01-03 12:14:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42803812027s 2019-01-03 12:14:48,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-cb083a02-c60f-460b-b34a-9929a59aef35 2019-01-03 12:14:48,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:14:48,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:48,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-0b895832-e481-4c38-9ee8-b5e5bd3754c2 Date: Thu, 03 Jan 2019 12:14: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":["c10703f1-b9db-428c-8783-4447136869c6"],"updated_at":"2019-01-03T12:12:51Z","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:14:48,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0b895832-e481-4c38-9ee8-b5e5bd3754c2 2019-01-03 12:14:48,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108929157257s 2019-01-03 12:14:48,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-0b895832-e481-4c38-9ee8-b5e5bd3754c2 2019-01-03 12:14:48,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 12:14:48,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:49,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-327ffc44-251d-4aaa-a2c7-61eb04b57199 Date: Thu, 03 Jan 2019 12:14:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:12:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"304f3867167e49e994d7d0e875999477","id":"c10703f1-b9db-428c-8783-4447136869c6","subnetpool_id":null,"name":"cloudify_ims-subnet_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:14:49,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-327ffc44-251d-4aaa-a2c7-61eb04b57199 2019-01-03 12:14:49,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.195542097092s 2019-01-03 12:14:49,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-327ffc44-251d-4aaa-a2c7-61eb04b57199 2019-01-03 12:14:49,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:14:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:14:51,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:52,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-6417552c-3e81-43bb-8caf-2e6361a1b77a x-compute-request-id: req-6417552c-3e81-43bb-8caf-2e6361a1b77a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:14:52,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6417552c-3e81-43bb-8caf-2e6361a1b77a 2019-01-03 12:14:52,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.950715065002s 2019-01-03 12:14:52,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6417552c-3e81-43bb-8caf-2e6361a1b77a 2019-01-03 12:14:52,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:14:54,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:14:54,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:54,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14: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-6da9cf9a-c3a3-4d8d-bb77-1aefe2421d3a x-compute-request-id: req-6da9cf9a-c3a3-4d8d-bb77-1aefe2421d3a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:14:54,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6da9cf9a-c3a3-4d8d-bb77-1aefe2421d3a 2019-01-03 12:14:54,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523463964462s 2019-01-03 12:14:54,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6da9cf9a-c3a3-4d8d-bb77-1aefe2421d3a 2019-01-03 12:14:54,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:14:56,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:14:56,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:14:57,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14: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-a39a9829-1b8e-4f1e-b86e-bd745697b02b x-compute-request-id: req-a39a9829-1b8e-4f1e-b86e-bd745697b02b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:14:57,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a39a9829-1b8e-4f1e-b86e-bd745697b02b 2019-01-03 12:14:57,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.848882198334s 2019-01-03 12:14:57,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a39a9829-1b8e-4f1e-b86e-bd745697b02b 2019-01-03 12:14:57,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:14:59,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:14:59,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:00,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:14: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-5f9f1f83-ed82-4c5e-91c4-a079e0a2b770 x-compute-request-id: req-5f9f1f83-ed82-4c5e-91c4-a079e0a2b770 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:00,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f9f1f83-ed82-4c5e-91c4-a079e0a2b770 2019-01-03 12:15:00,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.914797067642s 2019-01-03 12:15:00,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5f9f1f83-ed82-4c5e-91c4-a079e0a2b770 2019-01-03 12:15:00,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:02,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:02,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-6c53fef5-4a12-4075-b3ce-8c0f1a818a72 x-compute-request-id: req-6c53fef5-4a12-4075-b3ce-8c0f1a818a72 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:02,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c53fef5-4a12-4075-b3ce-8c0f1a818a72 2019-01-03 12:15:02,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528672933578s 2019-01-03 12:15:02,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6c53fef5-4a12-4075-b3ce-8c0f1a818a72 2019-01-03 12:15:02,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:04,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:05,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-0e40f677-0d3f-45b8-95fe-8a327ac1a6a3 x-compute-request-id: req-0e40f677-0d3f-45b8-95fe-8a327ac1a6a3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:05,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0e40f677-0d3f-45b8-95fe-8a327ac1a6a3 2019-01-03 12:15:05,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523349046707s 2019-01-03 12:15:05,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0e40f677-0d3f-45b8-95fe-8a327ac1a6a3 2019-01-03 12:15:05,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:07,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:07,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:07,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-ca4a0654-7818-4671-8f33-e0e7b73743b6 x-compute-request-id: req-ca4a0654-7818-4671-8f33-e0e7b73743b6 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:07,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca4a0654-7818-4671-8f33-e0e7b73743b6 2019-01-03 12:15:07,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499257087708s 2019-01-03 12:15:07,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ca4a0654-7818-4671-8f33-e0e7b73743b6 2019-01-03 12:15:07,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:09,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:10,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-70db1e45-4121-4702-95ee-a752eceef833 x-compute-request-id: req-70db1e45-4121-4702-95ee-a752eceef833 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:10,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70db1e45-4121-4702-95ee-a752eceef833 2019-01-03 12:15:10,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.888194084167s 2019-01-03 12:15:10,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-70db1e45-4121-4702-95ee-a752eceef833 2019-01-03 12:15:10,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:12,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:13,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-3116f4f6-3032-4f01-8ca7-457aefe0f9c8 x-compute-request-id: req-3116f4f6-3032-4f01-8ca7-457aefe0f9c8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:13,418 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3116f4f6-3032-4f01-8ca7-457aefe0f9c8 2019-01-03 12:15:13,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561280012131s 2019-01-03 12:15:13,418 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3116f4f6-3032-4f01-8ca7-457aefe0f9c8 2019-01-03 12:15:13,422 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:15,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:15,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:15,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f894125c-817c-4c83-9fdd-5b433db431b9 x-compute-request-id: req-f894125c-817c-4c83-9fdd-5b433db431b9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:15,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f894125c-817c-4c83-9fdd-5b433db431b9 2019-01-03 12:15:15,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387681007385s 2019-01-03 12:15:15,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f894125c-817c-4c83-9fdd-5b433db431b9 2019-01-03 12:15:15,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:17,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:18,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3db80af4-b543-4866-9d72-9f4d11861ebb x-compute-request-id: req-3db80af4-b543-4866-9d72-9f4d11861ebb Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:18,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3db80af4-b543-4866-9d72-9f4d11861ebb 2019-01-03 12:15:18,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503947973251s 2019-01-03 12:15:18,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3db80af4-b543-4866-9d72-9f4d11861ebb 2019-01-03 12:15:18,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:20,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:20,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:21,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fa0ee49-9265-4f3d-adfe-0eea48abcc88 x-compute-request-id: req-2fa0ee49-9265-4f3d-adfe-0eea48abcc88 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:21,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2fa0ee49-9265-4f3d-adfe-0eea48abcc88 2019-01-03 12:15:21,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719310998917s 2019-01-03 12:15:21,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2fa0ee49-9265-4f3d-adfe-0eea48abcc88 2019-01-03 12:15:21,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:23,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:23,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:23,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbe00275-2db8-424f-a82a-469ce6b0506e x-compute-request-id: req-dbe00275-2db8-424f-a82a-469ce6b0506e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:23,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dbe00275-2db8-424f-a82a-469ce6b0506e 2019-01-03 12:15:23,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.645755052567s 2019-01-03 12:15:23,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-dbe00275-2db8-424f-a82a-469ce6b0506e 2019-01-03 12:15:23,712 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:25,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:25,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:26,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d4ee6d3-3ff8-4656-af58-be60e2c41f2c x-compute-request-id: req-0d4ee6d3-3ff8-4656-af58-be60e2c41f2c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:26,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d4ee6d3-3ff8-4656-af58-be60e2c41f2c 2019-01-03 12:15:26,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.855212926865s 2019-01-03 12:15:26,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0d4ee6d3-3ff8-4656-af58-be60e2c41f2c 2019-01-03 12:15:26,575 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:28,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:28,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:29,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-d35614ed-6eb3-4219-bc16-6e614ca54843 x-compute-request-id: req-d35614ed-6eb3-4219-bc16-6e614ca54843 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:29,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d35614ed-6eb3-4219-bc16-6e614ca54843 2019-01-03 12:15:29,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.872390031815s 2019-01-03 12:15:29,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d35614ed-6eb3-4219-bc16-6e614ca54843 2019-01-03 12:15:29,455 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:31,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:31,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:31,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d8216c9-a5cf-42a5-9733-59e7b32d5067 x-compute-request-id: req-3d8216c9-a5cf-42a5-9733-59e7b32d5067 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:31,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d8216c9-a5cf-42a5-9733-59e7b32d5067 2019-01-03 12:15:31,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536133050919s 2019-01-03 12:15:31,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d8216c9-a5cf-42a5-9733-59e7b32d5067 2019-01-03 12:15:31,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:34,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:34,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:34,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eda58fbd-53db-45d3-9d61-a64a6e6ff48b x-compute-request-id: req-eda58fbd-53db-45d3-9d61-a64a6e6ff48b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:34,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eda58fbd-53db-45d3-9d61-a64a6e6ff48b 2019-01-03 12:15:34,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644860029221s 2019-01-03 12:15:34,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eda58fbd-53db-45d3-9d61-a64a6e6ff48b 2019-01-03 12:15:34,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:36,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:36,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:37,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-291e6ab3-ad29-454a-80e6-1a06bd2d7fde x-compute-request-id: req-291e6ab3-ad29-454a-80e6-1a06bd2d7fde Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:37,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-291e6ab3-ad29-454a-80e6-1a06bd2d7fde 2019-01-03 12:15:37,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386482000351s 2019-01-03 12:15:37,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-291e6ab3-ad29-454a-80e6-1a06bd2d7fde 2019-01-03 12:15:37,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:39,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:39,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:39,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-d78ccaa0-a900-4c30-9683-5fa0dbb0f7a2 x-compute-request-id: req-d78ccaa0-a900-4c30-9683-5fa0dbb0f7a2 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:39,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d78ccaa0-a900-4c30-9683-5fa0dbb0f7a2 2019-01-03 12:15:39,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54923415184s 2019-01-03 12:15:39,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d78ccaa0-a900-4c30-9683-5fa0dbb0f7a2 2019-01-03 12:15:39,602 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:41,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:41,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:42,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-3d5c1ce4-c832-407e-80fd-621ec18085d2 x-compute-request-id: req-3d5c1ce4-c832-407e-80fd-621ec18085d2 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:42,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d5c1ce4-c832-407e-80fd-621ec18085d2 2019-01-03 12:15:42,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532768011093s 2019-01-03 12:15:42,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3d5c1ce4-c832-407e-80fd-621ec18085d2 2019-01-03 12:15:42,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:44,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:45,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-6e256f07-68b5-45de-a42f-83ed7a5436e3 x-compute-request-id: req-6e256f07-68b5-45de-a42f-83ed7a5436e3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:45,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e256f07-68b5-45de-a42f-83ed7a5436e3 2019-01-03 12:15:45,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934323072433s 2019-01-03 12:15:45,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6e256f07-68b5-45de-a42f-83ed7a5436e3 2019-01-03 12:15:45,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:47,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:47,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:47,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:15: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-eefda4cd-9c50-43de-8aaf-3bb332c154f7 x-compute-request-id: req-eefda4cd-9c50-43de-8aaf-3bb332c154f7 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:47,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eefda4cd-9c50-43de-8aaf-3bb332c154f7 2019-01-03 12:15:47,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.882118940353s 2019-01-03 12:15:47,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-eefda4cd-9c50-43de-8aaf-3bb332c154f7 2019-01-03 12:15:47,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:49,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:49,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:50,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-4e70e4dd-9250-4291-b25b-e24bcc5f98c8 x-compute-request-id: req-4e70e4dd-9250-4291-b25b-e24bcc5f98c8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:50,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e70e4dd-9250-4291-b25b-e24bcc5f98c8 2019-01-03 12:15:50,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55201292038s 2019-01-03 12:15:50,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-4e70e4dd-9250-4291-b25b-e24bcc5f98c8 2019-01-03 12:15:50,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:52,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:52,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:53,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-61e1d436-76b7-4770-a706-549bfadafda1 x-compute-request-id: req-61e1d436-76b7-4770-a706-549bfadafda1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:53,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61e1d436-76b7-4770-a706-549bfadafda1 2019-01-03 12:15:53,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534033060074s 2019-01-03 12:15:53,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-61e1d436-76b7-4770-a706-549bfadafda1 2019-01-03 12:15:53,073 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:55,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:55,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:55,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-88692797-9245-4b2b-bdce-732fc5b1727c x-compute-request-id: req-88692797-9245-4b2b-bdce-732fc5b1727c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:55,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88692797-9245-4b2b-bdce-732fc5b1727c 2019-01-03 12:15:55,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506285190582s 2019-01-03 12:15:55,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-88692797-9245-4b2b-bdce-732fc5b1727c 2019-01-03 12:15:55,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:15:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:15:57,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:15:58,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-9dfc272b-ffb7-490f-86a7-a563fded3066 x-compute-request-id: req-9dfc272b-ffb7-490f-86a7-a563fded3066 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:15:58,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9dfc272b-ffb7-490f-86a7-a563fded3066 2019-01-03 12:15:58,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549638986588s 2019-01-03 12:15:58,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9dfc272b-ffb7-490f-86a7-a563fded3066 2019-01-03 12:15:58,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:00,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:00,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:00,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-e608c2a2-627c-457e-8b17-7546ba221767 x-compute-request-id: req-e608c2a2-627c-457e-8b17-7546ba221767 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:00,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e608c2a2-627c-457e-8b17-7546ba221767 2019-01-03 12:16:00,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528849840164s 2019-01-03 12:16:00,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e608c2a2-627c-457e-8b17-7546ba221767 2019-01-03 12:16:00,678 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:02,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:02,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:03,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f6b3d48-6ccc-4ed8-b5cd-d272fbd46102 x-compute-request-id: req-6f6b3d48-6ccc-4ed8-b5cd-d272fbd46102 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:03,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6f6b3d48-6ccc-4ed8-b5cd-d272fbd46102 2019-01-03 12:16:03,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574157953262s 2019-01-03 12:16:03,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6f6b3d48-6ccc-4ed8-b5cd-d272fbd46102 2019-01-03 12:16:03,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:05,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:05,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:05,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-da3ef0c4-7586-4e03-8570-75a894dce088 x-compute-request-id: req-da3ef0c4-7586-4e03-8570-75a894dce088 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:05,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da3ef0c4-7586-4e03-8570-75a894dce088 2019-01-03 12:16:05,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666876077652s 2019-01-03 12:16:05,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-da3ef0c4-7586-4e03-8570-75a894dce088 2019-01-03 12:16:05,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:07,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:07,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:08,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-c594ffc2-e25b-4a0f-bb33-b10998a13913 x-compute-request-id: req-c594ffc2-e25b-4a0f-bb33-b10998a13913 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:08,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c594ffc2-e25b-4a0f-bb33-b10998a13913 2019-01-03 12:16:08,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526465892792s 2019-01-03 12:16:08,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c594ffc2-e25b-4a0f-bb33-b10998a13913 2019-01-03 12:16:08,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:10,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:10,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:10,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d03f4892-5297-4fdd-b42b-ca736579c28e x-compute-request-id: req-d03f4892-5297-4fdd-b42b-ca736579c28e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:10,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d03f4892-5297-4fdd-b42b-ca736579c28e 2019-01-03 12:16:10,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360566854477s 2019-01-03 12:16:10,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d03f4892-5297-4fdd-b42b-ca736579c28e 2019-01-03 12:16:10,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:12,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:12,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:13,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67948a45-e2ba-4fce-b060-1739cae501d5 x-compute-request-id: req-67948a45-e2ba-4fce-b060-1739cae501d5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:13,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67948a45-e2ba-4fce-b060-1739cae501d5 2019-01-03 12:16:13,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52515912056s 2019-01-03 12:16:13,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-67948a45-e2ba-4fce-b060-1739cae501d5 2019-01-03 12:16:13,368 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:15,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:15,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:16,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95fc55a8-5c49-40e2-b80d-7d14cb323455 x-compute-request-id: req-95fc55a8-5c49-40e2-b80d-7d14cb323455 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:16,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95fc55a8-5c49-40e2-b80d-7d14cb323455 2019-01-03 12:16:16,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692408084869s 2019-01-03 12:16:16,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95fc55a8-5c49-40e2-b80d-7d14cb323455 2019-01-03 12:16:16,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:18,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:18,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-32ae80a5-7909-48a5-85c8-e00c344e906e x-compute-request-id: req-32ae80a5-7909-48a5-85c8-e00c344e906e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:18,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32ae80a5-7909-48a5-85c8-e00c344e906e 2019-01-03 12:16:18,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511291027069s 2019-01-03 12:16:18,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-32ae80a5-7909-48a5-85c8-e00c344e906e 2019-01-03 12:16:18,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:20,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:20,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:21,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd4d1afe-f230-4b70-98c2-67312c7b695d x-compute-request-id: req-bd4d1afe-f230-4b70-98c2-67312c7b695d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:21,101 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bd4d1afe-f230-4b70-98c2-67312c7b695d 2019-01-03 12:16:21,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511883974075s 2019-01-03 12:16:21,102 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bd4d1afe-f230-4b70-98c2-67312c7b695d 2019-01-03 12:16:21,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:23,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:23,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:23,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07b94fd2-74b4-4c32-9128-9d2497aab4ec x-compute-request-id: req-07b94fd2-74b4-4c32-9128-9d2497aab4ec Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:23,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07b94fd2-74b4-4c32-9128-9d2497aab4ec 2019-01-03 12:16:23,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376377105713s 2019-01-03 12:16:23,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-07b94fd2-74b4-4c32-9128-9d2497aab4ec 2019-01-03 12:16:23,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:25,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:25,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:26,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-f7287e3f-d912-4397-a477-98eddd839b81 x-compute-request-id: req-f7287e3f-d912-4397-a477-98eddd839b81 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:26,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7287e3f-d912-4397-a477-98eddd839b81 2019-01-03 12:16:26,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667146921158s 2019-01-03 12:16:26,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7287e3f-d912-4397-a477-98eddd839b81 2019-01-03 12:16:26,165 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:28,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:28,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:28,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-a00d54a3-52fe-42ed-ba05-74127b82f686 x-compute-request-id: req-a00d54a3-52fe-42ed-ba05-74127b82f686 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:28,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a00d54a3-52fe-42ed-ba05-74127b82f686 2019-01-03 12:16:28,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694262981415s 2019-01-03 12:16:28,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a00d54a3-52fe-42ed-ba05-74127b82f686 2019-01-03 12:16:28,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:30,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:30,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:31,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-d8c578e9-ec4c-4a9d-93fd-d03eb0c083f0 x-compute-request-id: req-d8c578e9-ec4c-4a9d-93fd-d03eb0c083f0 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:31,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8c578e9-ec4c-4a9d-93fd-d03eb0c083f0 2019-01-03 12:16:31,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524823904037s 2019-01-03 12:16:31,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d8c578e9-ec4c-4a9d-93fd-d03eb0c083f0 2019-01-03 12:16:31,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:33,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:33,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:33,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-f9738cab-86c2-499c-927f-23a9c022d7ec x-compute-request-id: req-f9738cab-86c2-499c-927f-23a9c022d7ec Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:33,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f9738cab-86c2-499c-927f-23a9c022d7ec 2019-01-03 12:16:33,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368364810944s 2019-01-03 12:16:33,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f9738cab-86c2-499c-927f-23a9c022d7ec 2019-01-03 12:16:33,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:35,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:35,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:36,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-3008e35e-db57-45fc-991c-ed75bfa5b5d5 x-compute-request-id: req-3008e35e-db57-45fc-991c-ed75bfa5b5d5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:36,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3008e35e-db57-45fc-991c-ed75bfa5b5d5 2019-01-03 12:16:36,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505312919617s 2019-01-03 12:16:36,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-3008e35e-db57-45fc-991c-ed75bfa5b5d5 2019-01-03 12:16:36,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:38,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:38,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:38,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6b8b917-62e0-4359-8e03-a673a9deba48 x-compute-request-id: req-c6b8b917-62e0-4359-8e03-a673a9deba48 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:38,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6b8b917-62e0-4359-8e03-a673a9deba48 2019-01-03 12:16:38,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532421112061s 2019-01-03 12:16:38,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c6b8b917-62e0-4359-8e03-a673a9deba48 2019-01-03 12:16:38,825 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:40,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:41,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f39c3648-7cc4-40b5-8fce-d48e4ba82a43 x-compute-request-id: req-f39c3648-7cc4-40b5-8fce-d48e4ba82a43 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:41,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f39c3648-7cc4-40b5-8fce-d48e4ba82a43 2019-01-03 12:16:41,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678037166595s 2019-01-03 12:16:41,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f39c3648-7cc4-40b5-8fce-d48e4ba82a43 2019-01-03 12:16:41,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:43,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:43,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:44,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d497fb68-edae-450f-bcf7-f9a9b1c0936e x-compute-request-id: req-d497fb68-edae-450f-bcf7-f9a9b1c0936e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:44,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d497fb68-edae-450f-bcf7-f9a9b1c0936e 2019-01-03 12:16:44,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654528141022s 2019-01-03 12:16:44,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d497fb68-edae-450f-bcf7-f9a9b1c0936e 2019-01-03 12:16:44,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:46,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:46,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-535f7e96-bc07-4089-a147-7604af5c4656 x-compute-request-id: req-535f7e96-bc07-4089-a147-7604af5c4656 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:46,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-535f7e96-bc07-4089-a147-7604af5c4656 2019-01-03 12:16:46,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386645078659s 2019-01-03 12:16:46,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-535f7e96-bc07-4089-a147-7604af5c4656 2019-01-03 12:16:46,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:48,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:48,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:49,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f42e7ac8-2c2a-4243-a147-aebde84c21b8 x-compute-request-id: req-f42e7ac8-2c2a-4243-a147-aebde84c21b8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:49,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f42e7ac8-2c2a-4243-a147-aebde84c21b8 2019-01-03 12:16:49,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54248213768s 2019-01-03 12:16:49,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f42e7ac8-2c2a-4243-a147-aebde84c21b8 2019-01-03 12:16:49,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:51,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:51,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:51,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38299be1-997b-49b3-bea6-dab194cc4cfe x-compute-request-id: req-38299be1-997b-49b3-bea6-dab194cc4cfe Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:51,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-38299be1-997b-49b3-bea6-dab194cc4cfe 2019-01-03 12:16:51,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542238950729s 2019-01-03 12:16:51,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-38299be1-997b-49b3-bea6-dab194cc4cfe 2019-01-03 12:16:51,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:53,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:54,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-ec0c89a4-5a3d-4ad7-baed-44eb33178278 x-compute-request-id: req-ec0c89a4-5a3d-4ad7-baed-44eb33178278 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:54,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ec0c89a4-5a3d-4ad7-baed-44eb33178278 2019-01-03 12:16:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678237915039s 2019-01-03 12:16:54,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ec0c89a4-5a3d-4ad7-baed-44eb33178278 2019-01-03 12:16:54,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:56,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:57,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16: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-27d24aa5-4237-4d34-a90a-4a03f31c6458 x-compute-request-id: req-27d24aa5-4237-4d34-a90a-4a03f31c6458 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:57,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27d24aa5-4237-4d34-a90a-4a03f31c6458 2019-01-03 12:16:57,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653330802917s 2019-01-03 12:16:57,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-27d24aa5-4237-4d34-a90a-4a03f31c6458 2019-01-03 12:16:57,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:16:59,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:16:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:16:59,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:16:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cd809a3-4cae-4ae4-9f09-d2251401117d x-compute-request-id: req-0cd809a3-4cae-4ae4-9f09-d2251401117d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:16:59,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cd809a3-4cae-4ae4-9f09-d2251401117d 2019-01-03 12:16:59,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44088101387s 2019-01-03 12:16:59,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0cd809a3-4cae-4ae4-9f09-d2251401117d 2019-01-03 12:16:59,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:01,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:01,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:02,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17: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-120b31e3-5b3a-4ba9-bf94-43c398880525 x-compute-request-id: req-120b31e3-5b3a-4ba9-bf94-43c398880525 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:02,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-120b31e3-5b3a-4ba9-bf94-43c398880525 2019-01-03 12:17:02,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777995109558s 2019-01-03 12:17:02,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-120b31e3-5b3a-4ba9-bf94-43c398880525 2019-01-03 12:17:02,242 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:04,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:04,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:04,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ebb0b87-e708-4b72-b800-4e4dfc3be863 x-compute-request-id: req-1ebb0b87-e708-4b72-b800-4e4dfc3be863 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:04,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ebb0b87-e708-4b72-b800-4e4dfc3be863 2019-01-03 12:17:04,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524362802505s 2019-01-03 12:17:04,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ebb0b87-e708-4b72-b800-4e4dfc3be863 2019-01-03 12:17:04,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:06,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:06,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:07,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44a6875a-e49c-458a-9832-46f55bc3def3 x-compute-request-id: req-44a6875a-e49c-458a-9832-46f55bc3def3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:07,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-44a6875a-e49c-458a-9832-46f55bc3def3 2019-01-03 12:17:07,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51570892334s 2019-01-03 12:17:07,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-44a6875a-e49c-458a-9832-46f55bc3def3 2019-01-03 12:17:07,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:09,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:09,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:09,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-ba18abd6-32e6-4d2e-9f09-7b086b376eaf x-compute-request-id: req-ba18abd6-32e6-4d2e-9f09-7b086b376eaf Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:09,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba18abd6-32e6-4d2e-9f09-7b086b376eaf 2019-01-03 12:17:09,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680040121078s 2019-01-03 12:17:09,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ba18abd6-32e6-4d2e-9f09-7b086b376eaf 2019-01-03 12:17:09,982 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:11,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:11,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:12,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17: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-e522ba49-ff9a-422a-981e-a99a2b261f29 x-compute-request-id: req-e522ba49-ff9a-422a-981e-a99a2b261f29 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:12,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e522ba49-ff9a-422a-981e-a99a2b261f29 2019-01-03 12:17:12,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.5406229496s 2019-01-03 12:17:12,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e522ba49-ff9a-422a-981e-a99a2b261f29 2019-01-03 12:17:12,530 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:14,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:15,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17: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-96b20fa3-b82e-42c2-a80c-75c238f41a61 x-compute-request-id: req-96b20fa3-b82e-42c2-a80c-75c238f41a61 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:15,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-96b20fa3-b82e-42c2-a80c-75c238f41a61 2019-01-03 12:17:15,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535692930222s 2019-01-03 12:17:15,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-96b20fa3-b82e-42c2-a80c-75c238f41a61 2019-01-03 12:17:15,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:17,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:17,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:17,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-8f9f45b8-a95b-4c47-b71f-6739ffda2f94 x-compute-request-id: req-8f9f45b8-a95b-4c47-b71f-6739ffda2f94 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:17,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f9f45b8-a95b-4c47-b71f-6739ffda2f94 2019-01-03 12:17:17,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518829107285s 2019-01-03 12:17:17,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-8f9f45b8-a95b-4c47-b71f-6739ffda2f94 2019-01-03 12:17:17,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:19,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:19,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:19,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-9a74fdf3-0ce4-4a95-a65f-96ac29a41def x-compute-request-id: req-9a74fdf3-0ce4-4a95-a65f-96ac29a41def Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:14:50Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:19,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9a74fdf3-0ce4-4a95-a65f-96ac29a41def 2019-01-03 12:17:19,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372393131256s 2019-01-03 12:17:19,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9a74fdf3-0ce4-4a95-a65f-96ac29a41def 2019-01-03 12:17:19,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:17:21,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:17:21,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:22,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-6a414359-be15-487a-ad82-56b9bb000be7 x-compute-request-id: req-6a414359-be15-487a-ad82-56b9bb000be7 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:99:63", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:17:20.000000", "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:17:20Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:17:22,375 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a414359-be15-487a-ad82-56b9bb000be7 2019-01-03 12:17:22,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394365787506s 2019-01-03 12:17:22,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a414359-be15-487a-ad82-56b9bb000be7 2019-01-03 12:17:22,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 12:17:22,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:22,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-3ba8871f-490e-4d32-bf04-0ab66de1eb1b Date: Thu, 03 Jan 2019 12:17:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:17:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c10703f1-b9db-428c-8783-4447136869c6","ip_address":"192.168.120.8"}],"id":"fd7154c9-edaa-4627-94c7-f39c503cfbbd","security_groups":["f2c1c127-375a-46fc-b19d-f73a442e61c6"],"mac_address":"fa:16:3e:45:99:63","project_id":"304f3867167e49e994d7d0e875999477","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:14:50Z","binding:vnic_type":"normal","device_id":"66bd8022-4c3c-4367-bb40-ef717ac1721a"}]} 2019-01-03 12:17:22,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-3ba8871f-490e-4d32-bf04-0ab66de1eb1b 2019-01-03 12:17:22,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0668561458588s 2019-01-03 12:17:22,447 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-3ba8871f-490e-4d32-bf04-0ab66de1eb1b 2019-01-03 12:17:22,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:22,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=fd7154c9-edaa-4627-94c7-f39c503cfbbd" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:22,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a516b2af-cb3c-49b4-8388-729cc1773d2e Date: Thu, 03 Jan 2019 12:17:22 GMT RESP BODY: {"floatingips": []} 2019-01-03 12:17:22,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=fd7154c9-edaa-4627-94c7-f39c503cfbbd used request id req-a516b2af-cb3c-49b4-8388-729cc1773d2e 2019-01-03 12:17:22,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0216591358185s 2019-01-03 12:17:22,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=fd7154c9-edaa-4627-94c7-f39c503cfbbd used request id req-a516b2af-cb3c-49b4-8388-729cc1773d2e 2019-01-03 12:17:22,476 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:45:99:63', 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'65ddc77d-0ecd-4224-907c-c5f406c2d585'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T12:17:20.000000', 'flavor': Munch({u'id': u'1729e058-1c4e-4d2b-9c06-c541e542d784'}), 'az': u'nova', 'id': u'66bd8022-4c3c-4367-bb40-ef717ac1721a', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'6733d783684f46b8b4c93ae370b01869', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'304f3867167e49e994d7d0e875999477', 'name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', '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'2019-01-03T12:17:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T12:17:20Z', 'hostId': u'68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32', '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'2019-01-03T12:17:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'304f3867167e49e994d7d0e875999477', 'name': u'cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'adminPass': u'Xqewmrxiaxa8', 'tenant_id': u'304f3867167e49e994d7d0e875999477', 'region': 'regionOne', 'created': u'2019-01-03T12:14:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 12:17:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:17:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:22,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-43983f53-ba14-43c5-86e0-1b493c3d40de Date: Thu, 03 Jan 2019 12:17: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":["c10703f1-b9db-428c-8783-4447136869c6"],"updated_at":"2019-01-03T12:12:51Z","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:17:22,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43983f53-ba14-43c5-86e0-1b493c3d40de 2019-01-03 12:17:22,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122268915176s 2019-01-03 12:17:22,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-43983f53-ba14-43c5-86e0-1b493c3d40de 2019-01-03 12:17:22,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 12:17:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:22,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-6fb3a285-cd27-4833-9439-8613aabd4ecf Date: Thu, 03 Jan 2019 12:17:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:17:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c10703f1-b9db-428c-8783-4447136869c6","ip_address":"192.168.120.8"}],"id":"fd7154c9-edaa-4627-94c7-f39c503cfbbd","security_groups":["f2c1c127-375a-46fc-b19d-f73a442e61c6"],"mac_address":"fa:16:3e:45:99:63","project_id":"304f3867167e49e994d7d0e875999477","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:14:50Z","binding:vnic_type":"normal","device_id":"66bd8022-4c3c-4367-bb40-ef717ac1721a"}]} 2019-01-03 12:17:22,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-6fb3a285-cd27-4833-9439-8613aabd4ecf 2019-01-03 12:17:22,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0723950862885s 2019-01-03 12:17:22,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-6fb3a285-cd27-4833-9439-8613aabd4ecf 2019-01-03 12:17:22,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-03 12:17:22,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd"}}' 2019-01-03 12:17:24,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a833437e-7ccb-4191-8365-ff91c4dca59d Date: Thu, 03 Jan 2019 12:17:24 GMT RESP BODY: {"floatingip": {"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}} 2019-01-03 12:17:24,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a833437e-7ccb-4191-8365-ff91c4dca59d 2019-01-03 12:17:24,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.93056511879s 2019-01-03 12:17:24,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a833437e-7ccb-4191-8365-ff91c4dca59d 2019-01-03 12:17:24,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:24,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:24,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-6d17d39e-c12b-4a85-9e48-7738fd1a2e46 Date: Thu, 03 Jan 2019 12:17:24 GMT RESP BODY: {"floatingips": [{"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}]} 2019-01-03 12:17:24,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6d17d39e-c12b-4a85-9e48-7738fd1a2e46 2019-01-03 12:17:24,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0272889137268s 2019-01-03 12:17:24,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6d17d39e-c12b-4a85-9e48-7738fd1a2e46 2019-01-03 12:17:24,648 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:17:24,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:24,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:24,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4d58554b-7ed2-4984-92f0-5ce270f34123 Date: Thu, 03 Jan 2019 12:17:24 GMT RESP BODY: {"floatingips": [{"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}]} 2019-01-03 12:17:24,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4d58554b-7ed2-4984-92f0-5ce270f34123 2019-01-03 12:17:24,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0219488143921s 2019-01-03 12:17:24,777 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4d58554b-7ed2-4984-92f0-5ce270f34123 2019-01-03 12:17:24,780 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:17:24,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:24,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:24,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-fe9717db-f620-4a00-a108-b254356f0b40 Date: Thu, 03 Jan 2019 12:17:24 GMT RESP BODY: {"floatingips": [{"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}]} 2019-01-03 12:17:24,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fe9717db-f620-4a00-a108-b254356f0b40 2019-01-03 12:17:24,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0245449542999s 2019-01-03 12:17:24,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-fe9717db-f620-4a00-a108-b254356f0b40 2019-01-03 12:17:24,914 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:17:25,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:25,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:25,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cd4638bf-bebe-4e3e-a277-2cdad33f7fc3 Date: Thu, 03 Jan 2019 12:17:25 GMT RESP BODY: {"floatingips": [{"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}]} 2019-01-03 12:17:25,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cd4638bf-bebe-4e3e-a277-2cdad33f7fc3 2019-01-03 12:17:25,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0237681865692s 2019-01-03 12:17:25,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-cd4638bf-bebe-4e3e-a277-2cdad33f7fc3 2019-01-03 12:17:25,047 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:17:25,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:17:25,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:17:25,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2b437f1a-eaf9-41bb-b2f0-4c165c865551 Date: Thu, 03 Jan 2019 12:17:25 GMT RESP BODY: {"floatingips": [{"router_id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:17:23Z", "updated_at": "2019-01-03T12:17:23Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "304f3867167e49e994d7d0e875999477", "port_id": "fd7154c9-edaa-4627-94c7-f39c503cfbbd", "id": "38a85a86-b619-44ee-a5e1-7900962b2cfc"}]} 2019-01-03 12:17:25,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2b437f1a-eaf9-41bb-b2f0-4c165c865551 2019-01-03 12:17:25,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0229458808899s 2019-01-03 12:17:25,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2b437f1a-eaf9-41bb-b2f0-4c165c865551 2019-01-03 12:17:25,179 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ff23b424-2813-4ee7-bec7-ff703470b5d8', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'304f3867167e49e994d7d0e875999477', 'created_at': u'2019-01-03T12:17:23Z', 'attached': True, 'updated_at': u'2019-01-03T12:17:23Z', 'id': u'38a85a86-b619-44ee-a5e1-7900962b2cfc', 'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'304f3867167e49e994d7d0e875999477', 'name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ff23b424-2813-4ee7-bec7-ff703470b5d8', 'project_id': u'304f3867167e49e994d7d0e875999477', 'port_id': u'fd7154c9-edaa-4627-94c7-f39c503cfbbd', 'port': u'fd7154c9-edaa-4627-94c7-f39c503cfbbd', 'network': u'd031bf89-00a9-445a-9c57-38f1941ff76d'}) 2019-01-03 12:17:25,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 12:17:25,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:17:27,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17: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-ad8cf0a2-4cff-4b9a-b185-9a6e0b7dacd0 x-compute-request-id: req-ad8cf0a2-4cff-4b9a-b185-9a6e0b7dacd0 Content-Encoding: gzip Content-Length: 10932 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 1846175356 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.301140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.303316] pid_max: default: 32768 minimum: 301\n[ 0.304496] Security Framework initialized\n[ 0.305587] SELinux: Initializing.\n[ 0.306845] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.311473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.314407] Mount-cache hash table entries: 4096\n[ 0.315819] Initializing cgroup subsys memory\n[ 0.316973] Initializing cgroup subsys devices\n[ 0.318108] Initializing cgroup subsys freezer\n[ 0.319240] Initializing cgroup subsys net_cls\n[ 0.320371] Initializing cgroup subsys blkio\n[ 0.321491] Initializing cgroup subsys perf_event\n[ 0.322666] Initializing cgroup subsys hugetlb\n[ 0.323795] Initializing cgroup subsys pids\n[ 0.324883] Initializing cgroup subsys net_prio\n[ 0.326101] CPU: Physical Processor ID: 0\n[ 0.327870] mce: CPU supports 10 MCE banks\n[ 0.328991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.330253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331517] tlb_flushall_shift: 6\n[ 0.332694] Freeing SMP alternatives: 28k freed\n[ 0.336635] ACPI: Core revision 20130517\n[ 0.338130] ACPI: All ACPI Tables successfully acquired\n[ 0.339555] ftrace: allocating 25812 entries in 101 pages\n[ 0.361794] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.363270] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.364737] smpboot: Max logical packages: 2\n[ 0.366037] Enabling x2apic\n[ 0.366925] Enabled x2apic\n[ 0.367995] Switched APIC routing to physical x2apic.\n[ 0.370155] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.371619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.374217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.381291] KVM setup paravirtual spinlock\n[ 0.383552] smpboot: Booting Node 0, Processors #1 OK\n[ 0.385188] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.407480] Brought up 2 CPUs\n[ 0.407483] KVM setup async PF for cpu 1\n[ 0.407486] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.410590] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.412749] devtmpfs: initialized\n[ 0.415129] EVM: security.selinux\n[ 0.416101] EVM: security.ima\n[ 0.417008] EVM: security.capability\n[ 0.418629] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.420145] pinctrl core: initialized pinctrl subsystem\n[ 0.421512] NET: Registered protocol family 16\n[ 0.422836] ACPI: bus type PCI registered\n[ 0.423919] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.425416] PCI: Using configuration type 1 for base access\n[ 0.430156] ACPI: Added _OSI(Module Device)\n[ 0.431291] ACPI: Added _OSI(Processor Device)\n[ 0.432425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.433597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.436375] ACPI: Interpreter enabled\n[ 0.437406] ACPI: (supports S0 S5)\n[ 0.438374] ACPI: Using IOAPIC for interrupt routing\n[ 0.439586] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.443462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.444874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.446527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.447986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.450717] acpiphp: Slot [3] registered\n[ 0.451794] acpiphp: Slot [4] registered\n[ 0.452874] acpiphp: Slot [5] registered\n[ 0.453942] acpiphp: Slot [6] registered\n[ 0.455003] acpiphp: Slot [7] registered\n[ 0.456067] acpiphp: Slot [8] registered\n[ 0.457128] acpiphp: Slot [9] registered\n[ 0.458189] acpiphp: Slot [10] registered\n[ 0.459261] acpiphp: Slot [11] registered\n[ 0.460333] acpiphp: Slot [12] registered\n[ 0.461410] acpiphp: Slot [13] registered\n[ 0.462491] acpiphp: Slot [14] registered\n[ 0.463564] acpiphp: Slot [15] registered\n[ 0.464636] acpiphp: Slot [16] registered\n[ 0.465716] acpiphp: Slot [17] registered\n[ 0.466803] acpiphp: Slot [18] registered\n[ 0.467875] acpiphp: Slot [19] registered\n[ 0.468959] acpiphp: Slot [20] registered\n[ 0.470035] acpiphp: Slot [21] registered\n[ 0.471108] acpiphp: Slot [22] registered\n[ 0.472178] acpiphp: Slot [23] registered\n[ 0.473249] acpiphp: Slot [24] registered\n[ 0.474327] acpiphp: Slot [25] registered\n[ 0.475401] acpiphp: Slot [26] registered\n[ 0.476480] acpiphp: Slot [27] registered\n[ 0.477559] acpiphp: Slot [28] registered\n[ 0.478638] acpiphp: Slot [29] registered\n[ 0.479713] acpiphp: Slot [30] registered\n[ 0.480793] acpiphp: Slot [31] registered\n[ 0.481890] PCI host bridge to bus 0000:00\n[ 0.482985] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.484268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.485752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.487230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.489210] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.496994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.498548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.499994] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.501522] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.508246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.510206] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.557670] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.559494] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.562466] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.564188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.565871] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.567461] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.569195] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571296] vgaarb: loaded\n[ 0.572167] vgaarb: bridge control possible 0000:00:02.0\n[ 0.573583] SCSI subsystem initialized\n[ 0.574664] ACPI: bus type USB registered\n[ 0.575758] usbcore: registered new interface driver usbfs\n[ 0.577054] usbcore: registered new interface driver hub\n[ 0.578337] usbcore: registered new device driver usb\n[ 0.579728] PCI: Using ACPI for IRQ routing\n[ 0.581134] NetLabel: Initializing\n[ 0.582120] NetLabel: domain hash size = 128\n[ 0.583234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584466] NetLabel: unlabeled traffic allowed by default\n[ 0.585882] Switched to clocksource kvm-clock\n[ 0.593519] pnp: PnP ACPI init\n[ 0.594465] ACPI: bus type PNP registered\n[ 0.595862] pnp: PnP ACPI: found 5 devices\n[ 0.596952] ACPI: bus type PNP unregistered\n[ 0.604709] NET: Registered protocol family 2\n[ 0.606080] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.608108] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.609644] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.611127] TCP: reno registered\n[ 0.612082] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614983] NET: Registered protocol family 1\n[ 0.616130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.617485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618814] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.658292] Unpacking initramfs...\n[ 1.054542] Freeing initrd memory: 37508k freed\n[ 1.063949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.065474] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.074748] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.076302] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.078150] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.079573] Initialise system trusted keyring\n[ 1.080713] audit: initializing netlink socket (disabled)\n[ 1.082018] type=2000 audit(1546517842.623:1): initialized\n[ 1.098531] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.099998] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.102271] zpool: loaded\n[ 1.103171] zbud: loaded\n[ 1.104233] VFS: Disk quotas dquot_6.5.2\n[ 1.105325] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.106936] msgmni has been set to 7578\n[ 1.108041] Key type big_key registered\n[ 1.109873] NET: Registered protocol family 38\n[ 1.111028] Key type asymmetric registered\n[ 1.112109] Asymmetric key parser 'x509' registered\n[ 1.113320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115346] io scheduler noop registered\n[ 1.116415] io scheduler deadline registered (default)\n[ 1.117660] io scheduler cfq registered\n[ 1.118787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.129739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133288] ACPI: Power Button [PWRF]\n[ 1.134427] GHES: HEST is not enabled!\n[ 1.135594] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160199] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162045] Non-volatile memory driver v1.3\n[ 1.163144] Linux agpgart interface v0.103\n[ 1.164355] crash memory driver: version 1.1\n[ 1.165519] rdac: device handler registered\n[ 1.166686] hp_sw: device handler registered\n[ 1.167799] emc: device handler registered\n[ 1.168868] alua: device handler registered\n[ 1.169980] libphy: Fixed MDIO Bus: probed\n[ 1.171132] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172576] ehci-pci: EHCI PCI platform driver\n[ 1.173736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175133] ohci-pci: OHCI PCI platform driver\n[ 1.176267] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196303] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199656] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200927] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205739] usb usb1: Product: UHCI Host Controller\n[ 1.207005] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208549] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209838] hub 1-0:1.0: USB hub found\n[ 1.210888] hub 1-0:1.0: 2 ports detected\n[ 1.212086] usbcore: registered new interface driver usbserial\n[ 1.213444] usbcore: registered new interface driver usbserial_generic\n[ 1.214891] usbserial: USB Serial support registered for generic\n[ 1.216288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.218955] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.220187] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.221504] mousedev: PS/2 mouse device common for all mice\n[ 1.223207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.225943] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.229709] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.231875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.233353] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.234857] cpuidle: using governor menu\n[ 1.235972] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.237334] usbcore: registered new interface driver usbhid\n[ 1.238644] usbhid: USB HID core driver\n[ 1.239811] drop_monitor: Initializing network drop monitor service\n[ 1.242051] TCP: cubic registered\n[ 1.243366] Initializing XFRM netlink socket\n[ 1.244994] NET: Registered protocol family 10\n[ 1.246832] NET: Registered protocol family 17\n[ 1.248599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.249953] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.251846] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.254893] Loading compiled-in X.509 certificates\n[ 1.256533] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.259815] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263549] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.266806] registered taskstats version 1\n[ 1.270095] Key type trusted registered\n[ 1.272748] Key type encrypted registered\n[ 1.275381] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.277587] rtc_cmos 00:00: setting system clock to 2019-01-03 12:17:22 UTC (1546517842)\n[ 1.281132] Freeing unused kernel memory: 1680k freed\n[ 1.286033] 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.290064] systemd[1]: Detected virtualization kvm.\n[ 1.291305] systemd[1]: Detected architecture x86-64.\n[ 1.292533] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.295002] systemd[1]: No hostname configured.\n[ 1.296155] systemd[1]: Set hostname to .\n[ 1.297410] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.321362] systemd[1]: Reached target Timers.\n[ 1.322511] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.324501] systemd[1]: Created slice Root Slice.\n[ 1.325700] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328089] systemd[1]: Created slice System Slice.\n[ 1.329305] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.331253] systemd[1]: Reached target Slices.\n[ 1.332399] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.334400] systemd[1]: Reached target Local File Systems.\n[ 1.335704] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.337850] systemd[1]: Listening on udev Control Socket.\n[ 1.339152] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.341284] systemd[1]: Listening on Journal Socket.\n[ 1.342515] systemd[1]: Starting Journal Socket.\n[ 1.344119] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.346614] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.349503] systemd[1]: Listening on udev Kernel Socket.\n[ 1.350796] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.352833] systemd[1]: Reached target Sockets.\n[ 1.353998] systemd[1]: Starting Sockets.\n[ 1.355387] 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.359234] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Swap.\n[ 1.362067] systemd[1]: Reached target Swap.\n[ 1.363199] systemd[1]: Starting Swap.\n[ 1.364278] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.366353] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.369295] systemd[1]: Reached target Paths.\n[ 1.370429] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.372487] 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.438488] RPC: Registered named UNIX socket transport module.\n[ 1.440529] RPC: Registered udp transport module.\n[ 1.442135] RPC: Registered tcp transport module.\n[ 1.443750] 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[ 1.513894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.539401] FDC 0 is a S82078B\n[ 1.553079] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.557925] scsi host0: ata_piix\n[ 1.559295] scsi host1: ata_piix\n[ 1.560617] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.562836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.601635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.607112] 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.669854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671466] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.673014] usb 1-1: Product: QEMU USB Tablet\n[ 1.674166] usb 1-1: Manufacturer: QEMU\n[ 1.675224] usb 1-1: SerialNumber: 42\n[ 1.684900] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.687598] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.771174] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.773684] XFS (vda1): Mounting V4 Filesystem\n[ 2.076934] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.134832] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev 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.360871] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.466548] SELinux: Disabled at runtime.\n[ 2.503920] type=1404 audit(1546517843.726:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.539039] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.540449] 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] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.923134] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n Starting 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 Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[ 3.018643] systemd-journald[395]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.103965] type=1305 audit(1546517844.326:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.268385] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.277473] [drm] Initialized drm 1.1.0 20060810\n[ 3.289452] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.305419] ppdev: user-space parallel port driver\n[ 3.305433] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.305434] [TTM] Initializing pool allocator\n[ 3.305436] [TTM] Initializing DMA pool allocator\n[ 3.305993] [drm] fb mappable at 0xFC000000\n[ 3.305994] [drm] vram aper at 0xFC000000\n[ 3.305994] [drm] size 33554432\n[ 3.305995] [drm] fb depth is 24\n[ 3.305995] [drm] pitch is 3072\n[ 3.311479] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.332113] Console: switching to colour frame buffer device 128x48\n[ 3.344820] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.359897] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.394451] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m[ 3.438108] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n] Reached target Login Prompts.\n[ 3.444289] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.474633] intel_rapl: no valid rapl domains found in package 0\n[ 3.502903] intel_rapl: no valid rapl domains found in package 0\n[ 3.512866] intel_powerclamp: No package C-state available\n[ 3.518598] intel_powerclamp: No package C-state available[ 3.782684] cloud-init[478]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:17:25 +0000. Up 3.75 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2019-01-03 12:17:27,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/action used request id req-ad8cf0a2-4cff-4b9a-b185-9a6e0b7dacd0 2019-01-03 12:17:27,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.55740094185s 2019-01-03 12:17:27,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/action used request id req-ad8cf0a2-4cff-4b9a-b185-9a6e0b7dacd0 2019-01-03 12:17:27,739 - 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 1846175356 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.301140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.303316] pid_max: default: 32768 minimum: 301 [ 0.304496] Security Framework initialized [ 0.305587] SELinux: Initializing. [ 0.306845] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314407] Mount-cache hash table entries: 4096 [ 0.315819] Initializing cgroup subsys memory [ 0.316973] Initializing cgroup subsys devices [ 0.318108] Initializing cgroup subsys freezer [ 0.319240] Initializing cgroup subsys net_cls [ 0.320371] Initializing cgroup subsys blkio [ 0.321491] Initializing cgroup subsys perf_event [ 0.322666] Initializing cgroup subsys hugetlb [ 0.323795] Initializing cgroup subsys pids [ 0.324883] Initializing cgroup subsys net_prio [ 0.326101] CPU: Physical Processor ID: 0 [ 0.327870] mce: CPU supports 10 MCE banks [ 0.328991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.330253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331517] tlb_flushall_shift: 6 [ 0.332694] Freeing SMP alternatives: 28k freed [ 0.336635] ACPI: Core revision 20130517 [ 0.338130] ACPI: All ACPI Tables successfully acquired [ 0.339555] ftrace: allocating 25812 entries in 101 pages [ 0.361794] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.363270] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.364737] smpboot: Max logical packages: 2 [ 0.366037] Enabling x2apic [ 0.366925] Enabled x2apic [ 0.367995] Switched APIC routing to physical x2apic. [ 0.370155] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.371619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.374217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.381291] KVM setup paravirtual spinlock [ 0.383552] smpboot: Booting Node 0, Processors #1 OK [ 0.385188] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.407480] Brought up 2 CPUs [ 0.407483] KVM setup async PF for cpu 1 [ 0.407486] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.410590] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.412749] devtmpfs: initialized [ 0.415129] EVM: security.selinux [ 0.416101] EVM: security.ima [ 0.417008] EVM: security.capability [ 0.418629] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.420145] pinctrl core: initialized pinctrl subsystem [ 0.421512] NET: Registered protocol family 16 [ 0.422836] ACPI: bus type PCI registered [ 0.423919] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.425416] PCI: Using configuration type 1 for base access [ 0.430156] ACPI: Added _OSI(Module Device) [ 0.431291] ACPI: Added _OSI(Processor Device) [ 0.432425] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.433597] ACPI: Added _OSI(Processor Aggregator Device) [ 0.436375] ACPI: Interpreter enabled [ 0.437406] ACPI: (supports S0 S5) [ 0.438374] ACPI: Using IOAPIC for interrupt routing [ 0.439586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.443462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.444874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.446527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.447986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.450717] acpiphp: Slot [3] registered [ 0.451794] acpiphp: Slot [4] registered [ 0.452874] acpiphp: Slot [5] registered [ 0.453942] acpiphp: Slot [6] registered [ 0.455003] acpiphp: Slot [7] registered [ 0.456067] acpiphp: Slot [8] registered [ 0.457128] acpiphp: Slot [9] registered [ 0.458189] acpiphp: Slot [10] registered [ 0.459261] acpiphp: Slot [11] registered [ 0.460333] acpiphp: Slot [12] registered [ 0.461410] acpiphp: Slot [13] registered [ 0.462491] acpiphp: Slot [14] registered [ 0.463564] acpiphp: Slot [15] registered [ 0.464636] acpiphp: Slot [16] registered [ 0.465716] acpiphp: Slot [17] registered [ 0.466803] acpiphp: Slot [18] registered [ 0.467875] acpiphp: Slot [19] registered [ 0.468959] acpiphp: Slot [20] registered [ 0.470035] acpiphp: Slot [21] registered [ 0.471108] acpiphp: Slot [22] registered [ 0.472178] acpiphp: Slot [23] registered [ 0.473249] acpiphp: Slot [24] registered [ 0.474327] acpiphp: Slot [25] registered [ 0.475401] acpiphp: Slot [26] registered [ 0.476480] acpiphp: Slot [27] registered [ 0.477559] acpiphp: Slot [28] registered [ 0.478638] acpiphp: Slot [29] registered [ 0.479713] acpiphp: Slot [30] registered [ 0.480793] acpiphp: Slot [31] registered [ 0.481890] PCI host bridge to bus 0000:00 [ 0.482985] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.484268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.485752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.487230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.489210] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.496994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.498548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.499994] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.501522] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.508246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.510206] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.557670] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.559494] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.562466] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.564188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.565871] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.567461] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.569195] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571296] vgaarb: loaded [ 0.572167] vgaarb: bridge control possible 0000:00:02.0 [ 0.573583] SCSI subsystem initialized [ 0.574664] ACPI: bus type USB registered [ 0.575758] usbcore: registered new interface driver usbfs [ 0.577054] usbcore: registered new interface driver hub [ 0.578337] usbcore: registered new device driver usb [ 0.579728] PCI: Using ACPI for IRQ routing [ 0.581134] NetLabel: Initializing [ 0.582120] NetLabel: domain hash size = 128 [ 0.583234] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584466] NetLabel: unlabeled traffic allowed by default [ 0.585882] Switched to clocksource kvm-clock [ 0.593519] pnp: PnP ACPI init [ 0.594465] ACPI: bus type PNP registered [ 0.595862] pnp: PnP ACPI: found 5 devices [ 0.596952] ACPI: bus type PNP unregistered [ 0.604709] NET: Registered protocol family 2 [ 0.606080] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.608108] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.609644] TCP: Hash tables configured (established 32768 bind 32768) [ 0.611127] TCP: reno registered [ 0.612082] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614983] NET: Registered protocol family 1 [ 0.616130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.617485] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618814] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.658292] Unpacking initramfs... [ 1.054542] Freeing initrd memory: 37508k freed [ 1.063949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.065474] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.074748] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.076302] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.078150] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.079573] Initialise system trusted keyring [ 1.080713] audit: initializing netlink socket (disabled) [ 1.082018] type=2000 audit(1546517842.623:1): initialized [ 1.098531] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.099998] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.102271] zpool: loaded [ 1.103171] zbud: loaded [ 1.104233] VFS: Disk quotas dquot_6.5.2 [ 1.105325] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.106936] msgmni has been set to 7578 [ 1.108041] Key type big_key registered [ 1.109873] NET: Registered protocol family 38 [ 1.111028] Key type asymmetric registered [ 1.112109] Asymmetric key parser 'x509' registered [ 1.113320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115346] io scheduler noop registered [ 1.116415] io scheduler deadline registered (default) [ 1.117660] io scheduler cfq registered [ 1.118787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.129739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133288] ACPI: Power Button [PWRF] [ 1.134427] GHES: HEST is not enabled! [ 1.135594] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160199] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162045] Non-volatile memory driver v1.3 [ 1.163144] Linux agpgart interface v0.103 [ 1.164355] crash memory driver: version 1.1 [ 1.165519] rdac: device handler registered [ 1.166686] hp_sw: device handler registered [ 1.167799] emc: device handler registered [ 1.168868] alua: device handler registered [ 1.169980] libphy: Fixed MDIO Bus: probed [ 1.171132] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172576] ehci-pci: EHCI PCI platform driver [ 1.173736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175133] ohci-pci: OHCI PCI platform driver [ 1.176267] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196303] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199656] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200927] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205739] usb usb1: Product: UHCI Host Controller [ 1.207005] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208549] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209838] hub 1-0:1.0: USB hub found [ 1.210888] hub 1-0:1.0: 2 ports detected [ 1.212086] usbcore: registered new interface driver usbserial [ 1.213444] usbcore: registered new interface driver usbserial_generic [ 1.214891] usbserial: USB Serial support registered for generic [ 1.216288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.218955] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.220187] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.221504] mousedev: PS/2 mouse device common for all mice [ 1.223207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.225943] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228166] rtc_cmos 00:00: RTC can wake from S4 [ 1.229709] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.231875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.233353] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.234857] cpuidle: using governor menu [ 1.235972] hidraw: raw HID events driver (C) Jiri Kosina [ 1.237334] usbcore: registered new interface driver usbhid [ 1.238644] usbhid: USB HID core driver [ 1.239811] drop_monitor: Initializing network drop monitor service [ 1.242051] TCP: cubic registered [ 1.243366] Initializing XFRM netlink socket [ 1.244994] NET: Registered protocol family 10 [ 1.246832] NET: Registered protocol family 17 [ 1.248599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.249953] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.251846] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.254893] Loading compiled-in X.509 certificates [ 1.256533] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.259815] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263549] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.266806] registered taskstats version 1 [ 1.270095] Key type trusted registered [ 1.272748] Key type encrypted registered [ 1.275381] IMA: No TPM chip found, activating TPM-bypass! [ 1.277587] rtc_cmos 00:00: setting system clock to 2019-01-03 12:17:22 UTC (1546517842) [ 1.281132] Freeing unused kernel memory: 1680k freed [ 1.286033] 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.290064] systemd[1]: Detected virtualization kvm. [ 1.291305] systemd[1]: Detected architecture x86-64. [ 1.292533] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.295002] systemd[1]: No hostname configured. [ 1.296155] systemd[1]: Set hostname to . [ 1.297410] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.321362] systemd[1]: Reached target Timers. [ 1.322511] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.324501] systemd[1]: Created slice Root Slice. [ 1.325700] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328089] systemd[1]: Created slice System Slice. [ 1.329305] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.331253] systemd[1]: Reached target Slices. [ 1.332399] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.334400] systemd[1]: Reached target Local File Systems. [ 1.335704] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.337850] systemd[1]: Listening on udev Control Socket. [ 1.339152] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.341284] systemd[1]: Listening on Journal Socket. [ 1.342515] systemd[1]: Starting Journal Socket. [ 1.344119] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.346614] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.349503] systemd[1]: Listening on udev Kernel Socket. [ 1.350796] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.352833] systemd[1]: Reached target Sockets. [ 1.353998] systemd[1]: Starting Sockets. [ 1.355387] 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.359234] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Swap. [ 1.362067] systemd[1]: Reached target Swap. [ 1.363199] systemd[1]: Starting Swap. [ 1.364278] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.366353] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.369295] systemd[1]: Reached target Paths. [ 1.370429] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.372487] 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.438488] RPC: Registered named UNIX socket transport module. [ 1.440529] RPC: Registered udp transport module. [ 1.442135] RPC: Registered tcp transport module. [ 1.443750] 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... [ 1.513894] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.539401] FDC 0 is a S82078B [ 1.553079] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.557925] scsi host0: ata_piix [ 1.559295] scsi host1: ata_piix [ 1.560617] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.562836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.601635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.607112] 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.669854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671466] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.673014] usb 1-1: Product: QEMU USB Tablet [ 1.674166] usb 1-1: Manufacturer: QEMU [ 1.675224] usb 1-1: SerialNumber: 42 [ 1.684900] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.687598] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.771174] SGI XFS with ACLs, security attributes, no debug enabled [ 1.773684] XFS (vda1): Mounting V4 Filesystem [ 2.076934] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 2.134832] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev 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.360871] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.466548] SELinux: Disabled at runtime. [ 2.503920] type=1404 audit(1546517843.726:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.539039] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.540449] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Encrypted Volumes. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [ 2.923134] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [ 3.018643] systemd-journald[395]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.103965] type=1305 audit(1546517844.326:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Login Service... Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.268385] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.277473] [drm] Initialized drm 1.1.0 20060810 [ 3.289452] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.305419] ppdev: user-space parallel port driver [ 3.305433] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.305434] [TTM] Initializing pool allocator [ 3.305436] [TTM] Initializing DMA pool allocator [ 3.305993] [drm] fb mappable at 0xFC000000 [ 3.305994] [drm] vram aper at 0xFC000000 [ 3.305994] [drm] size 33554432 [ 3.305995] [drm] fb depth is 24 [ 3.305995] [drm] pitch is 3072 [ 3.311479] fbcon: cirrusdrmfb (fb0) is primary device [ 3.332113] Console: switching to colour frame buffer device 128x48 [ 3.344820] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.359897] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.394451] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m[ 3.438108] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) ] Reached target Login Prompts. [ 3.444289] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Authorization Manager. [ 3.474633] intel_rapl: no valid rapl domains found in package 0 [ 3.502903] intel_rapl: no valid rapl domains found in package 0 [ 3.512866] intel_powerclamp: No package C-state available [ 3.518598] intel_powerclamp: No package C-state available[ 3.782684] cloud-init[478]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:17:25 +0000. Up 3.75 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2019-01-03 12:17:28,690 - paramiko.transport - DEBUG - starting thread (client mode): 0x9109dd50L 2019-01-03 12:17:28,691 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:17:28,733 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-03 12:17:28,734 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-03 12:17:28,743 - 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 2019-01-03 12:17:28,743 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:17:28,743 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:17:28,743 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:17:28,743 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:17:28,743 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:17:28,766 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:17:28,767 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:17:28,791 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2019-01-03 12:17:28,793 - paramiko.transport - DEBUG - Trying key 2d8ce6fb85f0d68871e480b975f90985 from /tmp/tmpZ_segz 2019-01-03 12:17:28,807 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:17:28,828 - paramiko.transport - INFO - Authentication (publickey) failed. 2019-01-03 12:17:28,859 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2019-01-03 12:17:28,860 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:17:28,866 - paramiko.transport - INFO - Authentication (publickey) failed. 2019-01-03 12:17:28,867 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: Authentication failed. 2019-01-03 12:17:37,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 12:17:37,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:17:39,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17: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-80d7ae25-f504-4636-8b83-2fb16858662f x-compute-request-id: req-80d7ae25-f504-4636-8b83-2fb16858662f Content-Encoding: gzip Content-Length: 12708 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 1846175356 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.301140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.303316] pid_max: default: 32768 minimum: 301\n[ 0.304496] Security Framework initialized\n[ 0.305587] SELinux: Initializing.\n[ 0.306845] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.311473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.314407] Mount-cache hash table entries: 4096\n[ 0.315819] Initializing cgroup subsys memory\n[ 0.316973] Initializing cgroup subsys devices\n[ 0.318108] Initializing cgroup subsys freezer\n[ 0.319240] Initializing cgroup subsys net_cls\n[ 0.320371] Initializing cgroup subsys blkio\n[ 0.321491] Initializing cgroup subsys perf_event\n[ 0.322666] Initializing cgroup subsys hugetlb\n[ 0.323795] Initializing cgroup subsys pids\n[ 0.324883] Initializing cgroup subsys net_prio\n[ 0.326101] CPU: Physical Processor ID: 0\n[ 0.327870] mce: CPU supports 10 MCE banks\n[ 0.328991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.330253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.331517] tlb_flushall_shift: 6\n[ 0.332694] Freeing SMP alternatives: 28k freed\n[ 0.336635] ACPI: Core revision 20130517\n[ 0.338130] ACPI: All ACPI Tables successfully acquired\n[ 0.339555] ftrace: allocating 25812 entries in 101 pages\n[ 0.361794] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.363270] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.364737] smpboot: Max logical packages: 2\n[ 0.366037] Enabling x2apic\n[ 0.366925] Enabled x2apic\n[ 0.367995] Switched APIC routing to physical x2apic.\n[ 0.370155] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.371619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.374217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.381291] KVM setup paravirtual spinlock\n[ 0.383552] smpboot: Booting Node 0, Processors #1 OK\n[ 0.385188] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.407480] Brought up 2 CPUs\n[ 0.407483] KVM setup async PF for cpu 1\n[ 0.407486] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.410590] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.412749] devtmpfs: initialized\n[ 0.415129] EVM: security.selinux\n[ 0.416101] EVM: security.ima\n[ 0.417008] EVM: security.capability\n[ 0.418629] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.420145] pinctrl core: initialized pinctrl subsystem\n[ 0.421512] NET: Registered protocol family 16\n[ 0.422836] ACPI: bus type PCI registered\n[ 0.423919] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.425416] PCI: Using configuration type 1 for base access\n[ 0.430156] ACPI: Added _OSI(Module Device)\n[ 0.431291] ACPI: Added _OSI(Processor Device)\n[ 0.432425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.433597] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.436375] ACPI: Interpreter enabled\n[ 0.437406] ACPI: (supports S0 S5)\n[ 0.438374] ACPI: Using IOAPIC for interrupt routing\n[ 0.439586] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.443462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.444874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.446527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.447986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.450717] acpiphp: Slot [3] registered\n[ 0.451794] acpiphp: Slot [4] registered\n[ 0.452874] acpiphp: Slot [5] registered\n[ 0.453942] acpiphp: Slot [6] registered\n[ 0.455003] acpiphp: Slot [7] registered\n[ 0.456067] acpiphp: Slot [8] registered\n[ 0.457128] acpiphp: Slot [9] registered\n[ 0.458189] acpiphp: Slot [10] registered\n[ 0.459261] acpiphp: Slot [11] registered\n[ 0.460333] acpiphp: Slot [12] registered\n[ 0.461410] acpiphp: Slot [13] registered\n[ 0.462491] acpiphp: Slot [14] registered\n[ 0.463564] acpiphp: Slot [15] registered\n[ 0.464636] acpiphp: Slot [16] registered\n[ 0.465716] acpiphp: Slot [17] registered\n[ 0.466803] acpiphp: Slot [18] registered\n[ 0.467875] acpiphp: Slot [19] registered\n[ 0.468959] acpiphp: Slot [20] registered\n[ 0.470035] acpiphp: Slot [21] registered\n[ 0.471108] acpiphp: Slot [22] registered\n[ 0.472178] acpiphp: Slot [23] registered\n[ 0.473249] acpiphp: Slot [24] registered\n[ 0.474327] acpiphp: Slot [25] registered\n[ 0.475401] acpiphp: Slot [26] registered\n[ 0.476480] acpiphp: Slot [27] registered\n[ 0.477559] acpiphp: Slot [28] registered\n[ 0.478638] acpiphp: Slot [29] registered\n[ 0.479713] acpiphp: Slot [30] registered\n[ 0.480793] acpiphp: Slot [31] registered\n[ 0.481890] PCI host bridge to bus 0000:00\n[ 0.482985] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.484268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.485752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.487230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.489210] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.496994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.498548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.499994] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.501522] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.508246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.510206] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.557670] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.559494] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.562466] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.564188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.565871] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.567461] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.569195] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571296] vgaarb: loaded\n[ 0.572167] vgaarb: bridge control possible 0000:00:02.0\n[ 0.573583] SCSI subsystem initialized\n[ 0.574664] ACPI: bus type USB registered\n[ 0.575758] usbcore: registered new interface driver usbfs\n[ 0.577054] usbcore: registered new interface driver hub\n[ 0.578337] usbcore: registered new device driver usb\n[ 0.579728] PCI: Using ACPI for IRQ routing\n[ 0.581134] NetLabel: Initializing\n[ 0.582120] NetLabel: domain hash size = 128\n[ 0.583234] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584466] NetLabel: unlabeled traffic allowed by default\n[ 0.585882] Switched to clocksource kvm-clock\n[ 0.593519] pnp: PnP ACPI init\n[ 0.594465] ACPI: bus type PNP registered\n[ 0.595862] pnp: PnP ACPI: found 5 devices\n[ 0.596952] ACPI: bus type PNP unregistered\n[ 0.604709] NET: Registered protocol family 2\n[ 0.606080] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.608108] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.609644] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.611127] TCP: reno registered\n[ 0.612082] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614983] NET: Registered protocol family 1\n[ 0.616130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.617485] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618814] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.658292] Unpacking initramfs...\n[ 1.054542] Freeing initrd memory: 37508k freed\n[ 1.063949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.065474] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.074748] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.076302] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.078150] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.079573] Initialise system trusted keyring\n[ 1.080713] audit: initializing netlink socket (disabled)\n[ 1.082018] type=2000 audit(1546517842.623:1): initialized\n[ 1.098531] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.099998] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.102271] zpool: loaded\n[ 1.103171] zbud: loaded\n[ 1.104233] VFS: Disk quotas dquot_6.5.2\n[ 1.105325] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.106936] msgmni has been set to 7578\n[ 1.108041] Key type big_key registered\n[ 1.109873] NET: Registered protocol family 38\n[ 1.111028] Key type asymmetric registered\n[ 1.112109] Asymmetric key parser 'x509' registered\n[ 1.113320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.115346] io scheduler noop registered\n[ 1.116415] io scheduler deadline registered (default)\n[ 1.117660] io scheduler cfq registered\n[ 1.118787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.129739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.131304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.133288] ACPI: Power Button [PWRF]\n[ 1.134427] GHES: HEST is not enabled!\n[ 1.135594] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.160199] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.162045] Non-volatile memory driver v1.3\n[ 1.163144] Linux agpgart interface v0.103\n[ 1.164355] crash memory driver: version 1.1\n[ 1.165519] rdac: device handler registered\n[ 1.166686] hp_sw: device handler registered\n[ 1.167799] emc: device handler registered\n[ 1.168868] alua: device handler registered\n[ 1.169980] libphy: Fixed MDIO Bus: probed\n[ 1.171132] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.172576] ehci-pci: EHCI PCI platform driver\n[ 1.173736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.175133] ohci-pci: OHCI PCI platform driver\n[ 1.176267] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.196303] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.197661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.199656] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.200927] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.202317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.203797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.205739] usb usb1: Product: UHCI Host Controller\n[ 1.207005] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.208549] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.209838] hub 1-0:1.0: USB hub found\n[ 1.210888] hub 1-0:1.0: 2 ports detected\n[ 1.212086] usbcore: registered new interface driver usbserial\n[ 1.213444] usbcore: registered new interface driver usbserial_generic\n[ 1.214891] usbserial: USB Serial support registered for generic\n[ 1.216288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.218955] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.220187] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.221504] mousedev: PS/2 mouse device common for all mice\n[ 1.223207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.225943] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228166] rtc_cmos 00:00: RTC can wake from S4\n[ 1.229709] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.231875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.233353] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.234857] cpuidle: using governor menu\n[ 1.235972] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.237334] usbcore: registered new interface driver usbhid\n[ 1.238644] usbhid: USB HID core driver\n[ 1.239811] drop_monitor: Initializing network drop monitor service\n[ 1.242051] TCP: cubic registered\n[ 1.243366] Initializing XFRM netlink socket\n[ 1.244994] NET: Registered protocol family 10\n[ 1.246832] NET: Registered protocol family 17\n[ 1.248599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.249953] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.251846] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.254893] Loading compiled-in X.509 certificates\n[ 1.256533] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.259815] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.263549] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.266806] registered taskstats version 1\n[ 1.270095] Key type trusted registered\n[ 1.272748] Key type encrypted registered\n[ 1.275381] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.277587] rtc_cmos 00:00: setting system clock to 2019-01-03 12:17:22 UTC (1546517842)\n[ 1.281132] Freeing unused kernel memory: 1680k freed\n[ 1.286033] 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.290064] systemd[1]: Detected virtualization kvm.\n[ 1.291305] systemd[1]: Detected architecture x86-64.\n[ 1.292533] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.295002] systemd[1]: No hostname configured.\n[ 1.296155] systemd[1]: Set hostname to .\n[ 1.297410] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.321362] systemd[1]: Reached target Timers.\n[ 1.322511] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.324501] systemd[1]: Created slice Root Slice.\n[ 1.325700] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328089] systemd[1]: Created slice System Slice.\n[ 1.329305] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.331253] systemd[1]: Reached target Slices.\n[ 1.332399] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.334400] systemd[1]: Reached target Local File Systems.\n[ 1.335704] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.337850] systemd[1]: Listening on udev Control Socket.\n[ 1.339152] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.341284] systemd[1]: Listening on Journal Socket.\n[ 1.342515] systemd[1]: Starting Journal Socket.\n[ 1.344119] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.346614] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.349503] systemd[1]: Listening on udev Kernel Socket.\n[ 1.350796] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.352833] systemd[1]: Reached target Sockets.\n[ 1.353998] systemd[1]: Starting Sockets.\n[ 1.355387] 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.359234] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Swap.\n[ 1.362067] systemd[1]: Reached target Swap.\n[ 1.363199] systemd[1]: Starting Swap.\n[ 1.364278] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.366353] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.369295] systemd[1]: Reached target Paths.\n[ 1.370429] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.372487] 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.438488] RPC: Registered named UNIX socket transport module.\n[ 1.440529] RPC: Registered udp transport module.\n[ 1.442135] RPC: Registered tcp transport module.\n[ 1.443750] 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[ 1.513894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.539401] FDC 0 is a S82078B\n[ 1.553079] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.557925] scsi host0: ata_piix\n[ 1.559295] scsi host1: ata_piix\n[ 1.560617] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.562836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.601635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.607112] 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.669854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.671466] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.673014] usb 1-1: Product: QEMU USB Tablet\n[ 1.674166] usb 1-1: Manufacturer: QEMU\n[ 1.675224] usb 1-1: SerialNumber: 42\n[ 1.684900] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.687598] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.771174] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.773684] XFS (vda1): Mounting V4 Filesystem\n[ 2.076934] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.134832] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev 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.360871] systemd-journald[106]: Received SIGTERM from PID 1 (systemd).\n[ 2.466548] SELinux: Disabled at runtime.\n[ 2.503920] type=1404 audit(1546517843.726:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.539039] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.540449] 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] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.923134] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n Starting 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 Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[ 3.018643] systemd-journald[395]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.103965] type=1305 audit(1546517844.326:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.268385] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.277473] [drm] Initialized drm 1.1.0 20060810\n[ 3.289452] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.305419] ppdev: user-space parallel port driver\n[ 3.305433] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.305434] [TTM] Initializing pool allocator\n[ 3.305436] [TTM] Initializing DMA pool allocator\n[ 3.305993] [drm] fb mappable at 0xFC000000\n[ 3.305994] [drm] vram aper at 0xFC000000\n[ 3.305994] [drm] size 33554432\n[ 3.305995] [drm] fb depth is 24\n[ 3.305995] [drm] pitch is 3072\n[ 3.311479] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.332113] Console: switching to colour frame buffer device 128x48\n[ 3.344820] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.359897] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.394451] AES CTR mode by8 optimization enabled\n\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m[ 3.438108] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n] Reached target Login Prompts.\n[ 3.444289] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.474633] intel_rapl: no valid rapl domains found in package 0\n[ 3.502903] intel_rapl: no valid rapl domains found in package 0\n[ 3.512866] intel_powerclamp: No package C-state available\n[ 3.518598] intel_powerclamp: No package C-state available[ 3.782684] cloud-init[478]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:17:25 +0000. Up 3.75 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started System Logging Service.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[ 5.949567] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:17:27 +0000. Up 5.90 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.002575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.004903] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.007179] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.009559] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.011843] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.014115] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:45:99:63 |\n[ 6.016163] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.018461] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.021036] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.023628] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.026226] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.028826] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.031541] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.034024] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.036662] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.965137] cloud-init[2757]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:17:31 +0000. Up 9.85 seconds.\n[ 10.384504] cloud-init[3003]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:17:31 +0000. Up 10.34 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 | 2d:8c:e6:fb:85:f0:d6:88:71:e4:80:b9:75:f9:09:85 | - | 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.442797] cloud-init[3003]: Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:17:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.43 seconds\n"} 2019-01-03 12:17:39,015 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/action used request id req-80d7ae25-f504-4636-8b83-2fb16858662f 2019-01-03 12:17:39,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.13819098473s 2019-01-03 12:17:39,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a/action used request id req-80d7ae25-f504-4636-8b83-2fb16858662f 2019-01-03 12:17:39,017 - 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 1846175356 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.301140] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.303316] pid_max: default: 32768 minimum: 301 [ 0.304496] Security Framework initialized [ 0.305587] SELinux: Initializing. [ 0.306845] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.311473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.314407] Mount-cache hash table entries: 4096 [ 0.315819] Initializing cgroup subsys memory [ 0.316973] Initializing cgroup subsys devices [ 0.318108] Initializing cgroup subsys freezer [ 0.319240] Initializing cgroup subsys net_cls [ 0.320371] Initializing cgroup subsys blkio [ 0.321491] Initializing cgroup subsys perf_event [ 0.322666] Initializing cgroup subsys hugetlb [ 0.323795] Initializing cgroup subsys pids [ 0.324883] Initializing cgroup subsys net_prio [ 0.326101] CPU: Physical Processor ID: 0 [ 0.327870] mce: CPU supports 10 MCE banks [ 0.328991] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.330253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.331517] tlb_flushall_shift: 6 [ 0.332694] Freeing SMP alternatives: 28k freed [ 0.336635] ACPI: Core revision 20130517 [ 0.338130] ACPI: All ACPI Tables successfully acquired [ 0.339555] ftrace: allocating 25812 entries in 101 pages [ 0.361794] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.363270] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.364737] smpboot: Max logical packages: 2 [ 0.366037] Enabling x2apic [ 0.366925] Enabled x2apic [ 0.367995] Switched APIC routing to physical x2apic. [ 0.370155] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.371619] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.374217] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.381291] KVM setup paravirtual spinlock [ 0.383552] smpboot: Booting Node 0, Processors #1 OK [ 0.385188] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.407480] Brought up 2 CPUs [ 0.407483] KVM setup async PF for cpu 1 [ 0.407486] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.410590] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.412749] devtmpfs: initialized [ 0.415129] EVM: security.selinux [ 0.416101] EVM: security.ima [ 0.417008] EVM: security.capability [ 0.418629] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.420145] pinctrl core: initialized pinctrl subsystem [ 0.421512] NET: Registered protocol family 16 [ 0.422836] ACPI: bus type PCI registered [ 0.423919] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.425416] PCI: Using configuration type 1 for base access [ 0.430156] ACPI: Added _OSI(Module Device) [ 0.431291] ACPI: Added _OSI(Processor Device) [ 0.432425] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.433597] ACPI: Added _OSI(Processor Aggregator Device) [ 0.436375] ACPI: Interpreter enabled [ 0.437406] ACPI: (supports S0 S5) [ 0.438374] ACPI: Using IOAPIC for interrupt routing [ 0.439586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.443462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.444874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.446527] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.447986] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.450717] acpiphp: Slot [3] registered [ 0.451794] acpiphp: Slot [4] registered [ 0.452874] acpiphp: Slot [5] registered [ 0.453942] acpiphp: Slot [6] registered [ 0.455003] acpiphp: Slot [7] registered [ 0.456067] acpiphp: Slot [8] registered [ 0.457128] acpiphp: Slot [9] registered [ 0.458189] acpiphp: Slot [10] registered [ 0.459261] acpiphp: Slot [11] registered [ 0.460333] acpiphp: Slot [12] registered [ 0.461410] acpiphp: Slot [13] registered [ 0.462491] acpiphp: Slot [14] registered [ 0.463564] acpiphp: Slot [15] registered [ 0.464636] acpiphp: Slot [16] registered [ 0.465716] acpiphp: Slot [17] registered [ 0.466803] acpiphp: Slot [18] registered [ 0.467875] acpiphp: Slot [19] registered [ 0.468959] acpiphp: Slot [20] registered [ 0.470035] acpiphp: Slot [21] registered [ 0.471108] acpiphp: Slot [22] registered [ 0.472178] acpiphp: Slot [23] registered [ 0.473249] acpiphp: Slot [24] registered [ 0.474327] acpiphp: Slot [25] registered [ 0.475401] acpiphp: Slot [26] registered [ 0.476480] acpiphp: Slot [27] registered [ 0.477559] acpiphp: Slot [28] registered [ 0.478638] acpiphp: Slot [29] registered [ 0.479713] acpiphp: Slot [30] registered [ 0.480793] acpiphp: Slot [31] registered [ 0.481890] PCI host bridge to bus 0000:00 [ 0.482985] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.484268] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.485752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.487230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.489210] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.496994] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.498548] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.499994] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.501522] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.508246] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.510206] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.557670] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.559494] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.562466] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.564188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.565871] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.567461] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.569195] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571296] vgaarb: loaded [ 0.572167] vgaarb: bridge control possible 0000:00:02.0 [ 0.573583] SCSI subsystem initialized [ 0.574664] ACPI: bus type USB registered [ 0.575758] usbcore: registered new interface driver usbfs [ 0.577054] usbcore: registered new interface driver hub [ 0.578337] usbcore: registered new device driver usb [ 0.579728] PCI: Using ACPI for IRQ routing [ 0.581134] NetLabel: Initializing [ 0.582120] NetLabel: domain hash size = 128 [ 0.583234] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584466] NetLabel: unlabeled traffic allowed by default [ 0.585882] Switched to clocksource kvm-clock [ 0.593519] pnp: PnP ACPI init [ 0.594465] ACPI: bus type PNP registered [ 0.595862] pnp: PnP ACPI: found 5 devices [ 0.596952] ACPI: bus type PNP unregistered [ 0.604709] NET: Registered protocol family 2 [ 0.606080] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.608108] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.609644] TCP: Hash tables configured (established 32768 bind 32768) [ 0.611127] TCP: reno registered [ 0.612082] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614983] NET: Registered protocol family 1 [ 0.616130] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.617485] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618814] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.658292] Unpacking initramfs... [ 1.054542] Freeing initrd memory: 37508k freed [ 1.063949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.065474] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.074748] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.076302] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.078150] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.079573] Initialise system trusted keyring [ 1.080713] audit: initializing netlink socket (disabled) [ 1.082018] type=2000 audit(1546517842.623:1): initialized [ 1.098531] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.099998] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.102271] zpool: loaded [ 1.103171] zbud: loaded [ 1.104233] VFS: Disk quotas dquot_6.5.2 [ 1.105325] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.106936] msgmni has been set to 7578 [ 1.108041] Key type big_key registered [ 1.109873] NET: Registered protocol family 38 [ 1.111028] Key type asymmetric registered [ 1.112109] Asymmetric key parser 'x509' registered [ 1.113320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.115346] io scheduler noop registered [ 1.116415] io scheduler deadline registered (default) [ 1.117660] io scheduler cfq registered [ 1.118787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.129739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.131304] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.133288] ACPI: Power Button [PWRF] [ 1.134427] GHES: HEST is not enabled! [ 1.135594] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.160199] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.162045] Non-volatile memory driver v1.3 [ 1.163144] Linux agpgart interface v0.103 [ 1.164355] crash memory driver: version 1.1 [ 1.165519] rdac: device handler registered [ 1.166686] hp_sw: device handler registered [ 1.167799] emc: device handler registered [ 1.168868] alua: device handler registered [ 1.169980] libphy: Fixed MDIO Bus: probed [ 1.171132] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.172576] ehci-pci: EHCI PCI platform driver [ 1.173736] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.175133] ohci-pci: OHCI PCI platform driver [ 1.176267] uhci_hcd: USB Universal Host Controller Interface driver [ 1.196303] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.197661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.199656] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.200927] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.202317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.203797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.205739] usb usb1: Product: UHCI Host Controller [ 1.207005] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.208549] usb usb1: SerialNumber: 0000:00:01.2 [ 1.209838] hub 1-0:1.0: USB hub found [ 1.210888] hub 1-0:1.0: 2 ports detected [ 1.212086] usbcore: registered new interface driver usbserial [ 1.213444] usbcore: registered new interface driver usbserial_generic [ 1.214891] usbserial: USB Serial support registered for generic [ 1.216288] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.218955] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.220187] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.221504] mousedev: PS/2 mouse device common for all mice [ 1.223207] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.225943] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228166] rtc_cmos 00:00: RTC can wake from S4 [ 1.229709] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.231875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.233353] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.234857] cpuidle: using governor menu [ 1.235972] hidraw: raw HID events driver (C) Jiri Kosina [ 1.237334] usbcore: registered new interface driver usbhid [ 1.238644] usbhid: USB HID core driver [ 1.239811] drop_monitor: Initializing network drop monitor service [ 1.242051] TCP: cubic registered [ 1.243366] Initializing XFRM netlink socket [ 1.244994] NET: Registered protocol family 10 [ 1.246832] NET: Registered protocol family 17 [ 1.248599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.249953] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.251846] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.254893] Loading compiled-in X.509 certificates [ 1.256533] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.259815] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.263549] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.266806] registered taskstats version 1 [ 1.270095] Key type trusted registered [ 1.272748] Key type encrypted registered [ 1.275381] IMA: No TPM chip found, activating TPM-bypass! [ 1.277587] rtc_cmos 00:00: setting system clock to 2019-01-03 12:17:22 UTC (1546517842) [ 1.281132] Freeing unused kernel memory: 1680k freed [ 1.286033] 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.290064] systemd[1]: Detected virtualization kvm. [ 1.291305] systemd[1]: Detected architecture x86-64. [ 1.292533] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.295002] systemd[1]: No hostname configured. [ 1.296155] systemd[1]: Set hostname to . [ 1.297410] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.321362] systemd[1]: Reached target Timers. [ 1.322511] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.324501] systemd[1]: Created slice Root Slice. [ 1.325700] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328089] systemd[1]: Created slice System Slice. [ 1.329305] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.331253] systemd[1]: Reached target Slices. [ 1.332399] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.334400] systemd[1]: Reached target Local File Systems. [ 1.335704] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.337850] systemd[1]: Listening on udev Control Socket. [ 1.339152] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.341284] systemd[1]: Listening on Journal Socket. [ 1.342515] systemd[1]: Starting Journal Socket. [ 1.344119] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.346614] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Listening on udev Kernel Socket. [ 1.349503] systemd[1]: Listening on udev Kernel Socket. [ 1.350796] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.352833] systemd[1]: Reached target Sockets. [ 1.353998] systemd[1]: Starting Sockets. [ 1.355387] 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.359234] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Swap. [ 1.362067] systemd[1]: Reached target Swap. [ 1.363199] systemd[1]: Starting Swap. [ 1.364278] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.366353] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.369295] systemd[1]: Reached target Paths. [ 1.370429] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.372487] 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.438488] RPC: Registered named UNIX socket transport module. [ 1.440529] RPC: Registered udp transport module. [ 1.442135] RPC: Registered tcp transport module. [ 1.443750] 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... [ 1.513894] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.539401] FDC 0 is a S82078B [ 1.553079] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.557925] scsi host0: ata_piix [ 1.559295] scsi host1: ata_piix [ 1.560617] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.562836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.601635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.607112] 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.669854] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.671466] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.673014] usb 1-1: Product: QEMU USB Tablet [ 1.674166] usb 1-1: Manufacturer: QEMU [ 1.675224] usb 1-1: SerialNumber: 42 [ 1.684900] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.687598] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.771174] SGI XFS with ACLs, security attributes, no debug enabled [ 1.773684] XFS (vda1): Mounting V4 Filesystem [ 2.076934] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 2.134832] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev 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.360871] systemd-journald[106]: Received SIGTERM from PID 1 (systemd). [ 2.466548] SELinux: Disabled at runtime. [ 2.503920] type=1404 audit(1546517843.726:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.539039] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.540449] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Encrypted Volumes. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [ 2.923134] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [ 3.018643] systemd-journald[395]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.103965] type=1305 audit(1546517844.326:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting LSB: Bring up/down networking... Starting Login Service... Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.268385] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.277473] [drm] Initialized drm 1.1.0 20060810 [ 3.289452] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.305419] ppdev: user-space parallel port driver [ 3.305433] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.305434] [TTM] Initializing pool allocator [ 3.305436] [TTM] Initializing DMA pool allocator [ 3.305993] [drm] fb mappable at 0xFC000000 [ 3.305994] [drm] vram aper at 0xFC000000 [ 3.305994] [drm] size 33554432 [ 3.305995] [drm] fb depth is 24 [ 3.305995] [drm] pitch is 3072 [ 3.311479] fbcon: cirrusdrmfb (fb0) is primary device [ 3.332113] Console: switching to colour frame buffer device 128x48 [ 3.344820] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.359897] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.394451] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m[ 3.438108] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) ] Reached target Login Prompts. [ 3.444289] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Authorization Manager. [ 3.474633] intel_rapl: no valid rapl domains found in package 0 [ 3.502903] intel_rapl: no valid rapl domains found in package 0 [ 3.512866] intel_powerclamp: No package C-state available [ 3.518598] intel_powerclamp: No package C-state available[ 3.782684] cloud-init[478]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:17:25 +0000. Up 3.75 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started System Logging Service. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 5.949567] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:17:27 +0000. Up 5.90 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.002575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.004903] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.007179] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.009559] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.011843] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.014115] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.8 | 255.255.255.0 | fa:16:3e:45:99:63 | [ 6.016163] cloud-init[793]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.018461] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.021036] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.023628] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.026226] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.028826] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.031541] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.034024] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.036662] cloud-init[793]: 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.965137] cloud-init[2757]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:17:31 +0000. Up 9.85 seconds. [ 10.384504] cloud-init[3003]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:17:31 +0000. Up 10.34 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 | 2d:8c:e6:fb:85:f0:d6:88:71:e4:80:b9:75:f9:09:85 | - | 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.442797] cloud-init[3003]: Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:17:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.43 seconds 2019-01-03 12:17:39,021 - paramiko.transport - DEBUG - starting thread (client mode): 0x9113df50L 2019-01-03 12:17:39,021 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:17:39,043 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-03 12:17:39,043 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-03 12:17:39,056 - 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 2019-01-03 12:17:39,056 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:17:39,056 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:17:39,056 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:17:39,057 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:17:39,057 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:17:39,072 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:17:39,072 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:17:39,085 - paramiko.transport - DEBUG - Trying key 2d8ce6fb85f0d68871e480b975f90985 from /tmp/tmpZ_segz 2019-01-03 12:17:39,114 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:17:39,143 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:17:39,150 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2019-01-03 12:17:39,150 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2019-01-03 12:17:39,151 - functest.core.cloudify - INFO - Attemps running status of the Manager 2019-01-03 12:17:39,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2019-01-03 12:17:39,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4854, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4864, "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": 1863, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4842, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 883, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "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": 4504, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4831, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:37 GMT 2019-01-03 12:17:39,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:39,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-03 12:17:39,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:39,373 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4854, 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': 4864, 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': 1863, 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': 4842, 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': 883, 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': 815, 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': 4504, 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': 4831, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2019-01-03 12:17:39,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2019-01-03 12:17:39,518 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:39,518 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:39,518 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4854, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4864, "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": 1863, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4842, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 883, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 815, "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": 4504, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4831, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:38 GMT 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-03 12:17:39,519 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:39,520 - functest.core.cloudify - INFO - The current manager status is running 2019-01-03 12:17:39,520 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2019-01-03 12:17:39,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:39,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:39,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:38.109Z", "updated_at": "2019-01-03T12:17:38.109Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:38 GMT 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-03 12:17:39,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:39,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2019-01-03 12:17:39,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:38.109Z", "updated_at": "2019-01-03T12:17:38.109Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:38 GMT 2019-01-03 12:17:39,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:39,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2019-01-03 12:17:39,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:39,682 - functest.core.cloudify - DEBUG - List secrets: 2019-01-03 12:17:39,683 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2019-01-03 12:17:39,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:38.109Z", "updated_at": "2019-01-03T12:17:38.109Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-03 12:17:39,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:39,803 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:38 GMT 2019-01-03 12:17:39,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:39,803 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-03 12:17:39,803 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:39,803 - functest.core.cloudify - INFO - Secrets API successfully reached 2019-01-03 12:17:39,803 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2019-01-03 12:17:39,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:17:39,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:17:39,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-530e6d9d-8e2a-4af4-9e3d-799cb0ee4f74 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477"}, "enabled": true, "id": "304f3867167e49e994d7d0e875999477", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:17:39,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-530e6d9d-8e2a-4af4-9e3d-799cb0ee4f74 2019-01-03 12:17:39,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.088751077652s 2019-01-03 12:17:39,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-530e6d9d-8e2a-4af4-9e3d-799cb0ee4f74 2019-01-03 12:17:39,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2019-01-03 12:17:39,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/quotas/304f3867167e49e994d7d0e875999477.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2019-01-03 12:17:40,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-12007e5e-f209-4ab6-bae5-b7ad4a3da94d Date: Thu, 03 Jan 2019 12:17:40 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}} 2019-01-03 12:17:40,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/304f3867167e49e994d7d0e875999477.json used request id req-12007e5e-f209-4ab6-bae5-b7ad4a3da94d 2019-01-03 12:17:40,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.27530002594s 2019-01-03 12:17:40,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/quotas/304f3867167e49e994d7d0e875999477.json used request id req-12007e5e-f209-4ab6-bae5-b7ad4a3da94d 2019-01-03 12:17:40,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2019-01-03 12:17:40,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-03 12:17:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:17:40,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34d780ea-5c39-4db5-b654-ed2a6e786edd Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.28:5000/v3/services/05b14319b1b14c1992df380dad7601e3"}, "enabled": true, "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/14cdbc0aeb864138b4f5b47c64282f18"}, "enabled": true, "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4119fc15ea2046108647cf6af820e2e5"}, "enabled": true, "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.28:5000/v3/services/430675cef41444e9ae702c094f26d4ee"}, "enabled": true, "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4b95dc528475432ca51c91871c25da10"}, "enabled": true, "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.28:5000/v3/services/676a47c9a2d442c4b3804df1a2aa0e0b"}, "enabled": true, "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.28:5000/v3/services/83ed9e7cd31d44df9505d529c32d7f31"}, "enabled": true, "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.28:5000/v3/services/8b85de34cb334b6ba23b113980367cc2"}, "enabled": true, "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.28:5000/v3/services/904449018e304dd4ae69163b6e0f7c65"}, "enabled": true, "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.28:5000/v3/services/90f15d5d07704a6faf5dcb907c88e2d7"}, "enabled": true, "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.28:5000/v3/services/918360128c274ab4937d41508abbe97c"}, "enabled": true, "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.28:5000/v3/services/b7fbe3b09e6848a78b816e046b0b0e8b"}, "enabled": true, "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.28:5000/v3/services/c66dea12467540fd9f8eae1b38f3e216"}, "enabled": true, "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.28:5000/v3/services/eaa22ffbd6a24a9fbc5a4854cc89a6a7"}, "enabled": true, "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.28:5000/v3/services/f9c71ab7ca584a2fbd00bfe73cacb65d"}, "enabled": true, "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.28:5000/v3/services/fc3b8ebb51c7410fa36d55b44ba8adb9"}, "enabled": true, "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "links": {"self": "http://172.30.9.28:5000/v3/services", "previous": null, "next": null}} 2019-01-03 12:17:40,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/services used request id req-34d780ea-5c39-4db5-b654-ed2a6e786edd 2019-01-03 12:17:40,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0949478149414s 2019-01-03 12:17:40,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-03 12:17:40,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:17:40,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdde66f6-ab13-42a8-9844-e641cd272536 Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/18a104eecc8e41079452d43b02a65ef4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f3353fc045e4bf890b8ce96fa76ef61"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23f5cd9fc1494768bab2d4c72d7e3731"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/24178d30924e4010b30c95810e782046"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "24178d30924e4010b30c95810e782046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27b3097b01aa4b649c16dab884d6beab"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2b9781dd743444e683bdd8b0911e6cdd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2dcd438ee38b4aa081379546b57571db"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "918360128c274ab4937d41508abbe97c", "id": "2dcd438ee38b4aa081379546b57571db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3809767afacf4bc5840193558b6c35ee"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "3809767afacf4bc5840193558b6c35ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3a555f231ed44ba7b3c4a0b1f5ab2179"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bf3dc1517941bfa0dcbb32950ecd7b"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/532568212dfe4962af304e918a908507"}, "url": "http://172.30.9.28:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "532568212dfe4962af304e918a908507"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5796f801460b4a4589c3d8abb8fa7f39"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58091a6f68a44eda84c06f02375af15f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "58091a6f68a44eda84c06f02375af15f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5e7ed94e0c5d4934b55bcc41a2ce36d7"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/60fe2f42b8874071a36fb2c94c38278b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/61bcabc9962e442abc592aa7ba48a83b"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/65cdd137082e435f922dc7335a6a57e7"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/693e9d06d224497c96ecaa7547e5ce32"}, "url": "http://172.30.9.28:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6c4b047da9cc4782bb4287bda82db8f9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "918360128c274ab4937d41508abbe97c", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6e80432f815c45daa49cc3a9b0d86112"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/72877c66bd2f4c76ba5cf7afdec14880"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74a0a1ee9a90453bab9e0450ced4fd6e"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/752de543f6cc4d339bce8e4f535bff87"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/76d267bc706d465ca91224f0eaeb1f7c"}, "url": "http://172.30.9.28:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77e0af5b13da461b9793a2c1913f6b98"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79284dea07aa45e596b14c58f1241c27"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "79284dea07aa45e596b14c58f1241c27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/89c7b46f37bc4543a14cbfe5e27921b2"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b0c87348b074349b8c1a243622b1c58"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/98c6c0c1e8504e7299d8b1951b97243a"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "98c6c0c1e8504e7299d8b1951b97243a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9b5d8267390648c19ca5e7e6d3d03cb2"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9de2aebbf4354c6b8fa8438b92f8b476"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "918360128c274ab4937d41508abbe97c", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a5a50e430a0641ea9cd1d9b6bdba41f6"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c213befcf3c24e0e803ab63fe0ce02bb"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3ea62b142c643138838fbb72be24e4d"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc576d01feec440eab6e1fd029a6ae7f"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce656a64ff864a3c9795d06e017e4ddd"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "ce656a64ff864a3c9795d06e017e4ddd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce82a91e3acd4efe9da2c568542ed5c0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e53ada54e7ff4c259d63db075eb85019"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ed08c2540c67492381ad8eaaf53d36fa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "ed08c2540c67492381ad8eaaf53d36fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f0b65e79d6f844099585aa73e561639f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "f0b65e79d6f844099585aa73e561639f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f2aa557041d046f1b6040371e59491a1"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "f2aa557041d046f1b6040371e59491a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f34fd3681e384e329dae7f0e8bdaf52b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f531ee5f186a41abae5b1f41a1049bc1"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "f531ee5f186a41abae5b1f41a1049bc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f696a5dcebf14ea88883dc02029d997d"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "f696a5dcebf14ea88883dc02029d997d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ffd6cd7bf6c9450daa0ac9d554e233d1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-03 12:17:40,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-bdde66f6-ab13-42a8-9844-e641cd272536 2019-01-03 12:17:40,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0973491668701s 2019-01-03 12:17:40,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'd7b38f4a-2573-4e9f-8282-bdd04f03ac91', 'keystone_tenant_name': u'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.28:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'project_domain_name': 'Default'} 2019-01-03 12:17:40,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2019-01-03 12:17:40,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:40,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:40,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2019-01-03 12:17:40,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:40,509 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "d7b38f4a-2573-4e9f-8282-bdd04f03ac91"} 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:40,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.141Z", "updated_at": "2019-01-03T12:17:39.141Z", "created_by": "admin", "private_resource": false, "value": "d7b38f4a-2573-4e9f-8282-bdd04f03ac91", "key": "keystone_password"} 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:40,655 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"} 2019-01-03 12:17:40,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:40,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:40,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.280Z", "updated_at": "2019-01-03T12:17:39.280Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "key": "keystone_tenant_name"} 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:40,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2019-01-03 12:17:40,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:40,793 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2019-01-03 12:17:40,946 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:40,946 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:40,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.427Z", "updated_at": "2019-01-03T12:17:39.427Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:40,947 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:40,948 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2019-01-03 12:17:40,948 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:40,948 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.28:5000"} 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:41,028 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.536Z", "updated_at": "2019-01-03T12:17:39.536Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.28:5000", "key": "keystone_url"} 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:41,029 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:41,151 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.649Z", "updated_at": "2019-01-03T12:17:39.649Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:41,152 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"} 2019-01-03 12:17:41,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:41,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:41,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.751Z", "updated_at": "2019-01-03T12:17:39.751Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "key": "keystone_username"} 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:41,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:41,255 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2019-01-03 12:17:41,255 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:41,255 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2019-01-03 12:17:41,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:17:39.840Z", "updated_at": "2019-01-03T12:17:39.840Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2019-01-03 12:17:41,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:17:41,337 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:17:39 GMT 2019-01-03 12:17:41,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:17:41,337 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2019-01-03 12:17:41,337 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:17:41,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2019-01-03 12:17:41,338 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:17:41,351 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:17:41,351 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:17:41,375 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:17:41,543 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:17:41,543 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 12:17:41,544 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:17:41,585 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 12:17:41,585 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 12:17:41,612 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 12:18:23,763 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 12:18:23,763 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.sonic.net * extras: mirrors.cat.pdx.edu * updates: repo1.sea.innoscale.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-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 18 MB/s | 55 MB 00:03 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 | +--------------------------------+---------+ 2019-01-03 12:18:23,764 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 12:18:23,764 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2019-01-03 12:18:23,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:18:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:18:23,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-84d061cd-dfcf-48ba-9540-d0b6846aa7ee Date: Thu, 03 Jan 2019 12:18:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}]} 2019-01-03 12:18:23,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&name=default used request id req-84d061cd-dfcf-48ba-9540-d0b6846aa7ee 2019-01-03 12:18:23,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0573709011078s 2019-01-03 12:18:23,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&name=default used request id req-84d061cd-dfcf-48ba-9540-d0b6846aa7ee 2019-01-03 12:18:23,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:18:23,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:18:23,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-7fa1269b-acd4-4d55-a8fd-d8eee7a40353 Date: Thu, 03 Jan 2019 12:18:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:12:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 4, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "6528cd8e-204e-4e4d-8fb5-b961a8f52b87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 443, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "93174181-6714-4b2a-9170-653ac8e5749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 80, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-03T12:14:45Z", "revision_number": 0, "id": "9ecee093-4705-45d6-8bc7-57a724cea2f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-03T12:14:45Z", "revision_number": 0, "id": "ea62e438-3c2c-4bfc-a661-2b48aa30f404", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 8, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:18:23,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7fa1269b-acd4-4d55-a8fd-d8eee7a40353 2019-01-03 12:18:23,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0563938617706s 2019-01-03 12:18:23,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-7fa1269b-acd4-4d55-a8fd-d8eee7a40353 2019-01-03 12:18:23,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:18:23,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -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": "4a16edab-e124-4835-9825-46769fbc4805"}}' 2019-01-03 12:18:24,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fa2b361b-534a-4f68-a3db-2e6c391fe977 Date: Thu, 03 Jan 2019 12:18:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:18:24Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "port_range_min": 22, "revision_number": 0, "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:18:24Z", "project_id": "304f3867167e49e994d7d0e875999477", "id": "629eefb7-6b31-4e6d-85b3-f259e833bf01"}} 2019-01-03 12:18:24,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fa2b361b-534a-4f68-a3db-2e6c391fe977 2019-01-03 12:18:24,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.321865081787s 2019-01-03 12:18:24,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-fa2b361b-534a-4f68-a3db-2e6c391fe977 2019-01-03 12:18:24,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2019-01-03 12:18:24,462 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:27,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:27,386 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2019-01-03 12:18:27,386 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:27.309Z", "updated_at": "2019-01-03T12:18:27.309Z", "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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2019-01-03 12:18:27,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:27,388 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:27 GMT 2019-01-03 12:18:27,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:27,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2019-01-03 12:18:27,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:27,414 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-03 12:18:28,878 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:82988902051ff00ce70f6bafb41fe397 sha256:c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3 2019-01-03 12:18:28,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:18:28,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:18:29,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e0afec3b-bfec-4138-a8cd-0bb34b9f95a0 Date: Thu, 03 Jan 2019 12:18:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "metadata": {}}], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": 4373348352, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:13:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:18:29,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e0afec3b-bfec-4138-a8cd-0bb34b9f95a0 2019-01-03 12:18:29,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199373006821s 2019-01-03 12:18:29,078 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e0afec3b-bfec-4138-a8cd-0bb34b9f95a0 2019-01-03 12:18:29,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:18:29,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "owner_specified.shade.object": "images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}' 2019-01-03 12:18:29,329 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8 X-Openstack-Request-Id: req-30978b2f-4af5-43e2-872c-f69039b5a500 Date: Thu, 03 Jan 2019 12:18:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "size": null, "self": "/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2019-01-03T12:18:29Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": null, "created_at": "2019-01-03T12:18:29Z", "protected": false} 2019-01-03 12:18:29,330 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-30978b2f-4af5-43e2-872c-f69039b5a500 2019-01-03 12:18:29,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.249450922012s 2019-01-03 12:18:29,330 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-30978b2f-4af5-43e2-872c-f69039b5a500 returning object abb37faa-7114-4b7d-bf5e-eb9b2cb967c8 2019-01-03 12:18:29,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:18:29,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '' 2019-01-03 12:18:34,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38463112-560b-446a-b746-784d2e3a39f4 Date: Thu, 03 Jan 2019 12:18:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:18:34,647 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/file used request id req-38463112-560b-446a-b746-784d2e3a39f4 2019-01-03 12:18:34,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.31596899033s 2019-01-03 12:18:34,647 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/file used request id req-38463112-560b-446a-b746-784d2e3a39f4 2019-01-03 12:18:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:18:34,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:18:35,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-74e78be4-3b3e-4f0f-b2b7-7acbd8bbc4e6 Date: Thu, 03 Jan 2019 12:18:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/snap", "metadata": {}}], "file": "/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "size": 263586304, "self": "/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2019-01-03T12:18:34Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "82988902051ff00ce70f6bafb41fe397", "created_at": "2019-01-03T12:18:29Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "metadata": {}}], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": 4373348352, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:13:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:18:35,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-74e78be4-3b3e-4f0f-b2b7-7acbd8bbc4e6 2019-01-03 12:18:35,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.556418180466s 2019-01-03 12:18:35,205 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-74e78be4-3b3e-4f0f-b2b7-7acbd8bbc4e6 2019-01-03 12:18:35,208 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/file', 'owner': u'304f3867167e49e994d7d0e875999477', 'id': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'size': 263586304, u'self': u'/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'304f3867167e49e994d7d0e875999477', 'name': 'cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:18:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T12:18:34Z', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', 'properties': {u'self': u'/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'created': u'2019-01-03T12:18:29Z', 'checksum': u'82988902051ff00ce70f6bafb41fe397', 'created_at': u'2019-01-03T12:18:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:18:35,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:18:35,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2019-01-03 12:18:35,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:18: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-1da7f85f-22a2-4200-82d0-bc3436cf6857 x-compute-request-id: req-1da7f85f-22a2-4200-82d0-bc3436cf6857 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e1edd1c6-db66-4665-b716-977d96bb517a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "e1edd1c6-db66-4665-b716-977d96bb517a", "name": "cloudify_ims-flavor_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:18:35,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1da7f85f-22a2-4200-82d0-bc3436cf6857 2019-01-03 12:18:35,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0667510032654s 2019-01-03 12:18:35,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1da7f85f-22a2-4200-82d0-bc3436cf6857 returning object e1edd1c6-db66-4665-b716-977d96bb517a 2019-01-03 12:18:35,277 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e1edd1c6-db66-4665-b716-977d96bb517a', 'swap': 0}) 2019-01-03 12:18:35,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:18:35,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a/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}b7b944fa435a57e6d4226358a090ae7c46c95a87" -d '{"extra_specs": {}}' 2019-01-03 12:18:35,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:18: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-ad4183e9-f6ff-430e-9df8-d4fc32adbf8f x-compute-request-id: req-ad4183e9-f6ff-430e-9df8-d4fc32adbf8f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:18:35,300 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a/os-extra_specs used request id req-ad4183e9-f6ff-430e-9df8-d4fc32adbf8f 2019-01-03 12:18:35,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230519771576s 2019-01-03 12:18:35,301 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a/os-extra_specs used request id req-ad4183e9-f6ff-430e-9df8-d4fc32adbf8f 2019-01-03 12:18:35,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2019-01-03 12:18:35,301 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "bono_cluster_size": 1, "flavor_id": "e1edd1c6-db66-4665-b716-977d96bb517a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2019-01-03 12:18:36,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "bono_cluster_size": 1, "flavor_id": "e1edd1c6-db66-4665-b716-977d96bb517a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:35.465Z", "updated_at": "2019-01-03T12:18:35.465Z", "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"]}}}} 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:36,874 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:36 GMT 2019-01-03 12:18:36,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:36,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2019-01-03 12:18:36,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:36,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2019-01-03 12:18:36,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:36,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:36,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:36 GMT 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:36,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2019-01-03 12:18:36,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:36,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:37,052 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:37 GMT 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:37,053 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:18:37,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:37,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:37,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:37,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:37 GMT 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:37,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:18:37,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:42,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:42,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:37.916Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:37.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:38.205Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:38.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:38.939Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:38.989Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:38.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:38.989Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:38.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:38.989Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:38.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:39.953Z", "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": "2019-01-03T12:18:39.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:39.953Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:39.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:39.953Z", "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": "2019-01-03T12:18:39.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:40.970Z", "message": "Installing from directory: /tmp/tmpMfQbpq [args=--prefix=\"/tmp/openstack-H_y3BZ\" --constraint=\"/tmp/openstack-H_y3BZ/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:40.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:18:40.970Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpMfQbpq --prefix=\"/tmp/openstack-H_y3BZ\" --constraint=\"/tmp/openstack-H_y3BZ/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:18:40.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:42 GMT 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2019-01-03 12:18:42,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:18:42,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:18:42,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2019-01-03 12:18:42,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:18:42,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2019-01-03 12:18:42,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpMfQbpq [args=--prefix="/tmp/openstack-H_y3BZ" --constraint="/tmp/openstack-H_y3BZ/constraint.txt", package_name=cloudify-openstack-plugin] 2019-01-03 12:18:42,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpMfQbpq --prefix="/tmp/openstack-H_y3BZ" --constraint="/tmp/openstack-H_y3BZ/constraint.txt" 2019-01-03 12:18:42,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:18:42,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:42,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:42,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:42 GMT 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:42,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:18:42,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:47,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:18:47,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:47,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:47,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:47,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:47 GMT 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:18:47,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:47,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:47,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:18:47,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:47,510 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:47 GMT 2019-01-03 12:18:47,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:47,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:18:47,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:52,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:52,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:52 GMT 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:52,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:18:52,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:18:52,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:52,701 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:52 GMT 2019-01-03 12:18:52,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:52,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:18:52,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:57,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:18:57,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:57,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:57,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:57,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:57,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:57 GMT 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:18:57,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:18:57,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:18:57,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:18:57,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:18:57,854 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:18:57 GMT 2019-01-03 12:18:57,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:18:57,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:18:57,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:02,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:02,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:02,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:02 GMT 2019-01-03 12:19:02,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:02,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:19:02,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:02,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:03,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:03 GMT 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:19:03,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:08,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:08,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:07.069Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:07.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:07.100Z", "message": "Removing directory: /tmp/tmpMfQbpq", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:07.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c", "logger": "41ea0b62-4dc4-46f3-8347-46c345924f20"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:08.028Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:08.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2019-01-03 12:19:08,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:08,159 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:08 GMT 2019-01-03 12:19:08,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:08,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2019-01-03 12:19:08,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:08,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2019-01-03 12:19:08,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMfQbpq 2019-01-03 12:19:08,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:19:08,160 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:19:08,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:08,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:08 GMT 2019-01-03 12:19:08,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:08,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2019-01-03 12:19:08,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:13,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:09.098Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:09.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:09.098Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:09.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:09.098Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:09.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:13 GMT 2019-01-03 12:19:13,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:13,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2019-01-03 12:19:13,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:13,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2019-01-03 12:19:13,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2019-01-03 12:19:13,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2019-01-03 12:19:13,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6d380d77-d547-4592-8a9d-08a9cbb5925c 2019-01-03 12:19:13,618 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:13,618 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:13,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:13,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"} 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:13 GMT 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:13,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2019-01-03 12:19:13,619 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2019-01-03 12:19:13,771 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:13,771 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:13,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:13,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:13,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2019-01-03 12:19:13,772 - 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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:13 GMT 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:13,772 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:13,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:13,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:13,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:13 GMT 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:13,835 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:13,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:13,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:13,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:13,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:13,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:13,903 - 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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:13 GMT 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:13,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:18,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:18,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:14.465Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:14.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:16.001Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:16.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.016Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.095Z", "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": "2019-01-03T12:19:18.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2ecdc3f6-3aef-4724-b955-2bc4c896b31f"}, {"node_instance_id": "bind_security_group_bahy1j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2ecdc3f6-3aef-4724-b955-2bc4c896b31f"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "bind_security_group_bahy1j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2ecdc3f6-3aef-4724-b955-2bc4c896b31f"}, {"node_instance_id": "bind_security_group_bahy1j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2ecdc3f6-3aef-4724-b955-2bc4c896b31f"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.908Z", "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": "2019-01-03T12:19:18.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7b9277b1-0622-4189-a8cf-7a1784d1837e"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:18.925Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:18.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 48, "offset": 0, "size": 50}}} 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:18 GMT 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26960 2019-01-03 12:19:18,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:18,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2019-01-03 12:19:18,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-03 12:19:18,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2019-01-03 12:19:18,986 - 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} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,987 - 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'} 2019-01-03 12:19:18,988 - 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'} 2019-01-03 12:19:18,988 - 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'} 2019-01-03 12:19:18,988 - 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} 2019-01-03 12:19:18,988 - 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} 2019-01-03 12:19:18,988 - 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} 2019-01-03 12:19:18,988 - 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} 2019-01-03 12:19:18,989 - 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} 2019-01-03 12:19:18,989 - 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} 2019-01-03 12:19:18,989 - 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} 2019-01-03 12:19:18,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:18,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:19:18,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-03 12:19:18,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:19,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:19,073 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:19 GMT 2019-01-03 12:19:19,074 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:19,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:19,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:24,080 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:24,313 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:24,313 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:24,313 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:24,313 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "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": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bfec4b34-14c2-45c6-af1e-b3553303f2eb"}, {"node_instance_id": "keypair_cjv8ia", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.939Z", "message": "Using external resource keypair: cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:19.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c31c89bb-76bc-4f98-b881-79951b3b0e8b"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.950Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:19.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.950Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:19.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.950Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:19.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:19.950Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:19.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.969Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.969Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.969Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.969Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.971Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:19Z', u'updated_at': u'2019-01-03T12:19:19Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'547be864-1ca5-45cb-982e-b49ff9fd9350'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8ad6e3b8-74b4-43e1-b790-4acfeaa2ee0d"}, {"node_instance_id": "ellis_floatingip_rmt14a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:20.971Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:19Z', u'updated_at': u'2019-01-03T12:19:19Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'a1d3c967-1f37-4611-8a3b-b3d6835b3abb'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:20.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0c346edb-0d75-4b8d-9de1-5eff38559ae3"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:21.998Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:21.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "homer_security_group_x7k8hb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8fb2e633-1bbd-4bc9-b5f3-ef089ae2deea"}, {"node_instance_id": "homer_security_group_x7k8hb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8fb2e633-1bbd-4bc9-b5f3-ef089ae2deea"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "homer_security_group_x7k8hb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8fb2e633-1bbd-4bc9-b5f3-ef089ae2deea"}, {"node_instance_id": "homer_security_group_x7k8hb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8fb2e633-1bbd-4bc9-b5f3-ef089ae2deea"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:22.021Z", "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": "2019-01-03T12:19:22.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5695c71f-d5d1-4042-953d-b48a5feefd1c"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:23.050Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:23.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:23.050Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:23.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:24.069Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:24.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 101, "offset": 48, "size": 50}}} 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:24 GMT 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30996 2019-01-03 12:19:24,314 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:24,316 - 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'} 2019-01-03 12:19:24,316 - 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'} 2019-01-03 12:19:24,316 - 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'} 2019-01-03 12:19:24,316 - 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'} 2019-01-03 12:19:24,316 - 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} 2019-01-03 12:19:24,316 - 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} 2019-01-03 12:19:24,317 - 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} 2019-01-03 12:19:24,317 - 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} 2019-01-03 12:19:24,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7 2019-01-03 12:19:24,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:24,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:24,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:24,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2019-01-03 12:19:24,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:24,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:24,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-03 12:19:24,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-03 12:19:24,318 - 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'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:19Z', u'updated_at': u'2019-01-03T12:19:19Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'547be864-1ca5-45cb-982e-b49ff9fd9350'} 2019-01-03 12:19:24,318 - 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'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:19Z', u'updated_at': u'2019-01-03T12:19:19Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'a1d3c967-1f37-4611-8a3b-b3d6835b3abb'} 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:24,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-03 12:19:24,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:24,320 - 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'} 2019-01-03 12:19:24,320 - 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'} 2019-01-03 12:19:24,320 - 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'} 2019-01-03 12:19:24,320 - 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'} 2019-01-03 12:19:24,320 - 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'} 2019-01-03 12:19:24,321 - 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'} 2019-01-03 12:19:24,321 - 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'} 2019-01-03 12:19:24,321 - 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'} 2019-01-03 12:19:24,321 - 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'} 2019-01-03 12:19:24,321 - 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'} 2019-01-03 12:19:24,321 - 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} 2019-01-03 12:19:24,322 - 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'} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,322 - 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} 2019-01-03 12:19:24,323 - 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} 2019-01-03 12:19:24,323 - 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} 2019-01-03 12:19:24,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:24,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:24,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:24,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:24,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:24 GMT 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:24,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:27,271 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:19:29,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:29,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_rhftp0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:24.069Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:24.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:24.069Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:24.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:24.122Z", "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": "2019-01-03T12:19:24.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "bono_floatingip_rr01sd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:24Z', u'updated_at': u'2019-01-03T12:19:24Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'716890b1-9dee-43a2-a944-4a69360565a2'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "be63f9b8-fd88-4030-a920-8f10546c4438"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "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": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "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": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "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": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "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": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.074Z", "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": "2019-01-03T12:19:25.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "39a5c655-6e2d-4a09-b493-70d412d6e315"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.137Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:25.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.137Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:25.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:25.137Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:25.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.259Z", "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": "2019-01-03T12:19:26.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ff2829-bdb1-4462-94ba-30cb52971898"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.272Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:26.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.272Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:26.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.272Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:26.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.272Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:26.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:26.272Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:26.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.541Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:27.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "224cc47e-9f30-4579-96c5-afeef6339e40"}, {"node_instance_id": "ellis_security_group_nyb5by", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "224cc47e-9f30-4579-96c5-afeef6339e40"}, {"node_instance_id": "sprout_security_group_np1lq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9808627f-f193-445f-96d5-443fe848e2d3"}, {"node_instance_id": "ellis_security_group_nyb5by", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "224cc47e-9f30-4579-96c5-afeef6339e40"}, {"node_instance_id": "ellis_security_group_nyb5by", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "224cc47e-9f30-4579-96c5-afeef6339e40"}, {"node_instance_id": "sprout_security_group_np1lq2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:27.543Z", "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": "2019-01-03T12:19:27.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9808627f-f193-445f-96d5-443fe848e2d3"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.568Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4beababb-939f-42b1-8f1c-0cf781e24aae"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.568Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_lsjjb1'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4beababb-939f-42b1-8f1c-0cf781e24aae"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:28.570Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:28.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:29.555Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:29.555Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:29.555Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:29.555Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:29.660Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_lsjjb1', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:29.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4beababb-939f-42b1-8f1c-0cf781e24aae"}], "metadata": {"pagination": {"total": 148, "offset": 98, "size": 50}}} 2019-01-03 12:19:29,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:29,708 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:29 GMT 2019-01-03 12:19:29,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:29,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29672 2019-01-03 12:19:29,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:29,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,709 - 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} 2019-01-03 12:19:29,710 - 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'304f3867167e49e994d7d0e875999477', u'created_at': u'2019-01-03T12:19:24Z', u'updated_at': u'2019-01-03T12:19:24Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'304f3867167e49e994d7d0e875999477', u'port_id': None, u'id': u'716890b1-9dee-43a2-a944-4a69360565a2'} 2019-01-03 12:19:29,710 - 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'} 2019-01-03 12:19:29,710 - 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'} 2019-01-03 12:19:29,710 - 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'} 2019-01-03 12:19:29,710 - 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} 2019-01-03 12:19:29,711 - 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} 2019-01-03 12:19:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,711 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,711 - 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'} 2019-01-03 12:19:29,711 - 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'} 2019-01-03 12:19:29,711 - 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'} 2019-01-03 12:19:29,712 - 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} 2019-01-03 12:19:29,712 - 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} 2019-01-03 12:19:29,712 - 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} 2019-01-03 12:19:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:29,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2019-01-03 12:19:29,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}] 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_lsjjb1'} 2019-01-03 12:19:29,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:29,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:29,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:29,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:29,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:29,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_lsjjb1', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:29,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:29,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:29,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:29,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:29,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:29,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:29 GMT 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:29,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:34,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:35,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:35,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.591Z", "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": "2019-01-03T12:19:30.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4beababb-939f-42b1-8f1c-0cf781e24aae"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.591Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_lsjjb1', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4beababb-939f-42b1-8f1c-0cf781e24aae"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.591Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f505312d-0053-4c47-86a1-a34580c060d5', 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": "2019-01-03T12:19:30.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "202de860-acb2-4f0f-9812-a52cab8845f7"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.591Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_ye0pmh'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "202de860-acb2-4f0f-9812-a52cab8845f7"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:30.657Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:30.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.680Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'01a6d9d5-a368-41b1-94fe-542a23ff4df2', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'547be864-1ca5-45cb-982e-b49ff9fd9350', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "87c82b5b-25fa-4d30-9bd0-0350bae95df6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.680Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6cff3f1d-a93a-4e63-aa86-92b4747f78cc', 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": "2019-01-03T12:19:31.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9601244f-443e-4424-b376-c1b14c707afd"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.680Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_1v481v'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "87c82b5b-25fa-4d30-9bd0-0350bae95df6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.680Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_md4669'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9601244f-443e-4424-b376-c1b14c707afd"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.683Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.683Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.683Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.683Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:31.683Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:31.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.706Z", "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": "2019-01-03T12:19:32.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "202de860-acb2-4f0f-9812-a52cab8845f7"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.706Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_ye0pmh', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "202de860-acb2-4f0f-9812-a52cab8845f7"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.706Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_ye0pmh', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "202de860-acb2-4f0f-9812-a52cab8845f7"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:32.714Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:32.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.720Z", "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": "2019-01-03T12:19:33.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "87c82b5b-25fa-4d30-9bd0-0350bae95df6"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.720Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_1v481v', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "87c82b5b-25fa-4d30-9bd0-0350bae95df6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.720Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'aa6561ec-246a-421b-9fe5-12ae3c1e87a1', 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": "2019-01-03T12:19:33.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9674db9a-c282-4831-b5d7-cdc18d54e243"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.720Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_1v481v', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "87c82b5b-25fa-4d30-9bd0-0350bae95df6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.720Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_p91c5i'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9674db9a-c282-4831-b5d7-cdc18d54e243"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:33.726Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:33.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:34.731Z", "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": "2019-01-03T12:19:34.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9601244f-443e-4424-b376-c1b14c707afd"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:34.731Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_md4669', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:34.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9601244f-443e-4424-b376-c1b14c707afd"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:34.731Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_md4669', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:34.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9601244f-443e-4424-b376-c1b14c707afd"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:34.735Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:34.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:34.735Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:34.735Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 193, "offset": 148, "size": 50}}} 2019-01-03 12:19:35,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:35,943 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:35 GMT 2019-01-03 12:19:35,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:35,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28633 2019-01-03 12:19:35,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:35,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:35,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_lsjjb1', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f505312d-0053-4c47-86a1-a34580c060d5', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_ye0pmh'} 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:35,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'01a6d9d5-a368-41b1-94fe-542a23ff4df2', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'547be864-1ca5-45cb-982e-b49ff9fd9350', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}] 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6cff3f1d-a93a-4e63-aa86-92b4747f78cc', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_1v481v'} 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_md4669'} 2019-01-03 12:19:35,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:35,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_ye0pmh', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_ye0pmh', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:35,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_1v481v', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'aa6561ec-246a-421b-9fe5-12ae3c1e87a1', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_1v481v', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_p91c5i'} 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:35,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_md4669', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_md4669', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:19:35,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:19:35,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:36,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:36 GMT 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:36,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:41,067 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:42,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:42,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:42,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:42,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:42,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.889Z", "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": "2019-01-03T12:19:36.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9674db9a-c282-4831-b5d7-cdc18d54e243"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.889Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_p91c5i', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9674db9a-c282-4831-b5d7-cdc18d54e243"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.889Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_p91c5i', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9674db9a-c282-4831-b5d7-cdc18d54e243"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "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": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:36.953Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:36.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:37.955Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'86e02503-d3b4-49a3-baa3-05ec5e19d47d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'87983b8d-97cd-4a94-b548-982abb7770c6', 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": "2019-01-03T12:19:37.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ebe135b9-638f-4917-9f44-d34ae6795f26"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:37.955Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a34759ec-dd19-4a64-acd9-1516c09638df', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'86e02503-d3b4-49a3-baa3-05ec5e19d47d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'716890b1-9dee-43a2-a944-4a69360565a2', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:37.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8457da75-d410-4452-b9d3-f4e6fce704d1"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:37.955Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_j82738'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:37.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ebe135b9-638f-4917-9f44-d34ae6795f26"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:38.033Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:38.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:38.993Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd0dd4870-80cc-4d2a-91a6-cd8eb7ace759', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'a1d3c967-1f37-4611-8a3b-b3d6835b3abb', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:38.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79cb850c-9cef-407e-bc6b-31621219bff2"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:38.993Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_qeim60'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:38.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8457da75-d410-4452-b9d3-f4e6fce704d1"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:38.993Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_3jc8f8'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:38.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79cb850c-9cef-407e-bc6b-31621219bff2"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:39.101Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:39.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:39.101Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:39.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "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": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8457da75-d410-4452-b9d3-f4e6fce704d1"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "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": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79cb850c-9cef-407e-bc6b-31621219bff2"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "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": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ebe135b9-638f-4917-9f44-d34ae6795f26"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_qeim60', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8457da75-d410-4452-b9d3-f4e6fce704d1"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_3jc8f8', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79cb850c-9cef-407e-bc6b-31621219bff2"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_j82738', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ebe135b9-638f-4917-9f44-d34ae6795f26"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_qeim60', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8457da75-d410-4452-b9d3-f4e6fce704d1"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_3jc8f8', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79cb850c-9cef-407e-bc6b-31621219bff2"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.113Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_j82738', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ebe135b9-638f-4917-9f44-d34ae6795f26"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.116Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.116Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.116Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:41.116Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:41.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 225, "offset": 193, "size": 50}}} 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:42 GMT 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23273 2019-01-03 12:19:42,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_p91c5i', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_p91c5i', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:42,493 - 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] 2019-01-03 12:19:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'86e02503-d3b4-49a3-baa3-05ec5e19d47d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'87983b8d-97cd-4a94-b548-982abb7770c6', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a34759ec-dd19-4a64-acd9-1516c09638df', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'86e02503-d3b4-49a3-baa3-05ec5e19d47d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'716890b1-9dee-43a2-a944-4a69360565a2', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}] 2019-01-03 12:19:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_j82738'} 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', u'external_type': u'keypair'}, {u'external_id': u'f1a82d05-f9a9-4f73-8fa3-8e48927d8741', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd0dd4870-80cc-4d2a-91a6-cd8eb7ace759', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'a1d3c967-1f37-4611-8a3b-b3d6835b3abb', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_qeim60'} 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_3jc8f8'} 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_qeim60', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_3jc8f8', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_j82738', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_qeim60', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_3jc8f8', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_j82738', 'key_name': u'cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'image': u'abb37faa-7114-4b7d-bf5e-eb9b2cb967c8', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7', 'cloudify_management_network_id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}, 'nics': [{'net-id': u'896d0be9-fb35-4a0b-bba9-c525ef82869c'}], 'flavor': u'e1edd1c6-db66-4665-b716-977d96bb517a'} 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:42,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:42,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:42,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:42 GMT 2019-01-03 12:19:42,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:42,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:42,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:47,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:48,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:48,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:43.319Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:43.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:43.319Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:43.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:43.319Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:43.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:43.319Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:43.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:43.319Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:43.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:44.382Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:44.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:45.476Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:45.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:45.476Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:45.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:45.476Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:45.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:45.476Z", "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": "2019-01-03T12:19:45.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:45.476Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:45.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:46.934Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:46.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:46.934Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:46.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:46.934Z", "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": "2019-01-03T12:19:46.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 244, "offset": 225, "size": 50}}} 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:48 GMT 2019-01-03 12:19:48,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:48,068 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10428 2019-01-03 12:19:48,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:48,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:48,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:48,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:48,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:48,070 - 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] 2019-01-03 12:19:48,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:48,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:19:48,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:48,071 - 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] 2019-01-03 12:19:48,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:48,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:48,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:48,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:48,166 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:48 GMT 2019-01-03 12:19:48,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:48,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:48,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:53,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:53,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:53,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:53,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "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": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "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": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:48.136Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:19:48.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:49.456Z", "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": "2019-01-03T12:19:49.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:50.160Z", "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": "2019-01-03T12:19:50.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:19:50.160Z", "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": "2019-01-03T12:19:50.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 257, "offset": 244, "size": 50}}} 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:53 GMT 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:53,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9591 2019-01-03 12:19:53,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:53,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:53,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:53,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:19:53,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:53,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:19:53,250 - 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] 2019-01-03 12:19:53,250 - 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] 2019-01-03 12:19:53,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:53,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:53,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:19:53,251 - 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] 2019-01-03 12:19:53,251 - 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] 2019-01-03 12:19:53,251 - 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] 2019-01-03 12:19:53,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:53,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:53,320 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:53 GMT 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:53,321 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:53,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:58,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:58,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:58 GMT 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:19:58,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:19:58,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:19:58,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:19:58 GMT 2019-01-03 12:19:58,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:19:58,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:19:58,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:03,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:03,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:03,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:03,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:03 GMT 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:03,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:20:03,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:03,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:03,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:03,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:03,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:03,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:03,656 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:03 GMT 2019-01-03 12:20:03,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:03,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:03,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:08,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:08,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:08,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:08,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:08,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:06.172Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:06.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:07.182Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:07.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:08.316Z", "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": "2019-01-03T12:20:08.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 260, "offset": 257, "size": 50}}} 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:08 GMT 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2019-01-03 12:20:08,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:08,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:08,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:08,747 - 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] 2019-01-03 12:20:08,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:08,818 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:08,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:08,819 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:08 GMT 2019-01-03 12:20:08,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:08,819 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:08,819 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:13,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:13,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 260, "offset": 260, "size": 50}}} 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:13 GMT 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:13,914 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:13,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:13,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:13 GMT 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:13,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:13,985 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:18,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:19,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:14.790Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:14.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:15.207Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:15.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:16.228Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:16.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:16.228Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:16.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:17.247Z", "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": "2019-01-03T12:20:17.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:18.291Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:18.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:18.291Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:18.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:18.291Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:18.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:18.291Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:18.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 269, "offset": 260, "size": 50}}} 2019-01-03 12:20:19,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:19,063 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:19 GMT 2019-01-03 12:20:19,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:19,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5320 2019-01-03 12:20:19,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:19,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,064 - 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] 2019-01-03 12:20:19,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:19,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:19,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:19,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:19,134 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:19 GMT 2019-01-03 12:20:19,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:19,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:19,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:24,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:24,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:24,363 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:19.309Z", "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": "2019-01-03T12:20:19.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "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": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "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": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:20.505Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:20.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:21.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 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": "2019-01-03T12:20:21.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:22.526Z", "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": "2019-01-03T12:20:22.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:22.526Z", "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": "2019-01-03T12:20:22.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 281, "offset": 269, "size": 50}}} 2019-01-03 12:20:24,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:24,364 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:24 GMT 2019-01-03 12:20:24,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:24,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9972 2019-01-03 12:20:24,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:24,365 - 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] 2019-01-03 12:20:24,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,365 - 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] 2019-01-03 12:20:24,366 - 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] 2019-01-03 12:20:24,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:20:24,366 - 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] 2019-01-03 12:20:24,366 - 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] 2019-01-03 12:20:24,366 - 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] 2019-01-03 12:20:24,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:24,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:24,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:24,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:24 GMT 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:24,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:29,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:29,519 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:29,520 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:29 GMT 2019-01-03 12:20:29,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:29,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:20:29,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:29,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:29,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:29 GMT 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:29,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:34,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:34,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:34,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:34,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:34,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:34 GMT 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:20:34,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:34,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:34,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:34 GMT 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:34,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:39,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:39,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:38.348Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:38.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:38.567Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:38.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 283, "offset": 281, "size": 50}}} 2019-01-03 12:20:39,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:39,843 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:39 GMT 2019-01-03 12:20:39,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:39,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2019-01-03 12:20:39,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:39,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:39,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:39,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:39,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:39,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:39 GMT 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:39,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:39,919 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:44,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:45,013 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:40.688Z", "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": "2019-01-03T12:20:40.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 284, "offset": 283, "size": 50}}} 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:45 GMT 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1218 2019-01-03 12:20:45,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:45,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2019-01-03 12:20:45,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:45,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:45,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:45,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:45,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:45 GMT 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:45,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:50,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:50,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:47.061Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:47.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:47.611Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:47.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:48.636Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:48.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:48.636Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:48.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:49.678Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:49.678Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:49.678Z", "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": "2019-01-03T12:20:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:49.678Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:49.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 292, "offset": 284, "size": 50}}} 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:50,211 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:50 GMT 2019-01-03 12:20:50,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:50,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4809 2019-01-03 12:20:50,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:50,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,213 - 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] 2019-01-03 12:20:50,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:50,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:50,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:50,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:50,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:50,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:50,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:50 GMT 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:50,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:55,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:20:55,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:50.723Z", "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": "2019-01-03T12:20:50.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:50.723Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:50.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:51.815Z", "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": "2019-01-03T12:20:51.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 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": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:52.747Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:20:52.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:54.257Z", "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": "2019-01-03T12:20:54.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:54.767Z", "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": "2019-01-03T12:20:54.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:20:54.767Z", "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": "2019-01-03T12:20:54.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 305, "offset": 292, "size": 50}}} 2019-01-03 12:20:55,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:55,394 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:55 GMT 2019-01-03 12:20:55,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:55,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10483 2019-01-03 12:20:55,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:20:55,394 - 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] 2019-01-03 12:20:55,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,395 - 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] 2019-01-03 12:20:55,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,395 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,396 - 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] 2019-01-03 12:20:55,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:20:55,396 - 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] 2019-01-03 12:20:55,396 - 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] 2019-01-03 12:20:55,397 - 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] 2019-01-03 12:20:55,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:20:55,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:20:55,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:20:55,471 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:20:55 GMT 2019-01-03 12:20:55,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:20:55,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:20:55,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:00,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:00,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:00,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:00 GMT 2019-01-03 12:21:00,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:00,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:21:00,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:00,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:00,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:00,667 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:00 GMT 2019-01-03 12:21:00,668 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:00,668 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:00,668 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:05,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:05,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:05 GMT 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:05,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:05,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:05,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:05 GMT 2019-01-03 12:21:05,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:05,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:05,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:10,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:10,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:10.760Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:10.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 306, "offset": 305, "size": 50}}} 2019-01-03 12:21:10,937 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:10,937 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:10 GMT 2019-01-03 12:21:10,937 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:10,937 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2019-01-03 12:21:10,937 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:10,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:10,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:11,119 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:11,120 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:11,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:11,121 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:11 GMT 2019-01-03 12:21:11,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:11,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:11,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:16,126 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:16,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:16,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:16,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:11.788Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:11.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:13.321Z", "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": "2019-01-03T12:21:13.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 308, "offset": 306, "size": 50}}} 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:16 GMT 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:16,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1731 2019-01-03 12:21:16,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:16,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:16,436 - 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] 2019-01-03 12:21:16,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:16,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:16,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:16,587 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:16 GMT 2019-01-03 12:21:16,587 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:16,587 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:16,587 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:21,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:23,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:23,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:19.508Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:19.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:19.978Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:19.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:21.470Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:21.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:21.470Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:21.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 312, "offset": 308, "size": 50}}} 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:23 GMT 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:23,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2134 2019-01-03 12:21:23,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:23,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:23,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:23,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:26,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:26,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:26 GMT 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:26,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:26,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:31,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:31,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:23.514Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:23.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:23.514Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:23.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:23.514Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:23.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:23.514Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:23.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "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": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:24.965Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:24.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:26.986Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:26.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:27.765Z", "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": "2019-01-03T12:21:27.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 324, "offset": 312, "size": 50}}} 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:31 GMT 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7480 2019-01-03 12:21:31,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:31,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,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 3/60] 2019-01-03 12:21:31,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2019-01-03 12:21:31,417 - 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] 2019-01-03 12:21:31,417 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:31,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:31,708 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:31 GMT 2019-01-03 12:21:31,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:31,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:31,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:36,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:37,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:31.792Z", "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": "2019-01-03T12:21:31.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:32.543Z", "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": "2019-01-03T12:21:32.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:32.543Z", "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": "2019-01-03T12:21:32.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:32.543Z", "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": "2019-01-03T12:21:32.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:33.637Z", "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": "2019-01-03T12:21:33.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 329, "offset": 324, "size": 50}}} 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:37 GMT 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5760 2019-01-03 12:21:37,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:37,875 - 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] 2019-01-03 12:21:37,875 - 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] 2019-01-03 12:21:37,875 - 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] 2019-01-03 12:21:37,875 - 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] 2019-01-03 12:21:37,875 - 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] 2019-01-03 12:21:37,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:38,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:38 GMT 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:38,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:43,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:43,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:43,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:43,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:43 GMT 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:21:43,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:43,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:44,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:44,512 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:44 GMT 2019-01-03 12:21:44,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:44,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:44,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:49,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:49,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:43.406Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:43.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:44.739Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:44.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:47.475Z", "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": "2019-01-03T12:21:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 332, "offset": 329, "size": 50}}} 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:49 GMT 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2019-01-03 12:21:49,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:49,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:21:49,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:21:49,828 - 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] 2019-01-03 12:21:49,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:50,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:50,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:50,113 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:50 GMT 2019-01-03 12:21:50,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:50,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:50,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:55,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:21:55,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:54.868Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:54.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 333, "offset": 332, "size": 50}}} 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:55,546 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:55 GMT 2019-01-03 12:21:55,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:55,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 597 2019-01-03 12:21:55,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:21:55,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:21:55,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:21:55,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:21:55,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:21:55,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:21:55,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:21:55 GMT 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:21:55,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:00,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:01,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:55.905Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:55.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:57.113Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:57.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:21:58.960Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:21:58.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 336, "offset": 333, "size": 50}}} 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:01,417 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:01 GMT 2019-01-03 12:22:01,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:01,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1619 2019-01-03 12:22:01,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:01,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:01,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:01,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:01,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:04,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:04,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:04 GMT 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:04,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:04,443 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:09,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:12,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:12,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:00.846Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:00.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f2aa9f98-a1bf-40b4-87be-1845c90314f7"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:00.849Z", "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": "2019-01-03T12:22:00.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:03.801Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:03.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:06.400Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:06.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:08.147Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:08.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b99b60c1-5ff8-4474-a3fe-823293cae09b"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:08.319Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:08.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:08.319Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:08.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:08.319Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:08.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 352, "offset": 336, "size": 50}}} 2019-01-03 12:22:12,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:12,267 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:12 GMT 2019-01-03 12:22:12,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:12,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8854 2019-01-03 12:22:12,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:12,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:22:12,268 - 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] 2019-01-03 12:22:12,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:22:12,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:22:12,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:12,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:12,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:13,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:13 GMT 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:13,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:18,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:20,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:12.173Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:12.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:12.869Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2019-01-03T12:22:12.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:13.359Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:13.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "fbb46074-6792-4b9c-82b4-ac33c6d610be"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:17.543Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:17.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 356, "offset": 352, "size": 50}}} 2019-01-03 12:22:20,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:20,753 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:20 GMT 2019-01-03 12:22:20,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:20,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2761 2019-01-03 12:22:20,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:20,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:20,753 - 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] 2019-01-03 12:22:20,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:22:20,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:22:20,754 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:22,006 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:22,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:22 GMT 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:22,007 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:27,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:27,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:27,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:27,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:27,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:27,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.792Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "31a07935-48f2-40d1-9772-7421f0bb4a87"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.986Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.986Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.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] [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": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.986Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.986Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:20.986Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:20.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.398Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0a730828-d652-4587-9160-3e834d3d4eb0"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.457Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.457Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.457Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:22.457Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:22.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.618Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.618Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.618Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.12 on port 22: Unable to connect to port 22 on 192.168.120.12 (tried 1 time)", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.12 on port 22: Unable to connect to port 22 on 192.168.120.12 (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.12 on port 22: Unable to connect to port 22 on 192.168.120.12 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2019-01-03T12:22:23.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.618Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:23.619Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:23.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.816Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}], "metadata": {"pagination": {"total": 455, "offset": 356, "size": 50}}} 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:27 GMT 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28256 2019-01-03 12:22:27,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:27,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:22:27,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:22:27,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,918 - 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] 2019-01-03 12:22:27,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:22:27,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:22:27,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,922 - 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.12 on port 22: Unable to connect to port 22 on 192.168.120.12 (tried 1 time) 2019-01-03 12:22:27,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2019-01-03 12:22:27,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:27,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:28,042 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:28 GMT 2019-01-03 12:22:28,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:28,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:28,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:33,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:33,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:33,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "df474823-b417-485d-882e-8b2e5c4256d0"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:24.820Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:24.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.133Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.133Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.133Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.133Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Creating Agent sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "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": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_j82738/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:27.136Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:27.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}], "metadata": {"pagination": {"total": 562, "offset": 406, "size": 50}}} 2019-01-03 12:22:33,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:33,438 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:33 GMT 2019-01-03 12:22:33,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:33,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27431 2019-01-03 12:22:33,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:33,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:22:33,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:33,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:22:33,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:22:33,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_j82738 2019-01-03 12:22:33,447 - 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 2019-01-03 12:22:33,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:22:33,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_j82738/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:22:33,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:33,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:33,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:33,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:33 GMT 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:33,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:38,614 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:39,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:28.715Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:28.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:29.939Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:29.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_j82738/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "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_j82738/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_j82738/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_j82738', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_j82738/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_j82738', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Creating Agent bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.107Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_qeim60/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:30.704Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:30.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 706, "offset": 456, "size": 50}}} 2019-01-03 12:22:39,332 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:39,332 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:39 GMT 2019-01-03 12:22:39,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:39,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28305 2019-01-03 12:22:39,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:39,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:39,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_j82738/env 2019-01-03 12:22:39,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:22:39,339 - 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_j82738/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_j82738/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_j82738', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_j82738/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_j82738', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_qeim60 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:22:39,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:39,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:22:39,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:22:39,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_qeim60/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:22:39,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:22:39,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:39,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:39,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:39,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:39,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:39 GMT 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:39,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:44,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:44,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Successfully created daemon: sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "/home/ubuntu/sprout_host_j82738/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": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4aa01472-93d7-4725-827f-e334d3546dbb"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "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": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:31.145Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:31.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.087Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.087Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.087Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.087Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Creating Agent ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "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_qeim60/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_qeim60/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_qeim60', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_qeim60/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_qeim60', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}], "metadata": {"pagination": {"total": 825, "offset": 506, "size": 50}}} 2019-01-03 12:22:44,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:44,900 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:44 GMT 2019-01-03 12:22:44,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:44,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28633 2019-01-03 12:22:44,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:44,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_j82738 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:22:44,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_j82738/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 2019-01-03 12:22:44,905 - 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 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,906 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:44,907 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_3jc8f8 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:22:44,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:22:44,909 - 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_qeim60/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_qeim60/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_qeim60', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_qeim60/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_qeim60', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:22:44,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:44,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:22:44,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:44,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:44,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:44 GMT 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:44,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:49,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:50,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:50,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:50,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_qeim60/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:32.318Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:32.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Successfully created daemon: bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "/home/ubuntu/bono_host_qeim60/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": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bb050bd2-66f7-459b-8735-521f9181e84f"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.338Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:33.685Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:33.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.128Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.128Z", "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 5/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": "2019-01-03T12:22:34.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.128Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.128Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_3jc8f8/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "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_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_3jc8f8/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_3jc8f8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_3jc8f8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_3jc8f8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "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": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}], "metadata": {"pagination": {"total": 930, "offset": 556, "size": 50}}} 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:50 GMT 2019-01-03 12:22:50,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:50,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29390 2019-01-03 12:22:50,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_qeim60/env 2019-01-03 12:22:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_qeim60 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_qeim60/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 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:22:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:22:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:50,431 - 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 5/60] 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:22:50,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:22:50,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_3jc8f8/env 2019-01-03 12:22:50,432 - 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_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_3jc8f8/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_3jc8f8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_3jc8f8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_3jc8f8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:22:50,432 - 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 2019-01-03 12:22:50,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:22:50,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:22:50,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:50,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:50,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:50,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:50,540 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:50 GMT 2019-01-03 12:22:50,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:50,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:50,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:55,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:22:56,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "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_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_3jc8f8/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_3jc8f8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_3jc8f8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_3jc8f8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_lsjjb1/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "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": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:34.538Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:34.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.233Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.233Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.233Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Successfully created daemon: ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Configuring Agent bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "/home/ubuntu/ellis_host_3jc8f8/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": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "70c823d4-f06f-4ace-a057-8459d560b94e"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:35.887Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:35.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.383Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Configuring Agent sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "/home/ubuntu/proxy_host_lsjjb1/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": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "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_lsjjb1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_lsjjb1/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_lsjjb1', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_lsjjb1/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_lsjjb1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Successfully configured daemon: bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Successfully created daemon: proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}], "metadata": {"pagination": {"total": 1030, "offset": 606, "size": 50}}} 2019-01-03 12:22:56,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:56,503 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:56 GMT 2019-01-03 12:22:56,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:56,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29846 2019-01-03 12:22:56,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:22:56,504 - 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_3jc8f8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_3jc8f8/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_3jc8f8', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_3jc8f8/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_3jc8f8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:22:56,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_lsjjb1/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:22:56,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:56,504 - 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 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_3jc8f8 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_qeim60 2019-01-03 12:22:56,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_3jc8f8/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 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_j82738 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_lsjjb1/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 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:22:56,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,511 - 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_lsjjb1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_lsjjb1/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_lsjjb1', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_lsjjb1/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_lsjjb1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_qeim60 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:22:56,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:22:56,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_lsjjb1 2019-01-03 12:22:56,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:22:56,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:22:56,717 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:22:56 GMT 2019-01-03 12:22:56,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:22:56,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:22:56,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:01,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:02,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:02,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Successfully configured daemon: bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b8a5513c-9cef-4680-ac21-63311e8293f9"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d1479ad9-e484-4f2c-bf83-6b487519bf32"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:36.908Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_lsjjb1/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "14ee7e55-cd6c-4029-ba3d-d45a497875c9"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.549Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.921Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.921Z", "message": "Successfully configured daemon: ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.921Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:37.921Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:37.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "179129c1-289c-4b36-9985-a719a1155867"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:38.890Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:38.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Starting Agent bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:39.002Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:39.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}], "metadata": {"pagination": {"total": 1123, "offset": 656, "size": 50}}} 2019-01-03 12:23:02,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:02,146 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:02 GMT 2019-01-03 12:23:02,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:02,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26735 2019-01-03 12:23:02,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_qeim60 2019-01-03 12:23:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_lsjjb1/env 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_3jc8f8 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-03 12:23:02,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_qeim60 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:02,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:02,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:02,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:02,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:02,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:02,251 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:02 GMT 2019-01-03 12:23:02,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:02,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:02,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:07,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:07,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Configuring Agent proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Starting Agent sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Starting Agent ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.260Z", "message": "Successfully configured daemon: proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1426e2cb-b3db-4ba2-9f9f-b24ced0dc6b3"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:40.857Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:40.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.251Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.251Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.251Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.251Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1188, "offset": 706, "size": 50}}} 2019-01-03 12:23:07,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:07,822 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:07 GMT 2019-01-03 12:23:07,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:07,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27272 2019-01-03 12:23:07,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:07,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:07,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_lsjjb1 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_j82738 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:07,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_3jc8f8 2019-01-03 12:23:07,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_lsjjb1 2019-01-03 12:23:07,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:07,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:07,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:07,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:07,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:07,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:07,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:07,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:07,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:07 GMT 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:07,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:12,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:13,442 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:13,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:13,442 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.686Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.686Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.686Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.686Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:41.686Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:41.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.325Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Starting Agent proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_qeim60 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:42.913Z", "message": "Successfully started daemon: bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:42.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "eb953421-a75c-4dc4-a979-37389cbb581c"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.286Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.286Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.286Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.286Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.286Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "[localhost] run: /home/ubuntu/bono_host_qeim60/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Successfully started daemon: ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "68fd9795-0d2d-4f02-abbe-f45c2c278819"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "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": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Successfully started daemon: sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}], "metadata": {"pagination": {"total": 1242, "offset": 756, "size": 50}}} 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:13 GMT 2019-01-03 12:23:13,443 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:13,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27268 2019-01-03 12:23:13,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:13,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_lsjjb1 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_qeim60 start 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:13,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_qeim60 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:13,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_qeim60/env/bin/pip freeze 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_3jc8f8 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_j82738 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:23:13,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:13,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:13,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:13,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:13,580 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:13 GMT 2019-01-03 12:23:13,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:13,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:13,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:18,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:19,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Successfully started daemon: sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d40c0d23-6a0f-4095-bd2f-1f071a56dc0a"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:43.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:43.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:44.299Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:44.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "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": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "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": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_1v481v/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "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": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "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": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "[localhost] run: /home/ubuntu/sprout_host_j82738/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23f52663-4f5a-4cc8-8c1e-75efb20c3ef4"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Creating Agent bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Removing directory: /tmp/tmpr1qvBA", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ecf7cb46-12c2-42c2-a245-27c107a25eb2"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.000Z", "message": "[localhost] run: /home/ubuntu/ellis_host_3jc8f8/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.325Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.325Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.325Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.325Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:45.325Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:45.325Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Removing directory: /tmp/tmpSdtpGI", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_lsjjb1 start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "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": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Removing directory: /tmp/tmpzV6cbO", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "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": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "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": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "23dd5080-c2ff-437f-a840-bbb5aa24e216"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "message": "Successfully started daemon: proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "9381d414-6c59-467c-82e6-155185388b60"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.055Z", "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": "2019-01-03T12:22:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "e0bb1d25-0471-457d-ba30-4a3243323d69"}], "metadata": {"pagination": {"total": 1315, "offset": 806, "size": 50}}} 2019-01-03 12:23:19,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:19,044 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:19 GMT 2019-01-03 12:23:19,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:19,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27583 2019-01-03 12:23:19,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:19,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_j82738 2019-01-03 12:23:19,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:23:19,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:19,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:19,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:19,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:19,048 - 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. 2019-01-03 12:23:19,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_1v481v/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:23:19,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:19,049 - 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 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_j82738/env/bin/pip freeze 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_1v481v 2019-01-03 12:23:19,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpr1qvBA 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_3jc8f8/env/bin/pip freeze 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:19,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpSdtpGI 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_lsjjb1 start 2019-01-03 12:23:19,051 - 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. 2019-01-03 12:23:19,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:19,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:19,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpzV6cbO 2019-01-03 12:23:19,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:19,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:19,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_lsjjb1 2019-01-03 12:23:19,052 - 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. 2019-01-03 12:23:19,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:19,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:19,208 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:19 GMT 2019-01-03 12:23:19,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:19,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:19,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:24,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:24,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:24,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:24,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.335Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.335Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.335Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.335Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:46.335Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:46.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "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_1v481v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_1v481v/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_1v481v', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_1v481v/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_1v481v', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_1v481v/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Successfully created daemon: bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "/home/ubuntu/bind_host_1v481v/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": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.356Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ae549857-ba3a-48c4-8438-9abbd786b922"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:47.475Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:47.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "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": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "message": "[localhost] run: /home/ubuntu/proxy_host_lsjjb1/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "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": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.411Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1357, "offset": 856, "size": 50}}} 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:24 GMT 2019-01-03 12:23:24,532 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:24,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28061 2019-01-03 12:23:24,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:24,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:24,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:24,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:24,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,537 - 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_1v481v/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_1v481v/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_1v481v', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_1v481v/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_1v481v', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:23:24,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:23:24,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_1v481v/env 2019-01-03 12:23:24,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_1v481v 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_1v481v/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 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:24,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:23:24,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:24,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_lsjjb1/env/bin/pip freeze 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:24,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:24,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:24,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:24,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:24,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:24 GMT 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:24,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:29,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:29,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:29,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:29,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:48.526Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:48.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Removing directory: /tmp/tmpRNopEx", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "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": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6ddffa42-3d7a-4711-b5c0-1f7e0369b299"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Configuring Agent bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.443Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:49.602Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Successfully configured daemon: bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "ca34dd46-85e7-47e2-9466-ae7188ed3d0e"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}], "metadata": {"pagination": {"total": 1385, "offset": 906, "size": 50}}} 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:29 GMT 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:29,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27063 2019-01-03 12:23:29,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:29,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:23:29,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:29,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpRNopEx 2019-01-03 12:23:29,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:29,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:29,880 - 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. 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_1v481v 2019-01-03 12:23:29,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:29,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:29,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_1v481v 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:29,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:23:29,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:29,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:30,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:30,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:30 GMT 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:30,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:30,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:35,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:35,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.493Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:50.623Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:50.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "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": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Creating Agent dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Starting Agent bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_p91c5i/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.551Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.660Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.660Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:51.660Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:51.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:52.880Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:52.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "22c6a04e-a716-4837-ba85-a240470d7147"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:52.904Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:52.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Successfully created daemon: dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_p91c5i/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}], "metadata": {"pagination": {"total": 1393, "offset": 956, "size": 50}}} 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:35 GMT 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26918 2019-01-03 12:23:35,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:35,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:35,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,554 - 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 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_p91c5i 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_1v481v 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_p91c5i/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:23:35,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:23:35,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_p91c5i 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_p91c5i/env 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:23:35,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:35,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:35,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:35,969 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:35 GMT 2019-01-03 12:23:35,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:35,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:35,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:40,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:41,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:41,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:41,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:41,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "/home/ubuntu/dime_host_p91c5i/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": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "proxy_node_l0mynd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/E6Q9N/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "746753fc-458a-46e1-a184-ba0bc0ebc181"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "51c5c997-c3ce-4122-a717-261479fdb0f1"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.905Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:53.921Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:53.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:54.921Z", "message": "Successfully started daemon: bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:54.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:54.921Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_1v481v start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:54.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:54.921Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:54.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1619d393-b372-4b85-bd0a-893d1138d32d"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.452Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:56.459Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:56.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.011Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.011Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.011Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.011Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Successfully configured daemon: dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Configuring Agent dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:57.643Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:57.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "4eb75e07-0a1c-4a16-95f7-2cb8ec3294e8"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1403, "offset": 1006, "size": 50}}} 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:41 GMT 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:41,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27072 2019-01-03 12:23:41,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:41,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:41,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_p91c5i/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 2019-01-03 12:23:41,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/E6Q9N/install_requirements.sh 2019-01-03 12:23:41,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:23:41,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:41,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_1v481v 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_1v481v start 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:41,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:41,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_p91c5i 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_p91c5i 2019-01-03 12:23:41,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:41,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:41,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:41,079 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:41,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:41,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:41,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:41,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:41,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:41 GMT 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:41,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:46,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:46,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.400Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "[localhost] run: /home/ubuntu/bind_host_1v481v/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:58.682Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:58.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.504Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Removing directory: /tmp/tmpyosAM6", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "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": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Creating Agent homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "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": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Starting Agent dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}], "metadata": {"pagination": {"total": 1404, "offset": 1056, "size": 50}}} 2019-01-03 12:23:46,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:46,655 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:46 GMT 2019-01-03 12:23:46,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:46,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27536 2019-01-03 12:23:46,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:46,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:46,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_1v481v/env/bin/pip freeze 2019-01-03 12:23:46,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpyosAM6 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,662 - 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 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_md4669 2019-01-03 12:23:46,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_p91c5i 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:46,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:23:46,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:47,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:47,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:47 GMT 2019-01-03 12:23:47,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:47,128 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:47,128 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:52,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:52,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1764be20-21b7-4cbe-8dda-9dc0b3b8596c"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:22:59.708Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:22:59.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:00.447Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:00.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:00.447Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:00.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:00.825Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:00.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:01.501Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:01.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:01.501Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:01.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:01.501Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:01.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.076Z", "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_md4669/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_md4669/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_md4669', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_md4669/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_md4669', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.076Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.076Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.076Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_md4669/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.076Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.523Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.523Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.523Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.523Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:02.523Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:02.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "Successfully created daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "/home/ubuntu/homer_host_md4669/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": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1da98e92-c165-4c58-946b-2de149fb5ff3"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_p91c5i start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:03.154Z", "message": "Successfully started daemon: dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:03.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "bcadf375-409b-4d5f-be8c-ece2301720d6"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.179Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.336Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:04.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:04.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.294Z", "message": "Task started 'nova_plugin.server.start' [retry 6/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.294Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.294Z", "message": "Sending task 'nova_plugin.server.start' [retry 6/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Successfully configured daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "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": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}], "metadata": {"pagination": {"total": 1435, "offset": 1106, "size": 50}}} 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:52 GMT 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28036 2019-01-03 12:23:52,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:52,637 - 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_md4669/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_md4669/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_md4669', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_md4669/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_md4669', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_md4669/env 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_md4669 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:23:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_md4669/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 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_p91c5i start 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_p91c5i 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 6/60] 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 6/60] 2019-01-03 12:23:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_md4669 2019-01-03 12:23:52,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:52,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:52,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:52,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:52,731 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:52,731 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:52 GMT 2019-01-03 12:23:52,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:52,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:52,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:57,736 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:23:57,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:57,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Configuring Agent homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "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": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "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": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Successfully configured daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:05.393Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:05.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1c36455f-9145-4655-b391-26394665ae43"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.323Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.452Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a052a2b0-1ac8-42d2-aa92-e41b7ddbc33f"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.452Z", "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": "2019-01-03T12:23:06.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:06.452Z", "message": "Removing directory: /tmp/tmpmpIQfP", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:06.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5f43f50-5b84-46e5-bec2-c5b645ec96a5"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 6/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.372Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Starting Agent homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:07.643Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:07.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}], "metadata": {"pagination": {"total": 1439, "offset": 1156, "size": 50}}} 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:57,886 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:57 GMT 2019-01-03 12:23:57,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:57,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26963 2019-01-03 12:23:57,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:23:57,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_md4669 2019-01-03 12:23:57,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:23:57,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:23:57,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_md4669 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:57,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:23:57,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2019-01-03 12:23:57,891 - 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. 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpmpIQfP 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2019-01-03 12:23:57,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 6/60] 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_md4669 2019-01-03 12:23:57,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2019-01-03 12:23:57,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:23:57,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:23:57,966 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:23:57,966 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:23:57 GMT 2019-01-03 12:23:57,967 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:23:57,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:23:57,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:02,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:03,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:08.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:08.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.178Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:10.195Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:10.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:11.261Z", "message": "Successfully started daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:11.261Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_md4669 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:11.261Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:11.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "03b78883-51e5-4443-9415-fa027739adde"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:11.490Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:11.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.221Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.221Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.221Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.221Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.387Z", "message": "[localhost] run: /home/ubuntu/homer_host_md4669/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:12.387Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:12.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "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": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "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": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Removing directory: /tmp/tmp7vI5dP", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "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": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26a24bce-005c-4100-ae21-5d8f45f0085a"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}], "metadata": {"pagination": {"total": 1442, "offset": 1206, "size": 50}}} 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:03 GMT 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27473 2019-01-03 12:24:03,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:03,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:03,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_md4669 2019-01-03 12:24:03,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_md4669 start 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:24:03,317 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_md4669/env/bin/pip freeze 2019-01-03 12:24:03,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:24:03,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,318 - 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. 2019-01-03 12:24:03,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,318 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp7vI5dP 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:24:03,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:03,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:03,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:03,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:03,413 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:03 GMT 2019-01-03 12:24:03,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:03,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:03,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:08,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:08,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:08,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:08,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:08,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:13.525Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:13.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.248Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.248Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.453Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.453Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_ye0pmh/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.453Z", "message": "Creating Agent vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.453Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:14.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:14.453Z", "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": "2019-01-03T12:23:14.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.589Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:15.613Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:15.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.639Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.639Z", "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_ye0pmh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_ye0pmh/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_ye0pmh', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_ye0pmh/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_ye0pmh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.639Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_ye0pmh/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.639Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.639Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.688Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.688Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:16.688Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:16.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.683Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.683Z", "message": "Successfully created daemon: vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.683Z", "message": "/home/ubuntu/vellum_host_ye0pmh/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": "2019-01-03T12:23:17.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.683Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "63762389-5793-468c-ad0e-9e3d53621228"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:17.920Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:17.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}], "metadata": {"pagination": {"total": 1442, "offset": 1256, "size": 50}}} 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:08 GMT 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28050 2019-01-03 12:24:08,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:08,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:08,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_ye0pmh/cloudify/ssl/cloudify_internal_cert.pem 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_ye0pmh 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2019-01-03 12:24:08,811 - 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 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:24:08,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2019-01-03 12:24:08,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:24:08,813 - 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_ye0pmh/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_ye0pmh/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_ye0pmh', 'REST_HOST': '192.168.120.8', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_ye0pmh/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_ye0pmh', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dw-PQQ.AZXbMVZzyuUuX0B8e6JyiyipP8c'} 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_ye0pmh/env 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:08,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_ye0pmh 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_ye0pmh/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 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:24:08,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:08,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:09,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:09,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:09,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:09 GMT 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:09,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:14,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:14,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Configuring Agent vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:18.749Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:18.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.038Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.140Z", "message": "Successfully configured daemon: vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.140Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.140Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.140Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "338b431e-9f54-46a3-98af-8bd5c452d2c0"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:20.948Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:20.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.148Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.148Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.148Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.148Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.148Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:21.977Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:21.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Starting Agent vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:22.158Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:22.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:24.804Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:24.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:25.285Z", "message": "Successfully started daemon: vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:25.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:25.285Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_ye0pmh start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:25.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b5fcd47a-5579-4dbb-bfd9-0dcb8b7bc2d9"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.162Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:26.990Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:26.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:27.159Z", "message": "[localhost] run: /home/ubuntu/vellum_host_ye0pmh/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:27.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:27.159Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:27.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "bind_y01yfx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.008Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1442, "offset": 1306, "size": 50}}} 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:14 GMT 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26626 2019-01-03 12:24:14,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:14,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:24:14,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_ye0pmh 2019-01-03 12:24:14,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_ye0pmh 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2019-01-03 12:24:14,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2019-01-03 12:24:14,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2019-01-03 12:24:14,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:14,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_ye0pmh 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:24:14,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_ye0pmh 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_ye0pmh start 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2019-01-03 12:24:14,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_ye0pmh/env/bin/pip freeze 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2019-01-03 12:24:14,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:24:14,395 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:14,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:14,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:14,478 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:14 GMT 2019-01-03 12:24:14,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:14,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:14,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:19,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:19,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_y01yfx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.008Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.008Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "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": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "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": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3IO7F/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "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": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "message": "Removing directory: /tmp/tmpKO6bvf", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "047ff302-8259-4577-a17f-704bef9527a2"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:28.209Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:28.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:29.022Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:29.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:29.022Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:29.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:29.022Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:29.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:30.034Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:30.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:30.034Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:30.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:30.034Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:30.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:31.510Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:31.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:31.510Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:31.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:31.510Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:31.510Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:32.625Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:32.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:35.132Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:35.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:35.634Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:35.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:35.634Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:35.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_node_l0mynd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:36.164Z", "message": "Execution done (return_code=0): /tmp/E6Q9N/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:36.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "746753fc-458a-46e1-a184-ba0bc0ebc181"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:36.960Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:36.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:37.968Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:37.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:37.968Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:37.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:40.599Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:40.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:40.645Z", "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": "2019-01-03T12:23:40.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:40.979Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:40.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:40.979Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:40.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:46.123Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:46.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:48.985Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:48.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "[localhost] run: sudo mv /tmp/tmplFH9zR /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "[localhost] run: sudo mv /tmp/tmpyBjTlc /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:49.247Z", "message": "The config dict: {'etcd_ip': u'192.168.120.12', 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:49.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.213Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo mv /tmp/tmp8JYYQn /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo mv /tmp/tmpYqL7rO /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "The config dict: {'etcd_ip': u'192.168.120.12', 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "The config dict: {'public_ip': u'172.30.9.200', '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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}], "metadata": {"pagination": {"total": 1442, "offset": 1356, "size": 50}}} 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:19 GMT 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27181 2019-01-03 12:24:19,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:19,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:24:19,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:24:19,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2019-01-03 12:24:19,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2019-01-03 12:24:19,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2019-01-03 12:24:19,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3IO7F/bind.py 2019-01-03 12:24:19,574 - 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. 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpKO6bvf 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:24:19,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:19,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/E6Q9N/install_requirements.sh 2019-01-03 12:24:19,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplFH9zR /etc/bind/named.conf.local 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyBjTlc /etc/clearwater/local_config 2019-01-03 12:24:19,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.12', 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.12', u'hss_hostname': u''}. 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp8JYYQn /etc/clearwater/shared_config 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:24:19,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:24:19,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYqL7rO /etc/bind/db.clearwater.local 2019-01-03 12:24:19,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:24:19,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.12', 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.12', u'hss_hostname': u''}. 2019-01-03 12:24:19,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', '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.12', u'hss_hostname': u''}. 2019-01-03 12:24:19,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:24:19,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:19,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:19,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:19,766 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:19 GMT 2019-01-03 12:24:19,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:19,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:19,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:24,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:25,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:25,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:25,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "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": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo mv /tmp/tmptvQcfv /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:50.259Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:50.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "49827a91-446a-4ad1-a3fa-82a76165e076"}, {"node_instance_id": "bind_y01yfx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:51.022Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:51.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:51.022Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:51.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:51.022Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:51.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:51.270Z", "message": "Executing: /tmp/Q9I4E/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:51.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:51.270Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/Q9I4E/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:51.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:52.279Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:52.279Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:52.279Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:53.639Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:53.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:59.224Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-1v481v\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\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-backports InRelease\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\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/universe 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/main Translation-en\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/universe 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\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 4s (5,229 B/s)\nReading package lists...\n\nreal\t0m6.489s\nuser\t0m2.662s\nsys\t0m0.206s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:59.224Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:59.660Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:59.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:23:59.660Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:23:59.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}], "metadata": {"pagination": {"total": 1442, "offset": 1406, "size": 50}}} 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:25 GMT 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:25,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13857 2019-01-03 12:24:25,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:25,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmptvQcfv /etc/bind/db.clearwater.opnfv 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:24:25,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q9I4E/install-etcd.sh 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/Q9I4E/install-etcd.sh 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2019-01-03 12:24:25,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2019-01-03 12:24:25,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2019-01-03 12:24:25,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-1v481v Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security InRelease Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease 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-backports InRelease Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/main amd64 Packages 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/universe 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/main Translation-en 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/universe 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 Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 4s (5,229 B/s) Reading package lists... real 0m6.489s user 0m2.662s sys 0m0.206s 2019-01-03 12:24:25,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2019-01-03 12:24:25,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:24:25,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:25,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:25,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:25,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:25,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:25 GMT 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:25,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:30,249 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:30,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:30,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:30,468 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:30 GMT 2019-01-03 12:24:30,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:30,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:30,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:30,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:30,721 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:30,721 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:30,721 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:30 GMT 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:30,722 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:35,728 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:35,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:35,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:35,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:35,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:35 GMT 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:35,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:35,919 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:35,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:35,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:35,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:35 GMT 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:35,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:35,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:41,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:41,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:41,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:41,293 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:41 GMT 2019-01-03 12:24:41,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:41,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:41,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:41,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:41,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:41,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:41,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:41,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:41,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:41 GMT 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:41,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:46,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:46,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:46,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:46,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:46,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:46,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:46 GMT 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:46,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:46,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:46,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:46,862 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:46,862 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:46 GMT 2019-01-03 12:24:46,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:46,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:46,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:51,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:51,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:51,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:51,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:51 GMT 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:51,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:51,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:51,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:52,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:52,043 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:52,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:52 GMT 2019-01-03 12:24:52,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:52,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:52,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:57,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:24:57,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:57,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:57 GMT 2019-01-03 12:24:57,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:57,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:24:57,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:24:57,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:24:57,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:24:57,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:24:57,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:24:57,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:24:57 GMT 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:24:57,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:02,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:02,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:02,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:02 GMT 2019-01-03 12:25:02,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:02,529 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:02,529 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:02,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:02,602 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:02,602 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:02 GMT 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:02,603 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:02,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:07,609 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:07,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:07,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:07 GMT 2019-01-03 12:25:07,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:07,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:07,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:07,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:07,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:07,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:07,856 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:07 GMT 2019-01-03 12:25:07,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:07,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:07,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:12,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:12,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:12,972 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:12 GMT 2019-01-03 12:25:12,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:12,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:12,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:12,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:13,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:13,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:13,043 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:13 GMT 2019-01-03 12:25:13,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:13,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:13,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:18,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:18,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:18,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:18 GMT 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:18,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:18,144 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:18,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:18,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:18,213 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:18 GMT 2019-01-03 12:25:18,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:18,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:18,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:23,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:23,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:23,302 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:23 GMT 2019-01-03 12:25:23,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:23,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:23,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:23,303 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:23,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:23,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:23,372 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:23 GMT 2019-01-03 12:25:23,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:23,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:23,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:28,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1442, "offset": 1424, "size": 50}}} 2019-01-03 12:25:28,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:28,679 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:28 GMT 2019-01-03 12:25:28,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:28,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:25:28,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:28,679 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:28,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:28 GMT 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:28,771 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:33,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:33,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:33,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:33,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:33,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:29.268Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-1v481v\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 13 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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-164.214 [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 12s (6,650 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51415 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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-164.214) ...\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 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\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 8979\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 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) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m29.431s\nuser\t0m18.780s\nsys\t0m7.987s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:29.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:29.697Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:29.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:29.697Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:29.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:30.708Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:88:98:32 \n inet addr:192.168.120.12 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe88:9832/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71838 errors:0 dropped:0 overruns:0 frame:0\n TX packets:26806 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123862325 (123.8 MB) TX bytes:5105926 (5.1 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:198 errors:0 dropped:0 overruns:0 frame:0\n TX packets:198 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16585 (16.5 KB) TX bytes:16585 (16.5 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:30.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:30.708Z", "message": "[etcd] => \nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:30.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:30.708Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:30.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:30.708Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:30.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:31.724Z", "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.12:2380 0.0.0.0:* LISTEN 9116/etcd \ntcp 0 0 192.168.120.12:53 0.0.0.0:* LISTEN 2450/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2450/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2450/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8979/monit \ntcp6 0 0 :::53 :::* LISTEN 2450/named \ntcp6 0 0 :::22 :::* LISTEN 1095/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2450/named \ntcp6 0 0 :::4000 :::* LISTEN 9116/etcd \nudp 0 0 192.168.120.12:123 0.0.0.0:* 8571/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8571/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8571/ntpd \nudp 0 0 0.0.0.0:34997 0.0.0.0:* 626/dhclient \nudp 0 0 192.168.120.12:53 0.0.0.0:* 2450/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2450/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 626/dhclient \nudp6 0 0 fe80::f816:3eff:fe8:123 :::* 8571/ntpd \nudp6 0 0 ::1:123 :::* 8571/ntpd \nudp6 0 0 :::123 :::* 8571/ntpd \nudp6 0 0 :::43539 :::* 626/dhclient \nudp6 0 0 :::53 :::* 2450/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9493 1233/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11643 1662/python2.7 /tmp/cloudify-logging-server-edbdf.socket\nunix 2 [ ACC ] STREAM LISTENING 1619 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13133 2504/python2.7 /tmp/ctx-L8WR1A.socket\nunix 2 [ ACC ] STREAM LISTENING 9402 1117/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7380 393/systemd-udevd /run/udev/control\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:31.724Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:31.724Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:31.724Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:21 ? 00:00:00 /sbin/init\nroot 2 0 0 12:21 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 12:21 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 12:21 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:21 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:21 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:21 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:21 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:21 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:21 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:21 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:21 ? 00:00:00 [migration/0]\nroot 14 2 0 12:21 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:21 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:21 ? 00:00:00 [migration/1]\nroot 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:21 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:21 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:21 ? 00:00:00 [khelper]\nroot 21 2 0 12:21 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:21 ? 00:00:00 [netns]\nroot 23 2 0 12:21 ? 00:00:00 [writeback]\nroot 24 2 0 12:21 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:21 ? 00:00:00 [bioset]\nroot 26 2 0 12:21 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:21 ? 00:00:00 [kblockd]\nroot 28 2 0 12:21 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:21 ? 00:00:00 [khubd]\nroot 30 2 0 12:21 ? 00:00:00 [md]\nroot 31 2 0 12:21 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:21 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:21 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:21 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:21 ? 00:00:00 [vmstat]\nroot 37 2 0 12:21 ? 00:00:00 [ksmd]\nroot 38 2 0 12:21 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:21 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:21 ? 00:00:00 [crypto]\nroot 53 2 0 12:21 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:21 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:21 ? 00:00:00 [vballoon]\nroot 56 2 0 12:21 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:21 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:21 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 12:21 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 12:21 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 12:21 ? 00:00:00 [deferwq]\nroot 80 2 0 12:21 ? 00:00:00 [charger_manager]\nroot 122 2 0 12:21 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:21 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 452 2 0 12:21 ? 00:00:00 [kworker/u5:1]\nroot 535 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon\nroot 626 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 12:22 ? 00:00:00 [kauditd]\nroot 936 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1010 1 0 12:22 ? 00:00:00 rsyslogd\nroot 1041 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1044 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1049 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1050 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1052 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1095 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1098 1 0 12:22 ? 00:00:00 cron\ndaemon 1099 1 0 12:22 ? 00:00:00 atd\nroot 1107 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1117 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1233 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 1243 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1260 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1267 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_1v481v --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_1v481v --logging-server-logdir=/home/ubuntu/bind_host_1v481v/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v%I.log --pidfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v.pid\nubuntu 1701 1662 0 12:22 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_1v481v --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_1v481v --logging-server-logdir=/home/ubuntu/bind_host_1v481v/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v%I.log --pidfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v.pid\nubuntu 1776 1 0 12:23 ? 00:00:01 python2.7 /home/ubuntu/bind_host_1v481v/env/bin/diamond --configfile /home/ubuntu/bind_host_1v481v/work/plugins/diamond/etc/diamond.conf\nroot 1819 2 0 12:23 ? 00:00:00 [kworker/u5:2]\nbind 2450 1 0 12:23 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2504 1701 0 12:23 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 /home/ubuntu/bind_host_1v481v/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-9c_p6N\nubuntu 2515 2504 0 12:23 ? 00:00:00 /bin/sh -c /tmp/Q9I4E/install-etcd.sh\nubuntu 2518 2515 0 12:23 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh\nntp 8571 1 0 12:24 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8979 1 0 12:25 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9116 1 0 12:25 ? 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.12:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.12 --name 192-168-120-12 --debug --initial-cluster 192-168-120-12=http://192.168.120.12:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.12:2380 --listen-peer-urls http://192.168.120.12:2380\nroot 9175 1 0 12:25 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9184 9175 0 12:25 ? 00:00:00 inotifywait -e create -qq .\nroot 9232 8979 0 12:25 ? 00:00:00 [check-monit-upt] \nroot 9236 8979 0 12:25 ? 00:00:00 [check-etcd-upti] \nroot 9240 8979 0 12:25 ? 00:00:00 [poll_etcd_clust] \nroot 9242 8979 0 12:25 ? 00:00:00 [poll_etcd.sh] \nubuntu 9431 2518 0 12:25 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh\nubuntu 9432 9431 0 12:25 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh\nroot 9433 9432 0 12:25 ? 00:00:00 sudo ps -edf\nroot 9434 9433 0 12:25 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.007s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:31.724Z", "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.003s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:32.738Z", "message": "[etcd] => /var/log/btmp\n/var/log/lastlog\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/boot.log\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/sysstat/sa03\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape/sysinfo.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:32.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:32.738Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:32.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:32.738Z", "message": "[etcd] => [03-Jan-2019 12:25:17 UTC] clearwater-diags-monitor starting\n[03-Jan-2019 12:25:17 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:32.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:32.738Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:32.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:33.781Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:33.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:33.781Z", "message": "[etcd] => 2019-01-03 12:25:14.900421526 Stopping etcd clearwater-etcd\n2019-01-03 12:25:15.982751700 Restarting etcd clearwater-etcd\n2019-01-03 12:25:15.986830190 Configured ETCDCTL_PEERS: \n2019-01-03 12:25:15.987469333 Check for previous failed startup attempt\n2019-01-03 12:25:15.988469372 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\n2019-01-03 12:25:15.998264474 etcdctl returned 2\n2019-01-03 12:25:16.003523350 Creating new cluster...\n2019-01-03 12:25:16.005838912 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.12:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.12\n --name 192-168-120-12\n --debug --initial-cluster 192-168-120-12=http://192.168.120.12:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.12:2380\n --listen-peer-urls http://192.168.120.12:2380\n2019-01-03 12:25:16.007192395 Check we're actually a member of the cluster\n2019-01-03 12:25:16.015668571 Wait for etcd to startup\n2019-01-03 12:25:17.023639051 Etcd started successfully\n2019-01-03 12:25:16.031157 I | etcdmain: etcd Version: 3.1.7\n2019-01-03 12:25:16.031190 I | etcdmain: Git SHA: 43b7507\n2019-01-03 12:25:16.031194 I | etcdmain: Go Version: go1.7.5\n2019-01-03 12:25:16.031197 I | etcdmain: Go OS/Arch: linux/amd64\n2019-01-03 12:25:16.031201 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2019-01-03 12:25:16.031248 I | embed: listening for peers on http://192.168.120.12:2380\n2019-01-03 12:25:16.031279 I | embed: listening for client requests on 0.0.0.0:4000\n2019-01-03 12:25:16.089417 I | etcdserver: name = 192-168-120-12\n2019-01-03 12:25:16.089435 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.12\n2019-01-03 12:25:16.089440 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.12/member\n2019-01-03 12:25:16.089443 I | etcdserver: heartbeat = 100ms\n2019-01-03 12:25:16.089446 I | etcdserver: election = 1000ms\n2019-01-03 12:25:16.089450 I | etcdserver: snapshot count = 10000\n2019-01-03 12:25:16.089467 I | etcdserver: advertise client URLs = http://192.168.120.12:4000\n2019-01-03 12:25:16.089473 I | etcdserver: initial advertise peer URLs = http://192.168.120.12:2380\n2019-01-03 12:25:16.089480 I | etcdserver: initial cluster = 192-168-120-12=http://192.168.120.12:2380\n2019-01-03 12:25:16.130135 I | etcdserver: starting member b28f40f517d3a5d5 in cluster ec92f7cb41bb4f7d\n2019-01-03 12:25:16.130165 I | raft: b28f40f517d3a5d5 became follower at term 0\n2019-01-03 12:25:16.130178 I | raft: newRaft b28f40f517d3a5d5 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2019-01-03 12:25:16.130188 I | raft: b28f40f517d3a5d5 became follower at term 1\n2019-01-03 12:25:16.229941 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2019-01-03 12:25:16.230711 I | etcdserver/membership: added member b28f40f517d3a5d5 [http://192.168.120.12:2380] to cluster ec92f7cb41bb4f7d\n2019-01-03 12:25:16.430433 I | raft: b28f40f517d3a5d5 is starting a new election at term 1\n2019-01-03 12:25:16.430504 I | raft: b28f40f517d3a5d5 became candidate at term 2\n2019-01-03 12:25:16.430518 I | raft: b28f40f517d3a5d5 received MsgVoteResp from b28f40f517d3a5d5 at term 2\n2019-01-03 12:25:16.430531 I | raft: b28f40f517d3a5d5 became leader at term 2\n2019-01-03 12:25:16.430537 I | raft: raft.node: b28f40f517d3a5d5 elected leader b28f40f517d3a5d5 at term 2\n2019-01-03 12:25:16.430721 I | etcdserver: setting up the initial cluster version to 3.1\n2019-01-03 12:25:16.442702 N | etcdserver/membership: set the initial cluster version to 3.1\n2019-01-03 12:25:16.442726 I | etcdserver/api: enabled capabilities for version 3.1\n2019-01-03 12:25:16.442743 I | etcdserver: published {Name:192-168-120-12 ClientURLs:[http://192.168.120.12:4000]} to cluster ec92f7cb41bb4f7d\n2019-01-03 12:25:16.442783 I | embed: ready to serve client requests\n2019-01-03 12:25:16.443040 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2019-01-03 12:25:17.192799 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.12:45347\n2019-01-03 12:25:17.205815 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.12:45348\n2019-01-03 12:25:17.206329 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.12:45349\n2019-01-03 12:25:19.507756 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.12:45350\n2019-01-03 12:25:19.516448 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.12:45351\n2019-01-03 12:25:19.516935 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.12:45352\n2019-01-03 12:25:29.702134 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.12/liveness-check remote:192.168.120.12:45353\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:33.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:33.781Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:33.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}], "metadata": {"pagination": {"total": 1464, "offset": 1424, "size": 50}}} 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:33,953 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:33 GMT 2019-01-03 12:25:33,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:33,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 73639 2019-01-03 12:25:33,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:33,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-1v481v 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 13 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 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-164.214 [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 12s (6,650 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51415 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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-164.214) ... 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 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 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 8979 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 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) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m29.431s user 0m18.780s sys 0m7.987s 2019-01-03 12:25:33,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2019-01-03 12:25:33,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2019-01-03 12:25:33,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:88:98:32 inet addr:192.168.120.12 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe88:9832/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71838 errors:0 dropped:0 overruns:0 frame:0 TX packets:26806 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123862325 (123.8 MB) TX bytes:5105926 (5.1 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:198 errors:0 dropped:0 overruns:0 frame:0 TX packets:198 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16585 (16.5 KB) TX bytes:16585 (16.5 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:25:33,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.003s sys 0m0.006s 2019-01-03 12:25:33,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2019-01-03 12:25:33,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2019-01-03 12:25:33,958 - 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.12:2380 0.0.0.0:* LISTEN 9116/etcd tcp 0 0 192.168.120.12:53 0.0.0.0:* LISTEN 2450/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2450/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1095/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2450/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8979/monit tcp6 0 0 :::53 :::* LISTEN 2450/named tcp6 0 0 :::22 :::* LISTEN 1095/sshd tcp6 0 0 ::1:953 :::* LISTEN 2450/named tcp6 0 0 :::4000 :::* LISTEN 9116/etcd udp 0 0 192.168.120.12:123 0.0.0.0:* 8571/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8571/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8571/ntpd udp 0 0 0.0.0.0:34997 0.0.0.0:* 626/dhclient udp 0 0 192.168.120.12:53 0.0.0.0:* 2450/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2450/named udp 0 0 0.0.0.0:68 0.0.0.0:* 626/dhclient udp6 0 0 fe80::f816:3eff:fe8:123 :::* 8571/ntpd udp6 0 0 ::1:123 :::* 8571/ntpd udp6 0 0 :::123 :::* 8571/ntpd udp6 0 0 :::43539 :::* 626/dhclient udp6 0 0 :::53 :::* 2450/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9493 1233/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11643 1662/python2.7 /tmp/cloudify-logging-server-edbdf.socket unix 2 [ ACC ] STREAM LISTENING 1619 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13133 2504/python2.7 /tmp/ctx-L8WR1A.socket unix 2 [ ACC ] STREAM LISTENING 9402 1117/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7380 393/systemd-udevd /run/udev/control real 0m0.006s user 0m0.000s sys 0m0.006s 2019-01-03 12:25:33,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2019-01-03 12:25:33,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2019-01-03 12:25:33,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:21 ? 00:00:00 /sbin/init root 2 0 0 12:21 ? 00:00:00 [kthreadd] root 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0] root 4 2 0 12:21 ? 00:00:00 [kworker/0:0] root 5 2 0 12:21 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:21 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:21 ? 00:00:00 [rcu_sched] root 8 2 0 12:21 ? 00:00:00 [rcuos/0] root 9 2 0 12:21 ? 00:00:00 [rcuos/1] root 10 2 0 12:21 ? 00:00:00 [rcu_bh] root 11 2 0 12:21 ? 00:00:00 [rcuob/0] root 12 2 0 12:21 ? 00:00:00 [rcuob/1] root 13 2 0 12:21 ? 00:00:00 [migration/0] root 14 2 0 12:21 ? 00:00:00 [watchdog/0] root 15 2 0 12:21 ? 00:00:00 [watchdog/1] root 16 2 0 12:21 ? 00:00:00 [migration/1] root 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:21 ? 00:00:00 [kworker/1:0] root 19 2 0 12:21 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:21 ? 00:00:00 [khelper] root 21 2 0 12:21 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:21 ? 00:00:00 [netns] root 23 2 0 12:21 ? 00:00:00 [writeback] root 24 2 0 12:21 ? 00:00:00 [kintegrityd] root 25 2 0 12:21 ? 00:00:00 [bioset] root 26 2 0 12:21 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:21 ? 00:00:00 [kblockd] root 28 2 0 12:21 ? 00:00:00 [ata_sff] root 29 2 0 12:21 ? 00:00:00 [khubd] root 30 2 0 12:21 ? 00:00:00 [md] root 31 2 0 12:21 ? 00:00:00 [devfreq_wq] root 32 2 0 12:21 ? 00:00:00 [kworker/0:1] root 34 2 0 12:21 ? 00:00:00 [khungtaskd] root 35 2 0 12:21 ? 00:00:00 [kswapd0] root 36 2 0 12:21 ? 00:00:00 [vmstat] root 37 2 0 12:21 ? 00:00:00 [ksmd] root 38 2 0 12:21 ? 00:00:00 [khugepaged] root 39 2 0 12:21 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:21 ? 00:00:00 [crypto] root 53 2 0 12:21 ? 00:00:00 [kthrotld] root 54 2 0 12:21 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:21 ? 00:00:00 [vballoon] root 56 2 0 12:21 ? 00:00:00 [kworker/1:1] root 57 2 0 12:21 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:21 ? 00:00:00 [scsi_eh_1] root 59 2 0 12:21 ? 00:00:00 [kworker/u4:2] root 60 2 0 12:21 ? 00:00:00 [kworker/u4:3] root 79 2 0 12:21 ? 00:00:00 [deferwq] root 80 2 0 12:21 ? 00:00:00 [charger_manager] root 122 2 0 12:21 ? 00:00:00 [kpsmoused] root 142 2 0 12:21 ? 00:00:00 [kworker/0:2] root 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 452 2 0 12:21 ? 00:00:00 [kworker/u5:1] root 535 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon root 626 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 12:22 ? 00:00:00 [kauditd] root 936 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 1010 1 0 12:22 ? 00:00:00 rsyslogd root 1041 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1044 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1049 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1050 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1052 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1095 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1098 1 0 12:22 ? 00:00:00 cron daemon 1099 1 0 12:22 ? 00:00:00 atd root 1107 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1117 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1233 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 1243 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 1260 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1267 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_1v481v --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_1v481v --logging-server-logdir=/home/ubuntu/bind_host_1v481v/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v%I.log --pidfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v.pid ubuntu 1701 1662 0 12:22 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_1v481v --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_1v481v --logging-server-logdir=/home/ubuntu/bind_host_1v481v/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v%I.log --pidfile=/home/ubuntu/bind_host_1v481v/work/bind_host_1v481v.pid ubuntu 1776 1 0 12:23 ? 00:00:01 python2.7 /home/ubuntu/bind_host_1v481v/env/bin/diamond --configfile /home/ubuntu/bind_host_1v481v/work/plugins/diamond/etc/diamond.conf root 1819 2 0 12:23 ? 00:00:00 [kworker/u5:2] bind 2450 1 0 12:23 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2504 1701 0 12:23 ? 00:00:00 /home/ubuntu/bind_host_1v481v/env/bin/python2.7 /home/ubuntu/bind_host_1v481v/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-9c_p6N ubuntu 2515 2504 0 12:23 ? 00:00:00 /bin/sh -c /tmp/Q9I4E/install-etcd.sh ubuntu 2518 2515 0 12:23 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh ntp 8571 1 0 12:24 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8979 1 0 12:25 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9116 1 0 12:25 ? 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.12:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.12 --name 192-168-120-12 --debug --initial-cluster 192-168-120-12=http://192.168.120.12:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.12:2380 --listen-peer-urls http://192.168.120.12:2380 root 9175 1 0 12:25 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9184 9175 0 12:25 ? 00:00:00 inotifywait -e create -qq . root 9232 8979 0 12:25 ? 00:00:00 [check-monit-upt] root 9236 8979 0 12:25 ? 00:00:00 [check-etcd-upti] root 9240 8979 0 12:25 ? 00:00:00 [poll_etcd_clust] root 9242 8979 0 12:25 ? 00:00:00 [poll_etcd.sh] ubuntu 9431 2518 0 12:25 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh ubuntu 9432 9431 0 12:25 ? 00:00:00 /bin/bash -e /tmp/Q9I4E/install-etcd.sh root 9433 9432 0 12:25 ? 00:00:00 sudo ps -edf root 9434 9433 0 12:25 ? 00:00:00 ps -edf real 0m0.008s user 0m0.007s sys 0m0.002s 2019-01-03 12:25:33,959 - 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.003s sys 0m0.006s 2019-01-03 12:25:33,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/btmp /var/log/lastlog /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/boot.log /var/log/clearwater-diags-monitor.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/sysstat/sa03 /var/log/monit.log /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape/sysinfo.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.007s user 0m0.003s sys 0m0.002s 2019-01-03 12:25:33,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2019-01-03 12:25:33,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [03-Jan-2019 12:25:17 UTC] clearwater-diags-monitor starting [03-Jan-2019 12:25:17 UTC] Waiting for trigger files real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:25:33,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2019-01-03 12:25:33,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2019-01-03 12:25:33,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2019-01-03 12:25:14.900421526 Stopping etcd clearwater-etcd 2019-01-03 12:25:15.982751700 Restarting etcd clearwater-etcd 2019-01-03 12:25:15.986830190 Configured ETCDCTL_PEERS: 2019-01-03 12:25:15.987469333 Check for previous failed startup attempt 2019-01-03 12:25:15.988469372 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2019-01-03 12:25:15.998264474 etcdctl returned 2 2019-01-03 12:25:16.003523350 Creating new cluster... 2019-01-03 12:25:16.005838912 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.12:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.12 --name 192-168-120-12 --debug --initial-cluster 192-168-120-12=http://192.168.120.12:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.12:2380 --listen-peer-urls http://192.168.120.12:2380 2019-01-03 12:25:16.007192395 Check we're actually a member of the cluster 2019-01-03 12:25:16.015668571 Wait for etcd to startup 2019-01-03 12:25:17.023639051 Etcd started successfully 2019-01-03 12:25:16.031157 I | etcdmain: etcd Version: 3.1.7 2019-01-03 12:25:16.031190 I | etcdmain: Git SHA: 43b7507 2019-01-03 12:25:16.031194 I | etcdmain: Go Version: go1.7.5 2019-01-03 12:25:16.031197 I | etcdmain: Go OS/Arch: linux/amd64 2019-01-03 12:25:16.031201 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2019-01-03 12:25:16.031248 I | embed: listening for peers on http://192.168.120.12:2380 2019-01-03 12:25:16.031279 I | embed: listening for client requests on 0.0.0.0:4000 2019-01-03 12:25:16.089417 I | etcdserver: name = 192-168-120-12 2019-01-03 12:25:16.089435 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.12 2019-01-03 12:25:16.089440 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.12/member 2019-01-03 12:25:16.089443 I | etcdserver: heartbeat = 100ms 2019-01-03 12:25:16.089446 I | etcdserver: election = 1000ms 2019-01-03 12:25:16.089450 I | etcdserver: snapshot count = 10000 2019-01-03 12:25:16.089467 I | etcdserver: advertise client URLs = http://192.168.120.12:4000 2019-01-03 12:25:16.089473 I | etcdserver: initial advertise peer URLs = http://192.168.120.12:2380 2019-01-03 12:25:16.089480 I | etcdserver: initial cluster = 192-168-120-12=http://192.168.120.12:2380 2019-01-03 12:25:16.130135 I | etcdserver: starting member b28f40f517d3a5d5 in cluster ec92f7cb41bb4f7d 2019-01-03 12:25:16.130165 I | raft: b28f40f517d3a5d5 became follower at term 0 2019-01-03 12:25:16.130178 I | raft: newRaft b28f40f517d3a5d5 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2019-01-03 12:25:16.130188 I | raft: b28f40f517d3a5d5 became follower at term 1 2019-01-03 12:25:16.229941 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2019-01-03 12:25:16.230711 I | etcdserver/membership: added member b28f40f517d3a5d5 [http://192.168.120.12:2380] to cluster ec92f7cb41bb4f7d 2019-01-03 12:25:16.430433 I | raft: b28f40f517d3a5d5 is starting a new election at term 1 2019-01-03 12:25:16.430504 I | raft: b28f40f517d3a5d5 became candidate at term 2 2019-01-03 12:25:16.430518 I | raft: b28f40f517d3a5d5 received MsgVoteResp from b28f40f517d3a5d5 at term 2 2019-01-03 12:25:16.430531 I | raft: b28f40f517d3a5d5 became leader at term 2 2019-01-03 12:25:16.430537 I | raft: raft.node: b28f40f517d3a5d5 elected leader b28f40f517d3a5d5 at term 2 2019-01-03 12:25:16.430721 I | etcdserver: setting up the initial cluster version to 3.1 2019-01-03 12:25:16.442702 N | etcdserver/membership: set the initial cluster version to 3.1 2019-01-03 12:25:16.442726 I | etcdserver/api: enabled capabilities for version 3.1 2019-01-03 12:25:16.442743 I | etcdserver: published {Name:192-168-120-12 ClientURLs:[http://192.168.120.12:4000]} to cluster ec92f7cb41bb4f7d 2019-01-03 12:25:16.442783 I | embed: ready to serve client requests 2019-01-03 12:25:16.443040 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2019-01-03 12:25:17.192799 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.12:45347 2019-01-03 12:25:17.205815 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.12:45348 2019-01-03 12:25:17.206329 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.12:45349 2019-01-03 12:25:19.507756 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.12:45350 2019-01-03 12:25:19.516448 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.12:45351 2019-01-03 12:25:19.516935 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.12:45352 2019-01-03 12:25:29.702134 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.12/liveness-check remote:192.168.120.12:45353 real 0m0.004s user 0m0.003s sys 0m0.001s 2019-01-03 12:25:33,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2019-01-03 12:25:33,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:34,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:34,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:34,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:34,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:34 GMT 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:34,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:39,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:39,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:39,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:39,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:39,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:39,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_y01yfx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:33.983Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:33.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bind_y01yfx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:34.886Z", "message": "Execution done (return_code=0): /tmp/Q9I4E/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0e2421ce-e0a3-4156-8a09-24acb15e3d77"}, {"node_instance_id": "bind_y01yfx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:35.065Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:35.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.070Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.413Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/EN7S8/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "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": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "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": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/H9FIP/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/Y75HE/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "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": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "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": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FFOO1/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:36.929Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/120G9/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:36.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "homer_io3bl6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.100Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'dime-1i1yyz', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'vellum-5yec8i', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpN50GFl /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpDSxP1B /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "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": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}], "metadata": {"pagination": {"total": 1549, "offset": 1443, "size": 50}}} 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:39 GMT 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26228 2019-01-03 12:25:39,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:39,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:39,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Q9I4E/install-etcd.sh 2019-01-03 12:25:39,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:25:39,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/EN7S8/clearwater.py 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/H9FIP/clearwater.py 2019-01-03 12:25:39,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/Y75HE/clearwater.py 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FFOO1/clearwater.py 2019-01-03 12:25:39,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/120G9/clearwater.py 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:39,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'dime-1i1yyz', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'vellum-5yec8i', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpN50GFl /etc/clearwater/local_config 2019-01-03 12:25:39,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:39,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:39,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:39,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDSxP1B /etc/clearwater/local_config 2019-01-03 12:25:39,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:39,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:39,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:39,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:39,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:39,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:39 GMT 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:39,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:39,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:44,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:45,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/WYEJ0/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'vellum-5yec8i', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmp1U64a1 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'sprout-fm7orv', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.15'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmp22HAST /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpnm2zWd /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'etcd_ip': u'192.168.120.12', 'name': u'bono-6m5l0e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "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": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "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": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpN50GFl /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpRE0Em1 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpkJRsrp /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmplhhe9S /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "d5aa7861-2db4-4a44-a143-38ea52d14709"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3480818f-eaa1-47a5-a5c5-ba24c97d5705"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "2b5d7e12-6053-4687-a43c-fd221844661b"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b805ff96-a8f7-4faa-ada3-ad5fb798208f"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:37.962Z", "message": "[localhost] run: sudo mv /tmp/tmpDSxP1B /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:37.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "0af14e62-6cae-4716-893d-b7c3b97938e9"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.116Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.116Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.116Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.116Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.116Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.976Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/YI5BP/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.976Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/UGPPH/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "b90f1aee-3517-4f70-8fea-a7fe6d2368c4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:38.976Z", "message": "Executing: /tmp/YI5BP/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:38.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.138Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Executing: /tmp/8MQKR/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Executing: /tmp/GV9SJ/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}], "metadata": {"pagination": {"total": 1603, "offset": 1493, "size": 50}}} 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:45 GMT 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26744 2019-01-03 12:25:45,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:45,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/WYEJ0/clearwater.py 2019-01-03 12:25:45,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'vellum-5yec8i', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2019-01-03 12:25:45,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:45,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp1U64a1 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.12', 'name': u'sprout-fm7orv', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.15'}. 2019-01-03 12:25:45,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp22HAST /etc/clearwater/local_config 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpnm2zWd /etc/clearwater/local_config 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'etcd_ip': u'192.168.120.12', 'name': u'bono-6m5l0e', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:45,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpN50GFl /etc/clearwater/local_config 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRE0Em1 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkJRsrp /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2019-01-03 12:25:45,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplhhe9S /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:45,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDSxP1B /etc/clearwater/local_config 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:45,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/YI5BP/install-vellum.sh 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/UGPPH/append_proxy_snmp_conf.py 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YI5BP/install-vellum.sh 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:45,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:45,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:45,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:45,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8MQKR/install-homer.sh 2019-01-03 12:25:45,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GV9SJ/install-ellis.sh 2019-01-03 12:25:45,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2019-01-03 12:25:45,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:45,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:45,587 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:45,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:45,588 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:45 GMT 2019-01-03 12:25:45,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:45,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:45,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:50,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:50,867 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:50,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Executing: /tmp/8MQKR/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/6X2GZ/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/8MQKR/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Executing: /tmp/6X2GZ/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/GV9SJ/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:39.992Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:39.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:40.317Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:40.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/9XNFQ/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "Executing: /tmp/9XNFQ/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:41.004Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:41.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:42.014Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:42.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:42.014Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:42.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:42.014Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:42.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:43.036Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:43.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:43.036Z", "message": "[localhost] run: sudo mv /tmp/tmphUVQN1 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:43.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:43.036Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:43.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:43.036Z", "message": "[localhost] run: sudo mv /tmp/tmpN9vOaG /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:43.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "3ffe7b23-0a3e-453f-ae5d-69e4576e18fc"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:43.198Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:43.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:44.326Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:44.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:44.326Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:44.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:44.769Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/HNZUD/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:44.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "5d9196c9-bfc5-490d-9140-64321c55813e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:46.182Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:46.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:46.182Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:46.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:46.182Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:46.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:46.182Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:46.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:46.537Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/NXZI2/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:46.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:47.141Z", "message": "Executing: /tmp/NXZI2/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:47.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:47.141Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:47.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:48.157Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:48.157Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:48.157Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:49.184Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-p91c5i\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]\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]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 kB]\nGet:13 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:19 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:22 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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,298 kB/s)\nReading package lists...\n\nreal\t0m8.137s\nuser\t0m4.713s\nsys\t0m0.384s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:49.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:50.208Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:50.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}], "metadata": {"pagination": {"total": 1616, "offset": 1543, "size": 50}}} 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:50,868 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:50 GMT 2019-01-03 12:25:50,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:50,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30686 2019-01-03 12:25:50,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:50,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8MQKR/install-homer.sh 2019-01-03 12:25:50,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/6X2GZ/install-dime.sh 2019-01-03 12:25:50,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/8MQKR/install-homer.sh 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6X2GZ/install-dime.sh 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/GV9SJ/install-ellis.sh 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2019-01-03 12:25:50,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2019-01-03 12:25:50,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/9XNFQ/install-sprout.sh 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2019-01-03 12:25:50,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9XNFQ/install-sprout.sh 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2019-01-03 12:25:50,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphUVQN1 /etc/clearwater/local_config 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpN9vOaG /etc/dnsmasq.resolv.conf 2019-01-03 12:25:50,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/HNZUD/append_proxy_snmp_conf.py 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:25:50,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/NXZI2/install-bono.sh 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NXZI2/install-bono.sh 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2019-01-03 12:25:50,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2019-01-03 12:25:50,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-p91c5i 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] 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] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [167 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 kB] Get:13 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:19 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:22 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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,298 kB/s) Reading package lists... real 0m8.137s user 0m4.713s sys 0m0.384s 2019-01-03 12:25:50,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2019-01-03 12:25:50,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:50,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:50,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:50,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:50,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:50 GMT 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:50,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:55,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:56,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:50.208Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:50.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:53.270Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-ye0pmh\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 [96.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 [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [427 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,192 kB/s)\nReading package lists...\n\nreal\t0m12.732s\nuser\t0m4.920s\nsys\t0m0.405s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:53.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:53.822Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:53.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:53.822Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:53.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:55.543Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-md4669\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 [96.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 [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [427 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,196 kB/s)\nReading package lists...\n\nreal\t0m14.428s\nuser\t0m5.054s\nsys\t0m0.397s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:55.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}], "metadata": {"pagination": {"total": 1620, "offset": 1593, "size": 50}}} 2019-01-03 12:25:56,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:56,841 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:56 GMT 2019-01-03 12:25:56,841 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:56,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12212 2019-01-03 12:25:56,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:25:56,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2019-01-03 12:25:56,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-ye0pmh 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 [96.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 [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [427 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,192 kB/s) Reading package lists... real 0m12.732s user 0m4.920s sys 0m0.405s 2019-01-03 12:25:56,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2019-01-03 12:25:56,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:25:56,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-md4669 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 [96.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 [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [427 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,196 kB/s) Reading package lists... real 0m14.428s user 0m5.054s sys 0m0.397s 2019-01-03 12:25:56,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:25:57,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:25:57,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:25:57,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:25:57,260 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:25:57 GMT 2019-01-03 12:25:57,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:25:57,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:25:57,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:02,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:02,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:02,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:02,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:02,577 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:02,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-3jc8f8\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\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [226 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,210 kB/s)\nReading package lists...\n\nreal\t0m14.502s\nuser\t0m4.734s\nsys\t0m0.300s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-j82738\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 [96.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 [426 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [226 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,199 kB/s)\nReading package lists...\n\nreal\t0m14.238s\nuser\t0m4.687s\nsys\t0m0.284s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:56.908Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:56.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:58.228Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:58.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:58.228Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qeim60\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB]\nGet:7 http://security.ubuntu.com trusty-security/main Sources [167 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:12 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:14 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB]\nGet:21 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:24 http://security.ubuntu.com trusty-security/main Translation-en [427 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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,346 kB/s)\nReading package lists...\n\nreal\t0m9.420s\nuser\t0m4.593s\nsys\t0m0.266s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:58.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:25:58.228Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:25:58.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}], "metadata": {"pagination": {"total": 1631, "offset": 1598, "size": 50}}} 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:02 GMT 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20157 2019-01-03 12:26:02,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:02,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2019-01-03 12:26:02,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-3jc8f8 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 Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [226 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,210 kB/s) Reading package lists... real 0m14.502s user 0m4.734s sys 0m0.300s 2019-01-03 12:26:02,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:26:02,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:26:02,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2019-01-03 12:26:02,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:26:02,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-j82738 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 [96.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 [426 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 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 [226 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [150 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 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 [510 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 [562 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 [272 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,199 kB/s) Reading package lists... real 0m14.238s user 0m4.687s sys 0m0.284s 2019-01-03 12:26:02,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2019-01-03 12:26:02,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2019-01-03 12:26:02,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qeim60 Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [426 kB] Get:7 http://security.ubuntu.com trusty-security/main Sources [167 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [226 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,437 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,135 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:12 http://security.ubuntu.com trusty-security/universe Sources [96.0 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:14 http://security.ubuntu.com trusty-security/main amd64 Packages [797 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [510 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [562 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [272 kB] Get:21 http://security.ubuntu.com trusty-security/universe amd64 Packages [277 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:24 http://security.ubuntu.com trusty-security/main Translation-en [427 kB] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [150 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,346 kB/s) Reading package lists... real 0m9.420s user 0m4.593s sys 0m0.266s 2019-01-03 12:26:02,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:26:02,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:02,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:02,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:02,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:02 GMT 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:02,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:07,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:08,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:08,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:08,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:08,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:08,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:08 GMT 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:08,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:08,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:08,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:08,620 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:08 GMT 2019-01-03 12:26:08,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:08,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:08,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:13,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:13,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:13 GMT 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:13,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:14,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:14 GMT 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:14,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:19,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:19,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:19,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:19 GMT 2019-01-03 12:26:19,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:19,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:19,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:19,477 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:19,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:19,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:19,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:19 GMT 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:19,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:24,568 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:24,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:24,661 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:24 GMT 2019-01-03 12:26:24,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:24,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:24,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:24,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:24,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:24,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:24,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:24,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:24,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:24 GMT 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:24,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:29,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:30,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:30,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:30,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:30,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:30,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:30 GMT 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:30,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:30,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:30,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:30 GMT 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:30,594 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:35,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:35,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:35,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:35,788 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:35 GMT 2019-01-03 12:26:35,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:35,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:35,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:35,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:35,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:35,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:35 GMT 2019-01-03 12:26:35,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:35,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:35,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:40,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:41,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:41,140 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:41 GMT 2019-01-03 12:26:41,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:41,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:41,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:41,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:41,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:41,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:41,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:41 GMT 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:41,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:46,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:46,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:46,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:46,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:46,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:46,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:46 GMT 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:46,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:46,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:46,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:46,917 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:46,917 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:46 GMT 2019-01-03 12:26:46,917 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:46,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:46,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:51,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:52,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:52,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:52 GMT 2019-01-03 12:26:52,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:52,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:52,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:52,186 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:52,393 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:52,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:52 GMT 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:52,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:52,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:57,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:26:57,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:57,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:57,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:57,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:57,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:57 GMT 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:26:57,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:26:57,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:26:57,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:26:57,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:26:57,847 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:26:57 GMT 2019-01-03 12:26:57,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:26:57,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:26:57,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:02,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:03,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:03,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:03,267 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:03 GMT 2019-01-03 12:27:03,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:03,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:03,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:03,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:03,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:03 GMT 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:03,392 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:08,398 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:08,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:08,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:08,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:08 GMT 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:08,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:08,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:09,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:09,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:09,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:09 GMT 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:09,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:14,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:14,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:14,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:14 GMT 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:14,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:14,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:14,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:14,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:14,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:14 GMT 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:14,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:14,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:19,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:19,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:19,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:19,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:19 GMT 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:19,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:19,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:19,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:19 GMT 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:19,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:24,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:25,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:25 GMT 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:25,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:25,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:25,203 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:25 GMT 2019-01-03 12:27:25,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:25,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:25,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:30,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:30,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:30,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:30,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:30,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:30,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:30 GMT 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:30,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:30,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:30,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:30,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:30,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:30,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:30 GMT 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:30,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:35,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:35,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:35,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:35,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:35,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:35 GMT 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:35,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:35,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:35,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:35,902 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:35 GMT 2019-01-03 12:27:35,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:35,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:35,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:40,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:41,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:41 GMT 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:41,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:41,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:41,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:41,270 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:41 GMT 2019-01-03 12:27:41,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:41,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:41,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:46,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:46,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:46,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:46,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:46 GMT 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:46,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:46,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:46,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:46 GMT 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:46,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:51,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:52,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:52,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:52,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:52,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:52 GMT 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:52,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:52,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:52,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:52,228 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:52,228 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:52,228 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:52 GMT 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:52,229 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:57,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:27:57,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:57,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:57,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:57,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:57 GMT 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:27:57,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:27:57,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:27:57,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:27:57,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:27:57,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:27:57,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:27:57,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:27:57 GMT 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:27:57,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:02,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:02,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:02,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:02,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:02 GMT 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:02,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:02,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:02,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:02,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:02,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:02,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:02 GMT 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:02,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:07,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:07,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:07 GMT 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:07,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:08,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:08,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:08,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:08 GMT 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:08,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:13,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:13,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:13 GMT 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:13,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:13,320 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:13,321 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:13 GMT 2019-01-03 12:28:13,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:13,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:13,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:18,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:18,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:18,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:18,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:18,554 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:18,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:18 GMT 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:18,555 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:18,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:18,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:18,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:18,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:18,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:18,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:18,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:18 GMT 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:18,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:23,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:23,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:23 GMT 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:23,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:23,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:23 GMT 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:23,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:28,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:29,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:29,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:29,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:29,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:29 GMT 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:29,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:29,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:29,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:29,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:29 GMT 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:29,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:29,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:34,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:34,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:34,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:34,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1631, "offset": 1609, "size": 50}}} 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:34 GMT 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:34,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:34,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:34,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:34,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:34 GMT 2019-01-03 12:28:34,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:34,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:34,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:39,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:39,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:28:38.659Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qeim60\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 13 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://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\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/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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.7 [1,330 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-164.214 [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 15s (3,564 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.7) ...\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-164.214) ...\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 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\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 8688\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 8744\nclearwater-socket-factory-sig start/running, process 8752\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\t2m40.488s\nuser\t0m8.452s\nsys\t0m7.731s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:28:38.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:28:39.291Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:28:39.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}], "metadata": {"pagination": {"total": 1633, "offset": 1609, "size": 50}}} 2019-01-03 12:28:39,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:39,489 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:39 GMT 2019-01-03 12:28:39,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:39,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37698 2019-01-03 12:28:39,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:39,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qeim60 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 13 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://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] 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/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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.7 [1,330 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-164.214 [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 15s (3,564 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.7) ... 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-164.214) ... 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 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 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 8688 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 8744 clearwater-socket-factory-sig start/running, process 8752 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 2m40.488s user 0m8.452s sys 0m7.731s 2019-01-03 12:28:39,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:28:39,491 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:39,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:39 GMT 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:39,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:44,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:44,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:44,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:44,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1633, "offset": 1611, "size": 50}}} 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:44 GMT 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:44,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:44,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:44,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:44,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:44,970 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:44 GMT 2019-01-03 12:28:44,970 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:44,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:44,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:49,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:50,107 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1633, "offset": 1611, "size": 50}}} 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:50,108 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:50 GMT 2019-01-03 12:28:50,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:50,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:50,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:50,109 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:50,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:50 GMT 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:50,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:55,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:28:55,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:55,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1633, "offset": 1611, "size": 50}}} 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:55 GMT 2019-01-03 12:28:55,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:55,447 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:28:55,447 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:28:55,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:28:55,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:28:55,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:28:55,862 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:28:55 GMT 2019-01-03 12:28:55,862 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:28:55,862 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:28:55,862 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:00,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:00,946 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:00,947 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1633, "offset": 1611, "size": 50}}} 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:00 GMT 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:00,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:01,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:01,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:01 GMT 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:01,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:06,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:06,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1633, "offset": 1611, "size": 50}}} 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:06 GMT 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:06,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:06,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:06,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:06,380 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:06 GMT 2019-01-03 12:29:06,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:06,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:06,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:11,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:11,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:11,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:11,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:10.116Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-j82738\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 13 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:14 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:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:37 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:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:44 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:46 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB]\nGet:48 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:51 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:52 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:54 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:55 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:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:57 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:58 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:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:61 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\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-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\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-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:93 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:97 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:99 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:102 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\nGet:105 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 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 9s (5,884 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.7) ...\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-164.214) ...\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 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.\nrsyslog stop/waiting\nrsyslog start/running, process 8969\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 9001\nclearwater-socket-factory-sig start/running, process 9006\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9055\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\t3m13.508s\nuser\t0m9.530s\nsys\t0m8.954s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:10.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:10.335Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:10.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}], "metadata": {"pagination": {"total": 1635, "offset": 1611, "size": 50}}} 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:11,774 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:11 GMT 2019-01-03 12:29:11,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:11,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46607 2019-01-03 12:29:11,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:11,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-j82738 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 13 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:14 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:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:37 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:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:44 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:46 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB] Get:48 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:51 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:52 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:54 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:55 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:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:57 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:58 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:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:61 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] 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-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] 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-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:93 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:97 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:99 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:102 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Get:105 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 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 9s (5,884 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.7) ... 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-164.214) ... 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 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. rsyslog stop/waiting rsyslog start/running, process 8969 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 9001 clearwater-socket-factory-sig start/running, process 9006 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9055 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 3m13.508s user 0m9.530s sys 0m8.954s 2019-01-03 12:29:11,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:29:11,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:11,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:11 GMT 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:11,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:16,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:17,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:17,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:17,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:17,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:17,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:12.350Z", "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 13 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (12.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57619 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.277s\nuser\t0m12.390s\nsys\t0m2.495s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:12.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:13.469Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:13.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}], "metadata": {"pagination": {"total": 1637, "offset": 1613, "size": 50}}} 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:17 GMT 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14899 2019-01-03 12:29:17,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:17,339 - 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 13 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (12.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57619 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.277s user 0m12.390s sys 0m2.495s 2019-01-03 12:29:17,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:29:17,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:17,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:17,440 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:17 GMT 2019-01-03 12:29:17,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:17,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:17,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:22,445 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:22,917 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:18.398Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-md4669\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\n0 upgraded, 94 newly installed, 0 to remove and 13 not upgraded.\nNeed to get 87.7 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 31%\rExtracting templates from packages: 63%\rExtracting templates from packages: 95%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 87.7 MB in 17s (5,091 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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 ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-164.214) ...\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 9039\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\t3m22.257s\nuser\t0m20.506s\nsys\t0m11.874s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:18.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:19.531Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:19.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}], "metadata": {"pagination": {"total": 1639, "offset": 1615, "size": 50}}} 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:22 GMT 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51341 2019-01-03 12:29:22,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:22,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-md4669 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat 0 upgraded, 94 newly installed, 0 to remove and 13 not upgraded. Need to get 87.7 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 31% Extracting templates from packages: 63% Extracting templates from packages: 95% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 87.7 MB in 17s (5,091 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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 ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... 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 9039 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 3m22.257s user 0m20.506s sys 0m11.874s 2019-01-03 12:29:22,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:29:22,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:23,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:23 GMT 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:23,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:28,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:28,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:28,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1617, "size": 50}}} 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:28 GMT 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:28,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:29:28,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:28,531 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:28,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:28 GMT 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:28,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:33,768 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:33,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:29.912Z", "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 13 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 (581 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57842 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\t0m17.106s\nuser\t0m0.744s\nsys\t0m0.636s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:29.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:30.547Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:30.547Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:30.547Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:31.566Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:31.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:31.566Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:31.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:31.566Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-3jc8f8\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 13 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.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-164.214 [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 10s (6,526 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51330 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 ... 51933 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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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 9283\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-164.214) ...\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 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 10024\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 metaswitchcommon (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting backports-abc (from ellis)\nCollecting certifi (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting singledispatch (from ellis)\nCollecting tornado (from ellis)\nCollecting pycurl (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, 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\t3m34.846s\nuser\t0m16.300s\nsys\t0m11.031s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:31.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:32.866Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.072s\nuser\t0m0.002s\nsys\t0m0.051s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:32.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:33.600Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:cf:4f:fc \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecf:4ffc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:85740 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58501 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131966232 (131.9 MB) TX bytes:10372532 (10.3 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:42 errors:0 dropped:0 overruns:0 frame:0\n TX packets:42 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3905 (3.9 KB) TX bytes:3905 (3.9 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:33.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:33.600Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:33.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:33.600Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:33.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}], "metadata": {"pagination": {"total": 1649, "offset": 1617, "size": 50}}} 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:33 GMT 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 54079 2019-01-03 12:29:33,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:33,869 - 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 13 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 (581 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57842 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 0m17.106s user 0m0.744s sys 0m0.636s 2019-01-03 12:29:33,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2019-01-03 12:29:33,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2019-01-03 12:29:33,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:29:33,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2019-01-03 12:29:33,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-3jc8f8 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 13 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 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://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.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-164.214 [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 10s (6,526 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51330 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 ... 51933 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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 9283 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-164.214) ... 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 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 10024 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 metaswitchcommon (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting backports-abc (from ellis) Collecting certifi (from ellis) Collecting msgpack-python (from ellis) Collecting singledispatch (from ellis) Collecting tornado (from ellis) Collecting pycurl (from ellis) Collecting py-bcrypt (from ellis) Collecting MySQL-python (from ellis) Collecting six (from ellis) Collecting prctl (from ellis) Collecting SQLAlchemy (from ellis) Collecting phonenumbers (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, backports.ssl-match-hostname, backports-abc, certifi, msgpack-python, six, singledispatch, tornado, pycurl, py-bcrypt, MySQL-python, prctl, SQLAlchemy, phonenumbers, 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 3m34.846s user 0m16.300s sys 0m11.031s 2019-01-03 12:29:33,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.072s user 0m0.002s sys 0m0.051s 2019-01-03 12:29:33,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:cf:4f:fc inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fecf:4ffc/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:85740 errors:0 dropped:0 overruns:0 frame:0 TX packets:58501 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131966232 (131.9 MB) TX bytes:10372532 (10.3 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:42 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3905 (3.9 KB) TX bytes:3905 (3.9 KB) real 0m0.005s user 0m0.002s sys 0m0.003s 2019-01-03 12:29:33,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2019-01-03 12:29:33,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2019-01-03 12:29:33,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:34,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:34,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:34,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:34,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:34,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:34 GMT 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:34,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:39,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:39,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:39,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:34.667Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:21 ? 00:00:00 /sbin/init\nroot 2 0 0 12:21 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:21 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:21 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:21 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:21 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:21 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:21 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:21 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:21 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:21 ? 00:00:00 [migration/0]\nroot 14 2 0 12:21 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:21 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:21 ? 00:00:00 [migration/1]\nroot 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:21 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:21 ? 00:00:00 [khelper]\nroot 21 2 0 12:21 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:21 ? 00:00:00 [netns]\nroot 23 2 0 12:21 ? 00:00:00 [writeback]\nroot 24 2 0 12:21 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:21 ? 00:00:00 [bioset]\nroot 26 2 0 12:21 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:21 ? 00:00:00 [kblockd]\nroot 28 2 0 12:21 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:21 ? 00:00:00 [khubd]\nroot 30 2 0 12:21 ? 00:00:00 [md]\nroot 31 2 0 12:21 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:21 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:21 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:21 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:21 ? 00:00:00 [vmstat]\nroot 37 2 0 12:21 ? 00:00:00 [ksmd]\nroot 38 2 0 12:21 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:21 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:21 ? 00:00:00 [crypto]\nroot 53 2 0 12:21 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:21 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:21 ? 00:00:00 [vballoon]\nroot 56 2 0 12:21 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:21 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:21 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:21 ? 00:00:00 [deferwq]\nroot 80 2 0 12:21 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:21 ? 00:00:00 [kpsmoused]\nroot 137 2 0 12:21 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 429 2 0 12:21 ? 00:00:00 [kworker/u5:1]\nroot 484 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 12:22 ? 00:00:00 [kauditd]\nroot 948 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1010 1 0 12:22 ? 00:00:00 rsyslogd\nmessage+ 1017 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 1027 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1054 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 12:22 ? 00:00:00 cron\ndaemon 1103 1 0 12:22 ? 00:00:00 atd\nroot 1118 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1137 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1254 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1261 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1554 2 0 12:22 ? 00:00:00 [kworker/1:2]\nubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qeim60 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qeim60 --logging-server-logdir=/home/ubuntu/bono_host_qeim60/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60%I.log --pidfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60.pid\nubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/bono_host_qeim60/env/bin/diamond --configfile /home/ubuntu/bono_host_qeim60/work/plugins/diamond/etc/diamond.conf\nubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qeim60 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qeim60 --logging-server-logdir=/home/ubuntu/bono_host_qeim60/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60%I.log --pidfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60.pid\nubuntu 1873 1849 0 12:25 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 /home/ubuntu/bono_host_qeim60/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-o_rs91\nubuntu 1884 1873 0 12:25 ? 00:00:00 /bin/sh -c /tmp/NXZI2/install-bono.sh\nubuntu 1886 1884 0 12:25 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh\nroot 2187 2 0 12:26 ? 00:00:00 [kworker/u5:2]\nntp 8178 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8688 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8744 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8745 8744 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8752 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8753 8745 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8754 8752 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8760 8754 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8761 8760 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9064 1 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.10,bono-6m5l0e.clearwater.local --alias=172.30.9.212,bono-6m5l0e.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-6m5l0e.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid\ndnsmasq 9860 1 0 12:29 ? 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 9923 1886 0 12:29 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh\nubuntu 9924 9923 0 12:29 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh\nroot 9925 9924 0 12:29 ? 00:00:00 sudo ps -edf\nroot 9926 9925 0 12:29 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.005s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:34.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:34.667Z", "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 9860/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8688/monit \ntcp 0 0 192.168.120.10:5058 0.0.0.0:* LISTEN 9064/bono \ntcp 0 0 192.168.120.10:5060 0.0.0.0:* LISTEN 9064/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9064/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9860/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8178/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8178/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8178/ntpd \nudp 0 0 0.0.0.0:29488 0.0.0.0:* 586/dhclient \nudp 0 0 192.168.120.10:5058 0.0.0.0:* 9064/bono \nudp 0 0 192.168.120.10:5060 0.0.0.0:* 9064/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9860/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8178/ntpd \nudp6 0 0 ::1:123 :::* 8178/ntpd \nudp6 0 0 :::123 :::* 8178/ntpd \nudp6 0 0 :::33042 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 9860/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7453 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 20076 8753/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20081 8761/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9551 1137/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11529 1662/python2.7 /tmp/cloudify-logging-server-f9c4c.socket\nunix 2 [ ACC ] STREAM LISTENING 7075 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12447 1873/python2.7 /tmp/ctx-4Cjey6.socket\nunix 2 [ ACC ] STREAM LISTENING 9431 1017/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:34.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:34.667Z", "message": "[bono] => /var/log/iotop.log\n/var/log/btmp\n/var/log/lastlog\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/boot.log\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager/queue-manager_20190103T120000Z.txt\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/bono/bono_out.log\n/var/log/bono/bono_20190103T120000Z.txt\n/var/log/bono/bono_err.log\n/var/log/auth.log\n/var/log/sysstat/clearwater-sa03\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape/sysinfo.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.014s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:34.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:34.667Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:34.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:34.667Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:34.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:35.678Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:35.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:35.678Z", "message": "[bono] => 2019:01:03 12:28:33: Namespace: management\n2019:01:03 12:28:33: [management] Starting server\n2019:01:03 12:28:33: [management] Listening for requests\n2019:01:03 12:28:33: Namespace: signaling\n2019:01:03 12:28:33: [signaling] Starting server\n2019:01:03 12:28:33: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:35.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.730Z", "message": "[bono] sudo cat /var/log/bono/bono_20190103T120000Z.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": "2019-01-03T12:29:36.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.730Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:36.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.730Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:36.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.730Z", "message": "[bono] => 2019-01-03 12:28:53.461782218 Stopping etcd clearwater-etcd\n2019-01-03 12:29:34.886794034 Restarting etcd clearwater-etcd\n2019-01-03 12:29:34.890994765 Configured ETCDCTL_PEERS: 192.168.120.12:4000,\n2019-01-03 12:29:34.891645123 Check for previous failed startup attempt\n2019-01-03 12:29:34.892673085 Running etcdctl member list\nb28f40f517d3a5d5: name=192-168-120-12 peerURLs=http://192.168.120.12:2380 clientURLs=http://192.168.120.12:4000 isLeader=true\n2019-01-03 12:29:34.902892525 etcdctl returned 0\n2019-01-03 12:29:34.908370308 Joining existing cluster...\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:36.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.730Z", "message": "[bono] => 03-01-2019 12:29:34.181 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n03-01-2019 12:29:34.182 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n03-01-2019 12:29:34.189 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n03-01-2019 12:29:34.190 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n03-01-2019 12:29:34.190 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n03-01-2019 12:29:34.191 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n03-01-2019 12:29:34.192 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.10:4000 failed: MaxRetryError(u\"HTTPConnectionPool(host=u'192.168.120.10', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\",)\n03-01-2019 12:29:34.192 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.10 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u\"HTTPConnectionPool(host=u\\'192.168.120.10\\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\\': Failed to establish a new connection: [Errno 111] Connection refused\\',))\",)',) when trying to read with index None - pause before retry\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:36.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:36.908Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:36.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:37.745Z", "message": "Execution done (return_code=0): /tmp/NXZI2/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:37.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c2153ebf-1b48-4749-96ed-6f20792a7f48"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:38.250Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:38.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "bono_6m5l0e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:38.250Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:38.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:39.196Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9Y7ZT/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:39.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:39.252Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:39.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1670, "offset": 1627, "size": 50}}} 2019-01-03 12:29:39,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:39,494 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:39 GMT 2019-01-03 12:29:39,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:39,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25504 2019-01-03 12:29:39,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:39,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:21 ? 00:00:00 /sbin/init root 2 0 0 12:21 ? 00:00:00 [kthreadd] root 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:21 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:21 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:21 ? 00:00:00 [rcu_sched] root 8 2 0 12:21 ? 00:00:00 [rcuos/0] root 9 2 0 12:21 ? 00:00:00 [rcuos/1] root 10 2 0 12:21 ? 00:00:00 [rcu_bh] root 11 2 0 12:21 ? 00:00:00 [rcuob/0] root 12 2 0 12:21 ? 00:00:00 [rcuob/1] root 13 2 0 12:21 ? 00:00:00 [migration/0] root 14 2 0 12:21 ? 00:00:00 [watchdog/0] root 15 2 0 12:21 ? 00:00:00 [watchdog/1] root 16 2 0 12:21 ? 00:00:00 [migration/1] root 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:21 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:21 ? 00:00:00 [khelper] root 21 2 0 12:21 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:21 ? 00:00:00 [netns] root 23 2 0 12:21 ? 00:00:00 [writeback] root 24 2 0 12:21 ? 00:00:00 [kintegrityd] root 25 2 0 12:21 ? 00:00:00 [bioset] root 26 2 0 12:21 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:21 ? 00:00:00 [kblockd] root 28 2 0 12:21 ? 00:00:00 [ata_sff] root 29 2 0 12:21 ? 00:00:00 [khubd] root 30 2 0 12:21 ? 00:00:00 [md] root 31 2 0 12:21 ? 00:00:00 [devfreq_wq] root 32 2 0 12:21 ? 00:00:00 [kworker/0:1] root 34 2 0 12:21 ? 00:00:00 [khungtaskd] root 35 2 0 12:21 ? 00:00:00 [kswapd0] root 36 2 0 12:21 ? 00:00:00 [vmstat] root 37 2 0 12:21 ? 00:00:00 [ksmd] root 38 2 0 12:21 ? 00:00:00 [khugepaged] root 39 2 0 12:21 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:21 ? 00:00:00 [crypto] root 53 2 0 12:21 ? 00:00:00 [kthrotld] root 54 2 0 12:21 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:21 ? 00:00:00 [vballoon] root 56 2 0 12:21 ? 00:00:00 [kworker/1:1] root 57 2 0 12:21 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:21 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:21 ? 00:00:00 [deferwq] root 80 2 0 12:21 ? 00:00:00 [charger_manager] root 123 2 0 12:21 ? 00:00:00 [kpsmoused] root 137 2 0 12:21 ? 00:00:00 [kworker/0:2] root 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 429 2 0 12:21 ? 00:00:00 [kworker/u5:1] root 484 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 12:22 ? 00:00:00 [kauditd] root 948 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 1010 1 0 12:22 ? 00:00:00 rsyslogd message+ 1017 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 1027 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 1054 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 12:22 ? 00:00:00 cron daemon 1103 1 0 12:22 ? 00:00:00 atd root 1118 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1137 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1254 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 12:22 ? 00:00:00 [kworker/1:2] ubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qeim60 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qeim60 --logging-server-logdir=/home/ubuntu/bono_host_qeim60/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60%I.log --pidfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60.pid ubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/bono_host_qeim60/env/bin/diamond --configfile /home/ubuntu/bono_host_qeim60/work/plugins/diamond/etc/diamond.conf ubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qeim60 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qeim60 --logging-server-logdir=/home/ubuntu/bono_host_qeim60/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60%I.log --pidfile=/home/ubuntu/bono_host_qeim60/work/bono_host_qeim60.pid ubuntu 1873 1849 0 12:25 ? 00:00:00 /home/ubuntu/bono_host_qeim60/env/bin/python2.7 /home/ubuntu/bono_host_qeim60/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-o_rs91 ubuntu 1884 1873 0 12:25 ? 00:00:00 /bin/sh -c /tmp/NXZI2/install-bono.sh ubuntu 1886 1884 0 12:25 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh root 2187 2 0 12:26 ? 00:00:00 [kworker/u5:2] ntp 8178 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8688 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8744 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8745 8744 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8752 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8753 8745 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8754 8752 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8760 8754 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8761 8760 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9064 1 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.10,bono-6m5l0e.clearwater.local --alias=172.30.9.212,bono-6m5l0e.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-6m5l0e.clearwater.local --dns-server=127.0.0.1 --worker-threads=2 --analytics=/var/log/bono --log-file=/var/log/bono --log-level=2 --daemon --pidfile=/var/run/bono/bono.pid dnsmasq 9860 1 0 12:29 ? 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 9923 1886 0 12:29 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh ubuntu 9924 9923 0 12:29 ? 00:00:00 /bin/bash -e /tmp/NXZI2/install-bono.sh root 9925 9924 0 12:29 ? 00:00:00 sudo ps -edf root 9926 9925 0 12:29 ? 00:00:00 ps -edf real 0m0.009s user 0m0.005s sys 0m0.005s 2019-01-03 12:29:39,495 - 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 9860/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8688/monit tcp 0 0 192.168.120.10:5058 0.0.0.0:* LISTEN 9064/bono tcp 0 0 192.168.120.10:5060 0.0.0.0:* LISTEN 9064/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9064/bono tcp6 0 0 ::1:53 :::* LISTEN 9860/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.10:123 0.0.0.0:* 8178/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8178/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8178/ntpd udp 0 0 0.0.0.0:29488 0.0.0.0:* 586/dhclient udp 0 0 192.168.120.10:5058 0.0.0.0:* 9064/bono udp 0 0 192.168.120.10:5060 0.0.0.0:* 9064/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9860/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8178/ntpd udp6 0 0 ::1:123 :::* 8178/ntpd udp6 0 0 :::123 :::* 8178/ntpd udp6 0 0 :::33042 :::* 586/dhclient udp6 0 0 ::1:53 :::* 9860/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7453 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 20076 8753/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20081 8761/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9551 1137/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11529 1662/python2.7 /tmp/cloudify-logging-server-f9c4c.socket unix 2 [ ACC ] STREAM LISTENING 7075 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12447 1873/python2.7 /tmp/ctx-4Cjey6.socket unix 2 [ ACC ] STREAM LISTENING 9431 1017/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.003s sys 0m0.004s 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/iotop.log /var/log/btmp /var/log/lastlog /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/boot.log /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager/queue-manager_20190103T120000Z.txt /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/bono/bono_out.log /var/log/bono/bono_20190103T120000Z.txt /var/log/bono/bono_err.log /var/log/auth.log /var/log/sysstat/clearwater-sa03 /var/log/monit.log /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape/sysinfo.log /var/log/clearwater-socket-factory.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.014s user 0m0.003s sys 0m0.002s 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2019:01:03 12:28:33: Namespace: management 2019:01:03 12:28:33: [management] Starting server 2019:01:03 12:28:33: [management] Listening for requests 2019:01:03 12:28:33: Namespace: signaling 2019:01:03 12:28:33: [signaling] Starting server 2019:01:03 12:28:33: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-03 12:29:39,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20190103T120000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2019-01-03 12:28:53.461782218 Stopping etcd clearwater-etcd 2019-01-03 12:29:34.886794034 Restarting etcd clearwater-etcd 2019-01-03 12:29:34.890994765 Configured ETCDCTL_PEERS: 192.168.120.12:4000, 2019-01-03 12:29:34.891645123 Check for previous failed startup attempt 2019-01-03 12:29:34.892673085 Running etcdctl member list b28f40f517d3a5d5: name=192-168-120-12 peerURLs=http://192.168.120.12:2380 clientURLs=http://192.168.120.12:4000 isLeader=true 2019-01-03 12:29:34.902892525 etcdctl returned 0 2019-01-03 12:29:34.908370308 Joining existing cluster... real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 03-01-2019 12:29:34.181 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 03-01-2019 12:29:34.182 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 03-01-2019 12:29:34.189 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 03-01-2019 12:29:34.190 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 03-01-2019 12:29:34.190 UTC INFO main.py:114 (thread MainThread): Loaded plugin 03-01-2019 12:29:34.191 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 03-01-2019 12:29:34.192 UTC ERROR common_etcd_synchronizer.py:154 (thread Thread-3): Request to server http://192.168.120.10:4000 failed: MaxRetryError(u"HTTPConnectionPool(host=u'192.168.120.10', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))",) 03-01-2019 12:29:34.192 UTC ERROR common_etcd_synchronizer.py:360 (thread Thread-3): 192.168.120.10 caught EtcdConnectionFailed('Connection to etcd failed due to MaxRetryError(u"HTTPConnectionPool(host=u\'192.168.120.10\', port=4000): Max retries exceeded with url: /v2/keys/clearwater/site1/configuration/apply_config_bono?quorum=true (Caused by NewConnectionError(\': Failed to establish a new connection: [Errno 111] Connection refused\',))",)',) when trying to read with index None - pause before retry real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:29:39,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/NXZI2/install-bono.sh 2019-01-03 12:29:39,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:29:39,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:29:39,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9Y7ZT/bind.py 2019-01-03 12:29:39,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:29:39,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:40,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:40,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:40,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:40,343 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:40 GMT 2019-01-03 12:29:40,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:40,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:40,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:45,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:45,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:45,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:45,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:45,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:45,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:40.867Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:40.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.581Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "[localhost] run: sudo mv /tmp/tmpGLWWEu /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "message": "[localhost] run: sudo mv /tmp/tmpMeOm8_ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:41.776Z", "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": "2019-01-03T12:29:41.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "985fc050-06d8-40ce-baf8-da15d999b329"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:42.366Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:42.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:42.366Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:42.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:42.815Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_lsjjb1/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:42.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6831432a-41ca-4cde-8075-d3f4f61a56f9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:42.815Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/4P5FQ/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:42.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "6831432a-41ca-4cde-8075-d3f4f61a56f9"}], "metadata": {"pagination": {"total": 1687, "offset": 1645, "size": 50}}} 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:45 GMT 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9175 2019-01-03 12:29:45,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:45,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:29:45,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:29:45,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:29:45,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:29:45,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGLWWEu /etc/bind/db.clearwater.local 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMeOm8_ /etc/bind/db.clearwater.opnfv 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_lsjjb1/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2019-01-03 12:29:45,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/4P5FQ/add-snmpproxy-collector.py 2019-01-03 12:29:45,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:45,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:45,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:45 GMT 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:45,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:50,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:50,608 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:50,609 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:50,609 - 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": "2019-01-03T12:29:47.060Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:47.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:48.417Z", "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 13 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (9,732 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57922 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.859s\nuser\t0m12.243s\nsys\t0m2.858s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:49.246Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:49.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:49.246Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:49.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:49.246Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:49.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}], "metadata": {"pagination": {"total": 1692, "offset": 1661, "size": 50}}} 2019-01-03 12:29:50,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:50,610 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:50 GMT 2019-01-03 12:29:50,610 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:50,610 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16459 2019-01-03 12:29:50,610 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:50,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:29:50,611 - 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 13 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (9,732 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57922 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.859s user 0m12.243s sys 0m2.858s 2019-01-03 12:29:50,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2019-01-03 12:29:50,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2019-01-03 12:29:50,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2019-01-03 12:29:50,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:50,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:50,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:50,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:50,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:50 GMT 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:50,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:55,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:56,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:51.372Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.073s\nuser\t0m0.008s\nsys\t0m0.044s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:51.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:52.279Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7f:8d:d3 \n inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7f:8dd3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:89843 errors:0 dropped:0 overruns:0 frame:0\n TX packets:67967 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134098047 (134.0 MB) TX bytes:11519449 (11.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:32 errors:0 dropped:0 overruns:0 frame:0\n TX packets:32 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3103 (3.1 KB) TX bytes:3103 (3.1 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:52.279Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:52.279Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:21 ? 00:00:00 /sbin/init\nroot 2 0 0 12:21 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:21 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:21 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:21 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:21 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:21 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:21 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:21 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:21 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:21 ? 00:00:00 [migration/0]\nroot 14 2 0 12:21 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:21 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:21 ? 00:00:00 [migration/1]\nroot 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:21 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:21 ? 00:00:00 [khelper]\nroot 21 2 0 12:21 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:21 ? 00:00:00 [netns]\nroot 23 2 0 12:21 ? 00:00:00 [writeback]\nroot 24 2 0 12:21 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:21 ? 00:00:00 [bioset]\nroot 27 2 0 12:21 ? 00:00:00 [kblockd]\nroot 28 2 0 12:21 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:21 ? 00:00:00 [khubd]\nroot 30 2 0 12:21 ? 00:00:00 [md]\nroot 31 2 0 12:21 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:21 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:21 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:21 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:21 ? 00:00:00 [vmstat]\nroot 37 2 0 12:21 ? 00:00:00 [ksmd]\nroot 38 2 0 12:21 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:21 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:21 ? 00:00:00 [crypto]\nroot 53 2 0 12:21 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:21 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:21 ? 00:00:00 [vballoon]\nroot 56 2 0 12:21 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:21 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:21 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:21 ? 00:00:00 [deferwq]\nroot 80 2 0 12:21 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:21 ? 00:00:00 [kpsmoused]\nroot 125 2 0 12:21 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 433 2 0 12:21 ? 00:00:00 [kworker/u5:1]\nroot 434 2 0 12:21 ? 00:00:00 [kworker/u5:2]\nroot 473 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon\nroot 655 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 824 2 0 12:22 ? 00:00:00 [kauditd]\nroot 943 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 972 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 1003 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1057 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1060 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1064 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1065 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1067 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1101 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1103 1 0 12:22 ? 00:00:00 cron\ndaemon 1104 1 0 12:22 ? 00:00:00 atd\nroot 1120 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1123 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1333 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1340 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1448 2 0 12:22 ? 00:00:00 [kworker/0:2]\nubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_j82738 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_j82738 --logging-server-logdir=/home/ubuntu/sprout_host_j82738/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738%I.log --pidfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738.pid\nubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_j82738/env/bin/diamond --configfile /home/ubuntu/sprout_host_j82738/work/plugins/diamond/etc/diamond.conf\nubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_j82738 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_j82738 --logging-server-logdir=/home/ubuntu/sprout_host_j82738/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738%I.log --pidfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738.pid\nubuntu 1871 1849 0 12:25 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 /home/ubuntu/sprout_host_j82738/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-siiPOg\nubuntu 1882 1871 0 12:25 ? 00:00:00 /bin/sh -c /tmp/9XNFQ/install-sprout.sh\nubuntu 1884 1882 0 12:25 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh\nroot 2751 2 0 12:27 ? 00:00:00 [kworker/u5:0]\nntp 8482 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8969 1 0 12:28 ? 00:00:00 rsyslogd\nroot 9001 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9002 9001 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9006 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9007 9006 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9016 9002 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9017 9007 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9018 9017 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9055 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9788 1 0 12:29 ? 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 9852 1884 0 12:29 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh\nubuntu 9853 9852 0 12:29 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh\nroot 9854 9853 0 12:29 ? 00:00:00 sudo ps -edf\nroot 9855 9854 0 12:29 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:52.279Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:52.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:53.296Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:53.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:53.296Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:53.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:53.296Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:53.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:53.296Z", "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 9788/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1101/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9055/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9788/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1101/sshd \nudp 0 0 192.168.120.15:123 0.0.0.0:* 8482/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8482/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8482/ntpd \nudp 0 0 0.0.0.0:34997 0.0.0.0:* 655/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9788/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 655/dhclient \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 8482/ntpd \nudp6 0 0 ::1:123 :::* 8482/ntpd \nudp6 0 0 :::123 :::* 8482/ntpd \nudp6 0 0 :::43539 :::* 655/dhclient \nudp6 0 0 ::1:53 :::* 9788/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9488 1123/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9292 972/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11507 1662/python2.7 /tmp/cloudify-logging-server-e6482.socket\nunix 2 [ ACC ] STREAM LISTENING 7082 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11821 1871/python2.7 /tmp/ctx-3ym6ux.socket\nunix 2 [ ACC ] STREAM LISTENING 20146 9016/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21262 9018/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 2045 391/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:53.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:53.296Z", "message": "[sprout] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa03\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/sprout\n/var/log/sprout/sprout_20190103T120000Z.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:53.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[sprout] => 2019:01:03 12:28:57: Namespace: management\n2019:01:03 12:28:57: [management] Starting server\n2019:01:03 12:28:57: [management] Listening for requests\n2019:01:03 12:28:57: Namespace: signaling\n2019:01:03 12:28:57: [signaling] Starting server\n2019:01:03 12:28:57: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[sprout] => 2019-01-03 12:29:29.479078901 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:54.354Z", "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 13 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (14.0 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58183 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\t0m34.911s\nuser\t0m12.682s\nsys\t0m3.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:54.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:55.066Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:55.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:55.365Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:55.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:55.365Z", "message": "Execution done (return_code=0): /tmp/9XNFQ/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:55.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:55.365Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:55.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "26b17e8f-cf10-42ed-944f-71f2fdd01d8d"}], "metadata": {"pagination": {"total": 1715, "offset": 1666, "size": 50}}} 2019-01-03 12:29:56,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:56,224 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:56 GMT 2019-01-03 12:29:56,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:56,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38989 2019-01-03 12:29:56,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:29:56,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.073s user 0m0.008s sys 0m0.044s 2019-01-03 12:29:56,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7f:8d:d3 inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe7f:8dd3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:89843 errors:0 dropped:0 overruns:0 frame:0 TX packets:67967 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134098047 (134.0 MB) TX bytes:11519449 (11.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:32 errors:0 dropped:0 overruns:0 frame:0 TX packets:32 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3103 (3.1 KB) TX bytes:3103 (3.1 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:29:56,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2019-01-03 12:29:56,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:21 ? 00:00:00 /sbin/init root 2 0 0 12:21 ? 00:00:00 [kthreadd] root 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:21 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:21 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:21 ? 00:00:00 [rcu_sched] root 8 2 0 12:21 ? 00:00:00 [rcuos/0] root 9 2 0 12:21 ? 00:00:00 [rcuos/1] root 10 2 0 12:21 ? 00:00:00 [rcu_bh] root 11 2 0 12:21 ? 00:00:00 [rcuob/0] root 12 2 0 12:21 ? 00:00:00 [rcuob/1] root 13 2 0 12:21 ? 00:00:00 [migration/0] root 14 2 0 12:21 ? 00:00:00 [watchdog/0] root 15 2 0 12:21 ? 00:00:00 [watchdog/1] root 16 2 0 12:21 ? 00:00:00 [migration/1] root 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:21 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:21 ? 00:00:00 [khelper] root 21 2 0 12:21 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:21 ? 00:00:00 [netns] root 23 2 0 12:21 ? 00:00:00 [writeback] root 24 2 0 12:21 ? 00:00:00 [kintegrityd] root 25 2 0 12:21 ? 00:00:00 [bioset] root 27 2 0 12:21 ? 00:00:00 [kblockd] root 28 2 0 12:21 ? 00:00:00 [ata_sff] root 29 2 0 12:21 ? 00:00:00 [khubd] root 30 2 0 12:21 ? 00:00:00 [md] root 31 2 0 12:21 ? 00:00:00 [devfreq_wq] root 32 2 0 12:21 ? 00:00:00 [kworker/0:1] root 34 2 0 12:21 ? 00:00:00 [khungtaskd] root 35 2 0 12:21 ? 00:00:00 [kswapd0] root 36 2 0 12:21 ? 00:00:00 [vmstat] root 37 2 0 12:21 ? 00:00:00 [ksmd] root 38 2 0 12:21 ? 00:00:00 [khugepaged] root 39 2 0 12:21 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:21 ? 00:00:00 [crypto] root 53 2 0 12:21 ? 00:00:00 [kthrotld] root 54 2 0 12:21 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:21 ? 00:00:00 [vballoon] root 56 2 0 12:21 ? 00:00:00 [kworker/1:1] root 57 2 0 12:21 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:21 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:21 ? 00:00:00 [deferwq] root 80 2 0 12:21 ? 00:00:00 [charger_manager] root 123 2 0 12:21 ? 00:00:00 [kpsmoused] root 125 2 0 12:21 ? 00:00:00 [kworker/1:2] root 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 433 2 0 12:21 ? 00:00:00 [kworker/u5:1] root 434 2 0 12:21 ? 00:00:00 [kworker/u5:2] root 473 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon root 655 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 824 2 0 12:22 ? 00:00:00 [kauditd] root 943 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon message+ 972 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 1003 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 1057 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1060 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1064 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1065 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1067 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1101 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1103 1 0 12:22 ? 00:00:00 cron daemon 1104 1 0 12:22 ? 00:00:00 atd root 1120 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1123 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1333 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1340 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1448 2 0 12:22 ? 00:00:00 [kworker/0:2] ubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_j82738 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_j82738 --logging-server-logdir=/home/ubuntu/sprout_host_j82738/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738%I.log --pidfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738.pid ubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_j82738/env/bin/diamond --configfile /home/ubuntu/sprout_host_j82738/work/plugins/diamond/etc/diamond.conf ubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_j82738 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_j82738 --logging-server-logdir=/home/ubuntu/sprout_host_j82738/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738%I.log --pidfile=/home/ubuntu/sprout_host_j82738/work/sprout_host_j82738.pid ubuntu 1871 1849 0 12:25 ? 00:00:00 /home/ubuntu/sprout_host_j82738/env/bin/python2.7 /home/ubuntu/sprout_host_j82738/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-siiPOg ubuntu 1882 1871 0 12:25 ? 00:00:00 /bin/sh -c /tmp/9XNFQ/install-sprout.sh ubuntu 1884 1882 0 12:25 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh root 2751 2 0 12:27 ? 00:00:00 [kworker/u5:0] ntp 8482 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8969 1 0 12:28 ? 00:00:00 rsyslogd root 9001 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9002 9001 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9006 1 0 12:28 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9007 9006 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9016 9002 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9017 9007 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9018 9017 0 12:28 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9055 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9788 1 0 12:29 ? 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 9852 1884 0 12:29 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh ubuntu 9853 9852 0 12:29 ? 00:00:00 /bin/bash -e /tmp/9XNFQ/install-sprout.sh root 9854 9853 0 12:29 ? 00:00:00 sudo ps -edf root 9855 9854 0 12:29 ? 00:00:00 ps -edf real 0m0.008s user 0m0.004s sys 0m0.004s 2019-01-03 12:29:56,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2019-01-03 12:29:56,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2019-01-03 12:29:56,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2019-01-03 12:29:56,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2019-01-03 12:29:56,227 - 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 9788/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1101/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9055/monit tcp6 0 0 ::1:53 :::* LISTEN 9788/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1101/sshd udp 0 0 192.168.120.15:123 0.0.0.0:* 8482/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8482/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8482/ntpd udp 0 0 0.0.0.0:34997 0.0.0.0:* 655/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9788/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 655/dhclient udp6 0 0 fe80::f816:3eff:fe7:123 :::* 8482/ntpd udp6 0 0 ::1:123 :::* 8482/ntpd udp6 0 0 :::123 :::* 8482/ntpd udp6 0 0 :::43539 :::* 655/dhclient udp6 0 0 ::1:53 :::* 9788/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9488 1123/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9292 972/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11507 1662/python2.7 /tmp/cloudify-logging-server-e6482.socket unix 2 [ ACC ] STREAM LISTENING 7082 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11821 1871/python2.7 /tmp/ctx-3ym6ux.socket unix 2 [ ACC ] STREAM LISTENING 20146 9016/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21262 9018/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] SEQPACKET LISTENING 2045 391/systemd-udevd /run/udev/control real 0m0.007s user 0m0.004s sys 0m0.004s 2019-01-03 12:29:56,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa03 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/sprout /var/log/sprout/sprout_20190103T120000Z.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/clearwater-socket-factory.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.006s user 0m0.003s sys 0m0.002s 2019-01-03 12:29:56,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2019-01-03 12:29:56,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2019-01-03 12:29:56,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2019:01:03 12:28:57: Namespace: management 2019:01:03 12:28:57: [management] Starting server 2019:01:03 12:28:57: [management] Listening for requests 2019:01:03 12:28:57: Namespace: signaling 2019:01:03 12:28:57: [signaling] Starting server 2019:01:03 12:28:57: [signaling] Listening for requests real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:29:56,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2019-01-03 12:29:29.479078901 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-03 12:29:56,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2019-01-03 12:29:56,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2019-01-03 12:29:56,228 - 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 13 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (14.0 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58183 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 0m34.911s user 0m12.682s sys 0m3.004s 2019-01-03 12:29:56,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:29:56,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2019-01-03 12:29:56,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/9XNFQ/install-sprout.sh 2019-01-03 12:29:56,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2019-01-03 12:29:56,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:29:56,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:29:56,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:29:56,880 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:29:56,881 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:29:56 GMT 2019-01-03 12:29:56,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:29:56,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:29:56,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:01,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:02,061 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:02,061 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:02,061 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:02,061 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_fm7orv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.035Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.187Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.187Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-p91c5i\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml\n python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\n0 upgraded, 116 newly installed, 0 to remove and 13 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:15 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:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:17 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:18 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:33 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:43 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:45 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [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 libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 25%\rExtracting templates from packages: 51%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.8 MB in 11s (7,976 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51330 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) ...\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-164.214_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-164.214) ...\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.7_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.7) ...\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 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 libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-164.214) ...\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.7) ...\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 9414\nclearwater-socket-factory-sig start/running, process 9420\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9469\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.\nreload: Job is not running: clearwater-monit\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\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\t4m6.831s\nuser\t0m21.406s\nsys\t0m14.047s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.187Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.187Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.076s\nuser\t0m0.004s\nsys\t0m0.054s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:57.187Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7d:71:e8 \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7d:71e8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:113608 errors:0 dropped:0 overruns:0 frame:0\n TX packets:70342 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166966230 (166.9 MB) TX bytes:11550321 (11.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:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:57.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.201Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:22 ? 00:00:00 /sbin/init\nroot 2 0 0 12:22 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:22 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:22 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:22 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:22 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:22 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:22 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:22 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:22 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:22 ? 00:00:00 [migration/0]\nroot 14 2 0 12:22 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:22 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:22 ? 00:00:00 [migration/1]\nroot 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:22 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:22 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:22 ? 00:00:00 [khelper]\nroot 21 2 0 12:22 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:22 ? 00:00:00 [netns]\nroot 23 2 0 12:22 ? 00:00:00 [writeback]\nroot 24 2 0 12:22 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:22 ? 00:00:00 [bioset]\nroot 27 2 0 12:22 ? 00:00:00 [kblockd]\nroot 28 2 0 12:22 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:22 ? 00:00:00 [khubd]\nroot 30 2 0 12:22 ? 00:00:00 [md]\nroot 31 2 0 12:22 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:22 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:22 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:22 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:22 ? 00:00:00 [vmstat]\nroot 37 2 0 12:22 ? 00:00:00 [ksmd]\nroot 38 2 0 12:22 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:22 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:22 ? 00:00:00 [crypto]\nroot 53 2 0 12:22 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:22 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:22 ? 00:00:00 [vballoon]\nroot 56 2 0 12:22 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:22 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:22 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:22 ? 00:00:00 [deferwq]\nroot 80 2 0 12:22 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:22 ? 00:00:00 [kpsmoused]\nroot 125 2 0 12:22 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 435 2 0 12:22 ? 00:00:00 [kworker/u5:1]\nroot 437 2 0 12:22 ? 00:00:00 [kworker/u5:2]\nroot 484 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon\nroot 585 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 12:22 ? 00:00:00 [kauditd]\nmessage+ 887 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 930 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 949 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 961 1 0 12:22 ? 00:00:00 rsyslogd\nroot 1054 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1104 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 12:22 ? 00:00:00 cron\ndaemon 1109 1 0 12:22 ? 00:00:00 atd\nroot 1118 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1124 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1211 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1663 1 0 12:23 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_md4669 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_md4669 --logging-server-logdir=/home/ubuntu/homer_host_md4669/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669%I.log --pidfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669.pid\nubuntu 1777 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/homer_host_md4669/env/bin/diamond --configfile /home/ubuntu/homer_host_md4669/work/plugins/diamond/etc/diamond.conf\nubuntu 1839 1663 0 12:25 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_md4669 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_md4669 --logging-server-logdir=/home/ubuntu/homer_host_md4669/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669%I.log --pidfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669.pid\nubuntu 1860 1839 0 12:25 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 /home/ubuntu/homer_host_md4669/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-YecskK\nubuntu 1871 1860 0 12:25 ? 00:00:00 /bin/sh -c /tmp/8MQKR/install-homer.sh\nubuntu 1873 1871 0 12:25 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh\nroot 2807 2 0 12:27 ? 00:00:00 [kworker/u5:0]\nntp 8519 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9039 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9132 1 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9136 9132 0 12:28 ? 00:00:00 inotifywait -e create -qq .\nroot 9226 1 0 12:29 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9227 9226 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 9228 9226 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 9229 9226 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 9230 9226 0 12:29 ? 00:00:00 nginx: worker process\nroot 9751 9039 0 12:29 ? 00:00:00 [nginx_ping] \nroot 9753 9039 0 12:29 ? 00:00:00 [check-nginx-upt] \nroot 9758 9039 0 12:29 ? 00:00:00 [check-monit-upt] \ndnsmasq 9861 1 0 12:29 ? 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 9924 1873 0 12:29 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh\nubuntu 9925 9924 0 12:29 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh\nroot 9926 9925 0 12:29 ? 00:00:00 sudo ps -edf\nroot 9927 9926 0 12:29 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.005s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.201Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.201Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.201Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.201Z", "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 9861/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9039/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9226/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9861/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1104/sshd \nudp 0 0 192.168.120.5:123 0.0.0.0:* 8519/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8519/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8519/ntpd \nudp 0 0 0.0.0.0:64391 0.0.0.0:* 585/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9861/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 8519/ntpd \nudp6 0 0 ::1:123 :::* 8519/ntpd \nudp6 0 0 :::123 :::* 8519/ntpd \nudp6 0 0 :::10392 :::* 585/dhclient \nudp6 0 0 ::1:53 :::* 9861/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9250 887/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10836 1663/python2.7 /tmp/cloudify-logging-server-4fb55.socket\nunix 2 [ ACC ] STREAM LISTENING 1599 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 11967 1860/python2.7 /tmp/ctx-8rfqY6.socket\nunix 2 [ ACC ] STREAM LISTENING 8918 1124/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7383 392/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.390Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:58.390Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:58.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.280Z", "message": "Downloaded scripts/bind/bind.py to /tmp/7ZYPW/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.280Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.280Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.280Z", "message": "[homer] => [03-Jan-2019 12:28:59 UTC] clearwater-diags-monitor starting\n[03-Jan-2019 12:28:59 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.280Z", "message": "[homer] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:29:59.959Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:29:59.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[localhost] run: sudo mv /tmp/tmp25UNpk /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[homer] => 2019-01-03 12:29:36.528603910 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "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": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "[localhost] run: sudo mv /tmp/tmpt4iTuW /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "8b302df7-017d-417e-ad65-597095e56a60"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.371Z", "message": "Execution done (return_code=0): /tmp/8MQKR/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "79c227e5-3585-4cf4-b879-67d884f274dc"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.400Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.400Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:00.400Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:01.419Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/35MFH/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:01.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "59a07f15-4d23-4224-beb8-6c98f229e607"}, {"node_instance_id": "homer_io3bl6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:01.466Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:01.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1757, "offset": 1687, "size": 50}}} 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:02,062 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:02 GMT 2019-01-03 12:30:02,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:02,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 93596 2019-01-03 12:30:02,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:02,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:30:02,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2019-01-03 12:30:02,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-p91c5i Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat 0 upgraded, 116 newly installed, 0 to remove and 13 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:15 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:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:17 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:18 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:33 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:41 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:43 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:45 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [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 libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.7 [1,330 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 25% Extracting templates from packages: 51% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.8 MB in 11s (7,976 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51330 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) ... 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-164.214_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... 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.7_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.7) ... 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 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 libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... 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.7) ... 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 9414 clearwater-socket-factory-sig start/running, process 9420 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9469 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. reload: Job is not running: clearwater-monit ...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 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 4m6.831s user 0m21.406s sys 0m14.047s 2019-01-03 12:30:02,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:30:02,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.004s sys 0m0.054s 2019-01-03 12:30:02,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:7d:71:e8 inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe7d:71e8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:113608 errors:0 dropped:0 overruns:0 frame:0 TX packets:70342 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166966230 (166.9 MB) TX bytes:11550321 (11.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:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-03 12:30:02,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:22 ? 00:00:00 /sbin/init root 2 0 0 12:22 ? 00:00:00 [kthreadd] root 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:22 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:22 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:22 ? 00:00:00 [rcu_sched] root 8 2 0 12:22 ? 00:00:00 [rcuos/0] root 9 2 0 12:22 ? 00:00:00 [rcuos/1] root 10 2 0 12:22 ? 00:00:00 [rcu_bh] root 11 2 0 12:22 ? 00:00:00 [rcuob/0] root 12 2 0 12:22 ? 00:00:00 [rcuob/1] root 13 2 0 12:22 ? 00:00:00 [migration/0] root 14 2 0 12:22 ? 00:00:00 [watchdog/0] root 15 2 0 12:22 ? 00:00:00 [watchdog/1] root 16 2 0 12:22 ? 00:00:00 [migration/1] root 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:22 ? 00:00:00 [kworker/1:0] root 19 2 0 12:22 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:22 ? 00:00:00 [khelper] root 21 2 0 12:22 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:22 ? 00:00:00 [netns] root 23 2 0 12:22 ? 00:00:00 [writeback] root 24 2 0 12:22 ? 00:00:00 [kintegrityd] root 25 2 0 12:22 ? 00:00:00 [bioset] root 27 2 0 12:22 ? 00:00:00 [kblockd] root 28 2 0 12:22 ? 00:00:00 [ata_sff] root 29 2 0 12:22 ? 00:00:00 [khubd] root 30 2 0 12:22 ? 00:00:00 [md] root 31 2 0 12:22 ? 00:00:00 [devfreq_wq] root 32 2 0 12:22 ? 00:00:00 [kworker/0:1] root 34 2 0 12:22 ? 00:00:00 [khungtaskd] root 35 2 0 12:22 ? 00:00:00 [kswapd0] root 36 2 0 12:22 ? 00:00:00 [vmstat] root 37 2 0 12:22 ? 00:00:00 [ksmd] root 38 2 0 12:22 ? 00:00:00 [khugepaged] root 39 2 0 12:22 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:22 ? 00:00:00 [crypto] root 53 2 0 12:22 ? 00:00:00 [kthrotld] root 54 2 0 12:22 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:22 ? 00:00:00 [vballoon] root 56 2 0 12:22 ? 00:00:00 [kworker/1:1] root 57 2 0 12:22 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:22 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:22 ? 00:00:00 [deferwq] root 80 2 0 12:22 ? 00:00:00 [charger_manager] root 123 2 0 12:22 ? 00:00:00 [kpsmoused] root 125 2 0 12:22 ? 00:00:00 [kworker/0:2] root 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 435 2 0 12:22 ? 00:00:00 [kworker/u5:1] root 437 2 0 12:22 ? 00:00:00 [kworker/u5:2] root 484 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon root 585 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 12:22 ? 00:00:00 [kauditd] message+ 887 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 930 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 949 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 961 1 0 12:22 ? 00:00:00 rsyslogd root 1054 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1104 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 12:22 ? 00:00:00 cron daemon 1109 1 0 12:22 ? 00:00:00 atd root 1118 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1124 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1211 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1663 1 0 12:23 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_md4669 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_md4669 --logging-server-logdir=/home/ubuntu/homer_host_md4669/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669%I.log --pidfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669.pid ubuntu 1777 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/homer_host_md4669/env/bin/diamond --configfile /home/ubuntu/homer_host_md4669/work/plugins/diamond/etc/diamond.conf ubuntu 1839 1663 0 12:25 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_md4669 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_md4669 --logging-server-logdir=/home/ubuntu/homer_host_md4669/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669%I.log --pidfile=/home/ubuntu/homer_host_md4669/work/homer_host_md4669.pid ubuntu 1860 1839 0 12:25 ? 00:00:00 /home/ubuntu/homer_host_md4669/env/bin/python2.7 /home/ubuntu/homer_host_md4669/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-YecskK ubuntu 1871 1860 0 12:25 ? 00:00:00 /bin/sh -c /tmp/8MQKR/install-homer.sh ubuntu 1873 1871 0 12:25 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh root 2807 2 0 12:27 ? 00:00:00 [kworker/u5:0] ntp 8519 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9039 1 0 12:28 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9132 1 0 12:28 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9136 9132 0 12:28 ? 00:00:00 inotifywait -e create -qq . root 9226 1 0 12:29 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9227 9226 0 12:29 ? 00:00:00 nginx: worker process www-data 9228 9226 0 12:29 ? 00:00:00 nginx: worker process www-data 9229 9226 0 12:29 ? 00:00:00 nginx: worker process www-data 9230 9226 0 12:29 ? 00:00:00 nginx: worker process root 9751 9039 0 12:29 ? 00:00:00 [nginx_ping] root 9753 9039 0 12:29 ? 00:00:00 [check-nginx-upt] root 9758 9039 0 12:29 ? 00:00:00 [check-monit-upt] dnsmasq 9861 1 0 12:29 ? 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 9924 1873 0 12:29 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh ubuntu 9925 9924 0 12:29 ? 00:00:00 /bin/bash -e /tmp/8MQKR/install-homer.sh root 9926 9925 0 12:29 ? 00:00:00 sudo ps -edf root 9927 9926 0 12:29 ? 00:00:00 ps -edf real 0m0.009s user 0m0.005s sys 0m0.005s 2019-01-03 12:30:02,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2019-01-03 12:30:02,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2019-01-03 12:30:02,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2019-01-03 12:30:02,069 - 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 9861/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9039/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9226/nginx tcp6 0 0 ::1:53 :::* LISTEN 9861/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1104/sshd udp 0 0 192.168.120.5:123 0.0.0.0:* 8519/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8519/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8519/ntpd udp 0 0 0.0.0.0:64391 0.0.0.0:* 585/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9861/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 585/dhclient udp6 0 0 fe80::f816:3eff:fe7:123 :::* 8519/ntpd udp6 0 0 ::1:123 :::* 8519/ntpd udp6 0 0 :::123 :::* 8519/ntpd udp6 0 0 :::10392 :::* 585/dhclient udp6 0 0 ::1:53 :::* 9861/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9250 887/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10836 1663/python2.7 /tmp/cloudify-logging-server-4fb55.socket unix 2 [ ACC ] STREAM LISTENING 1599 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 11967 1860/python2.7 /tmp/ctx-8rfqY6.socket unix 2 [ ACC ] STREAM LISTENING 8918 1124/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7383 392/systemd-udevd /run/udev/control real 0m0.007s user 0m0.000s sys 0m0.007s 2019-01-03 12:30:02,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:30:02,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/7ZYPW/bind.py 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [03-Jan-2019 12:28:59 UTC] clearwater-diags-monitor starting [03-Jan-2019 12:28:59 UTC] Waiting for trigger files real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.008s user 0m0.000s sys 0m0.006s 2019-01-03 12:30:02,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp25UNpk /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2019-01-03 12:29:36.528603910 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:30:02,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpt4iTuW /etc/bind/db.clearwater.local 2019-01-03 12:30:02,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8MQKR/install-homer.sh 2019-01-03 12:30:02,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:30:02,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:30:02,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:02,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/35MFH/add-snmpproxy-collector.py 2019-01-03 12:30:02,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:30:02,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:02,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:02,142 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:02 GMT 2019-01-03 12:30:02,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:02,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:02,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:07,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:07,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:07,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:07,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:02.931Z", "message": "Downloaded scripts/bind/bind.py to /tmp/462P0/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:02.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:02.992Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:02.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:02.992Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:02.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "[localhost] run: sudo mv /tmp/tmpfzbWp_ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "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": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "[localhost] run: sudo mv /tmp/tmprnnMUI /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.242Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1bd63f53-5f64-412e-940f-ab5201a5b7b0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:04.428Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:04.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:06.036Z", "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 13 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 3s (10.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58130 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\t0m34.387s\nuser\t0m11.983s\nsys\t0m2.518s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:06.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:06.336Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:06.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}], "metadata": {"pagination": {"total": 1775, "offset": 1725, "size": 50}}} 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:07 GMT 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:07,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23537 2019-01-03 12:30:07,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:07,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/462P0/bind.py 2019-01-03 12:30:07,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:30:07,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:30:07,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:30:07,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfzbWp_ /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:30:07,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:30:07,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprnnMUI /etc/bind/db.clearwater.local 2019-01-03 12:30:07,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:30:07,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:07,392 - 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 13 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 3s (10.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58130 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 0m34.387s user 0m11.983s sys 0m2.518s 2019-01-03 12:30:07,393 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2019-01-03 12:30:07,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:07,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:07,560 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:07 GMT 2019-01-03 12:30:07,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:07,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:07,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:12,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:12,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:07.350Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:07.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:07.350Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:07.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:08.991Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.075s\nuser\t0m0.006s\nsys\t0m0.049s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:08.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:09.404Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:09.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.414Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:18:03:54 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe18:354/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:97449 errors:0 dropped:0 overruns:0 frame:0\n TX packets:71267 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147647435 (147.6 MB) TX bytes:12067745 (12.0 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:56 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.414Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.414Z", "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 10900/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10024/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10198/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9283/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 10900/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1098/sshd \nudp 0 0 192.168.120.9:123 0.0.0.0:* 9433/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9433/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9433/ntpd \nudp 0 0 0.0.0.0:38461 0.0.0.0:* 626/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10900/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 626/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 9433/ntpd \nudp6 0 0 ::1:123 :::* 9433/ntpd \nudp6 0 0 :::123 :::* 9433/ntpd \nudp6 0 0 :::8518 :::* 626/dhclient \nudp6 0 0 ::1:53 :::* 10900/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11697 1662/python2.7 /tmp/cloudify-logging-server-6dbfc.socket\nunix 2 [ ACC ] STREAM LISTENING 7167 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9572 1110/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11994 1870/python2.7 /tmp/ctx-xCYKnP.socket\nunix 2 [ ACC ] STREAM LISTENING 22903 10382/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 21114 9283/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9603 1131/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1961 393/systemd-udevd /run/udev/control\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.414Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.414Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:21 ? 00:00:00 /sbin/init\nroot 2 0 0 12:21 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 12:21 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 12:21 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:21 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:21 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:21 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:21 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:21 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:21 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:21 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:21 ? 00:00:00 [migration/0]\nroot 14 2 0 12:21 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:21 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:21 ? 00:00:00 [migration/1]\nroot 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:21 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:21 ? 00:00:00 [khelper]\nroot 21 2 0 12:21 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:21 ? 00:00:00 [netns]\nroot 23 2 0 12:21 ? 00:00:00 [writeback]\nroot 24 2 0 12:21 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:21 ? 00:00:00 [bioset]\nroot 26 2 0 12:21 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:21 ? 00:00:00 [kblockd]\nroot 28 2 0 12:21 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:21 ? 00:00:00 [khubd]\nroot 30 2 0 12:21 ? 00:00:00 [md]\nroot 31 2 0 12:21 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:21 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:21 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:21 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:21 ? 00:00:00 [vmstat]\nroot 37 2 0 12:21 ? 00:00:00 [ksmd]\nroot 38 2 0 12:21 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:21 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:21 ? 00:00:00 [crypto]\nroot 53 2 0 12:21 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:21 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:21 ? 00:00:00 [vballoon]\nroot 56 2 0 12:21 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:21 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:21 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:21 ? 00:00:00 [deferwq]\nroot 80 2 0 12:21 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:21 ? 00:00:00 [kpsmoused]\nroot 125 2 0 12:21 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 12:21 ? 00:00:00 [kworker/u5:1]\nroot 500 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon\nroot 626 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 822 2 0 12:22 ? 00:00:00 [kauditd]\nroot 941 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1007 1 0 12:22 ? 00:00:00 rsyslogd\nroot 1041 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1044 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1048 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1049 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1051 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1098 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1099 1 0 12:22 ? 00:00:00 cron\ndaemon 1100 1 0 12:22 ? 00:00:00 atd\nroot 1107 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1110 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1131 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 1141 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1256 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1262 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_3jc8f8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_3jc8f8 --logging-server-logdir=/home/ubuntu/ellis_host_3jc8f8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8%I.log --pidfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8.pid\nubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_3jc8f8/env/bin/diamond --configfile /home/ubuntu/ellis_host_3jc8f8/work/plugins/diamond/etc/diamond.conf\nubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_3jc8f8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_3jc8f8 --logging-server-logdir=/home/ubuntu/ellis_host_3jc8f8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8%I.log --pidfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8.pid\nubuntu 1870 1849 0 12:25 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 /home/ubuntu/ellis_host_3jc8f8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-jHzKpS\nubuntu 1881 1870 0 12:25 ? 00:00:00 /bin/sh -c /tmp/GV9SJ/install-ellis.sh\nubuntu 1883 1881 0 12:25 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh\nroot 2431 2 0 12:26 ? 00:00:00 [kworker/u5:2]\nmysql 9283 1 0 12:28 ? 00:00:00 /usr/sbin/mysqld\nntp 9433 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10024 1 0 12:29 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10082 1 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10086 10082 0 12:29 ? 00:00:00 inotifywait -e create -qq .\nroot 10198 1 0 12:29 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10199 10198 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 10200 10198 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 10201 10198 0 12:29 ? 00:00:00 nginx: worker process\nwww-data 10202 10198 0 12:29 ? 00:00:00 nginx: worker process\nellis 10382 1 0 12:29 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10585 10024 0 12:29 ? 00:00:00 [nginx_ping] \nroot 10587 10024 0 12:29 ? 00:00:00 [check-nginx-upt] \nroot 10592 10024 0 12:29 ? 00:00:00 [check-monit-upt] \nroot 10593 10024 0 12:29 ? 00:00:00 [poll_ellis.sh] \nroot 10596 10024 0 12:29 ? 00:00:00 [poll_ellis_http] \nroot 10605 10024 0 12:29 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 10632 10605 0 12:29 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 10671 10632 0 12:29 ? 00:00:00 sleep 24\ndnsmasq 10900 1 0 12:30 ? 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 10963 1883 0 12:30 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh\nubuntu 10964 10963 0 12:30 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh\nroot 10965 10964 0 12:30 ? 00:00:00 sudo ps -edf\nroot 10966 10965 0 12:30 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:10.941Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:10.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:11.426Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:11.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:11.426Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:11.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:11.426Z", "message": "[ellis] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/mysql.err\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/clearwater-diags-monitor.log\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/sa03\n/var/log/sysstat/clearwater-sa03\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/mysql.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/mysql.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/ellis\n/var/log/cloud-init.log\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:11.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:11.426Z", "message": "[ellis] => [03-Jan-2019 12:29:09 UTC] clearwater-diags-monitor starting\n[03-Jan-2019 12:29:09 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:11.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:12.438Z", "message": "[ellis] => 2019-01-03 12:29:49.251889820 Stopping etcd clearwater-etcd\n2019-01-03 12:29:50.800667131 Restarting etcd clearwater-etcd\n2019-01-03 12:29:50.806103175 Configured ETCDCTL_PEERS: 192.168.120.12:4000,\n2019-01-03 12:29:50.806964557 Check for previous failed startup attempt\n2019-01-03 12:29:50.808250336 Running etcdctl member list\n2989fe55b1536fd6: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=false\nb28f40f517d3a5d5: name=192-168-120-12 peerURLs=http://192.168.120.12:2380 clientURLs=http://192.168.120.12:4000 isLeader=true\n2019-01-03 12:29:50.824202934 etcdctl returned 0\n2019-01-03 12:29:50.829607383 Joining existing cluster...\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:12.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:12.438Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:12.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:12.438Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:12.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}], "metadata": {"pagination": {"total": 1795, "offset": 1742, "size": 50}}} 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:12 GMT 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24110 2019-01-03 12:30:12,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:12,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2019-01-03 12:30:12,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2019-01-03 12:30:12,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.075s user 0m0.006s sys 0m0.049s 2019-01-03 12:30:12,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2019-01-03 12:30:12,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:18:03:54 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe18:354/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:97449 errors:0 dropped:0 overruns:0 frame:0 TX packets:71267 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147647435 (147.6 MB) TX bytes:12067745 (12.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:56 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4491 (4.4 KB) TX bytes:4491 (4.4 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-03 12:30:12,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2019-01-03 12:30:12,842 - 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 10900/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1098/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 10024/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10198/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9283/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10900/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1098/sshd udp 0 0 192.168.120.9:123 0.0.0.0:* 9433/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9433/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9433/ntpd udp 0 0 0.0.0.0:38461 0.0.0.0:* 626/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10900/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 626/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 9433/ntpd udp6 0 0 ::1:123 :::* 9433/ntpd udp6 0 0 :::123 :::* 9433/ntpd udp6 0 0 :::8518 :::* 626/dhclient udp6 0 0 ::1:53 :::* 10900/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11697 1662/python2.7 /tmp/cloudify-logging-server-6dbfc.socket unix 2 [ ACC ] STREAM LISTENING 7167 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9572 1110/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11994 1870/python2.7 /tmp/ctx-xCYKnP.socket unix 2 [ ACC ] STREAM LISTENING 22903 10382/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 21114 9283/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9603 1131/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 1961 393/systemd-udevd /run/udev/control real 0m0.006s user 0m0.003s sys 0m0.004s 2019-01-03 12:30:12,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2019-01-03 12:30:12,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:21 ? 00:00:00 /sbin/init root 2 0 0 12:21 ? 00:00:00 [kthreadd] root 3 2 0 12:21 ? 00:00:00 [ksoftirqd/0] root 4 2 0 12:21 ? 00:00:00 [kworker/0:0] root 5 2 0 12:21 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:21 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:21 ? 00:00:00 [rcu_sched] root 8 2 0 12:21 ? 00:00:00 [rcuos/0] root 9 2 0 12:21 ? 00:00:00 [rcuos/1] root 10 2 0 12:21 ? 00:00:00 [rcu_bh] root 11 2 0 12:21 ? 00:00:00 [rcuob/0] root 12 2 0 12:21 ? 00:00:00 [rcuob/1] root 13 2 0 12:21 ? 00:00:00 [migration/0] root 14 2 0 12:21 ? 00:00:00 [watchdog/0] root 15 2 0 12:21 ? 00:00:00 [watchdog/1] root 16 2 0 12:21 ? 00:00:00 [migration/1] root 17 2 0 12:21 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:21 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:21 ? 00:00:00 [khelper] root 21 2 0 12:21 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:21 ? 00:00:00 [netns] root 23 2 0 12:21 ? 00:00:00 [writeback] root 24 2 0 12:21 ? 00:00:00 [kintegrityd] root 25 2 0 12:21 ? 00:00:00 [bioset] root 26 2 0 12:21 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:21 ? 00:00:00 [kblockd] root 28 2 0 12:21 ? 00:00:00 [ata_sff] root 29 2 0 12:21 ? 00:00:00 [khubd] root 30 2 0 12:21 ? 00:00:00 [md] root 31 2 0 12:21 ? 00:00:00 [devfreq_wq] root 32 2 0 12:21 ? 00:00:00 [kworker/0:1] root 34 2 0 12:21 ? 00:00:00 [khungtaskd] root 35 2 0 12:21 ? 00:00:00 [kswapd0] root 36 2 0 12:21 ? 00:00:00 [vmstat] root 37 2 0 12:21 ? 00:00:00 [ksmd] root 38 2 0 12:21 ? 00:00:00 [khugepaged] root 39 2 0 12:21 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:21 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:21 ? 00:00:00 [crypto] root 53 2 0 12:21 ? 00:00:00 [kthrotld] root 54 2 0 12:21 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:21 ? 00:00:00 [vballoon] root 56 2 0 12:21 ? 00:00:00 [kworker/1:1] root 57 2 0 12:21 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:21 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:21 ? 00:00:00 [deferwq] root 80 2 0 12:21 ? 00:00:00 [charger_manager] root 124 2 0 12:21 ? 00:00:00 [kpsmoused] root 125 2 0 12:21 ? 00:00:00 [kworker/1:2] root 186 2 0 12:21 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:21 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 12:21 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 12:21 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 12:21 ? 00:00:00 [kworker/u5:1] root 500 1 0 12:21 ? 00:00:00 upstart-socket-bridge --daemon root 626 1 0 12:21 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 822 2 0 12:22 ? 00:00:00 [kauditd] root 941 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 1007 1 0 12:22 ? 00:00:00 rsyslogd root 1041 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1044 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1048 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1049 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1051 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1098 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1099 1 0 12:22 ? 00:00:00 cron daemon 1100 1 0 12:22 ? 00:00:00 atd root 1107 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1110 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1131 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 1141 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 1256 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1262 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1662 1 0 12:22 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_3jc8f8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_3jc8f8 --logging-server-logdir=/home/ubuntu/ellis_host_3jc8f8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8%I.log --pidfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8.pid ubuntu 1776 1 0 12:22 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_3jc8f8/env/bin/diamond --configfile /home/ubuntu/ellis_host_3jc8f8/work/plugins/diamond/etc/diamond.conf ubuntu 1849 1662 0 12:25 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_3jc8f8 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_3jc8f8 --logging-server-logdir=/home/ubuntu/ellis_host_3jc8f8/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8%I.log --pidfile=/home/ubuntu/ellis_host_3jc8f8/work/ellis_host_3jc8f8.pid ubuntu 1870 1849 0 12:25 ? 00:00:00 /home/ubuntu/ellis_host_3jc8f8/env/bin/python2.7 /home/ubuntu/ellis_host_3jc8f8/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-jHzKpS ubuntu 1881 1870 0 12:25 ? 00:00:00 /bin/sh -c /tmp/GV9SJ/install-ellis.sh ubuntu 1883 1881 0 12:25 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh root 2431 2 0 12:26 ? 00:00:00 [kworker/u5:2] mysql 9283 1 0 12:28 ? 00:00:00 /usr/sbin/mysqld ntp 9433 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10024 1 0 12:29 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10082 1 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10086 10082 0 12:29 ? 00:00:00 inotifywait -e create -qq . root 10198 1 0 12:29 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10199 10198 0 12:29 ? 00:00:00 nginx: worker process www-data 10200 10198 0 12:29 ? 00:00:00 nginx: worker process www-data 10201 10198 0 12:29 ? 00:00:00 nginx: worker process www-data 10202 10198 0 12:29 ? 00:00:00 nginx: worker process ellis 10382 1 0 12:29 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10585 10024 0 12:29 ? 00:00:00 [nginx_ping] root 10587 10024 0 12:29 ? 00:00:00 [check-nginx-upt] root 10592 10024 0 12:29 ? 00:00:00 [check-monit-upt] root 10593 10024 0 12:29 ? 00:00:00 [poll_ellis.sh] root 10596 10024 0 12:29 ? 00:00:00 [poll_ellis_http] root 10605 10024 0 12:29 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10632 10605 0 12:29 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10671 10632 0 12:29 ? 00:00:00 sleep 24 dnsmasq 10900 1 0 12:30 ? 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 10963 1883 0 12:30 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh ubuntu 10964 10963 0 12:30 ? 00:00:00 /bin/bash -e /tmp/GV9SJ/install-ellis.sh root 10965 10964 0 12:30 ? 00:00:00 sudo ps -edf root 10966 10965 0 12:30 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2019-01-03 12:30:12,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:12,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2019-01-03 12:30:12,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2019-01-03 12:30:12,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/mysql.err /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/clearwater-diags-monitor.log /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/mysql /var/log/mysql/error.log /var/log/auth.log /var/log/sysstat /var/log/sysstat/sa03 /var/log/sysstat/clearwater-sa03 /var/log/ntpstats /var/log/monit.log /var/log/mysql.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/mysql.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/ellis /var/log/cloud-init.log real 0m0.007s user 0m0.000s sys 0m0.004s 2019-01-03 12:30:12,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [03-Jan-2019 12:29:09 UTC] clearwater-diags-monitor starting [03-Jan-2019 12:29:09 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2019-01-03 12:30:12,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2019-01-03 12:29:49.251889820 Stopping etcd clearwater-etcd 2019-01-03 12:29:50.800667131 Restarting etcd clearwater-etcd 2019-01-03 12:29:50.806103175 Configured ETCDCTL_PEERS: 192.168.120.12:4000, 2019-01-03 12:29:50.806964557 Check for previous failed startup attempt 2019-01-03 12:29:50.808250336 Running etcdctl member list 2989fe55b1536fd6: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=false b28f40f517d3a5d5: name=192-168-120-12 peerURLs=http://192.168.120.12:2380 clientURLs=http://192.168.120.12:4000 isLeader=true 2019-01-03 12:29:50.824202934 etcdctl returned 0 2019-01-03 12:29:50.829607383 Joining existing cluster... real 0m0.004s user 0m0.003s sys 0m0.002s 2019-01-03 12:30:12,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2019-01-03 12:30:12,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2019-01-03 12:30:12,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:12,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:12,971 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:12,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:12,972 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:12 GMT 2019-01-03 12:30:12,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:12,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:12,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:17,977 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:18,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:18,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ivby59", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:12.904Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:12.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:13.452Z", "message": "Execution done (return_code=0): /tmp/GV9SJ/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:13.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "c18f3ff1-f2b0-467d-856c-ec3806b0ab2b"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:14.244Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:14.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:15.256Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/6NYCK/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:15.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:15.457Z", "message": "Executing: /tmp/6NYCK/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:15.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:15.468Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:15.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:15.468Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:15.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "[localhost] run: sudo mv /tmp/tmpNKghVF /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "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": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NNNBC/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.713Z", "message": "[localhost] run: sudo mv /tmp/tmpFHcYdC /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:16.833Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:16.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:17.724Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:17.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "90ad539b-ecc4-4354-af43-283c52420431"}], "metadata": {"pagination": {"total": 1820, "offset": 1759, "size": 50}}} 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:18 GMT 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:18,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12431 2019-01-03 12:30:18,581 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:18,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:18,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/GV9SJ/install-ellis.sh 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/6NYCK/create_number.sh 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6NYCK/create_number.sh 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNKghVF /etc/bind/db.clearwater.local 2019-01-03 12:30:18,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:30:18,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NNNBC/bind.py 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpFHcYdC /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:30:18,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:18,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:18,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:18 GMT 2019-01-03 12:30:18,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:18,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:18,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:23,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:23,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:23,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:23,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1820, "offset": 1781, "size": 50}}} 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:23 GMT 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:30:23,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:23,840 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:24,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:24,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:24,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:24 GMT 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:24,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:29,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:29,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:28.374Z", "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 13 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.4 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58604 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\t0m31.380s\nuser\t0m12.643s\nsys\t0m3.060s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:28.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}], "metadata": {"pagination": {"total": 1821, "offset": 1781, "size": 50}}} 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:29 GMT 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14365 2019-01-03 12:30:29,261 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:29,262 - 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 13 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.4 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58604 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 0m31.380s user 0m12.643s sys 0m3.060s 2019-01-03 12:30:29,262 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:29,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:29,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:29,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:29,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:29,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:29 GMT 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:29,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:34,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:35,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:29.285Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:29.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:29.285Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:29.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:29.285Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:29.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:31.230Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.008s\nsys\t0m0.051s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:31.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "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 10495/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1094/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9629/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10495/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1094/sshd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8843/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8843/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8843/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10150/snmpd \nudp 0 0 0.0.0.0:48938 0.0.0.0:* 575/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10495/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 575/dhclient \nudp6 0 0 fe80::f816:3eff:fe6:123 :::* 8843/ntpd \nudp6 0 0 ::1:123 :::* 8843/ntpd \nudp6 0 0 :::123 :::* 8843/ntpd \nudp6 0 0 :::161 :::* 10150/snmpd \nudp6 0 0 :::47341 :::* 575/dhclient \nudp6 0 0 ::1:53 :::* 10495/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9230 915/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7466 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11515 1659/python2.7 /tmp/cloudify-logging-server-458ad.socket\nunix 2 [ ACC ] STREAM LISTENING 7073 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12455 1859/python2.7 /tmp/ctx-nWVm4m.socket\nunix 2 [ ACC ] STREAM LISTENING 21958 9427/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21961 9431/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 23196 10150/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 9467 1146/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:68:18:e3 \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe68:18e3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:119688 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56007 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:172503666 (172.5 MB) TX bytes:10853009 (10.8 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:22 ? 00:00:00 /sbin/init\nroot 2 0 0 12:22 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:22 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:22 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:22 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:22 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:22 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:22 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:22 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:22 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:22 ? 00:00:00 [migration/0]\nroot 14 2 0 12:22 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:22 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:22 ? 00:00:00 [migration/1]\nroot 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:22 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:22 ? 00:00:00 [khelper]\nroot 21 2 0 12:22 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:22 ? 00:00:00 [netns]\nroot 23 2 0 12:22 ? 00:00:00 [writeback]\nroot 24 2 0 12:22 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:22 ? 00:00:00 [bioset]\nroot 26 2 0 12:22 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:22 ? 00:00:00 [kblockd]\nroot 28 2 0 12:22 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:22 ? 00:00:00 [khubd]\nroot 30 2 0 12:22 ? 00:00:00 [md]\nroot 31 2 0 12:22 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:22 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:22 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:22 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:22 ? 00:00:00 [vmstat]\nroot 37 2 0 12:22 ? 00:00:00 [ksmd]\nroot 38 2 0 12:22 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:22 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:22 ? 00:00:00 [crypto]\nroot 53 2 0 12:22 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:22 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:22 ? 00:00:00 [vballoon]\nroot 56 2 0 12:22 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:22 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:22 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:22 ? 00:00:00 [deferwq]\nroot 80 2 0 12:22 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:22 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:22 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 445 2 0 12:22 ? 00:00:00 [kworker/u5:1]\nroot 506 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon\nroot 530 2 0 12:22 ? 00:00:00 [kworker/0:2]\nroot 575 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 12:22 ? 00:00:00 [kauditd]\nmessage+ 915 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 944 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 959 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 965 1 0 12:22 ? 00:00:00 rsyslogd\nroot 1051 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1094 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\ndaemon 1100 1 0 12:22 ? 00:00:00 atd\nroot 1101 1 0 12:22 ? 00:00:00 cron\nroot 1120 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1146 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1659 1 0 12:22 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_p91c5i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_p91c5i --logging-server-logdir=/home/ubuntu/dime_host_p91c5i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i%I.log --pidfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i.pid\nubuntu 1773 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/dime_host_p91c5i/env/bin/diamond --configfile /home/ubuntu/dime_host_p91c5i/work/plugins/diamond/etc/diamond.conf\nubuntu 1838 1659 0 12:25 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_p91c5i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_p91c5i --logging-server-logdir=/home/ubuntu/dime_host_p91c5i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i%I.log --pidfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i.pid\nubuntu 1859 1838 0 12:25 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 /home/ubuntu/dime_host_p91c5i/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XsXzkm\nubuntu 1870 1859 0 12:25 ? 00:00:00 /bin/sh -c /tmp/6X2GZ/install-dime.sh\nubuntu 1872 1870 0 12:25 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh\nroot 2235 2 0 12:26 ? 00:00:00 [kworker/u5:2]\nntp 8843 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9414 1 0 12:29 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9415 9414 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9420 1 0 12:29 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9423 9420 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9427 9415 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9430 9423 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9431 9430 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9629 1 0 12:29 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10150 1 0 12:30 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10495 1 0 12:30 ? 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 10558 1872 0 12:30 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh\nubuntu 10559 10558 0 12:30 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh\nroot 10560 10559 0 12:30 ? 00:00:00 sudo ps -edf\nroot 10561 10560 0 12:30 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.000s\nsys\t0m0.010s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:32.680Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:32.680Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:33.697Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:33.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:33.697Z", "message": "[dime] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_20190103T120000Z.txt\n/var/log/homestead/homestead_err.log\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa03\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/ralf\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/clearwater-socket-factory.log\n/var/log/upstart\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cloud-init.log\n\nreal\t0m0.011s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:33.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:33.697Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:33.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:33.697Z", "message": "[dime] => 2019:01:03 12:29:18: Namespace: management\n2019:01:03 12:29:18: [management] Starting server\n2019:01:03 12:29:18: [management] Listening for requests\n2019:01:03 12:29:18: Namespace: signaling\n2019:01:03 12:29:18: [signaling] Starting server\n2019:01:03 12:29:18: [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": "2019-01-03T12:30:33.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:34.706Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:34.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:34.706Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:34.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:34.706Z", "message": "[dime] => 2019-01-03 12:30:11.124337516 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:34.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}], "metadata": {"pagination": {"total": 1841, "offset": 1782, "size": 50}}} 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:35 GMT 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23480 2019-01-03 12:30:35,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:35,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2019-01-03 12:30:35,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2019-01-03 12:30:35,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2019-01-03 12:30:35,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.008s sys 0m0.051s 2019-01-03 12:30:35,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2019-01-03 12:30:35,097 - 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 10495/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1094/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9629/monit tcp6 0 0 ::1:53 :::* LISTEN 10495/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1094/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8843/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8843/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8843/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10150/snmpd udp 0 0 0.0.0.0:48938 0.0.0.0:* 575/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10495/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 575/dhclient udp6 0 0 fe80::f816:3eff:fe6:123 :::* 8843/ntpd udp6 0 0 ::1:123 :::* 8843/ntpd udp6 0 0 :::123 :::* 8843/ntpd udp6 0 0 :::161 :::* 10150/snmpd udp6 0 0 :::47341 :::* 575/dhclient udp6 0 0 ::1:53 :::* 10495/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9230 915/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7466 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11515 1659/python2.7 /tmp/cloudify-logging-server-458ad.socket unix 2 [ ACC ] STREAM LISTENING 7073 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12455 1859/python2.7 /tmp/ctx-nWVm4m.socket unix 2 [ ACC ] STREAM LISTENING 21958 9427/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21961 9431/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 23196 10150/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 9467 1146/acpid /var/run/acpid.socket real 0m0.008s user 0m0.000s sys 0m0.008s 2019-01-03 12:30:35,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2019-01-03 12:30:35,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:68:18:e3 inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe68:18e3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:119688 errors:0 dropped:0 overruns:0 frame:0 TX packets:56007 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:172503666 (172.5 MB) TX bytes:10853009 (10.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:30:35,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:22 ? 00:00:00 /sbin/init root 2 0 0 12:22 ? 00:00:00 [kthreadd] root 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:22 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:22 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:22 ? 00:00:00 [rcu_sched] root 8 2 0 12:22 ? 00:00:00 [rcuos/0] root 9 2 0 12:22 ? 00:00:00 [rcuos/1] root 10 2 0 12:22 ? 00:00:00 [rcu_bh] root 11 2 0 12:22 ? 00:00:00 [rcuob/0] root 12 2 0 12:22 ? 00:00:00 [rcuob/1] root 13 2 0 12:22 ? 00:00:00 [migration/0] root 14 2 0 12:22 ? 00:00:00 [watchdog/0] root 15 2 0 12:22 ? 00:00:00 [watchdog/1] root 16 2 0 12:22 ? 00:00:00 [migration/1] root 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:22 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:22 ? 00:00:00 [khelper] root 21 2 0 12:22 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:22 ? 00:00:00 [netns] root 23 2 0 12:22 ? 00:00:00 [writeback] root 24 2 0 12:22 ? 00:00:00 [kintegrityd] root 25 2 0 12:22 ? 00:00:00 [bioset] root 26 2 0 12:22 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:22 ? 00:00:00 [kblockd] root 28 2 0 12:22 ? 00:00:00 [ata_sff] root 29 2 0 12:22 ? 00:00:00 [khubd] root 30 2 0 12:22 ? 00:00:00 [md] root 31 2 0 12:22 ? 00:00:00 [devfreq_wq] root 32 2 0 12:22 ? 00:00:00 [kworker/0:1] root 34 2 0 12:22 ? 00:00:00 [khungtaskd] root 35 2 0 12:22 ? 00:00:00 [kswapd0] root 36 2 0 12:22 ? 00:00:00 [vmstat] root 37 2 0 12:22 ? 00:00:00 [ksmd] root 38 2 0 12:22 ? 00:00:00 [khugepaged] root 39 2 0 12:22 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:22 ? 00:00:00 [crypto] root 53 2 0 12:22 ? 00:00:00 [kthrotld] root 54 2 0 12:22 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:22 ? 00:00:00 [vballoon] root 56 2 0 12:22 ? 00:00:00 [kworker/1:1] root 57 2 0 12:22 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:22 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:22 ? 00:00:00 [deferwq] root 80 2 0 12:22 ? 00:00:00 [charger_manager] root 124 2 0 12:22 ? 00:00:00 [kpsmoused] root 142 2 0 12:22 ? 00:00:00 [kworker/1:2] root 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 445 2 0 12:22 ? 00:00:00 [kworker/u5:1] root 506 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon root 530 2 0 12:22 ? 00:00:00 [kworker/0:2] root 575 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 12:22 ? 00:00:00 [kauditd] message+ 915 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 944 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 959 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 965 1 0 12:22 ? 00:00:00 rsyslogd root 1051 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1094 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D daemon 1100 1 0 12:22 ? 00:00:00 atd root 1101 1 0 12:22 ? 00:00:00 cron root 1120 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1146 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1659 1 0 12:22 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_p91c5i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_p91c5i --logging-server-logdir=/home/ubuntu/dime_host_p91c5i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i%I.log --pidfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i.pid ubuntu 1773 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/dime_host_p91c5i/env/bin/diamond --configfile /home/ubuntu/dime_host_p91c5i/work/plugins/diamond/etc/diamond.conf ubuntu 1838 1659 0 12:25 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_p91c5i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_p91c5i --logging-server-logdir=/home/ubuntu/dime_host_p91c5i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i%I.log --pidfile=/home/ubuntu/dime_host_p91c5i/work/dime_host_p91c5i.pid ubuntu 1859 1838 0 12:25 ? 00:00:00 /home/ubuntu/dime_host_p91c5i/env/bin/python2.7 /home/ubuntu/dime_host_p91c5i/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-XsXzkm ubuntu 1870 1859 0 12:25 ? 00:00:00 /bin/sh -c /tmp/6X2GZ/install-dime.sh ubuntu 1872 1870 0 12:25 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh root 2235 2 0 12:26 ? 00:00:00 [kworker/u5:2] ntp 8843 1 0 12:28 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9414 1 0 12:29 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9415 9414 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9420 1 0 12:29 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9423 9420 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9427 9415 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9430 9423 0 12:29 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9431 9430 0 12:29 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9629 1 0 12:29 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10150 1 0 12:30 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10495 1 0 12:30 ? 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 10558 1872 0 12:30 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh ubuntu 10559 10558 0 12:30 ? 00:00:00 /bin/bash -e /tmp/6X2GZ/install-dime.sh root 10560 10559 0 12:30 ? 00:00:00 sudo ps -edf root 10561 10560 0 12:30 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.010s 2019-01-03 12:30:35,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2019-01-03 12:30:35,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2019-01-03 12:30:35,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_20190103T120000Z.txt /var/log/homestead/homestead_err.log /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/boot.log /var/log/dist-upgrade /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa03 /var/log/ntpstats /var/log/monit.log /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/ralf /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/clearwater-socket-factory.log /var/log/upstart /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cloud-init.log real 0m0.011s user 0m0.000s sys 0m0.006s 2019-01-03 12:30:35,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2019-01-03 12:30:35,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2019:01:03 12:29:18: Namespace: management 2019:01:03 12:29:18: [management] Starting server 2019:01:03 12:29:18: [management] Listening for requests 2019:01:03 12:29:18: Namespace: signaling 2019:01:03 12:29:18: [signaling] Starting server 2019:01:03 12:29:18: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:30:35,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2019-01-03 12:30:35,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2019-01-03 12:30:35,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2019-01-03 12:30:11.124337516 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:30:35,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:35,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:35,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:35,355 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:35 GMT 2019-01-03 12:30:35,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:35,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:35,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:40,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:40,494 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:40,494 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:40,494 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:40,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_1i1yyz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:35.282Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:35.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:35.715Z", "message": "Execution done (return_code=0): /tmp/6X2GZ/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:35.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33052d94-9d6e-477e-a0b7-983bde161de6"}, {"node_instance_id": "dime_1i1yyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:36.436Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:36.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:36.436Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:36.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:36.715Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:36.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:36.725Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.12: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.12\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": "2019-01-03T12:30:36.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:37.733Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:37.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:37.733Z", "message": "Downloaded scripts/bind/bind.py to /tmp/QIGGQ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:37.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.186Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.186Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "[localhost] run: sudo mv /tmp/tmpVacdm2 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "[localhost] run: sudo mv /tmp/tmprafyCY /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "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": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:38.740Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:38.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "7eb286c6-2d74-42b9-a556-06ad237495c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:39.754Z", "message": "Execution done (return_code=0): /tmp/6NYCK/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:39.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "33f958f9-e58c-497d-8b99-99f8bb78e7b0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:39.799Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:39.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1863, "offset": 1799, "size": 50}}} 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:40 GMT 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12851 2019-01-03 12:30:40,495 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:40,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:40,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6X2GZ/install-dime.sh 2019-01-03 12:30:40,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.12: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.12 # 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 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/QIGGQ/bind.py 2019-01-03 12:30:40,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpVacdm2 /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprafyCY /etc/bind/db.clearwater.local 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:30:40,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6NYCK/create_number.sh 2019-01-03 12:30:40,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:30:40,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:40,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:40,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:40,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:40,634 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:40 GMT 2019-01-03 12:30:40,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:40,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:40,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:45,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:45,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1863, "offset": 1820, "size": 50}}} 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:45 GMT 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:45,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:46,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:46 GMT 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:46,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:51,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:51,113 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:51,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1863, "offset": 1820, "size": 50}}} 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:51 GMT 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:51,114 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:30:51,115 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:51,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:51,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:51 GMT 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:51,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:56,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:56,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:30:54.749Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:30:54.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}], "metadata": {"pagination": {"total": 1864, "offset": 1820, "size": 50}}} 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:56 GMT 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2019-01-03 12:30:56,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:30:56,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2019-01-03 12:30:56,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:30:57,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:30:57,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:30:57,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:30:57,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:30:57 GMT 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:30:57,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:02,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:02,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:02,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:02,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:02,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:02,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1864, "offset": 1821, "size": 50}}} 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:02 GMT 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:02,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:02,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:02,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:02,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:02 GMT 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:02,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:07,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:07,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:07,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:05.089Z", "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 12 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,300 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59699 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 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\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m10.101s\nuser\t0m3.657s\nsys\t0m0.773s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:05.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:05.786Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:05.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:05.786Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:05.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:05.786Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:05.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}], "metadata": {"pagination": {"total": 1868, "offset": 1821, "size": 50}}} 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:07,736 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:07 GMT 2019-01-03 12:31:07,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:07,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6920 2019-01-03 12:31:07,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:07,737 - 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 12 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,300 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59699 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 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 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m10.101s user 0m3.657s sys 0m0.773s 2019-01-03 12:31:07,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2019-01-03 12:31:07,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2019-01-03 12:31:07,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2019-01-03 12:31:07,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:07,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:07 GMT 2019-01-03 12:31:07,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:07,904 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:07,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:12,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:12,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:12,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:07.939Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.057s\nuser\t0m0.000s\nsys\t0m0.057s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:07.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:08.808Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a6:db:2b \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea6:db2b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:149597 errors:0 dropped:0 overruns:0 frame:0\n TX packets:69553 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:219252795 (219.2 MB) TX bytes:12512758 (12.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:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:08.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:08.808Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:22 ? 00:00:00 /sbin/init\nroot 2 0 0 12:22 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:22 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:22 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:22 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:22 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:22 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:22 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:22 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:22 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:22 ? 00:00:00 [migration/0]\nroot 14 2 0 12:22 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:22 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:22 ? 00:00:00 [migration/1]\nroot 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:22 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:22 ? 00:00:00 [khelper]\nroot 21 2 0 12:22 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:22 ? 00:00:00 [netns]\nroot 23 2 0 12:22 ? 00:00:00 [writeback]\nroot 24 2 0 12:22 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:22 ? 00:00:00 [bioset]\nroot 27 2 0 12:22 ? 00:00:00 [kblockd]\nroot 28 2 0 12:22 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:22 ? 00:00:00 [khubd]\nroot 30 2 0 12:22 ? 00:00:00 [md]\nroot 31 2 0 12:22 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:22 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:22 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:22 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:22 ? 00:00:00 [vmstat]\nroot 37 2 0 12:22 ? 00:00:00 [ksmd]\nroot 38 2 0 12:22 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:22 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:22 ? 00:00:00 [crypto]\nroot 53 2 0 12:22 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:22 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:22 ? 00:00:00 [vballoon]\nroot 56 2 0 12:22 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:22 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:22 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:22 ? 00:00:00 [deferwq]\nroot 80 2 0 12:22 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:22 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:22 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver]\nroot 389 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 12:22 ? 00:00:00 [kworker/u5:1]\nroot 537 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 12:22 ? 00:00:00 [kauditd]\nmessage+ 899 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind\nroot 952 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 999 1 0 12:22 ? 00:00:00 rsyslogd\nroot 1051 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 12:22 ? 00:00:00 cron\ndaemon 1107 1 0 12:22 ? 00:00:00 atd\nroot 1116 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance\nroot 1118 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1437 2 0 12:23 ? 00:00:00 [kworker/0:2]\nubuntu 1662 1 0 12:23 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_ye0pmh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_ye0pmh --logging-server-logdir=/home/ubuntu/vellum_host_ye0pmh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh%I.log --pidfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh.pid\nroot 1663 2 0 12:23 ? 00:00:00 [kworker/u5:2]\nubuntu 1777 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_ye0pmh/env/bin/diamond --configfile /home/ubuntu/vellum_host_ye0pmh/work/plugins/diamond/etc/diamond.conf\nubuntu 1833 1662 0 12:25 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_ye0pmh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_ye0pmh --logging-server-logdir=/home/ubuntu/vellum_host_ye0pmh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh%I.log --pidfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh.pid\nubuntu 1854 1833 0 12:25 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 /home/ubuntu/vellum_host_ye0pmh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Z4eB8f\nubuntu 1866 1854 0 12:25 ? 00:00:00 /bin/sh -c /tmp/YI5BP/install-vellum.sh\nubuntu 1868 1866 0 12:25 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh\nroot 6295 2 0 12:28 ? 00:00:00 [kworker/u5:0]\nntp 11934 1 0 12:29 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12337 1 0 12:29 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12664 1 0 12:30 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13309 1 0 12:30 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13319 13309 0 12:30 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13619 12664 0 12:30 ? 00:00:00 [check-monit-upt] \ndnsmasq 14285 1 0 12:31 ? 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 14348 1868 0 12:31 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh\nubuntu 14349 14348 0 12:31 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh\nroot 14350 14349 0 12:31 ? 00:00:00 sudo ps -edf\nroot 14351 14350 0 12:31 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:08.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:08.808Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:08.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:08.808Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:08.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:09.826Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:09.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:09.826Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:09.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:09.826Z", "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 14285/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12664/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12337/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14285/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 11934/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11934/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11934/ntpd \nudp 0 0 0.0.0.0:11486 0.0.0.0:* 571/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12337/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14285/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 11934/ntpd \nudp6 0 0 ::1:123 :::* 11934/ntpd \nudp6 0 0 :::123 :::* 11934/ntpd \nudp6 0 0 :::16817 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 14285/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11099 1662/python2.7 /tmp/cloudify-logging-server-9b6b5.socket\nunix 2 [ ACC ] STREAM LISTENING 1572 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12607 1854/python2.7 /tmp/ctx-GcK4Ei.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7549 395/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9606 1118/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9387 899/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:09.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:09.826Z", "message": "[vellum] => /var/log\n/var/log/iotop.log\n/var/log/btmp\n/var/log/unattended-upgrades\n/var/log/lastlog\n/var/log/clearwater-config-manager\n/var/log/syslog\n/var/log/udev\n/var/log/dmesg\n/var/log/wtmp\n/var/log/alternatives.log\n/var/log/cloud-init-output.log\n/var/log/clearwater-cluster-manager\n/var/log/astaire\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_20190103T120000Z.txt\n/var/log/astaire/astaire_err.log\n/var/log/memcached.log\n/var/log/boot.log\n/var/log/dist-upgrade\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/clearwater-queue-manager\n/var/log/rogers\n/var/log/auth.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa03\n/var/log/ntpstats\n/var/log/monit.log\n/var/log/chronos\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dmesg.0\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/upstart\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/container-detect.log\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/cloud-init.log\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:09.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:11.249Z", "message": "[vellum] => 2019-01-03 12:30:17.278468199 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:11.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:11.249Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:11.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:11.249Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:11.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:11.249Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:11.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.294Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.294Z", "message": "[vellum] => \n\n\n \n System.err\n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n WARN\n \n \n\n \n \n \n\n\n\n\n \n \n ${cassandra.logdir}/system.log\n \n ${cassandra.logdir}/system.log.%i.zip\n 1\n 20\n \n\n \n 20MB\n \n \n %-5level [%thread] %date{ISO8601} %F:%L - %msg%n\n \n \n \n \n \n \n %-5level %date{HH:mm:ss,SSS} %msg%n\n \n \n \n \n \n \n \n \n \n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.294Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.294Z", "message": "[vellum] => INFO [main] 2019-01-03 12:27:32,563 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2019-01-03 12:27:32,577 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:32,673 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] 2019-01-03 12:27:32,832 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2019-01-03 12:27:32,839 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2019-01-03 12:27:32,839 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2019-01-03 12:27:33,194 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:33,214 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] 2019-01-03 12:27:33,243 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2019-01-03 12:27:33,243 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2019-01-03 12:27:33,243 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 707520(690K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74002928(72268K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16670600(16279K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2019-01-03 12:27:33,244 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] 2019-01-03 12:27:33,249 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_1546518451.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1546518451.log]\nINFO [main] 2019-01-03 12:27:33,308 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2019-01-03 12:27:33,308 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2019-01-03 12:27:33,378 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2019-01-03 12:27:33,380 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2019-01-03 12:27:33,381 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2019-01-03 12:27:33,385 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2019-01-03 12:27:33,390 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2019-01-03 12:27:33,395 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2019-01-03 12:27:33,396 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2019-01-03 12:27:33,457 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2019-01-03 12:27:34,541 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2019-01-03 12:27:34,545 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2019-01-03 12:27:34,550 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2019-01-03 12:27:34,554 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2019-01-03 12:27:34,558 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2019-01-03 12:27:34,562 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2019-01-03 12:27:34,567 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2019-01-03 12:27:34,571 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2019-01-03 12:27:34,574 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2019-01-03 12:27:34,578 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2019-01-03 12:27:34,583 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2019-01-03 12:27:34,587 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2019-01-03 12:27:34,590 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2019-01-03 12:27:34,594 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2019-01-03 12:27:34,597 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2019-01-03 12:27:34,601 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2019-01-03 12:27:34,670 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2019-01-03 12:27:34,670 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2019-01-03 12:27:34,705 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:34,711 Memtable.java:347 - Writing Memtable-local@2116343335(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:34,748 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=1546518454518, position=399)\nINFO [main] 2019-01-03 12:27:35,402 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2019-01-03 12:27:35,550 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2019-01-03 12:27:35,550 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2019-01-03 12:27:35,553 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2019-01-03 12:27:35,565 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2019-01-03 12:27:35,566 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2019-01-03 12:27:35,580 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:35,592 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] 2019-01-03 12:27:35,606 SystemKeyspace.java:765 - No host ID found, created 88a81d72-6100-4d78-93c6-e4aa1836ea46 (Note: This should happen exactly once per node).\nINFO [main] 2019-01-03 12:27:35,608 StorageService.java:807 - Starting up server gossip\nINFO [main] 2019-01-03 12:27:35,610 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:35,611 Memtable.java:347 - Writing Memtable-local@1330799317(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:35,612 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=1546518454518, position=93397)\nINFO [main] 2019-01-03 12:27:36,415 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:36,426 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] 2019-01-03 12:27:36,453 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2019-01-03 12:27:36,470 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:36,480 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] 2019-01-03 12:27:36,489 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:36,496 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] 2019-01-03 12:27:36,505 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2019-01-03 12:27:36,507 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2019-01-03 12:27:36,514 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] 2019-01-03 12:27:36,524 StorageService.java:959 - Generated random tokens. tokens are [-5815801616708314981, 1645765792333206979, -3137786062991411223, -2090253968679765188, -3370433952000119117, 4312846118984505570, 6198112620877766246, -628555142796020674, -4071077530328351989, 798059574544862813, 467165898639696305, -2242083304459059822, 2969687733893869817, 6846510395177086127, 5733509496958903536, -1311833685165836804, 5464574967905850670, 1017334618133157017, 645674335573284068, -5160785552412315228, -330668186416603845, 7010876364182803794, -6728306142836019584, -5594211860897546010, -2654098324817415466, 2399291896996926516, 3949720483441769756, 6753860376387007739, -8742486545335435015, 168662123282407017, 2133019371194063046, 8543291124444565292, 3843361178002697072, -4235284983814163260, 5430959331899048977, 8597441441332586261, -4393878967233067077, -8174342569582111573, 2139013680041013653, -2191426015839919575, 3054970735970531854, 5109495110191647233, 1522994221834610452, -1906204453646175607, 3210300037089786798, 5215846239793240574, -2132173054160122599, -7296640092187710118, 4442324495846360238, 642645329842199331, -1013530207681919612, 3884099355873655666, 3097891748823748077, -2357575070314227744, -6803996312583564030, 5864946779147431913, -7047882956464024495, 6545513986701272639, 8378624732704607615, 318278157176553311, -2732579252857238532, 8948914106738367025, -6994916597695848742, -7648038663395689565, -6184086780024619932, 9061368576429872539, 911946433871793810, -798594308073614401, -5160022961315668737, 5061572838979991991, 5000737455705582782, 7370316984431412244, -4218784528996132571, 8953307021608452099, 4813911627033280197, 3240313689022192143, 4474637182315111217, -7996458696174915519, 4780371445743678734, 761082655401051944, 2600259254759633584, 194713939415200061, -5185001533832567209, 9134363439025291975, 2645416974479089449, 7867004428514737088, 7853963156079315992, -4967901928622196789, -1707339518549556272, 3256703371061214810, 799966378216760820, 8566292857817109389, 4845828777357723700, -732320129675448190, 3656962106823549152, -2786721874526692186, -3154231274925686482, 5293971535935849203, 4004054687964460840, 2287042283618725239, -601626665016135668, -8586936128676036347, 1197986848128879683, 5584895605031884846, 2421850912578955553, 3524350394663696544, 8628057331792378830, 1980552336414942776, 125593097092040725, -152620100527995298, -878700569649281196, -6852442430685126362, -3270784675629595739, -11254385656893904, -8872986418186951768, 1656429797405092636, 6494733961061819031, -3768070922348098032, 7808279158682086517, -6522447113271658306, -8646680722440162336, 1289548531652713739, 7379724239103662896, -802382280152261631, -9154577826864906531, -9127318436632648808, -6657842301383668317, 3854987451689002228, 5133432582572148720, 7862350912521192643, -75262175814459357, 540088994478570813, -2246827434411215022, -3059795148522386356, 2080860838719723131, 3951655025183580373, 1167195955396999039, -1453516748958531822, -1822712818355025268, -2817775643959349750, -2804460436054992378, -2282836044839783389, 7407230971979898005, -7551761484211209443, 794481668078284269, 8674632979633165321, -8716408455582293575, 3479996364796771994, -9109756623982242783, 708992141941237010, 2135000469945210937, -6339859013355921795, -4515612736672419239, -8370940171606337970, 2687862409582130434, -1196061501089328809, -1834391025663044240, -752748262391137132, -6669434180080589440, 5688347510668760361, 1213901309748307981, -7368957237420109608, 5248136048230263434, -2754599276527009431, 5599258796386229758, 6188988493676698718, -262064750346857861, 1871140786524941282, -1751098173146922564, -1647154919906028806, 8935456928274458949, -6299758786834531780, 8765930880515283109, 2889666233526156011, -996939339997291653, 7427400445707831517, 8490030148120356040, -511615106866216379, 827509862752213435, -1495181743138737265, 6388820841445856946, -558978040591563369, 8801251973312197755, -544850153398245789, 7310999499613597591, -7719255680029306494, -1761167194244542637, 9056465331695256478, -5558245247883335928, 5778127459981417530, -8823366750109445506, -3105950141264125776, -8929972477737872684, -4903048003604907439, -2832748467952828465, -5899180792417931216, 908276778382045394, -5001536925058802369, 6098633625050168261, 4152331846969254480, 8492096328588888853, -1519968053760583182, 7764656153970801872, 829771072036704755, 2422093595458201807, -6776449094527796570, -3487473873506722603, 1610550085150614946, 7481928820577742118, 5542087892995236693, 8653579513731693669, 3502048820893686051, -5673415453257409403, -8959809108259912195, 6269903693644604961, -1470480017957652006, 7660083126820837682, 1227604049323680701, 6843288832080854372, 3070948233489089359, 8799494063423755828, 1112811622959559471, -2500749276389553888, 4053580073726552888, 7078545367365970323, 7703509500686816526, -9059389190264907111, -6268757000722284298, 8468721417238461905, -3421192801823874641, -9093940762836698729, 3412238876226918330, -2390085247850617058, -7190361001101880030, -1765544496045203511, -3780958383883667736, 439179241720650252, -8293810708467913539, -888693177696669883, 72514939382035175, 8349860166967912735, -3774702685726605280, 3148381974599054649, 3444333734800125151, -1701827370997615450, 8974108596079641608, 7576638274490866401, 2447806335593255536, -3280654371304638122, 8667749281254607047, -5909587060847340430, 1319043972916220411, -5299248929566609384, 644938919766720512, 1166405767998262414, 3463318262011546852]\nINFO [main] 2019-01-03 12:27:36,533 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@741aeb30[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@2da1418b[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@22915e25}\nINFO [MigrationStage:1] 2019-01-03 12:27:36,580 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:36,582 Memtable.java:347 - Writing Memtable-schema_keyspaces@98525534(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:36,583 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=1546518454518, position=102352)\nINFO [MigrationStage:1] 2019-01-03 12:27:36,953 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:36,954 Memtable.java:347 - Writing Memtable-schema_columnfamilies@990453040(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:36,963 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=1546518454518, position=102352)\nINFO [MigrationStage:1] 2019-01-03 12:27:37,457 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:37,458 Memtable.java:347 - Writing Memtable-schema_columns@1571062209(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:37,474 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=1546518454518, position=102352)\nINFO [MigrationStage:1] 2019-01-03 12:27:38,322 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:38,323 Memtable.java:347 - Writing Memtable-schema_triggers@719548186(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:38,324 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=1546518454518, position=102352)\nINFO [MigrationStage:1] 2019-01-03 12:27:38,737 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:38,738 Memtable.java:347 - Writing Memtable-schema_usertypes@910564783(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:38,738 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=1546518454518, position=102352)\nINFO [MigrationStage:1] 2019-01-03 12:27:39,059 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5932175d[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] 2019-01-03 12:27:39,064 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2019-01-03 12:27:39,064 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@22bb8356[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] 2019-01-03 12:27:39,070 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2019-01-03 12:27:39,109 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:39,110 Memtable.java:347 - Writing Memtable-local@761921856(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2019-01-03 12:27:39,111 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=1546518454518, position=102595)\nINFO [main] 2019-01-03 12:27:39,506 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51452 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:39,507 Memtable.java:347 - Writing Memtable-local@120374781(8.339KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2019-01-03 12:27:39,514 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=1546518454518, position=114558)\nINFO [CompactionExecutor:1] 2019-01-03 12:27:40,006 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] 2019-01-03 12:27:40,045 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2019-01-03 12:27:40,115 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2019-01-03 12:27:40,140 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] 2019-01-03 12:27:40,140 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2019-01-03 12:27:40,181 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2019-01-03 12:27:40,186 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2019-01-03 12:27:40,484 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,948 bytes to 5,766 (~96% of original) in 474ms = 0.011601MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,387 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,401 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,402 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,403 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2019-01-03 12:30:13,408 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2019-01-03 12:30:13,409 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.294Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.294Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:12.609Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:12.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1890, "offset": 1825, "size": 50}}} 2019-01-03 12:31:12,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:12,994 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:12 GMT 2019-01-03 12:31:12,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:12,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 78112 2019-01-03 12:31:12,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.057s user 0m0.000s sys 0m0.057s 2019-01-03 12:31:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:a6:db:2b inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fea6:db2b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:149597 errors:0 dropped:0 overruns:0 frame:0 TX packets:69553 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:219252795 (219.2 MB) TX bytes:12512758 (12.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:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:31:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:22 ? 00:00:00 /sbin/init root 2 0 0 12:22 ? 00:00:00 [kthreadd] root 3 2 0 12:22 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:22 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:22 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:22 ? 00:00:00 [rcu_sched] root 8 2 0 12:22 ? 00:00:00 [rcuos/0] root 9 2 0 12:22 ? 00:00:00 [rcuos/1] root 10 2 0 12:22 ? 00:00:00 [rcu_bh] root 11 2 0 12:22 ? 00:00:00 [rcuob/0] root 12 2 0 12:22 ? 00:00:00 [rcuob/1] root 13 2 0 12:22 ? 00:00:00 [migration/0] root 14 2 0 12:22 ? 00:00:00 [watchdog/0] root 15 2 0 12:22 ? 00:00:00 [watchdog/1] root 16 2 0 12:22 ? 00:00:00 [migration/1] root 17 2 0 12:22 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:22 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:22 ? 00:00:00 [khelper] root 21 2 0 12:22 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:22 ? 00:00:00 [netns] root 23 2 0 12:22 ? 00:00:00 [writeback] root 24 2 0 12:22 ? 00:00:00 [kintegrityd] root 25 2 0 12:22 ? 00:00:00 [bioset] root 27 2 0 12:22 ? 00:00:00 [kblockd] root 28 2 0 12:22 ? 00:00:00 [ata_sff] root 29 2 0 12:22 ? 00:00:00 [khubd] root 30 2 0 12:22 ? 00:00:00 [md] root 31 2 0 12:22 ? 00:00:00 [devfreq_wq] root 32 2 0 12:22 ? 00:00:00 [kworker/0:1] root 34 2 0 12:22 ? 00:00:00 [khungtaskd] root 35 2 0 12:22 ? 00:00:00 [kswapd0] root 36 2 0 12:22 ? 00:00:00 [vmstat] root 37 2 0 12:22 ? 00:00:00 [ksmd] root 38 2 0 12:22 ? 00:00:00 [khugepaged] root 39 2 0 12:22 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:22 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:22 ? 00:00:00 [crypto] root 53 2 0 12:22 ? 00:00:00 [kthrotld] root 54 2 0 12:22 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:22 ? 00:00:00 [vballoon] root 56 2 0 12:22 ? 00:00:00 [kworker/1:1] root 57 2 0 12:22 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:22 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:22 ? 00:00:00 [deferwq] root 80 2 0 12:22 ? 00:00:00 [charger_manager] root 124 2 0 12:22 ? 00:00:00 [kpsmoused] root 142 2 0 12:22 ? 00:00:00 [kworker/1:2] root 186 2 0 12:22 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:22 ? 00:00:00 [ext4-rsv-conver] root 389 1 0 12:22 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 12:22 ? 00:00:00 [kworker/u5:1] root 537 1 0 12:22 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 12:22 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 12:22 ? 00:00:00 [kauditd] message+ 899 1 0 12:22 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 12:22 ? 00:00:00 /lib/systemd/systemd-logind root 952 1 0 12:22 ? 00:00:00 upstart-file-bridge --daemon syslog 999 1 0 12:22 ? 00:00:00 rsyslogd root 1051 1 0 12:22 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 12:22 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 12:22 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 12:22 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 12:22 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 12:22 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 12:22 ? 00:00:00 cron daemon 1107 1 0 12:22 ? 00:00:00 atd root 1116 1 0 12:22 ? 00:00:00 /usr/sbin/irqbalance root 1118 1 0 12:22 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 12:22 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 12:22 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1437 2 0 12:23 ? 00:00:00 [kworker/0:2] ubuntu 1662 1 0 12:23 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_ye0pmh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_ye0pmh --logging-server-logdir=/home/ubuntu/vellum_host_ye0pmh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh%I.log --pidfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh.pid root 1663 2 0 12:23 ? 00:00:00 [kworker/u5:2] ubuntu 1777 1 0 12:23 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_ye0pmh/env/bin/diamond --configfile /home/ubuntu/vellum_host_ye0pmh/work/plugins/diamond/etc/diamond.conf ubuntu 1833 1662 0 12:25 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_ye0pmh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_ye0pmh --logging-server-logdir=/home/ubuntu/vellum_host_ye0pmh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh%I.log --pidfile=/home/ubuntu/vellum_host_ye0pmh/work/vellum_host_ye0pmh.pid ubuntu 1854 1833 0 12:25 ? 00:00:00 /home/ubuntu/vellum_host_ye0pmh/env/bin/python2.7 /home/ubuntu/vellum_host_ye0pmh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Z4eB8f ubuntu 1866 1854 0 12:25 ? 00:00:00 /bin/sh -c /tmp/YI5BP/install-vellum.sh ubuntu 1868 1866 0 12:25 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh root 6295 2 0 12:28 ? 00:00:00 [kworker/u5:0] ntp 11934 1 0 12:29 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12337 1 0 12:29 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12664 1 0 12:30 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13309 1 0 12:30 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13319 13309 0 12:30 ? 00:00:00 cpulimit -e astaire -l 10 root 13619 12664 0 12:30 ? 00:00:00 [check-monit-upt] dnsmasq 14285 1 0 12:31 ? 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 14348 1868 0 12:31 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh ubuntu 14349 14348 0 12:31 ? 00:00:00 /bin/bash -e /tmp/YI5BP/install-vellum.sh root 14350 14349 0 12:31 ? 00:00:00 sudo ps -edf root 14351 14350 0 12:31 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2019-01-03 12:31:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2019-01-03 12:31:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2019-01-03 12:31:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2019-01-03 12:31:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2019-01-03 12:31:12,998 - 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 14285/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12664/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12337/memcached tcp6 0 0 ::1:53 :::* LISTEN 14285/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 11934/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11934/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11934/ntpd udp 0 0 0.0.0.0:11486 0.0.0.0:* 571/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12337/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14285/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fea:123 :::* 11934/ntpd udp6 0 0 ::1:123 :::* 11934/ntpd udp6 0 0 :::123 :::* 11934/ntpd udp6 0 0 :::16817 :::* 571/dhclient udp6 0 0 ::1:53 :::* 14285/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11099 1662/python2.7 /tmp/cloudify-logging-server-9b6b5.socket unix 2 [ ACC ] STREAM LISTENING 1572 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12607 1854/python2.7 /tmp/ctx-GcK4Ei.socket unix 2 [ ACC ] SEQPACKET LISTENING 7549 395/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9606 1118/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9387 899/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/iotop.log /var/log/btmp /var/log/unattended-upgrades /var/log/lastlog /var/log/clearwater-config-manager /var/log/syslog /var/log/udev /var/log/dmesg /var/log/wtmp /var/log/alternatives.log /var/log/cloud-init-output.log /var/log/clearwater-cluster-manager /var/log/astaire /var/log/astaire/astaire_out.log /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_20190103T120000Z.txt /var/log/astaire/astaire_err.log /var/log/memcached.log /var/log/boot.log /var/log/dist-upgrade /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/clearwater-queue-manager /var/log/rogers /var/log/auth.log /var/log/sysstat /var/log/sysstat/clearwater-sa03 /var/log/ntpstats /var/log/monit.log /var/log/chronos /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dmesg.0 /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/upstart /var/log/upstart/astaire-throttle.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/systemd-logind.log /var/log/upstart/cryptdisks.log /var/log/upstart/clearwater-monit.log /var/log/upstart/container-detect.log /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/cloud-init.log real 0m0.008s user 0m0.000s sys 0m0.005s 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2019-01-03 12:30:17.278468199 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2019-01-03 12:31:12,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => System.err %-5level %date{HH:mm:ss,SSS} %msg%n WARN ${cassandra.logdir}/system.log ${cassandra.logdir}/system.log.%i.zip 1 20 20MB %-5level [%thread] %date{ISO8601} %F:%L - %msg%n %-5level %date{HH:mm:ss,SSS} %msg%n real 0m0.005s user 0m0.000s sys 0m0.005s 2019-01-03 12:31:13,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2019-01-03 12:31:13,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2019-01-03 12:27:32,563 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2019-01-03 12:27:32,577 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:32,673 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] 2019-01-03 12:27:32,832 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2019-01-03 12:27:32,839 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2019-01-03 12:27:32,839 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2019-01-03 12:27:33,194 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:33,214 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] 2019-01-03 12:27:33,243 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2019-01-03 12:27:33,243 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2019-01-03 12:27:33,243 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 707520(690K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74002928(72268K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2019-01-03 12:27:33,244 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16670600(16279K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2019-01-03 12:27:33,244 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] 2019-01-03 12:27:33,249 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_1546518451.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1546518451.log] INFO [main] 2019-01-03 12:27:33,308 CLibrary.java:144 - JNA mlockall successful WARN [main] 2019-01-03 12:27:33,308 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2019-01-03 12:27:33,378 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2019-01-03 12:27:33,380 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2019-01-03 12:27:33,381 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2019-01-03 12:27:33,385 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2019-01-03 12:27:33,390 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2019-01-03 12:27:33,395 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2019-01-03 12:27:33,396 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2019-01-03 12:27:33,457 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2019-01-03 12:27:34,541 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2019-01-03 12:27:34,545 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2019-01-03 12:27:34,550 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2019-01-03 12:27:34,554 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2019-01-03 12:27:34,558 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2019-01-03 12:27:34,562 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2019-01-03 12:27:34,567 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2019-01-03 12:27:34,571 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2019-01-03 12:27:34,574 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2019-01-03 12:27:34,578 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2019-01-03 12:27:34,583 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2019-01-03 12:27:34,587 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2019-01-03 12:27:34,590 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2019-01-03 12:27:34,594 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2019-01-03 12:27:34,597 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2019-01-03 12:27:34,601 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2019-01-03 12:27:34,670 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2019-01-03 12:27:34,670 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2019-01-03 12:27:34,705 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-03 12:27:34,711 Memtable.java:347 - Writing Memtable-local@2116343335(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-03 12:27:34,748 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=1546518454518, position=399) INFO [main] 2019-01-03 12:27:35,402 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2019-01-03 12:27:35,550 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2019-01-03 12:27:35,550 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2019-01-03 12:27:35,553 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2019-01-03 12:27:35,565 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2019-01-03 12:27:35,566 StorageService.java:649 - Loading persisted ring state INFO [main] 2019-01-03 12:27:35,580 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:35,592 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] 2019-01-03 12:27:35,606 SystemKeyspace.java:765 - No host ID found, created 88a81d72-6100-4d78-93c6-e4aa1836ea46 (Note: This should happen exactly once per node). INFO [main] 2019-01-03 12:27:35,608 StorageService.java:807 - Starting up server gossip INFO [main] 2019-01-03 12:27:35,610 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-03 12:27:35,611 Memtable.java:347 - Writing Memtable-local@1330799317(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-03 12:27:35,612 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=1546518454518, position=93397) INFO [main] 2019-01-03 12:27:36,415 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:36,426 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] 2019-01-03 12:27:36,453 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2019-01-03 12:27:36,470 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:36,480 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] 2019-01-03 12:27:36,489 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:36,496 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] 2019-01-03 12:27:36,505 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2019-01-03 12:27:36,507 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2019-01-03 12:27:36,514 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] 2019-01-03 12:27:36,524 StorageService.java:959 - Generated random tokens. tokens are [-5815801616708314981, 1645765792333206979, -3137786062991411223, -2090253968679765188, -3370433952000119117, 4312846118984505570, 6198112620877766246, -628555142796020674, -4071077530328351989, 798059574544862813, 467165898639696305, -2242083304459059822, 2969687733893869817, 6846510395177086127, 5733509496958903536, -1311833685165836804, 5464574967905850670, 1017334618133157017, 645674335573284068, -5160785552412315228, -330668186416603845, 7010876364182803794, -6728306142836019584, -5594211860897546010, -2654098324817415466, 2399291896996926516, 3949720483441769756, 6753860376387007739, -8742486545335435015, 168662123282407017, 2133019371194063046, 8543291124444565292, 3843361178002697072, -4235284983814163260, 5430959331899048977, 8597441441332586261, -4393878967233067077, -8174342569582111573, 2139013680041013653, -2191426015839919575, 3054970735970531854, 5109495110191647233, 1522994221834610452, -1906204453646175607, 3210300037089786798, 5215846239793240574, -2132173054160122599, -7296640092187710118, 4442324495846360238, 642645329842199331, -1013530207681919612, 3884099355873655666, 3097891748823748077, -2357575070314227744, -6803996312583564030, 5864946779147431913, -7047882956464024495, 6545513986701272639, 8378624732704607615, 318278157176553311, -2732579252857238532, 8948914106738367025, -6994916597695848742, -7648038663395689565, -6184086780024619932, 9061368576429872539, 911946433871793810, -798594308073614401, -5160022961315668737, 5061572838979991991, 5000737455705582782, 7370316984431412244, -4218784528996132571, 8953307021608452099, 4813911627033280197, 3240313689022192143, 4474637182315111217, -7996458696174915519, 4780371445743678734, 761082655401051944, 2600259254759633584, 194713939415200061, -5185001533832567209, 9134363439025291975, 2645416974479089449, 7867004428514737088, 7853963156079315992, -4967901928622196789, -1707339518549556272, 3256703371061214810, 799966378216760820, 8566292857817109389, 4845828777357723700, -732320129675448190, 3656962106823549152, -2786721874526692186, -3154231274925686482, 5293971535935849203, 4004054687964460840, 2287042283618725239, -601626665016135668, -8586936128676036347, 1197986848128879683, 5584895605031884846, 2421850912578955553, 3524350394663696544, 8628057331792378830, 1980552336414942776, 125593097092040725, -152620100527995298, -878700569649281196, -6852442430685126362, -3270784675629595739, -11254385656893904, -8872986418186951768, 1656429797405092636, 6494733961061819031, -3768070922348098032, 7808279158682086517, -6522447113271658306, -8646680722440162336, 1289548531652713739, 7379724239103662896, -802382280152261631, -9154577826864906531, -9127318436632648808, -6657842301383668317, 3854987451689002228, 5133432582572148720, 7862350912521192643, -75262175814459357, 540088994478570813, -2246827434411215022, -3059795148522386356, 2080860838719723131, 3951655025183580373, 1167195955396999039, -1453516748958531822, -1822712818355025268, -2817775643959349750, -2804460436054992378, -2282836044839783389, 7407230971979898005, -7551761484211209443, 794481668078284269, 8674632979633165321, -8716408455582293575, 3479996364796771994, -9109756623982242783, 708992141941237010, 2135000469945210937, -6339859013355921795, -4515612736672419239, -8370940171606337970, 2687862409582130434, -1196061501089328809, -1834391025663044240, -752748262391137132, -6669434180080589440, 5688347510668760361, 1213901309748307981, -7368957237420109608, 5248136048230263434, -2754599276527009431, 5599258796386229758, 6188988493676698718, -262064750346857861, 1871140786524941282, -1751098173146922564, -1647154919906028806, 8935456928274458949, -6299758786834531780, 8765930880515283109, 2889666233526156011, -996939339997291653, 7427400445707831517, 8490030148120356040, -511615106866216379, 827509862752213435, -1495181743138737265, 6388820841445856946, -558978040591563369, 8801251973312197755, -544850153398245789, 7310999499613597591, -7719255680029306494, -1761167194244542637, 9056465331695256478, -5558245247883335928, 5778127459981417530, -8823366750109445506, -3105950141264125776, -8929972477737872684, -4903048003604907439, -2832748467952828465, -5899180792417931216, 908276778382045394, -5001536925058802369, 6098633625050168261, 4152331846969254480, 8492096328588888853, -1519968053760583182, 7764656153970801872, 829771072036704755, 2422093595458201807, -6776449094527796570, -3487473873506722603, 1610550085150614946, 7481928820577742118, 5542087892995236693, 8653579513731693669, 3502048820893686051, -5673415453257409403, -8959809108259912195, 6269903693644604961, -1470480017957652006, 7660083126820837682, 1227604049323680701, 6843288832080854372, 3070948233489089359, 8799494063423755828, 1112811622959559471, -2500749276389553888, 4053580073726552888, 7078545367365970323, 7703509500686816526, -9059389190264907111, -6268757000722284298, 8468721417238461905, -3421192801823874641, -9093940762836698729, 3412238876226918330, -2390085247850617058, -7190361001101880030, -1765544496045203511, -3780958383883667736, 439179241720650252, -8293810708467913539, -888693177696669883, 72514939382035175, 8349860166967912735, -3774702685726605280, 3148381974599054649, 3444333734800125151, -1701827370997615450, 8974108596079641608, 7576638274490866401, 2447806335593255536, -3280654371304638122, 8667749281254607047, -5909587060847340430, 1319043972916220411, -5299248929566609384, 644938919766720512, 1166405767998262414, 3463318262011546852] INFO [main] 2019-01-03 12:27:36,533 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@741aeb30[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@2da1418b[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@22915e25} INFO [MigrationStage:1] 2019-01-03 12:27:36,580 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-03 12:27:36,582 Memtable.java:347 - Writing Memtable-schema_keyspaces@98525534(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-03 12:27:36,583 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=1546518454518, position=102352) INFO [MigrationStage:1] 2019-01-03 12:27:36,953 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-03 12:27:36,954 Memtable.java:347 - Writing Memtable-schema_columnfamilies@990453040(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-03 12:27:36,963 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=1546518454518, position=102352) INFO [MigrationStage:1] 2019-01-03 12:27:37,457 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-03 12:27:37,458 Memtable.java:347 - Writing Memtable-schema_columns@1571062209(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-03 12:27:37,474 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=1546518454518, position=102352) INFO [MigrationStage:1] 2019-01-03 12:27:38,322 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-03 12:27:38,323 Memtable.java:347 - Writing Memtable-schema_triggers@719548186(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-03 12:27:38,324 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=1546518454518, position=102352) INFO [MigrationStage:1] 2019-01-03 12:27:38,737 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-03 12:27:38,738 Memtable.java:347 - Writing Memtable-schema_usertypes@910564783(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-03 12:27:38,738 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=1546518454518, position=102352) INFO [MigrationStage:1] 2019-01-03 12:27:39,059 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5932175d[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] 2019-01-03 12:27:39,064 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2019-01-03 12:27:39,064 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@22bb8356[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] 2019-01-03 12:27:39,070 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2019-01-03 12:27:39,109 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2019-01-03 12:27:39,110 Memtable.java:347 - Writing Memtable-local@761921856(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2019-01-03 12:27:39,111 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=1546518454518, position=102595) INFO [main] 2019-01-03 12:27:39,506 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51452 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2019-01-03 12:27:39,507 Memtable.java:347 - Writing Memtable-local@120374781(8.339KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2019-01-03 12:27:39,514 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=1546518454518, position=114558) INFO [CompactionExecutor:1] 2019-01-03 12:27:40,006 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] 2019-01-03 12:27:40,045 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2019-01-03 12:27:40,115 Server.java:155 - Netty using native Epoll event loop INFO [main] 2019-01-03 12:27:40,140 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] 2019-01-03 12:27:40,140 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2019-01-03 12:27:40,181 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2019-01-03 12:27:40,186 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2019-01-03 12:27:40,484 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,948 bytes to 5,766 (~96% of original) in 474ms = 0.011601MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,387 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,401 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,402 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2019-01-03 12:30:11,403 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2019-01-03 12:30:13,408 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2019-01-03 12:30:13,409 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.006s user 0m0.000s sys 0m0.005s 2019-01-03 12:31:13,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.004s sys 0m0.002s 2019-01-03 12:31:13,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:31:13,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:13,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:13,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:13,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:13 GMT 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:13,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:18,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:18,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:18,410 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:18,410 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:13.306Z", "message": "Execution done (return_code=0): /tmp/YI5BP/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:13.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:13.306Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:13.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "1edea51f-abe6-4af3-981c-82377b57e5f8"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:13.730Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:13.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:13.730Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:13.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:13.730Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:13.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:14.435Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:14.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:14.435Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/UK1A1/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:14.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:14.435Z", "message": "Executing: /tmp/UK1A1/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:14.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:15.456Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:15.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:15.456Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:15.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:15.456Z", "message": "[vellum] 192.168.120.7", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:15.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:15.456Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:15.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1902, "offset": 1844, "size": 50}}} 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:18 GMT 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:18,411 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6264 2019-01-03 12:31:18,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:18,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YI5BP/install-vellum.sh 2019-01-03 12:31:18,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/UK1A1/start-vellum.sh 2019-01-03 12:31:18,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UK1A1/start-vellum.sh 2019-01-03 12:31:18,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2019-01-03 12:31:18,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2019-01-03 12:31:18,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.7 2019-01-03 12:31:18,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:31:18,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:18,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:18,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:18 GMT 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:18,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:23,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:23,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:23,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1902, "offset": 1856, "size": 50}}} 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:23 GMT 2019-01-03 12:31:23,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:23,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:31:23,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:23,561 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:23,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:23,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:23 GMT 2019-01-03 12:31:23,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:23,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:23,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:28,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:28,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:25.612Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:25.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1903, "offset": 1856, "size": 50}}} 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:28,712 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:28 GMT 2019-01-03 12:31:28,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:28,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:31:28,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:28,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:31:28,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:28,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:28 GMT 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:28,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:33,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:33,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:33,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1903, "offset": 1857, "size": 50}}} 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:33,869 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:33 GMT 2019-01-03 12:31:33,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:33,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:31:33,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:33,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:33,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:33,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:33,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:33,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:33 GMT 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:33,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:38,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:39,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:35.847Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:35.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1904, "offset": 1857, "size": 50}}} 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:39 GMT 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:31:39,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:39,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:31:39,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:39,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:39,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:39,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:39,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:39 GMT 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:39,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:44,074 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:44,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:44,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1858, "size": 50}}} 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:44 GMT 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:44,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:31:44,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:44,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:44,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:44 GMT 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:44,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:49,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:49,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:49,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:49,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:46.084Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:46.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1905, "offset": 1858, "size": 50}}} 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:49 GMT 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:49,315 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:31:49,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:49,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:31:49,316 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:49,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:49 GMT 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:49,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:54,393 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:54,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1905, "offset": 1859, "size": 50}}} 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:54 GMT 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:54,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:54,540 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:54,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:54,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:54,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:54,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:54 GMT 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:54,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:59,547 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:59,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:31:56.320Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:31:56.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1906, "offset": 1859, "size": 50}}} 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:59 GMT 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:31:59,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:31:59,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:31:59,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:31:59,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:31:59 GMT 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:31:59,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:04,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:04,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1906, "offset": 1860, "size": 50}}} 2019-01-03 12:32:04,777 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:04,778 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:04 GMT 2019-01-03 12:32:04,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:04,778 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:04,778 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:04,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:04,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:04,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:04,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:04,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:04 GMT 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:04,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:09,851 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:09,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:06.556Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:06.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1907, "offset": 1860, "size": 50}}} 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:09 GMT 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:32:09,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:09,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:32:09,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:09,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:09 GMT 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:09,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:15,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:15,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:15,080 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1907, "offset": 1861, "size": 50}}} 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:15 GMT 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:15,081 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:15,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:15,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:15,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:15,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:15 GMT 2019-01-03 12:32:15,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:15,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:15,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:20,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:20,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:16.791Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:16.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1908, "offset": 1861, "size": 50}}} 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:20,258 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:20 GMT 2019-01-03 12:32:20,259 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:20,259 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:32:20,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:20,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:32:20,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:20,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:20,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:20,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:20,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:20 GMT 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:20,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:25,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:25,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:25,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:25,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:25,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:25,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1908, "offset": 1862, "size": 50}}} 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:25 GMT 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:25,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:25,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:25,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:25,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:25,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:25,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:25,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:25 GMT 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:25,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:30,521 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:30,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:27.026Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:27.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1909, "offset": 1862, "size": 50}}} 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:30 GMT 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:32:30,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:30,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:32:30,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:30,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:30,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:30,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:30,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:30 GMT 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:30,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:35,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:35,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:35,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1909, "offset": 1863, "size": 50}}} 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:35 GMT 2019-01-03 12:32:35,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:35,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:35,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:35,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:35,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:35,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:35,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:35,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:35 GMT 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:35,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:40,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:40,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:37.261Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:37.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1910, "offset": 1863, "size": 50}}} 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:40,943 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:40 GMT 2019-01-03 12:32:40,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:40,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:32:40,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:32:40,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:41,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:41,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:41,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:41,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:41,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:41 GMT 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:41,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:46,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:46,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:46,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:46,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:46,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:46,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1910, "offset": 1864, "size": 50}}} 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:46 GMT 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:46,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:46,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:46,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:46,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:46,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:46,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:46,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:46 GMT 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:46,171 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:51,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:51,263 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:47.495Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:47.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1911, "offset": 1864, "size": 50}}} 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:51,264 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:51 GMT 2019-01-03 12:32:51,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:51,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:32:51,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:51,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:32:51,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:51,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:51 GMT 2019-01-03 12:32:51,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:51,352 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:51,352 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:56,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:56,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1865, "size": 50}}} 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:56 GMT 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:32:56,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:32:56,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:32:56,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:32:56,535 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:32:56 GMT 2019-01-03 12:32:56,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:32:56,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:32:56,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:01,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:01,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:01,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:01,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:32:57.729Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:32:57.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1912, "offset": 1865, "size": 50}}} 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:01 GMT 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:01,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:01,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:01,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:01,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:01,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:01,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:01 GMT 2019-01-03 12:33:01,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:01,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:01,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:06,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:06,771 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1866, "size": 50}}} 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:06 GMT 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:06,772 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:06,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:06,839 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:06 GMT 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:06,840 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:11,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:11,929 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:07.964Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:07.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1913, "offset": 1866, "size": 50}}} 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:11 GMT 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:11,930 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:11,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:11,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:11,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:11,994 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:11 GMT 2019-01-03 12:33:11,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:11,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:11,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:17,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1913, "offset": 1867, "size": 50}}} 2019-01-03 12:33:17,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:17,086 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:17 GMT 2019-01-03 12:33:17,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:17,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:17,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:17,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:17,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:17,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:17,151 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:17,151 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:17 GMT 2019-01-03 12:33:17,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:17,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:17,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:22,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:22,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:22,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:22,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:22,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:18.202Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:18.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1914, "offset": 1867, "size": 50}}} 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:22 GMT 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:22,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:22,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:22,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:22,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:22,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:22,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:22,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:22,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:22 GMT 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:22,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:27,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:27,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:27,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:27,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:27,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1868, "size": 50}}} 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:27 GMT 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:27,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:27,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:27,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:27,700 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:27 GMT 2019-01-03 12:33:27,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:27,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:27,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:32,706 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:32,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:28.435Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:28.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1915, "offset": 1868, "size": 50}}} 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:32,791 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:32 GMT 2019-01-03 12:33:32,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:32,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:32,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:32,792 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:32,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:32,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:32,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:32 GMT 2019-01-03 12:33:32,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:32,858 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:32,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:37,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:37,944 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1915, "offset": 1869, "size": 50}}} 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:37 GMT 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:37,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:38,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:38,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:38,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:38 GMT 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:38,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:38,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:43,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:43,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:43,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:38.668Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:38.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1916, "offset": 1869, "size": 50}}} 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:43 GMT 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:43,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:43,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:43,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:43,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:43,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:43,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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:43 GMT 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:43,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:48,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:48,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:48,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:48,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:48,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:48,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1870, "size": 50}}} 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:48 GMT 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:48,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:48,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:48,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:48 GMT 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:48,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:53,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:48.902Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:48.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1917, "offset": 1870, "size": 50}}} 2019-01-03 12:33:53,541 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:53,542 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:53 GMT 2019-01-03 12:33:53,542 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:53,542 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:33:53,542 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:53,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:33:53,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:53,623 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:53,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:53 GMT 2019-01-03 12:33:53,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:53,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:53,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:58,630 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:33:58,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:58,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1871, "size": 50}}} 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:58 GMT 2019-01-03 12:33:58,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:58,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:33:58,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:33:58,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:33:58,874 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:33:58,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:33:58,875 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:33:58 GMT 2019-01-03 12:33:58,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:33:58,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:33:58,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:03,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:34:03,984 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:33:59.138Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:33:59.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1918, "offset": 1871, "size": 50}}} 2019-01-03 12:34:03,985 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:03,986 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:03 GMT 2019-01-03 12:34:03,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:03,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:34:03,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:03,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:34:03,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:34:04,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:34:04,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:04,058 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:04 GMT 2019-01-03 12:34:04,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:04,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:34:04,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:09,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:34:09,168 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:09,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:09,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:09,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1872, "size": 50}}} 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:09 GMT 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2019-01-03 12:34:09,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:09,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:34:09,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:09,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:09,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:09 GMT 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:34:09,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:14,309 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:14,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:09.373Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:09.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}], "metadata": {"pagination": {"total": 1919, "offset": 1872, "size": 50}}} 2019-01-03 12:34:14,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:14,413 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:14 GMT 2019-01-03 12:34:14,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:14,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2019-01-03 12:34:14,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:14,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2019-01-03 12:34:14,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:34:14,506 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:14,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:14,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:14,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:14,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:14 GMT 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:34:14,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:19,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:34:19,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:19,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:19.406Z", "message": "Execution done (return_code=0): /tmp/UK1A1/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:19.406Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "f513a97b-9e11-472c-8b1a-4498e6af38b4"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:19.702Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:19.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1920, "offset": 1873, "size": 50}}} 2019-01-03 12:34:19,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:19,744 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:19 GMT 2019-01-03 12:34:19,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:19,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1125 2019-01-03 12:34:19,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:19,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UK1A1/start-vellum.sh 2019-01-03 12:34:19,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:34:19,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:19,813 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:34:19,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:19,814 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:19 GMT 2019-01-03 12:34:19,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:19,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2019-01-03 12:34:19,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:24,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:34:24,924 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:24,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:24,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:20.480Z", "message": "Downloaded scripts/bind/bind.py to /tmp/U7FIP/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:20.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:20.793Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:20.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:20.793Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:20.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {u'vellum_5yec8i': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-5yec8i'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "[localhost] run: sudo mv /tmp/tmp6tTwKR /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "[localhost] run: sudo mv /tmp/tmphQXEVk /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "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": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.709Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602", "logger": "a8ef9556-a24b-4b6e-9106-e0d2265876a9"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.802Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:34:21.802Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:34:21.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 1938, "offset": 1875, "size": 50}}} 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:24,925 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:24 GMT 2019-01-03 12:34:24,926 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:24,926 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9531 2019-01-03 12:34:24,926 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:24,926 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/U7FIP/bind.py 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {u'vellum_5yec8i': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'vellum-5yec8i'}}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:34:24,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6tTwKR /etc/bind/db.clearwater.opnfv 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphQXEVk /etc/bind/db.clearwater.local 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:34:24,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:34:24,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:34:24,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2019-01-03 12:34:24,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:34:24,929 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c7ea77a3-98f2-4896-bbe0-73fea9654602 2019-01-03 12:34:25,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:25,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:25,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:25,011 - 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": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"} 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:25 GMT 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2019-01-03 12:34:25,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:25,012 - 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'2019-01-03T12:19:13.696Z', 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'c7ea77a3-98f2-4896-bbe0-73fea9654602'} 2019-01-03 12:34:25,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2019-01-03 12:34:25,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:34:25,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.200", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:34:25 GMT 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:34:25,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2019-01-03 12:34:25,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:34:25,087 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.205 2019-01-03 12:34:25,183 - 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'} 2019-01-03 12:34:25,250 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2019-01-03 12:34:25,251 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2019-01-03 12:34:25,309 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:34:25,310 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2019-01-03 12:34:50,410 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:34:50,411 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2019-01-03 12:35:15,512 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:35:15,512 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2019-01-03 12:35:40,596 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:35:40,596 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2019-01-03 12:36:05,842 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:36:05,843 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2019-01-03 12:36:30,923 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:36:30,923 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2019-01-03 12:36:56,027 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:36:56,027 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2019-01-03 12:37:21,116 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:37:21,116 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2019-01-03 12:37:46,239 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:37:46,239 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2019-01-03 12:38:11,343 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2019-01-03 12:38:11,343 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2019-01-03 12:38:36,594 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550329@clearwater.opnfv', u'sip_username': u'6505550329', u'formatted_number': u'(650) 555-0329', u'number': u'6505550329', u'sip_uri': u'sip:6505550329@clearwater.opnfv', u'number_id': u'a68b593bacf64182979f4e8ce9974ba2', u'sip_password': u'cvQ5m3Zwm', u'pstn': False} 2019-01-03 12:38:36,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2019-01-03 12:38:36,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:38:36,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:38:36,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:38:36,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:38:36,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:38:36,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.200", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:38:36 GMT 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2019-01-03 12:38:36,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:38:36,675 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2019-01-03 12:38:36,676 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2019-01-03 12:38:36,699 - 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' 2019-01-03 12:38:36,700 - 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'' 2019-01-03 12:40:49,502 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550817, 6505550846) Passed Basic Call - SDP (TCP) - (6505550373, 6505550070) Passed Basic Call - Tel URIs (TCP) - (6505550405, 6505550900) Passed Basic Call - Unknown number (TCP) - (6505550474, 6505550777) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550449, 6505550710) Passed Basic Call - Messages - Pager model (TCP) - (6505550238, 6505550821) Passed Basic Call - Pracks (TCP) - (6505550556, 6505550749) Passed Basic Registration (TCP) - (6505550080) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550113, 6505550755) Passed Call Barring - Outbound Rejection (TCP) - (6505550025, 6505550518) 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) - (6505550603, 6505550804) 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) - (6505550107, 6505550365, 6505550985) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550438, 6505550581, 6505550534) Passed Call Diversion - Not reachable (408) (TCP) - (6505550061, 6505550106, 6505550910) Passed Call Diversion - Not reachable (503) (TCP) - (6505550430, 6505550262, 6505550558) Passed Call Diversion - Not reachable (500) (TCP) - (6505550259, 6505550048, 6505550483) Passed Call Diversion - Busy (TCP) - (6505550813, 6505550240, 6505550470) Passed Call Diversion - Unconditional (TCP) - (6505550949, 6505550606, 6505550125) Passed Call Diversion - No answer (TCP) - (6505550355, 6505550925, 6505550001) Passed Call Diversion - Bad target URI (TCP) - (6505550827, 6505550928) Passed Call Diversion - Audio-only call (TCP) - (6505550078, 6505550547, 6505550892, 6505550119) Passed Call Diversion - Audio-video call (TCP) - (6505550025, 6505550274, 6505550817, 6505550958) Passed Call Waiting - Accepted (TCP) - (6505550385, 6505550112, 6505550438) Passed Call Waiting - Cancelled (TCP) - (6505550623, 6505550851, 6505550702) Passed CANCEL - Mainline (TCP) - (6505550303, 6505550198) Passed Filtering - Accept-Contact (TCP) - (6505550526, 6505550538) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550096, 6505550561) Passed Filtering - Accept-Contact no match (TCP) - (6505550262, 6505550173) Passed Filtering - Accept-Contact negated match (TCP) - (6505550303, 6505550271) Passed Filtering - RFC3841 example (TCP) - (6505550216, 6505550201) Passed Filtering - Reject-Contact no match (TCP) - (6505550869, 6505550372) Passed Filtering - Reject-Contact match (TCP) - (6505550337, 6505550477) 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) - (6505550188) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550117) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550753) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550084) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550007, 6505550449) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550092, 6505550034) Passed GRUU - Call - only GRUU as target (TCP) - (6505550428, 6505550472) Passed GRUU - Call - AoR as target (TCP) - (6505550734, 6505550354) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550970, 6505550425) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550691, 6505550884) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550034, 6505550136) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550964, 6505550707) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550680, 6505550771) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550262, 6505550691) 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) - (6505550883) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550684) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550365) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550888, 6505550338) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550060, 6505550413) 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 2019-01-03 12:40:49,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2019-01-03 12:40:49,614 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 12:40:49,614 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 27:60 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-03 12:40:49,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2019-01-03 12:40:49,618 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2019-01-03 12:40:49,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:49,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:49,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:49,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:36.772Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6d380d77-d547-4592-8a9d-08a9cbb5925c"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:19:13.696Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "c7ea77a3-98f2-4896-bbe0-73fea9654602"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:49 GMT 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2019-01-03 12:40:49,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:40:49,703 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2019-01-03 12:40:49,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:49,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:49,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:49,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2019-01-03 12:40:49,886 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:49 GMT 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:40:49,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:40:49,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:40:49,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:49,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:49,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:49,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:49 GMT 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 12:40:49,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:40:49,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:40:50,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:50,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:50,038 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:50 GMT 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:50,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:40:50,039 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:40:55,044 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:40:55,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:55,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:50.523Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:50.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_1i1yyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:51.544Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:51.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_1i1yyz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.004Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.282Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/J5D5K/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "37506a0a-c37f-4b2b-8406-40280cec5797"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "bdcddcf9-0c2b-45b1-8002-e90683d1eb4c"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/C90W7/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "c19786f9-aeb7-42b9-a328-8f1b267900b8"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/P8J7D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "671cfe39-dc25-403f-a999-37a7b7b4c502"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Execution done (return_code=1): /tmp/XX49V/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "bdcddcf9-0c2b-45b1-8002-e90683d1eb4c"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/C90W7/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "c19786f9-aeb7-42b9-a328-8f1b267900b8"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/XX49V/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "bdcddcf9-0c2b-45b1-8002-e90683d1eb4c"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/O2DF4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4b41788e-ab79-426a-bc79-cfc012a0e31a"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7c1eac01-94b0-4b18-8f14-daa2a589ef28"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Execution done (return_code=1): /tmp/P8J7D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "671cfe39-dc25-403f-a999-37a7b7b4c502"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/J5D5K/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "37506a0a-c37f-4b2b-8406-40280cec5797"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/XX49V/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "bdcddcf9-0c2b-45b1-8002-e90683d1eb4c"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/O2DF4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4b41788e-ab79-426a-bc79-cfc012a0e31a"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Execution done (return_code=1): /tmp/O08W0/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7c1eac01-94b0-4b18-8f14-daa2a589ef28"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "671cfe39-dc25-403f-a999-37a7b7b4c502"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4b41788e-ab79-426a-bc79-cfc012a0e31a"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "c19786f9-aeb7-42b9-a328-8f1b267900b8"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/O08W0/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7c1eac01-94b0-4b18-8f14-daa2a589ef28"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Execution done (return_code=1): /tmp/C90W7/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "c19786f9-aeb7-42b9-a328-8f1b267900b8"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/P8J7D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "671cfe39-dc25-403f-a999-37a7b7b4c502"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "37506a0a-c37f-4b2b-8406-40280cec5797"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:52.829Z", "message": "Executing: /tmp/O08W0/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:52.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7c1eac01-94b0-4b18-8f14-daa2a589ef28"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:53.097Z", "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_p91c5i/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_p91c5i/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_p91c5i/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": "2019-01-03T12:40:53.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:53.097Z", "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_3jc8f8/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_3jc8f8/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_3jc8f8/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": "2019-01-03T12:40:53.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:53.097Z", "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_md4669/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_md4669/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_md4669/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": "2019-01-03T12:40:53.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:53.097Z", "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_ye0pmh/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_ye0pmh/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_ye0pmh/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": "2019-01-03T12:40:53.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:53.856Z", "message": "Downloaded scripts/bind/bind.py to /tmp/UVYJK/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:53.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.124Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.124Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}], "metadata": {"pagination": {"total": 83, "offset": 0, "size": 50}}} 2019-01-03 12:40:55,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:55,122 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:55 GMT 2019-01-03 12:40:55,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:55,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30448 2019-01-03 12:40:55,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:40:55,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2019-01-03 12:40:55,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/J5D5K/stop-bono.sh 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2019-01-03 12:40:55,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/C90W7/stop-vellum.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/P8J7D/stop-ellis.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/XX49V/stop-homer.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/C90W7/stop-vellum.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/XX49V/stop-homer.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/O2DF4/stop-sprout.sh 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2019-01-03 12:40:55,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/P8J7D/stop-ellis.sh 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/J5D5K/stop-bono.sh 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XX49V/stop-homer.sh 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/O2DF4/stop-sprout.sh 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/O08W0/stop-dime.sh 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2019-01-03 12:40:55,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/O08W0/stop-dime.sh 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/C90W7/stop-vellum.sh 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/P8J7D/stop-ellis.sh 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/O08W0/stop-dime.sh 2019-01-03 12:40:55,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2019-01-03 12:40:55,130 - 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" 2019-01-03 12:40:55,130 - 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" 2019-01-03 12:40:55,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2019-01-03 12:40:55,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/UVYJK/bind.py 2019-01-03 12:40:55,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:40:55,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:40:55,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:40:55,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:40:55,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:40:55,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:40:55,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:40:55,192 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:40:55 GMT 2019-01-03 12:40:55,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:40:55,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:40:55,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:00,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:00,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:00,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:00,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "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": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "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": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo mv /tmp/tmpyJCGu8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Downloaded scripts/bind/bind.py to /tmp/ME5YX/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MKC5M/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo mv /tmp/tmpGz5P_h /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo mv /tmp/tmpJkcFXD /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "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": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:54.871Z", "message": "[localhost] run: sudo mv /tmp/tmpoGyojn /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:54.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.140Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo mv /tmp/tmpHFckaf /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo mv /tmp/tmpBvqPgz /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f1d65bf8-8b81-487b-b12d-5fe8743f4ee9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo mv /tmp/tmpRDaa9h /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "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": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "18e55f61-dd8a-4580-b4ac-28d7269d598f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4744fc5e-ad8c-4d34-9162-e437ac3494d1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:55.885Z", "message": "[localhost] run: sudo mv /tmp/tmpfpTTVr /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:55.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "424cb3cd-3543-4b77-aac8-c7e412b067e1"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 157, "offset": 50, "size": 50}}} 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:00 GMT 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:00,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31272 2019-01-03 12:41:00,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:00,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:41:00,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:41:00,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyJCGu8 /etc/bind/db.clearwater.local 2019-01-03 12:41:00,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/ME5YX/bind.py 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MKC5M/bind.py 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGz5P_h /etc/bind/db.clearwater.local 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJkcFXD /etc/bind/db.clearwater.local 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {u'ellis_ivby59': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.9', u'name': u'ellis-ivby59'}}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpoGyojn /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:00,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHFckaf /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBvqPgz /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRDaa9h /etc/bind/db.clearwater.local 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:41:00,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:41:00,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {u'homer_io3bl6': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-io3bl6'}}, u'ellis': {}, u'dime': {u'dime_1i1yyz': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'dime-1i1yyz'}}, u'sprout': {u'sprout_fm7orv': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-fm7orv'}}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:41:00,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:41:00,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfpTTVr /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:00,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:00,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:00,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:00,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:00,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:00,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:00,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:00,354 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:00 GMT 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:00,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:05,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_1i1yyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.173Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "6ca3eff0-1526-4615-bc35-00f1795ea124"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Executing: /tmp/ZTVRI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "97b8d666-cba2-4841-a654-0415b9deb9fe"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZTVRI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "97b8d666-cba2-4841-a654-0415b9deb9fe"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Execution done (return_code=1): /tmp/O2DF4/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "4b41788e-ab79-426a-bc79-cfc012a0e31a"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Executing: /tmp/UKILS/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "6ca3eff0-1526-4615-bc35-00f1795ea124"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0216f4da-593e-4513-94af-608dd66b99b9"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/TW26K/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0216f4da-593e-4513-94af-608dd66b99b9"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9bac5908-48d5-4656-b0c2-0a040efd7b3f"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/UKILS/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "6ca3eff0-1526-4615-bc35-00f1795ea124"}, {"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "97b8d666-cba2-4841-a654-0415b9deb9fe"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/Y5WO8/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9bac5908-48d5-4656-b0c2-0a040efd7b3f"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Executing: /tmp/TW26K/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0216f4da-593e-4513-94af-608dd66b99b9"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:56.907Z", "message": "Executing: /tmp/Y5WO8/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:56.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9bac5908-48d5-4656-b0c2-0a040efd7b3f"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.194Z", "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_j82738/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_j82738/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_j82738/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": "2019-01-03T12:40:57.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.194Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:57.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.194Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:57.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.915Z", "message": "Downloaded scripts/bind/bind.py to /tmp/V3PF9/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:57.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.915Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:57.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:57.915Z", "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": "2019-01-03T12:40:57.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:58.707Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:58.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "[localhost] run: sudo mv /tmp/tmpx68VJt /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "[localhost] run: sudo mv /tmp/tmpv7Av9n /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.026Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f11f3c94-6a27-420f-b69e-85f834b44c24"}, {"node_instance_id": "sprout_fm7orv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.237Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.237Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:40:59.237Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:40:59.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:00.036Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:00.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9430f247-336e-474f-96f1-e986add4e400"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:00.036Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/75UWK/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:00.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9430f247-336e-474f-96f1-e986add4e400"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:00.036Z", "message": "Executing: /tmp/75UWK/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:00.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9430f247-336e-474f-96f1-e986add4e400"}, {"node_instance_id": "ellis_ivby59", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:00.823Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:00.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_ivby59", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:01.051Z", "message": "Execution done (return_code=0): /tmp/UKILS/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:01.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "6ca3eff0-1526-4615-bc35-00f1795ea124"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:02.250Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:02.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:02.250Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:02.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 169, "offset": 100, "size": 50}}} 2019-01-03 12:41:05,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:05,454 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:05 GMT 2019-01-03 12:41:05,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:05,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28088 2019-01-03 12:41:05,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:05,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:05,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZTVRI/remove-cluster-node.sh 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZTVRI/remove-cluster-node.sh 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/O2DF4/stop-sprout.sh 2019-01-03 12:41:05,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UKILS/remove-cluster-node.sh 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/TW26K/remove-cluster-node.sh 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/UKILS/remove-cluster-node.sh 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/Y5WO8/remove-cluster-node.sh 2019-01-03 12:41:05,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TW26K/remove-cluster-node.sh 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Y5WO8/remove-cluster-node.sh 2019-01-03 12:41:05,459 - 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" 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/V3PF9/bind.py 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:41:05,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpx68VJt /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_6m5l0e': {u'public_address': u'172.30.9.212', u'private_address': u'192.168.120.10', u'name': u'bono-6m5l0e'}}}, 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.12', u'hss_hostname': u''}. 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:41:05,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpv7Av9n /etc/bind/db.clearwater.local 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:41:05,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/75UWK/remove-cluster-node.sh 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/75UWK/remove-cluster-node.sh 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UKILS/remove-cluster-node.sh 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:05,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:41:05,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:05,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:05,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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:05,556 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:05 GMT 2019-01-03 12:41:05,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:05,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:05,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:10,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:10,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:10,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:10,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:10,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:10,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:02.250Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:02.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:03.940Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:03.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:04.263Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:04.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:04.263Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:04.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:05.275Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:05.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:05.275Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:05.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:05.275Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:05.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:05.275Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:05.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:05.527Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:05.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Stopping Agent ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:06.061Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:06.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "dime_1i1yyz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:07.081Z", "message": "Execution done (return_code=0): /tmp/Y5WO8/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:07.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9bac5908-48d5-4656-b0c2-0a040efd7b3f"}, {"node_instance_id": "dime_1i1yyz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:07.214Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:07.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_io3bl6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:08.102Z", "message": "Execution done (return_code=0): /tmp/TW26K/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:08.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0216f4da-593e-4513-94af-608dd66b99b9"}, {"node_instance_id": "homer_io3bl6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:08.361Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:08.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:09.381Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:09.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:10.092Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:10.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:10.283Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_3jc8f8 stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:10.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:10.283Z", "message": "Successfully stopped daemon: ellis_host_3jc8f8\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:10.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "72d66bb0-a1e6-4439-bbfd-42c79c696fd8"}], "metadata": {"pagination": {"total": 192, "offset": 150, "size": 50}}} 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:10 GMT 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16286 2019-01-03 12:41:10,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:10,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:10,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:10,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_3jc8f8 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Y5WO8/remove-cluster-node.sh 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:10,699 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TW26K/remove-cluster-node.sh 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:41:10,700 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:41:10,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:10,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:41:10,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_3jc8f8 stop 2019-01-03 12:41:10,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_3jc8f8 2019-01-03 12:41:10,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:11,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:11,048 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:11 GMT 2019-01-03 12:41:11,048 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:11,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:11,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:16,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:16,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:10.646Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:10.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.403Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:11.504Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:11.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Deleting Agent ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.335Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.449Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.449Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.449Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:12.449Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:12.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Stopping Agent homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Successfully deleted daemon: ellis_host_3jc8f8", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a5667993-aafa-47df-b087-e755fd171cd6"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:13.577Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:13.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:14.780Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:14.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.538Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Stopping Agent dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}], "metadata": {"pagination": {"total": 246, "offset": 181, "size": 50}}} 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:16 GMT 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26869 2019-01-03 12:41:16,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:16,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_3jc8f8 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:41:16,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_md4669 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_3jc8f8 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:16,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_p91c5i 2019-01-03 12:41:16,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:16,424 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:16,425 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:16,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:16,425 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:16 GMT 2019-01-03 12:41:16,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:16,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:16,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:21,430 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:21,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.780Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.828Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.828Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:15.828Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:15.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:16.827Z", "message": "Execution done (return_code=0): /tmp/75UWK/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:16.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9430f247-336e-474f-96f1-e986add4e400"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:16.840Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:16.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:16.840Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:16.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_fm7orv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:16.840Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:16.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.846Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_md4669 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.846Z", "message": "Successfully stopped daemon: homer_host_md4669\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.846Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d36801d2-1d53-4a89-ade3-89213cf9512f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:17.856Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:17.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Deleting Agent homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.864Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:18.981Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:18.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:19.870Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:19.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.202Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Successfully stopped daemon: dime_host_p91c5i\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "fe504f0b-eca9-4fa3-ae0a-65a639c21572"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Successfully deleted daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Stopping Agent sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}], "metadata": {"pagination": {"total": 301, "offset": 231, "size": 50}}} 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:21 GMT 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26615 2019-01-03 12:41:21,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:21,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/75UWK/remove-cluster-node.sh 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:41:21,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_md4669 stop 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_md4669 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:41:21,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_md4669 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:21,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_p91c5i 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:41:21,523 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_md4669 2019-01-03 12:41:21,524 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_j82738 2019-01-03 12:41:21,525 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:21,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:21,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:21,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:21,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:21,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:21,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:21,605 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:21 GMT 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:21,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:26,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:26,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.876Z", "message": "Successfully deleted daemon: homer_host_md4669", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d829795b-9a84-47f4-a82e-bd6b7eb6fc75"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:20.951Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:20.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Deleting Agent dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:21.887Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:21.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.176Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.441Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.909Z", "message": "Successfully deleted daemon: dime_host_p91c5i", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.909Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "99c8e362-4544-4d3d-ac28-905f7b016dbe"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:23.968Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:23.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:25.103Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:25.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:25.397Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:25.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:25.971Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_j82738 stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:25.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:25.971Z", "message": "Successfully stopped daemon: sprout_host_j82738\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:25.971Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "8e595a28-fd9e-4279-b808-5f377b0df58c"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.027Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.027Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.027Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 330, "offset": 281, "size": 50}}} 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:26 GMT 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19109 2019-01-03 12:41:26,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:26,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_md4669 2019-01-03 12:41:26,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_p91c5i 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_p91c5i 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:41:26,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:41:26,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:41:26,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_j82738 stop 2019-01-03 12:41:26,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_j82738 2019-01-03 12:41:26,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:41:26,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:26,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:26,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:26,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:26,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:26,812 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:26 GMT 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:26,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:31,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:31,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Deleting Agent sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:26.983Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:26.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:27.033Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:27.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:28.081Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:28.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:28.081Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:28.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:28.085Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:28.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:28.085Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:28.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:29.365Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:29.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:29.871Z", "message": "Successfully deleted daemon: sprout_host_j82738", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:29.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3e316f1c-dd1d-49a0-9fb4-3943373f2ad8"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:30.103Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:30.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:30.103Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:30.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:30.103Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:30.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:30.103Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:30.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:30.103Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:30.103Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:31.123Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:31.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:31.123Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:31.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:31.123Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:31.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 355, "offset": 317, "size": 50}}} 2019-01-03 12:41:31,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:31,927 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:31 GMT 2019-01-03 12:41:31,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:31,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13399 2019-01-03 12:41:31,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:31,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_j82738 2019-01-03 12:41:31,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,928 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:41:31,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_j82738 2019-01-03 12:41:31,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:31,932 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:31,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:31,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:31,994 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:31 GMT 2019-01-03 12:41:31,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:31,995 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:31,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:37,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:37,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:37,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:32.134Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:32.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:32.134Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:32.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:32.134Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:32.134Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:33.695Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:33.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:34.340Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:34.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:34.340Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:34.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:34.340Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:34.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:35.347Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:35.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:35.347Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:35.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:35.347Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:35.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:35.609Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:35.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7e9a60e3-d089-4c97-8d94-6e6ae8dc9d8d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:36.360Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:36.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 367, "offset": 342, "size": 50}}} 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:37 GMT 2019-01-03 12:41:37,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:37,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6163 2019-01-03 12:41:37,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:37,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:41:37,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:37,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:41:37,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:41:37,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:37,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:37,195 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:37,195 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:37,195 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:37,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:37,196 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:37 GMT 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:37,196 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:42,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:42,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:42,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:42,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.390Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95c8b4f5-ed95-4134-bcb5-66ad6df85d2e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:37.422Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:37.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_host_3jc8f8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:38.925Z", "message": "Waiting for server \"71d7759c-92b0-43b1-af38-e918a7e5f6b2\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:38.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "7e9a60e3-d089-4c97-8d94-6e6ae8dc9d8d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:39.710Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:39.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:39.949Z", "message": "Waiting for server \"8bfef2b4-5bac-46e6-8d61-a79477bbe675\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:39.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95c8b4f5-ed95-4134-bcb5-66ad6df85d2e"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:40.764Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:40.764Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:40.764Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:41.038Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:41.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0acf8049-8c8c-44ac-b7af-cdef9482fdc2"}], "metadata": {"pagination": {"total": 381, "offset": 354, "size": 50}}} 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:42 GMT 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7274 2019-01-03 12:41:42,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:41:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:42,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "71d7759c-92b0-43b1-af38-e918a7e5f6b2" to be deleted. current status: SHUTOFF 2019-01-03 12:41:42,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:42,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "8bfef2b4-5bac-46e6-8d61-a79477bbe675" to be deleted. current status: SHUTOFF 2019-01-03 12:41:42,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:42,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:41:42,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:41:42,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:41:42,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:42,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:42,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:42,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:42,343 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:42 GMT 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:42,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:42,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:47,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:47,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:47,428 - 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": "2019-01-03T12:41:42.704Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:42.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:42.807Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:42.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:42.807Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:42.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:42.991Z", "message": "Waiting for server \"1910db46-bb04-471c-b515-016fa4a94691\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:42.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "0acf8049-8c8c-44ac-b7af-cdef9482fdc2"}, {"node_instance_id": "ellis_host_3jc8f8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:43.839Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:43.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:44.915Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:44.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_security_group_nyb5by", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:45.565Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:45.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f731c021-f533-467b-8235-cb651b9c044c"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:45.986Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:45.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_host_md4669", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:45.986Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:45.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "ellis_floatingip_rmt14a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:46.048Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:46.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "155cecc8-e7e6-4193-9eee-ce8261e7557a"}, {"node_instance_id": "ellis_security_group_nyb5by", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:46.993Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:46.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 399, "offset": 368, "size": 50}}} 2019-01-03 12:41:47,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:47,429 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:47 GMT 2019-01-03 12:41:47,429 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:47,429 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9298 2019-01-03 12:41:47,429 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:47,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:47,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:47,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:47,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1910db46-bb04-471c-b515-016fa4a94691" to be deleted. current status: SHUTOFF 2019-01-03 12:41:47,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:41:47,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:41:47,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-03 12:41:47,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:41:47,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:47,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:47,500 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:47,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:47,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:47,501 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:47 GMT 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:47,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:52,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:52,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_floatingip_rmt14a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:48.009Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:48.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:48.009Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:48.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:48.009Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:48.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:48.009Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:48.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_security_group_x7k8hb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:48.086Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:48.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "aff18869-8643-442a-aff3-c0b78886ab18"}, {"node_instance_id": "sprout_host_j82738", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_host_p91c5i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "homer_security_group_x7k8hb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.028Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:49.709Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:49.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "188c83f6-b393-4f1a-b39f-d2905bef5140"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:50.049Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:50.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_host_j82738", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:50.049Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:50.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:50.049Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:50.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:50.049Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:50.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "dime_security_group_rhftp0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:50.271Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:50.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "5c2c5926-2c35-4830-9341-88dd24214353"}, {"node_instance_id": "dime_security_group_rhftp0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:51.065Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:51.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 417, "offset": 386, "size": 50}}} 2019-01-03 12:41:52,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:52,583 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:52 GMT 2019-01-03 12:41:52,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:52,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9312 2019-01-03 12:41:52,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:52,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-03 12:41:52,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:52,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:41:52,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:41:52,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:41:52,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:52,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:52,651 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:52 GMT 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:52,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:57,657 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:58,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_j82738", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:52.796Z", "message": "Waiting for server \"c97fa2ce-fa6a-44b4-94d9-118cae316cc5\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:52.796Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "188c83f6-b393-4f1a-b39f-d2905bef5140"}], "metadata": {"pagination": {"total": 418, "offset": 404, "size": 50}}} 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:58 GMT 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2019-01-03 12:41:58,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:41:58,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c97fa2ce-fa6a-44b4-94d9-118cae316cc5" to be deleted. current status: SHUTOFF 2019-01-03 12:41:58,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:41:58,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:41:58,207 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:41:58,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:41:58,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:41:58,208 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:41:58 GMT 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:41:58,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:03,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:03,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:03,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:03,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:03,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_j82738", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:41:59.004Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:41:59.004Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:00.074Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:00.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:01.088Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:01.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:01.088Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:01.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:01.088Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:01.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "sprout_security_group_np1lq2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:01.106Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:01.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "d363e157-51a9-4262-90c0-32284d12cfcd"}, {"node_instance_id": "sprout_security_group_np1lq2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:02.098Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:02.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 425, "offset": 405, "size": 50}}} 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:03 GMT 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2019-01-03 12:42:03,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:03,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:42:03,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:42:03,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:42:03,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:42:03,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:42:03,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:42:03,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:42:03,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:03,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:03,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:03,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:03,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:03,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:03,366 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:03 GMT 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:03,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:08,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:08,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:08,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:08,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:08,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:08,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:08 GMT 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:08,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:08,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:08,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:08,540 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:08 GMT 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:08,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:13,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:13,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:13,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:13,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:13,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:13 GMT 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:13,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:13,618 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:13,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:13,685 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:13 GMT 2019-01-03 12:42:13,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:13,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:13,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:18,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:18,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:18 GMT 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:18,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:18,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:18,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:18,865 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:18 GMT 2019-01-03 12:42:18,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:18,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:18,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:23,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:23,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:23,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:23,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:23,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:23 GMT 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:23,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:23,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:24,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:24,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:24,031 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:24 GMT 2019-01-03 12:42:24,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:24,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:24,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:29,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:29,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:29,201 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:29,201 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:29,201 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:29 GMT 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:29,202 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:29,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:29,273 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:29,274 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:29,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:29,274 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:29 GMT 2019-01-03 12:42:29,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:29,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:29,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:34,279 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:34,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:34,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:34 GMT 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:34,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:34,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:34,454 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:34,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:34,455 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:34 GMT 2019-01-03 12:42:34,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:34,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:34,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:39,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:39,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:39,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:39,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:39 GMT 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:39,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:39,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:39,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:39,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:39,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:39,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:39,626 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:39 GMT 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:39,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:44,632 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:44,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:44,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 412, "size": 50}}} 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:44 GMT 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:44,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:42:44,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:44,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:44,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:44,770 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:44 GMT 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:44,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:49,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:49,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_5yec8i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:48.025Z", "message": "Execution done (return_code=0): /tmp/ZTVRI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:48.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "97b8d666-cba2-4841-a654-0415b9deb9fe"}, {"node_instance_id": "vellum_5yec8i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:48.139Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:48.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:49.207Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:49.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:49.207Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:49.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:49.207Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:49.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 430, "offset": 412, "size": 50}}} 2019-01-03 12:42:49,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:49,851 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:49 GMT 2019-01-03 12:42:49,851 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:49,851 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2608 2019-01-03 12:42:49,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:49,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZTVRI/remove-cluster-node.sh 2019-01-03 12:42:49,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:42:49,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:42:49,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:42:49,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:42:49,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:49,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:49,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:49,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:49,918 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:49 GMT 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:49,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:54,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:42:55,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:55,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:55,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:55,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:52.380Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:52.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.218Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.218Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.218Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.218Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.218Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:53.812Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:53.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.238Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Stopping Agent vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:54.297Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:54.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}], "metadata": {"pagination": {"total": 447, "offset": 417, "size": 50}}} 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:54 GMT 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9204 2019-01-03 12:42:55,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:42:55,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:42:55,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:42:55,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:42:55,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_ye0pmh 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:42:55,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:42:55,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:42:55,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:42:55,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:42:55,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:42:55,069 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:42:55 GMT 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:42:55,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:00,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:00,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:58.433Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:58.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:58.714Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:58.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:59.393Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:59.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:59.393Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:59.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:59.393Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:59.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:59.443Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_ye0pmh stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:59.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:42:59.443Z", "message": "Successfully stopped daemon: vellum_host_ye0pmh\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:42:59.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a209826d-fff3-4436-97bc-25be97502073"}], "metadata": {"pagination": {"total": 454, "offset": 434, "size": 50}}} 2019-01-03 12:43:00,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:00,147 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:00 GMT 2019-01-03 12:43:00,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:00,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3772 2019-01-03 12:43:00,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:00,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:43:00,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:43:00,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:43:00,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:43:00,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:43:00,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_ye0pmh stop 2019-01-03 12:43:00,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_ye0pmh 2019-01-03 12:43:00,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:00,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:00,206 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:00,206 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:00 GMT 2019-01-03 12:43:00,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:00,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:00,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:05,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:05,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Deleting Agent vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:00.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:00.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:01.536Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:01.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:01.965Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:01.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:02.438Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:02.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:02.438Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:02.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:02.488Z", "message": "Successfully deleted daemon: vellum_host_ye0pmh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:02.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:02.488Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:02.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a9579c84-e73f-4954-8a25-81065a3f4b18"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:04.386Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:04.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 471, "offset": 441, "size": 50}}} 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:05 GMT 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9291 2019-01-03 12:43:05,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_ye0pmh 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:43:05,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:43:05,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:43:05,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_ye0pmh 2019-01-03 12:43:05,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:43:05,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:43:05,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:05,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:05,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:05,355 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:05 GMT 2019-01-03 12:43:05,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:05,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:05,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:10,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:05.450Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:05.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:05.450Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:05.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:09.874Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:09.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 474, "offset": 458, "size": 50}}} 2019-01-03 12:43:10,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:10,433 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:10 GMT 2019-01-03 12:43:10,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:10,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2019-01-03 12:43:10,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:10,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:10,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:10,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:10,501 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:10,501 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:10,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:10,502 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:10 GMT 2019-01-03 12:43:10,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:10,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:10,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:15,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:15,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:10.464Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:10.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:10.464Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:10.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:15.276Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:15.276Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 477, "offset": 461, "size": 50}}} 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:15 GMT 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2019-01-03 12:43:15,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:15,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:15,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:43:15,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:15,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:15,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:15,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:15,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:15,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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:15 GMT 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:15,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:20,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:20,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:16.464Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:16.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9b57ef66-a431-4045-8888-4048027eab8c"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:16.474Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:16.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:16.474Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:16.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:16.474Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:16.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_host_ye0pmh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:18.578Z", "message": "Waiting for server \"3952f8b3-5e3d-4fec-9b4a-7948f81a9fea\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:18.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9b57ef66-a431-4045-8888-4048027eab8c"}], "metadata": {"pagination": {"total": 482, "offset": 464, "size": 50}}} 2019-01-03 12:43:20,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:20,744 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:20 GMT 2019-01-03 12:43:20,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:20,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2662 2019-01-03 12:43:20,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:20,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:43:20,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:43:20,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:43:20,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:43:20,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3952f8b3-5e3d-4fec-9b4a-7948f81a9fea" to be deleted. current status: SHUTOFF 2019-01-03 12:43:20,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:20,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:20,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:20,805 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:20 GMT 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:20,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:20,806 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:25,811 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:25,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_ye0pmh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:23.845Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:23.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:24.519Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:24.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:25.531Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:25.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:25.531Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:25.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_security_group_4smukw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:25.531Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:25.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "vellum_security_group_4smukw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:25.714Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:25.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "6f8c6893-36b9-4807-9c1f-1416f9188519"}], "metadata": {"pagination": {"total": 488, "offset": 469, "size": 50}}} 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:25 GMT 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3154 2019-01-03 12:43:25,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:25,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:43:25,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:43:25,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:43:25,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:43:25,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:43:25,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:43:25,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:25,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:25,946 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:25 GMT 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:25,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:30,951 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:31,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:31,028 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_4smukw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:26.616Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:26.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 489, "offset": 475, "size": 50}}} 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:31,029 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:31 GMT 2019-01-03 12:43:31,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:31,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 623 2019-01-03 12:43:31,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:31,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:43:31,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:31,096 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:31,096 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:31,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:31,097 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:31 GMT 2019-01-03 12:43:31,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:31,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:31,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:36,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:36,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:36,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:36,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 476, "size": 50}}} 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:36 GMT 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:36,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:43:36,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:36,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:36,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:36,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:36,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:36,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:36,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:36,248 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:36 GMT 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:36,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:41,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:41,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:41,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:41,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 476, "size": 50}}} 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:41 GMT 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:41,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:43:41,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:41,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:41,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:41,405 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:41,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:41,405 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:41 GMT 2019-01-03 12:43:41,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:41,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:41,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:46,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:46,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 476, "size": 50}}} 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:46 GMT 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:46,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:46,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:46,547 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:46,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:46,548 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:46 GMT 2019-01-03 12:43:46,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:46,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:46,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:51,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:51,623 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:51,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:51,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:51,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:51,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 476, "size": 50}}} 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:51 GMT 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:43:51,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:51,625 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:51,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:51,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:51,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:51,695 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:51 GMT 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:51,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:56,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:43:56,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:56,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:56,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:56,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:52.616Z", "message": "Execution done (return_code=124): /tmp/J5D5K/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:52.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "37506a0a-c37f-4b2b-8406-40280cec5797"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:52.814Z", "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_qeim60/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_qeim60/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_qeim60/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": "2019-01-03T12:43:52.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:53.613Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:53.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:53.613Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:53.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:53.835Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3WGU1/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:53.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:53.835Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:53.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "[localhost] run: sudo mv /tmp/tmpHLavva /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "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": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "[localhost] run: sudo mv /tmp/tmpuNabWB /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "The config dict: {'public_ip': u'172.30.9.200', '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.12', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.507Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1e66e2e5-ab96-4f7e-8d70-ea18fc929158"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:54.629Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:54.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:55.523Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/N9L9G/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:55.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2447cb41-2d62-467f-a43b-e85cd62925ed"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:55.523Z", "message": "Executing: /tmp/N9L9G/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:55.523Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2447cb41-2d62-467f-a43b-e85cd62925ed"}, {"node_instance_id": "bono_6m5l0e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:55.643Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:55.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:55.643Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:55.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:55.643Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:55.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:43:56.534Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:43:56.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2447cb41-2d62-467f-a43b-e85cd62925ed"}], "metadata": {"pagination": {"total": 513, "offset": 476, "size": 50}}} 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:56 GMT 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13307 2019-01-03 12:43:56,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:43:56,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/J5D5K/stop-bono.sh 2019-01-03 12:43:56,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2019-01-03 12:43:56,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:43:56,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3WGU1/bind.py 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2019-01-03 12:43:56,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHLavva /etc/bind/db.clearwater.local 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuNabWB /etc/bind/db.clearwater.opnfv 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', '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.12', u'hss_hostname': u''}. 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2019-01-03 12:43:56,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/N9L9G/remove-cluster-node.sh 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/N9L9G/remove-cluster-node.sh 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2019-01-03 12:43:56,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2019-01-03 12:43:56,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:43:56,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:43:56,851 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:43:56,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:43:56,852 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:43:56 GMT 2019-01-03 12:43:56,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:43:56,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:43:56,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:01,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:01,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 499, "size": 50}}} 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:01 GMT 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:01,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:02,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:02,026 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:02,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:02,027 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:02 GMT 2019-01-03 12:44:02,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:02,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:02,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:07,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:07,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 499, "size": 50}}} 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:07,122 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:07 GMT 2019-01-03 12:44:07,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:07,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:44:07,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:07,123 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:07,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:07,198 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:07,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:07,199 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:07 GMT 2019-01-03 12:44:07,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:07,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:07,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:12,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:12,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_6m5l0e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:11.833Z", "message": "Execution done (return_code=2): /tmp/N9L9G/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:11.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2447cb41-2d62-467f-a43b-e85cd62925ed"}, {"node_instance_id": "bono_6m5l0e", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:11.951Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 2989fe55b1536fd6: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.12:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 2989fe55b1536fd6: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.12:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout\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_qeim60/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_qeim60/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_qeim60/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 2989fe55b1536fd6: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.12:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2019-01-03T12:44:11.951Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 515, "offset": 499, "size": 50}}} 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:12 GMT 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:12,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2974 2019-01-03 12:44:12,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:12,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/N9L9G/remove-cluster-node.sh 2019-01-03 12:44:12,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 2989fe55b1536fd6: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.12:4000 has no leader ; error #1: client: etcd member http://192.168.120.10:4000 has no leader ; error #2: client: endpoint http://192.168.120.7:4000 exceeded header timeout 2019-01-03 12:44:12,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:12,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:12,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:12,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:12,373 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:12,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:12,374 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:12 GMT 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:12,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:17,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:17,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_l0mynd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:12.663Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:12.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:12.663Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:12.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_y01yfx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:13.674Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:13.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_node_l0mynd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:13.674Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:13.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_y01yfx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:13.674Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:13.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:13.674Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:13.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:13.674Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:13.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:14.684Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:14.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:15.696Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:15.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.041Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Stopping Agent bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.567Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.710Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.710Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.710Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:16.710Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:16.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 552, "offset": 501, "size": 50}}} 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:17 GMT 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18847 2019-01-03 12:44:17,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:17,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:17,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:17,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:17,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_qeim60 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:17,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:17,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:44:17,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:17,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:17,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:17,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:17,548 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:17,548 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:17 GMT 2019-01-03 12:44:17,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:17,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:17,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:22,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:22,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Stopping Agent bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:17.589Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:17.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:20.612Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:20.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:20.828Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:20.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_1v481v stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Successfully stopped daemon: bono_host_qeim60\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Successfully stopped daemon: bind_host_1v481v\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "95095437-966f-4aa2-aa0c-68e9d159b424"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.606Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_qeim60 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "a2440d99-bc86-4072-a4a2-5ae8c84e8ea0"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:21.753Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:21.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 580, "offset": 538, "size": 50}}} 2019-01-03 12:44:22,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:22,624 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:22 GMT 2019-01-03 12:44:22,624 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:22,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15103 2019-01-03 12:44:22,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_1v481v 2019-01-03 12:44:22,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:44:22,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_1v481v stop 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_qeim60 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_1v481v 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_qeim60 stop 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:44:22,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:22,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:22,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:22,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:22,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:22,697 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:22,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:22,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:22,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:22,698 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:22 GMT 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:22,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:27,704 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:27,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:27,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:27,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Deleting Agent bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Deleting Agent bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:22.622Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:22.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:23.646Z", "message": "Successfully deleted daemon: bono_host_qeim60", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:23.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:23.646Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:23.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:23.646Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:23.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "25645db6-8698-4786-8775-024d4ac33d27"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:23.990Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:23.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.661Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.661Z", "message": "Successfully deleted daemon: bind_host_1v481v", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.661Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "e5ef17f2-eb15-43ed-911f-2d92c63b3306"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5973)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5973)", "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_lsjjb1/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_lsjjb1/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_lsjjb1/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_lsjjb1/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_lsjjb1/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=5973)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:24.765Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:24.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:25.802Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:25.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:25.802Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:25.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:25.802Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:25.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:25.802Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:25.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:25.986Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:25.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Stopping Agent proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.693Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.869Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.869Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:26.869Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:26.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 628, "offset": 566, "size": 50}}} 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:27 GMT 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:27,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26964 2019-01-03 12:44:27,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:27,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_qeim60 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_1v481v 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_qeim60 2019-01-03 12:44:27,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_1v481v 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:27,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5973) 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:44:27,849 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_lsjjb1 2019-01-03 12:44:27,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:27,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:27,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:27,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:44:27,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:27,917 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:27,918 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:27,918 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:27,918 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:27 GMT 2019-01-03 12:44:27,918 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:27,918 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:27,918 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:32,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:33,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:33,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:27.950Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:27.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:27.950Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:27.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:27.950Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:27.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.556Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.705Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_lsjjb1 stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.705Z", "message": "Successfully stopped daemon: proxy_host_lsjjb1\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "2b390176-8997-406f-a6bf-07d3246f4c99"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.765Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.961Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:30.961Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:30.961Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Deleting Agent proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.719Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:31.977Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:31.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 648, "offset": 614, "size": 50}}} 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:33 GMT 2019-01-03 12:44:33,068 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:33,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10818 2019-01-03 12:44:33,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:33,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:33,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_lsjjb1 stop 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_lsjjb1 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2019-01-03 12:44:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_lsjjb1 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2019-01-03 12:44:33,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:33,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:33,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:33,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:33,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:33 GMT 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:33,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:38,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:38,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:38,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:38,617 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:38,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:38,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:38,618 - 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": "2019-01-03T12:44:33.044Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.665Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.733Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.733Z", "message": "Successfully deleted daemon: proxy_host_lsjjb1", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "794b0bd1-94e4-4d61-845c-c287558eb614"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.991Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.991Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:33.991Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:33.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:35.021Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:35.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:35.021Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:35.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:35.021Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:35.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:36.336Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:36.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:37.031Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:37.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:37.730Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:37.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "962a8c69-fdd8-4451-b82c-027ae1bf9ad3"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:38.066Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:38.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:38.066Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:38.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 665, "offset": 634, "size": 50}}} 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:38 GMT 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7737 2019-01-03 12:44:38,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:38,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:38,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2019-01-03 12:44:38,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2019-01-03 12:44:38,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_lsjjb1 2019-01-03 12:44:38,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2019-01-03 12:44:38,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2019-01-03 12:44:38,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:38,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:44:38,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:44:38,621 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:44:38,621 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:38,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:38,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:38,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:38,690 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:38 GMT 2019-01-03 12:44:38,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:38,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:38,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:43,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:43,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:43,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:43,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:39.328Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:39.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:39.328Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:39.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:39.328Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:39.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:40.068Z", "message": "Waiting for server \"cbc51e56-28ce-4587-99f2-6c119f27b780\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:40.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "962a8c69-fdd8-4451-b82c-027ae1bf9ad3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:43.460Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:43.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 673, "offset": 649, "size": 50}}} 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:43 GMT 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2739 2019-01-03 12:44:43,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:43,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:43,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:43,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:43,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbc51e56-28ce-4587-99f2-6c119f27b780" to be deleted. current status: ACTIVE 2019-01-03 12:44:43,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:43,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:43,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:43,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:43,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:43,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:43,861 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:43 GMT 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:43,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:48,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:48,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.396Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.396Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:44.929Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:44.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "27ecf8a9-d716-4e02-b2d9-2555ecc9bf01"}, {"node_instance_id": "bind_host_1v481v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:46.710Z", "message": "Waiting for server \"4f30bc95-5c3f-454b-9c39-c1deb2e83839\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:46.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "27ecf8a9-d716-4e02-b2d9-2555ecc9bf01"}, {"node_instance_id": "proxy_host_lsjjb1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:46.710Z", "message": "Waiting for server \"cbc51e56-28ce-4587-99f2-6c119f27b780\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:46.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "962a8c69-fdd8-4451-b82c-027ae1bf9ad3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:48.452Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:48.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 683, "offset": 654, "size": 50}}} 2019-01-03 12:44:48,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:48,946 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:48 GMT 2019-01-03 12:44:48,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:48,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5299 2019-01-03 12:44:48,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:48,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:48,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:44:48,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "4f30bc95-5c3f-454b-9c39-c1deb2e83839" to be deleted. current status: SHUTOFF 2019-01-03 12:44:48,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cbc51e56-28ce-4587-99f2-6c119f27b780" to be deleted. current status: ACTIVE 2019-01-03 12:44:48,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2019-01-03 12:44:48,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:49,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:49,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:49,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:49,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:49,020 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:49 GMT 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:49,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:54,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:54,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qeim60", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:49.415Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:49.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:49.415Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:49.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:49.415Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:49.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:49.797Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:49.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "68fc73ab-75cb-4cb3-bc79-775fec64b90a"}, {"node_instance_id": "proxy_host_lsjjb1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:51.042Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:51.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:51.674Z", "message": "Waiting for server \"86a904a0-cd00-426d-b88e-98944d71a42d\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:51.674Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "68fc73ab-75cb-4cb3-bc79-775fec64b90a"}, {"node_instance_id": "bind_host_1v481v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:52.427Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:52.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_security_group_bahy1j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.502Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_security_group_bahy1j", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:53.946Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:53.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "3544a7ae-783c-416a-a669-130aed17a637"}], "metadata": {"pagination": {"total": 699, "offset": 664, "size": 50}}} 2019-01-03 12:44:54,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:54,172 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:54 GMT 2019-01-03 12:44:54,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:54,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8160 2019-01-03 12:44:54,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:44:54,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "86a904a0-cd00-426d-b88e-98944d71a42d" to be deleted. current status: SHUTOFF 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:44:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:44:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-03 12:44:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:44:54,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:54,250 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:54,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:54,251 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:54 GMT 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:54,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:54,252 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:59,257 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:44:59,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_bahy1j", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:54.773Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:54.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bind_floatingip_be526z", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:54.804Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:54.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "ea9c6c9b-5b2a-413c-bb23-95b90eaa3091"}, {"node_instance_id": "bind_floatingip_be526z", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:55.527Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:55.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_host_qeim60", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:56.904Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:56.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:58.536Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:58.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:58.536Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:58.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:58.536Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:58.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:58.536Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:58.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:44:58.536Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:44:58.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 708, "offset": 680, "size": 50}}} 2019-01-03 12:44:59,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:59,482 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:59 GMT 2019-01-03 12:44:59,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:59,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4502 2019-01-03 12:44:59,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:44:59,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:59,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:59,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:59,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2019-01-03 12:44:59,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:44:59,549 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:44:59,550 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:44:59,550 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:44:59,551 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:44:59 GMT 2019-01-03 12:44:59,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:44:59,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2019-01-03 12:44:59,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:45:04,556 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2019-01-03 12:45:04,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:45:04,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:45:04,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_cjv8ia", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.132Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:00.966Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:00.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "keypair_cjv8ia", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:01.848Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:01.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1581748f-2ad7-443b-b2d3-fd90b5448fbd"}, {"node_instance_id": "base_security_group_f8ax7y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:01.878Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:01.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "f2871ef7-35eb-49db-91e2-263e683fdf3d"}, {"node_instance_id": "keypair_cjv8ia", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:02.115Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:02.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:02.896Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9da942ef-b510-4aa9-a637-ab9e1102fe09"}, {"node_instance_id": "bono_security_group_25jsoz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:02.896Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "9a5aabc0-8ce7-4855-bd4c-dc6e46c3c67f"}, {"node_instance_id": "bono_floatingip_rr01sd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:02.896Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596", "logger": "1a8735c7-95e6-47f2-91be-a69f3d1e5e4a"}, {"node_instance_id": "base_security_group_f8ax7y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:03.131Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:03.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "internal_sip_security_group_pdq0lv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:03.131Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:03.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_security_group_25jsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:03.131Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:03.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:04.154Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:04.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}, {"node_instance_id": "bono_floatingip_rr01sd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2019-01-03T12:45:04.154Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T12:45:04.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"}], "metadata": {"pagination": {"total": 734, "offset": 689, "size": 50}}} 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:45:04 GMT 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:45:04,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13501 2019-01-03 12:45:04,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:45:04,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:45:04,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2019-01-03 12:45:04,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:45:04,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2019-01-03 12:45:04,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-03 12:45:04,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/6c46bd6f-6260-42e5-b00d-c1d468eeb596 2019-01-03 12:45:04,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:45:04,720 - 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": "2019-01-03T12:40:49.788Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "6c46bd6f-6260-42e5-b00d-c1d468eeb596"} 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:45:04,720 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:45:04 GMT 2019-01-03 12:45:04,721 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:45:04,721 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2019-01-03 12:45:04,721 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:45:04,721 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv 2019-01-03 12:45:05,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:45:05,446 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "abb37faa-7114-4b7d-bf5e-eb9b2cb967c8", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "bono_cluster_size": 1, "flavor_id": "e1edd1c6-db66-4665-b716-977d96bb517a", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:35.465Z", "updated_at": "2019-01-03T12:18:35.465Z", "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"]}}}} 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:45:05,447 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:45:05 GMT 2019-01-03 12:45:05,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:45:05,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2019-01-03 12:45:05,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:45:05,448 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv 2019-01-03 12:45:05,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:45:05,612 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 12:45:05,613 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:18:27.309Z", "updated_at": "2019-01-03T12:18:27.309Z", "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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2019-01-03 12:45:05,615 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:45:05,615 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:45:05 GMT 2019-01-03 12:45:05,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:45:05,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2019-01-03 12:45:05,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:45:05,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 12:45:05,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:07,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c771d3ee-8399-441d-8b19-580d65062091 Date: Thu, 03 Jan 2019 12:45:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:45:07,532 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8 used request id req-c771d3ee-8399-441d-8b19-580d65062091 2019-01-03 12:45:07,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.89464688301s 2019-01-03 12:45:07,533 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/abb37faa-7114-4b7d-bf5e-eb9b2cb967c8 used request id req-c771d3ee-8399-441d-8b19-580d65062091 2019-01-03 12:45:07,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:45:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:07,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c729e37a-8e04-41dd-a306-00d7af702844 x-compute-request-id: req-c729e37a-8e04-41dd-a306-00d7af702844 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "name": "cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e1edd1c6-db66-4665-b716-977d96bb517a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "e1edd1c6-db66-4665-b716-977d96bb517a", "name": "cloudify_ims-flavor_alt_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:45:07,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c729e37a-8e04-41dd-a306-00d7af702844 2019-01-03 12:45:07,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.185509204865s 2019-01-03 12:45:07,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c729e37a-8e04-41dd-a306-00d7af702844 2019-01-03 12:45:07,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 12:45:07,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:07,888 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e1b1f32-d159-470d-af8b-df45f8dc90eb x-compute-request-id: req-9e1b1f32-d159-470d-af8b-df45f8dc90eb Content-Length: 0 Content-Type: application/json 2019-01-03 12:45:07,888 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a used request id req-9e1b1f32-d159-470d-af8b-df45f8dc90eb 2019-01-03 12:45:07,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.166032075882s 2019-01-03 12:45:07,888 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e1edd1c6-db66-4665-b716-977d96bb517a used request id req-9e1b1f32-d159-470d-af8b-df45f8dc90eb 2019-01-03 12:45:07,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 12:45:07,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/38a85a86-b619-44ee-a5e1-7900962b2cfc.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:08,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b04faaa-d9ee-457a-bbd1-fc21ab8657e6 Content-Length: 0 Date: Thu, 03 Jan 2019 12:45:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:08,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/38a85a86-b619-44ee-a5e1-7900962b2cfc.json used request id req-7b04faaa-d9ee-457a-bbd1-fc21ab8657e6 2019-01-03 12:45:08,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.931702136993s 2019-01-03 12:45:08,823 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/38a85a86-b619-44ee-a5e1-7900962b2cfc.json used request id req-7b04faaa-d9ee-457a-bbd1-fc21ab8657e6 2019-01-03 12:45:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:45:08,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:08,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f1311cf7-2619-4fd9-9073-f03a02c45048 Date: Thu, 03 Jan 2019 12:45:08 GMT RESP BODY: {"floatingips": []} 2019-01-03 12:45:08,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1311cf7-2619-4fd9-9073-f03a02c45048 2019-01-03 12:45:08,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.164869070053s 2019-01-03 12:45:08,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f1311cf7-2619-4fd9-9073-f03a02c45048 2019-01-03 12:45:08,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 12:45:08,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:09,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:45:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31729f2e-c67f-4eb9-a445-c09db7ddd121 x-compute-request-id: req-31729f2e-c67f-4eb9-a445-c09db7ddd121 Content-Type: application/json 2019-01-03 12:45:09,358 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-31729f2e-c67f-4eb9-a445-c09db7ddd121 2019-01-03 12:45:09,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.364192008972s 2019-01-03 12:45:09,358 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a used request id req-31729f2e-c67f-4eb9-a445-c09db7ddd121 2019-01-03 12:45:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:45:09,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:10,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45: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-b1e48c07-eb14-4b34-8f42-1c1c7e1704de x-compute-request-id: req-b1e48c07-eb14-4b34-8f42-1c1c7e1704de Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:99:63", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:99:63", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:17:20.000000", "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:45:09Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:45:10,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1e48c07-eb14-4b34-8f42-1c1c7e1704de 2019-01-03 12:45:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773296833038s 2019-01-03 12:45:10,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b1e48c07-eb14-4b34-8f42-1c1c7e1704de 2019-01-03 12:45:10,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:45:12,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:45:12,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:12,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45: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-bcf0cc15-e744-4c6b-94a6-5c00515574d5 x-compute-request-id: req-bcf0cc15-e744-4c6b-94a6-5c00515574d5 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:99:63", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/66bd8022-4c3c-4367-bb40-ef717ac1721a", "rel": "bookmark"}], "image": {"id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "links": [{"href": "http://172.30.9.28:8774/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:17:20.000000", "flavor": {"id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "links": [{"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}]}, "id": "66bd8022-4c3c-4367-bb40-ef717ac1721a", "security_groups": [{"name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}], "user_id": "6733d783684f46b8b4c93ae370b01869", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:45:09Z", "hostId": "68a71feb192726c95dfd33fa06ed36c839d63f15eafce2f490cdbd32", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "name": "cloudify_ims-vm_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "created": "2019-01-03T12:14:48Z", "tenant_id": "304f3867167e49e994d7d0e875999477", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:45:12,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bcf0cc15-e744-4c6b-94a6-5c00515574d5 2019-01-03 12:45:12,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.787472009659s 2019-01-03 12:45:12,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-bcf0cc15-e744-4c6b-94a6-5c00515574d5 2019-01-03 12:45:12,926 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:45:14,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:45:14,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:15,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e34c4738-f261-457e-a875-fab85f1b9070 x-compute-request-id: req-e34c4738-f261-457e-a875-fab85f1b9070 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 12:45:15,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e34c4738-f261-457e-a875-fab85f1b9070 2019-01-03 12:45:15,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0879549980164s 2019-01-03 12:45:15,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-e34c4738-f261-457e-a875-fab85f1b9070 2019-01-03 12:45:15,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:45:15,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:15,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-52c62e8a-c75a-4044-9f26-3273e859422d Date: Thu, 03 Jan 2019 12:45:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:18:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:18:24Z", "revision_number": 0, "id": "629eefb7-6b31-4e6d-85b3-f259e833bf01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:18:24Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 5, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:14:42Z", "updated_at": "2019-01-03T12:14:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "1051e5fd-e49a-4bfe-bd93-26983dc8af64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:43Z", "revision_number": 0, "id": "17fdcead-b85e-4e58-bbfb-883f45307322", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:43Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "3f76d9f9-2016-4564-a997-7fc8c9832f9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:14:42Z", "revision_number": 0, "id": "56ff70a9-9639-45f7-ae38-ba2f299c4105", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:42Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "6528cd8e-204e-4e4d-8fb5-b961a8f52b87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 443, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:14:44Z", "revision_number": 0, "id": "93174181-6714-4b2a-9170-653ac8e5749e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:44Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 80, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-03T12:14:45Z", "revision_number": 0, "id": "9ecee093-4705-45d6-8bc7-57a724cea2f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-03T12:14:45Z", "revision_number": 0, "id": "ea62e438-3c2c-4bfc-a661-2b48aa30f404", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:14:45Z", "security_group_id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 8, "project_id": "304f3867167e49e994d7d0e875999477", "id": "f2c1c127-375a-46fc-b19d-f73a442e61c6", "name": "cloudify_ims-sg_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:45:15,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-52c62e8a-c75a-4044-9f26-3273e859422d 2019-01-03 12:45:15,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.210901021957s 2019-01-03 12:45:15,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-52c62e8a-c75a-4044-9f26-3273e859422d 2019-01-03 12:45:15,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 12:45:15,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/f2c1c127-375a-46fc-b19d-f73a442e61c6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:15,560 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b934810-281d-49d0-89d4-e52d2e1b50cf Content-Length: 0 Date: Thu, 03 Jan 2019 12:45:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:15,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f2c1c127-375a-46fc-b19d-f73a442e61c6.json used request id req-0b934810-281d-49d0-89d4-e52d2e1b50cf 2019-01-03 12:45:15,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.324182987213s 2019-01-03 12:45:15,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/f2c1c127-375a-46fc-b19d-f73a442e61c6.json used request id req-0b934810-281d-49d0-89d4-e52d2e1b50cf 2019-01-03 12:45:15,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-03 12:45:15,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:15,608 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12: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-672602b2-0e56-4db8-86b2-1f7f067c6d89 x-compute-request-id: req-672602b2-0e56-4db8-86b2-1f7f067c6d89 Content-Length: 0 Content-Type: application/json 2019-01-03 12:45:15,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7 used request id req-672602b2-0e56-4db8-86b2-1f7f067c6d89 2019-01-03 12:45:15,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0471031665802s 2019-01-03 12:45:15,608 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/cloudify_ims-kp_0a2acdb6-31d8-4193-bc53-836d1bfa36a7 used request id req-672602b2-0e56-4db8-86b2-1f7f067c6d89 2019-01-03 12:45:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 12:45:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" -d '{"subnet_id": "c10703f1-b9db-428c-8783-4447136869c6"}' 2019-01-03 12:45:17,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1235a0a-58f6-4556-acd5-2b8c2ccb590d Date: Thu, 03 Jan 2019 12:45:17 GMT RESP BODY: {"network_id": "896d0be9-fb35-4a0b-bba9-c525ef82869c", "tenant_id": "304f3867167e49e994d7d0e875999477", "subnet_id": "c10703f1-b9db-428c-8783-4447136869c6", "subnet_ids": ["c10703f1-b9db-428c-8783-4447136869c6"], "port_id": "a291c23b-dc19-4b93-aa91-f26725556ea0", "id": "ff23b424-2813-4ee7-bec7-ff703470b5d8"} 2019-01-03 12:45:17,145 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/remove_router_interface.json used request id req-e1235a0a-58f6-4556-acd5-2b8c2ccb590d 2019-01-03 12:45:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5362970829s 2019-01-03 12:45:17,145 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8/remove_router_interface.json used request id req-e1235a0a-58f6-4556-acd5-2b8c2ccb590d returning object ff23b424-2813-4ee7-bec7-ff703470b5d8 2019-01-03 12:45:17,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 12:45:17,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:17,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-f8470875-a664-4639-bcfe-c3f0ce73a078 Date: Thu, 03 Jan 2019 12:45:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:52Z", "admin_state_up": true, "updated_at": "2019-01-03T12:45:16Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "304f3867167e49e994d7d0e875999477", "id": "ff23b424-2813-4ee7-bec7-ff703470b5d8", "name": "cloudify_ims-router_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:45:17,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f8470875-a664-4639-bcfe-c3f0ce73a078 2019-01-03 12:45:17,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.227513074875s 2019-01-03 12:45:17,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-f8470875-a664-4639-bcfe-c3f0ce73a078 2019-01-03 12:45:17,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 12:45:17,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:21,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc7d90d4-a3ee-45e6-8e7f-3875f8436781 Content-Length: 0 Date: Thu, 03 Jan 2019 12:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:21,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8.json used request id req-dc7d90d4-a3ee-45e6-8e7f-3875f8436781 2019-01-03 12:45:21,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.70137691498s 2019-01-03 12:45:21,077 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/ff23b424-2813-4ee7-bec7-ff703470b5d8.json used request id req-dc7d90d4-a3ee-45e6-8e7f-3875f8436781 2019-01-03 12:45:21,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 12:45:21,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:21,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-340cda1f-24af-454b-b2e1-7e51152688fe Date: Thu, 03 Jan 2019 12:45:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:12:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"304f3867167e49e994d7d0e875999477","id":"c10703f1-b9db-428c-8783-4447136869c6","subnetpool_id":null,"name":"cloudify_ims-subnet_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}]} 2019-01-03 12:45:21,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-340cda1f-24af-454b-b2e1-7e51152688fe 2019-01-03 12:45:21,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216829061508s 2019-01-03 12:45:21,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-340cda1f-24af-454b-b2e1-7e51152688fe 2019-01-03 12:45:21,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 12:45:21,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/c10703f1-b9db-428c-8783-4447136869c6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:23,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b180eec-6064-4fa4-8f90-156df096a620 Date: Thu, 03 Jan 2019 12:45:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:23,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c10703f1-b9db-428c-8783-4447136869c6.json used request id req-6b180eec-6064-4fa4-8f90-156df096a620 2019-01-03 12:45:23,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39864110947s 2019-01-03 12:45:23,695 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/c10703f1-b9db-428c-8783-4447136869c6.json used request id req-6b180eec-6064-4fa4-8f90-156df096a620 2019-01-03 12:45:23,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:45:23,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:23,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-50e96809-6ecf-4316-8f7e-0486a06ad5bc Date: Thu, 03 Jan 2019 12:45: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":[],"updated_at":"2019-01-03T12:45:23Z","tenant_id":"304f3867167e49e994d7d0e875999477","created_at":"2019-01-03T12:12:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"304f3867167e49e994d7d0e875999477","id":"896d0be9-fb35-4a0b-bba9-c525ef82869c","name":"cloudify_ims-net_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 12:45:23,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-50e96809-6ecf-4316-8f7e-0486a06ad5bc 2019-01-03 12:45:23,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26439499855s 2019-01-03 12:45:23,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-50e96809-6ecf-4316-8f7e-0486a06ad5bc 2019-01-03 12:45:23,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 12:45:23,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/896d0be9-fb35-4a0b-bba9-c525ef82869c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:24,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd4ac095-d2a8-4b76-930f-f37e35605601 Date: Thu, 03 Jan 2019 12:45:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:24,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/896d0be9-fb35-4a0b-bba9-c525ef82869c.json used request id req-bd4ac095-d2a8-4b76-930f-f37e35605601 2019-01-03 12:45:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.799962997437s 2019-01-03 12:45:24,762 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/896d0be9-fb35-4a0b-bba9-c525ef82869c.json used request id req-bd4ac095-d2a8-4b76-930f-f37e35605601 2019-01-03 12:45:24,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:45:24,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:24,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-799132e7-12a4-4df6-882c-0fe32dace8e8 Date: Thu, 03 Jan 2019 12:45:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "metadata": {}}], "file": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/file", "owner": "304f3867167e49e994d7d0e875999477", "id": "65ddc77d-0ecd-4224-907c-c5f406c2d585", "size": 4373348352, "self": "/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/65ddc77d-0ecd-4224-907c-c5f406c2d585/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:14:40Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:13:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:45:24,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-799132e7-12a4-4df6-882c-0fe32dace8e8 2019-01-03 12:45:24,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181113004684s 2019-01-03 12:45:24,944 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-799132e7-12a4-4df6-882c-0fe32dace8e8 2019-01-03 12:45:24,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 12:45:24,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2f2adeac71f4b322c3427dd46c221ab4f440ad7a" 2019-01-03 12:45:30,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5116789a-f6c7-4967-ab32-ef995f260705 Date: Thu, 03 Jan 2019 12:45:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:45:30,549 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585 used request id req-5116789a-f6c7-4967-ab32-ef995f260705 2019-01-03 12:45:30,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 5.60319685936s 2019-01-03 12:45:30,549 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/65ddc77d-0ecd-4224-907c-c5f406c2d585 used request id req-5116789a-f6c7-4967-ab32-ef995f260705 2019-01-03 12:45:30,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:45:30,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:30,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45: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-881c5bf7-fe42-428e-8bbe-f7caa5ba7a36 x-compute-request-id: req-881c5bf7-fe42-428e-8bbe-f7caa5ba7a36 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "1729e058-1c4e-4d2b-9c06-c541e542d784", "name": "cloudify_ims-flavor_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:45:30,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-881c5bf7-fe42-428e-8bbe-f7caa5ba7a36 2019-01-03 12:45:30,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0332391262054s 2019-01-03 12:45:30,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-881c5bf7-fe42-428e-8bbe-f7caa5ba7a36 2019-01-03 12:45:30,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 12:45:30,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:30,623 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:45: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-27c69ab2-c1b0-4ad8-ac59-9247d3acfc15 x-compute-request-id: req-27c69ab2-c1b0-4ad8-ac59-9247d3acfc15 Content-Length: 0 Content-Type: application/json 2019-01-03 12:45:30,623 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784 used request id req-27c69ab2-c1b0-4ad8-ac59-9247d3acfc15 2019-01-03 12:45:30,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.038213968277s 2019-01-03 12:45:30,624 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/1729e058-1c4e-4d2b-9c06-c541e542d784 used request id req-27c69ab2-c1b0-4ad8-ac59-9247d3acfc15 2019-01-03 12:45:30,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:45:30,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:30,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e044beda-3599-43a2-976a-42a39e84321d Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7", "links": {"self": "http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869"}, "domain_id": "default", "enabled": true, "id": "6733d783684f46b8b4c93ae370b01869", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:45:30,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e044beda-3599-43a2-976a-42a39e84321d 2019-01-03 12:45:30,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0926840305328s 2019-01-03 12:45:30,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e044beda-3599-43a2-976a-42a39e84321d 2019-01-03 12:45:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:45:30,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:30,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fe8852-3917-4fe9-b2a6-499bcbbe70bf Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869"}, "enabled": true, "id": "6733d783684f46b8b4c93ae370b01869", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}} 2019-01-03 12:45:30,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 used request id req-f9fe8852-3917-4fe9-b2a6-499bcbbe70bf 2019-01-03 12:45:30,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0949060916901s 2019-01-03 12:45:30,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 used request id req-f9fe8852-3917-4fe9-b2a6-499bcbbe70bf 2019-01-03 12:45:30,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 12:45:30,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:45:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db8dca10-321f-4a8a-8200-8b5c972de901 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:45:31,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 used request id req-db8dca10-321f-4a8a-8200-8b5c972de901 2019-01-03 12:45:31,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.279376029968s 2019-01-03 12:45:31,099 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6733d783684f46b8b4c93ae370b01869 used request id req-db8dca10-321f-4a8a-8200-8b5c972de901 2019-01-03 12:45:31,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:45:31,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7514035-e783-4545-a787-e152e581d7e2 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477"}, "enabled": true, "id": "304f3867167e49e994d7d0e875999477", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_0a2acdb6-31d8-4193-bc53-836d1bfa36a7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:45:31,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e7514035-e783-4545-a787-e152e581d7e2 2019-01-03 12:45:31,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0759110450745s 2019-01-03 12:45:31,176 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-e7514035-e783-4545-a787-e152e581d7e2 2019-01-03 12:45:31,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 12:45:31,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64181dd4-43d5-4ef5-b27f-133f8106affe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:45:31,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477 used request id req-64181dd4-43d5-4ef5-b27f-133f8106affe 2019-01-03 12:45:31,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.139597892761s 2019-01-03 12:45:31,318 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/304f3867167e49e994d7d0e875999477 used request id req-64181dd4-43d5-4ef5-b27f-133f8106affe 2019-01-03 12:45:31,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:45:31,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03274cb3-85fc-4385-8b9c-59ab9c64a39e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "11b7c42455d54a70b9bf93ce7e9eb10e", "links": {"self": "http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:45:31,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-03274cb3-85fc-4385-8b9c-59ab9c64a39e 2019-01-03 12:45:31,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0899000167847s 2019-01-03 12:45:31,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 12:45:31,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:45:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01ce2184-df6b-4389-ad92-2196710774f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:45:31,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/11b7c42455d54a70b9bf93ce7e9eb10e used request id req-01ce2184-df6b-4389-ad92-2196710774f7 2019-01-03 12:45:31,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101782083511s 2019-01-03 12:45:31,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:45:31,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-7702ddd6-7d9f-470c-aee5-f17f264bb901 Date: Thu, 03 Jan 2019 12:45:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:18:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:18:24Z", "revision_number": 0, "id": "629eefb7-6b31-4e6d-85b3-f259e833bf01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:18:24Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 5, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}]} 2019-01-03 12:45:31,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&name=default used request id req-7702ddd6-7d9f-470c-aee5-f17f264bb901 2019-01-03 12:45:31,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202211141586s 2019-01-03 12:45:31,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=304f3867167e49e994d7d0e875999477&name=default used request id req-7702ddd6-7d9f-470c-aee5-f17f264bb901 2019-01-03 12:45:31,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:45:31,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:31,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-bbb8c4e1-2cc9-4992-a682-63a13bacc08f Date: Thu, 03 Jan 2019 12:45:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "304f3867167e49e994d7d0e875999477", "created_at": "2019-01-03T12:12:50Z", "updated_at": "2019-01-03T12:18:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:18:24Z", "revision_number": 0, "id": "629eefb7-6b31-4e6d-85b3-f259e833bf01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:18:24Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": 22, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "3cdd3207-a7fe-4f3a-b147-042094f9cb04", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "94b9f5ec-cce5-4a2a-a88e-ce3988489c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "866cde3a-5fbe-4592-83e9-d09137d70100", "remote_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv4", "project_id": "304f3867167e49e994d7d0e875999477"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:12:50Z", "revision_number": 0, "id": "1018c4cc-7a12-40f2-837c-7d04e82bf371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:12:50Z", "security_group_id": "4a16edab-e124-4835-9825-46769fbc4805", "tenant_id": "304f3867167e49e994d7d0e875999477", "port_range_min": null, "ethertype": "IPv6", "project_id": "304f3867167e49e994d7d0e875999477"}], "revision_number": 5, "project_id": "304f3867167e49e994d7d0e875999477", "id": "4a16edab-e124-4835-9825-46769fbc4805", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 12:45:31,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bbb8c4e1-2cc9-4992-a682-63a13bacc08f 2019-01-03 12:45:31,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19505906105s 2019-01-03 12:45:31,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bbb8c4e1-2cc9-4992-a682-63a13bacc08f 2019-01-03 12:45:31,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 12:45:31,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/4a16edab-e124-4835-9825-46769fbc4805.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7b944fa435a57e6d4226358a090ae7c46c95a87" 2019-01-03 12:45:32,233 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a980f947-63b5-44ef-879b-731b309cff3f Content-Length: 0 Date: Thu, 03 Jan 2019 12:45:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 12:45:32,233 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4a16edab-e124-4835-9825-46769fbc4805.json used request id req-a980f947-63b5-44ef-879b-731b309cff3f 2019-01-03 12:45:32,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.31220293045s 2019-01-03 12:45:32,234 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/4a16edab-e124-4835-9825-46769fbc4805.json used request id req-a980f947-63b5-44ef-879b-731b309cff3f 2019-01-03 12:45:32,319 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2019-01-03 12:45:32,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:45:32,462 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:45:32,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:45:32,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:45:32,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:45:32,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4decf9-1ab8-419c-b367-517b907c1a9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:45:32,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-cc4decf9-1ab8-419c-b367-517b907c1a9d 2019-01-03 12:45:32,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:45:32,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T13:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["5KASv1bGRs2ZQMxsFNgrqA"], "issued_at": "2019-01-03T12:45:32.000000Z"}} 2019-01-03 12:45:32,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:45:32,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-45856fb5-9b5a-4ada-83d9-405c80151cc9 Date: Thu, 03 Jan 2019 12:45:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 12:45:33,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45856fb5-9b5a-4ada-83d9-405c80151cc9 2019-01-03 12:45:33,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245576858521s 2019-01-03 12:45:33,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45856fb5-9b5a-4ada-83d9-405c80151cc9 2019-01-03 12:45:33,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 12:45:33,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 12:45: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 12:45:33,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd57c82c-729e-4aa5-bd2f-0a3591104a31 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 12:45:33,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-bd57c82c-729e-4aa5-bd2f-0a3591104a31 2019-01-03 12:45:33,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.100612878799s 2019-01-03 12:45:33,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 12:45:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}}' 2019-01-03 12:45:33,326 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5238bd9-81b2-43a7-a2b1-5585f46dac2f 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.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d"}, "enabled": true, "id": "91e42923dc284a9a82ac75e444ca433d", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 12:45:33,327 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c5238bd9-81b2-43a7-a2b1-5585f46dac2f 2019-01-03 12:45:33,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117354869843s 2019-01-03 12:45:33,327 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-c5238bd9-81b2-43a7-a2b1-5585f46dac2f 2019-01-03 12:45:33,328 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'id': u'91e42923dc284a9a82ac75e444ca433d', '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'})}) 2019-01-03 12:45:33,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 12:45:33,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350959062576s 2019-01-03 12:45:33,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92efc6aa-58b5-490d-8770-d7f0d5b46d81 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e"}, "enabled": true, "id": "be70960fa38f4e98aac51a1db2c2141e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 12:45:33,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e used request id req-92efc6aa-58b5-490d-8770-d7f0d5b46d81 2019-01-03 12:45:33,777 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'be70960fa38f4e98aac51a1db2c2141e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa'}) 2019-01-03 12:45:33,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:45:33,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0de98a9-79a3-47bb-a0b4-c06e5f4ada9c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:45:33,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-d0de98a9-79a3-47bb-a0b4-c06e5f4ada9c 2019-01-03 12:45:33,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813281536102s 2019-01-03 12:45:33,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:45:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:33,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ae80533-4fe0-4804-bee8-eeb344467c42 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:45:33,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-7ae80533-4fe0-4804-bee8-eeb344467c42 2019-01-03 12:45:33,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0761940479279s 2019-01-03 12:45:33,937 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 12:45:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 12:45:33,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"role": {"name": "Member"}}' 2019-01-03 12:45:34,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 12:45:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4892c997-8576-4d1a-8d31-829ca7d86548 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "655ccc5be86a480b95dc245c4c634563", "links": {"self": "http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563"}, "name": "Member"}} 2019-01-03 12:45:34,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-4892c997-8576-4d1a-8d31-829ca7d86548 2019-01-03 12:45:34,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101386070251s 2019-01-03 12:45:34,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42bb19b3-adcc-4e7b-bd0a-37a81041aa4b Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563"}, "domain_id": null, "name": "Member", "id": "655ccc5be86a480b95dc245c4c634563"}} 2019-01-03 12:45:34,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563 used request id req-42bb19b3-adcc-4e7b-bd0a-37a81041aa4b 2019-01-03 12:45:34,125 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563'}, 'domain_id': None, 'human_id': None, 'id': u'655ccc5be86a480b95dc245c4c634563', 'HUMAN_ID': False}) 2019-01-03 12:45:34,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 12:45:34,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3354b980-a56e-414a-93fd-318ec93fe050 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "655ccc5be86a480b95dc245c4c634563", "links": {"self": "http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 12:45:34,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-3354b980-a56e-414a-93fd-318ec93fe050 2019-01-03 12:45:34,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073734998703s 2019-01-03 12:45:34,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 12:45:34,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49e51bbc-fa94-4ee5-aa8b-56e13a96b731 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 12:45:34,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-49e51bbc-fa94-4ee5-aa8b-56e13a96b731 2019-01-03 12:45:34,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0786437988281s 2019-01-03 12:45:34,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 12:45:34,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753b7c40-8249-4050-9718-400c1d30360f Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa", "links": {"self": "http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e"}, "domain_id": "default", "enabled": true, "id": "be70960fa38f4e98aac51a1db2c2141e", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 12:45:34,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-753b7c40-8249-4050-9718-400c1d30360f 2019-01-03 12:45:34,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957338809967s 2019-01-03 12:45:34,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-753b7c40-8249-4050-9718-400c1d30360f 2019-01-03 12:45:34,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:45:34,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f081f6-2938-43bb-8f02-ee8f41cbd3e8 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d"}, "enabled": true, "id": "91e42923dc284a9a82ac75e444ca433d", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:45:34,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d4f081f6-2938-43bb-8f02-ee8f41cbd3e8 2019-01-03 12:45:34,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830028057098s 2019-01-03 12:45:34,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-d4f081f6-2938-43bb-8f02-ee8f41cbd3e8 2019-01-03 12:45:34,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 12:45:34,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=be70960fa38f4e98aac51a1db2c2141e&scope.project.id=91e42923dc284a9a82ac75e444ca433d&role.id=655ccc5be86a480b95dc245c4c634563 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159e70b3-f1d5-4872-a5bb-61f990f509d9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=be70960fa38f4e98aac51a1db2c2141e&scope.project.id=91e42923dc284a9a82ac75e444ca433d&role.id=655ccc5be86a480b95dc245c4c634563", "previous": null, "next": null}} 2019-01-03 12:45:34,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=be70960fa38f4e98aac51a1db2c2141e&scope.project.id=91e42923dc284a9a82ac75e444ca433d&role.id=655ccc5be86a480b95dc245c4c634563 used request id req-159e70b3-f1d5-4872-a5bb-61f990f509d9 2019-01-03 12:45:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812149047852s 2019-01-03 12:45:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 12:45:34,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d/users/be70960fa38f4e98aac51a1db2c2141e/roles/655ccc5be86a480b95dc245c4c634563 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eaefcc5-bc21-4970-83b2-72b812d0a7b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 12:45:34,629 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d/users/be70960fa38f4e98aac51a1db2c2141e/roles/655ccc5be86a480b95dc245c4c634563 used request id req-0eaefcc5-bc21-4970-83b2-72b812d0a7b9 2019-01-03 12:45:34,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0780489444733s 2019-01-03 12:45:34,630 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 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': 'd7fdbbf9-117c-4912-87c8-598bd31a8988', 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_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'project_id': u'91e42923dc284a9a82ac75e444ca433d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 12:45:34,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 12:45:34,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 12:45:34,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 12:45:34,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 12:45:34,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 12:45:34,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 12:45:34,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 12:45:34,636 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'password': 'd7fdbbf9-117c-4912-87c8-598bd31a8988', 'project_name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '91e42923dc284a9a82ac75e444ca433d', 'project_domain_name': 'Default'} 2019-01-03 12:45:34,670 - 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'}} 2019-01-03 12:45:34,670 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2019-01-03 12:45:34,710 - 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'}} 2019-01-03 12:45:34,767 - 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'} 2019-01-03 12:45:34,767 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2019-01-03 12:45:34,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 12:45:34,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c0cd602-6439-497f-9738-ae26ff6f9602 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 12:45:34,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-7c0cd602-6439-497f-9738-ae26ff6f9602 2019-01-03 12:45:34,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0722320079803s 2019-01-03 12:45:34,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 12:45:34,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:45:34,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990989e9-07b9-4314-8e35-412210559492 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28: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.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d"}, "enabled": true, "id": "91e42923dc284a9a82ac75e444ca433d", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 12:45:34,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-990989e9-07b9-4314-8e35-412210559492 2019-01-03 12:45:34,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801730155945s 2019-01-03 12:45:34,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-990989e9-07b9-4314-8e35-412210559492 2019-01-03 12:45:34,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 12:45:34,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"network": {"tenant_id": "91e42923dc284a9a82ac75e444ca433d", "name": "vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa", "admin_state_up": true}}' 2019-01-03 12:45:35,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-98105cf9-4f7d-41f2-9dcb-4a150b938cce Date: Thu, 03 Jan 2019 12:45: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":"e01340e1-9b25-41a7-add0-7da4854df30b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T12:45:35Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa","admin_state_up":true,"tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","mtu":1450}} 2019-01-03 12:45:35,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98105cf9-4f7d-41f2-9dcb-4a150b938cce 2019-01-03 12:45:35,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.490458011627s 2019-01-03 12:45:35,415 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-98105cf9-4f7d-41f2-9dcb-4a150b938cce 2019-01-03 12:45:35,415 - 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'2019-01-03T12:45:35Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e01340e1-9b25-41a7-add0-7da4854df30b', u'provider:segmentation_id': 20, 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_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'created_at': u'2019-01-03T12:45:35Z', u'mtu': 1450, u'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'91e42923dc284a9a82ac75e444ca433d'}) 2019-01-03 12:45:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 12:45:35,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c885b11d-8e9c-45f3-b3c5-d87c75133131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 12:45:35,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-c885b11d-8e9c-45f3-b3c5-d87c75133131 2019-01-03 12:45:35,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 12:45:35,788 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "655ccc5be86a480b95dc245c4c634563", "name": "Member"}], "expires_at": "2019-01-03T13:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "91e42923dc284a9a82ac75e444ca433d", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/91e42923dc284a9a82ac75e444ca433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/91e42923dc284a9a82ac75e444ca433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/91e42923dc284a9a82ac75e444ca433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/91e42923dc284a9a82ac75e444ca433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/91e42923dc284a9a82ac75e444ca433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/91e42923dc284a9a82ac75e444ca433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/91e42923dc284a9a82ac75e444ca433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa", "id": "be70960fa38f4e98aac51a1db2c2141e"}, "audit_ids": ["bHrSUMnjRW-QALZYokEp1Q"], "issued_at": "2019-01-03T12:45:35.000000Z"}} 2019-01-03 12:45:35,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:45:35,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:45:36,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-912cffd4-56ed-4b97-b8d0-026d6e0fec4e Date: Thu, 03 Jan 2019 12:45:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T12:45:35Z","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","id":"e01340e1-9b25-41a7-add0-7da4854df30b","name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 12:45:36,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-912cffd4-56ed-4b97-b8d0-026d6e0fec4e 2019-01-03 12:45:36,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276622056961s 2019-01-03 12:45:36,068 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-912cffd4-56ed-4b97-b8d0-026d6e0fec4e 2019-01-03 12:45:36,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 12:45:36,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"subnet": {"name": "vyos_vrouter-subnet_171cac1a-befd-422e-9fde-7b78c9bca1aa", "enable_dhcp": true, "network_id": "e01340e1-9b25-41a7-add0-7da4854df30b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2019-01-03 12:45:36,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ec68e9d2-438f-4d4b-94e6-d9d921179b11 Date: Thu, 03 Jan 2019 12:45:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e01340e1-9b25-41a7-add0-7da4854df30b","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:45:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"91e42923dc284a9a82ac75e444ca433d","id":"1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa","subnetpool_id":null,"name":"vyos_vrouter-subnet_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 12:45:36,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ec68e9d2-438f-4d4b-94e6-d9d921179b11 2019-01-03 12:45:36,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.649667024612s 2019-01-03 12:45:36,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-ec68e9d2-438f-4d4b-94e6-d9d921179b11 2019-01-03 12:45:36,721 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T12:45:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'enable_dhcp': True, u'network_id': u'e01340e1-9b25-41a7-add0-7da4854df30b', u'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:45:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'91e42923dc284a9a82ac75e444ca433d'}) 2019-01-03 12:45:36,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 12:45:36,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "vyos_vrouter-router_171cac1a-befd-422e-9fde-7b78c9bca1aa", "admin_state_up": true}}' 2019-01-03 12:45:41,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-40bad55d-dd88-47b3-8719-bc4647c0fe7b Date: Thu, 03 Jan 2019 12:45:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:37Z", "admin_state_up": true, "updated_at": "2019-01-03T12:45:38Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "52360463-00f8-4777-a77c-90ec1e787f7b", "name": "vyos_vrouter-router_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 12:45:41,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-40bad55d-dd88-47b3-8719-bc4647c0fe7b 2019-01-03 12:45:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.21725797653s 2019-01-03 12:45:41,939 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-40bad55d-dd88-47b3-8719-bc4647c0fe7b 2019-01-03 12:45:41,939 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T12:45:38Z', u'revision_number': 3, u'id': u'52360463-00f8-4777-a77c-90ec1e787f7b', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'admin_state_up': True, u'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:45:37Z', u'flavor_id': None, u'routes': [], u'project_id': u'91e42923dc284a9a82ac75e444ca433d'}) 2019-01-03 12:45:41,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 12:45:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"subnet_id": "1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"}' 2019-01-03 12:45:44,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9c785c71-fc1c-4799-9b8e-cc73de8a44e4 Date: Thu, 03 Jan 2019 12:45:44 GMT RESP BODY: {"network_id": "e01340e1-9b25-41a7-add0-7da4854df30b", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "subnet_id": "1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa", "subnet_ids": ["1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"], "port_id": "2c530995-f9e4-44e4-acd5-575636ff0412", "id": "52360463-00f8-4777-a77c-90ec1e787f7b"} 2019-01-03 12:45:44,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/add_router_interface.json used request id req-9c785c71-fc1c-4799-9b8e-cc73de8a44e4 2019-01-03 12:45:44,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.10773396492s 2019-01-03 12:45:44,048 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/add_router_interface.json used request id req-9c785c71-fc1c-4799-9b8e-cc73de8a44e4 returning object 52360463-00f8-4777-a77c-90ec1e787f7b 2019-01-03 12:45:44,049 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2019-01-03 12:46:06,981 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2019-01-03 12:46:06,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:46:06,989 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 12:46:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 12:46:06,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:46:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:46:07,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e71191c4-19f8-499f-bd18-278e558d43c7 Date: Thu, 03 Jan 2019 12:46:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:46:07,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e71191c4-19f8-499f-bd18-278e558d43c7 2019-01-03 12:46:07,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.192610025406s 2019-01-03 12:46:07,186 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e71191c4-19f8-499f-bd18-278e558d43c7 2019-01-03 12:46:07,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:46:07,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa"}' 2019-01-03 12:46:07,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9 X-Openstack-Request-Id: req-10c25104-1844-49bc-8651-2a46c5fa1bfc Date: Thu, 03 Jan 2019 12:46:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": null, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:46:07Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": null, "created_at": "2019-01-03T12:46:07Z", "protected": false} 2019-01-03 12:46:07,415 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-10c25104-1844-49bc-8651-2a46c5fa1bfc 2019-01-03 12:46:07,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.227024078369s 2019-01-03 12:46:07,415 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-10c25104-1844-49bc-8651-2a46c5fa1bfc returning object 108bcd30-956c-4e4d-b15e-596956d107a9 2019-01-03 12:46:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:46:07,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '' 2019-01-03 12:47:23,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a7efda5e-81d2-4db6-a583-b2d650442185 Date: Thu, 03 Jan 2019 12:47:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:47:23,807 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file used request id req-a7efda5e-81d2-4db6-a583-b2d650442185 2019-01-03 12:47:23,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 76.3907530308s 2019-01-03 12:47:23,807 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file used request id req-a7efda5e-81d2-4db6-a583-b2d650442185 2019-01-03 12:47:23,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:47:23,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:23,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-bc81d7a5-5671-4350-a30d-b3c054478667 Date: Thu, 03 Jan 2019 12:47:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "metadata": {}}], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": 4373348352, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:47:23Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:46:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:47:23,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bc81d7a5-5671-4350-a30d-b3c054478667 2019-01-03 12:47:23,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186901092529s 2019-01-03 12:47:23,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-bc81d7a5-5671-4350-a30d-b3c054478667 2019-01-03 12:47:23,997 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file', 'owner': u'91e42923dc284a9a82ac75e444ca433d', 'id': u'108bcd30-956c-4e4d-b15e-596956d107a9', 'size': 4373348352, u'self': u'/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'91e42923dc284a9a82ac75e444ca433d', 'name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:47:23Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T12:47:23Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'created': u'2019-01-03T12:46:07Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2019-01-03T12:46:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:47:23,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:47:24,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2019-01-03 12:47:24,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cfb4be7-09fe-41a3-9bc4-a69adce2c145 x-compute-request-id: req-1cfb4be7-09fe-41a3-9bc4-a69adce2c145 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "name": "vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:47:24,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cfb4be7-09fe-41a3-9bc4-a69adce2c145 2019-01-03 12:47:24,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194639921188s 2019-01-03 12:47:24,194 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-1cfb4be7-09fe-41a3-9bc4-a69adce2c145 returning object 7f60aaed-2625-4e16-a0a1-6ab0b65e86bc 2019-01-03 12:47:24,194 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'7f60aaed-2625-4e16-a0a1-6ab0b65e86bc', 'swap': 0}) 2019-01-03 12:47:24,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:47:24,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc/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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"extra_specs": {}}' 2019-01-03 12:47:24,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e78e5c35-e6e6-4bec-abf7-4835650a636b x-compute-request-id: req-e78e5c35-e6e6-4bec-abf7-4835650a636b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:47:24,217 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc/os-extra_specs used request id req-e78e5c35-e6e6-4bec-abf7-4835650a636b 2019-01-03 12:47:24,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217139720917s 2019-01-03 12:47:24,217 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc/os-extra_specs used request id req-e78e5c35-e6e6-4bec-abf7-4835650a636b 2019-01-03 12:47:24,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2019-01-03 12:47:24,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"keypair": {"name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa"}}' 2019-01-03 12:47:24,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5554499d-1585-44a4-a872-a64ed8c6af90 x-compute-request-id: req-5554499d-1585-44a4-a872-a64ed8c6af90 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWSPh5Q8cnMJBddtssDITjmk1BQoEywZFY9stg7BT334pTdBTY6tL5fkjwJ+Jgj+s3urtecDmQJIHXzcd7CSqH9pcyOFJbC5IRG/cadhIdHt6fI04Tggi0lK3YR90BteOKpO+Kj9dJx0bJY6gRo/oHjLmFtp2JIPrdiorUAg2gVaQrb1IOYZhXWRG4GC+R5DPfEzbzsQgfRI8W7r0jna4B+SYjVV7kFb5dyPZzAbfDs2PW2v21m42nS3DC2qH0nIzQzu4rOERwT9QXeHN3JiDB51YUN1JegyuHaHMzzlhB2jsxb+ExJB8Qq618M9SwDkNw/byLQTJWT6cB3vGD7EGn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1kj4eUPHJzCQXXbbLAyE45pNQUKBMsGRWPbLYOwU99+KU3QU\n2OrS+X5I8CfiYI/rN7q7XnA5kCSB183Hewkqh/aXMjhSWwuSERv3GnYSHR7enyNO\nE4IItJSt2EfdAbXjiqTvio/XScdGyWOoEaP6B4y5hbadiSD63YqK1AINoFWkK29S\nDmGYV1kRuBgvkeQz3xM287EIH0SPFu69I52uAfkmI1Ve5BW+Xcj2cwG3w7Nj1tr9\ntZuNp0twwtqh9JyM0M7uKzhEcE/UF3hzdyYgwedWFDdSXoMrh2hzM85YQdo7MW/h\nMSQfEKutfDPUsA5DcP28i0EyVk+nAd7xg+xBpwIDAQABAoIBAC3PvedW+S3EsSh6\nL5M0PfjW1Stdh3eNcIB/iq1262iuzsjWqVpSobYbLIbDUB9qxVPNxR8EiRnq5CN5\n5+rC4+fbbSmcZub2C01DGEn88hRttBR7nMaI50mL+7qganxiIXpTlq6d393zD4wg\nlR7oWpzglg0jJHzboyZX5yQ6KCWdpWjW183ZzcHquUTiNTRG6kz5UQnIUYfGucFA\nH5k/dd+M8F26rvMqV9WXQS90SJZMWIcpRxLotRuNUlUzB00nNhrEtC6bVtIeK+fS\nFLrU86jnugvDVX9mwlx072D0vxj5CTGh6IOHxmalvCR0ek0DOFCRSYeW8HCiiMFu\n5Ye+TDECgYEA7nWHkcsJo6+ErRD6Z8n30HJXdrHeeVUsD9DRdkRQsJoaycxnD+/h\nWf7v5E9w/2Ms+IdHQg14Gagpc5VZ+NBphSpcGL+a07jdKD4v/pd9B++embb5AVc9\n0L+UnMuHv33Ohb+9R4PwBPpu3ROSGg6fjTEktHDCckK3FfChUUN2Kl8CgYEA5gw2\n7WYfAtIsgzWt1IaHLDqfP1nTFPj5rpQwql8NkVlF8UszJHnMqmM2kcm3aw9wIZz6\nZT+FS8IimBKjF9Ny5t8qlvHmY9hfgRNeMHxOhFB+3+37cEb6e6Dnchl8xTT11bxV\nlAEjCac34nnCSwUqknEBSBw9mBaceDgJhEjxPbkCgYAYdy6FotNGXAe8yfUnGO24\nEUMwBmfRAxAWP1J+U9wDgowlEDeyxuXUGff68LujOEWw6hBBkqgz2bEHDtfAU4HA\nC+yPDXmRJ3JpYpgCAwDtA4S+OKurm4vYEw/oVmmDGCFMT7PX1o2VtSwSuqNO0RlF\nnzko2jjZCEdIlPu4HrfM+QKBgDYD0DHVtJpY9xKn2/T20W5VJWcelC1seFPBf9vB\nDdJ+/6k0WwHJh4DKYtnAX0zIBzAdR73WOFodbzn9xkWl5GjJJZrjmZEAEQyhm5AO\n3/C5ZdD2c/9c6xt0IGPuEBnN4ZsZ6Y4i5jMyDDElHbW3tNNFrWNdHilDxeGEZtek\nuOAhAoGBAJPGH9jeNyRAVYNZIb6ciwIyZMS0n+CgYpbP8qHVg4JGpX9rhdb23oQC\n8aJWXx9ZraT7nADnrddzkyT+QZDSPTx1VRevJRizBaAxMSCLRth+YqYJTrh6hK2n\nRdVP/E8cngrNE7CcFBrW358NEMV1KlHnUuRdnxG35R52VNLrqBwn\n-----END RSA PRIVATE KEY-----\n", "user_id": "be70960fa38f4e98aac51a1db2c2141e", "name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "fingerprint": "c3:b1:09:dd:bf:d3:1a:51:10:4e:e4:8f:3b:d0:89:5f"}} 2019-01-03 12:47:24,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5554499d-1585-44a4-a872-a64ed8c6af90 2019-01-03 12:47:24,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.250432014465s 2019-01-03 12:47:24,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/os-keypairs used request id req-5554499d-1585-44a4-a872-a64ed8c6af90 2019-01-03 12:47:24,469 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWSPh5Q8cnMJBddtssDITjmk1BQoEywZFY9stg7BT334pTdBTY6tL5fkjwJ+Jgj+s3urtecDmQJIHXzcd7CSqH9pcyOFJbC5IRG/cadhIdHt6fI04Tggi0lK3YR90BteOKpO+Kj9dJx0bJY6gRo/oHjLmFtp2JIPrdiorUAg2gVaQrb1IOYZhXWRG4GC+R5DPfEzbzsQgfRI8W7r0jna4B+SYjVV7kFb5dyPZzAbfDs2PW2v21m42nS3DC2qH0nIzQzu4rOERwT9QXeHN3JiDB51YUN1JegyuHaHMzzlhB2jsxb+ExJB8Qq618M9SwDkNw/byLQTJWT6cB3vGD7EGn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1kj4eUPHJzCQXXbbLAyE45pNQUKBMsGRWPbLYOwU99+KU3QU\n2OrS+X5I8CfiYI/rN7q7XnA5kCSB183Hewkqh/aXMjhSWwuSERv3GnYSHR7enyNO\nE4IItJSt2EfdAbXjiqTvio/XScdGyWOoEaP6B4y5hbadiSD63YqK1AINoFWkK29S\nDmGYV1kRuBgvkeQz3xM287EIH0SPFu69I52uAfkmI1Ve5BW+Xcj2cwG3w7Nj1tr9\ntZuNp0twwtqh9JyM0M7uKzhEcE/UF3hzdyYgwedWFDdSXoMrh2hzM85YQdo7MW/h\nMSQfEKutfDPUsA5DcP28i0EyVk+nAd7xg+xBpwIDAQABAoIBAC3PvedW+S3EsSh6\nL5M0PfjW1Stdh3eNcIB/iq1262iuzsjWqVpSobYbLIbDUB9qxVPNxR8EiRnq5CN5\n5+rC4+fbbSmcZub2C01DGEn88hRttBR7nMaI50mL+7qganxiIXpTlq6d393zD4wg\nlR7oWpzglg0jJHzboyZX5yQ6KCWdpWjW183ZzcHquUTiNTRG6kz5UQnIUYfGucFA\nH5k/dd+M8F26rvMqV9WXQS90SJZMWIcpRxLotRuNUlUzB00nNhrEtC6bVtIeK+fS\nFLrU86jnugvDVX9mwlx072D0vxj5CTGh6IOHxmalvCR0ek0DOFCRSYeW8HCiiMFu\n5Ye+TDECgYEA7nWHkcsJo6+ErRD6Z8n30HJXdrHeeVUsD9DRdkRQsJoaycxnD+/h\nWf7v5E9w/2Ms+IdHQg14Gagpc5VZ+NBphSpcGL+a07jdKD4v/pd9B++embb5AVc9\n0L+UnMuHv33Ohb+9R4PwBPpu3ROSGg6fjTEktHDCckK3FfChUUN2Kl8CgYEA5gw2\n7WYfAtIsgzWt1IaHLDqfP1nTFPj5rpQwql8NkVlF8UszJHnMqmM2kcm3aw9wIZz6\nZT+FS8IimBKjF9Ny5t8qlvHmY9hfgRNeMHxOhFB+3+37cEb6e6Dnchl8xTT11bxV\nlAEjCac34nnCSwUqknEBSBw9mBaceDgJhEjxPbkCgYAYdy6FotNGXAe8yfUnGO24\nEUMwBmfRAxAWP1J+U9wDgowlEDeyxuXUGff68LujOEWw6hBBkqgz2bEHDtfAU4HA\nC+yPDXmRJ3JpYpgCAwDtA4S+OKurm4vYEw/oVmmDGCFMT7PX1o2VtSwSuqNO0RlF\nnzko2jjZCEdIlPu4HrfM+QKBgDYD0DHVtJpY9xKn2/T20W5VJWcelC1seFPBf9vB\nDdJ+/6k0WwHJh4DKYtnAX0zIBzAdR73WOFodbzn9xkWl5GjJJZrjmZEAEQyhm5AO\n3/C5ZdD2c/9c6xt0IGPuEBnN4ZsZ6Y4i5jMyDDElHbW3tNNFrWNdHilDxeGEZtek\nuOAhAoGBAJPGH9jeNyRAVYNZIb6ciwIyZMS0n+CgYpbP8qHVg4JGpX9rhdb23oQC\n8aJWXx9ZraT7nADnrddzkyT+QZDSPTx1VRevJRizBaAxMSCLRth+YqYJTrh6hK2n\nRdVP/E8cngrNE7CcFBrW358NEMV1KlHnUuRdnxG35R52VNLrqBwn\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'be70960fa38f4e98aac51a1db2c2141e', 'name': u'vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'created_at': '2019-01-03T12:47:24.469844', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'91e42923dc284a9a82ac75e444ca433d', 'name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c3:b1:09:dd:bf:d3:1a:51:10:4e:e4:8f:3b:d0:89:5f', 'type': 'ssh', 'id': u'vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa'}) 2019-01-03 12:47:24,470 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA1kj4eUPHJzCQXXbbLAyE45pNQUKBMsGRWPbLYOwU99+KU3QU 2OrS+X5I8CfiYI/rN7q7XnA5kCSB183Hewkqh/aXMjhSWwuSERv3GnYSHR7enyNO E4IItJSt2EfdAbXjiqTvio/XScdGyWOoEaP6B4y5hbadiSD63YqK1AINoFWkK29S DmGYV1kRuBgvkeQz3xM287EIH0SPFu69I52uAfkmI1Ve5BW+Xcj2cwG3w7Nj1tr9 tZuNp0twwtqh9JyM0M7uKzhEcE/UF3hzdyYgwedWFDdSXoMrh2hzM85YQdo7MW/h MSQfEKutfDPUsA5DcP28i0EyVk+nAd7xg+xBpwIDAQABAoIBAC3PvedW+S3EsSh6 L5M0PfjW1Stdh3eNcIB/iq1262iuzsjWqVpSobYbLIbDUB9qxVPNxR8EiRnq5CN5 5+rC4+fbbSmcZub2C01DGEn88hRttBR7nMaI50mL+7qganxiIXpTlq6d393zD4wg lR7oWpzglg0jJHzboyZX5yQ6KCWdpWjW183ZzcHquUTiNTRG6kz5UQnIUYfGucFA H5k/dd+M8F26rvMqV9WXQS90SJZMWIcpRxLotRuNUlUzB00nNhrEtC6bVtIeK+fS FLrU86jnugvDVX9mwlx072D0vxj5CTGh6IOHxmalvCR0ek0DOFCRSYeW8HCiiMFu 5Ye+TDECgYEA7nWHkcsJo6+ErRD6Z8n30HJXdrHeeVUsD9DRdkRQsJoaycxnD+/h Wf7v5E9w/2Ms+IdHQg14Gagpc5VZ+NBphSpcGL+a07jdKD4v/pd9B++embb5AVc9 0L+UnMuHv33Ohb+9R4PwBPpu3ROSGg6fjTEktHDCckK3FfChUUN2Kl8CgYEA5gw2 7WYfAtIsgzWt1IaHLDqfP1nTFPj5rpQwql8NkVlF8UszJHnMqmM2kcm3aw9wIZz6 ZT+FS8IimBKjF9Ny5t8qlvHmY9hfgRNeMHxOhFB+3+37cEb6e6Dnchl8xTT11bxV lAEjCac34nnCSwUqknEBSBw9mBaceDgJhEjxPbkCgYAYdy6FotNGXAe8yfUnGO24 EUMwBmfRAxAWP1J+U9wDgowlEDeyxuXUGff68LujOEWw6hBBkqgz2bEHDtfAU4HA C+yPDXmRJ3JpYpgCAwDtA4S+OKurm4vYEw/oVmmDGCFMT7PX1o2VtSwSuqNO0RlF nzko2jjZCEdIlPu4HrfM+QKBgDYD0DHVtJpY9xKn2/T20W5VJWcelC1seFPBf9vB DdJ+/6k0WwHJh4DKYtnAX0zIBzAdR73WOFodbzn9xkWl5GjJJZrjmZEAEQyhm5AO 3/C5ZdD2c/9c6xt0IGPuEBnN4ZsZ6Y4i5jMyDDElHbW3tNNFrWNdHilDxeGEZtek uOAhAoGBAJPGH9jeNyRAVYNZIb6ciwIyZMS0n+CgYpbP8qHVg4JGpX9rhdb23oQC 8aJWXx9ZraT7nADnrddzkyT+QZDSPTx1VRevJRizBaAxMSCLRth+YqYJTrh6hK2n RdVP/E8cngrNE7CcFBrW358NEMV1KlHnUuRdnxG35R52VNLrqBwn -----END RSA PRIVATE KEY----- 2019-01-03 12:47:24,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2019-01-03 12:47:24,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"security_group": {"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2019-01-03 12:47:24,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-bd3fb093-e367-4711-9456-984490075d4c Date: Thu, 03 Jan 2019 12:47:24 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 2, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 12:47:24,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bd3fb093-e367-4711-9456-984490075d4c 2019-01-03 12:47:24,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.376824140549s 2019-01-03 12:47:24,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bd3fb093-e367-4711-9456-984490075d4c 2019-01-03 12:47:24,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:24,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:25,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-eb2d4998-0279-4cc7-a6b3-d3e2a0a9d57f Date: Thu, 03 Jan 2019 12:47:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 2, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:25,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-eb2d4998-0279-4cc7-a6b3-d3e2a0a9d57f 2019-01-03 12:47:25,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202168941498s 2019-01-03 12:47:25,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-eb2d4998-0279-4cc7-a6b3-d3e2a0a9d57f 2019-01-03 12:47:25,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:25,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:25,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6fd5c7ff-8a1c-4226-9656-275098d03311 Date: Thu, 03 Jan 2019 12:47:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": 22, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:25Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140"}} 2019-01-03 12:47:25,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6fd5c7ff-8a1c-4226-9656-275098d03311 2019-01-03 12:47:25,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.326817989349s 2019-01-03 12:47:25,388 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-6fd5c7ff-8a1c-4226-9656-275098d03311 2019-01-03 12:47:25,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:25,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:25,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-bb8b673e-e7e8-407d-9a9a-1327238f2b87 Date: Thu, 03 Jan 2019 12:47:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 3, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:25,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bb8b673e-e7e8-407d-9a9a-1327238f2b87 2019-01-03 12:47:25,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198658943176s 2019-01-03 12:47:25,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bb8b673e-e7e8-407d-9a9a-1327238f2b87 2019-01-03 12:47:25,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:25,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a53ff341-8dd1-465e-b16d-494ec9c2fbf6 Date: Thu, 03 Jan 2019 12:47:25 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": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": null, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:25Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc"}} 2019-01-03 12:47:25,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a53ff341-8dd1-465e-b16d-494ec9c2fbf6 2019-01-03 12:47:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.308029174805s 2019-01-03 12:47:25,903 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-a53ff341-8dd1-465e-b16d-494ec9c2fbf6 2019-01-03 12:47:25,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:25,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:26,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-e3c3f422-efb9-4775-a91f-36c8f28f8199 Date: Thu, 03 Jan 2019 12:47:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:26,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e3c3f422-efb9-4775-a91f-36c8f28f8199 2019-01-03 12:47:26,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189337015152s 2019-01-03 12:47:26,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-e3c3f422-efb9-4775-a91f-36c8f28f8199 2019-01-03 12:47:26,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:26,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:26,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e8887434-44f1-4c3e-a203-710c08523cb0 Date: Thu, 03 Jan 2019 12:47:26 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": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": 80, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:26Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "4d663bf1-b75e-4482-ad53-895360ed8dfd"}} 2019-01-03 12:47:26,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e8887434-44f1-4c3e-a203-710c08523cb0 2019-01-03 12:47:26,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.299791097641s 2019-01-03 12:47:26,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e8887434-44f1-4c3e-a203-710c08523cb0 2019-01-03 12:47:26,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:26,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:26,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-70b81d5a-92dd-491e-8e6f-6f3a98b071ae Date: Thu, 03 Jan 2019 12:47:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "4d663bf1-b75e-4482-ad53-895360ed8dfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 5, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:26,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-70b81d5a-92dd-491e-8e6f-6f3a98b071ae 2019-01-03 12:47:26,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195021867752s 2019-01-03 12:47:26,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-70b81d5a-92dd-491e-8e6f-6f3a98b071ae 2019-01-03 12:47:26,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:26,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:26,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-2cec8870-47b5-4fc9-a26a-5a1b332c1ec5 Date: Thu, 03 Jan 2019 12:47:26 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": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": 443, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:26Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "b7b10767-c6ef-4e94-816b-87bdd787f205"}} 2019-01-03 12:47:26,884 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2cec8870-47b5-4fc9-a26a-5a1b332c1ec5 2019-01-03 12:47:26,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.278278112411s 2019-01-03 12:47:26,885 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-2cec8870-47b5-4fc9-a26a-5a1b332c1ec5 2019-01-03 12:47:26,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:26,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-2c38d4e6-3365-4000-983f-c48495302261 Date: Thu, 03 Jan 2019 12:47:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "4d663bf1-b75e-4482-ad53-895360ed8dfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "b7b10767-c6ef-4e94-816b-87bdd787f205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 443, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 6, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:26,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2c38d4e6-3365-4000-983f-c48495302261 2019-01-03 12:47:26,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0544040203094s 2019-01-03 12:47:26,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-2c38d4e6-3365-4000-983f-c48495302261 2019-01-03 12:47:26,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:26,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:27,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-e69899b9-321a-43b0-9366-57254f39db3a Date: Thu, 03 Jan 2019 12:47:27 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": "2019-01-03T12:47:27Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": 5671, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:27Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "f94a0c2d-bfda-4e76-81f8-f3c7e3f427b2"}} 2019-01-03 12:47:27,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e69899b9-321a-43b0-9366-57254f39db3a 2019-01-03 12:47:27,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.183588027954s 2019-01-03 12:47:27,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-e69899b9-321a-43b0-9366-57254f39db3a 2019-01-03 12:47:27,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 12:47:27,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:27,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-4726c2a3-65e7-4fe3-99ec-1c60f0d9c766 Date: Thu, 03 Jan 2019 12:47:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "4d663bf1-b75e-4482-ad53-895360ed8dfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "b7b10767-c6ef-4e94-816b-87bdd787f205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 443, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-03T12:47:27Z", "revision_number": 0, "id": "f94a0c2d-bfda-4e76-81f8-f3c7e3f427b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:27Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 7, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 12:47:27,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4726c2a3-65e7-4fe3-99ec-1c60f0d9c766 2019-01-03 12:47:27,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056792974472s 2019-01-03 12:47:27,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-4726c2a3-65e7-4fe3-99ec-1c60f0d9c766 2019-01-03 12:47:27,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2019-01-03 12:47:27,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -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": "541b04b3-d609-49f0-b0fb-8070815323b3"}}' 2019-01-03 12:47:27,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-cc9aa180-d86a-4487-9f4d-7067c9c6f2c0 Date: Thu, 03 Jan 2019 12:47:27 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": "2019-01-03T12:47:27Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "port_range_min": 53333, "revision_number": 0, "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:27Z", "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "f9ffa659-df15-48ec-8a42-b7835a41656e"}} 2019-01-03 12:47:27,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-cc9aa180-d86a-4487-9f4d-7067c9c6f2c0 2019-01-03 12:47:27,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.306093931198s 2019-01-03 12:47:27,501 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/security-group-rules.json used request id req-cc9aa180-d86a-4487-9f4d-7067c9c6f2c0 2019-01-03 12:47:27,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:47:27,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:27,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-62a3b023-aa27-49ea-b5ba-be43c3704d65 Date: Thu, 03 Jan 2019 12:47:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"],"updated_at":"2019-01-03T12:45:36Z","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","id":"e01340e1-9b25-41a7-add0-7da4854df30b","name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 12:47:27,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62a3b023-aa27-49ea-b5ba-be43c3704d65 2019-01-03 12:47:27,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2599568367s 2019-01-03 12:47:27,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-62a3b023-aa27-49ea-b5ba-be43c3704d65 2019-01-03 12:47:27,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:47:27,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:27,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e287a593-4932-48a0-9990-f1920a9c25ba Date: Thu, 03 Jan 2019 12:47:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "metadata": {}}], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": 4373348352, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:47:23Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:46:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:47:27,952 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e287a593-4932-48a0-9990-f1920a9c25ba 2019-01-03 12:47:27,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187125921249s 2019-01-03 12:47:27,952 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e287a593-4932-48a0-9990-f1920a9c25ba 2019-01-03 12:47:27,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 12:47:27,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:27,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36d264c7-af63-4a1c-b3f2-cb71260b11af x-compute-request-id: req-36d264c7-af63-4a1c-b3f2-cb71260b11af Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "name": "vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 12:47:27,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-36d264c7-af63-4a1c-b3f2-cb71260b11af 2019-01-03 12:47:27,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0348699092865s 2019-01-03 12:47:27,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-36d264c7-af63-4a1c-b3f2-cb71260b11af 2019-01-03 12:47:27,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2019-01-03 12:47:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"server": {"name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "imageRef": "108bcd30-956c-4e4d-b15e-596956d107a9", "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "flavorRef": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e01340e1-9b25-41a7-add0-7da4854df30b"}], "security_groups": [{"name": "541b04b3-d609-49f0-b0fb-8070815323b3"}]}}' 2019-01-03 12:47:30,952 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 12:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81053189-535c-45c6-9241-ccc4cf82d4ff x-compute-request-id: req-81053189-535c-45c6-9241-ccc4cf82d4ff Content-Length: 403 location: http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "541b04b3-d609-49f0-b0fb-8070815323b3"}], "OS-DCF:diskConfig": "MANUAL", "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "adminPass": "CBaFzAJYrK3P"}} 2019-01-03 12:47:30,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-81053189-535c-45c6-9241-ccc4cf82d4ff 2019-01-03 12:47:30,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.96107196808s 2019-01-03 12:47:30,952 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers used request id req-81053189-535c-45c6-9241-ccc4cf82d4ff 2019-01-03 12:47:30,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:30,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:31,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-438f484a-5a80-4e00-a908-0990f0eb770c x-compute-request-id: req-438f484a-5a80-4e00-a908-0990f0eb770c Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:31,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-438f484a-5a80-4e00-a908-0990f0eb770c 2019-01-03 12:47:31,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.277893066406s 2019-01-03 12:47:31,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-438f484a-5a80-4e00-a908-0990f0eb770c 2019-01-03 12:47:31,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:47:31,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:31,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-bcde51ea-045d-4340-9131-1649a71fbe62 Date: Thu, 03 Jan 2019 12:47:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"],"updated_at":"2019-01-03T12:45:36Z","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","id":"e01340e1-9b25-41a7-add0-7da4854df30b","name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 12:47:31,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcde51ea-045d-4340-9131-1649a71fbe62 2019-01-03 12:47:31,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116561889648s 2019-01-03 12:47:31,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-bcde51ea-045d-4340-9131-1649a71fbe62 2019-01-03 12:47:31,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 12:47:31,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:31,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-bd248c7c-450b-456a-bf7a-61b3736c7f9a Date: Thu, 03 Jan 2019 12:47:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e01340e1-9b25-41a7-add0-7da4854df30b","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:45:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"91e42923dc284a9a82ac75e444ca433d","id":"1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa","subnetpool_id":null,"name":"vyos_vrouter-subnet_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 12:47:31,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bd248c7c-450b-456a-bf7a-61b3736c7f9a 2019-01-03 12:47:31,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.284878015518s 2019-01-03 12:47:31,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-bd248c7c-450b-456a-bf7a-61b3736c7f9a 2019-01-03 12:47:31,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:33,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:33,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:34,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47: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-115f3f9d-2989-4dff-973b-baef28ce13c4 x-compute-request-id: req-115f3f9d-2989-4dff-973b-baef28ce13c4 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:34,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-115f3f9d-2989-4dff-973b-baef28ce13c4 2019-01-03 12:47:34,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368651151657s 2019-01-03 12:47:34,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-115f3f9d-2989-4dff-973b-baef28ce13c4 2019-01-03 12:47:34,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:36,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:36,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a35690d1-00fd-4691-b7a9-dcae565172a1 x-compute-request-id: req-a35690d1-00fd-4691-b7a9-dcae565172a1 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:36,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a35690d1-00fd-4691-b7a9-dcae565172a1 2019-01-03 12:47:36,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541254043579s 2019-01-03 12:47:36,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a35690d1-00fd-4691-b7a9-dcae565172a1 2019-01-03 12:47:36,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:38,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:38,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:39,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ab6bf42-f5d6-4f1b-a9a4-1708ca7491d9 x-compute-request-id: req-1ab6bf42-f5d6-4f1b-a9a4-1708ca7491d9 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:39,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ab6bf42-f5d6-4f1b-a9a4-1708ca7491d9 2019-01-03 12:47:39,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658956050873s 2019-01-03 12:47:39,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ab6bf42-f5d6-4f1b-a9a4-1708ca7491d9 2019-01-03 12:47:39,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:41,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:41,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:42,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73591b28-656e-4cda-a11e-c993268642a3 x-compute-request-id: req-73591b28-656e-4cda-a11e-c993268642a3 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:42,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73591b28-656e-4cda-a11e-c993268642a3 2019-01-03 12:47:42,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800406932831s 2019-01-03 12:47:42,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-73591b28-656e-4cda-a11e-c993268642a3 2019-01-03 12:47:42,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:44,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:44,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-c41c729d-ac5f-416a-bea1-4f92d55f486e x-compute-request-id: req-c41c729d-ac5f-416a-bea1-4f92d55f486e 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:44,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41c729d-ac5f-416a-bea1-4f92d55f486e 2019-01-03 12:47:44,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.936720848083s 2019-01-03 12:47:44,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c41c729d-ac5f-416a-bea1-4f92d55f486e 2019-01-03 12:47:44,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:46,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:46,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:47,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ec88216-5f3a-4fe5-8e60-2117a67e5d32 x-compute-request-id: req-1ec88216-5f3a-4fe5-8e60-2117a67e5d32 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:47,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ec88216-5f3a-4fe5-8e60-2117a67e5d32 2019-01-03 12:47:47,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690331935883s 2019-01-03 12:47:47,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1ec88216-5f3a-4fe5-8e60-2117a67e5d32 2019-01-03 12:47:47,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:49,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:49,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:50,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee7f0439-4573-4b3b-a190-87f47003d0d1 x-compute-request-id: req-ee7f0439-4573-4b3b-a190-87f47003d0d1 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:50,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee7f0439-4573-4b3b-a190-87f47003d0d1 2019-01-03 12:47:50,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683456897736s 2019-01-03 12:47:50,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ee7f0439-4573-4b3b-a190-87f47003d0d1 2019-01-03 12:47:50,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:52,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:52,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:53,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-76f85684-300a-4e4c-a1fa-90440de762e5 x-compute-request-id: req-76f85684-300a-4e4c-a1fa-90440de762e5 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:53,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-76f85684-300a-4e4c-a1fa-90440de762e5 2019-01-03 12:47:53,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.854465961456s 2019-01-03 12:47:53,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-76f85684-300a-4e4c-a1fa-90440de762e5 2019-01-03 12:47:53,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:55,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:56,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f6735d22-b319-4c7d-8740-0b8665a9adfa x-compute-request-id: req-f6735d22-b319-4c7d-8740-0b8665a9adfa 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:56,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6735d22-b319-4c7d-8740-0b8665a9adfa 2019-01-03 12:47:56,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901304960251s 2019-01-03 12:47:56,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f6735d22-b319-4c7d-8740-0b8665a9adfa 2019-01-03 12:47:56,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:47:58,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:47:58,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:47:58,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:47:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9268a1b9-9ae1-45b5-8b6a-e84a80fe673e x-compute-request-id: req-9268a1b9-9ae1-45b5-8b6a-e84a80fe673e 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:47:58,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9268a1b9-9ae1-45b5-8b6a-e84a80fe673e 2019-01-03 12:47:58,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686820983887s 2019-01-03 12:47:58,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9268a1b9-9ae1-45b5-8b6a-e84a80fe673e 2019-01-03 12:47:58,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:00,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:01,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d726ba2c-b62d-4d32-9613-d07880ca82e9 x-compute-request-id: req-d726ba2c-b62d-4d32-9613-d07880ca82e9 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:01,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d726ba2c-b62d-4d32-9613-d07880ca82e9 2019-01-03 12:48:01,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.967424869537s 2019-01-03 12:48:01,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d726ba2c-b62d-4d32-9613-d07880ca82e9 2019-01-03 12:48:01,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:03,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:03,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a482961-7a72-42d8-8e43-5ca577e0868b x-compute-request-id: req-1a482961-7a72-42d8-8e43-5ca577e0868b 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:04,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a482961-7a72-42d8-8e43-5ca577e0868b 2019-01-03 12:48:04,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370961904526s 2019-01-03 12:48:04,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1a482961-7a72-42d8-8e43-5ca577e0868b 2019-01-03 12:48:04,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:06,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:06,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:06,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be770450-9426-419b-8a53-61dd339763a3 x-compute-request-id: req-be770450-9426-419b-8a53-61dd339763a3 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:06,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be770450-9426-419b-8a53-61dd339763a3 2019-01-03 12:48:06,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397355079651s 2019-01-03 12:48:06,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be770450-9426-419b-8a53-61dd339763a3 2019-01-03 12:48:06,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:08,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:08,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:09,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-f1bb672b-2a5d-4d26-a7c3-3dc2b312475c x-compute-request-id: req-f1bb672b-2a5d-4d26-a7c3-3dc2b312475c 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:09,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f1bb672b-2a5d-4d26-a7c3-3dc2b312475c 2019-01-03 12:48:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717272996902s 2019-01-03 12:48:09,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f1bb672b-2a5d-4d26-a7c3-3dc2b312475c 2019-01-03 12:48:09,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:11,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:11,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:11,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-95683afe-3545-4610-a3bf-33af4cb846f2 x-compute-request-id: req-95683afe-3545-4610-a3bf-33af4cb846f2 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:11,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95683afe-3545-4610-a3bf-33af4cb846f2 2019-01-03 12:48:11,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404893875122s 2019-01-03 12:48:11,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-95683afe-3545-4610-a3bf-33af4cb846f2 2019-01-03 12:48:11,729 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:13,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:14,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f873ce94-08c0-49f1-b19d-3d3c609fc7d9 x-compute-request-id: req-f873ce94-08c0-49f1-b19d-3d3c609fc7d9 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:14,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f873ce94-08c0-49f1-b19d-3d3c609fc7d9 2019-01-03 12:48:14,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533586025238s 2019-01-03 12:48:14,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f873ce94-08c0-49f1-b19d-3d3c609fc7d9 2019-01-03 12:48:14,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:16,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:16,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:16,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a65a5f9-0dab-4943-aad1-baf115346a6d x-compute-request-id: req-0a65a5f9-0dab-4943-aad1-baf115346a6d 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:16,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0a65a5f9-0dab-4943-aad1-baf115346a6d 2019-01-03 12:48:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209028959274s 2019-01-03 12:48:16,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-0a65a5f9-0dab-4943-aad1-baf115346a6d 2019-01-03 12:48:16,486 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:18,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:18,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:19,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-42315877-4e5e-4c8c-9b84-240e18be036a x-compute-request-id: req-42315877-4e5e-4c8c-9b84-240e18be036a 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:19,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42315877-4e5e-4c8c-9b84-240e18be036a 2019-01-03 12:48:19,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579262971878s 2019-01-03 12:48:19,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-42315877-4e5e-4c8c-9b84-240e18be036a 2019-01-03 12:48:19,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:21,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:21,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:21,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-87e45839-6ffb-49f7-b1be-dcafd81581cc x-compute-request-id: req-87e45839-6ffb-49f7-b1be-dcafd81581cc 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:21,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87e45839-6ffb-49f7-b1be-dcafd81581cc 2019-01-03 12:48:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548501968384s 2019-01-03 12:48:21,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-87e45839-6ffb-49f7-b1be-dcafd81581cc 2019-01-03 12:48:21,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:23,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:24,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-ff51e2ae-ad8a-44ef-a5c9-8db3c88d04b6 x-compute-request-id: req-ff51e2ae-ad8a-44ef-a5c9-8db3c88d04b6 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:24,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff51e2ae-ad8a-44ef-a5c9-8db3c88d04b6 2019-01-03 12:48:24,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705291032791s 2019-01-03 12:48:24,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff51e2ae-ad8a-44ef-a5c9-8db3c88d04b6 2019-01-03 12:48:24,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:26,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:26,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:27,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a6b2955-40ed-449a-a857-ac348912c6e6 x-compute-request-id: req-7a6b2955-40ed-449a-a857-ac348912c6e6 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:27,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a6b2955-40ed-449a-a857-ac348912c6e6 2019-01-03 12:48:27,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699007034302s 2019-01-03 12:48:27,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7a6b2955-40ed-449a-a857-ac348912c6e6 2019-01-03 12:48:27,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:29,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:29,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:29,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d274066d-1f06-477f-8a06-eb52d5cb2e98 x-compute-request-id: req-d274066d-1f06-477f-8a06-eb52d5cb2e98 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:29,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d274066d-1f06-477f-8a06-eb52d5cb2e98 2019-01-03 12:48:29,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565078020096s 2019-01-03 12:48:29,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d274066d-1f06-477f-8a06-eb52d5cb2e98 2019-01-03 12:48:29,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:31,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:31,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:32,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48: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-506d836b-5d2f-46ab-8a07-8b00b7c2bb31 x-compute-request-id: req-506d836b-5d2f-46ab-8a07-8b00b7c2bb31 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:32,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-506d836b-5d2f-46ab-8a07-8b00b7c2bb31 2019-01-03 12:48:32,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551488161087s 2019-01-03 12:48:32,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-506d836b-5d2f-46ab-8a07-8b00b7c2bb31 2019-01-03 12:48:32,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:34,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:34,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:34,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-babeefd0-121c-4358-93f3-f012646861ca x-compute-request-id: req-babeefd0-121c-4358-93f3-f012646861ca 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:34,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-babeefd0-121c-4358-93f3-f012646861ca 2019-01-03 12:48:34,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557450056076s 2019-01-03 12:48:34,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-babeefd0-121c-4358-93f3-f012646861ca 2019-01-03 12:48:34,741 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:36,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:36,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:37,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48: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-f584ec93-e761-46b5-9efa-05607f0c40d2 x-compute-request-id: req-f584ec93-e761-46b5-9efa-05607f0c40d2 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:37,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f584ec93-e761-46b5-9efa-05607f0c40d2 2019-01-03 12:48:37,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.339432954788s 2019-01-03 12:48:37,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f584ec93-e761-46b5-9efa-05607f0c40d2 2019-01-03 12:48:37,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:39,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:39,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:39,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aca17e33-6bee-41cc-b15c-66cde3e0d30b x-compute-request-id: req-aca17e33-6bee-41cc-b15c-66cde3e0d30b 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:39,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aca17e33-6bee-41cc-b15c-66cde3e0d30b 2019-01-03 12:48:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532092094421s 2019-01-03 12:48:39,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-aca17e33-6bee-41cc-b15c-66cde3e0d30b 2019-01-03 12:48:39,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:42,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48: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-40259509-306b-4fc0-b84b-27a06e569c12 x-compute-request-id: req-40259509-306b-4fc0-b84b-27a06e569c12 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:42,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-40259509-306b-4fc0-b84b-27a06e569c12 2019-01-03 12:48:42,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561882972717s 2019-01-03 12:48:42,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-40259509-306b-4fc0-b84b-27a06e569c12 2019-01-03 12:48:42,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:44,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:44,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:44,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-46efb623-ee67-4165-b3b8-477106536a92 x-compute-request-id: req-46efb623-ee67-4165-b3b8-477106536a92 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:44,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46efb623-ee67-4165-b3b8-477106536a92 2019-01-03 12:48:44,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527584075928s 2019-01-03 12:48:44,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-46efb623-ee67-4165-b3b8-477106536a92 2019-01-03 12:48:44,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:46,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:46,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:47,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b47de9e9-19e1-488b-a71a-525f0a0e0b57 x-compute-request-id: req-b47de9e9-19e1-488b-a71a-525f0a0e0b57 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:47,247 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b47de9e9-19e1-488b-a71a-525f0a0e0b57 2019-01-03 12:48:47,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514235019684s 2019-01-03 12:48:47,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b47de9e9-19e1-488b-a71a-525f0a0e0b57 2019-01-03 12:48:47,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:49,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:49,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-ac71f3b2-0db2-47a0-b2d5-96ef426d2545 x-compute-request-id: req-ac71f3b2-0db2-47a0-b2d5-96ef426d2545 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:49,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac71f3b2-0db2-47a0-b2d5-96ef426d2545 2019-01-03 12:48:49,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515810012817s 2019-01-03 12:48:49,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac71f3b2-0db2-47a0-b2d5-96ef426d2545 2019-01-03 12:48:49,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:51,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:51,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:52,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9cea1e6-5673-4a62-a3fc-e52e5039b917 x-compute-request-id: req-a9cea1e6-5673-4a62-a3fc-e52e5039b917 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:52,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a9cea1e6-5673-4a62-a3fc-e52e5039b917 2019-01-03 12:48:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576333999634s 2019-01-03 12:48:52,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a9cea1e6-5673-4a62-a3fc-e52e5039b917 2019-01-03 12:48:52,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:54,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:54,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:55,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05ae77b2-65d5-4961-a6d8-8602f25e28e2 x-compute-request-id: req-05ae77b2-65d5-4961-a6d8-8602f25e28e2 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:55,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-05ae77b2-65d5-4961-a6d8-8602f25e28e2 2019-01-03 12:48:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668740034103s 2019-01-03 12:48:55,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-05ae77b2-65d5-4961-a6d8-8602f25e28e2 2019-01-03 12:48:55,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:57,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:57,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:57,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06fba5f2-b475-4149-9a49-39cd85843fd6 x-compute-request-id: req-06fba5f2-b475-4149-9a49-39cd85843fd6 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:57,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-06fba5f2-b475-4149-9a49-39cd85843fd6 2019-01-03 12:48:57,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541490077972s 2019-01-03 12:48:57,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-06fba5f2-b475-4149-9a49-39cd85843fd6 2019-01-03 12:48:57,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:48:59,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:48:59,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:48:59,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-9797d5fa-1bdb-48ad-8f51-d65f6dee2207 x-compute-request-id: req-9797d5fa-1bdb-48ad-8f51-d65f6dee2207 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:48:59,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9797d5fa-1bdb-48ad-8f51-d65f6dee2207 2019-01-03 12:48:59,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345973014832s 2019-01-03 12:48:59,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9797d5fa-1bdb-48ad-8f51-d65f6dee2207 2019-01-03 12:48:59,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:01,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:01,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:02,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a43a334f-5554-49b8-bf52-16baccb487e7 x-compute-request-id: req-a43a334f-5554-49b8-bf52-16baccb487e7 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:02,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a43a334f-5554-49b8-bf52-16baccb487e7 2019-01-03 12:49:02,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535828113556s 2019-01-03 12:49:02,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a43a334f-5554-49b8-bf52-16baccb487e7 2019-01-03 12:49:02,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:04,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:05,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-d27c35bb-d366-4d7b-9725-d5c30596b289 x-compute-request-id: req-d27c35bb-d366-4d7b-9725-d5c30596b289 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:05,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d27c35bb-d366-4d7b-9725-d5c30596b289 2019-01-03 12:49:05,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665363073349s 2019-01-03 12:49:05,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d27c35bb-d366-4d7b-9725-d5c30596b289 2019-01-03 12:49:05,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:07,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:07,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:07,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc1c94fb-d307-45cf-8e54-a3b280ec7468 x-compute-request-id: req-fc1c94fb-d307-45cf-8e54-a3b280ec7468 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:07,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc1c94fb-d307-45cf-8e54-a3b280ec7468 2019-01-03 12:49:07,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357064962387s 2019-01-03 12:49:07,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-fc1c94fb-d307-45cf-8e54-a3b280ec7468 2019-01-03 12:49:07,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:09,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:09,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:09,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae1f98b2-8d15-4e09-b0e8-8b0441f73556 x-compute-request-id: req-ae1f98b2-8d15-4e09-b0e8-8b0441f73556 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:09,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae1f98b2-8d15-4e09-b0e8-8b0441f73556 2019-01-03 12:49:09,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356884002686s 2019-01-03 12:49:09,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ae1f98b2-8d15-4e09-b0e8-8b0441f73556 2019-01-03 12:49:09,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:11,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:11,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:12,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7b69202-b05b-4b46-b855-c4796a06ca9e x-compute-request-id: req-f7b69202-b05b-4b46-b855-c4796a06ca9e 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:12,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7b69202-b05b-4b46-b855-c4796a06ca9e 2019-01-03 12:49:12,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512540102005s 2019-01-03 12:49:12,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f7b69202-b05b-4b46-b855-c4796a06ca9e 2019-01-03 12:49:12,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:14,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:14,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cfd6fef-8c87-4472-ab58-d6843054a706 x-compute-request-id: req-2cfd6fef-8c87-4472-ab58-d6843054a706 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:14,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2cfd6fef-8c87-4472-ab58-d6843054a706 2019-01-03 12:49:14,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587918043137s 2019-01-03 12:49:14,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-2cfd6fef-8c87-4472-ab58-d6843054a706 2019-01-03 12:49:14,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:16,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:16,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:17,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b79cc1c2-ae63-450b-8dcd-3e9a5cbc941e x-compute-request-id: req-b79cc1c2-ae63-450b-8dcd-3e9a5cbc941e 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:17,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b79cc1c2-ae63-450b-8dcd-3e9a5cbc941e 2019-01-03 12:49:17,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.895143032074s 2019-01-03 12:49:17,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b79cc1c2-ae63-450b-8dcd-3e9a5cbc941e 2019-01-03 12:49:17,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:19,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:19,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:20,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49: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-92138bc2-61fa-4257-b33d-ddc8d996a88b x-compute-request-id: req-92138bc2-61fa-4257-b33d-ddc8d996a88b 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:20,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92138bc2-61fa-4257-b33d-ddc8d996a88b 2019-01-03 12:49:20,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499676942825s 2019-01-03 12:49:20,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-92138bc2-61fa-4257-b33d-ddc8d996a88b 2019-01-03 12:49:20,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:22,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:22,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:23,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d477e0f-cef7-4984-a1fb-9b61fd334f4a x-compute-request-id: req-7d477e0f-cef7-4984-a1fb-9b61fd334f4a 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:23,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d477e0f-cef7-4984-a1fb-9b61fd334f4a 2019-01-03 12:49:23,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639488935471s 2019-01-03 12:49:23,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-7d477e0f-cef7-4984-a1fb-9b61fd334f4a 2019-01-03 12:49:23,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:25,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:25,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:25,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d61414d-b07f-4b19-8d16-b2c6f883b4bf x-compute-request-id: req-5d61414d-b07f-4b19-8d16-b2c6f883b4bf 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:25,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d61414d-b07f-4b19-8d16-b2c6f883b4bf 2019-01-03 12:49:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517657995224s 2019-01-03 12:49:25,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-5d61414d-b07f-4b19-8d16-b2c6f883b4bf 2019-01-03 12:49:25,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:27,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:27,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:28,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff6132fd-aff1-4974-9d73-b1a2469d2a6c x-compute-request-id: req-ff6132fd-aff1-4974-9d73-b1a2469d2a6c 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:28,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff6132fd-aff1-4974-9d73-b1a2469d2a6c 2019-01-03 12:49:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519140005112s 2019-01-03 12:49:28,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ff6132fd-aff1-4974-9d73-b1a2469d2a6c 2019-01-03 12:49:28,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:30,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:30,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:30,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47b6a9ab-3976-4efa-81fe-b27ca58f27fa x-compute-request-id: req-47b6a9ab-3976-4efa-81fe-b27ca58f27fa 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:30,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47b6a9ab-3976-4efa-81fe-b27ca58f27fa 2019-01-03 12:49:30,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358541965485s 2019-01-03 12:49:30,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47b6a9ab-3976-4efa-81fe-b27ca58f27fa 2019-01-03 12:49:30,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:32,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:32,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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,Accept-Encoding x-openstack-request-id: req-899fb977-a666-41c8-8101-5250c0c25210 x-compute-request-id: req-899fb977-a666-41c8-8101-5250c0c25210 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:33,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-899fb977-a666-41c8-8101-5250c0c25210 2019-01-03 12:49:33,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538014888763s 2019-01-03 12:49:33,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-899fb977-a666-41c8-8101-5250c0c25210 2019-01-03 12:49:33,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:35,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:35,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-920832a3-5ebd-41e8-a9a2-55e3cb4146e1 x-compute-request-id: req-920832a3-5ebd-41e8-a9a2-55e3cb4146e1 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:35,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-920832a3-5ebd-41e8-a9a2-55e3cb4146e1 2019-01-03 12:49:35,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518569946289s 2019-01-03 12:49:35,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-920832a3-5ebd-41e8-a9a2-55e3cb4146e1 2019-01-03 12:49:35,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:37,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:37,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:38,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-62ba463a-be8a-4eed-9199-17705ccd4b27 x-compute-request-id: req-62ba463a-be8a-4eed-9199-17705ccd4b27 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:38,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62ba463a-be8a-4eed-9199-17705ccd4b27 2019-01-03 12:49:38,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522635936737s 2019-01-03 12:49:38,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-62ba463a-be8a-4eed-9199-17705ccd4b27 2019-01-03 12:49:38,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:40,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:40,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:40,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01fc9ca9-9ccd-4860-9550-93ceac893b24 x-compute-request-id: req-01fc9ca9-9ccd-4860-9550-93ceac893b24 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:40,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-01fc9ca9-9ccd-4860-9550-93ceac893b24 2019-01-03 12:49:40,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521691799164s 2019-01-03 12:49:40,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-01fc9ca9-9ccd-4860-9550-93ceac893b24 2019-01-03 12:49:40,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:42,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:42,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:43,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49: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-6a27c6b6-b11f-4273-93a3-d04597b31001 x-compute-request-id: req-6a27c6b6-b11f-4273-93a3-d04597b31001 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:43,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a27c6b6-b11f-4273-93a3-d04597b31001 2019-01-03 12:49:43,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566317796707s 2019-01-03 12:49:43,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-6a27c6b6-b11f-4273-93a3-d04597b31001 2019-01-03 12:49:43,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:45,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:45,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:45,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-c1478639-924d-4f32-a592-8a66cf552249 x-compute-request-id: req-c1478639-924d-4f32-a592-8a66cf552249 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:45,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1478639-924d-4f32-a592-8a66cf552249 2019-01-03 12:49:45,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385530948639s 2019-01-03 12:49:45,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-c1478639-924d-4f32-a592-8a66cf552249 2019-01-03 12:49:45,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:47,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:47,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:47,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12: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-47fbbaf6-d374-4b40-91eb-5e2731bc01af x-compute-request-id: req-47fbbaf6-d374-4b40-91eb-5e2731bc01af 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:47,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47fbbaf6-d374-4b40-91eb-5e2731bc01af 2019-01-03 12:49:47,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356827974319s 2019-01-03 12:49:47,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-47fbbaf6-d374-4b40-91eb-5e2731bc01af 2019-01-03 12:49:47,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:49,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:49,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:50,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c4e019c-c5ed-4c43-b882-4e0c093dc78d x-compute-request-id: req-1c4e019c-c5ed-4c43-b882-4e0c093dc78d 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:50,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c4e019c-c5ed-4c43-b882-4e0c093dc78d 2019-01-03 12:49:50,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508587121964s 2019-01-03 12:49:50,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-1c4e019c-c5ed-4c43-b882-4e0c093dc78d 2019-01-03 12:49:50,438 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:52,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:52,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-719d0215-5662-4870-8ef5-719d626b7d30 x-compute-request-id: req-719d0215-5662-4870-8ef5-719d626b7d30 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:52,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-719d0215-5662-4870-8ef5-719d626b7d30 2019-01-03 12:49:52,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506459951401s 2019-01-03 12:49:52,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-719d0215-5662-4870-8ef5-719d626b7d30 2019-01-03 12:49:52,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:54,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:54,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:55,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac949d2f-f5bc-499a-b109-6ac22a4eaa95 x-compute-request-id: req-ac949d2f-f5bc-499a-b109-6ac22a4eaa95 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.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2019-01-03T12:47:32Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:55,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac949d2f-f5bc-499a-b109-6ac22a4eaa95 2019-01-03 12:49:55,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760339975357s 2019-01-03 12:49:55,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ac949d2f-f5bc-499a-b109-6ac22a4eaa95 2019-01-03 12:49:55,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 12:49:57,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:49:57,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:58,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:49: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-30b40477-1816-49c5-995d-f7dc0e190aa2 x-compute-request-id: req-30b40477-1816-49c5-995d-f7dc0e190aa2 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:49:58,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-30b40477-1816-49c5-995d-f7dc0e190aa2 2019-01-03 12:49:58,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531075000763s 2019-01-03 12:49:58,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-30b40477-1816-49c5-995d-f7dc0e190aa2 2019-01-03 12:49:58,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 12:49:58,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:58,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b37e1759-1c1a-4334-9ede-8f407449e6ff Date: Thu, 03 Jan 2019 12:49:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:49:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa","ip_address":"192.168.120.5"}],"id":"3d8e80bb-6514-46e0-810b-dd91e7814c0d","security_groups":["541b04b3-d609-49f0-b0fb-8070815323b3"],"mac_address":"fa:16:3e:9b:51:40","project_id":"91e42923dc284a9a82ac75e444ca433d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e01340e1-9b25-41a7-add0-7da4854df30b","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:47:33Z","binding:vnic_type":"normal","device_id":"57bbfa76-fcf9-4da5-8aaf-66c9b701665a"}]} 2019-01-03 12:49:58,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-b37e1759-1c1a-4334-9ede-8f407449e6ff 2019-01-03 12:49:58,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0653820037842s 2019-01-03 12:49:58,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-b37e1759-1c1a-4334-9ede-8f407449e6ff 2019-01-03 12:49:58,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:49:58,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3d8e80bb-6514-46e0-810b-dd91e7814c0d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:58,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04640a34-ab62-412f-9f15-9126bd0c65bf Date: Thu, 03 Jan 2019 12:49:58 GMT RESP BODY: {"floatingips": []} 2019-01-03 12:49:58,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3d8e80bb-6514-46e0-810b-dd91e7814c0d used request id req-04640a34-ab62-412f-9f15-9126bd0c65bf 2019-01-03 12:49:58,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197420120239s 2019-01-03 12:49:58,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json?port_id=3d8e80bb-6514-46e0-810b-dd91e7814c0d used request id req-04640a34-ab62-412f-9f15-9126bd0c65bf 2019-01-03 12:49:58,351 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9b:51:40', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'108bcd30-956c-4e4d-b15e-596956d107a9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2019-01-03T12:49:56.000000', 'flavor': Munch({u'id': u'7f60aaed-2625-4e16-a0a1-6ab0b65e86bc'}), 'az': u'nova', 'id': u'57bbfa76-fcf9-4da5-8aaf-66c9b701665a', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'be70960fa38f4e98aac51a1db2c2141e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'91e42923dc284a9a82ac75e444ca433d', 'name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', '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'2019-01-03T12:49:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2019-01-03T12:49:57Z', 'hostId': u'5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d', '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'2019-01-03T12:49:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'91e42923dc284a9a82ac75e444ca433d', 'name': u'vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'adminPass': u'CBaFzAJYrK3P', 'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', 'region': 'regionOne', 'created': u'2019-01-03T12:47:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2019-01-03 12:49:58,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 12:49:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:58,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-120457aa-7a07-43a0-b30e-38ca358352d3 Date: Thu, 03 Jan 2019 12:49:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"],"updated_at":"2019-01-03T12:45:36Z","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","id":"e01340e1-9b25-41a7-add0-7da4854df30b","name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 12:49:58,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-120457aa-7a07-43a0-b30e-38ca358352d3 2019-01-03 12:49:58,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111215114594s 2019-01-03 12:49:58,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-120457aa-7a07-43a0-b30e-38ca358352d3 2019-01-03 12:49:58,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2019-01-03 12:49:58,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:49:58,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1d12e263-5d23-41c5-8e8f-f310cb071b56 Date: Thu, 03 Jan 2019 12:49:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2019-01-03T12:49:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa","ip_address":"192.168.120.5"}],"id":"3d8e80bb-6514-46e0-810b-dd91e7814c0d","security_groups":["541b04b3-d609-49f0-b0fb-8070815323b3"],"mac_address":"fa:16:3e:9b:51:40","project_id":"91e42923dc284a9a82ac75e444ca433d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e01340e1-9b25-41a7-add0-7da4854df30b","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:47:33Z","binding:vnic_type":"normal","device_id":"57bbfa76-fcf9-4da5-8aaf-66c9b701665a"}]} 2019-01-03 12:49:58,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-1d12e263-5d23-41c5-8e8f-f310cb071b56 2019-01-03 12:49:58,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0555720329285s 2019-01-03 12:49:58,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/ports.json?device_id=57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-1d12e263-5d23-41c5-8e8f-f310cb071b56 2019-01-03 12:49:58,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2019-01-03 12:49:58,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"floatingip": {"floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d"}}' 2019-01-03 12:50:00,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a0422076-86ba-4867-a999-92d0bb43b7c8 Date: Thu, 03 Jan 2019 12:50:00 GMT RESP BODY: {"floatingip": {"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}} 2019-01-03 12:50:00,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a0422076-86ba-4867-a999-92d0bb43b7c8 2019-01-03 12:50:00,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95249295235s 2019-01-03 12:50:00,477 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-a0422076-86ba-4867-a999-92d0bb43b7c8 2019-01-03 12:50:00,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:50:00,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:50:00,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-79841531-f98e-4008-b345-917638cee8cc Date: Thu, 03 Jan 2019 12:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}]} 2019-01-03 12:50:00,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-79841531-f98e-4008-b345-917638cee8cc 2019-01-03 12:50:00,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0265998840332s 2019-01-03 12:50:00,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-79841531-f98e-4008-b345-917638cee8cc 2019-01-03 12:50:00,517 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:50:00,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:50:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:50:00,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0a0eafce-4610-4c3f-92f5-2a19f80bb4fc Date: Thu, 03 Jan 2019 12:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}]} 2019-01-03 12:50:00,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0a0eafce-4610-4c3f-92f5-2a19f80bb4fc 2019-01-03 12:50:00,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0342309474945s 2019-01-03 12:50:00,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-0a0eafce-4610-4c3f-92f5-2a19f80bb4fc 2019-01-03 12:50:00,660 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:50:00,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:50:00,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:50:00,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f2a86057-652a-4f29-92de-4ad05f2f4735 Date: Thu, 03 Jan 2019 12:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}]} 2019-01-03 12:50:00,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f2a86057-652a-4f29-92de-4ad05f2f4735 2019-01-03 12:50:00,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0257380008698s 2019-01-03 12:50:00,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-f2a86057-652a-4f29-92de-4ad05f2f4735 2019-01-03 12:50:00,795 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:50:00,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:50:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:50:00,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c3063984-da6a-48a2-a76e-1050fbdc1d01 Date: Thu, 03 Jan 2019 12:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}]} 2019-01-03 12:50:00,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3063984-da6a-48a2-a76e-1050fbdc1d01 2019-01-03 12:50:00,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022527217865s 2019-01-03 12:50:00,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-c3063984-da6a-48a2-a76e-1050fbdc1d01 2019-01-03 12:50:00,927 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2019-01-03 12:50:01,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 12:50:01,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:50:01,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5146c145-8d9f-423b-99a6-68070a00e052 Date: Thu, 03 Jan 2019 12:50:01 GMT RESP BODY: {"floatingips": [{"router_id": "52360463-00f8-4777-a77c-90ec1e787f7b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:49:59Z", "updated_at": "2019-01-03T12:49:59Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "91e42923dc284a9a82ac75e444ca433d", "port_id": "3d8e80bb-6514-46e0-810b-dd91e7814c0d", "id": "b1ed0a2d-4f83-4b48-b57b-7106a5425495"}]} 2019-01-03 12:50:01,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5146c145-8d9f-423b-99a6-68070a00e052 2019-01-03 12:50:01,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.024386882782s 2019-01-03 12:50:01,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-5146c145-8d9f-423b-99a6-68070a00e052 2019-01-03 12:50:01,061 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'52360463-00f8-4777-a77c-90ec1e787f7b', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', 'created_at': u'2019-01-03T12:49:59Z', 'attached': True, 'updated_at': u'2019-01-03T12:49:59Z', 'id': u'b1ed0a2d-4f83-4b48-b57b-7106a5425495', 'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'91e42923dc284a9a82ac75e444ca433d', 'name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'52360463-00f8-4777-a77c-90ec1e787f7b', 'project_id': u'91e42923dc284a9a82ac75e444ca433d', 'port_id': u'3d8e80bb-6514-46e0-810b-dd91e7814c0d', 'port': u'3d8e80bb-6514-46e0-810b-dd91e7814c0d', 'network': u'd031bf89-00a9-445a-9c57-38f1941ff76d'}) 2019-01-03 12:50:01,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 12:50:01,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:50:03,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:50:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3b6cf4-f079-472b-9685-dedced13fd4e x-compute-request-id: req-fb3b6cf4-f079-472b-9685-dedced13fd4e Content-Encoding: gzip Content-Length: 10983 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 1912671271 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.301076] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.303311] pid_max: default: 32768 minimum: 301\n[ 0.304531] Security Framework initialized\n[ 0.305657] SELinux: Initializing.\n[ 0.307302] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310269] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312260] Mount-cache hash table entries: 4096\n[ 0.313698] Initializing cgroup subsys memory\n[ 0.314878] Initializing cgroup subsys devices\n[ 0.316051] Initializing cgroup subsys freezer\n[ 0.317206] Initializing cgroup subsys net_cls\n[ 0.318365] Initializing cgroup subsys blkio\n[ 0.319502] Initializing cgroup subsys perf_event\n[ 0.320698] Initializing cgroup subsys hugetlb\n[ 0.321873] Initializing cgroup subsys pids\n[ 0.323000] Initializing cgroup subsys net_prio\n[ 0.324239] CPU: Physical Processor ID: 0\n[ 0.326041] mce: CPU supports 10 MCE banks\n[ 0.327187] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328482] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329789] tlb_flushall_shift: 6\n[ 0.330986] Freeing SMP alternatives: 28k freed\n[ 0.334953] ACPI: Core revision 20130517\n[ 0.336454] ACPI: All ACPI Tables successfully acquired\n[ 0.337921] ftrace: allocating 25812 entries in 101 pages\n[ 0.360499] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.362076] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.363643] smpboot: Max logical packages: 2\n[ 0.365027] Enabling x2apic\n[ 0.365981] Enabled x2apic\n[ 0.367123] Switched APIC routing to physical x2apic.\n[ 0.369414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.370936] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.373627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.380836] KVM setup paravirtual spinlock\n[ 0.383133] smpboot: Booting Node 0, Processors #1 OK\n[ 0.384802] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.407503] Brought up 2 CPUs\n[ 0.407506] KVM setup async PF for cpu 1\n[ 0.407509] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.410731] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.412907] devtmpfs: initialized\n[ 0.415629] EVM: security.selinux\n[ 0.416636] EVM: security.ima\n[ 0.417575] EVM: security.capability\n[ 0.419219] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.420813] pinctrl core: initialized pinctrl subsystem\n[ 0.422219] NET: Registered protocol family 16\n[ 0.423609] ACPI: bus type PCI registered\n[ 0.424730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.426296] PCI: Using configuration type 1 for base access\n[ 0.431022] ACPI: Added _OSI(Module Device)\n[ 0.432184] ACPI: Added _OSI(Processor Device)\n[ 0.433307] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.434467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.437192] ACPI: Interpreter enabled\n[ 0.438229] ACPI: (supports S0 S5)\n[ 0.439195] ACPI: Using IOAPIC for interrupt routing\n[ 0.440403] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.444279] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.445680] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.447313] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.448770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.451498] acpiphp: Slot [3] registered\n[ 0.452561] acpiphp: Slot [4] registered\n[ 0.453627] acpiphp: Slot [5] registered\n[ 0.454688] acpiphp: Slot [6] registered\n[ 0.455747] acpiphp: Slot [7] registered\n[ 0.456804] acpiphp: Slot [8] registered\n[ 0.457862] acpiphp: Slot [9] registered\n[ 0.458919] acpiphp: Slot [10] registered\n[ 0.459992] acpiphp: Slot [11] registered\n[ 0.461065] acpiphp: Slot [12] registered\n[ 0.462151] acpiphp: Slot [13] registered\n[ 0.463225] acpiphp: Slot [14] registered\n[ 0.464299] acpiphp: Slot [15] registered\n[ 0.465371] acpiphp: Slot [16] registered\n[ 0.466451] acpiphp: Slot [17] registered\n[ 0.467530] acpiphp: Slot [18] registered\n[ 0.468600] acpiphp: Slot [19] registered\n[ 0.469676] acpiphp: Slot [20] registered\n[ 0.470752] acpiphp: Slot [21] registered\n[ 0.471826] acpiphp: Slot [22] registered\n[ 0.472896] acpiphp: Slot [23] registered\n[ 0.473967] acpiphp: Slot [24] registered\n[ 0.475044] acpiphp: Slot [25] registered\n[ 0.476122] acpiphp: Slot [26] registered\n[ 0.477203] acpiphp: Slot [27] registered\n[ 0.478278] acpiphp: Slot [28] registered\n[ 0.479364] acpiphp: Slot [29] registered\n[ 0.480435] acpiphp: Slot [30] registered\n[ 0.481510] acpiphp: Slot [31] registered\n[ 0.482578] PCI host bridge to bus 0000:00\n[ 0.483649] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.484921] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486387] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.487851] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.489817] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.497557] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.499102] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.500537] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.502057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.508795] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.510752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.560551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.562346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.565263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.566965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.568640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.570231] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.571797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.573891] vgaarb: loaded\n[ 0.574762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.576147] SCSI subsystem initialized\n[ 0.577216] ACPI: bus type USB registered\n[ 0.578305] usbcore: registered new interface driver usbfs\n[ 0.579608] usbcore: registered new interface driver hub\n[ 0.580895] usbcore: registered new device driver usb\n[ 0.582284] PCI: Using ACPI for IRQ routing\n[ 0.583670] NetLabel: Initializing\n[ 0.584661] NetLabel: domain hash size = 128\n[ 0.585773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.587004] NetLabel: unlabeled traffic allowed by default\n[ 0.588400] Switched to clocksource kvm-clock\n[ 0.595274] pnp: PnP ACPI init\n[ 0.596227] ACPI: bus type PNP registered\n[ 0.597645] pnp: PnP ACPI: found 5 devices\n[ 0.598733] ACPI: bus type PNP unregistered\n[ 0.605864] NET: Registered protocol family 2\n[ 0.607242] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609410] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611183] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.612719] TCP: reno registered\n[ 0.613685] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615094] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.616670] NET: Registered protocol family 1\n[ 0.617858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.620564] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660219] Unpacking initramfs...\n[ 1.057232] Freeing initrd memory: 37508k freed\n[ 1.066686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.068212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.077485] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.079002] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.080646] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.082053] Initialise system trusted keyring\n[ 1.083196] audit: initializing netlink socket (disabled)\n[ 1.084483] type=2000 audit(1546519799.235:1): initialized\n[ 1.100747] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.102199] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.104647] zpool: loaded\n[ 1.105522] zbud: loaded\n[ 1.106526] VFS: Disk quotas dquot_6.5.2\n[ 1.107602] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.109137] msgmni has been set to 7578\n[ 1.110230] Key type big_key registered\n[ 1.111788] NET: Registered protocol family 38\n[ 1.112935] Key type asymmetric registered\n[ 1.114017] Asymmetric key parser 'x509' registered\n[ 1.115227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.117245] io scheduler noop registered\n[ 1.118311] io scheduler deadline registered (default)\n[ 1.119564] io scheduler cfq registered\n[ 1.120686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.132117] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.133657] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.135630] ACPI: Power Button [PWRF]\n[ 1.136726] GHES: HEST is not enabled!\n[ 1.137800] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.162083] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.163638] Non-volatile memory driver v1.3\n[ 1.164758] Linux agpgart interface v0.103\n[ 1.165939] crash memory driver: version 1.1\n[ 1.167119] rdac: device handler registered\n[ 1.168278] hp_sw: device handler registered\n[ 1.169390] emc: device handler registered\n[ 1.170468] alua: device handler registered\n[ 1.171592] libphy: Fixed MDIO Bus: probed\n[ 1.172703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.174152] ehci-pci: EHCI PCI platform driver\n[ 1.175293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.176687] ohci-pci: OHCI PCI platform driver\n[ 1.177826] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.197880] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.199166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.201158] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.202427] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.203825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.205306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.207250] usb usb1: Product: UHCI Host Controller\n[ 1.208505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.210037] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.211252] hub 1-0:1.0: USB hub found\n[ 1.212301] hub 1-0:1.0: 2 ports detected\n[ 1.213474] usbcore: registered new interface driver usbserial\n[ 1.214837] usbcore: registered new interface driver usbserial_generic\n[ 1.216291] usbserial: USB Serial support registered for generic\n[ 1.217681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.220381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.221639] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.222955] mousedev: PS/2 mouse device common for all mice\n[ 1.224543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226954] rtc_cmos 00:00: RTC can wake from S4\n[ 1.228011] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228186] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.233853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.235662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.237501] cpuidle: using governor menu\n[ 1.238818] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.240443] usbcore: registered new interface driver usbhid\n[ 1.242050] usbhid: USB HID core driver\n[ 1.243305] drop_monitor: Initializing network drop monitor service\n[ 1.245075] TCP: cubic registered\n[ 1.246207] Initializing XFRM netlink socket\n[ 1.247624] NET: Registered protocol family 10\n[ 1.249147] NET: Registered protocol family 17\n[ 1.250709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.252424] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.254147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.256957] Loading compiled-in X.509 certificates\n[ 1.258452] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.261264] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.264487] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267321] registered taskstats version 1\n[ 1.269948] Key type trusted registered\n[ 1.272169] Key type encrypted registered\n[ 1.274385] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.276036] rtc_cmos 00:00: setting system clock to 2019-01-03 12:49:58 UTC (1546519798)\n[ 1.278728] Freeing unused kernel memory: 1680k freed\n[ 1.282918] 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.286934] systemd[1]: Detected virtualization kvm.\n[ 1.288158] systemd[1]: Detected architecture x86-64.\n[ 1.289391] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.291699] systemd[1]: No hostname configured.\n[ 1.292865] systemd[1]: Set hostname to .\n[ 1.294116] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.314463] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.316584] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.319385] systemd[1]: Reached target Paths.\n[ 1.320531] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.322419] systemd[1]: Reached target Local File Systems.\n[ 1.323740] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.325793] systemd[1]: Created slice Root Slice.\n[ 1.326975] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328912] systemd[1]: Created slice System Slice.\n[ 1.330126] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.331990] systemd[1]: Reached target Slices.\n[ 1.333142] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.335048] systemd[1]: Listening on udev Kernel Socket.\n[ 1.336317] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.339134] systemd[1]: Listening on Journal Socket.\n[ 1.340754] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.343554] systemd[1]: Listening on udev Control Socket.\n[ 1.345282] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.347943] systemd[1]: Reached target Sockets.\n[ 1.349460] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.351860] systemd[1]: Reached target Timers.\n[ 1.353371] systemd[1]: Starting Timers.\n[ 1.355148] 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 Swap.\n[ 1.360725] systemd[1]: Reached target Swap.\n[ 1.362197] systemd[1]: Starting Swap.\n[ 1.363876] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.367014] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369468] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.372775] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.382725] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.384896] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.428995] RPC: Registered named UNIX socket transport module.\n[ 1.430384] RPC: Registered udp transport module.\n[ 1.431564] RPC: Registered tcp transport module.\n[ 1.432733] 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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.515477] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.516969] scsi host0: ata_piix\n[ 1.525748] FDC 0 is a S82078B\n[ 1.532688] scsi host1: ata_piix\n[ 1.533712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.533713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.552118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.591604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.596718] 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.668955] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.670448] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.671987] usb 1-1: Product: QEMU USB Tablet\n[ 1.673107] usb 1-1: Manufacturer: QEMU\n[ 1.674146] usb 1-1: SerialNumber: 42\n[ 1.684264] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.686846] 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.769745] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.772083] XFS (vda1): Mounting V4 Filesystem\n[ 1.846859] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.061523] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.077542] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.134323] SELinux: Disabled at runtime.\n[ 2.170438] type=1404 audit(1546519799.394:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.217061] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.218832] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\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 Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.703558] systemd-journald[393]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.726812] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] [ 3.056061] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.061570] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.063652] [drm] Initialized drm 1.1.0 20060810\nReached target Sockets.[ 3.072557] type=1305 audit(1546519800.296:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n[ 3.087765] ppdev: user-space parallel port driver\n Starting NTP client/server...\n[ 3.092423] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.092423] [TTM] Initializing pool allocator\n[ 3.092426] [TTM] Initializing DMA pool allocator\n[ 3.092639] [drm] fb mappable at 0xFC000000\n[ 3.092640] [drm] vram aper at 0xFC000000\n[ 3.092640] [drm] size 33554432\n[ 3.092640] [drm] fb depth is 24\n[ 3.092641] [drm] pitch is 3072\n[ 3.125414] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.147795] Console: switching to colour frame buffer device 128x48\n[ 3.160802] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 3.168452] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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 Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.247777] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.255019] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.266937] alg: No test for crc32 (crc32-pclmul)\n[ 3.297511] intel_rapl: no valid rapl domains found in package 0\n[ 3.330035] intel_rapl: no valid rapl domains found in package 0\n[ 3.337666] intel_powerclamp: No package C-state available\n[ 3.343089] intel_powerclamp: No package C-state available[ 3.659584] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:50:01 +0000. Up 3.63 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2019-01-03 12:50:03,715 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/action used request id req-fb3b6cf4-f079-472b-9685-dedced13fd4e 2019-01-03 12:50:03,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.65350198746s 2019-01-03 12:50:03,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/action used request id req-fb3b6cf4-f079-472b-9685-dedced13fd4e 2019-01-03 12:50:03,717 - 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 1912671271 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.301076] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.303311] pid_max: default: 32768 minimum: 301 [ 0.304531] Security Framework initialized [ 0.305657] SELinux: Initializing. [ 0.307302] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310269] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312260] Mount-cache hash table entries: 4096 [ 0.313698] Initializing cgroup subsys memory [ 0.314878] Initializing cgroup subsys devices [ 0.316051] Initializing cgroup subsys freezer [ 0.317206] Initializing cgroup subsys net_cls [ 0.318365] Initializing cgroup subsys blkio [ 0.319502] Initializing cgroup subsys perf_event [ 0.320698] Initializing cgroup subsys hugetlb [ 0.321873] Initializing cgroup subsys pids [ 0.323000] Initializing cgroup subsys net_prio [ 0.324239] CPU: Physical Processor ID: 0 [ 0.326041] mce: CPU supports 10 MCE banks [ 0.327187] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328482] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329789] tlb_flushall_shift: 6 [ 0.330986] Freeing SMP alternatives: 28k freed [ 0.334953] ACPI: Core revision 20130517 [ 0.336454] ACPI: All ACPI Tables successfully acquired [ 0.337921] ftrace: allocating 25812 entries in 101 pages [ 0.360499] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.362076] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.363643] smpboot: Max logical packages: 2 [ 0.365027] Enabling x2apic [ 0.365981] Enabled x2apic [ 0.367123] Switched APIC routing to physical x2apic. [ 0.369414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.370936] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.373627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.380836] KVM setup paravirtual spinlock [ 0.383133] smpboot: Booting Node 0, Processors #1 OK [ 0.384802] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.407503] Brought up 2 CPUs [ 0.407506] KVM setup async PF for cpu 1 [ 0.407509] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.410731] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.412907] devtmpfs: initialized [ 0.415629] EVM: security.selinux [ 0.416636] EVM: security.ima [ 0.417575] EVM: security.capability [ 0.419219] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.420813] pinctrl core: initialized pinctrl subsystem [ 0.422219] NET: Registered protocol family 16 [ 0.423609] ACPI: bus type PCI registered [ 0.424730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.426296] PCI: Using configuration type 1 for base access [ 0.431022] ACPI: Added _OSI(Module Device) [ 0.432184] ACPI: Added _OSI(Processor Device) [ 0.433307] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.434467] ACPI: Added _OSI(Processor Aggregator Device) [ 0.437192] ACPI: Interpreter enabled [ 0.438229] ACPI: (supports S0 S5) [ 0.439195] ACPI: Using IOAPIC for interrupt routing [ 0.440403] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.444279] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.445680] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.447313] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.448770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.451498] acpiphp: Slot [3] registered [ 0.452561] acpiphp: Slot [4] registered [ 0.453627] acpiphp: Slot [5] registered [ 0.454688] acpiphp: Slot [6] registered [ 0.455747] acpiphp: Slot [7] registered [ 0.456804] acpiphp: Slot [8] registered [ 0.457862] acpiphp: Slot [9] registered [ 0.458919] acpiphp: Slot [10] registered [ 0.459992] acpiphp: Slot [11] registered [ 0.461065] acpiphp: Slot [12] registered [ 0.462151] acpiphp: Slot [13] registered [ 0.463225] acpiphp: Slot [14] registered [ 0.464299] acpiphp: Slot [15] registered [ 0.465371] acpiphp: Slot [16] registered [ 0.466451] acpiphp: Slot [17] registered [ 0.467530] acpiphp: Slot [18] registered [ 0.468600] acpiphp: Slot [19] registered [ 0.469676] acpiphp: Slot [20] registered [ 0.470752] acpiphp: Slot [21] registered [ 0.471826] acpiphp: Slot [22] registered [ 0.472896] acpiphp: Slot [23] registered [ 0.473967] acpiphp: Slot [24] registered [ 0.475044] acpiphp: Slot [25] registered [ 0.476122] acpiphp: Slot [26] registered [ 0.477203] acpiphp: Slot [27] registered [ 0.478278] acpiphp: Slot [28] registered [ 0.479364] acpiphp: Slot [29] registered [ 0.480435] acpiphp: Slot [30] registered [ 0.481510] acpiphp: Slot [31] registered [ 0.482578] PCI host bridge to bus 0000:00 [ 0.483649] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.484921] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486387] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.487851] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.489817] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.497557] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.499102] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.500537] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.502057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.508795] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.510752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.560551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.562346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.565263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.566965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.568640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.570231] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.571797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.573891] vgaarb: loaded [ 0.574762] vgaarb: bridge control possible 0000:00:02.0 [ 0.576147] SCSI subsystem initialized [ 0.577216] ACPI: bus type USB registered [ 0.578305] usbcore: registered new interface driver usbfs [ 0.579608] usbcore: registered new interface driver hub [ 0.580895] usbcore: registered new device driver usb [ 0.582284] PCI: Using ACPI for IRQ routing [ 0.583670] NetLabel: Initializing [ 0.584661] NetLabel: domain hash size = 128 [ 0.585773] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.587004] NetLabel: unlabeled traffic allowed by default [ 0.588400] Switched to clocksource kvm-clock [ 0.595274] pnp: PnP ACPI init [ 0.596227] ACPI: bus type PNP registered [ 0.597645] pnp: PnP ACPI: found 5 devices [ 0.598733] ACPI: bus type PNP unregistered [ 0.605864] NET: Registered protocol family 2 [ 0.607242] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609410] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611183] TCP: Hash tables configured (established 32768 bind 32768) [ 0.612719] TCP: reno registered [ 0.613685] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615094] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.616670] NET: Registered protocol family 1 [ 0.617858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619223] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620564] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660219] Unpacking initramfs... [ 1.057232] Freeing initrd memory: 37508k freed [ 1.066686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.068212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.077485] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.079002] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.080646] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.082053] Initialise system trusted keyring [ 1.083196] audit: initializing netlink socket (disabled) [ 1.084483] type=2000 audit(1546519799.235:1): initialized [ 1.100747] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.102199] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.104647] zpool: loaded [ 1.105522] zbud: loaded [ 1.106526] VFS: Disk quotas dquot_6.5.2 [ 1.107602] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.109137] msgmni has been set to 7578 [ 1.110230] Key type big_key registered [ 1.111788] NET: Registered protocol family 38 [ 1.112935] Key type asymmetric registered [ 1.114017] Asymmetric key parser 'x509' registered [ 1.115227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.117245] io scheduler noop registered [ 1.118311] io scheduler deadline registered (default) [ 1.119564] io scheduler cfq registered [ 1.120686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.132117] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.133657] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.135630] ACPI: Power Button [PWRF] [ 1.136726] GHES: HEST is not enabled! [ 1.137800] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.162083] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.163638] Non-volatile memory driver v1.3 [ 1.164758] Linux agpgart interface v0.103 [ 1.165939] crash memory driver: version 1.1 [ 1.167119] rdac: device handler registered [ 1.168278] hp_sw: device handler registered [ 1.169390] emc: device handler registered [ 1.170468] alua: device handler registered [ 1.171592] libphy: Fixed MDIO Bus: probed [ 1.172703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.174152] ehci-pci: EHCI PCI platform driver [ 1.175293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.176687] ohci-pci: OHCI PCI platform driver [ 1.177826] uhci_hcd: USB Universal Host Controller Interface driver [ 1.197880] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.199166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.201158] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.202427] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.203825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.205306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.207250] usb usb1: Product: UHCI Host Controller [ 1.208505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.210037] usb usb1: SerialNumber: 0000:00:01.2 [ 1.211252] hub 1-0:1.0: USB hub found [ 1.212301] hub 1-0:1.0: 2 ports detected [ 1.213474] usbcore: registered new interface driver usbserial [ 1.214837] usbcore: registered new interface driver usbserial_generic [ 1.216291] usbserial: USB Serial support registered for generic [ 1.217681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.220381] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.221639] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.222955] mousedev: PS/2 mouse device common for all mice [ 1.224543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226954] rtc_cmos 00:00: RTC can wake from S4 [ 1.228011] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228186] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.233853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.235662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.237501] cpuidle: using governor menu [ 1.238818] hidraw: raw HID events driver (C) Jiri Kosina [ 1.240443] usbcore: registered new interface driver usbhid [ 1.242050] usbhid: USB HID core driver [ 1.243305] drop_monitor: Initializing network drop monitor service [ 1.245075] TCP: cubic registered [ 1.246207] Initializing XFRM netlink socket [ 1.247624] NET: Registered protocol family 10 [ 1.249147] NET: Registered protocol family 17 [ 1.250709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.252424] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.254147] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.256957] Loading compiled-in X.509 certificates [ 1.258452] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.261264] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.264487] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267321] registered taskstats version 1 [ 1.269948] Key type trusted registered [ 1.272169] Key type encrypted registered [ 1.274385] IMA: No TPM chip found, activating TPM-bypass! [ 1.276036] rtc_cmos 00:00: setting system clock to 2019-01-03 12:49:58 UTC (1546519798) [ 1.278728] Freeing unused kernel memory: 1680k freed [ 1.282918] 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.286934] systemd[1]: Detected virtualization kvm. [ 1.288158] systemd[1]: Detected architecture x86-64. [ 1.289391] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.291699] systemd[1]: No hostname configured. [ 1.292865] systemd[1]: Set hostname to . [ 1.294116] systemd[1]: Initializing machine ID from KVM UUID. [ 1.314463] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.316584] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.319385] systemd[1]: Reached target Paths. [ 1.320531] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.322419] systemd[1]: Reached target Local File Systems. [ 1.323740] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.325793] systemd[1]: Created slice Root Slice. [ 1.326975] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328912] systemd[1]: Created slice System Slice. [ 1.330126] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.331990] systemd[1]: Reached target Slices. [ 1.333142] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.335048] systemd[1]: Listening on udev Kernel Socket. [ 1.336317] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.339134] systemd[1]: Listening on Journal Socket. [ 1.340754] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.343554] systemd[1]: Listening on udev Control Socket. [ 1.345282] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.347943] systemd[1]: Reached target Sockets. [ 1.349460] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.351860] systemd[1]: Reached target Timers. [ 1.353371] systemd[1]: Starting Timers. [ 1.355148] 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 Swap. [ 1.360725] systemd[1]: Reached target Swap. [ 1.362197] systemd[1]: Starting Swap. [ 1.363876] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.367014] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369468] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.372775] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.382725] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.384896] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.428995] RPC: Registered named UNIX socket transport module. [ 1.430384] RPC: Registered udp transport module. [ 1.431564] RPC: Registered tcp transport module. [ 1.432733] 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.515477] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.516969] scsi host0: ata_piix [ 1.525748] FDC 0 is a S82078B [ 1.532688] scsi host1: ata_piix [ 1.533712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.533713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.552118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.591604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.596718] 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.668955] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.670448] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.671987] usb 1-1: Product: QEMU USB Tablet [ 1.673107] usb 1-1: Manufacturer: QEMU [ 1.674146] usb 1-1: SerialNumber: 42 [ 1.684264] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.686846] 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.769745] SGI XFS with ACLs, security attributes, no debug enabled [ 1.772083] XFS (vda1): Mounting V4 Filesystem [ 1.846859] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[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 udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.061523] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.077542] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 2.134323] SELinux: Disabled at runtime. [ 2.170438] type=1404 audit(1546519799.394:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.217061] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218832] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Reached target Swap. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[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 Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.703558] systemd-journald[393]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.726812] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] [ 3.056061] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.061570] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.063652] [drm] Initialized drm 1.1.0 20060810 Reached target Sockets.[ 3.072557] type=1305 audit(1546519800.296:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... [ 3.087765] ppdev: user-space parallel port driver Starting NTP client/server... [ 3.092423] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.092423] [TTM] Initializing pool allocator [ 3.092426] [TTM] Initializing DMA pool allocator [ 3.092639] [drm] fb mappable at 0xFC000000 [ 3.092640] [drm] vram aper at 0xFC000000 [ 3.092640] [drm] size 33554432 [ 3.092640] [drm] fb depth is 24 [ 3.092641] [drm] pitch is 3072 [ 3.125414] fbcon: cirrusdrmfb (fb0) is primary device [ 3.147795] Console: switching to colour frame buffer device 128x48 [ 3.160802] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 3.168452] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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 Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.247777] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.255019] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.266937] alg: No test for crc32 (crc32-pclmul) [ 3.297511] intel_rapl: no valid rapl domains found in package 0 [ 3.330035] intel_rapl: no valid rapl domains found in package 0 [ 3.337666] intel_powerclamp: No package C-state available [ 3.343089] intel_powerclamp: No package C-state available[ 3.659584] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:50:01 +0000. Up 3.63 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2019-01-03 12:50:04,721 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2019-01-03 12:50:13,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2019-01-03 12:50:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"os-getConsoleOutput": {"length": null}}' 2019-01-03 12:50:14,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:50: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-c756e100-2acb-4c6f-8b49-a05565ea94c9 x-compute-request-id: req-c756e100-2acb-4c6f-8b49-a05565ea94c9 Content-Encoding: gzip Content-Length: 12764 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 1912671271 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.301076] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.303311] pid_max: default: 32768 minimum: 301\n[ 0.304531] Security Framework initialized\n[ 0.305657] SELinux: Initializing.\n[ 0.307302] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310269] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.312260] Mount-cache hash table entries: 4096\n[ 0.313698] Initializing cgroup subsys memory\n[ 0.314878] Initializing cgroup subsys devices\n[ 0.316051] Initializing cgroup subsys freezer\n[ 0.317206] Initializing cgroup subsys net_cls\n[ 0.318365] Initializing cgroup subsys blkio\n[ 0.319502] Initializing cgroup subsys perf_event\n[ 0.320698] Initializing cgroup subsys hugetlb\n[ 0.321873] Initializing cgroup subsys pids\n[ 0.323000] Initializing cgroup subsys net_prio\n[ 0.324239] CPU: Physical Processor ID: 0\n[ 0.326041] mce: CPU supports 10 MCE banks\n[ 0.327187] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328482] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.329789] tlb_flushall_shift: 6\n[ 0.330986] Freeing SMP alternatives: 28k freed\n[ 0.334953] ACPI: Core revision 20130517\n[ 0.336454] ACPI: All ACPI Tables successfully acquired\n[ 0.337921] ftrace: allocating 25812 entries in 101 pages\n[ 0.360499] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.362076] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.363643] smpboot: Max logical packages: 2\n[ 0.365027] Enabling x2apic\n[ 0.365981] Enabled x2apic\n[ 0.367123] Switched APIC routing to physical x2apic.\n[ 0.369414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.370936] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.373627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.380836] KVM setup paravirtual spinlock\n[ 0.383133] smpboot: Booting Node 0, Processors #1 OK\n[ 0.384802] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.407503] Brought up 2 CPUs\n[ 0.407506] KVM setup async PF for cpu 1\n[ 0.407509] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.410731] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.412907] devtmpfs: initialized\n[ 0.415629] EVM: security.selinux\n[ 0.416636] EVM: security.ima\n[ 0.417575] EVM: security.capability\n[ 0.419219] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.420813] pinctrl core: initialized pinctrl subsystem\n[ 0.422219] NET: Registered protocol family 16\n[ 0.423609] ACPI: bus type PCI registered\n[ 0.424730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.426296] PCI: Using configuration type 1 for base access\n[ 0.431022] ACPI: Added _OSI(Module Device)\n[ 0.432184] ACPI: Added _OSI(Processor Device)\n[ 0.433307] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.434467] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.437192] ACPI: Interpreter enabled\n[ 0.438229] ACPI: (supports S0 S5)\n[ 0.439195] ACPI: Using IOAPIC for interrupt routing\n[ 0.440403] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.444279] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.445680] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.447313] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.448770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.451498] acpiphp: Slot [3] registered\n[ 0.452561] acpiphp: Slot [4] registered\n[ 0.453627] acpiphp: Slot [5] registered\n[ 0.454688] acpiphp: Slot [6] registered\n[ 0.455747] acpiphp: Slot [7] registered\n[ 0.456804] acpiphp: Slot [8] registered\n[ 0.457862] acpiphp: Slot [9] registered\n[ 0.458919] acpiphp: Slot [10] registered\n[ 0.459992] acpiphp: Slot [11] registered\n[ 0.461065] acpiphp: Slot [12] registered\n[ 0.462151] acpiphp: Slot [13] registered\n[ 0.463225] acpiphp: Slot [14] registered\n[ 0.464299] acpiphp: Slot [15] registered\n[ 0.465371] acpiphp: Slot [16] registered\n[ 0.466451] acpiphp: Slot [17] registered\n[ 0.467530] acpiphp: Slot [18] registered\n[ 0.468600] acpiphp: Slot [19] registered\n[ 0.469676] acpiphp: Slot [20] registered\n[ 0.470752] acpiphp: Slot [21] registered\n[ 0.471826] acpiphp: Slot [22] registered\n[ 0.472896] acpiphp: Slot [23] registered\n[ 0.473967] acpiphp: Slot [24] registered\n[ 0.475044] acpiphp: Slot [25] registered\n[ 0.476122] acpiphp: Slot [26] registered\n[ 0.477203] acpiphp: Slot [27] registered\n[ 0.478278] acpiphp: Slot [28] registered\n[ 0.479364] acpiphp: Slot [29] registered\n[ 0.480435] acpiphp: Slot [30] registered\n[ 0.481510] acpiphp: Slot [31] registered\n[ 0.482578] PCI host bridge to bus 0000:00\n[ 0.483649] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.484921] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.486387] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.487851] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.489817] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.497557] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.499102] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.500537] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.502057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.508795] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.510752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.560551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.562346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.565263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.566965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.568640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.570231] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.571797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.573891] vgaarb: loaded\n[ 0.574762] vgaarb: bridge control possible 0000:00:02.0\n[ 0.576147] SCSI subsystem initialized\n[ 0.577216] ACPI: bus type USB registered\n[ 0.578305] usbcore: registered new interface driver usbfs\n[ 0.579608] usbcore: registered new interface driver hub\n[ 0.580895] usbcore: registered new device driver usb\n[ 0.582284] PCI: Using ACPI for IRQ routing\n[ 0.583670] NetLabel: Initializing\n[ 0.584661] NetLabel: domain hash size = 128\n[ 0.585773] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.587004] NetLabel: unlabeled traffic allowed by default\n[ 0.588400] Switched to clocksource kvm-clock\n[ 0.595274] pnp: PnP ACPI init\n[ 0.596227] ACPI: bus type PNP registered\n[ 0.597645] pnp: PnP ACPI: found 5 devices\n[ 0.598733] ACPI: bus type PNP unregistered\n[ 0.605864] NET: Registered protocol family 2\n[ 0.607242] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609410] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611183] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.612719] TCP: reno registered\n[ 0.613685] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615094] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.616670] NET: Registered protocol family 1\n[ 0.617858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619223] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.620564] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660219] Unpacking initramfs...\n[ 1.057232] Freeing initrd memory: 37508k freed\n[ 1.066686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.068212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.077485] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.079002] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.080646] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.082053] Initialise system trusted keyring\n[ 1.083196] audit: initializing netlink socket (disabled)\n[ 1.084483] type=2000 audit(1546519799.235:1): initialized\n[ 1.100747] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.102199] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.104647] zpool: loaded\n[ 1.105522] zbud: loaded\n[ 1.106526] VFS: Disk quotas dquot_6.5.2\n[ 1.107602] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.109137] msgmni has been set to 7578\n[ 1.110230] Key type big_key registered\n[ 1.111788] NET: Registered protocol family 38\n[ 1.112935] Key type asymmetric registered\n[ 1.114017] Asymmetric key parser 'x509' registered\n[ 1.115227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.117245] io scheduler noop registered\n[ 1.118311] io scheduler deadline registered (default)\n[ 1.119564] io scheduler cfq registered\n[ 1.120686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.132117] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.133657] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.135630] ACPI: Power Button [PWRF]\n[ 1.136726] GHES: HEST is not enabled!\n[ 1.137800] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.162083] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.163638] Non-volatile memory driver v1.3\n[ 1.164758] Linux agpgart interface v0.103\n[ 1.165939] crash memory driver: version 1.1\n[ 1.167119] rdac: device handler registered\n[ 1.168278] hp_sw: device handler registered\n[ 1.169390] emc: device handler registered\n[ 1.170468] alua: device handler registered\n[ 1.171592] libphy: Fixed MDIO Bus: probed\n[ 1.172703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.174152] ehci-pci: EHCI PCI platform driver\n[ 1.175293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.176687] ohci-pci: OHCI PCI platform driver\n[ 1.177826] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.197880] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.199166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.201158] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.202427] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.203825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.205306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.207250] usb usb1: Product: UHCI Host Controller\n[ 1.208505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.210037] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.211252] hub 1-0:1.0: USB hub found\n[ 1.212301] hub 1-0:1.0: 2 ports detected\n[ 1.213474] usbcore: registered new interface driver usbserial\n[ 1.214837] usbcore: registered new interface driver usbserial_generic\n[ 1.216291] usbserial: USB Serial support registered for generic\n[ 1.217681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.220381] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.221639] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.222955] mousedev: PS/2 mouse device common for all mice\n[ 1.224543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.226954] rtc_cmos 00:00: RTC can wake from S4\n[ 1.228011] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.228186] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.233853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.235662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.237501] cpuidle: using governor menu\n[ 1.238818] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.240443] usbcore: registered new interface driver usbhid\n[ 1.242050] usbhid: USB HID core driver\n[ 1.243305] drop_monitor: Initializing network drop monitor service\n[ 1.245075] TCP: cubic registered\n[ 1.246207] Initializing XFRM netlink socket\n[ 1.247624] NET: Registered protocol family 10\n[ 1.249147] NET: Registered protocol family 17\n[ 1.250709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.252424] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.254147] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.256957] Loading compiled-in X.509 certificates\n[ 1.258452] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.261264] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.264487] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.267321] registered taskstats version 1\n[ 1.269948] Key type trusted registered\n[ 1.272169] Key type encrypted registered\n[ 1.274385] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.276036] rtc_cmos 00:00: setting system clock to 2019-01-03 12:49:58 UTC (1546519798)\n[ 1.278728] Freeing unused kernel memory: 1680k freed\n[ 1.282918] 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.286934] systemd[1]: Detected virtualization kvm.\n[ 1.288158] systemd[1]: Detected architecture x86-64.\n[ 1.289391] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.291699] systemd[1]: No hostname configured.\n[ 1.292865] systemd[1]: Set hostname to .\n[ 1.294116] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.314463] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.316584] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.319385] systemd[1]: Reached target Paths.\n[ 1.320531] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.322419] systemd[1]: Reached target Local File Systems.\n[ 1.323740] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.325793] systemd[1]: Created slice Root Slice.\n[ 1.326975] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.328912] systemd[1]: Created slice System Slice.\n[ 1.330126] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.331990] systemd[1]: Reached target Slices.\n[ 1.333142] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.335048] systemd[1]: Listening on udev Kernel Socket.\n[ 1.336317] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.339134] systemd[1]: Listening on Journal Socket.\n[ 1.340754] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.343554] systemd[1]: Listening on udev Control Socket.\n[ 1.345282] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.347943] systemd[1]: Reached target Sockets.\n[ 1.349460] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.351860] systemd[1]: Reached target Timers.\n[ 1.353371] systemd[1]: Starting Timers.\n[ 1.355148] 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 Swap.\n[ 1.360725] systemd[1]: Reached target Swap.\n[ 1.362197] systemd[1]: Starting Swap.\n[ 1.363876] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.367014] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369468] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.372775] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.382725] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.384896] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.428995] RPC: Registered named UNIX socket transport module.\n[ 1.430384] RPC: Registered udp transport module.\n[ 1.431564] RPC: Registered tcp transport module.\n[ 1.432733] 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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.515477] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.516969] scsi host0: ata_piix\n[ 1.525748] FDC 0 is a S82078B\n[ 1.532688] scsi host1: ata_piix\n[ 1.533712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.533713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.552118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.591604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.596718] 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.668955] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.670448] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.671987] usb 1-1: Product: QEMU USB Tablet\n[ 1.673107] usb 1-1: Manufacturer: QEMU\n[ 1.674146] usb 1-1: SerialNumber: 42\n[ 1.684264] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.686846] 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.769745] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.772083] XFS (vda1): Mounting V4 Filesystem\n[ 1.846859] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.061523] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.077542] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.134323] SELinux: Disabled at runtime.\n[ 2.170438] type=1404 audit(1546519799.394:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.217061] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.218832] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\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 Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[ 2.703558] systemd-journald[393]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[ 2.726812] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] [ 3.056061] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.061570] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.063652] [drm] Initialized drm 1.1.0 20060810\nReached target Sockets.[ 3.072557] type=1305 audit(1546519800.296:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1\n\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n[ 3.087765] ppdev: user-space parallel port driver\n Starting NTP client/server...\n[ 3.092423] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.092423] [TTM] Initializing pool allocator\n[ 3.092426] [TTM] Initializing DMA pool allocator\n[ 3.092639] [drm] fb mappable at 0xFC000000\n[ 3.092640] [drm] vram aper at 0xFC000000\n[ 3.092640] [drm] size 33554432\n[ 3.092640] [drm] fb depth is 24\n[ 3.092641] [drm] pitch is 3072\n[ 3.125414] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.147795] Console: switching to colour frame buffer device 128x48\n[ 3.160802] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 3.168452] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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 Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.247777] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.255019] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.266937] alg: No test for crc32 (crc32-pclmul)\n[ 3.297511] intel_rapl: no valid rapl domains found in package 0\n[ 3.330035] intel_rapl: no valid rapl domains found in package 0\n[ 3.337666] intel_powerclamp: No package C-state available\n[ 3.343089] intel_powerclamp: No package C-state available[ 3.659584] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:50:01 +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 Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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: Starts Logstash as a daemon....\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting System Logging 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 LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started nginx - high performance web server.\n[ 5.807663] cloud-init[789]: Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:50:03 +0000. Up 5.77 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.829052] cloud-init[789]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.831474] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.834804] cloud-init[789]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.840659] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.849298] cloud-init[789]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.856340] cloud-init[789]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:9b:51:40 |\n[ 5.874806] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.882634] cloud-init[789]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.886850] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.899334] cloud-init[789]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.910662] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.918944] cloud-init[789]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.924587] cloud-init[789]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH |\n[ 5.940756] cloud-init[789]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.942921] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.047254] cloud-init[3110]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:50:07 +0000. Up 9.92 seconds.\n[ 10.641744] cloud-init[3498]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:50:08 +0000. Up 10.59 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 | c3:b1:09:dd:bf:d3:1a:51:10:4e:e4:8f:3b:d0:89:5f | - | 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.705777] cloud-init[3498]: Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:50:08 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.70 seconds\n"} 2019-01-03 12:50:14,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/action used request id req-c756e100-2acb-4c6f-8b49-a05565ea94c9 2019-01-03 12:50:14,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.16221618652s 2019-01-03 12:50:14,894 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a/action used request id req-c756e100-2acb-4c6f-8b49-a05565ea94c9 2019-01-03 12:50:14,895 - 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 1912671271 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.301076] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.303311] pid_max: default: 32768 minimum: 301 [ 0.304531] Security Framework initialized [ 0.305657] SELinux: Initializing. [ 0.307302] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310269] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.312260] Mount-cache hash table entries: 4096 [ 0.313698] Initializing cgroup subsys memory [ 0.314878] Initializing cgroup subsys devices [ 0.316051] Initializing cgroup subsys freezer [ 0.317206] Initializing cgroup subsys net_cls [ 0.318365] Initializing cgroup subsys blkio [ 0.319502] Initializing cgroup subsys perf_event [ 0.320698] Initializing cgroup subsys hugetlb [ 0.321873] Initializing cgroup subsys pids [ 0.323000] Initializing cgroup subsys net_prio [ 0.324239] CPU: Physical Processor ID: 0 [ 0.326041] mce: CPU supports 10 MCE banks [ 0.327187] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328482] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.329789] tlb_flushall_shift: 6 [ 0.330986] Freeing SMP alternatives: 28k freed [ 0.334953] ACPI: Core revision 20130517 [ 0.336454] ACPI: All ACPI Tables successfully acquired [ 0.337921] ftrace: allocating 25812 entries in 101 pages [ 0.360499] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.362076] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.363643] smpboot: Max logical packages: 2 [ 0.365027] Enabling x2apic [ 0.365981] Enabled x2apic [ 0.367123] Switched APIC routing to physical x2apic. [ 0.369414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.370936] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.373627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.380836] KVM setup paravirtual spinlock [ 0.383133] smpboot: Booting Node 0, Processors #1 OK [ 0.384802] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.407503] Brought up 2 CPUs [ 0.407506] KVM setup async PF for cpu 1 [ 0.407509] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.410731] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.412907] devtmpfs: initialized [ 0.415629] EVM: security.selinux [ 0.416636] EVM: security.ima [ 0.417575] EVM: security.capability [ 0.419219] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.420813] pinctrl core: initialized pinctrl subsystem [ 0.422219] NET: Registered protocol family 16 [ 0.423609] ACPI: bus type PCI registered [ 0.424730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.426296] PCI: Using configuration type 1 for base access [ 0.431022] ACPI: Added _OSI(Module Device) [ 0.432184] ACPI: Added _OSI(Processor Device) [ 0.433307] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.434467] ACPI: Added _OSI(Processor Aggregator Device) [ 0.437192] ACPI: Interpreter enabled [ 0.438229] ACPI: (supports S0 S5) [ 0.439195] ACPI: Using IOAPIC for interrupt routing [ 0.440403] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.444279] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.445680] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.447313] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.448770] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.451498] acpiphp: Slot [3] registered [ 0.452561] acpiphp: Slot [4] registered [ 0.453627] acpiphp: Slot [5] registered [ 0.454688] acpiphp: Slot [6] registered [ 0.455747] acpiphp: Slot [7] registered [ 0.456804] acpiphp: Slot [8] registered [ 0.457862] acpiphp: Slot [9] registered [ 0.458919] acpiphp: Slot [10] registered [ 0.459992] acpiphp: Slot [11] registered [ 0.461065] acpiphp: Slot [12] registered [ 0.462151] acpiphp: Slot [13] registered [ 0.463225] acpiphp: Slot [14] registered [ 0.464299] acpiphp: Slot [15] registered [ 0.465371] acpiphp: Slot [16] registered [ 0.466451] acpiphp: Slot [17] registered [ 0.467530] acpiphp: Slot [18] registered [ 0.468600] acpiphp: Slot [19] registered [ 0.469676] acpiphp: Slot [20] registered [ 0.470752] acpiphp: Slot [21] registered [ 0.471826] acpiphp: Slot [22] registered [ 0.472896] acpiphp: Slot [23] registered [ 0.473967] acpiphp: Slot [24] registered [ 0.475044] acpiphp: Slot [25] registered [ 0.476122] acpiphp: Slot [26] registered [ 0.477203] acpiphp: Slot [27] registered [ 0.478278] acpiphp: Slot [28] registered [ 0.479364] acpiphp: Slot [29] registered [ 0.480435] acpiphp: Slot [30] registered [ 0.481510] acpiphp: Slot [31] registered [ 0.482578] PCI host bridge to bus 0000:00 [ 0.483649] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.484921] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.486387] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.487851] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.489817] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.497557] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.499102] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.500537] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.502057] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.508795] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.510752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.560551] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.562346] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.565263] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.566965] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.568640] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.570231] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.571797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.573891] vgaarb: loaded [ 0.574762] vgaarb: bridge control possible 0000:00:02.0 [ 0.576147] SCSI subsystem initialized [ 0.577216] ACPI: bus type USB registered [ 0.578305] usbcore: registered new interface driver usbfs [ 0.579608] usbcore: registered new interface driver hub [ 0.580895] usbcore: registered new device driver usb [ 0.582284] PCI: Using ACPI for IRQ routing [ 0.583670] NetLabel: Initializing [ 0.584661] NetLabel: domain hash size = 128 [ 0.585773] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.587004] NetLabel: unlabeled traffic allowed by default [ 0.588400] Switched to clocksource kvm-clock [ 0.595274] pnp: PnP ACPI init [ 0.596227] ACPI: bus type PNP registered [ 0.597645] pnp: PnP ACPI: found 5 devices [ 0.598733] ACPI: bus type PNP unregistered [ 0.605864] NET: Registered protocol family 2 [ 0.607242] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609410] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611183] TCP: Hash tables configured (established 32768 bind 32768) [ 0.612719] TCP: reno registered [ 0.613685] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615094] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.616670] NET: Registered protocol family 1 [ 0.617858] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619223] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620564] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640453] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660219] Unpacking initramfs... [ 1.057232] Freeing initrd memory: 37508k freed [ 1.066686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.068212] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.077485] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.079002] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.080646] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.082053] Initialise system trusted keyring [ 1.083196] audit: initializing netlink socket (disabled) [ 1.084483] type=2000 audit(1546519799.235:1): initialized [ 1.100747] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.102199] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.104647] zpool: loaded [ 1.105522] zbud: loaded [ 1.106526] VFS: Disk quotas dquot_6.5.2 [ 1.107602] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.109137] msgmni has been set to 7578 [ 1.110230] Key type big_key registered [ 1.111788] NET: Registered protocol family 38 [ 1.112935] Key type asymmetric registered [ 1.114017] Asymmetric key parser 'x509' registered [ 1.115227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.117245] io scheduler noop registered [ 1.118311] io scheduler deadline registered (default) [ 1.119564] io scheduler cfq registered [ 1.120686] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.132117] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.133657] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.135630] ACPI: Power Button [PWRF] [ 1.136726] GHES: HEST is not enabled! [ 1.137800] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.162083] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.163638] Non-volatile memory driver v1.3 [ 1.164758] Linux agpgart interface v0.103 [ 1.165939] crash memory driver: version 1.1 [ 1.167119] rdac: device handler registered [ 1.168278] hp_sw: device handler registered [ 1.169390] emc: device handler registered [ 1.170468] alua: device handler registered [ 1.171592] libphy: Fixed MDIO Bus: probed [ 1.172703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.174152] ehci-pci: EHCI PCI platform driver [ 1.175293] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.176687] ohci-pci: OHCI PCI platform driver [ 1.177826] uhci_hcd: USB Universal Host Controller Interface driver [ 1.197880] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.199166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.201158] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.202427] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.203825] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.205306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.207250] usb usb1: Product: UHCI Host Controller [ 1.208505] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.210037] usb usb1: SerialNumber: 0000:00:01.2 [ 1.211252] hub 1-0:1.0: USB hub found [ 1.212301] hub 1-0:1.0: 2 ports detected [ 1.213474] usbcore: registered new interface driver usbserial [ 1.214837] usbcore: registered new interface driver usbserial_generic [ 1.216291] usbserial: USB Serial support registered for generic [ 1.217681] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.220381] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.221639] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.222955] mousedev: PS/2 mouse device common for all mice [ 1.224543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.226954] rtc_cmos 00:00: RTC can wake from S4 [ 1.228011] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.228186] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.233853] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.235662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.237501] cpuidle: using governor menu [ 1.238818] hidraw: raw HID events driver (C) Jiri Kosina [ 1.240443] usbcore: registered new interface driver usbhid [ 1.242050] usbhid: USB HID core driver [ 1.243305] drop_monitor: Initializing network drop monitor service [ 1.245075] TCP: cubic registered [ 1.246207] Initializing XFRM netlink socket [ 1.247624] NET: Registered protocol family 10 [ 1.249147] NET: Registered protocol family 17 [ 1.250709] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.252424] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.254147] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.256957] Loading compiled-in X.509 certificates [ 1.258452] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.261264] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.264487] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.267321] registered taskstats version 1 [ 1.269948] Key type trusted registered [ 1.272169] Key type encrypted registered [ 1.274385] IMA: No TPM chip found, activating TPM-bypass! [ 1.276036] rtc_cmos 00:00: setting system clock to 2019-01-03 12:49:58 UTC (1546519798) [ 1.278728] Freeing unused kernel memory: 1680k freed [ 1.282918] 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.286934] systemd[1]: Detected virtualization kvm. [ 1.288158] systemd[1]: Detected architecture x86-64. [ 1.289391] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.291699] systemd[1]: No hostname configured. [ 1.292865] systemd[1]: Set hostname to . [ 1.294116] systemd[1]: Initializing machine ID from KVM UUID. [ 1.314463] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.316584] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.319385] systemd[1]: Reached target Paths. [ 1.320531] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.322419] systemd[1]: Reached target Local File Systems. [ 1.323740] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.325793] systemd[1]: Created slice Root Slice. [ 1.326975] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.328912] systemd[1]: Created slice System Slice. [ 1.330126] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.331990] systemd[1]: Reached target Slices. [ 1.333142] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.335048] systemd[1]: Listening on udev Kernel Socket. [ 1.336317] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.339134] systemd[1]: Listening on Journal Socket. [ 1.340754] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.343554] systemd[1]: Listening on udev Control Socket. [ 1.345282] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.347943] systemd[1]: Reached target Sockets. [ 1.349460] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.351860] systemd[1]: Reached target Timers. [ 1.353371] systemd[1]: Starting Timers. [ 1.355148] 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 Swap. [ 1.360725] systemd[1]: Reached target Swap. [ 1.362197] systemd[1]: Starting Swap. [ 1.363876] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.367014] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369468] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.372775] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.382725] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.384896] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.428995] RPC: Registered named UNIX socket transport module. [ 1.430384] RPC: Registered udp transport module. [ 1.431564] RPC: Registered tcp transport module. [ 1.432733] 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.515477] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.516969] scsi host0: ata_piix [ 1.525748] FDC 0 is a S82078B [ 1.532688] scsi host1: ata_piix [ 1.533712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.533713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.552118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.591604] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.596718] 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.668955] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.670448] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.671987] usb 1-1: Product: QEMU USB Tablet [ 1.673107] usb 1-1: Manufacturer: QEMU [ 1.674146] usb 1-1: SerialNumber: 42 [ 1.684264] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.686846] 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.769745] SGI XFS with ACLs, security attributes, no debug enabled [ 1.772083] XFS (vda1): Mounting V4 Filesystem [ 1.846859] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[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 udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.061523] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.077542] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 2.134323] SELinux: Disabled at runtime. [ 2.170438] type=1404 audit(1546519799.394:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.217061] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.218832] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Debug File System... [[32m OK [0m] Reached target Swap. Starting Apply Kernel Variables... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[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 Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.703558] systemd-journald[393]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [ 2.726812] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] [ 3.056061] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.061570] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.063652] [drm] Initialized drm 1.1.0 20060810 Reached target Sockets.[ 3.072557] type=1305 audit(1546519800.296:3): audit_pid=439 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... [ 3.087765] ppdev: user-space parallel port driver Starting NTP client/server... [ 3.092423] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.092423] [TTM] Initializing pool allocator [ 3.092426] [TTM] Initializing DMA pool allocator [ 3.092639] [drm] fb mappable at 0xFC000000 [ 3.092640] [drm] vram aper at 0xFC000000 [ 3.092640] [drm] size 33554432 [ 3.092640] [drm] fb depth is 24 [ 3.092641] [drm] pitch is 3072 [ 3.125414] fbcon: cirrusdrmfb (fb0) is primary device [ 3.147795] Console: switching to colour frame buffer device 128x48 [ 3.160802] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 3.168452] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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 Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.247777] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.255019] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.266937] alg: No test for crc32 (crc32-pclmul) [ 3.297511] intel_rapl: no valid rapl domains found in package 0 [ 3.330035] intel_rapl: no valid rapl domains found in package 0 [ 3.337666] intel_powerclamp: No package C-state available [ 3.343089] intel_powerclamp: No package C-state available[ 3.659584] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 03 Jan 2019 12:50:01 +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 Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting System Logging 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 LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started nginx - high performance web server. [ 5.807663] cloud-init[789]: Cloud-init v. 0.7.5 running 'init' at Thu, 03 Jan 2019 12:50:03 +0000. Up 5.77 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.829052] cloud-init[789]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.831474] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.834804] cloud-init[789]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.840659] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.849298] cloud-init[789]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.856340] cloud-init[789]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:9b:51:40 | [ 5.874806] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.882634] cloud-init[789]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.886850] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.899334] cloud-init[789]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.910662] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.918944] cloud-init[789]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.924587] cloud-init[789]: ci-info: | 1 | 169.254.169.254 | 192.168.120.4 | 255.255.255.255 | eth0 | UGH | [ 5.940756] cloud-init[789]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.942921] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.047254] cloud-init[3110]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 03 Jan 2019 12:50:07 +0000. Up 9.92 seconds. [ 10.641744] cloud-init[3498]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 03 Jan 2019 12:50:08 +0000. Up 10.59 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 | c3:b1:09:dd:bf:d3:1a:51:10:4e:e4:8f:3b:d0:89:5f | - | 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.705777] cloud-init[3498]: Cloud-init v. 0.7.5 finished at Thu, 03 Jan 2019 12:50:08 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.70 seconds 2019-01-03 12:50:14,898 - paramiko.transport - DEBUG - starting thread (client mode): 0x90a4b6d0L 2019-01-03 12:50:14,899 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:50:14,914 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2019-01-03 12:50:14,915 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2019-01-03 12:50:14,939 - 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 2019-01-03 12:50:14,939 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2019-01-03 12:50:14,939 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2019-01-03 12:50:14,940 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:50:14,940 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2019-01-03 12:50:14,940 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:50:14,947 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2019-01-03 12:50:14,948 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:50:14,962 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: 4c1f7c71f5a98b8370f02ab218eae423 2019-01-03 12:50:14,963 - paramiko.transport - DEBUG - Trying key c3b109ddbfd31a51104ee48f3bd0895f from /tmp/tmp9xpJTY 2019-01-03 12:50:14,987 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:50:15,017 - paramiko.transport - INFO - Authentication (publickey) successful! 2019-01-03 12:50:15,028 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2019-01-03 12:50:15,028 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2019-01-03 12:50:15,028 - functest.core.cloudify - INFO - Attemps running status of the Manager 2019-01-03 12:50:15,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:50:15,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5171, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5187, "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": 1749, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5159, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4775, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5143, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-03 12:50:15,498 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:50:15,498 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:50:13 GMT 2019-01-03 12:50:15,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:50:15,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-03 12:50:15,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:50:15,498 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5171, 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': 5187, 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': 1749, 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': 5159, 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': 868, 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': 798, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 809, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4775, 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': 5143, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2019-01-03 12:50:15,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2019-01-03 12:50:15,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:50:15,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:50:15,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5171, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5187, "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": 1749, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5159, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4775, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5143, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:50:14 GMT 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2019-01-03 12:50:15,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:50:15,726 - functest.core.cloudify - INFO - The current manager status is running 2019-01-03 12:50:15,726 - 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"} 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:50:15,813 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:50:14.104Z", "updated_at": "2019-01-03T12:50:14.105Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:50:14 GMT 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-03 12:50:15,814 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:50:15,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2019-01-03 12:50:15,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:50:15,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:50:15,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:50:15,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:50:14.104Z", "updated_at": "2019-01-03T12:50:14.105Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:50:14 GMT 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2019-01-03 12:50:15,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:50:15,893 - functest.core.cloudify - DEBUG - List secrets: 2019-01-03 12:50:15,893 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/secrets/foo 2019-01-03 12:50:15,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:50:15,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:50:15,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2019-01-03T12:50:14.104Z", "updated_at": "2019-01-03T12:50:14.105Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:50:14 GMT 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:50:15,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2019-01-03 12:50:15,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:50:15,961 - functest.core.cloudify - INFO - Secrets API successfully reached 2019-01-03 12:50:15,961 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2019-01-03 12:50:15,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2019-01-03 12:50:15,962 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:50:15,963 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:50:15,964 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:50:15,978 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:50:16,126 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2019-01-03 12:50:16,127 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2019-01-03 12:50:16,128 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2019-01-03 12:50:16,129 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2019-01-03 12:50:16,129 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2019-01-03 12:50:16,138 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2019-01-03 12:50:58,304 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2019-01-03 12:50:58,305 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.syringanetworks.net * extras: mirror.tocici.com * updates: mirror.fileplanet.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 16 MB/s | 55 MB 00:03 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 | +--------------------------------+---------+ 2019-01-03 12:50:58,306 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2019-01-03 12:50:58,305 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2019-01-03 12:50:58,306 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2019-01-03 12:51:01,029 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2019-01-03 12:51:01,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:51:01,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:51:01,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-2d2bc8a8-5ce6-48f0-9996-e9879506702e Date: Thu, 03 Jan 2019 12:51:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "metadata": {}}], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": 4373348352, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:47:23Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:46:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:51:01,235 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2d2bc8a8-5ce6-48f0-9996-e9879506702e 2019-01-03 12:51:01,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205545902252s 2019-01-03 12:51:01,235 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2d2bc8a8-5ce6-48f0-9996-e9879506702e 2019-01-03 12:51:01,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 12:51:01,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa"}' 2019-01-03 12:51:01,292 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e X-Openstack-Request-Id: req-9d09e80a-d3e4-47ab-987a-ff28e4331976 Date: Thu, 03 Jan 2019 12:51:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "size": null, "self": "/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2019-01-03T12:51:01Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": null, "created_at": "2019-01-03T12:51:01Z", "protected": false} 2019-01-03 12:51:01,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9d09e80a-d3e4-47ab-987a-ff28e4331976 2019-01-03 12:51:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0547790527344s 2019-01-03 12:51:01,294 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-9d09e80a-d3e4-47ab-987a-ff28e4331976 returning object 2624bf25-9d4d-4f83-866b-f26193fa8d8e 2019-01-03 12:51:01,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 12:51:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '' 2019-01-03 12:51:10,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61ee67ee-ba6f-454a-9f34-77bc1a283788 Date: Thu, 03 Jan 2019 12:51:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 12:51:10,208 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/file used request id req-61ee67ee-ba6f-454a-9f34-77bc1a283788 2019-01-03 12:51:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.9133849144s 2019-01-03 12:51:10,208 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/file used request id req-61ee67ee-ba6f-454a-9f34-77bc1a283788 2019-01-03 12:51:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 12:51:10,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:51:10,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-63143d65-52d8-4eeb-a21e-3c367b1235ce Date: Thu, 03 Jan 2019 12:51:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/snap", "metadata": {}}], "file": "/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "size": 426967040, "self": "/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2019-01-03T12:51:10Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2019-01-03T12:51:01Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "metadata": {}}], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": 4373348352, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:47:23Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:46:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 12:51:10,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-63143d65-52d8-4eeb-a21e-3c367b1235ce 2019-01-03 12:51:10,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199100971222s 2019-01-03 12:51:10,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-63143d65-52d8-4eeb-a21e-3c367b1235ce 2019-01-03 12:51:10,411 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/file', 'owner': u'91e42923dc284a9a82ac75e444ca433d', 'id': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'size': 426967040, u'self': u'/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'91e42923dc284a9a82ac75e444ca433d', 'name': 'vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T12:51:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T12:51:10Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa', 'created': u'2019-01-03T12:51:01Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2019-01-03T12:51:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2019-01-03 12:51:10,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 12:51:10,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2019-01-03 12:51:10,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:51: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-320d9b57-f2fd-4f05-a722-734e21245769 x-compute-request-id: req-320d9b57-f2fd-4f05-a722-734e21245769 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "name": "vyos_vrouter-flavor_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 12:51:10,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-320d9b57-f2fd-4f05-a722-734e21245769 2019-01-03 12:51:10,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0640668869019s 2019-01-03 12:51:10,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-320d9b57-f2fd-4f05-a722-734e21245769 returning object 4f1f196b-a76b-42b0-b117-a5025436ebe5 2019-01-03 12:51:10,477 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'4f1f196b-a76b-42b0-b117-a5025436ebe5', 'swap': 0}) 2019-01-03 12:51:10,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 12:51:10,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5/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}bf44cb2baff157f36eb27a9147de75f80d152f93" -d '{"extra_specs": {}}' 2019-01-03 12:51:10,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:51: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-c3f13418-f668-4442-b581-3fa88f5374f9 x-compute-request-id: req-c3f13418-f668-4442-b581-3fa88f5374f9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 12:51:10,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5/os-extra_specs used request id req-c3f13418-f668-4442-b581-3fa88f5374f9 2019-01-03 12:51:10,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204658508301s 2019-01-03 12:51:10,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5/os-extra_specs used request id req-c3f13418-f668-4442-b581-3fa88f5374f9 2019-01-03 12:51:10,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-03 12:51:10,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:51:10,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a988fb3-79fe-499e-a010-cd700cf2381f Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.28:5000/v3/services/05b14319b1b14c1992df380dad7601e3"}, "enabled": true, "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/14cdbc0aeb864138b4f5b47c64282f18"}, "enabled": true, "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4119fc15ea2046108647cf6af820e2e5"}, "enabled": true, "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.28:5000/v3/services/430675cef41444e9ae702c094f26d4ee"}, "enabled": true, "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4b95dc528475432ca51c91871c25da10"}, "enabled": true, "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.28:5000/v3/services/676a47c9a2d442c4b3804df1a2aa0e0b"}, "enabled": true, "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.28:5000/v3/services/83ed9e7cd31d44df9505d529c32d7f31"}, "enabled": true, "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.28:5000/v3/services/8b85de34cb334b6ba23b113980367cc2"}, "enabled": true, "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.28:5000/v3/services/904449018e304dd4ae69163b6e0f7c65"}, "enabled": true, "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.28:5000/v3/services/90f15d5d07704a6faf5dcb907c88e2d7"}, "enabled": true, "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.28:5000/v3/services/918360128c274ab4937d41508abbe97c"}, "enabled": true, "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.28:5000/v3/services/b7fbe3b09e6848a78b816e046b0b0e8b"}, "enabled": true, "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.28:5000/v3/services/c66dea12467540fd9f8eae1b38f3e216"}, "enabled": true, "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.28:5000/v3/services/eaa22ffbd6a24a9fbc5a4854cc89a6a7"}, "enabled": true, "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.28:5000/v3/services/f9c71ab7ca584a2fbd00bfe73cacb65d"}, "enabled": true, "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.28:5000/v3/services/fc3b8ebb51c7410fa36d55b44ba8adb9"}, "enabled": true, "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "links": {"self": "http://172.30.9.28:5000/v3/services", "previous": null, "next": null}} 2019-01-03 12:51:10,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/services used request id req-7a988fb3-79fe-499e-a010-cd700cf2381f 2019-01-03 12:51:10,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0801610946655s 2019-01-03 12:51:10,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-03 12:51:10,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 12:51:10,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99998113-1d7d-429b-b578-a54dc2661836 Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/18a104eecc8e41079452d43b02a65ef4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f3353fc045e4bf890b8ce96fa76ef61"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23f5cd9fc1494768bab2d4c72d7e3731"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/24178d30924e4010b30c95810e782046"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "24178d30924e4010b30c95810e782046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27b3097b01aa4b649c16dab884d6beab"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2b9781dd743444e683bdd8b0911e6cdd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2dcd438ee38b4aa081379546b57571db"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "918360128c274ab4937d41508abbe97c", "id": "2dcd438ee38b4aa081379546b57571db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3809767afacf4bc5840193558b6c35ee"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "3809767afacf4bc5840193558b6c35ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3a555f231ed44ba7b3c4a0b1f5ab2179"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bf3dc1517941bfa0dcbb32950ecd7b"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/532568212dfe4962af304e918a908507"}, "url": "http://172.30.9.28:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "532568212dfe4962af304e918a908507"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5796f801460b4a4589c3d8abb8fa7f39"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58091a6f68a44eda84c06f02375af15f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "58091a6f68a44eda84c06f02375af15f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5e7ed94e0c5d4934b55bcc41a2ce36d7"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/60fe2f42b8874071a36fb2c94c38278b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/61bcabc9962e442abc592aa7ba48a83b"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/65cdd137082e435f922dc7335a6a57e7"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/693e9d06d224497c96ecaa7547e5ce32"}, "url": "http://172.30.9.28:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6c4b047da9cc4782bb4287bda82db8f9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "918360128c274ab4937d41508abbe97c", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6e80432f815c45daa49cc3a9b0d86112"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/72877c66bd2f4c76ba5cf7afdec14880"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74a0a1ee9a90453bab9e0450ced4fd6e"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/752de543f6cc4d339bce8e4f535bff87"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/76d267bc706d465ca91224f0eaeb1f7c"}, "url": "http://172.30.9.28:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77e0af5b13da461b9793a2c1913f6b98"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79284dea07aa45e596b14c58f1241c27"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "79284dea07aa45e596b14c58f1241c27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/89c7b46f37bc4543a14cbfe5e27921b2"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b0c87348b074349b8c1a243622b1c58"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/98c6c0c1e8504e7299d8b1951b97243a"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "98c6c0c1e8504e7299d8b1951b97243a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9b5d8267390648c19ca5e7e6d3d03cb2"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9de2aebbf4354c6b8fa8438b92f8b476"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "918360128c274ab4937d41508abbe97c", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a5a50e430a0641ea9cd1d9b6bdba41f6"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c213befcf3c24e0e803ab63fe0ce02bb"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3ea62b142c643138838fbb72be24e4d"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc576d01feec440eab6e1fd029a6ae7f"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce656a64ff864a3c9795d06e017e4ddd"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "ce656a64ff864a3c9795d06e017e4ddd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce82a91e3acd4efe9da2c568542ed5c0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e53ada54e7ff4c259d63db075eb85019"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ed08c2540c67492381ad8eaaf53d36fa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "ed08c2540c67492381ad8eaaf53d36fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f0b65e79d6f844099585aa73e561639f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "f0b65e79d6f844099585aa73e561639f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f2aa557041d046f1b6040371e59491a1"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "f2aa557041d046f1b6040371e59491a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f34fd3681e384e329dae7f0e8bdaf52b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f531ee5f186a41abae5b1f41a1049bc1"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "f531ee5f186a41abae5b1f41a1049bc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f696a5dcebf14ea88883dc02029d997d"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "f696a5dcebf14ea88883dc02029d997d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ffd6cd7bf6c9450daa0ac9d554e233d1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-03 12:51:10,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-99998113-1d7d-429b-b578-a54dc2661836 2019-01-03 12:51:10,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0853898525238s 2019-01-03 12:51:10,678 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2019-01-03 12:51:10,702 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2019-01-03 12:51:12,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:12,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:12,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:12,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:12,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:12,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:12,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:12,606 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2019-01-03 12:51:12,606 - 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": "2019-01-03T12:51:12.545Z", "updated_at": "2019-01-03T12:51:12.545Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"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"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2019-01-03 12:51:12,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:12,607 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:12 GMT 2019-01-03 12:51:12,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:12,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2019-01-03 12:51:12,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:12,620 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2019-01-03 12:51:12,621 - 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.28:5000", "keystone_tenant_name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "keystone_password": "d7fdbbf9-117c-4912-87c8-598bd31a8988", "reference_vnf_flavor_id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "target_vnf_flavor_id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "target_vnf_image_id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2019-01-03 12:51:13,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:13,640 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2019-01-03 12:51:13,640 - 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": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "target_vnf_flavor_id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "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_171cac1a-befd-422e-9fde-7b78c9bca1aa", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "keystone_password": "d7fdbbf9-117c-4912-87c8-598bd31a8988", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.28: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": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:12.795Z", "updated_at": "2019-01-03T12:51:12.795Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2019-01-03 12:51:13,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:13,641 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:13 GMT 2019-01-03 12:51:13,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:13,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2019-01-03 12:51:13,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:13,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2019-01-03 12:51:13,887 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:13,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:13,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:13,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:13 GMT 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2019-01-03 12:51:13,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:13,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:13,992 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:13,992 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:13,992 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:13,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:13 GMT 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 12:51:13,993 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:13,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:14,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:14,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:14 GMT 2019-01-03 12:51:14,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:14,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:14,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:19,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:14.442Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:14.442Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:14.828Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:14.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:15.297Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:15.297Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:15.308Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:15.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:15.308Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:15.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:15.308Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:15.308Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:16.585Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:16.585Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:16.585Z", "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": "2019-01-03T12:51:16.585Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:16.585Z", "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": "2019-01-03T12:51:16.585Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:17.606Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpqNdcKn --prefix=\"/tmp/openstack-yUPMG7\" --constraint=\"/tmp/openstack-yUPMG7/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:17.606Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:17.606Z", "message": "Installing from directory: /tmp/tmpqNdcKn [args=--prefix=\"/tmp/openstack-yUPMG7\" --constraint=\"/tmp/openstack-yUPMG7/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:17.606Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2019-01-03 12:51:19,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:19,431 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:19 GMT 2019-01-03 12:51:19,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:19,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2019-01-03 12:51:19,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:19,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2019-01-03 12:51:19,431 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2019-01-03 12:51:19,432 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2019-01-03 12:51:19,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2019-01-03 12:51:19,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpqNdcKn --prefix="/tmp/openstack-yUPMG7" --constraint="/tmp/openstack-yUPMG7/constraint.txt" 2019-01-03 12:51:19,433 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpqNdcKn [args=--prefix="/tmp/openstack-yUPMG7" --constraint="/tmp/openstack-yUPMG7/constraint.txt", package_name=cloudify-openstack-plugin] 2019-01-03 12:51:19,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:19,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:19,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:19,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:19,507 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:19 GMT 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:19,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:24,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:24,585 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:24,585 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:24,585 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:24,585 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:24,585 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:24 GMT 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:51:24,586 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:24,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:24,985 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:24 GMT 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:24,986 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:29,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:30,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:51:30,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:30,423 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:30 GMT 2019-01-03 12:51:30,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:30,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:51:30,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:30,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:30,669 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:30,669 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:30,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:30,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:30 GMT 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:30,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:35,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:36,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:36 GMT 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:36,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:36,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:36,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:36,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:36,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:36,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:36 GMT 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:36,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:41,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:41,263 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:41,264 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:41 GMT 2019-01-03 12:51:41,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:41,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2019-01-03 12:51:41,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:41,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:41,331 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:41,332 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:41,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:41,333 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:41 GMT 2019-01-03 12:51:41,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:41,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2019-01-03 12:51:41,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:46,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:46,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:46,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:42.454Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:42.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:42.638Z", "message": "Removing directory: /tmp/tmpqNdcKn", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:42.638Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275", "logger": "9f1b5399-4b1e-4cea-bc40-3d79c45d4e7b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:43.352Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:43.352Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:43.616Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:43.616Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:44.645Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:44.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:44.645Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:44.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:46 GMT 2019-01-03 12:51:46,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:46,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2019-01-03 12:51:46,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:46,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2019-01-03 12:51:46,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpqNdcKn 2019-01-03 12:51:46,454 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2019-01-03 12:51:46,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2019-01-03 12:51:46,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2019-01-03 12:51:46,455 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2019-01-03 12:51:46,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/c40f4a61-3319-45bf-b96d-4affb9e0e275 2019-01-03 12:51:46,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"} 2019-01-03 12:51:46,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:46,676 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:46 GMT 2019-01-03 12:51:46,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:46,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2019-01-03 12:51:46,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:46,676 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2019-01-03 12:51:46,677 - 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} 2019-01-03 12:51:46,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:46,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:46,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:46,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2019-01-03 12:51:46,833 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:46 GMT 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:51:46,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:46,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:46,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:46 GMT 2019-01-03 12:51:46,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:46,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 12:51:46,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:46,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:51:46,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:46,964 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:46,964 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:46 GMT 2019-01-03 12:51:46,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:46,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:51:46,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:51,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:52,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:52,047 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:52,047 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:47.453Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:47.453Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.571Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.571Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.571Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.571Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:48.990Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:48.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:50.069Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:50.069Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.102Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.102Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.161Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:51.161Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "f3117f3e-52e1-4fd3-b6fe-5963562ca000"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:51.731Z", "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": "2019-01-03T12:51:51.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "1bfcb494-f4a7-42a9-887c-5e0f0ada1102"}], "metadata": {"pagination": {"total": 31, "offset": 0, "size": 50}}} 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:52 GMT 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:52,048 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16751 2019-01-03 12:51:52,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:52,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2019-01-03 12:51:52,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-03 12:51:52,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2019-01-03 12:51:52,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2019-01-03 12:51:52,050 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-03 12:51:52,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:52,053 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2019-01-03 12:51:52,053 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2019-01-03 12:51:52,053 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2019-01-03 12:51:52,053 - 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'} 2019-01-03 12:51:52,053 - 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} 2019-01-03 12:51:52,053 - 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'} 2019-01-03 12:51:52,054 - 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'} 2019-01-03 12:51:52,054 - 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'} 2019-01-03 12:51:52,054 - 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'} 2019-01-03 12:51:52,054 - 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'} 2019-01-03 12:51:52,054 - 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'} 2019-01-03 12:51:52,054 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:52,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:52,143 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:52 GMT 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:51:52,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:57,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:51:57,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:57,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_13ltz9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "keypair_zie25k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.173Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.173Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.794Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:51:52Z', u'updated_at': u'2019-01-03T12:51:52Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'91e42923dc284a9a82ac75e444ca433d', u'port_id': None, u'id': u'65325270-8707-4220-b2ce-331af04484cc'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.794Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "2f8fc545-0e3a-43b8-ba96-954619681b44"}, {"node_instance_id": "target_vnf_ip_0j3fze", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:52.794Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:51:51Z', u'updated_at': u'2019-01-03T12:51:51Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'91e42923dc284a9a82ac75e444ca433d', u'port_id': None, u'id': u'1dcf9496-d522-46da-89cd-ee31c66f4c22'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:52.794Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "3b48afed-b717-4370-8632-514ba5517981"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:53.197Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:53.197Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:53.197Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:53.197Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "external_network_13ltz9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:53.197Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:53.197Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:53.197Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:53.197Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:53.197Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:53.197Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:54.226Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:54.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:55.278Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:55.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:55.278Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:55.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:55.278Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:55.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:55.278Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:55.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:55.278Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:55.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:56.529Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:56.529Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 58, "offset": 31, "size": 50}}} 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:57 GMT 2019-01-03 12:51:57,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:57,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14103 2019-01-03 12:51:57,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:51:57,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-03 12:51:57,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-03 12:51:57,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2019-01-03 12:51:57,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,228 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,228 - 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'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:51:52Z', u'updated_at': u'2019-01-03T12:51:52Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'91e42923dc284a9a82ac75e444ca433d', u'port_id': None, u'id': u'65325270-8707-4220-b2ce-331af04484cc'} 2019-01-03 12:51:57,229 - 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'91e42923dc284a9a82ac75e444ca433d', u'created_at': u'2019-01-03T12:51:51Z', u'updated_at': u'2019-01-03T12:51:51Z', u'floating_network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'91e42923dc284a9a82ac75e444ca433d', u'port_id': None, u'id': u'1dcf9496-d522-46da-89cd-ee31c66f4c22'} 2019-01-03 12:51:57,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-03 12:51:57,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2019-01-03 12:51:57,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,230 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:51:57,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2019-01-03 12:51:57,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2019-01-03 12:51:57,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:51:57,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:51:57,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:51:57,290 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:51:57,291 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:51:57,291 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:51:57 GMT 2019-01-03 12:51:57,291 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:51:57,291 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:51:57,291 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:02,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:02,401 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:02,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:02,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:02,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:02,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:57.289Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:57.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:57.289Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:57.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:57.289Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:57.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "security_group_wmobld", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:58.300Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:58.300Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:58.300Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:58.300Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:51:59.337Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:51:59.337Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:00.711Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:00.711Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:01.348Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:01.348Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 71, "offset": 58, "size": 50}}} 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:02 GMT 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6531 2019-01-03 12:52:02,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:02,403 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:02,403 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:02,403 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2019-01-03 12:52:02,403 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:02,403 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:02,404 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2019-01-03 12:52:02,405 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-03 12:52:02,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:02,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:02,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:02,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:02,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:02,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:02,713 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:02 GMT 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:02,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:07,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:07,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:02.357Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:02.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:02.357Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:02.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:02.357Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:02.357Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:03.609Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:03.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "router_q3oyn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:03.609Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:03.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:03.609Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:03.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:04.786Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:04.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:05.220Z", "message": "connect_security_group(): source_id=9950209d-3798-40ac-9c27-9bb610e6f594 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', 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": "2019-01-03T12:52:05.220Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "8782c5cd-e3e8-4c1b-80e7-399270e57f87"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:05.822Z", "message": "connect_security_group(): source_id=cb27e4af-bd95-4fa5-9381-e7c9df499c7f target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', 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": "2019-01-03T12:52:05.822Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "b8ff3d20-95a1-495f-a91f-431f3cf44757"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:06.290Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:06.290Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:06.816Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:06.816Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 91, "offset": 71, "size": 50}}} 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:07 GMT 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8846 2019-01-03 12:52:07,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:07,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:07,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-03 12:52:07,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:07,855 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2019-01-03 12:52:07,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=9950209d-3798-40ac-9c27-9bb610e6f594 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=cb27e4af-bd95-4fa5-9381-e7c9df499c7f target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:07,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:07,858 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:07,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:07,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:07,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:07,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:07,987 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:07 GMT 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:07,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:12,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:13,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:07.845Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:07.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:08.925Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:08.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:08.925Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:08.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:11.174Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:11.174Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:11.936Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:11.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:11.936Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:11.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:11.936Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:11.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:11.936Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:11.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:12.949Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:12.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:12.949Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:12.949Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 101, "offset": 88, "size": 50}}} 2019-01-03 12:52:13,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:13,093 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:13 GMT 2019-01-03 12:52:13,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:13,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5003 2019-01-03 12:52:13,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:13,093 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:13,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2019-01-03 12:52:13,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2019-01-03 12:52:13,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2019-01-03 12:52:13,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-03 12:52:13,094 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:13,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-03 12:52:13,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:13,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2019-01-03 12:52:13,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2019-01-03 12:52:13,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:13,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:13,158 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:13,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:13,158 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:13 GMT 2019-01-03 12:52:13,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:13,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:13,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:18,164 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:18,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:14.594Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:14.594Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:14.959Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:14.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:15.968Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:15.968Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:15.968Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:15.968Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:17.436Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:17.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:17.436Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:17.436Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 107, "offset": 98, "size": 50}}} 2019-01-03 12:52:18,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:18,506 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:18 GMT 2019-01-03 12:52:18,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:18,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2935 2019-01-03 12:52:18,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:18,506 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-03 12:52:18,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2019-01-03 12:52:18,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:18,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:18,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:18,507 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:18,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:19,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:19,110 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:19,110 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:19 GMT 2019-01-03 12:52:19,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:19,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:19,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:24,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:24,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:24,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:24,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:24,250 - 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": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:18.452Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:18.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:18.452Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:18.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:19.811Z", "message": "connect_security_group(): source_id=3f71bd5f-971d-4e41-84e9-647a8b692ee2 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', 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": "2019-01-03T12:52:19.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "38586e48-1ca8-47c1-a7aa-b18bbc6ae92e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:20.763Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:20.763Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:20.875Z", "message": "connect_security_group(): source_id=3e2fdff2-a69b-4542-bf65-9b582ac0b930 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', 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": "2019-01-03T12:52:20.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "3801067b-1622-4911-bfa8-f97769f96658"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:21.661Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:21.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:21.661Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:21.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:21.661Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:21.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:22.926Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:22.926Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:23.686Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:23.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:23.686Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:23.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 122, "offset": 104, "size": 50}}} 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:24 GMT 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:24,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5990 2019-01-03 12:52:24,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:24,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:24,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:24,251 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=3f71bd5f-971d-4e41-84e9-647a8b692ee2 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=3e2fdff2-a69b-4542-bf65-9b582ac0b930 target={u'external_id': u'd084730e-e528-4c53-91a0-2154d5fcfe18', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2019-01-03 12:52:24,252 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2019-01-03 12:52:24,253 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:24,253 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2019-01-03 12:52:24,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:24,326 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:24,326 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:24,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:24,327 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:24 GMT 2019-01-03 12:52:24,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:24,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:24,327 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:29,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:29,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:29,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:29,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:29,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.613Z", "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'3e2fdff2-a69b-4542-bf65-9b582ac0b930', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:7d:f7:2f'}, {u'external_id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:d5:f4:52'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.613Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "c3178d3b-5a9b-4d3a-97cd-fa5caa54ad8d"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.699Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.699Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.699Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.699Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.699Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.699Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.918Z", "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": "2019-01-03T12:52:24.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "c3178d3b-5a9b-4d3a-97cd-fa5caa54ad8d"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.918Z", "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'3f71bd5f-971d-4e41-84e9-647a8b692ee2', u'fixed_ip_address': u'11.0.0.14', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:be:a8:7d'}, {u'external_id': u'9950209d-3798-40ac-9c27-9bb610e6f594', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:4b:9e:de'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:24.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "e982fc7a-da68-46a8-8ba0-74ca18c7d22a"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:24.918Z", "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": "2019-01-03T12:52:24.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "e982fc7a-da68-46a8-8ba0-74ca18c7d22a"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:26.944Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3e2fdff2-a69b-4542-bf65-9b582ac0b930'}, {'port-id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:26.944Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "c3178d3b-5a9b-4d3a-97cd-fa5caa54ad8d"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:27.928Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3f71bd5f-971d-4e41-84e9-647a8b692ee2'}, {'port-id': u'9950209d-3798-40ac-9c27-9bb610e6f594'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:27.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "e982fc7a-da68-46a8-8ba0-74ca18c7d22a"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:27.928Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3e2fdff2-a69b-4542-bf65-9b582ac0b930'}, {'port-id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:27.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "c3178d3b-5a9b-4d3a-97cd-fa5caa54ad8d"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:27.928Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3f71bd5f-971d-4e41-84e9-647a8b692ee2'}, {'port-id': u'9950209d-3798-40ac-9c27-9bb610e6f594'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:27.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "e982fc7a-da68-46a8-8ba0-74ca18c7d22a"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:27.928Z", "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": "2019-01-03T12:52:27.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "e982fc7a-da68-46a8-8ba0-74ca18c7d22a"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:27.928Z", "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": "2019-01-03T12:52:27.928Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "c3178d3b-5a9b-4d3a-97cd-fa5caa54ad8d"}], "metadata": {"pagination": {"total": 137, "offset": 115, "size": 50}}} 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:29 GMT 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10949 2019-01-03 12:52:29,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:29,550 - 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'3e2fdff2-a69b-4542-bf65-9b582ac0b930', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:7d:f7:2f'}, {u'external_id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f', u'fixed_ip_address': u'12.0.0.10', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:d5:f4:52'}] 2019-01-03 12:52:29,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:52:29,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2019-01-03 12:52:29,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:52:29,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2019-01-03 12:52:29,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2019-01-03 12:52:29,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2019-01-03 12:52:29,551 - 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'3f71bd5f-971d-4e41-84e9-647a8b692ee2', u'fixed_ip_address': u'11.0.0.14', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:be:a8:7d'}, {u'external_id': u'9950209d-3798-40ac-9c27-9bb610e6f594', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:4b:9e:de'}] 2019-01-03 12:52:29,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2019-01-03 12:52:29,551 - 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'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3e2fdff2-a69b-4542-bf65-9b582ac0b930'}, {'port-id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'} 2019-01-03 12:52:29,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3f71bd5f-971d-4e41-84e9-647a8b692ee2'}, {'port-id': u'9950209d-3798-40ac-9c27-9bb610e6f594'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'} 2019-01-03 12:52:29,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3e2fdff2-a69b-4542-bf65-9b582ac0b930'}, {'port-id': u'cb27e4af-bd95-4fa5-9381-e7c9df499c7f'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'} 2019-01-03 12:52:29,552 - 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'2624bf25-9d4d-4f83-866b-f26193fa8d8e', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e549e274-efc4-4ffb-bc96-8a3596b0973b'}, 'nics': [{'port-id': u'3f71bd5f-971d-4e41-84e9-647a8b692ee2'}, {'port-id': u'9950209d-3798-40ac-9c27-9bb610e6f594'}], 'flavor': u'4f1f196b-a76b-42b0-b117-a5025436ebe5'} 2019-01-03 12:52:29,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:52:29,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2019-01-03 12:52:29,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:29,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:29,648 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:29,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:29,648 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:29 GMT 2019-01-03 12:52:29,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:29,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:29,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:34,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:35,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:35,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:35,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:35,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:29.599Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:29.599Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:30.727Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:30.727Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:30.727Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:30.727Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:31.759Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:31.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:32.817Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:52:32.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 147, "offset": 130, "size": 50}}} 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:35 GMT 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4962 2019-01-03 12:52:35,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:35,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:52:35,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:35,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2019-01-03 12:52:35,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2019-01-03 12:52:35,493 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2019-01-03 12:52:35,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:35,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:35,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:35,570 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:35 GMT 2019-01-03 12:52:35,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:35,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:35,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:40,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:40,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:35.596Z", "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": "2019-01-03T12:52:35.596Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:52:35.829Z", "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": "2019-01-03T12:52:35.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 149, "offset": 140, "size": 50}}} 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:40 GMT 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2019-01-03 12:52:40,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:40,865 - 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] 2019-01-03 12:52:40,865 - 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] 2019-01-03 12:52:40,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:40,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:40,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:40,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:40,970 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:40,971 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:40 GMT 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:40,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:45,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:46,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:46 GMT 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:46,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:46,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:46,523 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:46,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:46,524 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:46 GMT 2019-01-03 12:52:46,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:46,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:46,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:51,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:52,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:52 GMT 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:52,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:52,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:52,420 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:52,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:52,421 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:52 GMT 2019-01-03 12:52:52,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:52,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:52,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:57,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:52:57,528 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:57,529 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:57 GMT 2019-01-03 12:52:57,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:57,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:52:57,530 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:52:57,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:52:57,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:52:57,799 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:52:57,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:52:57,799 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:52:57 GMT 2019-01-03 12:52:57,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:52:57,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:52:57,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:02,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2019-01-03 12:53:02,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:02,888 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:02 GMT 2019-01-03 12:53:02,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:02,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:53:02,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:02,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:02,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:02,956 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:02,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:02,957 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:02 GMT 2019-01-03 12:53:02,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:02,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:02,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:07,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:08,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:05.575Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:05.575Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:05.966Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:05.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:05.966Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:05.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:05.966Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:05.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:07.637Z", "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": "2019-01-03T12:53:07.637Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 154, "offset": 142, "size": 50}}} 2019-01-03 12:53:08,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:08,032 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:08 GMT 2019-01-03 12:53:08,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:08,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3308 2019-01-03 12:53:08,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:08,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:53:08,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:53:08,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:53:08,033 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2019-01-03 12:53:08,033 - 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] 2019-01-03 12:53:08,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:08,090 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:08,090 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:08,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:08,091 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:08 GMT 2019-01-03 12:53:08,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:08,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:08,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:13,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:13,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:13,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:09.001Z", "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": "2019-01-03T12:53:09.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2019-01-03 12:53:13,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:13,172 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:13 GMT 2019-01-03 12:53:13,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:13,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1222 2019-01-03 12:53:13,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:13,172 - 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] 2019-01-03 12:53:13,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:13,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:13,235 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:13,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:13,236 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:13 GMT 2019-01-03 12:53:13,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:13,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:13,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:18,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:18,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:18,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:18 GMT 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:18,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:53:18,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:18,319 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:18,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:18,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:18,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:18,378 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:18 GMT 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:18,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:23,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:23,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:23,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:23,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:23 GMT 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:53:23,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:23,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:23,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:23,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:23,549 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:23 GMT 2019-01-03 12:53:23,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:23,550 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:23,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:28,555 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:28,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:28,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:28,633 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:28 GMT 2019-01-03 12:53:28,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:28,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:53:28,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:28,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:28,690 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:28,691 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:28 GMT 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:28,691 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:33,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:33,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:33,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:33,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:33,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:33 GMT 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2019-01-03 12:53:33,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:33,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:33,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:33,838 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:33 GMT 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:33,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:38,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:38,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:38,910 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:38,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:37.657Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:37.657Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:38.015Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:38.015Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 157, "offset": 148, "size": 50}}} 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:38 GMT 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1128 2019-01-03 12:53:38,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:38,912 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:38,912 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:38,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:38,969 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:38,970 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:38,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:38,971 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:38 GMT 2019-01-03 12:53:38,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:38,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2019-01-03 12:53:38,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:43,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 12:53:44,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:44,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:39.026Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:39.026Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:39.026Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:39.026Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:39.828Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:39.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "5004ff5c-6524-4190-8b81-2f2cd0ba4f11"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:40.066Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:40.066Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:40.973Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:40.973Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557", "logger": "d671dd49-3851-48d1-8254-32e94cb6084a"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:41.042Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:41.042Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T12:53:42.054Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2019-01-03T12:53:42.054Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 164, "offset": 150, "size": 50}}} 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:44,050 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:44 GMT 2019-01-03 12:53:44,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:44,051 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3645 2019-01-03 12:53:44,051 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:44,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:44,051 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:44,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2019-01-03 12:53:44,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:44,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2019-01-03 12:53:44,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2019-01-03 12:53:44,052 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2019-01-03 12:53:44,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/40a66597-45a3-4282-af22-466e37aaa557 2019-01-03 12:53:44,108 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 12:53:44,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 12:53:44,109 - 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": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"} 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 12:53:44 GMT 2019-01-03 12:53:44,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 12:53:44,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2019-01-03 12:53:44,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 12:53:44,110 - 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'2019-01-03T12:51:46.747Z', 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'40a66597-45a3-4282-af22-466e37aaa557'} 2019-01-03 12:53:44,131 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2019-01-03 12:53:44,203 - 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.205'}, 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.204'}}, 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'} 2019-01-03 12:53:44,271 - 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.205'}, 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.204'}}, 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'} 2019-01-03 12:53:44,272 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2019-01-03 12:53:44,272 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.205 2019-01-03 12:53:44,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:45,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-579cd103-b7c9-4b95-b5b1-a0b9a02ac235 x-compute-request-id: req-579cd103-b7c9-4b95-b5b1-a0b9a02ac235 Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:45,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-579cd103-b7c9-4b95-b5b1-a0b9a02ac235 2019-01-03 12:53:45,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920788049698s 2019-01-03 12:53:45,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-579cd103-b7c9-4b95-b5b1-a0b9a02ac235 2019-01-03 12:53:45,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:45,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-385a2a46-8f9f-4873-a38f-83fb819fa52c x-compute-request-id: req-385a2a46-8f9f-4873-a38f-83fb819fa52c Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:46,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-385a2a46-8f9f-4873-a38f-83fb819fa52c 2019-01-03 12:53:46,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06330609322s 2019-01-03 12:53:46,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-385a2a46-8f9f-4873-a38f-83fb819fa52c 2019-01-03 12:53:46,265 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.14 2019-01-03 12:53:46,265 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:be:a8:7d 2019-01-03 12:53:46,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:46,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:47,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53: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-a754a510-ba10-4197-9458-99442f4a5e36 x-compute-request-id: req-a754a510-ba10-4197-9458-99442f4a5e36 Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:47,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a754a510-ba10-4197-9458-99442f4a5e36 2019-01-03 12:53:47,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.85822892189s 2019-01-03 12:53:47,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-a754a510-ba10-4197-9458-99442f4a5e36 2019-01-03 12:53:47,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:47,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be12bcb7-e3c0-43a1-811c-a7a69176f761 x-compute-request-id: req-be12bcb7-e3c0-43a1-811c-a7a69176f761 Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:47,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be12bcb7-e3c0-43a1-811c-a7a69176f761 2019-01-03 12:53:47,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729036092758s 2019-01-03 12:53:47,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-be12bcb7-e3c0-43a1-811c-a7a69176f761 2019-01-03 12:53:47,860 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2019-01-03 12:53:47,861 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:4b:9e:de 2019-01-03 12:53:47,861 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2019-01-03 12:53:47,861 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.204 2019-01-03 12:53:47,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:47,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:48,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecfcacc3-0a39-4667-b830-be697e1c601c x-compute-request-id: req-ecfcacc3-0a39-4667-b830-be697e1c601c Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:48,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ecfcacc3-0a39-4667-b830-be697e1c601c 2019-01-03 12:53:48,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.836893081665s 2019-01-03 12:53:48,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-ecfcacc3-0a39-4667-b830-be697e1c601c 2019-01-03 12:53:48,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:48,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:49,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53: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-feadb1a0-f849-4197-bd8b-417c49cb9d50 x-compute-request-id: req-feadb1a0-f849-4197-bd8b-417c49cb9d50 Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:49,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-feadb1a0-f849-4197-bd8b-417c49cb9d50 2019-01-03 12:53:49,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642809867859s 2019-01-03 12:53:49,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-feadb1a0-f849-4197-bd8b-417c49cb9d50 2019-01-03 12:53:49,350 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.9 2019-01-03 12:53:49,350 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:7d:f7:2f 2019-01-03 12:53:49,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:49,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:50,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53: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-9152184c-822c-41dc-b0e7-2335538244bd x-compute-request-id: req-9152184c-822c-41dc-b0e7-2335538244bd Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:50,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9152184c-822c-41dc-b0e7-2335538244bd 2019-01-03 12:53:50,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.861888885498s 2019-01-03 12:53:50,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-9152184c-822c-41dc-b0e7-2335538244bd 2019-01-03 12:53:50,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 12:53:50,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 12:53:51,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 12:53:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77231156-cd42-4b61-b39e-e1483e91a2db x-compute-request-id: req-77231156-cd42-4b61-b39e-e1483e91a2db Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 12:53:51,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77231156-cd42-4b61-b39e-e1483e91a2db 2019-01-03 12:53:51,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791779994965s 2019-01-03 12:53:51,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-77231156-cd42-4b61-b39e-e1483e91a2db 2019-01-03 12:53:51,012 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.10 2019-01-03 12:53:51,012 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:d5:f4:52 2019-01-03 12:53:51,013 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2019-01-03 12:53:51,033 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2019-01-03 12:53:51,051 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2019-01-03 12:53:51,051 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2019-01-03 12:53:51,140 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2019-01-03 12:53:51' 2019-01-03 12:53:51,140 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2019-01-03 12:53:51,141 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2019-01-03 12:53:51,184 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2019-01-03 12:53:51,187 - paramiko.transport - DEBUG - starting thread (client mode): 0x90a4b3d0L 2019-01-03 12:53:51,188 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:53:51,191 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-03 12:53:51,191 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-03 12:53:51,192 - 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 2019-01-03 12:53:51,192 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-03 12:53:51,193 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-03 12:53:51,193 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:53:51,193 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-03 12:53:51,193 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:53:51,228 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-03 12:53:51,337 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-03 12:53:51,338 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:53:51,340 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.204: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-03 12:53:51,376 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:53:51,382 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-03 12:53:51,383 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-03 12:53:51,405 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2019-01-03 12:53:51,406 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:53:51,406 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:53:51,407 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:53:51,409 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:53:51,410 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:53:52,440 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2019-01-03 12:53:53,442 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2019-01-03 12:53:58,447 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2019-01-03 12:53:59,449 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2019-01-03 12:54:04,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2019-01-03 12:54:05,456 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2019-01-03 12:54:10,461 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2019-01-03 12:54:11,463 - 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# 2019-01-03 12:54:16,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2019-01-03 12:54:17,470 - 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# 2019-01-03 12:54:22,475 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2019-01-03 12:54:23,477 - 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# 2019-01-03 12:54:28,481 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2019-01-03 12:54:29,483 - 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# 2019-01-03 12:54:34,488 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2019-01-03 12:54:35,490 - 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# 2019-01-03 12:54:40,496 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2019-01-03 12:54:41,498 - 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# 2019-01-03 12:54:46,503 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2019-01-03 12:54:47,505 - 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# 2019-01-03 12:54:52,510 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2019-01-03 12:54:53,512 - 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# 2019-01-03 12:54:58,517 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2019-01-03 12:54:59,519 - 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# 2019-01-03 12:55:04,525 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2019-01-03 12:55:05,526 - 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# 2019-01-03 12:55:10,532 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-03 12:55:11,533 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-03 12:55:16,539 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' 2019-01-03 12:55:17,540 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2019-01-03 12:55:22,546 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 2019-01-03 12:55:23,548 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 [edit] vyos@vyos# 2019-01-03 12:55:28,553 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.10 2019-01-03 12:55:29,555 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.10 [edit] vyos@vyos# 2019-01-03 12:55:34,560 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inbound 2019-01-03 12:55:35,562 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2019-01-03 12:55:40,568 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2019-01-03 12:55:41,570 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2019-01-03 12:55:46,575 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2019-01-03 12:55:47,577 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2019-01-03 12:55:52,582 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2019-01-03 12:55:53,584 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2019-01-03 12:55:58,589 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2019-01-03 12:55:59,591 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2019-01-03 12:56:04,596 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2019-01-03 12:56:05,598 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2019-01-03 12:56:10,603 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2019-01-03 12:56:11,605 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2019-01-03 12:56:16,610 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2019-01-03 12:56:17,612 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2019-01-03 12:56:22,617 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2019-01-03 12:56:23,619 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2019-01-03 12:56:28,625 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2019-01-03 12:56:29,627 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2019-01-03 12:56:34,632 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2019-01-03 12:56:35,634 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2019-01-03 12:56:40,639 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2019-01-03 12:56:41,641 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2019-01-03 12:56:46,646 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.10 2019-01-03 12:56:47,648 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.10 [edit] vyos@vyos# 2019-01-03 12:56:52,654 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-03 12:56:53,656 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-03 12:56:58,697 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 12:56:58,725 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2019-01-03 12:56:58,782 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.205. 2019-01-03 12:56:58,785 - paramiko.transport - DEBUG - starting thread (client mode): 0x91152ad0L 2019-01-03 12:56:58,786 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 12:56:58,791 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-03 12:56:58,792 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-03 12:56:58,793 - 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 2019-01-03 12:56:58,793 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-03 12:56:58,793 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-03 12:56:58,793 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 12:56:58,793 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-03 12:56:58,794 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 12:56:58,831 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-03 12:56:58,943 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-03 12:56:58,943 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 12:56:58,947 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.205: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-03 12:56:58,980 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 12:56:58,990 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-03 12:56:58,990 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-03 12:56:59,011 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.205. 2019-01-03 12:56:59,012 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 12:56:59,013 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 12:56:59,013 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 12:56:59,015 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:56:59,017 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 12:57:00,046 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2019-01-03 12:57:01,048 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2019-01-03 12:57:06,053 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2019-01-03 12:57:07,055 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2019-01-03 12:57:12,060 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2019-01-03 12:57:13,062 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2019-01-03 12:57:18,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2019-01-03 12:57:19,069 - 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# 2019-01-03 12:57:24,075 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2019-01-03 12:57:25,077 - 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# 2019-01-03 12:57:30,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2019-01-03 12:57:31,084 - 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# 2019-01-03 12:57:36,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2019-01-03 12:57:37,091 - 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# 2019-01-03 12:57:42,092 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2019-01-03 12:57:43,093 - 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# 2019-01-03 12:57:48,098 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2019-01-03 12:57:49,100 - 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# 2019-01-03 12:57:54,106 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2019-01-03 12:57:55,108 - 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# 2019-01-03 12:58:00,113 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2019-01-03 12:58:01,115 - 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# 2019-01-03 12:58:06,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2019-01-03 12:58:07,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2019-01-03 12:58:12,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2019-01-03 12:58:13,129 - 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# 2019-01-03 12:58:18,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-03 12:58:19,136 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-03 12:58:24,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' 2019-01-03 12:58:25,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 ebgp-multihop '2' [edit] vyos@vyos# 2019-01-03 12:58:30,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 2019-01-03 12:58:31,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 remote-as 65001 [edit] vyos@vyos# 2019-01-03 12:58:36,157 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.8 2019-01-03 12:58:37,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 update-source 12.0.0.8 [edit] vyos@vyos# 2019-01-03 12:58:42,164 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbound 2019-01-03 12:58:43,166 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 soft-reconfiguration inbou nd [edit] vyos@vyos# 2019-01-03 12:58:48,172 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 2019-01-03 12:58:49,174 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.10 password lab0033 [edit] vyos@vyos# 2019-01-03 12:58:54,179 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2019-01-03 12:58:55,181 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2019-01-03 12:59:00,187 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2019-01-03 12:59:01,189 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2019-01-03 12:59:06,191 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2019-01-03 12:59:07,192 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2019-01-03 12:59:12,193 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2019-01-03 12:59:13,195 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2019-01-03 12:59:18,200 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2019-01-03 12:59:19,202 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2019-01-03 12:59:24,208 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2019-01-03 12:59:25,210 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2019-01-03 12:59:30,215 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2019-01-03 12:59:31,217 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2019-01-03 12:59:36,219 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2019-01-03 12:59:37,221 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2019-01-03 12:59:42,227 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2019-01-03 12:59:43,229 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2019-01-03 12:59:48,234 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2019-01-03 12:59:49,236 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2019-01-03 12:59:54,241 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2019-01-03 12:59:55,243 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2019-01-03 13:00:00,248 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2019-01-03 13:00:01,250 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2019-01-03 13:00:06,268 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 13:00:06,271 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2019-01-03 13:00:06,272 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2019-01-03 13:01:06,290 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2019-01-03 13:01:06,335 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.204. 2019-01-03 13:01:06,338 - paramiko.transport - DEBUG - starting thread (client mode): 0x90a4ba50L 2019-01-03 13:01:06,339 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2019-01-03 13:01:06,345 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2019-01-03 13:01:06,345 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2019-01-03 13:01:06,346 - 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 2019-01-03 13:01:06,346 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2019-01-03 13:01:06,346 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2019-01-03 13:01:06,346 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2019-01-03 13:01:06,346 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2019-01-03 13:01:06,346 - paramiko.transport - DEBUG - Compression agreed: none 2019-01-03 13:01:06,386 - paramiko.transport - DEBUG - Got server p (2048 bits) 2019-01-03 13:01:06,468 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2019-01-03 13:01:06,469 - paramiko.transport - DEBUG - Switch to new keys ... 2019-01-03 13:01:06,472 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.204: 05fe7a9c6c774fcdf055d1aa31e1b495 2019-01-03 13:01:06,505 - paramiko.transport - DEBUG - userauth is OK 2019-01-03 13:01:06,512 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2019-01-03 13:01:06,512 - paramiko.transport - INFO - Authentication (password) successful! 2019-01-03 13:01:06,536 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.204. 2019-01-03 13:01:06,536 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2019-01-03 13:01:06,537 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2019-01-03 13:01:06,538 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2019-01-03 13:01:06,541 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 13:01:06,543 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2019-01-03 13:01:07,544 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2019-01-03 13:01:37,658 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 13:01:37,687 - 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 | +-------------------------------+----------------+ 2019-01-03 13:01:37,687 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.10, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.8 4 65002 2 5 0 0 0 00:00:59 10 Total number of neighbors 1 vyos@vyos:~$ 2019-01-03 13:01:37,687 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 | no-more BGP neighbor is 12.0.0.8, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.8 BGP state = Established, up for 00:01:05 Last read 11:06:38, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.10 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.10, Local port: 179 Foreign host: 12.0.0.8, Foreign port: 53631 Nexthop: 12.0.0.10 Nexthop global: fe80::f816:3eff:fed5:f452 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2019-01-03 13:01:37,687 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.10 0 32768 i *> 10.0.2.0/24 12.0.0.10 0 32768 i *> 10.0.3.0/24 12.0.0.10 0 32768 i *> 10.0.4.0/24 12.0.0.10 0 32768 i *> 10.0.5.0/24 12.0.0.10 0 32768 i *> 10.0.6.0/24 12.0.0.10 0 32768 i *> 10.0.7.0/24 12.0.0.10 0 32768 i *> 10.0.8.0/24 12.0.0.10 0 32768 i *> 10.0.9.0/24 12.0.0.10 0 32768 i *> 10.0.10.0/24 12.0.0.10 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-03 13:01:37,688 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.10 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-03 13:01:37,688 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 routes | no-more BGP table version is 0, local router ID is 12.0.0.10 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2019-01-03 13:01:37,688 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2019-01-03 13:01:37,688 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.5' 2019-01-03 13:01:37,688 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2019-01-03 13:01:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 13:01:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:01:38,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:01: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-b04e1110-f281-47a5-81b7-d9c90109e969 x-compute-request-id: req-b04e1110-f281-47a5-81b7-d9c90109e969 Content-Encoding: gzip Content-Length: 1185 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 13:01:38,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b04e1110-f281-47a5-81b7-d9c90109e969 2019-01-03 13:01:38,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17118191719s 2019-01-03 13:01:38,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-b04e1110-f281-47a5-81b7-d9c90109e969 2019-01-03 13:01:38,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 13:01:38,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:01:39,021 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:01: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-c3bc7252-7000-4bc3-972c-23b7b98cf1d2 x-compute-request-id: req-c3bc7252-7000-4bc3-972c-23b7b98cf1d2 Content-Type: application/json 2019-01-03 13:01:39,021 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107 used request id req-c3bc7252-7000-4bc3-972c-23b7b98cf1d2 2019-01-03 13:01:39,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.156254053116s 2019-01-03 13:01:39,021 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107 used request id req-c3bc7252-7000-4bc3-972c-23b7b98cf1d2 2019-01-03 13:01:39,021 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2019-01-03 13:01:39,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 13:01:39,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:01:40,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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-90ab6224-a4d6-4cb8-a440-f49e221f5f03 x-compute-request-id: req-90ab6224-a4d6-4cb8-a440-f49e221f5f03 Content-Encoding: gzip Content-Length: 1205 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:7d:f7:2f", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:f7:2f", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:f4:52", "version": 4, "addr": "12.0.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "e8647b55-8c9f-4a9d-9411-40a3476114ba", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:53:17Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:a8:7d", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:9e:de", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/f3c7e188-4220-46ff-b47e-00b9cd3b6107", "rel": "bookmark"}], "image": {"id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "links": [{"href": "http://172.30.9.28:8774/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:53:16.000000", "flavor": {"id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "links": [{"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}]}, "id": "f3c7e188-4220-46ff-b47e-00b9cd3b6107", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T13:01:38Z", "hostId": "39c47f73b397a0c12a0309378d59dfc92e3c45f5cb15d42217be6cbf", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2019-01-03T12:52:29Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e549e274-efc4-4ffb-bc96-8a3596b0973b"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T12:49:57Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 13:01:40,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-90ab6224-a4d6-4cb8-a440-f49e221f5f03 2019-01-03 13:01:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.60239601135s 2019-01-03 13:01:40,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-90ab6224-a4d6-4cb8-a440-f49e221f5f03 2019-01-03 13:01:40,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 13:01:40,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:01:40,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-a840344a-d582-40dc-acd9-f4fe2fc28cdb x-compute-request-id: req-a840344a-d582-40dc-acd9-f4fe2fc28cdb Content-Type: application/json 2019-01-03 13:01:40,811 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba used request id req-a840344a-d582-40dc-acd9-f4fe2fc28cdb 2019-01-03 13:01:40,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.182742834091s 2019-01-03 13:01:40,811 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/e8647b55-8c9f-4a9d-9411-40a3476114ba used request id req-a840344a-d582-40dc-acd9-f4fe2fc28cdb 2019-01-03 13:01:40,931 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 13:01:40,933 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:06 | PASS | +----------------------+------------------+------------------+----------------+ 2019-01-03 13:01:40,937 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2019-01-03 13:01:40,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:41,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:13.497Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "c40f4a61-3319-45bf-b96d-4affb9e0e275"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:46.747Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "40a66597-45a3-4282-af22-466e37aaa557"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:41 GMT 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2019-01-03 13:01:41,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:41,032 - 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}} 2019-01-03 13:01:41,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:41,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:41,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:41,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:41,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2019-01-03 13:01:41,198 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:41 GMT 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:01:41,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:41,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:01:41,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:41,271 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:41 GMT 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:41,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2019-01-03 13:01:41,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:41,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:01:41,361 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:41,361 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:41,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:41,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:41,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:41,362 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:41 GMT 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:01:41,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:46,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:01:46,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:46,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:46,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:41.875Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:41.875Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:42.914Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:42.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:42.914Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:42.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:42.914Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:42.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:42.914Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:42.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:43.289Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:43.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:43.289Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:43.289Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:44.491Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 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 f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-03T13:01:44.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:45.523Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:45.523Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:45.523Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance e8647b55-8c9f-4a9d-9411-40a3476114ba 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 e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-03T13:01:45.523Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:45.523Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:45.523Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:46 GMT 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:46,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2019-01-03 13:01:46,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:46,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2019-01-03 13:01:46,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2019-01-03 13:01:46,459 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404] 2019-01-03 13:01:46,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2019-01-03 13:01:46,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404] 2019-01-03 13:01:46,460 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2019-01-03 13:01:46,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:01:46,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:46,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:46,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:46,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:46,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:46,523 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:46 GMT 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:01:46,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:51,529 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:01:51,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:51,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:51,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:47.133Z", "message": "Detaching port 9950209d-3798-40ac-9c27-9bb610e6f594...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:47.133Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "6f8b8fd8-3e20-4c8b-8a17-97a49729b501"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:47.761Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:47.761Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.080Z", "message": "Detaching port cb27e4af-bd95-4fa5-9381-e7c9df499c7f...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.080Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "69f32b9b-c89c-4504-ad11-4e4c894f7ff0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.080Z", "message": "Successfully detached port 9950209d-3798-40ac-9c27-9bb610e6f594", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.080Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "6f8b8fd8-3e20-4c8b-8a17-97a49729b501"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.080Z", "message": "Successfully detached port cb27e4af-bd95-4fa5-9381-e7c9df499c7f", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.080Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "69f32b9b-c89c-4504-ad11-4e4c894f7ff0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.574Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.574Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:48.574Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:48.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:50.000Z", "message": "Detaching port 3f71bd5f-971d-4e41-84e9-647a8b692ee2...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:50.000Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "67211459-3157-42f5-9c99-83c34d44eb9c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:50.160Z", "message": "Detaching port 3e2fdff2-a69b-4542-bf65-9b582ac0b930...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:50.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "e1bad167-f141-44b7-9324-766ddd9932c7"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:50.467Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:50.467Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.202Z", "message": "Successfully detached port 3e2fdff2-a69b-4542-bf65-9b582ac0b930", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "e1bad167-f141-44b7-9324-766ddd9932c7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.202Z", "message": "Successfully detached port 3f71bd5f-971d-4e41-84e9-647a8b692ee2", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "67211459-3157-42f5-9c99-83c34d44eb9c"}], "metadata": {"pagination": {"total": 28, "offset": 11, "size": 50}}} 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:51 GMT 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6869 2019-01-03 13:01:51,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:51,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 9950209d-3798-40ac-9c27-9bb610e6f594... 2019-01-03 13:01:51,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-03 13:01:51,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port cb27e4af-bd95-4fa5-9381-e7c9df499c7f... 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 9950209d-3798-40ac-9c27-9bb610e6f594 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port cb27e4af-bd95-4fa5-9381-e7c9df499c7f 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 3f71bd5f-971d-4e41-84e9-647a8b692ee2... 2019-01-03 13:01:51,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 3e2fdff2-a69b-4542-bf65-9b582ac0b930... 2019-01-03 13:01:51,663 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-03 13:01:51,663 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 3e2fdff2-a69b-4542-bf65-9b582ac0b930 2019-01-03 13:01:51,663 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 3f71bd5f-971d-4e41-84e9-647a8b692ee2 2019-01-03 13:01:51,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:01:51,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:51,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:51,767 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:51 GMT 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:51,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:01:51,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:56,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:01:56,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:51.703Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:51.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:52.214Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:52.214Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "02842f3f-f3e1-4d35-b976-bb2230cc603b"}, {"node_instance_id": "target_vnf_host_srbt6q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:52.214Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:52.214Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "aecff48b-aa37-424c-84c6-56200cb8a044"}, {"node_instance_id": "reference_vnf_host_cgw6qk", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:52.724Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 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 f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-03T13:01:52.724Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:53.749Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:53.749Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:53.749Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:53.749Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:53.749Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:53.749Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_host_srbt6q", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:53.749Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance e8647b55-8c9f-4a9d-9411-40a3476114ba 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 e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2019-01-03T13:01:53.749Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:53.749Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:53.749Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "keypair_zie25k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.116Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:55.202Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:55.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "08a074ce-87ae-46c5-9802-ddbb48c9d936"}, {"node_instance_id": "keypair_zie25k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "keypair_zie25k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "keypair_zie25k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.135Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "keypair_zie25k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.224Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "c689fbfc-820b-4314-ac59-8cc717e2342d"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.224Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:56.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "0ab2e801-67fc-487b-bc7d-c9ef094797a0"}, {"node_instance_id": "keypair_zie25k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:56.224Z", "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": "2019-01-03T13:01:56.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "c689fbfc-820b-4314-ac59-8cc717e2342d"}], "metadata": {"pagination": {"total": 62, "offset": 24, "size": 50}}} 2019-01-03 13:01:56,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:56,858 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:56 GMT 2019-01-03 13:01:56,858 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:56,858 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21538 2019-01-03 13:01:56,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:01:56,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:01:56,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:01:56,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 13:01:56,859 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2019-01-03 13:01:56,860 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance f3c7e188-4220-46ff-b47e-00b9cd3b6107 could not be found. [status_code=404] 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance e8647b55-8c9f-4a9d-9411-40a3476114ba could not be found. [status_code=404] 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:01:56,861 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:01:56,862 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-03 13:01:56,863 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2019-01-03 13:01:56,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:01:56,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2019-01-03 13:01:56,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-03 13:01:56,864 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2019-01-03 13:01:56,864 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:01:56,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:01:56,948 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:01:56,948 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:01:56 GMT 2019-01-03 13:01:56,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:01:56,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:01:56,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:01,954 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:02:02,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:02,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_data_plane_port_cs332i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "keypair_zie25k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.147Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.147Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:57.231Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:57.231Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "fd886d1b-a053-41b0-9f3f-36144a82a63d"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.179Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.179Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.179Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.179Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_data_plane_port_nslc78", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.179Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.179Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_port_g9duox", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:58.248Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:58.248Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "28493726-8358-4ce4-b97f-25b1753cece8"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.199Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.199Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.199Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.199Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_port_rkrgyk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.199Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.199Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_subnet_ugvukb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:01:59.553Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:01:59.553Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "140cbb0f-3548-4d64-87d0-032612d0ce77"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_port_g9duox", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:00.217Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:00.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:01.236Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:01.236Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "security_group_wmobld", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:01.236Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:01.236Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:01.236Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:01.236Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:01.275Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:01.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "39e7f21b-6b66-4fc1-aab7-28b249e24c44"}], "metadata": {"pagination": {"total": 91, "offset": 58, "size": 50}}} 2019-01-03 13:02:02,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:02,220 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:02 GMT 2019-01-03 13:02:02,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:02,220 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14507 2019-01-03 13:02:02,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:02,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:02,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-03 13:02:02,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-03 13:02:02,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2019-01-03 13:02:02,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:02,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:02,223 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:02,224 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:02,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2019-01-03 13:02:02,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2019-01-03 13:02:02,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:02,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2019-01-03 13:02:02,225 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2019-01-03 13:02:02,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:02:02,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:02,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:02,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:02,302 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:02 GMT 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:02,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:02:02,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:07,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:02:07,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:07,372 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_wmobld", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "security_group_wmobld", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "security_group_wmobld", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.279Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.279Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "security_group_wmobld", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:02.368Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:02.368Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "f8c55787-9efe-43f7-be7c-713b4e0b592b"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:03.298Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:03.298Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "reference_vnf_ip_m9x47y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:03.298Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:03.298Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "security_group_wmobld", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:03.298Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:03.298Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_subnet_ugvukb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:03.298Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:03.298Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:03.407Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:03.407Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "5861d846-3715-4af8-a148-5e21c15d19f0"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "target_vnf_ip_0j3fze", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.376Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.376Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_subnet_vm7fhq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:04.808Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:04.808Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "d5eb5135-663f-4a78-a292-9fdb05ca6886"}, {"node_instance_id": "data_plane_network_3k2isr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:05.580Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:05.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "e1f941f7-306b-4b31-9939-57c2ee2f4d47"}, {"node_instance_id": "data_plane_network_3k2isr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:06.618Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:06.618Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}], "metadata": {"pagination": {"total": 114, "offset": 87, "size": 50}}} 2019-01-03 13:02:07,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:07,373 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:07 GMT 2019-01-03 13:02:07,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:07,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11724 2019-01-03 13:02:07,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:07,374 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2019-01-03 13:02:07,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-03 13:02:07,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2019-01-03 13:02:07,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2019-01-03 13:02:07,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2019-01-03 13:02:07,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2019-01-03 13:02:07,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2019-01-03 13:02:07,377 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-03 13:02:07,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:02:07,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:07,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:07,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:07,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:07,434 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:07 GMT 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:02:07,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:12,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:02:12,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:12,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_vm7fhq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:07.733Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:07.733Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:08.390Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:08.390Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "router_q3oyn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:08.390Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:08.390Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "router_q3oyn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "router_q3oyn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "router_q3oyn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.459Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.459Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "management_plane_network_izv6ar", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:09.734Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:09.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "0a58b5f7-8c89-4354-addb-0941c3198e24"}, {"node_instance_id": "router_q3oyn8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:10.595Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:10.595Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "2b023cad-3dea-4854-a1f0-8a2fcc726a92"}, {"node_instance_id": "management_plane_network_izv6ar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:11.276Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:11.276Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}], "metadata": {"pagination": {"total": 126, "offset": 110, "size": 50}}} 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:12 GMT 2019-01-03 13:02:12,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:12,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6046 2019-01-03 13:02:12,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:12,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2019-01-03 13:02:12,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2019-01-03 13:02:12,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-03 13:02:12,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2019-01-03 13:02:12,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2019-01-03 13:02:12,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2019-01-03 13:02:12,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-03 13:02:12,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:02:12,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:12,576 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:02:12,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:12,577 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:12 GMT 2019-01-03 13:02:12,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:12,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2019-01-03 13:02:12,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:17,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/events 2019-01-03 13:02:17,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:17,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:17,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:17,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_q3oyn8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:13.092Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:13.092Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "external_network_13ltz9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:14.493Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:14.493Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "external_network_13ltz9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:14.493Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:14.493Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "external_network_13ltz9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:15.268Z", "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": "2019-01-03T13:02:15.268Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599", "logger": "bce266c9-b97f-4001-97c4-05b7d48f1c2b"}, {"node_instance_id": "external_network_13ltz9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:15.555Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:15.555Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "external_network_13ltz9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:15.555Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:15.555Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": "external_network_13ltz9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:15.555Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:15.555Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2019-01-03T13:02:16.566Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2019-01-03T13:02:16.566Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "b46c9706-3cc7-4096-bddf-91a38e662599"}], "metadata": {"pagination": {"total": 134, "offset": 122, "size": 50}}} 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:17 GMT 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4049 2019-01-03 13:02:17,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:17,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2019-01-03 13:02:17,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2019-01-03 13:02:17,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2019-01-03 13:02:17,653 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2019-01-03 13:02:17,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2019-01-03 13:02:17,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2019-01-03 13:02:17,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2019-01-03 13:02:17,654 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2019-01-03 13:02:17,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions/b46c9706-3cc7-4096-bddf-91a38e662599 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:17,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:17,711 - 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": "2019-01-03T13:01:41.105Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "b46c9706-3cc7-4096-bddf-91a38e662599"} 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:17 GMT 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:17,711 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/deployments/vrouter-opnfv 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:17,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 13:02:17,988 - 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": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "target_vnf_flavor_id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "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_171cac1a-befd-422e-9fde-7b78c9bca1aa", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "keystone_password": "d7fdbbf9-117c-4912-87c8-598bd31a8988", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.28: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": "2624bf25-9d4d-4f83-866b-f26193fa8d8e", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2019-01-03T12:51:12.795Z", "updated_at": "2019-01-03T12:51:12.795Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:17 GMT 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2019-01-03 13:02:17,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:17,989 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2019-01-03 13:02:18,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2019-01-03 13:02:18,068 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2019-01-03 13:02:18,068 - 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": "2019-01-03T12:51:12.545Z", "updated_at": "2019-01-03T12:51:12.545Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"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"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2019-01-03 13:02:18,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2019-01-03 13:02:18,069 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 03 Jan 2019 13:02:18 GMT 2019-01-03 13:02:18,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2019-01-03 13:02:18,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2019-01-03 13:02:18,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2019-01-03 13:02:18,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:02:18,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:20,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d9f48f9-3311-467d-9571-dc805283038c Date: Thu, 03 Jan 2019 13:02:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:02:20,284 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e used request id req-3d9f48f9-3311-467d-9571-dc805283038c 2019-01-03 13:02:20,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.20268511772s 2019-01-03 13:02:20,284 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/2624bf25-9d4d-4f83-866b-f26193fa8d8e used request id req-3d9f48f9-3311-467d-9571-dc805283038c 2019-01-03 13:02:20,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:02:20,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:20,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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-bc9bd665-ab65-4db1-ae21-73bb409d798e x-compute-request-id: req-bc9bd665-ab65-4db1-ae21-73bb409d798e Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "4f1f196b-a76b-42b0-b117-a5025436ebe5", "name": "vyos_vrouter-flavor_alt_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "name": "vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:02:20,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bc9bd665-ab65-4db1-ae21-73bb409d798e 2019-01-03 13:02:20,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.168114900589s 2019-01-03 13:02:20,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-bc9bd665-ab65-4db1-ae21-73bb409d798e 2019-01-03 13:02:20,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:02:20,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:20,495 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-cd5602d0-0b4b-40bb-b5b8-37163cccca8c x-compute-request-id: req-cd5602d0-0b4b-40bb-b5b8-37163cccca8c Content-Length: 0 Content-Type: application/json 2019-01-03 13:02:20,495 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5 used request id req-cd5602d0-0b4b-40bb-b5b8-37163cccca8c 2019-01-03 13:02:20,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0403609275818s 2019-01-03 13:02:20,496 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/4f1f196b-a76b-42b0-b117-a5025436ebe5 used request id req-cd5602d0-0b4b-40bb-b5b8-37163cccca8c 2019-01-03 13:02:20,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:02:20,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/b1ed0a2d-4f83-4b48-b57b-7106a5425495.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:21,426 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2df02c9-ae09-4a9b-8e85-1b3115a364d8 Content-Length: 0 Date: Thu, 03 Jan 2019 13:02:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:21,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b1ed0a2d-4f83-4b48-b57b-7106a5425495.json used request id req-c2df02c9-ae09-4a9b-8e85-1b3115a364d8 2019-01-03 13:02:21,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.927321910858s 2019-01-03 13:02:21,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/b1ed0a2d-4f83-4b48-b57b-7106a5425495.json used request id req-c2df02c9-ae09-4a9b-8e85-1b3115a364d8 2019-01-03 13:02:21,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:02:21,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:21,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-95aa3539-55d5-464f-8d5c-4a481f50f5ed Date: Thu, 03 Jan 2019 13:02:21 GMT RESP BODY: {"floatingips": []} 2019-01-03 13:02:21,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-95aa3539-55d5-464f-8d5c-4a481f50f5ed 2019-01-03 13:02:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.192096948624s 2019-01-03 13:02:21,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-95aa3539-55d5-464f-8d5c-4a481f50f5ed 2019-01-03 13:02:21,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2019-01-03 13:02:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:21,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35b3dba0-e66c-4559-97a5-4b18a636d3f8 x-compute-request-id: req-35b3dba0-e66c-4559-97a5-4b18a636d3f8 Content-Type: application/json 2019-01-03 13:02:21,763 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-35b3dba0-e66c-4559-97a5-4b18a636d3f8 2019-01-03 13:02:21,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.138121128082s 2019-01-03 13:02:21,764 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a used request id req-35b3dba0-e66c-4559-97a5-4b18a636d3f8 2019-01-03 13:02:21,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 13:02:21,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:22,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d785a27e-0169-4974-a644-3c7b4300e5f1 x-compute-request-id: req-d785a27e-0169-4974-a644-3c7b4300e5f1 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T13:02:21Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 13:02:22,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d785a27e-0169-4974-a644-3c7b4300e5f1 2019-01-03 13:02:22,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02734994888s 2019-01-03 13:02:22,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-d785a27e-0169-4974-a644-3c7b4300e5f1 2019-01-03 13:02:22,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 13:02:24,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 13:02:24,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:25,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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-f88468c5-ffd5-48e8-9355-928f17d86e7d x-compute-request-id: req-f88468c5-ffd5-48e8-9355-928f17d86e7d Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:51:40", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.28:8774/v2.1/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "self"}, {"href": "http://172.30.9.28:8774/servers/57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "rel": "bookmark"}], "image": {"id": "108bcd30-956c-4e4d-b15e-596956d107a9", "links": [{"href": "http://172.30.9.28:8774/images/108bcd30-956c-4e4d-b15e-596956d107a9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2019-01-03T12:49:56.000000", "flavor": {"id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "links": [{"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}]}, "id": "57bbfa76-fcf9-4da5-8aaf-66c9b701665a", "security_groups": [{"name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}], "user_id": "be70960fa38f4e98aac51a1db2c2141e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2019-01-03T13:02:21Z", "hostId": "5aec4756f3dc98b8ed4df90e0bfc5a9f17d582c731fdd7476a972f3d", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa", "name": "vyos_vrouter-vm_171cac1a-befd-422e-9fde-7b78c9bca1aa", "created": "2019-01-03T12:47:30Z", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2019-01-03 13:02:25,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f88468c5-ffd5-48e8-9355-928f17d86e7d 2019-01-03 13:02:25,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651531934738s 2019-01-03 13:02:25,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-f88468c5-ffd5-48e8-9355-928f17d86e7d 2019-01-03 13:02:25,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2019-01-03 13:02:27,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2019-01-03 13:02:27,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:27,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-666ef0e8-4841-4de7-a52b-d4b2197a0e87 x-compute-request-id: req-666ef0e8-4841-4de7-a52b-d4b2197a0e87 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2019-01-03 13:02:27,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-666ef0e8-4841-4de7-a52b-d4b2197a0e87 2019-01-03 13:02:27,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0824599266052s 2019-01-03 13:02:27,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/servers/detail used request id req-666ef0e8-4841-4de7-a52b-d4b2197a0e87 2019-01-03 13:02:27,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:02:27,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:27,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-50f9e086-ad7f-49e7-ba21-a11904f9b4a3 Date: Thu, 03 Jan 2019 13:02:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:47:24Z", "updated_at": "2019-01-03T12:47:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "324f9ba7-32fe-48f5-9eaf-4065ffa9caa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "4d663bf1-b75e-4482-ad53-895360ed8dfd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 80, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:24Z", "revision_number": 0, "id": "8376445d-8438-4488-bdb6-f00f5652299d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:24Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "869c5c42-c3c0-4b59-92dd-f13c551a64dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2019-01-03T12:47:25Z", "revision_number": 0, "id": "92d24c68-2bd0-4581-8b87-8e4b2bcd8140", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:25Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 22, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2019-01-03T12:47:26Z", "revision_number": 0, "id": "b7b10767-c6ef-4e94-816b-87bdd787f205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:26Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 443, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2019-01-03T12:47:27Z", "revision_number": 0, "id": "f94a0c2d-bfda-4e76-81f8-f3c7e3f427b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:27Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2019-01-03T12:47:27Z", "revision_number": 0, "id": "f9ffa659-df15-48ec-8a42-b7835a41656e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:47:27Z", "security_group_id": "541b04b3-d609-49f0-b0fb-8070815323b3", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 8, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "541b04b3-d609-49f0-b0fb-8070815323b3", "name": "vyos_vrouter-sg_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 13:02:27,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-50f9e086-ad7f-49e7-ba21-a11904f9b4a3 2019-01-03 13:02:27,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.341641187668s 2019-01-03 13:02:27,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-50f9e086-ad7f-49e7-ba21-a11904f9b4a3 2019-01-03 13:02:27,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 13:02:27,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/541b04b3-d609-49f0-b0fb-8070815323b3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:28,648 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb632e62-dd09-439b-90cb-4c281e5a37e1 Content-Length: 0 Date: Thu, 03 Jan 2019 13:02:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:28,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/541b04b3-d609-49f0-b0fb-8070815323b3.json used request id req-bb632e62-dd09-439b-90cb-4c281e5a37e1 2019-01-03 13:02:28,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.763899087906s 2019-01-03 13:02:28,649 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/541b04b3-d609-49f0-b0fb-8070815323b3.json used request id req-bb632e62-dd09-439b-90cb-4c281e5a37e1 2019-01-03 13:02:28,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2019-01-03 13:02:28,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:28,684 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-cc3de8e9-e67a-4387-b4e8-cb53958717c0 x-compute-request-id: req-cc3de8e9-e67a-4387-b4e8-cb53958717c0 Content-Length: 0 Content-Type: application/json 2019-01-03 13:02:28,684 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa used request id req-cc3de8e9-e67a-4387-b4e8-cb53958717c0 2019-01-03 13:02:28,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0346148014069s 2019-01-03 13:02:28,684 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/os-keypairs/vyos_vrouter-kp_171cac1a-befd-422e-9fde-7b78c9bca1aa used request id req-cc3de8e9-e67a-4387-b4e8-cb53958717c0 2019-01-03 13:02:28,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 13:02:28,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" -d '{"subnet_id": "1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"}' 2019-01-03 13:02:30,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8bf24ec-9eba-42ae-b835-004144530374 Date: Thu, 03 Jan 2019 13:02:30 GMT RESP BODY: {"network_id": "e01340e1-9b25-41a7-add0-7da4854df30b", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "subnet_id": "1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa", "subnet_ids": ["1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa"], "port_id": "2c530995-f9e4-44e4-acd5-575636ff0412", "id": "52360463-00f8-4777-a77c-90ec1e787f7b"} 2019-01-03 13:02:30,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/remove_router_interface.json used request id req-f8bf24ec-9eba-42ae-b835-004144530374 2019-01-03 13:02:30,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71476197243s 2019-01-03 13:02:30,400 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b/remove_router_interface.json used request id req-f8bf24ec-9eba-42ae-b835-004144530374 returning object 52360463-00f8-4777-a77c-90ec1e787f7b 2019-01-03 13:02:30,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 13:02:30,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:30,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-681ed0b9-8b51-4a27-bef2-6548be545488 Date: Thu, 03 Jan 2019 13:02:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:37Z", "admin_state_up": true, "updated_at": "2019-01-03T13:02:29Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "52360463-00f8-4777-a77c-90ec1e787f7b", "name": "vyos_vrouter-router_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 13:02:30,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-681ed0b9-8b51-4a27-bef2-6548be545488 2019-01-03 13:02:30,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0780611038208s 2019-01-03 13:02:30,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-681ed0b9-8b51-4a27-bef2-6548be545488 2019-01-03 13:02:30,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 13:02:30,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:34,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73a110ed-7166-4cb1-8953-cfb24d47e123 Content-Length: 0 Date: Thu, 03 Jan 2019 13:02:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:34,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b.json used request id req-73a110ed-7166-4cb1-8953-cfb24d47e123 2019-01-03 13:02:34,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.7442548275s 2019-01-03 13:02:34,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/52360463-00f8-4777-a77c-90ec1e787f7b.json used request id req-73a110ed-7166-4cb1-8953-cfb24d47e123 2019-01-03 13:02:34,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 13:02:34,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:34,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-5f67c23a-4dca-4192-b9fd-3188a3623481 Date: Thu, 03 Jan 2019 13:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e01340e1-9b25-41a7-add0-7da4854df30b","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T12:45:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"91e42923dc284a9a82ac75e444ca433d","id":"1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa","subnetpool_id":null,"name":"vyos_vrouter-subnet_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 13:02:34,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5f67c23a-4dca-4192-b9fd-3188a3623481 2019-01-03 13:02:34,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0614969730377s 2019-01-03 13:02:34,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-5f67c23a-4dca-4192-b9fd-3188a3623481 2019-01-03 13:02:34,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 13:02:34,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:36,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5557b1c-de7f-4954-8640-66e016aabcea Date: Thu, 03 Jan 2019 13:02:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:36,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa.json used request id req-c5557b1c-de7f-4954-8640-66e016aabcea 2019-01-03 13:02:36,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3030769825s 2019-01-03 13:02:36,592 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/1cb3b990-ddb0-45d6-95c6-c79f2f0b00aa.json used request id req-c5557b1c-de7f-4954-8640-66e016aabcea 2019-01-03 13:02:36,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 13:02:36,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:36,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-07c49e57-c735-415d-82c1-863c5db8efef Date: Thu, 03 Jan 2019 13:02:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","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":"2019-01-03T13:02:36Z","tenant_id":"91e42923dc284a9a82ac75e444ca433d","created_at":"2019-01-03T12:45:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"91e42923dc284a9a82ac75e444ca433d","id":"e01340e1-9b25-41a7-add0-7da4854df30b","name":"vyos_vrouter-net_171cac1a-befd-422e-9fde-7b78c9bca1aa"}]} 2019-01-03 13:02:36,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-07c49e57-c735-415d-82c1-863c5db8efef 2019-01-03 13:02:36,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261615991592s 2019-01-03 13:02:36,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-07c49e57-c735-415d-82c1-863c5db8efef 2019-01-03 13:02:36,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 13:02:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/e01340e1-9b25-41a7-add0-7da4854df30b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:37,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-baecfad4-cbd8-40ba-9168-317fbc371600 Date: Thu, 03 Jan 2019 13:02:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:37,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e01340e1-9b25-41a7-add0-7da4854df30b.json used request id req-baecfad4-cbd8-40ba-9168-317fbc371600 2019-01-03 13:02:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.698660135269s 2019-01-03 13:02:37,555 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/e01340e1-9b25-41a7-add0-7da4854df30b.json used request id req-baecfad4-cbd8-40ba-9168-317fbc371600 2019-01-03 13:02:37,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:02:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:38,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-f969c24b-4f2e-4626-836b-559c4ae9f88f Date: Thu, 03 Jan 2019 13:02:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "metadata": {}}], "file": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9/file", "owner": "91e42923dc284a9a82ac75e444ca433d", "id": "108bcd30-956c-4e4d-b15e-596956d107a9", "size": 4373348352, "self": "/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/108bcd30-956c-4e4d-b15e-596956d107a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2019-01-03T12:47:23Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_171cac1a-befd-422e-9fde-7b78c9bca1aa", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2019-01-03T12:46:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:02:38,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f969c24b-4f2e-4626-836b-559c4ae9f88f 2019-01-03 13:02:38,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.581701040268s 2019-01-03 13:02:38,138 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f969c24b-4f2e-4626-836b-559c4ae9f88f 2019-01-03 13:02:38,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:02:38,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f33b4aa987ef2f783aef1ca4d4c0606268ac1b29" 2019-01-03 13:02:42,069 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-575d91e2-f6a8-4bd7-b2dc-eb474e76778f Date: Thu, 03 Jan 2019 13:02:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:02:42,069 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9 used request id req-575d91e2-f6a8-4bd7-b2dc-eb474e76778f 2019-01-03 13:02:42,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.92935395241s 2019-01-03 13:02:42,070 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/108bcd30-956c-4e4d-b15e-596956d107a9 used request id req-575d91e2-f6a8-4bd7-b2dc-eb474e76778f 2019-01-03 13:02:42,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:02:42,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a56a6738-4294-4b82-82ef-222627a8d746 x-compute-request-id: req-a56a6738-4294-4b82-82ef-222627a8d746 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "7f60aaed-2625-4e16-a0a1-6ab0b65e86bc", "name": "vyos_vrouter-flavor_171cac1a-befd-422e-9fde-7b78c9bca1aa", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:02:42,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a56a6738-4294-4b82-82ef-222627a8d746 2019-01-03 13:02:42,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0350608825684s 2019-01-03 13:02:42,106 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-a56a6738-4294-4b82-82ef-222627a8d746 2019-01-03 13:02:42,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:02:42,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,154 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21068cee-0afd-4404-a0f2-75ab17b62568 x-compute-request-id: req-21068cee-0afd-4404-a0f2-75ab17b62568 Content-Length: 0 Content-Type: application/json 2019-01-03 13:02:42,154 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc used request id req-21068cee-0afd-4404-a0f2-75ab17b62568 2019-01-03 13:02:42,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0475947856903s 2019-01-03 13:02:42,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/7f60aaed-2625-4e16-a0a1-6ab0b65e86bc used request id req-21068cee-0afd-4404-a0f2-75ab17b62568 2019-01-03 13:02:42,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:02:42,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bec611a-19dd-47eb-9020-e13b960626fc Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa", "links": {"self": "http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e"}, "domain_id": "default", "enabled": true, "id": "be70960fa38f4e98aac51a1db2c2141e", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:02:42,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5bec611a-19dd-47eb-9020-e13b960626fc 2019-01-03 13:02:42,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0879440307617s 2019-01-03 13:02:42,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-5bec611a-19dd-47eb-9020-e13b960626fc 2019-01-03 13:02:42,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:02:42,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b98b80a-ddc6-4902-9ba9-9473b85d0e9e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e"}, "enabled": true, "id": "be70960fa38f4e98aac51a1db2c2141e", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_171cac1a-befd-422e-9fde-7b78c9bca1aa"}} 2019-01-03 13:02:42,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e used request id req-8b98b80a-ddc6-4902-9ba9-9473b85d0e9e 2019-01-03 13:02:42,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110905885696s 2019-01-03 13:02:42,360 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e used request id req-8b98b80a-ddc6-4902-9ba9-9473b85d0e9e 2019-01-03 13:02:42,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 13:02:42,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-930bd249-f727-46d0-9931-5e6db5460e2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:02:42,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e used request id req-930bd249-f727-46d0-9931-5e6db5460e2a 2019-01-03 13:02:42,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251929998398s 2019-01-03 13:02:42,613 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/be70960fa38f4e98aac51a1db2c2141e used request id req-930bd249-f727-46d0-9931-5e6db5460e2a 2019-01-03 13:02:42,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:02:42,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7281b7c-6955-4687-a7ac-44bde4dbf030 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d"}, "enabled": true, "id": "91e42923dc284a9a82ac75e444ca433d", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_171cac1a-befd-422e-9fde-7b78c9bca1aa"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:02:42,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b7281b7c-6955-4687-a7ac-44bde4dbf030 2019-01-03 13:02:42,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0757489204407s 2019-01-03 13:02:42,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-b7281b7c-6955-4687-a7ac-44bde4dbf030 2019-01-03 13:02:42,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 13:02:42,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c23a1e4-ef6b-4b43-97b7-2c95f2a1fa2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:02:42,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d used request id req-1c23a1e4-ef6b-4b43-97b7-2c95f2a1fa2d 2019-01-03 13:02:42,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16254401207s 2019-01-03 13:02:42,855 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/91e42923dc284a9a82ac75e444ca433d used request id req-1c23a1e4-ef6b-4b43-97b7-2c95f2a1fa2d 2019-01-03 13:02:42,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:02:42,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:42,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c609d6-358f-473b-883e-caea14db23e1 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "655ccc5be86a480b95dc245c4c634563", "links": {"self": "http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563"}, "name": "Member"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 13:02:42,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a6c609d6-358f-473b-883e-caea14db23e1 2019-01-03 13:02:42,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084056854248s 2019-01-03 13:02:42,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 13:02:42,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:43,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:02:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95adb57c-30d0-494f-b4d6-e06146f2376e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:02:43,038 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/655ccc5be86a480b95dc245c4c634563 used request id req-95adb57c-30d0-494f-b4d6-e06146f2376e 2019-01-03 13:02:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0966720581055s 2019-01-03 13:02:43,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:02:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=91e42923dc284a9a82ac75e444ca433d&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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:43,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-3c566875-368e-4e81-8f76-f2933fec12e3 Date: Thu, 03 Jan 2019 13:02:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}]} 2019-01-03 13:02:43,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=91e42923dc284a9a82ac75e444ca433d&name=default used request id req-3c566875-368e-4e81-8f76-f2933fec12e3 2019-01-03 13:02:43,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189788818359s 2019-01-03 13:02:43,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=91e42923dc284a9a82ac75e444ca433d&name=default used request id req-3c566875-368e-4e81-8f76-f2933fec12e3 2019-01-03 13:02:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:02:43,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:43,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bdd8ac75-ae35-49f9-b262-ca94bc363925 Date: Thu, 03 Jan 2019 13:02:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "created_at": "2019-01-03T12:45:35Z", "updated_at": "2019-01-03T12:45:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "5d8f5809-eda7-478e-a8cf-1335ea2830ca", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "9902c723-ac7b-4b08-be0b-b4e3162cdd02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "e0d694a0-db81-4d2e-8ac8-ecbcf17fc6af", "remote_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "91e42923dc284a9a82ac75e444ca433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T12:45:35Z", "revision_number": 0, "id": "015d2e52-c97c-4496-ba03-9a5b8a09edf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T12:45:35Z", "security_group_id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "tenant_id": "91e42923dc284a9a82ac75e444ca433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "91e42923dc284a9a82ac75e444ca433d"}], "revision_number": 4, "project_id": "91e42923dc284a9a82ac75e444ca433d", "id": "972050d4-fce4-4262-bd1b-4e0e288701ee", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 13:02:43,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bdd8ac75-ae35-49f9-b262-ca94bc363925 2019-01-03 13:02:43,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209722995758s 2019-01-03 13:02:43,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-bdd8ac75-ae35-49f9-b262-ca94bc363925 2019-01-03 13:02:43,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 13:02:43,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/972050d4-fce4-4262-bd1b-4e0e288701ee.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bf44cb2baff157f36eb27a9147de75f80d152f93" 2019-01-03 13:02:43,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55e4587f-7623-408c-af3f-5da3c54b7794 Content-Length: 0 Date: Thu, 03 Jan 2019 13:02:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:02:43,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/972050d4-fce4-4262-bd1b-4e0e288701ee.json used request id req-55e4587f-7623-408c-af3f-5da3c54b7794 2019-01-03 13:02:43,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.31188082695s 2019-01-03 13:02:43,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/972050d4-fce4-4262-bd1b-4e0e288701ee.json used request id req-55e4587f-7623-408c-af3f-5da3c54b7794 2019-01-03 13:02:43,781 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2019-01-03 13:02:43,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 13:02:43,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 13:02:43,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 13:02:43,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 13:02:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 13:02:43,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 13:02:43,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff8c80b1-44b8-4a64-9261-d3ddeae5720b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 13:02:43,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-ff8c80b1-44b8-4a64-9261-d3ddeae5720b 2019-01-03 13:02:43,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 13:02:44,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T14:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["ooY9RUU7QoW5WWD0ZPvLwA"], "issued_at": "2019-01-03T13:02:44.000000Z"}} 2019-01-03 13:02:44,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 13:02:44,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:44,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0667ae32-cc01-45a9-b130-36a5f7761420 Date: Thu, 03 Jan 2019 13:02:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 13:02:44,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0667ae32-cc01-45a9-b130-36a5f7761420 2019-01-03 13:02:44,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235234975815s 2019-01-03 13:02:44,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0667ae32-cc01-45a9-b130-36a5f7761420 2019-01-03 13:02:44,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 13:02:44,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:44,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 13:02:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 13:02:44,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:44,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce28417-820d-4556-82fb-a083f7d4aa6b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 13:02:44,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-cce28417-820d-4556-82fb-a083f7d4aa6b 2019-01-03 13:02:44,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0973489284515s 2019-01-03 13:02:44,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 13:02:44,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}}' 2019-01-03 13:02:44,798 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 13:02:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acde9500-7fbe-4450-9a8c-55cef052b423 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.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb"}, "enabled": true, "id": "18bd7326f3be4952b7a003a4e3be1ebb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}} 2019-01-03 13:02:44,798 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-acde9500-7fbe-4450-9a8c-55cef052b423 2019-01-03 13:02:44,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.16921210289s 2019-01-03 13:02:44,798 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-acde9500-7fbe-4450-9a8c-55cef052b423 2019-01-03 13:02:44,799 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'id': u'18bd7326f3be4952b7a003a4e3be1ebb', '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'})}) 2019-01-03 13:02:44,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 13:02:45,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.339502096176s 2019-01-03 13:02:45,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a7398f-de57-4d77-b3a2-affc8e807a0b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a"}, "enabled": true, "id": "e5e21f0b782a4bf9b18318475ff77d1a", "options": {}, "domain_id": "default", "name": "juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}} 2019-01-03 13:02:45,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a used request id req-25a7398f-de57-4d77-b3a2-affc8e807a0b 2019-01-03 13:02:45,243 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e5e21f0b782a4bf9b18318475ff77d1a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9'}) 2019-01-03 13:02:45,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:02:45,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e26b9f-fa91-4747-bf68-b59a98f6e216 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 13:02:45,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-a5e26b9f-fa91-4747-bf68-b59a98f6e216 2019-01-03 13:02:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857489109039s 2019-01-03 13:02:45,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:02:45,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70c73e0b-1eb8-468f-bdca-7f4ed516e20a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 13:02:45,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-70c73e0b-1eb8-468f-bdca-7f4ed516e20a 2019-01-03 13:02:45,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0733840465546s 2019-01-03 13:02:45,405 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 13:02:45,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 13:02:45,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"role": {"name": "Member"}}' 2019-01-03 13:02:45,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd11769f-b5d7-433e-aaf1-d5930261fe8c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c473e2cc29df48979e4f216fda87868f", "links": {"self": "http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f"}, "name": "Member"}} 2019-01-03 13:02:45,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-bd11769f-b5d7-433e-aaf1-d5930261fe8c 2019-01-03 13:02:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0930690765381s 2019-01-03 13:02:45,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141404b7-d5b3-45fe-a41d-06965ae95ed8 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f"}, "domain_id": null, "name": "Member", "id": "c473e2cc29df48979e4f216fda87868f"}} 2019-01-03 13:02:45,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f used request id req-141404b7-d5b3-45fe-a41d-06965ae95ed8 2019-01-03 13:02:45,576 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f'}, 'domain_id': None, 'human_id': None, 'id': u'c473e2cc29df48979e4f216fda87868f', 'HUMAN_ID': False}) 2019-01-03 13:02:45,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:02:45,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c8276e5-6363-458e-814a-78d7014cb5ab Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c473e2cc29df48979e4f216fda87868f", "links": {"self": "http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f"}, "name": "Member"}]} 2019-01-03 13:02:45,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-8c8276e5-6363-458e-814a-78d7014cb5ab 2019-01-03 13:02:45,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734510421753s 2019-01-03 13:02:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 13:02:45,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf35ee20-3cfd-45fe-851d-6207beac8d20 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 13:02:45,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-cf35ee20-3cfd-45fe-851d-6207beac8d20 2019-01-03 13:02:45,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817639827728s 2019-01-03 13:02:45,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:02:45,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eef7b79-fef7-493f-9fa8-7b1bf2be05df Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "links": {"self": "http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a"}, "domain_id": "default", "enabled": true, "id": "e5e21f0b782a4bf9b18318475ff77d1a", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:02:45,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2eef7b79-fef7-493f-9fa8-7b1bf2be05df 2019-01-03 13:02:45,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101771831512s 2019-01-03 13:02:45,836 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-2eef7b79-fef7-493f-9fa8-7b1bf2be05df 2019-01-03 13:02:45,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:02:45,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:45,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efc6d690-383a-4ba5-a690-75fad7c68661 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb"}, "enabled": true, "id": "18bd7326f3be4952b7a003a4e3be1ebb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:02:45,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-efc6d690-383a-4ba5-a690-75fad7c68661 2019-01-03 13:02:45,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0758311748505s 2019-01-03 13:02:45,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-efc6d690-383a-4ba5-a690-75fad7c68661 2019-01-03 13:02:45,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 13:02:45,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=e5e21f0b782a4bf9b18318475ff77d1a&scope.project.id=18bd7326f3be4952b7a003a4e3be1ebb&role.id=c473e2cc29df48979e4f216fda87868f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3104b00-11d7-4061-ac05-f6880b74a906 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=e5e21f0b782a4bf9b18318475ff77d1a&scope.project.id=18bd7326f3be4952b7a003a4e3be1ebb&role.id=c473e2cc29df48979e4f216fda87868f", "previous": null, "next": null}} 2019-01-03 13:02:46,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=e5e21f0b782a4bf9b18318475ff77d1a&scope.project.id=18bd7326f3be4952b7a003a4e3be1ebb&role.id=c473e2cc29df48979e4f216fda87868f used request id req-e3104b00-11d7-4061-ac05-f6880b74a906 2019-01-03 13:02:46,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0849778652191s 2019-01-03 13:02:46,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 13:02:46,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb/users/e5e21f0b782a4bf9b18318475ff77d1a/roles/c473e2cc29df48979e4f216fda87868f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:02:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-918b8193-0c19-47cf-8609-f0ed64299020 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:02:46,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb/users/e5e21f0b782a4bf9b18318475ff77d1a/roles/c473e2cc29df48979e4f216fda87868f used request id req-918b8193-0c19-47cf-8609-f0ed64299020 2019-01-03 13:02:46,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.196099042892s 2019-01-03 13:02:46,204 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 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': '23330c49-3b03-4128-b3d6-c95f125fec2b', 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_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'project_id': u'18bd7326f3be4952b7a003a4e3be1ebb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 13:02:46,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 13:02:46,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 13:02:46,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 13:02:46,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 13:02:46,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 13:02:46,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 13:02:46,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 13:02:46,209 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'password': '23330c49-3b03-4128-b3d6-c95f125fec2b', 'project_name': 'juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '18bd7326f3be4952b7a003a4e3be1ebb', 'project_domain_name': 'Default'} 2019-01-03 13:02:46,278 - 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'}}} 2019-01-03 13:02:46,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2019-01-03 13:02:46,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5081d8b-dff8-4163-9da8-0c8427015a84 Content-Encoding: gzip Content-Length: 914 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://172.30.9.28:5000/v3/services/05b14319b1b14c1992df380dad7601e3"}, "enabled": true, "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/14cdbc0aeb864138b4f5b47c64282f18"}, "enabled": true, "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4119fc15ea2046108647cf6af820e2e5"}, "enabled": true, "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.28:5000/v3/services/430675cef41444e9ae702c094f26d4ee"}, "enabled": true, "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.28:5000/v3/services/4b95dc528475432ca51c91871c25da10"}, "enabled": true, "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.28:5000/v3/services/676a47c9a2d442c4b3804df1a2aa0e0b"}, "enabled": true, "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.28:5000/v3/services/83ed9e7cd31d44df9505d529c32d7f31"}, "enabled": true, "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.28:5000/v3/services/8b85de34cb334b6ba23b113980367cc2"}, "enabled": true, "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.28:5000/v3/services/904449018e304dd4ae69163b6e0f7c65"}, "enabled": true, "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.28:5000/v3/services/90f15d5d07704a6faf5dcb907c88e2d7"}, "enabled": true, "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.28:5000/v3/services/918360128c274ab4937d41508abbe97c"}, "enabled": true, "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.28:5000/v3/services/b7fbe3b09e6848a78b816e046b0b0e8b"}, "enabled": true, "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.28:5000/v3/services/c66dea12467540fd9f8eae1b38f3e216"}, "enabled": true, "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.28:5000/v3/services/eaa22ffbd6a24a9fbc5a4854cc89a6a7"}, "enabled": true, "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.28:5000/v3/services/f9c71ab7ca584a2fbd00bfe73cacb65d"}, "enabled": true, "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.28:5000/v3/services/fc3b8ebb51c7410fa36d55b44ba8adb9"}, "enabled": true, "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "links": {"self": "http://172.30.9.28:5000/v3/services", "previous": null, "next": null}} 2019-01-03 13:02:46,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/services used request id req-f5081d8b-dff8-4163-9da8-0c8427015a84 2019-01-03 13:02:46,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0836598873138s 2019-01-03 13:02:46,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2019-01-03 13:02:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355f99cd-9fb8-4f6d-87da-9915bca95e26 Content-Encoding: gzip Content-Length: 2075 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/18a104eecc8e41079452d43b02a65ef4"}, "url": "http://172.30.9.28:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/1f3353fc045e4bf890b8ce96fa76ef61"}, "url": "http://172.30.9.28:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/23f5cd9fc1494768bab2d4c72d7e3731"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/24178d30924e4010b30c95810e782046"}, "url": "http://172.30.9.28:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "24178d30924e4010b30c95810e782046"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/27b3097b01aa4b649c16dab884d6beab"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2b9781dd743444e683bdd8b0911e6cdd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/2dcd438ee38b4aa081379546b57571db"}, "url": "http://172.30.9.28:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "918360128c274ab4937d41508abbe97c", "id": "2dcd438ee38b4aa081379546b57571db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3809767afacf4bc5840193558b6c35ee"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "3809767afacf4bc5840193558b6c35ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/3a555f231ed44ba7b3c4a0b1f5ab2179"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/46bf3dc1517941bfa0dcbb32950ecd7b"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c66dea12467540fd9f8eae1b38f3e216", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/532568212dfe4962af304e918a908507"}, "url": "http://172.30.9.28:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "532568212dfe4962af304e918a908507"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5796f801460b4a4589c3d8abb8fa7f39"}, "url": "http://172.30.9.28:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/58091a6f68a44eda84c06f02375af15f"}, "url": "http://172.30.9.28:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "58091a6f68a44eda84c06f02375af15f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/5e7ed94e0c5d4934b55bcc41a2ce36d7"}, "url": "http://172.30.9.28:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/60fe2f42b8874071a36fb2c94c38278b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/61bcabc9962e442abc592aa7ba48a83b"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/65cdd137082e435f922dc7335a6a57e7"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/693e9d06d224497c96ecaa7547e5ce32"}, "url": "http://172.30.9.28:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6c4b047da9cc4782bb4287bda82db8f9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "918360128c274ab4937d41508abbe97c", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/6e80432f815c45daa49cc3a9b0d86112"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/72877c66bd2f4c76ba5cf7afdec14880"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/74a0a1ee9a90453bab9e0450ced4fd6e"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/752de543f6cc4d339bce8e4f535bff87"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/76d267bc706d465ca91224f0eaeb1f7c"}, "url": "http://172.30.9.28:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/77e0af5b13da461b9793a2c1913f6b98"}, "url": "http://172.30.9.28:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/79284dea07aa45e596b14c58f1241c27"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "904449018e304dd4ae69163b6e0f7c65", "id": "79284dea07aa45e596b14c58f1241c27"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/89c7b46f37bc4543a14cbfe5e27921b2"}, "url": "http://192.30.9.4:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "430675cef41444e9ae702c094f26d4ee", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/8b0c87348b074349b8c1a243622b1c58"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/98c6c0c1e8504e7299d8b1951b97243a"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05b14319b1b14c1992df380dad7601e3", "id": "98c6c0c1e8504e7299d8b1951b97243a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9b5d8267390648c19ca5e7e6d3d03cb2"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "676a47c9a2d442c4b3804df1a2aa0e0b", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/9de2aebbf4354c6b8fa8438b92f8b476"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "918360128c274ab4937d41508abbe97c", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/a5a50e430a0641ea9cd1d9b6bdba41f6"}, "url": "http://172.30.9.28:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c213befcf3c24e0e803ab63fe0ce02bb"}, "url": "http://192.30.9.4:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4119fc15ea2046108647cf6af820e2e5", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/c3ea62b142c643138838fbb72be24e4d"}, "url": "http://172.30.9.28:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/cc576d01feec440eab6e1fd029a6ae7f"}, "url": "http://172.30.9.28:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce656a64ff864a3c9795d06e017e4ddd"}, "url": "http://172.30.9.28:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "id": "ce656a64ff864a3c9795d06e017e4ddd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ce82a91e3acd4efe9da2c568542ed5c0"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/e53ada54e7ff4c259d63db075eb85019"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ed08c2540c67492381ad8eaaf53d36fa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83ed9e7cd31d44df9505d529c32d7f31", "id": "ed08c2540c67492381ad8eaaf53d36fa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f0b65e79d6f844099585aa73e561639f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "id": "f0b65e79d6f844099585aa73e561639f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f2aa557041d046f1b6040371e59491a1"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "14cdbc0aeb864138b4f5b47c64282f18", "id": "f2aa557041d046f1b6040371e59491a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f34fd3681e384e329dae7f0e8bdaf52b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b95dc528475432ca51c91871c25da10", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f531ee5f186a41abae5b1f41a1049bc1"}, "url": "http://192.30.9.4:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7fbe3b09e6848a78b816e046b0b0e8b", "id": "f531ee5f186a41abae5b1f41a1049bc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/f696a5dcebf14ea88883dc02029d997d"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8b85de34cb334b6ba23b113980367cc2", "id": "f696a5dcebf14ea88883dc02029d997d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.28:5000/v3/endpoints/ffd6cd7bf6c9450daa0ac9d554e233d1"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "links": {"self": "http://172.30.9.28:5000/v3/endpoints", "previous": null, "next": null}} 2019-01-03 13:02:46,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/endpoints used request id req-355f99cd-9fb8-4f6d-87da-9915bca95e26 2019-01-03 13:02:46,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.088819026947s 2019-01-03 13:02:46,484 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2019-01-03 13:02:46,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 13:02:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa5d6d4-b6fa-4713-b1a8-46e7b327a2ee Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 13:02:46,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-6aa5d6d4-b6fa-4713-b1a8-46e7b327a2ee 2019-01-03 13:02:46,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0845320224762s 2019-01-03 13:02:46,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:02:46,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:02:46,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53e6f17f-21e9-4f51-95ca-87117cbd684d Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb"}, "enabled": true, "id": "18bd7326f3be4952b7a003a4e3be1ebb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:02:46,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-53e6f17f-21e9-4f51-95ca-87117cbd684d 2019-01-03 13:02:46,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0742959976196s 2019-01-03 13:02:46,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-53e6f17f-21e9-4f51-95ca-87117cbd684d 2019-01-03 13:02:46,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2019-01-03 13:02:46,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"network": {"tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "name": "juju_epc-net_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "admin_state_up": true}}' 2019-01-03 13:02:47,299 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-e50d0e6f-1b0b-4429-93c5-c85488c48167 Date: Thu, 03 Jan 2019 13:02:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"154fb3ea-4bf1-4f54-8258-10da0954cc19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":79,"ipv4_address_scope":null,"shared":false,"project_id":"18bd7326f3be4952b7a003a4e3be1ebb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2019-01-03T13:02:47Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9","admin_state_up":true,"tenant_id":"18bd7326f3be4952b7a003a4e3be1ebb","created_at":"2019-01-03T13:02:46Z","mtu":1450}} 2019-01-03 13:02:47,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e50d0e6f-1b0b-4429-93c5-c85488c48167 2019-01-03 13:02:47,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.651283025742s 2019-01-03 13:02:47,300 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-e50d0e6f-1b0b-4429-93c5-c85488c48167 2019-01-03 13:02:47,301 - 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'2019-01-03T13:02:47Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'154fb3ea-4bf1-4f54-8258-10da0954cc19', u'provider:segmentation_id': 79, 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_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'created_at': u'2019-01-03T13:02:46Z', u'mtu': 1450, u'tenant_id': u'18bd7326f3be4952b7a003a4e3be1ebb', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'18bd7326f3be4952b7a003a4e3be1ebb'}) 2019-01-03 13:02:47,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 13:02:47,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be4f0bd-3e20-42da-806d-7107db1cfe2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 13:02:47,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-3be4f0bd-3e20-42da-806d-7107db1cfe2b 2019-01-03 13:02:47,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 13:02:47,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c473e2cc29df48979e4f216fda87868f", "name": "Member"}], "expires_at": "2019-01-03T14:02:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18bd7326f3be4952b7a003a4e3be1ebb", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/18bd7326f3be4952b7a003a4e3be1ebb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "id": "e5e21f0b782a4bf9b18318475ff77d1a"}, "audit_ids": ["p2YQR3cgTh2v4Uufhyo0TA"], "issued_at": "2019-01-03T13:02:47.000000Z"}} 2019-01-03 13:02:47,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 13:02:47,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:02:48,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-3a3cb8ec-bbd1-4fff-80fc-bb8aabe0a11b Date: Thu, 03 Jan 2019 13:02:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2019-01-03T13:02:47Z","tenant_id":"18bd7326f3be4952b7a003a4e3be1ebb","created_at":"2019-01-03T13:02:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"18bd7326f3be4952b7a003a4e3be1ebb","id":"154fb3ea-4bf1-4f54-8258-10da0954cc19","name":"juju_epc-net_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 13:02:48,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3a3cb8ec-bbd1-4fff-80fc-bb8aabe0a11b 2019-01-03 13:02:48,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.432559013367s 2019-01-03 13:02:48,138 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-3a3cb8ec-bbd1-4fff-80fc-bb8aabe0a11b 2019-01-03 13:02:48,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2019-01-03 13:02:48,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"subnet": {"name": "juju_epc-subnet_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "enable_dhcp": true, "network_id": "154fb3ea-4bf1-4f54-8258-10da0954cc19", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2019-01-03 13:02:48,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-140c0536-277d-4e18-b9a3-c7c33a12d567 Date: Thu, 03 Jan 2019 13:02:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"154fb3ea-4bf1-4f54-8258-10da0954cc19","tenant_id":"18bd7326f3be4952b7a003a4e3be1ebb","created_at":"2019-01-03T13:02:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T13:02:48Z","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":"18bd7326f3be4952b7a003a4e3be1ebb","id":"6abc636f-7cb6-4415-a239-120f0ed0bb2f","subnetpool_id":null,"name":"juju_epc-subnet_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}} 2019-01-03 13:02:48,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-140c0536-277d-4e18-b9a3-c7c33a12d567 2019-01-03 13:02:48,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.686628103256s 2019-01-03 13:02:48,827 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-140c0536-277d-4e18-b9a3-c7c33a12d567 2019-01-03 13:02:48,827 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T13:02:48Z', 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'6abc636f-7cb6-4415-a239-120f0ed0bb2f', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'enable_dhcp': True, u'network_id': u'154fb3ea-4bf1-4f54-8258-10da0954cc19', u'tenant_id': u'18bd7326f3be4952b7a003a4e3be1ebb', u'created_at': u'2019-01-03T13:02:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'18bd7326f3be4952b7a003a4e3be1ebb'}) 2019-01-03 13:02:48,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2019-01-03 13:02:48,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"router": {"external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d"}, "name": "juju_epc-router_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "admin_state_up": true}}' 2019-01-03 13:02:53,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3367e20c-1d69-42f9-ad98-1bf909093109 Date: Thu, 03 Jan 2019 13:02:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:02:49Z", "admin_state_up": true, "updated_at": "2019-01-03T13:02:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "8f0a390a-53a8-4baf-b613-ad2de9751cd7", "name": "juju_epc-router_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}} 2019-01-03 13:02:53,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3367e20c-1d69-42f9-ad98-1bf909093109 2019-01-03 13:02:53,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.09171915054s 2019-01-03 13:02:53,920 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-3367e20c-1d69-42f9-ad98-1bf909093109 2019-01-03 13:02:53,921 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2019-01-03T13:02:50Z', u'revision_number': 3, u'id': u'8f0a390a-53a8-4baf-b613-ad2de9751cd7', u'external_gateway_info': {u'network_id': u'd031bf89-00a9-445a-9c57-38f1941ff76d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'eed37362-4bb2-4fca-a1dd-d476b1932909', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'admin_state_up': True, u'tenant_id': u'18bd7326f3be4952b7a003a4e3be1ebb', u'created_at': u'2019-01-03T13:02:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'18bd7326f3be4952b7a003a4e3be1ebb'}) 2019-01-03 13:02:53,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2019-01-03 13:02:53,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"subnet_id": "6abc636f-7cb6-4415-a239-120f0ed0bb2f"}' 2019-01-03 13:02:56,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6485d8bf-65d6-47f3-bbef-cbf08ca26b55 Date: Thu, 03 Jan 2019 13:02:56 GMT RESP BODY: {"network_id": "154fb3ea-4bf1-4f54-8258-10da0954cc19", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "subnet_id": "6abc636f-7cb6-4415-a239-120f0ed0bb2f", "subnet_ids": ["6abc636f-7cb6-4415-a239-120f0ed0bb2f"], "port_id": "8667f1a4-8c5c-411d-99a9-ba154e46e3fb", "id": "8f0a390a-53a8-4baf-b613-ad2de9751cd7"} 2019-01-03 13:02:56,107 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/add_router_interface.json used request id req-6485d8bf-65d6-47f3-bbef-cbf08ca26b55 2019-01-03 13:02:56,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.18521904945s 2019-01-03 13:02:56,107 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/add_router_interface.json used request id req-6485d8bf-65d6-47f3-bbef-cbf08ca26b55 returning object 8f0a390a-53a8-4baf-b613-ad2de9751cd7 2019-01-03 13:02:56,108 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2019-01-03 13:02:58,015 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:56cea6fd89a03c2b12f0f2004ca9c688 sha256:9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f 2019-01-03 13:02:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:02:58,021 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 13:02:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 13:02:58,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:02:58,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:02:58,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d83cdc73-e06e-43d4-a21a-51aaaf56d3b0 Date: Thu, 03 Jan 2019 13:02:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:02:58,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d83cdc73-e06e-43d4-a21a-51aaaf56d3b0 2019-01-03 13:02:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.629698038101s 2019-01-03 13:02:58,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-d83cdc73-e06e-43d4-a21a-51aaaf56d3b0 2019-01-03 13:02:58,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 13:02:58,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}' 2019-01-03 13:02:58,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752 X-Openstack-Request-Id: req-765b9e7c-62a3-475f-a397-c87dc8e9adbb Date: Thu, 03 Jan 2019 13:02:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "f80755fe-7555-4569-89ba-c06a2390d752", "size": null, "self": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-03T13:02:58Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": null, "created_at": "2019-01-03T13:02:58Z", "protected": false} 2019-01-03 13:02:58,848 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-765b9e7c-62a3-475f-a397-c87dc8e9adbb 2019-01-03 13:02:58,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.191846132278s 2019-01-03 13:02:58,849 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-765b9e7c-62a3-475f-a397-c87dc8e9adbb returning object f80755fe-7555-4569-89ba-c06a2390d752 2019-01-03 13:02:58,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 13:02:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '' 2019-01-03 13:03:06,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff77c80b-7dee-4af4-b190-e67dd896cf63 Date: Thu, 03 Jan 2019 13:03:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:03:06,348 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file used request id req-ff77c80b-7dee-4af4-b190-e67dd896cf63 2019-01-03 13:03:06,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.49905180931s 2019-01-03 13:03:06,349 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file used request id req-ff77c80b-7dee-4af4-b190-e67dd896cf63 2019-01-03 13:03:06,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:03:06,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:03:06,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-50dbac8d-08af-41a8-8038-a047459e180b Date: Thu, 03 Jan 2019 13:03:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "metadata": {}}], "file": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "f80755fe-7555-4569-89ba-c06a2390d752", "size": 297009152, "self": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-03T13:03:06Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-03T13:02:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:03:06,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-50dbac8d-08af-41a8-8038-a047459e180b 2019-01-03 13:03:06,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0306949615479s 2019-01-03 13:03:06,380 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-50dbac8d-08af-41a8-8038-a047459e180b 2019-01-03 13:03:06,382 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file', 'owner': u'18bd7326f3be4952b7a003a4e3be1ebb', 'id': u'f80755fe-7555-4569-89ba-c06a2390d752', 'size': 297009152, u'self': u'/v2/images/f80755fe-7555-4569-89ba-c06a2390d752', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'18bd7326f3be4952b7a003a4e3be1ebb', 'name': 'juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T13:03:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T13:03:06Z', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'owner_specified.shade.object': u'images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', 'properties': {u'self': u'/v2/images/f80755fe-7555-4569-89ba-c06a2390d752', u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', u'owner_specified.shade.object': u'images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'created': u'2019-01-03T13:02:58Z', 'checksum': u'56cea6fd89a03c2b12f0f2004ca9c688', 'created_at': u'2019-01-03T13:02:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/f80755fe-7555-4569-89ba-c06a2390d752', u'owner_specified.shade.md5': u'56cea6fd89a03c2b12f0f2004ca9c688', u'owner_specified.shade.object': u'images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'owner_specified.shade.sha256': u'9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f', u'schema': u'/v2/schemas/image'}}) 2019-01-03 13:03:09,277 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f80755fe-7555-4569-89ba-c06a2390d752 -s xenial -r regionOne -u http://172.30.9.28: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 1 cloud and 18 cloud regions added; 1 cloud attribute changed as well as 5 cloud regions deleted: added cloud: - oracle-classic 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. 2019-01-03 13:03:09,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 13:03:09,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2019-01-03 13:03:09,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:03: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-6d4552f9-b569-4682-95fc-0b9a69ba680c x-compute-request-id: req-6d4552f9-b569-4682-95fc-0b9a69ba680c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e252b61f-9629-42bc-a986-3caadc2b4c15", "name": "juju_epc-flavor_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 13:03:09,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6d4552f9-b569-4682-95fc-0b9a69ba680c 2019-01-03 13:03:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.221711874008s 2019-01-03 13:03:09,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6d4552f9-b569-4682-95fc-0b9a69ba680c returning object e252b61f-9629-42bc-a986-3caadc2b4c15 2019-01-03 13:03:09,502 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e252b61f-9629-42bc-a986-3caadc2b4c15', 'swap': 0}) 2019-01-03 13:03:09,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 13:03:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15/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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"extra_specs": {}}' 2019-01-03 13:03:09,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:03: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-08bb6b56-70db-4377-86b0-572a769e77a4 x-compute-request-id: req-08bb6b56-70db-4377-86b0-572a769e77a4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 13:03:09,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15/os-extra_specs used request id req-08bb6b56-70db-4377-86b0-572a769e77a4 2019-01-03 13:03:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241179466248s 2019-01-03 13:03:09,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15/os-extra_specs used request id req-08bb6b56-70db-4377-86b0-572a769e77a4 2019-01-03 13:03:09,528 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2019-01-03 13:03:09,530 - 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-323 | | 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 | | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 13:03:09,537 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2019-01-03 13:03:09,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2019-01-03 13:03:09,715 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2019-01-03 13:03:09,900 - 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". 2019-01-03 13:03:09,901 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2019-01-03 13:03:11,376 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:82988902051ff00ce70f6bafb41fe397 sha256:c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3 2019-01-03 13:03:11,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:03:11,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:03:11,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-2121392c-6a04-4c7a-92dd-0048dabe8234 Date: Thu, 03 Jan 2019 13:03:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "metadata": {}}], "file": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "f80755fe-7555-4569-89ba-c06a2390d752", "size": 297009152, "self": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-03T13:03:06Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-03T13:02:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:03:11,947 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2121392c-6a04-4c7a-92dd-0048dabe8234 2019-01-03 13:03:11,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.570869922638s 2019-01-03 13:03:11,948 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2121392c-6a04-4c7a-92dd-0048dabe8234 2019-01-03 13:03:11,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 13:03:11,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "owner_specified.shade.object": "images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}' 2019-01-03 13:03:12,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af X-Openstack-Request-Id: req-e090b12a-94f4-49a5-868b-6d6a33edbc7f Date: Thu, 03 Jan 2019 13:03:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "18060ab7-3c5e-4260-93a7-529ddc80d9af", "size": null, "self": "/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2019-01-03T13:03:12Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": null, "created_at": "2019-01-03T13:03:12Z", "protected": false} 2019-01-03 13:03:12,160 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e090b12a-94f4-49a5-868b-6d6a33edbc7f 2019-01-03 13:03:12,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.209478139877s 2019-01-03 13:03:12,160 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-e090b12a-94f4-49a5-868b-6d6a33edbc7f returning object 18060ab7-3c5e-4260-93a7-529ddc80d9af 2019-01-03 13:03:12,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 13:03:12,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '' 2019-01-03 13:03:17,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5abab9a5-d83a-49d1-a808-b9f94196c6bf Date: Thu, 03 Jan 2019 13:03:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:03:17,636 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/file used request id req-5abab9a5-d83a-49d1-a808-b9f94196c6bf 2019-01-03 13:03:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.47526884079s 2019-01-03 13:03:17,637 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/file used request id req-5abab9a5-d83a-49d1-a808-b9f94196c6bf 2019-01-03 13:03:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:03:17,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:03:18,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-2c24bbc9-0455-4320-963e-3bedfea046ea Date: Thu, 03 Jan 2019 13:03:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/snap", "metadata": {}}], "file": "/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "18060ab7-3c5e-4260-93a7-529ddc80d9af", "size": 263586304, "self": "/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3", "updated_at": "2019-01-03T13:03:17Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "82988902051ff00ce70f6bafb41fe397", "name": "juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": "82988902051ff00ce70f6bafb41fe397", "created_at": "2019-01-03T13:03:12Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "metadata": {}}], "file": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "f80755fe-7555-4569-89ba-c06a2390d752", "size": 297009152, "self": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-03T13:03:06Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-03T13:02:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:03:18,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c24bbc9-0455-4320-963e-3bedfea046ea 2019-01-03 13:03:18,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.572103977203s 2019-01-03 13:03:18,210 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2c24bbc9-0455-4320-963e-3bedfea046ea 2019-01-03 13:03:18,212 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/snap', u'metadata': Munch({})})], 'file': u'/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/file', 'owner': u'18bd7326f3be4952b7a003a4e3be1ebb', 'id': u'18060ab7-3c5e-4260-93a7-529ddc80d9af', 'size': 263586304, u'self': u'/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'18bd7326f3be4952b7a003a4e3be1ebb', 'name': 'juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/18060ab7-3c5e-4260-93a7-529ddc80d9af/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T13:03:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2019-01-03T13:03:17Z', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'owner_specified.shade.object': u'images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', 'properties': {u'self': u'/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', 'created': u'2019-01-03T13:03:12Z', 'checksum': u'82988902051ff00ce70f6bafb41fe397', 'created_at': u'2019-01-03T13:03:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af', u'owner_specified.shade.md5': u'82988902051ff00ce70f6bafb41fe397', u'owner_specified.shade.object': u'images/juju_epc-img_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', u'owner_specified.shade.sha256': u'c72b40102c30f2c5e731d7f3da469df589b5c6eda0ada8864d2fad4e0b54d8e3', u'schema': u'/v2/schemas/image'}}) 2019-01-03 13:03:18,436 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 18060ab7-3c5e-4260-93a7-529ddc80d9af -s trusty -r regionOne -u http://172.30.9.28: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. 2019-01-03 13:03:18,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 13:03:18,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2019-01-03 13:03:18,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:03: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-6a56583b-f6f7-4a50-b83a-2a9785f7f830 x-compute-request-id: req-6a56583b-f6f7-4a50-b83a-2a9785f7f830 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4f9f2159-a358-43dd-bdab-630193c39d0d", "name": "juju_epc-flavor_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 13:03:18,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6a56583b-f6f7-4a50-b83a-2a9785f7f830 2019-01-03 13:03:18,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.063894033432s 2019-01-03 13:03:18,502 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6a56583b-f6f7-4a50-b83a-2a9785f7f830 returning object 4f9f2159-a358-43dd-bdab-630193c39d0d 2019-01-03 13:03:18,503 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'4f9f2159-a358-43dd-bdab-630193c39d0d', 'swap': 0}) 2019-01-03 13:03:18,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 13:03:18,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d/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}931668223b77ca6b3ea9d85bbbafa12be6133478" -d '{"extra_specs": {}}' 2019-01-03 13:03:18,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:03: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-2adaf312-2394-4be1-955f-9c84bae2fae2 x-compute-request-id: req-2adaf312-2394-4be1-955f-9c84bae2fae2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 13:03:18,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d/os-extra_specs used request id req-2adaf312-2394-4be1-955f-9c84bae2fae2 2019-01-03 13:03:18,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230767726898s 2019-01-03 13:03:18,527 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d/os-extra_specs used request id req-2adaf312-2394-4be1-955f-9c84bae2fae2 2019-01-03 13:03:18,527 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2019-01-03 13:07:47,340 - 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=154fb3ea-4bf1-4f54-8258-10da0954cc19 --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 13:03:18 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 13:03:18 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=154fb3ea-4bf1-4f54-8258-10da0954cc19", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 13:03:18 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 13:03:18 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true network:154fb3ea-4bf1-4f54-8258-10da0954cc19 external-network:] 13:03:19 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 13:03:19 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[apt-http-proxy: max-status-history-age:336h https-proxy: enable-os-upgrade:true test-mode:false net-bond-reconfigure-delay:17 name:controller max-action-results-size:5G apt-ftp-proxy: logging-config: image-stream:released enable-os-refresh-update:true apt-https-proxy: container-inherit-properties: development:false proxy-ssh:false container-image-stream:released image-metadata-url: agent-metadata-url: policy-target-group: no-proxy:127.0.0.1,localhost,::1 logforward-enabled:false container-image-metadata-url: egress-subnets: automatically-retry-hooks:true ignore-machine-addresses:false transmit-vendor-metrics:true use-openstack-gbp:false max-action-results-age:336h cloudinit-userdata: apt-no-proxy: fan-config: max-status-history-size:5G uuid:f46776ad-caea-452e-8bc4-2d779bf2b2f3 update-status-hook-interval:5m ftp-proxy: provisioner-harvest-mode:destroyed type:openstack resource-tags: external-network: use-floating-ip:true firewall-mode:instance http-proxy: network:154fb3ea-4bf1-4f54-8258-10da0954cc19 use-default-secgroup:true agent-stream:released authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDohuosKJSZNYEjGggCdvfBneHmduiKvNheDVsFVbuFpP120brzb11ybiWBZRMN8cNefrnsjQUOw3ibFawrtJyA0vxV9i/zDimfON4VtP2tK/J6/4Xjsjq41xteusnu/YB4zUytyDYGmvti8H1QgzNPVwVBywPe1WDmfdUyQAx/w6gnIBOwJ1ajikswmDdzD/BF6N+eg92Ac0/R+YxiFiTzoEgKycR5iiDqr9YcpnHdYUGD5EtWo1/cwEO0LOfXP4xf/3XwNDqHYdPYscPI7zim5AzBcWbggwfByUaaIOt1ibBQVFSc5jRlSbk2g5P3fkSjC5Z91uD6pTzvqX8WfBip juju-client-key disable-network-management:false apt-mirror: ssl-hostname-verification:false default-series:xenial container-networking-method:] 13:03:19 INFO juju.provider.openstack provider.go:145 opening model "controller" 13:03:19 DEBUG goose :1 auth details: &{Token:gAAAAABcLggXTxmnnlj3nRauSgbJ31GOiBSOvqc1pcUjG5uKEPUR9u1FaAYoV7AzAlBErjJCIXTwMcfMEKxX0yFTQ71JyIowufPqMBcUPiJDdQ3ronQUIudbWM7SlnWQLMv7lss1jFgYZB1h0EBDgZwFdo3Ux2iHGHbWzbkaPwQuV9Hv2YMp6Vo TenantId:18bd7326f3be4952b7a003a4e3be1ebb UserId:e5e21f0b782a4bf9b18318475ff77d1a Domain: RegionServiceURLs:map[regionOne:map[nfv-orchestration:http://172.30.9.28:9890 placement:http://172.30.9.28:8778/placement metric:http://172.30.9.28:8041 volume:http://172.30.9.28:8776/v1/18bd7326f3be4952b7a003a4e3be1ebb network:http://172.30.9.28:9696 orchestration:http://172.30.9.28:8004/v1/18bd7326f3be4952b7a003a4e3be1ebb volumev2:http://172.30.9.28:8776/v2/18bd7326f3be4952b7a003a4e3be1ebb volumev3:http://172.30.9.28:8776/v3/18bd7326f3be4952b7a003a4e3be1ebb policy:http://172.30.9.28:1789 image:http://172.30.9.28:9292 key-manager:http://172.30.9.28:9311 compute:http://172.30.9.28:8774/v2.1 cloudformation:http://172.30.9.28:8000/v1 alarming:http://172.30.9.28:8042 identity:http://172.30.9.28:5000]]} 13:03:19 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 13:03:19 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.28:8774/v2.1/ Rel:self}] Status:CURRENT}] 13:03:19 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 13:03:19 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 13:03:19 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 13:03:19 INFO cmd bootstrap.go:233 Loading image metadata 13:03:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 13:03:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 13:03:19 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.28:5000/v3} [win2008r2 genericlinux wily utopic win2012hvr2 win2012r2 win2016nano win81 saucy yakkety win2012 win7 vivid trusty bionic win2016hv win8 quantal zesty artful win2012hv centos7 raring precise opensuseleap win2016 win10 xenial] [amd64 i386 armhf arm64 ppc64el s390x] released}} 13:03:19 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 13:03:21 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 13:03: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.28:5000/v3} not found 13:03: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.28:5000/v3} not found 13:03:22 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 13:03:22 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 13:03:22 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 13:03:22 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 13:03:22 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 13:03:22 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 13:03:22 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 13:03:22 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 13:03:22 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 13:03:23 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 []} 13:03:25 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 13:03:25 INFO cmd bootstrap.go:389 Starting new instance for initial controller 13:03:25 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 13:03:26 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 13:03:26 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:f80755fe-7555-4569-89ba-c06a2390d752 Arch:amd64 VirtType:}] 13:03:26 INFO juju.environs.instances image.go:106 find instance - using image with id: f80755fe-7555-4569-89ba-c06a2390d752 13:03:26 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 13:03:26 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 13:03:26 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2494 bytes 13:03:26 DEBUG juju.provider.openstack provider.go:1005 using network id "154fb3ea-4bf1-4f54-8258-10da0954cc19" 13:03:26 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.28:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" has status BUILD, wait 10 seconds before retry, attempt 11 13:05:32 INFO juju.provider.openstack provider.go:1175 started instance "e4ccdb66-bf67-42df-a9b4-d14e84f7932d" 13:05:32 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 13:05:34 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.203 13:05:34 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.203 13:05:36 INFO cmd bootstrap.go:225 - e4ccdb66-bf67-42df-a9b4-d14e84f7932d (arch=amd64 mem=2G cores=1) 13:05:36 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 13:05:36 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 13:05:36 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 13:05:39 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 13:05:39 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 13:05:40 DEBUG juju.provider.openstack provider.go:417 instance e4ccdb66-bf67-42df-a9b4-d14e84f7932d has floating IP address: 172.30.9.203 Attempting to connect to 172.30.9.203:22 Attempting to connect to 192.168.121.7:22 13:05:40 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 13:05:40 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.203 failed: ssh: connect to host 172.30.9.203 port 22: Connection refused 13:05:45 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 13:05:45 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.203 failed: /var/lib/juju/nonce.txt does not exist 13:05:50 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.7 failed: ssh: connect to host 192.168.121.7 port 22: Connection refused 13:05:50 DEBUG juju.provider.openstack provider.go:417 instance e4ccdb66-bf67-42df-a9b4-d14e84f7932d has floating IP address: 172.30.9.203 13:05:50 INFO cmd bootstrap.go:333 Connected to 172.30.9.203 13:05: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]> 13:05:50 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-f2b2f3-controller-0 13:07:44 INFO cmd bootstrap.go:455 Bootstrap agent now started 13:07:45 DEBUG juju.provider.openstack provider.go:417 instance e4ccdb66-bf67-42df-a9b4-d14e84f7932d has floating IP address: 172.30.9.203 13:07:45 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.203:17070 192.168.121.7:17070] 13:07:45 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.203 to verify accessibility... 13:07:45 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.203:17070 192.168.121.7:17070] 13:07:47 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" 13:07:47 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" 13:07:47 DEBUG juju.api monitor.go:35 RPC connection died 13:07:47 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 13:07:47 INFO cmd controller.go:88 Controller machines are in the "controller" model 13:07:47 INFO cmd controller.go:89 Initial model "default" added 13:07:47 INFO cmd supercommand.go:465 command finished 2019-01-03 13:07:47,341 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2019-01-03 13:07:47,341 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2019-01-03 13:08:10,210 - 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. 2019-01-03 13:08:10,210 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2019-01-03 13:33:38,546 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2019-01-03 13:33:21.556703Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2019-01-03 13:33:38,547 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2019-01-03 13:33:38,547 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2019-01-03 13:33:38,785 - 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 maintenance 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc error 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* maintenance idle 0 172.30.9.204 80/tcp,5000/tcp ABot updated! Setup relations to get into active state... mysql/0* unknown idle 1 172.30.9.206 3306/tcp oai-epc/0* error idle 2 172.30.9.202 hook failed: "install" oai-hss/0* active idle 3 172.30.9.205 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.204 eb45c6b0-768e-49f1-9523-651b4e547de2 xenial nova ACTIVE 1 started 172.30.9.206 4d27147a-ac52-491e-8978-260bee1b5d69 trusty nova ACTIVE 2 started 172.30.9.202 48223d1d-262c-4009-a30d-edc9fac5aa95 trusty nova ACTIVE 3 started 172.30.9.205 63a87844-18ce-45f5-86d8-412b6df9d2c4 trusty nova ACTIVE 2019-01-03 13:33:38,977 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.204 (agent:idle, workload:maintenance) 80/tcp, 5000/tcp 2019-01-03 13:33:38,977 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - abot-epc-basic workload differs from active 2019-01-03 13:33:39,113 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2019-01-03 13:33:39,113 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 30:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-01-03 13:33:39,972 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 13:10:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 13:10:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 13:10:58 DEBUG juju.agent read agent config, format "2.0" machine-0: 13:10:58 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 13:10:58 DEBUG juju.worker start "engine" machine-0: 13:10:58 INFO juju.worker start "engine" machine-0: 13:10:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 13:10:58 DEBUG juju.worker "engine" started machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.introspection stats worker now serving machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.apicaller connecting with old password machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 13:10:58 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:10:58 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:10:58 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:10:58 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 13:10:58 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 13:10:59 DEBUG juju.worker.apicaller connected machine-0: 13:10:59 DEBUG juju.worker.apicaller changing password... machine-0: 13:11:00 DEBUG juju.worker.apicaller password changed machine-0: 13:11:00 DEBUG juju.api RPC connection died machine-0: 13:11:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 13:11:00 DEBUG juju.worker.apicaller connecting with current password machine-0: 13:11:00 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:00 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:00 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:00 DEBUG juju.worker.apicaller connected machine-0: 13:11:00 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:11:01 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 13:11:01 INFO juju.worker.upgrader unblocking abort check machine-0: 13:11:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 13:11:01 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 13:11:01 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 13:11:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.logger logger setup machine-0: 13:11:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 13:11:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 13:11:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 13:11:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:11:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:11:01 DEBUG juju.network including address public:172.30.9.203 for machine machine-0: 13:11:01 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 13:11:01 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 13:11:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 13:11:01 DEBUG juju.network including address local-machine:::1 for machine machine-0: 13:11:01 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 13:11:01 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 13:11:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 13:11:01 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 13:11:01 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 13:11:01 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 13:11:01 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 13:11:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 13:11:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 13:11:01 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 13:11:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 13:11:01 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-0: 13:11:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 13:11:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 13:11:01 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-0: 13:11:01 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 13:11:01 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 13:11:01 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 13:11:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 13:11:01 DEBUG juju.api RPC connection died machine-0: 13:11:01 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-0": connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-0": connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 13:11:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.apicaller connecting with current password machine-0: 13:11:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 13:11:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:11:01 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:01 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:01 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: 13:11:01 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: 13:11:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 13:11:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:02 DEBUG juju.worker.apicaller connected machine-0: 13:11:02 DEBUG juju.api RPC connection died machine-0: 13:11:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 13:11:02 DEBUG juju.worker.apicaller connecting with current password machine-0: 13:11:02 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:02 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:02 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:02 DEBUG juju.api successfully dialed "wss://252.7.0.1:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-0: 13:11:04 DEBUG juju.worker.apicaller connected machine-0: 13:11:04 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 13:11:04 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 13:11:04 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 13:11:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 13:11:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 13:11:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 13:11:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 13:11:04 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 13:11:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.logger logger setup machine-0: 13:11:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 13:11:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 13:11:04 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: 13:11:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 13:11:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:11:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:11:04 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 13:11:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 13:11:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 13:11:04 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 13:11:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 13:11:04 DEBUG juju.network "lxdbr0" has addresses [fe80::783e:deff:fedc:9b5/64 fe80::1/64] machine-0: 13:11:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:11:04 DEBUG juju.network including address public:172.30.9.203 for machine machine-0: 13:11:04 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 13:11:04 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 13:11:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 13:11:04 DEBUG juju.network including address local-machine:::1 for machine machine-0: 13:11:04 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 13:11:04 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 13:11:04 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-0: 13:11:04 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 13:11:04 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: 13:11:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 13:11:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 13:11:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 13:11:04 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 13:11:04 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 13:11:04 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 13:11:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 13:11:04 DEBUG juju.network "lxdbr0" has addresses [fe80::783e:deff:fedc:9b5/64 fe80::1/64] machine-0: 13:11:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:11:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 13:11:04 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 13:11:04 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 13:11:04 DEBUG juju.network including address local-machine:::1 for machine machine-0: 13:11:04 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:::1] machine-0: 13:11:04 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:::1] machine-0: 13:11:04 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 13:11:04 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 13:11:04 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 13:11:04 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 13:11:04 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 13:11:04 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 13:11:04 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: 13:11:04 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 13:11:04 INFO juju.worker.upgrader unblocking abort check machine-0: 13:11:04 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 13:11:04 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 13:11:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 13:11:05 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 13:11:05 DEBUG juju.worker start "0-container-watcher" machine-0: 13:11:05 DEBUG juju.worker start "stateconverter" machine-0: 13:11:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 13:11:05 INFO juju.worker start "0-container-watcher" machine-0: 13:11:05 DEBUG juju.worker "0-container-watcher" started machine-0: 13:11:05 INFO juju.worker start "stateconverter" machine-0: 13:11:05 DEBUG juju.worker "stateconverter" started machine-0: 13:11:05 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 13:11:05 DEBUG juju.service discovered init system "systemd" from local host machine-0: 13:11:05 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-0: 13:11:05 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: 13:11:05 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 13:11:05 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 13:11:05 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 13:11:05 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 13:11:05 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: 13:11:05 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 13:11:05 INFO juju.worker start "api" unit-abot-epc-basic-0: 13:11:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 13:11:06 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:06 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:06 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:06 DEBUG juju.api successfully dialed "wss://252.7.0.1:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 13:11:06 INFO juju.worker.machiner "machine-0" started unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:11:06 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:11:07 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 13:11:07 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 13:11:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 13:11:07 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 13:11:07 DEBUG juju.api successfully dialed "wss://252.7.0.1:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:07 INFO juju.api connection established to "wss://252.7.0.1:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:07 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:07 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:11:07 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 13:11:08 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 13:11:08 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 13:11:08 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 13:11:08 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: 13:11:08 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network "lxdbr0" has addresses [fe80::783e:deff:fedc:9b5/64 fe80::1/64] unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network including address public:172.30.9.203 for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 13:11:08 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 13:11:08 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-abot-epc-basic-0: 13:11:08 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 13:11:08 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 13:11:08 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 13:11:08 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 13:11:08 DEBUG juju.worker.dependency "uniter" manifold worker started machine-0: 13:11:09 DEBUG juju.worker.machiner observed network config updated for "machine-0" to [{DeviceIndex:1 MACAddress: CIDR:127.0.0.0/8 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:127.0.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:1 MACAddress: CIDR:::1/128 MTU:65536 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:lo ParentInterfaceName: InterfaceType:loopback Disabled:false NoAutoStart:false ConfigType:loopback Address:::1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:2 MACAddress:fa:16:3e:a6:f3:3d 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.9 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:a6:f3:3d 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:7a:3e:de:dc:09:b5 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:7a:3e:de:dc:09:b5 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:4e:07:a1:46:af:d8 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.9.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:4e:07:a1:46:af:d8 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:4e:07:a1:46:af:d8 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: 13:11:09 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 13:11:09 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 13:11:09 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 13:11:09 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 13:11:09 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 13:11:09 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: 13:11:09 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 13:11:09 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 13:11:09 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 13:11:09 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 13:11:09 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:11:09 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 13:11:09 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 13:11:09 DEBUG httpbakery client do GET https://252.7.0.1:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 13:11:09 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 13:11:09 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 13:11:09 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 13:11:10 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:11:10 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:11:10 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" machine-0: 13:11:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 13:11:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 13:11:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 13:11:10 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-0: 13:11:10 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 13:11:10 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 13:11:10 INFO juju.tools.lxdclient using LXD API version "1.0" machine-0: 13:11:10 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:11:12 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 13:11:12 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 13:11:12 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 13:11:12 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 13:11:12 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:11:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:11:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:11:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:11:12 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:11:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 13:11:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 13:11:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 13:11:12 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 13:11:13 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 13:11:13 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 13:11:13 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 13:11:13 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 13:11:14 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:11:14 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:11:14 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:11:14 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install Need to get 69.9 MB of archives. unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install After this operation, 396 MB of additional disk space will be used. unit-abot-epc-basic-0: 13:11:15 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 13:11:16 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 13:11:16 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: 13:11:16 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: 13:11:16 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: 13:11:16 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: 13:11:16 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: 13:11:16 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: 13:11:16 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: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7742 B] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] unit-abot-epc-basic-0: 13:11:17 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] unit-abot-epc-basic-0: 13:11:17 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: 13:11:17 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.6 [197 kB] unit-abot-epc-basic-0: 13:11:17 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: 13:11:17 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: 13:11:17 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: 13:11:18 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 13:11:18 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 13:11:18 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u191-b12-0ubuntu0.16.04.1 [27.1 MB] unit-abot-epc-basic-0: 13:11:18 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: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 13:11:19 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 13:11:19 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: 13:11:19 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: 13:11:19 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: 13:11:19 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: 13:11:19 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: 13:11:19 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: 13:11:19 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: 13:11:20 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 13:11:20 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 13:11:20 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 13:11:20 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 13:11:20 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 13:11:20 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: 13:11:20 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: 13:11:20 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: 13:11:20 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: 13:11:21 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 13:11:21 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:21 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: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 13:11:22 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 13:11:22 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: 13:11:22 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: 13:11:22 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: 13:11:22 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: 13:11:22 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: 13:11:22 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: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 13:11:23 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:23 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: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u191-b12-0ubuntu0.16.04.1 [69.3 kB] unit-abot-epc-basic-0: 13:11:24 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u191-b12-0ubuntu0.16.04.1 [8208 kB] unit-abot-epc-basic-0: 13:11:24 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: 13:11: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: 13:11:24 DEBUG unit.abot-epc-basic/0.install Fetched 69.9 MB in 9s (7238 kB/s) unit-abot-epc-basic-0: 13:11:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 13:11:25 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54413 files and directories currently installed.) unit-abot-epc-basic-0: 13:11:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 13:11:25 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 13:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 13:11:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 13:11:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 13:11:28 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 13:11:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 13:11:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 13:11:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:29 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:11:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 13:11:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:30 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:11:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 13:11:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:30 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:11:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 13:11:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:11:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 13:11:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:11:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 13:11:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 13:11:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:11:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 13:11:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 13:11:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:11:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 13:11:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:11:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 13:11:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:11:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 13:11:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:11:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 13:11:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:11:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 13:11:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:41 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 13:11:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 13:11:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:41 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 13:11:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:11:42 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 13:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 13:11: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: 13:11: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: 13:11:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 13:11: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: 13:11:43 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 13:11:44 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: 13:11:44 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 13:11:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 13:11:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 13:11:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 13:11:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:11:45 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 13:11:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 13:11:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:11:46 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:11:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 13:11:47 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: 13:11:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 13:11:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 13:11:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:11:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 13:11:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:11:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:11:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 13:11:49 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: 13:11:49 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:11:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 13:11:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 13:11:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 13:11:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 13:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 13:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 13:11:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:11:54 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:11:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 13:11:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:11:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 13:11:56 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 13:11:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 13:11:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:57 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:11:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:11:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 13:11:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:11:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 13:12:00 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 13:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 13:12:01 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: 13:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:12:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 13:12:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 13:12:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 13:12:03 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: 13:12:03 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:12:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 13:12:04 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: 13:12:04 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:12:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 13:12:05 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: 13:12:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:12:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 13:12:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 13:12:05 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 13:12:06 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: 13:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 13:12:06 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: 13:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 13:12:06 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: 13:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 13:12:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 13:12:07 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: 13:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:12:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 13:12:07 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: 13:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 13:12:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 13:12:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 13:12:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 13:12:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 13:12:10 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: 13:12:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:12:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 13:12:12 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: 13:12:12 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:12:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 13:12:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 13:12:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 13:12:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 13:12:16 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: 13:12:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 13:12:17 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: 13:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 13:12:17 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: 13:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:12:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 13:12:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 13:12:18 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 13:12:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 13:12:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 13:12:19 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 13:12:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 13:12:19 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: 13:12:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 13:12:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 13:12:20 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: 13:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:12:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 13:12:21 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: 13:12:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 13:12:22 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: 13:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 13:12:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:12:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 13:12:23 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: 13:12:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:12:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 13:12:24 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: 13:12:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:12:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 13:12:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 13:12:24 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 13:12:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 13:12:25 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: 13:12:25 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 13:12:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 13:12:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:26 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:12:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 13:12:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 13:12:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 13:12:27 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:12:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 13:12:28 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: 13:12:28 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:29 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 13:12:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 13:12:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 13:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 13:12:30 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: 13:12:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:12:31 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 13:12:32 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: 13:12:32 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:12:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 13:12:33 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: 13:12:33 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:12:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 13:12:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 13:12:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:12:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 13:12:36 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: 13:12:36 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 13:12:37 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: 13:12:37 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 13:12:38 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: 13:12:39 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:12:39 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 13:12:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:12:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 13:12:43 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 13:12:44 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:12:48 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:12:48 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:12:50 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 13:12:50 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 13:12:51 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 13:12:52 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: 13:12:52 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:12:52 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:12:53 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:12:54 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: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 13:12:54 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: 13:12:54 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:12:55 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:12:55 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 13:12:55 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 13:12:56 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:12:56 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 13:12:56 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:12:56 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:56 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 13:12:57 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:12:57 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:57 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:12:58 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 13:12:58 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 13:12:58 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 13:12:58 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:12:59 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:12:59 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 13:12:59 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:13:00 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 13:13:00 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:13:00 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:13:00 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:13:01 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 13:13:01 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 13:13:01 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:13:01 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:13:02 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 13:13:02 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:13:02 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 13:13:03 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 13:13:03 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: 13:13:04 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:13:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:04 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:05 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:05 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: 13:13:06 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: 13:13:06 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:13:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:13:06 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 13:13:07 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 13:13:07 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:13:07 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:13:08 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:13:08 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:13:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:13:09 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:13:09 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: 13:13:09 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:13:10 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 13:13:10 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 13:13:10 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:13:10 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:13:11 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:13:11 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:13:11 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:13:12 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 13:13:12 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:13:12 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 13:13:13 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 13:13:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 13:13:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 13:13:14 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 13:13:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:13:14 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:13:14 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:13:15 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:13:15 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:13:15 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 13:13:18 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: 13:13:18 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: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 13:13:18 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: 13:13:18 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: 13:13:18 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 13:13:18 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 13:13:19 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 13:13:20 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: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 13:13:20 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: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:13:20 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:13:20 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:21 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: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode unit-abot-epc-basic-0: 13:13:22 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 13:13:23 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:13:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 13:13:23 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode unit-abot-epc-basic-0: 13:13:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:13:23 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 13:13:24 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:13:25 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:13:25 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:13:26 DEBUG unit.abot-epc-basic/0.install --2019-01-03 13:13:26-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 13:13:26 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 13:13:27 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 13:13:27 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 13:13:27 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: 13:13:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:13:27 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 59.0K 13m11s unit-abot-epc-basic-0: 13:13:28 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 59.1K 13m9s unit-abot-epc-basic-0: 13:13:29 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 59.2K 13m8s unit-abot-epc-basic-0: 13:13:30 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 88.4K 12m2s unit-abot-epc-basic-0: 13:13:30 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 121K 10m53s unit-abot-epc-basic-0: 13:13:31 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 97.2K 10m24s unit-abot-epc-basic-0: 13:13:31 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 181K 9m30s unit-abot-epc-basic-0: 13:13:31 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 149K 8m58s unit-abot-epc-basic-0: 13:13:32 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 116K 8m42s unit-abot-epc-basic-0: 13:13:32 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 140K 8m22s unit-abot-epc-basic-0: 13:13:32 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 170K 8m1s unit-abot-epc-basic-0: 13:13:33 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 155K 7m45s unit-abot-epc-basic-0: 13:13:33 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 116K 7m39s unit-abot-epc-basic-0: 13:13:33 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 176K 7m25s unit-abot-epc-basic-0: 13:13:34 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 175K 7m12s unit-abot-epc-basic-0: 13:13:34 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 139K 7m5s unit-abot-epc-basic-0: 13:13:34 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 174K 6m55s unit-abot-epc-basic-0: 13:13:35 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 154K 6m48s unit-abot-epc-basic-0: 13:13:35 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 155K 6m42s unit-abot-epc-basic-0: 13:13:35 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 155K 6m36s unit-abot-epc-basic-0: 13:13:36 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 142K 6m32s unit-abot-epc-basic-0: 13:13:36 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 177K 6m26s unit-abot-epc-basic-0: 13:13:36 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 177K 6m20s unit-abot-epc-basic-0: 13:13:36 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 177K 6m14s unit-abot-epc-basic-0: 13:13:37 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 238K 6m6s unit-abot-epc-basic-0: 13:13:37 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 209K 6m0s unit-abot-epc-basic-0: 13:13:37 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 217K 5m54s unit-abot-epc-basic-0: 13:13:37 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 237K 5m48s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 248K 5m42s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 307K 5m35s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 305K 5m29s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 308K 5m23s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 317K 5m17s unit-abot-epc-basic-0: 13:13:38 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 304K 5m12s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 329K 5m6s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 541K 5m0s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 127K 5m1s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 48.0M 4m53s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 9.04M 4m45s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 304K 4m41s unit-abot-epc-basic-0: 13:13:39 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 323K 4m37s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 302K 4m34s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 422K 4m30s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 253K 4m27s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 156K 4m27s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 58.3M 4m21s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 406K 4m18s unit-abot-epc-basic-0: 13:13:40 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 308K 4m15s unit-abot-epc-basic-0: 13:13:41 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 203K 4m14s unit-abot-epc-basic-0: 13:13:41 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 322K 4m11s unit-abot-epc-basic-0: 13:13:41 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 310K 4m9s unit-abot-epc-basic-0: 13:13:41 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 207K 4m8s unit-abot-epc-basic-0: 13:13:41 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 371K 4m5s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 273K 4m4s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 293K 4m2s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 324K 3m59s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 246K 3m58s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 368K 3m56s unit-abot-epc-basic-0: 13:13:42 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 275K 3m54s unit-abot-epc-basic-0: 13:13:43 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 292K 3m53s unit-abot-epc-basic-0: 13:13:43 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 428K 3m50s unit-abot-epc-basic-0: 13:13:43 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 103K 3m53s unit-abot-epc-basic-0: 13:13:43 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 48.6M 3m49s unit-abot-epc-basic-0: 13:13:43 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 662K 3m46s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 181K 3m46s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 238K 3m45s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 287K 3m44s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 277K 3m43s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 238K 3m42s unit-abot-epc-basic-0: 13:13:44 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 289K 3m40s unit-abot-epc-basic-0: 13:13:45 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 276K 3m39s unit-abot-epc-basic-0: 13:13:45 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 240K 3m39s unit-abot-epc-basic-0: 13:13:45 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 415K 3m37s unit-abot-epc-basic-0: 13:13:45 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 247K 3m36s unit-abot-epc-basic-0: 13:13:45 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 248K 3m35s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 369K 3m34s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 268K 3m33s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 419K 3m31s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 205K 3m31s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 321K 3m29s unit-abot-epc-basic-0: 13:13:46 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 354K 3m28s unit-abot-epc-basic-0: 13:13:47 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 277K 3m27s unit-abot-epc-basic-0: 13:13:47 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 401K 3m26s unit-abot-epc-basic-0: 13:13:47 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 124K 3m27s unit-abot-epc-basic-0: 13:13:47 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 56.4M 3m24s unit-abot-epc-basic-0: 13:13:47 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 234K 3m24s unit-abot-epc-basic-0: 13:13:48 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 246K 3m23s unit-abot-epc-basic-0: 13:13:48 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 276K 3m23s unit-abot-epc-basic-0: 13:13:48 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 203K 3m22s unit-abot-epc-basic-0: 13:13:48 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 362K 3m21s unit-abot-epc-basic-0: 13:13:48 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 272K 3m20s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 207K 3m20s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 362K 3m19s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 280K 3m18s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 247K 3m18s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 301K 3m17s unit-abot-epc-basic-0: 13:13:49 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 308K 3m16s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 319K 3m15s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 113K 3m17s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 49.0M 3m15s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 509K 3m13s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 270K 3m13s unit-abot-epc-basic-0: 13:13:50 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 204K 3m12s unit-abot-epc-basic-0: 13:13:51 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 214K 3m12s unit-abot-epc-basic-0: 13:13:51 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 279K 3m12s unit-abot-epc-basic-0: 13:13:51 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 269K 3m11s unit-abot-epc-basic-0: 13:13:51 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 214K 3m11s unit-abot-epc-basic-0: 13:13:51 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 389K 3m10s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 254K 3m9s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 278K 3m9s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 464K 3m8s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 95.3K 3m10s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 48.9M 3m8s unit-abot-epc-basic-0: 13:13:52 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 1.29M 3m6s unit-abot-epc-basic-0: 13:13:53 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 204K 3m6s unit-abot-epc-basic-0: 13:13:53 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 186K 3m6s unit-abot-epc-basic-0: 13:13:53 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 385K 3m5s unit-abot-epc-basic-0: 13:13:53 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 252K 3m5s unit-abot-epc-basic-0: 13:13:54 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 202K 3m5s unit-abot-epc-basic-0: 13:13:54 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 377K 3m4s unit-abot-epc-basic-0: 13:13:54 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 107K 3m5s unit-abot-epc-basic-0: 13:13:54 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 204K 3m5s unit-abot-epc-basic-0: 13:13:54 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 53.9M 3m3s unit-abot-epc-basic-0: 13:13:55 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 432K 3m2s unit-abot-epc-basic-0: 13:13:55 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 247K 3m2s unit-abot-epc-basic-0: 13:13:55 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 94.6K 3m4s unit-abot-epc-basic-0: 13:13:55 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 28.4M 3m2s unit-abot-epc-basic-0: 13:13:56 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 160K 3m2s unit-abot-epc-basic-0: 13:13:56 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 177K 3m2s unit-abot-epc-basic-0: 13:13:56 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 177K 3m3s unit-abot-epc-basic-0: 13:13:56 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 177K 3m3s unit-abot-epc-basic-0: 13:13:57 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 199K 3m3s unit-abot-epc-basic-0: 13:13:57 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 178K 3m3s unit-abot-epc-basic-0: 13:13:58 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 88.8K 3m4s unit-abot-epc-basic-0: 13:13:58 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 44.8M 3m3s unit-abot-epc-basic-0: 13:13:58 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 126K 3m4s unit-abot-epc-basic-0: 13:13:58 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 144K 3m4s unit-abot-epc-basic-0: 13:13:59 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 120K 3m5s unit-abot-epc-basic-0: 13:13:59 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 137K 3m5s unit-abot-epc-basic-0: 13:14:00 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 111K 3m6s unit-abot-epc-basic-0: 13:14:00 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 160K 3m7s unit-abot-epc-basic-0: 13:14:00 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 137K 3m7s unit-abot-epc-basic-0: 13:14:01 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 109K 3m8s unit-abot-epc-basic-0: 13:14:01 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 122K 3m9s unit-abot-epc-basic-0: 13:14:01 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 116K 3m10s unit-abot-epc-basic-0: 13:14:02 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 126K 3m10s unit-abot-epc-basic-0: 13:14:02 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 130K 3m11s unit-abot-epc-basic-0: 13:14:03 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 145K 3m11s unit-abot-epc-basic-0: 13:14:03 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 120K 3m12s unit-abot-epc-basic-0: 13:14:03 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 137K 3m12s unit-abot-epc-basic-0: 13:14:04 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 120K 3m13s unit-abot-epc-basic-0: 13:14:04 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 153K 3m13s unit-abot-epc-basic-0: 13:14:05 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 132K 3m13s unit-abot-epc-basic-0: 13:14:05 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 131K 3m14s unit-abot-epc-basic-0: 13:14:05 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 139K 3m14s unit-abot-epc-basic-0: 13:14:06 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 102K 3m15s unit-abot-epc-basic-0: 13:14:06 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 179K 3m15s unit-abot-epc-basic-0: 13:14:06 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 130K 3m15s unit-abot-epc-basic-0: 13:14:07 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 109K 3m16s unit-abot-epc-basic-0: 13:14:07 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 155K 3m16s unit-abot-epc-basic-0: 13:14:08 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 155K 3m16s unit-abot-epc-basic-0: 13:14:08 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 147K 3m16s unit-abot-epc-basic-0: 13:14:08 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 121K 3m17s unit-abot-epc-basic-0: 13:14:09 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 150K 3m17s unit-abot-epc-basic-0: 13:14:09 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 155K 3m17s unit-abot-epc-basic-0: 13:14:09 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 162K 3m17s unit-abot-epc-basic-0: 13:14:10 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 140K 3m17s unit-abot-epc-basic-0: 13:14:10 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 134K 3m18s unit-abot-epc-basic-0: 13:14:10 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 150K 3m18s unit-abot-epc-basic-0: 13:14:11 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 174K 3m17s unit-abot-epc-basic-0: 13:14:11 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 173K 3m17s unit-abot-epc-basic-0: 13:14:11 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 158K 3m17s unit-abot-epc-basic-0: 13:14:12 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 81.1K 3m19s unit-abot-epc-basic-0: 13:14:12 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 258K 3m18s unit-abot-epc-basic-0: 13:14:13 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 76.6K 3m20s unit-abot-epc-basic-0: 13:14:13 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 177K 3m19s unit-abot-epc-basic-0: 13:14:13 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 98.3K 3m20s unit-abot-epc-basic-0: 13:14:14 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 148K 3m20s unit-abot-epc-basic-0: 13:14:14 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 98.7K 3m21s unit-abot-epc-basic-0: 13:14:15 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 147K 3m21s unit-abot-epc-basic-0: 13:14:15 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 97.5K 3m22s unit-abot-epc-basic-0: 13:14:15 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 150K 3m22s unit-abot-epc-basic-0: 13:14:16 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 97.3K 3m23s unit-abot-epc-basic-0: 13:14:17 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 88.7K 3m23s unit-abot-epc-basic-0: 13:14:17 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 151K 3m23s unit-abot-epc-basic-0: 13:14:17 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 97.0K 3m24s unit-abot-epc-basic-0: 13:14:18 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 134K 3m24s unit-abot-epc-basic-0: 13:14:18 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 105K 3m25s unit-abot-epc-basic-0: 13:14:19 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 136K 3m25s unit-abot-epc-basic-0: 13:14:19 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 105K 3m25s unit-abot-epc-basic-0: 13:14:19 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 136K 3m25s unit-abot-epc-basic-0: 13:14:20 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 105K 3m26s unit-abot-epc-basic-0: 13:14:20 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 134K 3m26s unit-abot-epc-basic-0: 13:14:21 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 96.3K 3m27s unit-abot-epc-basic-0: 13:14:21 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 98.9K 3m27s unit-abot-epc-basic-0: 13:14:22 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 95.1K 3m28s unit-abot-epc-basic-0: 13:14:22 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 88.3K 3m29s unit-abot-epc-basic-0: 13:14:23 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 99.1K 3m29s unit-abot-epc-basic-0: 13:14:23 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 103K 3m30s unit-abot-epc-basic-0: 13:14:24 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 60.0K 3m31s unit-abot-epc-basic-0: 13:14:25 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 105K 3m32s unit-abot-epc-basic-0: 13:14:25 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 76.3K 3m33s unit-abot-epc-basic-0: 13:14:26 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 63.2K 3m34s unit-abot-epc-basic-0: 13:14:27 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 65.5K 3m36s unit-abot-epc-basic-0: 13:14:28 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 72.5K 3m37s unit-abot-epc-basic-0: 13:14:28 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 86.5K 3m38s unit-abot-epc-basic-0: 13:14:29 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 76.7K 3m39s unit-abot-epc-basic-0: 13:14:29 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 88.6K 3m39s unit-abot-epc-basic-0: 13:14:30 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 119K 3m39s unit-abot-epc-basic-0: 13:14:30 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 117K 3m39s unit-abot-epc-basic-0: 13:14:31 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 175K 3m39s unit-abot-epc-basic-0: 13:14:31 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 177K 3m39s unit-abot-epc-basic-0: 13:14:31 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 181K 3m38s unit-abot-epc-basic-0: 13:14:31 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 272K 3m38s unit-abot-epc-basic-0: 13:14:32 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 172K 3m37s unit-abot-epc-basic-0: 13:14:32 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 266K 3m37s unit-abot-epc-basic-0: 13:14:32 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 265K 3m36s unit-abot-epc-basic-0: 13:14:32 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 222K 3m35s unit-abot-epc-basic-0: 13:14:32 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 206K 3m35s unit-abot-epc-basic-0: 13:14:33 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 184K 3m34s unit-abot-epc-basic-0: 13:14:33 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 128K 3m34s unit-abot-epc-basic-0: 13:14:33 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 270K 3m34s unit-abot-epc-basic-0: 13:14:34 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 216K 3m33s unit-abot-epc-basic-0: 13:14:34 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 176K 3m33s unit-abot-epc-basic-0: 13:14:34 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 181K 3m32s unit-abot-epc-basic-0: 13:14:34 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 178K 3m32s unit-abot-epc-basic-0: 13:14:35 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 148K 3m32s unit-abot-epc-basic-0: 13:14:35 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 217K 3m31s unit-abot-epc-basic-0: 13:14:35 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 151K 3m31s unit-abot-epc-basic-0: 13:14:36 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 174K 3m31s unit-abot-epc-basic-0: 13:14:36 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 117K 3m31s unit-abot-epc-basic-0: 13:14:36 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 178K 3m31s unit-abot-epc-basic-0: 13:14:37 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 97.8K 3m31s unit-abot-epc-basic-0: 13:14:37 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 156K 3m31s unit-abot-epc-basic-0: 13:14:38 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 115K 3m31s unit-abot-epc-basic-0: 13:14:38 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 99.3K 3m31s unit-abot-epc-basic-0: 13:14:39 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 102K 3m31s unit-abot-epc-basic-0: 13:14:39 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 112K 3m31s unit-abot-epc-basic-0: 13:14:39 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 94.6K 3m32s unit-abot-epc-basic-0: 13:14:40 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 116K 3m32s unit-abot-epc-basic-0: 13:14:40 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 120K 3m32s unit-abot-epc-basic-0: 13:14:41 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 116K 3m32s unit-abot-epc-basic-0: 13:14:42 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 64.5K 3m33s unit-abot-epc-basic-0: 13:14:42 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 150K 3m33s unit-abot-epc-basic-0: 13:14:42 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 85.7K 3m33s unit-abot-epc-basic-0: 13:14:43 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 82.9K 3m34s unit-abot-epc-basic-0: 13:14:44 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 61.8K 3m35s unit-abot-epc-basic-0: 13:14:44 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 83.3K 3m35s unit-abot-epc-basic-0: 13:14:45 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 67.6K 3m36s unit-abot-epc-basic-0: 13:14:46 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 79.1K 3m37s unit-abot-epc-basic-0: 13:14:46 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 88.4K 3m37s unit-abot-epc-basic-0: 13:14:47 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 77.7K 3m38s unit-abot-epc-basic-0: 13:14:48 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 88.2K 3m38s unit-abot-epc-basic-0: 13:14:48 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 88.7K 3m38s unit-abot-epc-basic-0: 13:14:49 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 89.1K 3m39s unit-abot-epc-basic-0: 13:14:49 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 104K 3m39s unit-abot-epc-basic-0: 13:14:50 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 137K 3m38s unit-abot-epc-basic-0: 13:14:50 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 153K 3m38s unit-abot-epc-basic-0: 13:14:50 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 178K 3m38s unit-abot-epc-basic-0: 13:14:50 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 180K 3m37s unit-abot-epc-basic-0: 13:14:51 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 207K 3m37s unit-abot-epc-basic-0: 13:14:51 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 248K 3m36s unit-abot-epc-basic-0: 13:14:51 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 200K 3m36s unit-abot-epc-basic-0: 13:14:51 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 443K 3m35s unit-abot-epc-basic-0: 13:14:51 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 250K 3m34s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 579K 3m33s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 105K 3m33s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 44.5M 3m32s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 52.4M 3m31s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 308K 3m30s unit-abot-epc-basic-0: 13:14:52 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 318K 3m30s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 228K 3m29s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 163K 3m29s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 43.7M 3m28s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 409K 3m27s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 250K 3m26s unit-abot-epc-basic-0: 13:14:53 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 209K 3m26s unit-abot-epc-basic-0: 13:14:54 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 195K 3m25s unit-abot-epc-basic-0: 13:14:54 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 341K 3m25s unit-abot-epc-basic-0: 13:14:54 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 310K 3m24s unit-abot-epc-basic-0: 13:14:54 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 179K 3m24s unit-abot-epc-basic-0: 13:14:55 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 123K 3m24s unit-abot-epc-basic-0: 13:14:55 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 47.3M 3m23s unit-abot-epc-basic-0: 13:14:55 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 313K 3m22s unit-abot-epc-basic-0: 13:14:55 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 179K 3m22s unit-abot-epc-basic-0: 13:14:55 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 303K 3m21s unit-abot-epc-basic-0: 13:14:56 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 95.7K 3m21s unit-abot-epc-basic-0: 13:14:56 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 54.1M 3m20s unit-abot-epc-basic-0: 13:14:56 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 178K 3m20s unit-abot-epc-basic-0: 13:14:56 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 178K 3m19s unit-abot-epc-basic-0: 13:14:57 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 206K 3m19s unit-abot-epc-basic-0: 13:14:57 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 208K 3m18s unit-abot-epc-basic-0: 13:14:57 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 204K 3m18s unit-abot-epc-basic-0: 13:14:57 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 179K 3m18s unit-abot-epc-basic-0: 13:14:58 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 195K 3m17s unit-abot-epc-basic-0: 13:14:58 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 219K 3m17s unit-abot-epc-basic-0: 13:14:58 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 103K 3m17s machine-1: 13:14:58 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 13:14:58 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 13:14:58 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 13:14:58 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 395K 3m16s machine-1: 13:14:59 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 13:14:59 DEBUG juju.worker start "engine" machine-1: 13:14:59 INFO juju.worker start "engine" machine-1: 13:14:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 13:14:59 DEBUG juju.worker "engine" started machine-1: 13:14:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.introspection stats worker now serving machine-1: 13:14:59 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.apicaller connecting with old password machine-1: 13:14:59 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:14:59 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:14:59 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 13:14:59 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 13:14:59 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 13:14:59 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 13:14:59 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 13:14:59 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 171K 3m16s machine-1: 13:14:59 DEBUG juju.worker.apicaller connected machine-1: 13:14:59 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:14:59 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 116K 3m16s machine-1: 13:14:59 DEBUG juju.worker.apicaller password changed machine-1: 13:14:59 DEBUG juju.api RPC connection died machine-1: 13:14:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 13:14:59 DEBUG juju.worker.apicaller connecting with current password machine-1: 13:14:59 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:14:59 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:14:59 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:14:59 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 179K 3m15s unit-abot-epc-basic-0: 13:15:00 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 173K 3m15s machine-1: 13:15:00 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:15:00 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 90.0K 3m15s machine-1: 13:15:00 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 13:15:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 13:15:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 13:15:00 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 13:15:00 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 13:15:00 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:00 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:15:01 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 13:15:01 INFO juju.worker.upgrader unblocking abort check machine-1: 13:15:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:15:01 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 175K 3m15s machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 13:15:01 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 13:15:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 13:15:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 13:15:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network including address public:172.30.9.203 for machine machine-1: 13:15:01 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 13:15:01 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-1: 13:15:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 13:15:01 DEBUG juju.network including address local-machine:::1 for machine machine-1: 13:15:01 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 13:15:01 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 13:15:01 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-1: 13:15:01 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 13:15:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 13:15:01 DEBUG juju.api RPC connection died machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 13:15:01 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-1": connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 13:15:01 ERROR juju.worker.dependency "proxy-config-updater" manifold worker returned unexpected error: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: machine-1: 13:15:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: checking controller status: connection is shut down machine-1: 13:15:01 ERROR juju.worker.dependency "serving-info-setter" manifold worker returned unexpected error: checking controller status: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/cmd/jujud/agent/machine/servinginfo_setter.go:99: github.com/juju/juju/cmd/jujud/agent/machine/servinginfo_setter.go:60: checking controller status github.com/juju/juju/worker/fortress/occupy.go:63: github.com/juju/juju/cmd/jujud/agent/engine/housing.go:93: machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 13:15:01 ERROR juju.worker.dependency "reboot-executor" manifold worker returned unexpected error: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/worker/reboot/reboot.go:56: machine-1: 13:15:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 13:15:01 ERROR juju.worker.dependency "unit-agent-deployer" manifold worker returned unexpected error: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: github.com/juju/juju/worker/deployer/manifold.go:58: github.com/juju/juju/worker/fortress/occupy.go:63: github.com/juju/juju/cmd/jujud/agent/engine/housing.go:93: machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 13:15:01 ERROR juju.worker.dependency "migration-inactive-flag" manifold worker returned unexpected error: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency stack trace: github.com/juju/juju/rpc/client.go:12: connection is shut down github.com/juju/juju/rpc/client.go:149: github.com/juju/juju/api/apiclient.go:930: machine-1: 13:15:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-1": connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.apicaller connecting with current password machine-1: 13:15:01 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:15:01 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-1: 13:15:01 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:15:01 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 174K 3m14s machine-1: 13:15:01 DEBUG juju.worker.apicaller connected machine-1: 13:15:01 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 13:15:01 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 13:15:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: unit-abot-epc-basic-0: 13:15:01 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 115K 3m14s machine-1: 13:15:01 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 13:15:01 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 13:15:01 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 13:15:01 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 13:15:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 13:15:01 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 13:15:01 INFO juju.util.exec run result: exit status 127 machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec674248371/script.sh: line 1: fanatic: command not found 127 machine-1: 13:15:01 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-1: 13:15:01 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 13:15:01 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 13:15:01 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: 13:15:01 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 13:15:01 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 13:15:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.logger logger setup machine-1: 13:15:01 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 13:15:01 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 13:15:01 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 13:15:01 INFO juju.util.exec run result: exit status 127 machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec318603544/script.sh: line 1: fanatic: command not found 127 machine-1: 13:15:01 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 13:15:01 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 13:15:01 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 13:15:01 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 13:15:01 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 13:15:01 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 13:15:01 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: 13:15:01 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 13:15:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:15:01 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:15:01 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:15:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 13:15:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network including address public:172.30.9.203 for machine machine-1: 13:15:01 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-1: 13:15:01 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-1: 13:15:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 13:15:01 DEBUG juju.network including address local-machine:::1 for machine machine-1: 13:15:01 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 13:15:01 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 13:15:01 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-1: 13:15:01 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 13:15:01 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 13:15:01 INFO juju.worker.upgrader unblocking abort check machine-1: 13:15:01 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 13:15:01 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:15:01 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 13:15:01 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 13:15:01 DEBUG juju.network including address local-machine:::1 for machine machine-1: 13:15:01 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-1: 13:15:01 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.6 local-machine:::1] machine-1: 13:15:01 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 13:15:01 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 13:15:01 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 13:15:01 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 13:15:01 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 13:15:02 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 13:15:02 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 103K 3m14s machine-1: 13:15:02 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 13:15:02 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 13:15:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 13:15:02 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 178K 3m14s machine-1: 13:15:02 DEBUG juju.worker start "1-container-watcher" machine-1: 13:15:02 DEBUG juju.worker start "stateconverter" machine-1: 13:15:02 INFO juju.worker start "1-container-watcher" machine-1: 13:15:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 13:15:02 DEBUG juju.worker "1-container-watcher" started machine-1: 13:15:02 INFO juju.worker start "stateconverter" machine-1: 13:15:02 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 13:15:02 DEBUG juju.worker "stateconverter" started machine-1: 13:15:02 DEBUG juju.service discovered init system "upstart" from local host machine-1: 13:15:02 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-1: 13:15:03 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]}}} machine-1: 13:15:03 INFO juju.worker.machiner "machine-1" started machine-1: 13:15:03 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 13:15:03 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 104K 3m14s unit-mysql-0: 13:15:03 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 13:15:03 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: 13:15:03 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 13:15:03 DEBUG juju.worker start "api" unit-mysql-0: 13:15:03 INFO juju.worker start "api" unit-mysql-0: 13:15:03 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 13:15:03 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 13:15:03 DEBUG juju.worker "api" started unit-mysql-0: 13:15:03 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:03 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 13:15:03 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:15:03 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:15:03 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:15:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:15:03 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 137K 3m14s unit-abot-epc-basic-0: 13:15:03 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 150K 3m14s unit-mysql-0: 13:15:04 DEBUG juju.worker.apicaller connected unit-mysql-0: 13:15:04 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 13:15:04 DEBUG juju.worker.apicaller password changed unit-mysql-0: 13:15:04 DEBUG juju.api RPC connection died unit-mysql-0: 13:15:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 13:15:04 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 13:15:04 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:15:04 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:15:04 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:15:04 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 88.7K 3m14s unit-abot-epc-basic-0: 13:15:04 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 185K 3m13s unit-mysql-0: 13:15:05 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:15:05 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 116K 3m13s machine-1: 13:15:05 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:0e:c3:41 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.6 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:0e:c3:41 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: 13:15:05 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 13:15:05 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 131K 3m13s unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 13:15:05 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 13:15:05 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 13:15:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:15:05 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 141K 3m13s unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 13:15:05 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.logger logger setup unit-mysql-0: 13:15:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 13:15:05 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 13:15:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 13:15:05 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 13:15:05 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 13:15:05 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 13:15:05 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 13:15:05 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 13:15:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 13:15:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 13:15:05 DEBUG juju.network including address public:172.30.9.203 for machine unit-mysql-0: 13:15:05 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-mysql-0: 13:15:05 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-mysql-0: 13:15:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 13:15:05 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 13:15:05 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 13:15:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 13:15:05 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-mysql-0: 13:15:06 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 13:15:06 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 13:15:06 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 13:15:06 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 13:15:06 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 13:15:06 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 13:15:06 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 127K 3m13s unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 13:15:06 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 13:15:06 INFO juju.worker.uniter resuming charm install unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 13:15:06 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 13:15:06 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 13:15:06 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 13:15:06 DEBUG httpbakery } -> error unit-mysql-0: 13:15:06 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 13:15:06 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 13:15:06 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 13:15:06 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 166K 3m12s unit-abot-epc-basic-0: 13:15:06 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 123K 3m12s unit-abot-epc-basic-0: 13:15:07 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 119K 3m12s unit-abot-epc-basic-0: 13:15:07 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 170K 3m12s unit-abot-epc-basic-0: 13:15:08 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 123K 3m12s unit-abot-epc-basic-0: 13:15:08 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 141K 3m11s unit-abot-epc-basic-0: 13:15:08 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 138K 3m11s unit-abot-epc-basic-0: 13:15:09 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 176K 3m11s unit-abot-epc-basic-0: 13:15:09 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 137K 3m11s unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 13:15:09 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 13:15:09 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 13:15:09 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 13:15:09 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 13:15:09 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 13:15:09 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:15:09 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 155K 3m10s unit-abot-epc-basic-0: 13:15:09 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 177K 3m10s unit-mysql-0: 13:15:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 13:15:10 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 175K 3m10s unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 13:15:10 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 183K 3m9s unit-abot-epc-basic-0: 13:15:10 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 242K 3m9s unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 13:15:10 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 13:15:10 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: 13:15:10 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 212K 3m8s unit-abot-epc-basic-0: 13:15:11 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 307K 3m8s unit-abot-epc-basic-0: 13:15:11 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 205K 3m7s unit-abot-epc-basic-0: 13:15:11 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 156K 3m7s unit-mysql-0: 13:15:11 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (674 kB/s) unit-mysql-0: 13:15:11 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 13:15:11 DEBUG unit.mysql/0.install (Reading database ... 78222 files and directories currently installed.) unit-mysql-0: 13:15:11 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 13:15:11 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:15:11 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 177K 3m7s unit-abot-epc-basic-0: 13:15:11 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 48.7M 3m6s unit-abot-epc-basic-0: 13:15:12 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 194K 3m5s unit-mysql-0: 13:15:12 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:15:12 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 164K 3m5s unit-mysql-0: 13:15:12 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:15:12 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 247K 3m4s unit-abot-epc-basic-0: 13:15:13 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 178K 3m4s unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 13:15:13 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 177K 3m4s unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 13:15:13 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 205K 3m3s unit-abot-epc-basic-0: 13:15:13 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 201K 3m3s unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 13:15:13 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 13:15:13 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-mysql-0: 13:15:14 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (23.2 kB/s) unit-abot-epc-basic-0: 13:15:14 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 182K 3m3s unit-mysql-0: 13:15:14 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 13:15:14 DEBUG unit.mysql/0.install (Reading database ... 78262 files and directories currently installed.) unit-mysql-0: 13:15:14 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 13:15:14 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 188K 3m2s unit-mysql-0: 13:15:14 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-mysql-0: 13:15:14 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 13:15:14 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 198K 3m2s unit-abot-epc-basic-0: 13:15:14 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 178K 3m1s unit-abot-epc-basic-0: 13:15:15 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 180K 3m1s unit-abot-epc-basic-0: 13:15:15 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 207K 3m1s unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 13:15:15 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 200K 3m0s unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 13:15:15 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 13:15:15 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 179K 3m0s unit-abot-epc-basic-0: 13:15:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:15:16 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:15:16 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 13:15:16 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 13:15:16 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: 13:15:16 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 202K 2m59s unit-abot-epc-basic-0: 13:15:16 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 178K 2m59s unit-mysql-0: 13:15:16 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-mysql-0: 13:15:16 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: 13:15:17 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 70.5K 2m59s unit-abot-epc-basic-0: 13:15:17 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 54.7M 2m59s unit-mysql-0: 13:15:17 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: 13:15:17 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 169K 2m58s unit-mysql-0: 13:15:17 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-mysql-0: 13:15:17 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: 13:15:17 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 178K 2m58s unit-mysql-0: 13:15:17 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: 13:15:17 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-mysql-0: 13:15:18 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: 13:15:18 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 115K 2m58s unit-mysql-0: 13:15:18 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-mysql-0: 13:15:18 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-mysql-0: 13:15:18 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: 13:15:18 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 87.9K 2m58s unit-abot-epc-basic-0: 13:15:18 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 414K 2m57s unit-mysql-0: 13:15:18 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-mysql-0: 13:15:19 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-164.214 [774 kB] unit-mysql-0: 13:15:19 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: 13:15:19 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 113K 2m57s unit-mysql-0: 13:15:19 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: 13:15:19 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 128K 2m57s unit-mysql-0: 13:15:19 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-mysql-0: 13:15:19 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: 13:15:20 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 169K 2m57s unit-mysql-0: 13:15:20 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: 13:15:20 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 156K 2m56s unit-mysql-0: 13:15:20 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-mysql-0: 13:15:20 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: 13:15:20 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 136K 2m56s unit-mysql-0: 13:15:20 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: 13:15:21 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 141K 2m56s unit-abot-epc-basic-0: 13:15:21 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 141K 2m56s unit-mysql-0: 13:15:21 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: 13:15:21 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 170K 2m55s unit-mysql-0: 13:15:21 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: 13:15:22 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 156K 2m55s unit-mysql-0: 13:15:22 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-mysql-0: 13:15:22 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: 13:15:22 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 157K 2m55s unit-mysql-0: 13:15:22 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 13:15:22 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-mysql-0: 13:15:22 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: 13:15:22 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 152K 2m55s unit-mysql-0: 13:15:22 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-mysql-0: 13:15:22 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: 13:15:23 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 140K 2m54s unit-mysql-0: 13:15:23 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-mysql-0: 13:15:23 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-mysql-0: 13:15:23 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: 13:15:23 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 140K 2m54s unit-mysql-0: 13:15:23 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-mysql-0: 13:15:23 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: 13:15:23 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 175K 2m54s unit-mysql-0: 13:15:23 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-mysql-0: 13:15:23 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: 13:15:23 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 171K 2m53s unit-mysql-0: 13:15:24 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-mysql-0: 13:15:24 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: 13:15:24 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 176K 2m53s unit-mysql-0: 13:15:24 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-mysql-0: 13:15:24 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: 13:15:24 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 179K 2m53s unit-mysql-0: 13:15:24 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-mysql-0: 13:15:24 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: 13:15:24 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 155K 2m52s unit-mysql-0: 13:15:24 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-mysql-0: 13:15:25 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: 13:15:25 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 177K 2m52s unit-mysql-0: 13:15:25 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-mysql-0: 13:15:25 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: 13:15:25 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 115K 2m52s unit-mysql-0: 13:15:25 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-mysql-0: 13:15:25 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 13:15:25 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4125 kB/s) unit-abot-epc-basic-0: 13:15:25 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 122K 2m52s unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install (Reading database ... 78272 files and directories currently installed.) unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:26 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 140K 2m51s unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:26 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 96.3K 2m51s unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 13:15:26 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:15:27 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 177K 2m51s unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:15:27 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 93.7K 2m51s unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 13:15:27 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:15:28 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 159K 2m51s unit-mysql-0: 13:15:28 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:15:28 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 101K 2m51s unit-mysql-0: 13:15:28 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 13:15:28 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:28 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:28 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 143K 2m50s unit-abot-epc-basic-0: 13:15:29 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 156K 2m50s unit-mysql-0: 13:15:29 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 13:15:29 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:15:29 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 150K 2m50s unit-mysql-0: 13:15:29 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:29 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 112K 2m50s unit-abot-epc-basic-0: 13:15:30 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 144K 2m49s unit-abot-epc-basic-0: 13:15:30 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 150K 2m49s unit-abot-epc-basic-0: 13:15:31 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 112K 2m49s unit-abot-epc-basic-0: 13:15:31 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 144K 2m49s unit-abot-epc-basic-0: 13:15:31 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 174K 2m48s unit-abot-epc-basic-0: 13:15:32 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 156K 2m48s unit-mysql-0: 13:15:32 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 13:15:32 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 13:15:32 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:15:32 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 71.9K 2m48s unit-abot-epc-basic-0: 13:15:32 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 38.3M 2m48s unit-abot-epc-basic-0: 13:15:33 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 143K 2m47s unit-mysql-0: 13:15:33 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 13:15:33 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:33 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:33 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 152K 2m47s unit-abot-epc-basic-0: 13:15:33 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 157K 2m47s unit-abot-epc-basic-0: 13:15:34 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 153K 2m46s unit-mysql-0: 13:15:34 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 13:15:34 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:15:34 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 177K 2m46s unit-mysql-0: 13:15:34 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:34 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 137K 2m46s unit-abot-epc-basic-0: 13:15:34 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 177K 2m45s unit-mysql-0: 13:15:35 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 13:15:35 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 13:15:35 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:15:35 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 104K 2m45s unit-abot-epc-basic-0: 13:15:35 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 405K 2m45s unit-abot-epc-basic-0: 13:15:35 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 125K 2m45s unit-abot-epc-basic-0: 13:15:36 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 156K 2m44s unit-mysql-0: 13:15:36 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 13:15:36 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 13:15:36 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:15:36 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 176K 2m44s unit-abot-epc-basic-0: 13:15:36 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 157K 2m44s unit-abot-epc-basic-0: 13:15:37 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 176K 2m43s unit-abot-epc-basic-0: 13:15:37 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 82.1K 2m43s unit-abot-epc-basic-0: 13:15:37 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 40.2M 2m43s unit-abot-epc-basic-0: 13:15:38 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 124K 2m42s unit-abot-epc-basic-0: 13:15:38 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 140K 2m42s unit-mysql-0: 13:15:38 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 13:15:38 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 13:15:39 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 102K 2m42s unit-mysql-0: 13:15:39 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:15:39 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 157K 2m42s unit-abot-epc-basic-0: 13:15:39 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 123K 2m42s unit-abot-epc-basic-0: 13:15:40 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 104K 2m41s unit-mysql-0: 13:15:40 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 13:15:40 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ... unit-mysql-0: 13:15:40 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 13:15:40 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 89.1K 2m41s unit-abot-epc-basic-0: 13:15:41 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 123K 2m41s unit-abot-epc-basic-0: 13:15:41 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 95.1K 2m41s unit-abot-epc-basic-0: 13:15:42 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 104K 2m41s unit-abot-epc-basic-0: 13:15:42 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 123K 2m41s unit-abot-epc-basic-0: 13:15:43 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 95.7K 2m41s unit-mysql-0: 13:15:43 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 13:15:43 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 13:15:43 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:15:43 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 104K 2m41s unit-abot-epc-basic-0: 13:15:43 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 137K 2m40s unit-abot-epc-basic-0: 13:15:44 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 69.0K 2m41s unit-abot-epc-basic-0: 13:15:44 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 310K 2m40s unit-abot-epc-basic-0: 13:15:45 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 95.7K 2m40s unit-mysql-0: 13:15:45 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 13:15:45 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:45 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:45 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 111K 2m40s unit-abot-epc-basic-0: 13:15:46 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 82.9K 2m40s unit-abot-epc-basic-0: 13:15:46 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 126K 2m40s unit-abot-epc-basic-0: 13:15:47 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 88.8K 2m39s unit-abot-epc-basic-0: 13:15:47 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 88.6K 2m39s unit-abot-epc-basic-0: 13:15:48 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 88.6K 2m39s unit-mysql-0: 13:15:49 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 13:15:49 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:15:49 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 82.8K 2m39s unit-mysql-0: 13:15:49 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:15:49 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 68.5K 2m40s unit-mysql-0: 13:15:50 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 13:15:50 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: 13:15:50 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 102K 2m39s unit-mysql-0: 13:15:50 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:15:50 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 13:15:50 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: 13:15:50 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 78.1K 2m39s unit-mysql-0: 13:15:51 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:51 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 73.5K 2m39s unit-abot-epc-basic-0: 13:15:52 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 76.6K 2m40s unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:52 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:52 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 78.0K 2m40s unit-abot-epc-basic-0: 13:15:53 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 65.1K 2m40s unit-mysql-0: 13:15:54 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 13:15:54 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:15:54 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:15:54 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 77.7K 2m40s unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:15:55 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 67.5K 2m40s unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 13:15:55 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:15:55 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 81.8K 2m40s unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:15:56 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 80.2K 2m40s unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 13:15:56 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:15:56 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 83.8K 2m40s unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 13:15:57 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 77.3K 2m40s unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 13:15:57 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 13:15:58 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 96.5K 2m40s unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 13:15:58 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:15:58 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 101K 2m39s unit-abot-epc-basic-0: 13:15:59 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 108K 2m39s unit-abot-epc-basic-0: 13:15:59 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 141K 2m39s unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:15:59 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 159K 2m39s unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 13:15:59 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 13:16:00 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 177K 2m38s unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:16:00 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 200K 2m38s unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:16:00 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 201K 2m37s unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 13:16:00 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:16:00 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 143K 2m37s unit-abot-epc-basic-0: 13:16:00 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 63.0M 2m36s unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:01 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 179K 2m36s unit-abot-epc-basic-0: 13:16:01 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 226K 2m36s unit-abot-epc-basic-0: 13:16:01 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 208K 2m35s unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:16:01 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 283K 2m35s unit-mysql-0: 13:16:01 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:01 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 237K 2m34s unit-abot-epc-basic-0: 13:16:02 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 202K 2m34s unit-mysql-0: 13:16:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 13:16:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 13:16:02 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 13:16:02 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 101K 2m34s unit-abot-epc-basic-0: 13:16:02 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 478K 2m33s unit-abot-epc-basic-0: 13:16:02 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 31.4M 2m32s unit-abot-epc-basic-0: 13:16:03 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 178K 2m32s unit-abot-epc-basic-0: 13:16:03 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 178K 2m32s unit-abot-epc-basic-0: 13:16:03 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 178K 2m31s unit-abot-epc-basic-0: 13:16:03 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 224K 2m31s unit-abot-epc-basic-0: 13:16:04 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 211K 2m30s unit-abot-epc-basic-0: 13:16:04 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 232K 2m30s unit-abot-epc-basic-0: 13:16:04 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 289K 2m29s unit-abot-epc-basic-0: 13:16:04 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 178K 2m29s unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 13:16:05 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 178K 2m29s unit-abot-epc-basic-0: 13:16:05 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 231K 2m28s unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:16:05 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 207K 2m28s unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:16:05 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 231K 2m27s unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 13:16:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 13:16:05 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 239K 2m27s unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 13:16:06 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 205K 2m27s unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 13:16:06 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 179K 2m26s unit-abot-epc-basic-0: 13:16:06 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 224K 2m26s unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 13:16:06 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:16:06 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 233K 2m25s unit-abot-epc-basic-0: 13:16:07 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 250K 2m25s unit-mysql-0: 13:16:07 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 13:16:07 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 13:16:07 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 13:16:07 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 102K 2m25s unit-abot-epc-basic-0: 13:16:07 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 401K 2m24s unit-abot-epc-basic-0: 13:16:07 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 311K 2m24s unit-mysql-0: 13:16:07 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 13:16:07 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 13:16:08 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 13:16:08 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 178K 2m23s unit-abot-epc-basic-0: 13:16:08 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 178K 2m23s unit-mysql-0: 13:16:08 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 13:16:08 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-mysql-0: 13:16:08 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 13:16:08 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 178K 2m23s unit-abot-epc-basic-0: 13:16:09 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 124K 2m22s unit-mysql-0: 13:16:09 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:09 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 496K 2m22s unit-abot-epc-basic-0: 13:16:09 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 147K 2m22s unit-abot-epc-basic-0: 13:16:09 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 177K 2m21s unit-abot-epc-basic-0: 13:16:10 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 177K 2m21s unit-abot-epc-basic-0: 13:16:10 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 176K 2m21s unit-abot-epc-basic-0: 13:16:10 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 177K 2m20s unit-abot-epc-basic-0: 13:16:11 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 178K 2m20s unit-abot-epc-basic-0: 13:16:11 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 157K 2m19s unit-abot-epc-basic-0: 13:16:11 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 178K 2m19s unit-abot-epc-basic-0: 13:16:11 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 177K 2m19s unit-abot-epc-basic-0: 13:16:12 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 136K 2m18s unit-abot-epc-basic-0: 13:16:12 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 176K 2m18s unit-mysql-0: 13:16:12 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:12 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 176K 2m18s unit-mysql-0: 13:16:12 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:16:13 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:13 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 156K 2m17s unit-mysql-0: 13:16:13 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:16:13 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 147K 2m17s unit-mysql-0: 13:16:13 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:16:13 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 175K 2m17s unit-mysql-0: 13:16:13 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:14 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 177K 2m16s unit-mysql-0: 13:16:14 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:14 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 157K 2m16s unit-mysql-0: 13:16:14 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:16:14 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 95.0K 2m16s unit-abot-epc-basic-0: 13:16:15 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 820K 2m15s unit-abot-epc-basic-0: 13:16:15 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 83.0K 2m15s unit-abot-epc-basic-0: 13:16:15 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 278K 2m15s unit-mysql-0: 13:16:15 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:16 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 107K 2m15s unit-abot-epc-basic-0: 13:16:16 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 89.2K 2m14s unit-mysql-0: 13:16:16 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:17 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 88.5K 2m14s unit-mysql-0: 13:16:17 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:17 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 88.6K 2m14s unit-abot-epc-basic-0: 13:16:18 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 103K 2m14s unit-mysql-0: 13:16:18 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:16:18 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 97.0K 2m14s unit-abot-epc-basic-0: 13:16:19 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 102K 2m14s unit-abot-epc-basic-0: 13:16:19 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 96.1K 2m13s unit-abot-epc-basic-0: 13:16:20 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 81.5K 2m13s unit-abot-epc-basic-0: 13:16:21 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 97.3K 2m13s unit-abot-epc-basic-0: 13:16:21 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 93.9K 2m13s unit-mysql-0: 13:16:21 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:16:22 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 97.3K 2m13s unit-abot-epc-basic-0: 13:16:22 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 96.4K 2m13s unit-mysql-0: 13:16:22 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 13:16:23 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 88.7K 2m12s unit-mysql-0: 13:16:23 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:16:23 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 88.7K 2m12s unit-mysql-0: 13:16:24 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:24 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 108K 2m12s unit-mysql-0: 13:16:24 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:16:24 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 63.1K 2m12s unit-abot-epc-basic-0: 13:16:25 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 95.2K 2m12s unit-abot-epc-basic-0: 13:16:26 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 83.0K 2m12s unit-abot-epc-basic-0: 13:16:26 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 88.7K 2m12s unit-mysql-0: 13:16:26 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:27 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 83.0K 2m11s unit-mysql-0: 13:16:27 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:27 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 82.1K 2m11s unit-mysql-0: 13:16:28 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:16:28 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 78.8K 2m11s unit-abot-epc-basic-0: 13:16:29 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 88.6K 2m11s unit-abot-epc-basic-0: 13:16:29 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 88.6K 2m11s unit-mysql-0: 13:16:29 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:16:30 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 102K 2m11s unit-mysql-0: 13:16:30 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:16:30 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:16:30 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 104K 2m10s unit-mysql-0: 13:16:30 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 13:16:30 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 13:16:31 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:16:31 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 114K 2m10s unit-mysql-0: 13:16:31 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:16:31 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 136K 2m10s unit-abot-epc-basic-0: 13:16:31 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 157K 2m9s unit-abot-epc-basic-0: 13:16:32 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 136K 2m9s unit-mysql-0: 13:16:32 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 13:16:32 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 180K 2m9s unit-abot-epc-basic-0: 13:16:32 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 103K 2m9s unit-abot-epc-basic-0: 13:16:33 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 327K 2m8s unit-abot-epc-basic-0: 13:16:33 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 112K 2m8s unit-mysql-0: 13:16:33 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:16:33 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 125K 2m7s unit-abot-epc-basic-0: 13:16:34 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 134K 2m7s unit-abot-epc-basic-0: 13:16:34 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 140K 2m7s unit-abot-epc-basic-0: 13:16:35 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 137K 2m7s unit-mysql-0: 13:16:35 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:16:35 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 141K 2m6s unit-mysql-0: 13:16:35 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 13:16:35 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 13:16:35 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 134K 2m6s unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 13:16:36 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 138K 2m6s unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:36 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 139K 2m5s unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 13:16:36 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 13:16:37 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:16:37 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 77.1K 2m5s unit-mysql-0: 13:16:37 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:16:37 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 156K 2m5s unit-abot-epc-basic-0: 13:16:37 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 125K 2m4s unit-mysql-0: 13:16:37 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 13:16:38 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:16:38 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 88.7K 2m4s unit-mysql-0: 13:16:38 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 13:16:38 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 88.7K 2m4s unit-mysql-0: 13:16:38 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 13:16:39 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 95.8K 2m4s unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 13:16:39 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 13:16:39 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 95.8K 2m4s unit-mysql-0: 13:16:40 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-mysql-0: 13:16:40 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:16:40 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 94.7K 2m3s unit-mysql-0: 13:16:40 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 13:16:41 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 123K 2m3s unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 13:16:41 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 96.7K 2m3s unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 13:16:41 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 13:16:41 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 111K 2m3s unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (98.1 kB/s) unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install (Reading database ... 83400 files and directories currently installed.) unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 13:16:42 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 78.5K 2m2s unit-mysql-0: 13:16:42 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 13:16:42 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 240K 2m2s unit-abot-epc-basic-0: 13:16:43 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 126K 2m2s unit-abot-epc-basic-0: 13:16:43 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 95.8K 2m2s unit-abot-epc-basic-0: 13:16:43 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 155K 2m1s unit-mysql-0: 13:16:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:16:44 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 148K 2m1s unit-mysql-0: 13:16:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:16:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:16:44 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 13:16:44 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 13:16:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 13:16:44 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 13:16:44 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 13:16:44 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 74.0K 2m1s unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 13:16:45 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 294K 2m0s unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 13:16:45 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 97.6K 2m0s unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 13:16:45 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 13:16:46 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 95.8K 2m0s unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 13:16:46 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 88.8K 2m0s unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 13:16:46 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 13:16:47 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 89.1K 1m59s unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 13:16:47 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 102K 1m59s unit-mysql-0: 13:16:47 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 13:16:48 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 102K 1m59s unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 13:16:48 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 95.7K 1m59s unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 13:16:48 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 13:16:49 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 98.2K 1m58s unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 13:16:49 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 111K 1m58s unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 13:16:49 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 13:16:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 13:16:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 13:16:50 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 111K 1m58s unit-mysql-0: 13:16:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 13:16:50 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:16:50 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 105K 1m58s unit-abot-epc-basic-0: 13:16:51 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 135K 1m57s machine-2: 13:16:51 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 13:16:51 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 13:16:51 DEBUG juju.agent read agent config, format "2.0" machine-2: 13:16:51 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 13:16:51 DEBUG juju.worker start "engine" machine-2: 13:16:51 INFO juju.worker start "engine" machine-2: 13:16:51 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 13:16:51 DEBUG juju.worker "engine" started machine-2: 13:16:51 DEBUG juju.worker.introspection stats worker now serving machine-2: 13:16:51 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 13:16:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:16:51 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 138K 1m57s machine-2: 13:16:51 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.apicaller connecting with old password machine-2: 13:16:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:51 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:51 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 13:16:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 13:16:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 13:16:51 DEBUG juju.worker.apicaller connected machine-2: 13:16:51 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:16:51 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 173K 1m57s machine-2: 13:16:51 DEBUG juju.worker.apicaller password changed machine-2: 13:16:51 DEBUG juju.api RPC connection died machine-2: 13:16:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 13:16:51 DEBUG juju.worker.apicaller connecting with current password machine-2: 13:16:51 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:51 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:51 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:16:51 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 177K 1m56s machine-2: 13:16:52 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:16:52 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 211K 1m56s machine-2: 13:16:52 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:16:52 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 209K 1m55s machine-2: 13:16:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:16:52 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 13:16:52 INFO juju.worker.upgrader unblocking abort check machine-2: 13:16:52 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 13:16:52 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 253K 1m55s machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 13:16:52 DEBUG unit.mysql/0.install Reading package lists... machine-2: 13:16:52 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 13:16:52 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 13:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.logger logger setup machine-2: 13:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 13:16:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:16:52 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 13:16:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 13:16:52 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: 13:16:52 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:16:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:52 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:16:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:52 DEBUG juju.network including address public:172.30.9.203 for machine machine-2: 13:16:52 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 13:16:52 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-2: 13:16:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:16:52 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:16:52 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 13:16:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 13:16:52 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-2: 13:16:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 13:16:52 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 13:16:52 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 13:16:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 13:16:52 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 13:16:52 INFO juju.util.exec run result: exit status 127 machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec119631555/script.sh: line 1: fanatic: command not found 127 machine-2: 13:16:52 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 13:16:52 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 13:16:52 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: 13:16:52 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 13:16:52 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 13:16:52 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 13:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 13:16:52 INFO juju.util.exec run result: exit status 127 machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec325521389/script.sh: line 1: fanatic: command not found 127 machine-2: 13:16:52 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 13:16:52 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-mysql-0: 13:16:52 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:16:52 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-abot-epc-basic-0: 13:16:52 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 288K 1m54s unit-mysql-0: 13:16:52 DEBUG unit.mysql/0.install Reading package lists... machine-2: 13:16:52 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 13:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 13:16:52 DEBUG juju.api RPC connection died machine-2: 13:16:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker killing runner 0xc4205b80d0 machine-2: 13:16:52 INFO juju.worker runner is dying machine-2: 13:16:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 13:16:52 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: 13:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 13:16:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 13:16:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-2: 13:16:52 DEBUG juju.worker.apicaller connecting with current password machine-2: 13:16:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:53 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:53 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install Reading state information... machine-2: 13:16:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 260K 1m54s machine-2: 13:16:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 303K 1m54s unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 426K 1m53s machine-2: 13:16:53 DEBUG juju.worker.apicaller connected unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 13:16:53 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 13:16:53 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: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 304K 1m53s machine-2: 13:16:53 DEBUG juju.api RPC connection died machine-2: 13:16:53 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.apicaller connecting with current password machine-2: 13:16:53 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:53 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-2: 13:16:53 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 426K 1m52s unit-mysql-0: 13:16:53 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: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 391K 1m52s unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 472K 1m51s machine-2: 13:16:53 DEBUG juju.worker.apicaller connected machine-2: 13:16:53 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 13:16:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 13:16:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:16:53 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 364K 1m51s machine-2: 13:16:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 13:16:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 13:16:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:16:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 13:16:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 13:16:53 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 13:16:54 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 13:16:54 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 13:16:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 13:16:54 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: 13:16:54 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 13:16:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 13:16:54 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:54 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:54 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:16:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:16:54 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 13:16:54 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 13:16:54 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: 13:16:54 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:16:54 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 13:16:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.logger logger setup machine-2: 13:16:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 13:16:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 13:16:54 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:16:54 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:54 DEBUG juju.network including address public:172.30.9.203 for machine machine-2: 13:16:54 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-2: 13:16:54 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-2: 13:16:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:16:54 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:16:54 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 13:16:54 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 13:16:54 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-2: 13:16:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 13:16:54 INFO juju.util.exec run result: exit status 127 machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec435670044/script.sh: line 1: fanatic: command not found 127 machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 13:16:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker started unit-mysql-0: 13:16:54 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] machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 13:16:54 INFO juju.util.exec run result: exit status 127 machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec441906094/script.sh: line 1: fanatic: command not found 127 machine-2: 13:16:54 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 456K 1m50s unit-mysql-0: 13:16:54 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: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 602K 1m50s unit-mysql-0: 13:16:54 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: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 397K 1m49s unit-mysql-0: 13:16:54 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: 13:16:54 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: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 471K 1m49s unit-mysql-0: 13:16:54 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (613 kB/s) machine-2: 13:16:54 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-mysql-0: 13:16:54 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. machine-2: 13:16:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-mysql-0: 13:16:54 DEBUG unit.mysql/0.install (Reading database ... 83500 files and directories currently installed.) machine-2: 13:16:54 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-mysql-0: 13:16:54 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... machine-2: 13:16:54 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 13:16:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 13:16:54 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:16:54 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:54 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:16:54 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:16:54 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-2: 13:16:54 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:16:54 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 13:16:54 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 13:16:54 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 13:16:54 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 13:16:54 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 13:16:54 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 997K 1m49s unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 176K 1m48s unit-mysql-0: 13:16:54 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 257K 1m48s unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 54.2M 1m47s machine-2: 13:16:54 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 57.8M 1m47s machine-2: 13:16:54 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 13:16:54 INFO juju.worker.upgrader unblocking abort check machine-2: 13:16:54 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 13:16:54 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 1.37M 1m46s machine-2: 13:16:54 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 13:16:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 13:16:54 DEBUG juju.worker start "2-container-watcher" machine-2: 13:16:54 DEBUG juju.worker start "stateconverter" machine-2: 13:16:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 13:16:54 INFO juju.worker start "2-container-watcher" machine-2: 13:16:54 DEBUG juju.worker "2-container-watcher" started machine-2: 13:16:54 INFO juju.worker start "stateconverter" machine-2: 13:16:54 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 13:16:54 DEBUG juju.worker "stateconverter" started unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 367K 1m46s machine-2: 13:16:55 DEBUG juju.service discovered init system "upstart" from local host machine-2: 13:16:55 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... machine-2: 13:16:55 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} machine-2: 13:16:55 INFO juju.worker.machiner "machine-2" started machine-2: 13:16:55 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 13:16:55 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 13:16:55 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: 13:16:55 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 13:16:55 DEBUG juju.worker start "api" unit-oai-epc-0: 13:16:55 INFO juju.worker start "api" unit-oai-epc-0: 13:16:55 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 13:16:55 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 13:16:55 DEBUG juju.worker "api" started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 13:16:55 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 13:16:55 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:16:55 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:16:55 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:16:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 128K 1m45s unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 52.4M 1m45s unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 53.0M 1m44s unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 13:16:55 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 177K 1m44s unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 56.9M 1m44s unit-abot-epc-basic-0: 13:16:55 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 307K 1m43s unit-oai-epc-0: 13:16:55 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:16:55 DEBUG juju.worker.apicaller changing password... machine-2: 13:16:56 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:46:50:a2 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:46:50:a2 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: 13:16:56 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 320K 1m43s unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-oai-epc-0: 13:16:56 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 13:16:56 DEBUG juju.api RPC connection died unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 13:16:56 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 13:16:56 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:16:56 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:16:56 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-oai-epc-0: 13:16:56 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:16:56 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 95.4K 1m43s unit-abot-epc-basic-0: 13:16:56 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 47.7M 1m42s unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:16:56 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 13:16:56 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 13:16:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 13:16:56 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 584K 1m42s unit-mysql-0: 13:16:56 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 13:16:56 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:16:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 13:16:56 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: 13:16:56 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:16:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:16:56 DEBUG juju.network including address public:172.30.9.203 for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 13:16:56 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 13:16:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 13:16:56 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-oai-epc-0: 13:16:56 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 13:16:56 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 13:16:56 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 13:16:56 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 13:16:56 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 13:16:56 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 13:16:56 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 206K 1m41s unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 13:16:56 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 13:16:56 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-mysql-0: 13:16:57 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 13:16:57 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 13:16:57 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 13:16:57 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 13:16:57 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 13:16:57 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 13:16:57 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 13:16:57 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:16:57 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 13:16:57 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 13:16:57 DEBUG httpbakery client do GET https://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 13:16:57 DEBUG httpbakery } -> error unit-oai-epc-0: 13:16:57 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 13:16:57 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-abot-epc-basic-0: 13:16:57 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 210K 1m41s unit-mysql-0: 13:16:57 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 13:16:57 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 13:16:57 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 178K 1m40s unit-abot-epc-basic-0: 13:16:57 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 178K 1m40s unit-abot-epc-basic-0: 13:16:57 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 289K 1m40s unit-abot-epc-basic-0: 13:16:58 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 248K 99s unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:16:58 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 13:16:58 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 13:16:58 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:16:58 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:16:58 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:16:58 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 214K 99s unit-oai-epc-0: 13:16:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:16:58 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 208K 99s unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-mysql-0: 13:16:58 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:16:58 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 13:16:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ config-get revision unit-mysql-0: 13:16:58 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:16:58 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 179K 98s unit-oai-epc-0: 13:16:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 13:16:58 DEBUG unit.oai-epc/0.install Reading package lists... unit-mysql-0: 13:16:59 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 13:16:59 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 291K 98s unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 13:16:59 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: 13:16:59 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-mysql-0: 13:16:59 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 13:16:59 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 254K 97s unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install Need to get 3459 kB of archives. unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 13:16:59 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 13:16:59 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 249K 97s unit-mysql-0: 13:16:59 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 13:16:59 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 180K 97s unit-oai-epc-0: 13:16:59 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-mysql-0: 13:16:59 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 13:17:00 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 178K 96s unit-mysql-0: 13:17:00 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 13:17:00 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:17:00 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 420K 96s unit-abot-epc-basic-0: 13:17:00 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 131K 96s unit-oai-epc-0: 13:17:00 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-abot-epc-basic-0: 13:17:00 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 301K 95s unit-mysql-0: 13:17:00 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 13:17:00 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 13:17:00 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 184K 95s unit-mysql-0: 13:17:00 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 13:17:00 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:17:00 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 13:17:00 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 13:17:00 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 13:17:01 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 13:17:01 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 13:17:01 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Fetched 3459 kB in 1s (1930 kB/s) unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 13:17:01 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:17:01 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 178K 94s unit-mysql-0: 13:17:01 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 13:17:01 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 13:17:01 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install (Reading database ... 78222 files and directories currently installed.) unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 13:17:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 13:17:01 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 213K 94s unit-abot-epc-basic-0: 13:17:01 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 202K 94s unit-mysql-0: 13:17:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:17:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:17:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:17:01 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-oai-epc-0: 13:17:01 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:01 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 184K 93s unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 13:17:02 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 224K 93s unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 13:17:02 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 188K 93s unit-oai-epc-0: 13:17:02 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-epc-0: 13:17:02 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-oai-epc-0: 13:17:02 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 13:17:02 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 216K 92s unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 13:17:02 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 295K 92s unit-mysql-0: 13:17:02 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 13:17:03 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 92.6K 92s unit-abot-epc-basic-0: 13:17:03 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 35.4M 91s unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 13:17:03 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 206K 91s unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 13:17:03 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 13:17:03 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 177K 90s unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 13:17:04 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 209K 90s unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 13:17:04 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 178K 90s unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 13:17:04 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 216K 89s unit-mysql-0: 13:17:04 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-epc-0: 13:17:04 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:17:04 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 203K 89s unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 13:17:05 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 298K 89s unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 13:17:05 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 178K 88s unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 13:17:05 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 204K 88s unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 13:17:05 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 221K 88s unit-mysql-0: 13:17:05 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 13:17:06 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 239K 87s unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 13:17:06 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 300K 87s unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 13:17:06 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 178K 86s unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 13:17:06 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 245K 86s unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 13:17:06 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 218K 86s unit-oai-epc-0: 13:17:06 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-mysql-0: 13:17:06 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-epc-0: 13:17:07 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:07 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 202K 85s unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 13:17:07 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 299K 85s unit-oai-epc-0: 13:17:07 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 13:17:07 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 179K 85s unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 13:17:07 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 13:17:08 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 125K 84s unit-abot-epc-basic-0: 13:17:08 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 584K 84s unit-mysql-0: 13:17:08 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 13:17:08 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 13:17:08 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:17:08 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 177K 84s unit-abot-epc-basic-0: 13:17:08 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 135K 83s unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:17:08 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 13:17:09 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 211K 83s unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 13:17:09 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 156K 83s unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 13:17:09 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: 13:17:09 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (42.5 kB/s) unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install (Reading database ... 78972 files and directories currently installed.) unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 13:17:09 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 13:17:10 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:17:10 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 73.5K 82s unit-abot-epc-basic-0: 13:17:10 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 1.46M 82s unit-abot-epc-basic-0: 13:17:10 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 118K 82s unit-abot-epc-basic-0: 13:17:10 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 128K 81s unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 13:17:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:17:11 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:17:11 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 113K 81s unit-mysql-0: 13:17:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:17:11 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 13:17:11 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 125K 81s unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 13:17:11 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 13:17:12 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 130K 80s unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:17:12 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 140K 80s unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-mysql-0: 13:17:12 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-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 13:17:12 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 13:17:12 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: 13:17:13 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 88.6K 80s unit-mysql-0: 13:17:13 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: 13:17:13 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-oai-epc-0: 13:17:13 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: 13:17:13 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 177K 79s unit-mysql-0: 13:17:13 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: 13:17:13 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-abot-epc-basic-0: 13:17:13 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 89.9K 79s unit-oai-epc-0: 13:17:13 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-mysql-0: 13:17:14 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-mysql-0: 13:17:14 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-oai-epc-0: 13:17:14 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-mysql-0: 13:17:14 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-abot-epc-basic-0: 13:17:14 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 101K 79s unit-mysql-0: 13:17:14 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-oai-epc-0: 13:17:14 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: 13:17:14 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-abot-epc-basic-0: 13:17:14 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 137K 79s unit-oai-epc-0: 13:17:14 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-mysql-0: 13:17:14 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3335 kB/s) unit-mysql-0: 13:17:14 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 13:17:14 DEBUG unit.mysql/0.config-changed (Reading database ... 83594 files and directories currently installed.) unit-mysql-0: 13:17:15 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 13:17:15 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-mysql-0: 13:17:15 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-oai-epc-0: 13:17:15 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 2s (1602 kB/s) unit-oai-epc-0: 13:17:15 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 13:17:15 DEBUG unit.oai-epc/0.install (Reading database ... 78979 files and directories currently installed.) unit-oai-epc-0: 13:17:15 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 13:17:15 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 75.3K 78s unit-oai-epc-0: 13:17:15 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 13:17:15 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 13:17:15 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 13:17:15 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:17:15 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 79.0K 78s unit-oai-epc-0: 13:17:16 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 13:17:16 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:17:16 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 77.5K 78s unit-oai-epc-0: 13:17:16 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 13:17:16 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 13:17:16 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 13:17:16 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:17:17 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 84.0K 78s unit-mysql-0: 13:17:17 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 13:17:17 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: 13:17:17 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-mysql-0: 13:17:17 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 13:17:17 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:17:17 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 88.7K 78s unit-mysql-0: 13:17:17 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 13:17:17 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:17:18 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 88.8K 77s unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 13:17:18 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 13:17:18 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 13:17:18 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 13:17:18 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:18 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 93.8K 77s unit-oai-epc-0: 13:17:19 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 13:17:19 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: 13:17:19 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: 13:17:19 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 97.3K 77s unit-abot-epc-basic-0: 13:17:19 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 108K 76s unit-abot-epc-basic-0: 13:17:20 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 88.1K 76s unit-oai-epc-0: 13:17:20 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 13:17:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 13:17:20 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 13:17:20 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 13:17:20 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: 13:17:20 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 180K 76s unit-oai-epc-0: 13:17: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: 13:17:21 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 119K 76s unit-mysql-0: 13:17:21 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:21 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:21 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 137K 75s unit-abot-epc-basic-0: 13:17:21 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 140K 75s unit-abot-epc-basic-0: 13:17:22 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 122K 75s unit-abot-epc-basic-0: 13:17:22 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 154K 74s unit-abot-epc-basic-0: 13:17:22 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 126K 74s unit-abot-epc-basic-0: 13:17:23 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 124K 74s unit-oai-epc-0: 13:17:23 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:23 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 155K 73s unit-mysql-0: 13:17:23 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 13:17:23 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 13:17:23 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 13:17:24 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 125K 73s unit-mysql-0: 13:17:24 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 13:17:24 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 13:17:24 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:24 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 13:17:24 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 13:17:24 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 13:17:24 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:17:24 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 102K 73s unit-oai-epc-0: 13:17:24 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: 13:17:24 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:24 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 139K 72s unit-oai-epc-0: 13:17:25 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: 13:17:25 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:17:25 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 124K 72s unit-mysql-0: 13:17:25 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:17:25 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 121K 72s unit-mysql-0: 13:17:25 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 13:17:26 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 139K 71s unit-mysql-0: 13:17:26 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 13:17:26 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 138K 71s unit-oai-epc-0: 13:17:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:26 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:17:26 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 13:17:26 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 13:17:26 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-mysql-0: 13:17:26 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:26 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 138K 71s unit-mysql-0: 13:17:26 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:27 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 138K 70s unit-mysql-0: 13:17:27 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:27 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 126K 70s unit-mysql-0: 13:17:27 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:27 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 158K 70s unit-abot-epc-basic-0: 13:17:28 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 88.6K 70s unit-abot-epc-basic-0: 13:17:28 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 176K 69s machine-3: 13:17:28 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 13:17:28 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 13:17:28 DEBUG juju.agent read agent config, format "2.0" machine-3: 13:17:29 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 13:17:29 DEBUG juju.worker start "engine" machine-3: 13:17:29 INFO juju.worker start "engine" machine-3: 13:17:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 13:17:29 DEBUG juju.worker "engine" started machine-3: 13:17:29 DEBUG juju.worker.introspection stats worker now serving machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 13:17:29 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.worker.apicaller connecting with old password machine-3: 13:17:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:29 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:29 INFO juju.api connection established to "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:29 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:29 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 13:17:29 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 123K 69s machine-3: 13:17:29 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 13:17:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:17:29 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 123K 69s unit-abot-epc-basic-0: 13:17:29 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 142K 68s machine-3: 13:17:30 DEBUG juju.worker.apicaller connected machine-3: 13:17:30 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:17:30 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 121K 68s machine-3: 13:17:30 DEBUG juju.worker.apicaller password changed machine-3: 13:17:30 DEBUG juju.api RPC connection died machine-3: 13:17:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 13:17:30 DEBUG juju.worker.apicaller connecting with current password machine-3: 13:17:30 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:30 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:30 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:17:30 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:17:30 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 13:17:30 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 107K 68s unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:31 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: 13:17:31 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:17:31 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: 13:17:31 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:17:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:31 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:17:31 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: 13:17:31 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:17:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:31 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' machine-3: 13:17:31 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:17:31 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 133K 67s unit-oai-epc-0: 13:17:31 DEBUG worker.uniter.jujuc running hook tool "status-set" machine-3: 13:17:31 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + install_required_kernel machine-3: 13:17:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:17:31 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/ machine-3: 13:17:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:31-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 13:17:31 INFO juju.worker.upgrader unblocking abort check machine-3: 13:17:31 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 13:17:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 13:17:31 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 13:17:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 13:17:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:31 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:31 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:17:31 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 13:17:31 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 13:17:31 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: 13:17:31 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:17:31 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:17:31 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:31 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:31 DEBUG juju.network including address public:172.30.9.203 for machine machine-3: 13:17:31 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 13:17:31 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-3: 13:17:31 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:17:31 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:17:31 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 13:17:31 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 13:17:31 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 13:17:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 13:17:31 INFO juju.util.exec run result: exit status 127 machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec863948904/script.sh: line 1: fanatic: command not found 127 machine-3: 13:17:31 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 13:17:31 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 13:17:31 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 13:17:31 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 13:17:31 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 13:17:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 13:17:31 INFO juju.util.exec run result: exit status 127 machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec350011354/script.sh: line 1: fanatic: command not found 127 unit-abot-epc-basic-0: 13:17:31 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 135K 67s machine-3: 13:17:31 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:31-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ machine-3: 13:17:31 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 13:17:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 13:17:31 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 13:17:31 DEBUG juju.api RPC connection died machine-3: 13:17:31 DEBUG juju.worker.logger logger setup machine-3: 13:17:31 ERROR juju.worker.logger connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 13:17:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 13:17:31 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.worker.apicaller connecting with current password machine-3: 13:17:31 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:31 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" machine-3: 13:17:31 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:31 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-epc-0: 13:17:31 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:17:32 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 116K 67s unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install 0K ....... 36.5M=0s unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install 2019-01-03 13:17:32 (36.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:17:32-- unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (36.5 MB/s) unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:17:32 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:17:32 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:17:32 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:17:32 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:17:32 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:17:32 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:17:32 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 155K 66s machine-3: 13:17:32 DEBUG juju.worker.apicaller connected machine-3: 13:17:32 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 13:17:32 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 13:17:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 13:17:32 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 13:17:32 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 13:17:32 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 13:17:32 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 13:17:32 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:17:32 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:32 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:32 DEBUG juju.network including address public:172.30.9.203 for machine machine-3: 13:17:32 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 13:17:32 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-3: 13:17:32 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:17:32 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:17:32 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 13:17:32 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 13:17:32 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] machine-3: 13:17:32 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 13:17:32 INFO juju.util.exec run result: exit status 127 machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec440996043/script.sh: line 1: fanatic: command not found 127 machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 13:17:32 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 13:17:32 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 13:17:32 INFO juju.util.exec run result: exit status 127 machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec140076341/script.sh: line 1: fanatic: command not found 127 machine-3: 13:17:32 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 13:17:32 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 13:17:32 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 136K 66s machine-3: 13:17:32 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 13:17:32 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.logger logger setup machine-3: 13:17:32 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 13:17:32 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 13:17:32 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:17:32 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 13:17:32 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 13:17:32 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: 13:17:32 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:17:32 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:32 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:32 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:17:32 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 13:17:32 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:17:32 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:32 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:17:32 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:17:32 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-3: 13:17:32 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:17:32 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] machine-3: 13:17:32 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.15 local-machine:::1] machine-3: 13:17:32 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 13:17:32 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 13:17:32 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 13:17:32 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 13:17:32 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 13:17:32 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: 13:17:32 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 13:17:33 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 160K 66s unit-mysql-0: 13:17:33 DEBUG unit.mysql/0.config-changed 190103 13:17:33 [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: 13:17:33 DEBUG unit.mysql/0.config-changed 190103 13:17:33 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 13:17:33 DEBUG unit.mysql/0.config-changed 190103 13:17:33 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 21677 ... machine-3: 13:17:33 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 13:17:33 INFO juju.worker.upgrader unblocking abort check machine-3: 13:17:33 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 13:17:33 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 13:17:33 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 113K 65s machine-3: 13:17:33 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 13:17:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 13:17:33 DEBUG juju.worker start "3-container-watcher" machine-3: 13:17:33 DEBUG juju.worker start "stateconverter" machine-3: 13:17:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 13:17:33 INFO juju.worker start "3-container-watcher" machine-3: 13:17:33 DEBUG juju.worker "3-container-watcher" started machine-3: 13:17:33 INFO juju.worker start "stateconverter" machine-3: 13:17:33 DEBUG juju.worker "stateconverter" started machine-3: 13:17:33 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 13:17:33 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 13:17:33 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 154K 65s machine-3: 13:17:33 DEBUG juju.service discovered init system "upstart" from local host machine-3: 13:17:33 DEBUG juju.worker.deployer API addresses: ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-abot-epc-basic-0: 13:17:34 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 81.3K 65s machine-3: 13:17:34 INFO juju.worker.machiner "machine-3" started unit-abot-epc-basic-0: 13:17:34 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 105K 64s machine-3: 13:17:35 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 13:17:35 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 207K 64s machine-3: 13:17:35 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-hss-0: 13:17:35 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 13:17:35 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: 13:17:35 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 13:17:35 DEBUG juju.worker start "api" unit-oai-hss-0: 13:17:35 INFO juju.worker start "api" unit-oai-hss-0: 13:17:35 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 13:17:35 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 13:17:35 DEBUG juju.worker "api" started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-hss-0: 13:17:35 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:17:35 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 121K 64s unit-oai-hss-0: 13:17:35 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 13:17:35 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 13:17:35 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 13:17:35 DEBUG juju.api RPC connection died unit-oai-hss-0: 13:17:35 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 13:17:35 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:8f:47:f7 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.15 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:8f:47:f7 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: 13:17:35 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 13:17:35 DEBUG juju.api successfully dialed "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-hss-0: 13:17:35 INFO juju.api connection established to "wss://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-oai-hss-0: 13:17:35 DEBUG juju.api successfully dialed "wss://172.30.9.203:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/api" unit-abot-epc-basic-0: 13:17:36 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 89.5K 64s unit-oai-hss-0: 13:17:36 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:17:36 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 13:17:36 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 13:17:36 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 13:17:36 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 104K 63s unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 13:17:36 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 13:17:36 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 13:17:36 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 13:17:36 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 13:17:36 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.203,192.168.121.7,252.7.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 13:17:36 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: 13:17:36 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 13:17:36 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:17:36 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:17:36 DEBUG juju.network including address public:172.30.9.203 for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network including address local-cloud:192.168.121.7 for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network including address local-fan:252.7.0.1 for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 13:17:36 DEBUG juju.network addresses after filtering: [public:172.30.9.203 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 13:17:36 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.203:17070 192.168.121.7:17070 252.7.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 13:17:36 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 13:17:36 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 13:17:36 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 13:17:36 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 13:17:36 DEBUG juju.agent API server address details [["172.30.9.203:17070" "192.168.121.7:17070" "252.7.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.7:17070" "252.7.0.1:17070" "172.30.9.203:17070"] unit-oai-hss-0: 13:17:36 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 13:17:36 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 13:17:36 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 13:17:36 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 13:17:36 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 13:17:36 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 13:17:36 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 13:17:36 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 13:17:36 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 13:17:36 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 13:17:36 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 13:17:36 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 13:17:36 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 13:17:36 DEBUG httpbakery client do GET https://192.168.121.7:17070/model/12821af6-8d0b-46ed-8ee1-f39c1ce7949a/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 13:17:36 DEBUG httpbakery } -> error unit-oai-hss-0: 13:17:36 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 13:17:36 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 13:17:37 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 89.2K 63s unit-oai-epc-0: 13:17:37 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:17:37 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:17:37 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:17:37 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:17:37 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:17:37 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 13:17:37 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 114K 63s unit-oai-epc-0: 13:17:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-epc-0: 13:17:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 13:17:37 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 13:17:37 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 13:17:37 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 13:17:37 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 13:17:37 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:17:37 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-hss-0: 13:17:37 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:17:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:17:37 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 13:17:37 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-epc-0: 13:17:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:17:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:17:38 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 101K 62s unit-oai-hss-0: 13:17:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:17:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:17:38 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 105K 62s unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:17:38 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 134K 62s unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 13:17:38 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:38 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: 13:17:38 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 13:17:38 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:17: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: 13:17:39 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:17:39 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 106K 61s unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install Need to get 3459 kB of archives. unit-oai-hss-0: 13:17:39 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 13:17: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-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:17:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:39 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-hss-0: 13:17:39 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-oai-epc-0: 13:17:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:17:39 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 137K 61s unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 13:17:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:39 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:17:39 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: 13:17:39 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:17:39 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:17:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:40 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:17: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-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:17:40 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: 13:17:40 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 13:17:40 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 173K 61s unit-oai-epc-0: 13:17:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:40 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 13:17:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:17:40 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: 13:17:40 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:40-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Fetched 3459 kB in 0s (3540 kB/s) unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install (Reading database ... 78222 files and directories currently installed.) unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 13:17:40 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 114K 60s unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:40-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:17:40 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.10_all.deb ... unit-abot-epc-basic-0: 13:17:40 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 173K 60s unit-oai-hss-0: 13:17:40 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:40 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 320K 60s unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install 0K ....... 42.9M=0s unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install 2019-01-03 13:17:41 (42.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:17:41-- unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (42.9 MB/s) unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:17:41 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:17:41 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:17:41 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:17:41 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:17:41 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:17:41 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:17:41 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 202K 59s unit-oai-hss-0: 13:17:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 13:17:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.10_amd64.deb ... unit-oai-hss-0: 13:17:41 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:41 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 213K 59s unit-abot-epc-basic-0: 13:17:41 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 96.7K 59s unit-abot-epc-basic-0: 13:17:41 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 40.5M 58s unit-abot-epc-basic-0: 13:17:42 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 581K 58s unit-oai-hss-0: 13:17:42 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:17:42 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 105K 58s unit-abot-epc-basic-0: 13:17:42 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 50.8M 57s unit-oai-hss-0: 13:17:42 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 13:17:42 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:42 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 178K 57s unit-oai-hss-0: 13:17:42 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.10) ... unit-abot-epc-basic-0: 13:17:43 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 177K 56s unit-abot-epc-basic-0: 13:17:43 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 177K 56s unit-abot-epc-basic-0: 13:17:43 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 177K 56s unit-mysql-0: 13:17:43 DEBUG unit.mysql/0.config-changed mysql start/running, process 21812 unit-abot-epc-basic-0: 13:17:43 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 133K 55s unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install Reading package lists... unit-mysql-0: 13:17:44 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 13:17:44 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 113K 55s unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install Reading state information... unit-mysql-0: 13:17:44 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 13:17:44 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 414K 55s unit-mysql-0: 13:17:44 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 13:17:44 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 13:17:44 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: 13:17:45 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 113K 54s unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (28.7 kB/s) unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install (Reading database ... 78972 files and directories currently installed.) unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-mysql-0: 13:17:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:17:45 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 13:17:45 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 127K 54s unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:17:45 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 138K 54s unit-oai-hss-0: 13:17:45 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:17:46 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 133K 53s unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:17:46 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 144K 53s unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:17:46 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: 13:17:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 13:17:46 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 13:17:47 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 81.0K 53s unit-oai-hss-0: 13:17:47 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:17:47 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 13:17:47 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 13:17:47 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: 13:17:47 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 219K 53s unit-oai-hss-0: 13:17:47 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: 13:17:47 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 123K 52s unit-oai-hss-0: 13:17:47 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-hss-0: 13:17:47 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 13:17:48 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-abot-epc-basic-0: 13:17:48 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 103K 52s unit-oai-hss-0: 13:17:48 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-mysql-0: 13:17:48 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-oai-hss-0: 13:17:48 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-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 1s (2756 kB/s) unit-abot-epc-basic-0: 13:17:48 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 154K 52s unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install (Reading database ... 78979 files and directories currently installed.) unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 13:17:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:17:48 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 115K 51s unit-oai-hss-0: 13:17:49 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:49 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 136K 51s unit-abot-epc-basic-0: 13:17:49 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 154K 51s unit-oai-hss-0: 13:17:49 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 13:17:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 13:17:49 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 13:17:50 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 122K 50s unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 13:17:50 DEBUG unit.mysql/0.config-changed mysql start/running, process 21934 unit-mysql-0: 13:17:50 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 13:17:50 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 13:17:50 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 127K 50s unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 13:17:50 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:17:50 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 13:17:50 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 13:17:50 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 13:17:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:17:50 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 154K 50s unit-oai-hss-0: 13:17:50 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 13:17:50 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: 13:17:51 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:51 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:17:51 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:17:51 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:17:51 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:17:51 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:17:51 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 13:17:51 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 88.8K 49s unit-oai-epc-0: 13:17:51 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 13:17:51 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 13:17:51 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: 13:17:51 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:17:51 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 178K 49s unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:17:51 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 13:17:52 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 13:17:52 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 115K 49s unit-oai-epc-0: 13:17:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 13:17:52 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 13:17:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 13:17:52 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-hss-0: 13:17:52 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:17:52 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 122K 48s unit-oai-hss-0: 13:17:52 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:17:52 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:52 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: 13:17:52 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 13:17:52 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 140K 48s unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:17:53 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 127K 48s unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-hss-0: 13:17:53 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:17:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:53 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-hss-0: 13:17:53 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:17:53 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 154K 47s unit-oai-epc-0: 13:17:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:17:53 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 13:17:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:53 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:17:53 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: 13:17:53 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:17:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:53 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:17:53 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:17:53 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: 13:17:53 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 13:17:53 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 136K 47s unit-oai-epc-0: 13:17:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:17:53 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:17:53 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-mysql-0: 13:17:54 DEBUG unit.mysql/0.start mysql stop/waiting unit-oai-epc-0: 13:17:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:17:54 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:17:54 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 125K 47s unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:17:54 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: 13:17:54 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:54-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 13:17:54 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-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 13:17:54 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-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install --2019-01-03 13:17:54-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:17:54 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:17:54 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 103K 46s unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install 0K ....... 38.5M=0s unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install 2019-01-03 13:17:55 (38.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:17:55-- unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (38.5 MB/s) unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-abot-epc-basic-0: 13:17:55 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 138K 46s unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:17:55 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:17:55 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:17:55 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:17:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:17:55 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:17:55 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:17:55 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:17:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-abot-epc-basic-0: 13:17:56 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 60.9K 46s unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 13:17:56 DEBUG unit.mysql/0.start mysql start/running, process 22045 unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-mysql-0: 13:17:56 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 13:17:56 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 221K 45s unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install Reading state information... unit-mysql-0: 13:17:56 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 13:17:56 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:17:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:17:56 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-mysql-0: 13:17:56 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 13:17:56 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 110K 45s unit-oai-hss-0: 13:17:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-mysql-0: 13:17:56 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 13:17:56 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:17:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:17:56 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 13:17:56 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 13:17:56 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-mysql-0: 13:17:56 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 13:17:57 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 13:17:57 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 112K 45s unit-mysql-0: 13:17:57 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 13:17:57 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 13:17:57 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{0}] []}} unit-abot-epc-basic-0: 13:17:57 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 95.7K 44s unit-abot-epc-basic-0: 13:17:58 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 114K 44s unit-abot-epc-basic-0: 13:17:58 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 111K 44s unit-abot-epc-basic-0: 13:17:59 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 116K 44s unit-abot-epc-basic-0: 13:17:59 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 119K 43s unit-abot-epc-basic-0: 13:17:59 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 89.3K 43s unit-abot-epc-basic-0: 13:18:00 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 117K 43s unit-oai-hss-0: 13:18:00 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 13:18:00 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 13:18:00 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 96.6K 42s unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:01 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: 13:18:01 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 13:18:01 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: 13:18:01 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:18:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:01 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 13:18:01 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: 13:18:01 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 13:18:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:01 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 13:18:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 13:18:01 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: 13:18:01 DEBUG unit.oai-hss/0.install --2019-01-03 13:18:01-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-abot-epc-basic-0: 13:18:01 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 65.7K 42s unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install --2019-01-03 13:18:01-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:18:01 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:18:02 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 88.8K 42s unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install 0K ....... 46.9M=0s unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install 2019-01-03 13:18:02 (46.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install FINISHED --2019-01-03 13:18:02-- unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install Total wall clock time: 0.8s unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install Downloaded: 1 files, 7.9K in 0s (46.9 MB/s) unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install cannot access archive: No such file or directory unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install Errors were encountered while processing: unit-oai-hss-0: 13:18:02 DEBUG unit.oai-hss/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-hss-0: 13:18:02 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-hss-0: 13:18:02 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 13:18:02 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:18:02 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 13:18:02 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-oai-hss-0: 13:18:02 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:18:02 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 88.5K 41s unit-abot-epc-basic-0: 13:18:03 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 59.1K 41s unit-abot-epc-basic-0: 13:18:04 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 59.2K 41s unit-abot-epc-basic-0: 13:18:05 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 76.7K 41s unit-abot-epc-basic-0: 13:18:05 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 62.5K 40s unit-abot-epc-basic-0: 13:18:06 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 61.6K 40s unit-abot-epc-basic-0: 13:18:07 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 72.9K 40s unit-oai-hss-0: 13:18:07 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-hss-0: 13:18:07 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 13:18:07 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 13:18:07 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 13:18:07 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 13:18:07 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 13:18:07 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 13:18:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 13:18:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 13:18:07 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:18:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:07 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:18:08 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 65.9K 39s unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18: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: 13:18:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:18:08 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 72.5K 39s unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:18:08 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:18:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:18:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:09 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:18:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:18:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:09 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 13:18:09 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 50.0K 39s unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 13:18:09 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: 13:18:09 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:18:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:09 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-163-generic unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + '[' reboot '!=' reboot ']' unit-oai-hss-0: 13:18:09 DEBUG unit.oai-hss/0.install + juju-log 'Failed to install the kernel 3.19. Proceed with the current kernel.' unit-oai-hss-0: 13:18:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:10 INFO unit.oai-hss/0.juju-log Failed to install the kernel 3.19. Proceed with the current kernel. unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 13:18:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 13:18:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:18:10 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 13:18:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 13:18:10 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 88.7K 39s unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 13:18:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 13:18:11 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 81.1K 38s unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 13:18:11 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 74.0K 38s unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 13:18:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 13:18:12 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 68.8K 38s unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 13:18:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 13:18:13 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 87.7K 37s unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 13:18:13 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 78.6K 37s unit-oai-hss-0: 13:18:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:18:14 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 88.7K 37s unit-abot-epc-basic-0: 13:18:14 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 94.7K 36s unit-abot-epc-basic-0: 13:18:15 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 97.7K 36s unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:18:15 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 150K 36s unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:18:15 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 157K 35s unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:18:15 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 13:18:16 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: 13:18:16 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-epc-0: 13:18:16 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:18:16 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:18:16 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:18:16 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:18:16 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:18:16 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 13:18:16 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main m4 amd64 1.4.17-2ubuntu1 [195 kB] unit-abot-epc-basic-0: 13:18:16 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 152K 35s unit-oai-epc-0: 13:18:16 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:18:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 13:18:16 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 88.7K 35s unit-oai-epc-0: 13:18:16 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 13:18:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 13:18:16 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:18:16 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 13:18:17 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-abot-epc-basic-0: 13:18:17 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 178K 34s unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 13:18:17 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-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:18:17 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: 13:18:17 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 13:18:17 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: 13:18:17 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-abot-epc-basic-0: 13:18:17 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 96.5K 34s unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 13:18:17 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-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:18:17 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-hss-0: 13:18:17 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 13:18:17 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 137K 34s unit-oai-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:18:18 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:18:18 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-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:18:18 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:18:18 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: 13:18:18 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:18:18 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-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:18:18 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:18:18 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: 13:18:18 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:18:18 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 13:18:18 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-epc-0: 13:18:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:18:18 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 97.0K 33s unit-oai-hss-0: 13:18:18 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: 13:18:18 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-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:18:18 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: 13:18:18 DEBUG unit.oai-epc/0.install --2019-01-03 13:18:18-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:18:18 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-epc-0: 13:18:18 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 13:18:19 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: 13:18:19 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 94.7K 33s unit-oai-hss-0: 13:18:19 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-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install --2019-01-03 13:18:19-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:18:19 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-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-oai-hss-0: 13:18:19 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] unit-abot-epc-basic-0: 13:18:19 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 136K 33s unit-oai-hss-0: 13:18:19 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: 13:18:19 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-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install 0K ....... 24.9M=0s unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install 2019-01-03 13:18:19 (24.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:18:19-- unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Total wall clock time: 0.9s unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (24.9 MB/s) unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:18:19 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:18:19 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:18:19 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:18:19 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:18:19 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:18:19 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:18:19 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 97.4K 32s unit-oai-hss-0: 13:18:19 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: 13:18:20 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.11 [178 kB] unit-oai-hss-0: 13:18:20 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] unit-abot-epc-basic-0: 13:18:20 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 87.2K 32s unit-oai-hss-0: 13:18:20 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-abot-epc-basic-0: 13:18:20 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 176K 32s unit-oai-hss-0: 13:18:20 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: 13:18:20 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: 13:18:21 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 13:18:21 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 89.2K 31s unit-oai-hss-0: 13:18:21 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: 13:18:21 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: 13:18:21 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-abot-epc-basic-0: 13:18:21 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 136K 31s unit-oai-hss-0: 13:18:21 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: 13:18:22 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-abot-epc-basic-0: 13:18:22 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 105K 31s unit-oai-hss-0: 13:18:22 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: 13:18:22 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-abot-epc-basic-0: 13:18:22 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 121K 30s unit-oai-hss-0: 13:18:22 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: 13:18:22 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: 13:18:22 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-abot-epc-basic-0: 13:18:23 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 115K 30s unit-oai-hss-0: 13:18:23 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: 13:18:23 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: 13:18:23 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 13:18:23 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 122K 30s unit-oai-hss-0: 13:18:23 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: 13:18:23 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: 13:18:23 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-abot-epc-basic-0: 13:18:23 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 115K 29s unit-oai-hss-0: 13:18:23 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: 13:18:24 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-abot-epc-basic-0: 13:18:24 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 120K 29s unit-oai-hss-0: 13:18:24 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: 13:18:24 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-abot-epc-basic-0: 13:18:24 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 117K 29s unit-oai-hss-0: 13:18:24 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: 13:18:25 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 13:18:25 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 121K 28s unit-oai-hss-0: 13:18:25 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: 13:18:25 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-abot-epc-basic-0: 13:18:25 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 136K 28s unit-oai-hss-0: 13:18:25 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: 13:18:25 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: 13:18:25 DEBUG unit.oai-hss/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 13:18:25 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 144K 28s unit-oai-hss-0: 13:18:25 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: 13:18:26 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main bison amd64 2:3.0.2.dfsg-2 [257 kB] unit-abot-epc-basic-0: 13:18:26 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 175K 27s unit-oai-hss-0: 13:18:26 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: 13:18:26 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-164.214 [774 kB] unit-abot-epc-basic-0: 13:18:26 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 177K 27s unit-oai-hss-0: 13:18:26 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-abot-epc-basic-0: 13:18:26 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 179K 26s unit-oai-hss-0: 13:18:26 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: 13:18:27 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: 13:18:27 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-abot-epc-basic-0: 13:18:27 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 95.6K 26s unit-abot-epc-basic-0: 13:18:27 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 50.5M 26s unit-oai-hss-0: 13:18:27 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 13:18:27 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 178K 25s unit-oai-hss-0: 13:18:27 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: 13:18:27 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] unit-abot-epc-basic-0: 13:18:27 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 177K 25s unit-oai-hss-0: 13:18:27 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 13:18:28 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 177K 25s unit-abot-epc-basic-0: 13:18:28 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 178K 24s unit-abot-epc-basic-0: 13:18:28 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 111K 24s unit-abot-epc-basic-0: 13:18:28 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 1.08M 24s unit-oai-hss-0: 13:18:28 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: 13:18:29 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-abot-epc-basic-0: 13:18:29 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 144K 23s unit-oai-hss-0: 13:18:29 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: 13:18:29 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-abot-epc-basic-0: 13:18:29 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 177K 23s unit-oai-hss-0: 13:18:29 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: 13:18:29 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] unit-abot-epc-basic-0: 13:18:29 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 174K 23s unit-oai-hss-0: 13:18:29 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 13:18:30 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 157K 22s unit-oai-hss-0: 13:18:30 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: 13:18:30 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-abot-epc-basic-0: 13:18:30 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 123K 22s unit-oai-hss-0: 13:18:30 DEBUG unit.oai-hss/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe doxygen-gui amd64 1.8.6-2 [279 kB] unit-abot-epc-basic-0: 13:18:30 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 155K 22s unit-oai-hss-0: 13:18:30 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: 13:18:30 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: 13:18:31 DEBUG unit.oai-hss/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gdb amd64 7.7.1-0ubuntu5~14.04.3 [2199 kB] unit-abot-epc-basic-0: 13:18:31 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 153K 21s unit-oai-hss-0: 13:18:31 DEBUG unit.oai-hss/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 13:18:31 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 174K 21s unit-oai-hss-0: 13:18:31 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: 13:18:31 DEBUG unit.oai-hss/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 13:18:31 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 162K 20s unit-oai-hss-0: 13:18:31 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: 13:18:31 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: 13:18:32 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-abot-epc-basic-0: 13:18:32 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 126K 20s unit-oai-hss-0: 13:18:32 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-abot-epc-basic-0: 13:18:32 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 150K 20s unit-oai-hss-0: 13:18:32 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: 13:18:32 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 13:18:32 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4188 kB/s) unit-abot-epc-basic-0: 13:18:33 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 88.6K 19s unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install (Reading database ... 79248 files and directories currently installed.) unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 13:18:33 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 326K 19s unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:18:33 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 13:18:33 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 122K 19s unit-abot-epc-basic-0: 13:18:34 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 116K 18s unit-oai-hss-0: 13:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 13:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:18:34 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 120K 18s unit-oai-hss-0: 13:18:34 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 13:18:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 13:18:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 13:18:35 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 73.9K 18s unit-abot-epc-basic-0: 13:18:35 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 283K 17s unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-abot-epc-basic-0: 13:18:35 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 98.3K 17s unit-oai-hss-0: 13:18:35 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:18:36 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 88.6K 17s unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:18:36 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 120K 16s unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 13:18:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 13:18:37 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 13:18:37 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 104K 16s unit-oai-hss-0: 13:18:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 13:18:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-abot-epc-basic-0: 13:18:37 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 88.7K 16s unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 13:18:38 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 81.9K 15s unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 13:18:38 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:18:39 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 80.3K 15s unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:18:39 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 83.2K 15s unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 13:18:39 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 13:18:40 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 76.5K 14s unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:18:40 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 88.7K 14s unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 13:18:40 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:18:41 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 83.3K 14s unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.11_amd64.deb ... unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 13:18:41 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 13:18:41 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 94.8K 13s unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 13:18:42 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:18:42 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 59.1K 13s unit-abot-epc-basic-0: 13:18:43 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 175K 13s unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:18:43 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 88.8K 12s unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:43 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 13:18:44 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 89.2K 12s unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:18:44 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 88.7K 12s unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.7_amd64.deb ... unit-oai-hss-0: 13:18:44 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 13:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 13:18:45 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: 13:18:45 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:45 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 114K 11s unit-oai-hss-0: 13:18:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 13:18:45 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: 13:18:45 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:45 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 104K 11s unit-abot-epc-basic-0: 13:18:46 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 93.8K 11s unit-oai-hss-0: 13:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 13:18:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-xml_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 13:18:46 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:46 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 90.0K 10s unit-oai-hss-0: 13:18:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 13:18:46 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: 13:18:46 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:18:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 13:18:47 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: 13:18:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:47 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 115K 10s unit-abot-epc-basic-0: 13:18:47 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 120K 9s unit-oai-hss-0: 13:18:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 13:18:47 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: 13:18:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:48 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 117K 9s unit-abot-epc-basic-0: 13:18:48 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 122K 9s unit-oai-hss-0: 13:18:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 13:18:48 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: 13:18:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:48 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 155K 8s unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 13:18:49 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: 13:18:49 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:49 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 113K 8s unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:18:49 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 138K 8s unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 13:18:49 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:18:49 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 154K 7s unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:50 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 151K 7s unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 13:18:50 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 161K 7s unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:18:50 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:18:51 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 137K 6s unit-oai-hss-0: 13:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 13:18:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:18:51 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 138K 6s unit-oai-hss-0: 13:18:51 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 13:18:51 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 174K 6s unit-oai-hss-0: 13:18:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 13:18:51 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: 13:18:51 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:51 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 155K 5s unit-abot-epc-basic-0: 13:18:52 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 159K 5s unit-abot-epc-basic-0: 13:18:52 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 170K 5s unit-oai-hss-0: 13:18:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 13:18:52 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: 13:18:52 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:52 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 146K 4s unit-oai-hss-0: 13:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 13:18:53 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: 13:18:53 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:18:53 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 177K 4s unit-abot-epc-basic-0: 13:18:53 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 122K 3s unit-oai-hss-0: 13:18:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 13:18:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:53 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:18:53 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 152K 3s unit-abot-epc-basic-0: 13:18:54 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 141K 3s unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:18:54 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 123K 2s unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:18:54 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-abot-epc-basic-0: 13:18:55 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 98.6K 2s unit-abot-epc-basic-0: 13:18:55 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 132K 2s unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 13:18:55 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 136K 1s unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 13:18:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:18:56 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 105K 1s unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 13:18:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 13:18:57 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 77.0K 1s unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 13:18:57 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 82.6K 0s unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 13:18:57 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-164.214_amd64.deb ... unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 81.2K=5m31s unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install 2019-01-03 13:18:58 (141 KB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57456 files and directories currently installed.) unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 13:18:58 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 13:18:58 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-epc-0: 13:19:00 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:19:00 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:19:00 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:19:00 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:19:00 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:19:00 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:19:00 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:19:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 13:19:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 13:19:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-oai-epc-0: 13:19:01 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-hss-0: 13:19:01 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-oai-epc-0: 13:19:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 13:19:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 13:19:01 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: 13:19:01 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 13:19:01 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:19:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:19:01 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: 13:19:01 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-hss-0: 13:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 13:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 13:19:02 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:19:02 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:19:02 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 13:19:02 DEBUG unit.abot-epc-basic/0.install Need to get 102 MB of archives. unit-abot-epc-basic-0: 13:19:02 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 13:19:02 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-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:19:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:19:02 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:19:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:19:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 13:19:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-epc-0: 13:19:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:19:02 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:19: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: 13:19:02 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:19:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:19:02 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:19:02 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: 13:19:02 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:19:02 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:19:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:19:03 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 13:19:03 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:03 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-oai-epc-0: 13:19:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:19:03 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: 13:19:03 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-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:19:03 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: 13:19:03 DEBUG unit.oai-epc/0.install --2019-01-03 13:19:03-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:19:03 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-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install --2019-01-03 13:19:03-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:19:03 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:19:03 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: 13:19:04 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-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install 0K ....... 43.7M=0s unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install 2019-01-03 13:19:04 (43.7 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:19:04-- unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (43.7 MB/s) unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:19:04 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-abot-epc-basic-0: 13:19:04 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: 13:19:04 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: 13:19:04 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 13:19:04 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 13:19:04 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: 13:19:05 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: 13:19:05 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-oai-epc-0: 13:19:05 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:19:05 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:19:05 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:19:05 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:19:05 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:19:05 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:19:05 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:19:05 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-oai-hss-0: 13:19:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 13:19:05 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: 13:19:05 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:05 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: 13:19:05 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: 13:19:06 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: 13:19:06 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 13:19:06 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 13:19:06 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-oai-hss-0: 13:19:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 13:19:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:19:06 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-oai-hss-0: 13:19:06 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:19:06 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-oai-hss-0: 13:19:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 13:19:07 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: 13:19:07 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:07 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 13:19:07 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 13:19:07 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-oai-hss-0: 13:19:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 13:19:07 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: 13:19:07 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:07 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: 13:19:07 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 13:19:07 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-oai-hss-0: 13:19:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 13:19:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-oai-hss-0: 13:19:08 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:19:08 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 13:19:09 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: 13:19:09 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-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:19:09 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: 13:19:09 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 13:19:09 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 13:19:09 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 13:19:09 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:19:09 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 13:19:10 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: 13:19:10 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: 13:19:10 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: 13:19:10 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: 13:19:10 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-abot-epc-basic-0: 13:19:10 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-oai-hss-0: 13:19:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 13:19:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 13:19:10 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 13:19:11 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: 13:19:11 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-oai-hss-0: 13:19:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 13:19:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 13:19:11 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:11 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: 13:19:11 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: 13:19:11 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: 13:19:11 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: 13:19:11 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: 13:19:12 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-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:12 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: 13:19:12 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: 13:19:12 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 13:19:12 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-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:19:12 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-oai-hss-0: 13:19:12 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:12 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 13:19:13 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-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 13:19:13 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: 13:19:13 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 13:19:13 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: 13:19:13 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-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 13:19:13 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 13:19:13 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: 13:19:14 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: 13:19:14 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-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:19:14 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: 13:19:14 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-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:19:14 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 13:19:14 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-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-abot-epc-basic-0: 13:19:14 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-oai-hss-0: 13:19:14 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 13:19:15 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: 13:19:15 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: 13:19:15 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-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 13:19:15 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-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 13:19:15 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 13:19:15 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: 13:19:15 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: 13:19:15 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: 13:19:16 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: 13:19:16 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: 13:19:16 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: 13:19:16 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-oai-hss-0: 13:19:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 13:19:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 13:19:16 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 13:19:17 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: 13:19:17 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-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 13:19:17 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: 13:19:17 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-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:17 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 13:19:17 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: 13:19:17 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-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 13:19:17 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 13:19:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 13:19:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 13:19:18 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-oai-hss-0: 13:19:18 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:19:18 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-abot-epc-basic-0: 13:19:18 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: 13:19:18 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-141.167 [854 kB] unit-abot-epc-basic-0: 13:19:18 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-oai-hss-0: 13:19:18 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:18 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: 13:19:19 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.11 [7660 kB] unit-abot-epc-basic-0: 13:19:19 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: 13:19:20 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.11 [38.8 kB] unit-abot-epc-basic-0: 13:19:20 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.11 [55.0 kB] unit-abot-epc-basic-0: 13:19:20 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.11 [27.4 kB] unit-abot-epc-basic-0: 13:19:20 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.11 [8896 B] unit-abot-epc-basic-0: 13:19:20 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.11 [264 kB] unit-abot-epc-basic-0: 13:19:21 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.11 [105 kB] unit-abot-epc-basic-0: 13:19:21 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.11 [244 kB] unit-abot-epc-basic-0: 13:19:21 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.11 [95.4 kB] unit-abot-epc-basic-0: 13:19:21 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.11 [40.1 kB] unit-abot-epc-basic-0: 13:19:22 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.11 [9748 B] unit-abot-epc-basic-0: 13:19:22 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.11 [131 kB] unit-abot-epc-basic-0: 13:19:22 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.11 [2229 kB] unit-oai-hss-0: 13:19:22 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 13:19:22 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 13:19:22 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 13:19:22 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 13:19:22 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.11 [8417 kB] unit-oai-hss-0: 13:19:22 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-abot-epc-basic-0: 13:19:23 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-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:23 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.11 [1426 kB] unit-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:23 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.11 [8310 kB] unit-oai-hss-0: 13:19:23 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 13:19:24 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: 13:19:24 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: 13:19:24 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-oai-hss-0: 13:19:24 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 13:19:24 DEBUG unit.oai-hss/0.install ...done. unit-abot-epc-basic-0: 13:19:24 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: 13:19:24 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-oai-hss-0: 13:19:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:19:24 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-oai-hss-0: 13:19:24 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:19:25 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-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:25 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-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:19:25 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-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:19:25 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: 13:19:25 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-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.11) ... unit-abot-epc-basic-0: 13:19:25 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-oai-hss-0: 13:19:25 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:26 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: 13:19:26 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: 13:19:26 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: 13:19:26 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: 13:19:26 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-oai-hss-0: 13:19:26 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:19:27 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: 13:19:28 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: 13:19:28 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-abot-epc-basic-0: 13:19:28 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: 13:19:28 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: 13:19:28 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: 13:19:28 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: 13:19:28 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: 13:19:29 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: 13:19:29 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-oai-hss-0: 13:19:29 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:19:29 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-oai-hss-0: 13:19:29 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:29 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-oai-hss-0: 13:19:29 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:19:29 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 13:19:29 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: 13:19:29 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Fetched 102 MB in 27s (3686 kB/s) unit-oai-hss-0: 13:19:30 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 13:19:30 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 ... 57619 files and directories currently installed.) unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-oai-hss-0: 13:19:30 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 13:19:30 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 13:19:30 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-oai-hss-0: 13:19:30 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-oai-hss-0: 13:19:31 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 13:19:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-oai-hss-0: 13:19:31 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 13:19:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 13:19:32 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-oai-hss-0: 13:19:32 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:19:32 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 13:19:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 13:19:33 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-oai-hss-0: 13:19:33 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:19:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 13:19:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 13:19:34 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 13:19:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 13:19:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 13:19:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:19:35 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 13:19:35 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:19:35 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:19:35 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:19:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:19:35 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 13:19:35 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:19:35 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-oai-hss-0: 13:19:35 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 13:19:36 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-oai-hss-0: 13:19:36 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-oai-hss-0: 13:19:36 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-oai-hss-0: 13:19:36 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-oai-hss-0: 13:19:36 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-oai-hss-0: 13:19:37 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 13:19:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 13:19:37 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-oai-hss-0: 13:19:37 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-oai-hss-0: 13:19:38 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-oai-hss-0: 13:19:38 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-oai-hss-0: 13:19:38 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 13:19:38 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-abot-epc-basic-0: 13:19:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:19:39 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-164.214) ... unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 13:19:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 13:19:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-oai-hss-0: 13:19:40 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:19:40 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:19:40 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:19:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 13:19:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 13:19:40 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 13:19:41 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: 13:19:41 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:19:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 13:19:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 13:19:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:19:41 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:19:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-oai-hss-0: 13:19:42 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-abot-epc-basic-0: 13:19:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 13:19:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-oai-hss-0: 13:19:42 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 13:19:42 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:19:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 13:19:42 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: 13:19:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-hss-0: 13:19:43 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-oai-hss-0: 13:19:43 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 13:19:43 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-oai-hss-0: 13:19:43 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:43 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-oai-hss-0: 13:19:44 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-oai-hss-0: 13:19:44 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 13:19:44 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-oai-hss-0: 13:19:44 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 13:19:44 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: 13:19:44 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 13:19:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-oai-hss-0: 13:19:45 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 13:19:45 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-oai-hss-0: 13:19:45 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 13:19:45 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 13:19:45 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 13:19:45 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 13:19:46 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 13:19:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-oai-hss-0: 13:19:47 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 13:19:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 13:19:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 13:19:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-oai-hss-0: 13:19:47 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:19:47 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:19:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 13:19:47 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: 13:19:47 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-oai-hss-0: 13:19:47 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 13:19:48 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 13:19:48 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-oai-hss-0: 13:19:48 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 13:19:49 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:19:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-oai-hss-0: 13:19:50 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-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-oai-hss-0: 13:19:50 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-oai-hss-0: 13:19:50 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 13:19:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 13:19:50 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: 13:19:50 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-oai-hss-0: 13:19:51 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: 13:19:51 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (761 kB/s) unit-abot-epc-basic-0: 13:19:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 13:19:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 13:19:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install (Reading database ... 85977 files and directories currently installed.) unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 13:19:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 13:19:51 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: 13:19:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 13:19:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-oai-hss-0: 13:19:52 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-oai-hss-0: 13:19:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 13:19:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:19:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-oai-hss-0: 13:19:52 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:19:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 13:19:53 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: 13:19:53 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 13:19:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 13:19:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 13:19:53 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-oai-hss-0: 13:19:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 13:19:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 13:19:53 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-oai-hss-0: 13:19:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 13:19:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 13:19:54 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-oai-hss-0: 13:19:54 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 13:19:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 13:19:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 13:19:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 13:19:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 13:19:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 13:19:55 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: 13:19:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-hss-0: 13:19:55 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 13:19:55 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 13:19:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 13:19:55 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: 13:19:55 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-oai-hss-0: 13:19:55 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-oai-hss-0: 13:19:56 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-oai-hss-0: 13:19:56 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 13:19:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-oai-hss-0: 13:19:56 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:19:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 13:19:57 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-oai-hss-0: 13:19:58 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:19:58 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 13:19:58 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 13:19:58 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: 13:19:58 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-oai-hss-0: 13:19:58 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-abot-epc-basic-0: 13:19:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-oai-hss-0: 13:19:59 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-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 13:19:59 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 13:20:00 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: 13:20:00 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-oai-hss-0: 13:20:00 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: 13:20:00 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-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-oai-hss-0: 13:20:00 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-oai-hss-0: 13:20:00 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-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-oai-hss-0: 13:20:00 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-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-hss-0: 13:20:00 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-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-oai-hss-0: 13:20:00 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-abot-epc-basic-0: 13:20:00 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-oai-hss-0: 13:20:01 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-oai-hss-0: 13:20:01 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: 13:20:01 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: 13:20:01 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-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 13:20:01 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-oai-hss-0: 13:20:01 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: 13:20:01 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: 13:20:01 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-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-oai-hss-0: 13:20:02 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.27 [1076 kB] unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-oai-hss-0: 13:20:02 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.27 [972 kB] unit-oai-hss-0: 13:20:02 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: 13:20:02 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: 13:20:02 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-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 13:20:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-oai-hss-0: 13:20:02 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-abot-epc-basic-0: 13:20:03 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:20:03 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 13:20:03 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 5s (2146 kB/s) unit-abot-epc-basic-0: 13:20:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 13:20:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-oai-hss-0: 13:20:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 13:20:03 DEBUG unit.oai-hss/0.install (Reading database ... 86088 files and directories currently installed.) unit-oai-hss-0: 13:20:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-abot-epc-basic-0: 13:20:03 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:20:04 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:20:05 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 13:20:05 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 13:20:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 13:20:06 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: 13:20:06 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 13:20:06 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 13:20:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 13:20:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:20:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 13:20:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 13:20:07 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 13:20:08 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 13:20:08 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: 13:20:08 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 13:20:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 13:20:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:20:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 13:20:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-oai-hss-0: 13:20:09 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 13:20:09 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 13:20:10 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: 13:20:10 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 13:20:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-abot-epc-basic-0: 13:20:10 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:10 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 13:20:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 13:20:11 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 13:20:11 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 13:20:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 13:20:12 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: 13:20:12 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 13:20:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 13:20:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 13:20:12 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:20:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 13:20:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:20:13 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 13:20:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 13:20:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:20:13 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:20:13 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:20:13 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 13:20:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 13:20:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 13:20:14 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:14 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:20:15 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:20:15 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.27_amd64.deb ... unit-oai-hss-0: 13:20:15 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 13:20:16 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 ... 61262 files and directories currently installed.) unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.27_all.deb ... unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:20:16 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 13:20:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:20:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 13:20:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:20:17 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 13:20:17 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 13:20:18 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 13:20:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:20:18 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:20:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 13:20:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-abot-epc-basic-0: 13:20:19 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-oai-hss-0: 13:20:19 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 13:20:20 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 13:20:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 13:20:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:20:20 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:20:20 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 13:20:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-141.167_amd64.deb ... unit-abot-epc-basic-0: 13:20:21 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-141.167) ... unit-oai-hss-0: 13:20:21 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 13:20:21 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 13:20:21 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:20:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 13:20:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:20:21 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 13:20:21 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 13:20:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 13:20:22 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 13:20:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 13:20:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:23 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 13:20:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-oai-epc-0: 13:20:24 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:20:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:20:24 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:20:24 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:20:24 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:20:24 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:20:24 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:20:24 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 13:20:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 13:20:25 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 13:20:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 13:20:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-epc-0: 13:20:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:20:25 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 13:20:26 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:20:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:20:26 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: 13:20:26 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 13:20:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 13:20:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:20:26 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:20:27 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:20:27 DEBUG unit.oai-hss/0.install 190103 13:20:27 [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: 13:20:27 DEBUG unit.oai-hss/0.install 190103 13:20:27 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 13:20:27 DEBUG unit.oai-hss/0.install 190103 13:20:27 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 25777 ... unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:20:27 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:20:27 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: 13:20:27 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:20:27 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:20:27 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: 13:20:27 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:20:27 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 13:20:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:20: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: 13:20:27 DEBUG unit.oai-epc/0.install --2019-01-03 13:20:27-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:27 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:27 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install --2019-01-03 13:20:28-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:28 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install 0K ....... 43.3M=0s unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install 2019-01-03 13:20:28 (43.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:20:28-- unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (43.3 MB/s) unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:20:28 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:20:28 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:20:28 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:20:28 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:20:28 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:20:28 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:29 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:30 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:31 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 13:20:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:32 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 13:20:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:33 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 13:20:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:20:34 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:20:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 13:20:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:35 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 13:20:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 13:20:36 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:20:37 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-oai-hss-0: 13:20:37 DEBUG unit.oai-hss/0.install mysql start/running, process 25912 unit-oai-hss-0: 13:20:38 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-hss-0: 13:20:38 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:20:38 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-oai-hss-0: 13:20:38 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-oai-hss-0: 13:20:39 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 13:20:39 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-oai-hss-0: 13:20:39 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-oai-hss-0: 13:20:39 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-oai-hss-0: 13:20:39 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 13:20:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-oai-hss-0: 13:20:40 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-oai-hss-0: 13:20:40 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-oai-hss-0: 13:20:40 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:20:40 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-hss-0: 13:20:40 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 13:20:41 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:20:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 13:20:41 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: 13:20:41 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-hss-0: 13:20:41 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.27) ... unit-abot-epc-basic-0: 13:20:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 13:20:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 13:20:41 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-oai-hss-0: 13:20:41 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.27) ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:20:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 13:20:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:20:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:20:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 13:20:42 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: 13:20:42 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:42 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:20:43 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 13:20:44 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:20:44 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 13:20:44 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 13:20:44 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: 13:20:44 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: 13:20:45 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (253 kB/s) unit-abot-epc-basic-0: 13:20:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 13:20:45 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: 13:20:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install (Reading database ... 88089 files and directories currently installed.) unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 13:20:45 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: 13:20:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:20:45 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 13:20:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 13:20:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-oai-hss-0: 13:20:46 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 13:20:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-oai-hss-0: 13:20:46 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:20:46 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-oai-hss-0: 13:20:47 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install --2019-01-03 13:20:48-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:20:48 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: 13:20:48 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 13:20:48 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 13:20:48 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 322K 3s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 643K 2s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 47.5M 1s unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 658K 1s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 32.5M 1s unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 658K 1s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 35.8M 1s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 37.9M 1s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 30.3M 1s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 69.9M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 67.5M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 698K 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 35.7M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 37.7M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 35.7M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 37.7M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 55.9M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 69.2M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 706K 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 35.2M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 48.0M 0s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 73.8M=0.5s unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install 2019-01-03 13:20:49 (1.95 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-abot-epc-basic-0: 13:20:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 13:20:49 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-abot-epc-basic-0: 13:20:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 13:20:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-abot-epc-basic-0: 13:20:50 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-abot-epc-basic-0: 13:20:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 13:20:50 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 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: 13:20:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 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: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 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: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 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: 13:20:52 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 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: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 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: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 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: 13:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-abot-epc-basic-0: 13:20:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 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: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:54 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:54 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:54 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:55 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:56 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:56 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:56 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:56 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:20:56 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 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: 13:20:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 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: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:57 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:57 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:57 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 13:20:57 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 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: 13:20:57 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.po : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.po.d unit-abot-epc-basic-0: 13:20:58 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 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: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 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: 13:20:59 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-oai-hss-0: 13:20:59 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: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:20:59 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:20:59 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:20:59 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:00 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:00 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:00 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:21:01 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:21:01 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:01 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:21:02 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:21:02 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: 13:21:02 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-abot-epc-basic-0: 13:21:02 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-oai-hss-0: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:02 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 13:21:02 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: 13:21:02 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 13:21:02 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: 13:21:02 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: 13:21:02 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-abot-epc-basic-0: 13:21:02 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 13:21:02 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: 13:21:02 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:02 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-abot-epc-basic-0: 13:21:02 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-oai-hss-0: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:02 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-abot-epc-basic-0: 13:21:02 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-hss-0: 13:21:02 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: 13:21:02 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-abot-epc-basic-0: 13:21:02 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-oai-hss-0: 13:21:02 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: 13:21:02 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 13:21:02 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:02 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: 13:21:03 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: 13:21:03 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: 13:21:03 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-abot-epc-basic-0: 13:21:03 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-oai-hss-0: 13:21:03 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: 13:21:03 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: 13:21:03 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-abot-epc-basic-0: 13:21:03 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-oai-hss-0: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:03 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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-abot-epc-basic-0: 13:21:04 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-oai-hss-0: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:04 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: 13:21:05 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: 13:21:05 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: 13:21:05 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-abot-epc-basic-0: 13:21:05 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-oai-hss-0: 13:21:05 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: 13:21:05 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: 13:21:05 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-abot-epc-basic-0: 13:21:05 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-oai-hss-0: 13:21:05 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: 13:21:05 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: 13:21:05 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: 13:21:05 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-abot-epc-basic-0: 13:21:05 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-oai-hss-0: 13:21:05 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: 13:21:05 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: 13:21:05 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: 13:21:05 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: 13:21:05 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-abot-epc-basic-0: 13:21:05 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-oai-hss-0: 13:21:05 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: 13:21:05 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: 13:21:05 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: 13:21:05 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:06 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 13:21:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:06 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: 13:21:06 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-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 13:21:06 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: 13:21:06 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:21:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:21:06 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: 13:21:06 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:21:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:21:06 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: 13:21:06 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:21:06 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:21:06 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-oai-hss-0: 13:21:06 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: 13:21:06 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: 13:21:07 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-abot-epc-basic-0: 13:21:07 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-oai-hss-0: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install Making check in testsuite unit-abot-epc-basic-0: 13:21:07 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 13:21:07 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: 13:21:07 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 13:21:07 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 13:21:08 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-abot-epc-basic-0: 13:21:08 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-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 13:21:08 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 13:21:09 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 13:21:09 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: 13:21:09 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 13:21:09 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: 13:21:09 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install fi ; done unit-abot-epc-basic-0: 13:21:09 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:21:09 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:21:10 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:21:10 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 13:21:10 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 13:21:10 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-abot-epc-basic-0: 13:21:10 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 13:21:10 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:21:11 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:21:11 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:21:11 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 13:21:11 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: 13:21:11 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: 13:21:12 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: 13:21:12 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: 13:21:12 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: 13:21:12 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 13:21:12 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (878 kB/s) unit-oai-hss-0: 13:21:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 13:21:13 DEBUG unit.oai-hss/0.install (Reading database ... 88107 files and directories currently installed.) unit-oai-hss-0: 13:21:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:21:13 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:21:14 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:21:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 13:21:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 13:21:15 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 13:21:16 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 13:21:18 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:21:18 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:21:18 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:21:18 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:21:19 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:21:19 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-oai-hss-0: 13:21:19 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 13:21:19 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-oai-hss-0: 13:21:19 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 13:21:19 DEBUG unit.oai-hss/0.install --2019-01-03 13:21:19-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 13:21:19 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: 13:21:20 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 143K 35s unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 295K 26s unit-oai-hss-0: 13:21:20 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 514K 20s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 612K 17s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 954K 14s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.14M 13s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.18M 11s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.50M 10s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.61M 9s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.83M 8s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.06M 8s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.20M 7s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.41M 7s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.65M 6s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.06M 6s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.15M 6s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.28M 5s unit-abot-epc-basic-0: 13:21:21 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.64M 5s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.53M 5s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.24M 4s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 3.96M 4s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.83M 4s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.55M 4s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.45M 4s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.95M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.81M 3s unit-abot-epc-basic-0: 13:21:21 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.56M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.29M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.41M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.16M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.72M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.01M 3s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.86M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.18M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 6.32M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.26M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.33M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.04M 2s unit-abot-epc-basic-0: 13:21:21 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 7.75M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.29M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.99M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 7.96M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.12M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.55M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 8.49M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.07M 2s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 11.2M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.17M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.63M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.8M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 10.7M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 10.6M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 12.2M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 11.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.1M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 10.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 12.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 11.9M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.9M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 10.9M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.7M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 11.5M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.4M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 12.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 15.3M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 14.2M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 12.0M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 14.9M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 13.9M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 13.7M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 16.8M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 12.8M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 16.6M 1s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 14.4M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 18.0M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 13.8M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 14.5M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 18.8M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 15.4M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 16.3M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 14.2M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 18.9M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 17.3M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 17.6M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 19.1M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 17.9M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 17.5M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 17.0M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 15.5M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 22.6M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 23.1M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 14.4M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 23.4M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 19.7M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 17.5M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 24.6M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 16.8M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 21.9M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 28.8M 0s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 13.6M=1.5s unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install 2019-01-03 13:21:21 (3.31 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 13:21:21 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 13:21:22 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 13:21:22 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 13:21:23 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: 13:21:23 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 13:21:23 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-abot-epc-basic-0: 13:21:24 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 13:21:24 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-abot-epc-basic-0: 13:21:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-abot-epc-basic-0: 13:21:25 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 7.7 KB/sec) unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-abot-epc-basic-0: 13:21:25 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-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-abot-epc-basic-0: 13:21:25 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/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 509.3 KB/sec) unit-abot-epc-basic-0: 13:21:25 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-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-abot-epc-basic-0: 13:21:25 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: 13:21:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-abot-epc-basic-0: 13:21:25 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 760.6 KB/sec) unit-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-abot-epc-basic-0: 13:21:25 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-oai-hss-0: 13:21:25 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/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 962.2 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-abot-epc-basic-0: 13:21:26 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/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 391.7 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-abot-epc-basic-0: 13:21:26 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 444.1 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-abot-epc-basic-0: 13:21:26 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 1286.9 KB/sec) unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-abot-epc-basic-0: 13:21:26 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 843.6 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-abot-epc-basic-0: 13:21:26 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 1197.7 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21: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: 13:21:26 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-abot-epc-basic-0: 13:21:26 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 95.0 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 1151.8 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-abot-epc-basic-0: 13:21:26 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 1582.5 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 266.7 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 180.5 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 88.7 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 226.0 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 352.0 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-abot-epc-basic-0: 13:21:26 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 515.4 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-abot-epc-basic-0: 13:21:26 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 45.7 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 160.7 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 32.0 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 224.1 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 51.3 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 393.8 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-abot-epc-basic-0: 13:21:26 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 152.7 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 111.6 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 202.0 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 91.4 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 73.5 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install 880/880 B Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 57.3 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 110.8 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 473.7 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-abot-epc-basic-0: 13:21:26 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 1411.6 KB/sec) unit-abot-epc-basic-0: 13:21:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-abot-epc-basic-0: 13:21:26 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 672.9 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 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 146.4 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 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 443.6 KB/sec) unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-abot-epc-basic-0: 13:21:26 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 1674.9 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 758.1 KB/sec) unit-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-abot-epc-basic-0: 13:21:26 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-oai-hss-0: 13:21:26 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-abot-epc-basic-0: 13:21:26 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 58.9 KB/sec) unit-abot-epc-basic-0: 13:21:26 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: 13:21:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 192.0 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 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 907.6 KB/sec) unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 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: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/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 882.8 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 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: 13:21:27 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: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/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-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 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 40/153 KB 3/13 KB 3/48 KB 44/153 KB 3/13 KB 3/48 KB 48/153 KB 3/13 KB 3/48 KB 36/153 KB 3/13 KB 3/48 KB 36/153 KB 3/13 KB 48/153 KB 6/13 KB 3/48 KB 48/153 KB 9/13 KB 3/48 KB 48/153 KB 11/13 KB 3/48 KB 48/153 KB 13/13 KB 3/48 KB 48/153 KB 13/13 KB 5/48 KB 48/153 KB 13/13 KB 8/48 KB 48/153 KB 13/13 KB 11/48 KB 48/153 KB 13/13 KB 13/48 KB 48/153 KB 13/13 KB 16/48 KB 52/153 KB 13/13 KB 16/48 KB 56/153 KB 13/13 KB 16/48 KB 60/153 KB 13/13 KB 16/48 KB 64/153 KB 13/13 KB 16/48 KB 68/153 KB 13/13 KB 16/48 KB 72/153 KB 13/13 KB 19/48 KB 68/153 KB 13/13 KB 19/48 KB 72/153 KB 13/13 KB 21/48 KB 72/153 KB 13/13 KB 24/48 KB 76/153 KB 13/13 KB 24/48 KB 80/153 KB 13/13 KB 24/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 274.6 KB/sec) unit-abot-epc-basic-0: 13:21:27 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-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 80/153 KB 27/48 KB 84/153 KB 27/48 KB 88/153 KB 29/48 KB 84/153 KB 29/48 KB 92/153 KB 3/35 KB 3/30 KB 29/48 KB 92/153 KB 3/35 KB 5/30 KB 29/48 KB 92/153 KB 3/35 KB 8/30 KB 29/48 KB 92/153 KB 3/35 KB 11/30 KB 29/48 KB 92/153 KB 3/35 KB 13/30 KB 29/48 KB 92/153 KB 3/35 KB 29/48 KB 92/153 KB 5/35 KB 13/30 KB 29/48 KB 92/153 KB 8/35 KB 13/30 KB 29/48 KB 92/153 KB 11/35 KB 13/30 KB 29/48 KB 92/153 KB 13/35 KB 13/30 KB 29/48 KB 92/153 KB 13/35 KB 13/30 KB 32/48 KB 92/153 KB 13/35 KB 13/30 KB 36/48 KB 92/153 KB 13/35 KB 13/30 KB 3/50 KB 40/48 KB 92/153 KB 13/35 KB 13/30 KB 3/50 KB 36/48 KB 92/153 KB 13/35 KB 13/30 KB 36/48 KB 96/153 KB 13/35 KB 13/30 KB 3/50 KB 40/48 KB 96/153 KB 13/35 KB 13/30 KB 3/50 KB 44/48 KB 96/153 KB 13/35 KB 13/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 16/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 19/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 21/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 24/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 27/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 29/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 30/30 KB 3/50 KB 48/48 KB 96/153 KB 13/35 KB 30/30 KB 3/50 KB 48/48 KB 100/153 KB 16/35 KB 30/30 KB 5/50 KB 48/48 KB 100/153 KB 16/35 KB 30/30 KB 3/50 KB 48/48 KB 100/153 KB 19/35 KB 30/30 KB 5/50 KB 48/48 KB 100/153 KB 21/35 KB 30/30 KB 5/50 KB 48/48 KB 100/153 KB 24/35 KB 30/30 KB 5/50 KB 48/48 KB 100/153 KB 27/35 KB 30/30 KB 5/50 KB 48/48 KB 100/153 KB 13/35 KB 30/30 KB 3/50 KB 48/48 KB 100/153 KB 27/35 KB 30/30 KB 8/50 KB 48/48 KB 104/153 KB 27/35 KB 30/30 KB 11/50 KB 48/48 KB 104/153 KB 27/35 KB 30/30 KB 8/50 KB 48/48 KB 104/153 KB 29/35 KB 30/30 KB 11/50 KB 48/48 KB 108/153 KB 29/35 KB 30/30 KB 11/50 KB 48/48 KB 108/153 KB 32/35 KB 30/30 KB 11/50 KB 48/48 KB 112/153 KB 35/35 KB 30/30 KB 13/50 KB 48/48 KB 112/153 KB 32/35 KB 30/30 KB 13/50 KB 48/48 KB 112/153 KB 32/35 KB 30/30 KB 11/50 KB 48/48 KB 116/153 KB 35/35 KB 30/30 KB 13/50 KB 48/48 KB 120/153 KB 35/35 KB 30/30 KB 16/50 KB 48/48 KB 124/153 KB 35/35 KB 30/30 KB 16/50 KB 48/48 KB 128/153 KB 35/35 KB 30/30 KB 16/50 KB 116/153 KB 35/35 KB 30/30 KB 16/50 KB 48/48 KB 116/153 KB 35/35 KB 30/30 KB 13/50 KB 48/48 KB 128/153 KB 35/35 KB 30/30 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 665.2 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 132/153 KB 35/35 KB 21/50 KB 128/153 KB 35/35 KB 21/50 KB 132/153 KB 35/35 KB 24/50 KB 132/153 KB 35/35 KB 27/50 KB 132/153 KB 35/35 KB 29/50 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 414.5 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 136/153 KB 35/35 KB 29/50 KB 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 136/153 KB 35/35 KB 32/50 KB 140/153 KB 35/35 KB 32/50 KB 144/153 KB 35/35 KB 32/50 KB 148/153 KB 35/35 KB 32/50 KB 152/153 KB 35/35 KB 36/50 KB 153/153 KB 35/35 KB 36/50 KB 148/153 KB 35/35 KB 36/50 KB 153/153 KB 35/35 KB 40/50 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 426.3 KB/sec) unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 153/153 KB 35/35 KB 40/50 KB 3/119 KB 153/153 KB 40/50 KB 5/119 KB 153/153 KB 44/50 KB 5/119 KB 153/153 KB 48/50 KB 8/119 KB 153/153 KB 48/50 KB 8/119 KB 153/153 KB 48/50 KB 11/119 KB 153/153 KB 50/50 KB 13/119 KB 153/153 KB 50/50 KB 13/119 KB 153/153 KB 50/50 KB 16/119 KB 153/153 KB 50/50 KB 19/119 KB 153/153 KB 50/50 KB 21/119 KB 153/153 KB 50/50 KB 3/190 KB 24/119 KB 153/153 KB 50/50 KB 3/190 KB 21/119 KB 153/153 KB 3/37 KB 50/50 KB 3/190 KB 24/119 KB 153/153 KB 5/37 KB 50/50 KB 3/190 KB 24/119 KB 153/153 KB 8/37 KB 50/50 KB 5/190 KB 24/119 KB 153/153 KB 11/37 KB 50/50 KB 5/190 KB 24/119 KB 153/153 KB 11/37 KB 50/50 KB 5/190 KB 27/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 571.7 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1641.1 KB/sec) unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 153/153 KB 13/37 KB 5/190 KB 29/119 KB 153/153 KB 5/37 KB 50/50 KB 5/190 KB 24/119 KB 13/37 KB 8/190 KB 29/119 KB 13/37 KB 11/190 KB 29/119 KB 13/37 KB 13/190 KB 29/119 KB 153/153 KB 13/37 KB 5/190 KB 29/119 KB 13/37 KB 16/190 KB 29/119 KB 16/37 KB 19/190 KB 29/119 KB 16/37 KB 21/190 KB 32/119 KB 16/37 KB 16/190 KB 29/119 KB 19/37 KB 21/190 KB 32/119 KB 16/37 KB 19/190 KB 32/119 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-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 19/37 KB 24/190 KB 32/119 KB 21/37 KB 27/190 KB 36/119 KB 21/37 KB 24/190 KB 36/119 KB 24/37 KB 27/190 KB 36/119 KB 19/37 KB 24/190 KB 36/119 KB 27/37 KB 27/190 KB 40/119 KB 27/37 KB 27/190 KB 40/119 KB 27/37 KB 27/190 KB 44/119 KB 29/37 KB 27/190 KB 44/119 KB 29/37 KB 27/190 KB 48/119 KB 32/37 KB 4/86 KB 29/190 KB 52/119 KB 32/37 KB 4/86 KB 29/190 KB 48/119 KB 32/37 KB 4/86 KB 27/190 KB 48/119 KB 29/37 KB 4/86 KB 27/190 KB 48/119 KB 32/37 KB 8/86 KB 29/190 KB 52/119 KB 32/37 KB 12/86 KB 29/190 KB 52/119 KB 35/37 KB 3/66 KB 16/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 20/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 24/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 28/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 32/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 36/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 40/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 12/86 KB 32/190 KB 56/119 KB 35/37 KB 3/66 KB 12/86 KB 32/190 KB 52/119 KB 32/37 KB 3/66 KB 12/86 KB 32/190 KB 52/119 KB 35/37 KB 3/66 KB 40/86 KB 36/190 KB 56/119 KB 37/37 KB 3/66 KB 40/86 KB 40/190 KB 60/119 KB 32/37 KB 3/66 KB 12/86 KB 29/190 KB 52/119 KB 37/37 KB 6/66 KB 40/86 KB 40/190 KB 60/119 KB 37/37 KB 9/66 KB 40/86 KB 40/190 KB 60/119 KB 37/37 KB 3/66 KB 40/86 KB 36/190 KB 60/119 KB 37/37 KB 9/66 KB 40/86 KB 40/190 KB 64/119 KB 37/37 KB 11/66 KB 40/86 KB 40/190 KB 68/119 KB 37/37 KB 3/66 KB 40/86 KB 36/190 KB 56/119 KB 37/37 KB 11/66 KB 40/86 KB 44/190 KB 68/119 KB 37/37 KB 11/66 KB 40/86 KB 40/190 KB 64/119 KB 37/37 KB 14/66 KB 40/86 KB 44/190 KB 68/119 KB 37/37 KB 16/66 KB 40/86 KB 44/190 KB 68/119 KB 37/37 KB 16/66 KB 40/86 KB 48/190 KB 68/119 KB 37/37 KB 19/66 KB 40/86 KB 48/190 KB 68/119 KB 37/37 KB 22/66 KB 40/86 KB 52/190 KB 72/119 KB 37/37 KB 19/66 KB 40/86 KB 52/190 KB 72/119 KB 37/37 KB 19/66 KB 40/86 KB 48/190 KB 72/119 KB 37/37 KB 22/66 KB 40/86 KB 56/190 KB 76/119 KB 37/37 KB 22/66 KB 40/86 KB 56/190 KB 80/119 KB 37/37 KB 25/66 KB 40/86 KB 56/190 KB 80/119 KB 37/37 KB 27/66 KB 40/86 KB 56/190 KB 80/119 KB 37/37 KB 30/66 KB 44/86 KB 56/190 KB 84/119 KB 37/37 KB 25/66 KB 40/86 KB 56/190 KB 80/119 KB 37/37 KB 30/66 KB 44/86 KB 60/190 KB 84/119 KB 37/37 KB 30/66 KB 44/86 KB 64/190 KB 84/119 KB 37/37 KB 30/66 KB 44/86 KB 68/190 KB 84/119 KB 37/37 KB 32/66 KB 44/86 KB 72/190 KB 84/119 KB 37/37 KB 27/66 KB 44/86 KB 56/190 KB 84/119 KB 37/37 KB 27/66 KB 44/86 KB 56/190 KB 80/119 KB 37/37 KB 32/66 KB 48/86 KB 76/190 KB 88/119 KB 37/37 KB 32/66 KB 52/86 KB 76/190 KB 88/119 KB 37/37 KB 32/66 KB 44/86 KB 68/190 KB 84/119 KB 37/37 KB 32/66 KB 44/86 KB 76/190 KB 88/119 KB 37/37 KB 32/66 KB 52/86 KB 76/190 KB 92/119 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 318.6 KB/sec) unit-abot-epc-basic-0: 13:21:27 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.jar unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 36/66 KB 52/86 KB 76/190 KB 96/119 KB 40/66 KB 56/86 KB 76/190 KB 96/119 KB 37/37 KB 36/66 KB 56/86 KB 76/190 KB 96/119 KB 36/66 KB 56/86 KB 76/190 KB 96/119 KB 37/37 KB 32/66 KB 52/86 KB 76/190 KB 96/119 KB 44/66 KB 60/86 KB 80/190 KB 100/119 KB 44/66 KB 60/86 KB 80/190 KB 104/119 KB 44/66 KB 60/86 KB 80/190 KB 100/119 KB 44/66 KB 60/86 KB 80/190 KB 100/119 KB 44/66 KB 64/86 KB 80/190 KB 104/119 KB 44/66 KB 64/86 KB 84/190 KB 104/119 KB 44/66 KB 68/86 KB 88/190 KB 108/119 KB 44/66 KB 60/86 KB 80/190 KB 104/119 KB 48/66 KB 68/86 KB 92/190 KB 108/119 KB 44/66 KB 68/86 KB 84/190 KB 108/119 KB 52/66 KB 68/86 KB 92/190 KB 108/119 KB 44/66 KB 68/86 KB 84/190 KB 104/119 KB 52/66 KB 72/86 KB 92/190 KB 112/119 KB 52/66 KB 76/86 KB 92/190 KB 112/119 KB 44/66 KB 68/86 KB 92/190 KB 112/119 KB 52/66 KB 68/86 KB 92/190 KB 112/119 KB 52/66 KB 80/86 KB 96/190 KB 116/119 KB 52/66 KB 80/86 KB 96/190 KB 112/119 KB 56/66 KB 80/86 KB 96/190 KB 119/119 KB 3/26 KB 60/66 KB 80/86 KB 96/190 KB 119/119 KB 3/26 KB 64/66 KB 80/86 KB 100/190 KB 119/119 KB 3/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 52/66 KB 80/86 KB 96/190 KB 119/119 KB 3/26 KB 56/66 KB 80/86 KB 96/190 KB 119/119 KB 3/26 KB 56/66 KB 80/86 KB 96/190 KB 119/119 KB 5/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 8/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 11/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 13/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 16/26 KB 66/66 KB 80/86 KB 100/190 KB 119/119 KB 19/26 KB 66/66 KB 84/86 KB 100/190 KB 119/119 KB 3/26 KB 60/66 KB 80/86 KB 100/190 KB 119/119 KB 16/26 KB 66/66 KB 84/86 KB 100/190 KB 119/119 KB 19/26 KB 66/66 KB 86/86 KB 104/190 KB 119/119 KB 19/26 KB 66/66 KB 86/86 KB 104/190 KB 119/119 KB 19/26 KB 66/66 KB 86/86 KB 108/190 KB 119/119 KB 21/26 KB 66/66 KB 86/86 KB 112/190 KB 119/119 KB 21/26 KB 66/66 KB 86/86 KB 108/190 KB 119/119 KB 24/26 KB 66/66 KB 86/86 KB 112/190 KB 119/119 KB 26/26 KB 66/66 KB 86/86 KB 112/190 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 882.3 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 26/26 KB 66/66 KB 86/86 KB 116/190 KB 119/119 KB 26/26 KB 120/190 KB 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 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 474.7 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 615.4 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 26/26 KB 124/190 KB 26/26 KB 128/190 KB 26/26 KB 132/190 KB Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 26/26 KB 136/190 KB 26/26 KB 140/190 KB 26/26 KB 144/190 KB 26/26 KB 148/190 KB 4/324 KB 152/190 KB 4/324 KB 156/190 KB 4/324 KB 148/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 171.6 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 8/324 KB 160/190 KB 12/324 KB 160/190 KB 16/324 KB 160/190 KB 20/324 KB 160/190 KB 4/79 KB 24/324 KB 3/228 KB 160/190 KB 4/79 KB 28/324 KB 3/228 KB 160/190 KB 4/79 KB 32/324 KB 3/228 KB 160/190 KB 4/79 KB 36/324 KB 3/228 KB 160/190 KB 8/324 KB 160/190 KB 4/79 KB 3/152 KB 36/324 KB 3/228 KB 164/190 KB 4/79 KB 3/152 KB 36/324 KB 3/228 KB 160/190 KB 4/79 KB 20/324 KB 3/228 KB 160/190 KB 4/79 KB 3/152 KB 36/324 KB 6/228 KB 164/190 KB 4/79 KB 3/152 KB 36/324 KB 9/228 KB 164/190 KB 4/79 KB 20/324 KB 160/190 KB 8/79 KB 3/152 KB 36/324 KB 9/228 KB 164/190 KB 12/79 KB 3/152 KB 36/324 KB 9/228 KB 164/190 KB 16/79 KB 3/152 KB 36/324 KB 9/228 KB 164/190 KB 16/79 KB 5/152 KB 36/324 KB 9/228 KB 164/190 KB 20/79 KB 8/152 KB 36/324 KB 9/228 KB 168/190 KB 20/79 KB 5/152 KB 36/324 KB 9/228 KB 168/190 KB 24/79 KB 11/152 KB 36/324 KB 9/228 KB 168/190 KB 16/79 KB 5/152 KB 36/324 KB 9/228 KB 168/190 KB 28/79 KB 11/152 KB 36/324 KB 9/228 KB 172/190 KB 28/79 KB 11/152 KB 36/324 KB 9/228 KB 176/190 KB 28/79 KB 11/152 KB 36/324 KB 9/228 KB 180/190 KB 20/79 KB 11/152 KB 36/324 KB 9/228 KB 168/190 KB 28/79 KB 11/152 KB 36/324 KB 9/228 KB 180/190 KB 32/79 KB 11/152 KB 36/324 KB 9/228 KB 180/190 KB 32/79 KB 11/152 KB 36/324 KB 9/228 KB 184/190 KB 32/79 KB 11/152 KB 40/324 KB 9/228 KB 188/190 KB 32/79 KB 11/152 KB 40/324 KB 9/228 KB 188/190 KB 32/79 KB 11/152 KB 40/324 KB 9/228 KB 190/190 KB 32/79 KB 11/152 KB 44/324 KB 9/228 KB 190/190 KB 32/79 KB 11/152 KB 48/324 KB 9/228 KB 190/190 KB 32/79 KB 11/152 KB 52/324 KB 9/228 KB 190/190 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 1135.5 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 32/79 KB 11/152 KB 52/324 KB 11/228 KB 32/79 KB 11/152 KB 52/324 KB 14/228 KB 32/79 KB 11/152 KB 52/324 KB 16/228 KB 32/79 KB 11/152 KB 52/324 KB 19/228 KB 32/79 KB 13/152 KB 52/324 KB 22/228 KB 32/79 KB 13/152 KB 52/324 KB 25/228 KB 32/79 KB 13/152 KB 52/324 KB 27/228 KB 36/79 KB 13/152 KB 52/324 KB 30/228 KB 32/79 KB 13/152 KB 52/324 KB 19/228 KB 36/79 KB 16/152 KB 52/324 KB 30/228 KB 36/79 KB 19/152 KB 52/324 KB 30/228 KB 36/79 KB 21/152 KB 52/324 KB 30/228 KB 36/79 KB 24/152 KB 52/324 KB 30/228 KB 36/79 KB 27/152 KB 52/324 KB 32/228 KB 36/79 KB 13/152 KB 52/324 KB 27/228 KB 40/79 KB 27/152 KB 52/324 KB 32/228 KB 44/79 KB 27/152 KB 52/324 KB 32/228 KB 48/79 KB 27/152 KB 52/324 KB 32/228 KB 36/79 KB 24/152 KB 52/324 KB 32/228 KB 48/79 KB 27/152 KB 52/324 KB 36/228 KB 52/79 KB 29/152 KB 56/324 KB 40/228 KB 52/79 KB 29/152 KB 56/324 KB 36/228 KB 52/79 KB 29/152 KB 52/324 KB 36/228 KB 52/79 KB 32/152 KB 60/324 KB 44/228 KB 52/79 KB 27/152 KB 52/324 KB 36/228 KB 52/79 KB 29/152 KB 60/324 KB 44/228 KB 56/79 KB 32/152 KB 64/324 KB 44/228 KB 56/79 KB 36/152 KB 64/324 KB 44/228 KB 56/79 KB 40/152 KB 68/324 KB 44/228 KB 56/79 KB 36/152 KB 68/324 KB 44/228 KB 52/79 KB 36/152 KB 64/324 KB 44/228 KB 56/79 KB 44/152 KB 72/324 KB 48/228 KB 56/79 KB 36/152 KB 64/324 KB 44/228 KB 60/79 KB 44/152 KB 72/324 KB 48/228 KB 64/79 KB 44/152 KB 72/324 KB 48/228 KB 68/79 KB 44/152 KB 72/324 KB 48/228 KB 72/79 KB 44/152 KB 72/324 KB 52/228 KB 68/79 KB 44/152 KB 72/324 KB 52/228 KB 68/79 KB 44/152 KB 72/324 KB 52/228 KB 72/79 KB 44/152 KB 76/324 KB 56/228 KB 56/79 KB 44/152 KB 72/324 KB 52/228 KB 72/79 KB 48/152 KB 76/324 KB 56/228 KB 72/79 KB 44/152 KB 76/324 KB 52/228 KB 76/79 KB 48/152 KB 80/324 KB 56/228 KB 76/79 KB 48/152 KB 84/324 KB 60/228 KB 76/79 KB 52/152 KB 88/324 KB 60/228 KB 76/79 KB 48/152 KB 76/324 KB 56/228 KB 79/79 KB 52/152 KB 88/324 KB 60/228 KB 76/79 KB 52/152 KB 84/324 KB 60/228 KB 79/79 KB 56/152 KB 88/324 KB 60/228 KB 79/79 KB 60/152 KB 88/324 KB 60/228 KB 76/79 KB 48/152 KB 80/324 KB 60/228 KB 79/79 KB 60/152 KB 92/324 KB 64/228 KB 79/79 KB 60/152 KB 92/324 KB 68/228 KB 79/79 KB 60/152 KB 92/324 KB 72/228 KB 79/79 KB 60/152 KB 92/324 KB 60/228 KB 79/79 KB 64/152 KB 96/324 KB 76/228 KB 79/79 KB 64/152 KB 96/324 KB 76/228 KB 79/79 KB 60/152 KB 92/324 KB 76/228 KB 79/79 KB 68/152 KB 96/324 KB 80/228 KB 79/79 KB 72/152 KB 100/324 KB 80/228 KB 79/79 KB 68/152 KB 100/324 KB 80/228 KB 79/79 KB 68/152 KB 96/324 KB 80/228 KB 79/79 KB 4/32 KB 72/152 KB 104/324 KB 84/228 KB 4/32 KB 72/152 KB 104/324 KB 88/228 KB 79/79 KB 4/32 KB 72/152 KB 100/324 KB 80/228 KB 8/32 KB 72/152 KB 104/324 KB 88/228 KB 12/32 KB 72/152 KB 104/324 KB 88/228 KB 16/32 KB 72/152 KB 104/324 KB 88/228 KB 79/79 KB 4/32 KB 72/152 KB 104/324 KB 80/228 KB 16/32 KB 72/152 KB 108/324 KB 88/228 KB 16/32 KB 76/152 KB 112/324 KB 88/228 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 421.7 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 16/32 KB 76/152 KB 112/324 KB 92/228 KB 16/32 KB 76/152 KB 112/324 KB 96/228 KB 16/32 KB 76/152 KB 112/324 KB 100/228 KB 20/32 KB 76/152 KB 116/324 KB 104/228 KB 16/32 KB 76/152 KB 108/324 KB 88/228 KB 20/32 KB 80/152 KB 116/324 KB 104/228 KB 20/32 KB 84/152 KB 116/324 KB 104/228 KB 20/32 KB 76/152 KB 116/324 KB 100/228 KB 20/32 KB 76/152 KB 112/324 KB 100/228 KB 24/32 KB 88/152 KB 120/324 KB 104/228 KB 28/32 KB 88/152 KB 120/324 KB 104/228 KB 32/32 KB 88/152 KB 120/324 KB 104/228 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install 20/32 KB 88/152 KB 120/324 KB 104/228 KB 20/32 KB 88/152 KB 120/324 KB 104/228 KB 32/32 KB 92/152 KB 124/324 KB 108/228 KB 32/32 KB 88/152 KB 120/324 KB 108/228 KB 32/32 KB 92/152 KB 124/324 KB 108/228 KB 32/32 KB 96/152 KB 128/324 KB 112/228 KB 32/32 KB 96/152 KB 128/324 KB 112/228 KB 32/32 KB 96/152 KB 124/324 KB 112/228 KB 32/32 KB 100/152 KB 128/324 KB 112/228 KB 32/32 KB 104/152 KB 132/324 KB 116/228 KB 32/32 KB 100/152 KB 132/324 KB 116/228 KB 32/32 KB 108/152 KB 136/324 KB 116/228 KB 32/32 KB 100/152 KB 128/324 KB 116/228 KB 32/32 KB 108/152 KB 136/324 KB 120/228 KB 32/32 KB 108/152 KB 136/324 KB 124/228 KB 32/32 KB 108/152 KB 140/324 KB 128/228 KB 32/32 KB 108/152 KB 140/324 KB 124/228 KB 32/32 KB 108/152 KB 136/324 KB 124/228 KB 32/32 KB 112/152 KB 140/324 KB 128/228 KB 32/32 KB 112/152 KB 144/324 KB 128/228 KB 32/32 KB 116/152 KB 144/324 KB 128/228 KB 120/152 KB 148/324 KB 132/228 KB 124/152 KB 148/324 KB 132/228 KB 4/234 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 156.4 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 32/32 KB 116/152 KB 148/324 KB 132/228 KB 32/32 KB 116/152 KB 148/324 KB 128/228 KB 128/152 KB 152/324 KB 136/228 KB 4/234 KB 120/152 KB 148/324 KB 132/228 KB 4/234 KB 128/152 KB 152/324 KB 136/228 KB 8/234 KB 128/152 KB 152/324 KB 136/228 KB 12/234 KB 128/152 KB 152/324 KB 136/228 KB 16/234 KB 128/152 KB 152/324 KB 136/228 KB 20/234 KB 128/152 KB 152/324 KB 136/228 KB 4/234 KB 128/152 KB 156/324 KB 140/228 KB 20/234 KB 128/152 KB 156/324 KB 144/228 KB 20/234 KB 128/152 KB 156/324 KB 136/228 KB 20/234 KB 128/152 KB 156/324 KB 136/228 KB 20/234 KB 128/152 KB 160/324 KB 144/228 KB 20/234 KB 132/152 KB 160/324 KB 144/228 KB 20/234 KB 136/152 KB 164/324 KB 148/228 KB 24/234 KB 132/152 KB 164/324 KB 148/228 KB 24/234 KB 132/152 KB 164/324 KB 144/228 KB 24/234 KB 136/152 KB 164/324 KB 152/228 KB 28/234 KB 136/152 KB 164/324 KB 152/228 KB 32/234 KB 136/152 KB 164/324 KB 152/228 KB 36/234 KB 132/152 KB 164/324 KB 144/228 KB 20/234 KB 140/152 KB 168/324 KB 152/228 KB 36/234 KB 140/152 KB 164/324 KB 152/228 KB 36/234 KB 144/152 KB 172/324 KB 152/228 KB 36/234 KB 136/152 KB 164/324 KB 152/228 KB 24/234 KB 144/152 KB 172/324 KB 156/228 KB 36/234 KB 144/152 KB 172/324 KB 160/228 KB 36/234 KB 140/152 KB 172/324 KB 152/228 KB 36/234 KB 144/152 KB 176/324 KB 160/228 KB 36/234 KB 148/152 KB 176/324 KB 164/228 KB 36/234 KB 148/152 KB 180/324 KB 168/228 KB 40/234 KB 148/152 KB 176/324 KB 160/228 KB 36/234 KB 152/152 KB 180/324 KB 172/228 KB 40/234 KB 152/152 KB 180/324 KB 172/228 KB 40/234 KB 148/152 KB 180/324 KB 164/228 KB 40/234 KB 148/152 KB 176/324 KB 164/228 KB 40/234 KB 152/152 KB 180/324 KB 172/228 KB 44/234 KB 152/152 KB 180/324 KB 172/228 KB 48/234 KB 152/152 KB 180/324 KB 172/228 KB 52/234 KB 152/152 KB 184/324 KB 172/228 KB 56/234 KB 148/152 KB 180/324 KB 172/228 KB 40/234 KB 152/152 KB 184/324 KB 172/228 KB 52/234 KB 152/152 KB 188/324 KB 172/228 KB 56/234 KB 152/152 KB 192/324 KB 172/228 KB 56/234 KB 152/152 KB 192/324 KB 176/228 KB 56/234 KB 152/152 KB 192/324 KB 180/228 KB 56/234 KB 152/152 KB 196/324 KB 184/228 KB 60/234 KB 152/152 KB 196/324 KB 180/228 KB 60/234 KB 152/152 KB 196/324 KB 184/228 KB 64/234 KB 152/152 KB 196/324 KB 184/228 KB 68/234 KB 152/152 KB 196/324 KB 180/228 KB 56/234 KB 152/152 KB 200/324 KB 188/228 KB 68/234 KB 152/152 KB 204/324 KB 188/228 KB 68/234 KB 152/152 KB 196/324 KB 188/228 KB 68/234 KB 152/152 KB 208/324 KB 192/228 KB 68/234 KB 152/152 KB 208/324 KB 188/228 KB 68/234 KB 152/152 KB 208/324 KB 192/228 KB 72/234 KB 152/152 KB 208/324 KB 192/228 KB 76/234 KB 152/152 KB 212/324 KB 196/228 KB 80/234 KB 152/152 KB 212/324 KB 196/228 KB 84/234 KB 152/152 KB 212/324 KB 196/228 KB 76/234 KB 152/152 KB 216/324 KB 196/228 KB 88/234 KB 152/152 KB 220/324 KB 196/228 KB 88/234 KB 152/152 KB 224/324 KB 196/228 KB 88/234 KB 152/152 KB 208/324 KB 196/228 KB 76/234 KB 152/152 KB 224/324 KB 200/228 KB 88/234 KB 152/152 KB 224/324 KB 204/228 KB 88/234 KB 228/324 KB 208/228 KB 88/234 KB 228/324 KB 212/228 KB 88/234 KB 228/324 KB 216/228 KB 88/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 674.7 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 228/324 KB 204/228 KB 88/234 KB 152/152 KB 224/324 KB 204/228 KB 88/234 KB 232/324 KB 220/228 KB 92/234 KB 232/324 KB 220/228 KB 96/234 KB 232/324 KB 220/228 KB 100/234 KB 228/324 KB 220/228 KB 100/234 KB 232/324 KB 224/228 KB 100/234 KB 232/324 KB 220/228 KB 100/234 KB 236/324 KB 224/228 KB 100/234 KB 240/324 KB 224/228 KB 100/234 KB 240/324 KB 224/228 KB 104/234 KB 240/324 KB 224/228 KB 108/234 KB 244/324 KB 228/228 KB 112/234 KB 244/324 KB 228/228 KB 116/234 KB 244/324 KB 228/228 KB 108/234 KB 240/324 KB 228/228 KB 108/234 KB 248/324 KB 228/228 KB 116/234 KB 252/324 KB 228/228 KB 116/234 KB 256/324 KB 228/228 KB 116/234 KB 256/324 KB 228/228 KB 120/234 KB 256/324 KB 228/228 KB 124/234 KB 260/324 KB 228/228 KB 128/234 KB 260/324 KB 228/228 KB 132/234 KB 260/324 KB 136/234 KB 260/324 KB 228/228 KB 124/234 KB 264/324 KB 140/234 KB 268/324 KB 140/234 KB 272/324 KB 140/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 963.2 KB/sec) unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 276/324 KB 140/234 KB 280/324 KB 140/234 KB 284/324 KB 140/234 KB 288/324 KB 140/234 KB 260/324 KB 140/234 KB 288/324 KB 144/234 KB 288/324 KB 148/234 KB 288/324 KB 152/234 KB 288/324 KB 156/234 KB 288/324 KB 160/234 KB 288/324 KB 164/234 KB 292/324 KB 168/234 KB 292/324 KB 172/234 KB 292/324 KB 176/234 KB 292/324 KB 180/234 KB 292/324 KB 184/234 KB 292/324 KB 164/234 KB 296/324 KB 184/234 KB 300/324 KB 184/234 KB 304/324 KB 184/234 KB 308/324 KB 184/234 KB 312/324 KB 184/234 KB 316/324 KB 184/234 KB 320/324 KB 184/234 KB 320/324 KB 188/234 KB 320/324 KB 192/234 KB 324/324 KB 192/234 KB 324/324 KB 192/234 KB 324/324 KB 196/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 Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1290.6 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install 216/234 KB 220/234 KB 224/234 KB 228/234 KB 232/234 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 890.7 KB/sec) unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:27 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: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2384977153072069764.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: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.779 s unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-03T13:21:27+00:00 unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-abot-epc-basic-0: 13:21:27 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 13:21:27 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 13:21:28 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:29 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 13:21:29 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-abot-epc-basic-0: 13:21:30 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: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4274658939318157827.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.pom unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.681 s unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-03T13:21:30+00:00 unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:30 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 13:21:30 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 13:21:31 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 13:21:31 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 13:21:31 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 13:21:31 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 13:21:31 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-epc-0: 13:21:32 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 13:21:32 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-abot-epc-basic-0: 13:21:32 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: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4488119180719109580.pom to /root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.pom unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.689 s unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-03T13:21:32+00:00 unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 13:21:32 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 13:21:32 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for getline... yes unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 13:21:33 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 13:21:33 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: 13:21:33 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: 13:21:33 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 13:21:33 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-abot-epc-basic-0: 13:21:34 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-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 56.3MB/s eta 0:00:01  17% |##### | 20kB 4.6MB/s eta 0:00:01  25% |######## | 30kB 6.5MB/s eta 0:00:01  34% |########## | 40kB 4.2MB/s eta 0:00:01  42% |############# | 51kB 5.1MB/s eta 0:00:01  51% |################ | 61kB 6.0MB/s eta 0:00:01  59% |################### | 71kB 6.9MB/s eta 0:00:01  68% |##################### | 81kB 5.6MB/s eta 0:00:01  76% |######################## | 92kB 6.2MB/s eta 0:00:01  85% |########################### | 102kB 6.7MB/s eta 0:00:01  93% |############################## | 112kB 6.7MB/s eta 0:00:01  100% |################################| 122kB 5.6MB/s unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-abot-epc-basic-0: 13:21:34 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-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 5.9MB/s eta 0:00:01  17% |##### | 20kB 10.2MB/s eta 0:00:01  26% |######## | 30kB 14.0MB/s eta 0:00:01  34% |########### | 40kB 17.2MB/s eta 0:00:01  43% |############# | 51kB 19.9MB/s eta 0:00:01  52% |################ | 61kB 22.3MB/s eta 0:00:01  60% |################### | 71kB 24.4MB/s eta 0:00:01  69% |###################### | 81kB 26.2MB/s eta 0:00:01  78% |######################## | 92kB 28.0MB/s eta 0:00:01  86% |########################### | 102kB 29.5MB/s eta 0:00:01  95% |############################## | 112kB 53.4MB/s eta 0:00:01  100% |################################| 122kB 11.5MB/s unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-abot-epc-basic-0: 13:21:34 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-abot-epc-basic-0: 13:21: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: 13:21:34 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 13:21:34 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 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-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 50.5MB/s eta 0:00:01  22% |####### | 20kB 2.3MB/s eta 0:00:01  33% |########## | 30kB 3.3MB/s eta 0:00:01  44% |############## | 40kB 4.2MB/s eta 0:00:01  56% |################# | 51kB 5.1MB/s eta 0:00:01  67% |##################### | 61kB 6.0MB/s eta 0:00:01  78% |######################### | 71kB 6.9MB/s eta 0:00:01  89% |############################ | 81kB 7.7MB/s eta 0:00:01  100% |################################| 92kB 4.5MB/s unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 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: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 89.1MB/s eta 0:00:01  16% |##### | 20kB 54.9MB/s eta 0:00:01  24% |####### | 30kB 55.3MB/s eta 0:00:01  32% |########## | 40kB 55.3MB/s eta 0:00:01  40% |############ | 51kB 55.5MB/s eta 0:00:01  48% |############### | 61kB 55.5MB/s eta 0:00:01  56% |################## | 71kB 55.0MB/s eta 0:00:01  64% |#################### | 81kB 54.9MB/s eta 0:00:01  72% |####################### | 92kB 55.9MB/s eta 0:00:01  81% |######################### | 102kB 24.5MB/s eta 0:00:01  89% |############################ | 112kB 23.9MB/s eta 0:00:01  97% |############################### | 122kB 24.2MB/s eta 0:00:01  100% |################################| 133kB 8.7MB/s unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 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-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 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-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 60.9MB/s eta 0:00:01  6% |## | 20kB 50.2MB/s eta 0:00:01  9% |### | 30kB 52.3MB/s eta 0:00:01  12% |#### | 40kB 50.8MB/s eta 0:00:01  15% |##### | 51kB 51.0MB/s eta 0:00:01  19% |###### | 61kB 52.1MB/s eta 0:00:01  22% |####### | 71kB 51.9MB/s eta 0:00:01  25% |######## | 81kB 52.8MB/s eta 0:00:01  28% |######### | 92kB 52.4MB/s eta 0:00:01  31% |########## | 102kB 52.3MB/s eta 0:00:01  34% |########### | 112kB 52.3MB/s eta 0:00:01  38% |############ | 122kB 53.7MB/s eta 0:00:01  41% |############# | 133kB 26.5MB/s eta 0:00:01  44% |############## | 143kB 25.7MB/s eta 0:00:01  47% |############### | 153kB 24.7MB/s eta 0:00:01  50% |################ | 163kB 23.9MB/s eta 0:00:01  53% |################# | 174kB 23.6MB/s eta 0:00:01  57% |################## | 184kB 23.4MB/s eta 0:00:01  60% |################### | 194kB 23.5MB/s eta 0:00:01  63% |#################### | 204kB 23.5MB/s eta 0:00:01  66% |##################### | 215kB 23.3MB/s eta 0:00:01  69% |###################### | 225kB 23.2MB/s eta 0:00:01  72% |####################### | 235kB 41.1MB/s eta 0:00:01  76% |######################## | 245kB 44.4MB/s eta 0:00:01  79% |######################### | 256kB 48.0MB/s eta 0:00:01  82% |########################## | 266kB 50.9MB/s eta 0:00:01  85% |########################### | 276kB 52.9MB/s eta 0:00:01  88% |############################ | 286kB 53.1MB/s eta 0:00:01  91% |############################# | 296kB 52.4MB/s eta 0:00:01  95% |############################## | 307kB 47.6MB/s eta 0:00:01  98% |############################### | 317kB 47.3MB/s eta 0:00:01  100% |################################| 327kB 4.8MB/s unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-abot-epc-basic-0: 13:21:35 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: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 73.2MB/s eta 0:00:01  25% |######## | 20kB 54.1MB/s eta 0:00:01  37% |############ | 30kB 54.7MB/s eta 0:00:01  50% |################ | 40kB 55.0MB/s eta 0:00:01  62% |#################### | 51kB 53.8MB/s eta 0:00:01  75% |######################## | 61kB 55.0MB/s eta 0:00:01  88% |############################ | 71kB 54.8MB/s eta 0:00:01  100% |################################| 81kB 13.4MB/s unit-abot-epc-basic-0: 13:21:35 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 13:21:35 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-abot-epc-basic-0: 13:21:36 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-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-abot-epc-basic-0: 13:21:36 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-abot-epc-basic-0: 13:21:36 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-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-abot-epc-basic-0: 13:21:36 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: 13:21:36 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-abot-epc-basic-0: 13:21:36 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 13:21:36 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7d/66/f2676324158d591e4a920e71d60fc9301a035f5e39c520cf2ad766712c83/beautifulsoup4-4.7.0-py2-none-any.whl (94kB) unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install [?25l  10% |### | 10kB 19.5MB/s eta 0:00:01  21% |###### | 20kB 3.6MB/s eta 0:00:01  32% |########## | 30kB 5.2MB/s eta 0:00:01  43% |############# | 40kB 3.8MB/s eta 0:00:01  54% |################# | 51kB 4.6MB/s eta 0:00:01  64% |#################### | 61kB 5.4MB/s eta 0:00:01  75% |######################## | 71kB 6.2MB/s eta 0:00:01  86% |########################### | 81kB 7.0MB/s eta 0:00:01  97% |############################### | 92kB 5.8MB/s eta 0:00:01  100% |################################| 102kB 4.7MB/s unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install [?25hCollecting soupsieve>=1.2 (from beautifulsoup4->bs4) unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/2b/a7/270b8454ebb48dd834031aea54004a4934e057677694624e7425ee0d9e10/soupsieve-1.6.1-py2.py3-none-any.whl unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Collecting backports.functools-lru-cache; python_version < "3" (from soupsieve>=1.2->beautifulsoup4->bs4) unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/03/8e/2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48/backports.functools_lru_cache-1.5-py2.py3-none-any.whl unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: bs4 unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 13:21:37 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Installing collected packages: backports.functools-lru-cache, soupsieve, beautifulsoup4, bs4 unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Successfully installed backports.functools-lru-cache-1.5 beautifulsoup4-4.7.0 bs4-0.0.1 soupsieve-1.6.1 unit-abot-epc-basic-0: 13:21:37 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: 13:21:37 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 13:21:37 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 13:21:38 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-abot-epc-basic-0: 13:21:39 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-abot-epc-basic-0: 13:21:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:39 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:21:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 13:21:39 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.4 KB/sec) unit-abot-epc-basic-0: 13:21:40 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-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 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 352.7 KB/sec) unit-abot-epc-basic-0: 13:21:40 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-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 811.7 KB/sec) unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 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 521.9 KB/sec) unit-abot-epc-basic-0: 13:21:40 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-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 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/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 766.4 KB/sec) unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:40 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 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: 13:21:40 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 94.7 KB/sec) unit-oai-hss-0: 13:21:40 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-abot-epc-basic-0: 13:21:40 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: 13:21:40 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 519.7 KB/sec) unit-abot-epc-basic-0: 13:21:40 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/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: 13:21:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 159.5 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 283.7 KB/sec) unit-abot-epc-basic-0: 13:21:41 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: 13:21: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/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 429.6 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21: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/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 510.4 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 448.5 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 2830.4 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 112.0 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 85.0 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 141.7 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 103.6 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 486.6 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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 87.9 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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 134.8 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 78.5 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 118.5 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 126.7 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 130.2 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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.6/plexus-2.0.6.pom (17 KB at 962.9 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 49.2 KB/sec) unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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 255.7 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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 415.3 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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 506.6 KB/sec) unit-abot-epc-basic-0: 13:21:41 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-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 9/114 KB 11/114 KB 14/114 KB 3/48 KB 16/114 KB 3/48 KB 19/114 KB 3/48 KB 22/114 KB 3/48 KB 25/114 KB 3/48 KB 14/114 KB 6/48 KB 25/114 KB 6/48 KB 27/114 KB 6/48 KB 30/114 KB 9/48 KB 32/114 KB 9/48 KB 36/114 KB 9/48 KB 40/114 KB 9/48 KB 30/114 KB 11/48 KB 44/114 KB 14/48 KB 44/114 KB 16/48 KB 44/114 KB 19/48 KB 44/114 KB 22/48 KB 44/114 KB 22/48 KB 44/114 KB 25/48 KB 48/114 KB 25/48 KB 44/114 KB 27/48 KB 52/114 KB 30/48 KB 52/114 KB 32/48 KB 52/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 25/48 KB 52/114 KB 32/48 KB 56/114 KB 32/48 KB 60/114 KB 32/48 KB 64/114 KB 32/48 KB 68/114 KB 36/48 KB 72/114 KB 36/48 KB 76/114 KB 36/48 KB 68/114 KB 40/48 KB 80/114 KB 44/48 KB 80/114 KB 48/48 KB 80/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 36/48 KB 80/114 KB 48/48 KB 84/114 KB 48/48 KB 88/114 KB 48/48 KB 92/114 KB 48/48 KB 96/114 KB 48/48 KB 100/114 KB 48/48 KB 104/114 KB 4/85 KB 3/35 KB 48/48 KB 108/114 KB 4/85 KB 48/48 KB 104/114 KB 4/85 KB 3/35 KB 48/48 KB 104/114 KB 4/85 KB 3/35 KB 48/48 KB 112/114 KB 8/85 KB 3/35 KB 48/48 KB 112/114 KB 12/85 KB 3/35 KB 48/48 KB 112/114 KB 16/85 KB 6/35 KB 48/48 KB 114/114 KB 12/85 KB 6/35 KB 48/48 KB 114/114 KB 12/85 KB 3/35 KB 48/48 KB 114/114 KB 16/85 KB 9/35 KB 48/48 KB 114/114 KB 16/85 KB 11/35 KB 48/48 KB 114/114 KB 16/85 KB 11/35 KB 3/29 KB 48/48 KB 114/114 KB 20/85 KB 14/35 KB 5/29 KB 48/48 KB 114/114 KB 20/85 KB 14/35 KB 3/29 KB 48/48 KB 114/114 KB 20/85 KB 11/35 KB 3/29 KB 48/48 KB 114/114 KB 24/85 KB 14/35 KB 5/29 KB 48/48 KB 114/114 KB 28/85 KB 14/35 KB 5/29 KB 48/48 KB 114/114 KB 28/85 KB 16/35 KB 5/29 KB 48/48 KB 114/114 KB 32/85 KB 16/35 KB 5/29 KB 48/48 KB 114/114 KB 32/85 KB 19/35 KB 5/29 KB 48/48 KB 114/114 KB 32/85 KB 22/35 KB 8/29 KB 48/48 KB 114/114 KB 36/85 KB 25/35 KB 8/29 KB 32/85 KB 19/35 KB 8/29 KB 48/48 KB 114/114 KB 36/85 KB 25/35 KB 11/29 KB 36/85 KB 25/35 KB 13/29 KB 36/85 KB 22/35 KB 8/29 KB 40/85 KB 27/35 KB 13/29 KB 40/85 KB 30/35 KB 16/29 KB 40/85 KB 32/35 KB 16/29 KB 40/85 KB 35/35 KB 16/29 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 2062.9 KB/sec) unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install 40/85 KB 27/35 KB 16/29 KB 40/85 KB 27/35 KB 13/29 KB 44/85 KB 35/35 KB 16/29 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 871.8 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 48/85 KB 35/35 KB 16/29 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 48/85 KB 35/35 KB 19/29 KB 52/85 KB 35/35 KB 19/29 KB 56/85 KB 35/35 KB 21/29 KB 52/85 KB 35/35 KB 21/29 KB 56/85 KB 35/35 KB 24/29 KB 56/85 KB 35/35 KB 27/29 KB 60/85 KB 35/35 KB 27/29 KB 64/85 KB 35/35 KB 29/29 KB 64/85 KB 35/35 KB 27/29 KB 64/85 KB 35/35 KB 29/29 KB 3/56 KB 64/85 KB 35/35 KB 29/29 KB 6/56 KB 64/85 KB 35/35 KB 29/29 KB 9/56 KB 68/85 KB 35/35 KB 29/29 KB 11/56 KB 68/85 KB 35/35 KB 29/29 KB 9/56 KB 72/85 KB 35/35 KB 29/29 KB 11/56 KB 76/85 KB 35/35 KB 29/29 KB 11/56 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 555.1 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 76/85 KB 35/35 KB 29/29 KB 14/56 KB 3/24 KB 80/85 KB 29/29 KB 14/56 KB 5/24 KB 80/85 KB 29/29 KB 14/56 KB 8/24 KB 80/85 KB 29/29 KB 14/56 KB 11/24 KB 80/85 KB 29/29 KB 14/56 KB 3/24 KB 76/85 KB 35/35 KB 29/29 KB 14/56 KB 3/24 KB 80/85 KB 29/29 KB 14/56 KB 13/24 KB 84/85 KB 29/29 KB 16/56 KB 13/24 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 448.3 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 84/85 KB 29/29 KB 14/56 KB 13/24 KB 85/85 KB 19/56 KB 16/24 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install 84/85 KB 19/56 KB 16/24 KB 84/85 KB 16/56 KB 16/24 KB 85/85 KB 19/56 KB 19/24 KB 85/85 KB 22/56 KB 19/24 KB 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install 85/85 KB 22/56 KB 21/24 KB 85/85 KB 22/56 KB 24/24 KB 85/85 KB 25/56 KB 24/24 KB 85/85 KB 27/56 KB 24/24 KB 85/85 KB 27/56 KB 24/24 KB 85/85 KB 30/56 KB 24/24 KB 85/85 KB 32/56 KB 24/24 KB 85/85 KB 36/56 KB 24/24 KB 85/85 KB 40/56 KB 24/24 KB 85/85 KB 44/56 KB 24/24 KB 85/85 KB 48/56 KB 24/24 KB 4/86 KB 85/85 KB 48/56 KB 24/24 KB 8/86 KB 48/56 KB 24/24 KB 8/86 KB 48/56 KB 24/24 KB 3/218 KB 12/86 KB 48/56 KB 24/24 KB 5/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1622.4 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 12/86 KB 48/56 KB 24/24 KB 3/218 KB 16/86 KB 48/56 KB 5/218 KB 20/86 KB 48/56 KB 5/218 KB 24/86 KB 52/56 KB 8/218 KB 28/86 KB 52/56 KB 8/218 KB 32/86 KB 52/56 KB 8/218 KB 36/86 KB 52/56 KB 8/218 KB 40/86 KB 52/56 KB 8/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 426.8 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 20/86 KB 52/56 KB 8/218 KB 40/86 KB 56/56 KB 8/218 KB 20/86 KB 48/56 KB 8/218 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 40/86 KB 56/56 KB 11/218 KB 40/86 KB 56/56 KB 13/218 KB 40/86 KB 56/56 KB 16/218 KB 40/86 KB 56/56 KB 19/218 KB 40/86 KB 56/56 KB 21/218 KB 44/86 KB 56/56 KB 21/218 KB 48/86 KB 56/56 KB 24/218 KB 48/86 KB 56/56 KB 21/218 KB 52/86 KB 56/56 KB 24/218 KB 56/86 KB 56/56 KB 27/218 KB 52/86 KB 56/56 KB 27/218 KB 60/86 KB 56/56 KB 29/218 KB 60/86 KB 56/56 KB 32/218 KB 60/86 KB 56/56 KB 32/218 KB 64/86 KB 56/56 KB 32/218 KB 4/12 KB 68/86 KB 32/218 KB 4/12 KB 72/86 KB 32/218 KB 4/12 KB 64/86 KB 32/218 KB 8/12 KB 76/86 KB 32/218 KB 12/12 KB 76/86 KB 32/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 735.8 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 4/12 KB 76/86 KB 32/218 KB 12/12 KB 80/86 KB 32/218 KB 12/12 KB 84/86 KB 32/218 KB 12/12 KB 86/86 KB 32/218 KB 12/12 KB 86/86 KB 36/218 KB 12/12 KB 86/86 KB 40/218 KB 12/12 KB 86/86 KB 44/218 KB 12/12 KB 86/86 KB 48/218 KB 12/12 KB 86/86 KB 52/218 KB 12/12 KB 86/86 KB 56/218 KB 12/12 KB 86/86 KB 60/218 KB 12/12 KB 86/86 KB 64/218 KB 12/12 KB 86/86 KB 68/218 KB 12/12 KB 86/86 KB 72/218 KB 12/12 KB 86/86 KB 76/218 KB 12/12 KB 86/86 KB 80/218 KB 12/12 KB 86/86 KB 84/218 KB 12/12 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 141.2 KB/sec) unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 1027.9 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install 100/218 KB 104/218 KB 108/218 KB 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 2056.0 KB/sec) unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall904412795857390337.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7724266852377030711.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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6742895925860099914.pom to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.pom unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2167626399734325386.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8064990197648525889.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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:41 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: 13:21:41 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: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7316309500694090922.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-oai-hss-0: 13:21:41 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.267 s unit-abot-epc-basic-0: 13:21:41 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-03T13:21:41+00:00 unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-abot-epc-basic-0: 13:21:42 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 13:21:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 13:21:42 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 13:21:43 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: 13:21:43 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-abot-epc-basic-0: 13:21:43 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 13:21:43 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-abot-epc-basic-0: 13:21:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:21:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:21:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:21:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 13:21:44 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: 13:21:44 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: 13:21:44 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 13:21:44 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: 13:21:44 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-abot-epc-basic-0: 13:21:44 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-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 13:21:44 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: 13:21:44 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 13:21:44 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: 13:21:44 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: 13:21:44 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 13:21:44 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: 13:21:44 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-abot-epc-basic-0: 13:21:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 15.9 KB/sec) unit-oai-hss-0: 13:21:44 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-abot-epc-basic-0: 13:21:44 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: 13:21:45 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 427.7 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-abot-epc-basic-0: 13:21:45 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: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 1075.8 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 13:21:45 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 482.1 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-abot-epc-basic-0: 13:21:45 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 960.9 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 455.3 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-abot-epc-basic-0: 13:21:45 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 1269.8 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-abot-epc-basic-0: 13:21:45 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: 13:21:45 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 258.7 KB/sec) unit-abot-epc-basic-0: 13:21:45 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: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 667.4 KB/sec) unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-abot-epc-basic-0: 13:21:45 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 1339.7 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 683.5 KB/sec) unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 8/38 KB 11/38 KB 13/38 KB 16/38 KB 19/38 KB 21/38 KB 24/38 KB 27/38 KB 29/38 KB 32/38 KB 35/38 KB 37/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1209.8 KB/sec) unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 335.1 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-abot-epc-basic-0: 13:21:45 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 1145.7 KB/sec) unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-abot-epc-basic-0: 13:21:45 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom (7 KB at 71.0 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-abot-epc-basic-0: 13:21:45 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 277.1 KB/sec) unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-abot-epc-basic-0: 13:21:45 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 367.1 KB/sec) unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-abot-epc-basic-0: 13:21:45 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-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 13:21:45 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-abot-epc-basic-0: 13:21:46 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: 13:21:46 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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: 13:21:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-abot-epc-basic-0: 13:21:46 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: 13:21: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/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 509.1 KB/sec) unit-abot-epc-basic-0: 13:21:46 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: 13:21:46 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-abot-epc-basic-0: 13:21:46 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: 13:21:46 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 277.5 KB/sec) unit-abot-epc-basic-0: 13:21:46 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: 13:21:46 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-abot-epc-basic-0: 13:21:46 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-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-abot-epc-basic-0: 13:21:46 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 257.8 KB/sec) unit-abot-epc-basic-0: 13:21:46 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: 13:21:46 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 13:21:46 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-abot-epc-basic-0: 13:21:47 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-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-abot-epc-basic-0: 13:21:47 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 208.7 KB/sec) unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-abot-epc-basic-0: 13:21:47 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 1527.1 KB/sec) unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Jan 3 13:16 /dev/zero unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-abot-epc-basic-0: 13:21:47 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 241.9 KB/sec) unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 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 211.4 KB/sec) unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-abot-epc-basic-0: 13:21:47 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: 13:21:47 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 13:21:47 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-abot-epc-basic-0: 13:21:48 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: 13:21:48 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 176.4 KB/sec) unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-abot-epc-basic-0: 13:21:48 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-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-abot-epc-basic-0: 13:21:48 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 240.3 KB/sec) unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 134.7 KB/sec) unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for uname... yes unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-abot-epc-basic-0: 13:21:48 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 49.9 KB/sec) unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 13:21:48 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-abot-epc-basic-0: 13:21:48 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: 13:21:48 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 120.4 KB/sec) unit-abot-epc-basic-0: 13:21:48 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-abot-epc-basic-0: 13:21:49 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-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-abot-epc-basic-0: 13:21:49 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 158.0 KB/sec) unit-abot-epc-basic-0: 13:21:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 13:21:49 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-abot-epc-basic-0: 13:21:50 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-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-abot-epc-basic-0: 13:21:50 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 58.2 KB/sec) unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-abot-epc-basic-0: 13:21:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-abot-epc-basic-0: 13:21:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-abot-epc-basic-0: 13:21:50 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 719.3 KB/sec) unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-abot-epc-basic-0: 13:21:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:21:50 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 13:21:50 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: 13:21:50 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 564.5 KB/sec) unit-abot-epc-basic-0: 13:21:50 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: 13:21:50 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: 13:21:50 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1871.3 KB/sec) unit-abot-epc-basic-0: 13:21:50 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: 13:21:50 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: 13:21:50 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 931.5 KB/sec) unit-abot-epc-basic-0: 13:21:50 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: 13:21:50 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: 13:21:50 DEBUG unit.abot-epc-basic/0.install 4/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 670.4 KB/sec) unit-abot-epc-basic-0: 13:21:50 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: 13:21:51 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: 13:21:51 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 262.5 KB/sec) unit-abot-epc-basic-0: 13:21:51 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: 13:21:51 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: 13:21:51 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 205.6 KB/sec) unit-abot-epc-basic-0: 13:21:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-abot-epc-basic-0: 13:21:51 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: 13:21:51 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 135.1 KB/sec) unit-abot-epc-basic-0: 13:21:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 13:21:51 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-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install make all-recursive unit-abot-epc-basic-0: 13:21:51 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 694.7 KB/sec) unit-abot-epc-basic-0: 13:21:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN stdio.h unit-abot-epc-basic-0: 13:21:51 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-abot-epc-basic-0: 13:21:51 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 1707.2 KB/sec) unit-oai-hss-0: 13:21:51 DEBUG unit.oai-hss/0.install GEN string.h unit-abot-epc-basic-0: 13:21:51 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make all-recursive unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install Making all in . unit-abot-epc-basic-0: 13:21:52 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 272.9 KB/sec) unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 13:21:52 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 127.3 KB/sec) unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-abot-epc-basic-0: 13:21:52 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: 13:21:52 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 23.6 KB/sec) unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-abot-epc-basic-0: 13:21:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 13:21:52 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 162.8 KB/sec) unit-abot-epc-basic-0: 13:21:52 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-oai-hss-0: 13:21:52 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-abot-epc-basic-0: 13:21:53 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: 13:21:53 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 76.5 KB/sec) unit-abot-epc-basic-0: 13:21:53 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-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 13:21:53 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-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-abot-epc-basic-0: 13:21:53 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 263.9 KB/sec) unit-abot-epc-basic-0: 13:21:53 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: 13:21:53 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: 13:21:53 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 13:21:53 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: 13:21:53 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: 13:21:53 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 527.7 KB/sec) unit-abot-epc-basic-0: 13:21:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-abot-epc-basic-0: 13:21:53 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: 13:21:53 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/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 576.7 KB/sec) unit-abot-epc-basic-0: 13:21:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-oai-hss-0: 13:21:53 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-abot-epc-basic-0: 13:21:54 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-abot-epc-basic-0: 13:21:54 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 274.4 KB/sec) unit-abot-epc-basic-0: 13:21:54 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-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-abot-epc-basic-0: 13:21:54 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: 13:21:54 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 1326.6 KB/sec) unit-abot-epc-basic-0: 13:21:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-abot-epc-basic-0: 13:21:54 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: 13:21:54 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 2592.2 KB/sec) unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-abot-epc-basic-0: 13:21:54 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-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC read-file.lo unit-abot-epc-basic-0: 13:21:54 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: 13:21:54 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 110.8 KB/sec) unit-abot-epc-basic-0: 13:21:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC sockets.lo unit-abot-epc-basic-0: 13:21:54 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: 13:21:54 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom (8 KB at 377.8 KB/sec) unit-abot-epc-basic-0: 13:21:54 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-oai-hss-0: 13:21:54 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC timespec.lo unit-abot-epc-basic-0: 13:21:55 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: 13:21:55 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 37.8 KB/sec) unit-abot-epc-basic-0: 13:21:55 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-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC unistd.lo unit-abot-epc-basic-0: 13:21:55 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: 13:21:55 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 131.3 KB/sec) unit-abot-epc-basic-0: 13:21:55 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-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC xsize.lo unit-abot-epc-basic-0: 13:21:55 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: 13:21:55 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 701.0 KB/sec) unit-abot-epc-basic-0: 13:21:55 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-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-abot-epc-basic-0: 13:21:55 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: 13:21:55 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 80.4 KB/sec) unit-abot-epc-basic-0: 13:21:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC getopt.lo unit-abot-epc-basic-0: 13:21:55 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-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-abot-epc-basic-0: 13:21:55 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 63.8 KB/sec) unit-abot-epc-basic-0: 13:21:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 13:21:55 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-abot-epc-basic-0: 13:21:56 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: 13:21:56 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: 13:21:56 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-oai-hss-0: 13:21:56 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 13:21:56 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-abot-epc-basic-0: 13:21:56 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: 13:21:56 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/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: 13:21:56 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: 13:21:56 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: 13:21:56 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 427.7 KB/sec) unit-abot-epc-basic-0: 13:21:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.pom unit-oai-hss-0: 13:21:56 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-abot-epc-basic-0: 13:21:56 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: 13:21:56 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 247.4 KB/sec) unit-abot-epc-basic-0: 13:21:56 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: 13:21:56 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: 13:21:56 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: 13:21:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-oai-hss-0: 13:21:56 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 13:21:56 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-abot-epc-basic-0: 13:21:56 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: 13:21:56 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 286.5 KB/sec) unit-abot-epc-basic-0: 13:21:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-abot-epc-basic-0: 13:21:57 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: 13:21:57 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 512.4 KB/sec) unit-abot-epc-basic-0: 13:21:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-abot-epc-basic-0: 13:21:57 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: 13:21:57 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 962.9 KB/sec) unit-abot-epc-basic-0: 13:21:57 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: 13:21:57 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: 13:21:57 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 885.1 KB/sec) unit-abot-epc-basic-0: 13:21:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 13:21:57 DEBUG unit.oai-hss/0.install CC crl.lo unit-abot-epc-basic-0: 13:21:57 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: 13:21:57 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: 13:21:57 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: 13:21:57 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: 13:21:57 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 139.5 KB/sec) unit-abot-epc-basic-0: 13:21:57 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: 13:21:57 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: 13:21: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.7/jackson-core-2.8.7.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 13:21:57 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: 13:21:58 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: 13:21:58 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: 13:21:58 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: 13:21:58 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: 13:21:58 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 958.9 KB/sec) unit-abot-epc-basic-0: 13:21:58 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: 13:21:58 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: 13:21:58 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 548.4 KB/sec) unit-abot-epc-basic-0: 13:21:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-oai-hss-0: 13:21:58 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-abot-epc-basic-0: 13:21:58 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: 13:21:58 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 265.8 KB/sec) unit-abot-epc-basic-0: 13:21:58 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: 13:21:58 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: 13:21:58 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 60.6 KB/sec) unit-abot-epc-basic-0: 13:21:58 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-oai-hss-0: 13:21:58 DEBUG unit.oai-hss/0.install CC crq.lo unit-abot-epc-basic-0: 13:21:58 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: 13:21:59 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 76.3 KB/sec) unit-abot-epc-basic-0: 13:21:59 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-oai-hss-0: 13:21:59 DEBUG unit.oai-hss/0.install CC dn.lo unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 114.5 KB/sec) unit-abot-epc-basic-0: 13:21:59 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-oai-hss-0: 13:21:59 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom (2 KB at 81.2 KB/sec) unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 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: 13:21:59 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 72.3 KB/sec) unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 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: 13:21:59 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 95.0 KB/sec) unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 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: 13:21:59 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 378.5 KB/sec) unit-abot-epc-basic-0: 13:21:59 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: 13:21:59 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: 13:21:59 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 128.9 KB/sec) unit-abot-epc-basic-0: 13:21:59 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: 13:22:00 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: 13:22:00 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 13:22:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-oai-hss-0: 13:22:00 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 13:22:00 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: 13:22:00 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 1321.7 KB/sec) unit-abot-epc-basic-0: 13:22:00 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: 13:22:00 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: 13:22:00 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 193.6 KB/sec) unit-abot-epc-basic-0: 13:22:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom unit-oai-hss-0: 13:22:00 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 13:22:00 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: 13:22:00 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 942.0 KB/sec) unit-abot-epc-basic-0: 13:22:00 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-oai-hss-0: 13:22:01 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 13:22:01 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 13:22:01 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: 13:22:01 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 22.1 KB/sec) unit-abot-epc-basic-0: 13:22:01 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: 13:22:01 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: 13:22:01 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 411.1 KB/sec) unit-abot-epc-basic-0: 13:22:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-oai-hss-0: 13:22:01 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-abot-epc-basic-0: 13:22:01 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: 13:22:01 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 88.7 KB/sec) unit-abot-epc-basic-0: 13:22:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-oai-hss-0: 13:22:01 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-abot-epc-basic-0: 13:22:01 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: 13:22:01 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 447.1 KB/sec) unit-abot-epc-basic-0: 13:22:01 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: 13:22:01 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: 13:22:01 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 175.1 KB/sec) unit-abot-epc-basic-0: 13:22:01 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: 13:22:02 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: 13:22:02 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 501.2 KB/sec) unit-abot-epc-basic-0: 13:22:02 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: 13:22:02 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: 13:22:02 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 132.0 KB/sec) unit-abot-epc-basic-0: 13:22:02 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-oai-hss-0: 13:22:02 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-abot-epc-basic-0: 13:22:02 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: 13:22:02 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/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 565.2 KB/sec) unit-abot-epc-basic-0: 13:22:02 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: 13:22:02 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: 13:22:02 DEBUG unit.abot-epc-basic/0.install 3/27 KB 5/27 KB 8/27 KB 11/27 KB 13/27 KB 16/27 KB 19/27 KB 21/27 KB 24/27 KB 27/27 KB 27/27 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 KB at 1266.9 KB/sec) unit-oai-hss-0: 13:22:02 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 13:22:02 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: 13:22:02 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: 13:22:02 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 363.4 KB/sec) unit-abot-epc-basic-0: 13:22:02 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: 13:22:03 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: 13:22:03 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 883.7 KB/sec) unit-abot-epc-basic-0: 13:22:03 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: 13:22:03 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: 13:22:03 DEBUG unit.abot-epc-basic/0.install 3/18 KB 5/18 KB 8/18 KB 11/18 KB 13/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 943.3 KB/sec) unit-abot-epc-basic-0: 13:22:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-oai-hss-0: 13:22:03 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-abot-epc-basic-0: 13:22:03 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: 13:22:03 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 2880.8 KB/sec) unit-abot-epc-basic-0: 13:22:03 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: 13:22:03 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: 13:22:03 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom (5 KB at 212.4 KB/sec) unit-abot-epc-basic-0: 13:22:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-oai-hss-0: 13:22:03 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-abot-epc-basic-0: 13:22:04 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: 13:22:04 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 53.8 KB/sec) unit-abot-epc-basic-0: 13:22:04 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-oai-hss-0: 13:22:04 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-abot-epc-basic-0: 13:22:04 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: 13:22:04 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 1654.8 KB/sec) unit-abot-epc-basic-0: 13:22:04 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: 13:22:04 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: 13:22:04 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: 13:22:04 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-oai-hss-0: 13:22:04 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 13:22:04 DEBUG unit.oai-hss/0.install CC verify.lo unit-abot-epc-basic-0: 13:22:04 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: 13:22:04 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.3/cucumber-core-1.2.3.pom (4 KB at 282.6 KB/sec) unit-abot-epc-basic-0: 13:22:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-oai-hss-0: 13:22:04 DEBUG unit.oai-hss/0.install CC x509.lo unit-abot-epc-basic-0: 13:22:05 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 2.3 KB/sec) unit-abot-epc-basic-0: 13:22:05 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: 13:22:05 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: 13:22:05 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 499.0 KB/sec) unit-abot-epc-basic-0: 13:22:05 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: 13:22:05 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: 13:22:05 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 560.7 KB/sec) unit-abot-epc-basic-0: 13:22:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-oai-hss-0: 13:22:05 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-abot-epc-basic-0: 13:22:05 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: 13:22: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/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 757.3 KB/sec) unit-abot-epc-basic-0: 13:22:05 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: 13:22:05 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: 13:22:05 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 763.2 KB/sec) unit-abot-epc-basic-0: 13:22:05 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: 13:22:05 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: 13:22:05 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 8/22 KB 11/22 KB 13/22 KB 16/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 793.2 KB/sec) unit-abot-epc-basic-0: 13:22:05 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: 13:22:06 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: 13:22:06 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: 13:22:06 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: 13:22:06 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: 13:22:06 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 8.3 KB/sec) unit-oai-hss-0: 13:22:06 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-abot-epc-basic-0: 13:22:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-oai-hss-0: 13:22:06 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 13:22:06 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-abot-epc-basic-0: 13:22:06 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: 13:22:06 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 750.4 KB/sec) unit-abot-epc-basic-0: 13:22:06 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: 13:22:06 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: 13:22:06 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: 13:22:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 13:22:06 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: 13:22:06 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: 13:22:06 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: 13:22:07 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: 13:22:07 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 65.8 KB/sec) unit-abot-epc-basic-0: 13:22:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/2.3/commons-io-2.3.pom unit-oai-hss-0: 13:22:07 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-abot-epc-basic-0: 13:22:07 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: 13:22:07 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 633.8 KB/sec) unit-abot-epc-basic-0: 13:22:07 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: 13:22:07 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: 13:22:07 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 2198.0 KB/sec) unit-abot-epc-basic-0: 13:22:07 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: 13:22:07 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-oai-hss-0: 13:22:07 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-abot-epc-basic-0: 13:22:07 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 296.4 KB/sec) unit-abot-epc-basic-0: 13:22:07 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: 13:22:07 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: 13:22:08 DEBUG unit.abot-epc-basic/0.install 680/680 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 35.0 KB/sec) unit-abot-epc-basic-0: 13:22:08 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: 13:22:08 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: 13:22:08 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 185.3 KB/sec) unit-abot-epc-basic-0: 13:22:08 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: 13:22:08 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: 13:22:08 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 390.5 KB/sec) unit-abot-epc-basic-0: 13:22:08 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: 13:22:08 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.3 KB/sec) unit-abot-epc-basic-0: 13:22:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-oai-hss-0: 13:22:08 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 13:22:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:22:08 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 13:22:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:22:08 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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 146.1 KB/sec) unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-oai-hss-0: 13:22:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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: 13:22:09 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: 13:22:09 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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-oai-hss-0: 13:22:09 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-abot-epc-basic-0: 13:22:09 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: 13:22:09 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: 13:22:09 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-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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: 13:22:10 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-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:10 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-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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: 13:22:10 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-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 13:22:10 DEBUG unit.oai-hss/0.install CC dhe.lo unit-abot-epc-basic-0: 13:22:10 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: 13:22:10 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: 13:22:10 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 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: 13:22:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-oai-hss-0: 13:22:11 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 13:22:11 DEBUG unit.oai-hss/0.install CC psk.lo unit-abot-epc-basic-0: 13:22:11 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: 13:22: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 Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 13:22:11 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: 13:22:11 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 13:22:11 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-oai-hss-0: 13:22:11 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-abot-epc-basic-0: 13:22:11 DEBUG unit.abot-epc-basic/0.install 67/966 KB 71/966 KB 75/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 442/966 KB 446/966 KB 450/966 KB 454/966 KB 458/966 KB 462/966 KB 466/966 KB 470/966 KB 474/966 KB 478/966 KB 482/966 KB 486/966 KB 490/966 KB 494/966 KB 498/966 KB 502/966 KB 506/966 KB 510/966 KB 514/966 KB 518/966 KB 522/966 KB 526/966 KB 530/966 KB 534/966 KB 538/966 KB 542/966 KB 546/966 KB 550/966 KB 554/966 KB 558/966 KB 562/966 KB 566/966 KB 570/966 KB 574/966 KB 578/966 KB 582/966 KB 586/966 KB 590/966 KB 594/966 KB 598/966 KB 602/966 KB 606/966 KB 610/966 KB 614/966 KB 618/966 KB 622/966 KB 626/966 KB 630/966 KB 634/966 KB 638/966 KB 642/966 KB 646/966 KB 650/966 KB 654/966 KB 658/966 KB 662/966 KB 666/966 KB 670/966 KB 674/966 KB 678/966 KB 682/966 KB 686/966 KB 690/966 KB 694/966 KB 698/966 KB 702/966 KB 706/966 KB 710/966 KB 714/966 KB 718/966 KB 722/966 KB 726/966 KB 730/966 KB 734/966 KB 738/966 KB 742/966 KB 746/966 KB 750/966 KB 754/966 KB 758/966 KB 762/966 KB 766/966 KB 770/966 KB 774/966 KB 778/966 KB 782/966 KB 786/966 KB 790/966 KB 794/966 KB 798/966 KB 802/966 KB 806/966 KB 810/966 KB 814/966 KB 818/966 KB 822/966 KB 826/966 KB 830/966 KB 834/966 KB 838/966 KB 842/966 KB 846/966 KB 850/966 KB 854/966 KB 858/966 KB 862/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 910/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 325.7 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 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: 13:22:12 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: 13:22:12 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: 13:22:12 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 64/590 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 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 3/10 KB 108/590 KB 3/10 KB 112/590 KB 3/10 KB 100/590 KB 3/10 KB 112/590 KB 5/10 KB 112/590 KB 8/10 KB 112/590 KB 10/10 KB 116/590 KB 10/10 KB 120/590 KB 10/10 KB 124/590 KB 10/10 KB 128/590 KB 10/10 KB 128/590 KB 10/10 KB 3/232 KB 128/590 KB 10/10 KB 5/232 KB 128/590 KB 10/10 KB 8/232 KB 128/590 KB 10/10 KB 11/232 KB 128/590 KB 10/10 KB 13/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 243.4 KB/sec) unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 132/590 KB 13/232 KB 136/590 KB 13/232 KB 140/590 KB 13/232 KB 144/590 KB 13/232 KB 144/590 KB 3/240 KB 13/232 KB 144/590 KB 5/240 KB 13/232 KB 144/590 KB 8/240 KB 13/232 KB 144/590 KB 11/240 KB 13/232 KB 144/590 KB 13/240 KB 13/232 KB 148/590 KB 13/240 KB 13/232 KB 148/590 KB 13/240 KB 16/232 KB 148/590 KB 13/240 KB 19/232 KB 148/590 KB 13/240 KB 21/232 KB 148/590 KB 13/240 KB 24/232 KB 148/590 KB 13/240 KB 27/232 KB 148/590 KB 13/240 KB 29/232 KB 148/590 KB 13/240 KB 32/232 KB 152/590 KB 13/240 KB 32/232 KB 156/590 KB 13/240 KB 32/232 KB 160/590 KB 13/240 KB 32/232 KB 164/590 KB 13/240 KB 32/232 KB 168/590 KB 13/240 KB 32/232 KB 172/590 KB 13/240 KB 32/232 KB 176/590 KB 13/240 KB 32/232 KB 180/590 KB 13/240 KB 32/232 KB 3/44 KB 180/590 KB 16/240 KB 32/232 KB 3/44 KB 180/590 KB 19/240 KB 32/232 KB 3/44 KB 180/590 KB 21/240 KB 32/232 KB 3/44 KB 180/590 KB 24/240 KB 32/232 KB 3/44 KB 180/590 KB 27/240 KB 32/232 KB 3/44 KB 180/590 KB 29/240 KB 32/232 KB 3/44 KB 180/590 KB 29/240 KB 36/232 KB 3/44 KB 180/590 KB 29/240 KB 40/232 KB 3/44 KB 180/590 KB 29/240 KB 44/232 KB 3/44 KB 180/590 KB 29/240 KB 48/232 KB 3/44 KB 180/590 KB 29/240 KB 52/232 KB 3/44 KB 180/590 KB 29/240 KB 56/232 KB 3/44 KB 180/590 KB 29/240 KB 60/232 KB 3/44 KB 180/590 KB 29/240 KB 64/232 KB 3/44 KB 180/590 KB 29/240 KB 68/232 KB 3/44 KB 180/590 KB 29/240 KB 72/232 KB 3/44 KB 180/590 KB 32/240 KB 76/232 KB 3/44 KB 180/590 KB 32/240 KB 80/232 KB 3/44 KB 180/590 KB 13/240 KB 32/232 KB 5/44 KB 180/590 KB 32/240 KB 80/232 KB 3/44 KB 180/590 KB 32/240 KB 72/232 KB 8/44 KB 180/590 KB 32/240 KB 80/232 KB 8/44 KB 180/590 KB 36/240 KB 80/232 KB 11/44 KB 180/590 KB 40/240 KB 80/232 KB 11/44 KB 180/590 KB 44/240 KB 80/232 KB 11/44 KB 180/590 KB 36/240 KB 80/232 KB 13/44 KB 180/590 KB 44/240 KB 80/232 KB 16/44 KB 180/590 KB 44/240 KB 80/232 KB 19/44 KB 180/590 KB 44/240 KB 80/232 KB 21/44 KB 180/590 KB 44/240 KB 80/232 KB 21/44 KB 180/590 KB 48/240 KB 80/232 KB 21/44 KB 180/590 KB 52/240 KB 80/232 KB 24/44 KB 184/590 KB 56/240 KB 84/232 KB 24/44 KB 184/590 KB 60/240 KB 84/232 KB 24/44 KB 184/590 KB 64/240 KB 84/232 KB 24/44 KB 184/590 KB 68/240 KB 84/232 KB 24/44 KB 184/590 KB 72/240 KB 84/232 KB 24/44 KB 184/590 KB 76/240 KB 84/232 KB 24/44 KB 184/590 KB 52/240 KB 84/232 KB 21/44 KB 184/590 KB 52/240 KB 84/232 KB 24/44 KB 188/590 KB 76/240 KB 84/232 KB 24/44 KB 192/590 KB 76/240 KB 84/232 KB 27/44 KB 196/590 KB 76/240 KB 84/232 KB 27/44 KB 200/590 KB 76/240 KB 84/232 KB 27/44 KB 204/590 KB 76/240 KB 84/232 KB 27/44 KB 208/590 KB 76/240 KB 84/232 KB 21/44 KB 180/590 KB 52/240 KB 84/232 KB 27/44 KB 208/590 KB 76/240 KB 88/232 KB 27/44 KB 208/590 KB 76/240 KB 92/232 KB 27/44 KB 208/590 KB 76/240 KB 96/232 KB 27/44 KB 208/590 KB 76/240 KB 100/232 KB 27/44 KB 208/590 KB 76/240 KB 104/232 KB 27/44 KB 208/590 KB 76/240 KB 108/232 KB 27/44 KB 208/590 KB 76/240 KB 112/232 KB 27/44 KB 192/590 KB 76/240 KB 84/232 KB 29/44 KB 208/590 KB 76/240 KB 112/232 KB 32/44 KB 208/590 KB 76/240 KB 112/232 KB 32/44 KB 208/590 KB 76/240 KB 116/232 KB 36/44 KB 212/590 KB 76/240 KB 120/232 KB 36/44 KB 212/590 KB 76/240 KB 124/232 KB 36/44 KB 212/590 KB 76/240 KB 128/232 KB 36/44 KB 212/590 KB 76/240 KB 132/232 KB 36/44 KB 212/590 KB 80/240 KB 136/232 KB 36/44 KB 212/590 KB 80/240 KB 140/232 KB 36/44 KB 212/590 KB 80/240 KB 144/232 KB 36/44 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 212/590 KB 76/240 KB 116/232 KB 36/44 KB 216/590 KB 80/240 KB 144/232 KB 36/44 KB 220/590 KB 80/240 KB 144/232 KB 36/44 KB 224/590 KB 80/240 KB 144/232 KB 36/44 KB 228/590 KB 80/240 KB 144/232 KB 36/44 KB 232/590 KB 80/240 KB 148/232 KB 36/44 KB 236/590 KB 80/240 KB 148/232 KB 36/44 KB 240/590 KB 80/240 KB 148/232 KB 36/44 KB 244/590 KB 80/240 KB 148/232 KB 36/44 KB 208/590 KB 76/240 KB 116/232 KB 40/44 KB 244/590 KB 80/240 KB 148/232 KB 44/44 KB 244/590 KB 80/240 KB 148/232 KB 44/44 KB 244/590 KB 80/240 KB 148/232 KB 36/44 KB 228/590 KB 80/240 KB 148/232 KB 44/44 KB 244/590 KB 80/240 KB 152/232 KB 44/44 KB 244/590 KB 80/240 KB 156/232 KB 44/44 KB 244/590 KB 80/240 KB 160/232 KB 36/44 KB 212/590 KB 80/240 KB 132/232 KB 44/44 KB 244/590 KB 84/240 KB 160/232 KB 44/44 KB 244/590 KB 88/240 KB 160/232 KB 44/44 KB 244/590 KB 92/240 KB 160/232 KB 44/44 KB 244/590 KB 96/240 KB 160/232 KB 44/44 KB 244/590 KB 100/240 KB 160/232 KB 44/44 KB 244/590 KB 104/240 KB 160/232 KB 44/44 KB 244/590 KB 108/240 KB 164/232 KB 44/44 KB 248/590 KB 112/240 KB 164/232 KB 44/44 KB 248/590 KB 116/240 KB 164/232 KB 44/44 KB 248/590 KB 120/240 KB 164/232 KB 44/44 KB 248/590 KB 124/240 KB 164/232 KB 44/44 KB 248/590 KB 128/240 KB 164/232 KB 44/44 KB 248/590 KB 132/240 KB 164/232 KB 44/44 KB 248/590 KB 136/240 KB 164/232 KB 44/44 KB 248/590 KB 140/240 KB 164/232 KB 44/44 KB 248/590 KB 144/240 KB 164/232 KB 44/44 KB 248/590 KB 148/240 KB 164/232 KB 44/44 KB 244/590 KB 104/240 KB 164/232 KB 44/44 KB 248/590 KB 108/240 KB 164/232 KB 44/44 KB 252/590 KB 148/240 KB 164/232 KB 44/44 KB 256/590 KB 148/240 KB 164/232 KB 44/44 KB 260/590 KB 148/240 KB 164/232 KB 44/44 KB 260/590 KB 148/240 KB 168/232 KB 44/44 KB 264/590 KB 148/240 KB 172/232 KB 44/44 KB 264/590 KB 148/240 KB 176/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 594.2 KB/sec) unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 3/1710 KB 264/590 KB 148/240 KB 176/232 KB 5/1710 KB 264/590 KB 148/240 KB 176/232 KB 8/1710 KB 264/590 KB 148/240 KB 176/232 KB 11/1710 KB 264/590 KB 148/240 KB 176/232 KB 13/1710 KB 264/590 KB 148/240 KB 176/232 KB Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 13/1710 KB 264/590 KB 148/240 KB 180/232 KB 13/1710 KB 264/590 KB 148/240 KB 184/232 KB 44/44 KB 264/590 KB 148/240 KB 180/232 KB 13/1710 KB 268/590 KB 148/240 KB 184/232 KB 13/1710 KB 272/590 KB 148/240 KB 184/232 KB 13/1710 KB 276/590 KB 148/240 KB 184/232 KB 13/1710 KB 276/590 KB 148/240 KB 188/232 KB 13/1710 KB 276/590 KB 148/240 KB 192/232 KB 13/1710 KB 276/590 KB 148/240 KB 196/232 KB 13/1710 KB 280/590 KB 148/240 KB 200/232 KB 13/1710 KB 280/590 KB 148/240 KB 196/232 KB 13/1710 KB 284/590 KB 152/240 KB 200/232 KB 13/1710 KB 288/590 KB 152/240 KB 200/232 KB 13/1710 KB 292/590 KB 152/240 KB 200/232 KB 13/1710 KB 280/590 KB 152/240 KB 200/232 KB 13/1710 KB 292/590 KB 156/240 KB 204/232 KB 13/1710 KB 292/590 KB 160/240 KB 204/232 KB 13/1710 KB 292/590 KB 152/240 KB 204/232 KB 13/1710 KB 292/590 KB 160/240 KB 208/232 KB 13/1710 KB 292/590 KB 160/240 KB 212/232 KB 13/1710 KB 296/590 KB 164/240 KB 216/232 KB 13/1710 KB 296/590 KB 164/240 KB 220/232 KB 13/1710 KB 296/590 KB 164/240 KB 224/232 KB 13/1710 KB 296/590 KB 164/240 KB 212/232 KB 13/1710 KB 296/590 KB 168/240 KB 224/232 KB 13/1710 KB 296/590 KB 172/240 KB 224/232 KB 13/1710 KB 296/590 KB 176/240 KB 224/232 KB 13/1710 KB 296/590 KB 160/240 KB 212/232 KB 13/1710 KB 300/590 KB 176/240 KB 224/232 KB 13/1710 KB 304/590 KB 176/240 KB 224/232 KB 13/1710 KB 308/590 KB 176/240 KB 224/232 KB 13/1710 KB 312/590 KB 176/240 KB 224/232 KB 13/1710 KB 316/590 KB 176/240 KB 228/232 KB 13/1710 KB 320/590 KB 176/240 KB 228/232 KB 13/1710 KB 324/590 KB 176/240 KB 228/232 KB 13/1710 KB 328/590 KB 180/240 KB 228/232 KB 13/1710 KB 332/590 KB 180/240 KB 228/232 KB 13/1710 KB 336/590 KB 180/240 KB 228/232 KB 13/1710 KB 312/590 KB 176/240 KB 228/232 KB 13/1710 KB 336/590 KB 180/240 KB 232/232 KB 13/1710 KB 336/590 KB 180/240 KB 232/232 KB 13/1710 KB 324/590 KB 180/240 KB 228/232 KB 13/1710 KB 336/590 KB 184/240 KB 232/232 KB 16/1710 KB 336/590 KB 4/258 KB 184/240 KB 232/232 KB 16/1710 KB 336/590 KB 184/240 KB 232/232 KB 19/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 21/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 24/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 27/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 29/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 16/1710 KB 336/590 KB 8/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 12/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 16/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 20/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 24/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 28/258 KB 184/240 KB 232/232 KB 32/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 36/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 40/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 44/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 48/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 52/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 56/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 60/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 64/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 68/1710 KB 336/590 KB 32/258 KB 184/240 KB 232/232 KB 72/1710 KB 336/590 KB 36/258 KB 184/240 KB 232/232 KB 76/1710 KB 336/590 KB 36/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/590 KB 36/258 KB 184/240 KB 232/232 KB 68/1710 KB 336/590 KB 36/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/ unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 590 KB 40/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/590 KB 44/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/590 KB 48/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/590 KB 52/258 KB 184/240 KB 232/232 KB 80/1710 KB 336/590 KB 52/258 KB 188/240 KB 232/232 KB 80/1710 KB 336/590 KB 52/258 KB 192/240 KB 232/232 KB 80/1710 KB 336/590 KB 52/258 KB 196/240 KB 232/232 KB 80/1710 KB 340/590 KB 56/258 KB 200/240 KB 80/1710 KB 340/590 KB 56/258 KB 204/240 KB 84/1710 KB 340/590 KB 56/258 KB 208/240 KB 80/1710 KB 340/590 KB 56/258 KB 196/240 KB 84/1710 KB 344/590 KB 56/258 KB 208/240 KB 84/1710 KB 348/590 KB 56/258 KB 208/240 KB 84/1710 KB 352/590 KB 56/258 KB 208/240 KB 84/1710 KB 356/590 KB 56/258 KB 208/240 KB 84/1710 KB 360/590 KB 56/258 KB 208/240 KB 84/1710 KB 364/590 KB 56/258 KB 208/240 KB 84/1710 KB 368/590 KB 56/258 KB 208/240 KB 84/1710 KB 372/590 KB 56/258 KB 208/240 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 2167.1 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 80/1710 KB 336/590 KB 56/258 KB 196/240 KB 232/232 KB 84/1710 KB 372/590 KB 60/258 KB 208/240 KB 84/1710 KB 372/590 KB 64/258 KB 208/240 KB 84/1710 KB 372/590 KB 68/258 KB 208/240 KB 84/1710 KB 372/590 KB 72/258 KB 208/240 KB 84/1710 KB 372/590 KB 76/258 KB 208/240 KB 84/1710 KB 372/590 KB 80/258 KB 208/240 KB 84/1710 KB 372/590 KB 84/258 KB 208/240 KB 84/1710 KB 340/590 KB 56/258 KB 204/240 KB 88/1710 KB 372/590 KB 84/258 KB 208/240 KB 92/1710 KB 372/590 KB 84/258 KB 208/240 KB 96/1710 KB 372/590 KB 84/258 KB 208/240 KB 100/1710 KB 372/590 KB 84/258 KB 208/240 KB 104/1710 KB 372/590 KB 84/258 KB 208/240 KB 108/1710 KB 372/590 KB 84/258 KB 208/240 KB 112/1710 KB 372/590 KB 84/258 KB 208/240 KB 116/1710 KB 372/590 KB 84/258 KB 208/240 KB 120/1710 KB 372/590 KB 84/258 KB 208/240 KB 124/1710 KB 372/590 KB 84/258 KB 208/240 KB 128/1710 KB 376/590 KB 88/258 KB 208/240 KB 124/1710 KB 376/590 KB 88/258 KB 208/240 KB 128/1710 KB 380/590 KB 88/258 KB 208/240 KB 128/1710 KB 384/590 KB 88/258 KB 208/240 KB 128/1710 KB 388/590 KB 88/258 KB 208/240 KB 132/1710 KB 392/590 KB 88/258 KB 208/240 KB 132/1710 KB 396/590 KB 88/258 KB 208/240 KB 132/1710 KB 400/590 KB 88/258 KB 208/240 KB 132/1710 KB 404/590 KB 88/258 KB 208/240 KB 124/1710 KB 372/590 KB 88/258 KB 208/240 KB 132/1710 KB 404/590 KB 92/258 KB 208/240 KB 132/1710 KB 404/590 KB 96/258 KB 208/240 KB 132/1710 KB 404/590 KB 100/258 KB 208/240 KB 132/1710 KB 404/590 KB 104/258 KB 208/240 KB 132/1710 KB 404/590 KB 108/258 KB 208/240 KB 132/1710 KB 404/590 KB 112/258 KB 208/240 KB 132/1710 KB 404/590 KB 112/258 KB 4/223 KB 208/240 KB 132/1710 KB 404/590 KB 112/258 KB 8/223 KB 208/240 KB 132/1710 KB 388/590 KB 88/258 KB 208/240 KB 132/1710 KB 404/590 KB 112/258 KB 12/223 KB 208/240 KB 136/1710 KB 404/590 KB 112/258 KB 12/223 KB 208/240 KB 136/1710 KB 404/590 KB 112/258 KB 16/223 KB 208/240 KB 140/1710 KB 404/590 KB 112/258 KB 16/223 KB 208/240 KB 140/1710 KB 404/590 KB 112/258 KB 20/223 KB 208/240 KB 144/1710 KB 408/590 KB 116/258 KB 24/223 KB 208/240 KB 144/1710 KB 408/590 KB 116/258 KB 20/223 KB 208/240 KB 144/1710 KB 404/590 KB 116/258 KB 20/223 KB 208/240 KB 144/1710 KB 404/590 KB 112/258 KB 20/223 KB 208/240 KB 148/1710 KB 408/590 KB 116/258 KB 24/223 KB 208/240 KB 152/1710 KB 408/590 KB 116/258 KB 24/223 KB 208/240 KB 156/1710 KB 408/590 KB 116/258 KB 24/223 KB 208/240 KB 156/1710 KB 412/590 KB 120/258 KB 28/223 KB 208/240 KB 156/1710 KB 412/590 KB 124/258 KB 28/223 KB 208/240 KB 160/1710 KB 412/590 KB 128/258 KB 28/223 KB 208/240 KB 156/1710 KB 412/590 KB 116/258 KB 28/223 KB 208/240 KB 160/1710 KB 416/590 KB 128/258 KB 28/223 KB 208/240 KB 156/1710 KB 408/590 KB 116/258 KB 28/223 KB 208/240 KB 160/1710 KB 416/590 KB 128/258 KB 32/223 KB 208/240 KB 160/1710 KB 416/590 KB 128/258 KB 36/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 40/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 44/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 48/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 52/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 56/223 KB 212/240 KB 160/1710 KB 420/590 KB 132/258 KB 60/223 KB 212/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 212/240 KB 160/1710 KB 412/590 KB 124/258 KB 28/223 KB 208/240 KB 160/1710 KB 420/590 KB 132/258 KB 52/223 KB 212/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 216/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 220/240 KB 160/171 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 0 KB 420/590 KB 132/258 KB 64/223 KB 224/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 228/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 232/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 236/240 KB 160/1710 KB 420/590 KB 132/258 KB 64/223 KB 240/240 KB 164/1710 KB 420/590 KB 132/258 KB 64/223 KB 240/240 KB 168/1710 KB 420/590 KB 132/258 KB 64/223 KB 240/240 KB 172/1710 KB 420/590 KB 132/258 KB 64/223 KB 240/240 KB 176/1710 KB 420/590 KB 132/258 KB 64/223 KB 240/240 KB 160/1710 KB 420/590 KB 132/258 KB 36/223 KB 208/240 KB 176/1710 KB 424/590 KB 132/258 KB 64/223 KB 240/240 KB 160/1710 KB 416/590 KB 132/258 KB 36/223 KB 208/240 KB 176/1710 KB 424/590 KB 136/258 KB 64/223 KB 240/240 KB 176/1710 KB 424/590 KB 140/258 KB 64/223 KB 240/240 KB 176/1710 KB 428/590 KB 144/258 KB 64/223 KB 240/240 KB 176/1710 KB 428/590 KB 140/258 KB 64/223 KB 240/240 KB 176/1710 KB 432/590 KB 144/258 KB 64/223 KB 240/240 KB 176/1710 KB 436/590 KB 144/258 KB 64/223 KB 240/240 KB 180/1710 KB 440/590 KB 148/258 KB 64/223 KB 240/240 KB 180/1710 KB 444/590 KB 148/258 KB 64/223 KB 240/240 KB 180/1710 KB 448/590 KB 148/258 KB 64/223 KB 240/240 KB 180/1710 KB 452/590 KB 148/258 KB 64/223 KB 240/240 KB 180/1710 KB 456/590 KB 148/258 KB 68/223 KB 240/240 KB 180/1710 KB 460/590 KB 148/258 KB 68/223 KB 240/240 KB 180/1710 KB 464/590 KB 148/258 KB 68/223 KB 240/240 KB 180/1710 KB 436/590 KB 148/258 KB 64/223 KB 240/240 KB 180/1710 KB 464/590 KB 152/258 KB 68/223 KB 240/240 KB 180/1710 KB 464/590 KB 156/258 KB 68/223 KB 240/240 KB 180/1710 KB 464/590 KB 160/258 KB 68/223 KB 240/240 KB 180/1710 KB 436/590 KB 144/258 KB 64/223 KB 240/240 KB 184/1710 KB 464/590 KB 160/258 KB 68/223 KB 240/240 KB 188/1710 KB 464/590 KB 160/258 KB 68/223 KB 240/240 KB 192/1710 KB 464/590 KB 160/258 KB 68/223 KB 240/240 KB 196/1710 KB 464/590 KB 160/258 KB 68/223 KB 240/240 KB 200/1710 KB 464/590 KB 164/258 KB 68/223 KB 180/1710 KB 452/590 KB 148/258 KB 68/223 KB 240/240 KB 204/1710 KB 464/590 KB 164/258 KB 72/223 KB 204/1710 KB 464/590 KB 164/258 KB 76/223 KB 204/1710 KB 464/590 KB 164/258 KB 80/223 KB 196/1710 KB 464/590 KB 164/258 KB 68/223 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1840.7 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 204/1710 KB 464/590 KB 168/258 KB 80/223 KB 204/1710 KB 464/590 KB 172/258 KB 80/223 KB 204/1710 KB 464/590 KB 176/258 KB 80/223 KB 204/1710 KB 464/590 KB 180/258 KB 80/223 KB 204/1710 KB 468/590 KB 184/258 KB 84/223 KB 204/1710 KB 464/590 KB 164/258 KB 68/223 KB 208/1710 KB 468/590 KB 184/258 KB 84/223 KB 212/1710 KB 468/590 KB 184/258 KB 84/223 KB 216/1710 KB 468/590 KB 184/258 KB 84/223 KB 220/1710 KB 468/590 KB 184/258 KB 84/223 KB 224/1710 KB 468/590 KB 184/258 KB 84/223 KB 204/1710 KB 468/590 KB 180/258 KB 84/223 KB 224/1710 KB 468/590 KB 188/258 KB 88/223 KB 224/1710 KB 468/590 KB 188/258 KB 92/223 KB 224/1710 KB 468/590 KB 188/258 KB 96/223 KB 224/1710 KB 468/590 KB 188/258 KB 100/223 KB 228/1710 KB 468/590 KB 188/258 KB 104/223 KB 228/1710 KB 468/590 KB 188/258 KB 108/223 KB 228/1710 KB 468/590 KB 188/258 KB 112/223 KB 228/1710 KB 468/590 KB 188/258 KB 116/223 KB 204/1710 KB 468/590 KB 180/258 KB 80/223 KB 228/1710 KB 472/590 KB 188/258 KB 116/223 KB 228/1710 KB 476/590 KB 188/258 KB 116/223 KB 228/1710 KB 480/590 KB 188/258 KB 116/223 KB 228/1710 KB 484/590 KB 188/258 KB 116/223 KB 228/1710 KB 488/590 KB 188/258 KB 116/223 KB 228/1710 KB 468/590 KB 188/258 KB 100/223 KB 224/1710 KB 468/590 KB 188/258 KB 84/223 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 4/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 8/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 12/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 16/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 20/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 24/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 28/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 32/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 36/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 40/208 KB 228/1710 KB 492/590 KB 192/258 KB 116/223 KB 44/208 KB 228/1710 KB 492/590 KB 192/258 KB 116/223 KB 48/208 KB 228/1710 KB 492/590 KB 192/258 KB 116/223 KB 40/208 KB 228/1710 KB 492/590 KB 196/258 KB 116/223 KB 48/208 KB 228/1710 KB 492/590 KB 200/258 KB 116/223 KB 52/208 KB 232/1710 KB 492/590 KB 204/258 KB 116/223 KB 52/208 KB 232/1710 KB 492/590 KB 208/258 KB 116/223 KB 52/208 KB 228/1710 KB 492/590 KB 196/258 KB 116/223 KB 52/208 KB 232/1710 KB 492/590 KB 208/258 KB 116/223 KB 56/208 KB 232/1710 KB 492/590 KB 208/258 KB 116/223 KB 60/208 KB 232/1710 KB 492/590 KB 208/258 KB 116/223 KB 64/208 KB 228/1710 KB 492/590 KB 188/258 KB 116/223 KB 52/208 KB 232/1710 KB 496/590 KB 208/258 KB 116/223 KB 64/208 KB 232/1710 KB 492/590 KB 200/258 KB 116/223 KB 52/208 KB 236/1710 KB 496/590 KB 208/258 KB 116/223 KB 64/208 KB 240/1710 KB 496/590 KB 208/258 KB 116/223 KB 64/208 KB 244/1710 KB 496/590 KB 208/258 KB 116/223 KB 64/208 KB 248/1710 KB 500/590 KB 212/258 KB 120/223 KB 68/208 KB 252/1710 KB 500/590 KB 212/258 KB 120/223 KB 68/208 KB 256/1710 KB 500/590 KB 212/258 KB 120/223 KB 68/208 KB 244/1710 KB 500/590 KB 212/258 KB 120/223 KB 68/208 KB 244/1710 KB 500/590 KB 212/258 KB 116/223 KB 68/208 KB 256/1710 KB 500/590 KB 216/258 KB 120/223 KB 68/208 KB 256/1710 KB 500/590 KB 220/258 KB 120/223 KB 68/208 KB 244/1710 KB 500/590 KB 208/258 KB 116/223 KB 68/208 KB 256/1710 KB 500/590 KB 220/258 KB 124/223 KB 72/208 KB 244/1710 KB 500/590 KB 208/258 KB 116/223 KB 64/208 KB 256/1710 KB 504/590 KB 224/258 KB 124/223 KB 72/208 KB 256/1710 KB 508/590 KB 224/258 KB 124/223 KB 72/208 KB 256/1710 KB 512/590 KB 22 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 4/258 KB 124/223 KB 72/208 KB 256/1710 KB 500/590 KB 224/258 KB 124/223 KB 72/208 KB 256/1710 KB 500/590 KB 220/258 KB 124/223 KB 68/208 KB 256/1710 KB 512/590 KB 224/258 KB 128/223 KB 76/208 KB 256/1710 KB 512/590 KB 224/258 KB 124/223 KB 76/208 KB 256/1710 KB 512/590 KB 224/258 KB 128/223 KB 80/208 KB 256/1710 KB 516/590 KB 224/258 KB 128/223 KB 84/208 KB 260/1710 KB 516/590 KB 228/258 KB 132/223 KB 88/208 KB 260/1710 KB 516/590 KB 228/258 KB 132/223 KB 92/208 KB 260/1710 KB 516/590 KB 228/258 KB 132/223 KB 96/208 KB 256/1710 KB 516/590 KB 224/258 KB 128/223 KB 80/208 KB 260/1710 KB 520/590 KB 228/258 KB 132/223 KB 96/208 KB 260/1710 KB 524/590 KB 228/258 KB 132/223 KB 96/208 KB 260/1710 KB 528/590 KB 228/258 KB 132/223 KB 96/208 KB 260/1710 KB 516/590 KB 228/258 KB 132/223 KB 84/208 KB 260/1710 KB 528/590 KB 228/258 KB 136/223 KB 96/208 KB 260/1710 KB 528/590 KB 228/258 KB 140/223 KB 96/208 KB 260/1710 KB 528/590 KB 228/258 KB 144/223 KB 96/208 KB 260/1710 KB 516/590 KB 228/258 KB 128/223 KB 84/208 KB 264/1710 KB 528/590 KB 228/258 KB 144/223 KB 96/208 KB 268/1710 KB 528/590 KB 228/258 KB 144/223 KB 96/208 KB 272/1710 KB 528/590 KB 228/258 KB 144/223 KB 96/208 KB 256/1710 KB 516/590 KB 228/258 KB 128/223 KB 84/208 KB 272/1710 KB 528/590 KB 232/258 KB 144/223 KB 96/208 KB 272/1710 KB 528/590 KB 236/258 KB 144/223 KB 96/208 KB 272/1710 KB 528/590 KB 240/258 KB 144/223 KB 96/208 KB 272/1710 KB 528/590 KB 244/258 KB 144/223 KB 96/208 KB 276/1710 KB 532/590 KB 248/258 KB 148/223 KB 100/208 KB 276/1710 KB 532/590 KB 252/258 KB 148/223 KB 100/208 KB 276/1710 KB 532/590 KB 256/258 KB 148/223 KB 100/208 KB 276/1710 KB 532/590 KB 258/258 KB 148/223 KB 100/208 KB 276/1710 KB 532/590 KB 244/258 KB 148/223 KB 100/208 KB 276/1710 KB 532/590 KB 258/258 KB 152/223 KB 100/208 KB 276/1710 KB 532/590 KB 258/258 KB 156/223 KB 100/208 KB 276/1710 KB 532/590 KB 258/258 KB 160/223 KB 100/208 KB 276/1710 KB 532/590 KB 244/258 KB 144/223 KB 100/208 KB 272/1710 KB 532/590 KB 244/258 KB 144/223 KB 100/208 KB 272/1710 KB 532/590 KB 244/258 KB 144/223 KB 96/208 KB 276/1710 KB 536/590 KB 258/258 KB 160/223 KB 104/208 KB 280/1710 KB 536/590 KB 258/258 KB 160/223 KB 104/208 KB 276/1710 KB 536/590 KB 258/258 KB 160/223 KB 104/208 KB 280/1710 KB 536/590 KB 258/258 KB 160/223 KB 108/208 KB 284/1710 KB 540/590 KB 258/258 KB 160/223 KB 108/208 KB 284/1710 KB 536/590 KB 258/258 KB 160/223 KB 108/208 KB 288/1710 KB 540/590 KB 258/258 KB 160/223 KB 112/208 KB 292/1710 KB 544/590 KB 258/258 KB 160/223 KB 112/208 KB 296/1710 KB 544/590 KB 258/258 KB 164/223 KB 112/208 KB 300/1710 KB 544/590 KB 258/258 KB 164/223 KB 112/208 KB 304/1710 KB 544/590 KB 258/258 KB 164/223 KB 112/208 KB 284/1710 KB 540/590 KB 258/258 KB 160/223 KB 112/208 KB 304/1710 KB 544/590 KB 258/258 KB 164/223 KB 116/208 KB 304/1710 KB 544/590 KB 258/258 KB 164/223 KB 120/208 KB 304/1710 KB 544/590 KB 258/258 KB 164/223 KB 124/208 KB 304/1710 KB 544/590 KB 258/258 KB 164/223 KB 128/208 KB 292/1710 KB 544/590 KB 258/258 KB 164/223 KB 112/208 KB 304/1710 KB 544/590 KB 258/258 KB 168/223 KB 128/208 KB 304/1710 KB 544/590 KB 258/258 KB 172/223 KB 128/208 KB 304/1710 KB 544/590 KB 258/258 KB 176/223 KB 128/208 KB 288/1710 KB 544/590 KB 258/258 KB 160/223 KB 112/208 KB 304/1710 KB 548/590 KB 258/258 KB 176/223 KB 128/208 KB 304/1710 KB 552/590 KB 258/258 KB 176/223 KB 128/208 KB 304/1710 KB 556/590 KB 258/258 KB 176/223 KB 128/208 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 304/1710 KB 560/590 KB 258/258 KB 176/223 KB 128/208 KB 304/1710 KB 560/590 KB 258/258 KB 180/223 KB 128/208 KB 308/1710 KB 564/590 KB 258/258 KB 184/223 KB 132/208 KB 308/1710 KB 564/590 KB 258/258 KB 188/223 KB 132/208 KB 308/1710 KB 564/590 KB 258/258 KB 192/223 KB 132/208 KB 308/1710 KB 564/590 KB 258/258 KB 180/223 KB 132/208 KB 308/1710 KB 564/590 KB 258/258 KB 192/223 KB 136/208 KB 308/1710 KB 564/590 KB 258/258 KB 192/223 KB 140/208 KB 304/1710 KB 564/590 KB 258/258 KB 180/223 KB 128/208 KB 308/1710 KB 568/590 KB 258/258 KB 192/223 KB 140/208 KB 308/1710 KB 564/590 KB 258/258 KB 180/223 KB 128/208 KB 312/1710 KB 568/590 KB 258/258 KB 192/223 KB 140/208 KB 316/1710 KB 568/590 KB 258/258 KB 192/223 KB 140/208 KB 320/1710 KB 572/590 KB 258/258 KB 192/223 KB 140/208 KB 324/1710 KB 572/590 KB 258/258 KB 192/223 KB 144/208 KB 328/1710 KB 572/590 KB 196/223 KB 144/208 KB 332/1710 KB 572/590 KB 196/223 KB 144/208 KB 336/1710 KB 572/590 KB 196/223 KB 144/208 KB 340/1710 KB 572/590 KB 196/223 KB 144/208 KB 344/1710 KB 572/590 KB 196/223 KB 144/208 KB 316/1710 KB 572/590 KB 258/258 KB 192/223 KB 140/208 KB 344/1710 KB 576/590 KB 196/223 KB 144/208 KB 344/1710 KB 580/590 KB 196/223 KB 144/208 KB 344/1710 KB 584/590 KB 196/223 KB 144/208 KB 344/1710 KB 588/590 KB 196/223 KB 144/208 KB 324/1710 KB 572/590 KB 196/223 KB 144/208 KB 344/1710 KB 590/590 KB 200/223 KB 144/208 KB 344/1710 KB 590/590 KB 204/223 KB 144/208 KB 344/1710 KB 590/590 KB 208/223 KB 144/208 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1552.1 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 320/1710 KB 572/590 KB 258/258 KB 192/223 KB 144/208 KB 344/1710 KB 590/590 KB 208/223 KB 148/208 KB 344/1710 KB 590/590 KB 208/223 KB 152/208 KB 344/1710 KB 590/590 KB 208/223 KB 156/208 KB 344/1710 KB 590/590 KB 208/223 KB 160/208 KB 344/1710 KB 590/590 KB 208/223 KB 164/208 KB 344/1710 KB 590/590 KB 212/223 KB 168/208 KB 344/1710 KB 590/590 KB 212/223 KB 172/208 KB 344/1710 KB 590/590 KB 212/223 KB 176/208 KB 344/1710 KB 590/590 KB 212/223 KB 164/208 KB 344/1710 KB 590/590 KB 216/223 KB 176/208 KB 344/1710 KB 590/590 KB 220/223 KB 176/208 KB 344/1710 KB 590/590 KB 223/223 KB 176/208 KB 344/1710 KB 590/590 KB 196/223 KB 144/208 KB 348/1710 KB 590/590 KB 223/223 KB 176/208 KB 352/1710 KB 590/590 KB 223/223 KB 176/208 KB 356/1710 KB 590/590 KB 223/223 KB 176/208 KB 360/1710 KB 590/590 KB 223/223 KB 180/208 KB 364/1710 KB 590/590 KB 223/223 KB 180/208 KB 368/1710 KB 590/590 KB 223/223 KB 180/208 KB 356/1710 KB 590/590 KB 223/223 KB 180/208 KB 368/1710 KB 590/590 KB 223/223 KB 184/208 KB 368/1710 KB 590/590 KB 223/223 KB 188/208 KB 368/1710 KB 590/590 KB 223/223 KB 192/208 KB 368/1710 KB 590/590 KB 223/223 KB 196/208 KB 372/1710 KB 590/590 KB 223/223 KB 200/208 KB 372/1710 KB 590/590 KB 223/223 KB 204/208 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 372/1710 KB 590/590 KB 223/223 KB 196/208 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 4/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 8/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 12/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 16/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 20/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 24/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 28/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 32/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 36/38 KB 372/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 376/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 380/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 384/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 388/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 392/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 396/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 400/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 404/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 408/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 412/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 416/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 420/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 424/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 428/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 432/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 436/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 440/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 444/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 448/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 452/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 456/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 460/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 464/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB 468/1710 KB 590/590 KB 223/223 KB 208/208 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 204.3 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 1101.1 KB/sec) unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1181.0 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2876.4 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 472/1710 KB 476/1710 KB 480/1710 KB 484/1710 KB 488/1710 KB 492/1710 KB 496/1710 KB 500/1710 KB 504/1710 KB 508/1710 KB 512/1710 KB 516/1710 KB 516/1710 KB 4/531 KB 516/1710 KB 8/531 KB 516/1710 KB 12/531 KB 516/1710 KB 12/531 KB 4/214 KB 516/1710 KB 12/531 KB 8/214 KB 516/1710 KB 12/531 KB 12/214 KB 516/1710 KB 12/531 KB 16/214 KB 516/1710 KB 12/531 KB 4/18 KB 16/214 KB 516/1710 KB 12/531 KB 8/18 KB 16/214 KB 516/1710 KB 12/531 KB 12/18 KB 16/214 KB 4/1267 KB 516/1710 KB 12/531 KB 16/18 KB 16/214 KB 4/1267 KB 516/1710 KB 12/531 KB 8/18 KB 16/214 KB 4/1267 KB 516/1710 KB 16/531 KB 16/18 KB 16/214 KB 8/1267 KB 516/1710 KB 16/531 KB 16/18 KB 16/214 KB 12/1267 KB 516/1710 KB 16/531 KB 16/18 KB 16/214 KB 16/1267 KB 516/1710 KB 16/531 KB 16/18 KB 16/214 KB 20/1267 KB 516/1710 KB 16/531 KB 18/18 KB 20/214 KB 24/1267 KB 516/1710 KB 16/531 KB 16/18 KB 16/214 KB 4/1267 KB 516/1710 KB 20/531 KB 18/18 KB 20/214 KB 24/1267 KB 516/1710 KB 24/531 KB 18/18 KB 20/214 KB 24/1267 KB 516/1710 KB 28/531 KB 18/18 KB 20/214 KB 24/1267 KB 516/1710 KB 32/531 KB 18/18 KB 20/214 KB 24/1267 KB 516/1710 KB 16/531 KB 18/18 KB 20/214 KB 20/1267 KB 516/1710 KB 32/531 KB 18/18 KB 24/214 KB 24/1267 KB 516/1710 KB 32/531 KB 18/18 KB 28/214 KB 24/1267 KB 516/1710 KB 32/531 KB 18/18 KB 32/214 KB 24/1267 KB 516/1710 KB 16/531 KB 18/18 KB 16/214 KB 20/1267 KB 516/1710 KB 32/531 KB 18/18 KB 32/214 KB 28/1267 KB 516/1710 KB 32/531 KB 18/18 KB 32/214 KB 32/1267 KB 516/1710 KB 32/531 KB 18/18 KB 32/214 KB 36/1267 KB 516/1710 KB 36/531 KB 18/18 KB 36/214 KB 40/1267 KB 516/1710 KB 36/531 KB 18/18 KB 36/214 KB 44/1267 KB 516/1710 KB 36/531 KB 18/18 KB 36/214 KB 48/1267 KB 516/1710 KB 36/531 KB 18/18 KB 36/214 KB 36/1267 KB 516/1710 KB 36/531 KB 18/18 KB 40/214 KB 48/1267 KB 516/1710 KB 36/531 KB 18/18 KB 44/214 KB 48/1267 KB 516/1710 KB 36/531 KB 18/18 KB 32/214 KB 36/1267 KB 516/1710 KB 40/531 KB 18/18 KB 48/214 KB 48/1267 KB 516/1710 KB 44/531 KB 18/18 KB 48/214 KB 48/1267 KB 516/1710 KB 48/531 KB 18/18 KB 48/214 KB 48/1267 KB 516/1710 KB 52/531 KB 18/18 KB 48/214 KB 48/1267 KB 516/1710 KB 52/531 KB 18/18 KB 48/214 KB 52/1267 KB 516/1710 KB 56/531 KB 18/18 KB 48/214 KB 56/1267 KB 516/1710 KB 52/531 KB 18/18 KB 48/214 KB 48/1267 KB 516/1710 KB 56/531 KB 18/18 KB 52/214 KB 56/1267 KB 520/1710 KB 56/531 KB 18/18 KB 56/214 KB 60/1267 KB 520/1710 KB 56/531 KB 18/18 KB 52/214 KB 60/1267 KB 524/1710 KB 56/531 KB 18/18 KB 56/214 KB 60/1267 KB 528/1710 KB 56/531 KB 18/18 KB 56/214 KB 60/1267 KB 516/1710 KB 56/531 KB 18/18 KB 52/214 KB 60/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 62/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 66/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 70/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 74/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 78/1267 KB 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 82/1267 KB 516/1710 KB 56/531 KB 18/18 KB 48/214 KB 52/1267 KB 532/1710 KB 60/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 64/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 68/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 72/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 76/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 80/531 KB 18/18 KB 60/214 KB 82/1267 KB 532/1710 KB 56/531 KB 18/18 KB 60/214 KB 82/1267 KB Downloaded: h unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install ttps://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 83.6 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 528/1710 KB 56/531 KB 18/18 KB 60/214 KB 60/1267 KB 532/1710 KB 80/531 KB 64/214 KB 82/1267 KB 532/1710 KB 80/531 KB 68/214 KB 82/1267 KB 532/1710 KB 80/531 KB 72/214 KB 82/1267 KB 536/1710 KB 80/531 KB 76/214 KB 82/1267 KB 536/1710 KB 80/531 KB 80/214 KB 82/1267 KB 536/1710 KB 80/531 KB 72/214 KB 82/1267 KB 540/1710 KB 80/531 KB 80/214 KB 82/1267 KB 544/1710 KB 80/531 KB 80/214 KB 82/1267 KB 544/1710 KB 80/531 KB 84/214 KB 82/1267 KB 548/1710 KB 84/531 KB 88/214 KB 86/1267 KB 548/1710 KB 84/531 KB 84/214 KB 86/1267 KB 544/1710 KB 84/531 KB 84/214 KB 86/1267 KB 548/1710 KB 88/531 KB 88/214 KB 86/1267 KB 548/1710 KB 92/531 KB 88/214 KB 86/1267 KB 548/1710 KB 96/531 KB 88/214 KB 86/1267 KB 544/1710 KB 80/531 KB 84/214 KB 86/1267 KB 548/1710 KB 96/531 KB 88/214 KB 90/1267 KB 548/1710 KB 96/531 KB 88/214 KB 94/1267 KB 548/1710 KB 96/531 KB 88/214 KB 98/1267 KB 552/1710 KB 100/531 KB 92/214 KB 102/1267 KB 552/1710 KB 100/531 KB 92/214 KB 106/1267 KB 552/1710 KB 100/531 KB 92/214 KB 110/1267 KB 552/1710 KB 100/531 KB 92/214 KB 114/1267 KB 552/1710 KB 100/531 KB 92/214 KB 118/1267 KB 552/1710 KB 100/531 KB 92/214 KB 122/1267 KB 552/1710 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 3/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 6/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 9/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 11/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 14/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 16/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 19/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 22/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 25/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 27/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 30/109 KB 100/531 KB 92/214 KB 126/1267 KB 552/1710 KB 100/531 KB 92/214 KB 98/1267 KB 556/1710 KB 30/109 KB 100/531 KB 92/214 KB 126/1267 KB 560/1710 KB 30/109 KB 100/531 KB 92/214 KB 126/1267 KB 548/1710 KB 100/531 KB 92/214 KB 98/1267 KB 560/1710 KB 32/109 KB 100/531 KB 96/214 KB 126/1267 KB 560/1710 KB 32/109 KB 100/531 KB 100/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 104/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 108/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 112/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 116/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 120/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 124/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 128/214 KB 126/1267 KB 564/1710 KB 32/109 KB 100/531 KB 132/214 KB 126/1267 KB 548/1710 KB 100/531 KB 88/214 KB 98/1267 KB 564/1710 KB 32/109 KB 104/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 108/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 112/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 116/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 120/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 124/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 128/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 132/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 136/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 140/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 144/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 100/531 KB 132/214 KB 130/1267 KB 564/1710 KB 32/109 KB 144/531 KB 136/214 KB 134/1267 KB 564/1710 KB 32/109 KB 144/531 KB 136/214 KB 138/1267 KB 564/1710 KB 32/109 KB 144/531 K unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install B 136/214 KB 142/1267 KB 564/1710 KB 32/109 KB 100/531 KB 100/214 KB 126/1267 KB 568/1710 KB 32/109 KB 144/531 KB 136/214 KB 142/1267 KB 572/1710 KB 32/109 KB 144/531 KB 136/214 KB 142/1267 KB 560/1710 KB 32/109 KB 100/531 KB 92/214 KB 126/1267 KB 572/1710 KB 36/109 KB 144/531 KB 136/214 KB 142/1267 KB 572/1710 KB 40/109 KB 144/531 KB 136/214 KB 142/1267 KB 572/1710 KB 44/109 KB 144/531 KB 136/214 KB 142/1267 KB 572/1710 KB 48/109 KB 144/531 KB 136/214 KB 142/1267 KB 572/1710 KB 52/109 KB 144/531 KB 136/214 KB 142/1267 KB 576/1710 KB 56/109 KB 144/531 KB 136/214 KB 142/1267 KB 576/1710 KB 60/109 KB 144/531 KB 136/214 KB 142/1267 KB 576/1710 KB 64/109 KB 144/531 KB 136/214 KB 142/1267 KB 576/1710 KB 68/109 KB 144/531 KB 136/214 KB 142/1267 KB 576/1710 KB 72/109 KB 148/531 KB 136/214 KB 146/1267 KB 576/1710 KB 76/109 KB 148/531 KB 136/214 KB 146/1267 KB 576/1710 KB 80/109 KB 148/531 KB 136/214 KB 146/1267 KB 564/1710 KB 32/109 KB 144/531 KB 136/214 KB 130/1267 KB 576/1710 KB 80/109 KB 148/531 KB 140/214 KB 146/1267 KB 576/1710 KB 80/109 KB 148/531 KB 144/214 KB 146/1267 KB 576/1710 KB 80/109 KB 148/531 KB 148/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 152/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 156/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 160/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 164/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 168/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 172/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 176/214 KB 146/1267 KB 576/1710 KB 84/109 KB 148/531 KB 180/214 KB 146/1267 KB 576/1710 KB 68/109 KB 148/531 KB 136/214 KB 146/1267 KB 576/1710 KB 84/109 KB 152/531 KB 180/214 KB 146/1267 KB 576/1710 KB 68/109 KB 144/531 KB 136/214 KB 146/1267 KB 576/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 576/1710 KB 52/109 KB 144/531 KB 136/214 KB 142/1267 KB 580/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 584/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 588/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 592/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 596/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 600/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 604/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 608/1710 KB 84/109 KB 156/531 KB 180/214 KB 150/1267 KB 612/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 616/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 620/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 624/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 576/1710 KB 84/109 KB 148/531 KB 148/214 KB 146/1267 KB 624/1710 KB 88/109 KB 156/531 KB 180/214 KB 154/1267 KB 624/1710 KB 92/109 KB 156/531 KB 180/214 KB 154/1267 KB 624/1710 KB 96/109 KB 156/531 KB 180/214 KB 154/1267 KB 576/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 624/1710 KB 96/109 KB 160/531 KB 180/214 KB 154/1267 KB 608/1710 KB 84/109 KB 156/531 KB 180/214 KB 154/1267 KB 624/1710 KB 96/109 KB 160/531 KB 180/214 KB 158/1267 KB 624/1710 KB 96/109 KB 160/531 KB 180/214 KB 162/1267 KB 624/1710 KB 96/109 KB 164/531 KB 180/214 KB 166/1267 KB 624/1710 KB 96/109 KB 164/531 KB 180/214 KB 170/1267 KB 624/1710 KB 96/109 KB 164/531 KB 180/214 KB 174/1267 KB 628/1710 KB 96/109 KB 164/531 KB 180/214 KB 178/1267 KB 628/1710 KB 100/109 KB 164/531 KB 180/214 KB 182/1267 KB 628/1710 KB 100/109 KB 164/531 KB 180/214 KB 186/1267 KB 628/1710 KB 100/109 KB 164/531 KB 180 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install /214 KB 190/1267 KB 624/1710 KB 96/109 KB 164/531 KB 180/214 KB 162/1267 KB 628/1710 KB 100/109 KB 168/531 KB 180/214 KB 190/1267 KB 628/1710 KB 100/109 KB 164/531 KB 180/214 KB 178/1267 KB 628/1710 KB 104/109 KB 172/531 KB 180/214 KB 190/1267 KB 628/1710 KB 108/109 KB 172/531 KB 180/214 KB 190/1267 KB 628/1710 KB 109/109 KB 172/531 KB 180/214 KB 190/1267 KB 628/1710 KB 96/109 KB 164/531 KB 180/214 KB 174/1267 KB 628/1710 KB 100/109 KB 172/531 KB 180/214 KB 190/1267 KB 628/1710 KB 109/109 KB 176/531 KB 180/214 KB 190/1267 KB 632/1710 KB 109/109 KB 176/531 KB 180/214 KB 190/1267 KB 636/1710 KB 109/109 KB 176/531 KB 180/214 KB 190/1267 KB 640/1710 KB 109/109 KB 176/531 KB 180/214 KB 190/1267 KB 644/1710 KB 109/109 KB 180/531 KB 180/214 KB 190/1267 KB 648/1710 KB 109/109 KB 180/531 KB 184/214 KB 194/1267 KB 652/1710 KB 109/109 KB 180/531 KB 184/214 KB 194/1267 KB 656/1710 KB 109/109 KB 180/531 KB 184/214 KB 194/1267 KB 640/1710 KB 109/109 KB 180/531 KB 180/214 KB 190/1267 KB 656/1710 KB 109/109 KB 184/531 KB 184/214 KB 194/1267 KB 656/1710 KB 109/109 KB 188/531 KB 184/214 KB 194/1267 KB 656/1710 KB 109/109 KB 192/531 KB 184/214 KB 194/1267 KB 644/1710 KB 109/109 KB 180/531 KB 184/214 KB 194/1267 KB 656/1710 KB 109/109 KB 192/531 KB 188/214 KB 194/1267 KB 656/1710 KB 109/109 KB 192/531 KB 192/214 KB 194/1267 KB 656/1710 KB 109/109 KB 192/531 KB 196/214 KB 194/1267 KB 660/1710 KB 109/109 KB 196/531 KB 200/214 KB 194/1267 KB 660/1710 KB 109/109 KB 196/531 KB 204/214 KB 194/1267 KB 660/1710 KB 109/109 KB 196/531 KB 208/214 KB 194/1267 KB 644/1710 KB 109/109 KB 180/531 KB 180/214 KB 194/1267 KB 660/1710 KB 109/109 KB 196/531 KB 208/214 KB 198/1267 KB 660/1710 KB 109/109 KB 196/531 KB 208/214 KB 202/1267 KB 660/1710 KB 109/109 KB 196/531 KB 208/214 KB 206/1267 KB 660/1710 KB 109/109 KB 196/531 KB 208/214 KB 210/1267 KB 660/1710 KB 109/109 KB 196/531 KB 212/214 KB 214/1267 KB 660/1710 KB 109/109 KB 196/531 KB 212/214 KB 218/1267 KB 660/1710 KB 109/109 KB 196/531 KB 212/214 KB 222/1267 KB 660/1710 KB 109/109 KB 196/531 KB 196/214 KB 194/1267 KB 664/1710 KB 109/109 KB 196/531 KB 212/214 KB 222/1267 KB 668/1710 KB 109/109 KB 196/531 KB 212/214 KB 222/1267 KB 672/1710 KB 109/109 KB 196/531 KB 212/214 KB 222/1267 KB 656/1710 KB 109/109 KB 196/531 KB 196/214 KB 194/1267 KB 672/1710 KB 109/109 KB 200/531 KB 212/214 KB 222/1267 KB 672/1710 KB 109/109 KB 204/531 KB 212/214 KB 222/1267 KB 672/1710 KB 109/109 KB 208/531 KB 212/214 KB 222/1267 KB 660/1710 KB 109/109 KB 196/531 KB 212/214 KB 210/1267 KB 672/1710 KB 109/109 KB 208/531 KB 214/214 KB 222/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 430.6 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 676/1710 KB 212/531 KB 214/214 KB 222/1267 KB 680/1710 KB 212/531 KB 214/214 KB 226/1267 KB 684/1710 KB 212/531 KB 214/214 KB 226/1267 KB 688/1710 KB 212/531 KB 214/214 KB 226/1267 KB 672/1710 KB 109/109 KB 212/531 KB 214/214 KB 222/1267 KB 688/1710 KB 216/531 KB 214/214 KB 226/1267 KB 688/1710 KB 220/531 KB 214/214 KB 226/1267 KB 688/1710 KB 224/531 KB 214/214 KB 226/1267 KB 676/1710 KB 212/531 KB 214/214 KB 226/1267 KB 688/1710 KB 224/531 KB 214/214 KB 230/1267 KB 688/1710 KB 228/531 KB 214/214 KB 234/1267 KB 688/1710 KB 228/531 KB 214/214 KB 238/1267 KB 688/1710 KB 228/531 KB 214/214 KB 242/1267 KB 692/1710 KB 228/531 KB 214/214 KB 246/1267 KB 692/1710 KB 228/531 KB 214/214 KB 250/1267 KB 692/1710 KB 228/531 KB 214/214 KB 254/1267 KB 688/1710 KB 228/531 KB 214/214 KB 230/1267 KB 692/1710 KB 232/531 KB 214/214 KB 254/1267 KB 692/1710 KB 236/531 KB 214/214 KB 254/1267 KB 692/1710 KB 240/531 KB 214/214 KB 254/1267 KB 692/1710 KB 228/531 KB 214/214 KB 242/1267 KB 696/1710 KB 240/531 KB 214/214 KB 254/1267 KB 700/1710 KB 240/531 KB 214/214 KB 254/1267 KB 704/1710 KB 240/531 KB 214/214 KB 254/1267 KB 708/1710 KB 240/531 KB 254/1267 KB 712/1710 KB 244/531 KB 258/1267 KB 716/1710 KB 244/531 KB 258/1267 KB 720/1710 KB 244/531 KB 258/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 828.9 KB/sec) unit-abot-epc-basic-0: 13:22:12 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-oai-hss-0: 13:22:12 DEBUG unit.oai-hss/0.install CC rsa.lo unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 708/1710 KB 244/531 KB 258/1267 KB 720/1710 KB 244/531 KB 262/1267 KB 708/1710 KB 244/531 KB 254/1267 KB 720/1710 KB 244/531 KB 4/80 KB 262/1267 KB 720/1710 KB 244/531 KB 8/80 KB 262/1267 KB 720/1710 KB 244/531 KB 12/80 KB 262/1267 KB 720/1710 KB 244/531 KB 16/80 KB 262/1267 KB 720/1710 KB 244/531 KB 20/80 KB 262/1267 KB 720/1710 KB 248/531 KB 24/80 KB 262/1267 KB 720/1710 KB 248/531 KB 28/80 KB 262/1267 KB 720/1710 KB 248/531 KB 32/80 KB 266/1267 KB 720/1710 KB 248/531 KB 36/80 KB 266/1267 KB 724/1710 KB 248/531 KB 40/80 KB 266/1267 KB 724/1710 KB 248/531 KB 44/80 KB 266/1267 KB 724/1710 KB 248/531 KB 48/80 KB 266/1267 KB 720/1710 KB 248/531 KB 20/80 KB 262/1267 KB 724/1710 KB 252/531 KB 48/80 KB 266/1267 KB 724/1710 KB 256/531 KB 48/80 KB 266/1267 KB 724/1710 KB 260/531 KB 48/80 KB 266/1267 KB 724/1710 KB 264/531 KB 48/80 KB 266/1267 KB 724/1710 KB 268/531 KB 48/80 KB 266/1267 KB 724/1710 KB 272/531 KB 48/80 KB 266/1267 KB 724/1710 KB 248/531 KB 36/80 KB 266/1267 KB 728/1710 KB 272/531 KB 48/80 KB 266/1267 KB 732/1710 KB 272/531 KB 48/80 KB 266/1267 KB 736/1710 KB 272/531 KB 48/80 KB 266/1267 KB 740/1710 KB 272/531 KB 48/80 KB 266/1267 KB 744/1710 KB 276/531 KB 52/80 KB 266/1267 KB 748/1710 KB 276/531 KB 52/80 KB 266/1267 KB 752/1710 KB 276/531 KB 52/80 KB 266/1267 KB 756/1710 KB 276/531 KB 52/80 KB 266/1267 KB 720/1710 KB 248/531 KB 28/80 KB 266/1267 KB 756/1710 KB 276/531 KB 52/80 KB 270/1267 KB 756/1710 KB 3/1044 KB 276/531 KB 52/80 KB 270/1267 KB 756/1710 KB 5/1044 KB 276/531 KB 52/80 KB 270/1267 KB 756/1710 KB 8/1044 KB 276/531 KB 52/80 KB 270/1267 KB 756/1710 KB 11/1044 KB 276/531 KB 52/80 KB 274/1267 KB 756/1710 KB 13/1044 KB 276/531 KB 52/80 KB 274/1267 KB 740/1710 KB 276/531 KB 52/80 KB 266/1267 KB 756/1710 KB 13/1044 KB 280/531 KB 52/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 284/531 KB 52/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 288/531 KB 52/80 KB 274/1267 KB 740/1710 KB 272/531 KB 52/80 KB 266/1267 KB 756/1710 KB 16/1044 KB 288/531 KB 56/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 288/531 KB 60/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 288/531 KB 64/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 288/531 KB 68/80 KB 274/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 72/80 KB 274/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 76/80 KB 274/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 80/80 KB 274/1267 KB 756/1710 KB 16/1044 KB 280/531 KB 52/80 KB 274/1267 KB 756/1710 KB 8/1044 KB 276/531 KB 52/80 KB 274/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 80/80 KB 278/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 80/80 KB 282/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 80/80 KB 286/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 80/80 KB 290/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 294/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 298/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 302/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 306/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 310/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 314/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 318/1267 KB 760/1710 KB 16/1044 KB 292/531 KB 68/80 KB 274/1267 KB 764/1710 KB 19/1044 KB 292/531 KB 80/80 KB 318/1267 KB 768/1710 KB 19/1044 KB 292/531 KB 80/80 KB 318/1267 KB 756/1710 KB 16/1044 KB 292/531 KB 68/80 KB 274/1267 KB 768/1710 KB 19/1044 KB 296/531 KB 80/80 KB 318/1267 KB 768/1710 KB 19/1044 KB 300/531 KB 80/80 KB 318/1267 KB 768/1710 KB 19/1044 KB 304/531 K unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install B 80/80 KB 318/1267 KB 760/1710 KB 19/1044 KB 292/531 KB 80/80 KB 290/1267 KB 768/1710 KB 21/1044 KB 304/531 KB 80/80 KB 318/1267 KB 768/1710 KB 24/1044 KB 304/531 KB 80/80 KB 318/1267 KB 768/1710 KB 27/1044 KB 304/531 KB 80/80 KB 318/1267 KB 768/1710 KB 29/1044 KB 304/531 KB 80/80 KB 318/1267 KB 768/1710 KB 29/1044 KB 308/531 KB 80/80 KB 318/1267 KB 772/1710 KB 32/1044 KB 312/531 KB 80/80 KB 318/1267 KB 772/1710 KB 32/1044 KB 316/531 KB 80/80 KB 318/1267 KB 772/1710 KB 32/1044 KB 320/531 KB 80/80 KB 318/1267 KB 772/1710 KB 32/1044 KB 324/531 KB 80/80 KB 318/1267 KB 772/1710 KB 32/1044 KB 328/531 KB 80/80 KB 322/1267 KB 772/1710 KB 32/1044 KB 332/531 KB 80/80 KB 322/1267 KB 772/1710 KB 32/1044 KB 336/531 KB 80/80 KB 322/1267 KB 772/1710 KB 32/1044 KB 308/531 KB 80/80 KB 318/1267 KB 776/1710 KB 32/1044 KB 336/531 KB 80/80 KB 322/1267 KB 780/1710 KB 32/1044 KB 336/531 KB 80/80 KB 322/1267 KB 784/1710 KB 32/1044 KB 336/531 KB 80/80 KB 322/1267 KB 768/1710 KB 32/1044 KB 308/531 KB 80/80 KB 318/1267 KB 784/1710 KB 36/1044 KB 336/531 KB 80/80 KB 322/1267 KB 784/1710 KB 40/1044 KB 336/531 KB 80/80 KB 322/1267 KB 784/1710 KB 44/1044 KB 336/531 KB 80/80 KB 322/1267 KB 784/1710 KB 48/1044 KB 336/531 KB 80/80 KB 322/1267 KB 784/1710 KB 52/1044 KB 336/531 KB 322/1267 KB 784/1710 KB 56/1044 KB 336/531 KB 322/1267 KB 788/1710 KB 60/1044 KB 336/531 KB 322/1267 KB 772/1710 KB 32/1044 KB 324/531 KB 80/80 KB 322/1267 KB 788/1710 KB 64/1044 KB 336/531 KB 326/1267 KB 788/1710 KB 64/1044 KB 336/531 KB 330/1267 KB 788/1710 KB 64/1044 KB 336/531 KB 334/1267 KB 788/1710 KB 64/1044 KB 336/531 KB 338/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 342/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 346/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 350/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 354/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 358/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 362/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 366/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 370/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 374/1267 KB 788/1710 KB 64/1044 KB 340/531 KB 378/1267 KB 788/1710 KB 56/1044 KB 336/531 KB 322/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 279.0 KB/sec) unit-abot-epc-basic-0: 13:22:12 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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 788/1710 KB 64/1044 KB 340/531 KB 338/1267 KB 788/1710 KB 64/1044 KB 344/531 KB 378/1267 KB 788/1710 KB 64/1044 KB 336/531 KB 338/1267 KB 792/1710 KB 68/1044 KB 348/531 KB 378/1267 KB 792/1710 KB 64/1044 KB 344/531 KB 378/1267 KB 796/1710 KB 68/1044 KB 348/531 KB 378/1267 KB 800/1710 KB 68/1044 KB 348/531 KB 378/1267 KB 792/1710 KB 64/1044 KB 348/531 KB 378/1267 KB 800/1710 KB 68/1044 KB 352/531 KB 378/1267 KB 800/1710 KB 68/1044 KB 356/531 KB 378/1267 KB 804/1710 KB 72/1044 KB 360/531 KB 378/1267 KB 804/1710 KB 72/1044 KB 364/531 KB 378/1267 KB 804/1710 KB 72/1044 KB 368/531 KB 378/1267 KB 804/1710 KB 72/1044 KB 372/531 KB 378/1267 KB 804/1710 KB 72/1044 KB 356/531 KB 378/1267 KB 808/1710 KB 72/1044 KB 372/531 KB 382/1267 KB 812/1710 KB 72/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 72/1044 KB 372/531 KB 382/1267 KB 800/1710 KB 72/1044 KB 356/531 KB 378/1267 KB 816/1710 KB 76/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 80/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 84/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 88/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 92/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 96/1044 KB 372/531 KB 382/1267 KB 816/1710 KB 100/1044 KB 372/531 KB 382/1267 KB 804/1710 KB 72/1044 KB 372/531 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 4/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 8/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 12/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 16/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 20/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 24/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 28/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 32/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 376/531 KB 382/1267 KB 820/1710 KB 100/1044 KB 380/531 KB 32/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 384/531 KB 32/61 KB 382/1267 KB 820/1710 KB 100/1044 KB 372/531 KB 382/1267 KB 824/1710 KB 100/1044 KB 384/531 KB 32/61 KB 382/1267 KB 828/1710 KB 100/1044 KB 384/531 KB 32/61 KB 382/1267 KB 832/1710 KB 100/1044 KB 384/531 KB 32/61 KB 382/1267 KB 836/1710 KB 100/1044 KB 384/531 KB 32/61 KB 382/1267 KB 840/1710 KB 104/1044 KB 388/531 KB 36/61 KB 386/1267 KB 844/1710 KB 104/1044 KB 388/531 KB 36/61 KB 386/1267 KB 848/1710 KB 104/1044 KB 388/531 KB 36/61 KB 386/1267 KB 836/1710 KB 104/1044 KB 384/531 KB 32/61 KB 382/1267 KB 848/1710 KB 108/1044 KB 388/531 KB 36/61 KB 386/1267 KB 848/1710 KB 112/1044 KB 388/531 KB 36/61 KB 386/1267 KB 848/1710 KB 116/1044 KB 388/531 KB 36/61 KB 386/1267 KB 852/1710 KB 120/1044 KB 388/531 KB 36/61 KB 386/1267 KB 852/1710 KB 124/1044 KB 388/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 388/531 KB 36/61 KB 386/1267 KB 836/1710 KB 104/1044 KB 388/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 392/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 396/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 400/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 404/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 408/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 412/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 416/531 KB 36/61 KB 386/1267 KB 852/1710 KB 128/1044 KB 420/531 KB 36/61 KB 386/1267 KB 852/1710 KB 132/1044 KB 424/531 KB 36/61 KB 386/1267 KB 852/1710 KB 132/1044 KB 428/531 KB 36/61 KB 386/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 36/61 KB 386/1267 KB 836/1710 KB 104/1044 KB 384/531 KB 36/61 KB 386/1267 KB 836/1710 KB 104/104 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 4 KB 384/531 KB 32/61 KB 386/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 36/61 KB 390/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 36/61 KB 394/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 36/61 KB 398/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 36/61 KB 402/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 406/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 410/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 414/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 418/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 422/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 426/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 430/1267 KB 852/1710 KB 132/1044 KB 420/531 KB 36/61 KB 386/1267 KB 852/1710 KB 136/1044 KB 432/531 KB 40/61 KB 430/1267 KB 852/1710 KB 140/1044 KB 432/531 KB 40/61 KB 430/1267 KB 852/1710 KB 144/1044 KB 432/531 KB 40/61 KB 430/1267 KB 852/1710 KB 116/1044 KB 388/531 KB 36/61 KB 386/1267 KB 856/1710 KB 144/1044 KB 432/531 KB 40/61 KB 430/1267 KB 860/1710 KB 144/1044 KB 432/531 KB 40/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 40/61 KB 430/1267 KB 852/1710 KB 132/1044 KB 432/531 KB 40/61 KB 402/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 44/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 48/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 52/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 56/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 60/61 KB 430/1267 KB 864/1710 KB 144/1044 KB 432/531 KB 61/61 KB 430/1267 KB 868/1710 KB 144/1044 KB 432/531 KB 61/61 KB 430/1267 KB 872/1710 KB 144/1044 KB 432/531 KB 61/61 KB 430/1267 KB 876/1710 KB 144/1044 KB 432/531 KB 61/61 KB 430/1267 KB 880/1710 KB 144/1044 KB 436/531 KB 61/61 KB 434/1267 KB 880/1710 KB 148/1044 KB 436/531 KB 61/61 KB 434/1267 KB 880/1710 KB 152/1044 KB 436/531 KB 61/61 KB 434/1267 KB 880/1710 KB 156/1044 KB 436/531 KB 61/61 KB 434/1267 KB 876/1710 KB 144/1044 KB 436/531 KB 61/61 KB 434/1267 KB 880/1710 KB 156/1044 KB 440/531 KB 61/61 KB 434/1267 KB 880/1710 KB 160/1044 KB 444/531 KB 61/61 KB 434/1267 KB 884/1710 KB 160/1044 KB 448/531 KB 61/61 KB 434/1267 KB 876/1710 KB 144/1044 KB 432/531 KB 61/61 KB 434/1267 KB 884/1710 KB 160/1044 KB 448/531 KB 61/61 KB 438/1267 KB 884/1710 KB 160/1044 KB 448/531 KB 61/61 KB 442/1267 KB 884/1710 KB 160/1044 KB 448/531 KB 61/61 KB 446/1267 KB 884/1710 KB 160/1044 KB 444/531 KB 61/61 KB 434/1267 KB 888/1710 KB 160/1044 KB 448/531 KB 61/61 KB 446/1267 KB 892/1710 KB 160/1044 KB 448/531 KB 61/61 KB 446/1267 KB 896/1710 KB 160/1044 KB 448/531 KB 61/61 KB 450/1267 KB 900/1710 KB 160/1044 KB 448/531 KB 61/61 KB 450/1267 KB 904/1710 KB 160/1044 KB 452/531 KB 61/61 KB 450/1267 KB 908/1710 KB 160/1044 KB 452/531 KB 61/61 KB 450/1267 KB 912/1710 KB 160/1044 KB 452/531 KB 61/61 KB 450/1267 KB 916/1710 KB 160/1044 KB 452/531 KB 61/61 KB 450/1267 KB 880/1710 KB 160/1044 KB 440/531 KB 61/61 KB 434/1267 KB 916/1710 KB 164/1044 KB 452/531 KB 61/61 KB 450/1267 KB 916/1710 KB 168/1044 KB 452/531 KB 61/61 KB 450/1267 KB 916/1710 KB 172/1044 KB 452/531 KB 61/61 KB 450/1267 KB 916/1710 KB 176/1044 KB 452/531 KB 61/61 KB 450/1267 KB 900/1710 KB 160/1044 KB 452/531 KB 61/61 KB 450/1267 KB 916/1710 KB 176/1044 KB 456/531 KB 61/61 KB 450/1267 KB 916/1710 KB 176/1044 KB 460/531 KB 61/61 KB 450/1267 KB 916/1710 KB 176/1044 KB 464/531 KB 61/61 KB 450/1267 KB 916/1710 KB 176/1044 KB 468/531 KB 61/61 KB 450/1267 KB 916/1710 KB 180/1044 KB 47 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 2/531 KB 450/1267 KB 916/1710 KB 180/1044 KB 476/531 KB 450/1267 KB 892/1710 KB 160/1044 KB 448/531 KB 61/61 KB 450/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 454/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 458/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 462/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 466/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 470/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 474/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 478/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 482/1267 KB 920/1710 KB 180/1044 KB 476/531 KB 450/1267 KB 924/1710 KB 180/1044 KB 480/531 KB 482/1267 KB 928/1710 KB 180/1044 KB 480/531 KB 482/1267 KB 916/1710 KB 180/1044 KB 468/531 KB 450/1267 KB 928/1710 KB 184/1044 KB 480/531 KB 482/1267 KB 928/1710 KB 188/1044 KB 480/531 KB 482/1267 KB 928/1710 KB 192/1044 KB 480/531 KB 482/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 191.1 KB/sec) unit-abot-epc-basic-0: 13:22:12 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-oai-hss-0: 13:22:12 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 920/1710 KB 180/1044 KB 480/531 KB 482/1267 KB 928/1710 KB 192/1044 KB 484/531 KB 482/1267 KB 932/1710 KB 196/1044 KB 488/531 KB 486/1267 KB 932/1710 KB 196/1044 KB 484/531 KB 486/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 490/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 494/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 498/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 502/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 506/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 510/1267 KB 932/1710 KB 196/1044 KB 484/531 KB 482/1267 KB 928/1710 KB 196/1044 KB 484/531 KB 482/1267 KB 932/1710 KB 200/1044 KB 492/531 KB 510/1267 KB 932/1710 KB 204/1044 KB 492/531 KB 510/1267 KB 932/1710 KB 196/1044 KB 492/531 KB 498/1267 KB 932/1710 KB 208/1044 KB 496/531 KB 510/1267 KB 936/1710 KB 208/1044 KB 496/531 KB 510/1267 KB 940/1710 KB 208/1044 KB 496/531 KB 510/1267 KB 944/1710 KB 208/1044 KB 496/531 KB 510/1267 KB 948/1710 KB 208/1044 KB 496/531 KB 510/1267 KB 948/1710 KB 208/1044 KB 500/531 KB 510/1267 KB 932/1710 KB 208/1044 KB 492/531 KB 510/1267 KB 948/1710 KB 208/1044 KB 500/531 KB 4/1063 KB 510/1267 KB 948/1710 KB 208/1044 KB 500/531 KB 8/1063 KB 510/1267 KB 948/1710 KB 208/1044 KB 500/531 KB 12/1063 KB 510/1267 KB 948/1710 KB 212/1044 KB 500/531 KB 12/1063 KB 510/1267 KB 948/1710 KB 216/1044 KB 500/531 KB 16/1063 KB 510/1267 KB 952/1710 KB 220/1044 KB 504/531 KB 16/1063 KB 510/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 16/1063 KB 514/1267 KB 948/1710 KB 212/1044 KB 500/531 KB 16/1063 KB 510/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 20/1063 KB 514/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 24/1063 KB 514/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 28/1063 KB 514/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 32/1063 KB 514/1267 KB 952/1710 KB 224/1044 KB 504/531 KB 36/1063 KB 514/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 40/1063 KB 514/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 44/1063 KB 514/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 48/1063 KB 514/1267 KB 952/1710 KB 220/1044 KB 504/531 KB 16/1063 KB 514/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 48/1063 KB 518/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 48/1063 KB 522/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 48/1063 KB 526/1267 KB 952/1710 KB 216/1044 KB 504/531 KB 16/1063 KB 510/1267 KB 952/1710 KB 228/1044 KB 508/531 KB 48/1063 KB 526/1267 KB 952/1710 KB 228/1044 KB 512/531 KB 48/1063 KB 526/1267 KB 952/1710 KB 216/1044 KB 500/531 KB 16/1063 KB 510/1267 KB 956/1710 KB 228/1044 KB 512/531 KB 48/1063 KB 526/1267 KB 960/1710 KB 228/1044 KB 512/531 KB 48/1063 KB 526/1267 KB 960/1710 KB 228/1044 KB 516/531 KB 48/1063 KB 526/1267 KB 964/1710 KB 228/1044 KB 520/531 KB 48/1063 KB 526/1267 KB 964/1710 KB 228/1044 KB 524/531 KB 48/1063 KB 526/1267 KB 964/1710 KB 228/1044 KB 528/531 KB 48/1063 KB 526/1267 KB 964/1710 KB 228/1044 KB 531/531 KB 48/1063 KB 526/1267 KB 952/1710 KB 228/1044 KB 504/531 KB 36/1063 KB 514/1267 KB 964/1710 KB 232/1044 KB 531/531 KB 48/1063 KB 530/1267 KB 964/1710 KB 236/1044 KB 531/531 KB 48/1063 KB 530/1267 KB 964/1710 KB 236/1044 KB 531/531 KB 52/1063 KB 530/1267 KB 964/1710 KB 228/1044 KB 531/531 KB 48/1063 KB 530/1267 KB 964/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 534/1267 KB 964/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 538/1267 KB 964/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 542/1267 KB 964/1710 KB 228/1044 KB 524/531 KB 48/1063 KB 526/1267 KB 968/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 542/1267 KB 972/1710 KB 240/1044 KB 531/531 K unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install B 52/1063 KB 542/1267 KB 976/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 542/1267 KB 980/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 542/1267 KB 984/1710 KB 240/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 988/1710 KB 240/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 964/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 530/1267 KB 988/1710 KB 244/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 988/1710 KB 248/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 988/1710 KB 252/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 988/1710 KB 256/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 980/1710 KB 240/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 60/1063 KB 546/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 64/1063 KB 546/1267 KB 980/1710 KB 240/1044 KB 531/531 KB 52/1063 KB 546/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 64/1063 KB 550/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 64/1063 KB 554/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 64/1063 KB 558/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 64/1063 KB 562/1267 KB 992/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 566/1267 KB 992/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 570/1267 KB 992/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 56/1063 KB 546/1267 KB 996/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 1000/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 1004/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 1008/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 992/1710 KB 260/1044 KB 531/531 KB 68/1063 KB 562/1267 KB 1008/1710 KB 264/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 1008/1710 KB 268/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 1008/1710 KB 272/1044 KB 531/531 KB 68/1063 KB 574/1267 KB 992/1710 KB 256/1044 KB 531/531 KB 68/1063 KB 562/1267 KB 1008/1710 KB 272/1044 KB 531/531 KB 72/1063 KB 574/1267 KB 1008/1710 KB 272/1044 KB 76/1063 KB 574/1267 KB 1008/1710 KB 272/1044 KB 80/1063 KB 574/1267 KB 1008/1710 KB 272/1044 KB 84/1063 KB 574/1267 KB 1012/1710 KB 276/1044 KB 88/1063 KB 578/1267 KB 1012/1710 KB 276/1044 KB 92/1063 KB 578/1267 KB 1012/1710 KB 276/1044 KB 96/1063 KB 578/1267 KB 1012/1710 KB 276/1044 KB 100/1063 KB 578/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 1519.5 KB/sec) unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:12 DEBUG unit.oai-hss/0.install CC srp.lo unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1012/1710 KB 276/1044 KB 84/1063 KB 578/1267 KB 1012/1710 KB 276/1044 KB 84/1063 KB 574/1267 KB 1016/1710 KB 276/1044 KB 100/1063 KB 582/1267 KB 1020/1710 KB 276/1044 KB 100/1063 KB 582/1267 KB 1024/1710 KB 276/1044 KB 100/1063 KB 582/1267 KB 1028/1710 KB 276/1044 KB 100/1063 KB 582/1267 KB 1008/1710 KB 276/1044 KB 84/1063 KB 574/1267 KB 1028/1710 KB 280/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 284/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 288/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 292/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 296/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 300/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 304/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 276/1044 KB 104/1063 KB 582/1267 KB 1028/1710 KB 304/1044 KB 108/1063 KB 582/1267 KB 1028/1710 KB 304/1044 KB 112/1063 KB 582/1267 KB 1012/1710 KB 276/1044 KB 100/1063 KB 582/1267 KB 1028/1710 KB 304/1044 KB 112/1063 KB 586/1267 KB 1028/1710 KB 304/1044 KB 112/1063 KB 590/1267 KB 1028/1710 KB 304/1044 KB 112/1063 KB 594/1267 KB 1032/1710 KB 304/1044 KB 112/1063 KB 598/1267 KB 1032/1710 KB 304/1044 KB 116/1063 KB 602/1267 KB 1032/1710 KB 304/1044 KB 116/1063 KB 606/1267 KB 1032/1710 KB 304/1044 KB 116/1063 KB 610/1267 KB 1032/1710 KB 308/1044 KB 116/1063 KB 614/1267 KB 1032/1710 KB 308/1044 KB 116/1063 KB 618/1267 KB 1032/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1032/1710 KB 304/1044 KB 112/1063 KB 594/1267 KB 1036/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1040/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1044/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1048/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1052/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1056/1710 KB 308/1044 KB 116/1063 KB 622/1267 KB 1032/1710 KB 308/1044 KB 116/1063 KB 610/1267 KB 1056/1710 KB 312/1044 KB 116/1063 KB 622/1267 KB 1056/1710 KB 316/1044 KB 116/1063 KB 622/1267 KB 1056/1710 KB 320/1044 KB 116/1063 KB 622/1267 KB 1032/1710 KB 304/1044 KB 116/1063 KB 598/1267 KB 1056/1710 KB 320/1044 KB 120/1063 KB 622/1267 KB 1056/1710 KB 320/1044 KB 124/1063 KB 622/1267 KB 1056/1710 KB 320/1044 KB 128/1063 KB 622/1267 KB 1056/1710 KB 320/1044 KB 132/1063 KB 622/1267 KB 1056/1710 KB 324/1044 KB 136/1063 KB 626/1267 KB 1056/1710 KB 324/1044 KB 140/1063 KB 626/1267 KB 1056/1710 KB 324/1044 KB 144/1063 KB 626/1267 KB 1060/1710 KB 324/1044 KB 144/1063 KB 626/1267 KB 1064/1710 KB 324/1044 KB 144/1063 KB 626/1267 KB 1068/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1072/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1076/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1080/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1056/1710 KB 324/1044 KB 132/1063 KB 626/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 630/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 634/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 638/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 642/1267 KB 1084/1710 KB 324/1044 KB 148/1063 KB 646/1267 KB 1056/1710 KB 324/1044 KB 132/1063 KB 622/1267 KB 1084/1710 KB 328/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 332/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 336/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 340/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 344/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 348/1044 KB 148/1063 KB 646/1267 KB 1084/1710 KB 352/1044 KB 148/1063 KB 646/1267 KB 1064/1710 KB 324/1044 KB 148/1063 KB 626/1267 KB 1084/1710 KB 352/1044 KB 152/1063 KB 646/1267 KB 1084/1710 KB 352/1044 KB 156/1063 K unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install B 646/1267 KB 1084/1710 KB 352/1044 KB 160/1063 KB 646/1267 KB 1084/1710 KB 352/1044 KB 164/1063 KB 646/1267 KB 1088/1710 KB 356/1044 KB 168/1063 KB 650/1267 KB 1088/1710 KB 356/1044 KB 172/1063 KB 650/1267 KB 1088/1710 KB 356/1044 KB 176/1063 KB 650/1267 KB 1088/1710 KB 356/1044 KB 164/1063 KB 650/1267 KB 1088/1710 KB 360/1044 KB 176/1063 KB 650/1267 KB 1088/1710 KB 364/1044 KB 176/1063 KB 650/1267 KB 1088/1710 KB 368/1044 KB 176/1063 KB 650/1267 KB 1088/1710 KB 372/1044 KB 176/1063 KB 650/1267 KB 1088/1710 KB 376/1044 KB 180/1063 KB 650/1267 KB 1088/1710 KB 380/1044 KB 180/1063 KB 650/1267 KB 1088/1710 KB 384/1044 KB 180/1063 KB 650/1267 KB 1088/1710 KB 352/1044 KB 164/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 4/713 KB 180/1063 KB 650/1267 KB 1084/1710 KB 352/1044 KB 164/1063 KB 650/1267 KB 1088/1710 KB 384/1044 KB 4/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 8/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 12/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 16/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 20/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 24/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 28/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 32/713 KB 180/1063 KB 650/1267 KB 1092/1710 KB 384/1044 KB 32/713 KB 180/1063 KB 654/1267 KB 1092/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 658/1267 KB 1096/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 662/1267 KB 1092/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 662/1267 KB 1096/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 666/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 670/1267 KB 1088/1710 KB 372/1044 KB 180/1063 KB 650/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 184/1063 KB 670/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 188/1063 KB 670/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 192/1063 KB 670/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 196/1063 KB 674/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 200/1063 KB 674/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 204/1063 KB 674/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 666/1267 KB 1104/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1108/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1112/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1116/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 36/713 KB 208/1063 KB 674/1267 KB 1092/1710 KB 384/1044 KB 36/713 KB 180/1063 KB 654/1267 KB 1120/1710 KB 384/1044 KB 40/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 44/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 48/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 52/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 56/713 KB 208/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 60/713 KB 208/1063 KB 674/1267 KB 1100/1710 KB 384/1044 KB 36/713 KB 192/1063 KB 674/1267 KB 1120/1710 KB 384/1044 KB 60/713 KB 208/1063 KB 678/1267 KB 1120/1710 KB 384/1044 KB 60/713 KB 208/1063 KB 682/1267 KB 1120/1710 KB 384/1044 KB 64/713 KB 208/1063 KB 686/1267 KB 1120/1710 KB 384/1044 KB 64/713 KB 208/1063 KB 682/1267 KB 1120/1710 KB 384/1044 KB 68/713 KB 208/1063 KB 686/1267 KB 1124/1710 KB 388/1044 KB 72/713 KB 212/1063 KB 690/1267 KB 1124/1710 KB 388/1044 KB 76/713 KB 212/1063 KB 690/1267 KB 1124/1710 KB 388/1044 KB 68/713 KB 212/1063 KB 690/1267 KB 1124/1710 KB 388/1044 KB 68/713 KB 208/1063 KB 690/1267 KB 11 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 24/1710 KB 388/1044 KB 80/713 KB 212/1063 KB 694/1267 KB 1124/1710 KB 388/1044 KB 80/713 KB 212/1063 KB 698/1267 KB 1124/1710 KB 388/1044 KB 68/713 KB 208/1063 KB 686/1267 KB 1124/1710 KB 384/1044 KB 68/713 KB 208/1063 KB 686/1267 KB 1128/1710 KB 388/1044 KB 80/713 KB 216/1063 KB 698/1267 KB 1132/1710 KB 388/1044 KB 80/713 KB 216/1063 KB 698/1267 KB 1136/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1140/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1144/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1148/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1152/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1124/1710 KB 388/1044 KB 80/713 KB 216/1063 KB 698/1267 KB 1152/1710 KB 392/1044 KB 80/713 KB 220/1063 KB 702/1267 KB 1152/1710 KB 392/1044 KB 80/713 KB 224/1063 KB 702/1267 KB 1124/1710 KB 388/1044 KB 80/713 KB 212/1063 KB 690/1267 KB 1152/1710 KB 392/1044 KB 84/713 KB 224/1063 KB 702/1267 KB 1152/1710 KB 392/1044 KB 88/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 392/1044 KB 92/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 392/1044 KB 96/713 KB 228/1063 KB 702/1267 KB 1132/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 702/1267 KB 1132/1710 KB 392/1044 KB 80/713 KB 216/1063 KB 698/1267 KB 1152/1710 KB 396/1044 KB 96/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 400/1044 KB 96/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 404/1044 KB 96/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 408/1044 KB 96/713 KB 228/1063 KB 706/1267 KB 1152/1710 KB 412/1044 KB 96/713 KB 228/1063 KB 706/1267 KB 1152/1710 KB 392/1044 KB 84/713 KB 228/1063 KB 702/1267 KB 1152/1710 KB 404/1044 KB 96/713 KB 228/1063 KB 706/1267 KB 1152/1710 KB 416/1044 KB 96/713 KB 228/1063 KB 710/1267 KB 1152/1710 KB 416/1044 KB 96/713 KB 228/1063 KB 714/1267 KB 1152/1710 KB 416/1044 KB 100/713 KB 228/1063 KB 718/1267 KB 1152/1710 KB 416/1044 KB 100/713 KB 232/1063 KB 718/1267 KB 1152/1710 KB 416/1044 KB 100/713 KB 232/1063 KB 722/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 726/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 730/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 734/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 738/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 742/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 746/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 750/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 754/1267 KB 1152/1710 KB 416/1044 KB 100/713 KB 228/1063 KB 714/1267 KB 1156/1710 KB 420/1044 KB 104/713 KB 232/1063 KB 754/1267 KB 1156/1710 KB 420/1044 KB 108/713 KB 232/1063 KB 754/1267 KB 1156/1710 KB 420/1044 KB 100/713 KB 232/1063 KB 722/1267 KB 1156/1710 KB 424/1044 KB 108/713 KB 232/1063 KB 754/1267 KB 1156/1710 KB 428/1044 KB 108/713 KB 232/1063 KB 754/1267 KB 1156/1710 KB 432/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1156/1710 KB 416/1044 KB 100/713 KB 232/1063 KB 722/1267 KB 1160/1710 KB 432/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1164/1710 KB 432/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1168/1710 KB 432/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1172/1710 KB 432/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1176/1710 KB 436/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1180/1710 KB 436/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1152/1710 KB 416/1044 KB 100/713 KB 232/1063 KB 718/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 236/1063 KB 754/1267 KB 1184/1710 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install KB 436/1044 KB 112/713 KB 240/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 244/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 248/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 252/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 256/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 260/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 264/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 268/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 272/1063 KB 754/1267 KB 1184/1710 KB 436/1044 KB 112/713 KB 276/1063 KB 754/1267 KB 1188/1710 KB 436/1044 KB 112/713 KB 280/1063 KB 758/1267 KB 1188/1710 KB 436/1044 KB 112/713 KB 284/1063 KB 758/1267 KB 1188/1710 KB 436/1044 KB 112/713 KB 288/1063 KB 758/1267 KB 1172/1710 KB 436/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1188/1710 KB 440/1044 KB 112/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 444/1044 KB 112/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 448/1044 KB 112/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 112/713 KB 288/1063 KB 758/1267 KB 1156/1710 KB 428/1044 KB 112/713 KB 232/1063 KB 754/1267 KB 1188/1710 KB 452/1044 KB 116/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 120/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 124/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 128/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 132/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 136/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 140/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 144/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 452/1044 KB 148/713 KB 288/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 152/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 156/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 160/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 164/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 168/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 172/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 758/1267 KB 1188/1710 KB 436/1044 KB 112/713 KB 276/1063 KB 758/1267 KB 1188/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 762/1267 KB 1188/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 766/1267 KB 1188/1710 KB 436/1044 KB 112/713 KB 276/1063 KB 754/1267 KB 1192/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 766/1267 KB 1196/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 766/1267 KB 1200/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 766/1267 KB 1204/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 766/1267 KB 1208/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 770/1267 KB 1212/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 770/1267 KB 1216/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 770/1267 KB 1188/1710 KB 456/1044 KB 148/713 KB 292/1063 KB 758/1267 KB 1216/1710 KB 456/1044 KB 176/713 KB 296/1063 KB 770/1267 KB 1216/1710 KB 456/1044 KB 176/713 KB 300/1063 KB 770/1267 KB 1216/1710 KB 456/1044 KB 176/713 KB 304/1063 KB 770/1267 KB 1216/1710 KB 456/1044 KB 176/713 KB 308/1063 KB 770/1267 KB 1188/1710 KB 456/1044 KB 148/713 KB 288/1063 KB 758/1267 KB 1220/1710 KB 460/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 464/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 468/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 472/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 476/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 480/1044 KB 180/713 KB 308/1063 KB 770 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install /1267 KB 1220/1710 KB 484/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 488/1044 KB 180/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 492/1044 KB 180/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 496/1044 KB 180/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 456/1044 KB 180/713 KB 308/1063 KB 770/1267 KB 1220/1710 KB 496/1044 KB 184/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 188/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 192/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 196/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 200/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 204/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 770/1267 KB 1220/1710 KB 456/1044 KB 176/713 KB 308/1063 KB 770/1267 KB 1204/1710 KB 456/1044 KB 176/713 KB 292/1063 KB 770/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 774/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 778/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 782/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 786/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 790/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 794/1267 KB 1220/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 798/1267 KB 1224/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 802/1267 KB 1224/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 806/1267 KB 1224/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 810/1267 KB 1224/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 814/1267 KB 1220/1710 KB 500/1044 KB 184/713 KB 312/1063 KB 770/1267 KB 1224/1710 KB 504/1044 KB 208/713 KB 312/1063 KB 814/1267 KB 1224/1710 KB 508/1044 KB 208/713 KB 312/1063 KB 814/1267 KB 1224/1710 KB 512/1044 KB 208/713 KB 312/1063 KB 814/1267 KB 1224/1710 KB 516/1044 KB 208/713 KB 312/1063 KB 814/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 312/1063 KB 818/1267 KB 1220/1710 KB 484/1044 KB 180/713 KB 312/1063 KB 770/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 316/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 320/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 324/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 328/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 332/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 336/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 340/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 344/1063 KB 818/1267 KB 1224/1710 KB 520/1044 KB 212/713 KB 348/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 352/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 356/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 360/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 364/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 368/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 372/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 376/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 380/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 384/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 818/1267 KB 1224/1710 KB 516/1044 KB 212/713 KB 312/1063 KB 818/1267 KB 1224/1710 KB 516/1044 KB 208/713 KB 312/1063 KB 818/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 822/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1224/1710 KB 500/1044 KB 208/713 KB 312/1063 KB 798/1267 KB 1228/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1232/1710 KB 524/1044 KB 212/713 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install KB 388/1063 KB 826/1267 KB 1236/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1240/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1244/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1248/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1252/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1256/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 826/1267 KB 1224/1710 KB 524/1044 KB 212/713 KB 348/1063 KB 818/1267 KB 1256/1710 KB 528/1044 KB 212/713 KB 388/1063 KB 830/1267 KB 1256/1710 KB 524/1044 KB 212/713 KB 388/1063 KB 830/1267 KB 1260/1710 KB 528/1044 KB 212/713 KB 388/1063 KB 830/1267 KB 1264/1710 KB 528/1044 KB 212/713 KB 388/1063 KB 834/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 838/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 842/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 846/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 850/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 854/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 858/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 532/1044 KB 216/713 KB 388/1063 KB 834/1267 KB 1264/1710 KB 536/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 540/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 544/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 548/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 552/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 556/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 560/1044 KB 216/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 528/1044 KB 216/713 KB 388/1063 KB 834/1267 KB 1264/1710 KB 560/1044 KB 220/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 560/1044 KB 224/713 KB 388/1063 KB 862/1267 KB 1264/1710 KB 528/1044 KB 212/713 KB 388/1063 KB 834/1267 KB 1268/1710 KB 560/1044 KB 224/713 KB 388/1063 KB 862/1267 KB 1272/1710 KB 560/1044 KB 228/713 KB 388/1063 KB 862/1267 KB 1276/1710 KB 560/1044 KB 228/713 KB 388/1063 KB 862/1267 KB 1280/1710 KB 560/1044 KB 228/713 KB 388/1063 KB 862/1267 KB 1268/1710 KB 560/1044 KB 228/713 KB 388/1063 KB 862/1267 KB 1280/1710 KB 560/1044 KB 232/713 KB 388/1063 KB 862/1267 KB 1280/1710 KB 560/1044 KB 236/713 KB 388/1063 KB 862/1267 KB 1280/1710 KB 560/1044 KB 240/713 KB 388/1063 KB 862/1267 KB 1284/1710 KB 560/1044 KB 244/713 KB 388/1063 KB 862/1267 KB 1284/1710 KB 560/1044 KB 248/713 KB 388/1063 KB 866/1267 KB 1284/1710 KB 560/1044 KB 252/713 KB 388/1063 KB 866/1267 KB 1284/1710 KB 560/1044 KB 240/713 KB 388/1063 KB 862/1267 KB 1288/1710 KB 560/1044 KB 252/713 KB 388/1063 KB 866/1267 KB 1292/1710 KB 560/1044 KB 252/713 KB 388/1063 KB 866/1267 KB 1296/1710 KB 560/1044 KB 252/713 KB 388/1063 KB 866/1267 KB 1300/1710 KB 560/1044 KB 252/713 KB 388/1063 KB 866/1267 KB 1304/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1308/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1312/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1316/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1320/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1324/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1328/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1332/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1284/1710 KB 560/1044 KB 244/713 KB 388/1063 KB 866/1267 KB 1332/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 870/1267 KB 1300/1710 KB 564/1044 KB 256/713 KB 392/1063 KB 866/1267 KB 1300/1710 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 564/1044 KB 256/713 KB 388/1063 KB 866/1267 KB 1332/1710 KB 568/1044 KB 256/713 KB 392/1063 KB 870/1267 KB 1332/1710 KB 572/1044 KB 256/713 KB 396/1063 KB 870/1267 KB 1332/1710 KB 576/1044 KB 256/713 KB 396/1063 KB 870/1267 KB 1332/1710 KB 580/1044 KB 256/713 KB 396/1063 KB 870/1267 KB 1332/1710 KB 584/1044 KB 256/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 588/1044 KB 256/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 256/713 KB 396/1063 KB 874/1267 KB 1300/1710 KB 560/1044 KB 256/713 KB 388/1063 KB 866/1267 KB 1332/1710 KB 592/1044 KB 260/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 264/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 268/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 272/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 276/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 280/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 284/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 288/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 592/1044 KB 292/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 580/1044 KB 256/713 KB 396/1063 KB 874/1267 KB 1332/1710 KB 568/1044 KB 256/713 KB 396/1063 KB 870/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 400/1063 KB 874/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 404/1063 KB 874/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 408/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 412/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 416/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 420/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 424/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 428/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 396/1063 KB 874/1267 KB 1340/1710 KB 596/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1344/1710 KB 596/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1332/1710 KB 596/1044 KB 292/713 KB 396/1063 KB 874/1267 KB 1344/1710 KB 600/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1344/1710 KB 604/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 878/1267 KB 1336/1710 KB 596/1044 KB 292/713 KB 404/1063 KB 878/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 882/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 886/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 890/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 894/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 898/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 902/1267 KB 1344/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 906/1267 KB 1348/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 910/1267 KB 1348/1710 KB 608/1044 KB 296/713 KB 436/1063 KB 914/1267 KB 1348/1710 KB 612/1044 KB 296/713 KB 436/1063 KB 918/1267 KB 1348/1710 KB 612/1044 KB 296/713 KB 436/1063 KB 922/1267 KB 1348/1710 KB 612/1044 KB 296/713 KB 436/1063 KB 926/1267 KB 1348/1710 KB 608/1044 KB 292/713 KB 432/1063 KB 906/1267 KB 1348/1710 KB 612/1044 KB 296/713 KB 436/1063 KB 914/1267 KB 1348/1710 KB 616/1044 KB 296/713 KB 436/1063 KB 926/1267 KB 1348/1710 KB 620/1044 KB 296/713 KB 436/1063 KB 926/1267 KB 1352/1710 KB 624/1044 KB 296/713 KB 436/1063 KB 926/1267 KB 1348/1710 KB 608/1044 KB 296/713 KB 436/1063 KB 910/1267 KB 1348/1710 KB 608/1044 KB 296/713 KB 432/1063 KB 910/1267 KB 1352/1710 KB 624/1044 KB 300/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 624/1044 KB 304/713 KB 440/1063 KB 926/1267 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install KB 1352/1710 KB 624/1044 KB 308/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 624/1044 KB 312/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 624/1044 KB 316/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 624/1044 KB 320/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 628/1044 KB 324/713 KB 440/1063 KB 926/1267 KB 1352/1710 KB 628/1044 KB 328/713 KB 440/1063 KB 930/1267 KB 1352/1710 KB 628/1044 KB 332/713 KB 440/1063 KB 930/1267 KB 1352/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1352/1710 KB 620/1044 KB 296/713 KB 436/1063 KB 926/1267 KB 1356/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1360/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1364/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1368/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1372/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1376/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 930/1267 KB 1352/1710 KB 628/1044 KB 324/713 KB 440/1063 KB 930/1267 KB 1376/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 934/1267 KB 1376/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 938/1267 KB 1376/1710 KB 628/1044 KB 336/713 KB 440/1063 KB 942/1267 KB 1352/1710 KB 628/1044 KB 320/713 KB 440/1063 KB 926/1267 KB 1376/1710 KB 632/1044 KB 336/713 KB 440/1063 KB 942/1267 KB 1376/1710 KB 636/1044 KB 336/713 KB 440/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 440/1063 KB 942/1267 KB 1352/1710 KB 624/1044 KB 296/713 KB 440/1063 KB 926/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 444/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 448/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 452/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 456/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 460/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 464/1063 KB 942/1267 KB 1376/1710 KB 640/1044 KB 336/713 KB 468/1063 KB 942/1267 KB 1380/1710 KB 644/1044 KB 340/713 KB 472/1063 KB 946/1267 KB 1380/1710 KB 644/1044 KB 340/713 KB 476/1063 KB 946/1267 KB 1380/1710 KB 644/1044 KB 340/713 KB 480/1063 KB 946/1267 KB 1380/1710 KB 640/1044 KB 336/713 KB 468/1063 KB 942/1267 KB 1384/1710 KB 644/1044 KB 340/713 KB 480/1063 KB 946/1267 KB 1388/1710 KB 644/1044 KB 340/713 KB 480/1063 KB 946/1267 KB 1392/1710 KB 644/1044 KB 340/713 KB 480/1063 KB 946/1267 KB 1396/1710 KB 644/1044 KB 340/713 KB 480/1063 KB 946/1267 KB 1400/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1404/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1408/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1412/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1416/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1380/1710 KB 644/1044 KB 340/713 KB 468/1063 KB 946/1267 KB 1380/1710 KB 644/1044 KB 336/713 KB 468/1063 KB 946/1267 KB 1420/1710 KB 648/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 652/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 656/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 660/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1380/1710 KB 640/1044 KB 336/713 KB 468/1063 KB 946/1267 KB 1420/1710 KB 660/1044 KB 344/713 KB 484/1063 KB 950/1267 KB 1420/1710 KB 660/1044 KB 344/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 660/1044 KB 344/713 KB 484/1063 KB 954/1267 KB 1420/1710 KB 660/1044 KB 344/713 KB 484/1063 KB 958/1267 KB 1420/1710 KB 660/1044 KB 344/713 KB 484/1063 KB 962/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 484/1063 KB 966/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 484/1063 KB 970/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 484/1063 KB 974/1267 KB 1396/1710 KB 644/1044 KB 340/713 KB 484/1063 KB 946/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 488/1063 KB 974/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 492/1063 KB 974/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 496/1063 KB 974/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 500/1063 KB 974/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 504/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 508/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 484/1063 KB 962/1267 KB 1420/1710 KB 660/1044 KB 348/713 KB 484/1063 KB 962/1267 KB 1420/1710 KB 664/1044 KB 352/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 356/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 360/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 668/1044 KB 364/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 668/1044 KB 368/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 668/1044 KB 372/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 664/1044 KB 348/713 KB 500/1063 KB 978/1267 KB 1424/1710 KB 668/1044 KB 372/713 KB 512/1063 KB 982/1267 KB 1424/1710 KB 668/1044 KB 372/713 KB 512/1063 KB 986/1267 KB 1424/1710 KB 668/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 668/1044 KB 372/713 KB 512/1063 KB 978/1267 KB 1420/1710 KB 668/1044 KB 360/713 KB 512/1063 KB 978/1267 KB 1424/1710 KB 672/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 676/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 680/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 684/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 688/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1424/1710 KB 692/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1428/1710 KB 696/1044 KB 376/713 KB 516/1063 KB 994/1267 KB 1428/1710 KB 700/1044 KB 376/713 KB 516/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 376/713 KB 516/1063 KB 994/1267 KB 1424/1710 KB 668/1044 KB 376/713 KB 516/1063 KB 986/1267 KB 1428/1710 KB 704/1044 KB 376/713 KB 520/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 376/713 KB 524/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 376/713 KB 528/1063 KB 994/1267 KB 1424/1710 KB 668/1044 KB 376/713 KB 512/1063 KB 986/1267 KB 1428/1710 KB 704/1044 KB 380/713 KB 528/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 384/713 KB 528/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 388/713 KB 528/1063 KB 994/1267 KB 1428/1710 KB 692/1044 KB 376/713 KB 516/1063 KB 994/1267 KB 1428/1710 KB 704/1044 KB 388/713 KB 528/1063 KB 998/1267 KB 1428/1710 KB 704/1044 KB 388/713 KB 528/1063 KB 1002/1267 KB 1428/1710 KB 704/1044 KB 388/713 KB 528/1063 KB 1006/1267 KB 1428/1710 KB 692/1044 KB 376/713 KB 516/1063 KB 990/1267 KB 1432/1710 KB 704/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1436/1710 KB 704/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1440/1710 KB 704/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1444/1710 KB 704/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1448/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1452/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1456/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1460/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1464/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1468/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1428/17 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 10 KB 704/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1472/1710 KB 708/1044 KB 396/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 400/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 404/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 408/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 412/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 532/1063 KB 1010/1267 KB 1444/1710 KB 708/1044 KB 392/713 KB 532/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 536/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 540/1063 KB 1010/1267 KB 1444/1710 KB 708/1044 KB 392/713 KB 528/1063 KB 1010/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 540/1063 KB 1014/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 540/1063 KB 1018/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 544/1063 KB 1022/1267 KB 1444/1710 KB 708/1044 KB 392/713 KB 528/1063 KB 1006/1267 KB 1472/1710 KB 712/1044 KB 416/713 KB 544/1063 KB 1022/1267 KB 1472/1710 KB 716/1044 KB 416/713 KB 544/1063 KB 1022/1267 KB 1472/1710 KB 720/1044 KB 416/713 KB 544/1063 KB 1022/1267 KB 1472/1710 KB 708/1044 KB 416/713 KB 544/1063 KB 1018/1267 KB 1472/1710 KB 724/1044 KB 416/713 KB 544/1063 KB 1022/1267 KB 1472/1710 KB 728/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1472/1710 KB 732/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1472/1710 KB 736/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1476/1710 KB 736/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1480/1710 KB 740/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1484/1710 KB 740/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1472/1710 KB 724/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 424/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 428/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 432/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 436/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 440/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 444/713 KB 548/1063 KB 1026/1267 KB 1488/1710 KB 740/1044 KB 448/713 KB 548/1063 KB 1026/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 548/1063 KB 1026/1267 KB 1472/1710 KB 724/1044 KB 416/713 KB 548/1063 KB 1026/1267 KB 1472/1710 KB 724/1044 KB 416/713 KB 544/1063 KB 1026/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 548/1063 KB 1030/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1034/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1038/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1042/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1046/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1050/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1054/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1058/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1062/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1066/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1070/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1074/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1078/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1082/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1086/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1492/1710 KB 740/1044 KB 448/713 KB 548/1063 KB 1026/1267 KB 1476/1710 KB 740/1044 KB 420/713 KB 548/1063 KB 1026/1267 KB 1492/1710 KB 744/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1492/1710 KB 748/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1492/1710 KB 752/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1492/1710 KB 756/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1496/1710 KB 760/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1496/1710 KB 764/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1492/1710 KB 740/1044 KB 456/713 KB 552/1063 KB 1070/1267 KB 1492/1710 KB 740/1044 KB 452/713 KB 552/1063 KB 1030/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 556/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 560/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 564/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 568/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 572/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 576/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 580/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 584/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 588/1063 KB 1090/1267 KB 1496/1710 KB 768/1044 KB 456/713 KB 592/1063 KB 1090/1267 KB 1496/1710 KB 756/1044 KB 456/713 KB 552/1063 KB 1090/1267 KB 1500/1710 KB 768/1044 KB 456/713 KB 592/1063 KB 1090/1267 KB 1504/1710 KB 768/1044 KB 456/713 KB 592/1063 KB 1090/1267 KB 1504/1710 KB 768/1044 KB 460/713 KB 592/1063 KB 1090/1267 KB 1504/1710 KB 772/1044 KB 464/713 KB 596/1063 KB 1090/1267 KB 1504/1710 KB 772/1044 KB 468/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 772/1044 KB 472/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 772/1044 KB 476/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 772/1044 KB 480/713 KB 596/1063 KB 1090/1267 KB 1504/1710 KB 772/1044 KB 460/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 776/1044 KB 480/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 780/1044 KB 480/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 784/1044 KB 480/713 KB 596/1063 KB 1090/1267 KB 1504/1710 KB 768/1044 KB 460/713 KB 596/1063 KB 1090/1267 KB 1508/1710 KB 784/1044 KB 480/713 KB 600/1063 KB 1090/1267 KB 1508/1710 KB 784/1044 KB 480/713 KB 604/1063 KB 1090/1267 KB 1508/1710 KB 784/1044 KB 480/713 KB 608/1063 KB 1090/1267 KB 1508/1710 KB 772/1044 KB 468/713 KB 596/1063 KB 1090/1267 KB 1512/1710 KB 784/1044 KB 480/713 KB 608/1063 KB 1090/1267 KB 1516/1710 KB 784/1044 KB 480/713 KB 608/1063 KB 1090/1267 KB 1520/1710 KB 784/1044 KB 480/713 KB 608/1063 KB 1090/1267 KB 1524/1710 KB 784/1044 KB 480/713 KB 608/1063 KB 1090/1267 KB 1528/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1094/1267 KB 1532/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1094/1267 KB 1536/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1094/1267 KB 1524/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1094/1267 KB 1536/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1098/1267 KB 1536/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1102/1267 KB 1524/1710 KB 788/1044 KB 484/713 KB 612/1063 KB 1090/1267 KB 1536/1710 KB 788/1044 KB 488/713 KB 612/1063 KB 1102/1267 KB 1536/1710 KB 788/1044 KB 492/713 KB 612/1063 KB 1102/1267 KB 1536/1710 KB 788/1044 KB 496/713 KB 612/1063 KB 1102/1267 KB 1536/1710 KB 788/1044 KB 500/713 KB 612/1063 KB 1106/1267 KB 1540/1710 KB 788/1044 KB 504/713 KB 612/1063 KB 1106/1267 KB 1540/1710 KB 788/1044 KB 508/713 KB 612/1063 KB 1106/1267 KB 1540/1710 KB 788/1044 KB 512/713 KB 612/1063 KB 1106/1267 KB 1524/1710 KB 788/1044 KB 480/713 KB 612/1063 KB 1090/1267 KB 1540/1710 KB 792/1044 KB 512/713 KB 612/1063 KB 1106/1267 KB 1540/1710 KB 796/1044 KB 512/713 KB 612/1063 KB 1106/12 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 67 KB 1540/1710 KB 800/1044 KB 512/713 KB 612/1063 KB 1106/1267 KB 1524/1710 KB 784/1044 KB 480/713 KB 612/1063 KB 1090/1267 KB 1540/1710 KB 800/1044 KB 512/713 KB 616/1063 KB 1106/1267 KB 1540/1710 KB 800/1044 KB 512/713 KB 620/1063 KB 1106/1267 KB 1540/1710 KB 800/1044 KB 512/713 KB 624/1063 KB 1106/1267 KB 1540/1710 KB 804/1044 KB 512/713 KB 624/1063 KB 1106/1267 KB 1540/1710 KB 808/1044 KB 512/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 812/1044 KB 512/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 816/1044 KB 512/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 820/1044 KB 512/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 824/1044 KB 516/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 828/1044 KB 516/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 832/1044 KB 516/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1106/1267 KB 1540/1710 KB 788/1044 KB 500/713 KB 612/1063 KB 1106/1267 KB 1536/1710 KB 788/1044 KB 496/713 KB 612/1063 KB 1106/1267 KB 1540/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1110/1267 KB 1540/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1114/1267 KB 1540/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1118/1267 KB 1544/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1122/1267 KB 1544/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1126/1267 KB 1544/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1130/1267 KB 1544/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1134/1267 KB 1540/1710 KB 820/1044 KB 516/713 KB 628/1063 KB 1106/1267 KB 1544/1710 KB 836/1044 KB 520/713 KB 628/1063 KB 1134/1267 KB 1544/1710 KB 836/1044 KB 524/713 KB 628/1063 KB 1134/1267 KB 1544/1710 KB 836/1044 KB 528/713 KB 628/1063 KB 1134/1267 KB 1544/1710 KB 836/1044 KB 532/713 KB 628/1063 KB 1134/1267 KB 1540/1710 KB 804/1044 KB 512/713 KB 628/1063 KB 1106/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 632/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 636/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 640/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 644/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 648/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 652/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 656/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 660/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 664/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 668/1063 KB 1138/1267 KB 1544/1710 KB 840/1044 KB 532/713 KB 628/1063 KB 1138/1267 KB 1544/1710 KB 844/1044 KB 536/713 KB 668/1063 KB 1138/1267 KB 1544/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1138/1267 KB 1544/1710 KB 836/1044 KB 532/713 KB 628/1063 KB 1138/1267 KB 1544/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1142/1267 KB 1544/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1544/1710 KB 836/1044 KB 516/713 KB 628/1063 KB 1118/1267 KB 1548/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1552/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1556/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1560/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1564/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1568/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1572/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1576/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1146/1267 KB 1580/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1150/1267 KB 1584/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1150/1267 KB 1588/1710 KB 848/1044 KB 536/713 KB 668/1063 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1150/1267 KB 1592/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1596/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1600/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1604/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1608/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1544/1710 KB 840/1044 KB 536/713 KB 668/1063 KB 1138/1267 KB 1612/1710 KB 852/1044 KB 540/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 544/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 548/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 552/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 556/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 560/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 564/713 KB 672/1063 KB 1150/1267 KB 1612/1710 KB 852/1044 KB 568/713 KB 672/1063 KB 1150/1267 KB 1588/1710 KB 852/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1616/1710 KB 856/1044 KB 568/713 KB 672/1063 KB 1150/1267 KB 1616/1710 KB 860/1044 KB 568/713 KB 672/1063 KB 1150/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 672/1063 KB 1150/1267 KB 1588/1710 KB 848/1044 KB 536/713 KB 672/1063 KB 1150/1267 KB 1576/1710 KB 848/1044 KB 536/713 KB 668/1063 KB 1150/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 672/1063 KB 1154/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 676/1063 KB 1158/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 676/1063 KB 1162/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 676/1063 KB 1166/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 676/1063 KB 1170/1267 KB 1616/1710 KB 868/1044 KB 568/713 KB 676/1063 KB 1174/1267 KB 1616/1710 KB 868/1044 KB 568/713 KB 676/1063 KB 1178/1267 KB 1616/1710 KB 868/1044 KB 568/713 KB 676/1063 KB 1182/1267 KB 1616/1710 KB 868/1044 KB 568/713 KB 676/1063 KB 1186/1267 KB 1616/1710 KB 852/1044 KB 568/713 KB 672/1063 KB 1150/1267 KB 1616/1710 KB 868/1044 KB 572/713 KB 676/1063 KB 1186/1267 KB 1616/1710 KB 868/1044 KB 576/713 KB 676/1063 KB 1186/1267 KB 1616/1710 KB 868/1044 KB 580/713 KB 676/1063 KB 1186/1267 KB 1620/1710 KB 868/1044 KB 584/713 KB 676/1063 KB 1190/1267 KB 1620/1710 KB 868/1044 KB 588/713 KB 676/1063 KB 1190/1267 KB 1620/1710 KB 868/1044 KB 592/713 KB 676/1063 KB 1190/1267 KB 1616/1710 KB 868/1044 KB 568/713 KB 676/1063 KB 1170/1267 KB 1620/1710 KB 872/1044 KB 592/713 KB 676/1063 KB 1190/1267 KB 1620/1710 KB 876/1044 KB 592/713 KB 676/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 676/1063 KB 1190/1267 KB 1616/1710 KB 864/1044 KB 568/713 KB 676/1063 KB 1154/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 680/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 684/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 688/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 692/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 696/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 700/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 704/1063 KB 1190/1267 KB 1620/1710 KB 880/1044 KB 592/713 KB 708/1063 KB 1190/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 712/1063 KB 1190/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 716/1063 KB 1190/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 720/1063 KB 1190/1267 KB 1620/1710 KB 868/1044 KB 580/713 KB 676/1063 KB 1190/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 720/1063 KB 1194/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 720/1063 KB 1198/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 720/1 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 063 KB 1202/1267 KB 1620/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1206/1267 KB 1620/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1210/1267 KB 1620/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1620/1710 KB 868/1044 KB 580/713 KB 676/1063 KB 1186/1267 KB 1624/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1628/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1632/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1636/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1640/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1214/1267 KB 1644/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1218/1267 KB 1648/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1218/1267 KB 1620/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1202/1267 KB 1648/1710 KB 884/1044 KB 600/713 KB 724/1063 KB 1218/1267 KB 1648/1710 KB 884/1044 KB 604/713 KB 724/1063 KB 1218/1267 KB 1648/1710 KB 884/1044 KB 608/713 KB 724/1063 KB 1218/1267 KB 1648/1710 KB 884/1044 KB 612/713 KB 724/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 616/713 KB 724/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 620/713 KB 724/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 624/713 KB 724/1063 KB 1218/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 724/1063 KB 1202/1267 KB 1652/1710 KB 884/1044 KB 624/713 KB 728/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 624/713 KB 732/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1620/1710 KB 884/1044 KB 592/713 KB 708/1063 KB 1190/1267 KB 1652/1710 KB 888/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 892/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 896/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 900/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 904/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 908/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 912/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 916/1044 KB 624/713 KB 736/1063 KB 1218/1267 KB 1652/1710 KB 920/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1652/1710 KB 924/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1652/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1652/1710 KB 884/1044 KB 612/713 KB 724/1063 KB 1218/1267 KB 1656/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1660/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1640/1710 KB 884/1044 KB 596/713 KB 724/1063 KB 1218/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1222/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1226/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 740/1063 KB 1230/1267 KB 1652/1710 KB 916/1044 KB 624/713 KB 740/1063 KB 1218/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 744/1063 KB 1230/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 748/1063 KB 1230/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 752/1063 KB 1230/1267 KB 1664/1710 KB 928/1044 KB 624/713 KB 756/1063 KB 1230/1267 KB 1668/1710 KB 932/1044 KB 628/713 KB 760/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 628/713 KB 764/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 628/713 KB 768/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 628/713 KB 756/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 632/713 KB 768/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 636/713 KB 768/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 624/713 KB 756/1063 KB 1234/1267 KB 1668/1710 KB 932/1044 KB 640/713 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 768/1063 KB 1238/1267 KB 1668/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1242/1267 KB 1668/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1246/1267 KB 1668/1710 KB 932/1044 KB 624/713 KB 756/1063 KB 1230/1267 KB 1672/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1246/1267 KB 1676/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1680/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1664/1710 KB 932/1044 KB 624/713 KB 756/1063 KB 1230/1267 KB 1680/1710 KB 936/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1680/1710 KB 940/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1680/1710 KB 944/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1680/1710 KB 944/1044 KB 640/713 KB 772/1063 KB 1250/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 776/1063 KB 1250/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 780/1063 KB 1250/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1250/1267 KB 1672/1710 KB 932/1044 KB 640/713 KB 768/1063 KB 1250/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1254/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1258/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1262/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1266/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1267/1267 KB 1684/1710 KB 948/1044 KB 644/713 KB 772/1063 KB 1250/1267 KB 1688/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1267/1267 KB 1692/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 948/1044 KB 644/713 KB 784/1063 KB 1267/1267 KB 1680/1710 KB 948/1044 KB 644/713 KB 772/1063 KB 1250/1267 KB 1696/1710 KB 948/1044 KB 648/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 948/1044 KB 652/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 948/1044 KB 656/713 KB 784/1063 KB 1267/1267 KB 1680/1710 KB 948/1044 KB 640/713 KB 772/1063 KB 1250/1267 KB 1696/1710 KB 952/1044 KB 656/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 956/1044 KB 656/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 784/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 788/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 792/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 796/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 800/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 804/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 808/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 812/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 816/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 656/713 KB 820/1063 KB 1267/1267 KB 1700/1710 KB 964/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1700/1710 KB 960/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1704/1710 KB 964/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1708/1710 KB 964/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 968/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1696/1710 KB 960/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 968/1044 KB 664/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 968/1044 KB 668/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 968/1044 KB 672/713 KB 820/1063 KB 1267/1267 KB 1708/1710 KB 968/1044 KB 660/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 972/1044 KB 672/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 976/1044 KB 672/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 976/1044 KB 676/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 980/1044 KB 680/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 980/1044 KB 684/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 980/1044 KB 68 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 8/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 980/1044 KB 676/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 984/1044 KB 688/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 988/1044 KB 688/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 992/1044 KB 688/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 996/1044 KB 692/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 992/1044 KB 692/713 KB 820/1063 KB 1267/1267 KB 1710/1710 KB 996/1044 KB 696/713 KB 824/1063 KB 1267/1267 KB 1710/1710 KB 996/1044 KB 700/713 KB 824/1063 KB 1267/1267 KB 1710/1710 KB 996/1044 KB 692/713 KB 824/1063 KB 1267/1267 KB 1710/1710 KB 1000/1044 KB 700/713 KB 828/1063 KB 1267/1267 KB 1710/1710 KB 1000/1044 KB 700/713 KB 832/1063 KB 1267/1267 KB 1710/1710 KB 1000/1044 KB 700/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1000/1044 KB 700/713 KB 824/1063 KB 1267/1267 KB 1710/1710 KB 1004/1044 KB 704/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 704/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1000/1044 KB 704/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 708/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 712/713 KB 836/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 713/713 KB 840/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 712/713 KB 840/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 713/713 KB 844/1063 KB 1267/1267 KB 1710/1710 KB 1008/1044 KB 713/713 KB 848/1063 KB 1267/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 2341.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1710/1710 KB 1012/1044 KB 713/713 KB 848/1063 KB 1267/1267 KB 1016/1044 KB 713/713 KB 852/1063 KB 1020/1044 KB 713/713 KB 852/1063 KB 1024/1044 KB 713/713 KB 852/1063 KB 1028/1044 KB 713/713 KB 852/1063 KB 1032/1044 KB 852/1063 KB 1036/1044 KB 852/1063 KB 1040/1044 KB 852/1063 KB 1012/1044 KB 713/713 KB 852/1063 KB 1040/1044 KB 856/1063 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3092.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 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 1298.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 860/1063 KB 1044/1044 KB 860/1063 KB 1040/1044 KB 860/1063 KB 1044/1044 KB 864/1063 KB 1044/1044 KB 868/1063 KB 1044/1044 KB 872/1063 KB 1044/1044 KB 876/1063 KB 1044/1044 KB 880/1063 KB 1044/1044 KB 884/1063 KB 1044/1044 KB 888/1063 KB 1044/1044 KB 892/1063 KB 1044/1044 KB 896/1063 KB 1044/1044 KB 896/1063 KB 4/257 KB 1044/1044 KB 896/1063 KB 8/257 KB 1044/1044 KB 896/1063 KB 12/257 KB 1044/1044 KB 896/1063 KB 16/257 KB 1044/1044 KB 896/1063 KB 20/257 KB 1044/1044 KB 896/1063 KB 24/257 KB 1044/1044 KB 896/1063 KB 28/257 KB 1044/1044 KB 896/1063 KB 32/257 KB 1044/1044 KB 896/1063 KB 36/257 KB 1044/1044 KB 900/1063 KB 36/257 KB 1044/1044 KB 904/1063 KB 36/257 KB 1044/1044 KB 908/1063 KB 36/257 KB 1044/1044 KB 912/1063 KB 36/257 KB 1044/1044 KB 912/1063 KB 40/257 KB 1044/1044 KB 912/1063 KB 44/257 KB 1044/1044 KB 912/1063 KB 48/257 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 1867.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 916/1063 KB 48/257 KB 920/1063 KB 48/257 KB 924/1063 KB 48/257 KB 928/1063 KB 52/257 KB 924/1063 KB 52/257 KB 928/1063 KB 56/257 KB 928/1063 KB 60/257 KB 928/1063 KB 64/257 KB 928/1063 KB 68/257 KB 932/1063 KB 72/257 KB 932/1063 KB 76/257 KB 932/1063 KB 80/257 KB 932/1063 KB 68/257 KB 936/1063 KB 80/257 KB 940/1063 KB 80/257 KB 944/1063 KB 80/257 KB 4/358 KB 944/1063 KB 80/257 KB 8/358 KB 944/1063 KB 80/257 KB 12/358 KB 944/1063 KB 80/257 KB 16/358 KB 944/1063 KB 80/257 KB 4/549 KB 12/358 KB 944/1063 KB 80/257 KB 4/549 KB 16/358 KB 944/1063 KB 80/257 KB 8/549 KB 16/358 KB 944/1063 KB 80/257 KB 12/549 KB 16/358 KB 944/1063 KB 80/257 KB 16/549 KB 16/358 KB 944/1063 KB 80/257 KB 20/549 KB 16/358 KB 944/1063 KB 80/257 KB 24/549 KB 20/358 KB 944/1063 KB 80/257 KB 24/549 KB 20/358 KB 944/1063 KB 80/257 KB 28/549 KB 20/358 KB 944/1063 KB 80/257 KB 32/549 KB 20/358 KB 944/1063 KB 80/257 KB 36/549 KB 24/358 KB 944/1063 KB 80/257 KB 36/549 KB 28/358 KB 944/1063 KB 80/257 KB 36/549 KB 32/358 KB 944/1063 KB 80/257 KB 36/549 KB 36/358 KB 944/1063 KB 80/257 KB 36/549 KB 40/358 KB 944/1063 KB 80/257 KB 40/549 KB 44/358 KB 944/1063 KB 80/257 KB 40/549 KB 48/358 KB 944/1063 KB 80/257 KB 40/549 KB 36/358 KB 944/1063 KB 80/257 KB 40/549 KB 48/358 KB 944/1063 KB 80/257 KB 44/549 KB 48/358 KB 944/1063 KB 80/257 KB 48/549 KB 48/358 KB 944/1063 KB 80/257 KB 52/549 KB 52/358 KB 948/1063 KB 80/257 KB 56/549 KB 52/358 KB 948/1063 KB 80/257 KB 60/549 KB 52/358 KB 948/1063 KB 80/257 KB 64/549 KB 52/358 KB 948/1063 KB 84/257 KB 64/549 KB 3/5 KB 52/358 KB 948/1063 KB 84/257 KB 64/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 68/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 72/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 76/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 80/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 84/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 88/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 92/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 948/1063 KB 80/257 KB 52/549 KB 52/358 KB 952/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 956/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 960/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 964/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 944/1063 KB 80/257 KB 52/549 KB 56/358 KB 964/1063 KB 84/257 KB 96/549 KB 5/5 KB 52/358 KB 948/1063 KB 84/257 KB 64/549 KB 60/358 KB 964/1063 KB 84/257 KB 96/549 KB 5/5 KB 60/358 KB 964/1063 KB 88/257 KB 96/549 KB 5/5 KB 60/358 KB 964/1063 KB 92/257 KB 96/549 KB 5/5 KB 60/358 KB 964/1063 KB 96/257 KB 96/549 KB 5/5 KB 64/358 KB 964/1063 KB 96/257 KB 96/549 KB 5/5 KB 68/358 KB 964/1063 KB 96/257 KB 96/549 KB 5/5 KB 72/358 KB 964/1063 KB 100/257 KB 96/549 KB 5/5 KB 68/358 KB 964/1063 KB 100/257 KB 96/549 KB 5/5 KB 72/358 KB 964/1063 KB 104/257 KB 96/549 KB 5/5 KB 72/358 KB 968/1063 KB 108/257 KB 96/549 KB 5/5 KB 76/358 KB 968/1063 KB 112/257 KB 96/549 KB 5/5 KB 72/358 KB 968/1063 KB 104/257 KB 96/549 KB 5/5 KB 76/358 KB 972/1063 KB 112/257 KB 96/549 KB 5/5 KB 76/358 KB 968/1063 KB 108/257 KB 96/549 KB 5/5 KB 80/358 KB 972/1063 KB 112/257 KB 96/549 KB 5/5 KB 84/358 KB 976/1063 KB 116/257 KB 100/549 KB 5/5 KB 88/358 KB 976/1063 KB 116/257 KB 100/549 KB 5/5 KB 92/358 KB 976/1063 KB 116/257 KB 100/549 KB 5/5 KB 96/358 KB 976/1063 KB 116/257 KB 100/549 KB 5/5 KB 100/358 KB 976/1063 KB 116/257 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 100/549 KB 5/5 KB 80/358 KB 976/1063 KB 116/257 KB 100/549 KB 5/5 KB 100/358 KB 976/1063 KB 116/257 KB 104/549 KB 5/5 KB 100/358 KB 976/1063 KB 116/257 KB 108/549 KB 5/5 KB 80/358 KB 976/1063 KB 116/257 KB 96/549 KB 5/5 KB 100/358 KB 980/1063 KB 116/257 KB 112/549 KB 100/358 KB 984/1063 KB 116/257 KB 112/549 KB 100/358 KB 988/1063 KB 116/257 KB 112/549 KB 100/358 KB 992/1063 KB 116/257 KB 112/549 KB 100/358 KB 996/1063 KB 116/257 KB 112/549 KB 100/358 KB 1000/1063 KB 116/257 KB 112/549 KB 100/358 KB 1004/1063 KB 116/257 KB 112/549 KB 100/358 KB 1008/1063 KB 116/257 KB 112/549 KB 100/358 KB 1012/1063 KB 116/257 KB 112/549 KB 80/358 KB 972/1063 KB 116/257 KB 96/549 KB 5/5 KB 100/358 KB 1012/1063 KB 120/257 KB 112/549 KB 100/358 KB 1012/1063 KB 124/257 KB 112/549 KB 100/358 KB 1012/1063 KB 128/257 KB 112/549 KB 100/358 KB 1012/1063 KB 132/257 KB 112/549 KB 100/358 KB 1012/1063 KB 136/257 KB 112/549 KB 100/358 KB 1012/1063 KB 140/257 KB 112/549 KB 100/358 KB 1012/1063 KB 144/257 KB 112/549 KB 100/358 KB 1012/1063 KB 148/257 KB 112/549 KB 100/358 KB 1012/1063 KB 152/257 KB 112/549 KB 100/358 KB 1012/1063 KB 156/257 KB 112/549 KB 100/358 KB 1012/1063 KB 160/257 KB 112/549 KB 100/358 KB 1016/1063 KB 164/257 KB 112/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.3 KB/sec) unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 100/358 KB 976/1063 KB 116/257 KB 112/549 KB 104/358 KB 1016/1063 KB 164/257 KB 116/549 KB 104/358 KB 1016/1063 KB 164/257 KB 120/549 KB 104/358 KB 1016/1063 KB 164/257 KB 124/549 KB 104/358 KB 1016/1063 KB 164/257 KB 128/549 KB 104/358 KB 1016/1063 KB 164/257 KB 132/549 KB 104/358 KB 1016/1063 KB 164/257 KB 136/549 KB 104/358 KB 1016/1063 KB 164/257 KB 140/549 KB 104/358 KB 1016/1063 KB 164/257 KB 144/549 KB 104/358 KB 1016/1063 KB 164/257 KB 148/549 KB 104/358 KB 1016/1063 KB 168/257 KB 152/549 KB 104/358 KB 1016/1063 KB 168/257 KB 156/549 KB 104/358 KB 1016/1063 KB 168/257 KB 160/549 KB 104/358 KB 1016/1063 KB 164/257 KB 112/549 KB 108/358 KB 1016/1063 KB 168/257 KB 160/549 KB 112/358 KB 1016/1063 KB 168/257 KB 160/549 KB 116/358 KB 1016/1063 KB 168/257 KB 160/549 KB 120/358 KB 1016/1063 KB 168/257 KB 160/549 KB 124/358 KB 1016/1063 KB 168/257 KB 160/549 KB 128/358 KB 1016/1063 KB 168/257 KB 164/549 KB 100/358 KB 1016/1063 KB 160/257 KB 112/549 KB 128/358 KB 1020/1063 KB 168/257 KB 164/549 KB 128/358 KB 1024/1063 KB 168/257 KB 164/549 KB 128/358 KB 1028/1063 KB 168/257 KB 164/549 KB 128/358 KB 1032/1063 KB 168/257 KB 164/549 KB 128/358 KB 1036/1063 KB 168/257 KB 164/549 KB 128/358 KB 1040/1063 KB 168/257 KB 164/549 KB 128/358 KB 1044/1063 KB 168/257 KB 164/549 KB 132/358 KB 1048/1063 KB 168/257 KB 164/549 KB 132/358 KB 1052/1063 KB 168/257 KB 164/549 KB 132/358 KB 1056/1063 KB 168/257 KB 164/549 KB 124/358 KB 1016/1063 KB 168/257 KB 164/549 KB 132/358 KB 1056/1063 KB 168/257 KB 168/549 KB 132/358 KB 1056/1063 KB 168/257 KB 172/549 KB 132/358 KB 1056/1063 KB 168/257 KB 176/549 KB 132/358 KB 1056/1063 KB 168/257 KB 180/549 KB 104/358 KB 1016/1063 KB 168/257 KB 148/549 KB 132/358 KB 1060/1063 KB 172/257 KB 180/549 KB 132/358 KB 1060/1063 KB 176/257 KB 180/549 KB 132/358 KB 1060/1063 KB 180/257 KB 180/549 KB 132/358 KB 1060/1063 KB 184/257 KB 180/549 KB 132/358 KB 1060/1063 KB 188/257 KB 180/549 KB 132/358 KB 1060/1063 KB 192/257 KB 180/549 KB Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 132/358 KB 1060/1063 KB 196/257 KB 180/549 KB 132/358 KB 1060/1063 KB 200/257 KB 180/549 KB 132/358 KB 1060/1063 KB 204/257 KB 180/549 KB 132/358 KB 1060/1063 KB 208/257 KB 180/549 KB 132/358 KB 1060/1063 KB 212/257 KB 184/549 KB 132/358 KB 1060/1063 KB 216/257 KB 184/549 KB 132/358 KB 1060/1063 KB 220/257 KB 184/549 KB 132/358 KB 1060/1063 KB 224/257 KB 184/549 KB 132/358 KB 1060/1063 KB 228/257 KB 184/549 KB 132/358 KB 1060/1063 KB 168/257 KB 180/549 KB 132/358 KB 1044/1063 KB 168/257 KB 164/549 KB 136/358 KB 1060/1063 KB 228/257 KB 184/549 KB 140/358 KB 1060/1063 KB 228/257 KB 184/549 KB 144/358 KB 1060/1063 KB 228/257 KB 184/549 KB 148/358 KB 1060/1063 KB 228/257 KB 184/549 KB 132/358 KB 1060/1063 KB 208/257 KB 184/549 KB 148/358 KB 1063/1063 KB 228/257 KB 188/549 KB 148/358 KB 1063/1063 KB 228/257 KB 192/549 KB 148/358 KB 1063/1063 KB 228/257 KB 184/549 KB 152/358 KB 1063/1063 KB 228/257 KB 192/549 KB 156/358 KB 1063/1063 KB 228/257 KB 192/549 KB 160/358 KB 1063/1063 KB 228/257 KB 196/549 KB 164/358 KB 1063/1063 KB 228/257 KB 196/549 KB 168/358 KB 1063/1063 KB 228/257 KB 196/549 KB 172/358 KB 1063/1063 KB 228/257 KB 196/549 KB 176/358 KB 1063/1063 KB 228/257 KB 196/549 KB 180/358 KB 1063/1063 KB 228/257 KB 196/549 KB 184/358 KB 1063/1063 KB 232/257 KB 196/549 KB 188/358 KB 1063/1063 KB 232/257 KB 196/549 KB 192/358 KB 1063/1063 KB 232/257 KB 196/549 KB 156/358 KB 1063/1063 KB 228/257 KB 196/549 KB 192/358 KB 1063/1063 KB 232/257 KB 200/549 KB 192/358 KB 1063/1063 KB 232/257 KB 204/549 KB 192/358 KB 1063/1063 KB 232/257 KB 208/549 KB 192/358 KB 1063/1063 KB 232/257 KB 212/549 KB 192/358 KB 1063/1063 KB 232/257 KB 216/549 KB 192/358 KB 1063/1063 KB 232/257 KB 220/549 KB 192/358 KB 1063/1063 KB 232/257 KB 224/549 KB 180/358 KB 1063/1063 KB 232/257 KB 196/549 KB 192/358 KB 1063/1063 KB 236/257 KB 224/549 KB 192/358 KB 1063/1063 KB 240/257 KB 224/549 KB 192/358 KB 1063/1063 KB 244/257 KB 224/549 KB 196/358 KB 1063/1063 KB 248/257 KB 228/549 KB 196/358 KB 1063/1063 KB 252/257 KB 228/549 KB 196/358 KB 1063/1063 KB 256/257 KB 228/549 KB 196/358 KB 1063/1063 KB 244/257 KB 228/549 KB 196/358 KB 1063/1063 KB 257/257 KB 232/549 KB 196/358 KB 1063/1063 KB 257/257 KB 236/549 KB 196/358 KB 1063/1063 KB 257/257 KB 240/549 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar (1063 KB at 1718.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 196/358 KB 1063/1063 KB 244/257 KB 224/549 KB 200/358 KB 257/257 KB 240/549 KB 204/358 KB 257/257 KB 240/549 KB 196/358 KB 1063/1063 KB 257/257 KB 228/549 KB 208/358 KB 257/257 KB 240/549 KB 212/358 KB 257/257 KB 240/549 KB 216/358 KB 257/257 KB 244/549 KB 220/358 KB 257/257 KB 244/549 KB 224/358 KB 257/257 KB 244/549 KB 212/358 KB 257/257 KB 244/549 KB 224/358 KB 257/257 KB 248/549 KB 224/358 KB 257/257 KB 252/549 KB 224/358 KB 257/257 KB 256/549 KB 224/358 KB 257/257 KB 260/549 KB 228/358 KB 257/257 KB 264/549 KB 228/358 KB 257/257 KB 268/549 KB 228/358 KB 257/257 KB 272/549 KB 228/358 KB 257/257 KB 260/549 KB 232/358 KB 257/257 KB 272/549 KB 236/358 KB 257/257 KB 272/549 KB 240/358 KB 257/257 KB 272/549 KB 3/86 KB 240/358 KB 257/257 KB 272/549 KB 5/86 KB 240/358 KB 257/257 KB 272/549 KB 8/86 KB 240/358 KB 257/257 KB 272/549 KB 11/86 KB 240/358 KB 257/257 KB 272/549 KB 13/86 KB 240/358 KB 257/257 KB 272/549 KB 16/86 KB 240/358 KB 257/257 KB 272/549 KB 19/86 KB 240/358 KB 257/257 KB 272/549 KB 21/86 KB 240/358 KB 257/257 KB 272/549 KB 24/86 KB 240/358 KB 257/257 KB 272/549 KB 27/86 KB 240/358 KB 257/257 KB 272/549 KB 29/86 KB 240/358 KB 257/257 KB 272/549 KB 32/86 KB 240/358 KB 257/257 KB 272/549 KB 36/86 KB 240/358 KB 257/257 KB 272/549 KB 40/86 KB 240/358 KB 257/257 KB 4/404 KB 272/549 KB 44/86 KB 240/358 KB 257/257 KB 4/404 KB 272/549 KB 48/86 KB 240/358 KB 257/257 KB 4/404 KB 272/549 KB 36/86 KB 240/358 KB 257/257 KB 4/404 KB 272/549 KB 48/86 KB 240/358 KB 257/257 KB 8/404 KB 272/549 KB 48/86 KB 240/358 KB 257/257 KB 12/404 KB 272/549 KB 48/86 KB 240/358 KB 257/257 KB 16/404 KB 272/549 KB 52/86 KB 240/358 KB 257/257 KB 16/404 KB 272/549 KB 56/86 KB 240/358 KB 257/257 KB 20/404 KB 272/549 KB 60/86 KB 240/358 KB 257/257 KB 20/404 KB 272/549 KB 64/86 KB 240/358 KB 257/257 KB 20/404 KB 272/549 KB 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 404.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 52/86 KB 240/358 KB 257/257 KB 20/404 KB 272/549 KB 64/86 KB 240/358 KB 24/404 KB 272/549 KB 64/86 KB 240/358 KB 28/404 KB 272/549 KB 64/86 KB 240/358 KB 32/404 KB 272/549 KB 64/86 KB 240/358 KB 36/404 KB 272/549 KB 68/86 KB 244/358 KB 40/404 KB 276/549 KB 68/86 KB 244/358 KB 44/404 KB 276/549 KB 68/86 KB 244/358 KB 48/404 KB 276/549 KB 68/86 KB 244/358 KB 52/404 KB 276/549 KB 68/86 KB 244/358 KB 36/404 KB 276/549 KB 72/86 KB 244/358 KB 52/404 KB 276/549 KB 76/86 KB 244/358 KB 52/404 KB 276/549 KB 64/86 KB 240/358 KB 36/404 KB 276/549 KB 76/86 KB 244/358 KB 52/404 KB 280/549 KB 76/86 KB 244/358 KB 52/404 KB 284/549 KB 76/86 KB 244/358 KB 52/404 KB 288/549 KB 64/86 KB 244/358 KB 36/404 KB 276/549 KB 76/86 KB 248/358 KB 52/404 KB 288/549 KB 76/86 KB 252/358 KB 52/404 KB 288/549 KB 76/86 KB 256/358 KB 52/404 KB 288/549 KB 76/86 KB 256/358 KB 52/404 KB 292/549 KB 80/86 KB 260/358 KB 52/404 KB 296/549 KB 80/86 KB 260/358 KB 52/404 KB 300/549 KB 80/86 KB 260/358 KB 52/404 KB 304/549 KB 80/86 KB 260/358 KB 52/404 KB 292/549 KB 80/86 KB 264/358 KB 56/404 KB 304/549 KB 80/86 KB 268/358 KB 56/404 KB 304/549 KB 80/86 KB 272/358 KB 56/404 KB 304/549 KB 80/86 KB 256/358 KB 52/404 KB 292/549 KB 84/86 KB 272/358 KB 56/404 KB 304/549 KB 86/86 KB 272/358 KB 56/404 KB 304/549 KB 80/86 KB 260/358 KB 56/404 KB 304/549 KB 86/86 KB 276/358 KB 56/404 KB 304/549 KB 86/86 KB 280/358 KB 60/404 KB 308/549 KB 86/86 KB 284/358 KB 60/404 KB 308/549 KB 86/86 KB 288/358 KB 60/404 KB 308/549 KB 86/86 KB 292/358 KB 60/404 KB 308/549 KB 86/86 KB 296/358 KB 60/404 KB 308/549 KB 86/86 KB 300/358 KB 60/404 KB 308/549 KB 86/86 KB 304/358 KB 60/404 KB 308/549 KB 86/86 KB 308/358 KB 60/404 KB 308/549 KB 86/86 KB 276/358 KB 60/404 KB 308/549 KB 86/86 KB 308/358 KB 60/404 KB 312/549 KB 86/86 KB 308/358 KB 60/404 KB 316/549 KB 86/86 KB 308/358 KB 60/404 KB 320/549 KB 86/86 KB 276/358 KB 60/404 KB 304/549 KB 86/86 KB 308/358 KB 64/404 KB 320/549 KB 86/86 KB 308/358 KB 68/404 KB 320/549 KB 86/86 KB 308/358 KB 72/404 KB 320/549 KB 86/86 KB 308/358 KB 76/404 KB 320/549 KB 86/86 KB 308/358 KB 80/404 KB 320/549 KB 86/86 KB 308/358 KB 84/404 KB 320/549 KB 308/358 KB 88/404 KB 324/549 KB 308/358 KB 92/404 KB 324/549 KB 308/358 KB 96/404 KB 324/549 KB 308/358 KB 84/404 KB 324/549 KB 308/358 KB 96/404 KB 328/549 KB 308/358 KB 96/404 KB 332/549 KB 308/358 KB 96/404 KB 336/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 132.3 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 308/358 KB 96/404 KB 340/549 KB 312/358 KB 100/404 KB 344/549 KB 312/358 KB 100/404 KB 348/549 KB 312/358 KB 100/404 KB 352/549 KB 312/358 KB 100/404 KB 356/549 KB 312/358 KB 100/404 KB 360/549 KB 312/358 KB 100/404 KB 364/549 KB 312/358 KB 100/404 KB 368/549 KB 312/358 KB 100/404 KB 372/549 KB 312/358 KB 100/404 KB 376/549 KB 312/358 KB 100/404 KB 380/549 KB 312/358 KB 100/404 KB 384/549 KB 312/358 KB 100/404 KB 340/549 KB 312/358 KB 96/404 KB 340/549 KB 316/358 KB 100/404 KB 384/549 KB 320/358 KB 100/404 KB 384/549 KB 320/358 KB 100/404 KB 4/587 KB 384/549 KB 320/358 KB 100/404 KB 8/587 KB 384/549 KB 320/358 KB 100/404 KB 12/587 KB 384/549 KB 320/358 KB 100/404 KB 16/587 KB 384/549 KB 320/358 KB 100/404 KB 20/587 KB 384/549 KB 320/358 KB 100/404 KB 24/587 KB 384/549 KB 320/358 KB 100/404 KB 28/587 KB 384/549 KB 320/358 KB 100/404 KB 32/587 KB 384/549 KB 320/358 KB 100/404 KB 36/587 KB 384/549 KB 324/358 KB 100/404 KB 36/587 KB 384/549 KB 324/358 KB 104/404 KB 40/587 KB 384/549 KB 324/358 KB 104/404 KB 44/587 KB 384/549 KB 324/358 KB 104/404 KB 48/587 KB 384/549 KB 324/358 KB 104/404 KB 36/587 KB 384/549 KB 324/358 KB 108/404 KB 48/587 KB 384/549 KB 324/358 KB 112/404 KB 48/587 KB 384/549 KB 324/358 KB 116/404 KB 48/587 KB 384/549 KB 328/358 KB 120/404 KB 52/587 KB 384/549 KB 328/358 KB 124/404 KB 52/587 KB 384/549 KB 328/358 KB 128/404 KB 52/587 KB 384/549 KB 328/358 KB 116/404 KB 52/587 KB 384/549 KB 332/358 KB 128/404 KB 52/587 KB 384/549 KB 336/358 KB 128/404 KB 52/587 KB 384/549 KB 324/358 KB 116/404 KB 52/587 KB 384/549 KB 336/358 KB 128/404 KB 56/587 KB 384/549 KB 340/358 KB 128/404 KB 60/587 KB 384/549 KB 340/358 KB 128/404 KB 64/587 KB 384/549 KB 340/358 KB 132/404 KB 68/587 KB 384/549 KB 3/894 KB 340/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 340/358 KB 128/404 KB 56/587 KB 384/549 KB 344/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 348/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 352/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 356/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 358/358 KB 132/404 KB 72/587 KB 388/549 KB 3/894 KB 358/358 KB 132/404 KB 76/587 KB 388/549 KB 3/894 KB 358/358 KB 132/404 KB 80/587 KB 388/549 KB 3/894 KB 340/358 KB 132/404 KB 68/587 KB 388/549 KB 3/894 KB 358/358 KB 132/404 KB 80/587 KB 392/549 KB 3/894 KB 358/358 KB 132/404 KB 80/587 KB 396/549 KB 3/894 KB 358/358 KB 132/404 KB 80/587 KB 400/549 KB 3/894 KB 358/358 KB 132/404 KB 80/587 KB 404/549 KB 3/894 KB 358/358 KB 132/404 KB 84/587 KB 408/549 KB 3/894 KB 358/358 KB 132/404 KB 84/587 KB 412/549 KB 3/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 3/894 KB 340/358 KB 132/404 KB 64/587 KB 384/549 KB 3/894 KB 340/358 KB 128/404 KB 64/587 KB 384/549 KB 3/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 6/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 9/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 11/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 14/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 16/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 19/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 22/894 KB 358/358 KB 132/404 KB 84/587 KB 416/549 KB 25/894 KB 358/358 KB 136/404 KB 84/587 KB 416/549 KB 25/894 KB 358/358 KB 140/404 KB 84/587 KB 416/549 KB 25/894 KB 358/358 KB 144/404 KB 84/587 KB 416/549 KB 27/894 KB 358/358 KB 148/404 KB 84/587 KB 416/549 KB 27/894 KB 358/358 KB 152/404 KB 84/587 KB 416 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install /549 KB 27/894 KB 358/358 KB 156/404 KB 84/587 KB 416/549 KB 27/894 KB 358/358 KB 160/404 KB 84/587 KB 416/549 KB 27/894 KB 358/358 KB 132/404 KB 84/587 KB 404/549 KB 3/894 KB 358/358 KB 160/404 KB 88/587 KB 416/549 KB 27/894 KB 358/358 KB 160/404 KB 92/587 KB 416/549 KB 27/894 KB 358/358 KB 160/404 KB 96/587 KB 416/549 KB 27/894 KB 358/358 KB 160/404 KB 100/587 KB 416/549 KB 27/894 KB 358/358 KB 140/404 KB 84/587 KB 416/549 KB 27/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 30/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 32/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 36/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 40/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 44/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 48/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 52/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 56/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 60/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 64/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 68/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 72/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 76/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 80/894 KB 358/358 KB 164/404 KB 100/587 KB 420/549 KB 27/894 KB 358/358 KB 164/404 KB 104/587 KB 424/549 KB 80/894 KB 358/358 KB 164/404 KB 104/587 KB 428/549 KB 80/894 KB 358/358 KB 164/404 KB 104/587 KB 432/549 KB 80/894 KB 358/358 KB 164/404 KB 100/587 KB 416/549 KB 27/894 KB 358/358 KB 168/404 KB 104/587 KB 432/549 KB 80/894 KB 358/358 KB 172/404 KB 104/587 KB 432/549 KB 80/894 KB 358/358 KB 176/404 KB 104/587 KB 432/549 KB 80/894 KB 358/358 KB 164/404 KB 104/587 KB 420/549 KB 52/894 KB 358/358 KB 176/404 KB 108/587 KB 432/549 KB 80/894 KB 180/404 KB 112/587 KB 432/549 KB 80/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 531.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 180/404 KB 116/587 KB 432/549 KB 80/894 KB 180/404 KB 120/587 KB 432/549 KB 80/894 KB 180/404 KB 124/587 KB 432/549 KB 80/894 KB 358/358 KB 180/404 KB 108/587 KB 432/549 KB 80/894 KB 184/404 KB 124/587 KB 432/549 KB 80/894 KB 188/404 KB 124/587 KB 432/549 KB 80/894 KB 192/404 KB 124/587 KB 432/549 KB 80/894 KB 196/404 KB 124/587 KB 432/549 KB 80/894 KB 200/404 KB 128/587 KB 436/549 KB 84/894 KB 204/404 KB 128/587 KB 436/549 KB 84/894 KB 208/404 KB 128/587 KB 436/549 KB 84/894 KB 196/404 KB 128/587 KB 436/549 KB 84/894 KB 208/404 KB 128/587 KB 436/549 KB 88/894 KB 208/404 KB 128/587 KB 436/549 KB 92/894 KB 208/404 KB 128/587 KB 436/549 KB 96/894 KB 196/404 KB 128/587 KB 432/549 KB 80/894 KB 196/404 KB 128/587 KB 436/549 KB 80/894 KB 208/404 KB 128/587 KB 440/549 KB 96/894 KB 208/404 KB 128/587 KB 444/549 KB 96/894 KB 208/404 KB 128/587 KB 448/549 KB 96/894 KB 208/404 KB 128/587 KB 452/549 KB 96/894 KB 208/404 KB 132/587 KB 456/549 KB 96/894 KB 212/404 KB 132/587 KB 460/549 KB 96/894 KB 212/404 KB 132/587 KB 464/549 KB 96/894 KB 208/404 KB 132/587 KB 452/549 KB 96/894 KB 212/404 KB 136/587 KB 464/549 KB 96/894 KB 212/404 KB 140/587 KB 464/549 KB 96/894 KB 212/404 KB 144/587 KB 464/549 KB 96/894 KB 212/404 KB 148/587 KB 464/549 KB 96/894 KB 212/404 KB 152/587 KB 468/549 KB 100/894 KB 212/404 KB 156/587 KB 468/549 KB 100/894 KB 212/404 KB 160/587 KB 468/549 KB 100/894 KB 212/404 KB 164/587 KB 468/549 KB 100/894 KB 212/404 KB 168/587 KB 468/549 KB 100/894 KB 212/404 KB 172/587 KB 468/549 KB 100/894 KB 212/404 KB 176/587 KB 468/549 KB 100/894 KB 212/404 KB 132/587 KB 456/549 KB 96/894 KB 216/404 KB 176/587 KB 468/549 KB 100/894 KB 220/404 KB 176/587 KB 468/549 KB 100/894 KB 224/404 KB 176/587 KB 468/549 KB 100/894 KB 228/404 KB 176/587 KB 468/549 KB 100/894 KB 232/404 KB 176/587 KB 468/549 KB 100/894 KB 236/404 KB 176/587 KB 468/549 KB 100/894 KB 240/404 KB 176/587 KB 468/549 KB 100/894 KB 212/404 KB 148/587 KB 468/549 KB 100/894 KB 240/404 KB 176/587 KB 472/549 KB 100/894 KB 240/404 KB 176/587 KB 476/549 KB 100/894 KB 240/404 KB 176/587 KB 480/549 KB 100/894 KB 212/404 KB 148/587 KB 464/549 KB 100/894 KB 240/404 KB 176/587 KB 480/549 KB 104/894 KB 240/404 KB 176/587 KB 480/549 KB 108/894 KB 240/404 KB 176/587 KB 480/549 KB 112/894 KB 240/404 KB 176/587 KB 480/549 KB 116/894 KB 240/404 KB 176/587 KB 480/549 KB 120/894 KB 240/404 KB 176/587 KB 480/549 KB 124/894 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 4/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 8/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 12/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 16/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 20/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 24/26 KB 240/404 KB 176/587 KB 480/549 KB 128/894 KB 26/26 KB 240/404 KB 176/587 KB 484/549 KB 128/894 KB 26/26 KB 244/404 KB 176/587 KB 488/549 KB 128/894 KB 26/26 KB 244/404 KB 176/587 KB 492/549 KB 128/894 KB 26/26 KB 244/404 KB 176/587 KB 496/549 KB 132/894 KB 26/26 KB 244/404 KB 176/587 KB 500/549 KB 132/894 KB 26/26 KB 244/404 KB 180/587 KB 504/549 KB 132/894 KB 26/26 KB 244/404 KB 180/587 KB 508/549 KB 132/894 KB 26/26 KB 244/404 KB 180/587 KB 512/549 KB 132/894 KB 26/26 KB 244/404 KB 176/587 KB 484/549 KB 128/894 KB 26/26 KB 248/404 KB 180/587 KB 512/549 KB 132/894 KB 26/26 KB 252/404 KB 180/587 KB 512/549 KB 132/894 KB 26/26 K unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install B 256/404 KB 180/587 KB 512/549 KB 132/894 KB 26/26 KB 244/404 KB 180/587 KB 500/549 KB 132/894 KB 26/26 KB 256/404 KB 184/587 KB 512/549 KB 132/894 KB 26/26 KB 244/404 KB 176/587 KB 492/549 KB 132/894 KB 26/26 KB 256/404 KB 188/587 KB 512/549 KB 136/894 KB 26/26 KB 256/404 KB 188/587 KB 512/549 KB 140/894 KB 26/26 KB 256/404 KB 188/587 KB 512/549 KB 144/894 KB 26/26 KB 256/404 KB 188/587 KB 512/549 KB 148/894 KB 26/26 KB 260/404 KB 188/587 KB 516/549 KB 152/894 KB 26/26 KB 260/404 KB 188/587 KB 516/549 KB 156/894 KB 26/26 KB 260/404 KB 188/587 KB 516/549 KB 160/894 KB 26/26 KB 260/404 KB 188/587 KB 516/549 KB 148/894 KB 26/26 KB 260/404 KB 188/587 KB 512/549 KB 148/894 KB 26/26 KB 256/404 KB 188/587 KB 512/549 KB 148/894 KB 26/26 KB 260/404 KB 192/587 KB 516/549 KB 160/894 KB 26/26 KB 260/404 KB 196/587 KB 516/549 KB 160/894 KB 26/26 KB 264/404 KB 196/587 KB 516/549 KB 160/894 KB 26/26 KB 268/404 KB 196/587 KB 516/549 KB 160/894 KB 26/26 KB 272/404 KB 196/587 KB 516/549 KB 160/894 KB 26/26 KB 272/404 KB 200/587 KB 516/549 KB 160/894 KB 26/26 KB 272/404 KB 204/587 KB 516/549 KB 160/894 KB 26/26 KB 272/404 KB 208/587 KB 520/549 KB 164/894 KB 26/26 KB 272/404 KB 212/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 216/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 220/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 224/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 228/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 232/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 236/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 240/587 KB 520/549 KB 164/894 KB 26/26 KB 272/404 KB 204/587 KB 520/549 KB 164/894 KB 26/26 KB 276/404 KB 240/587 KB 520/549 KB 168/894 KB 26/26 KB 276/404 KB 240/587 KB 520/549 KB 172/894 KB 26/26 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.3 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 272/404 KB 204/587 KB 520/549 KB 160/894 KB 26/26 KB 276/404 KB 240/587 KB 524/549 KB 172/894 KB 276/404 KB 240/587 KB 528/549 KB 172/894 KB 276/404 KB 240/587 KB 532/549 KB 172/894 KB 276/404 KB 212/587 KB 520/549 KB 164/894 KB 26/26 KB 280/404 KB 240/587 KB 532/549 KB 176/894 KB 284/404 KB 240/587 KB 532/549 KB 176/894 KB 288/404 KB 240/587 KB 532/549 KB 176/894 KB 276/404 KB 240/587 KB 532/549 KB 176/894 KB 292/404 KB 240/587 KB 532/549 KB 176/894 KB 296/404 KB 240/587 KB 536/549 KB 180/894 KB 300/404 KB 240/587 KB 536/549 KB 180/894 KB 304/404 KB 240/587 KB 536/549 KB 180/894 KB 292/404 KB 240/587 KB 536/549 KB 180/894 KB 292/404 KB 240/587 KB 536/549 KB 176/894 KB 304/404 KB 240/587 KB 540/549 KB 180/894 KB 304/404 KB 240/587 KB 544/549 KB 180/894 KB 304/404 KB 240/587 KB 548/549 KB 180/894 KB 304/404 KB 240/587 KB 549/549 KB 180/894 KB 304/404 KB 240/587 KB 549/549 KB 184/894 KB 304/404 KB 240/587 KB 549/549 KB 188/894 KB 304/404 KB 240/587 KB 549/549 KB 192/894 KB 304/404 KB 240/587 KB 549/549 KB 196/894 KB 308/404 KB 244/587 KB 549/549 KB 200/894 KB 308/404 KB 244/587 KB 549/549 KB 204/894 KB 308/404 KB 244/587 KB 549/549 KB 208/894 KB 308/404 KB 244/587 KB 549/549 KB 196/894 KB 312/404 KB 244/587 KB 549/549 KB 208/894 KB 316/404 KB 244/587 KB 549/549 KB 208/894 KB 320/404 KB 244/587 KB 549/549 KB 208/894 KB 304/404 KB 244/587 KB 549/549 KB 196/894 KB 320/404 KB 248/587 KB 549/549 KB 208/894 KB 320/404 KB 252/587 KB 549/549 KB 208/894 KB 320/404 KB 256/587 KB 549/549 KB 208/894 KB 324/404 KB 256/587 KB 549/549 KB 208/894 KB 328/404 KB 256/587 KB 549/549 KB 212/894 KB 332/404 KB 260/587 KB 549/549 KB 212/894 KB 336/404 KB 260/587 KB 549/549 KB 212/894 KB 324/404 KB 256/587 KB 549/549 KB 212/894 KB 336/404 KB 260/587 KB 549/549 KB 216/894 KB 336/404 KB 260/587 KB 549/549 KB 220/894 KB 336/404 KB 260/587 KB 549/549 KB 224/894 KB 328/404 KB 260/587 KB 549/549 KB 212/894 KB 336/404 KB 264/587 KB 224/894 KB 336/404 KB 268/587 KB 224/894 KB 336/404 KB 272/587 KB 224/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 769.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 340/404 KB 272/587 KB 224/894 KB 344/404 KB 276/587 KB 224/894 KB 348/404 KB 276/587 KB 224/894 KB 352/404 KB 276/587 KB 224/894 KB 340/404 KB 276/587 KB 224/894 KB 352/404 KB 280/587 KB 228/894 KB 352/404 KB 284/587 KB 228/894 KB 352/404 KB 288/587 KB 228/894 KB 352/404 KB 292/587 KB 228/894 KB 356/404 KB 296/587 KB 228/894 KB 356/404 KB 300/587 KB 228/894 KB 356/404 KB 304/587 KB 228/894 KB 356/404 KB 308/587 KB 228/894 KB 352/404 KB 276/587 KB 228/894 KB 356/404 KB 308/587 KB 232/894 KB 356/404 KB 308/587 KB 236/894 KB 356/404 KB 308/587 KB 240/894 KB 356/404 KB 308/587 KB 244/894 KB 356/404 KB 308/587 KB 248/894 KB 356/404 KB 308/587 KB 252/894 KB 356/404 KB 308/587 KB 256/894 KB 356/404 KB 292/587 KB 228/894 KB 360/404 KB 308/587 KB 256/894 KB 364/404 KB 308/587 KB 256/894 KB 368/404 KB 308/587 KB 256/894 KB 372/404 KB 308/587 KB 256/894 KB 376/404 KB 308/587 KB 260/894 KB 380/404 KB 312/587 KB 260/894 KB 384/404 KB 312/587 KB 260/894 KB 372/404 KB 308/587 KB 260/894 KB 384/404 KB 312/587 KB 264/894 KB 384/404 KB 312/587 KB 268/894 KB 384/404 KB 312/587 KB 271/894 KB 388/404 KB 312/587 KB 275/894 KB 4/79 KB 388/404 KB 312/587 KB 275/894 KB 8/79 KB 388/404 KB 312/587 KB 275/894 KB 12/79 KB 388/404 KB 312/587 KB 275/894 KB 16/79 KB 388/404 KB 312/587 KB 275/894 KB 20/79 KB 388/404 KB 312/587 KB 275/894 KB 24/79 KB 388/404 KB 312/587 KB 275/894 KB 28/79 KB 388/404 KB 312/587 KB 275/894 KB 32/79 KB 388/404 KB 312/587 KB 275/894 KB 36/79 KB 388/404 KB 312/587 KB 275/894 KB 40/79 KB 388/404 KB 312/587 KB 275/894 KB 44/79 KB 388/404 KB 312/587 KB 275/894 KB 48/79 KB 388/404 KB 312/587 KB 275/894 KB 52/79 KB 388/404 KB 312/587 KB 275/894 KB 56/79 KB 388/404 KB 312/587 KB 275/894 KB 376/404 KB 312/587 KB 260/894 KB 56/79 KB 388/404 KB 316/587 KB 275/894 KB 56/79 KB 388/404 KB 320/587 KB 275/894 KB 60/79 KB 388/404 KB 324/587 KB 275/894 KB 60/79 KB 388/404 KB 328/587 KB 275/894 KB 388/404 KB 312/587 KB 271/894 KB 60/79 KB 392/404 KB 328/587 KB 279/894 KB 60/79 KB 396/404 KB 328/587 KB 279/894 KB 60/79 KB 400/404 KB 328/587 KB 279/894 KB 60/79 KB 404/404 KB 328/587 KB 279/894 KB 60/79 KB 388/404 KB 328/587 KB 279/894 KB 60/79 KB 404/404 KB 332/587 KB 283/894 KB 60/79 KB 404/404 KB 332/587 KB 287/894 KB 60/79 KB 388/404 KB 320/587 KB 275/894 KB 64/79 KB 404/404 KB 332/587 KB 287/894 KB 68/79 KB 404/404 KB 332/587 KB 287/894 KB 72/79 KB 404/404 KB 332/587 KB 287/894 KB 76/79 KB 404/404 KB 332/587 KB 287/894 KB 79/79 KB 404/404 KB 332/587 KB 287/894 KB 60/79 KB 404/404 KB 332/587 KB 279/894 KB 79/79 KB 404/404 KB 336/587 KB 287/894 KB 79/79 KB 404/404 KB 340/587 KB 287/894 KB 79/79 KB 404/404 KB 344/587 KB 291/894 KB 79/79 KB 404/404 KB 348/587 KB 291/894 KB 79/79 KB 404/404 KB 352/587 KB 291/894 KB 79/79 KB 404/404 KB 356/587 KB 291/894 KB 79/79 KB 404/404 KB 360/587 KB 291/894 KB 79/79 KB 404/404 KB 364/587 KB 291/894 KB 79/79 KB 404/404 KB 368/587 KB 291/894 KB 79/79 KB 404/404 KB 372/587 KB 291/894 KB 79/79 KB 404/404 KB 340/587 KB 291/894 KB 79/79 KB 404/404 KB 372/587 KB 295/894 KB 79/79 KB 404/404 KB 372/587 KB 299/894 KB 79/79 KB 404/404 KB 372/587 KB 303/894 KB 79/79 KB 404/404 KB 372/587 KB 307/894 KB 79/79 KB 404/404 KB 372/587 KB 311/894 KB 79/79 KB 404/404 KB 372/587 KB 315/894 KB 79/79 KB 404/404 KB 372/587 KB 319/894 KB 79/79 KB 404/404 KB 372/587 KB 323/894 KB 79/79 KB 404/404 KB 376/587 KB 327/894 KB 79/79 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install KB 404/404 KB 376/587 KB 331/894 KB 79/79 KB 404/404 KB 376/587 KB 335/894 KB 79/79 KB 404/404 KB 376/587 KB 323/894 KB 79/79 KB 404/404 KB 380/587 KB 335/894 KB 79/79 KB 404/404 KB 384/587 KB 335/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 107.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 404/404 KB 388/587 KB 335/894 KB 404/404 KB 392/587 KB 335/894 KB 404/404 KB 393/587 KB 339/894 KB 404/404 KB 397/587 KB 339/894 KB 404/404 KB 401/587 KB 339/894 KB 404/404 KB 405/587 KB 339/894 KB 404/404 KB 409/587 KB 339/894 KB 404/404 KB 392/587 KB 339/894 KB 404/404 KB 409/587 KB 343/894 KB 404/404 KB 409/587 KB 347/894 KB 404/404 KB 409/587 KB 351/894 KB 404/404 KB 409/587 KB 355/894 KB 404/404 KB 409/587 KB 359/894 KB 404/404 KB 409/587 KB 363/894 KB 404/404 KB 409/587 KB 367/894 KB 404/404 KB 409/587 KB 371/894 KB 404/404 KB 413/587 KB 375/894 KB 404/404 KB 413/587 KB 379/894 KB 404/404 KB 413/587 KB 383/894 KB 404/404 KB 413/587 KB 387/894 KB 404/404 KB 413/587 KB 371/894 KB 404/404 KB 413/587 KB 387/894 KB 4/1822 KB 404/404 KB 413/587 KB 387/894 KB 8/1822 KB 404/404 KB 413/587 KB 387/894 KB 12/1822 KB 404/404 KB 413/587 KB 387/894 KB 16/1822 KB 404/404 KB 417/587 KB 387/894 KB 16/1822 KB 4/115 KB 404/404 KB 417/587 KB 387/894 KB 16/1822 KB 8/115 KB 417/587 KB 387/894 KB 20/1822 KB 12/115 KB 417/587 KB 387/894 KB 20/1822 KB 16/115 KB 417/587 KB 387/894 KB 20/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 538.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 4/115 KB 404/404 KB 417/587 KB 387/894 KB 20/1822 KB 16/115 KB 417/587 KB 387/894 KB 24/1822 KB 16/115 KB 417/587 KB 387/894 KB 28/1822 KB 16/115 KB 417/587 KB 387/894 KB 32/1822 KB 16/115 KB 417/587 KB 387/894 KB 36/1822 KB 16/115 KB 417/587 KB 387/894 KB 40/1822 KB 16/115 KB 417/587 KB 387/894 KB 44/1822 KB 16/115 KB 417/587 KB 387/894 KB 48/1822 KB 20/115 KB 417/587 KB 387/894 KB 48/1822 KB 24/115 KB 417/587 KB 387/894 KB 52/1822 KB 28/115 KB 417/587 KB 387/894 KB 52/1822 KB 32/115 KB 417/587 KB 387/894 KB 52/1822 KB 36/115 KB 417/587 KB 387/894 KB 52/1822 KB 20/115 KB 417/587 KB 387/894 KB 52/1822 KB 36/115 KB 421/587 KB 387/894 KB 56/1822 KB 36/115 KB 421/587 KB 387/894 KB 60/1822 KB 36/115 KB 421/587 KB 387/894 KB 64/1822 KB 36/115 KB 421/587 KB 387/894 KB 52/1822 KB 36/115 KB 425/587 KB 387/894 KB 64/1822 KB 36/115 KB 429/587 KB 387/894 KB 64/1822 KB 40/115 KB 433/587 KB 387/894 KB 68/1822 KB 40/115 KB 429/587 KB 387/894 KB 68/1822 KB 44/115 KB 433/587 KB 391/894 KB 68/1822 KB 48/115 KB 433/587 KB 391/894 KB 68/1822 KB 48/115 KB 437/587 KB 391/894 KB 68/1822 KB 48/115 KB 441/587 KB 391/894 KB 68/1822 KB 48/115 KB 445/587 KB 391/894 KB 68/1822 KB 52/115 KB 449/587 KB 391/894 KB 68/1822 KB 52/115 KB 453/587 KB 391/894 KB 68/1822 KB 52/115 KB 457/587 KB 391/894 KB 68/1822 KB 36/115 KB 429/587 KB 387/894 KB 68/1822 KB 52/115 KB 457/587 KB 391/894 KB 72/1822 KB 52/115 KB 457/587 KB 391/894 KB 76/1822 KB 52/115 KB 457/587 KB 391/894 KB 80/1822 KB 52/115 KB 457/587 KB 391/894 KB 84/1822 KB 52/115 KB 457/587 KB 391/894 KB 88/1822 KB 52/115 KB 457/587 KB 391/894 KB 92/1822 KB 52/115 KB 457/587 KB 391/894 KB 96/1822 KB 52/115 KB 457/587 KB 391/894 KB 100/1822 KB 52/115 KB 461/587 KB 391/894 KB 104/1822 KB 52/115 KB 461/587 KB 391/894 KB 108/1822 KB 52/115 KB 461/587 KB 391/894 KB 112/1822 KB 52/115 KB 445/587 KB 391/894 KB 68/1822 KB 56/115 KB 461/587 KB 391/894 KB 112/1822 KB 60/115 KB 461/587 KB 391/894 KB 112/1822 KB 64/115 KB 461/587 KB 391/894 KB 112/1822 KB 40/115 KB 433/587 KB 391/894 KB 68/1822 KB 64/115 KB 461/587 KB 395/894 KB 112/1822 KB 64/115 KB 461/587 KB 399/894 KB 112/1822 KB 64/115 KB 461/587 KB 403/894 KB 112/1822 KB 64/115 KB 461/587 KB 407/894 KB 112/1822 KB 64/115 KB 461/587 KB 411/894 KB 112/1822 KB 64/115 KB 461/587 KB 415/894 KB 112/1822 KB 64/115 KB 461/587 KB 419/894 KB 112/1822 KB 68/115 KB 461/587 KB 423/894 KB 112/1822 KB 68/115 KB 461/587 KB 427/894 KB 112/1822 KB 68/115 KB 461/587 KB 431/894 KB 112/1822 KB 52/115 KB 461/587 KB 391/894 KB 100/1822 KB 68/115 KB 461/587 KB 419/894 KB 112/1822 KB 72/115 KB 461/587 KB 431/894 KB 112/1822 KB 72/115 KB 465/587 KB 431/894 KB 112/1822 KB 76/115 KB 465/587 KB 431/894 KB 112/1822 KB 80/115 KB 465/587 KB 431/894 KB 112/1822 KB 80/115 KB 469/587 KB 431/894 KB 112/1822 KB 80/115 KB 473/587 KB 431/894 KB 112/1822 KB 80/115 KB 477/587 KB 431/894 KB 112/1822 KB 84/115 KB 481/587 KB 435/894 KB 116/1822 KB 84/115 KB 485/587 KB 435/894 KB 116/1822 KB 84/115 KB 489/587 KB 435/894 KB 116/1822 KB 84/115 KB 477/587 KB 435/894 KB 116/1822 KB 84/115 KB 489/587 KB 435/894 KB 120/1822 KB 84/115 KB 489/587 KB 435/894 KB 124/1822 KB 84/115 KB 477/587 KB 435/894 KB 112/1822 KB 84/115 KB 489/587 KB 439/894 KB 124/1822 KB 84/115 KB 489/587 KB 443/894 KB 124/1822 KB 84/115 KB 489/587 KB 447/894 KB 124/1822 KB 84/115 KB 477/587 KB 431/894 KB 112/1822 KB 88/115 KB 489/587 KB 447/894 KB 124/1 unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 822 KB 92/115 KB 489/587 KB 447/894 KB 124/1822 KB 96/115 KB 489/587 KB 447/894 KB 124/1822 KB 96/115 KB 489/587 KB 451/894 KB 124/1822 KB 96/115 KB 493/587 KB 451/894 KB 4/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 8/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 12/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 16/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 20/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 24/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 28/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 32/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 36/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 40/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 44/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 48/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 52/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 56/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 60/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 64/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 68/206 KB 128/1822 KB 100/115 KB 493/587 KB 455/894 KB 72/206 KB 128/1822 KB 100/115 KB 493/587 KB 455/894 KB 76/206 KB 128/1822 KB 100/115 KB 493/587 KB 455/894 KB 80/206 KB 128/1822 KB 96/115 KB 493/587 KB 451/894 KB 128/1822 KB 100/115 KB 497/587 KB 455/894 KB 80/206 KB 128/1822 KB 100/115 KB 501/587 KB 455/894 KB 80/206 KB 128/1822 KB 100/115 KB 505/587 KB 455/894 KB 80/206 KB 128/1822 KB 96/115 KB 489/587 KB 451/894 KB 128/1822 KB 100/115 KB 505/587 KB 455/894 KB 80/206 KB 132/1822 KB 100/115 KB 505/587 KB 455/894 KB 80/206 KB 136/1822 KB 100/115 KB 505/587 KB 455/894 KB 80/206 KB 140/1822 KB 100/115 KB 505/587 KB 455/894 KB 80/206 KB 144/1822 KB 100/115 KB 493/587 KB 455/894 KB 68/206 KB 128/1822 KB 104/115 KB 505/587 KB 455/894 KB 80/206 KB 144/1822 KB 108/115 KB 505/587 KB 455/894 KB 80/206 KB 144/1822 KB 112/115 KB 505/587 KB 455/894 KB 80/206 KB 144/1822 KB 96/115 KB 493/587 KB 455/894 KB 68/206 KB 128/1822 KB 112/115 KB 505/587 KB 459/894 KB 80/206 KB 144/1822 KB 112/115 KB 505/587 KB 463/894 KB 80/206 KB 144/1822 KB 112/115 KB 505/587 KB 467/894 KB 80/206 KB 144/1822 KB 115/115 KB 509/587 KB 471/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 475/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 479/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 483/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 487/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 491/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 495/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 467/894 KB 84/206 KB 148/1822 KB 115/115 KB 509/587 KB 495/894 KB 88/206 KB 148/1822 KB 115/115 KB 509/587 KB 495/894 KB 92/206 KB 148/1822 KB 115/115 KB 509/587 KB 495/894 KB 96/206 KB 148/1822 KB 115/115 KB 509/587 KB 467/894 KB 80/206 KB 148/1822 KB 115/115 KB 509/587 KB 495/894 KB 96/206 KB 152/1822 KB 115/115 KB 509/587 KB 495/894 KB 96/206 KB 156/1822 KB 115/115 KB 509/587 KB 495/894 KB 96/206 KB 160/1822 KB 115/115 KB 509/587 KB 467/894 KB 80/206 KB 144/1822 KB 115/115 KB 505/587 KB 467/894 KB 80/206 KB 144/1822 KB 115/115 KB 513/587 KB 499/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 503/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 507/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 511/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 515/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 519/894 KB 96/206 KB 160/1822 KB 115/115 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 513/587 KB 523/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 527/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 531/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 535/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 539/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 543/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 547/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 551/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 555/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 559/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 563/894 KB 96/206 KB 160/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 164/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 168/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 172/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 176/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 180/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 184/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 188/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 513/587 KB 495/894 KB 96/206 KB 160/1822 KB 115/115 KB 517/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 521/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 525/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 529/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 533/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 537/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 541/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 545/587 KB 563/894 KB 100/206 KB 192/1822 KB 115/115 KB 549/587 KB 563/894 KB 100/206 KB 196/1822 KB 115/115 KB 553/587 KB 563/894 KB 100/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 100/206 KB 196/1822 KB 115/115 KB 513/587 KB 563/894 KB 100/206 KB 160/1822 KB 115/115 KB 557/587 KB 563/894 KB 104/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 108/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 112/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 116/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 120/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 124/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 128/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 132/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 136/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 140/206 KB 196/1822 KB 115/115 KB 557/587 KB 563/894 KB 144/206 KB 196/1822 KB 115/115 KB 545/587 KB 563/894 KB 100/206 KB 196/1822 KB 115/115 KB 561/587 KB 563/894 KB 144/206 KB 200/1822 KB 115/115 KB 561/587 KB 563/894 KB 144/206 KB 204/1822 KB 115/115 KB 561/587 KB 563/894 KB 144/206 KB 196/1822 KB 565/587 KB 563/894 KB 144/206 KB 204/1822 KB 569/587 KB 563/894 KB 144/206 KB 208/1822 KB 573/587 KB 563/894 KB 144/206 KB 208/1822 KB 577/587 KB 563/894 KB 148/206 KB 208/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 143.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 573/587 KB 563/894 KB 148/206 KB 208/1822 KB 577/587 KB 563/894 KB 152/206 KB 208/1822 KB 577/587 KB 563/894 KB 156/206 KB 208/1822 KB 565/587 KB 563/894 KB 144/206 KB 208/1822 KB 581/587 KB 563/894 KB 156/206 KB 212/1822 KB 581/587 KB 563/894 KB 156/206 KB 216/1822 KB 581/587 KB 563/894 KB 156/206 KB 220/1822 KB 581/587 KB 563/894 KB 156/206 KB 224/1822 KB 581/587 KB 563/894 KB 156/206 KB 208/1822 KB 585/587 KB 563/894 KB 160/206 KB 224/1822 KB 581/587 KB 563/894 KB 160/206 KB 224/1822 KB 585/587 KB 563/894 KB 164/206 KB 224/1822 KB 587/587 KB 567/894 KB 168/206 KB 228/1822 KB 587/587 KB 567/894 KB 172/206 KB 228/1822 KB 587/587 KB 567/894 KB 176/206 KB 228/1822 KB 587/587 KB 567/894 KB 164/206 KB 228/1822 KB 587/587 KB 567/894 KB 176/206 KB 232/1822 KB 587/587 KB 567/894 KB 176/206 KB 236/1822 KB 587/587 KB 567/894 KB 176/206 KB 240/1822 KB 587/587 KB 567/894 KB 164/206 KB 224/1822 KB 587/587 KB 571/894 KB 176/206 KB 240/1822 KB 587/587 KB 575/894 KB 176/206 KB 240/1822 KB 587/587 KB 563/894 KB 164/206 KB 224/1822 KB 587/587 KB 579/894 KB 176/206 KB 240/1822 KB 587/587 KB 583/894 KB 180/206 KB 244/1822 KB 587/587 KB 587/894 KB 180/206 KB 244/1822 KB 587/587 KB 591/894 KB 180/206 KB 244/1822 KB 587/587 KB 579/894 KB 180/206 KB 244/1822 KB 587/587 KB 579/894 KB 176/206 KB 244/1822 KB 587/587 KB 591/894 KB 180/206 KB 248/1822 KB 587/587 KB 591/894 KB 180/206 KB 252/1822 KB 587/587 KB 591/894 KB 184/206 KB 256/1822 KB 587/587 KB 591/894 KB 184/206 KB 260/1822 KB 587/587 KB 595/894 KB 184/206 KB 264/1822 KB 587/587 KB 595/894 KB 184/206 KB 268/1822 KB 587/587 KB 595/894 KB 184/206 KB 272/1822 KB 587/587 KB 591/894 KB 184/206 KB 252/1822 KB 587/587 KB 595/894 KB 188/206 KB 272/1822 KB 587/587 KB 595/894 KB 192/206 KB 272/1822 KB 587/587 KB 595/894 KB 196/206 KB 272/1822 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 3/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 5/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 8/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 11/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 13/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 16/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 19/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 21/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 24/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 27/314 KB 587/587 KB 595/894 KB 200/206 KB 272/1822 KB 587/587 KB 595/894 KB 184/206 KB 260/1822 KB 27/314 KB 587/587 KB 599/894 KB 200/206 KB 272/1822 KB 27/314 KB 587/587 KB 603/894 KB 200/206 KB 272/1822 KB 29/314 KB 587/587 KB 603/894 KB 200/206 KB 272/1822 KB 29/314 KB 587/587 KB 607/894 KB 200/206 KB 272/1822 KB 32/314 KB 587/587 KB 607/894 KB 200/206 KB 272/1822 KB 32/314 KB 587/587 KB 611/894 KB 200/206 KB 272/1822 KB 36/314 KB 587/587 KB 615/894 KB 204/206 KB 276/1822 KB 36/314 KB 587/587 KB 619/894 KB 204/206 KB 276/1822 KB 36/314 KB 587/587 KB 623/894 KB 204/206 KB 276/1822 KB 36/314 KB 587/587 KB 611/894 KB 204/206 KB 276/1822 KB 40/314 KB 587/587 KB 623/894 KB 204/206 KB 276/1822 KB 44/314 KB 587/587 KB 623/894 KB 204/206 KB 276/1822 KB 48/314 KB 587/587 KB 623/894 KB 204/206 KB 276/1822 KB 32/314 KB 587/587 KB 611/894 KB 204/206 KB 276/1822 KB 32/314 KB 587/587 KB 611/894 KB 204/206 KB 272/1822 KB 48/314 KB 587/587 KB 623/894 KB 206/206 KB 276/1822 KB 48/314 KB 587/587 KB 623/894 KB 206/206 KB 280/1822 KB 48/314 KB 587/587 KB 623/894 KB 206/206 KB unit-abot-epc-basic-0: 13:22:12 DEBUG unit.abot-epc-basic/0.install 284/1822 KB 48/314 KB 587/587 KB 623/894 KB 206/206 KB 288/1822 KB 52/314 KB 587/587 KB 627/894 KB 206/206 KB 288/1822 KB 56/314 KB 587/587 KB 627/894 KB 206/206 KB 292/1822 KB 60/314 KB 587/587 KB 627/894 KB 206/206 KB 292/1822 KB 64/314 KB 587/587 KB 627/894 KB 206/206 KB 292/1822 KB 48/314 KB 587/587 KB 627/894 KB 206/206 KB 288/1822 KB 64/314 KB 587/587 KB 631/894 KB 206/206 KB 292/1822 KB 64/314 KB 587/587 KB 635/894 KB 206/206 KB 292/1822 KB 64/314 KB 587/587 KB 639/894 KB 206/206 KB 292/1822 KB 64/314 KB 587/587 KB 643/894 KB 206/206 KB 292/1822 KB 68/314 KB 587/587 KB 647/894 KB 206/206 KB 292/1822 KB 68/314 KB 587/587 KB 651/894 KB 206/206 KB 292/1822 KB 68/314 KB 587/587 KB 655/894 KB 206/206 KB 292/1822 KB 68/314 KB 659/894 KB 206/206 KB 292/1822 KB 52/314 KB 587/587 KB 627/894 KB 206/206 KB 292/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 711.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 68/314 KB 659/894 KB 206/206 KB 296/1822 KB 68/314 KB 659/894 KB 206/206 KB 300/1822 KB 68/314 KB 659/894 KB 206/206 KB 304/1822 KB 68/314 KB 659/894 KB 206/206 KB 308/1822 KB 68/314 KB 659/894 KB 206/206 KB 312/1822 KB 68/314 KB 659/894 KB 206/206 KB 316/1822 KB 68/314 KB 659/894 KB 206/206 KB 320/1822 KB 68/314 KB 587/587 KB 643/894 KB 206/206 KB 292/1822 KB 72/314 KB 659/894 KB 206/206 KB 320/1822 KB 76/314 KB 659/894 KB 206/206 KB 320/1822 KB 80/314 KB 659/894 KB 206/206 KB 320/1822 KB 84/314 KB 659/894 KB 206/206 KB 320/1822 KB 88/314 KB 659/894 KB 206/206 KB 324/1822 KB 92/314 KB 659/894 KB 324/1822 KB 84/314 KB 659/894 KB 206/206 KB 324/1822 KB 92/314 KB 663/894 KB 328/1822 KB 92/314 KB 663/894 KB 332/1822 KB 92/314 KB 663/894 KB 336/1822 KB 92/314 KB 663/894 KB 324/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 249.3 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 96/314 KB 667/894 KB 336/1822 KB 96/314 KB 671/894 KB 336/1822 KB 96/314 KB 663/894 KB 336/1822 KB 96/314 KB 671/894 KB 340/1822 KB 100/314 KB 675/894 KB 344/1822 KB 100/314 KB 4/57 KB 675/894 KB 344/1822 KB 100/314 KB 8/57 KB 675/894 KB 344/1822 KB 100/314 KB 12/57 KB 675/894 KB 344/1822 KB 100/314 KB 16/57 KB 675/894 KB 344/1822 KB 100/314 KB 20/57 KB 675/894 KB 344/1822 KB 100/314 KB 24/57 KB 675/894 KB 344/1822 KB 100/314 KB 28/57 KB 675/894 KB 344/1822 KB 100/314 KB 32/57 KB 675/894 KB 344/1822 KB 100/314 KB 36/57 KB 675/894 KB 344/1822 KB 100/314 KB 40/57 KB 675/894 KB 344/1822 KB 100/314 KB 44/57 KB 675/894 KB 344/1822 KB 100/314 KB 48/57 KB 675/894 KB 344/1822 KB 100/314 KB 52/57 KB 675/894 KB 344/1822 KB 100/314 KB 56/57 KB 675/894 KB 344/1822 KB 100/314 KB 57/57 KB 675/894 KB 344/1822 KB 100/314 KB 675/894 KB 340/1822 KB 104/314 KB 57/57 KB 675/894 KB 344/1822 KB 108/314 KB 57/57 KB 675/894 KB 344/1822 KB 112/314 KB 57/57 KB 675/894 KB 344/1822 KB 96/314 KB 675/894 KB 340/1822 KB 112/314 KB 57/57 KB 679/894 KB 348/1822 KB 112/314 KB 57/57 KB 683/894 KB 348/1822 KB 112/314 KB 57/57 KB 687/894 KB 348/1822 KB 112/314 KB 57/57 KB 675/894 KB 348/1822 KB 112/314 KB 57/57 KB 687/894 KB 352/1822 KB 112/314 KB 57/57 KB 687/894 KB 356/1822 KB 116/314 KB 57/57 KB 691/894 KB 360/1822 KB 116/314 KB 57/57 KB 691/894 KB 364/1822 KB 116/314 KB 57/57 KB 691/894 KB 368/1822 KB 116/314 KB 57/57 KB 691/894 KB 356/1822 KB 116/314 KB 57/57 KB 695/894 KB 368/1822 KB 116/314 KB 57/57 KB 699/894 KB 368/1822 KB 116/314 KB 57/57 KB 703/894 KB 368/1822 KB 116/314 KB 57/57 KB 707/894 KB 368/1822 KB 116/314 KB 57/57 KB 711/894 KB 372/1822 KB 116/314 KB 57/57 KB 715/894 KB 372/1822 KB 116/314 KB 57/57 KB 719/894 KB 372/1822 KB 116/314 KB 57/57 KB 687/894 KB 356/1822 KB 120/314 KB 57/57 KB 719/894 KB 372/1822 KB 124/314 KB 57/57 KB 719/894 KB 372/1822 KB 128/314 KB 57/57 KB 719/894 KB 372/1822 KB 132/314 KB 57/57 KB 719/894 KB 372/1822 KB 136/314 KB 57/57 KB 719/894 KB 372/1822 KB 140/314 KB 57/57 KB 719/894 KB 372/1822 KB 144/314 KB 57/57 KB 719/894 KB 372/1822 KB 116/314 KB 57/57 KB 707/894 KB 372/1822 KB 144/314 KB 57/57 KB 719/894 KB 376/1822 KB 144/314 KB 57/57 KB 719/894 KB 380/1822 KB 144/314 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 4/263 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 8/263 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 12/263 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 16/263 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 20/263 KB 57/57 KB 719/894 KB 384/1822 KB 144/314 KB 24/263 KB 719/894 KB 384/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 67.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:12 DEBUG unit.abot-epc-basic/0.install 144/314 KB 28/263 KB 719/894 KB 384/1822 KB 144/314 KB 32/263 KB 719/894 KB 384/1822 KB 144/314 KB 36/263 KB 719/894 KB 384/1822 KB 144/314 KB 40/263 KB 719/894 KB 384/1822 KB 144/314 KB 44/263 KB 719/894 KB 384/1822 KB 144/314 KB 48/263 KB 719/894 KB 384/1822 KB 144/314 KB 52/263 KB 719/894 KB 384/1822 KB 144/314 KB 56/263 KB 723/894 KB 388/1822 KB 144/314 KB 60/263 KB 723/894 KB 388/1822 KB 144/314 KB 64/263 KB 723/894 KB 388/1822 KB 148/314 KB 64/263 KB 723/894 KB 388/1822 KB 152/314 KB 64/263 KB 723/894 KB 388/1822 KB 156/314 KB 68/263 KB 723/894 KB 388/1822 KB 160/314 KB 68/263 KB 723/894 KB 388/1822 KB 144/314 KB 52/263 KB 723/894 KB 388/1822 KB 160/314 KB 68/263 KB 727/894 KB 388/1822 KB 160/314 KB 68/263 KB 731/894 KB 388/1822 KB 160/314 KB 68/263 KB 735/894 KB 388/1822 KB 144/314 KB 52/263 KB 719/894 KB 388/1822 KB 160/314 KB 68/263 KB 735/894 KB 392/1822 KB 160/314 KB 68/263 KB 735/894 KB 396/1822 KB 160/314 KB 68/263 KB 735/894 KB 400/1822 KB 164/314 KB 68/263 KB 739/894 KB 404/1822 KB 164/314 KB 68/263 KB 739/894 KB 408/1822 KB 164/314 KB 68/263 KB 739/894 KB 412/1822 KB 164/314 KB 68/263 KB 739/894 KB 416/1822 KB 152/314 KB 68/263 KB 723/894 KB 388/1822 KB 164/314 KB 72/263 KB 739/894 KB 416/1822 KB 164/314 KB 76/263 KB 739/894 KB 416/1822 KB 164/314 KB 80/263 KB 739/894 KB 416/1822 KB 164/314 KB 68/263 KB 739/894 KB 400/1822 KB 164/314 KB 80/263 KB 743/894 KB 416/1822 KB 164/314 KB 80/263 KB 747/894 KB 416/1822 KB 164/314 KB 80/263 KB 751/894 KB 416/1822 KB 164/314 KB 80/263 KB 755/894 KB 416/1822 KB 164/314 KB 84/263 KB 759/894 KB 420/1822 KB 164/314 KB 68/263 KB 735/894 KB 400/1822 KB 168/314 KB 84/263 KB 759/894 KB 420/1822 KB 172/314 KB 84/263 KB 759/894 KB 420/1822 KB 176/314 KB 84/263 KB 759/894 KB 420/1822 KB 180/314 KB 84/263 KB 759/894 KB 420/1822 KB 184/314 KB 84/263 KB 759/894 KB 420/1822 KB 188/314 KB 84/263 KB 759/894 KB 420/1822 KB 192/314 KB 84/263 KB 759/894 KB 420/1822 KB 196/314 KB 84/263 KB 759/894 KB 420/1822 KB 200/314 KB 84/263 KB 759/894 KB 420/1822 KB 204/314 KB 84/263 KB 763/894 KB 420/1822 KB 208/314 KB 84/263 KB 763/894 KB 420/1822 KB 212/314 KB 84/263 KB 763/894 KB 420/1822 KB 216/314 KB 84/263 KB 763/894 KB 420/1822 KB 220/314 KB 84/263 KB 763/894 KB 420/1822 KB 224/314 KB 84/263 KB 763/894 KB 420/1822 KB 228/314 KB 84/263 KB 763/894 KB 420/1822 KB 164/314 KB 84/263 KB 755/894 KB 420/1822 KB 164/314 KB 84/263 KB 755/894 KB 416/1822 KB 228/314 KB 88/263 KB 763/894 KB 420/1822 KB 228/314 KB 92/263 KB 763/894 KB 420/1822 KB 228/314 KB 96/263 KB 763/894 KB 420/1822 KB 228/314 KB 100/263 KB 763/894 KB 420/1822 KB 228/314 KB 104/263 KB 763/894 KB 424/1822 KB 228/314 KB 108/263 KB 763/894 KB 424/1822 KB 228/314 KB 112/263 KB 763/894 KB 424/1822 KB 200/314 KB 84/263 KB 763/894 KB 420/1822 KB 228/314 KB 112/263 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 4/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 8/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 12/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 16/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 20/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 24/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 28/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 32/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 36/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 40/99 KB 767/894 KB 424/1822 KB 228/314 KB 116/263 KB 44/99 KB 767/894 KB 4 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 24/1822 KB 228/314 KB 116/263 KB 48/99 KB 767/894 KB 424/1822 KB 228/314 KB 100/263 KB 763/894 KB 424/1822 KB 228/314 KB 116/263 KB 48/99 KB 767/894 KB 428/1822 KB 228/314 KB 116/263 KB 48/99 KB 767/894 KB 432/1822 KB 228/314 KB 116/263 KB 48/99 KB 767/894 KB 436/1822 KB 228/314 KB 116/263 KB 52/99 KB 767/894 KB 440/1822 KB 228/314 KB 116/263 KB 52/99 KB 767/894 KB 444/1822 KB 228/314 KB 116/263 KB 52/99 KB 767/894 KB 448/1822 KB 228/314 KB 116/263 KB 52/99 KB 767/894 KB 452/1822 KB 228/314 KB 116/263 KB 52/99 KB 771/894 KB 456/1822 KB 228/314 KB 116/263 KB 52/99 KB 771/894 KB 460/1822 KB 228/314 KB 116/263 KB 52/99 KB 771/894 KB 464/1822 KB 228/314 KB 116/263 KB 767/894 KB 424/1822 KB 228/314 KB 120/263 KB 52/99 KB 771/894 KB 464/1822 KB 228/314 KB 124/263 KB 52/99 KB 771/894 KB 464/1822 KB 228/314 KB 128/263 KB 52/99 KB 771/894 KB 464/1822 KB 228/314 KB 116/263 KB 52/99 KB 771/894 KB 452/1822 KB 228/314 KB 128/263 KB 52/99 KB 775/894 KB 464/1822 KB 228/314 KB 128/263 KB 52/99 KB 779/894 KB 464/1822 KB 228/314 KB 128/263 KB 52/99 KB 783/894 KB 464/1822 KB 228/314 KB 116/263 KB 52/99 KB 767/894 KB 436/1822 KB 228/314 KB 128/263 KB 56/99 KB 783/894 KB 464/1822 KB 228/314 KB 128/263 KB 60/99 KB 783/894 KB 464/1822 KB 228/314 KB 128/263 KB 64/99 KB 783/894 KB 464/1822 KB 228/314 KB 128/263 KB 68/99 KB 783/894 KB 464/1822 KB 228/314 KB 128/263 KB 72/99 KB 783/894 KB 464/1822 KB 228/314 KB 132/263 KB 76/99 KB 783/894 KB 464/1822 KB 228/314 KB 132/263 KB 80/99 KB 783/894 KB 464/1822 KB 228/314 KB 132/263 KB 84/99 KB 783/894 KB 464/1822 KB 232/314 KB 132/263 KB 88/99 KB 787/894 KB 468/1822 KB 232/314 KB 132/263 KB 92/99 KB 787/894 KB 468/1822 KB 232/314 KB 132/263 KB 96/99 KB 787/894 KB 468/1822 KB 228/314 KB 132/263 KB 72/99 KB 783/894 KB 464/1822 KB 232/314 KB 136/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 140/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 144/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 148/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 152/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 156/263 KB 96/99 KB 787/894 KB 468/1822 KB 232/314 KB 160/263 KB 99/99 KB 787/894 KB 468/1822 KB 232/314 KB 132/263 KB 84/99 KB 787/894 KB 468/1822 KB 232/314 KB 160/263 KB 99/99 KB 787/894 KB 472/1822 KB 232/314 KB 132/263 KB 84/99 KB 787/894 KB 464/1822 KB 236/314 KB 160/263 KB 99/99 KB 787/894 KB 476/1822 KB 240/314 KB 160/263 KB 99/99 KB 787/894 KB 476/1822 KB 228/314 KB 132/263 KB 84/99 KB 787/894 KB 464/1822 KB 240/314 KB 160/263 KB 99/99 KB 791/894 KB 476/1822 KB 240/314 KB 160/263 KB 99/99 KB 795/894 KB 476/1822 KB 240/314 KB 160/263 KB 99/99 KB 799/894 KB 476/1822 KB 240/314 KB 160/263 KB 99/99 KB 803/894 KB 476/1822 KB 244/314 KB 160/263 KB 99/99 KB 807/894 KB 476/1822 KB 244/314 KB 160/263 KB 99/99 KB 811/894 KB 476/1822 KB 244/314 KB 160/263 KB 99/99 KB 815/894 KB 476/1822 KB 244/314 KB 160/263 KB 99/99 KB 819/894 KB 476/1822 KB 244/314 KB 164/263 KB 99/99 KB 823/894 KB 476/1822 KB 244/314 KB 164/263 KB 99/99 KB 827/894 KB 476/1822 KB 244/314 KB 164/263 KB 99/99 KB 831/894 KB 476/1822 KB 232/314 KB 156/263 KB 99/99 KB 787/894 KB 468/1822 KB 244/314 KB 164/263 KB 99/99 KB 819/894 KB 476/1822 KB 244/314 KB 168/263 KB 99/99 KB 831/894 KB 476/1822 KB 244/314 KB 172/263 KB 99/99 KB 831/894 KB 476/1822 KB 244/314 KB 176/263 KB 99/99 KB 831/894 KB 476/1822 KB 232/314 KB 160/263 KB 99/99 KB 803/894 KB 476/1822 KB 244/314 K unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install B 176/263 KB 99/99 KB 831/894 KB 480/1822 KB 244/314 KB 160/263 KB 99/99 KB 803/894 KB 476/1822 KB 248/314 KB 176/263 KB 99/99 KB 831/894 KB 480/1822 KB 252/314 KB 176/263 KB 99/99 KB 831/894 KB 480/1822 KB 256/314 KB 176/263 KB 99/99 KB 831/894 KB 480/1822 KB 256/314 KB 176/263 KB 99/99 KB 831/894 KB 484/1822 KB 260/314 KB 176/263 KB 99/99 KB 831/894 KB 488/1822 KB 260/314 KB 176/263 KB 99/99 KB 831/894 KB 492/1822 KB 260/314 KB 176/263 KB 99/99 KB 831/894 KB 496/1822 KB 260/314 KB 176/263 KB 99/99 KB 831/894 KB 500/1822 KB 260/314 KB 180/263 KB 99/99 KB 835/894 KB 504/1822 KB 260/314 KB 180/263 KB 99/99 KB 835/894 KB 508/1822 KB 260/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 260/314 KB 176/263 KB 99/99 KB 831/894 KB 484/1822 KB 264/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 268/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 272/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 276/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 280/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 284/314 KB 180/263 KB 99/99 KB 835/894 KB 512/1822 KB 288/314 KB 180/263 KB 99/99 KB 835/894 KB 516/1822 KB 260/314 KB 180/263 KB 99/99 KB 835/894 KB 500/1822 KB 288/314 KB 180/263 KB 99/99 KB 839/894 KB 516/1822 KB 288/314 KB 180/263 KB 99/99 KB 843/894 KB 516/1822 KB 288/314 KB 180/263 KB 99/99 KB 847/894 KB 516/1822 KB 260/314 KB 180/263 KB 99/99 KB 831/894 KB 500/1822 KB 288/314 KB 184/263 KB 99/99 KB 847/894 KB 516/1822 KB 288/314 KB 188/263 KB 99/99 KB 847/894 KB 516/1822 KB 288/314 KB 192/263 KB 99/99 KB 847/894 KB 516/1822 KB 288/314 KB 196/263 KB 99/99 KB 847/894 KB 516/1822 KB 292/314 KB 200/263 KB 851/894 KB 516/1822 KB 292/314 KB 204/263 KB 851/894 KB 516/1822 KB 292/314 KB 208/263 KB 851/894 KB 516/1822 KB 284/314 KB 180/263 KB 99/99 KB 835/894 KB 516/1822 KB 292/314 KB 208/263 KB 851/894 KB 520/1822 KB 292/314 KB 208/263 KB 851/894 KB 524/1822 KB 292/314 KB 208/263 KB 851/894 KB 528/1822 KB 292/314 KB 208/263 KB 851/894 KB 532/1822 KB 292/314 KB 212/263 KB 851/894 KB 536/1822 KB 292/314 KB 212/263 KB 851/894 KB 540/1822 KB 292/314 KB 212/263 KB 851/894 KB 544/1822 KB 292/314 KB 196/263 KB 851/894 KB 516/1822 KB 292/314 KB 212/263 KB 855/894 KB 544/1822 KB 292/314 KB 212/263 KB 859/894 KB 544/1822 KB 292/314 KB 212/263 KB 863/894 KB 544/1822 KB 292/314 KB 196/263 KB 847/894 KB 516/1822 KB 296/314 KB 212/263 KB 863/894 KB 544/1822 KB 300/314 KB 212/263 KB 863/894 KB 544/1822 KB 304/314 KB 212/263 KB 863/894 KB 544/1822 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 112.5 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 308/314 KB 212/263 KB 863/894 KB 544/1822 KB 312/314 KB 212/263 KB 867/894 KB 544/1822 KB 314/314 KB 212/263 KB 867/894 KB 544/1822 KB 314/314 KB 212/263 KB 867/894 KB 548/1822 KB 308/314 KB 212/263 KB 867/894 KB 544/1822 KB 314/314 KB 212/263 KB 871/894 KB 548/1822 KB 314/314 KB 212/263 KB 875/894 KB 548/1822 KB 314/314 KB 212/263 KB 879/894 KB 548/1822 KB 292/314 KB 212/263 KB 867/894 KB 548/1822 KB 314/314 KB 216/263 KB 879/894 KB 548/1822 KB 314/314 KB 220/263 KB 879/894 KB 548/1822 KB 314/314 KB 224/263 KB 879/894 KB 548/1822 KB 314/314 KB 228/263 KB 879/894 KB 548/1822 KB 314/314 KB 232/263 KB 883/894 KB 552/1822 KB 314/314 KB 236/263 KB 883/894 KB 552/1822 KB 314/314 KB 240/263 KB 883/894 KB 552/1822 KB 314/314 KB 240/263 KB 3/276 KB 883/894 KB 552/1822 KB 314/314 KB 240/263 KB 5/276 KB 883/894 KB 552/1822 KB 314/314 KB 240/263 KB 8/276 KB 883/894 KB 552/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 353.1 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 314/314 KB 228/263 KB 883/894 KB 552/1822 KB 244/263 KB 11/276 KB 883/894 KB 556/1822 KB 244/263 KB 11/276 KB 883/894 KB 560/1822 KB 314/314 KB 228/263 KB 883/894 KB 548/1822 KB 244/263 KB 11/276 KB 887/894 KB 560/1822 KB 244/263 KB 11/276 KB 891/894 KB 560/1822 KB 244/263 KB 11/276 KB 894/894 KB 560/1822 KB 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 244/263 KB 11/276 KB 883/894 KB 552/1822 KB 240/263 KB 11/276 KB 883/894 KB 552/1822 KB 244/263 KB 13/276 KB 894/894 KB 564/1822 KB 244/263 KB 16/276 KB 894/894 KB 564/1822 KB 244/263 KB 19/276 KB 894/894 KB 564/1822 KB 244/263 KB 11/276 KB 894/894 KB 564/1822 KB 244/263 KB 19/276 KB 894/894 KB 568/1822 KB 244/263 KB 19/276 KB 894/894 KB 572/1822 KB 244/263 KB 21/276 KB 894/894 KB 576/1822 KB 244/263 KB 21/276 KB 894/894 KB 572/1822 KB 244/263 KB 21/276 KB 894/894 KB 580/1822 KB 248/263 KB 24/276 KB 894/894 KB 584/1822 KB 248/263 KB 24/276 KB 894/894 KB 588/1822 KB 248/263 KB 24/276 KB 894/894 KB 592/1822 KB 248/263 KB 24/276 KB 894/894 KB 580/1822 KB 252/263 KB 24/276 KB 894/894 KB 592/1822 KB 256/263 KB 24/276 KB 894/894 KB 592/1822 KB 244/263 KB 24/276 KB 894/894 KB 580/1822 KB 256/263 KB 27/276 KB 894/894 KB 592/1822 KB 260/263 KB 27/276 KB 894/894 KB 592/1822 KB 263/263 KB 29/276 KB 894/894 KB 592/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 993.5 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 260/263 KB 29/276 KB 894/894 KB 592/1822 KB 263/263 KB 29/276 KB 4/54 KB 592/1822 KB 263/263 KB 32/276 KB 8/54 KB 596/1822 KB 263/263 KB 32/276 KB 12/54 KB 596/1822 KB 263/263 KB 32/276 KB 16/54 KB 596/1822 KB 263/263 KB 32/276 KB 4/54 KB 596/1822 KB 263/263 KB 32/276 KB 16/54 KB 600/1822 KB 263/263 KB 32/276 KB 16/54 KB 604/1822 KB 263/263 KB 32/276 KB 16/54 KB 608/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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 263/263 KB 32/276 KB 4/54 KB 592/1822 KB 263/263 KB 36/276 KB 16/54 KB 608/1822 KB 263/263 KB 40/276 KB 16/54 KB 608/1822 KB 263/263 KB 44/276 KB 16/54 KB 608/1822 KB 263/263 KB 48/276 KB 16/54 KB 608/1822 KB 263/263 KB 48/276 KB 20/54 KB 608/1822 KB 263/263 KB 52/276 KB 24/54 KB 612/1822 KB 263/263 KB 52/276 KB 28/54 KB 612/1822 KB 263/263 KB 52/276 KB 32/54 KB 612/1822 KB 263/263 KB 52/276 KB 20/54 KB 612/1822 KB 263/263 KB 52/276 KB 32/54 KB 616/1822 KB 263/263 KB 52/276 KB 32/54 KB 620/1822 KB 263/263 KB 52/276 KB 20/54 KB 608/1822 KB 263/263 KB 56/276 KB 32/54 KB 620/1822 KB 263/263 KB 60/276 KB 32/54 KB 620/1822 KB 263/263 KB 64/276 KB 32/54 KB 620/1822 KB 263/263 KB 68/276 KB 32/54 KB 624/1822 KB 263/263 KB 64/276 KB 32/54 KB 624/1822 KB 263/263 KB 68/276 KB 36/54 KB 628/1822 KB 263/263 KB 68/276 KB 36/54 KB 624/1822 KB 263/263 KB 72/276 KB 40/54 KB 628/1822 KB 263/263 KB 72/276 KB 44/54 KB 628/1822 KB 263/263 KB 72/276 KB 36/54 KB 628/1822 KB 263/263 KB 76/276 KB 44/54 KB 632/1822 KB 263/263 KB 80/276 KB 48/54 KB 632/1822 KB 263/263 KB 72/276 KB 44/54 KB 632/1822 KB 263/263 KB 80/276 KB 48/54 KB 636/1822 KB 263/263 KB 80/276 KB 48/54 KB 640/1822 KB 263/263 KB 80/276 KB 48/54 KB 644/1822 KB 263/263 KB 84/276 KB 48/54 KB 648/1822 KB 263/263 KB 84/276 KB 48/54 KB 652/1822 KB 263/263 KB 84/276 KB 48/54 KB 656/1822 KB 263/263 KB 76/276 KB 48/54 KB 632/1822 KB 263/263 KB 84/276 KB 52/54 KB 656/1822 KB 263/263 KB 84/276 KB 54/54 KB 656/1822 KB 263/263 KB 84/276 KB 48/54 KB 644/1822 KB 263/263 KB 88/276 KB 54/54 KB 656/1822 KB 263/263 KB 92/276 KB 54/54 KB 656/1822 KB 263/263 KB 96/276 KB 54/54 KB 656/1822 KB 263/263 KB 100/276 KB 54/54 KB 656/1822 KB 263/263 KB 104/276 KB 54/54 KB 660/1822 KB 263/263 KB 108/276 KB 54/54 KB 660/1822 KB 263/263 KB 112/276 KB 54/54 KB 660/1822 KB 263/263 KB 100/276 KB 54/54 KB 660/1822 KB 263/263 KB 112/276 KB 54/54 KB 664/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 288.7 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 112/276 KB 54/54 KB 668/1822 KB 112/276 KB 54/54 KB 672/1822 KB 112/276 KB 54/54 KB 676/1822 KB 116/276 KB 54/54 KB 680/1822 KB 116/276 KB 54/54 KB 684/1822 KB 116/276 KB 54/54 KB 688/1822 KB 116/276 KB 54/54 KB 676/1822 KB 120/276 KB 54/54 KB 688/1822 KB 124/276 KB 54/54 KB 688/1822 KB 128/276 KB 54/54 KB 688/1822 KB 132/276 KB 54/54 KB 688/1822 KB 136/276 KB 688/1822 KB 140/276 KB 688/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 58.8 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 140/276 KB 692/1822 KB 140/276 KB 696/1822 KB 144/276 KB 696/1822 KB 144/276 KB 700/1822 KB 144/276 KB 704/1822 KB 4/223 KB 144/276 KB 704/1822 KB 8/223 KB 144/276 KB 704/1822 KB 12/223 KB 144/276 KB 704/1822 KB 16/223 KB 144/276 KB 704/1822 KB 20/223 KB 144/276 KB 704/1822 KB 20/223 KB 4/748 KB 144/276 KB 704/1822 KB 20/223 KB 8/748 KB 144/276 KB 704/1822 KB 20/223 KB 12/748 KB 144/276 KB 704/1822 KB 20/223 KB 16/748 KB 144/276 KB 704/1822 KB 20/223 KB 20/748 KB 144/276 KB 704/1822 KB 20/223 KB 24/748 KB 144/276 KB 704/1822 KB 20/223 KB 28/748 KB 144/276 KB 704/1822 KB 20/223 KB 32/748 KB 144/276 KB 704/1822 KB 20/223 KB 36/748 KB 144/276 KB 704/1822 KB 24/223 KB 40/748 KB 144/276 KB 4/27 KB 704/1822 KB 24/223 KB 44/748 KB 144/276 KB 4/27 KB 704/1822 KB 24/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 24/223 KB 36/748 KB 144/276 KB 704/1822 KB 28/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 32/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 36/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 40/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 44/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 48/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 52/223 KB 48/748 KB 144/276 KB 4/27 KB 704/1822 KB 56/223 KB 52/748 KB 148/276 KB 4/27 KB 708/1822 KB 60/223 KB 52/748 KB 148/276 KB 4/27 KB 708/1822 KB 24/223 KB 36/748 KB 144/276 KB 4/27 KB 704/1822 KB 60/223 KB 52/748 KB 148/276 KB 8/27 KB 708/1822 KB 60/223 KB 52/748 KB 148/276 KB 12/27 KB 708/1822 KB 60/223 KB 52/748 KB 148/276 KB 16/27 KB 708/1822 KB 60/223 KB 52/748 KB 148/276 KB 20/27 KB 708/1822 KB 52/223 KB 52/748 KB 148/276 KB 4/27 KB 708/1822 KB 64/223 KB 52/748 KB 148/276 KB 20/27 KB 712/1822 KB 52/223 KB 52/748 KB 148/276 KB 4/27 KB 704/1822 KB 64/223 KB 52/748 KB 152/276 KB 24/27 KB 712/1822 KB 64/223 KB 52/748 KB 156/276 KB 24/27 KB 712/1822 KB 64/223 KB 52/748 KB 160/276 KB 24/27 KB 712/1822 KB 52/223 KB 52/748 KB 144/276 KB 4/27 KB 704/1822 KB 64/223 KB 56/748 KB 160/276 KB 24/27 KB 712/1822 KB 64/223 KB 60/748 KB 160/276 KB 24/27 KB 712/1822 KB 64/223 KB 64/748 KB 160/276 KB 24/27 KB 712/1822 KB 64/223 KB 68/748 KB 160/276 KB 24/27 KB 712/1822 KB 64/223 KB 72/748 KB 164/276 KB 24/27 KB 716/1822 KB 64/223 KB 76/748 KB 164/276 KB 24/27 KB 716/1822 KB 64/223 KB 80/748 KB 164/276 KB 24/27 KB 716/1822 KB 64/223 KB 52/748 KB 148/276 KB 24/27 KB 712/1822 KB 64/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 64/223 KB 52/748 KB 148/276 KB 20/27 KB 708/1822 KB 68/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 72/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 76/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 80/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 84/223 KB 80/748 KB 164/276 KB 27/27 KB 716/1822 KB 88/223 KB 84/748 KB 164/276 KB 27/27 KB 716/1822 KB 92/223 KB 84/748 KB 164/276 KB 27/27 KB 716/1822 KB 96/223 KB 84/748 KB 164/276 KB 27/27 KB 716/1822 KB 64/223 KB 68/748 KB 164/276 KB 24/27 KB 716/1822 KB 96/223 KB 84/748 KB 168/276 KB 27/27 KB 716/1822 KB 96/223 KB 84/748 KB 172/276 KB 27/27 KB 716/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 716/1822 KB 64/223 KB 68/748 KB 160/276 KB 24/27 KB 716/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 720/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 724/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 728/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 732/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 K unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install B 736/1822 KB 96/223 KB 84/748 KB 176/276 KB 27/27 KB 740/1822 KB 100/223 KB 84/748 KB 180/276 KB 27/27 KB 744/1822 KB 84/223 KB 84/748 KB 164/276 KB 27/27 KB 716/1822 KB 100/223 KB 88/748 KB 180/276 KB 27/27 KB 744/1822 KB 100/223 KB 92/748 KB 180/276 KB 27/27 KB 744/1822 KB 100/223 KB 96/748 KB 180/276 KB 27/27 KB 744/1822 KB 100/223 KB 100/748 KB 180/276 KB 27/27 KB 744/1822 KB 100/223 KB 84/748 KB 180/276 KB 27/27 KB 740/1822 KB 104/223 KB 100/748 KB 180/276 KB 27/27 KB 748/1822 KB 108/223 KB 104/748 KB 180/276 KB 27/27 KB 748/1822 KB 112/223 KB 104/748 KB 180/276 KB 27/27 KB 748/1822 KB 116/223 KB 104/748 KB 180/276 KB 748/1822 KB 120/223 KB 104/748 KB 180/276 KB 748/1822 KB 96/223 KB 84/748 KB 180/276 KB 27/27 KB 740/1822 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 28.2 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 120/223 KB 104/748 KB 184/276 KB 748/1822 KB 120/223 KB 104/748 KB 188/276 KB 748/1822 KB 120/223 KB 104/748 KB 192/276 KB 748/1822 KB 120/223 KB 104/748 KB 196/276 KB 748/1822 KB 120/223 KB 104/748 KB 200/276 KB 748/1822 KB 120/223 KB 104/748 KB 204/276 KB 748/1822 KB 120/223 KB 104/748 KB 208/276 KB 748/1822 KB 104/223 KB 104/748 KB 180/276 KB 27/27 KB 748/1822 KB 120/223 KB 108/748 KB 208/276 KB 748/1822 KB 120/223 KB 112/748 KB 208/276 KB 748/1822 KB 100/223 KB 100/748 KB 180/276 KB 27/27 KB 748/1822 KB 120/223 KB 112/748 KB 208/276 KB 752/1822 KB 120/223 KB 112/748 KB 208/276 KB 756/1822 KB 120/223 KB 116/748 KB 208/276 KB 760/1822 KB 120/223 KB 116/748 KB 208/276 KB 764/1822 KB 120/223 KB 116/748 KB 208/276 KB 768/1822 KB 120/223 KB 116/748 KB 208/276 KB 772/1822 KB 124/223 KB 116/748 KB 212/276 KB 776/1822 KB 124/223 KB 116/748 KB 212/276 KB 780/1822 KB 124/223 KB 116/748 KB 212/276 KB 784/1822 KB 120/223 KB 116/748 KB 208/276 KB 756/1822 KB 124/223 KB 120/748 KB 212/276 KB 784/1822 KB 124/223 KB 124/748 KB 212/276 KB 784/1822 KB 124/223 KB 128/748 KB 212/276 KB 784/1822 KB 124/223 KB 132/748 KB 212/276 KB 784/1822 KB 124/223 KB 136/748 KB 212/276 KB 784/1822 KB 124/223 KB 140/748 KB 212/276 KB 788/1822 KB 124/223 KB 144/748 KB 212/276 KB 788/1822 KB 124/223 KB 148/748 KB 212/276 KB 788/1822 KB 124/223 KB 152/748 KB 212/276 KB 788/1822 KB 124/223 KB 156/748 KB 212/276 KB 788/1822 KB 124/223 KB 160/748 KB 212/276 KB 788/1822 KB 124/223 KB 164/748 KB 212/276 KB 788/1822 KB 124/223 KB 116/748 KB 212/276 KB 772/1822 KB 124/223 KB 164/748 KB 216/276 KB 788/1822 KB 124/223 KB 164/748 KB 220/276 KB 788/1822 KB 124/223 KB 164/748 KB 224/276 KB 788/1822 KB 124/223 KB 164/748 KB 228/276 KB 788/1822 KB 4/178 KB 124/223 KB 164/748 KB 232/276 KB 788/1822 KB 124/223 KB 116/748 KB 208/276 KB 772/1822 KB 4/178 KB 128/223 KB 164/748 KB 232/276 KB 788/1822 KB 4/178 KB 132/223 KB 164/748 KB 232/276 KB 788/1822 KB 4/178 KB 136/223 KB 164/748 KB 232/276 KB 788/1822 KB 4/178 KB 140/223 KB 164/748 KB 232/276 KB 788/1822 KB 4/178 KB 144/223 KB 164/748 KB 232/276 KB 788/1822 KB 4/178 KB 124/223 KB 164/748 KB 228/276 KB 788/1822 KB 8/178 KB 144/223 KB 164/748 KB 232/276 KB 788/1822 KB 12/178 KB 144/223 KB 164/748 KB 232/276 KB 788/1822 KB 16/178 KB 144/223 KB 164/748 KB 232/276 KB 788/1822 KB 20/178 KB 144/223 KB 164/748 KB 232/276 KB 788/1822 KB 24/178 KB 148/223 KB 164/748 KB 232/276 KB 788/1822 KB 28/178 KB 148/223 KB 164/748 KB 232/276 KB 788/1822 KB 32/178 KB 148/223 KB 164/748 KB 232/276 KB 788/1822 KB 124/223 KB 136/748 KB 212/276 KB 788/1822 KB 32/178 KB 148/223 KB 164/748 KB 232/276 KB 792/1822 KB 32/178 KB 148/223 KB 164/748 KB 232/276 KB 796/1822 KB 32/178 KB 148/223 KB 164/748 KB 232/276 KB 800/1822 KB 32/178 KB 148/223 KB 164/748 KB 232/276 KB 804/1822 KB 36/178 KB 148/223 KB 164/748 KB 236/276 KB 808/1822 KB 36/178 KB 148/223 KB 164/748 KB 236/276 KB 812/1822 KB 36/178 KB 148/223 KB 164/748 KB 236/276 KB 816/1822 KB 36/178 KB 148/223 KB 168/748 KB 236/276 KB 820/1822 KB 36/178 KB 148/223 KB 168/748 KB 236/276 KB 824/1822 KB 36/178 KB 148/223 KB 168/748 KB 236/276 KB 828/1822 KB 36/178 KB 148/223 KB 168/748 KB 236/276 KB 832/1822 KB 20/178 KB 148/223 KB 164/748 KB 232/276 KB 788/1822 KB 36/178 KB 152/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 156/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 160/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 K unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install B 164/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 168/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 172/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 176/223 KB 168/748 KB 236/276 KB 832/1822 KB 36/178 KB 148/223 KB 168/748 KB 236/276 KB 816/1822 KB 36/178 KB 148/223 KB 164/748 KB 236/276 KB 804/1822 KB 40/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 44/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 48/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 52/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 56/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 60/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 64/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 68/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 32/178 KB 148/223 KB 164/748 KB 236/276 KB 804/1822 KB 68/178 KB 180/223 KB 172/748 KB 240/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 244/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 248/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 252/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 256/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 260/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 264/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 268/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 272/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 276/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 276/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 236/276 KB 836/1822 KB 68/178 KB 180/223 KB 172/748 KB 276/276 KB 840/1822 KB 72/178 KB 180/223 KB 172/748 KB 276/276 KB 844/1822 KB 72/178 KB 180/223 KB 172/748 KB 276/276 KB 848/1822 KB 68/178 KB 180/223 KB 172/748 KB 236/276 KB 832/1822 KB 72/178 KB 184/223 KB 172/748 KB 276/276 KB 848/1822 KB 72/178 KB 188/223 KB 172/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 172/748 KB 276/276 KB 848/1822 KB 36/178 KB 176/223 KB 172/748 KB 236/276 KB 832/1822 KB 72/178 KB 192/223 KB 176/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 180/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 184/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 188/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 192/748 KB 276/276 KB 848/1822 KB 72/178 KB 192/223 KB 196/748 KB 276/276 KB 848/1822 KB 72/178 KB 196/223 KB 200/748 KB 276/276 KB 848/1822 KB 72/178 KB 196/223 KB 204/748 KB 276/276 KB 848/1822 KB 72/178 KB 196/223 KB 208/748 KB 276/276 KB 848/1822 KB 72/178 KB 196/223 KB 212/748 KB 276/276 KB 848/1822 KB 72/178 KB 196/223 KB 216/748 KB 276/276 KB 852/1822 KB 72/178 KB 196/223 KB 220/748 KB 276/276 KB 852/1822 KB 72/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 72/178 KB 180/223 KB 172/748 KB 276/276 KB 840/1822 KB 76/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 80/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 84/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 88/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 92/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 96/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 100/178 KB 196/223 KB 224/748 KB 276/276 KB 852/1822 KB 104/178 KB 196/223 KB 228/748 KB 276/276 KB 852/1822 KB 108/178 KB 196/223 KB 228/748 KB 276/276 KB 852/1822 KB 112/178 KB 196/223 KB 228/748 KB 276/276 KB 852/1822 KB 72/178 KB 196/223 KB 212/748 KB 276/276 KB 852/1822 KB 112/178 KB 196/223 KB 228/748 KB 276/276 KB 856/1822 KB 112/178 KB 196/223 KB 228/748 KB 276/276 KB 860/1822 KB 112/17 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 8 KB 196/223 KB 228/748 KB 276/276 KB 864/1822 KB 112/178 KB 196/223 KB 228/748 KB 868/1822 KB 112/178 KB 196/223 KB 228/748 KB 872/1822 KB 112/178 KB 196/223 KB 228/748 KB 876/1822 KB 112/178 KB 196/223 KB 228/748 KB 880/1822 KB 72/178 KB 196/223 KB 196/748 KB 276/276 KB 848/1822 KB 112/178 KB 200/223 KB 228/748 KB 880/1822 KB 112/178 KB 204/223 KB 228/748 KB 880/1822 KB 112/178 KB 208/223 KB 228/748 KB 880/1822 KB 112/178 KB 212/223 KB 228/748 KB 880/1822 KB 112/178 KB 216/223 KB 228/748 KB 880/1822 KB 112/178 KB 220/223 KB 228/748 KB 880/1822 KB 112/178 KB 223/223 KB 228/748 KB 880/1822 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 284.8 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 100/178 KB 196/223 KB 228/748 KB 276/276 KB 852/1822 KB 112/178 KB 223/223 KB 232/748 KB 880/1822 KB 112/178 KB 223/223 KB 236/748 KB 880/1822 KB 112/178 KB 223/223 KB 240/748 KB 880/1822 KB 112/178 KB 223/223 KB 244/748 KB 880/1822 KB 116/178 KB 223/223 KB 248/748 KB 884/1822 KB 116/178 KB 223/223 KB 252/748 KB 884/1822 KB 116/178 KB 223/223 KB 256/748 KB 884/1822 KB 116/178 KB 223/223 KB 244/748 KB 884/1822 KB 116/178 KB 223/223 KB 256/748 KB 888/1822 KB 116/178 KB 223/223 KB 256/748 KB 892/1822 KB 116/178 KB 223/223 KB 256/748 KB 896/1822 KB 116/178 KB 223/223 KB 256/748 KB 900/1822 KB 116/178 KB 223/223 KB 260/748 KB 904/1822 KB 116/178 KB 223/223 KB 260/748 KB 908/1822 KB 116/178 KB 223/223 KB 260/748 KB 912/1822 KB 116/178 KB 223/223 KB 244/748 KB 880/1822 KB 120/178 KB 223/223 KB 260/748 KB 912/1822 KB 124/178 KB 223/223 KB 260/748 KB 912/1822 KB 128/178 KB 223/223 KB 260/748 KB 912/1822 KB 132/178 KB 223/223 KB 260/748 KB 912/1822 KB 136/178 KB 223/223 KB 260/748 KB 912/1822 KB 140/178 KB 223/223 KB 260/748 KB 912/1822 KB 144/178 KB 223/223 KB 260/748 KB 912/1822 KB 148/178 KB 223/223 KB 260/748 KB 912/1822 KB 152/178 KB 223/223 KB 260/748 KB 916/1822 KB 156/178 KB 223/223 KB 260/748 KB 916/1822 KB 160/178 KB 223/223 KB 260/748 KB 916/1822 KB 164/178 KB 223/223 KB 260/748 KB 916/1822 KB 168/178 KB 260/748 KB 4/23 KB 916/1822 KB 172/178 KB 260/748 KB 4/23 KB 916/1822 KB 176/178 KB 260/748 KB 4/23 KB 916/1822 KB 116/178 KB 223/223 KB 260/748 KB 900/1822 KB 176/178 KB 264/748 KB 4/23 KB 916/1822 KB 176/178 KB 268/748 KB 4/23 KB 916/1822 KB 176/178 KB 272/748 KB 4/23 KB 916/1822 KB 164/178 KB 260/748 KB 4/23 KB 916/1822 KB 176/178 KB 272/748 KB 8/23 KB 916/1822 KB 176/178 KB 272/748 KB 12/23 KB 916/1822 KB 176/178 KB 272/748 KB 16/23 KB 916/1822 KB 176/178 KB 272/748 KB 20/23 KB 916/1822 KB 176/178 KB 272/748 KB 23/23 KB 916/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 228.0 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 176/178 KB 276/748 KB 23/23 KB 916/1822 KB 176/178 KB 280/748 KB 23/23 KB 916/1822 KB 176/178 KB 284/748 KB 23/23 KB 916/1822 KB 176/178 KB 288/748 KB 23/23 KB 916/1822 KB 176/178 KB 292/748 KB 23/23 KB 916/1822 KB 176/178 KB 296/748 KB 23/23 KB 916/1822 KB 178/178 KB 300/748 KB 23/23 KB 916/1822 KB 148/178 KB 223/223 KB 260/748 KB 916/1822 KB 178/178 KB 300/748 KB 23/23 KB 920/1822 KB 178/178 KB 300/748 KB 23/23 KB 924/1822 KB 178/178 KB 300/748 KB 23/23 KB 928/1822 KB 178/178 KB 300/748 KB 23/23 KB 932/1822 KB 178/178 KB 300/748 KB 23/23 KB 936/1822 KB 178/178 KB 304/748 KB 23/23 KB 940/1822 KB 178/178 KB 304/748 KB 23/23 KB 944/1822 KB 178/178 KB 304/748 KB 23/23 KB 948/1822 KB 178/178 KB 304/748 KB 23/23 KB 952/1822 KB 178/178 KB 304/748 KB 23/23 KB 956/1822 KB 178/178 KB 304/748 KB 23/23 KB 960/1822 KB 178/178 KB 4/55 KB 304/748 KB 23/23 KB 960/1822 KB 178/178 KB 8/55 KB 304/748 KB 23/23 KB 960/1822 KB 178/178 KB 12/55 KB 304/748 KB 23/23 KB 960/1822 KB 178/178 KB 16/55 KB 304/748 KB 23/23 KB 960/1822 KB 178/178 KB 296/748 KB 23/23 KB 916/1822 KB 178/178 KB 304/748 KB 23/23 KB 936/1822 KB 178/178 KB 16/55 KB 308/748 KB 23/23 KB 960/1822 KB 178/178 KB 16/55 KB 312/748 KB 23/23 KB 960/1822 KB 178/178 KB 16/55 KB 316/748 KB 23/23 KB 960/1822 KB 178/178 KB 16/55 KB 320/748 KB 23/23 KB 960/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.0 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 178/178 KB 16/55 KB 324/748 KB 960/1822 KB 178/178 KB 20/55 KB 328/748 KB 964/1822 KB 178/178 KB 20/55 KB 332/748 KB 964/1822 KB 178/178 KB 20/55 KB 324/748 KB 964/1822 KB 178/178 KB 24/55 KB 332/748 KB 964/1822 KB 178/178 KB 28/55 KB 332/748 KB 964/1822 KB 178/178 KB 32/55 KB 336/748 KB 964/1822 KB 178/178 KB 16/55 KB 324/748 KB 964/1822 KB 178/178 KB 32/55 KB 336/748 KB 968/1822 KB 178/178 KB 32/55 KB 336/748 KB 972/1822 KB 178/178 KB 32/55 KB 336/748 KB 976/1822 KB 178/178 KB 32/55 KB 336/748 KB 980/1822 KB 36/55 KB 336/748 KB 984/1822 KB 36/55 KB 336/748 KB 988/1822 KB 36/55 KB 336/748 KB 992/1822 KB 178/178 KB 28/55 KB 336/748 KB 964/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 178.4 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 36/55 KB 340/748 KB 992/1822 KB 36/55 KB 344/748 KB 992/1822 KB 36/55 KB 348/748 KB 992/1822 KB 36/55 KB 352/748 KB 992/1822 KB 178/178 KB 36/55 KB 336/748 KB 980/1822 KB 40/55 KB 352/748 KB 992/1822 KB 44/55 KB 352/748 KB 992/1822 KB 48/55 KB 352/748 KB 992/1822 KB 48/55 KB 356/748 KB 992/1822 KB 52/55 KB 360/748 KB 4/1210 KB 996/1822 KB 52/55 KB 356/748 KB 4/1210 KB 996/1822 KB 55/55 KB 360/748 KB 4/1210 KB 996/1822 KB 48/55 KB 356/748 KB 4/1210 KB 996/1822 KB 48/55 KB 356/748 KB 4/1210 KB 992/1822 KB 55/55 KB 360/748 KB 8/1210 KB 996/1822 KB 55/55 KB 360/748 KB 12/1210 KB 996/1822 KB 55/55 KB 360/748 KB 16/1210 KB 996/1822 KB 55/55 KB 360/748 KB 20/1210 KB 996/1822 KB 55/55 KB 360/748 KB 24/1210 KB 996/1822 KB 55/55 KB 360/748 KB 28/1210 KB 996/1822 KB 55/55 KB 360/748 KB 32/1210 KB 996/1822 KB 55/55 KB 360/748 KB 36/1210 KB 996/1822 KB 55/55 KB 360/748 KB 40/1210 KB 996/1822 KB 55/55 KB 364/748 KB 44/1210 KB 1000/1822 KB 55/55 KB 364/748 KB 48/1210 KB 1000/1822 KB 55/55 KB 364/748 KB 52/1210 KB 1000/1822 KB 55/55 KB 364/748 KB 40/1210 KB 1000/1822 KB 55/55 KB 368/748 KB 4/471 KB 52/1210 KB 1000/1822 KB 55/55 KB 360/748 KB 40/1210 KB 1000/1822 KB 55/55 KB 364/748 KB 4/471 KB 52/1210 KB 1000/1822 KB 55/55 KB 368/748 KB 8/471 KB 52/1210 KB 1000/1822 KB 55/55 KB 368/748 KB 12/471 KB 52/1210 KB 1000/1822 KB 55/55 KB 368/748 KB 16/471 KB 52/1210 KB 1004/1822 KB 55/55 KB 368/748 KB 16/471 KB 52/1210 KB 1008/1822 KB 55/55 KB 368/748 KB 16/471 KB 52/1210 KB 1012/1822 KB 55/55 KB 372/748 KB 16/471 KB 56/1210 KB 1016/1822 KB 55/55 KB 372/748 KB 16/471 KB 56/1210 KB 1020/1822 KB 55/55 KB 372/748 KB 16/471 KB 56/1210 KB 1024/1822 KB 55/55 KB 368/748 KB 16/471 KB 52/1210 KB 1008/1822 KB 55/55 KB 372/748 KB 20/471 KB 56/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 24/471 KB 56/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 28/471 KB 56/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 32/471 KB 56/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 16/471 KB 56/1210 KB 1012/1822 KB 55/55 KB 372/748 KB 32/471 KB 60/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 32/471 KB 64/1210 KB 1024/1822 KB 55/55 KB 372/748 KB 16/471 KB 52/1210 KB 1012/1822 KB 55/55 KB 376/748 KB 32/471 KB 64/1210 KB 1024/1822 KB 55/55 KB 380/748 KB 32/471 KB 64/1210 KB 1024/1822 KB 55/55 KB 384/748 KB 32/471 KB 64/1210 KB 1024/1822 KB 55/55 KB 388/748 KB 32/471 KB 64/1210 KB 1024/1822 KB 392/748 KB 36/471 KB 68/1210 KB 1028/1822 KB 396/748 KB 36/471 KB 68/1210 KB 1028/1822 KB 400/748 KB 36/471 KB 68/1210 KB 1028/1822 KB 388/748 KB 36/471 KB 68/1210 KB 1028/1822 KB 400/748 KB 36/471 KB 68/1210 KB 1032/1822 KB 400/748 KB 36/471 KB 68/1210 KB 1036/1822 KB 388/748 KB 36/471 KB 68/1210 KB 1024/1822 KB 400/748 KB 40/471 KB 68/1210 KB 1040/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 53.5 KB/sec) unit-abot-epc-basic-0: 13:22:13 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.jar unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 55/55 KB 388/748 KB 32/471 KB 68/1210 KB 1024/1822 KB 400/748 KB 44/471 KB 72/1210 KB 1040/1822 KB 400/748 KB 44/471 KB 76/1210 KB 1040/1822 KB 400/748 KB 44/471 KB 80/1210 KB 1040/1822 KB 404/748 KB 44/471 KB 80/1210 KB 1040/1822 KB 408/748 KB 44/471 KB 84/1210 KB 1040/1822 KB 412/748 KB 44/471 KB 84/1210 KB 1040/1822 KB 416/748 KB 44/471 KB 84/1210 KB 1040/1822 KB 404/748 KB 44/471 KB 84/1210 KB 1040/1822 KB 416/748 KB 44/471 KB 88/1210 KB 1040/1822 KB 416/748 KB 44/471 KB 92/1210 KB 1040/1822 KB 416/748 KB 44/471 KB 96/1210 KB 1040/1822 KB 416/748 KB 44/471 KB 100/1210 KB 1040/1822 KB 420/748 KB 44/471 KB 104/1210 KB 1040/1822 KB 420/748 KB 44/471 KB 108/1210 KB 1040/1822 KB 400/748 KB 36/471 KB 68/1210 KB 1040/1822 KB 400/748 KB 44/471 KB 68/1210 KB 1040/1822 KB 420/748 KB 48/471 KB 108/1210 KB 1040/1822 KB 420/748 KB 52/471 KB 108/1210 KB 1040/1822 KB 420/748 KB 56/471 KB 108/1210 KB 1044/1822 KB 420/748 KB 60/471 KB 108/1210 KB 1044/1822 KB 420/748 KB 64/471 KB 108/1210 KB 1044/1822 KB 420/748 KB 68/471 KB 108/1210 KB 1044/1822 KB 420/748 KB 72/471 KB 108/1210 KB 1044/1822 KB 420/748 KB 76/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 80/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 84/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 88/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 92/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 96/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 100/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 44/471 KB 100/1210 KB 1040/1822 KB 424/748 KB 100/471 KB 112/1210 KB 1044/1822 KB 428/748 KB 100/471 KB 112/1210 KB 1044/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 72/471 KB 112/1210 KB 1044/1822 KB 420/748 KB 52/471 KB 108/1210 KB 1044/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1048/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1052/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1056/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1060/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1064/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1068/1822 KB 432/748 KB 100/471 KB 112/1210 KB 1072/1822 KB 436/748 KB 4/93 KB 100/471 KB 116/1210 KB 1072/1822 KB 436/748 KB 8/93 KB 100/471 KB 116/1210 KB 1072/1822 KB 436/748 KB 12/93 KB 100/471 KB 116/1210 KB 1072/1822 KB 436/748 KB 16/93 KB 100/471 KB 116/1210 KB 1072/1822 KB 436/748 KB 20/93 KB 100/471 KB 116/1210 KB 1072/1822 KB 436/748 KB 24/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 28/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 32/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 36/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 40/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 44/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 48/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 52/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 436/748 KB 100/471 KB 116/1210 KB 1072/1822 KB 440/748 KB 52/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 444/748 KB 52/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 448/748 KB 52/93 KB 104/471 KB 116/1210 KB 1076/1822 KB 432/748 KB 100/471 KB 116/1210 KB 1072/1822 KB 448/748 KB 52/93 KB 104/471 KB 120/1210 KB 1076/1822 KB 448/748 KB 52/93 KB 104/471 KB 124/1210 KB 1076/1822 KB 448/748 KB 52/93 KB 104/471 KB 128/1210 KB 1076/1822 KB 448/748 KB 52/93 KB 104/471 KB 132/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 104/471 KB 136/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 104/471 KB 140/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 104/471 KB 144/1210 KB 1076/1822 KB 436/748 KB 40/9 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 3 KB 104/471 KB 116/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 108/471 KB 144/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 112/471 KB 144/1210 KB 1076/1822 KB 452/748 KB 52/93 KB 116/471 KB 144/1210 KB 1076/1822 KB 452/748 KB 56/93 KB 120/471 KB 148/1210 KB 1076/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1076/1822 KB 436/748 KB 20/93 KB 100/471 KB 116/1210 KB 1076/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1080/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1084/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1088/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1092/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1096/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1100/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1104/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1108/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1112/1822 KB 452/748 KB 56/93 KB 124/471 KB 148/1210 KB 1116/1822 KB 452/748 KB 56/93 KB 116/471 KB 148/1210 KB 1076/1822 KB 452/748 KB 60/93 KB 128/471 KB 148/1210 KB 1116/1822 KB 452/748 KB 64/93 KB 128/471 KB 148/1210 KB 1116/1822 KB 452/748 KB 52/93 KB 116/471 KB 148/1210 KB 1076/1822 KB 452/748 KB 64/93 KB 128/471 KB 152/1210 KB 1116/1822 KB 452/748 KB 64/93 KB 128/471 KB 156/1210 KB 1116/1822 KB 452/748 KB 64/93 KB 128/471 KB 160/1210 KB 1116/1822 KB 452/748 KB 64/93 KB 128/471 KB 164/1210 KB 1120/1822 KB 452/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 452/748 KB 52/93 KB 104/471 KB 132/1210 KB 1076/1822 KB 456/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 460/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 464/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 468/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 472/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 476/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 480/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 484/748 KB 68/93 KB 128/471 KB 168/1210 KB 1120/1822 KB 452/748 KB 68/93 KB 128/471 KB 164/1210 KB 1120/1822 KB 484/748 KB 72/93 KB 128/471 KB 172/1210 KB 1120/1822 KB 484/748 KB 76/93 KB 128/471 KB 172/1210 KB 1120/1822 KB 452/748 KB 64/93 KB 128/471 KB 160/1210 KB 1120/1822 KB 452/748 KB 56/93 KB 128/471 KB 148/1210 KB 1116/1822 KB 488/748 KB 76/93 KB 132/471 KB 172/1210 KB 1120/1822 KB 488/748 KB 76/93 KB 136/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 80/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 84/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 88/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 92/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 93/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 488/748 KB 76/93 KB 128/471 KB 172/1210 KB 1120/1822 KB 492/748 KB 93/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 496/748 KB 93/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 484/748 KB 68/93 KB 128/471 KB 172/1210 KB 1120/1822 KB 496/748 KB 93/93 KB 140/471 KB 176/1210 KB 1124/1822 KB 496/748 KB 93/93 KB 140/471 KB 180/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 140/471 KB 184/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 140/471 KB 188/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 140/471 KB 192/1210 KB 1124/1822 KB 488/748 KB 80/93 KB 140/471 KB 172/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 144/471 KB 192/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 148/471 KB 192/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 152/471 KB 192/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 156/471 KB 192/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 16 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 0/471 KB 192/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1124/1822 KB 488/748 KB 76/93 KB 132/471 KB 172/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1128/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1132/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1136/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1140/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1144/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1148/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1152/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1156/1822 KB 500/748 KB 93/93 KB 164/471 KB 196/1210 KB 1160/1822 KB 500/748 KB 93/93 KB 160/471 KB 196/1210 KB 1124/1822 KB 500/748 KB 93/93 KB 168/471 KB 200/1210 KB 1160/1822 KB 500/748 KB 93/93 KB 168/471 KB 204/1210 KB 1160/1822 KB 500/748 KB 93/93 KB 168/471 KB 208/1210 KB 1160/1822 KB 500/748 KB 93/93 KB 140/471 KB 180/1210 KB 1124/1822 KB 504/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 508/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 512/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 516/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 520/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 524/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 528/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 532/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 536/748 KB 93/93 KB 168/471 KB 212/1210 KB 1164/1822 KB 540/748 KB 93/93 KB 168/471 KB 212/1210 KB 1164/1822 KB 544/748 KB 93/93 KB 168/471 KB 212/1210 KB 1164/1822 KB 500/748 KB 93/93 KB 168/471 KB 208/1210 KB 1164/1822 KB 544/748 KB 93/93 KB 168/471 KB 212/1210 KB 1168/1822 KB 500/748 KB 93/93 KB 168/471 KB 196/1210 KB 1160/1822 KB 544/748 KB 93/93 KB 172/471 KB 212/1210 KB 1168/1822 KB 544/748 KB 93/93 KB 176/471 KB 212/1210 KB 1168/1822 KB 544/748 KB 93/93 KB 180/471 KB 212/1210 KB 1168/1822 KB 544/748 KB 93/93 KB 184/471 KB 212/1210 KB 1172/1822 KB 544/748 KB 93/93 KB 188/471 KB 212/1210 KB 1172/1822 KB 544/748 KB 93/93 KB 192/471 KB 212/1210 KB 1172/1822 KB 532/748 KB 93/93 KB 168/471 KB 212/1210 KB 1164/1822 KB 544/748 KB 192/471 KB 216/1210 KB 1172/1822 KB 544/748 KB 192/471 KB 220/1210 KB 1172/1822 KB 544/748 KB 192/471 KB 224/1210 KB 1172/1822 KB 544/748 KB 93/93 KB 180/471 KB 212/1210 KB 1172/1822 KB 544/748 KB 192/471 KB 224/1210 KB 1176/1822 KB 544/748 KB 192/471 KB 224/1210 KB 1180/1822 KB 544/748 KB 192/471 KB 224/1210 KB 1184/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 87.2 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 544/748 KB 192/471 KB 228/1210 KB 1184/1822 KB 548/748 KB 196/471 KB 232/1210 KB 1188/1822 KB 548/748 KB 196/471 KB 236/1210 KB 1188/1822 KB 548/748 KB 196/471 KB 240/1210 KB 1188/1822 KB 548/748 KB 196/471 KB 228/1210 KB 1188/1822 KB 552/748 KB 196/471 KB 240/1210 KB 1188/1822 KB 556/748 KB 196/471 KB 240/1210 KB 1188/1822 KB 560/748 KB 196/471 KB 240/1210 KB 1188/1822 KB 544/748 KB 196/471 KB 228/1210 KB 1188/1822 KB 560/748 KB 196/471 KB 240/1210 KB 1192/1822 KB 560/748 KB 196/471 KB 240/1210 KB 1196/1822 KB 560/748 KB 196/471 KB 240/1210 KB 1200/1822 KB 544/748 KB 196/471 KB 228/1210 KB 1184/1822 KB 560/748 KB 200/471 KB 240/1210 KB 1200/1822 KB 560/748 KB 204/471 KB 240/1210 KB 1200/1822 KB 560/748 KB 208/471 KB 240/1210 KB 1200/1822 KB 560/748 KB 212/471 KB 244/1210 KB 1200/1822 KB 564/748 KB 216/471 KB 244/1210 KB 1204/1822 KB 564/748 KB 220/471 KB 244/1210 KB 1204/1822 KB 560/748 KB 208/471 KB 244/1210 KB 1200/1822 KB 564/748 KB 220/471 KB 248/1210 KB 1204/1822 KB 564/748 KB 220/471 KB 252/1210 KB 1204/1822 KB 564/748 KB 220/471 KB 256/1210 KB 1204/1822 KB 564/748 KB 212/471 KB 244/1210 KB 1204/1822 KB 564/748 KB 220/471 KB 256/1210 KB 1208/1822 KB 564/748 KB 220/471 KB 256/1210 KB 1212/1822 KB 564/748 KB 220/471 KB 256/1210 KB 1216/1822 KB 564/748 KB 212/471 KB 244/1210 KB 1200/1822 KB 568/748 KB 224/471 KB 256/1210 KB 1216/1822 KB 572/748 KB 224/471 KB 256/1210 KB 1216/1822 KB 576/748 KB 224/471 KB 256/1210 KB 1216/1822 KB 580/748 KB 224/471 KB 256/1210 KB 1216/1822 KB 584/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 588/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 592/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 596/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 600/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 604/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 608/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 564/748 KB 224/471 KB 256/1210 KB 1216/1822 KB 608/748 KB 228/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 608/748 KB 232/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 608/748 KB 236/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 608/748 KB 240/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 580/748 KB 224/471 KB 260/1210 KB 4/53 KB 1220/1822 KB 608/748 KB 240/471 KB 260/1210 KB 4/53 KB 1224/1822 KB 608/748 KB 240/471 KB 260/1210 KB 4/53 KB 1228/1822 KB 608/748 KB 240/471 KB 260/1210 KB 4/53 KB 1232/1822 KB 580/748 KB 224/471 KB 260/1210 KB 4/53 KB 1216/1822 KB 608/748 KB 240/471 KB 260/1210 KB 8/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 12/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 16/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 20/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 24/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 28/53 KB 1232/1822 KB 608/748 KB 240/471 KB 260/1210 KB 32/53 KB 1232/1822 KB 580/748 KB 224/471 KB 260/1210 KB 1216/1822 KB 608/748 KB 240/471 KB 264/1210 KB 32/53 KB 1232/1822 KB 608/748 KB 240/471 KB 268/1210 KB 32/53 KB 1232/1822 KB 608/748 KB 240/471 KB 272/1210 KB 36/53 KB 1232/1822 KB 608/748 KB 240/471 KB 272/1210 KB 36/53 KB 1236/1822 KB 608/748 KB 244/471 KB 276/1210 KB 36/53 KB 1240/1822 KB 608/748 KB 244/471 KB 276/1210 KB 36/53 KB 1244/1822 KB 608/748 KB 244/471 KB 276/1210 KB 36/53 KB 1248/1822 KB 608/748 KB 240/471 KB 268/1210 KB 36/53 KB 1232/1822 KB 608/748 KB 244/471 KB 276/1210 KB 40/53 KB 1248/1822 KB 608/748 KB 244/471 KB 276/1210 KB 44/53 KB 1248/1822 KB unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 608/748 KB 244/471 KB 276/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 244/471 KB 276/1210 KB 36/53 KB 1236/1822 KB 608/748 KB 248/471 KB 276/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 252/471 KB 276/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 240/471 KB 276/1210 KB 36/53 KB 1236/1822 KB 608/748 KB 256/471 KB 280/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 256/471 KB 284/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 256/471 KB 288/1210 KB 48/53 KB 1248/1822 KB 608/748 KB 256/471 KB 292/1210 KB 52/53 KB 1248/1822 KB 612/748 KB 256/471 KB 296/1210 KB 52/53 KB 1252/1822 KB 608/748 KB 256/471 KB 288/1210 KB 52/53 KB 1248/1822 KB 612/748 KB 256/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 608/748 KB 256/471 KB 288/1210 KB 48/53 KB 1248/1822 KB 612/748 KB 260/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 612/748 KB 264/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 612/748 KB 268/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 612/748 KB 256/471 KB 292/1210 KB 52/53 KB 1252/1822 KB 612/748 KB 272/471 KB 300/1210 KB 53/53 KB 1256/1822 KB 612/748 KB 272/471 KB 300/1210 KB 53/53 KB 1260/1822 KB 612/748 KB 272/471 KB 300/1210 KB 53/53 KB 1264/1822 KB 612/748 KB 256/471 KB 292/1210 KB 52/53 KB 1248/1822 KB 616/748 KB 272/471 KB 300/1210 KB 53/53 KB 1264/1822 KB 620/748 KB 272/471 KB 300/1210 KB 53/53 KB 1264/1822 KB 624/748 KB 272/471 KB 300/1210 KB 53/53 KB 1264/1822 KB 628/748 KB 272/471 KB 300/1210 KB 53/53 KB 1264/1822 KB 632/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 636/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 640/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 644/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 648/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 652/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 612/748 KB 268/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 656/748 KB 272/471 KB 304/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 308/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 312/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 316/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 320/1210 KB 53/53 KB 1268/1822 KB 656/748 KB 272/471 KB 324/1210 KB 1268/1822 KB 656/748 KB 272/471 KB 328/1210 KB 1268/1822 KB 656/748 KB 272/471 KB 332/1210 KB 1268/1822 KB 656/748 KB 272/471 KB 336/1210 KB 1268/1822 KB 656/748 KB 272/471 KB 340/1210 KB 1268/1822 KB 628/748 KB 272/471 KB 300/1210 KB 53/53 KB 1268/1822 KB 660/748 KB 272/471 KB 340/1210 KB 1272/1822 KB 660/748 KB 272/471 KB 340/1210 KB 1276/1822 KB 660/748 KB 272/471 KB 340/1210 KB 1280/1822 KB 612/748 KB 272/471 KB 300/1210 KB 53/53 KB 1252/1822 KB 660/748 KB 276/471 KB 340/1210 KB 1280/1822 KB 660/748 KB 280/471 KB 340/1210 KB 1280/1822 KB 660/748 KB 284/471 KB 340/1210 KB 1280/1822 KB 660/748 KB 288/471 KB 340/1210 KB 1280/1822 KB 660/748 KB 292/471 KB 340/1210 KB 1280/1822 KB 660/748 KB 296/471 KB 340/1210 KB 1284/1822 KB 660/748 KB 300/471 KB 340/1210 KB 1284/1822 KB 660/748 KB 304/471 KB 340/1210 KB 1284/1822 KB 660/748 KB 308/471 KB 340/1210 KB 1284/1822 KB 660/748 KB 312/471 KB 340/1210 KB 1284/1822 KB 660/748 KB 272/471 KB 340/1210 KB 1268/1822 KB 664/748 KB 312/471 KB 344/1210 KB 1284/1822 KB 668/748 KB 312/471 KB 344/1210 KB 1284/1822 KB 672/748 KB 312/471 KB 344/1210 KB 1284/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 48.9 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 676/748 KB 312/471 KB 344/1210 KB 1284/1822 KB 660/748 KB 312/471 KB 344/1210 KB 1284/1822 KB 676/748 KB 316/471 KB 348/1210 KB 1284/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1284/1822 KB 660/748 KB 292/471 KB 340/1210 KB 1284/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1288/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1292/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1296/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1300/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1304/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1308/1822 KB 676/748 KB 316/471 KB 352/1210 KB 1312/1822 KB 676/748 KB 316/471 KB 344/1210 KB 1284/1822 KB 676/748 KB 320/471 KB 352/1210 KB 1312/1822 KB 676/748 KB 324/471 KB 352/1210 KB 1312/1822 KB 680/748 KB 328/471 KB 356/1210 KB 1316/1822 KB 680/748 KB 332/471 KB 356/1210 KB 1316/1822 KB 680/748 KB 336/471 KB 356/1210 KB 1316/1822 KB 680/748 KB 324/471 KB 356/1210 KB 1316/1822 KB 680/748 KB 336/471 KB 356/1210 KB 1320/1822 KB 680/748 KB 336/471 KB 356/1210 KB 1324/1822 KB 680/748 KB 336/471 KB 356/1210 KB 1328/1822 KB 680/748 KB 336/471 KB 356/1210 KB 1332/1822 KB 680/748 KB 340/471 KB 356/1210 KB 1336/1822 KB 680/748 KB 340/471 KB 356/1210 KB 1340/1822 KB 680/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 680/748 KB 324/471 KB 356/1210 KB 1312/1822 KB 684/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 688/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 692/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 696/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 700/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 704/748 KB 340/471 KB 356/1210 KB 1344/1822 KB 676/748 KB 324/471 KB 356/1210 KB 1312/1822 KB 704/748 KB 340/471 KB 360/1210 KB 1344/1822 KB 704/748 KB 340/471 KB 364/1210 KB 1344/1822 KB 704/748 KB 340/471 KB 4/276 KB 368/1210 KB 1344/1822 KB 704/748 KB 340/471 KB 4/276 KB 372/1210 KB 1344/1822 KB 708/748 KB 340/471 KB 4/276 KB 376/1210 KB 1344/1822 KB 708/748 KB 340/471 KB 4/276 KB 380/1210 KB 1344/1822 KB 708/748 KB 340/471 KB 4/276 KB 384/1210 KB 1344/1822 KB 708/748 KB 340/471 KB 4/276 KB 388/1210 KB 1344/1822 KB 708/748 KB 340/471 KB 4/276 KB 392/1210 KB 1348/1822 KB 708/748 KB 340/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 680/748 KB 340/471 KB 356/1210 KB 1332/1822 KB 708/748 KB 344/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 348/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 352/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 356/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 360/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 364/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 368/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 372/471 KB 4/276 KB 396/1210 KB 1348/1822 KB 708/748 KB 340/471 KB 4/276 KB 388/1210 KB 1348/1822 KB 708/748 KB 372/471 KB 4/276 KB 400/1210 KB 1352/1822 KB 708/748 KB 372/471 KB 4/276 KB 400/1210 KB 1356/1822 KB 708/748 KB 372/471 KB 4/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 340/471 KB 4/276 KB 372/1210 KB 1344/1822 KB 704/748 KB 340/471 KB 4/276 KB 364/1210 KB 1344/1822 KB 708/748 KB 372/471 KB 8/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 12/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 16/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 20/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 24/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 28/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 32/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 36/276 KB 400/1210 KB 1360/1822 KB 708/748 unit-oai-hss-0: 13:22:13 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 372/471 KB 40/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 44/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 48/276 KB 400/1210 KB 1360/1822 KB 708/748 KB 372/471 KB 52/276 KB 400/1210 KB 1360/1822 KB 712/748 KB 372/471 KB 56/276 KB 400/1210 KB 1360/1822 KB 712/748 KB 372/471 KB 60/276 KB 400/1210 KB 1360/1822 KB 712/748 KB 372/471 KB 64/276 KB 400/1210 KB 1360/1822 KB 712/748 KB 372/471 KB 64/276 KB 400/1210 KB 1364/1822 KB 712/748 KB 376/471 KB 68/276 KB 400/1210 KB 1368/1822 KB 712/748 KB 376/471 KB 68/276 KB 400/1210 KB 1372/1822 KB 712/748 KB 376/471 KB 68/276 KB 400/1210 KB 1376/1822 KB 708/748 KB 372/471 KB 4/276 KB 400/1210 KB 1348/1822 KB 712/748 KB 376/471 KB 68/276 KB 400/1210 KB 1364/1822 KB 712/748 KB 380/471 KB 68/276 KB 400/1210 KB 1376/1822 KB 712/748 KB 384/471 KB 68/276 KB 400/1210 KB 1376/1822 KB 712/748 KB 388/471 KB 68/276 KB 404/1210 KB 1376/1822 KB 712/748 KB 392/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 396/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 400/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 404/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 408/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 412/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 416/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 372/471 KB 68/276 KB 400/1210 KB 1364/1822 KB 712/748 KB 372/471 KB 52/276 KB 400/1210 KB 1360/1822 KB 716/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 720/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 724/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 728/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 732/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 736/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 740/748 KB 420/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 744/748 KB 420/471 KB 72/276 KB 404/1210 KB 1380/1822 KB 748/748 KB 420/471 KB 72/276 KB 404/1210 KB 1380/1822 KB 748/748 KB 420/471 KB 72/276 KB 404/1210 KB 1380/1822 KB 712/748 KB 388/471 KB 68/276 KB 404/1210 KB 1380/1822 KB 748/748 KB 420/471 KB 72/276 KB 404/1210 KB 1384/1822 KB 748/748 KB 420/471 KB 72/276 KB 404/1210 KB 1388/1822 KB 748/748 KB 420/471 KB 72/276 KB 404/1210 KB 1392/1822 KB 712/748 KB 384/471 KB 68/276 KB 404/1210 KB 1376/1822 KB 748/748 KB 420/471 KB 72/276 KB 408/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 72/276 KB 412/1210 KB 1392/1822 KB 740/748 KB 420/471 KB 72/276 KB 404/1210 KB 1380/1822 KB 748/748 KB 420/471 KB 76/276 KB 412/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 80/276 KB 412/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 84/276 KB 412/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 88/276 KB 416/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 92/276 KB 416/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 96/276 KB 416/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 100/276 KB 416/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 104/276 KB 416/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 108/276 KB 416/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 112/276 KB 416/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 84/276 KB 416/1210 KB 1392/1822 KB 748/748 KB 420/471 KB 112/276 KB 420/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 112/276 KB 424/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 112/276 KB 428/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 112/276 KB 432/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 112/276 KB 436/1210 KB 1396/1822 KB 748/748 KB 42 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 4/471 KB 112/276 KB 440/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 112/276 KB 444/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 112/276 KB 448/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 112/276 KB 452/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 116/276 KB 456/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 116/276 KB 460/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1396/1822 KB 748/748 KB 420/471 KB 100/276 KB 416/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1400/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1404/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1408/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1412/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1416/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1420/1822 KB 748/748 KB 424/471 KB 116/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 424/471 KB 116/276 KB 452/1210 KB 1396/1822 KB 748/748 KB 424/471 KB 120/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 424/471 KB 124/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 424/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 424/471 KB 112/276 KB 436/1210 KB 1396/1822 KB 748/748 KB 428/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 432/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 436/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 440/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 444/471 KB 128/276 KB 464/1210 KB 1424/1822 KB 748/748 KB 448/471 KB 128/276 KB 464/1210 KB 1428/1822 KB 748/748 KB 452/471 KB 128/276 KB 464/1210 KB 1428/1822 KB 456/471 KB 132/276 KB 468/1210 KB 1428/1822 KB 460/471 KB 132/276 KB 468/1210 KB 1428/1822 KB 464/471 KB 132/276 KB 468/1210 KB 1428/1822 KB 748/748 KB 444/471 KB 128/276 KB 464/1210 KB 1428/1822 KB 464/471 KB 132/276 KB 468/1210 KB 1432/1822 KB 464/471 KB 132/276 KB 468/1210 KB 1436/1822 KB 464/471 KB 132/276 KB 468/1210 KB 1440/1822 KB 452/471 KB 132/276 KB 468/1210 KB 1428/1822 KB 464/471 KB 132/276 KB 472/1210 KB 1440/1822 KB 464/471 KB 132/276 KB 476/1210 KB 1440/1822 KB 464/471 KB 132/276 KB 480/1210 KB 1440/1822 KB 468/471 KB 132/276 KB 484/1210 KB 1440/1822 KB 468/471 KB 132/276 KB 488/1210 KB 1444/1822 KB 468/471 KB 132/276 KB 492/1210 KB 1444/1822 KB 468/471 KB 132/276 KB 496/1210 KB 1444/1822 KB 452/471 KB 132/276 KB 464/1210 KB 1428/1822 KB 468/471 KB 136/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 140/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 144/276 KB 496/1210 KB 1444/1822 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 665.2 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 468/471 KB 148/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 152/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 156/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 160/276 KB 496/1210 KB 1444/1822 KB 468/471 KB 132/276 KB 484/1210 KB 1444/1822 KB 468/471 KB 160/276 KB 496/1210 KB 1448/1822 KB 468/471 KB 160/276 KB 496/1210 KB 1452/1822 KB 468/471 KB 160/276 KB 496/1210 KB 1456/1822 KB 468/471 KB 132/276 KB 480/1210 KB 1440/1822 KB 471/471 KB 160/276 KB 496/1210 KB 1456/1822 KB 471/471 KB 160/276 KB 496/1210 KB 1460/1822 KB 471/471 KB 164/276 KB 500/1210 KB 1464/1822 KB 471/471 KB 164/276 KB 500/1210 KB 1468/1822 KB 471/471 KB 164/276 KB 500/1210 KB 1472/1822 KB 471/471 KB 164/276 KB 500/1210 KB 1460/1822 KB 471/471 KB 168/276 KB 500/1210 KB 1472/1822 KB 471/471 KB 172/276 KB 500/1210 KB 1472/1822 KB 471/471 KB 176/276 KB 500/1210 KB 1472/1822 KB 471/471 KB 180/276 KB 500/1210 KB 1472/1822 KB 471/471 KB 184/276 KB 500/1210 KB 1476/1822 KB 471/471 KB 188/276 KB 500/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 500/1210 KB 1476/1822 KB 471/471 KB 160/276 KB 500/1210 KB 1460/1822 KB 471/471 KB 192/276 KB 504/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 508/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 512/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 516/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 520/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 524/1210 KB 1476/1822 KB 471/471 KB 192/276 KB 528/1210 KB 1476/1822 KB 471/471 KB 180/276 KB 500/1210 KB 1476/1822 KB 471/471 KB 196/276 KB 528/1210 KB 1480/1822 KB 471/471 KB 196/276 KB 528/1210 KB 1484/1822 KB 471/471 KB 196/276 KB 528/1210 KB 1488/1822 KB 471/471 KB 196/276 KB 528/1210 KB 1492/1822 KB 471/471 KB 196/276 KB 532/1210 KB 1496/1822 KB 471/471 KB 196/276 KB 532/1210 KB 1500/1822 KB 471/471 KB 196/276 KB 532/1210 KB 1504/1822 KB 471/471 KB 196/276 KB 528/1210 KB 1476/1822 KB 200/276 KB 532/1210 KB 1504/1822 KB 204/276 KB 532/1210 KB 1504/1822 KB 208/276 KB 532/1210 KB 1504/1822 KB 212/276 KB 532/1210 KB 1508/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 415.0 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 471/471 KB 196/276 KB 532/1210 KB 1492/1822 KB 212/276 KB 536/1210 KB 1508/1822 KB 212/276 KB 540/1210 KB 1508/1822 KB 212/276 KB 544/1210 KB 1508/1822 KB 212/276 KB 548/1210 KB 1508/1822 KB 208/276 KB 532/1210 KB 1508/1822 KB 216/276 KB 548/1210 KB 1512/1822 KB 216/276 KB 548/1210 KB 1516/1822 KB 216/276 KB 548/1210 KB 1520/1822 KB 216/276 KB 548/1210 KB 1508/1822 KB 220/276 KB 548/1210 KB 1520/1822 KB 224/276 KB 548/1210 KB 1520/1822 KB 228/276 KB 552/1210 KB 1524/1822 KB 232/276 KB 552/1210 KB 1524/1822 KB 236/276 KB 552/1210 KB 1524/1822 KB 240/276 KB 552/1210 KB 1524/1822 KB 224/276 KB 552/1210 KB 1524/1822 KB 240/276 KB 552/1210 KB 1528/1822 KB 240/276 KB 552/1210 KB 1532/1822 KB 240/276 KB 552/1210 KB 1536/1822 KB 224/276 KB 552/1210 KB 1520/1822 KB 240/276 KB 556/1210 KB 1536/1822 KB 240/276 KB 560/1210 KB 1536/1822 KB 240/276 KB 564/1210 KB 1536/1822 KB 240/276 KB 568/1210 KB 1536/1822 KB 240/276 KB 572/1210 KB 1540/1822 KB 244/276 KB 576/1210 KB 1540/1822 KB 244/276 KB 580/1210 KB 1540/1822 KB 244/276 KB 584/1210 KB 1540/1822 KB 244/276 KB 588/1210 KB 1540/1822 KB 244/276 KB 592/1210 KB 1540/1822 KB 240/276 KB 568/1210 KB 1540/1822 KB 244/276 KB 592/1210 KB 1544/1822 KB 244/276 KB 592/1210 KB 1548/1822 KB 244/276 KB 592/1210 KB 1552/1822 KB 244/276 KB 572/1210 KB 1540/1822 KB 248/276 KB 592/1210 KB 1552/1822 KB 248/276 KB 592/1210 KB 4/577 KB 1552/1822 KB 248/276 KB 592/1210 KB 8/577 KB 1552/1822 KB 248/276 KB 592/1210 KB 12/577 KB 1552/1822 KB 248/276 KB 592/1210 KB 16/577 KB 1552/1822 KB 248/276 KB 592/1210 KB 20/577 KB 1552/1822 KB 248/276 KB 592/1210 KB 24/577 KB 4/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 20/577 KB 4/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 24/577 KB 8/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 24/577 KB 12/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 28/577 KB 12/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 32/577 KB 16/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 32/577 KB 16/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 32/577 KB 20/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 36/577 KB 24/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 36/577 KB 28/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 36/577 KB 32/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 36/577 KB 20/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 40/577 KB 32/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 44/577 KB 32/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 44/577 KB 36/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 48/577 KB 37/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 48/577 KB 36/37 KB 1552/1822 KB 248/276 KB 592/1210 KB 52/577 KB 37/37 KB 1552/1822 KB 252/276 KB 592/1210 KB 56/577 KB 37/37 KB 1552/1822 KB 252/276 KB 592/1210 KB 60/577 KB 37/37 KB 1552/1822 KB 252/276 KB 592/1210 KB 64/577 KB 37/37 KB 1552/1822 KB 252/276 KB 592/1210 KB 68/577 KB 37/37 KB 1556/1822 KB 252/276 KB 596/1210 KB 72/577 KB 37/37 KB 1556/1822 KB 252/276 KB 596/1210 KB 76/577 KB 37/37 KB 1556/1822 KB 252/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 252/276 KB 592/1210 KB 52/577 KB 37/37 KB 1552/1822 KB 256/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 260/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 264/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 268/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 272/276 KB 596/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 252/276 KB 596/1210 KB 68/577 KB 37/37 KB 1556/1822 KB 272/276 KB 600/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 272/276 KB 604/1210 KB 80/577 KB 37/37 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 1556/1822 KB 272/276 KB 608/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 252/276 KB 592/1210 KB 64/577 KB 37/37 KB 1556/1822 KB 276/276 KB 608/1210 KB 80/577 KB 37/37 KB 1560/1822 KB 276/276 KB 608/1210 KB 80/577 KB 37/37 KB 1564/1822 KB 276/276 KB 608/1210 KB 80/577 KB 37/37 KB 1568/1822 KB 276/276 KB 608/1210 KB 80/577 KB 37/37 KB 1572/1822 KB 276/276 KB 612/1210 KB 84/577 KB 37/37 KB 1576/1822 KB 276/276 KB 612/1210 KB 84/577 KB 37/37 KB 1580/1822 KB 276/276 KB 612/1210 KB 84/577 KB 37/37 KB 1584/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 31.5 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 276/276 KB 608/1210 KB 80/577 KB 37/37 KB 1556/1822 KB 276/276 KB 612/1210 KB 84/577 KB 1584/1822 KB 276/276 KB 612/1210 KB 84/577 KB 37/37 KB 1572/1822 KB 276/276 KB 612/1210 KB 88/577 KB 1584/1822 KB 276/276 KB 612/1210 KB 92/577 KB 1584/1822 KB 276/276 KB 612/1210 KB 96/577 KB 1584/1822 KB 276/276 KB 612/1210 KB 100/577 KB 1584/1822 KB 276/276 KB 612/1210 KB 104/577 KB 1588/1822 KB 276/276 KB 612/1210 KB 108/577 KB 1588/1822 KB 276/276 KB 612/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 612/1210 KB 80/577 KB 37/37 KB 1572/1822 KB 276/276 KB 616/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 620/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 624/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 628/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 632/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 636/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 640/1210 KB 112/577 KB 1588/1822 KB 276/276 KB 612/1210 KB 100/577 KB 1588/1822 KB 276/276 KB 640/1210 KB 112/577 KB 1592/1822 KB 276/276 KB 640/1210 KB 112/577 KB 1596/1822 KB 276/276 KB 640/1210 KB 112/577 KB 1600/1822 KB 276/276 KB 644/1210 KB 112/577 KB 1600/1822 KB 276/276 KB 648/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 652/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 656/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 660/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 664/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 668/1210 KB 116/577 KB 1604/1822 KB 276/276 KB 672/1210 KB 116/577 KB 1604/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 236.6 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 276/276 KB 644/1210 KB 116/577 KB 1604/1822 KB 672/1210 KB 116/577 KB 1608/1822 KB 672/1210 KB 116/577 KB 1612/1822 KB 672/1210 KB 116/577 KB 1616/1822 KB 276/276 KB 644/1210 KB 116/577 KB 1600/1822 KB 672/1210 KB 120/577 KB 1616/1822 KB 672/1210 KB 124/577 KB 1616/1822 KB 672/1210 KB 124/577 KB 1620/1822 KB 672/1210 KB 128/577 KB 1624/1822 KB 672/1210 KB 128/577 KB 1628/1822 KB 672/1210 KB 128/577 KB 1632/1822 KB 672/1210 KB 128/577 KB 1620/1822 KB 672/1210 KB 132/577 KB 1632/1822 KB 672/1210 KB 136/577 KB 1632/1822 KB 672/1210 KB 140/577 KB 1632/1822 KB 672/1210 KB 144/577 KB 1632/1822 KB 672/1210 KB 144/577 KB 1636/1822 KB 676/1210 KB 144/577 KB 1640/1822 KB 676/1210 KB 144/577 KB 1644/1822 KB 676/1210 KB 144/577 KB 1648/1822 KB 676/1210 KB 144/577 KB 1636/1822 KB 680/1210 KB 148/577 KB 1648/1822 KB 684/1210 KB 148/577 KB 1648/1822 KB 688/1210 KB 148/577 KB 1648/1822 KB 688/1210 KB 148/577 KB 1652/1822 KB 692/1210 KB 148/577 KB 1656/1822 KB 692/1210 KB 148/577 KB 1660/1822 KB 692/1210 KB 148/577 KB 1664/1822 KB 676/1210 KB 148/577 KB 1648/1822 KB 692/1210 KB 152/577 KB 1664/1822 KB 692/1210 KB 156/577 KB 1664/1822 KB 692/1210 KB 160/577 KB 1664/1822 KB 692/1210 KB 164/577 KB 1664/1822 KB 692/1210 KB 168/577 KB 1664/1822 KB 692/1210 KB 172/577 KB 1664/1822 KB 692/1210 KB 176/577 KB 1664/1822 KB 692/1210 KB 180/577 KB 1668/1822 KB 692/1210 KB 184/577 KB 1668/1822 KB 692/1210 KB 188/577 KB 1668/1822 KB 692/1210 KB 192/577 KB 1668/1822 KB 692/1210 KB 196/577 KB 1668/1822 KB 692/1210 KB 148/577 KB 1652/1822 KB 696/1210 KB 196/577 KB 1668/1822 KB 700/1210 KB 196/577 KB 1668/1822 KB 704/1210 KB 196/577 KB 1668/1822 KB 708/1210 KB 196/577 KB 1668/1822 KB 712/1210 KB 196/577 KB 1668/1822 KB 716/1210 KB 196/577 KB 1668/1822 KB 720/1210 KB 196/577 KB 1668/1822 KB 692/1210 KB 176/577 KB 1668/1822 KB 720/1210 KB 196/577 KB 1672/1822 KB 720/1210 KB 196/577 KB 1676/1822 KB 720/1210 KB 196/577 KB 1680/1822 KB 720/1210 KB 196/577 KB 1684/1822 KB 724/1210 KB 196/577 KB 1688/1822 KB 724/1210 KB 196/577 KB 1692/1822 KB 724/1210 KB 196/577 KB 1696/1822 KB 724/1210 KB 196/577 KB 1684/1822 KB 728/1210 KB 196/577 KB 1696/1822 KB 732/1210 KB 196/577 KB 1696/1822 KB 736/1210 KB 196/577 KB 1696/1822 KB 740/1210 KB 196/577 KB 1696/1822 KB 744/1210 KB 200/577 KB 1700/1822 KB 748/1210 KB 200/577 KB 1700/1822 KB 752/1210 KB 200/577 KB 1700/1822 KB 740/1210 KB 200/577 KB 1700/1822 KB 752/1210 KB 200/577 KB 1704/1822 KB 752/1210 KB 200/577 KB 1708/1822 KB 752/1210 KB 200/577 KB 1712/1822 KB 740/1210 KB 200/577 KB 1696/1822 KB 752/1210 KB 204/577 KB 1712/1822 KB 752/1210 KB 208/577 KB 1712/1822 KB 752/1210 KB 212/577 KB 1712/1822 KB 756/1210 KB 216/577 KB 1712/1822 KB 756/1210 KB 220/577 KB 1712/1822 KB 756/1210 KB 224/577 KB 1712/1822 KB 756/1210 KB 224/577 KB 1716/1822 KB 756/1210 KB 224/577 KB 1720/1822 KB 756/1210 KB 224/577 KB 1724/1822 KB 756/1210 KB 224/577 KB 1728/1822 KB 756/1210 KB 224/577 KB 1732/1822 KB 756/1210 KB 228/577 KB 1736/1822 KB 756/1210 KB 228/577 KB 1740/1822 KB 756/1210 KB 228/577 KB 1744/1822 KB 756/1210 KB 212/577 KB 1712/1822 KB 760/1210 KB 228/577 KB 1744/1822 KB 764/1210 KB 228/577 KB 1744/1822 KB 768/1210 KB 228/577 KB 1744/1822 KB 772/1210 KB 228/577 KB 1744/1822 KB 776/1210 KB 228/577 KB 1744/1822 KB 780/1210 KB 228/577 KB 1744/1822 KB 784/1210 KB 228/577 KB 1744/1822 KB 756/1210 KB 228/577 KB 1732/1822 KB 784/1210 KB 232/577 KB 1744/1822 KB 784/1210 KB 2 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 36/577 KB 1744/1822 KB 784/1210 KB 240/577 KB 1744/1822 KB 784/1210 KB 244/577 KB 1744/1822 KB 784/1210 KB 248/577 KB 1748/1822 KB 784/1210 KB 252/577 KB 1748/1822 KB 788/1210 KB 256/577 KB 1748/1822 KB 784/1210 KB 244/577 KB 1748/1822 KB 788/1210 KB 256/577 KB 1752/1822 KB 788/1210 KB 256/577 KB 1756/1822 KB 788/1210 KB 256/577 KB 1760/1822 KB 788/1210 KB 256/577 KB 1764/1822 KB 788/1210 KB 260/577 KB 1768/1822 KB 788/1210 KB 252/577 KB 1748/1822 KB 792/1210 KB 260/577 KB 1768/1822 KB 796/1210 KB 260/577 KB 1768/1822 KB 800/1210 KB 260/577 KB 1768/1822 KB 804/1210 KB 260/577 KB 1768/1822 KB 808/1210 KB 260/577 KB 1768/1822 KB 812/1210 KB 260/577 KB 1768/1822 KB 788/1210 KB 260/577 KB 1764/1822 KB 812/1210 KB 264/577 KB 1772/1822 KB 812/1210 KB 268/577 KB 1772/1822 KB 812/1210 KB 272/577 KB 1772/1822 KB 812/1210 KB 276/577 KB 1772/1822 KB 812/1210 KB 260/577 KB 1772/1822 KB 816/1210 KB 276/577 KB 1776/1822 KB 816/1210 KB 276/577 KB 1772/1822 KB 816/1210 KB 276/577 KB 1780/1822 KB 820/1210 KB 280/577 KB 1784/1822 KB 820/1210 KB 280/577 KB 1788/1822 KB 820/1210 KB 280/577 KB 1792/1822 KB 820/1210 KB 280/577 KB 1780/1822 KB 824/1210 KB 280/577 KB 1792/1822 KB 828/1210 KB 280/577 KB 1792/1822 KB 832/1210 KB 280/577 KB 1792/1822 KB 816/1210 KB 280/577 KB 1780/1822 KB 832/1210 KB 284/577 KB 1792/1822 KB 832/1210 KB 288/577 KB 1792/1822 KB 832/1210 KB 292/577 KB 1792/1822 KB 836/1210 KB 296/577 KB 1792/1822 KB 836/1210 KB 296/577 KB 1792/1822 KB 4/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 8/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 12/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 16/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 20/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 24/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 28/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 32/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 36/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 40/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 44/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 48/1192 KB 836/1210 KB 296/577 KB 1792/1822 KB 52/1192 KB 836/1210 KB 300/577 KB 1792/1822 KB 56/1192 KB 836/1210 KB 300/577 KB 1792/1822 KB 60/1192 KB 836/1210 KB 300/577 KB 1792/1822 KB 64/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 68/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 72/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 76/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 80/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 84/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 88/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 92/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 96/1192 KB 836/1210 KB 292/577 KB 1792/1822 KB 840/1210 KB 300/577 KB 1796/1822 KB 96/1192 KB 844/1210 KB 300/577 KB 1796/1822 KB 96/1192 KB 848/1210 KB 300/577 KB 1796/1822 KB 96/1192 KB 836/1210 KB 300/577 KB 1796/1822 KB 64/1192 KB 848/1210 KB 300/577 KB 1800/1822 KB 96/1192 KB 848/1210 KB 300/577 KB 1804/1822 KB 96/1192 KB 848/1210 KB 300/577 KB 1808/1822 KB 96/1192 KB 836/1210 KB 300/577 KB 1792/1822 KB 52/1192 KB 848/1210 KB 304/577 KB 1808/1822 KB 96/1192 KB 848/1210 KB 308/577 KB 1808/1822 KB 96/1192 KB 852/1210 KB 312/577 KB 1808/1822 KB 96/1192 KB 852/1210 KB 316/577 KB 1808/1822 KB 96/1192 KB 852/1210 KB 320/577 KB 1808/1822 KB 96/1192 KB 852/1210 KB 324/577 KB 1808/1822 KB 96/1192 KB 852/1210 KB 328/577 KB 1812/1822 KB 96/1192 KB 852/1210 KB 332/577 KB 1812/1822 KB 96/1192 KB 852/1210 KB 336/577 KB 1812/1822 KB 96/1192 KB 852/1210 KB 308/577 KB 1808/1822 KB 96/1192 KB unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 856/1210 KB 336/577 KB 1812/1822 KB 96/1192 KB 860/1210 KB 336/577 KB 1812/1822 KB 96/1192 KB 852/1210 KB 324/577 KB 1812/1822 KB 96/1192 KB 864/1210 KB 336/577 KB 1816/1822 KB 96/1192 KB 864/1210 KB 336/577 KB 1820/1822 KB 96/1192 KB 864/1210 KB 336/577 KB 1822/1822 KB 96/1192 KB 864/1210 KB 336/577 KB 1812/1822 KB 96/1192 KB 868/1210 KB 336/577 KB 1822/1822 KB 96/1192 KB 872/1210 KB 336/577 KB 1822/1822 KB 100/1192 KB 876/1210 KB 336/577 KB 1822/1822 KB 100/1192 KB 880/1210 KB 336/577 KB 1822/1822 KB 100/1192 KB 884/1210 KB 336/577 KB 1822/1822 KB 100/1192 KB 868/1210 KB 336/577 KB 1822/1822 KB 100/1192 KB 884/1210 KB 340/577 KB 1822/1822 KB 104/1192 KB 884/1210 KB 340/577 KB 1822/1822 KB 108/1192 KB 884/1210 KB 340/577 KB 1822/1822 KB 112/1192 KB 884/1210 KB 340/577 KB 1822/1822 KB 100/1192 KB 884/1210 KB 344/577 KB 1822/1822 KB 112/1192 KB 884/1210 KB 348/577 KB 1822/1822 KB 112/1192 KB 884/1210 KB 352/577 KB 1822/1822 KB 112/1192 KB 884/1210 KB 352/577 KB 1822/1822 KB 116/1192 KB 888/1210 KB 356/577 KB 1822/1822 KB 120/1192 KB 888/1210 KB 356/577 KB 1822/1822 KB 124/1192 KB 888/1210 KB 356/577 KB 1822/1822 KB 128/1192 KB 888/1210 KB 356/577 KB 1822/1822 KB 116/1192 KB 892/1210 KB 356/577 KB 1822/1822 KB 128/1192 KB 896/1210 KB 356/577 KB 1822/1822 KB 128/1192 KB 884/1210 KB 356/577 KB 1822/1822 KB 116/1192 KB 896/1210 KB 360/577 KB 1822/1822 KB 128/1192 KB 896/1210 KB 364/577 KB 1822/1822 KB 128/1192 KB 900/1210 KB 368/577 KB 1822/1822 KB 128/1192 KB 900/1210 KB 372/577 KB 1822/1822 KB 128/1192 KB 900/1210 KB 364/577 KB 1822/1822 KB 128/1192 KB 904/1210 KB 372/577 KB 1822/1822 KB 132/1192 KB 908/1210 KB 372/577 KB 1822/1822 KB 132/1192 KB 912/1210 KB 372/577 KB 1822/1822 KB 132/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1499.1 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 900/1210 KB 372/577 KB 1822/1822 KB 132/1192 KB 912/1210 KB 372/577 KB 136/1192 KB 912/1210 KB 376/577 KB 136/1192 KB 912/1210 KB 380/577 KB 136/1192 KB 912/1210 KB 384/577 KB 140/1192 KB 912/1210 KB 380/577 KB 140/1192 KB 912/1210 KB 384/577 KB 144/1192 KB 912/1210 KB 384/577 KB 148/1192 KB 916/1210 KB 388/577 KB 152/1192 KB 916/1210 KB 388/577 KB 156/1192 KB 916/1210 KB 388/577 KB 160/1192 KB 916/1210 KB 388/577 KB 148/1192 KB 916/1210 KB 392/577 KB 160/1192 KB 916/1210 KB 396/577 KB 160/1192 KB 916/1210 KB 400/577 KB 160/1192 KB 916/1210 KB 384/577 KB 148/1192 KB 920/1210 KB 400/577 KB 160/1192 KB 924/1210 KB 400/577 KB 160/1192 KB 928/1210 KB 400/577 KB 160/1192 KB 932/1210 KB 400/577 KB 160/1192 KB 936/1210 KB 404/577 KB 164/1192 KB 940/1210 KB 404/577 KB 164/1192 KB 944/1210 KB 404/577 KB 164/1192 KB 948/1210 KB 404/577 KB 164/1192 KB 952/1210 KB 404/577 KB 164/1192 KB 956/1210 KB 404/577 KB 164/1192 KB 960/1210 KB 404/577 KB 164/1192 KB 932/1210 KB 404/577 KB 164/1192 KB 960/1210 KB 404/577 KB 168/1192 KB 960/1210 KB 404/577 KB 172/1192 KB 960/1210 KB 404/577 KB 176/1192 KB 932/1210 KB 404/577 KB 160/1192 KB 960/1210 KB 408/577 KB 176/1192 KB 960/1210 KB 412/577 KB 176/1192 KB 960/1210 KB 416/577 KB 176/1192 KB 960/1210 KB 420/577 KB 176/1192 KB 960/1210 KB 424/577 KB 180/1192 KB 960/1210 KB 428/577 KB 180/1192 KB 960/1210 KB 432/577 KB 180/1192 KB 960/1210 KB 436/577 KB 180/1192 KB 4/439 KB 964/1210 KB 440/577 KB 180/1192 KB 960/1210 KB 420/577 KB 180/1192 KB 4/439 KB 964/1210 KB 440/577 KB 184/1192 KB 4/439 KB 964/1210 KB 440/577 KB 188/1192 KB 4/439 KB 964/1210 KB 440/577 KB 192/1192 KB 4/439 KB 964/1210 KB 436/577 KB 180/1192 KB 4/439 KB 960/1210 KB 436/577 KB 180/1192 KB 8/439 KB 964/1210 KB 440/577 KB 192/1192 KB 12/439 KB 964/1210 KB 440/577 KB 192/1192 KB 16/439 KB 964/1210 KB 440/577 KB 192/1192 KB 20/439 KB 964/1210 KB 440/577 KB 192/1192 KB 24/439 KB 964/1210 KB 440/577 KB 192/1192 KB 28/439 KB 964/1210 KB 440/577 KB 192/1192 KB 32/439 KB 964/1210 KB 440/577 KB 192/1192 KB 36/439 KB 964/1210 KB 440/577 KB 192/1192 KB 40/439 KB 964/1210 KB 440/577 KB 192/1192 KB 44/439 KB 964/1210 KB 440/577 KB 192/1192 KB 48/439 KB 964/1210 KB 440/577 KB 192/1192 KB 52/439 KB 964/1210 KB 440/577 KB 192/1192 KB 56/439 KB 968/1210 KB 444/577 KB 196/1192 KB 60/439 KB 968/1210 KB 444/577 KB 196/1192 KB 64/439 KB 968/1210 KB 444/577 KB 196/1192 KB 52/439 KB 968/1210 KB 444/577 KB 196/1192 KB 64/439 KB 968/1210 KB 448/577 KB 196/1192 KB 52/439 KB 968/1210 KB 440/577 KB 196/1192 KB 52/439 KB 968/1210 KB 440/577 KB 192/1192 KB 64/439 KB 972/1210 KB 448/577 KB 196/1192 KB 64/439 KB 976/1210 KB 448/577 KB 196/1192 KB 64/439 KB 980/1210 KB 448/577 KB 196/1192 KB 68/439 KB 984/1210 KB 452/577 KB 200/1192 KB 68/439 KB 988/1210 KB 452/577 KB 200/1192 KB 68/439 KB 992/1210 KB 452/577 KB 200/1192 KB 68/439 KB 996/1210 KB 452/577 KB 200/1192 KB 68/439 KB 1000/1210 KB 452/577 KB 200/1192 KB 68/439 KB 1004/1210 KB 452/577 KB 200/1192 KB 68/439 KB 1008/1210 KB 452/577 KB 200/1192 KB 68/439 KB 980/1210 KB 452/577 KB 200/1192 KB 72/439 KB 1008/1210 KB 452/577 KB 200/1192 KB 76/439 KB 1008/1210 KB 452/577 KB 200/1192 KB 80/439 KB 1008/1210 KB 452/577 KB 200/1192 KB 64/439 KB 980/1210 KB 452/577 KB 200/1192 KB 80/439 KB 1008/1210 KB 456/577 KB 200/1192 KB 80/439 KB 1008/1210 KB 460/577 KB 200/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 200/1192 KB 64/439 KB 980/1210 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 448/577 KB 200/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 204/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 208/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 212/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 216/1192 KB 80/439 KB 1008/1210 KB 464/577 KB 220/1192 KB 80/439 KB 1008/1210 KB 468/577 KB 224/1192 KB 80/439 KB 1008/1210 KB 468/577 KB 228/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 232/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 236/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 240/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 244/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 248/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 252/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 256/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 260/1192 KB 80/439 KB 1008/1210 KB 468/577 KB 220/1192 KB 84/439 KB 1012/1210 KB 472/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 476/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 480/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 484/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 488/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 492/577 KB 260/1192 KB 84/439 KB 1012/1210 KB 468/577 KB 228/1192 KB 84/439 KB 1016/1210 KB 492/577 KB 260/1192 KB 84/439 KB 1020/1210 KB 492/577 KB 260/1192 KB 84/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 84/439 KB 1008/1210 KB 468/577 KB 228/1192 KB 88/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 92/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 96/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 100/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 104/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 108/439 KB 1024/1210 KB 492/577 KB 260/1192 KB 112/439 KB 1028/1210 KB 492/577 KB 260/1192 KB 116/439 KB 1028/1210 KB 496/577 KB 260/1192 KB 120/439 KB 1028/1210 KB 496/577 KB 260/1192 KB 124/439 KB 1028/1210 KB 496/577 KB 260/1192 KB 108/439 KB 1028/1210 KB 492/577 KB 260/1192 KB 124/439 KB 1032/1210 KB 496/577 KB 264/1192 KB 124/439 KB 1036/1210 KB 496/577 KB 264/1192 KB 124/439 KB 1040/1210 KB 496/577 KB 264/1192 KB 124/439 KB 1044/1210 KB 496/577 KB 264/1192 KB 124/439 KB 1028/1210 KB 496/577 KB 264/1192 KB 128/439 KB 1044/1210 KB 496/577 KB 268/1192 KB 128/439 KB 1044/1210 KB 496/577 KB 272/1192 KB 112/439 KB 1028/1210 KB 496/577 KB 260/1192 KB 128/439 KB 1044/1210 KB 500/577 KB 272/1192 KB 128/439 KB 1044/1210 KB 504/577 KB 272/1192 KB 128/439 KB 1044/1210 KB 508/577 KB 272/1192 KB 128/439 KB 1044/1210 KB 512/577 KB 272/1192 KB 128/439 KB 1044/1210 KB 516/577 KB 272/1192 KB 128/439 KB 1048/1210 KB 520/577 KB 276/1192 KB 128/439 KB 1048/1210 KB 524/577 KB 276/1192 KB 128/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 128/439 KB 1044/1210 KB 496/577 KB 264/1192 KB 132/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 136/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 140/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 144/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 148/439 KB 1048/1210 KB 528/577 KB 276/1192 KB 128/439 KB 1048/1210 KB 516/577 KB 276/1192 KB 4/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 128/439 KB 1048/1210 KB 516/577 KB 272/1192 KB 4/167 KB 148/439 KB 1048/1210 KB 532/577 KB 276/1192 KB 8/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 12/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 16/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 20/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 24/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 28/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 32/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 36/167 KB unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 40/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 44/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 48/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 52/167 KB 148/439 KB 1048/1210 KB 532/577 KB 280/1192 KB 56/167 KB 148/439 KB 1052/1210 KB 532/577 KB 280/1192 KB 60/167 KB 148/439 KB 1052/1210 KB 532/577 KB 280/1192 KB 64/167 KB 148/439 KB 1052/1210 KB 532/577 KB 280/1192 KB 68/167 KB 148/439 KB 1052/1210 KB 532/577 KB 280/1192 KB 72/167 KB 148/439 KB 1052/1210 KB 532/577 KB 284/1192 KB 76/167 KB 148/439 KB 1052/1210 KB 532/577 KB 284/1192 KB 148/439 KB 1048/1210 KB 532/577 KB 276/1192 KB 76/167 KB 152/439 KB 1052/1210 KB 536/577 KB 284/1192 KB 76/167 KB 152/439 KB 1052/1210 KB 540/577 KB 284/1192 KB 76/167 KB 152/439 KB 1052/1210 KB 544/577 KB 284/1192 KB 76/167 KB 152/439 KB 1052/1210 KB 532/577 KB 284/1192 KB 80/167 KB 156/439 KB 1052/1210 KB 544/577 KB 284/1192 KB 80/167 KB 160/439 KB 1052/1210 KB 544/577 KB 284/1192 KB 68/167 KB 148/439 KB 1052/1210 KB 532/577 KB 284/1192 KB 80/167 KB 160/439 KB 1052/1210 KB 544/577 KB 288/1192 KB 52/167 KB 148/439 KB 1052/1210 KB 532/577 KB 280/1192 KB 80/167 KB 160/439 KB 1056/1210 KB 544/577 KB 288/1192 KB 80/167 KB 160/439 KB 1060/1210 KB 544/577 KB 288/1192 KB 80/167 KB 160/439 KB 1064/1210 KB 544/577 KB 288/1192 KB 80/167 KB 160/439 KB 1068/1210 KB 544/577 KB 288/1192 KB 80/167 KB 160/439 KB 1072/1210 KB 544/577 KB 288/1192 KB 80/167 KB 160/439 KB 1076/1210 KB 544/577 KB 288/1192 KB 80/167 KB 164/439 KB 1080/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1084/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1088/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1092/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1096/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1100/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 80/167 KB 152/439 KB 1052/1210 KB 544/577 KB 284/1192 KB 84/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 88/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 92/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 96/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 100/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 104/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 108/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 112/167 KB 164/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 80/167 KB 164/439 KB 1076/1210 KB 548/577 KB 292/1192 KB 112/167 KB 168/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 112/167 KB 172/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 548/577 KB 292/1192 KB 80/167 KB 160/439 KB 1076/1210 KB 548/577 KB 292/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 552/577 KB 292/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 556/577 KB 292/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 560/577 KB 292/1192 KB 80/167 KB 160/439 KB 1076/1210 KB 544/577 KB 292/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 560/577 KB 296/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 560/577 KB 300/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 560/577 KB 304/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 560/577 KB 308/1192 KB 112/167 KB 180/439 KB 1104/1210 KB 564/577 KB 312/1192 KB 112/167 KB 180/439 KB 1104/1210 KB 564/577 KB 316/1192 KB 112/167 KB 180/439 KB 1104/1210 KB 564/577 KB 320/1192 KB 112/167 KB 180/439 KB 1104/1210 KB 564/577 KB 324/1192 KB 116/167 KB 180/439 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 1108/1210 KB 564/577 KB 328/1192 KB 116/167 KB 180/439 KB 1108/1210 KB 564/577 KB 332/1192 KB 116/167 KB 180/439 KB 1108/1210 KB 564/577 KB 336/1192 KB 112/167 KB 180/439 KB 1104/1210 KB 564/577 KB 308/1192 KB 116/167 KB 184/439 KB 1108/1210 KB 564/577 KB 336/1192 KB 112/167 KB 176/439 KB 1104/1210 KB 564/577 KB 308/1192 KB 116/167 KB 188/439 KB 1108/1210 KB 568/577 KB 336/1192 KB 116/167 KB 188/439 KB 1108/1210 KB 572/577 KB 336/1192 KB 116/167 KB 188/439 KB 1108/1210 KB 576/577 KB 336/1192 KB 116/167 KB 188/439 KB 1108/1210 KB 577/577 KB 336/1192 KB 116/167 KB 192/439 KB 1108/1210 KB 577/577 KB 336/1192 KB 116/167 KB 180/439 KB 1108/1210 KB 564/577 KB 324/1192 KB 116/167 KB 192/439 KB 1112/1210 KB 577/577 KB 336/1192 KB 116/167 KB 192/439 KB 1116/1210 KB 577/577 KB 336/1192 KB 116/167 KB 192/439 KB 1120/1210 KB 577/577 KB 336/1192 KB 116/167 KB 192/439 KB 1124/1210 KB 577/577 KB 336/1192 KB 116/167 KB 196/439 KB 1128/1210 KB 577/577 KB 340/1192 KB 116/167 KB 196/439 KB 1132/1210 KB 577/577 KB 340/1192 KB 116/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 116/167 KB 180/439 KB 1104/1210 KB 564/577 KB 324/1192 KB 120/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 124/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 128/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 132/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 136/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 140/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 144/167 KB 196/439 KB 1136/1210 KB 577/577 KB 340/1192 KB 116/167 KB 196/439 KB 1124/1210 KB 577/577 KB 340/1192 KB 144/167 KB 196/439 KB 1136/1210 KB 577/577 KB 344/1192 KB 144/167 KB 196/439 KB 1136/1210 KB 577/577 KB 348/1192 KB 144/167 KB 196/439 KB 1136/1210 KB 577/577 KB 352/1192 KB 116/167 KB 196/439 KB 1124/1210 KB 577/577 KB 336/1192 KB 144/167 KB 200/439 KB 1136/1210 KB 577/577 KB 352/1192 KB 144/167 KB 204/439 KB 1136/1210 KB 577/577 KB 352/1192 KB 144/167 KB 208/439 KB 1136/1210 KB 577/577 KB 352/1192 KB 116/167 KB 192/439 KB 1108/1210 KB 577/577 KB 336/1192 KB 144/167 KB 212/439 KB 1136/1210 KB 577/577 KB 352/1192 KB 144/167 KB 216/439 KB 1136/1210 KB 577/577 KB 356/1192 KB 144/167 KB 220/439 KB 1136/1210 KB 577/577 KB 356/1192 KB 144/167 KB 224/439 KB 1136/1210 KB 577/577 KB 356/1192 KB 144/167 KB 228/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 232/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 236/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 240/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 244/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 248/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 252/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 144/167 KB 212/439 KB 1136/1210 KB 577/577 KB 356/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 360/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 364/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 368/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 372/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 376/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 380/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 384/1192 KB 148/167 KB 256/439 KB 1140/1210 KB 577/577 KB 388/1192 KB 148/167 KB 260/439 KB 1140/1210 KB 577/577 KB 392/1192 KB 148/167 KB 260/439 KB 1140/1210 KB 577/577 KB 396/1192 KB 148/167 KB 260/439 KB 1140/1210 KB 577/5 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 77 KB 400/1192 KB 148/167 KB 228/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 152/167 KB 260/439 KB 1140/1210 KB 577/577 KB 400/1192 KB 156/167 KB 260/439 KB 1140/1210 KB 577/577 KB 400/1192 KB 144/167 KB 224/439 KB 1140/1210 KB 577/577 KB 356/1192 KB 156/167 KB 260/439 KB 1144/1210 KB 577/577 KB 400/1192 KB 156/167 KB 260/439 KB 1148/1210 KB 577/577 KB 400/1192 KB 156/167 KB 260/439 KB 1152/1210 KB 577/577 KB 400/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 451.2 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 156/167 KB 260/439 KB 1156/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1160/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1164/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1168/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1172/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1176/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1180/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1184/1210 KB 400/1192 KB 148/167 KB 260/439 KB 1140/1210 KB 577/577 KB 388/1192 KB 160/167 KB 264/439 KB 1184/1210 KB 400/1192 KB 160/167 KB 268/439 KB 1184/1210 KB 400/1192 KB 160/167 KB 272/439 KB 1184/1210 KB 400/1192 KB 160/167 KB 260/439 KB 1156/1210 KB 400/1192 KB 164/167 KB 272/439 KB 1184/1210 KB 400/1192 KB 167/167 KB 272/439 KB 1184/1210 KB 400/1192 KB 167/167 KB 276/439 KB 1184/1210 KB 400/1192 KB 167/167 KB 280/439 KB 1188/1210 KB 404/1192 KB 167/167 KB 284/439 KB 1188/1210 KB 404/1192 KB 167/167 KB 288/439 KB 1188/1210 KB 404/1192 KB 167/167 KB 276/439 KB 1188/1210 KB 404/1192 KB 167/167 KB 288/439 KB 1192/1210 KB 404/1192 KB 167/167 KB 288/439 KB 1196/1210 KB 404/1192 KB 167/167 KB 288/439 KB 1200/1210 KB 404/1192 KB 167/167 KB 276/439 KB 1184/1210 KB 404/1192 KB 167/167 KB 288/439 KB 1200/1210 KB 408/1192 KB 167/167 KB 288/439 KB 1200/1210 KB 412/1192 KB 167/167 KB 288/439 KB 1200/1210 KB 416/1192 KB 167/167 KB 288/439 KB 1200/1210 KB 420/1192 KB 167/167 KB 288/439 KB 4/562 KB 1204/1210 KB 424/1192 KB 167/167 KB 292/439 KB 4/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 288/439 KB 4/562 KB 1204/1210 KB 420/1192 KB 167/167 KB 292/439 KB 8/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 12/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 16/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 20/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 24/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 28/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 292/439 KB 32/562 KB 1204/1210 KB 428/1192 KB 167/167 KB 288/439 KB 1204/1210 KB 420/1192 KB 167/167 KB 292/439 KB 32/562 KB 1208/1210 KB 428/1192 KB 167/167 KB 292/439 KB 32/562 KB 1210/1210 KB 428/1192 KB 167/167 KB 292/439 KB 36/562 KB 1210/1210 KB 428/1192 KB 167/167 KB 292/439 KB 40/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 292/439 KB 44/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 292/439 KB 48/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 292/439 KB 4/562 KB 1204/1210 KB 424/1192 KB 167/167 KB 296/439 KB 48/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 300/439 KB 48/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 304/439 KB 48/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 308/439 KB 48/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 312/439 KB 52/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 316/439 KB 52/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 292/439 KB 36/562 KB 1210/1210 KB 432/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 436/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 440/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 444/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 448/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 452/1192 KB 167/167 KB 320/439 KB 52/562 KB 1210/1210 KB 456/1192 KB 324/439 KB 52/562 KB 1210/1210 KB 460/1192 KB 324/439 KB 52/562 KB 1210/1210 KB 464/1192 KB 324/439 KB 52/562 KB 1210/1210 KB 468/1192 KB 324/439 KB 52/562 KB 472/1192 KB 324/439 KB 52/562 KB 476/1192 KB 324/439 KB 52/562 KB 480/1192 KB 324/439 KB 52/562 KB 484/1 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 192 KB 167/167 KB 308/439 KB 52/562 KB 1210/1210 KB 432/1192 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 128.1 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-oai-hss-0: 13:22:13 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 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 930.4 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 324/439 KB 56/562 KB 484/1192 KB 324/439 KB 60/562 KB 484/1192 KB 324/439 KB 64/562 KB 484/1192 KB 324/439 KB 68/562 KB 484/1192 KB 324/439 KB 72/562 KB 484/1192 KB 324/439 KB 76/562 KB 484/1192 KB 324/439 KB 80/562 KB 484/1192 KB 167/167 KB 324/439 KB 52/562 KB 1210/1210 KB 456/1192 KB 328/439 KB 80/562 KB 484/1192 KB 332/439 KB 80/562 KB 484/1192 KB 336/439 KB 80/562 KB 484/1192 KB 340/439 KB 80/562 KB 484/1192 KB 344/439 KB 80/562 KB 484/1192 KB 348/439 KB 80/562 KB 484/1192 KB 352/439 KB 80/562 KB 484/1192 KB 352/439 KB 84/562 KB 484/1192 KB 352/439 KB 88/562 KB 484/1192 KB 352/439 KB 92/562 KB 484/1192 KB 352/439 KB 96/562 KB 484/1192 KB 356/439 KB 100/562 KB 484/1192 KB 356/439 KB 100/562 KB 4/256 KB 488/1192 KB 356/439 KB 100/562 KB 8/256 KB 488/1192 KB 356/439 KB 100/562 KB 12/256 KB 488/1192 KB 356/439 KB 100/562 KB 16/256 KB 488/1192 KB 356/439 KB 100/562 KB 20/256 KB 488/1192 KB 356/439 KB 100/562 KB 24/256 KB 488/1192 KB 356/439 KB 100/562 KB 24/256 KB 3/140 KB 488/1192 KB 356/439 KB 100/562 KB 28/256 KB 6/140 KB 488/1192 KB 356/439 KB 100/562 KB 28/256 KB 9/140 KB 488/1192 KB 356/439 KB 100/562 KB 28/256 KB 11/140 KB 488/1192 KB 356/439 KB 100/562 KB 28/256 KB 14/140 KB 488/1192 KB 356/439 KB 96/562 KB 484/1192 KB 356/439 KB 100/562 KB 28/256 KB 16/140 KB 488/1192 KB 356/439 KB 100/562 KB 28/256 KB 3/140 KB 488/1192 KB 360/439 KB 100/562 KB 32/256 KB 16/140 KB 488/1192 KB 360/439 KB 100/562 KB 36/256 KB 16/140 KB 488/1192 KB 360/439 KB 100/562 KB 40/256 KB 16/140 KB 488/1192 KB 360/439 KB 100/562 KB 44/256 KB 16/140 KB 488/1192 KB 360/439 KB 100/562 KB 48/256 KB 16/140 KB 488/1192 KB 360/439 KB 100/562 KB 52/256 KB 16/140 KB 488/1192 KB 356/439 KB 100/562 KB 488/1192 KB 360/439 KB 100/562 KB 52/256 KB 19/140 KB 492/1192 KB 360/439 KB 100/562 KB 52/256 KB 19/140 KB 496/1192 KB 360/439 KB 100/562 KB 52/256 KB 19/140 KB 488/1192 KB 360/439 KB 100/562 KB 52/256 KB 22/140 KB 496/1192 KB 360/439 KB 100/562 KB 56/256 KB 25/140 KB 500/1192 KB 360/439 KB 100/562 KB 28/256 KB 16/140 KB 488/1192 KB 364/439 KB 104/562 KB 56/256 KB 25/140 KB 500/1192 KB 368/439 KB 104/562 KB 56/256 KB 25/140 KB 500/1192 KB 372/439 KB 104/562 KB 56/256 KB 25/140 KB 500/1192 KB 376/439 KB 104/562 KB 56/256 KB 27/140 KB 500/1192 KB 360/439 KB 104/562 KB 56/256 KB 25/140 KB 500/1192 KB 376/439 KB 108/562 KB 56/256 KB 27/140 KB 500/1192 KB 376/439 KB 112/562 KB 56/256 KB 27/140 KB 500/1192 KB 360/439 KB 100/562 KB 56/256 KB 22/140 KB 500/1192 KB 376/439 KB 112/562 KB 60/256 KB 27/140 KB 500/1192 KB 376/439 KB 112/562 KB 64/256 KB 27/140 KB 500/1192 KB 376/439 KB 112/562 KB 68/256 KB 27/140 KB 500/1192 KB 380/439 KB 116/562 KB 72/256 KB 27/140 KB 500/1192 KB 360/439 KB 100/562 KB 52/256 KB 22/140 KB 500/1192 KB 380/439 KB 116/562 KB 76/256 KB 27/140 KB 504/1192 KB 380/439 KB 116/562 KB 76/256 KB 27/140 KB 508/1192 KB 380/439 KB 116/562 KB 76/256 KB 27/140 KB 512/1192 KB 380/439 KB 116/562 KB 68/256 KB 27/140 KB 500/1192 KB 384/439 KB 116/562 KB 76/256 KB 27/140 KB 512/1192 KB 384/439 KB 116/562 KB 76/256 KB 27/140 KB 516/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 520/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 524/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 528/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 532/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 536/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 540/1192 KB 388/439 KB 1 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 16/562 KB 76/256 KB 27/140 KB 544/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 548/1192 KB 376/439 KB 116/562 KB 68/256 KB 27/140 KB 500/1192 KB 372/439 KB 104/562 KB 56/256 KB 27/140 KB 500/1192 KB 388/439 KB 116/562 KB 76/256 KB 30/140 KB 548/1192 KB 388/439 KB 116/562 KB 76/256 KB 32/140 KB 548/1192 KB 388/439 KB 116/562 KB 76/256 KB 36/140 KB 548/1192 KB 380/439 KB 116/562 KB 76/256 KB 27/140 KB 516/1192 KB 388/439 KB 120/562 KB 80/256 KB 36/140 KB 548/1192 KB 388/439 KB 120/562 KB 84/256 KB 36/140 KB 548/1192 KB 388/439 KB 116/562 KB 76/256 KB 27/140 KB 516/1192 KB 392/439 KB 120/562 KB 84/256 KB 40/140 KB 548/1192 KB 396/439 KB 120/562 KB 84/256 KB 40/140 KB 548/1192 KB 400/439 KB 120/562 KB 84/256 KB 40/140 KB 548/1192 KB 388/439 KB 120/562 KB 84/256 KB 40/140 KB 548/1192 KB 400/439 KB 120/562 KB 84/256 KB 44/140 KB 548/1192 KB 400/439 KB 120/562 KB 84/256 KB 48/140 KB 548/1192 KB 400/439 KB 120/562 KB 84/256 KB 52/140 KB 548/1192 KB 404/439 KB 120/562 KB 88/256 KB 56/140 KB 548/1192 KB 404/439 KB 120/562 KB 88/256 KB 60/140 KB 548/1192 KB 404/439 KB 120/562 KB 88/256 KB 62/140 KB 548/1192 KB 388/439 KB 120/562 KB 76/256 KB 36/140 KB 548/1192 KB 404/439 KB 124/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 128/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 132/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 136/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 140/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 144/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 148/562 KB 88/256 KB 62/140 KB 548/1192 KB 404/439 KB 152/562 KB 88/256 KB 66/140 KB 548/1192 KB 404/439 KB 156/562 KB 88/256 KB 66/140 KB 548/1192 KB 404/439 KB 120/562 KB 88/256 KB 52/140 KB 548/1192 KB 408/439 KB 156/562 KB 88/256 KB 66/140 KB 552/1192 KB 412/439 KB 156/562 KB 88/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 88/256 KB 66/140 KB 552/1192 KB 400/439 KB 120/562 KB 88/256 KB 52/140 KB 548/1192 KB 416/439 KB 156/562 KB 92/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 96/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 100/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 104/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 108/256 KB 66/140 KB 552/1192 KB 416/439 KB 156/562 KB 112/256 KB 66/140 KB 552/1192 KB 420/439 KB 156/562 KB 116/256 KB 66/140 KB 552/1192 KB 404/439 KB 156/562 KB 88/256 KB 66/140 KB 552/1192 KB 404/439 KB 148/562 KB 88/256 KB 66/140 KB 548/1192 KB 420/439 KB 160/562 KB 116/256 KB 70/140 KB 552/1192 KB 420/439 KB 160/562 KB 116/256 KB 66/140 KB 552/1192 KB 420/439 KB 156/562 KB 112/256 KB 66/140 KB 552/1192 KB 424/439 KB 160/562 KB 116/256 KB 70/140 KB 556/1192 KB 428/439 KB 160/562 KB 116/256 KB 74/140 KB 556/1192 KB 432/439 KB 160/562 KB 116/256 KB 74/140 KB 556/1192 KB 436/439 KB 160/562 KB 116/256 KB 74/140 KB 556/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 556/1192 KB 420/439 KB 160/562 KB 116/256 KB 70/140 KB 556/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 560/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 564/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 568/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 572/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 576/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 580/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 584/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 588/1192 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 592/119 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 2 KB 439/439 KB 164/562 KB 120/256 KB 74/140 KB 596/1192 KB 436/439 KB 164/562 KB 120/256 KB 74/140 KB 556/1192 KB 436/439 KB 160/562 KB 120/256 KB 74/140 KB 556/1192 KB 439/439 KB 164/562 KB 124/256 KB 74/140 KB 596/1192 KB 439/439 KB 164/562 KB 128/256 KB 74/140 KB 596/1192 KB 424/439 KB 160/562 KB 116/256 KB 74/140 KB 556/1192 KB 439/439 KB 164/562 KB 128/256 KB 78/140 KB 596/1192 KB 439/439 KB 164/562 KB 128/256 KB 82/140 KB 596/1192 KB 439/439 KB 168/562 KB 132/256 KB 86/140 KB 596/1192 KB 439/439 KB 168/562 KB 132/256 KB 90/140 KB 596/1192 KB 439/439 KB 168/562 KB 132/256 KB 94/140 KB 596/1192 KB 439/439 KB 168/562 KB 132/256 KB 82/140 KB 596/1192 KB 439/439 KB 168/562 KB 136/256 KB 94/140 KB 596/1192 KB 439/439 KB 168/562 KB 140/256 KB 94/140 KB 596/1192 KB 439/439 KB 168/562 KB 144/256 KB 94/140 KB 596/1192 KB 439/439 KB 168/562 KB 148/256 KB 94/140 KB 596/1192 KB 439/439 KB 168/562 KB 152/256 KB 98/140 KB 596/1192 KB 439/439 KB 168/562 KB 156/256 KB 98/140 KB 596/1192 KB 439/439 KB 168/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 168/562 KB 128/256 KB 82/140 KB 596/1192 KB 439/439 KB 172/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 176/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 180/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 184/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 188/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 192/562 KB 160/256 KB 98/140 KB 596/1192 KB 439/439 KB 196/562 KB 160/256 KB 98/140 KB 596/1192 KB 200/562 KB 164/256 KB 98/140 KB 596/1192 KB 204/562 KB 164/256 KB 98/140 KB 596/1192 KB 208/562 KB 164/256 KB 98/140 KB 600/1192 KB 439/439 KB 168/562 KB 148/256 KB 98/140 KB 596/1192 KB 208/562 KB 164/256 KB 102/140 KB 600/1192 KB 208/562 KB 164/256 KB 106/140 KB 600/1192 KB 208/562 KB 164/256 KB 110/140 KB 600/1192 KB 208/562 KB 164/256 KB 114/140 KB 600/1192 KB 208/562 KB 164/256 KB 118/140 KB 600/1192 KB 208/562 KB 164/256 KB 122/140 KB 600/1192 KB 208/562 KB 164/256 KB 126/140 KB 600/1192 KB 204/562 KB 164/256 KB 98/140 KB 600/1192 KB 208/562 KB 164/256 KB 126/140 KB 604/1192 KB 208/562 KB 164/256 KB 126/140 KB 608/1192 KB 196/562 KB 164/256 KB 98/140 KB 596/1192 KB 212/562 KB 168/256 KB 126/140 KB 608/1192 KB 212/562 KB 172/256 KB 126/140 KB 608/1192 KB 212/562 KB 176/256 KB 126/140 KB 608/1192 KB 212/562 KB 180/256 KB 126/140 KB 608/1192 KB 212/562 KB 184/256 KB 130/140 KB 612/1192 KB 212/562 KB 188/256 KB 130/140 KB 612/1192 KB 212/562 KB 192/256 KB 130/140 KB 612/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 326.1 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 212/562 KB 180/256 KB 130/140 KB 612/1192 KB 212/562 KB 192/256 KB 130/140 KB 616/1192 KB 212/562 KB 192/256 KB 130/140 KB 620/1192 KB 212/562 KB 192/256 KB 130/140 KB 624/1192 KB 212/562 KB 180/256 KB 130/140 KB 608/1192 KB 212/562 KB 192/256 KB 134/140 KB 624/1192 KB 212/562 KB 192/256 KB 138/140 KB 624/1192 KB 212/562 KB 192/256 KB 140/140 KB 624/1192 KB 212/562 KB 164/256 KB 126/140 KB 608/1192 KB 216/562 KB 192/256 KB 140/140 KB 624/1192 KB 220/562 KB 192/256 KB 140/140 KB 624/1192 KB 224/562 KB 192/256 KB 140/140 KB 624/1192 KB 224/562 KB 192/256 KB 140/140 KB 628/1192 KB 228/562 KB 196/256 KB 140/140 KB 632/1192 KB 228/562 KB 196/256 KB 140/140 KB 636/1192 KB 228/562 KB 196/256 KB 140/140 KB 628/1192 KB 232/562 KB 196/256 KB 140/140 KB 636/1192 KB 236/562 KB 196/256 KB 140/140 KB 636/1192 KB 240/562 KB 196/256 KB 140/140 KB 636/1192 KB 244/562 KB 196/256 KB 140/140 KB 636/1192 KB 224/562 KB 196/256 KB 140/140 KB 628/1192 KB 244/562 KB 200/256 KB 140/140 KB 640/1192 KB 244/562 KB 204/256 KB 140/140 KB 640/1192 KB 244/562 KB 208/256 KB 140/140 KB 640/1192 KB 244/562 KB 196/256 KB 140/140 KB 640/1192 KB 244/562 KB 208/256 KB 140/140 KB 644/1192 KB 248/562 KB 212/256 KB 140/140 KB 648/1192 KB 248/562 KB 212/256 KB 140/140 KB 652/1192 KB 248/562 KB 212/256 KB 140/140 KB 656/1192 KB 248/562 KB 212/256 KB 140/140 KB 644/1192 KB 252/562 KB 212/256 KB 140/140 KB 656/1192 KB 256/562 KB 212/256 KB 140/140 KB 656/1192 KB 244/562 KB 212/256 KB 140/140 KB 644/1192 KB 256/562 KB 216/256 KB 140/140 KB 656/1192 KB 256/562 KB 220/256 KB 140/140 KB 656/1192 KB 256/562 KB 224/256 KB 140/140 KB 656/1192 KB 256/562 KB 228/256 KB 140/140 KB 656/1192 KB 260/562 KB 232/256 KB 660/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 103.4 KB/sec) unit-abot-epc-basic-0: 13:22:13 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 260/562 KB 228/256 KB 140/140 KB 660/1192 KB 264/562 KB 232/256 KB 660/1192 KB 268/562 KB 232/256 KB 660/1192 KB 272/562 KB 232/256 KB 660/1192 KB 256/562 KB 228/256 KB 140/140 KB 660/1192 KB 272/562 KB 232/256 KB 664/1192 KB 272/562 KB 232/256 KB 668/1192 KB 272/562 KB 232/256 KB 672/1192 KB 276/562 KB 232/256 KB 672/1192 KB 280/562 KB 236/256 KB 676/1192 KB 284/562 KB 236/256 KB 676/1192 KB 288/562 KB 236/256 KB 676/1192 KB 292/562 KB 236/256 KB 676/1192 KB 296/562 KB 236/256 KB 676/1192 KB 300/562 KB 236/256 KB 676/1192 KB 304/562 KB 236/256 KB 676/1192 KB 276/562 KB 236/256 KB 676/1192 KB 304/562 KB 236/256 KB 680/1192 KB 304/562 KB 236/256 KB 684/1192 KB 304/562 KB 236/256 KB 688/1192 KB 276/562 KB 236/256 KB 672/1192 KB 304/562 KB 240/256 KB 688/1192 KB 304/562 KB 244/256 KB 688/1192 KB 304/562 KB 248/256 KB 688/1192 KB 304/562 KB 252/256 KB 688/1192 KB 304/562 KB 256/256 KB 688/1192 KB 304/562 KB 256/256 KB 688/1192 KB 304/562 KB 256/256 KB 692/1192 KB 308/562 KB 256/256 KB 692/1192 KB 312/562 KB 256/256 KB 696/1192 KB 316/562 KB 256/256 KB 696/1192 KB 320/562 KB 256/256 KB 696/1192 KB 308/562 KB 256/256 KB 696/1192 KB 320/562 KB 256/256 KB 700/1192 KB 320/562 KB 256/256 KB 704/1192 KB 320/562 KB 256/256 KB 708/1192 KB 320/562 KB 256/256 KB 712/1192 KB 320/562 KB 256/256 KB 716/1192 KB 320/562 KB 256/256 KB 720/1192 KB 320/562 KB 256/256 KB 724/1192 KB 324/562 KB 256/256 KB 728/1192 KB 324/562 KB 256/256 KB 732/1192 KB 324/562 KB 256/256 KB 4/1461 KB 736/1192 KB 324/562 KB 256/256 KB 724/1192 KB 324/562 KB 256/256 KB 4/1461 KB 732/1192 KB 324/562 KB 256/256 KB 8/1461 KB 736/1192 KB 324/562 KB 256/256 KB 12/1461 KB 736/1192 KB 324/562 KB 256/256 KB 16/1461 KB 736/1192 KB 324/562 KB 256/256 KB 20/1461 KB 736/1192 KB 324/562 KB 256/256 KB 24/1461 KB 736/1192 KB 324/562 KB 256/256 KB 28/1461 KB 736/1192 KB 324/562 KB 256/256 KB 32/1461 KB 736/1192 KB 324/562 KB 256/256 KB 36/1461 KB 736/1192 KB 324/562 KB 256/256 KB 40/1461 KB 736/1192 KB 324/562 KB 256/256 KB 44/1461 KB 736/1192 KB 324/562 KB 256/256 KB 48/1461 KB 736/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 186.8 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 324/562 KB 4/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 8/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 12/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 16/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 20/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 24/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 28/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 32/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 36/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 40/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 44/1118 KB 48/1461 KB 736/1192 KB 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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 324/562 KB 48/1118 KB 48/1461 KB 736/1192 KB 324/562 KB 48/1118 KB 52/1461 KB 736/1192 KB 328/562 KB 52/1118 KB 56/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 60/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 64/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 68/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 72/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 76/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 80/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 52/1461 KB 740/1192 KB 328/562 KB 52/1118 KB 80/1461 KB 744/1192 KB 328/562 KB 52/1118 KB 52/1461 KB 736/1192 KB 328/562 KB 56/1118 KB 80/1461 KB 744/1192 KB 328/562 KB 60/1118 KB 80/1461 KB 744/1192 KB 328/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 328/562 KB 48/1118 KB 52/1461 KB 736/1192 KB 332/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 336/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 340/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 344/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 348/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 352/562 KB 64/1118 KB 80/1461 KB 744/1192 KB 356/562 KB 68/1118 KB 80/1461 KB 744/1192 KB 360/562 KB 68/1118 KB 80/1461 KB 748/1192 KB 364/562 KB 68/1118 KB 80/1461 KB 748/1192 KB 368/562 KB 68/1118 KB 80/1461 KB 748/1192 KB 372/562 KB 68/1118 KB 80/1461 KB 748/1192 KB 352/562 KB 68/1118 KB 80/1461 KB 744/1192 KB 4/37 KB 372/562 KB 68/1118 KB 84/1461 KB 748/1192 KB 8/37 KB 372/562 KB 72/1118 KB 84/1461 KB 748/1192 KB 12/37 KB 372/562 KB 72/1118 KB 84/1461 KB 748/1192 KB 16/37 KB 372/562 KB 72/1118 KB 84/1461 KB 748/1192 KB 372/562 KB 68/1118 KB 84/1461 KB 748/1192 KB 16/37 KB 372/562 KB 72/1118 KB 88/1461 KB 748/1192 KB 16/37 KB 372/562 KB 72/1118 KB 92/1461 KB 748/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 748/1192 KB 356/562 KB 68/1118 KB 80/1461 KB 748/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 752/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 756/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 760/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 764/1192 KB 16/37 KB 372/562 KB 72/1118 KB 96/1461 KB 768/1192 KB 4/37 KB 372/562 KB 72/1118 KB 84/1461 KB 748/1192 KB 16/37 KB 372/562 KB 76/1118 KB 96/1461 KB 768/1192 KB 16/37 KB 372/562 KB 80/1118 KB 96/1461 KB 768/1192 KB 16/37 KB 372/562 KB 84/1118 KB 96/1461 KB 768/1192 KB 20/37 KB 372/562 KB 88/1118 KB 96/1461 KB 772/1192 KB 20/37 KB 372/562 KB 92/1118 KB 96/1461 KB 772/1192 KB 20/37 KB 372/562 KB 96/1118 KB 96/1461 KB 772/1192 KB 20/37 KB 376/562 KB 100/1118 KB 96/1461 KB 772/1192 KB 20/37 KB 376/562 KB 104/1118 KB 100/1461 KB 772/1192 KB 20/37 KB 376/562 KB 108/1118 KB 100/1461 KB 772/1192 KB 20/37 KB 376/562 KB 112/1118 KB 100/1461 KB 772/1192 KB 20/37 KB 372/562 KB 84/1118 KB 96/1461 KB 772/1192 KB 24/37 KB 376/562 KB 112/1118 KB 100/1461 KB 772/1192 KB 28/37 KB 376/562 KB 112/1118 KB 100/1461 KB 772/1192 KB 16/37 KB 372/562 KB 84/1118 KB 96/1461 KB 772/1192 KB 28/37 KB 376/562 KB 112/1118 KB 100/1461 KB 776/1192 KB 28/37 KB 376/562 KB 112/1118 KB 100/1461 KB 780/1192 KB 28/37 KB 376/562 KB 112/1118 KB 100/1461 KB 784/1192 KB 32/37 KB 376/562 KB 112/1118 KB 100/1461 KB 784/1192 KB 32/37 KB 376/562 KB 112/1118 KB 100/1461 KB 788/1192 KB 36/37 KB 376/562 KB 112/1118 KB 100/1461 KB 792/1192 KB 36/37 KB 376/562 KB 112/1118 KB 100/1461 KB 796/1192 KB 36/37 KB 376/562 KB 112/1118 KB 100/1461 KB 800/1192 KB 36/37 KB 376/562 KB 112/1118 KB 100/1461 KB 804/1192 KB 36/37 KB 376/562 KB 116/1118 KB 100/1461 KB 808/1192 KB 36/37 KB 376/562 KB 116/1118 KB 100/1 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 461 KB 812/1192 KB 36/37 KB 376/562 KB 116/1118 KB 100/1461 KB 816/1192 KB 20/37 KB 376/562 KB 100/1118 KB 100/1461 KB 772/1192 KB 36/37 KB 376/562 KB 116/1118 KB 104/1461 KB 816/1192 KB 20/37 KB 376/562 KB 96/1118 KB 96/1461 KB 772/1192 KB 36/37 KB 380/562 KB 116/1118 KB 104/1461 KB 816/1192 KB 36/37 KB 384/562 KB 116/1118 KB 104/1461 KB 816/1192 KB 36/37 KB 388/562 KB 116/1118 KB 104/1461 KB 816/1192 KB 36/37 KB 392/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 396/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 400/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 404/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 408/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 376/562 KB 116/1118 KB 100/1461 KB 804/1192 KB 36/37 KB 376/562 KB 112/1118 KB 100/1461 KB 788/1192 KB 37/37 KB 412/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 36/37 KB 388/562 KB 116/1118 KB 108/1461 KB 816/1192 KB 37/37 KB 412/562 KB 116/1118 KB 112/1461 KB 816/1192 KB 37/37 KB 412/562 KB 116/1118 KB 116/1461 KB 816/1192 KB 37/37 KB 412/562 KB 116/1118 KB 120/1461 KB 816/1192 KB 37/37 KB 412/562 KB 116/1118 KB 124/1461 KB 816/1192 KB 37/37 KB 412/562 KB 120/1118 KB 128/1461 KB 816/1192 KB 37/37 KB 412/562 KB 120/1118 KB 124/1461 KB 816/1192 KB 37/37 KB 412/562 KB 124/1118 KB 128/1461 KB 816/1192 KB 37/37 KB 412/562 KB 128/1118 KB 128/1461 KB 816/1192 KB 37/37 KB 412/562 KB 132/1118 KB 128/1461 KB 816/1192 KB 37/37 KB 412/562 KB 136/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 412/562 KB 140/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 412/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 36/37 KB 412/562 KB 116/1118 KB 128/1461 KB 816/1192 KB 37/37 KB 416/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 420/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 424/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 428/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 432/562 KB 144/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 412/562 KB 132/1118 KB 132/1461 KB 820/1192 KB 37/37 KB 432/562 KB 144/1118 KB 132/1461 KB 824/1192 KB 37/37 KB 432/562 KB 144/1118 KB 132/1461 KB 828/1192 KB 37/37 KB 436/562 KB 144/1118 KB 132/1461 KB 832/1192 KB 37/37 KB 436/562 KB 144/1118 KB 132/1461 KB 836/1192 KB 37/37 KB 436/562 KB 148/1118 KB 132/1461 KB 840/1192 KB 37/37 KB 436/562 KB 148/1118 KB 132/1461 KB 844/1192 KB 37/37 KB 436/562 KB 148/1118 KB 132/1461 KB 848/1192 KB 37/37 KB 412/562 KB 132/1118 KB 132/1461 KB 816/1192 KB 37/37 KB 436/562 KB 148/1118 KB 136/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 140/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 144/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 148/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 152/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 156/1461 KB 848/1192 KB 436/562 KB 148/1118 KB 160/1461 KB 848/1192 KB 37/37 KB 436/562 KB 148/1118 KB 132/1461 KB 836/1192 KB 37/37 KB 436/562 KB 144/1118 KB 132/1461 KB 828/1192 KB 440/562 KB 152/1118 KB 160/1461 KB 848/1192 KB 444/562 KB 152/1118 KB 160/1461 KB 848/1192 KB 448/562 KB 152/1118 KB 160/1461 KB 848/1192 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 26.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 436/562 KB 152/1118 KB 160/1461 KB 848/1192 KB 448/562 KB 156/1118 KB 160/1461 KB 848/1192 KB 448/562 KB 160/1118 KB 160/1461 KB 848/1192 KB 448/562 KB 164/1118 KB 160/1461 KB 848/1192 KB 452/562 KB 168/1118 KB 164/1461 KB 852/1192 KB 452/562 KB 172/1118 KB 164/1461 KB 852/1192 KB 452/562 KB 176/1118 KB 164/1461 KB 852/1192 KB 452/562 KB 164/1118 KB 164/1461 KB 852/1192 KB 452/562 KB 176/1118 KB 164/1461 KB 856/1192 KB 452/562 KB 176/1118 KB 164/1461 KB 860/1192 KB 452/562 KB 176/1118 KB 164/1461 KB 864/1192 KB 452/562 KB 176/1118 KB 164/1461 KB 868/1192 KB 452/562 KB 180/1118 KB 164/1461 KB 872/1192 KB 452/562 KB 180/1118 KB 164/1461 KB 876/1192 KB 452/562 KB 164/1118 KB 164/1461 KB 848/1192 KB 452/562 KB 180/1118 KB 168/1461 KB 876/1192 KB 452/562 KB 180/1118 KB 172/1461 KB 876/1192 KB 452/562 KB 180/1118 KB 176/1461 KB 876/1192 KB 452/562 KB 164/1118 KB 160/1461 KB 848/1192 KB 456/562 KB 180/1118 KB 176/1461 KB 876/1192 KB 460/562 KB 180/1118 KB 176/1461 KB 876/1192 KB 460/562 KB 180/1118 KB 180/1461 KB 876/1192 KB 464/562 KB 180/1118 KB 184/1461 KB 876/1192 KB 464/562 KB 180/1118 KB 188/1461 KB 876/1192 KB 464/562 KB 180/1118 KB 192/1461 KB 876/1192 KB 452/562 KB 180/1118 KB 164/1461 KB 868/1192 KB 464/562 KB 184/1118 KB 192/1461 KB 876/1192 KB 464/562 KB 188/1118 KB 192/1461 KB 876/1192 KB 464/562 KB 192/1118 KB 192/1461 KB 876/1192 KB 464/562 KB 180/1118 KB 180/1461 KB 876/1192 KB 468/562 KB 4/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 472/562 KB 4/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 476/562 KB 4/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 4/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 464/562 KB 4/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 8/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 12/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 16/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 20/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 24/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 28/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 32/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 464/562 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 36/46 KB 192/1118 KB 192/1461 KB 880/1192 KB 480/562 KB 40/46 KB 196/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 44/46 KB 196/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 46/46 KB 196/1118 KB 196/1461 KB 884/1192 KB 480/562 KB 36/46 KB 196/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 46/46 KB 200/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 46/46 KB 204/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 46/46 KB 208/1118 KB 196/1461 KB 884/1192 KB 480/562 KB 36/46 KB 192/1118 KB 196/1461 KB 884/1192 KB 484/562 KB 46/46 KB 208/1118 KB 196/1461 KB 888/1192 KB 484/562 KB 46/46 KB 208/1118 KB 196/1461 KB 892/1192 KB 484/562 KB 46/46 KB 208/1118 KB 196/1461 KB 896/1192 KB 480/562 KB 36/46 KB 192/1118 KB 196/1461 KB 880/1192 KB 484/562 KB 46/46 KB 208/1118 KB 200/1461 KB 896/1192 KB 484/562 KB 46/46 KB 208/1118 KB 204/1461 KB 896/1192 KB 484/562 KB 46/46 KB 208/1118 KB 208/1461 KB 896/1192 KB 484/562 KB 40/46 KB 196/1118 KB 196/1461 KB 884/1192 KB 488/562 KB 46/46 KB 208/1118 KB 208/1461 KB 896/1192 KB 492/562 KB 46/46 KB 208/1118 KB 208/1461 KB 896/1192 KB 496/562 KB 46/46 KB 208/1118 KB 208/1461 KB 896/1192 KB 500/562 KB 46/46 KB 208/1118 KB 212/1461 KB 900/1192 KB 504/562 KB 46/46 KB 212/1118 KB 212/1461 KB 900/1192 KB 508/562 KB 46/46 KB 212/1118 KB 212/1461 KB 900/1192 KB 512/562 KB 46/46 KB unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 212/1118 KB 212/1461 KB 900/1192 KB 496/562 KB 46/46 KB 208/1118 KB 212/1461 KB 900/1192 KB 512/562 KB 46/46 KB 212/1118 KB 216/1461 KB 900/1192 KB 512/562 KB 46/46 KB 212/1118 KB 220/1461 KB 900/1192 KB 496/562 KB 46/46 KB 208/1118 KB 208/1461 KB 900/1192 KB 512/562 KB 46/46 KB 212/1118 KB 224/1461 KB 904/1192 KB 512/562 KB 46/46 KB 212/1118 KB 224/1461 KB 908/1192 KB 512/562 KB 46/46 KB 212/1118 KB 224/1461 KB 912/1192 KB 500/562 KB 46/46 KB 212/1118 KB 212/1461 KB 900/1192 KB 512/562 KB 46/46 KB 216/1118 KB 224/1461 KB 912/1192 KB 512/562 KB 46/46 KB 220/1118 KB 224/1461 KB 912/1192 KB 512/562 KB 46/46 KB 224/1118 KB 224/1461 KB 912/1192 KB 512/562 KB 46/46 KB 212/1118 KB 224/1461 KB 900/1192 KB 512/562 KB 46/46 KB 224/1118 KB 228/1461 KB 912/1192 KB 516/562 KB 228/1118 KB 232/1461 KB 912/1192 KB 516/562 KB 228/1118 KB 236/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 240/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 244/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 248/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 252/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 256/1461 KB 916/1192 KB 516/562 KB 228/1118 KB 228/1461 KB 912/1192 KB 516/562 KB 232/1118 KB 256/1461 KB 916/1192 KB 516/562 KB 236/1118 KB 256/1461 KB 916/1192 KB 516/562 KB 240/1118 KB 256/1461 KB 916/1192 KB 516/562 KB 224/1118 KB 228/1461 KB 912/1192 KB 520/562 KB 240/1118 KB 256/1461 KB 916/1192 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 31.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:13 DEBUG unit.abot-epc-basic/0.install 516/562 KB 228/1118 KB 232/1461 KB 916/1192 KB 520/562 KB 240/1118 KB 256/1461 KB 920/1192 KB 520/562 KB 240/1118 KB 256/1461 KB 924/1192 KB 520/562 KB 240/1118 KB 256/1461 KB 928/1192 KB 524/562 KB 240/1118 KB 256/1461 KB 928/1192 KB 528/562 KB 240/1118 KB 256/1461 KB 928/1192 KB 528/562 KB 240/1118 KB 256/1461 KB 932/1192 KB 532/562 KB 244/1118 KB 256/1461 KB 936/1192 KB 532/562 KB 244/1118 KB 256/1461 KB 940/1192 KB 532/562 KB 244/1118 KB 256/1461 KB 944/1192 KB 532/562 KB 244/1118 KB 256/1461 KB 932/1192 KB 532/562 KB 248/1118 KB 256/1461 KB 944/1192 KB 532/562 KB 252/1118 KB 256/1461 KB 944/1192 KB 532/562 KB 256/1118 KB 256/1461 KB 944/1192 KB 532/562 KB 240/1118 KB 256/1461 KB 932/1192 KB 536/562 KB 256/1118 KB 256/1461 KB 944/1192 KB 540/562 KB 256/1118 KB 256/1461 KB 944/1192 KB 544/562 KB 256/1118 KB 260/1461 KB 948/1192 KB 548/562 KB 256/1118 KB 260/1461 KB 948/1192 KB 552/562 KB 260/1118 KB 260/1461 KB 948/1192 KB 556/562 KB 260/1118 KB 260/1461 KB 948/1192 KB 560/562 KB 260/1118 KB 260/1461 KB 948/1192 KB 562/562 KB 260/1118 KB 260/1461 KB 948/1192 KB 540/562 KB 256/1118 KB 260/1461 KB 948/1192 KB 562/562 KB 260/1118 KB 264/1461 KB 948/1192 KB 540/562 KB 256/1118 KB 256/1461 KB 948/1192 KB 562/562 KB 260/1118 KB 264/1461 KB 952/1192 KB 562/562 KB 260/1118 KB 264/1461 KB 956/1192 KB 562/562 KB 260/1118 KB 264/1461 KB 960/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 964/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 968/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 972/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 976/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 980/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 984/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 988/1192 KB 548/562 KB 260/1118 KB 260/1461 KB 948/1192 KB 562/562 KB 264/1118 KB 268/1461 KB 988/1192 KB 562/562 KB 268/1118 KB 268/1461 KB 988/1192 KB 562/562 KB 272/1118 KB 268/1461 KB 988/1192 KB 562/562 KB 260/1118 KB 268/1461 KB 960/1192 KB 562/562 KB 272/1118 KB 272/1461 KB 988/1192 KB 562/562 KB 272/1118 KB 276/1461 KB 988/1192 KB 562/562 KB 276/1118 KB 280/1461 KB 988/1192 KB 562/562 KB 276/1118 KB 284/1461 KB 988/1192 KB 562/562 KB 276/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 276/1118 KB 276/1461 KB 988/1192 KB 562/562 KB 280/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 284/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 4/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 8/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 12/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 16/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 20/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 24/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 28/287 KB 288/1118 KB 288/1461 KB 988/1192 KB 562/562 KB 32/287 KB 288/1118 KB 292/1461 KB 988/1192 KB 562/562 KB 36/287 KB 288/1118 KB 292/1461 KB 988/1192 KB 40/287 KB 292/1118 KB 292/1461 KB 992/1192 KB 44/287 KB 292/1118 KB 292/1461 KB 992/1192 KB 48/287 KB 292/1118 KB 292/1461 KB 992/1192 KB 562/562 KB 28/287 KB 288/1118 KB 292/1461 KB 988/1192 KB 48/287 KB 292/1118 KB 296/1461 KB 992/1192 KB 48/287 KB 292/1118 KB 300/1461 KB 992/1192 KB 48/287 KB 292/1118 KB 304/1461 KB 992/1192 KB 36/287 KB 292/1118 KB 292/1461 KB 992/1192 KB 562/562 KB 36/287 KB 292/1118 KB 292/1461 KB 988/1192 KB 48/287 KB 296/1118 KB 304/1461 KB 996/1192 KB 48/287 KB 300/1118 KB 304 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install /1461 KB 996/1192 KB 48/287 KB 304/1118 KB 304/1461 KB 996/1192 KB 48/287 KB 308/1118 KB 304/1461 KB 996/1192 KB 52/287 KB 312/1118 KB 308/1461 KB 996/1192 KB 52/287 KB 316/1118 KB 308/1461 KB 996/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 996/1192 KB 48/287 KB 292/1118 KB 304/1461 KB 996/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1000/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1004/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1008/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1012/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1016/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1020/1192 KB 52/287 KB 320/1118 KB 308/1461 KB 1024/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1028/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1032/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1036/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1040/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1044/1192 KB 52/287 KB 308/1118 KB 308/1461 KB 996/1192 KB 56/287 KB 324/1118 KB 308/1461 KB 1044/1192 KB 60/287 KB 324/1118 KB 308/1461 KB 1044/1192 KB 64/287 KB 324/1118 KB 308/1461 KB 1044/1192 KB 48/287 KB 308/1118 KB 308/1461 KB 996/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 389.7 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 64/287 KB 324/1118 KB 312/1461 KB 1044/1192 KB 64/287 KB 324/1118 KB 316/1461 KB 1044/1192 KB 64/287 KB 324/1118 KB 320/1461 KB 1044/1192 KB 64/287 KB 324/1118 KB 324/1461 KB 1044/1192 KB 68/287 KB 324/1118 KB 328/1461 KB 1044/1192 KB 52/287 KB 324/1118 KB 308/1461 KB 1024/1192 KB 68/287 KB 324/1118 KB 324/1461 KB 1044/1192 KB 72/287 KB 324/1118 KB 328/1461 KB 1044/1192 KB 76/287 KB 324/1118 KB 332/1461 KB 1044/1192 KB 80/287 KB 328/1118 KB 332/1461 KB 1044/1192 KB 72/287 KB 324/1118 KB 332/1461 KB 1044/1192 KB 80/287 KB 328/1118 KB 336/1461 KB 1044/1192 KB 76/287 KB 328/1118 KB 332/1461 KB 1044/1192 KB 80/287 KB 332/1118 KB 336/1461 KB 1044/1192 KB 80/287 KB 336/1118 KB 336/1461 KB 1044/1192 KB 80/287 KB 340/1118 KB 336/1461 KB 1044/1192 KB 84/287 KB 344/1118 KB 340/1461 KB 1044/1192 KB 84/287 KB 348/1118 KB 340/1461 KB 1044/1192 KB 84/287 KB 352/1118 KB 340/1461 KB 1044/1192 KB 84/287 KB 340/1118 KB 340/1461 KB 1044/1192 KB 88/287 KB 352/1118 KB 340/1461 KB 1048/1192 KB 92/287 KB 352/1118 KB 340/1461 KB 1048/1192 KB 96/287 KB 352/1118 KB 340/1461 KB 1048/1192 KB 80/287 KB 340/1118 KB 340/1461 KB 1044/1192 KB 96/287 KB 352/1118 KB 344/1461 KB 1048/1192 KB 96/287 KB 352/1118 KB 348/1461 KB 1048/1192 KB 96/287 KB 352/1118 KB 352/1461 KB 1048/1192 KB 84/287 KB 352/1118 KB 340/1461 KB 1048/1192 KB 96/287 KB 352/1118 KB 352/1461 KB 1052/1192 KB 100/287 KB 356/1118 KB 352/1461 KB 1056/1192 KB 100/287 KB 356/1118 KB 352/1461 KB 1060/1192 KB 100/287 KB 356/1118 KB 356/1461 KB 1064/1192 KB 100/287 KB 356/1118 KB 356/1461 KB 1068/1192 KB 100/287 KB 356/1118 KB 356/1461 KB 1072/1192 KB 100/287 KB 356/1118 KB 352/1461 KB 1052/1192 KB 104/287 KB 356/1118 KB 356/1461 KB 1072/1192 KB 108/287 KB 356/1118 KB 356/1461 KB 1072/1192 KB 112/287 KB 356/1118 KB 356/1461 KB 1072/1192 KB 96/287 KB 356/1118 KB 352/1461 KB 1052/1192 KB 112/287 KB 360/1118 KB 356/1461 KB 1072/1192 KB 112/287 KB 364/1118 KB 356/1461 KB 1072/1192 KB 112/287 KB 368/1118 KB 356/1461 KB 1072/1192 KB 100/287 KB 356/1118 KB 356/1461 KB 1060/1192 KB 112/287 KB 368/1118 KB 360/1461 KB 1072/1192 KB 112/287 KB 368/1118 KB 364/1461 KB 1072/1192 KB 112/287 KB 368/1118 KB 368/1461 KB 1072/1192 KB 112/287 KB 368/1118 KB 372/1461 KB 1072/1192 KB 116/287 KB 372/1118 KB 376/1461 KB 1076/1192 KB 116/287 KB 372/1118 KB 380/1461 KB 1076/1192 KB 116/287 KB 372/1118 KB 384/1461 KB 1076/1192 KB 116/287 KB 372/1118 KB 372/1461 KB 1076/1192 KB 116/287 KB 372/1118 KB 384/1461 KB 1080/1192 KB 116/287 KB 372/1118 KB 384/1461 KB 1084/1192 KB 116/287 KB 372/1118 KB 372/1461 KB 1072/1192 KB 120/287 KB 372/1118 KB 384/1461 KB 1088/1192 KB 124/287 KB 372/1118 KB 384/1461 KB 1088/1192 KB 128/287 KB 372/1118 KB 384/1461 KB 1088/1192 KB 112/287 KB 372/1118 KB 372/1461 KB 1072/1192 KB 128/287 KB 376/1118 KB 384/1461 KB 1088/1192 KB 128/287 KB 380/1118 KB 384/1461 KB 1088/1192 KB 128/287 KB 384/1118 KB 384/1461 KB 1088/1192 KB 128/287 KB 388/1118 KB 384/1461 KB 1088/1192 KB 132/287 KB 392/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 396/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 400/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 404/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 408/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 412/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 416/1118 KB 388/1461 KB 1088/1192 KB 132/287 KB 388/1118 KB 388/1461 KB 1088/1192 KB 136/287 KB 416/1118 KB 388/1461 KB 1088/1192 KB 140/287 KB 416/1118 KB 388/1461 KB 1088/1192 KB 144/287 KB 416/1118 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 388/1461 KB 1088/1192 KB 128/287 KB 388/1118 KB 388/1461 KB 1088/1192 KB 144/287 KB 416/1118 KB 388/1461 KB 1092/1192 KB 144/287 KB 416/1118 KB 388/1461 KB 1096/1192 KB 144/287 KB 416/1118 KB 388/1461 KB 1100/1192 KB 144/287 KB 416/1118 KB 388/1461 KB 1104/1192 KB 144/287 KB 416/1118 KB 388/1461 KB 1108/1192 KB 148/287 KB 416/1118 KB 388/1461 KB 1112/1192 KB 148/287 KB 416/1118 KB 388/1461 KB 1116/1192 KB 148/287 KB 416/1118 KB 388/1461 KB 1120/1192 KB 148/287 KB 416/1118 KB 388/1461 KB 1124/1192 KB 128/287 KB 388/1118 KB 388/1461 KB 1088/1192 KB 148/287 KB 420/1118 KB 392/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 396/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 400/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 404/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 408/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 412/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 416/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 420/1461 KB 1124/1192 KB 148/287 KB 420/1118 KB 388/1461 KB 1124/1192 KB 148/287 KB 424/1118 KB 420/1461 KB 1124/1192 KB 148/287 KB 428/1118 KB 420/1461 KB 1128/1192 KB 148/287 KB 416/1118 KB 388/1461 KB 1108/1192 KB 152/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 156/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 160/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 164/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 168/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 172/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 176/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 148/287 KB 428/1118 KB 424/1461 KB 1128/1192 KB 176/287 KB 428/1118 KB 428/1461 KB 1128/1192 KB 176/287 KB 428/1118 KB 432/1461 KB 1128/1192 KB 148/287 KB 424/1118 KB 420/1461 KB 1128/1192 KB 176/287 KB 432/1118 KB 432/1461 KB 1132/1192 KB 176/287 KB 432/1118 KB 432/1461 KB 1136/1192 KB 176/287 KB 432/1118 KB 432/1461 KB 1128/1192 KB 180/287 KB 432/1118 KB 432/1461 KB 1136/1192 KB 184/287 KB 436/1118 KB 436/1461 KB 1140/1192 KB 188/287 KB 436/1118 KB 436/1461 KB 1140/1192 KB 192/287 KB 436/1118 KB 436/1461 KB 1140/1192 KB 180/287 KB 436/1118 KB 436/1461 KB 1140/1192 KB 192/287 KB 440/1118 KB 436/1461 KB 1140/1192 KB 192/287 KB 444/1118 KB 436/1461 KB 1140/1192 KB 180/287 KB 432/1118 KB 436/1461 KB 1140/1192 KB 192/287 KB 444/1118 KB 436/1461 KB 1144/1192 KB 180/287 KB 432/1118 KB 436/1461 KB 1136/1192 KB 192/287 KB 444/1118 KB 440/1461 KB 1144/1192 KB 192/287 KB 444/1118 KB 444/1461 KB 1144/1192 KB 192/287 KB 448/1118 KB 448/1461 KB 1148/1192 KB 192/287 KB 448/1118 KB 452/1461 KB 1148/1192 KB 196/287 KB 448/1118 KB 456/1461 KB 1148/1192 KB 196/287 KB 448/1118 KB 460/1461 KB 1148/1192 KB 196/287 KB 448/1118 KB 464/1461 KB 1148/1192 KB 192/287 KB 448/1118 KB 444/1461 KB 1148/1192 KB 192/287 KB 444/1118 KB 444/1461 KB 1148/1192 KB 196/287 KB 448/1118 KB 464/1461 KB 1152/1192 KB 196/287 KB 448/1118 KB 464/1461 KB 1156/1192 KB 196/287 KB 452/1118 KB 464/1461 KB 1160/1192 KB 196/287 KB 452/1118 KB 464/1461 KB 1164/1192 KB 196/287 KB 452/1118 KB 464/1461 KB 1168/1192 KB 196/287 KB 448/1118 KB 452/1461 KB 1148/1192 KB 200/287 KB 452/1118 KB 464/1461 KB 1168/1192 KB 204/287 KB 452/1118 KB 464/1461 KB 1168/1192 KB 208/287 KB 452/1118 KB 464/1461 KB 1168/1192 KB 196/287 KB 452/1118 KB 464/1461 KB 1156/1192 KB 208/287 KB 456/1118 KB 464/1461 KB 1168/1192 KB 208/287 KB 460/1118 KB 464/1461 KB 1168/1192 KB 208/287 KB 464/1118 KB 464/1461 KB 1168/1192 KB 208/287 KB 468/1118 KB 464/1461 KB 1168/1192 KB 212/287 KB 472/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 4 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 76/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 480/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 484/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 488/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 492/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 496/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 500/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 468/1118 KB 468/1461 KB 1172/1192 KB 212/287 KB 468/1118 KB 468/1461 KB 1168/1192 KB 212/287 KB 500/1118 KB 472/1461 KB 1172/1192 KB 212/287 KB 468/1118 KB 464/1461 KB 1168/1192 KB 216/287 KB 500/1118 KB 472/1461 KB 1176/1192 KB 220/287 KB 500/1118 KB 472/1461 KB 1176/1192 KB 224/287 KB 500/1118 KB 472/1461 KB 1176/1192 KB 212/287 KB 500/1118 KB 472/1461 KB 1176/1192 KB 224/287 KB 500/1118 KB 476/1461 KB 1180/1192 KB 224/287 KB 500/1118 KB 476/1461 KB 1184/1192 KB 224/287 KB 500/1118 KB 476/1461 KB 1188/1192 KB 224/287 KB 500/1118 KB 476/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 476/1461 KB 1192/1192 KB 224/287 KB 500/1118 KB 476/1461 KB 1176/1192 KB 228/287 KB 500/1118 KB 480/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 484/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 488/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 492/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 496/1461 KB 1192/1192 KB 228/287 KB 500/1118 KB 476/1461 KB 1192/1192 KB 232/287 KB 500/1118 KB 496/1461 KB 1192/1192 KB 236/287 KB 500/1118 KB 496/1461 KB 1192/1192 KB 240/287 KB 500/1118 KB 496/1461 KB 1192/1192 KB 244/287 KB 500/1118 KB 496/1461 KB 1192/1192 KB 248/287 KB 500/1118 KB 500/1461 KB 1192/1192 KB 252/287 KB 500/1118 KB 500/1461 KB 1192/1192 KB 256/287 KB 500/1118 KB 500/1461 KB 1192/1192 KB 244/287 KB 500/1118 KB 500/1461 KB 1192/1192 KB 256/287 KB 504/1118 KB 504/1461 KB 1192/1192 KB 256/287 KB 504/1118 KB 508/1461 KB 1192/1192 KB 256/287 KB 504/1118 KB 512/1461 KB 1192/1192 KB 256/287 KB 504/1118 KB 516/1461 KB 1192/1192 KB 260/287 KB 504/1118 KB 520/1461 KB 1192/1192 KB 260/287 KB 504/1118 KB 524/1461 KB 1192/1192 KB 260/287 KB 504/1118 KB 528/1461 KB 1192/1192 KB 256/287 KB 504/1118 KB 500/1461 KB 1192/1192 KB 260/287 KB 508/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 512/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 516/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 520/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 524/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 528/1118 KB 528/1461 KB 1192/1192 KB 260/287 KB 504/1118 KB 516/1461 KB 1192/1192 KB 264/287 KB 528/1118 KB 528/1461 KB 1192/1192 KB 268/287 KB 528/1118 KB 528/1461 KB 1192/1192 KB 272/287 KB 528/1118 KB 528/1461 KB 1192/1192 KB 276/287 KB 528/1118 KB 528/1461 KB 1192/1192 KB 280/287 KB 532/1118 KB 532/1461 KB 1192/1192 KB 276/287 KB 532/1118 KB 532/1461 KB 1192/1192 KB 280/287 KB 532/1118 KB 536/1461 KB 1192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 797.0 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 276/287 KB 532/1118 KB 528/1461 KB 1192/1192 KB 284/287 KB 536/1118 KB 536/1461 KB 284/287 KB 540/1118 KB 540/1461 KB 284/287 KB 544/1118 KB 540/1461 KB 284/287 KB 532/1118 KB 536/1461 KB 1192/1192 KB 287/287 KB 544/1118 KB 540/1461 KB 284/287 KB 536/1118 KB 540/1461 KB 287/287 KB 544/1118 KB 544/1461 KB 287/287 KB 544/1118 KB 548/1461 KB 287/287 KB 548/1118 KB 552/1461 KB 287/287 KB 548/1118 KB 556/1461 KB 287/287 KB 548/1118 KB 560/1461 KB 287/287 KB 548/1118 KB 548/1461 KB 287/287 KB 552/1118 KB 560/1461 KB 287/287 KB 556/1118 KB 560/1461 KB 287/287 KB 560/1118 KB 560/1461 KB 287/287 KB 564/1118 KB 560/1461 KB 287/287 KB 568/1118 KB 564/1461 KB 287/287 KB 572/1118 KB 564/1461 KB 287/287 KB 576/1118 KB 564/1461 KB 287/287 KB 564/1118 KB 564/1461 KB 287/287 KB 576/1118 KB 568/1461 KB 287/287 KB 576/1118 KB 572/1461 KB 287/287 KB 576/1118 KB 576/1461 KB 287/287 KB 580/1118 KB 576/1461 KB 287/287 KB 584/1118 KB 580/1461 KB 287/287 KB 588/1118 KB 580/1461 KB 287/287 KB 592/1118 KB 580/1461 KB 287/287 KB 580/1118 KB 580/1461 KB 287/287 KB 592/1118 KB 584/1461 KB 287/287 KB 592/1118 KB 588/1461 KB 287/287 KB 592/1118 KB 592/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 190.9 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 596/1118 KB 592/1461 KB 600/1118 KB 596/1461 KB 604/1118 KB 596/1461 KB 608/1118 KB 596/1461 KB 612/1118 KB 596/1461 KB 616/1118 KB 596/1461 KB 620/1118 KB 596/1461 KB 624/1118 KB 596/1461 KB 628/1118 KB 596/1461 KB 596/1118 KB 596/1461 KB 628/1118 KB 600/1461 KB 628/1118 KB 604/1461 KB 628/1118 KB 608/1461 KB 628/1118 KB 612/1461 KB 628/1118 KB 616/1461 KB 628/1118 KB 620/1461 KB 628/1118 KB 624/1461 KB 628/1118 KB 628/1461 KB 632/1118 KB 632/1461 KB 632/1118 KB 636/1461 KB 632/1118 KB 640/1461 KB 632/1118 KB 644/1461 KB 632/1118 KB 648/1461 KB 632/1118 KB 652/1461 KB 632/1118 KB 656/1461 KB 632/1118 KB 660/1461 KB 632/1118 KB 664/1461 KB 632/1118 KB 668/1461 KB 632/1118 KB 628/1461 KB 636/1118 KB 668/1461 KB 640/1118 KB 668/1461 KB 644/1118 KB 668/1461 KB 648/1118 KB 668/1461 KB 652/1118 KB 668/1461 KB 656/1118 KB 668/1461 KB 660/1118 KB 668/1461 KB 664/1118 KB 672/1461 KB 668/1118 KB 672/1461 KB 672/1118 KB 672/1461 KB 676/1118 KB 672/1461 KB 680/1118 KB 672/1461 KB 684/1118 KB 672/1461 KB 688/1118 KB 672/1461 KB 660/1118 KB 672/1461 KB 688/1118 KB 676/1461 KB 688/1118 KB 680/1461 KB 688/1118 KB 684/1461 KB 688/1118 KB 688/1461 KB 688/1118 KB 692/1461 KB 692/1118 KB 696/1461 KB 692/1118 KB 700/1461 KB 692/1118 KB 704/1461 KB 692/1118 KB 692/1461 KB 696/1118 KB 704/1461 KB 700/1118 KB 704/1461 KB 704/1118 KB 704/1461 KB 708/1118 KB 708/1461 KB 712/1118 KB 708/1461 KB 704/1118 KB 708/1461 KB 712/1118 KB 712/1461 KB 712/1118 KB 716/1461 KB 712/1118 KB 720/1461 KB 712/1118 KB 724/1461 KB 716/1118 KB 728/1461 KB 716/1118 KB 732/1461 KB 716/1118 KB 736/1461 KB 716/1118 KB 724/1461 KB 720/1118 KB 736/1461 KB 724/1118 KB 736/1461 KB 728/1118 KB 736/1461 KB 732/1118 KB 736/1461 KB 736/1118 KB 736/1461 KB 740/1118 KB 736/1461 KB 744/1118 KB 740/1461 KB 748/1118 KB 740/1461 KB 752/1118 KB 740/1461 KB 740/1118 KB 740/1461 KB 752/1118 KB 744/1461 KB 752/1118 KB 748/1461 KB 752/1118 KB 752/1461 KB 752/1118 KB 756/1461 KB 756/1118 KB 760/1461 KB 756/1118 KB 764/1461 KB 756/1118 KB 768/1461 KB 756/1118 KB 756/1461 KB 760/1118 KB 768/1461 KB 764/1118 KB 768/1461 KB 768/1118 KB 768/1461 KB 772/1118 KB 772/1461 KB 776/1118 KB 772/1461 KB 780/1118 KB 772/1461 KB 784/1118 KB 772/1461 KB 788/1118 KB 772/1461 KB 792/1118 KB 772/1461 KB 796/1118 KB 772/1461 KB 800/1118 KB 772/1461 KB 804/1118 KB 772/1461 KB 768/1118 KB 772/1461 KB 804/1118 KB 776/1461 KB 804/1118 KB 780/1461 KB 804/1118 KB 784/1461 KB 804/1118 KB 788/1461 KB 804/1118 KB 792/1461 KB 804/1118 KB 796/1461 KB 804/1118 KB 800/1461 KB 804/1118 KB 804/1461 KB 804/1118 KB 808/1461 KB 808/1118 KB 812/1461 KB 808/1118 KB 816/1461 KB 808/1118 KB 808/1461 KB 812/1118 KB 816/1461 KB 816/1118 KB 820/1461 KB 816/1118 KB 824/1461 KB 816/1118 KB 828/1461 KB 816/1118 KB 832/1461 KB 816/1118 KB 836/1461 KB 816/1118 KB 840/1461 KB 816/1118 KB 844/1461 KB 816/1118 KB 848/1461 KB 816/1118 KB 820/1461 KB 820/1118 KB 848/1461 KB 824/1118 KB 848/1461 KB 828/1118 KB 848/1461 KB 832/1118 KB 848/1461 KB 836/1118 KB 848/1461 KB 840/1118 KB 848/1461 KB 844/1118 KB 848/1461 KB 848/1118 KB 848/1461 KB 852/1118 KB 852/1461 KB 856/1118 KB 852/1461 KB 848/1118 KB 852/1461 KB 856/1118 KB 856/1461 KB 856/1118 KB 860/1461 KB 856/1118 KB 864/1461 KB 860/1118 KB 864/1461 KB 864/1118 KB 864/1461 KB 864/1118 KB 868/1461 KB 868/1118 KB 872/1461 KB 868/1118 KB 876/1461 KB 868/1118 KB 880/1461 KB 868/1118 KB 868/1461 unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install KB 872/1118 KB 880/1461 KB 876/1118 KB 880/1461 KB 880/1118 KB 884/1461 KB 884/1118 KB 884/1461 KB 888/1118 KB 884/1461 KB 892/1118 KB 884/1461 KB 896/1118 KB 884/1461 KB 900/1118 KB 884/1461 KB 904/1118 KB 884/1461 KB 908/1118 KB 884/1461 KB 912/1118 KB 884/1461 KB 876/1118 KB 884/1461 KB 912/1118 KB 888/1461 KB 912/1118 KB 892/1461 KB 912/1118 KB 896/1461 KB 912/1118 KB 900/1461 KB 912/1118 KB 904/1461 KB 912/1118 KB 908/1461 KB 912/1118 KB 912/1461 KB 912/1118 KB 916/1461 KB 916/1118 KB 920/1461 KB 916/1118 KB 924/1461 KB 916/1118 KB 928/1461 KB 916/1118 KB 916/1461 KB 920/1118 KB 928/1461 KB 924/1118 KB 928/1461 KB 928/1118 KB 928/1461 KB 932/1118 KB 928/1461 KB 936/1118 KB 932/1461 KB 940/1118 KB 932/1461 KB 944/1118 KB 932/1461 KB 932/1118 KB 932/1461 KB 944/1118 KB 936/1461 KB 944/1118 KB 940/1461 KB 944/1118 KB 944/1461 KB 944/1118 KB 948/1461 KB 948/1118 KB 952/1461 KB 948/1118 KB 956/1461 KB 948/1118 KB 960/1461 KB 948/1118 KB 948/1461 KB 952/1118 KB 960/1461 KB 956/1118 KB 960/1461 KB 960/1118 KB 960/1461 KB 960/1118 KB 964/1461 KB 964/1118 KB 968/1461 KB 964/1118 KB 972/1461 KB 964/1118 KB 976/1461 KB 964/1118 KB 980/1461 KB 964/1118 KB 984/1461 KB 964/1118 KB 988/1461 KB 964/1118 KB 992/1461 KB 964/1118 KB 964/1461 KB 968/1118 KB 992/1461 KB 972/1118 KB 992/1461 KB 976/1118 KB 992/1461 KB 980/1118 KB 992/1461 KB 984/1118 KB 992/1461 KB 988/1118 KB 992/1461 KB 992/1118 KB 992/1461 KB 996/1118 KB 992/1461 KB 1000/1118 KB 996/1461 KB 1004/1118 KB 996/1461 KB 1008/1118 KB 996/1461 KB 996/1118 KB 996/1461 KB 1008/1118 KB 1000/1461 KB 1008/1118 KB 1004/1461 KB 1008/1118 KB 1008/1461 KB 1008/1118 KB 1012/1461 KB 1012/1118 KB 1016/1461 KB 1012/1118 KB 1020/1461 KB 1012/1118 KB 1024/1461 KB 1012/1118 KB 1028/1461 KB 1012/1118 KB 1032/1461 KB 1012/1118 KB 1036/1461 KB 1012/1118 KB 1040/1461 KB 1012/1118 KB 1044/1461 KB 1012/1118 KB 1048/1461 KB 1012/1118 KB 1052/1461 KB 1012/1118 KB 1012/1461 KB 1016/1118 KB 1052/1461 KB 1020/1118 KB 1052/1461 KB 1024/1118 KB 1052/1461 KB 1028/1118 KB 1052/1461 KB 1032/1118 KB 1052/1461 KB 1036/1118 KB 1052/1461 KB 1040/1118 KB 1052/1461 KB 1044/1118 KB 1052/1461 KB 1048/1118 KB 1052/1461 KB 1048/1118 KB 1056/1461 KB 1052/1118 KB 1056/1461 KB 1056/1118 KB 1056/1461 KB 1060/1118 KB 1060/1461 KB 1064/1118 KB 1060/1461 KB 1068/1118 KB 1060/1461 KB 1072/1118 KB 1060/1461 KB 1076/1118 KB 1060/1461 KB 1080/1118 KB 1060/1461 KB 1084/1118 KB 1060/1461 KB 1088/1118 KB 1060/1461 KB 1092/1118 KB 1060/1461 KB 1056/1118 KB 1060/1461 KB 1092/1118 KB 1064/1461 KB 1092/1118 KB 1068/1461 KB 1092/1118 KB 1072/1461 KB 1092/1118 KB 1076/1461 KB 1092/1118 KB 1080/1461 KB 1092/1118 KB 1084/1461 KB 1092/1118 KB 1088/1461 KB 1092/1118 KB 1092/1461 KB 1092/1118 KB 1096/1461 KB 1096/1118 KB 1100/1461 KB 1096/1118 KB 1104/1461 KB 1096/1118 KB 1096/1461 KB 1100/1118 KB 1104/1461 KB 1104/1118 KB 1104/1461 KB 1104/1118 KB 1108/1461 KB 1108/1118 KB 1112/1461 KB 1108/1118 KB 1116/1461 KB 1108/1118 KB 1120/1461 KB 1108/1118 KB 1124/1461 KB 1108/1118 KB 1128/1461 KB 1108/1118 KB 1132/1461 KB 1108/1118 KB 1136/1461 KB 1108/1118 KB 1108/1461 KB 1112/1118 KB 1136/1461 KB 1116/1118 KB 1136/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB 1118/1118 KB 1192/1461 KB 1118/1118 KB 1196/1461 KB 1118/1118 KB 1200/1461 KB 1118/1118 KB 1204/1461 KB 1118/1118 KB 1208/1461 KB 1118/1118 KB 1212/1461 KB 1118/1118 KB 1216/1461 KB 1118/1118 KB 1220/1461 KB 1118/1118 KB 1224/1461 KB 1118/1118 KB 1228/1461 KB 1118/1118 KB 1232/1461 KB 1118/1118 KB 1236/1461 KB 1118/1118 KB 1240/1461 KB 1118/1118 KB 1244/1461 KB 1118/1118 KB 1248/1461 KB 1118/1118 KB 1252/1461 KB 1118/1118 KB 1256/1461 KB 1118/1118 KB 1260/1461 KB 1118/1118 KB 1264/1461 KB 1118/1118 KB 1268/1461 KB 1118/1118 KB 1272/1461 KB 1118/1118 KB 1276/1461 KB 1118/1118 KB 1280/1461 KB 1118/1118 KB 1284/1461 KB 1118/1118 KB 1288/1461 KB 1118/1118 KB 1292/1461 KB 1118/1118 KB 1296/1461 KB 1118/1118 KB 1300/1461 KB 1118/1118 KB 1304/1461 KB 1118/1118 KB 1308/1461 KB 1118/1118 KB 1312/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 707.5 KB/sec) unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 912.0 KB/sec) unit-oai-hss-0: 13:22:13 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:13 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22: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: 13:22: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 385.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 116.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 122.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 93.7 KB/sec) unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:13 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 13:22: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 24.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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 118.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 158.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 407.3 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22: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.6/maven-monitor-2.0.6.pom (2 KB at 76.5 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 231.9 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 434.9 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 66.8 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 215.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 226.5 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 378.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 463.2 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 62.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 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-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-abot-epc-basic-0: 13:22: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.15/plexus-components-1.1.15.pom (3 KB at 231.8 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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 888.2 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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: 13:22:14 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: 13:22:14 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: 13:22:14 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.jar unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 4/10 KB 8/10 KB 3/149 KB 4/21 KB 10/10 KB 3/149 KB 4/21 KB 4/10 KB 3/149 KB 4/21 KB 10/10 KB 3/149 KB 8/21 KB 10/10 KB 3/149 KB 12/21 KB 10/10 KB 3/149 KB 16/21 KB 10/10 KB 3/149 KB 20/21 KB 10/10 KB 3/149 KB 21/21 KB 4/10 KB 3/149 KB 10/10 KB 5/149 KB 21/21 KB 10/10 KB 8/149 KB 21/21 KB 10/10 KB 11/149 KB 21/21 KB 10/10 KB 13/149 KB 21/21 KB 10/10 KB 16/149 KB 21/21 KB 10/10 KB 19/149 KB 21/21 KB 10/10 KB 21/149 KB 21/21 KB 10/10 KB 24/149 KB 21/21 KB 10/10 KB 27/149 KB 21/21 KB 10/10 KB 29/149 KB 21/21 KB 10/10 KB 32/149 KB 21/21 KB 10/10 KB 36/149 KB 4/6 KB 21/21 KB 10/10 KB 40/149 KB 4/6 KB 21/21 KB 10/10 KB 44/149 KB 4/6 KB 21/21 KB 10/10 KB 48/149 KB 4/6 KB 21/21 KB 10/10 KB 52/149 KB 4/6 KB 21/21 KB 56/149 KB 4/6 KB 21/21 KB 60/149 KB 4/6 KB 21/21 KB 64/149 KB 4/6 KB 21/21 KB 68/149 KB 4/6 KB 21/21 KB 10/10 KB 32/149 KB 4/6 KB 21/21 KB 68/149 KB 6/6 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.jar (21 KB at 779.6 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 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 422.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 72/149 KB 6/6 KB 76/149 KB 6/6 KB 80/149 KB 6/6 KB 84/149 KB 6/6 KB 4/14 KB 88/149 KB 6/6 KB 4/14 KB 92/149 KB 6/6 KB 4/14 KB 96/149 KB 6/6 KB 4/14 KB 100/149 KB 6/6 KB 4/14 KB 104/149 KB 6/6 KB 4/14 KB 108/149 KB 6/6 KB 4/14 KB 112/149 KB 6/6 KB 4/14 KB 116/149 KB 6/6 KB 4/14 KB 84/149 KB 6/6 KB 8/14 KB 116/149 KB 6/6 KB 12/14 KB 116/149 KB 6/6 KB 14/14 KB 116/149 KB 6/6 KB 14/14 KB 120/149 KB 6/6 KB 14/14 KB 124/149 KB 6/6 KB 14/14 KB 128/149 KB 6/6 KB 14/14 KB 132/149 KB 6/6 KB 14/14 KB 136/149 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 175.7 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 4/30 KB 14/14 KB 136/149 KB 6/6 KB 4/37 KB 4/30 KB 14/14 KB 136/149 KB 8/37 KB 4/30 KB 14/14 KB 136/149 KB 12/37 KB 4/30 KB 14/14 KB 136/149 KB 16/37 KB 4/30 KB 14/14 KB 136/149 KB 20/37 KB 4/30 KB 14/14 KB 136/149 KB 24/37 KB 4/30 KB 14/14 KB 136/149 KB 28/37 KB 4/30 KB 14/14 KB 136/149 KB 32/37 KB 4/30 KB 14/14 KB 136/149 KB 6/6 KB 8/30 KB 14/14 KB 136/149 KB 32/37 KB 12/30 KB 14/14 KB 136/149 KB 32/37 KB 16/30 KB 14/14 KB 136/149 KB 32/37 KB 20/30 KB 14/14 KB 136/149 KB 32/37 KB 24/30 KB 14/14 KB 136/149 KB 32/37 KB 28/30 KB 14/14 KB 136/149 KB 32/37 KB 30/30 KB 14/14 KB 136/149 KB 32/37 KB 30/30 KB 14/14 KB 136/149 KB 36/37 KB 30/30 KB 14/14 KB 136/149 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 KB at 359.3 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 30/30 KB 140/149 KB 37/37 KB 30/30 KB 144/149 KB 37/37 KB 30/30 KB 148/149 KB 37/37 KB 30/30 KB 149/149 KB 37/37 KB 30/30 KB 3/14 KB 149/149 KB 37/37 KB 30/30 KB 6/14 KB 149/149 KB 37/37 KB 30/30 KB 9/14 KB 149/149 KB 37/37 KB 30/30 KB 11/14 KB 149/149 KB 37/37 KB 30/30 KB 14/14 KB 149/149 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 700.3 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 14/14 KB 4/37 KB 149/149 KB 14/14 KB 8/37 KB 149/149 KB 14/14 KB 12/37 KB 149/149 KB 14/14 KB 16/37 KB 149/149 KB 14/14 KB 20/37 KB 149/149 KB 24/37 KB 28/37 KB 32/37 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 2793.7 KB/sec) unit-abot-epc-basic-0: 13:22:14 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 284.6 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 36/37 KB 37/37 KB 37/37 KB 3/11 KB 37/37 KB 6/11 KB 37/37 KB 9/11 KB 37/37 KB 11/11 KB 37/37 KB 4/43 KB 11/11 KB 37/37 KB 8/43 KB 11/11 KB 37/37 KB 12/43 KB 11/11 KB 37/37 KB 16/43 KB 11/11 KB 37/37 KB 20/43 KB 11/11 KB 37/37 KB 24/43 KB 11/11 KB 37/37 KB 28/43 KB 11/11 KB 37/37 KB 32/43 KB 11/11 KB 37/37 KB 36/43 KB 11/11 KB 37/37 KB 40/43 KB 11/11 KB 37/37 KB 43/43 KB 11/11 KB 37/37 KB 43/43 KB 11/11 KB 3/7 KB 37/37 KB 43/43 KB 11/11 KB 5/7 KB 37/37 KB 43/43 KB 11/11 KB 7/7 KB 37/37 KB 43/43 KB 3/60 KB 11/11 KB 7/7 KB 37/37 KB 43/43 KB 6/60 KB 11/11 KB 7/7 KB 43/43 KB 9/60 KB 11/11 KB 7/7 KB 43/43 KB 11/60 KB 7/7 KB 43/43 KB 14/60 KB 7/7 KB 43/43 KB 16/60 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 178.6 KB/sec) unit-abot-epc-basic-0: 13:22:14 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 672.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 43/43 KB 19/60 KB 7/7 KB 43/43 KB 22/60 KB 7/7 KB 25/60 KB 7/7 KB 27/60 KB 7/7 KB 30/60 KB 7/7 KB 32/60 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 114.6 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 725.8 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 36/60 KB 40/60 KB 44/60 KB 48/60 KB 52/60 KB 56/60 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 839.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:14 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:14 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 91.2 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22: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/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1318.8 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22:14 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: 13:22: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.pom unit-abot-epc-basic-0: 13:22:14 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 121.6 KB/sec) unit-abot-epc-basic-0: 13:22:14 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: 13:22: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-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 160.2 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:14 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/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 584.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 134.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 219.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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 154.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 123.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 1/2 KB 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: 13:22: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-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 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 165.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 105.5 KB/sec) unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install Making all in ext unit-abot-epc-basic-0: 13:22: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 160.4 KB/sec) unit-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CC server_name.lo unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:14 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 13:22: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 144.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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 277.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 65.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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 226.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 1009.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 37.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 42.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 93.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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: 13:22: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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/87 KB 6/13 KB 3/48 KB 3/87 KB 9/13 KB 3/48 KB 3/87 KB 11/13 KB 3/48 KB 4/21 KB 3/87 KB 13/13 KB 4/156 KB 3/87 KB 3/13 KB 3/48 KB 4/21 KB 5/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 8/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 11/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 13/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 16/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 4/21 KB 3/87 KB 11/13 KB 4/156 KB 3/48 KB 8/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 12/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 16/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 20/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 21/21 KB 19/87 KB 13/13 KB 4/156 KB 3/48 KB 3/87 KB 11/13 KB 4/156 KB 3/48 KB 3/87 KB 6/13 KB 5/48 KB 21/21 KB 19/87 KB 13/13 KB 4/156 KB 8/48 KB 21/21 KB 19/87 KB 13/13 KB 4/156 KB 11/48 KB 21/21 KB 19/87 KB 13/13 KB 4/156 KB 13/48 KB 21/21 KB 19/87 KB 13/13 KB 4/156 KB 16/48 KB 21/21 KB 19/87 KB 13/13 KB 8/156 KB 19/48 KB 21/21 KB 19/87 KB 13/13 KB 8/156 KB 21/48 KB 21/21 KB 19/87 KB 13/13 KB 8/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 8/156 KB 13/48 KB 21/21 KB 19/87 KB 13/13 KB 8/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 12/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 16/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 20/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 24/156 KB 24/48 KB 21/21 KB 21/87 KB 13/13 KB 28/156 KB 21/48 KB 21/21 KB 21/87 KB 13/13 KB 8/156 KB 27/48 KB 21/21 KB 24/87 KB 13/13 KB 28/156 KB 27/48 KB 21/21 KB 27/87 KB 13/13 KB 28/156 KB 27/48 KB 21/21 KB 21/87 KB 13/13 KB 28/156 KB 27/48 KB 21/21 KB 27/87 KB 13/13 KB 32/156 KB 27/48 KB 21/21 KB 29/87 KB 13/13 KB 32/156 KB 29/48 KB 21/21 KB 29/87 KB 13/13 KB 32/156 KB 29/48 KB 21/21 KB 29/87 KB 13/13 KB 36/156 KB 32/48 KB 21/21 KB 32/87 KB 13/13 KB 40/156 KB 29/48 KB 21/21 KB 32/87 KB 13/13 KB 36/156 KB 32/48 KB 21/21 KB 32/87 KB 13/13 KB 36/156 KB 32/48 KB 21/21 KB 36/87 KB 13/13 KB 40/156 KB 36/48 KB 21/21 KB 40/87 KB 13/13 KB 44/156 KB 36/48 KB 21/21 KB 44/87 KB 13/13 KB 44/156 KB 36/48 KB 21/21 KB 48/87 KB 13/13 KB 44/156 KB 36/48 KB 21/21 KB 36/87 KB 13/13 KB 44/156 KB 36/48 KB 48/87 KB 13/13 KB 48/156 KB 36/48 KB 21/21 KB 36/87 KB 13/13 KB 40/156 KB 40/48 KB 48/87 KB 13/13 KB 48/156 KB 44/48 KB 48/87 KB 13/13 KB 48/156 KB 48/48 KB 48/87 KB 13/13 KB 48/156 KB 48/48 KB 48/87 KB 13/13 KB 48/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 381.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 784.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:14 DEBUG unit.abot-epc-basic/0.install 48/48 KB 52/87 KB 48/156 KB 48/48 KB 56/87 KB 52/156 KB 48/48 KB 60/87 KB 52/156 KB 48/48 KB 64/87 KB 52/156 KB 48/48 KB 68/87 KB 52/156 KB 48/48 KB 72/87 KB 52/156 KB 48/48 KB 76/87 KB 52/156 KB 48/48 KB 80/87 KB 52/156 KB 48/48 KB 52/87 KB 52/156 KB 48/48 KB 80/87 KB 56/156 KB 48/48 KB 80/87 KB 60/156 KB 48/48 KB 80/87 KB 64/156 KB 48/48 KB 80/87 KB 68/156 KB 48/48 KB 80/87 KB 72/156 KB 48/48 KB 80/87 KB 76/156 KB 48/48 KB 80/87 KB 80/156 KB 48/48 KB 80/87 KB 84/156 KB 48/48 KB 84/87 KB 88/156 KB 48/48 KB 84/87 KB 92/156 KB 48/48 KB 84/87 KB 96/156 KB 48/48 KB 84/87 KB 100/156 KB 4/86 KB 84/87 KB 3/35 KB 104/156 KB 4/86 KB 84/87 KB 3/35 KB 108/156 KB 4/86 KB 84/87 KB 3/35 KB 112/156 KB 48/48 KB 84/87 KB 84/156 KB 4/86 KB 87/87 KB 3/35 KB 112/156 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 1262.1 KB/sec) unit-abot-epc-basic-0: 13:22:14 DEBUG unit.abot-epc-basic/0.install 4/86 KB 48/48 KB 84/87 KB 3/35 KB 100/156 KB 48/48 KB 84/87 KB 3/35 KB 100/156 KB 4/86 KB 87/87 KB 6/35 KB 112/156 KB 8/86 KB 87/87 KB 6/35 KB 112/156 KB 12/86 KB 87/87 KB 6/35 KB 112/156 KB 16/86 KB 87/87 KB 9/35 KB 112/156 KB 12/86 KB 87/87 KB 9/35 KB 112/156 KB 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 16/86 KB 87/87 KB 11/35 KB 112/156 KB 16/86 KB 87/87 KB 14/35 KB 112/156 KB 16/86 KB 87/87 KB 16/35 KB 112/156 KB 16/86 KB 87/87 KB 19/35 KB 112/156 KB 16/86 KB 87/87 KB 22/35 KB 112/156 KB 16/86 KB 87/87 KB 25/35 KB 112/156 KB 16/86 KB 87/87 KB 27/35 KB 112/156 KB 16/86 KB 87/87 KB 30/35 KB 112/156 KB 16/86 KB 87/87 KB 32/35 KB 112/156 KB 16/86 KB 87/87 KB 35/35 KB 112/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1669.7 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 20/86 KB 35/35 KB 112/156 KB 24/86 KB 35/35 KB 116/156 KB 28/86 KB 35/35 KB 116/156 KB 32/86 KB 35/35 KB 116/156 KB 36/86 KB 35/35 KB 116/156 KB 40/86 KB 35/35 KB 116/156 KB 44/86 KB 35/35 KB 116/156 KB 48/86 KB 35/35 KB 116/156 KB 52/86 KB 35/35 KB 116/156 KB 56/86 KB 35/35 KB 116/156 KB 60/86 KB 35/35 KB 116/156 KB 64/86 KB 35/35 KB 116/156 KB 20/86 KB 35/35 KB 116/156 KB 64/86 KB 35/35 KB 120/156 KB 64/86 KB 35/35 KB 124/156 KB 64/86 KB 35/35 KB 128/156 KB 64/86 KB 3/24 KB 35/35 KB 132/156 KB 68/86 KB 3/24 KB 35/35 KB 136/156 KB 68/86 KB 3/24 KB 35/35 KB 140/156 KB 68/86 KB 3/24 KB 35/35 KB 144/156 KB 68/86 KB 3/24 KB 148/156 KB 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 690.6 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 68/86 KB 3/24 KB 35/35 KB 132/156 KB 64/86 KB 3/24 KB 35/35 KB 128/156 KB 68/86 KB 5/24 KB 148/156 KB 68/86 KB 8/24 KB 148/156 KB 68/86 KB 11/24 KB 148/156 KB 68/86 KB 13/24 KB 148/156 KB 68/86 KB 16/24 KB 148/156 KB 68/86 KB 19/24 KB 148/156 KB 68/86 KB 21/24 KB 148/156 KB 68/86 KB 24/24 KB 148/156 KB 68/86 KB 24/24 KB 148/156 KB 72/86 KB 24/24 KB 148/156 KB 76/86 KB 24/24 KB 148/156 KB 80/86 KB 24/24 KB 148/156 KB 84/86 KB 24/24 KB 148/156 KB 86/86 KB 24/24 KB 148/156 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 86/86 KB 24/24 KB 152/156 KB 86/86 KB 24/24 KB 156/156 KB 86/86 KB 24/24 KB 156/156 KB 86/86 KB 24/24 KB 156/156 KB 3/14 KB 86/86 KB 24/24 KB 156/156 KB 6/14 KB 86/86 KB 24/24 KB 156/156 KB 9/14 KB 86/86 KB 24/24 KB 156/156 KB 11/14 KB 86/86 KB 24/24 KB 156/156 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 413.5 KB/sec) unit-abot-epc-basic-0: 13:22:15 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 86/86 KB 4/119 KB 156/156 KB 14/14 KB 8/119 KB 14/14 KB 12/119 KB 14/14 KB 16/119 KB 14/14 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 2227.0 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1421.3 KB/sec) unit-abot-epc-basic-0: 13:22:15 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: 13:22:15 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 20/119 KB 14/14 KB 24/119 KB 28/119 KB 32/119 KB 36/119 KB 40/119 KB 3/29 KB 36/119 KB 3/29 KB 40/119 KB 5/29 KB 40/119 KB 8/29 KB 40/119 KB 11/29 KB 40/119 KB 13/29 KB 40/119 KB 16/29 KB 40/119 KB 19/29 KB 40/119 KB 21/29 KB 40/119 KB 24/29 KB 40/119 KB 27/29 KB 40/119 KB 29/29 KB 44/119 KB 29/29 KB 48/119 KB 29/29 KB 48/119 KB 4/37 KB 29/29 KB 48/119 KB 8/37 KB 29/29 KB 48/119 KB 12/37 KB 29/29 KB 48/119 KB 16/37 KB 29/29 KB 48/119 KB 20/37 KB 29/29 KB 52/119 KB 24/37 KB 3/57 KB 29/29 KB 52/119 KB 28/37 KB 3/57 KB 29/29 KB 52/119 KB 32/37 KB 3/57 KB 29/29 KB 52/119 KB 20/37 KB 3/57 KB 29/29 KB 56/119 KB 32/37 KB 3/57 KB 29/29 KB 60/119 KB 32/37 KB 3/57 KB 29/29 KB 64/119 KB 32/37 KB 3/57 KB 29/29 KB 48/119 KB 20/37 KB 3/57 KB 29/29 KB 64/119 KB 32/37 KB 5/57 KB 64/119 KB 32/37 KB 8/57 KB 64/119 KB 32/37 KB 11/57 KB 64/119 KB 32/37 KB 13/57 KB 64/119 KB 32/37 KB 16/57 KB 64/119 KB 32/37 KB 19/57 KB 64/119 KB 32/37 KB 21/57 KB 64/119 KB 32/37 KB 24/57 KB 64/119 KB 32/37 KB 27/57 KB 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 213.7 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 64/119 KB 36/37 KB 27/57 KB 64/119 KB 37/37 KB 27/57 KB 64/119 KB 37/37 KB 29/57 KB 64/119 KB 37/37 KB 32/57 KB 64/119 KB 37/37 KB 36/57 KB 68/119 KB 37/37 KB 40/57 KB 68/119 KB 37/37 KB 44/57 KB 68/119 KB 37/37 KB 48/57 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 383.7 KB/sec) unit-abot-epc-basic-0: 13:22:15 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 68/119 KB 37/37 KB 36/57 KB 72/119 KB 37/37 KB 48/57 KB 76/119 KB 37/37 KB 48/57 KB 80/119 KB 37/37 KB 48/57 KB 84/119 KB 37/37 KB 48/57 KB 88/119 KB 37/37 KB 48/57 KB 92/119 KB 37/37 KB 48/57 KB 96/119 KB 37/37 KB 48/57 KB 96/119 KB 37/37 KB 52/57 KB 96/119 KB 37/37 KB 56/57 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 452.2 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 3/11 KB 96/119 KB 37/37 KB 56/57 KB 5/11 KB 96/119 KB 56/57 KB 8/11 KB 96/119 KB 56/57 KB 11/11 KB 96/119 KB 56/57 KB 11/11 KB 96/119 KB 57/57 KB 11/11 KB 100/119 KB 57/57 KB 11/11 KB 104/119 KB 57/57 KB 11/11 KB 108/119 KB 57/57 KB 11/11 KB 112/119 KB 57/57 KB 3/33 KB 11/11 KB 108/119 KB 57/57 KB 3/33 KB 11/11 KB 112/119 KB 57/57 KB 6/33 KB 11/11 KB 112/119 KB 57/57 KB 9/33 KB 11/11 KB 112/119 KB 57/57 KB 11/33 KB 11/11 KB 112/119 KB 57/57 KB 14/33 KB 11/11 KB 112/119 KB 57/57 KB 16/33 KB 11/11 KB 112/119 KB 57/57 KB 19/33 KB 11/11 KB 112/119 KB 57/57 KB 22/33 KB 11/11 KB 116/119 KB 57/57 KB 22/33 KB 11/11 KB 119/119 KB 57/57 KB 25/33 KB 11/11 KB 116/119 KB 57/57 KB 25/33 KB 11/11 KB 119/119 KB 57/57 KB 27/33 KB 11/11 KB 119/119 KB 57/57 KB 30/33 KB 11/11 KB 119/119 KB 57/57 KB 32/33 KB 11/11 KB 119/119 KB 57/57 KB 4/21 KB 33/33 KB 11/11 KB 119/119 KB 57/57 KB 4/21 KB 32/33 KB 11/11 KB 119/119 KB 57/57 KB 8/21 KB 33/33 KB 11/11 KB 119/119 KB 57/57 KB 12/21 KB 33/33 KB 11/11 KB 119/119 KB 57/57 KB 16/21 KB 33/33 KB 11/11 KB 119/119 KB 57/57 KB 20/21 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 114.1 KB/sec) unit-abot-epc-basic-0: 13:22:15 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.jar unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 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 634.6 KB/sec) unit-abot-epc-basic-0: 13:22:15 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install 119/119 KB 21/21 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1265.2 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 21/21 KB 33/33 KB 3/14 KB 21/21 KB 33/33 KB 6/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 334.8 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install 21/21 KB 9/14 KB 21/21 KB 11/14 KB 21/21 KB 14/14 KB 21/21 KB 14/14 KB 21/21 KB 14/14 KB 3/5 KB 21/21 KB 14/14 KB 5/5 KB 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 208.9 KB/sec) unit-abot-epc-basic-0: 13:22:15 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 135.7 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 42.8 KB/sec) unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22:15 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: 13:22:15 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: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22:15 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-oai-hss-0: 13:22:15 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 13:22:15 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 13:22:15 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 13:22:15 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/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 397.8 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 83.7 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 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 726.6 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22: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-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 190.4 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22: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-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 207.2 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 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 1101.1 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 631.1 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 127.4 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 115.8 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 182.1 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 111.5 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 144.8 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 569.9 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 119.1 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-oai-hss-0: 13:22:16 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-abot-epc-basic-0: 13:22:16 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 64.6 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 170.1 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 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 442.6 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 512.5 KB/sec) unit-abot-epc-basic-0: 13:22:16 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: 13:22:16 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 295.7 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-oai-hss-0: 13:22:16 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 13:22:16 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-abot-epc-basic-0: 13:22:16 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 106.1 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 251.2 KB/sec) unit-abot-epc-basic-0: 13:22: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.pom unit-abot-epc-basic-0: 13:22:16 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 960.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 3/45 KB 6/45 KB 3/39 KB 3/223 KB 3/286 KB 3/45 KB 3/39 KB 3/223 KB 3/286 KB 6/45 KB 6/39 KB 3/223 KB 3/286 KB 6/45 KB 9/39 KB 3/223 KB 3/286 KB 6/45 KB 11/39 KB 3/223 KB 3/286 KB 6/45 KB 11/39 KB 3/308 KB 3/223 KB 3/286 KB 6/45 KB 11/39 KB 6/308 KB 3/223 KB 3/286 KB 6/45 KB 11/39 KB 9/308 KB 3/223 KB 3/286 KB 6/45 KB 11/39 KB 11/308 KB 3/223 KB 3/286 KB 9/45 KB 14/39 KB 14/308 KB 3/223 KB 3/286 KB 3/45 KB 3/223 KB 3/286 KB 9/45 KB 14/39 KB 14/308 KB 3/223 KB 5/286 KB 9/45 KB 14/39 KB 14/308 KB 3/223 KB 8/286 KB 9/45 KB 14/39 KB 14/308 KB 3/223 KB 11/286 KB 9/45 KB 14/39 KB 14/308 KB 3/223 KB 13/286 KB 3/45 KB 3/223 KB 9/45 KB 14/39 KB 14/308 KB 5/223 KB 13/286 KB 9/45 KB 14/39 KB 14/308 KB 8/223 KB 13/286 KB 9/45 KB 14/39 KB 14/308 KB 11/223 KB 13/286 KB 9/45 KB 14/39 KB 14/308 KB 13/223 KB 13/286 KB 9/45 KB 14/39 KB 14/308 KB 16/223 KB 13/286 KB 9/45 KB 14/39 KB 16/308 KB 19/223 KB 16/286 KB 9/45 KB 14/39 KB 11/308 KB 3/223 KB 3/286 KB 9/45 KB 16/39 KB 16/308 KB 19/223 KB 16/286 KB 9/45 KB 19/39 KB 16/308 KB 19/223 KB 16/286 KB 9/45 KB 11/39 KB 11/308 KB 3/223 KB 3/286 KB 11/45 KB 19/39 KB 16/308 KB 19/223 KB 16/286 KB 14/45 KB 19/39 KB 16/308 KB 19/223 KB 16/286 KB 9/45 KB 14/39 KB 16/308 KB 16/223 KB 16/286 KB 9/45 KB 14/39 KB 16/308 KB 16/223 KB 13/286 KB 14/45 KB 19/39 KB 19/308 KB 19/223 KB 16/286 KB 14/45 KB 22/39 KB 22/308 KB 19/223 KB 16/286 KB 16/45 KB 22/39 KB 25/308 KB 21/223 KB 19/286 KB 14/45 KB 22/39 KB 19/308 KB 19/223 KB 16/286 KB 16/45 KB 25/39 KB 25/308 KB 21/223 KB 19/286 KB 16/45 KB 22/39 KB 22/308 KB 21/223 KB 19/286 KB 16/45 KB 22/39 KB 22/308 KB 19/223 KB 19/286 KB 14/45 KB 22/39 KB 22/308 KB 19/223 KB 19/286 KB 16/45 KB 25/39 KB 25/308 KB 21/223 KB 21/286 KB 19/45 KB 25/39 KB 25/308 KB 21/223 KB 21/286 KB 19/45 KB 25/39 KB 25/308 KB 24/223 KB 21/286 KB 19/45 KB 27/39 KB 25/308 KB 27/223 KB 21/286 KB 22/45 KB 27/39 KB 27/308 KB 29/223 KB 24/286 KB 19/45 KB 27/39 KB 25/308 KB 24/223 KB 21/286 KB 22/45 KB 27/39 KB 27/308 KB 27/223 KB 24/286 KB 22/45 KB 27/39 KB 25/308 KB 27/223 KB 24/286 KB 19/45 KB 27/39 KB 25/308 KB 27/223 KB 24/286 KB 22/45 KB 27/39 KB 27/308 KB 29/223 KB 27/286 KB 22/45 KB 30/39 KB 27/308 KB 29/223 KB 29/286 KB 22/45 KB 30/39 KB 27/308 KB 29/223 KB 27/286 KB 25/45 KB 30/39 KB 30/308 KB 29/223 KB 29/286 KB 22/45 KB 30/39 KB 30/308 KB 29/223 KB 29/286 KB 25/45 KB 32/39 KB 30/308 KB 29/223 KB 29/286 KB 25/45 KB 35/39 KB 32/308 KB 29/223 KB 29/286 KB 27/45 KB 38/39 KB 32/308 KB 32/223 KB 32/286 KB 27/45 KB 39/39 KB 32/308 KB 32/223 KB 32/286 KB 25/45 KB 32/39 KB 32/308 KB 29/223 KB 29/286 KB 27/45 KB 35/39 KB 32/308 KB 32/223 KB 32/286 KB 27/45 KB 35/39 KB 32/308 KB 32/223 KB 29/286 KB 25/45 KB 35/39 KB 32/308 KB 32/223 KB 29/286 KB 30/45 KB 39/39 KB 32/308 KB 32/223 KB 32/286 KB 32/45 KB 39/39 KB 36/308 KB 32/223 KB 32/286 KB 36/45 KB 39/39 KB 36/308 KB 36/223 KB 36/286 KB 40/45 KB 39/39 KB 36/308 KB 36/223 KB 36/286 KB 44/45 KB 39/39 KB 36/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 36/308 KB 36/223 KB 36/286 KB 30/45 KB 39/39 KB 36/308 KB 32/223 KB 32/286 KB 45/45 KB 39/39 KB 40/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 44/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 48/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 52/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 56/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 60 unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install /308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 64/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 68/308 KB 36/223 KB 36/286 KB 32/45 KB 39/39 KB 36/308 KB 36/223 KB 36/286 KB 45/45 KB 39/39 KB 68/308 KB 40/223 KB 36/286 KB 45/45 KB 39/39 KB 68/308 KB 44/223 KB 36/286 KB 45/45 KB 39/39 KB 68/308 KB 48/223 KB 36/286 KB 32/45 KB 39/39 KB 36/308 KB 32/223 KB 36/286 KB 45/45 KB 39/39 KB 68/308 KB 48/223 KB 40/286 KB 45/45 KB 39/39 KB 68/308 KB 48/223 KB 44/286 KB 45/45 KB 39/39 KB 68/308 KB 48/223 KB 48/286 KB 45/45 KB 39/39 KB 68/308 KB 52/223 KB 48/286 KB 45/45 KB 39/39 KB 68/308 KB 56/223 KB 52/286 KB 45/45 KB 39/39 KB 68/308 KB 60/223 KB 52/286 KB 45/45 KB 39/39 KB 68/308 KB 64/223 KB 52/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 1128.4 KB/sec) unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 45/45 KB 39/39 KB 68/308 KB 52/223 KB 52/286 KB 45/45 KB 68/308 KB 64/223 KB 56/286 KB 45/45 KB 68/308 KB 64/223 KB 60/286 KB 45/45 KB 68/308 KB 64/223 KB 64/286 KB 45/45 KB 68/308 KB 64/223 KB 68/286 KB 72/308 KB 68/223 KB 72/286 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 72/308 KB 68/223 KB 68/286 KB 68/308 KB 68/223 KB 68/286 KB 72/308 KB 72/223 KB 72/286 KB 72/308 KB 76/223 KB 72/286 KB 72/308 KB 80/223 KB 72/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1083.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 72/308 KB 80/223 KB 76/286 KB 76/308 KB 80/223 KB 76/286 KB 80/308 KB 80/223 KB 76/286 KB 84/308 KB 84/223 KB 80/286 KB 88/308 KB 84/223 KB 80/286 KB 92/308 KB 84/223 KB 80/286 KB 96/308 KB 84/223 KB 80/286 KB 80/308 KB 84/223 KB 80/286 KB 96/308 KB 84/223 KB 84/286 KB 96/308 KB 84/223 KB 88/286 KB 96/308 KB 84/223 KB 92/286 KB 96/308 KB 84/223 KB 96/286 KB 80/308 KB 84/223 KB 76/286 KB 96/308 KB 88/223 KB 96/286 KB 96/308 KB 92/223 KB 96/286 KB 96/308 KB 96/223 KB 96/286 KB 96/308 KB 100/223 KB 96/286 KB 4/174 KB 100/308 KB 100/223 KB 100/286 KB 8/174 KB 100/308 KB 100/223 KB 100/286 KB 12/174 KB 100/308 KB 100/223 KB 100/286 KB 16/174 KB 100/308 KB 100/223 KB 3/22 KB 100/286 KB 16/174 KB 100/308 KB 104/223 KB 3/22 KB 100/286 KB 16/174 KB 100/308 KB 108/223 KB 3/22 KB 100/286 KB 16/174 KB 100/308 KB 112/223 KB 3/22 KB 100/286 KB 16/174 KB 100/308 KB 116/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 120/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 124/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 128/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 132/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 136/223 KB 3/22 KB 100/286 KB 20/174 KB 100/308 KB 140/223 KB 3/22 KB 100/286 KB 100/308 KB 100/223 KB 100/286 KB 20/174 KB 100/308 KB 140/223 KB 3/22 KB 104/286 KB 20/174 KB 100/308 KB 140/223 KB 3/22 KB 108/286 KB 20/174 KB 100/308 KB 140/223 KB 3/22 KB 112/286 KB 100/308 KB 100/223 KB 96/286 KB 20/174 KB 104/308 KB 140/223 KB 3/22 KB 112/286 KB 20/174 KB 108/308 KB 140/223 KB 3/22 KB 112/286 KB 20/174 KB 112/308 KB 140/223 KB 3/22 KB 112/286 KB 20/174 KB 100/308 KB 116/223 KB 3/22 KB 100/286 KB 24/174 KB 112/308 KB 140/223 KB 3/22 KB 112/286 KB 28/174 KB 116/308 KB 140/223 KB 3/22 KB 116/286 KB 32/174 KB 116/308 KB 140/223 KB 3/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 3/22 KB 116/286 KB 12/174 KB 100/308 KB 100/223 KB 3/22 KB 100/286 KB 36/174 KB 116/308 KB 140/223 KB 5/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 8/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 11/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 13/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 16/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 19/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 21/22 KB 116/286 KB 36/174 KB 116/308 KB 140/223 KB 22/22 KB 116/286 KB 24/174 KB 116/308 KB 140/223 KB 3/22 KB 116/286 KB 24/174 KB 116/308 KB 140/223 KB 3/22 KB 112/286 KB 36/174 KB 120/308 KB 140/223 KB 22/22 KB 120/286 KB 36/174 KB 124/308 KB 140/223 KB 22/22 KB 120/286 KB 36/174 KB 128/308 KB 140/223 KB 22/22 KB 120/286 KB 36/174 KB 132/308 KB 140/223 KB 22/22 KB 120/286 KB 40/174 KB 136/308 KB 140/223 KB 22/22 KB 120/286 KB 36/174 KB 128/308 KB 140/223 KB 22/22 KB 120/286 KB 40/174 KB 136/308 KB 144/223 KB 22/22 KB 124/286 KB 40/174 KB 136/308 KB 144/223 KB 22/22 KB 128/286 KB 40/174 KB 136/308 KB 144/223 KB 22/22 KB 132/286 KB 40/174 KB 136/308 KB 144/223 KB 22/22 KB 120/286 KB 40/174 KB 132/308 KB 140/223 KB 22/22 KB 120/286 KB 44/174 KB 140/308 KB 144/223 KB 22/22 KB 132/286 KB 48/174 KB 140/308 KB 144/223 KB 22/22 KB 132/286 KB 52/174 KB 140/308 KB 144/223 KB 22/22 KB 132/286 KB 56/174 KB 140/308 KB 148/223 KB 22/22 KB 136/286 KB 60/174 KB 140/308 KB 148/223 KB 22/22 KB 136/286 KB 64/174 KB 140/308 KB 148/223 KB 22/22 KB 136/286 KB 40/174 KB 140/308 KB 144/223 KB 22/22 KB 132/286 KB 64/174 KB 144/308 KB 148/223 KB 22/22 KB unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 136/286 KB 64/174 KB 148/308 KB 148/223 KB 22/22 KB 136/286 KB 64/174 KB 152/308 KB 148/223 KB 22/22 KB 136/286 KB 64/174 KB 156/308 KB 148/223 KB 22/22 KB 136/286 KB 64/174 KB 160/308 KB 148/223 KB 22/22 KB 136/286 KB 64/174 KB 164/308 KB 148/223 KB 22/22 KB 136/286 KB 52/174 KB 140/308 KB 148/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 152/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 156/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 160/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 164/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 168/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 172/223 KB 22/22 KB 136/286 KB 68/174 KB 168/308 KB 176/223 KB 22/22 KB 136/286 KB 52/174 KB 140/308 KB 144/223 KB 22/22 KB 136/286 KB 68/174 KB 168/308 KB 176/223 KB 22/22 KB 140/286 KB 68/174 KB 168/308 KB 176/223 KB 22/22 KB 144/286 KB 68/174 KB 168/308 KB 176/223 KB 22/22 KB 148/286 KB 68/174 KB 168/308 KB 176/223 KB 152/286 KB 68/174 KB 168/308 KB 176/223 KB 156/286 KB 68/174 KB 168/308 KB 176/223 KB 160/286 KB 68/174 KB 168/308 KB 176/223 KB 164/286 KB 68/174 KB 168/308 KB 176/223 KB 168/286 KB 68/174 KB 168/308 KB 176/223 KB 172/286 KB 68/174 KB 168/308 KB 176/223 KB 176/286 KB 68/174 KB 168/308 KB 180/223 KB 180/286 KB 68/174 KB 168/308 KB 180/223 KB 184/286 KB 68/174 KB 168/308 KB 180/223 KB 188/286 KB 68/174 KB 168/308 KB 180/223 KB 192/286 KB 68/174 KB 168/308 KB 180/223 KB 196/286 KB 68/174 KB 168/308 KB 172/223 KB 22/22 KB 136/286 KB 68/174 KB 164/308 KB 148/223 KB 22/22 KB 136/286 KB 72/174 KB 168/308 KB 180/223 KB 196/286 KB 76/174 KB 168/308 KB 180/223 KB 196/286 KB 80/174 KB 168/308 KB 180/223 KB 196/286 KB 84/174 KB 168/308 KB 180/223 KB 196/286 KB 88/174 KB 172/308 KB 180/223 KB 196/286 KB 92/174 KB 172/308 KB 180/223 KB 196/286 KB 96/174 KB 172/308 KB 180/223 KB 196/286 KB 100/174 KB 172/308 KB 180/223 KB 196/286 KB 104/174 KB 172/308 KB 180/223 KB 196/286 KB 108/174 KB 172/308 KB 180/223 KB 196/286 KB 112/174 KB 172/308 KB 180/223 KB 196/286 KB 116/174 KB 172/308 KB 180/223 KB 196/286 KB 68/174 KB 168/308 KB 180/223 KB 176/286 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 344.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 116/174 KB 172/308 KB 184/223 KB 200/286 KB 116/174 KB 172/308 KB 188/223 KB 200/286 KB 116/174 KB 172/308 KB 192/223 KB 200/286 KB 116/174 KB 172/308 KB 196/223 KB 200/286 KB 116/174 KB 172/308 KB 200/223 KB 200/286 KB 116/174 KB 172/308 KB 204/223 KB 200/286 KB 116/174 KB 172/308 KB 208/223 KB 200/286 KB 116/174 KB 172/308 KB 212/223 KB 200/286 KB 116/174 KB 172/308 KB 180/223 KB 200/286 KB 84/174 KB 172/308 KB 180/223 KB 196/286 KB 120/174 KB 176/308 KB 212/223 KB 200/286 KB 120/174 KB 180/308 KB 212/223 KB 200/286 KB 120/174 KB 184/308 KB 212/223 KB 200/286 KB 120/174 KB 188/308 KB 212/223 KB 200/286 KB 120/174 KB 192/308 KB 212/223 KB 200/286 KB 120/174 KB 196/308 KB 212/223 KB 200/286 KB 120/174 KB 200/308 KB 212/223 KB 200/286 KB 120/174 KB 204/308 KB 212/223 KB 200/286 KB 120/174 KB 208/308 KB 212/223 KB 200/286 KB 120/174 KB 208/308 KB 212/223 KB 204/286 KB 120/174 KB 208/308 KB 212/223 KB 208/286 KB 120/174 KB 212/308 KB 212/223 KB 212/286 KB 3/9 KB 120/174 KB 212/308 KB 216/223 KB 216/286 KB 3/9 KB 120/174 KB 212/308 KB 216/223 KB 220/286 KB 3/9 KB 120/174 KB 212/308 KB 216/223 KB 224/286 KB 120/174 KB 172/308 KB 212/223 KB 200/286 KB 3/9 KB 120/174 KB 212/308 KB 216/223 KB 212/286 KB 5/9 KB 120/174 KB 212/308 KB 216/223 KB 224/286 KB 8/9 KB 120/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 120/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 124/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 128/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 132/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 136/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 140/174 KB 212/308 KB 216/223 KB 224/286 KB 9/9 KB 144/174 KB 212/308 KB 216/223 KB 224/286 KB 120/174 KB 212/308 KB 216/223 KB 212/286 KB 9/9 KB 144/174 KB 212/308 KB 220/223 KB 224/286 KB 9/9 KB 144/174 KB 212/308 KB 223/223 KB 224/286 KB 120/174 KB 212/308 KB 212/223 KB 208/286 KB 9/9 KB 144/174 KB 216/308 KB 223/223 KB 224/286 KB 9/9 KB 144/174 KB 220/308 KB 223/223 KB 224/286 KB 9/9 KB 144/174 KB 224/308 KB 223/223 KB 224/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 109.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 148/174 KB 224/308 KB 223/223 KB 224/286 KB 152/174 KB 228/308 KB 223/223 KB 228/286 KB 156/174 KB 228/308 KB 223/223 KB 228/286 KB 160/174 KB 228/308 KB 223/223 KB 228/286 KB 148/174 KB 228/308 KB 223/223 KB 228/286 KB 160/174 KB 232/308 KB 223/223 KB 228/286 KB 160/174 KB 236/308 KB 223/223 KB 228/286 KB 160/174 KB 240/308 KB 223/223 KB 228/286 KB 160/174 KB 244/308 KB 223/223 KB 228/286 KB 164/174 KB 248/308 KB 223/223 KB 228/286 KB 164/174 KB 252/308 KB 223/223 KB 228/286 KB 164/174 KB 256/308 KB 223/223 KB 228/286 KB 148/174 KB 224/308 KB 223/223 KB 228/286 KB 164/174 KB 256/308 KB 223/223 KB 232/286 KB 164/174 KB 256/308 KB 223/223 KB 236/286 KB 164/174 KB 256/308 KB 223/223 KB 240/286 KB 164/174 KB 256/308 KB 223/223 KB 244/286 KB 164/174 KB 256/308 KB 223/223 KB 248/286 KB 164/174 KB 256/308 KB 223/223 KB 252/286 KB 164/174 KB 244/308 KB 223/223 KB 228/286 KB 168/174 KB 256/308 KB 252/286 KB 172/174 KB 256/308 KB 252/286 KB 174/174 KB 256/308 KB 252/286 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 2503.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 174/174 KB 256/308 KB 256/286 KB 174/174 KB 256/308 KB 260/286 KB 3/22 KB 174/174 KB 260/308 KB 264/286 KB 3/22 KB 174/174 KB 260/308 KB 268/286 KB 3/22 KB 174/174 KB 260/308 KB 272/286 KB 3/22 KB 174/174 KB 260/308 KB 260/286 KB 3/22 KB 174/174 KB 256/308 KB 260/286 KB 5/22 KB 174/174 KB 260/308 KB 272/286 KB 8/22 KB 174/174 KB 260/308 KB 272/286 KB 11/22 KB 174/174 KB 260/308 KB 272/286 KB 13/22 KB 174/174 KB 260/308 KB 272/286 KB 16/22 KB 174/174 KB 260/308 KB 272/286 KB 19/22 KB 174/174 KB 260/308 KB 272/286 KB 21/22 KB 174/174 KB 260/308 KB 272/286 KB 22/22 KB 174/174 KB 260/308 KB 272/286 KB 22/22 KB 174/174 KB 264/308 KB 272/286 KB 22/22 KB 174/174 KB 268/308 KB 272/286 KB 22/22 KB 174/174 KB 271/308 KB 272/286 KB 22/22 KB 174/174 KB 275/308 KB 272/286 KB 22/22 KB 174/174 KB 279/308 KB 276/286 KB 22/22 KB 174/174 KB 283/308 KB 276/286 KB 22/22 KB 174/174 KB 287/308 KB 276/286 KB 22/22 KB 174/174 KB 275/308 KB 276/286 KB 22/22 KB 174/174 KB 287/308 KB 280/286 KB 22/22 KB 174/174 KB 287/308 KB 284/286 KB 22/22 KB 174/174 KB 287/308 KB 286/286 KB 22/22 KB 174/174 KB 291/308 KB 286/286 KB 22/22 KB 174/174 KB 295/308 KB 286/286 KB 22/22 KB 174/174 KB 299/308 KB 286/286 KB 22/22 KB 174/174 KB 303/308 KB 286/286 KB 22/22 KB 174/174 KB 307/308 KB 286/286 KB 22/22 KB 174/174 KB 308/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1848.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 227.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2644.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 308/308 KB 4/17 KB 308/308 KB 8/17 KB 308/308 KB 12/17 KB 308/308 KB 16/17 KB 308/308 KB 17/17 KB 3/13 KB 308/308 KB 17/17 KB 6/13 KB 308/308 KB 17/17 KB 9/13 KB 308/308 KB 17/17 KB 11/13 KB 308/308 KB 17/17 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 111.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2584.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 308/308 KB 17/17 KB 4/11 KB 4/11 KB 308/308 KB 17/17 KB 4/11 KB 17/17 KB 8/11 KB 4/11 KB 17/17 KB 11/11 KB 8/11 KB 17/17 KB 8/11 KB 8/11 KB 17/17 KB 11/11 KB 11/11 KB 17/17 KB 11/11 KB 11/11 KB 4/28 KB 17/17 KB 11/11 KB 11/11 KB 8/28 KB 17/17 KB 3/14 KB 11/11 KB 11/11 KB 12/28 KB 17/17 KB 3/14 KB 11/11 KB 11/11 KB 16/28 KB 17/17 KB 3/14 KB 11/11 KB 4/28 KB 17/17 KB 3/14 KB 11/11 KB 11/11 KB 16/28 KB 17/17 KB 5/14 KB 16/28 KB 17/17 KB 8/14 KB 16/28 KB 17/17 KB 11/14 KB 16/28 KB 17/17 KB 13/14 KB 16/28 KB 17/17 KB 14/14 KB 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 86.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 81.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 KB at 130.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 20/28 KB 14/14 KB 24/28 KB 14/14 KB 28/28 KB 14/14 KB 28/28 KB 14/14 KB 28/28 KB 14/14 KB 3/309 KB 28/28 KB 14/14 KB 5/309 KB 28/28 KB 14/14 KB 8/309 KB 28/28 KB 14/14 KB 11/309 KB 28/28 KB 14/14 KB 13/309 KB 28/28 KB 14/14 KB 16/309 KB 3/192 KB 28/28 KB 14/14 KB 16/309 KB 5/192 KB 28/28 KB 14/14 KB 16/309 KB 8/192 KB 28/28 KB 14/14 KB 16/309 KB 11/192 KB 28/28 KB 14/14 KB 16/309 KB 13/192 KB 28/28 KB 14/14 KB 16/309 KB 16/192 KB 28/28 KB 14/14 KB 16/309 KB 19/192 KB 28/28 KB 14/14 KB 16/309 KB 21/192 KB 28/28 KB 14/14 KB 20/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 96.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:16 DEBUG unit.abot-epc-basic/0.install 19/192 KB 28/28 KB 14/14 KB 20/309 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 205.0 KB/sec) unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 21/192 KB 28/28 KB 20/309 KB 4/37 KB 21/192 KB 20/309 KB 8/37 KB 21/192 KB 20/309 KB 12/37 KB 21/192 KB 20/309 KB 16/37 KB 21/192 KB 20/309 KB 20/37 KB 21/192 KB 20/309 KB 24/37 KB 21/192 KB 20/309 KB 28/37 KB 21/192 KB 20/309 KB 32/37 KB 21/192 KB 20/309 KB 36/37 KB 21/192 KB 20/309 KB 37/37 KB 24/192 KB 20/309 KB 37/37 KB 24/192 KB 24/309 KB 37/37 KB 24/192 KB 28/309 KB 37/37 KB 24/192 KB 32/309 KB 37/37 KB 27/192 KB 32/309 KB 37/37 KB 27/192 KB 36/309 KB 37/37 KB 29/192 KB 36/309 KB 37/37 KB 32/192 KB 36/309 KB 37/37 KB 36/192 KB 36/309 KB 37/37 KB 40/192 KB 40/309 KB 37/37 KB 44/192 KB 40/309 KB 37/37 KB 48/192 KB 40/309 KB 37/37 KB 36/192 KB 40/309 KB 37/37 KB 48/192 KB 44/309 KB 37/37 KB 48/192 KB 48/309 KB 37/37 KB 48/192 KB 52/309 KB 37/37 KB 52/192 KB 56/309 KB 37/37 KB 52/192 KB 60/309 KB 37/37 KB 52/192 KB 64/309 KB 37/37 KB 52/192 KB 68/309 KB 37/37 KB 52/192 KB 72/309 KB 37/37 KB 52/192 KB 76/309 KB 37/37 KB 52/192 KB 80/309 KB 37/37 KB 52/192 KB 52/309 KB 37/37 KB 56/192 KB 80/309 KB 37/37 KB 60/192 KB 80/309 KB 37/37 KB 64/192 KB 80/309 KB 37/37 KB 68/192 KB 80/309 KB 37/37 KB 72/192 KB 80/309 KB 37/37 KB 76/192 KB 80/309 KB 37/37 KB 80/192 KB 80/309 KB 37/37 KB 80/192 KB 84/309 KB 37/37 KB 80/192 KB 84/309 KB 37/37 KB 4/14 KB 80/192 KB 84/309 KB 37/37 KB 8/14 KB 80/192 KB 84/309 KB 37/37 KB 12/14 KB 80/192 KB 84/309 KB 37/37 KB 14/14 KB 80/192 KB 88/309 KB 37/37 KB 14/14 KB 80/192 KB 92/309 KB 37/37 KB 14/14 KB 80/192 KB 96/309 KB 37/37 KB 14/14 KB 84/192 KB 100/309 KB 37/37 KB 14/14 KB 84/192 KB 104/309 KB 37/37 KB 14/14 KB 84/192 KB 108/309 KB 37/37 KB 14/14 KB 84/192 KB 112/309 KB 37/37 KB 14/14 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 246.6 KB/sec) unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 84/192 KB 96/309 KB 37/37 KB 14/14 KB 88/192 KB 112/309 KB 14/14 KB 92/192 KB 112/309 KB 14/14 KB 96/192 KB 112/309 KB 14/14 KB 100/192 KB 112/309 KB 14/14 KB 104/192 KB 116/309 KB 14/14 KB 108/192 KB 116/309 KB 14/14 KB 112/192 KB 116/309 KB 14/14 KB 116/192 KB 116/309 KB 14/14 KB 120/192 KB 116/309 KB 14/14 KB 124/192 KB 116/309 KB 14/14 KB 128/192 KB 116/309 KB 14/14 KB 100/192 KB 116/309 KB 14/14 KB 128/192 KB 120/309 KB 14/14 KB 128/192 KB 124/309 KB 14/14 KB 128/192 KB 128/309 KB 14/14 KB 128/192 KB 132/309 KB 14/14 KB 132/192 KB 136/309 KB 14/14 KB 132/192 KB 140/309 KB 14/14 KB 132/192 KB 144/309 KB 14/14 KB 132/192 KB 132/309 KB 14/14 KB 136/192 KB 144/309 KB 14/14 KB 140/192 KB 144/309 KB 14/14 KB 144/192 KB 144/309 KB 14/14 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 88.5 KB/sec) unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 148/192 KB 144/309 KB 152/192 KB 148/309 KB 156/192 KB 148/309 KB 160/192 KB 148/309 KB 148/192 KB 148/309 KB 160/192 KB 152/309 KB 160/192 KB 156/309 KB 160/192 KB 160/309 KB 160/192 KB 164/309 KB 164/192 KB 168/309 KB 164/192 KB 172/309 KB 164/192 KB 176/309 KB 164/192 KB 164/309 KB 168/192 KB 176/309 KB 172/192 KB 180/309 KB 176/192 KB 180/309 KB 180/192 KB 180/309 KB 184/192 KB 180/309 KB 188/192 KB 180/309 KB 192/192 KB 180/309 KB 192/192 KB 180/309 KB 168/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 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 1160.5 KB/sec) unit-abot-epc-basic-0: 13:22:16 DEBUG unit.abot-epc-basic/0.install 244/309 KB 248/309 KB 252/309 KB 256/309 KB 260/309 KB 264/309 KB 268/309 KB 272/309 KB 276/309 KB 280/309 KB 284/309 KB 288/309 KB 292/309 KB 296/309 KB 300/309 KB 304/309 KB 308/309 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1732.6 KB/sec) unit-oai-hss-0: 13:22:16 DEBUG unit.oai-hss/0.install CC srtp.lo unit-abot-epc-basic-0: 13:22:17 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: 13:22:17 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: 13:22:17 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: 13:22:17 DEBUG unit.abot-epc-basic/0.install 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 156.4 KB/sec) unit-abot-epc-basic-0: 13:22:17 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: 13:22:17 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 4091.7 KB/sec) unit-abot-epc-basic-0: 13:22:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:17 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 13:22:17 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 13:22:17 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 13:22:17 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 13:22:17 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 13:22:18 DEBUG unit.oai-hss/0.install CC kx.lo unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-oai-hss-0: 13:22:18 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 13:22:18 DEBUG unit.oai-hss/0.install CC protocols.lo unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:18 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@932bc4a: startup date [Thu Jan 03 13:22:18 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-hss-0: 13:22:18 DEBUG unit.oai-hss/0.install CC publickey.lo unit-abot-epc-basic-0: 13:22:18 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:18 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:18 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 13:22:19 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 13:22:20 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 13:22:20 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:20 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 13:22: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: 13:22:20 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:20 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:22:20 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@784c5ef5: startup date [Thu Jan 03 13:22:20 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 13:22:20 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:20 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-abot-epc-basic-0: 13:22:20 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:20 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:20 DEBUG unit.oai-hss/0.install CC stream.lo unit-abot-epc-basic-0: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:21 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-abot-epc-basic-0: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:22:21 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@49ec6a9f: startup date [Thu Jan 03 13:22:21 UTC 2019]; root of context hierarchy unit-abot-epc-basic-0: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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: 13:22:21 DEBUG unit.abot-epc-basic/0.install Jan 03, 2019 1:22:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:22: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: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:21 [main] REPORT: ======================================================================================== unit-oai-hss-0: 13:22:22 DEBUG unit.oai-hss/0.install CC misc.lo unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: STEP EXECUTION TIME TAKEN :1314 MS unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22: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: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: STEP EXECUTION TIME TAKEN :105 MS unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 0m1.948s unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.986 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 13:22: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: 13:22:22 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.013 sec unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install 03-Jan-2019 13:22:22.572 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-oai-hss-0: 13:22:22 DEBUG unit.oai-hss/0.install CC seskey.lo unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:22 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22: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: 13:22: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-archiver/2.5/maven-archiver-2.5.pom (5 KB at 260.7 KB/sec) unit-oai-hss-0: 13:22:23 DEBUG unit.oai-hss/0.install CC literal.lo unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 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 182.9 KB/sec) unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 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 141.0 KB/sec) unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 202.7 KB/sec) unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 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 71.0 KB/sec) unit-abot-epc-basic-0: 13:22:23 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: 13:22: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-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 745.8 KB/sec) unit-oai-hss-0: 13:22:23 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-abot-epc-basic-0: 13:22:23 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: 13:22:23 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: 13:22:23 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: 13:22:23 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: 13:22:23 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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/22 KB 3/22 KB 6/22 KB 8/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB 22/22 KB 3/60 KB 22/22 KB 6/60 KB 22/22 KB 9/60 KB 22/22 KB 11/60 KB 3/181 KB 22/22 KB 11/60 KB 5/181 KB 22/22 KB 11/60 KB 8/181 KB 22/22 KB 3/57 KB 3/203 KB 11/60 KB 11/181 KB 22/22 KB 3/57 KB 3/203 KB 11/60 KB 13/181 KB 22/22 KB 3/57 KB 3/203 KB 11/60 KB 16/181 KB 3/57 KB 3/203 KB 14/60 KB 5/181 KB 22/22 KB 3/57 KB 3/203 KB 11/60 KB 16/181 KB 3/57 KB 5/203 KB 14/60 KB 16/181 KB 3/57 KB 8/203 KB 14/60 KB 16/181 KB 3/57 KB 11/203 KB 14/60 KB 16/181 KB 3/57 KB 13/203 KB 14/60 KB 16/181 KB 3/57 KB 16/203 KB 14/60 KB 16/181 KB 3/57 KB 19/203 KB 14/60 KB 5/181 KB 22/22 KB 3/57 KB 11/60 KB 16/181 KB 6/57 KB 19/203 KB 14/60 KB 16/181 KB 9/57 KB 19/203 KB 14/60 KB 16/181 KB 11/57 KB 19/203 KB 14/60 KB 16/181 KB 14/57 KB 19/203 KB 14/60 KB 16/181 KB 16/57 KB 19/203 KB 14/60 KB 16/181 KB 19/57 KB 21/203 KB 14/60 KB 16/181 KB 22/57 KB 21/203 KB 14/60 KB 19/181 KB 25/57 KB 21/203 KB 14/60 KB 13/181 KB 22/22 KB 3/57 KB 3/203 KB 14/60 KB 19/181 KB 25/57 KB 21/203 KB 16/60 KB 19/181 KB 25/57 KB 21/203 KB 19/60 KB 19/181 KB 22/57 KB 21/203 KB 14/60 KB 16/181 KB 16/57 KB 21/203 KB 14/60 KB 19/181 KB 25/57 KB 24/203 KB 22/60 KB 19/181 KB 25/57 KB 21/203 KB 22/60 KB 19/181 KB 25/57 KB 24/203 KB 25/60 KB 21/181 KB 25/57 KB 27/203 KB 27/60 KB 21/181 KB 25/57 KB 27/203 KB 25/60 KB 19/181 KB 25/57 KB 27/203 KB 25/60 KB 21/181 KB 25/57 KB 29/203 KB 27/60 KB 24/181 KB 25/57 KB 29/203 KB 27/60 KB 24/181 KB 27/57 KB 32/203 KB 27/60 KB 27/181 KB 27/57 KB 36/203 KB 30/60 KB 27/181 KB 27/57 KB 40/203 KB 30/60 KB 27/181 KB 27/57 KB 44/203 KB 30/60 KB 27/181 KB 27/57 KB 48/203 KB 30/60 KB 27/181 KB 27/57 KB 52/203 KB 30/60 KB 27/181 KB 27/57 KB 56/203 KB 30/60 KB 27/181 KB 27/57 KB 60/203 KB 30/60 KB 27/181 KB 27/57 KB 64/203 KB 30/60 KB 24/181 KB 27/57 KB 29/203 KB 27/60 KB 27/181 KB 27/57 KB 32/203 KB 30/60 KB 24/181 KB 27/57 KB 32/203 KB 30/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 507.2 KB/sec) unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install 27/181 KB 30/57 KB 64/203 KB 30/60 KB 27/181 KB 32/57 KB 64/203 KB 32/60 KB 27/181 KB 30/57 KB 64/203 KB 32/60 KB 29/181 KB 32/57 KB 64/203 KB 32/60 KB 32/181 KB 32/57 KB 64/203 KB 32/60 KB 36/181 KB 32/57 KB 64/203 KB 32/60 KB 40/181 KB 36/57 KB 64/203 KB 36/60 KB 44/181 KB 36/57 KB 64/203 KB 36/60 KB 48/181 KB 36/57 KB 64/203 KB 36/60 KB 36/181 KB 36/57 KB 64/203 KB 36/60 KB 48/181 KB 36/57 KB 64/203 KB 40/60 KB 48/181 KB 36/57 KB 64/203 KB 44/60 KB 48/181 KB 36/57 KB 64/203 KB 48/60 KB 36/181 KB 36/57 KB 64/203 KB 32/60 KB 48/181 KB 40/57 KB 64/203 KB 48/60 KB 48/181 KB 44/57 KB 64/203 KB 48/60 KB 48/181 KB 48/57 KB 64/203 KB 48/60 KB 48/181 KB 52/57 KB 64/203 KB 48/60 KB 52/181 KB 56/57 KB 64/203 KB 52/60 KB 52/181 KB 57/57 KB 64/203 KB 52/60 KB 52/181 KB 52/57 KB 64/203 KB 52/60 KB 56/181 KB 57/57 KB 68/203 KB 52/60 KB 60/181 KB 57/57 KB 68/203 KB 52/60 KB 64/181 KB 57/57 KB 68/203 KB 52/60 KB 68/181 KB 57/57 KB 68/203 KB 52/60 KB 72/181 KB 57/57 KB 68/203 KB 52/60 KB 76/181 KB 57/57 KB 68/203 KB 52/60 KB 80/181 KB 57/57 KB 68/203 KB 52/60 KB 48/181 KB 52/57 KB 64/203 KB 52/60 KB 80/181 KB 57/57 KB 68/203 KB 56/60 KB 80/181 KB 57/57 KB 68/203 KB 60/60 KB 52/181 KB 57/57 KB 68/203 KB 52/60 KB 80/181 KB 57/57 KB 72/203 KB 60/60 KB 80/181 KB 57/57 KB 76/203 KB 60/60 KB 80/181 KB 57/57 KB 80/203 KB 60/60 KB 80/181 KB 57/57 KB 84/203 KB 60/60 KB 80/181 KB 57/57 KB 88/203 KB 60/60 KB 80/181 KB 57/57 KB 92/203 KB 60/60 KB 80/181 KB 57/57 KB 96/203 KB 60/60 KB 80/181 KB 57/57 KB 100/203 KB 60/60 KB 84/181 KB 57/57 KB 104/203 KB 60/60 KB 84/181 KB 57/57 KB 108/203 KB 60/60 KB 84/181 KB 57/57 KB 112/203 KB 60/60 KB 84/181 KB 57/57 KB 100/203 KB 60/60 KB 88/181 KB 57/57 KB 112/203 KB 60/60 KB 92/181 KB 57/57 KB 112/203 KB 60/60 KB 96/181 KB 57/57 KB 112/203 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1115.7 KB/sec) unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install 100/181 KB 112/203 KB 60/60 KB 104/181 KB 116/203 KB 60/60 KB 108/181 KB 116/203 KB 60/60 KB 112/181 KB 116/203 KB 60/60 KB 100/181 KB 116/203 KB 60/60 KB 112/181 KB 120/203 KB 60/60 KB 116/181 KB 124/203 KB 60/60 KB 116/181 KB 128/203 KB 60/60 KB 116/181 KB 132/203 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 952.5 KB/sec) unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install 116/181 KB 120/203 KB 60/60 KB 120/181 KB 132/203 KB 124/181 KB 132/203 KB 128/181 KB 132/203 KB 128/181 KB 136/203 KB 128/181 KB 140/203 KB 132/181 KB 144/203 KB 132/181 KB 148/203 KB 132/181 KB 152/203 KB 132/181 KB 156/203 KB 132/181 KB 160/203 KB 132/181 KB 140/203 KB 136/181 KB 160/203 KB 140/181 KB 160/203 KB 144/181 KB 160/203 KB 144/181 KB 164/203 KB 148/181 KB 168/203 KB 148/181 KB 172/203 KB 148/181 KB 176/203 KB 148/181 KB 180/203 KB 148/181 KB 184/203 KB 148/181 KB 188/203 KB 148/181 KB 192/203 KB 148/181 KB 164/203 KB 152/181 KB 192/203 KB 156/181 KB 192/203 KB 160/181 KB 192/203 KB 164/181 KB 192/203 KB 168/181 KB 192/203 KB 172/181 KB 192/203 KB 176/181 KB 192/203 KB 180/181 KB 192/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2370.0 KB/sec) unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 2939.9 KB/sec) unit-oai-hss-0: 13:22:23 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22: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: 13:22: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 197.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/23 KB 5/23 KB 8/23 KB 11/23 KB 13/23 KB 16/23 KB 19/23 KB 21/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 1634.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 230.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 286.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 127.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 203.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 1031.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22: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 176.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 551.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/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 1347.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 76.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 37.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 170.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 827.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 53.1 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 318.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 1206.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 475.6 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 207.2 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 395.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 792.8 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3 KB at 222.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 647.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 69.9 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 763.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 3/48 KB 5/48 KB 8/48 KB 11/48 KB 13/48 KB 16/48 KB 19/48 KB 21/48 KB 24/48 KB 27/48 KB 29/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: 13:22: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: 13:22: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: 13:22: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: 13:22: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: 13:22: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.jar unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install 4/46 KB 4/54 KB 8/46 KB 4/158 KB 3/44 KB 4/201 KB 4/54 KB 4/46 KB 4/158 KB 3/44 KB 4/201 KB 4/54 KB 8/46 KB 4/158 KB 3/44 KB 8/201 KB 4/54 KB 8/46 KB 4/158 KB 3/44 KB 12/201 KB 4/54 KB 8/46 KB 4/158 KB 3/44 KB 16/201 KB 4/54 KB 8/46 KB 4/158 KB 3/44 KB 20/201 KB 4/54 KB 12/46 KB 4/158 KB 3/44 KB 24/201 KB 4/54 KB 4/46 KB 4/158 KB 3/44 KB 4/54 KB 12/46 KB 4/158 KB 5/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 8/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 11/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 13/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 16/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 19/44 KB 24/201 KB 4/54 KB 4/46 KB 4/158 KB 4/54 KB 12/46 KB 8/158 KB 19/44 KB 24/201 KB 4/54 KB 12/46 KB 12/158 KB 19/44 KB 24/201 KB 4/54 KB 12/46 KB 16/158 KB 19/44 KB 24/201 KB 4/54 KB 12/46 KB 20/158 KB 19/44 KB 24/201 KB 4/54 KB 4/46 KB 8/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 12/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 16/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 20/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 24/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 28/54 KB 12/46 KB 24/158 KB 21/44 KB 24/201 KB 32/54 KB 12/46 KB 24/158 KB 21/44 KB 24/201 KB 4/54 KB 12/46 KB 20/158 KB 21/44 KB 24/201 KB 4/54 KB 12/46 KB 4/158 KB 3/44 KB 20/201 KB 32/54 KB 16/46 KB 24/158 KB 21/44 KB 28/201 KB 32/54 KB 20/46 KB 24/158 KB 21/44 KB 28/201 KB 36/54 KB 24/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 28/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 32/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 36/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 40/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 44/46 KB 24/158 KB 24/44 KB 28/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 28/201 KB 32/54 KB 12/46 KB 24/158 KB 21/44 KB 28/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 32/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 36/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 40/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 44/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 48/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 52/201 KB 36/54 KB 46/46 KB 24/158 KB 24/44 KB 56/201 KB 24/54 KB 12/46 KB 24/158 KB 21/44 KB 24/201 KB 36/54 KB 46/46 KB 28/158 KB 24/44 KB 56/201 KB 36/54 KB 46/46 KB 32/158 KB 24/44 KB 56/201 KB 36/54 KB 46/46 KB 36/158 KB 24/44 KB 56/201 KB 36/54 KB 46/46 KB 40/158 KB 24/44 KB 56/201 KB 36/54 KB 46/46 KB 44/158 KB 24/44 KB 56/201 KB 36/54 KB 46/46 KB 48/158 KB 24/44 KB 56/201 KB 36/54 KB 20/46 KB 24/158 KB 24/44 KB 28/201 KB 40/54 KB 46/46 KB 48/158 KB 24/44 KB 56/201 KB 44/54 KB 46/46 KB 48/158 KB 24/44 KB 56/201 KB 48/54 KB 46/46 KB 48/158 KB 24/44 KB 56/201 KB 32/54 KB 20/46 KB 24/158 KB 24/44 KB 28/201 KB 48/54 KB 46/46 KB 48/158 KB 27/44 KB 56/201 KB 48/54 KB 46/46 KB 48/158 KB 29/44 KB 56/201 KB 48/54 KB 46/46 KB 48/158 KB 32/44 KB 56/201 KB 48/54 KB 46/46 KB 52/158 KB 32/44 KB 56/201 KB 52/54 KB 46/46 KB 56/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 60/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 64/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 68/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 72/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 76/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 80/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 52/158 KB 32/44 KB 60/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 64/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 K unit-abot-epc-basic-0: 13:22:23 DEBUG unit.abot-epc-basic/0.install B 68/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 72/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 76/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 80/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 84/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 88/201 KB 52/54 KB 46/46 KB 84/158 KB 32/44 KB 92/201 KB 52/54 KB 46/46 KB 52/158 KB 32/44 KB 56/201 KB 54/54 KB 46/46 KB 84/158 KB 32/44 KB 92/201 KB 54/54 KB 46/46 KB 84/158 KB 32/44 KB 96/201 KB 54/54 KB 46/46 KB 84/158 KB 32/44 KB 100/201 KB 54/54 KB 46/46 KB 88/158 KB 32/44 KB 100/201 KB 54/54 KB 46/46 KB 92/158 KB 32/44 KB 100/201 KB 54/54 KB 46/46 KB 96/158 KB 32/44 KB 100/201 KB 54/54 KB 46/46 KB 100/158 KB 32/44 KB 100/201 KB 54/54 KB 46/46 KB 104/158 KB 32/44 KB 104/201 KB 54/54 KB 46/46 KB 108/158 KB 32/44 KB 104/201 KB 54/54 KB 46/46 KB 112/158 KB 32/44 KB 104/201 KB 54/54 KB 46/46 KB 116/158 KB 32/44 KB 104/201 KB 54/54 KB 120/158 KB 32/44 KB 104/201 KB 54/54 KB 124/158 KB 32/44 KB 104/201 KB 54/54 KB 128/158 KB 32/44 KB 104/201 KB 54/54 KB 46/46 KB 100/158 KB 32/44 KB 104/201 KB 54/54 KB 128/158 KB 32/44 KB 108/201 KB 54/54 KB 128/158 KB 32/44 KB 112/201 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 918.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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 1222.7 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install 128/158 KB 32/44 KB 116/201 KB 128/158 KB 32/44 KB 120/201 KB 128/158 KB 32/44 KB 124/201 KB 128/158 KB 32/44 KB 128/201 KB 128/158 KB 32/44 KB 132/201 KB 132/158 KB 32/44 KB 136/201 KB 132/158 KB 32/44 KB 140/201 KB 132/158 KB 32/44 KB 144/201 KB 132/158 KB 32/44 KB 132/201 KB 136/158 KB 32/44 KB 144/201 KB 140/158 KB 32/44 KB 148/201 KB 144/158 KB 32/44 KB 148/201 KB 148/158 KB 32/44 KB 148/201 KB 152/158 KB 36/44 KB 148/201 KB 156/158 KB 36/44 KB 148/201 KB 158/158 KB 36/44 KB 148/201 KB 136/158 KB 32/44 KB 148/201 KB 148/158 KB 36/44 KB 148/201 KB 158/158 KB 40/44 KB 148/201 KB 158/158 KB 44/44 KB 148/201 KB 158/158 KB 44/44 KB 148/201 KB 158/158 KB 44/44 KB 152/201 KB 158/158 KB 44/44 KB 156/201 KB 158/158 KB 44/44 KB 160/201 KB 4/6 KB 158/158 KB 44/44 KB 160/201 KB 6/6 KB 158/158 KB 44/44 KB 160/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 160/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 164/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 168/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 172/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 176/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 180/201 KB 3/3 KB 6/6 KB 158/158 KB 44/44 KB 184/201 KB 3/3 KB 6/6 KB 188/201 KB 3/3 KB 6/6 KB 192/201 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 843.4 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 107.8 KB/sec) unit-abot-epc-basic-0: 13:22: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.0 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar (158 KB at 2617.5 KB/sec) unit-abot-epc-basic-0: 13:22: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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 4/367 KB 192/201 KB 8/367 KB 192/201 KB 12/367 KB 192/201 KB 12/367 KB 3/52 KB 192/201 KB 16/367 KB 3/52 KB 192/201 KB 20/367 KB 3/52 KB 192/201 KB 3/5 KB 24/367 KB 5/52 KB 192/201 KB 3/5 KB 28/367 KB 5/52 KB 192/201 KB 3/5 KB 32/367 KB 5/52 KB 192/201 KB 3/5 KB 36/367 KB 5/52 KB 192/201 KB 3/5 KB 40/367 KB 5/52 KB 192/201 KB 3/5 KB 44/367 KB 5/52 KB 192/201 KB 3/5 KB 48/367 KB 5/52 KB 192/201 KB 3/5 KB 52/367 KB 5/52 KB 192/201 KB 3/5 KB 20/367 KB 5/52 KB 192/201 KB 3/5 KB 20/367 KB 3/52 KB 192/201 KB 5/5 KB 52/367 KB 5/52 KB 196/201 KB 5/5 KB 52/367 KB 8/52 KB 196/201 KB 5/5 KB 52/367 KB 11/52 KB 196/201 KB 5/5 KB 52/367 KB 13/52 KB 196/201 KB 5/5 KB 52/367 KB 16/52 KB 196/201 KB 5/5 KB 52/367 KB 19/52 KB 196/201 KB 5/5 KB 52/367 KB 21/52 KB 196/201 KB 5/5 KB 52/367 KB 24/52 KB 196/201 KB 5/5 KB 52/367 KB 27/52 KB 196/201 KB 5/5 KB 52/367 KB 29/52 KB 196/201 KB 5/5 KB 52/367 KB 32/52 KB 196/201 KB 3/5 KB 52/367 KB 5/52 KB 196/201 KB 5/5 KB 56/367 KB 36/52 KB 200/201 KB 5/5 KB 56/367 KB 36/52 KB 201/201 KB 4/47 KB 5/5 KB 56/367 KB 36/52 KB 201/201 KB 8/47 KB 56/367 KB 36/52 KB 201/201 KB 12/47 KB 56/367 KB 36/52 KB 201/201 KB 16/47 KB 56/367 KB 36/52 KB 201/201 KB 20/47 KB 56/367 KB 36/52 KB 201/201 KB 24/47 KB 56/367 KB 36/52 KB 201/201 KB 28/47 KB 56/367 KB 36/52 KB 201/201 KB 32/47 KB 56/367 KB 36/52 KB 201/201 KB 36/47 KB 56/367 KB 36/52 KB 201/201 KB 5/5 KB 56/367 KB 36/52 KB 196/201 KB 36/47 KB 56/367 KB 40/52 KB 201/201 KB 36/47 KB 56/367 KB 44/52 KB 201/201 KB 36/47 KB 56/367 KB 48/52 KB 201/201 KB 36/47 KB 56/367 KB 52/52 KB 201/201 KB 5/5 KB 56/367 KB 32/52 KB 196/201 KB 36/47 KB 60/367 KB 52/52 KB 201/201 KB 36/47 KB 64/367 KB 52/52 KB 201/201 KB 36/47 KB 68/367 KB 52/52 KB 201/201 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 56.3 KB/sec) unit-abot-epc-basic-0: 13:22:24 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 36/47 KB 72/367 KB 52/52 KB 36/47 KB 76/367 KB 52/52 KB 36/47 KB 80/367 KB 52/52 KB 36/47 KB 84/367 KB 52/52 KB 40/47 KB 88/367 KB 52/52 KB 40/47 KB 92/367 KB 52/52 KB 40/47 KB 96/367 KB 52/52 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 2507.4 KB/sec) unit-abot-epc-basic-0: 13:22:24 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 40/47 KB 84/367 KB 52/52 KB 44/47 KB 100/367 KB 52/52 KB 47/47 KB 100/367 KB 52/52 KB 40/47 KB 100/367 KB 52/52 KB 47/47 KB 104/367 KB 52/52 KB 47/47 KB 108/367 KB 52/52 KB 47/47 KB 112/367 KB 52/52 KB 47/47 KB 116/367 KB 52/52 KB 47/47 KB 4/238 KB 116/367 KB 52/52 KB 47/47 KB 8/238 KB 116/367 KB 52/52 KB 47/47 KB 12/238 KB 116/367 KB 52/52 KB 47/47 KB 16/238 KB 116/367 KB 52/52 KB 47/47 KB 20/238 KB 116/367 KB 52/52 KB 47/47 KB 24/238 KB 116/367 KB 52/52 KB 47/47 KB 28/238 KB 116/367 KB 52/52 KB 47/47 KB 32/238 KB 116/367 KB 52/52 KB 47/47 KB 32/238 KB 3/28 KB 116/367 KB 52/52 KB 47/47 KB 32/238 KB 5/28 KB 116/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 612.5 KB/sec) unit-abot-epc-basic-0: 13:22:24 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 47/47 KB 36/238 KB 5/28 KB 116/367 KB 47/47 KB 40/238 KB 5/28 KB 116/367 KB 47/47 KB 40/238 KB 8/28 KB 116/367 KB 47/47 KB 44/238 KB 8/28 KB 116/367 KB 47/47 KB 48/238 KB 8/28 KB 116/367 KB 47/47 KB 52/238 KB 11/28 KB 116/367 KB 56/238 KB 11/28 KB 116/367 KB 47/47 KB 48/238 KB 11/28 KB 116/367 KB 56/238 KB 13/28 KB 120/367 KB 56/238 KB 16/28 KB 120/367 KB 56/238 KB 19/28 KB 120/367 KB 56/238 KB 11/28 KB 120/367 KB 60/238 KB 21/28 KB 120/367 KB 60/238 KB 24/28 KB 124/367 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 525.2 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 60/238 KB 21/28 KB 124/367 KB 60/238 KB 27/28 KB 128/367 KB 60/238 KB 27/28 KB 132/367 KB 60/238 KB 27/28 KB 136/367 KB 60/238 KB 27/28 KB 140/367 KB 60/238 KB 27/28 KB 144/367 KB 60/238 KB 27/28 KB 148/367 KB 60/238 KB 27/28 KB 152/367 KB 60/238 KB 27/28 KB 156/367 KB 60/238 KB 19/28 KB 120/367 KB 64/238 KB 27/28 KB 156/367 KB 68/238 KB 27/28 KB 156/367 KB 72/238 KB 27/28 KB 156/367 KB 76/238 KB 27/28 KB 156/367 KB 80/238 KB 27/28 KB 156/367 KB 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 60/238 KB 27/28 KB 124/367 KB 80/238 KB 28/28 KB 156/367 KB 84/238 KB 28/28 KB 156/367 KB 88/238 KB 28/28 KB 156/367 KB 92/238 KB 28/28 KB 156/367 KB 96/238 KB 28/28 KB 160/367 KB 92/238 KB 28/28 KB 160/367 KB 100/238 KB 28/28 KB 160/367 KB 104/238 KB 28/28 KB 164/367 KB 108/238 KB 28/28 KB 164/367 KB 112/238 KB 28/28 KB 164/367 KB 100/238 KB 28/28 KB 164/367 KB 112/238 KB 28/28 KB 168/367 KB 112/238 KB 28/28 KB 172/367 KB 112/238 KB 28/28 KB 176/367 KB 112/238 KB 28/28 KB 180/367 KB 116/238 KB 28/28 KB 184/367 KB 116/238 KB 28/28 KB 188/367 KB 116/238 KB 28/28 KB 192/367 KB 116/238 KB 28/28 KB 180/367 KB 120/238 KB 28/28 KB 192/367 KB 124/238 KB 28/28 KB 192/367 KB 128/238 KB 28/28 KB 192/367 KB 132/238 KB 28/28 KB 192/367 KB 136/238 KB 28/28 KB 196/367 KB 140/238 KB 28/28 KB 196/367 KB 144/238 KB 28/28 KB 196/367 KB 132/238 KB 28/28 KB 196/367 KB 144/238 KB 28/28 KB 200/367 KB 144/238 KB 28/28 KB 204/367 KB 144/238 KB 28/28 KB 208/367 KB 144/238 KB 28/28 KB 212/367 KB 4/186 KB 148/238 KB 28/28 KB 212/367 KB 8/186 KB 148/238 KB 212/367 KB 12/186 KB 148/238 KB 212/367 KB 16/186 KB 148/238 KB 212/367 KB 20/186 KB 148/238 KB 212/367 KB 24/186 KB 148/238 KB 212/367 KB 28/186 KB 148/238 KB 212/367 KB 32/186 KB 148/238 KB 212/367 KB 36/186 KB 148/238 KB 212/367 KB 40/186 KB 148/238 KB 212/367 KB 44/186 KB 148/238 KB 212/367 KB 48/186 KB 148/238 KB 212/367 KB 52/186 KB 148/238 KB 212/367 KB 56/186 KB 148/238 KB 212/367 KB 60/186 KB 148/238 KB 212/367 KB 64/186 KB 148/238 KB 216/367 KB 148/238 KB 28/28 KB 212/367 KB 64/186 KB 152/238 KB 216/367 KB 64/186 KB 156/238 KB 216/367 KB 64/186 KB 160/238 KB 216/367 KB 60/186 KB 148/238 KB 216/367 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 250.5 KB/sec) unit-abot-epc-basic-0: 13:22:24 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 64/186 KB 160/238 KB 220/367 KB 64/186 KB 160/238 KB 224/367 KB 68/186 KB 160/238 KB 228/367 KB 68/186 KB 164/238 KB 4/1199 KB 232/367 KB 68/186 KB 160/238 KB 224/367 KB 68/186 KB 164/238 KB 4/1199 KB 228/367 KB 68/186 KB 160/238 KB 4/1199 KB 228/367 KB 72/186 KB 164/238 KB 8/1199 KB 232/367 KB 72/186 KB 164/238 KB 12/1199 KB 232/367 KB 72/186 KB 164/238 KB 16/1199 KB 232/367 KB 72/186 KB 164/238 KB 20/1199 KB 232/367 KB 72/186 KB 164/238 KB 24/1199 KB 232/367 KB 72/186 KB 164/238 KB 28/1199 KB 232/367 KB 72/186 KB 164/238 KB 32/1199 KB 232/367 KB 72/186 KB 164/238 KB 36/1199 KB 232/367 KB 72/186 KB 164/238 KB 40/1199 KB 232/367 KB 72/186 KB 164/238 KB 44/1199 KB 232/367 KB 72/186 KB 164/238 KB 48/1199 KB 232/367 KB 72/186 KB 164/238 KB 52/1199 KB 232/367 KB 72/186 KB 164/238 KB 56/1199 KB 232/367 KB 72/186 KB 164/238 KB 60/1199 KB 232/367 KB 72/186 KB 164/238 KB 64/1199 KB 232/367 KB 72/186 KB 164/238 KB 68/1199 KB 232/367 KB 72/186 KB 164/238 KB 4/1199 KB 232/367 KB 76/186 KB 168/238 KB 68/1199 KB 232/367 KB 80/186 KB 168/238 KB 72/1199 KB 232/367 KB 72/186 KB 168/238 KB 68/1199 KB 232/367 KB 80/186 KB 172/238 KB 72/1199 KB 236/367 KB 80/186 KB 176/238 KB 72/1199 KB 236/367 KB 84/186 KB 180/238 KB 72/1199 KB 236/367 KB 84/186 KB 184/238 KB 72/1199 KB 236/367 KB 3/558 KB 84/186 KB 188/238 KB 72/1199 KB 236/367 KB 3/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 3/558 KB 80/186 KB 168/238 KB 72/1199 KB 236/367 KB 76/186 KB 168/238 KB 72/1199 KB 232/367 KB 84/186 KB 180/238 KB 72/1199 KB 236/367 KB 3/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 5/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 8/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 11/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 13/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 16/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 19/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 21/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 24/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 27/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 29/558 KB 84/186 KB 192/238 KB 72/1199 KB 236/367 KB 32/558 KB 84/186 KB 192/238 KB 76/1199 KB 236/367 KB 36/558 KB 84/186 KB 192/238 KB 76/1199 KB 240/367 KB 40/558 KB 84/186 KB 192/238 KB 76/1199 KB 240/367 KB 44/558 KB 84/186 KB 192/238 KB 76/1199 KB 240/367 KB 48/558 KB 84/186 KB 192/238 KB 76/1199 KB 240/367 KB 52/558 KB 84/186 KB 196/238 KB 76/1199 KB 240/367 KB 56/558 KB 84/186 KB 196/238 KB 76/1199 KB 240/367 KB 60/558 KB 84/186 KB 196/238 KB 76/1199 KB 240/367 KB 64/558 KB 84/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 84/186 KB 176/238 KB 72/1199 KB 236/367 KB 88/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 92/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 96/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 100/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 104/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 108/186 KB 196/238 KB 76/1199 KB 240/367 KB 68/558 KB 84/186 KB 196/238 KB 76/1199 KB 240/367 KB 52/558 KB 108/186 KB 200/238 KB 76/1199 KB 240/367 KB 68/558 KB 112/186 KB 204/238 KB 76/1199 KB 240/367 KB 68/558 KB 112/186 KB 208/238 KB 76/1199 KB 240/367 KB 68/558 KB 84/186 KB 192/238 KB 76/1199 KB 240/367 KB 36/558 KB 84/186 KB 192/238 KB 76/1199 KB 236/367 KB 32/558 KB 112/186 KB 208/238 KB 80/1199 KB 240/367 KB 68/558 KB 112/186 KB 208/238 KB 84/1199 KB 240/367 KB 68/558 KB 112 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install /186 KB 208/238 KB 88/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 92/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 96/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 100/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 104/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 108/1199 KB 244/367 KB 68/558 KB 112/186 KB 208/238 KB 112/1199 KB 244/367 KB 68/558 KB 112/186 KB 200/238 KB 76/1199 KB 240/367 KB 68/558 KB 116/186 KB 208/238 KB 112/1199 KB 244/367 KB 68/558 KB 120/186 KB 208/238 KB 116/1199 KB 244/367 KB 72/558 KB 112/186 KB 208/238 KB 84/1199 KB 244/367 KB 68/558 KB 120/186 KB 212/238 KB 116/1199 KB 248/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 252/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 256/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 260/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 264/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 268/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 272/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 276/367 KB 72/558 KB 120/186 KB 212/238 KB 116/1199 KB 244/367 KB 72/558 KB 124/186 KB 216/238 KB 116/1199 KB 276/367 KB 72/558 KB 124/186 KB 220/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 224/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 228/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 232/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 236/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 238/238 KB 116/1199 KB 280/367 KB 72/558 KB 116/186 KB 208/238 KB 116/1199 KB 244/367 KB 72/558 KB 124/186 KB 238/238 KB 116/1199 KB 280/367 KB 76/558 KB 124/186 KB 238/238 KB 116/1199 KB 280/367 KB 80/558 KB 116/186 KB 208/238 KB 116/1199 KB 244/367 KB 68/558 KB 124/186 KB 238/238 KB 120/1199 KB 280/367 KB 80/558 KB 124/186 KB 238/238 KB 124/1199 KB 280/367 KB 80/558 KB 124/186 KB 238/238 KB 128/1199 KB 280/367 KB 80/558 KB 124/186 KB 238/238 KB 132/1199 KB 280/367 KB 80/558 KB 124/186 KB 238/238 KB 136/1199 KB 280/367 KB 84/558 KB 124/186 KB 238/238 KB 140/1199 KB 280/367 KB 84/558 KB 124/186 KB 238/238 KB 144/1199 KB 280/367 KB 84/558 KB 124/186 KB 216/238 KB 116/1199 KB 280/367 KB 72/558 KB 124/186 KB 238/238 KB 144/1199 KB 284/367 KB 84/558 KB 124/186 KB 238/238 KB 144/1199 KB 288/367 KB 84/558 KB 124/186 KB 212/238 KB 116/1199 KB 276/367 KB 72/558 KB 128/186 KB 238/238 KB 144/1199 KB 288/367 KB 84/558 KB 132/186 KB 238/238 KB 144/1199 KB 288/367 KB 84/558 KB 136/186 KB 238/238 KB 144/1199 KB 292/367 KB 84/558 KB 140/186 KB 238/238 KB 144/1199 KB 292/367 KB 84/558 KB 144/186 KB 238/238 KB 144/1199 KB 292/367 KB 84/558 KB 124/186 KB 238/238 KB 132/1199 KB 280/367 KB 84/558 KB 144/186 KB 238/238 KB 144/1199 KB 292/367 KB 88/558 KB 144/186 KB 238/238 KB 144/1199 KB 292/367 KB 92/558 KB 144/186 KB 238/238 KB 144/1199 KB 292/367 KB 96/558 KB 144/186 KB 238/238 KB 144/1199 KB 292/367 KB 100/558 KB 148/186 KB 238/238 KB 148/1199 KB 292/367 KB 104/558 KB 148/186 KB 238/238 KB 148/1199 KB 292/367 KB 108/558 KB 148/186 KB 238/238 KB 148/1199 KB 292/367 KB 112/558 KB 132/186 KB 238/238 KB 144/1199 KB 292/367 KB 84/558 KB 148/186 KB 238/238 KB 148/1199 KB 296/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 300/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 304/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 308/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 312/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 316/367 KB 112/558 KB 14 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 8/186 KB 238/238 KB 148/1199 KB 320/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 324/367 KB 112/558 KB 148/186 KB 238/238 KB 148/1199 KB 328/367 KB 116/558 KB 148/186 KB 238/238 KB 148/1199 KB 332/367 KB 116/558 KB 148/186 KB 238/238 KB 148/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 148/1199 KB 292/367 KB 100/558 KB 148/186 KB 238/238 KB 152/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 156/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 160/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 164/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 168/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 172/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 144/1199 KB 292/367 KB 100/558 KB 152/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 156/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 160/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 164/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 168/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 172/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 176/186 KB 238/238 KB 176/1199 KB 336/367 KB 116/558 KB 148/186 KB 238/238 KB 148/1199 KB 324/367 KB 116/558 KB 176/186 KB 238/238 KB 176/1199 KB 336/367 KB 120/558 KB 176/186 KB 238/238 KB 176/1199 KB 336/367 KB 124/558 KB 176/186 KB 176/1199 KB 336/367 KB 128/558 KB 180/186 KB 176/1199 KB 336/367 KB 132/558 KB 180/186 KB 180/1199 KB 340/367 KB 136/558 KB 180/186 KB 180/1199 KB 340/367 KB 140/558 KB 180/186 KB 180/1199 KB 340/367 KB 144/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 1562.0 KB/sec) unit-abot-epc-basic-0: 13:22:24 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: 13:22:24 DEBUG unit.abot-epc-basic/0.install 180/186 KB 180/1199 KB 340/367 KB 132/558 KB 180/186 KB 184/1199 KB 340/367 KB 144/558 KB 180/186 KB 188/1199 KB 340/367 KB 144/558 KB 180/186 KB 192/1199 KB 340/367 KB 144/558 KB 180/186 KB 176/1199 KB 340/367 KB 132/558 KB 180/186 KB 192/1199 KB 344/367 KB 144/558 KB 180/186 KB 192/1199 KB 348/367 KB 144/558 KB 180/186 KB 192/1199 KB 352/367 KB 144/558 KB 180/186 KB 196/1199 KB 356/367 KB 144/558 KB 180/186 KB 196/1199 KB 360/367 KB 148/558 KB 180/186 KB 196/1199 KB 364/367 KB 148/558 KB 180/186 KB 196/1199 KB 367/367 KB 148/558 KB 180/186 KB 176/1199 KB 336/367 KB 128/558 KB 184/186 KB 196/1199 KB 367/367 KB 148/558 KB 186/186 KB 196/1199 KB 367/367 KB 148/558 KB 180/186 KB 196/1199 KB 356/367 KB 148/558 KB 186/186 KB 196/1199 KB 367/367 KB 152/558 KB 186/186 KB 196/1199 KB 367/367 KB 156/558 KB 186/186 KB 196/1199 KB 367/367 KB 160/558 KB 186/186 KB 196/1199 KB 367/367 KB 164/558 KB 186/186 KB 196/1199 KB 367/367 KB 168/558 KB 186/186 KB 196/1199 KB 367/367 KB 172/558 KB 186/186 KB 196/1199 KB 367/367 KB 176/558 KB 186/186 KB 196/1199 KB 367/367 KB 180/558 KB 180/186 KB 196/1199 KB 352/367 KB 144/558 KB 186/186 KB 200/1199 KB 367/367 KB 180/558 KB 186/186 KB 204/1199 KB 367/367 KB 180/558 KB 186/186 KB 208/1199 KB 367/367 KB 180/558 KB 186/186 KB 212/1199 KB 367/367 KB 180/558 KB 186/186 KB 216/1199 KB 367/367 KB 180/558 KB 186/186 KB 220/1199 KB 367/367 KB 180/558 KB 186/186 KB 224/1199 KB 367/367 KB 180/558 KB 186/186 KB 228/1199 KB 367/367 KB 180/558 KB 186/186 KB 232/1199 KB 367/367 KB 180/558 KB 186/186 KB 236/1199 KB 367/367 KB 184/558 KB 186/186 KB 240/1199 KB 367/367 KB 184/558 KB 186/186 KB 232/1199 KB 367/367 KB 184/558 KB 186/186 KB 240/1199 KB 367/367 KB 188/558 KB 186/186 KB 240/1199 KB 367/367 KB 192/558 KB 186/186 KB 244/1199 KB 367/367 KB 192/558 KB 186/186 KB 248/1199 KB 4/1206 KB 367/367 KB 196/558 KB 186/186 KB 244/1199 KB 4/1206 KB 367/367 KB 196/558 KB 186/186 KB 244/1199 KB 4/1206 KB 367/367 KB 192/558 KB 186/186 KB 248/1199 KB 8/1206 KB 367/367 KB 196/558 KB 186/186 KB 248/1199 KB 12/1206 KB 196/558 KB 186/186 KB 248/1199 KB 16/1206 KB 196/558 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1134.0 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 248/1199 KB 20/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 2248.3 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 248/1199 KB 24/1206 KB 196/558 KB 248/1199 KB 28/1206 KB 196/558 KB 248/1199 KB 32/1206 KB 196/558 KB 248/1199 KB 36/1206 KB 196/558 KB 252/1199 KB 40/1206 KB 200/558 KB 252/1199 KB 44/1206 KB 200/558 KB 252/1199 KB 48/1206 KB 200/558 KB 252/1199 KB 52/1206 KB 200/558 KB 252/1199 KB 56/1206 KB 200/558 KB 252/1199 KB 60/1206 KB 200/558 KB 252/1199 KB 64/1206 KB 200/558 KB 248/1199 KB 36/1206 KB 200/558 KB 252/1199 KB 64/1206 KB 204/558 KB 252/1199 KB 64/1206 KB 208/558 KB 252/1199 KB 36/1206 KB 200/558 KB 256/1199 KB 64/1206 KB 208/558 KB 4/181 KB 256/1199 KB 64/1206 KB 208/558 KB 8/181 KB 256/1199 KB 64/1206 KB 208/558 KB 12/181 KB 256/1199 KB 64/1206 KB 208/558 KB 16/181 KB 256/1199 KB 64/1206 KB 208/558 KB 20/181 KB 256/1199 KB 64/1206 KB 208/558 KB 24/181 KB 260/1199 KB 64/1206 KB 212/558 KB 28/181 KB 260/1199 KB 64/1206 KB 212/558 KB 32/181 KB 260/1199 KB 64/1206 KB 212/558 KB 20/181 KB 260/1199 KB 64/1206 KB 212/558 KB 32/181 KB 264/1199 KB 64/1206 KB 212/558 KB 32/181 KB 268/1199 KB 64/1206 KB 212/558 KB 20/181 KB 256/1199 KB 64/1206 KB 212/558 KB 32/181 KB 268/1199 KB 64/1206 KB 216/558 KB 32/181 KB 268/1199 KB 64/1206 KB 220/558 KB 32/181 KB 268/1199 KB 64/1206 KB 224/558 KB 32/181 KB 268/1199 KB 64/1206 KB 228/558 KB 36/181 KB 272/1199 KB 68/1206 KB 232/558 KB 36/181 KB 272/1199 KB 68/1206 KB 236/558 KB 36/181 KB 272/1199 KB 68/1206 KB 240/558 KB 36/181 KB 272/1199 KB 68/1206 KB 244/558 KB 36/181 KB 272/1199 KB 68/1206 KB 248/558 KB 36/181 KB 272/1199 KB 68/1206 KB 252/558 KB 36/181 KB 272/1199 KB 68/1206 KB 256/558 KB 36/181 KB 272/1199 KB 68/1206 KB 228/558 KB 36/181 KB 272/1199 KB 72/1206 KB 256/558 KB 36/181 KB 272/1199 KB 76/1206 KB 256/558 KB 36/181 KB 272/1199 KB 80/1206 KB 256/558 KB 36/181 KB 272/1199 KB 64/1206 KB 228/558 KB 40/181 KB 272/1199 KB 80/1206 KB 256/558 KB 44/181 KB 272/1199 KB 80/1206 KB 256/558 KB 48/181 KB 272/1199 KB 80/1206 KB 256/558 KB 52/181 KB 272/1199 KB 80/1206 KB 256/558 KB 56/181 KB 272/1199 KB 84/1206 KB 256/558 KB 60/181 KB 272/1199 KB 84/1206 KB 256/558 KB 64/181 KB 272/1199 KB 84/1206 KB 256/558 KB 32/181 KB 272/1199 KB 64/1206 KB 228/558 KB 64/181 KB 276/1199 KB 84/1206 KB 256/558 KB 64/181 KB 280/1199 KB 84/1206 KB 256/558 KB 64/181 KB 284/1199 KB 84/1206 KB 256/558 KB 64/181 KB 288/1199 KB 84/1206 KB 256/558 KB 64/181 KB 292/1199 KB 84/1206 KB 256/558 KB 64/181 KB 296/1199 KB 84/1206 KB 256/558 KB 64/181 KB 300/1199 KB 84/1206 KB 256/558 KB 64/181 KB 304/1199 KB 84/1206 KB 256/558 KB 64/181 KB 308/1199 KB 84/1206 KB 260/558 KB 68/181 KB 312/1199 KB 84/1206 KB 260/558 KB 68/181 KB 316/1199 KB 84/1206 KB 260/558 KB 68/181 KB 320/1199 KB 84/1206 KB 260/558 KB 52/181 KB 272/1199 KB 84/1206 KB 256/558 KB 68/181 KB 320/1199 KB 88/1206 KB 260/558 KB 68/181 KB 320/1199 KB 92/1206 KB 260/558 KB 68/181 KB 320/1199 KB 96/1206 KB 260/558 KB 68/181 KB 320/1199 KB 100/1206 KB 260/558 KB 68/181 KB 320/1199 KB 104/1206 KB 260/558 KB 68/181 KB 320/1199 KB 108/1206 KB 260/558 KB 68/181 KB 320/1199 KB 112/1206 KB 260/558 KB 68/181 KB 308/1199 KB 84/1206 KB 260/558 KB 72/181 KB 320/1199 KB 112/1206 KB 260/558 KB 76/181 KB 320/1199 KB 112/1206 KB 260/558 KB 80/181 KB 320/1199 KB 112/1206 KB 260/558 KB 64/181 KB 304/1199 KB 84/1206 KB 260/558 KB 80/181 KB 320/1199 KB 112/1206 KB 264/558 KB 80/181 KB 320/1199 KB 112/1206 KB 268/558 KB 80/181 KB 320/1199 KB 112/1206 KB 272/558 KB 80/181 KB 320/1199 KB 112/1206 KB unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 276/558 KB 84/181 KB 324/1199 KB 116/1206 KB 280/558 KB 84/181 KB 324/1199 KB 116/1206 KB 284/558 KB 84/181 KB 324/1199 KB 116/1206 KB 288/558 KB 84/181 KB 324/1199 KB 116/1206 KB 276/558 KB 84/181 KB 324/1199 KB 120/1206 KB 288/558 KB 84/181 KB 324/1199 KB 124/1206 KB 288/558 KB 84/181 KB 324/1199 KB 128/1206 KB 288/558 KB 84/181 KB 324/1199 KB 132/1206 KB 288/558 KB 84/181 KB 324/1199 KB 136/1206 KB 292/558 KB 84/181 KB 324/1199 KB 140/1206 KB 292/558 KB 84/181 KB 324/1199 KB 144/1206 KB 292/558 KB 84/181 KB 324/1199 KB 112/1206 KB 276/558 KB 84/181 KB 328/1199 KB 144/1206 KB 292/558 KB 84/181 KB 332/1199 KB 144/1206 KB 292/558 KB 84/181 KB 320/1199 KB 112/1206 KB 276/558 KB 88/181 KB 332/1199 KB 144/1206 KB 292/558 KB 92/181 KB 332/1199 KB 144/1206 KB 292/558 KB 96/181 KB 332/1199 KB 144/1206 KB 292/558 KB 100/181 KB 336/1199 KB 144/1206 KB 292/558 KB 104/181 KB 336/1199 KB 144/1206 KB 292/558 KB 108/181 KB 336/1199 KB 144/1206 KB 292/558 KB 112/181 KB 336/1199 KB 144/1206 KB 292/558 KB 84/181 KB 324/1199 KB 132/1206 KB 292/558 KB 112/181 KB 336/1199 KB 144/1206 KB 296/558 KB 112/181 KB 336/1199 KB 144/1206 KB 300/558 KB 112/181 KB 336/1199 KB 144/1206 KB 304/558 KB 96/181 KB 336/1199 KB 144/1206 KB 292/558 KB 112/181 KB 340/1199 KB 144/1206 KB 304/558 KB 112/181 KB 344/1199 KB 144/1206 KB 304/558 KB 112/181 KB 348/1199 KB 144/1206 KB 304/558 KB 112/181 KB 352/1199 KB 144/1206 KB 304/558 KB 112/181 KB 356/1199 KB 144/1206 KB 308/558 KB 116/181 KB 360/1199 KB 148/1206 KB 308/558 KB 116/181 KB 364/1199 KB 148/1206 KB 308/558 KB 116/181 KB 368/1199 KB 148/1206 KB 308/558 KB 112/181 KB 352/1199 KB 144/1206 KB 308/558 KB 116/181 KB 368/1199 KB 148/1206 KB 312/558 KB 116/181 KB 368/1199 KB 148/1206 KB 316/558 KB 116/181 KB 368/1199 KB 148/1206 KB 320/558 KB 116/181 KB 356/1199 KB 148/1206 KB 308/558 KB 120/181 KB 368/1199 KB 148/1206 KB 320/558 KB 124/181 KB 368/1199 KB 148/1206 KB 320/558 KB 128/181 KB 368/1199 KB 148/1206 KB 320/558 KB 112/181 KB 356/1199 KB 148/1206 KB 308/558 KB 128/181 KB 368/1199 KB 152/1206 KB 320/558 KB 128/181 KB 368/1199 KB 156/1206 KB 320/558 KB 128/181 KB 368/1199 KB 156/1206 KB 324/558 KB 132/181 KB 372/1199 KB 160/1206 KB 328/558 KB 132/181 KB 372/1199 KB 160/1206 KB 332/558 KB 132/181 KB 372/1199 KB 160/1206 KB 336/558 KB 132/181 KB 372/1199 KB 160/1206 KB 324/558 KB 132/181 KB 376/1199 KB 160/1206 KB 336/558 KB 132/181 KB 380/1199 KB 160/1206 KB 336/558 KB 132/181 KB 384/1199 KB 160/1206 KB 336/558 KB 132/181 KB 388/1199 KB 160/1206 KB 340/558 KB 132/181 KB 392/1199 KB 160/1206 KB 340/558 KB 132/181 KB 396/1199 KB 160/1206 KB 340/558 KB 132/181 KB 400/1199 KB 160/1206 KB 340/558 KB 132/181 KB 404/1199 KB 160/1206 KB 340/558 KB 132/181 KB 368/1199 KB 160/1206 KB 324/558 KB 132/181 KB 404/1199 KB 164/1206 KB 340/558 KB 132/181 KB 404/1199 KB 168/1206 KB 340/558 KB 132/181 KB 404/1199 KB 172/1206 KB 340/558 KB 132/181 KB 404/1199 KB 176/1206 KB 340/558 KB 132/181 KB 368/1199 KB 156/1206 KB 324/558 KB 136/181 KB 404/1199 KB 176/1206 KB 340/558 KB 140/181 KB 404/1199 KB 176/1206 KB 340/558 KB 144/181 KB 404/1199 KB 176/1206 KB 340/558 KB 148/181 KB 404/1199 KB 176/1206 KB 340/558 KB 152/181 KB 404/1199 KB 180/1206 KB 340/558 KB 156/181 KB 404/1199 KB 180/1206 KB 340/558 KB 160/181 KB 404/1199 KB 180/1206 KB 340/558 KB 132/181 KB 384/1199 KB 160/1206 KB 340/558 KB 160/181 KB 404/1199 KB 180/1206 KB 344/558 KB 160/181 KB 404/1199 KB 180/1 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 206 KB 348/558 KB 160/181 KB 404/1199 KB 180/1206 KB 352/558 KB 148/181 KB 404/1199 KB 180/1206 KB 340/558 KB 160/181 KB 404/1199 KB 184/1206 KB 352/558 KB 160/181 KB 404/1199 KB 188/1206 KB 352/558 KB 164/181 KB 404/1199 KB 192/1206 KB 352/558 KB 164/181 KB 404/1199 KB 196/1206 KB 352/558 KB 164/181 KB 408/1199 KB 200/1206 KB 356/558 KB 164/181 KB 408/1199 KB 204/1206 KB 356/558 KB 164/181 KB 408/1199 KB 208/1206 KB 356/558 KB 164/181 KB 404/1199 KB 188/1206 KB 352/558 KB 168/181 KB 408/1199 KB 208/1206 KB 356/558 KB 172/181 KB 408/1199 KB 208/1206 KB 356/558 KB 176/181 KB 408/1199 KB 208/1206 KB 356/558 KB 164/181 KB 408/1199 KB 196/1206 KB 356/558 KB 176/181 KB 412/1199 KB 208/1206 KB 356/558 KB 176/181 KB 416/1199 KB 208/1206 KB 356/558 KB 164/181 KB 404/1199 KB 196/1206 KB 356/558 KB 176/181 KB 416/1199 KB 208/1206 KB 360/558 KB 176/181 KB 416/1199 KB 208/1206 KB 364/558 KB 176/181 KB 416/1199 KB 208/1206 KB 368/558 KB 176/181 KB 416/1199 KB 208/1206 KB 372/558 KB 180/181 KB 420/1199 KB 212/1206 KB 376/558 KB 180/181 KB 420/1199 KB 212/1206 KB 380/558 KB 180/181 KB 420/1199 KB 212/1206 KB 384/558 KB 180/181 KB 420/1199 KB 212/1206 KB 372/558 KB 181/181 KB 420/1199 KB 212/1206 KB 384/558 KB 176/181 KB 420/1199 KB 208/1206 KB 372/558 KB 181/181 KB 424/1199 KB 212/1206 KB 384/558 KB 181/181 KB 428/1199 KB 212/1206 KB 384/558 KB 181/181 KB 432/1199 KB 212/1206 KB 384/558 KB 181/181 KB 436/1199 KB 212/1206 KB 384/558 KB 181/181 KB 440/1199 KB 212/1206 KB 388/558 KB 181/181 KB 444/1199 KB 212/1206 KB 388/558 KB 181/181 KB 448/1199 KB 212/1206 KB 388/558 KB 176/181 KB 420/1199 KB 212/1206 KB 372/558 KB 181/181 KB 448/1199 KB 216/1206 KB 388/558 KB 181/181 KB 448/1199 KB 220/1206 KB 388/558 KB 181/181 KB 448/1199 KB 224/1206 KB 388/558 KB 181/181 KB 448/1199 KB 228/1206 KB 388/558 KB 181/181 KB 448/1199 KB 232/1206 KB 388/558 KB 181/181 KB 448/1199 KB 236/1206 KB 388/558 KB 181/181 KB 448/1199 KB 240/1206 KB 388/558 KB 181/181 KB 436/1199 KB 212/1206 KB 388/558 KB 181/181 KB 448/1199 KB 240/1206 KB 392/558 KB 181/181 KB 448/1199 KB 240/1206 KB 396/558 KB 181/181 KB 448/1199 KB 240/1206 KB 400/558 KB 181/181 KB 448/1199 KB 240/1206 KB 404/558 KB 181/181 KB 452/1199 KB 244/1206 KB 404/558 KB 181/181 KB 452/1199 KB 248/1206 KB 404/558 KB 181/181 KB 452/1199 KB 252/1206 KB 408/558 KB 181/181 KB 452/1199 KB 256/1206 KB 408/558 KB 181/181 KB 452/1199 KB 240/1206 KB 404/558 KB 181/181 KB 456/1199 KB 256/1206 KB 408/558 KB 181/181 KB 460/1199 KB 256/1206 KB 408/558 KB 181/181 KB 464/1199 KB 256/1206 KB 408/558 KB 181/181 KB 468/1199 KB 256/1206 KB 408/558 KB 472/1199 KB 260/1206 KB 408/558 KB 476/1199 KB 260/1206 KB 408/558 KB 480/1199 KB 260/1206 KB 408/558 KB 181/181 KB 452/1199 KB 248/1206 KB 408/558 KB 480/1199 KB 260/1206 KB 412/558 KB 480/1199 KB 260/1206 KB 416/558 KB 480/1199 KB 260/1206 KB 420/558 KB 480/1199 KB 260/1206 KB 424/558 KB 480/1199 KB 260/1206 KB 428/558 KB 480/1199 KB 260/1206 KB 432/558 KB 468/1199 KB 260/1206 KB 408/558 KB 480/1199 KB 264/1206 KB 432/558 KB 480/1199 KB 268/1206 KB 432/558 KB 480/1199 KB 272/1206 KB 432/558 KB 480/1199 KB 276/1206 KB 432/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 814.4 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 484/1199 KB 280/1206 KB 436/558 KB 484/1199 KB 284/1206 KB 436/558 KB 484/1199 KB 288/1206 KB 436/558 KB 484/1199 KB 276/1206 KB 436/558 KB 484/1199 KB 288/1206 KB 440/558 KB 484/1199 KB 288/1206 KB 444/558 KB 484/1199 KB 288/1206 KB 448/558 KB 484/1199 KB 288/1206 KB 452/558 KB 484/1199 KB 292/1206 KB 456/558 KB 484/1199 KB 276/1206 KB 432/558 KB 488/1199 KB 292/1206 KB 456/558 KB 492/1199 KB 292/1206 KB 456/558 KB 496/1199 KB 292/1206 KB 456/558 KB 500/1199 KB 292/1206 KB 456/558 KB 484/1199 KB 292/1206 KB 452/558 KB 500/1199 KB 296/1206 KB 460/558 KB 500/1199 KB 300/1206 KB 460/558 KB 504/1199 KB 304/1206 KB 460/558 KB 500/1199 KB 292/1206 KB 460/558 KB 504/1199 KB 304/1206 KB 464/558 KB 504/1199 KB 304/1206 KB 468/558 KB 504/1199 KB 308/1206 KB 472/558 KB 504/1199 KB 308/1206 KB 476/558 KB 504/1199 KB 308/1206 KB 480/558 KB 504/1199 KB 300/1206 KB 460/558 KB 508/1199 KB 308/1206 KB 480/558 KB 512/1199 KB 308/1206 KB 480/558 KB 516/1199 KB 308/1206 KB 480/558 KB 520/1199 KB 308/1206 KB 480/558 KB 524/1199 KB 308/1206 KB 480/558 KB 528/1199 KB 308/1206 KB 480/558 KB 504/1199 KB 308/1206 KB 468/558 KB 528/1199 KB 312/1206 KB 484/558 KB 528/1199 KB 316/1206 KB 484/558 KB 528/1199 KB 320/1206 KB 484/558 KB 528/1199 KB 324/1206 KB 484/558 KB 532/1199 KB 328/1206 KB 484/558 KB 532/1199 KB 332/1206 KB 484/558 KB 532/1199 KB 336/1206 KB 484/558 KB 528/1199 KB 308/1206 KB 484/558 KB 532/1199 KB 336/1206 KB 488/558 KB 532/1199 KB 336/1206 KB 492/558 KB 532/1199 KB 324/1206 KB 484/558 KB 536/1199 KB 336/1206 KB 496/558 KB 540/1199 KB 336/1206 KB 496/558 KB 544/1199 KB 336/1206 KB 496/558 KB 548/1199 KB 336/1206 KB 496/558 KB 552/1199 KB 340/1206 KB 496/558 KB 556/1199 KB 340/1206 KB 496/558 KB 560/1199 KB 340/1206 KB 496/558 KB 532/1199 KB 336/1206 KB 496/558 KB 560/1199 KB 340/1206 KB 500/558 KB 560/1199 KB 340/1206 KB 504/558 KB 560/1199 KB 340/1206 KB 508/558 KB 560/1199 KB 340/1206 KB 512/558 KB 560/1199 KB 340/1206 KB 516/558 KB 564/1199 KB 340/1206 KB 520/558 KB 548/1199 KB 340/1206 KB 496/558 KB 564/1199 KB 344/1206 KB 520/558 KB 564/1199 KB 348/1206 KB 520/558 KB 564/1199 KB 352/1206 KB 520/558 KB 564/1199 KB 356/1206 KB 520/558 KB 564/1199 KB 360/1206 KB 520/558 KB 564/1199 KB 364/1206 KB 520/558 KB 564/1199 KB 368/1206 KB 520/558 KB 564/1199 KB 372/1206 KB 520/558 KB 564/1199 KB 340/1206 KB 516/558 KB 568/1199 KB 372/1206 KB 524/558 KB 572/1199 KB 372/1206 KB 524/558 KB 576/1199 KB 372/1206 KB 524/558 KB 564/1199 KB 372/1206 KB 524/558 KB 576/1199 KB 372/1206 KB 528/558 KB 576/1199 KB 372/1206 KB 532/558 KB 580/1199 KB 376/1206 KB 536/558 KB 580/1199 KB 376/1206 KB 540/558 KB 580/1199 KB 376/1206 KB 532/558 KB 580/1199 KB 380/1206 KB 540/558 KB 580/1199 KB 384/1206 KB 540/558 KB 580/1199 KB 388/1206 KB 540/558 KB 580/1199 KB 392/1206 KB 544/558 KB 580/1199 KB 396/1206 KB 544/558 KB 580/1199 KB 372/1206 KB 532/558 KB 584/1199 KB 396/1206 KB 544/558 KB 588/1199 KB 396/1206 KB 544/558 KB 592/1199 KB 396/1206 KB 544/558 KB 596/1199 KB 396/1206 KB 544/558 KB 580/1199 KB 388/1206 KB 544/558 KB 596/1199 KB 400/1206 KB 548/558 KB 596/1199 KB 400/1206 KB 552/558 KB 596/1199 KB 400/1206 KB 556/558 KB 596/1199 KB 400/1206 KB 558/558 KB 596/1199 KB 400/1206 KB 544/558 KB 600/1199 KB 400/1206 KB 558/558 KB 604/1199 KB 400/1206 KB 558/558 KB 608/1199 KB 404/1206 KB 558/558 KB 612/1199 KB 404/1206 KB 558/558 KB 616/1199 KB 404/1206 KB 558/558 KB 620/1199 KB 404/1206 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install KB 558/558 KB 624/1199 KB 404/1206 KB 558/558 KB 604/1199 KB 404/1206 KB 558/558 KB 624/1199 KB 408/1206 KB 558/558 KB 624/1199 KB 412/1206 KB 558/558 KB 624/1199 KB 416/1206 KB 558/558 KB 624/1199 KB 420/1206 KB 558/558 KB 628/1199 KB 424/1206 KB 558/558 KB 628/1199 KB 428/1206 KB 558/558 KB 628/1199 KB 432/1206 KB 558/558 KB 628/1199 KB 420/1206 KB 558/558 KB 632/1199 KB 432/1206 KB 558/558 KB 636/1199 KB 432/1206 KB 558/558 KB 640/1199 KB 432/1206 KB 558/558 KB 644/1199 KB 432/1206 KB 558/558 KB 648/1199 KB 436/1206 KB 558/558 KB 652/1199 KB 436/1206 KB 558/558 KB 656/1199 KB 436/1206 KB 558/558 KB 644/1199 KB 436/1206 KB 558/558 KB 656/1199 KB 440/1206 KB 558/558 KB 656/1199 KB 444/1206 KB 558/558 KB 656/1199 KB 448/1206 KB 558/558 KB 656/1199 KB 452/1206 KB 558/558 KB 660/1199 KB 456/1206 KB 558/558 KB 660/1199 KB 460/1206 KB 558/558 KB 660/1199 KB 464/1206 KB 558/558 KB 660/1199 KB 452/1206 KB 558/558 KB 664/1199 KB 464/1206 KB 558/558 KB 668/1199 KB 464/1206 KB 558/558 KB 672/1199 KB 464/1206 KB 558/558 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2210.7 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 672/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 468/1206 KB 680/1199 KB 480/1206 KB 684/1199 KB 480/1206 KB 688/1199 KB 480/1206 KB 692/1199 KB 484/1206 KB 696/1199 KB 484/1206 KB 700/1199 KB 484/1206 KB 704/1199 KB 484/1206 KB 688/1199 KB 484/1206 KB 704/1199 KB 488/1206 KB 704/1199 KB 492/1206 KB 704/1199 KB 496/1206 KB 704/1199 KB 500/1206 KB 704/1199 KB 504/1206 KB 704/1199 KB 508/1206 KB 708/1199 KB 512/1206 KB 708/1199 KB 508/1206 KB 712/1199 KB 512/1206 KB 716/1199 KB 512/1206 KB 720/1199 KB 516/1206 KB 724/1199 KB 516/1206 KB 728/1199 KB 516/1206 KB 732/1199 KB 516/1206 KB 736/1199 KB 516/1206 KB 740/1199 KB 516/1206 KB 744/1199 KB 516/1206 KB 748/1199 KB 516/1206 KB 752/1199 KB 516/1206 KB 756/1199 KB 516/1206 KB 716/1199 KB 516/1206 KB 756/1199 KB 520/1206 KB 756/1199 KB 524/1206 KB 756/1199 KB 528/1206 KB 756/1199 KB 532/1206 KB 756/1199 KB 536/1206 KB 756/1199 KB 540/1206 KB 756/1199 KB 544/1206 KB 756/1199 KB 548/1206 KB 760/1199 KB 548/1206 KB 764/1199 KB 552/1206 KB 768/1199 KB 552/1206 KB 760/1199 KB 552/1206 KB 768/1199 KB 556/1206 KB 768/1199 KB 560/1206 KB 768/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 564/1206 KB 776/1199 KB 576/1206 KB 780/1199 KB 576/1206 KB 784/1199 KB 576/1206 KB 788/1199 KB 576/1206 KB 792/1199 KB 580/1206 KB 796/1199 KB 580/1206 KB 800/1199 KB 580/1206 KB 788/1199 KB 580/1206 KB 800/1199 KB 584/1206 KB 800/1199 KB 588/1206 KB 800/1199 KB 592/1206 KB 800/1199 KB 596/1206 KB 804/1199 KB 600/1206 KB 804/1199 KB 596/1206 KB 808/1199 KB 600/1206 KB 812/1199 KB 600/1206 KB 816/1199 KB 600/1206 KB 816/1199 KB 604/1206 KB 816/1199 KB 608/1206 KB 816/1199 KB 612/1206 KB 820/1199 KB 616/1206 KB 820/1199 KB 620/1206 KB 820/1199 KB 624/1206 KB 820/1199 KB 612/1206 KB 824/1199 KB 624/1206 KB 828/1199 KB 624/1206 KB 832/1199 KB 624/1206 KB 836/1199 KB 624/1206 KB 840/1199 KB 628/1206 KB 844/1199 KB 628/1206 KB 848/1199 KB 628/1206 KB 836/1199 KB 628/1206 KB 848/1199 KB 632/1206 KB 848/1199 KB 636/1206 KB 848/1199 KB 640/1206 KB 852/1199 KB 640/1206 KB 856/1199 KB 640/1206 KB 856/1199 KB 644/1206 KB 856/1199 KB 648/1206 KB 860/1199 KB 652/1206 KB 860/1199 KB 648/1206 KB 864/1199 KB 652/1206 KB 868/1199 KB 652/1206 KB 872/1199 KB 656/1206 KB 876/1199 KB 656/1206 KB 880/1199 KB 656/1206 KB 884/1199 KB 656/1206 KB 888/1199 KB 656/1206 KB 892/1199 KB 656/1206 KB 896/1199 KB 656/1206 KB 900/1199 KB 656/1206 KB 868/1199 KB 656/1206 KB 900/1199 KB 660/1206 KB 900/1199 KB 664/1206 KB 900/1199 KB 668/1206 KB 900/1199 KB 672/1206 KB 900/1199 KB 676/1206 KB 900/1199 KB 680/1206 KB 900/1199 KB 684/1206 KB 900/1199 KB 688/1206 KB 900/1199 KB 692/1206 KB 904/1199 KB 692/1206 KB 908/1199 KB 692/1206 KB 912/1199 KB 692/1206 KB 912/1199 KB 696/1206 KB 912/1199 KB 700/1206 KB 916/1199 KB 704/1206 KB 916/1199 KB 708/1206 KB 916/1199 KB 712/1206 KB 916/1199 KB 716/1206 KB 916/1199 KB 720/1206 KB 916/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 740/1206 KB 916/1199 KB 700/1206 KB 920/1199 KB 740/1206 KB 924/1199 KB 740/1206 KB 928/1199 KB 740/1206 KB 928/1199 KB 744/1206 KB 928/1199 KB 748/1206 KB 928/1199 KB 752/1206 KB 928/1199 KB 756/1206 KB 928/1199 KB 760/1206 KB 928/1199 KB 764/1206 KB 928/1199 KB 768/1206 KB 928/1199 KB 772/1206 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install KB 928/1199 KB 776/1206 KB 928/1199 KB 780/1206 KB 928/1199 KB 784/1206 KB 928/1199 KB 788/1206 KB 928/1199 KB 792/1206 KB 928/1199 KB 796/1206 KB 928/1199 KB 800/1206 KB 928/1199 KB 804/1206 KB 932/1199 KB 804/1206 KB 936/1199 KB 804/1206 KB 940/1199 KB 804/1206 KB 944/1199 KB 804/1206 KB 948/1199 KB 804/1206 KB 952/1199 KB 804/1206 KB 956/1199 KB 804/1206 KB 960/1199 KB 804/1206 KB 964/1199 KB 804/1206 KB 968/1199 KB 804/1206 KB 972/1199 KB 804/1206 KB 976/1199 KB 804/1206 KB 980/1199 KB 804/1206 KB 984/1199 KB 804/1206 KB 988/1199 KB 804/1206 KB 992/1199 KB 804/1206 KB 996/1199 KB 804/1206 KB 1000/1199 KB 804/1206 KB 1004/1199 KB 804/1206 KB 1008/1199 KB 804/1206 KB 1012/1199 KB 804/1206 KB 1016/1199 KB 804/1206 KB 1020/1199 KB 804/1206 KB 1024/1199 KB 804/1206 KB 1028/1199 KB 804/1206 KB 1028/1199 KB 808/1206 KB 1028/1199 KB 812/1206 KB 1028/1199 KB 816/1206 KB 1028/1199 KB 820/1206 KB 1032/1199 KB 824/1206 KB 1032/1199 KB 828/1206 KB 1032/1199 KB 832/1206 KB 1032/1199 KB 820/1206 KB 1036/1199 KB 832/1206 KB 1040/1199 KB 832/1206 KB 1044/1199 KB 832/1206 KB 1048/1199 KB 836/1206 KB 1052/1199 KB 836/1206 KB 1056/1199 KB 836/1206 KB 1044/1199 KB 836/1206 KB 1056/1199 KB 840/1206 KB 1056/1199 KB 844/1206 KB 1060/1199 KB 848/1206 KB 1060/1199 KB 852/1206 KB 1060/1199 KB 856/1206 KB 1060/1199 KB 860/1206 KB 1060/1199 KB 864/1206 KB 1060/1199 KB 844/1206 KB 1064/1199 KB 864/1206 KB 1068/1199 KB 864/1206 KB 1072/1199 KB 864/1206 KB 1076/1199 KB 864/1206 KB 1080/1199 KB 868/1206 KB 1084/1199 KB 868/1206 KB 1088/1199 KB 868/1206 KB 1076/1199 KB 868/1206 KB 1088/1199 KB 872/1206 KB 1092/1199 KB 876/1206 KB 1092/1199 KB 880/1206 KB 1092/1199 KB 884/1206 KB 1092/1199 KB 888/1206 KB 1092/1199 KB 892/1206 KB 1092/1199 KB 896/1206 KB 1092/1199 KB 900/1206 KB 1092/1199 KB 904/1206 KB 1092/1199 KB 908/1206 KB 1092/1199 KB 912/1206 KB 1092/1199 KB 916/1206 KB 1092/1199 KB 872/1206 KB 1096/1199 KB 916/1206 KB 1100/1199 KB 916/1206 KB 1104/1199 KB 916/1206 KB 1108/1199 KB 916/1206 KB 1112/1199 KB 916/1206 KB 1116/1199 KB 916/1206 KB 1120/1199 KB 916/1206 KB 1124/1199 KB 916/1206 KB 1128/1199 KB 916/1206 KB 1132/1199 KB 916/1206 KB 1136/1199 KB 916/1206 KB 1140/1199 KB 920/1206 KB 1144/1199 KB 920/1206 KB 1148/1199 KB 920/1206 KB 1152/1199 KB 920/1206 KB 1156/1199 KB 920/1206 KB 1160/1199 KB 920/1206 KB 1164/1199 KB 920/1206 KB 1168/1199 KB 920/1206 KB 1172/1199 KB 920/1206 KB 1136/1199 KB 920/1206 KB 1172/1199 KB 924/1206 KB 1172/1199 KB 928/1206 KB 1172/1199 KB 932/1206 KB 1172/1199 KB 936/1206 KB 1172/1199 KB 940/1206 KB 1172/1199 KB 944/1206 KB 1172/1199 KB 948/1206 KB 1172/1199 KB 952/1206 KB 1172/1199 KB 956/1206 KB 1172/1199 KB 960/1206 KB 1172/1199 KB 964/1206 KB 1176/1199 KB 968/1206 KB 1176/1199 KB 972/1206 KB 1176/1199 KB 976/1206 KB 1176/1199 KB 964/1206 KB 1180/1199 KB 976/1206 KB 1184/1199 KB 976/1206 KB 1188/1199 KB 976/1206 KB 1192/1199 KB 980/1206 KB 1196/1199 KB 980/1206 KB 1199/1199 KB 980/1206 KB 1188/1199 KB 980/1206 KB 1199/1199 KB 984/1206 KB 1199/1199 KB 988/1206 KB 1199/1199 KB 992/1206 KB 1199/1199 KB 996/1206 KB 1199/1199 KB 1000/1206 KB 1199/1199 KB 1004/1206 KB 1199/1199 KB 1008/1206 KB 1199/1199 KB 1012/1206 KB 1199/1199 KB 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB 1199/1199 KB 1044/1206 KB 1199/1199 KB 1048/120 unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 6 KB 1199/1199 KB 1052/1206 KB 1199/1199 KB 1056/1206 KB 1199/1199 KB 1060/1206 KB 1199/1199 KB 1064/1206 KB 1199/1199 KB 1068/1206 KB 1199/1199 KB 1072/1206 KB 1199/1199 KB 1076/1206 KB 1199/1199 KB 1080/1206 KB 1199/1199 KB 1084/1206 KB 1199/1199 KB 1088/1206 KB 1199/1199 KB 1092/1206 KB 1199/1199 KB 1096/1206 KB 1199/1199 KB 1100/1206 KB 1199/1199 KB 1104/1206 KB 1199/1199 KB 1108/1206 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3665.6 KB/sec) unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install 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 3525.3 KB/sec) unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 13:22:24 DEBUG unit.oai-hss/0.install CC compat.lo unit-abot-epc-basic-0: 13:22:24 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:22:25 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: 13:22:25 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: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 41.240 s unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2019-01-03T13:22:25+00:00 unit-oai-hss-0: 13:22:25 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/63M unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-oai-hss-0: 13:22:25 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 13:22:25 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 13:22: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: 13:22:25 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 13:22:25 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-141.167) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 13:22:26 DEBUG unit.oai-hss/0.install CC cipher.lo unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:26 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:27 DEBUG unit.oai-hss/0.install CC rnd.lo unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:27 DEBUG unit.oai-hss/0.install CC init.lo unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:27 DEBUG unit.oai-hss/0.install CC egd.lo unit-abot-epc-basic-0: 13:22:27 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:28 DEBUG unit.oai-hss/0.install CC multi.lo unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:28 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 13:22:28 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 13:22:28 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 13:22:28 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-abot-epc-basic-0: 13:22:28 DEBUG unit.abot-epc-basic/0.install Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-abot-epc-basic-0: 13:22:29 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-abot-epc-basic-0: 13:22:29 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:22: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: 13:22:29 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-abot-epc-basic-0: 13:22:29 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 13:22:29 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-abot-epc-basic-0: 13:22:29 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-oai-hss-0: 13:22:30 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 13:22:30 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-oai-hss-0: 13:22:30 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:30 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 13:22:30 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC debug.lo unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 13:22:31 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: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-oai-hss-0: 13:22:31 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-abot-epc-basic-0: 13:22:31 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-oai-hss-0: 13:22:32 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-oai-hss-0: 13:22:32 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-abot-epc-basic-0: 13:22:32 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 13:22:33 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-hss-0: 13:22:33 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-abot-epc-basic-0: 13:22:33 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 13:22:33 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-e7949a-default-0". unit-abot-epc-basic-0: 13:22:33 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: 13:22:33 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 13:22:33 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-oai-hss-0: 13:22:33 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-abot-epc-basic-0: 13:22:33 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:22:34 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-abot-epc-basic-0: 13:22:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.10) ... unit-oai-hss-0: 13:22:34 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 13:22:34 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-abot-epc-basic-0: 13:22:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 13:22:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-hss-0: 13:22:34 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 13:22:35 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 13:22:35 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 13:22:36 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-abot-epc-basic-0: 13:22:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 13:22:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:22:36 DEBUG unit.abot-epc-basic/0.install Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] unit-oai-hss-0: 13:22:36 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-abot-epc-basic-0: 13:22:36 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 13:22:36 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] unit-oai-hss-0: 13:22:36 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 13:22:36 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-abot-epc-basic-0: 13:22:37 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] unit-abot-epc-basic-0: 13:22:37 DEBUG unit.abot-epc-basic/0.install Fetched 323 kB in 0s (351 kB/s) unit-oai-hss-0: 13:22:37 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 13:22:37 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 13:22:37 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-abot-epc-basic-0: 13:22:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:38 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: 13:22:38 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 13:22:38 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 13:22:38 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:22:38 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.14). unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 13:22: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: 13:22: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: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 13:22: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: 13:22:38 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 13:22:38 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-abot-epc-basic-0: 13:22: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: 13:22:39 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 13:22: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: 13:22: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-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-abot-epc-basic-0: 13:22:39 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-abot-epc-basic-0: 13:22:39 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: 13:22:39 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: 13:22:39 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-oai-hss-0: 13:22:39 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 13:22:40 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-abot-epc-basic-0: 13:22: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-oai-hss-0: 13:22:40 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-abot-epc-basic-0: 13:22:40 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: 13:22:40 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: 13:22:40 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: 13:22:40 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: 13:22:40 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-oai-hss-0: 13:22:40 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-abot-epc-basic-0: 13:22:40 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: 13:22:40 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: 13:22:40 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-oai-hss-0: 13:22:40 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-abot-epc-basic-0: 13:22:40 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: 13:22:40 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: 13:22:40 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: 13:22:41 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: 13:22:41 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: 13:22:41 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-oai-hss-0: 13:22:41 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-abot-epc-basic-0: 13:22:41 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: 13:22:41 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-oai-hss-0: 13:22:41 DEBUG unit.oai-hss/0.install CC system.lo unit-abot-epc-basic-0: 13:22:41 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: 13:22:41 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-oai-hss-0: 13:22:41 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-abot-epc-basic-0: 13:22:41 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-oai-hss-0: 13:22:41 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-abot-epc-basic-0: 13:22:41 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: 13:22:41 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: 13:22:41 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.11 [260 kB] unit-oai-hss-0: 13:22:41 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-abot-epc-basic-0: 13:22:41 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: 13:22:42 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-oai-hss-0: 13:22:42 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-abot-epc-basic-0: 13:22:42 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: 13:22:42 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: 13:22:42 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: 13:22:42 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: 13:22:42 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: 13:22:42 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: 13:22:42 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: 13:22:42 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-oai-hss-0: 13:22:42 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-abot-epc-basic-0: 13:22:42 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: 13:22:42 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: 13:22:43 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: 13:22:43 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: 13:22:43 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-oai-hss-0: 13:22:43 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-abot-epc-basic-0: 13:22:43 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: 13:22:43 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-oai-hss-0: 13:22:43 DEBUG unit.oai-hss/0.install CC random.lo unit-abot-epc-basic-0: 13:22:43 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: 13:22:43 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-oai-hss-0: 13:22:43 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-abot-epc-basic-0: 13:22:43 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: 13:22:43 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: 13:22:43 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: 13:22:43 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: 13:22:43 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-oai-hss-0: 13:22:43 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 13:22:43 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-abot-epc-basic-0: 13:22:43 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: 13:22:44 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: 13:22:44 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: 13:22:44 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: 13:22:44 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: 13:22:44 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: 13:22:44 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-oai-hss-0: 13:22:44 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-abot-epc-basic-0: 13:22:44 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: 13:22:44 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: 13:22:44 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: 13:22:44 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: 13:22:44 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-oai-hss-0: 13:22:44 DEBUG unit.oai-hss/0.install CC locks.lo unit-abot-epc-basic-0: 13:22:44 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: 13:22:44 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-oai-hss-0: 13:22:44 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-abot-epc-basic-0: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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-oai-hss-0: 13:22:45 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 13:22:45 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-abot-epc-basic-0: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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: 13:22:45 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-oai-hss-0: 13:22:45 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-abot-epc-basic-0: 13:22:46 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: 13:22:46 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: 13:22:46 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: 13:22:46 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-oai-hss-0: 13:22:46 DEBUG unit.oai-hss/0.install CC pin.lo unit-abot-epc-basic-0: 13:22:46 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: 13:22:46 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: 13:22:46 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: 13:22:46 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-oai-hss-0: 13:22:46 DEBUG unit.oai-hss/0.install CC tpm.lo unit-abot-epc-basic-0: 13:22:46 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: 13:22:46 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: 13:22:46 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-oai-hss-0: 13:22:46 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 13:22:46 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-abot-epc-basic-0: 13:22:46 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: 13:22:46 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: 13:22:46 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-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:47 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: 13:22:47 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:22:47 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: 13:22:47 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: 13:22:47 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: 13:22:47 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: 13:22:47 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 13:22:47 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: 13:22:47 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: 13:22:47 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: 13:22:47 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-oai-hss-0: 13:22:47 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-abot-epc-basic-0: 13:22:47 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: 13:22:48 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-oai-hss-0: 13:22:48 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-abot-epc-basic-0: 13:22:48 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: 13:22:48 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: 13:22:48 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: 13:22:48 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-oai-hss-0: 13:22:48 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 13:22:48 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-abot-epc-basic-0: 13:22:48 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: 13:22:49 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: 13:22:49 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-oai-hss-0: 13:22:49 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-abot-epc-basic-0: 13:22:49 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: 13:22:49 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: 13:22:49 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: 13:22:49 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-oai-hss-0: 13:22:49 DEBUG unit.oai-hss/0.install CC xssl.lo unit-abot-epc-basic-0: 13:22:49 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: 13:22:49 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: 13:22:49 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: 13:22:49 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: 13:22:50 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] unit-oai-hss-0: 13:22:50 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-abot-epc-basic-0: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:50 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-oai-hss-0: 13:22:50 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-abot-epc-basic-0: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:50 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: 13:22:51 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: 13:22:51 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: 13:22:51 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: 13:22:51 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-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-abot-epc-basic-0: 13:22:51 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.11 [111 kB] unit-abot-epc-basic-0: 13:22:51 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.11 [380 kB] unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-abot-epc-basic-0: 13:22:51 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-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install Making all in extra unit-abot-epc-basic-0: 13:22:51 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-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 13:22:51 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-abot-epc-basic-0: 13:22:51 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: 13:22:52 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: 13:22:52 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: 13:22:52 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: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-abot-epc-basic-0: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 13:22:52 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: 13:22:52 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 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: 13:22:52 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 13:22:52 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: 13:22:52 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 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: 13:22:52 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install CCLD crywrap unit-abot-epc-basic-0: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-abot-epc-basic-0: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-abot-epc-basic-0: 13:22:52 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-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 13:22:52 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:22:52 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: 13:22:52 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: 13:22:53 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: 13:22:53 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: 13:22:53 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.11 [291 kB] unit-abot-epc-basic-0: 13:22:53 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.11 [8,034 kB] unit-abot-epc-basic-0: 13:22:53 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: 13:22:53 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: 13:22:53 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.6 [16.1 kB] unit-abot-epc-basic-0: 13:22:53 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: 13:22:53 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: 13:22:54 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: 13:22:54 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.3 [5,095 kB] unit-abot-epc-basic-0: 13:22:54 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.3 [2,274 kB] unit-abot-epc-basic-0: 13:22:54 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: 13:22:54 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.3 [47.2 kB] unit-abot-epc-basic-0: 13:22:54 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: 13:22:54 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: 13:22:54 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: 13:22:54 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: 13:22:54 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: 13:22:54 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: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:55 DEBUG unit.abot-epc-basic/0.install Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-abot-epc-basic-0: 13:22:55 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-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 13:22:55 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-abot-epc-basic-0: 13:22:55 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: 13:22:55 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: 13:22:55 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: 13:22:56 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: 13:22:56 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: 13:22:56 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-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-abot-epc-basic-0: 13:22:56 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-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-abot-epc-basic-0: 13:22:56 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-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 13:22:56 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: 13:22:56 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: 13:22:56 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: 13:22:56 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: 13:22:56 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-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-abot-epc-basic-0: 13:22:56 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-oai-hss-0: 13:22:56 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-abot-epc-basic-0: 13:22:56 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: 13:22:57 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: 13:22:57 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: 13:22:57 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: 13:22:57 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: 13:22:57 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: 13:22:57 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-oai-hss-0: 13:22:57 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 13:22:57 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-abot-epc-basic-0: 13:22:57 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: 13:22:57 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: 13:22:57 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: 13:22:57 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-oai-hss-0: 13:22:58 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:58 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: 13:22:59 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: 13:22:59 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-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install CC psk.o unit-abot-epc-basic-0: 13:22:59 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: 13:22:59 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-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-abot-epc-basic-0: 13:22:59 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: 13:22:59 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: 13:22:59 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-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 13:22:59 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: 13:22:59 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:22:59 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: 13:22:59 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-oai-hss-0: 13:22:59 DEBUG unit.oai-hss/0.install CC socket.o unit-abot-epc-basic-0: 13:22:59 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: 13:22:59 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: 13:23:00 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: 13:23:00 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: 13:23:00 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-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install CC certtool.o unit-abot-epc-basic-0: 13:23:00 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-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 13:23:00 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: 13:23:00 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:23:00 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: 13:23:00 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-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-abot-epc-basic-0: 13:23:00 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: 13:23:00 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: 13:23:00 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-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 13:23:00 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: 13:23:00 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:23:00 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: 13:23:00 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:23:00 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-oai-hss-0: 13:23:00 DEBUG unit.oai-hss/0.install CC srptool.o unit-abot-epc-basic-0: 13:23:01 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: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-abot-epc-basic-0: 13:23:01 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: 13:23:01 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: 13:23:01 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: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-abot-epc-basic-0: 13:23:01 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: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-abot-epc-basic-0: 13:23:01 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: 13:23:01 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: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC cli.o unit-abot-epc-basic-0: 13:23:01 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: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-abot-epc-basic-0: 13:23:01 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-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 13:23:01 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: 13:23:01 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 13:23:01 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC benchmark.o unit-abot-epc-basic-0: 13:23:02 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: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC danetool.o unit-abot-epc-basic-0: 13:23:02 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: 13:23:02 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: 13:23:02 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: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-abot-epc-basic-0: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC p11tool.o unit-abot-epc-basic-0: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-abot-epc-basic-0: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-abot-epc-basic-0: 13:23:02 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: 13:23:02 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-oai-hss-0: 13:23:02 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-abot-epc-basic-0: 13:23:02 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-abot-epc-basic-0: 13:23:03 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: 13:23:03 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: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD psktool unit-abot-epc-basic-0: 13:23:03 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-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 13:23:03 DEBUG unit.oai-hss/0.install CCLD srptool unit-abot-epc-basic-0: 13:23:03 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: 13:23:03 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: 13:23:03 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-oai-epc-0: 13:23:03 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:23:03 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:23:03 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:23:03 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:23:03 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:23:03 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 13:23:03 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-oai-epc-0: 13:23:03 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:23:03 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-oai-epc-0: 13:23:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-epc-0: 13:23:04 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 13:23:04 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-oai-epc-0: 13:23:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 13:23:04 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-oai-epc-0: 13:23:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:23:04 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: 13:23:04 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: 13:23:04 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-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CCLD p11tool unit-abot-epc-basic-0: 13:23:04 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-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:23:04 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: 13:23:04 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-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make all-recursive unit-abot-epc-basic-0: 13:23:04 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-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:23:04 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:23:04 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: 13:23:04 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 13:23:04 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-abot-epc-basic-0: 13:23:04 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: 13:23:04 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: 13:23:04 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: 13:23:05 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-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-abot-epc-basic-0: 13:23:05 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-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-abot-epc-basic-0: 13:23:05 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: 13:23:05 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: 13:23:05 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: 13:23:05 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-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:23:05 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-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC verify.lo unit-abot-epc-basic-0: 13:23:05 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-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 13:23:05 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-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 13:23:05 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-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-epc-0: 13:23:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:23:05 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-abot-epc-basic-0: 13:23:05 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-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-epc-0: 13:23:05 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:23:05 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-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:23:05 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:23:05 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-epc-0: 13:23:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:23:06 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:23:06 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: 13:23:06 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-epc-0: 13:23:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:23:06 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-hss-0: 13:23:06 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: 13:23:06 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install ^ unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:23:06 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: 13:23:06 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 13:23:06 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: 13:23:06 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-epc-0: 13:23:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:23:06 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-epc-0: 13:23:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:23:06 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: 13:23:06 DEBUG unit.oai-epc/0.install --2019-01-03 13:23:06-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-epc-0: 13:23:06 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: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install --2019-01-03 13:23:06-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-epc-0: 13:23:06 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 13:23:06 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-abot-epc-basic-0: 13:23:06 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-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-abot-epc-basic-0: 13:23:07 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-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install 0K ....... 35.5M=0s unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install 2019-01-03 13:23:07 (35.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:23:07-- unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (35.5 MB/s) unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-abot-epc-basic-0: 13:23:07 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-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:23:07 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:23:07 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:23:07 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:23:07 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:23:07 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:23:07 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:23:07 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-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-abot-epc-basic-0: 13:23:07 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: 13:23:07 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: 13:23:07 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: 13:23:07 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: 13:23:07 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-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 13:23:07 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-abot-epc-basic-0: 13:23:07 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: 13:23:07 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: 13:23:07 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: 13:23:07 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: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-abot-epc-basic-0: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-abot-epc-basic-0: 13:23:08 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: 13:23:08 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: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-abot-epc-basic-0: 13:23:08 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: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in credentials unit-abot-epc-basic-0: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CC utils.lo unit-abot-epc-basic-0: 13:23:08 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: 13:23:08 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-oai-hss-0: 13:23:08 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-abot-epc-basic-0: 13:23:08 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in slow unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in lib unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in algorithms unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in openpgp unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 13:23:09 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: 13:23:09 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: 13:23:09 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: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 13:23:09 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-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 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: 13:23:09 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: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 13:23:09 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-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 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: 13:23:09 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: 13:23:09 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: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 13:23:09 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: 13:23:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-abot-epc-basic-0: 13:23:09 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-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:09 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 13:23:10 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-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make install-recursive unit-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-abot-epc-basic-0: 13:23:10 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: 13:23:10 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-oai-hss-0: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 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: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-abot-epc-basic-0: 13:23:10 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-oai-hss-0: 13:23:10 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 13:23:10 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: 13:23:11 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 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: 13:23:11 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:23:11 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: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 13:23:11 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: 13:23:11 DEBUG unit.oai-hss/0.install xterm unit-abot-epc-basic-0: 13:23:11 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: 13:23:11 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-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 13:23:11 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 13:23:11 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-abot-epc-basic-0: 13:23:11 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: 13:23:11 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: 13:23:11 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: 13:23:12 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-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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-oai-hss-0: 13:23:12 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: 13:23:12 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-abot-epc-basic-0: 13:23:12 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-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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: 13:23:12 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-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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.10 [757 kB] unit-oai-hss-0: 13:23:12 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-abot-epc-basic-0: 13:23:12 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: 13:23:12 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: 13:23:13 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: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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: 13:23:13 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: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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-abot-epc-basic-0: 13:23:13 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-oai-hss-0: 13:23:13 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: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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: 13:23:14 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-abot-epc-basic-0: 13:23:14 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: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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-oai-hss-0: 13:23:14 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-abot-epc-basic-0: 13:23:14 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: 13:23:14 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: 13:23:14 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.14 [1,345 kB] unit-abot-epc-basic-0: 13:23:14 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.14 [1,078 kB] unit-abot-epc-basic-0: 13:23:15 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: 13:23:15 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-oai-hss-0: 13:23:15 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-abot-epc-basic-0: 13:23:15 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-oai-hss-0: 13:23:15 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-abot-epc-basic-0: 13:23:15 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-oai-hss-0: 13:23:15 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-abot-epc-basic-0: 13:23:15 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-oai-hss-0: 13:23:15 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-abot-epc-basic-0: 13:23:15 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-oai-hss-0: 13:23:15 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-abot-epc-basic-0: 13:23:15 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-oai-hss-0: 13:23:15 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: 13:23:15 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: 13:23:15 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-oai-hss-0: 13:23:15 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: 13:23:15 DEBUG unit.oai-hss/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcomposite1 amd64 1:0.4.4-1 [7714 B] unit-oai-hss-0: 13:23:16 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:16 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-oai-hss-0: 13:23:16 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debhelper all 9.20131227ubuntu1 [604 kB] unit-abot-epc-basic-0: 13:23:16 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: 13:23:16 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-oai-hss-0: 13:23:16 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-abot-epc-basic-0: 13:23:17 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-oai-hss-0: 13:23:17 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: 13:23:17 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-abot-epc-basic-0: 13:23:17 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-oai-hss-0: 13:23:17 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-abot-epc-basic-0: 13:23:17 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-oai-hss-0: 13:23:17 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-abot-epc-basic-0: 13:23:17 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-oai-hss-0: 13:23:17 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: 13:23:17 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: 13:23:17 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: 13:23:17 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: 13:23:17 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-abot-epc-basic-0: 13:23:17 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-oai-hss-0: 13:23:17 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-abot-epc-basic-0: 13:23:17 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: 13:23:17 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-oai-hss-0: 13:23:17 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-abot-epc-basic-0: 13:23:17 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: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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: 13:23:18 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-oai-hss-0: 13:23:18 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: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:18 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-oai-hss-0: 13:23:18 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-abot-epc-basic-0: 13:23:19 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-oai-hss-0: 13:23:19 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-abot-epc-basic-0: 13:23:19 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: 13:23:19 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-oai-hss-0: 13:23:19 DEBUG unit.oai-hss/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xterm amd64 297-1ubuntu1 [665 kB] unit-abot-epc-basic-0: 13:23:19 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-oai-hss-0: 13:23:19 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 13:23:19 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: 13:23:19 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-oai-hss-0: 13:23:19 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: 13:23:19 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 13:23:19 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 13:23:19 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: 13:23:19 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: 13:23:19 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: 13:23:19 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: 13:23:19 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-oai-hss-0: 13:23:19 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 7s (5613 kB/s) unit-abot-epc-basic-0: 13:23:20 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: 13:23:20 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-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install (Reading database ... 88383 files and directories currently installed.) unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-abot-epc-basic-0: 13:23:20 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: 13:23:20 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-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:23:20 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 13:23:21 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-abot-epc-basic-0: 13:23:22 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: 13:23:22 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: 13:23:22 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: 13:23:22 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: 13:23:22 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: 13:23:22 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: 13:23:22 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: 13:23:22 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-oai-hss-0: 13:23:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 13:23:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:23:22 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-oai-hss-0: 13:23:22 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-abot-epc-basic-0: 13:23:22 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: 13:23:23 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: 13:23:23 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: 13:23:23 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: 13:23:23 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: 13:23:23 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: 13:23:23 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: 13:23:23 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-oai-hss-0: 13:23:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 13:23:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 13:23:23 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 13:23:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 13:23:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:23:24 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: 13:23:24 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-oai-hss-0: 13:23:24 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-abot-epc-basic-0: 13:23:24 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 44s (6,572 kB/s) unit-abot-epc-basic-0: 13:23:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 13:23: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 ... 67314 files and directories currently installed.) unit-abot-epc-basic-0: 13:23:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 13:23:24 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 13:23:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 13:23:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:23:25 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 13:23:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 13:23:25 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: 13:23:26 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:23:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:27 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 13:23:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:23:28 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 13:23:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 13:23:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:28 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:23:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 13:23:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:29 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 13:23:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:23:29 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 13:23:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 13:23:30 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:30 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 13:23:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 13:23:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:31 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:23:31 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:23:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 13:23:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 13:23:32 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 13:23:32 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 13:23:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 13:23:33 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: 13:23:33 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 13:23:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 13:23:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:23:33 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 13:23:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 13:23:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 13:23:34 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 13:23:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 13:23:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:23:34 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:23:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 13:23:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 13:23:35 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 13:23:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 13:23:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:23:36 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:36 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 13:23:37 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 13:23:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 13:23:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:37 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:38 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:23:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 13:23:39 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: 13:23:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 13:23:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 13:23:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:39 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 13:23:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-oai-hss-0: 13:23:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 13:23:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmagickwand-6.q16-2_8%3a6.8.9.9-7ubuntu5.13_amd64.deb ... unit-oai-hss-0: 13:23:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-abot-epc-basic-0: 13:23:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 13:23:40 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 13:23:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 13:23:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:23:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 13:23:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 13:23:41 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 13:23:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 13:23:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 13:23:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:23:42 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 13:23:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 13:23:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:23:42 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 13:23:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 13:23:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 13:23:43 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 13:23:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 13:23:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:23:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 13:23:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:23:44 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 13:23:44 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 13:23:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 13:23:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 13:23:45 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:45 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-oai-hss-0: 13:23:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 13:23:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 13:23:46 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 13:23:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 13:23:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:23:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 13:23:47 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 13:23:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 13:23:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 13:23:48 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 13:23:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 13:23:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:23:48 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 13:23:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 13:23:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 13:23:49 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 13:23:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 13:23:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:23:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 13:23:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 13:23:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 13:23:49 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:23:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 13:23:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 13:23:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 13:23:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 13:23:50 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 13:23:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 13:23:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:23:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:23:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 13:23:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 13:23:51 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 13:23:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 13:23:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 13:23:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 13:23:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:23:51 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:23:51 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 13:23:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 13:23:52 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: 13:23:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.4_all.deb ... unit-abot-epc-basic-0: 13:23:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 13:23:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-abot-epc-basic-0: 13:23:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 13:23:52 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-abot-epc-basic-0: 13:23:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 13:23:52 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: 13:23:52 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 13:23:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 13:23:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-abot-epc-basic-0: 13:23:53 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:23:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 13:23:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 13:23:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 13:23:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 13:23:54 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 13:23:54 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-abot-epc-basic-0: 13:23:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 13:23:54 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: 13:23:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 13:23:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 13:23:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 13:23:55 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 13:23:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 13:23:55 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: 13:23:55 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 13:23:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:23:56 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: 13:23:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 13:23:56 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 13:23:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 13:23:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:23:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-abot-epc-basic-0: 13:23:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 13:23:57 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: 13:23:57 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.4_all.deb ... unit-oai-hss-0: 13:23:57 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 13:23:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 13:23:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 13:23:57 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 13:23:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 13:23:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 13:23:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.4) ... unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 13:23:58 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 13:23:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 13:23:58 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: 13:23:59 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 13:23:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 13:23:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:23:59 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 13:23:59 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 13:23:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 13:23:59 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: 13:24:00 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 13:24:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 13:24:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:00 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 13:24:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 13:24:00 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: 13:24:00 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 13:24:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 13:24:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:01 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 13:24:01 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:24:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 13:24:02 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 13:24:03 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:24:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 13:24:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 13:24:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 13:24:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 13:24:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:24:04 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 13:24:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:24:05 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 13:24:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 13:24:06 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: 13:24:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:24:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 13:24:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:24:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:24:08 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 13:24:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-hss-0: 13:24:08 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-abot-epc-basic-0: 13:24:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 13:24:09 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: 13:24:09 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:24:09 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 13:24:09 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: 13:24:09 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:24:09 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 13:24:09 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-oai-hss-0: 13:24:10 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-oai-hss-0: 13:24:10 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-oai-hss-0: 13:24:10 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 13:24:10 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-oai-hss-0: 13:24:10 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 13:24:11 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 13:24:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 13:24:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:24:11 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 13:24:11 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 13:24:11 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-abot-epc-basic-0: 13:24:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 13:24:11 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: 13:24:11 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:24:12 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:24:12 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:24:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 13:24:12 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: 13:24:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 13:24:12 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... unit-oai-hss-0: 13:24:13 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 13:24:13 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-oai-hss-0: 13:24:13 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 13:24:13 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-oai-hss-0: 13:24:13 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:13 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 13:24:14 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 13:24:14 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-abot-epc-basic-0: 13:24:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 13:24:14 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: 13:24:14 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 13:24:14 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 13:24:14 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:24:15 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-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 13:24:15 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:24:15 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:15 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 13:24:15 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:24:16 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:24:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 13:24:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 13:24:16 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 13:24:16 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 13:24:17 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 13:24:17 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 13:24:17 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 13:24:18 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 13:24:18 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 13:24:18 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 13:24:18 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 13:24:18 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-oai-hss-0: 13:24:18 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:24:19 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 13:24:19 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 13:24:19 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 13:24:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 13:24:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 13:24:19 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 13:24:20 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 13:24:20 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 13:24:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 13:24:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 13:24:20 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 13:24:20 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 13:24:20 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:24:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 13:24:20 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: 13:24:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:24:21 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: 13:24:21 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 13:24:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 13:24:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:24:21 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 13:24:21 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 13:24:21 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 13:24:21 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-abot-epc-basic-0: 13:24:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 13:24:21 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: 13:24:22 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:22 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 13:24:22 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 13:24:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 13:24:23 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: 13:24:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 13:24:23 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 13:24:24 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-abot-epc-basic-0: 13:24:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 13:24:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 13:24:24 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 13:24:24 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:24:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 13:24:24 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: 13:24:24 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.4) ... unit-abot-epc-basic-0: 13:24:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 13:24:25 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: 13:24:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:24:25 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-abot-epc-basic-0: 13:24:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 13:24:26 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: 13:24:26 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: 13:24:26 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: 13:24:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:24:26 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 13:24:26 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-abot-epc-basic-0: 13:24:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 13:24:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 13:24:26 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 13:24:26 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:24:27 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-oai-hss-0: 13:24:27 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:24:27 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 13:24:27 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:24:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 13:24:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-oai-hss-0: 13:24:28 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 13:24:28 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 13:24:28 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 13:24:28 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: 13:24:28 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: 13:24:28 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:24:29 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 13:24:29 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-abot-epc-basic-0: 13:24:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 13:24:29 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: 13:24:29 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 13:24:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 13:24:30 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: 13:24:30 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 13:24:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 13:24:32 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 13:24:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 13:24:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:24:32 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 13:24:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 13:24:32 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: 13:24:33 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:24:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 13:24:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:33 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:24:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 13:24:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 13:24:34 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:36 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 13:24:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 13:24:37 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: 13:24:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:24:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 13:24:37 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: 13:24:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 13:24:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 13:24:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 13:24:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:24:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 13:24:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 13:24:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:24:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 13:24:39 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: 13:24:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:40 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-abot-epc-basic-0: 13:24:41 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 13:24:41 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 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: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-oai-hss-0: 13:24:42 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-abot-epc-basic-0: 13:24:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:43 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-abot-epc-basic-0: 13:24:43 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-abot-epc-basic-0: 13:24:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 13:24:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-abot-epc-basic-0: 13:24:44 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 13:24:44 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-abot-epc-basic-0: 13:24:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 13:24:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc4_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-abot-epc-basic-0: 13:24:45 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 13:24:45 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjc-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclang1-3.6_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:24:46 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-abot-epc-basic-0: 13:24:46 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-abot-epc-basic-0: 13:24:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 13:24:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:47 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 13:24:47 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-abot-epc-basic-0: 13:24:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 13:24:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-abot-epc-basic-0: 13:24:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 13:24:48 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: 13:24:48 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 13:24:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 13:24:48 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: 13:24:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 13:24:49 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: 13:24:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install [ 63%] Building C object extensions/dict_dcca/CMakeFiles/dict_dcca.dir/dict_dcca.c.o unit-abot-epc-basic-0: 13:24:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 13:24:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:49 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 13:24:49 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: 13:24:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 13:24:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 13:24:49 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: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 13:24:50 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: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 13:24:50 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: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 13:24:50 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: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 13:24:50 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: 13:24:50 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: 13:24:50 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 13:24:50 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 13:24:50 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 13:24:51 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: 13:24:51 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: 13:24:51 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: 13:24:51 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: 13:24:51 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: 13:24:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 13:24:51 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: 13:24:51 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: 13:24:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 13:24:51 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: 13:24:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 13:24:51 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: 13:24:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 13:24:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 13:24:51 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: 13:24:51 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: 13:24:51 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: 13:24:51 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: 13:24:51 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 13:24:52 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: 13:24:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 13:24:52 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: 13:24:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 13:24:52 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: 13:24:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-abot-epc-basic-0: 13:24:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-abot-epc-basic-0: 13:24:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-abot-epc-basic-0: 13:24:52 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:24:52 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:24:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install python-pexpect unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 13:24:53 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-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (145 kB/s) unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install (Reading database ... 91274 files and directories currently installed.) unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 13:24:53 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 13:24:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:24:54 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 13:24:54 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: 13:24:54 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 13:24:54 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 13:24:54 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 13:24:54 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-abot-epc-basic-0: 13:24:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 13:24:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install ..........++++++ unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install .................++++++ unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install ..++++++ unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install ............++++++ unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Not Before: Jan 3 13:24:55 2019 GMT unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Not After : Jan 3 13:24:55 2020 GMT unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install E0:3A:EA:CB:94:B6:38:AD:F9:C6:C4:34:B9:03:5B:5F:9A:B9:B2:6D unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install keyid:13:E1:07:1D:D5:66:6B:CC:DA:64:4A:A2:44:85:82:95:B6:AF:4C:EE unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Certificate is to be certified until Jan 3 13:24:55 2020 GMT (365 days) unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install [ 56%] [ 60%] [ 65%] [ 69%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 13:24:55 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: 13:24:55 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 13:24:55 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: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 13:24:55 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: 13:24:55 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: 13:24:55 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: 13:24:55 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 13:24:55 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: 13:24:55 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: 13:24:55 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: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_in_addr.c.o unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:24:55 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 13:24:55 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:24:55 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 13:24:55 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:24:55 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:24:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:24:55 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 13:24:55 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: 13:24:55 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-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 13:24:56 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-abot-epc-basic-0: 13:24:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:24:56 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 13:24:56 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_db.a unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 13:24:57 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-abot-epc-basic-0: 13:24:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 13:24:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ... unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-abot-epc-basic-0: 13:24:57 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.11) ... unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 13:24:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:24:57 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 13:24:57 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: 13:24:57 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 13:24:57 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:24:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 13:24:58 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 13:24:58 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 13:24:58 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: 13:24:58 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 13:24:58 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: 13:24:58 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 13:24:58 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: 13:24:58 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 13:24:58 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: 13:24:58 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: 13:24:58 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: 13:24:58 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:24:58 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 13:24:58 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: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:24:58 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: 13:24:58 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: 13:24:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:24:58 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 13:24:58 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:24:58 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 13:24:58 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 13:24:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 13:24:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 13:24:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:24:59 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 13:24:59 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:24:59 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 13:24:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:24:59 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 13:24:59 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 13:24:59 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 13:24:59 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 13:24:59 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:24:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:24:59 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 13:24:59 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 13:24:59 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 13:24:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 13:24:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 13:24:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-abot-epc-basic-0: 13:24:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 13:24:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 13:25:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 13:25:00 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 13:25:00 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-epc-0: 13:25:00 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-hss-0: 13:25:00 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:25:00 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-abot-epc-basic-0: 13:25:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 13:25:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 13:25:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.6) ... unit-mysql-0: 13:25:00 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 13:25:00 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 13:25:00 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 13:25:00 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 13:25:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:25:00 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:25:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 13:25:01 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:25:01 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 13:25:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 13:25:01 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `xeiciefixahmaev` identified by 'ahwooquingoojae'] unit-mysql-0: 13:25:01 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `xeiciefixahmaev` identified by 'ahwooquingoojae'] unit-mysql-0: 13:25:01 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=xeiciefixahmaev', 'password=ahwooquingoojae', 'host=192.168.121.6', 'slave=False'] unit-mysql-0: 13:25:01 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 13:25:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 13:25:01 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + user=xeiciefixahmaev unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 13:25:01 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 13:25:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 13:25:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + password=ahwooquingoojae unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.6 unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 13:25:01 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 13:25:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 13:25:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.6 xeiciefixahmaev ahwooquingoojae oai-hss unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.6"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"xeiciefixahmaev"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"ahwooquingoojae"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:01 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: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:01 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: 13:25:01 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: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u xeiciefixahmaev --password=ahwooquingoojae -h 192.168.121.6 oai-hss -e 'show tables;' unit-oai-hss-0: 13:25:01 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u xeiciefixahmaev --password=ahwooquingoojae -h 192.168.121.6 oai-hss unit-mysql-0: 13:25:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:25:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:25:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 13:25:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.26~dfsg+0-0ubuntu0.16.04.3_all.deb ... unit-abot-epc-basic-0: 13:25:02 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 13:25:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 13:25:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 13:25:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:03 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 3720 unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 3720' unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 3720 =~ .*running.* ]] unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:03 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:03 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 13:25:03 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + db_host=xeiciefixahmaev unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:25:03 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 13:25:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 13:25:04 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: 13:25:04 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 13:25:04 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 13:25:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:25:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 13:25:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:05 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 13:25:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:05 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:25:05 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-oai-hss-0: 13:25:06 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 13:25:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -gt 0 ']' unit-oai-hss-0: 13:25:06 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=1 unit-oai-hss-0: 13:25:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -lt 30 ']' unit-oai-hss-0: 13:25:06 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.26~dfsg+0-0ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 13:25:06 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: 13:25:06 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 13:25:06 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: 13:25:06 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:06 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:07 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-abot-epc-basic-0: 13:25:07 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: 13:25:07 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -eq 30 ']' unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:07 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:07 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:25:07 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 13:25:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 13:25:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-pango-1.0_1.38.1-1_amd64.deb ... unit-oai-hss-0: 13:25:08 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-epc-0: 13:25:08 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 13:25:08 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 13:25:08 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: 13:25:08 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:25:08 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 13:25:08 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:08 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:25:08 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + user=xeiciefixahmaev unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + password=ahwooquingoojae unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.6 unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.6 xeiciefixahmaev ahwooquingoojae oai-hss unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.6"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"xeiciefixahmaev"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"ahwooquingoojae"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:25:08 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: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:08 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: 13:25:08 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: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u xeiciefixahmaev --password=ahwooquingoojae -h 192.168.121.6 oai-hss -e 'show tables;' unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + echo 'Database already there' unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed Database already there unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 13:25:08 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 13:25:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:08 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed oai_hss stop/waiting unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 3917 unit-oai-hss-0: 13:25:08 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 3917' unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 3917 =~ .*running.* ]] unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:25:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:09 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-oai-hss-0: 13:25:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:09 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 13:25:09 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 13:25:09 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 13:25:09 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + db_host=xeiciefixahmaev unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:25:09 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 13:25:09 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 13:25:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:10 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 13:25:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:10 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:25:10 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:10 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 13:25:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:11 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:25:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 13:25:11 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 13:25:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:11 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 13:25:11 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:25:11 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:25:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-oai-hss-0: 13:25:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 13:25:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:25:12 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 13:25:12 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:25:12 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 13:25:12 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:25:12 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 13:25:12 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:25:12 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 13:25:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:25:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:25:12 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 13:25:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:12 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:25:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:14 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 13:25:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 13:25:15 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: 13:25:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 13:25:15 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: 13:25:15 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 13:25:16 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: 13:25:16 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 13:25:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:16 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:17 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:25:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 13:25:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:25:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:25:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 13:25:18 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: 13:25:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:25:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 13:25:18 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: 13:25:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 13:25:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:19 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 13:25:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 13:25:19 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: 13:25:19 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 13:25:19 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: 13:25:19 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:25:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 13:25:20 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: 13:25:20 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 13:25:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:22 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:25:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 13:25:22 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: 13:25:22 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 13:25:22 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: 13:25:22 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:23 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:25:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 13:25:24 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: 13:25:24 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 13:25:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 13:25:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:25:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 13:25:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:25:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 13:25:25 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: 13:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:25:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 13:25:25 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: 13:25:25 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 13:25:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 13:25:26 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: 13:25:26 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:25:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 13:25:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 13:25:26 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 13:25:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 13:25:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:25:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 13:25:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:25:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 13:25:29 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: 13:25:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 13:25:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:25:31 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:25:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 13:25:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 13:25:33 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: 13:25:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 13:25:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 13:25:34 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: 13:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 13:25:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 13:25:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:25:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 13:25:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:36 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 13:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 13:25:37 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: 13:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 13:25:37 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: 13:25:37 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 13:25:38 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: 13:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 13:25:38 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: 13:25:38 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:39 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 13:25:40 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: 13:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 13:25:40 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: 13:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 13:25:40 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 13:25:41 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: 13:25:41 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 13:25:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 13:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 13:25:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 13:25:42 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: 13:25:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:25:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 13:25:45 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: 13:25:45 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 13:25:45 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: 13:25:45 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 13:25:45 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: 13:25:45 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:25:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 13:25:45 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: 13:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 13:25:47 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: 13:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 13:25:47 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: 13:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 13:25:47 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: 13:25:47 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 13:25:48 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: 13:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 13:25:48 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: 13:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 13:25:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 13:25:48 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: 13:25:49 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:49 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 13:25:50 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 13:25:51 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 13:25:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 13:25:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 13:25:53 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 13:25:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 13:25:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:25:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 13:25:54 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: 13:25:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 13:25:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:25:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 13:25:56 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: 13:25:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:25:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 13:25:56 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: 13:25:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:25:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 13:25:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 13:25:57 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 13:25:58 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: 13:25:58 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:25:58 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 13:25:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 13:25:59 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: 13:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 13:25:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 13:25:59 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: 13:25:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 13:26:00 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: 13:26:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 13:26:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:00 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 13:26:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 13:26:05 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: 13:26:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:26:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 13:26:05 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: 13:26:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 13:26:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 13:26:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 13:26:07 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: 13:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:26:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 13:26:07 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: 13:26:07 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:26:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 13:26:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:08 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:26:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 13:26:10 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: 13:26:10 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 13:26:11 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: 13:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 13:26:11 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: 13:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:26:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 13:26:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:26:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:26:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 13:26:12 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: 13:26:12 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:26:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 13:26:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 13:26:13 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 13:26:14 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 13:26:16 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 13:26:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 13:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 13:26:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 13:26:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:26:18 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:26:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 13:26:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 13:26:19 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 13:26:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 13:26:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 13:26:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 13:26:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 13:26:20 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 13:26:21 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: 13:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:21 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 13:26:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 13:26:23 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: 13:26:23 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: 13:26:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 13:26:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-epc-0: 13:26:24 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 13:26:24 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 13:26:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 13:26:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 13:26:25 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: 13:26:25 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:26:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 13:26:25 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: 13:26:25 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:26:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 13:26:26 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: 13:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:26:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 13:26:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:26:26 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 13:26:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 13:26:27 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: 13:26:27 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:26:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 13:26:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:26:28 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 13:26:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:26:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:26:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 13:26:29 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: 13:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.10_amd64.deb ... unit-abot-epc-basic-0: 13:26:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-abot-epc-basic-0: 13:26:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 13:26:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:26:31 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:32 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:26:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 13:26:33 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: 13:26:33 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 13:26:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:26:34 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 13:26:36 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: 13:26:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 13:26:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:26:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 13:26:37 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: 13:26:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 13:26:37 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: 13:26:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 13:26:38 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: 13:26:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 13:26:38 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: 13:26:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 13:26:39 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: 13:26:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 13:26:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:26:39 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 13:26:40 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 13:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 13:26:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 13:26:41 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: 13:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 13:26:41 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: 13:26:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 13:26:42 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: 13:26:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.14_amd64.deb ... unit-abot-epc-basic-0: 13:26:43 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.14_all.deb ... unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:26:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 13:26:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 13:26:45 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: 13:26:45 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 13:26:46 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 13:26:47 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:26:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 13:26:48 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: 13:26:48 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 13:26:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 13:26:48 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: 13:26:48 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 13:26:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 13:26:48 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: 13:26:48 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 13:26:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 13:26:50 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: 13:26:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 13:26:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 13:26:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 13:26:51 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: 13:26:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 13:26:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 13:26:51 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: 13:26:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 13:26:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 13:26:52 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: 13:26:52 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:26:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 13:26:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 13:26:52 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 13:26:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 13:26:54 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: 13:26:54 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:26:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 13:26:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 13:26:55 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 13:26:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 13:26:55 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: 13:26:55 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 13:26:56 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:26:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 13:26:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:26:57 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 13:26:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 13:27:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ... unit-abot-epc-basic-0: 13:27:01 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 13:27:02 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 13:27:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 13:27:03 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: 13:27:03 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 13:27:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 13:27:04 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: 13:27:04 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 13:27:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 13:27:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 13:27:04 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 13:27:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 13:27:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 13:27:06 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:27:07 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:27:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 13:27:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.3_all.deb ... unit-abot-epc-basic-0: 13:27:08 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 13:27:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 13:27:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:27:09 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:27:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 13:27:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:27:12 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:27:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 13:27:12 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: 13:27:12 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:27:17 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 13:27:18 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:27:19 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 13:27:20 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 13:27:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 13:27:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:27:21 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:27:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 13:27:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 13:27:22 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 13:27:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 13:27:22 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: 13:27:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:27:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 13:27:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 13:27:22 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 13:27:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 13:27:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:27:23 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:27:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 13:27:23 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: 13:27:23 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:27:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 13:27:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 13:27:24 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 13:27:24 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 13:27:29 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:27:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 13:27:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.10) ... unit-abot-epc-basic-0: 13:27:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 13:27:30 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: 13:27:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:27:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 13:27:31 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:27:45 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 13:27:45 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:27:45 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 3917' unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 3917 =~ .*running.* ]] unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:27:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:27:45 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:27:45 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:27:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:27:45 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:27:45 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:27:45 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:27:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 13:27:50 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 13:27:51 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 13:27:51 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 13:27:51 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 13:27:51 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 13:27:52 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 13:27:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:27:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:27:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:27:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:27:53 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 13:27:53 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 13:27:53 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:27:53 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: 13:27:53 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: 13:27:53 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:27:53 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:27:54 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: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 13:27:54 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: 13:27:54 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: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 13:27:54 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:27:55 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 13:27:55 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:27:55 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:27:55 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:27:55 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:56 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: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:27:56 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:27:57 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:27:57 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:27:57 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:27:57 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: 13:27:57 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 13:27:58 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 13:27:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:28:00 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 13:28:01 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 13:28:02 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:02 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:28:02 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 13:28:02 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 13:28:02 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 13:28:03 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 13:28:03 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:28:07 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 13:28:07 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-epc-0: 13:28:07 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:28:07 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:28:07 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:28:07 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:28:07 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:28:07 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:28:07 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:28:07 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-oai-epc-0: 13:28:07 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:28:07 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 13:28:07 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-epc-0: 13:28:08 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 13:28:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 13:28:08 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-epc-0: 13:28:08 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:28:08 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:28:08 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:28:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:28: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: 13:28:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:28:09 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:28:09 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:28:09 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: 13:28:09 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:28:09 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:28:09 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: 13:28:09 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:28:09 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:28:09 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-epc-0: 13:28:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:28:09 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:28:10 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: 13:28:10 DEBUG unit.oai-epc/0.install --2019-01-03 13:28:10-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-epc-0: 13:28:10 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: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install --2019-01-03 13:28:10-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:28:10 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install 0K ....... 43.0M=0s unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install 2019-01-03 13:28:10 (43.0 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:28:10-- unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Total wall clock time: 0.8s unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (43.0 MB/s) unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:28:10 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:28:11 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:28:11 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:28:11 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:28:11 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:28:11 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:28:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:28:11 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 13:28:11 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: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:28:11 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: 13:28:11 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:28:12 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:28:13 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:28:13 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 13:28:13 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:13 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:14 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 13:28:15 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 13:28:16 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:28:16 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 13:28:16 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 13:28:16 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 13:28:17 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:28:18 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.11) ... unit-abot-epc-basic-0: 13:28:19 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:19 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: 13:28:19 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: 13:28:19 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 13:28:19 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.6) ... unit-abot-epc-basic-0: 13:28:19 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 13:28:19 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:28:20 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: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.26~dfsg+0-0ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:28:20 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 13:28:21 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: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 13:28:21 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 13:28:22 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: 13:28:22 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: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:22 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 13:28:23 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:28:23 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 13:28:23 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:23 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: 13:28:23 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:23 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: 13:28:23 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:24 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.4) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 13:28:25 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 13:28:26 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 13:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:26 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:28:27 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:28:28 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:28:29 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 13:28:29 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:28:29 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:28:29 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:29 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:28:30 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: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:28:30 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: 13:28:30 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: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 13:28:30 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:31 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 13:28:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:33 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:35 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:28:35 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:35 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:28:35 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:28:35 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: 13:28:36 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:28:36 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:28:36 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 13:28:36 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: 13:28:36 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:36 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: 13:28:37 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: 13:28:37 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: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 13:28:37 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 13:28:38 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 13:28:39 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:28:39 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:28:39 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: 13:28:39 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:28:40 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: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 13:28:40 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:41 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 13:28:42 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:28:43 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: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:43 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:44 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: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 13:28:44 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 13:28:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:46 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 13:28:47 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: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:28:47 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: 13:28:47 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:28:48 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 13:28:49 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.10) ... unit-abot-epc-basic-0: 13:28:49 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 13:28:49 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 13:28:49 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:28:49 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:50 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 13:28:51 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.14) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:52 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:28:53 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: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 13:28:53 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 13:28:54 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: 13:28:54 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:54 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: 13:28:54 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: 13:28:54 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 13:28:54 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 13:28:55 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 13:28:55 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:55 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: 13:28:55 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 13:28:55 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: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:28:56 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 13:28:57 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:58 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: 13:28:58 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: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 13:28:58 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:28:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 13:28:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 13:28:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 13:28:59 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:29:00 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:29:01 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 13:29:02 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: 13:29:02 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: 13:29:02 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 13:29:02 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 13:29:02 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:29:02 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 13:29:03 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: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 13:29:03 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:29:04 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: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:29:04 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:29:05 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:29:05 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 13:29:06 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:29:07 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: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 13:29:07 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 13:29:08 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: 13:29:08 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 13:29:08 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 13:29:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:29:09 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: 13:29:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:29:09 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 13:29:09 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 13:29:09 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 13:29:09 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 13:29:11 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 13:29:12 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:29:12 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:29:12 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-mysql-0: 13:29:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:29:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:29:15 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:29:15 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 13:29:15 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 13:29:15 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 13:29:16 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:29:16 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 13:29:16 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:29:16 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 13:29:16 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:29:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:29:17 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:29:17 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:29:17 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:29:17 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 13:29:18 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: 13:29:18 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: 13:29:18 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 13:29:18 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: 13:29:18 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 13:29:18 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: 13:29:18 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 13:29:18 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: 13:29:18 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-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (39.5 kB/s) unit-abot-epc-basic-0: 13:29:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 13:29:18 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 ... 107971 files and directories currently installed.) unit-abot-epc-basic-0: 13:29:18 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: 13:29:18 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:29:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 13:29:19 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: 13:29:19 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:29:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 13:29:19 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 13:29:20 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:29:20 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:29:21 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:29:21 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-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 13:29:56 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: 13:29:56 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: 13:29:56 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 13:29:56 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: 13:29:56 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 13:29:56 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: 13:29:56 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:29:56 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 13:29:56 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: 13:29:56 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: 13:29:57 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-abot-epc-basic-0: 13:29:57 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-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (359 kB/s) unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 13:29:58 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 ... 108080 files and directories currently installed.) unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:29:58 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:29:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 13:29:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 13:29:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:29:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:30:00 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:30:00 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: 13:30:00 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:30:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:30:01 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:30:01 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-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:30:35 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-epc-0: 13:31:54 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 13:31:54 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:32:38 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:32:38 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: 13:32:44 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:32:44 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 13:32:44 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:32:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 3917' unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 3917 =~ .*running.* ]] unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:32:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:32:44 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:32:44 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:32:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:32:44 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:32:44 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:32:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:33:11 DEBUG juju.worker.uniter.remotestate retry hook timer triggered unit-oai-epc-0: 13:33:11 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:33:11 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:33:11 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 13:33:11 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 13:33:11 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:33:11 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:33:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 13:33:11 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 13:33:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 13:33:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:33:11 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 13:33:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:33:13 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:33:13 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:33:13 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: 13:33:13 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:33:13 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-163-generic unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:33:13 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: 13:33:13 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:33:13 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 13:33:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:33:13 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: 13:33:13 DEBUG unit.oai-epc/0.install --2019-01-03 13:33:13-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:33:13 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 13:33:14 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: 13:33:14 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 13:33:14 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 13:33:14 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 301 Moved Permanently unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Location: https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ [following] unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install --2019-01-03 13:33:14-- https://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 13:33:14 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 13:33:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:33:14 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected. unit-abot-epc-basic-0: 13:33:14 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install 0K ....... 33.1M=0s unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install 2019-01-03 13:33:14 (33.1 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8049] unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install FINISHED --2019-01-03 13:33:14-- unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Total wall clock time: 0.9s unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install Downloaded: 1 files, 7.9K in 0s (33.1 MB/s) unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install + dpkg -i 'kernel.ubuntu.com/*/*/*/*deb' unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install dpkg: error processing archive kernel.ubuntu.com/*/*/*/*deb (--install): unit-oai-epc-0: 13:33:14 DEBUG unit.oai-epc/0.install cannot access archive: No such file or directory unit-oai-epc-0: 13:33:15 DEBUG unit.oai-epc/0.install Errors were encountered while processing: unit-oai-epc-0: 13:33:15 DEBUG unit.oai-epc/0.install kernel.ubuntu.com/*/*/*/*deb unit-oai-epc-0: 13:33:15 ERROR juju.worker.uniter.operation hook "install" failed: exit status 1 unit-oai-epc-0: 13:33:15 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 13:33:15 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:33:15 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-oai-epc-0: 13:33:15 DEBUG juju.worker.uniter [AGENT-STATUS] error: hook failed: "install" unit-abot-epc-basic-0: 13:33:15 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 13:33:15 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 13:33:15 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 13:33:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:33:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:33:15 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 13:33:15 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 13:33:15 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:33:15 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 13:33:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start SHA256:qxUwRkt287CgJUGxtERqzPdn1TfBXE4c0HenCUFggq4 root@juju-e7949a-default-0 unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | oOo*.= ooo=+++| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | o + X.+ B .. o==| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | = =.= . o ..oo=| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . . o.o . .o. | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | .. S | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | E o o | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | o | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | o | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-e7949a-default-0 unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 13:33:16 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: 13:33:16 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start SHA256:cVU1py81rdqyBIu45+SJoy0Ub4z49E8P2LrL0uK9lsg ubuntu@juju-e7949a-default-0 unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | ...oo| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . .+| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . . ..o| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . o +.| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . = S . o .| unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | . + ++ . o o . | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | = =o.* . + . | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | E+*B.+ . o | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start | .o*@O= . . | unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 13:33:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:33:16 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 13:33:16 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 13:33:16 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 13:33:16 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:33:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:33:16 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 13:33:16 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 13:33:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 13:33:17 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:33:17 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 13:33:17 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 13:33:17 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 13:33:17 INFO juju.worker.uniter awaiting error resolution for "install" hook unit-abot-epc-basic-0: 13:33:17 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 13:33:18 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:33:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2019-01-03 13:33:39,987 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2019-01-03 13:34:30,953 - 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, 3 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2019-01-03 13:34:30,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:30,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:31,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-6a967a16-ba80-48d4-8a24-a354b536567d Date: Thu, 03 Jan 2019 13:34:31 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:13:45Z", "updated_at": "2019-01-03T13:34:02Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "72da4bea-eaba-4549-b2b8-758565077dfb"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:03Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "926b3627-b655-46c4-82b0-c4417d0d5c4f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:10:25Z", "updated_at": "2019-01-03T13:33:53Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "9d89e378-1af0-4bb4-a50b-3857c09aa9ac"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:47Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "abc5bed8-50f8-43ff-8514-904a79e19879"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:05:33Z", "updated_at": "2019-01-03T13:34:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "de35c600-bc6b-48b9-a09c-a31eb464ff75"}]} 2019-01-03 13:34:31,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6a967a16-ba80-48d4-8a24-a354b536567d 2019-01-03 13:34:31,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.165647983551s 2019-01-03 13:34:31,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-6a967a16-ba80-48d4-8a24-a354b536567d 2019-01-03 13:34:31,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:34:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/72da4bea-eaba-4549-b2b8-758565077dfb.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:31,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b71322cf-3283-41ba-ade5-40101c4c20ef Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:31,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/72da4bea-eaba-4549-b2b8-758565077dfb.json used request id req-b71322cf-3283-41ba-ade5-40101c4c20ef 2019-01-03 13:34:31,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.648711919785s 2019-01-03 13:34:31,792 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/72da4bea-eaba-4549-b2b8-758565077dfb.json used request id req-b71322cf-3283-41ba-ade5-40101c4c20ef 2019-01-03 13:34:31,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:31,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:31,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-8c76292f-6fdf-4b92-9823-43386215cc02 Date: Thu, 03 Jan 2019 13:34:31 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:03Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "926b3627-b655-46c4-82b0-c4417d0d5c4f"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:10:25Z", "updated_at": "2019-01-03T13:33:53Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "9d89e378-1af0-4bb4-a50b-3857c09aa9ac"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:47Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "abc5bed8-50f8-43ff-8514-904a79e19879"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:05:33Z", "updated_at": "2019-01-03T13:34:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "de35c600-bc6b-48b9-a09c-a31eb464ff75"}]} 2019-01-03 13:34:31,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c76292f-6fdf-4b92-9823-43386215cc02 2019-01-03 13:34:31,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.196281909943s 2019-01-03 13:34:31,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-8c76292f-6fdf-4b92-9823-43386215cc02 2019-01-03 13:34:32,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:34:32,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/926b3627-b655-46c4-82b0-c4417d0d5c4f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:32,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d276574-5464-41d8-8e7d-420f1c407161 Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:32,551 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/926b3627-b655-46c4-82b0-c4417d0d5c4f.json used request id req-4d276574-5464-41d8-8e7d-420f1c407161 2019-01-03 13:34:32,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.540220975876s 2019-01-03 13:34:32,551 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/926b3627-b655-46c4-82b0-c4417d0d5c4f.json used request id req-4d276574-5464-41d8-8e7d-420f1c407161 2019-01-03 13:34:32,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:32,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-4109a955-f236-4f19-b27a-7dcd01c0ffa8 Date: Thu, 03 Jan 2019 13:34:32 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:10:25Z", "updated_at": "2019-01-03T13:33:53Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "9d89e378-1af0-4bb4-a50b-3857c09aa9ac"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:47Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "abc5bed8-50f8-43ff-8514-904a79e19879"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:05:33Z", "updated_at": "2019-01-03T13:34:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "de35c600-bc6b-48b9-a09c-a31eb464ff75"}]} 2019-01-03 13:34:32,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4109a955-f236-4f19-b27a-7dcd01c0ffa8 2019-01-03 13:34:32,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.166530132294s 2019-01-03 13:34:32,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-4109a955-f236-4f19-b27a-7dcd01c0ffa8 2019-01-03 13:34:32,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:34:32,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/9d89e378-1af0-4bb4-a50b-3857c09aa9ac.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:33,249 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a138d0d6-a816-42d2-9b2b-7cd4eb4482e6 Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:33,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9d89e378-1af0-4bb4-a50b-3857c09aa9ac.json used request id req-a138d0d6-a816-42d2-9b2b-7cd4eb4482e6 2019-01-03 13:34:33,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.513167142868s 2019-01-03 13:34:33,250 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/9d89e378-1af0-4bb4-a50b-3857c09aa9ac.json used request id req-a138d0d6-a816-42d2-9b2b-7cd4eb4482e6 2019-01-03 13:34:33,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:33,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:33,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-aff44e6a-21f9-424c-a639-7e3ae0602f52 Date: Thu, 03 Jan 2019 13:34:33 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:16:47Z", "updated_at": "2019-01-03T13:34:13Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "abc5bed8-50f8-43ff-8514-904a79e19879"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:05:33Z", "updated_at": "2019-01-03T13:34:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "de35c600-bc6b-48b9-a09c-a31eb464ff75"}]} 2019-01-03 13:34:33,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-aff44e6a-21f9-424c-a639-7e3ae0602f52 2019-01-03 13:34:33,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.164816856384s 2019-01-03 13:34:33,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-aff44e6a-21f9-424c-a639-7e3ae0602f52 2019-01-03 13:34:33,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:34:33,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/abc5bed8-50f8-43ff-8514-904a79e19879.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:34,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7112b4a-e7d9-4e05-9105-c826a54760bc Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:34,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/abc5bed8-50f8-43ff-8514-904a79e19879.json used request id req-d7112b4a-e7d9-4e05-9105-c826a54760bc 2019-01-03 13:34:34,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.575757980347s 2019-01-03 13:34:34,005 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/abc5bed8-50f8-43ff-8514-904a79e19879.json used request id req-d7112b4a-e7d9-4e05-9105-c826a54760bc 2019-01-03 13:34:34,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:34,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:34,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-d6a306eb-d5b6-47c5-b3d5-e89a70dea6ab Date: Thu, 03 Jan 2019 13:34:34 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:05:33Z", "updated_at": "2019-01-03T13:34:28Z", "floating_network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 2, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_id": null, "id": "de35c600-bc6b-48b9-a09c-a31eb464ff75"}]} 2019-01-03 13:34:34,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d6a306eb-d5b6-47c5-b3d5-e89a70dea6ab 2019-01-03 13:34:34,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0504751205444s 2019-01-03 13:34:34,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-d6a306eb-d5b6-47c5-b3d5-e89a70dea6ab 2019-01-03 13:34:34,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2019-01-03 13:34:34,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/floatingips/de35c600-bc6b-48b9-a09c-a31eb464ff75.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:34,767 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9ab688c-18d3-4549-b151-05f9fff4fd4c Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:34,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/de35c600-bc6b-48b9-a09c-a31eb464ff75.json used request id req-f9ab688c-18d3-4549-b151-05f9fff4fd4c 2019-01-03 13:34:34,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.699598073959s 2019-01-03 13:34:34,768 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/floatingips/de35c600-bc6b-48b9-a09c-a31eb464ff75.json used request id req-f9ab688c-18d3-4549-b151-05f9fff4fd4c 2019-01-03 13:34:34,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2019-01-03 13:34:34,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:34,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2e45ee14-9d59-499c-ab45-eedfc4ef0e76 Date: Thu, 03 Jan 2019 13:34:34 GMT RESP BODY: {"floatingips": []} 2019-01-03 13:34:34,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2e45ee14-9d59-499c-ab45-eedfc4ef0e76 2019-01-03 13:34:34,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.16331410408s 2019-01-03 13:34:34,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/floatingips.json used request id req-2e45ee14-9d59-499c-ab45-eedfc4ef0e76 2019-01-03 13:34:34,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:34:34,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:37,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d0d4792-f8b6-45e6-920b-f031c17829c1 Date: Thu, 03 Jan 2019 13:34:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:34:37,795 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af used request id req-1d0d4792-f8b6-45e6-920b-f031c17829c1 2019-01-03 13:34:37,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.857006073s 2019-01-03 13:34:37,796 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/18060ab7-3c5e-4260-93a7-529ddc80d9af used request id req-1d0d4792-f8b6-45e6-920b-f031c17829c1 2019-01-03 13:34:37,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:34:37,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:37,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-194a4942-5d99-4b48-8d23-e2db6516839a x-compute-request-id: req-194a4942-5d99-4b48-8d23-e2db6516839a Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4f9f2159-a358-43dd-bdab-630193c39d0d", "name": "juju_epc-flavor_alt_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e252b61f-9629-42bc-a986-3caadc2b4c15", "name": "juju_epc-flavor_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:34:37,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-194a4942-5d99-4b48-8d23-e2db6516839a 2019-01-03 13:34:37,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.189571857452s 2019-01-03 13:34:37,986 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-194a4942-5d99-4b48-8d23-e2db6516839a 2019-01-03 13:34:37,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:34:37,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:38,023 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13:34:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-678998b4-b7e6-4b6f-9e29-2568815e4da5 x-compute-request-id: req-678998b4-b7e6-4b6f-9e29-2568815e4da5 Content-Length: 0 Content-Type: application/json 2019-01-03 13:34:38,023 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d used request id req-678998b4-b7e6-4b6f-9e29-2568815e4da5 2019-01-03 13:34:38,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343780517578s 2019-01-03 13:34:38,023 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/4f9f2159-a358-43dd-bdab-630193c39d0d used request id req-678998b4-b7e6-4b6f-9e29-2568815e4da5 2019-01-03 13:34:38,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2019-01-03 13:34:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" -d '{"subnet_id": "6abc636f-7cb6-4415-a239-120f0ed0bb2f"}' 2019-01-03 13:34:39,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d746fdf-8874-4a7d-b354-76e576d71b2a Date: Thu, 03 Jan 2019 13:34:39 GMT RESP BODY: {"network_id": "154fb3ea-4bf1-4f54-8258-10da0954cc19", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "subnet_id": "6abc636f-7cb6-4415-a239-120f0ed0bb2f", "subnet_ids": ["6abc636f-7cb6-4415-a239-120f0ed0bb2f"], "port_id": "8667f1a4-8c5c-411d-99a9-ba154e46e3fb", "id": "8f0a390a-53a8-4baf-b613-ad2de9751cd7"} 2019-01-03 13:34:39,341 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/remove_router_interface.json used request id req-9d746fdf-8874-4a7d-b354-76e576d71b2a 2019-01-03 13:34:39,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.31711220741s 2019-01-03 13:34:39,342 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7/remove_router_interface.json used request id req-9d746fdf-8874-4a7d-b354-76e576d71b2a returning object 8f0a390a-53a8-4baf-b613-ad2de9751cd7 2019-01-03 13:34:39,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2019-01-03 13:34:39,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:39,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-964efe48-8dd5-4dab-95aa-5931e3e976d6 Date: Thu, 03 Jan 2019 13:34:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d031bf89-00a9-445a-9c57-38f1941ff76d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "eed37362-4bb2-4fca-a1dd-d476b1932909", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:02:49Z", "admin_state_up": true, "updated_at": "2019-01-03T13:34:38Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "8f0a390a-53a8-4baf-b613-ad2de9751cd7", "name": "juju_epc-router_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}]} 2019-01-03 13:34:39,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-964efe48-8dd5-4dab-95aa-5931e3e976d6 2019-01-03 13:34:39,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.229706048965s 2019-01-03 13:34:39,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/routers.json used request id req-964efe48-8dd5-4dab-95aa-5931e3e976d6 2019-01-03 13:34:39,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2019-01-03 13:34:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:42,832 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2df432d-c6cf-4b84-9c17-aa7915b9ecbc Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:42,832 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7.json used request id req-c2df432d-c6cf-4b84-9c17-aa7915b9ecbc 2019-01-03 13:34:42,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.2586479187s 2019-01-03 13:34:42,833 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/routers/8f0a390a-53a8-4baf-b613-ad2de9751cd7.json used request id req-c2df432d-c6cf-4b84-9c17-aa7915b9ecbc 2019-01-03 13:34:42,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2019-01-03 13:34:42,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:42,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-408c2f2f-7847-4bce-9db6-6c12da57e7f5 Date: Thu, 03 Jan 2019 13:34:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"154fb3ea-4bf1-4f54-8258-10da0954cc19","tenant_id":"18bd7326f3be4952b7a003a4e3be1ebb","created_at":"2019-01-03T13:02:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2019-01-03T13:02:48Z","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":"18bd7326f3be4952b7a003a4e3be1ebb","id":"6abc636f-7cb6-4415-a239-120f0ed0bb2f","subnetpool_id":null,"name":"juju_epc-subnet_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}]} 2019-01-03 13:34:42,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-408c2f2f-7847-4bce-9db6-6c12da57e7f5 2019-01-03 13:34:42,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.052041053772s 2019-01-03 13:34:42,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/subnets.json used request id req-408c2f2f-7847-4bce-9db6-6c12da57e7f5 2019-01-03 13:34:42,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2019-01-03 13:34:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/subnets/6abc636f-7cb6-4415-a239-120f0ed0bb2f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:45,186 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2f43bb4-df0d-4f03-bfb8-d7457d2e8db4 Date: Thu, 03 Jan 2019 13:34:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:45,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6abc636f-7cb6-4415-a239-120f0ed0bb2f.json used request id req-b2f43bb4-df0d-4f03-bfb8-d7457d2e8db4 2019-01-03 13:34:45,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29918789864s 2019-01-03 13:34:45,186 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/subnets/6abc636f-7cb6-4415-a239-120f0ed0bb2f.json used request id req-b2f43bb4-df0d-4f03-bfb8-d7457d2e8db4 2019-01-03 13:34:45,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 13:34:45,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:45,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-91af5bf7-74bd-4b21-8186-d9f18610f443 Date: Thu, 03 Jan 2019 13:34: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":[],"updated_at":"2019-01-03T13:34:44Z","tenant_id":"18bd7326f3be4952b7a003a4e3be1ebb","created_at":"2019-01-03T13:02:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"18bd7326f3be4952b7a003a4e3be1ebb","id":"154fb3ea-4bf1-4f54-8258-10da0954cc19","name":"juju_epc-net_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","mtu":1500}]} 2019-01-03 13:34:45,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-91af5bf7-74bd-4b21-8186-d9f18610f443 2019-01-03 13:34:45,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112436056137s 2019-01-03 13:34:45,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json used request id req-91af5bf7-74bd-4b21-8186-d9f18610f443 2019-01-03 13:34:45,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2019-01-03 13:34:45,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/networks/154fb3ea-4bf1-4f54-8258-10da0954cc19.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:46,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-286e1156-e775-481d-ac03-490d75098a26 Date: Thu, 03 Jan 2019 13:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:46,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/154fb3ea-4bf1-4f54-8258-10da0954cc19.json used request id req-286e1156-e775-481d-ac03-490d75098a26 2019-01-03 13:34:46,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36548995972s 2019-01-03 13:34:46,666 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/networks/154fb3ea-4bf1-4f54-8258-10da0954cc19.json used request id req-286e1156-e775-481d-ac03-490d75098a26 2019-01-03 13:34:46,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:34:46,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:47,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-f9d711e0-ca86-4739-bf34-f2b4950915cc Date: Thu, 03 Jan 2019 13:34:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "metadata": {}}], "file": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752/file", "owner": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "f80755fe-7555-4569-89ba-c06a2390d752", "size": 297009152, "self": "/v2/images/f80755fe-7555-4569-89ba-c06a2390d752", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/f80755fe-7555-4569-89ba-c06a2390d752/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "9d3a3e4697433a3743c5b6d7281afc8d41f72c90ea5a4dd96e5abb6b556ceb3f", "updated_at": "2019-01-03T13:03:06Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "56cea6fd89a03c2b12f0f2004ca9c688", "name": "juju_epc-img_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "checksum": "56cea6fd89a03c2b12f0f2004ca9c688", "created_at": "2019-01-03T13:02:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:34:47,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f9d711e0-ca86-4739-bf34-f2b4950915cc 2019-01-03 13:34:47,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.566750049591s 2019-01-03 13:34:47,234 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-f9d711e0-ca86-4739-bf34-f2b4950915cc 2019-01-03 13:34:47,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:34:47,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b2cff287c596c5a2dcdbe0b6b3b3e6870fd67f79" 2019-01-03 13:34:49,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46546056-504c-428f-8cc8-8203d4fbd5b4 Date: Thu, 03 Jan 2019 13:34:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:34:49,406 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752 used request id req-46546056-504c-428f-8cc8-8203d4fbd5b4 2019-01-03 13:34:49,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.16993904114s 2019-01-03 13:34:49,406 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/f80755fe-7555-4569-89ba-c06a2390d752 used request id req-46546056-504c-428f-8cc8-8203d4fbd5b4 2019-01-03 13:34:49,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:34:49,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:49,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d98a7dc-c779-4037-9fab-d199f7758e6f x-compute-request-id: req-8d98a7dc-c779-4037-9fab-d199f7758e6f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "e252b61f-9629-42bc-a986-3caadc2b4c15", "name": "juju_epc-flavor_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:34:49,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8d98a7dc-c779-4037-9fab-d199f7758e6f 2019-01-03 13:34:49,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0332300662994s 2019-01-03 13:34:49,441 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8d98a7dc-c779-4037-9fab-d199f7758e6f 2019-01-03 13:34:49,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:34:49,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:49,502 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4160bae3-5910-4153-8a84-3db08454ac21 x-compute-request-id: req-4160bae3-5910-4153-8a84-3db08454ac21 Content-Length: 0 Content-Type: application/json 2019-01-03 13:34:49,502 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15 used request id req-4160bae3-5910-4153-8a84-3db08454ac21 2019-01-03 13:34:49,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0599689483643s 2019-01-03 13:34:49,503 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e252b61f-9629-42bc-a986-3caadc2b4c15 used request id req-4160bae3-5910-4153-8a84-3db08454ac21 2019-01-03 13:34:49,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:34:49,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:49,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32b7ee2-ce11-4f3a-975b-c18b6e93018b Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9", "links": {"self": "http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a"}, "domain_id": "default", "enabled": true, "id": "e5e21f0b782a4bf9b18318475ff77d1a", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:34:49,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e32b7ee2-ce11-4f3a-975b-c18b6e93018b 2019-01-03 13:34:49,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106029033661s 2019-01-03 13:34:49,610 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-e32b7ee2-ce11-4f3a-975b-c18b6e93018b 2019-01-03 13:34:49,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:34:49,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0424f33-a219-4bb9-aa3b-d5f92b05869f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a"}, "enabled": true, "id": "e5e21f0b782a4bf9b18318475ff77d1a", "options": {}, "domain_id": "default", "name": "juju_epc-user_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}} 2019-01-03 13:34:49,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a used request id req-a0424f33-a219-4bb9-aa3b-d5f92b05869f 2019-01-03 13:34:49,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0910458564758s 2019-01-03 13:34:49,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a used request id req-a0424f33-a219-4bb9-aa3b-d5f92b05869f 2019-01-03 13:34:49,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 13:34:49,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:49,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57eb0532-9b70-4f9c-a816-de1a6c6a1b9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:34:49,951 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a used request id req-57eb0532-9b70-4f9c-a816-de1a6c6a1b9d 2019-01-03 13:34:49,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.242547035217s 2019-01-03 13:34:49,951 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/e5e21f0b782a4bf9b18318475ff77d1a used request id req-57eb0532-9b70-4f9c-a816-de1a6c6a1b9d 2019-01-03 13:34:49,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:34:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b3d422-a678-4e49-9c3e-3a8d28b12b42 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb"}, "enabled": true, "id": "18bd7326f3be4952b7a003a4e3be1ebb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_2e39e672-2019-4d1f-a0c4-24c5cfd42fb9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:34:50,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-93b3d422-a678-4e49-9c3e-3a8d28b12b42 2019-01-03 13:34:50,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801951885223s 2019-01-03 13:34:50,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-93b3d422-a678-4e49-9c3e-3a8d28b12b42 2019-01-03 13:34:50,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 13:34:50,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53e46dba-bc63-44bd-9bb3-d065418c2849 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:34:50,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb used request id req-53e46dba-bc63-44bd-9bb3-d065418c2849 2019-01-03 13:34:50,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157814979553s 2019-01-03 13:34:50,193 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/18bd7326f3be4952b7a003a4e3be1ebb used request id req-53e46dba-bc63-44bd-9bb3-d065418c2849 2019-01-03 13:34:50,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:34:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d86f4e-9e95-4b32-9c07-aca00afc24c1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c473e2cc29df48979e4f216fda87868f", "links": {"self": "http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f"}, "name": "Member"}]} 2019-01-03 13:34:50,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-45d86f4e-9e95-4b32-9c07-aca00afc24c1 2019-01-03 13:34:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0884709358215s 2019-01-03 13:34:50,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 13:34:50,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a0f0703-40fd-4d4d-bafe-148e292fa58f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:34:50,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/c473e2cc29df48979e4f216fda87868f used request id req-2a0f0703-40fd-4d4d-bafe-148e292fa58f 2019-01-03 13:34:50,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0980479717255s 2019-01-03 13:34:50,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:34:50,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=18bd7326f3be4952b7a003a4e3be1ebb&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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-55b25c8b-0e52-4ac4-b78c-d86e2f6ad6f7 Date: Thu, 03 Jan 2019 13:34:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:02:46Z", "updated_at": "2019-01-03T13:02:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "328b7b16-4b83-4dda-8400-3d2694e691d2", "remote_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv6", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "5a8297d3-50fd-422a-acd1-93a94b3842c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv6", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "79b078c5-632d-4ad0-89c8-26843aa2f7ae", "remote_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv4", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "99275fd8-48ce-4670-a4c2-776c9dc7d084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv4", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}], "revision_number": 4, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "name": "default"}]} 2019-01-03 13:34:50,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=18bd7326f3be4952b7a003a4e3be1ebb&name=default used request id req-55b25c8b-0e52-4ac4-b78c-d86e2f6ad6f7 2019-01-03 13:34:50,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187617063522s 2019-01-03 13:34:50,573 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=18bd7326f3be4952b7a003a4e3be1ebb&name=default used request id req-55b25c8b-0e52-4ac4-b78c-d86e2f6ad6f7 2019-01-03 13:34:50,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:34:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:50,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d7ff1510-bf83-40c5-aa19-ffa4e25aa307 Date: Thu, 03 Jan 2019 13:34:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "created_at": "2019-01-03T13:02:46Z", "updated_at": "2019-01-03T13:02:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "79b078c5-632d-4ad0-89c8-26843aa2f7ae", "remote_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv4", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "5a8297d3-50fd-422a-acd1-93a94b3842c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv6", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "328b7b16-4b83-4dda-8400-3d2694e691d2", "remote_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv6", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T13:02:46Z", "revision_number": 0, "id": "99275fd8-48ce-4670-a4c2-776c9dc7d084", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T13:02:46Z", "security_group_id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "tenant_id": "18bd7326f3be4952b7a003a4e3be1ebb", "port_range_min": null, "ethertype": "IPv4", "project_id": "18bd7326f3be4952b7a003a4e3be1ebb"}], "revision_number": 4, "project_id": "18bd7326f3be4952b7a003a4e3be1ebb", "id": "2db8416a-71ff-4401-8c3c-d489704ebcc9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "696eb002b81640138e948c272298656e", "created_at": "2019-01-03T09:49:27Z", "updated_at": "2019-01-03T09:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "1e46ac9b-a982-46a3-a1f8-c1a6200ecaeb", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "dbb2863b-e141-42c0-8c67-6163272f19e9", "remote_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "0cac2071-a53b-4964-8f4b-81bb2a024046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv4", "project_id": "696eb002b81640138e948c272298656e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T09:49:27Z", "revision_number": 0, "id": "af07f037-759a-433f-b7f6-358ee791a455", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T09:49:27Z", "security_group_id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "tenant_id": "696eb002b81640138e948c272298656e", "port_range_min": null, "ethertype": "IPv6", "project_id": "696eb002b81640138e948c272298656e"}], "revision_number": 4, "project_id": "696eb002b81640138e948c272298656e", "id": "6f1b3a92-9c4a-4e9f-82c9-283b7b924320", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "created_at": "2019-01-03T10:00:25Z", "updated_at": "2019-01-03T10:00:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "8ae69816-82ba-423c-8232-095e7d7e3bb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "e24fc41e-c466-47ff-b32c-c5b7bee3c2c4", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "fb10e9f8-dbcc-47f4-bfc7-9362ce43b5d0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv6", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:00:25Z", "revision_number": 0, "id": "2e2470b6-46ca-4ced-8183-68dedcf0a88d", "remote_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "remote_ip_prefix": null, "created_at": "2019-01-03T10:00:25Z", "security_group_id": "80a43bd8-e652-4330-9e59-417580c8a06c", "tenant_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "port_range_min": null, "ethertype": "IPv4", "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d"}], "revision_number": 4, "project_id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "id": "80a43bd8-e652-4330-9e59-417580c8a06c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2019-01-03T10:02:33Z", "updated_at": "2019-01-03T10:02:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "16ac1ff7-7b77-43dd-bb06-82fa975ce82e", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "002e8c7f-93e1-4ee8-b8c7-f874d24a7a4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "abc1c0db-21f6-478a-86cf-11ce7720cd3b", "remote_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2019-01-03T10:02:33Z", "revision_number": 0, "id": "f4d6b76a-a136-4458-bb81-b9f8686806c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2019-01-03T10:02:33Z", "security_group_id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "fc3ac342-5a63-4a35-bd6b-822dc1361418", "name": "default"}]} 2019-01-03 13:34:50,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d7ff1510-bf83-40c5-aa19-ffa4e25aa307 2019-01-03 13:34:50,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200437068939s 2019-01-03 13:34:50,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json used request id req-d7ff1510-bf83-40c5-aa19-ffa4e25aa307 2019-01-03 13:34:50,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2019-01-03 13:34:50,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9696/v2.0/security-groups/2db8416a-71ff-4401-8c3c-d489704ebcc9.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}931668223b77ca6b3ea9d85bbbafa12be6133478" 2019-01-03 13:34:51,210 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40d22288-ae71-40a0-adf0-dd1c4be80c16 Content-Length: 0 Date: Thu, 03 Jan 2019 13:34:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2019-01-03 13:34:51,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2db8416a-71ff-4401-8c3c-d489704ebcc9.json used request id req-40d22288-ae71-40a0-adf0-dd1c4be80c16 2019-01-03 13:34:51,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.427729845047s 2019-01-03 13:34:51,210 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.28:9696/v2.0/security-groups/2db8416a-71ff-4401-8c3c-d489704ebcc9.json used request id req-40d22288-ae71-40a0-adf0-dd1c4be80c16 2019-01-03 13:34:51,211 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2019-01-03 13:34:51,212 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 27:60 | PASS | | vyos_vrouter | functest | vnf | 16:06 | PASS | | juju_epc | functest | vnf | 30:52 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2019-01-03 13:34:51,216 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2019-01-03 13:34:51,261 - paramiko.transport - DEBUG - EOF in transport thread 2019-01-03 13:34:55,822 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 13:34:55,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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 13:34:55,828 - xtesting.ci.run_tests - DEBUG - Test args: all 2019-01-03 13:34:55,829 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2019-01-03 13:34:55,830 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2019-01-03 13:34:55,831 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2019-01-03 13:35:00,595 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-323 | | 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 | +--------------------------------------+----------------------------------------------------------+ 2019-01-03 13:35:00,600 - 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=6C39adsjG6FZvmhTQnPaqqAny export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.28,192.30.9.4 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.28: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 2019-01-03 13:35:00,601 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2019-01-03 13:35:00,611 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2019-01-03 13:35:02,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 13:35:02,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 13:35:02,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 13:35:02,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 13:35:02,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 13:35:02,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 13:35:02,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 13:35:02,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 13:35:03,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 13:35:03,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 13:35:03,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 13:35:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 13:35:03,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45c4bb81-895f-4743-8d06-159d54c58d19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 13:35:03,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-45c4bb81-895f-4743-8d06-159d54c58d19 2019-01-03 13:35:03,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 13:35:03,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}], "expires_at": "2019-01-03T14:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/988fc6c8d6fe4c4a9bed9910f5cb433d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9db7659b4ced468c8f9ba58182929223"}, "audit_ids": ["elF_08mkR-ifttW3v11q8Q"], "issued_at": "2019-01-03T13:35:03.000000Z"}} 2019-01-03 13:35:03,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2019-01-03 13:35:03,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:03,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-821a2345-8d4f-4709-81c0-c25ae1fdb3ba Date: Thu, 03 Jan 2019 13:35:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"d031bf89-00a9-445a-9c57-38f1941ff76d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"696eb002b81640138e948c272298656e","status":"ACTIVE","subnets":["eed37362-4bb2-4fca-a1dd-d476b1932909"],"description":"","tags":[],"updated_at":"2019-01-03T09:49:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"696eb002b81640138e948c272298656e","created_at":"2019-01-03T09:49:27Z","provider:network_type":"flat"}]} 2019-01-03 13:35:03,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-821a2345-8d4f-4709-81c0-c25ae1fdb3ba 2019-01-03 13:35:03,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256582021713s 2019-01-03 13:35:03,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/networks.json?router%3Aexternal=True used request id req-821a2345-8d4f-4709-81c0-c25ae1fdb3ba 2019-01-03 13:35:03,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2019-01-03 13:35:03,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:03,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 13:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 13:35:03,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:04,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688eee9c-e5af-4d9f-8fcd-68246e4dc2f7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.28:5000/v3/domains/5867ebaedb0f4d2ca187985cb0046096"}, "description": "", "name": "heat_stack", "enabled": true, "id": "5867ebaedb0f4d2ca187985cb0046096"}, {"links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.28:5000/v3/domains", "previous": null, "next": null}} 2019-01-03 13:35:04,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains used request id req-688eee9c-e5af-4d9f-8fcd-68246e4dc2f7 2019-01-03 13:35:04,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.464154005051s 2019-01-03 13:35:04,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2019-01-03 13:35:04,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}}' 2019-01-03 13:35:04,261 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 13:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5446c4d-eca8-4020-93ff-150c0f1dd77a 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.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae"}, "enabled": true, "id": "345ea894ceb945a8b51b0e4271edbdae", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}} 2019-01-03 13:35:04,261 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f5446c4d-eca8-4020-93ff-150c0f1dd77a 2019-01-03 13:35:04,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.133061885834s 2019-01-03 13:35:04,262 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/projects used request id req-f5446c4d-eca8-4020-93ff-150c0f1dd77a 2019-01-03 13:35:04,262 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406', 'id': u'345ea894ceb945a8b51b0e4271edbdae', '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'})}) 2019-01-03 13:35:04,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2019-01-03 13:35:04,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362257957458s 2019-01-03 13:35:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:04,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ac76356-255a-4b0f-aafc-bd66eebd0099 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406"}} 2019-01-03 13:35:04,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 used request id req-4ac76356-255a-4b0f-aafc-bd66eebd0099 2019-01-03 13:35:04,729 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6e6a8e740a204c138f6c6225fcab4382', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406'}) 2019-01-03 13:35:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:04,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972229d0-5875-47a5-9008-64e0af73481b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 13:35:04,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-972229d0-5875-47a5-9008-64e0af73481b 2019-01-03 13:35:04,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0857927799225s 2019-01-03 13:35:04,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:04,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:04,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a70183c-8cff-492c-8735-3168ab3fe93f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2019-01-03 13:35:04,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-9a70183c-8cff-492c-8735-3168ab3fe93f 2019-01-03 13:35:04,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0799992084503s 2019-01-03 13:35:04,898 - functest.core.tenantnetwork - INFO - Creating default role Member 2019-01-03 13:35:04,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2019-01-03 13:35:04,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"role": {"name": "Member"}}' 2019-01-03 13:35:05,093 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 03 Jan 2019 13:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-591af0bf-69dd-4d61-b9cf-3df11a0c91ec Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}} 2019-01-03 13:35:05,093 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.28:5000/v3/roles used request id req-591af0bf-69dd-4d61-b9cf-3df11a0c91ec 2019-01-03 13:35:05,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.195173978806s 2019-01-03 13:35:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af877226-ae16-46dc-9941-7f26103bd18b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "domain_id": null, "name": "Member", "id": "a43f6066b1e84b96ae8f87d60602feaa"}} 2019-01-03 13:35:05,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa used request id req-af877226-ae16-46dc-9941-7f26103bd18b 2019-01-03 13:35:05,181 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa'}, 'domain_id': None, 'human_id': None, 'id': u'a43f6066b1e84b96ae8f87d60602feaa', 'HUMAN_ID': False}) 2019-01-03 13:35:05,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:05,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba5e9a64-6d67-4e66-8a99-7ca4e81085e3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:35:05,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ba5e9a64-6d67-4e66-8a99-7ca4e81085e3 2019-01-03 13:35:05,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809140205383s 2019-01-03 13:35:05,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 13:35:05,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b0ec90-04ce-4304-889f-0f7f7630eb40 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 13:35:05,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-71b0ec90-04ce-4304-889f-0f7f7630eb40 2019-01-03 13:35:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.081414937973s 2019-01-03 13:35:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:35:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c711a6-dfc2-42f8-98ab-f0bbea30bc27 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406", "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "domain_id": "default", "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:35:05,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-29c711a6-dfc2-42f8-98ab-f0bbea30bc27 2019-01-03 13:35:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115419149399s 2019-01-03 13:35:05,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-29c711a6-dfc2-42f8-98ab-f0bbea30bc27 2019-01-03 13:35:05,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:35:05,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c2744f-521b-437f-91d7-bf2d9908ca08 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae"}, "enabled": true, "id": "345ea894ceb945a8b51b0e4271edbdae", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:35:05,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-28c2744f-521b-437f-91d7-bf2d9908ca08 2019-01-03 13:35:05,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0750739574432s 2019-01-03 13:35:05,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-28c2744f-521b-437f-91d7-bf2d9908ca08 2019-01-03 13:35:05,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 13:35:05,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=a43f6066b1e84b96ae8f87d60602feaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a17344-b45d-4816-88c3-e68d2d7607ff Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=a43f6066b1e84b96ae8f87d60602feaa", "previous": null, "next": null}} 2019-01-03 13:35:05,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=a43f6066b1e84b96ae8f87d60602feaa used request id req-32a17344-b45d-4816-88c3-e68d2d7607ff 2019-01-03 13:35:05,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.08318400383s 2019-01-03 13:35:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 13:35:05,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae/users/6e6a8e740a204c138f6c6225fcab4382/roles/a43f6066b1e84b96ae8f87d60602feaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e736a3d3-14ca-47b6-b923-6d7ceb472084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:35:05,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae/users/6e6a8e740a204c138f6c6225fcab4382/roles/a43f6066b1e84b96ae8f87d60602feaa used request id req-e736a3d3-14ca-47b6-b923-6d7ceb472084 2019-01-03 13:35:05,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124556064606s 2019-01-03 13:35:05,756 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406', 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': '637a546e-a631-4aca-9b66-cbd22ebe6425', 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_cc09de96-ce23-4d0e-9af1-a675519fa406', 'project_id': u'345ea894ceb945a8b51b0e4271edbdae', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.28:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2019-01-03 13:35:05,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2019-01-03 13:35:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2019-01-03 13:35:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2019-01-03 13:35:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2019-01-03 13:35:05,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2019-01-03 13:35:05,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2019-01-03 13:35:05,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2019-01-03 13:35:05,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2019-01-03 13:35:05,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2019-01-03 13:35:05,762 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406', 'password': '637a546e-a631-4aca-9b66-cbd22ebe6425', 'project_name': 'tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.28:5000/v3', 'project_id': '345ea894ceb945a8b51b0e4271edbdae', 'project_domain_name': 'Default'} 2019-01-03 13:35:05,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:05,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccaa028f-e3ee-4fc3-b6fb-e474ea035c83 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:35:05,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ccaa028f-e3ee-4fc3-b6fb-e474ea035c83 2019-01-03 13:35:05,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0757510662079s 2019-01-03 13:35:05,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:05,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:05,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab0e07d7-6992-40e3-919e-54f82f02c2af Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:35:05,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-ab0e07d7-6992-40e3-919e-54f82f02c2af 2019-01-03 13:35:05,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082995891571s 2019-01-03 13:35:05,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 13:35:05,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7e73be-0fb3-4c0d-a1b2-9affcd878b53 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 13:35:06,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-4a7e73be-0fb3-4c0d-a1b2-9affcd878b53 2019-01-03 13:35:06,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0853159427643s 2019-01-03 13:35:06,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:35:06,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ba55a4-6d82-4980-81fb-ace6667be372 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406", "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "domain_id": "default", "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:35:06,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b5ba55a4-6d82-4980-81fb-ace6667be372 2019-01-03 13:35:06,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932891368866s 2019-01-03 13:35:06,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-b5ba55a4-6d82-4980-81fb-ace6667be372 2019-01-03 13:35:06,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:35:06,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d2a792-d158-421f-bc34-01d1305cf830 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae"}, "enabled": true, "id": "345ea894ceb945a8b51b0e4271edbdae", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:35:06,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f9d2a792-d158-421f-bc34-01d1305cf830 2019-01-03 13:35:06,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0882239341736s 2019-01-03 13:35:06,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects?domain_id=default used request id req-f9d2a792-d158-421f-bc34-01d1305cf830 2019-01-03 13:35:06,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 13:35:06,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc62d6de-bfd1-4063-90d6-352660db1dc7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=87531dd8fee349ee823565af03481166", "previous": null, "next": null}} 2019-01-03 13:35:06,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&scope.project.id=345ea894ceb945a8b51b0e4271edbdae&role.id=87531dd8fee349ee823565af03481166 used request id req-bc62d6de-bfd1-4063-90d6-352660db1dc7 2019-01-03 13:35:06,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.092707157135s 2019-01-03 13:35:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 13:35:06,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae/users/6e6a8e740a204c138f6c6225fcab4382/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,413 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54df738e-8159-46fb-ad9a-f746ed85ff75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:35:06,413 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae/users/6e6a8e740a204c138f6c6225fcab4382/roles/87531dd8fee349ee823565af03481166 used request id req-54df738e-8159-46fb-ad9a-f746ed85ff75 2019-01-03 13:35:06,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118495941162s 2019-01-03 13:35:06,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:06,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c40105-2a42-4085-9f51-e23a0dffbed6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:35:06,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-c6c40105-2a42-4085-9f51-e23a0dffbed6 2019-01-03 13:35:06,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0855071544647s 2019-01-03 13:35:06,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2019-01-03 13:35:06,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c222b500-2e4f-4868-b238-eda04ececa80 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.28:5000/v3/domains/default"}, "name": "Default"}} 2019-01-03 13:35:06,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/domains/default used request id req-c222b500-2e4f-4868-b238-eda04ececa80 2019-01-03 13:35:06,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0865519046783s 2019-01-03 13:35:06,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:35:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d1193ad-d084-41a5-ae19-9c992a95fa42 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406", "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "domain_id": "default", "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:35:06,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3d1193ad-d084-41a5-ae19-9c992a95fa42 2019-01-03 13:35:06,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103890895844s 2019-01-03 13:35:06,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-3d1193ad-d084-41a5-ae19-9c992a95fa42 2019-01-03 13:35:06,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2019-01-03 13:35:06,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f598be-4e6d-49ce-936c-2ab956231e4a Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default", "previous": null, "next": null}} 2019-01-03 13:35:06,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/role_assignments?user.id=6e6a8e740a204c138f6c6225fcab4382&role.id=87531dd8fee349ee823565af03481166&scope.domain.id=default used request id req-81f598be-4e6d-49ce-936c-2ab956231e4a 2019-01-03 13:35:06,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082594871521s 2019-01-03 13:35:06,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2019-01-03 13:35:06,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:5000/v3/domains/default/users/6e6a8e740a204c138f6c6225fcab4382/roles/87531dd8fee349ee823565af03481166 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:35:06,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:35:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81827e7-75e8-49cf-b286-c68cf2fb2203 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:35:06,911 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.28:5000/v3/domains/default/users/6e6a8e740a204c138f6c6225fcab4382/roles/87531dd8fee349ee823565af03481166 used request id req-d81827e7-75e8-49cf-b286-c68cf2fb2203 2019-01-03 13:35:06,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.130131959915s 2019-01-03 13:35:06,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2019-01-03 13:35:14,729 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2019-01-03 13:35:14.468 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=776c2321-66fb-42d3-b966-f3efa96ccc59) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 776c2321-66fb-42d3-b966-f3efa96ccc59 | 2019-01-03T13:35:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 776c2321-66fb-42d3-b966-f3efa96ccc59 ~/.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 2019-01-03 13:35:17,867 - 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 | +-------------+-------------------+-----------+ 2019-01-03 13:35:17,868 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2019-01-03 13:35:23,700 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2019-01-03 13:35:21.750 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2019-01-03 13:35:21.894 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2019-01-03 13:35:23.577 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9) as the default verifier for the future CLI operations. 2019-01-03 13:35:26,486 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2019-01-03 13:35:26,487 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2019-01-03 13:35:26,619 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2019-01-03 13:35:26,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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" 2019-01-03 13:35:26,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6c5e9fb-4c33-4cae-a722-bfd458d49819 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.28:5000/v3/", "rel": "self"}]}} 2019-01-03 13:35:26,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.28:5000/v3 used request id req-a6c5e9fb-4c33-4cae-a722-bfd458d49819 2019-01-03 13:35:26,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.28:5000/v3/auth/tokens 2019-01-03 13:35:27,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "87531dd8fee349ee823565af03481166", "name": "admin"}, {"id": "a43f6066b1e84b96ae8f87d60602feaa", "name": "Member"}], "expires_at": "2019-01-03T14:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "345ea894ceb945a8b51b0e4271edbdae", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.28:8776/v3/345ea894ceb945a8b51b0e4271edbdae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5796f801460b4a4589c3d8abb8fa7f39"}, {"url": "http://192.30.9.4:8776/v3/345ea894ceb945a8b51b0e4271edbdae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "72877c66bd2f4c76ba5cf7afdec14880"}, {"url": "http://192.30.9.4:8776/v3/345ea894ceb945a8b51b0e4271edbdae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98c6c0c1e8504e7299d8b1951b97243a"}], "type": "volumev3", "id": "05b14319b1b14c1992df380dad7601e3", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27b3097b01aa4b649c16dab884d6beab"}, {"url": "http://172.30.9.28:8004/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3ea62b142c643138838fbb72be24e4d"}, {"url": "http://192.30.9.4:8004/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2aa557041d046f1b6040371e59491a1"}], "type": "orchestration", "id": "14cdbc0aeb864138b4f5b47c64282f18", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3a555f231ed44ba7b3c4a0b1f5ab2179"}, {"url": "http://172.30.9.28:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "693e9d06d224497c96ecaa7547e5ce32"}, {"url": "http://192.30.9.4:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c213befcf3c24e0e803ab63fe0ce02bb"}], "type": "nfv-orchestration", "id": "4119fc15ea2046108647cf6af820e2e5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.4:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e80432f815c45daa49cc3a9b0d86112"}, {"url": "http://172.30.9.28:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76d267bc706d465ca91224f0eaeb1f7c"}, {"url": "http://192.30.9.4:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89c7b46f37bc4543a14cbfe5e27921b2"}], "type": "policy", "id": "430675cef41444e9ae702c094f26d4ee", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.28:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "58091a6f68a44eda84c06f02375af15f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b0c87348b074349b8c1a243622b1c58"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f34fd3681e384e329dae7f0e8bdaf52b"}], "type": "compute", "id": "4b95dc528475432ca51c91871c25da10", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.28:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e7ed94e0c5d4934b55bcc41a2ce36d7"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "752de543f6cc4d339bce8e4f535bff87"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b5d8267390648c19ca5e7e6d3d03cb2"}], "type": "placement", "id": "676a47c9a2d442c4b3804df1a2aa0e0b", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23f5cd9fc1494768bab2d4c72d7e3731"}, {"url": "http://172.30.9.28:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77e0af5b13da461b9793a2c1913f6b98"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed08c2540c67492381ad8eaaf53d36fa"}], "type": "cloudformation", "id": "83ed9e7cd31d44df9505d529c32d7f31", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.28:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc576d01feec440eab6e1fd029a6ae7f"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e53ada54e7ff4c259d63db075eb85019"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f696a5dcebf14ea88883dc02029d997d"}], "type": "metric", "id": "8b85de34cb334b6ba23b113980367cc2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.28:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1f3353fc045e4bf890b8ce96fa76ef61"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3809767afacf4bc5840193558b6c35ee"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "79284dea07aa45e596b14c58f1241c27"}], "type": "alarming", "id": "904449018e304dd4ae69163b6e0f7c65", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "90f15d5d07704a6faf5dcb907c88e2d7", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.28:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dcd438ee38b4aa081379546b57571db"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c4b047da9cc4782bb4287bda82db8f9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9de2aebbf4354c6b8fa8438b92f8b476"}], "type": "image", "id": "918360128c274ab4937d41508abbe97c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.28:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "532568212dfe4962af304e918a908507"}, {"url": "http://192.30.9.4:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65cdd137082e435f922dc7335a6a57e7"}, {"url": "http://192.30.9.4:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f531ee5f186a41abae5b1f41a1049bc1"}], "type": "key-manager", "id": "b7fbe3b09e6848a78b816e046b0b0e8b", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "24178d30924e4010b30c95810e782046"}, {"url": "http://192.30.9.4:8776/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2b9781dd743444e683bdd8b0911e6cdd"}, {"url": "http://192.30.9.4:8776/v1/345ea894ceb945a8b51b0e4271edbdae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46bf3dc1517941bfa0dcbb32950ecd7b"}], "type": "volume", "id": "c66dea12467540fd9f8eae1b38f3e216", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "60fe2f42b8874071a36fb2c94c38278b"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "61bcabc9962e442abc592aa7ba48a83b"}, {"url": "http://172.30.9.28:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ce656a64ff864a3c9795d06e017e4ddd"}], "type": "identity", "id": "eaa22ffbd6a24a9fbc5a4854cc89a6a7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74a0a1ee9a90453bab9e0450ced4fd6e"}, {"url": "http://172.30.9.28:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5a50e430a0641ea9cd1d9b6bdba41f6"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffd6cd7bf6c9450daa0ac9d554e233d1"}], "type": "network", "id": "f9c71ab7ca584a2fbd00bfe73cacb65d", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.28:8776/v2/345ea894ceb945a8b51b0e4271edbdae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18a104eecc8e41079452d43b02a65ef4"}, {"url": "http://192.30.9.4:8776/v2/345ea894ceb945a8b51b0e4271edbdae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce82a91e3acd4efe9da2c568542ed5c0"}, {"url": "http://192.30.9.4:8776/v2/345ea894ceb945a8b51b0e4271edbdae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0b65e79d6f844099585aa73e561639f"}], "type": "volumev2", "id": "fc3b8ebb51c7410fa36d55b44ba8adb9", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406", "id": "6e6a8e740a204c138f6c6225fcab4382"}, "audit_ids": ["OzvaSODRTjuLPPEpdeu6ZQ"], "issued_at": "2019-01-03T13:35:27.000000Z"}} 2019-01-03 13:35:27,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:27,030 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 03 Jan 2019 13:35:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.28:9292/v2/", "rel": "self"}]}]} 2019-01-03 13:35:27,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:35:27,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:27,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2356a685-3cbf-4a16-8a7b-8e8e08e9fb40 Date: Thu, 03 Jan 2019 13:35:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:35:27,221 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2356a685-3cbf-4a16-8a7b-8e8e08e9fb40 2019-01-03 13:35:27,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187112092972s 2019-01-03 13:35:27,221 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-2356a685-3cbf-4a16-8a7b-8e8e08e9fb40 2019-01-03 13:35:27,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 13:35:27,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406"}' 2019-01-03 13:35:27,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76 X-Openstack-Request-Id: req-ce4255da-0d5f-4c27-b700-77cb2c9f4de4 Date: Thu, 03 Jan 2019 13:35:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "e026a7fe-aa36-4e0a-81f2-784208177c76", "size": null, "self": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": null, "created_at": "2019-01-03T13:35:27Z", "protected": false} 2019-01-03 13:35:27,420 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ce4255da-0d5f-4c27-b700-77cb2c9f4de4 2019-01-03 13:35:27,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.19678401947s 2019-01-03 13:35:27,421 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-ce4255da-0d5f-4c27-b700-77cb2c9f4de4 returning object e026a7fe-aa36-4e0a-81f2-784208177c76 2019-01-03 13:35:27,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 13:35:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" -d '' 2019-01-03 13:35:28,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1066bab9-df53-40f6-b375-0bf6c9d18577 Date: Thu, 03 Jan 2019 13:35:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:35:28,995 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file used request id req-1066bab9-df53-40f6-b375-0bf6c9d18577 2019-01-03 13:35:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.57336688042s 2019-01-03 13:35:28,995 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file used request id req-1066bab9-df53-40f6-b375-0bf6c9d18577 2019-01-03 13:35:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:35:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:29,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-91b09d51-cb5e-4739-8a6b-0fc20c5e4954 Date: Thu, 03 Jan 2019 13:35:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "metadata": {}}], "file": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "e026a7fe-aa36-4e0a-81f2-784208177c76", "size": 12716032, "self": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T13:35:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:35:29,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-91b09d51-cb5e-4739-8a6b-0fc20c5e4954 2019-01-03 13:35:29,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.5497610569s 2019-01-03 13:35:29,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-91b09d51-cb5e-4739-8a6b-0fc20c5e4954 2019-01-03 13:35:29,548 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file', 'owner': u'345ea894ceb945a8b51b0e4271edbdae', 'id': u'e026a7fe-aa36-4e0a-81f2-784208177c76', 'size': 12716032, u'self': u'/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'345ea894ceb945a8b51b0e4271edbdae', 'name': 'tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T13:35:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T13:35:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406', 'created': u'2019-01-03T13:35:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T13:35:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 13:35:29,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 13:35:29,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_cc09de96-ce23-4d0e-9af1-a675519fa406", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 13:35:30,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35: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-71fbe47c-23d6-4ce7-be1c-d98b3d98aaaf x-compute-request-id: req-71fbe47c-23d6-4ce7-be1c-d98b3d98aaaf Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "158cea0e-8dc7-4849-b82d-de9fdbc0f703", "name": "tempest_full_parallel-flavor_cc09de96-ce23-4d0e-9af1-a675519fa406", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 13:35:30,136 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-71fbe47c-23d6-4ce7-be1c-d98b3d98aaaf 2019-01-03 13:35:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.586941003799s 2019-01-03 13:35:30,137 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-71fbe47c-23d6-4ce7-be1c-d98b3d98aaaf returning object 158cea0e-8dc7-4849-b82d-de9fdbc0f703 2019-01-03 13:35:30,137 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_cc09de96-ce23-4d0e-9af1-a675519fa406', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'158cea0e-8dc7-4849-b82d-de9fdbc0f703', 'swap': 0}) 2019-01-03 13:35:30,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 13:35:30,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703/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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"extra_specs": {}}' 2019-01-03 13:35:30,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-fba44bfe-889e-4940-8671-a5e11738d05c x-compute-request-id: req-fba44bfe-889e-4940-8671-a5e11738d05c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 13:35:30,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703/os-extra_specs used request id req-fba44bfe-889e-4940-8671-a5e11738d05c 2019-01-03 13:35:30,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212490558624s 2019-01-03 13:35:30,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703/os-extra_specs used request id req-fba44bfe-889e-4940-8671-a5e11738d05c 2019-01-03 13:35:30,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:35:30,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:30,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 03 Jan 2019 13:35: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.28:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.28:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2019-01-03 13:35:30,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:30,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:35:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74aab891-eaa5-47f3-8a2a-9f5479e26ddc Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:35:30,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-74aab891-eaa5-47f3-8a2a-9f5479e26ddc 2019-01-03 13:35:30,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0991978645325s 2019-01-03 13:35:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2019-01-03 13:35:30,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:30,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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-9144bd43-1419-4b01-a805-f7576341f0a5 x-compute-request-id: req-9144bd43-1419-4b01-a805-f7576341f0a5 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 75, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2264, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "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": 5}]} 2019-01-03 13:35:30,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-9144bd43-1419-4b01-a805-f7576341f0a5 2019-01-03 13:35:30,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.181238889694s 2019-01-03 13:35:30,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/os-hypervisors/detail used request id req-9144bd43-1419-4b01-a805-f7576341f0a5 2019-01-03 13:35:30,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:35:30,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:31,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-6b24db4d-b4de-4342-b71b-dfe49521ce6a Date: Thu, 03 Jan 2019 13:35:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "metadata": {}}], "file": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "e026a7fe-aa36-4e0a-81f2-784208177c76", "size": 12716032, "self": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T13:35:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:35:31,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6b24db4d-b4de-4342-b71b-dfe49521ce6a 2019-01-03 13:35:31,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.58268904686s 2019-01-03 13:35:31,031 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-6b24db4d-b4de-4342-b71b-dfe49521ce6a 2019-01-03 13:35:31,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2019-01-03 13:35:31,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406"}' 2019-01-03 13:35:31,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335 X-Openstack-Request-Id: req-3639c8f0-2a8f-43cb-9945-09f2c8fd6280 Date: Thu, 03 Jan 2019 13:35:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "5d663804-623e-4b14-8540-2fb1c5a64335", "size": null, "self": "/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:31Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": null, "created_at": "2019-01-03T13:35:31Z", "protected": false} 2019-01-03 13:35:31,637 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3639c8f0-2a8f-43cb-9945-09f2c8fd6280 2019-01-03 13:35:31,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.603285074234s 2019-01-03 13:35:31,638 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.28:9292/v2/images used request id req-3639c8f0-2a8f-43cb-9945-09f2c8fd6280 returning object 5d663804-623e-4b14-8540-2fb1c5a64335 2019-01-03 13:35:31,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2019-01-03 13:35:31,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" -d '' 2019-01-03 13:35:32,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-734c5c4d-a59e-4ba1-a9fe-07117efeb352 Date: Thu, 03 Jan 2019 13:35:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:35:32,696 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/file used request id req-734c5c4d-a59e-4ba1-a9fe-07117efeb352 2019-01-03 13:35:32,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.0572578907s 2019-01-03 13:35:32,696 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/file used request id req-734c5c4d-a59e-4ba1-a9fe-07117efeb352 2019-01-03 13:35:32,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:35:32,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:35:32,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-e8214486-1537-40ef-9d00-fa49bd73156b Date: Thu, 03 Jan 2019 13:35:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5d663804-623e-4b14-8540-2fb1c5a64335/snap", "metadata": {}}], "file": "/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "5d663804-623e-4b14-8540-2fb1c5a64335", "size": 12716032, "self": "/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5d663804-623e-4b14-8540-2fb1c5a64335/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:32Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T13:35:31Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "metadata": {}}], "file": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "e026a7fe-aa36-4e0a-81f2-784208177c76", "size": 12716032, "self": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T13:35:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:35:32,720 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e8214486-1537-40ef-9d00-fa49bd73156b 2019-01-03 13:35:32,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0232739448547s 2019-01-03 13:35:32,720 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-e8214486-1537-40ef-9d00-fa49bd73156b 2019-01-03 13:35:32,723 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5d663804-623e-4b14-8540-2fb1c5a64335/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335/file', 'owner': u'345ea894ceb945a8b51b0e4271edbdae', 'id': u'5d663804-623e-4b14-8540-2fb1c5a64335', 'size': 12716032, u'self': u'/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'345ea894ceb945a8b51b0e4271edbdae', 'name': 'tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/5d663804-623e-4b14-8540-2fb1c5a64335/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2019-01-03T13:35:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2019-01-03T13:35:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', 'created': u'2019-01-03T13:35:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2019-01-03T13:35:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2019-01-03 13:35:32,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2019-01-03 13:35:32,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2019-01-03 13:35:32,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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-6302acb6-0b32-4fc5-871d-cc70261e3f31 x-compute-request-id: req-6302acb6-0b32-4fc5-871d-cc70261e3f31 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e75693c1-59a8-42bd-b308-4a8138c29e01", "name": "tempest_full_parallel-flavor_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2019-01-03 13:35:32,788 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6302acb6-0b32-4fc5-871d-cc70261e3f31 2019-01-03 13:35:32,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0643329620361s 2019-01-03 13:35:32,789 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors used request id req-6302acb6-0b32-4fc5-871d-cc70261e3f31 returning object e75693c1-59a8-42bd-b308-4a8138c29e01 2019-01-03 13:35:32,789 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e75693c1-59a8-42bd-b308-4a8138c29e01', 'swap': 0}) 2019-01-03 13:35:32,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2019-01-03 13:35:32,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01/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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" -d '{"extra_specs": {}}' 2019-01-03 13:35:32,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13: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 x-openstack-request-id: req-5ff4feca-59bc-4051-b42d-6ec81b450282 x-compute-request-id: req-5ff4feca-59bc-4051-b42d-6ec81b450282 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2019-01-03 13:35:32,813 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01/os-extra_specs used request id req-5ff4feca-59bc-4051-b42d-6ec81b450282 2019-01-03 13:35:32,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224750041962s 2019-01-03 13:35:32,813 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01/os-extra_specs used request id req-5ff4feca-59bc-4051-b42d-6ec81b450282 2019-01-03 13:35:32,813 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_cc09de96-ce23-4d0e-9af1-a675519fa406', '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'988fc6c8d6fe4c4a9bed9910f5cb433d', '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'e75693c1-59a8-42bd-b308-4a8138c29e01', 'swap': 0}) 2019-01-03 13:35:36,028 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2019-01-03 13:35:34.856 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9) for deployment 'opnfv-rally' (UUID=776c2321-66fb-42d3-b966-f3efa96ccc59). 2019-01-03 13:35:35.839 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2019-01-03 13:35:35.841 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9) has been successfully configured for deployment 'opnfv-rally' (UUID=776c2321-66fb-42d3-b966-f3efa96ccc59)! 2019-01-03 13:35:36,029 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2019-01-03 13:35:36,029 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2019-01-03 13:35:36,032 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2019-01-03 13:35:36,176 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2019-01-03 13:35:39,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2019-01-03 13:35:39,441 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2019-01-03 13:35:39,454 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2019-01-03 13:35:39,457 - 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']'. 2019-01-03 13:35:41,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:41.781 49 INFO rally.api [-] Starting verification (UUID=235db85c-73fc-457f-9d5a-cc1ba7e11ad1) for deployment 'opnfv-rally' (UUID=776c2321-66fb-42d3-b966-f3efa96ccc59) by verifier 'opnfv-tempest' (UUID=735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9). 2019-01-03 13:35:41,782 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 235db85c-73fc-457f-9d5a-cc1ba7e11ad1 2019-01-03 13:35:46,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:46.545 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2019-01-03 13:35:46,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:46.735 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]. 2019-01-03 13:35:46,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:46.844 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]. 2019-01-03 13:35:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:46.849 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2019-01-03 13:35:46,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:46.854 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]. 2019-01-03 13:35:50,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.000 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.181s] 2019-01-03 13:35:50,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.046 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.046s] 2019-01-03 13:35:50,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.104 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.316s] 2019-01-03 13:35:50,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.130 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.085s] 2019-01-03 13:35:50,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.151 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.158s] 2019-01-03 13:35:50,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.166 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.014s] 2019-01-03 13:35:50,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.186 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.217s] 2019-01-03 13:35:50,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.205 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.349s] 2019-01-03 13:35:50,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.214 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.083s] 2019-01-03 13:35:50,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.236 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.022s] 2019-01-03 13:35:50,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.307 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.102s] 2019-01-03 13:35:50,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.327 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.222s] 2019-01-03 13:35:50,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.330 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.182s] 2019-01-03 13:35:50,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.342 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2019-01-03 13:35:50,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.347 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.181s] 2019-01-03 13:35:50,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.377 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.304s] 2019-01-03 13:35:50,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.442 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.099s] 2019-01-03 13:35:50,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.472 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.416s] 2019-01-03 13:35:50,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.476 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.312s] 2019-01-03 13:35:50,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.477 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.236s] 2019-01-03 13:35:50,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.483 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.155s] 2019-01-03 13:35:50,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.485 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.109s] 2019-01-03 13:35:50,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.493 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.052s] 2019-01-03 13:35:50,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.517 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.023s] 2019-01-03 13:35:50,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.529 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2019-01-03 13:35:50,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.537 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.063s] 2019-01-03 13:35:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.540 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2019-01-03 13:35:50,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.641 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.153s] 2019-01-03 13:35:50,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.688 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.204s] 2019-01-03 13:35:50,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.710 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.845s] 2019-01-03 13:35:50,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.724 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.251s] 2019-01-03 13:35:50,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.777 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.308s] 2019-01-03 13:35:50,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.971 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.329s] 2019-01-03 13:35:50,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:50.976 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.287s] 2019-01-03 13:35:51,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.052 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.512s] 2019-01-03 13:35:51,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.098 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.233s] 2019-01-03 13:35:51,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.120 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2019-01-03 13:35:51,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.325 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.546s] 2019-01-03 13:35:51,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2019-01-03 13:35:51,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.394 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.423s] 2019-01-03 13:35:51,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.408 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.073s] 2019-01-03 13:35:51,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.418 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.011s] 2019-01-03 13:35:51,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.459 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.362s] 2019-01-03 13:35:51,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.548 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.570s] 2019-01-03 13:35:51,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.687 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.752s] 2019-01-03 13:35:51,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:51.920 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.499s] 2019-01-03 13:35:52,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:52.276 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.356s] 2019-01-03 13:35:52,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:52.399 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.850s] 2019-01-03 13:35:52,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:52.709 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.432s] 2019-01-03 13:35:52,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:52.961 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.250s] 2019-01-03 13:35:53,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:53.007 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.046s] 2019-01-03 13:35:53,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:53.055 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.048s] 2019-01-03 13:35:54,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:54.188 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.555s] 2019-01-03 13:35:54,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:54.192 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.137s] 2019-01-03 13:35:54,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:54.388 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.987s] 2019-01-03 13:35:54,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:54.546 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.354s] 2019-01-03 13:35:54,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:54.676 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.288s] 2019-01-03 13:35:55,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:55.023 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.347s] 2019-01-03 13:35:55,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:55.196 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2019-01-03 13:35:56,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:56.609 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.518s] 2019-01-03 13:35:56,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:56.935 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.326s] 2019-01-03 13:35:57,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.313 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.377s] 2019-01-03 13:35:57,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.457 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.270s] 2019-01-03 13:35:57,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.512 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]. 2019-01-03 13:35:57,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.513 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]. 2019-01-03 13:35:57,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.635 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.165s] 2019-01-03 13:35:57,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.671 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.034s] 2019-01-03 13:35:57,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:57.673 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.359s] 2019-01-03 13:35:58,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.050 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.377s] 2019-01-03 13:35:58,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.560 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.174s] 2019-01-03 13:35:58,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.612 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.051s] 2019-01-03 13:35:58,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.672 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.060s] 2019-01-03 13:35:58,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.745 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.267s] 2019-01-03 13:35:58,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.857 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.112s] 2019-01-03 13:35:58,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.910 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.860s] 2019-01-03 13:35:58,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.921 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.063s] 2019-01-03 13:35:58,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:58.973 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.052s] 2019-01-03 13:35:59,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.244 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.183s] 2019-01-03 13:35:59,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.257 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2019-01-03 13:35:59,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.294 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.036s] 2019-01-03 13:35:59,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.310 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2019-01-03 13:35:59,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.326 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.016s] 2019-01-03 13:35:59,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2019-01-03 13:35:59,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.396 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.057s] 2019-01-03 13:35:59,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.408 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2019-01-03 13:35:59,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.029s] 2019-01-03 13:35:59,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.448 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.009s] 2019-01-03 13:35:59,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.011s] 2019-01-03 13:35:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.473 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.013s] 2019-01-03 13:35:59,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.530 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.056s] 2019-01-03 13:35:59,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:35:59.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.031s] 2019-01-03 13:36:00,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:00.218 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.198s] 2019-01-03 13:36:01,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:01.346 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.887s] 2019-01-03 13:36:01,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:01.350 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. 2019-01-03 13:36:01,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:01.352 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. 2019-01-03 13:36:01,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:01.360 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2019-01-03 13:36:03,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:03.205 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.667s] 2019-01-03 13:36:03,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:03.885 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [13.908s] 2019-01-03 13:36:04,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:04.346 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.358s] 2019-01-03 13:36:05,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:05.245 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.898s] 2019-01-03 13:36:05,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:05.863 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.618s] 2019-01-03 13:36:09,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:09.160 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [4.245s] 2019-01-03 13:36:09,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:09.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.209s] 2019-01-03 13:36:10,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:10.495 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [12.963s] 2019-01-03 13:36:11,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:11.332 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.128s] 2019-01-03 13:36:11,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:11.606 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.757s] 2019-01-03 13:36:12,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:12.324 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.443s] 2019-01-03 13:36:12,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:12.334 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] 2019-01-03 13:36:12,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:12.410 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.804s] 2019-01-03 13:36:12,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:12.816 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.405s] 2019-01-03 13:36:13,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:13.748 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.412s] 2019-01-03 13:36:13,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:13.752 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 2019-01-03 13:36:13,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:13.754 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. 2019-01-03 13:36:13,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:13.756 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. 2019-01-03 13:36:13,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:13.781 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.030s] 2019-01-03 13:36:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.097 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.315s] 2019-01-03 13:36:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.100 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 2019-01-03 13:36:14,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.101 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 2019-01-03 13:36:14,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.102 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 2019-01-03 13:36:14,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.342 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.695s] 2019-01-03 13:36:14,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.416 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.455s] 2019-01-03 13:36:14,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.752 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.335s] 2019-01-03 13:36:14,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.897 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.527s] 2019-01-03 13:36:14,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:14.997 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.245s] 2019-01-03 13:36:15,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:15.281 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [0.942s] 2019-01-03 13:36:17,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:17.932 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.649s] 2019-01-03 13:36:18,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:18.658 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [3.658s] 2019-01-03 13:36:19,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.069 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [19.444s] 2019-01-03 13:36:19,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.092 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2019-01-03 13:36:19,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.105 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2019-01-03 13:36:19,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.118 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.013s] 2019-01-03 13:36:19,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.132 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.013s] 2019-01-03 13:36:19,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.436 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.303s] 2019-01-03 13:36:19,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:19.854 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.417s] 2019-01-03 13:36:20,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.009 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.077s] 2019-01-03 13:36:20,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.175 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [21.501s] 2019-01-03 13:36:20,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.195 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.340s] 2019-01-03 13:36:20,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.301 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.126s] 2019-01-03 13:36:20,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.879 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.868s] 2019-01-03 13:36:20,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:20.889 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.694s] 2019-01-03 13:36:21,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.253 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.363s] 2019-01-03 13:36:21,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.467 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [21.243s] 2019-01-03 13:36:21,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.476 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2019-01-03 13:36:21,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.487 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2019-01-03 13:36:21,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.504 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.017s] 2019-01-03 13:36:21,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:21.629 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.751s] 2019-01-03 13:36:22,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:22.261 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.630s] 2019-01-03 13:36:23,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:23.207 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.945s] 2019-01-03 13:36:24,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:24.115 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.909s] 2019-01-03 13:36:25,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:25.183 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [10.286s] 2019-01-03 13:36:25,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:25.888 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [4.381s] 2019-01-03 13:36:26,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:26.030 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.145s] 2019-01-03 13:36:26,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:26.397 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.509s] 2019-01-03 13:36:30,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.325 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.113s] 2019-01-03 13:36:30,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.341 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.016s] 2019-01-03 13:36:30,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.358 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.016s] 2019-01-03 13:36:30,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.567 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.208s] 2019-01-03 13:36:30,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.580 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2019-01-03 13:36:30,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.639 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.058s] 2019-01-03 13:36:30,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.660 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.021s] 2019-01-03 13:36:30,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.707 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2019-01-03 13:36:30,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.722 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.015s] 2019-01-03 13:36:30,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.766 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.044s] 2019-01-03 13:36:30,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:30.793 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.027s] 2019-01-03 13:36:31,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:31.561 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [19.176s] 2019-01-03 13:36:32,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:32.682 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.700s] 2019-01-03 13:36:33,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:33.175 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.492s] 2019-01-03 13:36:35,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:35.609 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.177s] 2019-01-03 13:36:35,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:35.705 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.096s] 2019-01-03 13:36:35,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:35.795 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.090s] 2019-01-03 13:36:35,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:35.901 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.106s] 2019-01-03 13:36:36,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:36.335 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]. 2019-01-03 13:36:39,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:39.352 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.792s] 2019-01-03 13:36:42,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:42.574 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [15.667s] 2019-01-03 13:36:42,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:42.896 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.325s] 2019-01-03 13:36:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:43.942 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 [31.117s] 2019-01-03 13:36:44,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:44.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.191s] 2019-01-03 13:36:44,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:44.558 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.427s] 2019-01-03 13:36:44,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:44.756 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.667s] 2019-01-03 13:36:44,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:44.809 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.053s] 2019-01-03 13:36:45,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:45.094 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2019-01-03 13:36:45,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:45.480 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.922s] 2019-01-03 13:36:46,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:46.353 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.542s] 2019-01-03 13:36:46,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:46.491 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.010s] 2019-01-03 13:36:46,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:46.899 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.546s] 2019-01-03 13:36:47,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:47.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.198s] 2019-01-03 13:36:47,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:47.075 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.036s] 2019-01-03 13:36:47,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:47.306 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.231s] 2019-01-03 13:36:48,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.438 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.178s] 2019-01-03 13:36:48,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.492 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.000s] 2019-01-03 13:36:48,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.702 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.263s] 2019-01-03 13:36:48,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.768 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.066s] 2019-01-03 13:36:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.829 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.060s] 2019-01-03 13:36:48,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.854 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.025s] 2019-01-03 13:36:48,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.917 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.063s] 2019-01-03 13:36:48,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:48.965 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.048s] 2019-01-03 13:36:49,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:49.023 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.057s] 2019-01-03 13:36:49,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:49.042 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.019s] 2019-01-03 13:36:49,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:49.111 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.067s] 2019-01-03 13:36:49,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:49.156 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.665s] 2019-01-03 13:36:49,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:49.170 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.059s] 2019-01-03 13:36:56,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:56.259 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2019-01-03 13:36:59,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:36:59.284 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [33.206s] 2019-01-03 13:37:00,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:00.996 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.716s] 2019-01-03 13:37:02,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:02.163 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.382s] 2019-01-03 13:37:13,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:13.495 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [12.496s] 2019-01-03 13:37:13,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:13.529 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [29.583s] 2019-01-03 13:37:17,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:17.624 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.060s] 2019-01-03 13:37:17,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:17.726 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2019-01-03 13:37:19,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:19.150 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [37.173s] 2019-01-03 13:37:20,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:20.814 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.669s] 2019-01-03 13:37:30,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:30.010 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [9.129s] 2019-01-03 13:37:31,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:31.293 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]. 2019-01-03 13:37:31,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:31.407 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [89.929s] 2019-01-03 13:37:31,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:31.433 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.031s] 2019-01-03 13:37:37,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.334 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.936s] 2019-01-03 13:37:37,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.408 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.074s] 2019-01-03 13:37:37,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.436 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [23.892s] 2019-01-03 13:37:37,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.849 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.440s] 2019-01-03 13:37:37,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.948 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.098s] 2019-01-03 13:37:37,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:37.950 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2019-01-03 13:37:39,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.039 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [12.968s] 2019-01-03 13:37:39,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.112 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.073s] 2019-01-03 13:37:39,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.428 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.420s] 2019-01-03 13:37:39,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.461 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.348s] 2019-01-03 13:37:39,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.594 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.131s] 2019-01-03 13:37:39,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:39.596 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2019-01-03 13:37:42,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:42.938 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.480s] 2019-01-03 13:37:43,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:43.140 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.202s] 2019-01-03 13:37:49,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:49.520 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [6.474s] 2019-01-03 13:37:51,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:51.747 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 [2.226s] 2019-01-03 13:37:51,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:51.763 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.015s] 2019-01-03 13:37:54,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:54.109 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [51.934s] 2019-01-03 13:37:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:54.161 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.397s] 2019-01-03 13:37:54,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:54.612 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [58.338s] 2019-01-03 13:37:55,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:55.611 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 [1.449s] 2019-01-03 13:37:57,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:57.188 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.084s] 2019-01-03 13:37:57,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:57.306 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 [1.696s] 2019-01-03 13:37:57,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:57.352 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.045s] 2019-01-03 13:37:57,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:57.544 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.192s] 2019-01-03 13:37:57,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:57.907 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [20.469s] 2019-01-03 13:37:59,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:37:59.584 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [46.081s] 2019-01-03 13:38:00,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:00.714 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.135s] 2019-01-03 13:38:01,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:01.369 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [85.930s] 2019-01-03 13:38:01,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:01.732 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.679s] 2019-01-03 13:38:07,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:07.832 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.802s] 2019-01-03 13:38:11,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:11.492 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.457s] 2019-01-03 13:38:11,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:11.585 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.093s] 2019-01-03 13:38:13,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:13.737 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.151s] 2019-01-03 13:38:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:13.809 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.072s] 2019-01-03 13:38:15,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.578 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 [19.234s] 2019-01-03 13:38:15,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.589 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] 2019-01-03 13:38:15,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.795 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [18.601s] 2019-01-03 13:38:15,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.797 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. 2019-01-03 13:38:15,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.894 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.304s] 2019-01-03 13:38:15,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:15.941 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.046s] 2019-01-03 13:38:16,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:16.076 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.266s] 2019-01-03 13:38:24,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:24.703 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.140s] 2019-01-03 13:38:30,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:30.480 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [35.866s] 2019-01-03 13:38:30,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:30.482 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.002s]: Skipped until Bug: 1524898 is resolved. 2019-01-03 13:38:30,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:30.817 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.701s] 2019-01-03 13:38:33,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:33.006 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2019-01-03 13:38:33,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:33.998 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [3.181s] 2019-01-03 13:38:37,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:37.793 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.332s] 2019-01-03 13:38:38,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:38.451 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [111.527s] 2019-01-03 13:38:40,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:40.009 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [35.033s] 2019-01-03 13:38:40,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:40.827 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.055s] 2019-01-03 13:38:47,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:47.849 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.841s] 2019-01-03 13:38:49,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:49.778 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.960s] 2019-01-03 13:38:49,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:49.999 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.293s] 2019-01-03 13:38:50,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:50.542 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [25.833s] 2019-01-03 13:38:50,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:50.783 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [12.330s] 2019-01-03 13:38:51,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:51.478 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.054s] 2019-01-03 13:38:51,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:51.491 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2019-01-03 13:38:52,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:52.609 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.829s] 2019-01-03 13:38:56,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:56.359 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [6.358s] 2019-01-03 13:38:57,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:57.265 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.440s] 2019-01-03 13:38:58,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:38:58.147 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.788s] 2019-01-03 13:39:00,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:00.368 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.217s] 2019-01-03 13:39:00,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:00.479 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.111s] 2019-01-03 13:39:01,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:01.275 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:39:01,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:01.276 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2019-01-03 13:39:01,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:01.277 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2019-01-03 13:39:02,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:02.217 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [90.760s] 2019-01-03 13:39:03,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:03.525 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.113s] 2019-01-03 13:39:03,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:03.599 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2019-01-03 13:39:04,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:04.298 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.698s] 2019-01-03 13:39:04,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:04.398 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.098s] 2019-01-03 13:39:04,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:04.399 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2019-01-03 13:39:09,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:09.349 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [18.804s] 2019-01-03 13:39:13,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:13.538 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]. 2019-01-03 13:39:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:14.177 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.174s] 2019-01-03 13:39:24,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:24.412 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [23.257s] 2019-01-03 13:39:26,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:26.087 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.386s] 2019-01-03 13:39:26,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:26.110 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.024s] 2019-01-03 13:39:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:26.128 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2019-01-03 13:39:26,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:26.470 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.340s] 2019-01-03 13:39:27,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:27.499 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [21.583s] 2019-01-03 13:39:28,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.005 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.531s] 2019-01-03 13:39:28,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.021 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2019-01-03 13:39:28,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.041 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2019-01-03 13:39:28,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.052 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2019-01-03 13:39:28,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.063 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2019-01-03 13:39:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.084 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2019-01-03 13:39:28,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.095 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2019-01-03 13:39:28,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:28.111 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.016s] 2019-01-03 13:39:29,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:29.895 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.409s] 2019-01-03 13:39:29,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:29.943 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.048s] 2019-01-03 13:39:34,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:34.430 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [78.616s] 2019-01-03 13:39:36,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:36.252 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2019-01-03 13:39:36,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:36.648 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [80.670s] 2019-01-03 13:39:40,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:40.449 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:39:42,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:42.236 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]. 2019-01-03 13:39:43,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:43.946 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.692s] 2019-01-03 13:39:46,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:46.384 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [14.459s] 2019-01-03 13:39:46,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:46.808 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [19.308s] 2019-01-03 13:39:48,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:48.502 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.657s] 2019-01-03 13:39:48,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:48.780 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2019-01-03 13:39:48,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:48.923 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.419s] 2019-01-03 13:39:53,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:53.319 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [4.399s] 2019-01-03 13:39:53,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:53.655 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.519s] 2019-01-03 13:39:53,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:53.859 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.205s] 2019-01-03 13:39:54,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:54.239 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.379s] 2019-01-03 13:39:58,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:58.861 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.047s] 2019-01-03 13:39:59,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:39:59.514 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [50.158s] 2019-01-03 13:40:00,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:00.070 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [25.635s] 2019-01-03 13:40:00,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:00.713 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2019-01-03 13:40:04,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:04.015 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [22.277s] 2019-01-03 13:40:04,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:04.018 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. 2019-01-03 13:40:04,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:04.019 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. 2019-01-03 13:40:04,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:04.020 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. 2019-01-03 13:40:06,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:06.952 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.695s] 2019-01-03 13:40:14,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:14.106 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.376s] 2019-01-03 13:40:14,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:14.349 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.242s] 2019-01-03 13:40:15,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:15.093 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.743s] 2019-01-03 13:40:15,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:15.449 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.356s] 2019-01-03 13:40:16,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:16.177 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.727s] 2019-01-03 13:40:16,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:16.509 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.332s] 2019-01-03 13:40:17,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:17.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.154s] 2019-01-03 13:40:17,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:17.700 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.220s] 2019-01-03 13:40:17,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:17.879 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.178s] 2019-01-03 13:40:18,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:18.381 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.864s] 2019-01-03 13:40:18,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:18.942 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.062s] 2019-01-03 13:40:18,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:18.987 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.046s] 2019-01-03 13:40:19,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:19.258 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.675s] 2019-01-03 13:40:19,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:19.500 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [72.361s] 2019-01-03 13:40:20,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:20.177 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.919s] 2019-01-03 13:40:23,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:23.636 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [59.221s] 2019-01-03 13:40:23,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:23.919 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.741s] 2019-01-03 13:40:27,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:27.157 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [40.347s] 2019-01-03 13:40:28,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:28.662 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.742s] 2019-01-03 13:40:28,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:28.954 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:40:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:34.257 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [33.042s] 2019-01-03 13:40:35,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:35.113 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.497s] 2019-01-03 13:40:35,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:35.276 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.544s] 2019-01-03 13:40:37,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:37.898 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [2.620s] 2019-01-03 13:40:38,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:38.305 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.579s] 2019-01-03 13:40:40,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:40.548 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.650s] 2019-01-03 13:40:41,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:41.135 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.829s] 2019-01-03 13:40:41,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:41.852 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.094s] 2019-01-03 13:40:42,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:42.261 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.407s] 2019-01-03 13:40:42,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:42.340 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.080s] 2019-01-03 13:40:42,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:42.420 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.080s] 2019-01-03 13:40:42,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:42.497 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.076s] 2019-01-03 13:40:42,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:42.684 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [1.549s] 2019-01-03 13:40:43,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:43.008 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.510s] 2019-01-03 13:40:43,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:43.234 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [16.076s] 2019-01-03 13:40:43,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:43.350 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.803s] 2019-01-03 13:40:43,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:43.977 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.969s] 2019-01-03 13:40:45,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:45.003 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [102.760s] 2019-01-03 13:40:46,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:46.818 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [4.131s] 2019-01-03 13:40:50,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:50.707 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2019-01-03 13:40:50,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:50.793 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.976s] 2019-01-03 13:40:54,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:40:54.381 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.587s] 2019-01-03 13:41:00,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:00.898 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [4.696s] 2019-01-03 13:41:02,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:02.190 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.963s] 2019-01-03 13:41:02,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:02.591 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [1.694s] 2019-01-03 13:41:02,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:02.951 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.782s] 2019-01-03 13:41:03,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:03.301 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.111s] 2019-01-03 13:41:07,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:07.154 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [23.918s] 2019-01-03 13:41:12,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:12.366 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [91.314s] 2019-01-03 13:41:13,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.161 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.151s] 2019-01-03 13:41:13,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.313 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.150s] 2019-01-03 13:41:13,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.455 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.141s] 2019-01-03 13:41:13,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.602 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.147s] 2019-01-03 13:41:13,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.759 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.156s] 2019-01-03 13:41:13,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:13.960 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.201s] 2019-01-03 13:41:14,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.151 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.191s] 2019-01-03 13:41:14,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.182 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.941s] 2019-01-03 13:41:14,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.338 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.186s] 2019-01-03 13:41:14,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.501 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.162s] 2019-01-03 13:41:14,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.656 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.154s] 2019-01-03 13:41:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:14.788 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [11.485s] 2019-01-03 13:41:16,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:16.771 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [100.107s] 2019-01-03 13:41:17,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:17.004 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.642s] 2019-01-03 13:41:19,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:19.706 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2019-01-03 13:41:19,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:19.810 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [5.023s] 2019-01-03 13:41:19,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:19.965 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [5.371s] 2019-01-03 13:41:22,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:22.491 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [58.847s] 2019-01-03 13:41:22,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:22.800 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [23.058s] 2019-01-03 13:41:23,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:23.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [3.168s] 2019-01-03 13:41:23,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:23.413 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.150s] 2019-01-03 13:41:23,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:23.570 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.155s] 2019-01-03 13:41:24,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:24.422 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.610s] 2019-01-03 13:41:24,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:24.905 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.334s] 2019-01-03 13:41:27,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:27.097 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [2.190s] 2019-01-03 13:41:27,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:27.252 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.155s] 2019-01-03 13:41:27,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:27.268 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2019-01-03 13:41:27,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:27.284 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2019-01-03 13:41:27,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:27.445 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.160s] 2019-01-03 13:41:29,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:29.067 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.932s] 2019-01-03 13:41:29,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:29.501 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.496s] 2019-01-03 13:41:30,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:30.755 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.435s] 2019-01-03 13:41:31,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:31.085 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.330s] 2019-01-03 13:41:31,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:31.428 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.342s] 2019-01-03 13:41:31,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:31.869 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.441s] 2019-01-03 13:41:31,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:31.941 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.071s] 2019-01-03 13:41:32,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:32.237 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.296s] 2019-01-03 13:41:32,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:32.432 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.193s] 2019-01-03 13:41:32,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:32.665 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.233s] 2019-01-03 13:41:33,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:33.483 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.816s] 2019-01-03 13:41:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:34.054 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.570s] 2019-01-03 13:41:34,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:34.391 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [27.237s] 2019-01-03 13:41:34,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:34.480 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.426s] 2019-01-03 13:41:34,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:34.962 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 [5.894s] 2019-01-03 13:41:35,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:35.026 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.545s] 2019-01-03 13:41:35,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:35.266 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.240s] 2019-01-03 13:41:35,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:35.449 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [77.052s] 2019-01-03 13:41:35,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:35.599 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [95.519s] 2019-01-03 13:41:36,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:36.774 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [11.169s] 2019-01-03 13:41:41,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:41.836 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [6.874s] 2019-01-03 13:41:43,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:43.763 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [190.707s] 2019-01-03 13:41:46,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:46.078 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.295s] 2019-01-03 13:41:46,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:46.189 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.111s] 2019-01-03 13:41:46,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:46.313 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [99.017s] 2019-01-03 13:41:47,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:47.058 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [24.257s] 2019-01-03 13:41:47,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:47.254 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [7.482s] 2019-01-03 13:41:47,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:47.344 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.644s] 2019-01-03 13:41:47,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:47.726 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.381s] 2019-01-03 13:41:48,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:48.106 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.379s] 2019-01-03 13:41:48,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:48.489 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.382s] 2019-01-03 13:41:48,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:48.881 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.391s] 2019-01-03 13:41:51,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:51.577 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.092s] 2019-01-03 13:41:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:52.725 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.963s] 2019-01-03 13:41:54,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:54.780 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2019-01-03 13:41:54,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:54.783 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2019-01-03 13:41:54,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:54.785 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2019-01-03 13:41:54,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:54.786 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2019-01-03 13:41:56,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:56.504 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2019-01-03 13:41:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:57.039 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [22.647s] 2019-01-03 13:41:57,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:57.615 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]. 2019-01-03 13:41:57,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:57.616 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:41:57,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:41:57.774 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.249s] 2019-01-03 13:42:00,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:00.582 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2019-01-03 13:42:00,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:00.699 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.450s] 2019-01-03 13:42:01,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:01.062 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.364s] 2019-01-03 13:42:01,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:01.123 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [9.545s] 2019-01-03 13:42:05,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:05.128 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [105.603s] 2019-01-03 13:42:09,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:09.976 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [3.417s] 2019-01-03 13:42:12,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:12.586 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.610s] 2019-01-03 13:42:14,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:14.675 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [2.089s] 2019-01-03 13:42:16,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:16.030 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:42:19,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:19.558 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [14.902s] 2019-01-03 13:42:20,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:20.037 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [5.360s] 2019-01-03 13:42:20,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:20.493 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [6.196s] 2019-01-03 13:42:20,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:20.982 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [23.943s] 2019-01-03 13:42:20,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:20.996 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [19.872s] 2019-01-03 13:42:21,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:21.759 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [96.735s] 2019-01-03 13:42:23,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:23.463 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [2.134s] 2019-01-03 13:42:23,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:23.479 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [2.987s] 2019-01-03 13:42:24,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:24.042 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.579s] 2019-01-03 13:42:25,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:25.180 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [5.142s] 2019-01-03 13:42:25,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:25.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.349s] 2019-01-03 13:42:26,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:26.498 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.105s] 2019-01-03 13:42:26,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:26.666 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.016s] 2019-01-03 13:42:26,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:26.760 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.093s] 2019-01-03 13:42:28,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:28.321 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.823s] 2019-01-03 13:42:29,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:29.716 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [32.059s] 2019-01-03 13:42:29,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:29.937 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [3.176s] 2019-01-03 13:42:30,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:30.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [2.202s] 2019-01-03 13:42:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:31.228 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [6.047s] 2019-01-03 13:42:31,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:31.241 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]. 2019-01-03 13:42:31,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:31.625 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.687s] 2019-01-03 13:42:31,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:31.715 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.192s] 2019-01-03 13:42:38,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:38.314 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [45.576s] 2019-01-03 13:42:39,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:39.830 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [52.771s] 2019-01-03 13:42:40,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:40.091 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [7.129s] 2019-01-03 13:42:44,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:44.500 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [87.708s] 2019-01-03 13:42:49,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:49.669 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.285s] 2019-01-03 13:42:49,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:49.734 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.066s] 2019-01-03 13:42:49,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:49.804 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.069s] 2019-01-03 13:42:49,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:49.883 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.078s] 2019-01-03 13:42:49,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:49.950 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.067s] 2019-01-03 13:42:51,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:51.190 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [8.654s] 2019-01-03 13:42:56,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:42:56.181 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [26.463s] 2019-01-03 13:43:00,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:00.114 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [54.973s] 2019-01-03 13:43:00,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:00.394 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [74.065s] 2019-01-03 13:43:00,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:00.570 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [14.296s] 2019-01-03 13:43:01,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:01.386 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 2019-01-03 13:43:01,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:01.465 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [23.150s] 2019-01-03 13:43:02,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:02.308 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.846s] 2019-01-03 13:43:05,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:05.435 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [6.276s] 2019-01-03 13:43:06,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:06.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.983s] 2019-01-03 13:43:07,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:07.617 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [16.426s] 2019-01-03 13:43:09,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:09.449 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.971s] 2019-01-03 13:43:10,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:10.120 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.670s] 2019-01-03 13:43:10,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:10.729 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [4.333s] 2019-01-03 13:43:10,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:10.966 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.236s] 2019-01-03 13:43:10,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:10.968 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.847s] 2019-01-03 13:43:10,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:10.990 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [31.159s] 2019-01-03 13:43:11,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:11.523 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.554s] 2019-01-03 13:43:11,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:11.936 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.413s] 2019-01-03 13:43:12,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.018 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.082s] 2019-01-03 13:43:12,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.167 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.148s] 2019-01-03 13:43:12,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.244 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.076s] 2019-01-03 13:43:12,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.321 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2019-01-03 13:43:12,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.390 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.069s] 2019-01-03 13:43:12,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.459 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.069s] 2019-01-03 13:43:12,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.615 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [12.045s] 2019-01-03 13:43:12,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:12.634 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [7.198s] 2019-01-03 13:43:15,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:15.953 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [9.097s] 2019-01-03 13:43:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:17.060 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [4.426s] 2019-01-03 13:43:22,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:22.541 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.227s] 2019-01-03 13:43:24,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:24.081 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [23.964s] 2019-01-03 13:43:24,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:24.276 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [11.935s] 2019-01-03 13:43:24,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:24.469 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [8.516s] 2019-01-03 13:43:24,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:24.982 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [7.921s] 2019-01-03 13:43:25,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.073 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2019-01-03 13:43:25,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.076 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2019-01-03 13:43:25,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.079 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 13:43:25,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.080 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]. 2019-01-03 13:43:25,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2019-01-03 13:43:25,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.103s] 2019-01-03 13:43:25,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:25.994 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [21.558s] 2019-01-03 13:43:26,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:26.203 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.209s] 2019-01-03 13:43:26,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:26.404 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [13.787s] 2019-01-03 13:43:26,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:26.519 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.945s] 2019-01-03 13:43:26,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:26.849 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.645s] 2019-01-03 13:43:27,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:27.618 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.098s] 2019-01-03 13:43:28,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:28.365 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.746s] 2019-01-03 13:43:28,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:28.732 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [32.546s] 2019-01-03 13:43:29,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:29.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.978s] 2019-01-03 13:43:29,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:29.443 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [21.826s] 2019-01-03 13:43:30,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:30.015 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.738s] 2019-01-03 13:43:30,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:30.252 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.712s] 2019-01-03 13:43:31,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:31.082 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.232s] 2019-01-03 13:43:31,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:31.289 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.945s] 2019-01-03 13:43:33,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.470 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [1.772s] 2019-01-03 13:43:33,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.508 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [7.105s] 2019-01-03 13:43:33,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.590 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.145s] 2019-01-03 13:43:33,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.610 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.529s] 2019-01-03 13:43:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.792 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.323s] 2019-01-03 13:43:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.845 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.234s] 2019-01-03 13:43:33,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:33.976 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.183s] 2019-01-03 13:43:34,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:34.060 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.213s] 2019-01-03 13:43:34,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:34.153 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.864s] 2019-01-03 13:43:34,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:34.815 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.659s] 2019-01-03 13:43:35,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:35.083 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.268s] 2019-01-03 13:43:35,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:35.556 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.472s] 2019-01-03 13:43:35,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:35.710 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.694s] 2019-01-03 13:43:35,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:35.827 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.270s] 2019-01-03 13:43:36,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:36.411 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.820s] 2019-01-03 13:43:36,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:36.428 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.600s] 2019-01-03 13:43:37,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:37.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.710s] 2019-01-03 13:43:37,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:37.145 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [6.893s] 2019-01-03 13:43:37,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:37.554 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [5.064s] 2019-01-03 13:43:37,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:37.769 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [26.777s] 2019-01-03 13:43:37,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:37.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.838s] 2019-01-03 13:43:38,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:38.261 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.115s]: Skipped until Bug: 1014647 is resolved. 2019-01-03 13:43:39,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:39.365 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.385s] 2019-01-03 13:43:39,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:39.772 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.407s] 2019-01-03 13:43:39,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:39.873 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.362s] 2019-01-03 13:43:39,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:39.881 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.168s] 2019-01-03 13:43:40,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:40.213 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [6.234s] 2019-01-03 13:43:42,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:42.981 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.540s] 2019-01-03 13:43:43,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:43.893 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.117s] 2019-01-03 13:43:43,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:43.894 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 2019-01-03 13:43:44,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:44.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.446s] 2019-01-03 13:43:44,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:44.746 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.407s] 2019-01-03 13:43:44,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:44.834 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.227s] 2019-01-03 13:43:45,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:45.024 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.277s] 2019-01-03 13:43:45,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:45.665 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [2.684s] 2019-01-03 13:43:45,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:45.743 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.719s] 2019-01-03 13:43:45,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:45.944 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.072s] 2019-01-03 13:43:46,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.086 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.422s] 2019-01-03 13:43:46,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.116 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [6.236s] 2019-01-03 13:43:46,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.183 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.438s] 2019-01-03 13:43:46,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.505 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.419s] 2019-01-03 13:43:46,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.550 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.996s] 2019-01-03 13:43:46,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.718 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.535s] 2019-01-03 13:43:46,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.944 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.439s] 2019-01-03 13:43:46,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:46.957 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.238s] 2019-01-03 13:43:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:47.738 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.780s] 2019-01-03 13:43:48,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:48.013 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.069s] 2019-01-03 13:43:48,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:48.035 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.297s] 2019-01-03 13:43:48,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:48.241 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [8.030s] 2019-01-03 13:43:48,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:48.447 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.206s] 2019-01-03 13:43:48,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:48.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.568s] 2019-01-03 13:43:49,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:49.242 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.636s] 2019-01-03 13:43:49,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:49.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.607s] 2019-01-03 13:43:49,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:49.855 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. 2019-01-03 13:43:49,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:49.857 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2019-01-03 13:43:50,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.281s] 2019-01-03 13:43:50,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.444 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [4.155s] 2019-01-03 13:43:50,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.470 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [2.455s] 2019-01-03 13:43:50,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.605 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.160s] 2019-01-03 13:43:50,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.742 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.609s] 2019-01-03 13:43:50,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:50.807 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.359s] 2019-01-03 13:43:51,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:51.244 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.638s] 2019-01-03 13:43:51,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:51.392 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.447s] 2019-01-03 13:43:51,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:51.948 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.477s] 2019-01-03 13:43:52,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:52.537 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.419s] 2019-01-03 13:43:52,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:52.831 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.882s] 2019-01-03 13:43:53,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:53.038 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2019-01-03 13:43:53,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:53.154 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.742s] 2019-01-03 13:43:53,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:53.261 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.107s] 2019-01-03 13:43:53,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:53.332 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.071s] 2019-01-03 13:43:53,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:53.398 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.567s] 2019-01-03 13:43:55,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.117 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [4.372s] 2019-01-03 13:43:55,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.354 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.237s] 2019-01-03 13:43:55,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.638 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [43.167s] 2019-01-03 13:43:55,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.656 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.023s] 2019-01-03 13:43:55,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.664 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [17.895s] 2019-01-03 13:43:55,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.782 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.427s] 2019-01-03 13:43:55,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.784 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. 2019-01-03 13:43:55,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:55.787 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. 2019-01-03 13:43:56,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:56.080 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.298s] 2019-01-03 13:43:56,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:56.595 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.513s] 2019-01-03 13:43:56,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:56.950 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.355s] 2019-01-03 13:43:57,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.097 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.438s] 2019-01-03 13:43:57,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.101 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. 2019-01-03 13:43:57,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.371 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.272s] 2019-01-03 13:43:57,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.543 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.173s] 2019-01-03 13:43:57,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.568 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2019-01-03 13:43:57,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:57.772 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.732s] 2019-01-03 13:43:58,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:58.593 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2019-01-03 13:43:58,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:58.941 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2019-01-03 13:43:59,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:43:59.987 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2019-01-03 13:44:00,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:00.065 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2019-01-03 13:44:00,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:00.132 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.067s] 2019-01-03 13:44:00,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:00.139 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2019-01-03 13:44:00,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:00.295 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.743s] 2019-01-03 13:44:00,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:00.344 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.951s] 2019-01-03 13:44:03,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:03.957 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.611s] 2019-01-03 13:44:06,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:06.995 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [13.660s] 2019-01-03 13:44:07,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:07.423 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.186s] 2019-01-03 13:44:07,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:07.694 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.116s] 2019-01-03 13:44:08,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:08.464 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [3.488s] 2019-01-03 13:44:09,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:09.228 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [84.710s] 2019-01-03 13:44:09,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:09.545 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2019-01-03 13:44:09,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:09.547 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2019-01-03 13:44:09,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:09.548 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2019-01-03 13:44:11,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:11.301 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.605s] 2019-01-03 13:44:12,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:12.847 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [8.889s] 2019-01-03 13:44:13,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.138 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.291s] 2019-01-03 13:44:13,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.273 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.135s] 2019-01-03 13:44:13,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.334 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [35.064s] 2019-01-03 13:44:13,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.594 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.728s] 2019-01-03 13:44:13,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.603 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2019-01-03 13:44:13,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.658 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.357s] 2019-01-03 13:44:13,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.719 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.445s] 2019-01-03 13:44:13,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:13.945 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.226s] 2019-01-03 13:44:14,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:14.180 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.235s] 2019-01-03 13:44:14,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:14.297 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.115s] 2019-01-03 13:44:14,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:14.572 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.274s] 2019-01-03 13:44:14,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:14.802 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.229s] 2019-01-03 13:44:15,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:15.024 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.222s] 2019-01-03 13:44:15,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:15.878 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.515s] 2019-01-03 13:44:16,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:16.019 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.359s] 2019-01-03 13:44:16,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:16.059 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.181s] 2019-01-03 13:44:16,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:16.543 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.709s] 2019-01-03 13:44:16,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:16.587 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [20.921s] 2019-01-03 13:44:17,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:17.198 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2019-01-03 13:44:19,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:19.128 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.108s] 2019-01-03 13:44:19,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:19.407 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.173s] 2019-01-03 13:44:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:19.465 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.059s] 2019-01-03 13:44:20,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.320 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.852s] 2019-01-03 13:44:20,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.331 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.011s] 2019-01-03 13:44:20,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.414 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.083s] 2019-01-03 13:44:20,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.427 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.012s] 2019-01-03 13:44:20,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.486 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.059s] 2019-01-03 13:44:20,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:20.529 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.041s] 2019-01-03 13:44:21,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:21.538 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2019-01-03 13:44:22,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:22.311 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.181s] 2019-01-03 13:44:22,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:22.463 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.234s] 2019-01-03 13:44:22,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:22.929 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [19.720s] 2019-01-03 13:44:22,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:22.930 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 2019-01-03 13:44:23,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:23.748 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.260s] 2019-01-03 13:44:24,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:24.436 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.124s] 2019-01-03 13:44:24,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:24.474 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 [1.689s] 2019-01-03 13:44:24,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:24.777 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.341s] 2019-01-03 13:44:24,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:24.949 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.925s] 2019-01-03 13:44:25,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:25.681 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.205s] 2019-01-03 13:44:26,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:26.692 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.912s] 2019-01-03 13:44:26,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:26.936 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.943s] 2019-01-03 13:44:27,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.308 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]. 2019-01-03 13:44:27,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.340 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 [1.659s] 2019-01-03 13:44:27,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.406 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.715s] 2019-01-03 13:44:27,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.425 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.488s] 2019-01-03 13:44:27,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.431 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.025s] 2019-01-03 13:44:27,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.458 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2019-01-03 13:44:27,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:27.477 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2019-01-03 13:44:28,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:28.550 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.124s] 2019-01-03 13:44:29,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:29.425 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2019-01-03 13:44:29,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:29.427 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2019-01-03 13:44:29,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:29.430 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]. 2019-01-03 13:44:31,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:31.443 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.024s] 2019-01-03 13:44:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:31.562 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.216s] 2019-01-03 13:44:32,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:32.108 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.902s] 2019-01-03 13:44:32,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:32.855 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.073s] 2019-01-03 13:44:32,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:32.873 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.019s] 2019-01-03 13:44:33,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:33.411 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.426s] 2019-01-03 13:44:33,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:33.413 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. 2019-01-03 13:44:34,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:34.941 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.170s] 2019-01-03 13:44:35,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:35.140 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.199s] 2019-01-03 13:44:35,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:35.208 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [18.622s] 2019-01-03 13:44:35,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:35.364 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.223s] 2019-01-03 13:44:35,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:35.571 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.205s] 2019-01-03 13:44:35,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:35.852 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.280s] 2019-01-03 13:44:36,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:36.028 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.175s] 2019-01-03 13:44:36,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:36.209 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.179s] 2019-01-03 13:44:36,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:36.391 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.182s] 2019-01-03 13:44:36,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:36.588 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.197s] 2019-01-03 13:44:36,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:36.767 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.178s] 2019-01-03 13:44:37,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:37.341 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [30.343s] 2019-01-03 13:44:37,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:37.574 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.233s] 2019-01-03 13:44:37,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:37.645 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.071s] 2019-01-03 13:44:38,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:38.018 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.149s] 2019-01-03 13:44:38,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:38.200 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2019-01-03 13:44:38,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:38.204 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2019-01-03 13:44:43,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:43.381 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [11.936s] 2019-01-03 13:44:43,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:43.965 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.098s] 2019-01-03 13:44:43,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:43.977 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2019-01-03 13:44:44,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.132 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.155s] 2019-01-03 13:44:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.145 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2019-01-03 13:44:44,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.156 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2019-01-03 13:44:44,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.184 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.729s] 2019-01-03 13:44:44,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2019-01-03 13:44:44,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.253 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.063s] 2019-01-03 13:44:44,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.314 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2019-01-03 13:44:44,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.543 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.159s] 2019-01-03 13:44:44,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.554 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.010s] 2019-01-03 13:44:44,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.572 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.018s] 2019-01-03 13:44:44,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.608 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.294s] 2019-01-03 13:44:44,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.622 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2019-01-03 13:44:44,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.887 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.701s] 2019-01-03 13:44:44,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.909 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.286s] 2019-01-03 13:44:45,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:44.999 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.426s] 2019-01-03 13:44:45,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:45.009 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2019-01-03 13:44:45,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:45.018 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2019-01-03 13:44:45,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:45.472 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.452s] 2019-01-03 13:44:45,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:45.834 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.361s] 2019-01-03 13:44:47,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:47.420 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [2.532s] 2019-01-03 13:44:48,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:48.576 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.155s] 2019-01-03 13:44:48,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:48.731 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [5.349s] 2019-01-03 13:44:48,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:48.885 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [4.340s] 2019-01-03 13:44:49,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:49.298 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.413s] 2019-01-03 13:44:49,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:49.796 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:44:50,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:50.015 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.936s] 2019-01-03 13:44:50,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:50.598 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.612s] 2019-01-03 13:44:51,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:51.632 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.983s] 2019-01-03 13:44:52,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:52.333 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [3.035s] 2019-01-03 13:44:54,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:54.801 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [7.354s] 2019-01-03 13:44:55,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:55.212 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.614s] 2019-01-03 13:44:55,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:44:55.827 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [7.094s] 2019-01-03 13:45:00,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:00.308 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.353s] 2019-01-03 13:45:00,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:00.435 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [5.222s] 2019-01-03 13:45:01,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:01.487 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.579s] 2019-01-03 13:45:01,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:01.508 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [15.219s] 2019-01-03 13:45:02,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:02.071 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.244s] 2019-01-03 13:45:02,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:02.487 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [1.990s] 2019-01-03 13:45:02,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:02.703 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.216s] 2019-01-03 13:45:02,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:02.900 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.829s] 2019-01-03 13:45:02,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:02.950 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.246s] 2019-01-03 13:45:04,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:04.787 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [51.456s] 2019-01-03 13:45:04,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:04.799 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2019-01-03 13:45:05,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:05.184 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.382s] 2019-01-03 13:45:05,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:05.619 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.666s] 2019-01-03 13:45:06,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:06.464 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.028s] 2019-01-03 13:45:06,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:06.534 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.027s] 2019-01-03 13:45:06,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:06.732 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [53.388s] 2019-01-03 13:45:07,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:07.257 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.092s] 2019-01-03 13:45:10,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:10.409 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [4.790s] 2019-01-03 13:45:10,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:10.804 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [19.171s] 2019-01-03 13:45:11,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:11.951 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2019-01-03 13:45:12,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:12.074 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [1.664s] 2019-01-03 13:45:12,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:12.446 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.285s] 2019-01-03 13:45:13,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:13.039 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.591s] 2019-01-03 13:45:13,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:13.107 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.069s] 2019-01-03 13:45:13,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:13.446 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [31.797s] 2019-01-03 13:45:14,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:14.037 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [76.246s] 2019-01-03 13:45:15,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:15.283 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [2.176s] 2019-01-03 13:45:15,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:15.647 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [9.114s] 2019-01-03 13:45:15,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:15.864 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.217s] 2019-01-03 13:45:15,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:15.896 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.032s] 2019-01-03 13:45:16,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.077 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.180s] 2019-01-03 13:45:16,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.242 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.165s] 2019-01-03 13:45:16,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.255 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2019-01-03 13:45:16,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.432 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.176s] 2019-01-03 13:45:16,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.654 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.221s] 2019-01-03 13:45:16,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.694 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.039s] 2019-01-03 13:45:16,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.847 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.152s] 2019-01-03 13:45:16,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.886 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.039s] 2019-01-03 13:45:16,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:16.919 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.032s] 2019-01-03 13:45:17,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:17.101 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.182s] 2019-01-03 13:45:17,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:17.321 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.219s] 2019-01-03 13:45:17,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:17.544 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.222s] 2019-01-03 13:45:17,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:17.593 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.048s] 2019-01-03 13:45:17,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:17.643 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.050s] 2019-01-03 13:45:18,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.462 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.818s] 2019-01-03 13:45:18,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.665 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.202s] 2019-01-03 13:45:18,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.701 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.036s] 2019-01-03 13:45:18,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.820 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [13.635s] 2019-01-03 13:45:18,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.903 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.200s] 2019-01-03 13:45:18,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:18.955 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.052s] 2019-01-03 13:45:19,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.006 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.051s] 2019-01-03 13:45:19,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.206 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.199s] 2019-01-03 13:45:19,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.273 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.066s] 2019-01-03 13:45:19,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.549 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.274s] 2019-01-03 13:45:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.763 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.214s] 2019-01-03 13:45:19,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:19.985 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.221s] 2019-01-03 13:45:20,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:20.022 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.036s] 2019-01-03 13:45:20,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:20.073 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.051s] 2019-01-03 13:45:21,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:21.923 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.134s] 2019-01-03 13:45:22,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:22.172 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.248s] 2019-01-03 13:45:23,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:23.789 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.968s] 2019-01-03 13:45:25,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:25.575 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.976s] 2019-01-03 13:45:25,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:25.849 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.523s] 2019-01-03 13:45:26,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:26.645 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.855s] 2019-01-03 13:45:28,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:28.818 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.865s] 2019-01-03 13:45:29,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:29.834 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.242s] 2019-01-03 13:45:30,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:30.016 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.182s] 2019-01-03 13:45:30,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:30.423 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.405s] 2019-01-03 13:45:30,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:30.496 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.073s] 2019-01-03 13:45:30,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:30.534 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.038s] 2019-01-03 13:45:31,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:31.108 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.572s] 2019-01-03 13:45:31,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:31.469 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.360s] 2019-01-03 13:45:31,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:31.727 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.258s] 2019-01-03 13:45:32,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.082 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.354s] 2019-01-03 13:45:32,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.161 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.078s] 2019-01-03 13:45:32,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.226 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.065s] 2019-01-03 13:45:32,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.482 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.254s] 2019-01-03 13:45:32,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.522 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.040s] 2019-01-03 13:45:32,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:32.744 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.221s] 2019-01-03 13:45:33,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:33.014 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.269s] 2019-01-03 13:45:33,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:33.299 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [19.852s] 2019-01-03 13:45:33,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:33.412 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.443s] 2019-01-03 13:45:33,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:33.747 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.897s] 2019-01-03 13:45:34,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:34.768 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.356s] 2019-01-03 13:45:42,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:42.136 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.785s] 2019-01-03 13:45:43,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:43.203 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [9.455s] 2019-01-03 13:45:44,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:44.218 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [8.050s] 2019-01-03 13:45:46,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:46.317 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [19.669s] 2019-01-03 13:45:46,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:46.633 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.318s] 2019-01-03 13:45:46,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:46.782 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.578s] 2019-01-03 13:45:46,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:46.903 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.270s] 2019-01-03 13:45:47,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:47.143 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.760s] 2019-01-03 13:45:48,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:48.843 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.699s] 2019-01-03 13:45:49,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:49.469 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [44.677s] 2019-01-03 13:45:50,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:50.700 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [8.558s] 2019-01-03 13:45:50,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:50.702 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.479s] 2019-01-03 13:45:51,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:51.357 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.039s] 2019-01-03 13:45:52,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:52.263 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.567s] 2019-01-03 13:45:52,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:52.401 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.617s] 2019-01-03 13:45:53,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:53.111 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [19.810s] 2019-01-03 13:45:53,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:53.114 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. 2019-01-03 13:45:54,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:54.322 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.058s] 2019-01-03 13:45:55,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:55.532 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.626s] 2019-01-03 13:45:56,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:56.575 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.253s] 2019-01-03 13:45:56,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:56.962 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.603s] 2019-01-03 13:45:57,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:57.541 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.667s] 2019-01-03 13:45:58,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:58.048 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [51.307s] 2019-01-03 13:45:58,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:58.801 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.103s] 2019-01-03 13:45:59,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:45:59.189 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.398s] 2019-01-03 13:46:06,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:06.270 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [8.728s] 2019-01-03 13:46:07,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:07.848 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]. 2019-01-03 13:46:09,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:09.258 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.164s] 2019-01-03 13:46:10,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:10.174 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.903s] 2019-01-03 13:46:11,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:11.868 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [13.065s] 2019-01-03 13:46:12,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:12.577 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.846s] 2019-01-03 13:46:12,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:12.601 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [19.488s] 2019-01-03 13:46:12,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:12.797 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.220s] 2019-01-03 13:46:13,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:13.002 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.202s] 2019-01-03 13:46:13,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:13.244 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [3.983s] 2019-01-03 13:46:13,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:13.744 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2019-01-03 13:46:13,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:13.746 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]. 2019-01-03 13:46:13,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:13.747 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2019-01-03 13:46:14,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:14.161 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.917s] 2019-01-03 13:46:15,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:15.549 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.387s] 2019-01-03 13:46:15,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:15.712 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.538s] 2019-01-03 13:46:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:16.074 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.221s] 2019-01-03 13:46:16,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:16.269 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.194s] 2019-01-03 13:46:16,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:16.494 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.225s] 2019-01-03 13:46:16,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:16.729 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.234s] 2019-01-03 13:46:16,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:16.895 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.165s] 2019-01-03 13:46:17,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:17.647 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.096s] 2019-01-03 13:46:17,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:17.837 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [6.580s] 2019-01-03 13:46:18,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:18.220 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.507s] 2019-01-03 13:46:19,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:19.637 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [21.587s] 2019-01-03 13:46:21,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:21.272 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [28.265s] 2019-01-03 13:46:21,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:21.544 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [3.897s] 2019-01-03 13:46:21,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:21.953 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [5.056s] 2019-01-03 13:46:24,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.387 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.840s] 2019-01-03 13:46:24,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.441 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.220s] 2019-01-03 13:46:24,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.555 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.170s] 2019-01-03 13:46:24,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.740 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [29.207s] 2019-01-03 13:46:24,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.878 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.139s] 2019-01-03 13:46:24,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:24.973 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.968s] 2019-01-03 13:46:25,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:25.027 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.057s] 2019-01-03 13:46:25,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:25.085 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.058s] 2019-01-03 13:46:25,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:25.112 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.233s] 2019-01-03 13:46:26,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:26.233 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.675s] 2019-01-03 13:46:27,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:27.350 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2019-01-03 13:46:27,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:27.352 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:46:29,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:29.078 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [2.845s] 2019-01-03 13:46:30,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.152 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.709s] 2019-01-03 13:46:30,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.185 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [17.583s] 2019-01-03 13:46:30,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.265 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.187s] 2019-01-03 13:46:30,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.291 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.026s] 2019-01-03 13:46:30,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.320 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.029s] 2019-01-03 13:46:30,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:30.340 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.019s] 2019-01-03 13:46:32,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.181 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.313s] 2019-01-03 13:46:32,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.504 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [4.594s] 2019-01-03 13:46:32,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.698 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2019-01-03 13:46:32,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.700 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2019-01-03 13:46:32,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.702 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]. 2019-01-03 13:46:32,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.705 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2019-01-03 13:46:32,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:32.721 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.724s] 2019-01-03 13:46:33,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:33.232 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.510s] 2019-01-03 13:46:34,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:34.400 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.166s] 2019-01-03 13:46:35,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:35.473 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.320s] 2019-01-03 13:46:35,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:35.613 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [81.558s] 2019-01-03 13:46:35,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:35.679 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.070s] 2019-01-03 13:46:35,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:35.745 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.066s] 2019-01-03 13:46:36,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:36.093 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.977s] 2019-01-03 13:46:36,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:36.631 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.127s] 2019-01-03 13:46:37,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:37.361 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2019-01-03 13:46:38,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:38.197 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.723s] 2019-01-03 13:46:41,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:41.401 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.359s] 2019-01-03 13:46:41,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:41.965 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [5.333s] 2019-01-03 13:46:42,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:42.273 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.871s] 2019-01-03 13:46:44,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:44.440 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [23.167s] 2019-01-03 13:46:45,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:45.000 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [25.358s] 2019-01-03 13:46:47,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:47.054 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.855s] 2019-01-03 13:46:47,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:47.226 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.260s] 2019-01-03 13:46:48,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:48.786 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.035s] 2019-01-03 13:46:49,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:49.218 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.163s] 2019-01-03 13:46:50,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:50.210 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.424s] 2019-01-03 13:46:51,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:51.118 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [15.025s] 2019-01-03 13:46:51,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:51.833 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.622s] 2019-01-03 13:46:56,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:56.077 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.858s] 2019-01-03 13:46:56,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:56.541 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.463s] 2019-01-03 13:46:57,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.222 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.679s] 2019-01-03 13:46:57,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.354 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.132s] 2019-01-03 13:46:57,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.583 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.229s] 2019-01-03 13:46:57,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.707 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.123s] 2019-01-03 13:46:57,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.811 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [76.232s] 2019-01-03 13:46:57,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.828 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.122s] 2019-01-03 13:46:57,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:57.978 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.148s] 2019-01-03 13:46:58,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:58.093 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.114s] 2019-01-03 13:46:58,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:58.179 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.085s] 2019-01-03 13:46:58,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:46:58.611 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.673s] 2019-01-03 13:47:00,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:00.063 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.451s] 2019-01-03 13:47:00,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:00.260 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.268s] 2019-01-03 13:47:00,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:00.684 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.221s] 2019-01-03 13:47:04,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:04.900 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2019-01-03 13:47:04,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:04.901 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2019-01-03 13:47:05,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.637 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [21.196s] 2019-01-03 13:47:05,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.641 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. 2019-01-03 13:47:05,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.677 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]. 2019-01-03 13:47:05,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.678 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:47:05,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.858 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [5.169s] 2019-01-03 13:47:05,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:05.860 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [5.596s] 2019-01-03 13:47:08,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:08.843 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [10.662s] 2019-01-03 13:47:10,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:10.163 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2019-01-03 13:47:12,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:12.390 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.618s] 2019-01-03 13:47:12,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:12.795 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.406s] 2019-01-03 13:47:13,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:13.573 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.590s] 2019-01-03 13:47:13,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:13.700 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.842s] 2019-01-03 13:47:14,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:14.449 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [8.586s] 2019-01-03 13:47:14,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:14.477 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.905s] 2019-01-03 13:47:15,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:15.014 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.316s] 2019-01-03 13:47:15,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:15.482 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.003s] 2019-01-03 13:47:16,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:16.112 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.667s] 2019-01-03 13:47:16,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:16.348 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.866s] 2019-01-03 13:47:16,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:16.367 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.019s] 2019-01-03 13:47:16,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:16.577 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.208s] 2019-01-03 13:47:17,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:17.151 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [46.961s] 2019-01-03 13:47:17,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:17.297 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.719s] 2019-01-03 13:47:18,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:18.141 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.042s] 2019-01-03 13:47:19,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:19.958 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.942s] 2019-01-03 13:47:20,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:20.036 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.921s] 2019-01-03 13:47:20,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:20.618 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.476s] 2019-01-03 13:47:21,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:21.167 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.210s] 2019-01-03 13:47:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:21.374 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.339s] 2019-01-03 13:47:21,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:21.927 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [16.287s] 2019-01-03 13:47:23,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.162s] 2019-01-03 13:47:23,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.346 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.077s] 2019-01-03 13:47:23,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.386 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.057s] 2019-01-03 13:47:23,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.429 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.084s] 2019-01-03 13:47:23,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.496 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.065s] 2019-01-03 13:47:23,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.586 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.090s] 2019-01-03 13:47:23,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.698 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.113s] 2019-01-03 13:47:23,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.849 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.472s] 2019-01-03 13:47:23,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:23.891 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.045s] 2019-01-03 13:47:25,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:25.935 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]. 2019-01-03 13:47:28,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:28.301 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2019-01-03 13:47:29,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:29.237 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [12.090s] 2019-01-03 13:47:29,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:29.620 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.226s] 2019-01-03 13:47:29,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:29.702 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.709s] 2019-01-03 13:47:29,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:29.814 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.192s] 2019-01-03 13:47:29,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:29.817 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.204s] 2019-01-03 13:47:30,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.085 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.383s] 2019-01-03 13:47:30,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.100 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.284s] 2019-01-03 13:47:30,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.321 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.220s] 2019-01-03 13:47:30,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.510 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.189s] 2019-01-03 13:47:30,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.668 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2019-01-03 13:47:30,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.670 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2019-01-03 13:47:30,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:30.789 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.278s] 2019-01-03 13:47:31,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.056 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.267s] 2019-01-03 13:47:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.220 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.323s] 2019-01-03 13:47:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.220 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.160s] 2019-01-03 13:47:31,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.414 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [78.412s] 2019-01-03 13:47:31,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.519 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.301s] 2019-01-03 13:47:31,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.730 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.210s] 2019-01-03 13:47:31,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:31.962 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.231s] 2019-01-03 13:47:32,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:32.177 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.214s] 2019-01-03 13:47:32,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:32.858 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2019-01-03 13:47:33,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:33.510 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.442s] 2019-01-03 13:47:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:34.682 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.670s] 2019-01-03 13:47:36,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:36.320 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.807s] 2019-01-03 13:47:36,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:36.321 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. 2019-01-03 13:47:36,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:36.804 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [14.876s] 2019-01-03 13:47:36,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:36.816 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.312s] 2019-01-03 13:47:37,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:37.055 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.238s] 2019-01-03 13:47:37,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:37.304 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.248s] 2019-01-03 13:47:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:38.499 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.194s] 2019-01-03 13:47:39,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:39.206 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.706s] 2019-01-03 13:47:39,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:39.938 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.732s] 2019-01-03 13:47:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:40.138 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.200s] 2019-01-03 13:47:40,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:40.174 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.855s] 2019-01-03 13:47:40,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:40.198 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.060s] 2019-01-03 13:47:40,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:40.470 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.270s] 2019-01-03 13:47:40,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:40.696 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.225s] 2019-01-03 13:47:41,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:41.020 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.324s] 2019-01-03 13:47:41,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:41.062 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2019-01-03 13:47:41,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:41.143 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.080s] 2019-01-03 13:47:41,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:41.387 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.243s] 2019-01-03 13:47:41,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:41.902 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.514s] 2019-01-03 13:47:42,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:42.192 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.289s] 2019-01-03 13:47:42,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:42.243 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.050s] 2019-01-03 13:47:42,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:42.456 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.212s] 2019-01-03 13:47:42,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:42.750 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.181s] 2019-01-03 13:47:42,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:42.902 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.727s] 2019-01-03 13:47:43,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.290 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.025s] 2019-01-03 13:47:43,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.508 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.217s] 2019-01-03 13:47:43,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.685 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.176s] 2019-01-03 13:47:43,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.737 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.051s] 2019-01-03 13:47:43,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.762 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.024s] 2019-01-03 13:47:43,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:43.941 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.178s] 2019-01-03 13:47:44,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:44.149 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.207s] 2019-01-03 13:47:44,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:44.182 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.032s] 2019-01-03 13:47:44,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:44.360 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.177s] 2019-01-03 13:47:44,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:44.516 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.765s] 2019-01-03 13:47:44,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:44.646 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.284s] 2019-01-03 13:47:45,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:45.019 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.372s] 2019-01-03 13:47:45,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:45.504 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.485s] 2019-01-03 13:47:50,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:50.463 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. 2019-01-03 13:47:50,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:50.465 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2019-01-03 13:47:55,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:55.873 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [17.482s] 2019-01-03 13:47:57,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:47:57.698 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.233s] 2019-01-03 13:48:00,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:00.019 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2019-01-03 13:48:02,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:02.027 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.157s] 2019-01-03 13:48:05,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:05.855 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.976s] 2019-01-03 13:48:06,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:06.719 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.691s] 2019-01-03 13:48:07,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:07.069 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 2019-01-03 13:48:08,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:08.115 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2019-01-03 13:48:11,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:11.413 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.559s] 2019-01-03 13:48:11,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:11.779 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.060s] 2019-01-03 13:48:13,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:13.473 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.160s] 2019-01-03 13:48:13,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:13.756 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.282s] 2019-01-03 13:48:13,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:13.961 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.204s] 2019-01-03 13:48:15,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:15.577 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.796s] 2019-01-03 13:48:16,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:16.118 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.155s] 2019-01-03 13:48:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:16.302 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.185s] 2019-01-03 13:48:17,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:17.391 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]. 2019-01-03 13:48:17,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:17.392 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]. 2019-01-03 13:48:18,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:18.893 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [42.085s] 2019-01-03 13:48:23,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:23.295 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [7.717s] 2019-01-03 13:48:23,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:23.430 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [64.996s] 2019-01-03 13:48:26,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:26.378 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.901s] 2019-01-03 13:48:27,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:27.431 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [8.541s] 2019-01-03 13:48:27,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:27.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [52.874s] 2019-01-03 13:48:27,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:27.567 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2019-01-03 13:48:30,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:30.975 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.596s] 2019-01-03 13:48:33,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:33.236 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.739s] 2019-01-03 13:48:33,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:33.483 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.247s] 2019-01-03 13:48:55,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:55.769 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [84.335s] 2019-01-03 13:48:57,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:57.097 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.026s] 2019-01-03 13:48:59,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:48:59.163 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [31.593s] 2019-01-03 13:49:02,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:02.763 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2019-01-03 13:49:04,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:04.714 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.552s] 2019-01-03 13:49:04,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:04.959 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [7.861s] 2019-01-03 13:49:06,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:06.772 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.813s] 2019-01-03 13:49:07,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:07.377 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.177s] 2019-01-03 13:49:07,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:07.482 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.710s] 2019-01-03 13:49:07,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:07.794 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.417s] 2019-01-03 13:49:08,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:08.183 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.699s] 2019-01-03 13:49:08,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:08.584 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [17.203s] 2019-01-03 13:49:14,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:14.641 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [67.551s] 2019-01-03 13:49:18,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:18.588 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.715s] 2019-01-03 13:49:19,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:19.003 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.416s] 2019-01-03 13:49:20,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:20.647 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.643s] 2019-01-03 13:49:20,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:20.854 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.208s] 2019-01-03 13:49:21,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:21.338 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.483s] 2019-01-03 13:49:25,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:25.334 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.888s] 2019-01-03 13:49:25,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:25.854 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [17.270s] 2019-01-03 13:49:32,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:32.480 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [6.627s] 2019-01-03 13:49:33,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:33.511 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.230s] 2019-01-03 13:49:35,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:35.365 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.884s] 2019-01-03 13:49:38,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:38.403 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.097s] 2019-01-03 13:49:38,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:38.446 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.042s] 2019-01-03 13:49:45,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:45.611 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.862s] 2019-01-03 13:49:47,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:47.520 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.332s] 2019-01-03 13:49:57,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:57.012 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.972s] 2019-01-03 13:49:59,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:59.013 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:49:59,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:49:59.014 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2019-01-03 13:50:02,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:02.207 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [10.118s] 2019-01-03 13:50:03,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:03.376 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.363s] 2019-01-03 13:50:03,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:03.789 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.412s] 2019-01-03 13:50:03,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:03.945 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [28.575s] 2019-01-03 13:50:07,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:07.140 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.933s] 2019-01-03 13:50:10,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:10.785 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.277s] 2019-01-03 13:50:11,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:11.175 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.390s] 2019-01-03 13:50:11,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:11.832 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.655s] 2019-01-03 13:50:11,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:11.913 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.081s] 2019-01-03 13:50:11,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:11.962 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.048s] 2019-01-03 13:50:12,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:12.102 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.139s] 2019-01-03 13:50:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:21.067 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.593s] 2019-01-03 13:50:21,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:21.854 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.786s] 2019-01-03 13:50:22,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:22.276 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.421s] 2019-01-03 13:50:22,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:22.633 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.357s] 2019-01-03 13:50:23,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:23.998 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.363s] 2019-01-03 13:50:24,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:24.425 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.427s] 2019-01-03 13:50:24,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:24.848 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.422s] 2019-01-03 13:50:26,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:26.344 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.493s] 2019-01-03 13:50:26,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:26.637 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.290s] 2019-01-03 13:50:27,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:27.353 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.717s] 2019-01-03 13:50:27,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:27.437 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.084s] 2019-01-03 13:50:27,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:27.863 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.425s] 2019-01-03 13:50:28,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:28.569 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.704s] 2019-01-03 13:50:36,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:36.957 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [33.008s] 2019-01-03 13:50:39,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:39.006 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.053s] 2019-01-03 13:50:41,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:41.499 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.994s] 2019-01-03 13:50:41,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:41.515 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.018s] 2019-01-03 13:50:41,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:41.967 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.451s] 2019-01-03 13:50:43,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:43.282 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [88.622s] 2019-01-03 13:50:49,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:49.538 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [10.529s] 2019-01-03 13:50:53,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:53.771 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.483s] 2019-01-03 13:50:58,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:58.732 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.174s] 2019-01-03 13:50:59,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:50:59.273 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.734s] 2019-01-03 13:51:00,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:00.867 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.133s] 2019-01-03 13:51:03,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:03.765 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.493s] 2019-01-03 13:51:07,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:07.985 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.371s] 2019-01-03 13:51:08,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:08.142 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.156s] 2019-01-03 13:51:08,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:08.311 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.169s] 2019-01-03 13:51:08,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:08.492 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.180s] 2019-01-03 13:51:13,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:13.627 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.162s] 2019-01-03 13:51:36,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:36.174 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [32.401s] 2019-01-03 13:51:46,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:46.756 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [88.775s] 2019-01-03 13:51:51,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:51.427 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.026s] 2019-01-03 13:51:51,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:51.473 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.047s] 2019-01-03 13:51:52,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:52.094 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.620s] 2019-01-03 13:51:53,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:53.546 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.451s] 2019-01-03 13:51:55,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:55.653 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.107s] 2019-01-03 13:51:55,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:55.974 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.320s] 2019-01-03 13:51:56,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:51:56.023 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2019-01-03 13:52:16,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:16.076 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2019-01-03 13:52:17,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:17.403 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2019-01-03 13:52:19,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:19.248 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2019-01-03 13:52:24,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:24.429 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2019-01-03 13:52:48,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:48.769 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.328s] 2019-01-03 13:52:52,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:52:52.859 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.094s] 2019-01-03 13:53:14,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:53:14.325 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [21.458s] 2019-01-03 13:53:16,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:53:16.411 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [83.587s] 2019-01-03 13:53:19,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:53:19.396 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.074s] 2019-01-03 13:54:20,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2019-01-03 13:54:20.657 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.236s] 2019-01-03 13:54:27,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 235db85c-73fc-457f-9d5a-cc1ba7e11ad1 2019-01-03 13:54:27,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '235db85c-73fc-457f-9d5a-cc1ba7e11ad1']'. 2019-01-03 13:54:28,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 235db85c-73fc-457f-9d5a-cc1ba7e11ad1 | 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2019-01-03 13:35:41 | 2019-01-03 13:54:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2019-01-03 13:54:26 | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:18:45 | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 735d38a4-f4e3-46d2-8e6c-d24c7fadd3f9) | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2019-01-03 13:54:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 776c2321-66fb-42d3-b966-f3efa96ccc59) | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1114.123 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2019-01-03 13:54:28,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2019-01-03 13:54:28,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2019-01-03 13:54:28,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2019-01-03 13:54:28,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2019-01-03 13:54:29,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2019-01-03 13:54:29,199 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:03 | PASS | +-------------------------------+------------------+------------------+----------------+ 2019-01-03 13:54:29,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:54:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:54:30,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df1bc1bf-6e9d-4200-bc4d-e8bb4949bd75 Date: Thu, 03 Jan 2019 13:54:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:54:30,303 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335 used request id req-df1bc1bf-6e9d-4200-bc4d-e8bb4949bd75 2019-01-03 13:54:30,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10074496269s 2019-01-03 13:54:30,303 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/5d663804-623e-4b14-8540-2fb1c5a64335 used request id req-df1bc1bf-6e9d-4200-bc4d-e8bb4949bd75 2019-01-03 13:54:30,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:54:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:30,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c6974fcc-4213-46a9-b503-a5223607ad69 x-compute-request-id: req-c6974fcc-4213-46a9-b503-a5223607ad69 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "158cea0e-8dc7-4849-b82d-de9fdbc0f703", "name": "tempest_full_parallel-flavor_cc09de96-ce23-4d0e-9af1-a675519fa406", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e75693c1-59a8-42bd-b308-4a8138c29e01", "name": "tempest_full_parallel-flavor_alt_cc09de96-ce23-4d0e-9af1-a675519fa406", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:54:30,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c6974fcc-4213-46a9-b503-a5223607ad69 2019-01-03 13:54:30,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.188413858414s 2019-01-03 13:54:30,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-c6974fcc-4213-46a9-b503-a5223607ad69 2019-01-03 13:54:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:54:30,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:30,543 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4d7bc8c-dfb7-4d19-8eb7-d8f10c37d8c9 x-compute-request-id: req-f4d7bc8c-dfb7-4d19-8eb7-d8f10c37d8c9 Content-Length: 0 Content-Type: application/json 2019-01-03 13:54:30,543 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01 used request id req-f4d7bc8c-dfb7-4d19-8eb7-d8f10c37d8c9 2019-01-03 13:54:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0482089519501s 2019-01-03 13:54:30,544 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/e75693c1-59a8-42bd-b308-4a8138c29e01 used request id req-f4d7bc8c-dfb7-4d19-8eb7-d8f10c37d8c9 2019-01-03 13:54:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2019-01-03 13:54:30,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:54:30,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-b2dc6b4a-45ca-423a-a83a-9c3bc7b5ed4a Date: Thu, 03 Jan 2019 13:54:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "metadata": {}}], "file": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76/file", "owner": "345ea894ceb945a8b51b0e4271edbdae", "id": "e026a7fe-aa36-4e0a-81f2-784208177c76", "size": 12716032, "self": "/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76", "disk_format": "qcow2", "direct_url": "rbd://9a252554-98bc-4153-a693-13c4ad0d5109/images/e026a7fe-aa36-4e0a-81f2-784208177c76/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2019-01-03T13:35:28Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_cc09de96-ce23-4d0e-9af1-a675519fa406", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2019-01-03T13:35:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2019-01-03 13:54:30,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b2dc6b4a-45ca-423a-a83a-9c3bc7b5ed4a 2019-01-03 13:54:30,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180068016052s 2019-01-03 13:54:30,725 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.28:9292/v2/images used request id req-b2dc6b4a-45ca-423a-a83a-9c3bc7b5ed4a 2019-01-03 13:54:30,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2019-01-03 13:54:30,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}90ec17d6a28f3bf48de5def11d3a60266b4b20b4" 2019-01-03 13:54:32,422 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a93382be-8775-48e2-bf50-2329f3063a09 Date: Thu, 03 Jan 2019 13:54:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2019-01-03 13:54:32,422 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76 used request id req-a93382be-8775-48e2-bf50-2329f3063a09 2019-01-03 13:54:32,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.69601202011s 2019-01-03 13:54:32,423 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.28:9292/v2/images/e026a7fe-aa36-4e0a-81f2-784208177c76 used request id req-a93382be-8775-48e2-bf50-2329f3063a09 2019-01-03 13:54:32,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2019-01-03 13:54:32,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e8853ac-367d-4bd2-a64c-12d751e76bb7 x-compute-request-id: req-8e8853ac-367d-4bd2-a64c-12d751e76bb7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "self"}, {"href": "http://172.30.9.28:8774/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "158cea0e-8dc7-4849-b82d-de9fdbc0f703", "name": "tempest_full_parallel-flavor_cc09de96-ce23-4d0e-9af1-a675519fa406", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2019-01-03 13:54:32,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8e8853ac-367d-4bd2-a64c-12d751e76bb7 2019-01-03 13:54:32,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0361649990082s 2019-01-03 13:54:32,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.28:8774/v2.1/flavors/detail?is_public=None used request id req-8e8853ac-367d-4bd2-a64c-12d751e76bb7 2019-01-03 13:54:32,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2019-01-03 13:54:32,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,501 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf8bae3a-30d4-4f06-b6a0-f7f50efe10e8 x-compute-request-id: req-bf8bae3a-30d4-4f06-b6a0-f7f50efe10e8 Content-Length: 0 Content-Type: application/json 2019-01-03 13:54:32,501 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703 used request id req-bf8bae3a-30d4-4f06-b6a0-f7f50efe10e8 2019-01-03 13:54:32,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0395197868347s 2019-01-03 13:54:32,502 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.28:8774/v2.1/flavors/158cea0e-8dc7-4849-b82d-de9fdbc0f703 used request id req-bf8bae3a-30d4-4f06-b6a0-f7f50efe10e8 2019-01-03 13:54:32,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:54:32,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd47a503-eb7a-4088-b885-18fb3289f86e Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.28:5000/v3/users/01b48c26027546a59fc19997bfce68f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01b48c26027546a59fc19997bfce68f2", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.28:5000/v3/users/2addc3eb36bd48f7a17b2ef4f202de42"}, "domain_id": "5867ebaedb0f4d2ca187985cb0046096", "enabled": true, "options": {}, "id": "2addc3eb36bd48f7a17b2ef4f202de42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.28:5000/v3/users/3f62353f4fa14c6ba34d16473dcafbbb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f62353f4fa14c6ba34d16473dcafbbb", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406", "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "domain_id": "default", "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.28:5000/v3/users/7e09b41d2e7441d684f45cae8d583f3d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7e09b41d2e7441d684f45cae8d583f3d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.28:5000/v3/users/8275c2a4adb64229afd31f2b27733609"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8275c2a4adb64229afd31f2b27733609", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.28:5000/v3/users/84e56b9bd4014b46bb5bfb59dc04247f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e56b9bd4014b46bb5bfb59dc04247f", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf2d37fdd144439b55a105337eb7405"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf2d37fdd144439b55a105337eb7405", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.28:5000/v3/users/8cf6a38a57b94837ad8dc10ab57beea8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cf6a38a57b94837ad8dc10ab57beea8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.28:5000/v3/users/9db7659b4ced468c8f9ba58182929223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9db7659b4ced468c8f9ba58182929223", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.28:5000/v3/users/a70954a09d2c4274a0ffcffa7ad57b95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a70954a09d2c4274a0ffcffa7ad57b95", "email": "congress@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.28:5000/v3/users/c26ce42511144c92860050558371da6c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c26ce42511144c92860050558371da6c", "email": "tacker@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.28:5000/v3/users/d7978c3f6cd24be28ec4d8e0d1acd827"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7978c3f6cd24be28ec4d8e0d1acd827", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.28:5000/v3/users/f2ee4096ff684c41bb8e84a4570109bc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f2ee4096ff684c41bb8e84a4570109bc", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.28:5000/v3/users/f3ca6bad77ea41aeaf14746301c9047f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f3ca6bad77ea41aeaf14746301c9047f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.28:5000/v3/users/fee17bdca3494450933cfeabd4f4f6a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fee17bdca3494450933cfeabd4f4f6a4", "email": "neutron@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.28:5000/v3/users", "previous": null, "next": null}} 2019-01-03 13:54:32,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fd47a503-eb7a-4088-b885-18fb3289f86e 2019-01-03 13:54:32,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976979732513s 2019-01-03 13:54:32,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users used request id req-fd47a503-eb7a-4088-b885-18fb3289f86e 2019-01-03 13:54:32,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2019-01-03 13:54:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d9d1f90-22c2-41df-939a-b1faa7c25d3c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382"}, "enabled": true, "id": "6e6a8e740a204c138f6c6225fcab4382", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_cc09de96-ce23-4d0e-9af1-a675519fa406"}} 2019-01-03 13:54:32,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 used request id req-4d9d1f90-22c2-41df-939a-b1faa7c25d3c 2019-01-03 13:54:32,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104650020599s 2019-01-03 13:54:32,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 used request id req-4d9d1f90-22c2-41df-939a-b1faa7c25d3c 2019-01-03 13:54:32,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2019-01-03 13:54:32,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ece3c4a-6e2f-4c10-bb0e-c9c984a118da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:54:32,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 used request id req-1ece3c4a-6e2f-4c10-bb0e-c9c984a118da 2019-01-03 13:54:32,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198802947998s 2019-01-03 13:54:32,912 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/users/6e6a8e740a204c138f6c6225fcab4382 used request id req-1ece3c4a-6e2f-4c10-bb0e-c9c984a118da 2019-01-03 13:54:32,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2019-01-03 13:54:32,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28: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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:32,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95029b76-8050-4c9a-a7c4-76f334df4f41 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae"}, "enabled": true, "id": "345ea894ceb945a8b51b0e4271edbdae", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_cc09de96-ce23-4d0e-9af1-a675519fa406"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.28:5000/v3/projects/696eb002b81640138e948c272298656e"}, "enabled": true, "id": "696eb002b81640138e948c272298656e", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.28:5000/v3/projects/988fc6c8d6fe4c4a9bed9910f5cb433d"}, "enabled": true, "id": "988fc6c8d6fe4c4a9bed9910f5cb433d", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2019-01-03 13:54:32,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-95029b76-8050-4c9a-a7c4-76f334df4f41 2019-01-03 13:54:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0768718719482s 2019-01-03 13:54:32,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/projects used request id req-95029b76-8050-4c9a-a7c4-76f334df4f41 2019-01-03 13:54:32,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2019-01-03 13:54:32,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:33,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:54:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91551068-00fe-4663-bcaf-4d4608ee52e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:54:33,156 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae used request id req-91551068-00fe-4663-bcaf-4d4608ee52e8 2019-01-03 13:54:33,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.164427995682s 2019-01-03 13:54:33,156 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/projects/345ea894ceb945a8b51b0e4271edbdae used request id req-91551068-00fe-4663-bcaf-4d4608ee52e8 2019-01-03 13:54:33,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2019-01-03 13:54:33,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.28:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:33,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 03 Jan 2019 13:54:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e04e012-eac7-4d8f-8d19-8bdbf80d7efb Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.28:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0875f8b55f144e57b24e0255fe7a4895", "links": {"self": "http://172.30.9.28:5000/v3/roles/0875f8b55f144e57b24e0255fe7a4895"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "72dd9885a6e046daa9dbeb1f7986daa0", "links": {"self": "http://172.30.9.28:5000/v3/roles/72dd9885a6e046daa9dbeb1f7986daa0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "87531dd8fee349ee823565af03481166", "links": {"self": "http://172.30.9.28:5000/v3/roles/87531dd8fee349ee823565af03481166"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.28:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a43f6066b1e84b96ae8f87d60602feaa", "links": {"self": "http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa"}, "name": "Member"}]} 2019-01-03 13:54:33,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.28:5000/v3/roles used request id req-6e04e012-eac7-4d8f-8d19-8bdbf80d7efb 2019-01-03 13:54:33,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0946900844574s 2019-01-03 13:54:33,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2019-01-03 13:54:33,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:33,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 03 Jan 2019 13:54:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e054f763-657e-4129-84a2-0e48b0133aee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2019-01-03 13:54:33,398 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.28:5000/v3/roles/a43f6066b1e84b96ae8f87d60602feaa used request id req-e054f763-657e-4129-84a2-0e48b0133aee 2019-01-03 13:54:33,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.144444942474s 2019-01-03 13:54:33,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2019-01-03 13:54:33,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.28:9696/v2.0/security-groups.json?project_id=345ea894ceb945a8b51b0e4271edbdae&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}d5c76d1ebdc8d3453106075e5dd5d1144fdc811f" 2019-01-03 13:54:33,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ea2de95c-b672-42dc-9ca7-271f0534d366 Date: Thu, 03 Jan 2019 13:54:33 GMT RESP BODY: {"security_groups": []} 2019-01-03 13:54:33,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=345ea894ceb945a8b51b0e4271edbdae&name=default used request id req-ea2de95c-b672-42dc-9ca7-271f0534d366 2019-01-03 13:54:33,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20436000824s 2019-01-03 13:54:33,606 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.28:9696/v2.0/security-groups.json?project_id=345ea894ceb945a8b51b0e4271edbdae&name=default used request id req-ea2de95c-b672-42dc-9ca7-271f0534d366 2019-01-03 13:54:33,606 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK